@charset "UTF-8";
body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  font-family: "Visby CF";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

* {
  box-sizing: border-box;
  color: var(--txt-black);
}

ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

#selecteur {
  color: var();
}

.ctabtn {
  cursor: pointer !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  overflow: hidden !important;
  transition: background-color 0.3s, color 0.3s;
  padding: 0.9rem 1.8rem !important;
  border-radius: 0.3rem !important;
  background-color: var(--primary) !important;
  color: white !important;
  text-align: center !important;
}

.ctabtn:hover {
  background-color: #fb3a04 !important;
}

:root {
  --primary: #fc6136;
  --primary-tran-: #fe7f5b33;
  --txt-black: #202021;
  --txt-gray: #383330;
  --bColor: #d3d3d3;
}

.b1 {
  background-color: red;
}

.b2 {
  background-color: green;
}

.b3 {
  background-color: blue;
}

.b4 {
  background-color: purple;
}

.b5 {
  background-color: orange;
}

.b1-bor {
  border: 1px solid red;
}

.b2-bor {
  border: 1px solid green;
}

.b3-bor {
  border: 1px solid blue;
}

.b4-bor {
  border: 1px solid purple;
}

.b5-bor {
  border: 1px solid orange;
}

.header {
  color: var(--text);
  padding: 19px 40px 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  margin-top: 3px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header .navheader {
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header .navheader nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
.header .navheader nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  list-style: none;
}
.header .navheader nav ul li :hover {
  color: var(--primary);
}
.header .navheader nav ul li :focus {
  color: var(--primary);
}
.header .navheader nav ul li.active {
  color: gray;
}
.header .navheader nav .active {
  color: var(--primary);
}
.header .navheader nav .btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.header .navheader nav .rdv {
  border: 1.5px solid var(--primary);
  border-radius: 8px;
  background: var(--primary);
  color: #fff;
  padding: 12px 45px;
}
.header .navheader nav .langue {
  display: flex;
  justify-content: space-between;
}
.header .navheader nav .langue img {
  height: 18px;
  width: 18px;
}
.header .navheader nav .langue #en {
  padding-left: 2px;
  padding-top: 2px;
}
.header .navheader .logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 150px;
  width: auto;
  transition: all 0.3s ease;
}
.header .navheader .menu-hamburger {
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  right: 0;
}

#header-container.sticky {
  position: fixed; /* Fixes the header to the top */
  top: 0; /* Stick to the top of the viewport */
  left: 0; /* Ensure it's aligned with the left edge */
  z-index: 1000; /* Stays above other content */
  width: 100%; /* Full width of the viewport */
  background-color: #fff; /* Ensure background is white */
}
#header-container.sticky .logo-container {
  height: 120px;
}
#header-container.sticky .menu-hamburger {
  right: 0; /* Always on the right */
}

@media (max-width: 768px) {
  .header {
    padding: 10px;
  }
  .header .navheader .menu-hamburger {
    display: block;
    transform: scale(1.5);
  }
  .header .navheader nav {
    display: none;
    z-index: 1000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: max-height 0.3s ease;
    overflow: hidden;
    margin-top: 0.5rem;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  }
  .header .navheader nav.open {
    max-height: 400px;
  }
  .header .navheader nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    list-style: none;
    margin: 0;
  }
  .header .navheader nav ul li {
    padding: 10px 0;
    text-align: center;
  }
  .header .navheader nav ul li a {
    color: var(--text);
    text-decoration: none;
    transition: color 0.3s;
  }
  .header .navheader nav ul li a:hover {
    color: var(--primary);
  }
  .header .navheader nav .btn {
    margin-top: 20px;
    flex-direction: column;
  }
  .header .logo-container {
    height: 100px;
  }
}
footer.fotter-version-x {
  background-color: #242424;
  padding: 0.8rem;
}
footer.fotter-version-x .partie1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 26px;
  background-color: #1a1a1a;
  border-radius: 5px;
}
footer.fotter-version-x .partie1 .left-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
footer.fotter-version-x .partie1 .left-footer h3,
footer.fotter-version-x .partie1 .left-footer p {
  color: white;
  margin: 0;
}
footer.fotter-version-x .partie1 .left-footer form {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 342px;
  margin-top: 20px;
}
footer.fotter-version-x .partie1 .left-footer form input {
  flex: 1;
  height: 44px;
  background-color: #f4f4f4;
  border-radius: 10px 0 0 10px;
  border: none;
  padding-left: 10px;
}
footer.fotter-version-x .partie1 .left-footer form button {
  cursor: pointer;
  background-color: var(--primary);
  border: none;
  border-radius: 0 10px 10px 0;
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.fotter-version-x .partie1 .left-footer form button img {
  width: 20px;
  height: 20px;
}
footer.fotter-version-x .partie1 .left-footer .imgIcone {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
footer.fotter-version-x .partie1 .left-footer .imgIcone a {
  margin: 0 10px;
}
footer.fotter-version-x .partie1 .left-footer .imgIcone a img {
  width: 1.5rem;
  height: 1.5rem;
}
footer.fotter-version-x .partie1 .middle-footer,
footer.fotter-version-x .partie1 .right-footer {
  text-align: center;
  margin-top: 20px;
}
footer.fotter-version-x .partie1 .middle-footer .singlePro,
footer.fotter-version-x .partie1 .right-footer .singlePro {
  font-weight: 700;
}
footer.fotter-version-x .partie1 .middle-footer ul,
footer.fotter-version-x .partie1 .right-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.fotter-version-x .partie1 .middle-footer li,
footer.fotter-version-x .partie1 .right-footer li {
  color: white;
  padding: 9px;
}
footer.fotter-version-x .partie1 .middle-footer li a,
footer.fotter-version-x .partie1 .right-footer li a {
  color: inherit;
  text-decoration: none;
}
footer.fotter-version-x .partie1 .middle-footer li a span,
footer.fotter-version-x .partie1 .right-footer li a span {
  color: var(--primary);
  font-weight: 700;
}
footer.fotter-version-x .partie1 .middle-footer li:hover a,
footer.fotter-version-x .partie1 .right-footer li:hover a {
  color: var(--primary);
}
footer.fotter-version-x .partie1-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 1.5rem;
  padding: 10%;
  width: 100%;
}
footer.fotter-version-x .partie1-1 h3 {
  color: #fff;
}
footer.fotter-version-x .partie1-1 ul li {
  color: #fff;
}
footer.fotter-version-x .partie1-1 ul li span {
  color: var(--primary);
}
footer.fotter-version-x .cpr {
  background-color: #1a1a1a;
  border-radius: 5px;
  text-align: center;
  padding: 20px 0;
}
footer.fotter-version-x .cpr p {
  color: white;
  margin: 0;
}
@media (min-width: 768px) {
  footer.fotter-version-x .partie1 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 26px;
  }
  footer.fotter-version-x .partie1 .left-footer {
    align-items: flex-start;
  }
  footer.fotter-version-x .partie1 .left-footer form {
    flex-direction: row;
    width: auto;
    max-width: none;
  }
  footer.fotter-version-x .partie1 .left-footer form input {
    width: 299px;
  }
  footer.fotter-version-x .partie1 .left-footer form button {
    width: auto;
    padding: 12px 30px;
  }
  footer.fotter-version-x .partie1 .left-footer .imgIcone {
    margin-top: 15px;
    justify-content: flex-start;
  }
  footer.fotter-version-x .partie1 .left-footer .imgIcone a {
    margin: 0 10px;
  }
  footer.fotter-version-x .partie1 .left-footer .imgIcone a img {
    width: 30px;
    height: 30px;
  }
  footer.fotter-version-x .partie1 .middle-footer,
  footer.fotter-version-x .partie1 .right-footer {
    text-align: left;
    margin-top: 0;
  }
  footer.fotter-version-x .partie1-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10%;
    width: 100%;
  }
  footer.fotter-version-x .partie1-1 div {
    flex: 1;
    padding: 0 10px;
  }
  footer.fotter-version-x .partie1-1 div h3 {
    color: white;
    margin-bottom: 10px;
  }
  footer.fotter-version-x .partie1-1 div ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  footer.fotter-version-x .partie1-1 div ul li {
    color: white;
    padding-bottom: 6px;
  }
  footer.fotter-version-x .partie1-1 div ul li:hover {
    color: var(--primary);
  }
}

* {
  /* Style pour le modal */
  /* Style pour le contenu du modal */
  /* Style pour le bouton de fermeture */
  /* Style pour le titre du modal */
  /* Style pour le texte du modal */
}
@media (min-width: 769px) {
  * .processus {
    width: 100%;
    height: 621px;
    margin: auto;
  }
  * .processus .processustext {
    text-align: center;
    font-size: 45px;
    margin-top: 80px;
  }
  * .processus .processustext p {
    margin: 0;
    font-weight: 700;
    line-height: 130%;
    color: var(--text-black);
  }
  * .processus .processustext p span {
    color: var(--primary);
  }
  * .processus .processusetude {
    width: 1465px;
    margin: auto;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    gap: 1%;
  }
  * .processus .processusetude p {
    display: none;
  }
  * .processus .processusetude .phase {
    flex-basis: 171.5px;
    height: 400px;
    background-color: #fc6136;
    border-radius: 5px;
    text-align: center;
    position: relative;
  }
  * .processus .processusetude .phase .process-number {
    position: absolute;
    width: 45px;
    height: 45px;
    padding-top: 10px;
    display: inline-block;
    color: #ffffff;
    font-weight: bolder;
    font-size: x-large;
    border-radius: 50%;
    transform: scale(1.5);
    left: calc(50% - 22.5px - 0.5px);
    top: calc(50% - 22.5px + 0.5px);
  }
  * .processus .processusetude .phase .process-number:hover {
    background-color: #e9e9e9;
    color: var(--primary);
    transition-duration: 0.6s;
    cursor: pointer;
  }
  * .processus .processusetude .phase.etude.active {
    flex-grow: 1;
    background-image: linear-gradient(184.98deg, rgba(255, 255, 255, 0) 59%, rgba(255, 255, 255, 0.7) 30.01%, rgba(255, 255, 255, 0.9) 78.19%), url("../../assets/images/solution/processus/1.png");
    transition-duration: 0.6s;
  }
  * .processus .processusetude .phase.etude.active .process-number {
    display: none;
  }
  * .processus .processusetude .phase.etude.active p {
    display: block;
    position: absolute;
    color: hsl(0, 0%, 0%);
  }
  * .processus .processusetude .phase.etude.active #titre {
    padding-left: 10px;
    font-size: 20px;
    font-weight: 500;
    bottom: 45px;
  }
  * .processus .processusetude .phase.etude.active #resume {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    top: 325px;
    left: 20px;
    opacity: 0;
    animation: applyStyles 0.3s forwards;
    animation-delay: 0.2s;
  }
  @keyframes applyStyles {
    to {
      opacity: 1;
    }
  }
  * .technologie {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  * .technologie p {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
  }
  * .technologie p span {
    color: var(--primary);
  }
  * .technologie .technologie-img {
    margin-top: 70px;
    padding-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 250px);
    gap: 30px;
  }
  * .technologie .img-container {
    position: relative;
    margin: 10px;
    transition: transform 0.5s ease;
  }
  * .technologie .img-container img {
    display: block;
    width: 200px;
    height: auto;
  }
  * .technologie .img-container .hover-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  * .technologie .img-container:hover .hover-image {
    display: block;
    transform: scale(1.02);
    background-color: #e9e9e9;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
  }
  * .application {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  * .application p {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
  }
  * .application p span {
    color: var(--primary);
  }
  * .application .application-img {
    margin-top: 70px;
    padding-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 250px);
    gap: 30px;
  }
  * .application .img-container {
    position: relative;
    margin: 10px;
    transition: transform 0.5s ease;
  }
  * .application .img-container img {
    display: block;
    width: 200px;
    height: auto;
  }
  * .application .img-container .hover-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  * .application .img-container:hover .hover-image {
    display: block;
    transform: scale(1.02);
    background-color: #e9e9e9;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
  }
  * .logiciel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
    margin-bottom: 200px;
  }
  * .logiciel p {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
  }
  * .logiciel p span {
    color: var(--primary);
  }
  * .logiciel .logiciel-img {
    margin-top: 70px;
    padding-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 250px);
    gap: 30px;
  }
  * .logiciel .img-container {
    position: relative;
    margin: 10px;
    transition: transform 0.5s ease;
  }
  * .logiciel .img-container img {
    display: block;
    width: 200px;
    height: auto;
  }
  * .logiciel .img-container .hover-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  * .logiciel .img-container:hover .hover-image {
    display: block;
    transform: scale(1.02);
    background-color: #e9e9e9;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
  }
}
* .modal {
  display: none; /* Masquer le modal par défaut */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
* .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px; /* Pour limiter la largeur du modal */
}
* .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
* .close:hover,
* .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
* #modal-title {
  font-size: 24px;
  margin: 0;
}
* #modal-text {
  font-size: 16px;
  margin: 10px 0;
}

/***************************************************  Mobile  **************************************************/
@media (max-width: 768px) {
  * {
    /********************************************************** Modal *************************************************************/
  }
  * .processus {
    width: 100%;
    margin: auto;
  }
  * .processus .processustext {
    text-align: center;
    font-size: 24px;
    margin-top: 80px;
  }
  * .processus .processustext p {
    margin: 0;
    font-weight: 700;
    line-height: 130%;
    color: var(--text-black);
  }
  * .processus .processustext p span {
    color: var(--primary);
  }
  * .processus .processusetude {
    height: 760px;
    margin: auto;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    gap: 1%;
  }
  * .processus .processusetude p {
    display: none;
  }
  * .processus .processusetude .phase {
    flex-basis: 80px;
    width: 100%;
    background-color: #fc6136;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin: auto;
  }
  * .processus .processusetude .phase .process-number {
    position: absolute;
    width: 45px;
    height: 45px;
    padding-top: 10px;
    display: inline-block;
    color: #ffffff;
    font-weight: bolder;
    font-size: x-large;
    border-radius: 50%;
    transform: scale(1.5);
    left: calc(50% - 22.5px - 0.5px);
    top: calc(50% - 22.5px + 0.5px);
  }
  * .processus .processusetude .phase .process-number:hover {
    background-color: #e9e9e9;
    color: var(--primary);
    transition-duration: 0.6s;
    cursor: pointer;
  }
  * .processus .processusetude .phase.etude.active {
    flex-grow: 1;
    background-image: linear-gradient(184.98deg, rgba(255, 255, 255, 0) 59%, rgba(255, 255, 255, 0.7) 30.01%, rgba(255, 255, 255, 0.9) 78.19%), url("../../assets/images/solution/processus/1.png");
    background-size: cover;
    background-position: center;
    transition-duration: 0.6s;
  }
  * .processus .processusetude .phase.etude.active .process-number {
    display: none;
  }
  * .processus .processusetude .phase.etude.active p {
    display: block;
    position: absolute;
    color: hsl(0, 0%, 0%);
  }
  * .processus .processusetude .phase.etude.active #titre {
    padding-left: 10px;
    font-size: 20px;
    font-weight: 500;
    bottom: 30px;
    line-height: 37px;
  }
  * .processus .processusetude .phase.etude.active #resume {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    top: 285px;
    left: 20px;
    gap: 10px;
    line-height: 24px;
    opacity: 0;
    animation: applyStyles 0.3s forwards;
    animation-delay: 0.2s;
  }
  @keyframes applyStyles {
    to {
      opacity: 1;
    }
  }
  * .technologie {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 390px;
    margin-top: 30%;
    /********************************* dot animation **********************************/
  }
  * .technologie p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    width: 259px;
  }
  * .technologie .technologie-img {
    position: relative;
    margin: 10px 0;
  }
  * .technologie .technologie-img .img-container {
    display: none;
  }
  * .technologie .technologie-img .img-container img {
    vertical-align: middle;
  }
  * .technologie .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 4px;
    border-radius: 20%;
    display: inline-block;
    transition: background-color 0.8s ease;
  }
  * .technologie .dot.active {
    background-color: #fc6136;
    transform: scale(1.5);
  }
  * .application {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 390px;
    margin-top: 30%;
    /********************************* dot animation **********************************/
  }
  * .application p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    width: 259px;
  }
  * .application .application-img {
    position: relative;
    margin: 10px 0;
  }
  * .application .application-img .img-container {
    display: none;
  }
  * .application .application-img .img-container img {
    vertical-align: middle;
  }
  * .application .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 4px;
    border-radius: 20%;
    display: inline-block;
    transition: background-color 0.8s ease;
  }
  * .application .dot.active {
    background-color: #fc6136;
    transform: scale(1.5);
  }
  * .logiciel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 390px;
    margin-top: 30%;
    /********************************* dot animation **********************************/
  }
  * .logiciel p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  * .logiciel .logiciel-img {
    position: relative;
    margin: 10px 0;
  }
  * .logiciel .logiciel-img .img-container {
    display: none;
  }
  * .logiciel .logiciel-img .img-container img {
    vertical-align: middle;
  }
  * .logiciel .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 4px;
    border-radius: 20%;
    display: inline-block;
    transition: background-color 0.8s ease;
  }
  * .logiciel .dot.active {
    background-color: #fc6136;
    transform: scale(1.5);
  }
  * .img-container {
    position: relative;
    transition: transform 0.5s ease;
    text-align: center;
  }
  * .img-container {
    text-align: center;
  }
  * .img-container img {
    display: block;
    width: 125px;
  }
  * .img-container .hover-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  * .img-container:hover .hover-image {
    display: block;
    transform: scale(1.02);
    background-color: #e9e9e9;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
  }
  * .modal-content {
    margin: 30% auto;
    width: 90%;
  }
  * #modal-title {
    font-size: 20px;
  }
  * #modal-text {
    font-size: 14px;
  }
}

/*# sourceMappingURL=nos-solutions.css.map */
