body, html{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

a{
    color: #03070D;
}
ul, li, p {
    margin: 0;
    padding: 0;
}

p{
    font-size: 14px;
    font-weight: 400;
}

h1 {
    font-size: 90px;
    font-weight: 500;
    color: white;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

h6 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

svg {
    overflow: visible;
}

.mh {
    min-height: 220px;
}

.list-unstyled li {
    padding-left: 12px;
    text-transform: uppercase;
}

.project .list-unstyled li::before {
    content: "•";
    position: absolute;
    left: 16px;
}

.news .list-unstyled li::before {
    content: "•";
    position: absolute;
    left: 16px;
}

.service .list-unstyled li::before {
    content: "•";
    position: absolute;
    left: 16px;
}

.mt-200 {
    margin-top: 200px;
    background-color: white;
}

@media (max-width:991px) {
    .mh {
        min-height: auto;
    }
    .l-55 {
        left: 0;
    }
}

/* NAVBAR */
nav {
    font-size: 20px;
    font-weight: 400;
    color: white;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 450px;
}

nav ul li {
    padding: 15px 20px;
}

nav ul li a {
    border-bottom: 2px solid transparent;
    transition: 0.5s;
}

nav ul li a:hover {
    border-bottom: 2px solid #1BF2CB;
    transition: 0.5s;
}

@media (max-width:992px){

    .menu {
        margin-top: 55px;
    }

    .menu-wrap {
        height: 100vh;
        transition: 0.5s;
    }

    .bg-fade {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .list-unstyled li {
        padding: 8px 20px;
    }

}

.select_lang {
    position: absolute;
    top: 2rem;
    right: 45px;
}

.select_lang p {
    cursor:pointer;
}

.sous-navPro,
.sous-navHow {
    top: 180px;
    color:#0D2340;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: translateY(-20px);
    text-transform: uppercase;
}

.nav-pro:hover .sous-navPro,
.nav-how:hover .sous-navHow {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    transform: translateY(0px);
}

.logo {
    width: 420px;
}

.quit, .open {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width:992px) {

    .logo {
        width: 230px;
    }

}

/* UP */
.up {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-image: linear-gradient(to right top, #0d2340, #0e304d, #103d5a, #124a67, #165873);
    z-index: 99;
    opacity: 0;
    transition: 0.5s;
}

.opacity {
    opacity: 1;
    transition: 0.5s;
}

/* CAROUSEL */
.carousel-indicators li{
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid transparent;
    padding: 3px;
    background-clip: content-box;
    border-radius: 50%;
}

.carousel-indicators li.active{
    border: 1px solid #1BF2CB;
}

/*.carousel-inner {
    height: 100vh;
}*/

.carousel-inner h1 {
    z-index: 1;
    width:570px;
    margin-left: 260px;
    margin-top: 370px;
}

.carousel-inner img {
    z-index:0;
    top: 160px;
}

.carousel-content {
    position: absolute;
    top: 0;
    width: 100%;
}


.title {
    display: inline-block;
}

.carousel-inner video {
    width: 100%;
}

@media (max-width: 1199px) {

    .carousel-inner h1 {
        width: 500px;
        font-size: 55px;
        margin-left: 230px;
        margin-top: 260px;
    }

    .carousel-inner img {
        left: 200px;
        top: 140px;
        width: 250px;
    }

}

@media (max-width: 991px) {

    .carousel-inner h1 {
        margin-left: 90px;
        font-size: 28pt;
        width: 280px;
        margin-top: 310px;
    }

    .carousel-inner img {
        left: 0px;
        top: 230px;
        z-index: -1;
        width: 180px;
    }

    .carousel-inner video {
        width: 350%;
        transform: translateX(-35%);
    }

}

@media (max-width:575px) {
    .title {
        transform: translateX(30px);
    }
}

/* PROPOS */
.propos {
    background: transparent linear-gradient(254deg, #0D2340 0%, #03070D 100%) 0% 0% no-repeat padding-box;
    padding: 100px 0;
    color: white;
    border-top: 2px solid #1BF2CB;
    transform: translateY(-10px);
}

/* NEWS */
.news {
    color: #0D2340;
    padding: 90px 0;
    overflow: hidden;
}

.news .carte {
    background-color: white;
    position: relative;
    bottom: 75px;
    color: #0D2340;
    transition: 0.5s;
}

@media (min-width: 756px) {
    
    .news .carte:hover {
        transform: translateY(-20px);
        box-shadow: 0px 35px 15px 10px rgba(0,0,0,.15);
        transition: 0.5s;
    }

}

.news-wrap {
    margin: 60px 0 0 0;
}

.news-wrap-after {
    position: absolute;
    width: 9999px;
    height: 100%;
    background-color: #1BF2CB;
    left: 15px;
    top: 0;
    z-index: -1;
}

.news .slick-track {
    background-color: #1BF2CB;
}

.slick-arrow {
    position: absolute;
    top: -125px;
    right: 0;
    border: none;
    padding: 0;
    width: auto;
    color: inherit;
    background-color: transparent;
    outline: none;
}

.slick-arrow:focus {
    outline: none;
}

.slick-prev {
    transform: translateX(-150%);
}

.slick-list {
    overflow: visible;
}

ion-icon[name=arrow-back-outline],
ion-icon[name=arrow-forward-outline] {
    font-size: 25px;
    color: #000;
}

.news .slick-arrow {
    top: -165px;
}

@media (max-width: 992px) {

    .news h2 {
        margin-bottom: 80px;
    }

}

/* SERVICES */
.services {
    background: transparent linear-gradient(125deg, #0D2340 0%, #165873 100%) 0% 0% no-repeat padding-box;
    color: #1BF2CB;
    padding: 130px 0;
}

.services .one {
    position: absolute;
    left:-150px;
    top: -55px;
}

.services .two {
    position: absolute;
    left:-80px;
    top: -55px;
}

.services .three {
    position: absolute;
    left:-45px;
    top: -55px;
}

@keyframes jump {
    from {transform: translateY(0);}
    to {transform: translateY(-10px);}
}

.move:hover img {
    animation-name: jump;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media(max-width:991px) {

    .services .one {
        position: absolute;
        left:20px;
        top: -55px;
    }
    
    .services .two {
        position: absolute;
        left:-20px;
        top: -55px;
    }
    
    .services .three {
        position: absolute;
        left:-25px;
        top: -55px;
    }

}

/* PROJECTS */
.projects {
    padding: 150px 0;
    color: #0D2340;
}

.blue {
    width: 100%;
    height: 190px;
    background-color: #88F2F2;
}

.pro {
    transition: 0.5s;
}

@media (min-width: 756px) {
    
    .pro:hover {
        transform: scale(1.1);
        box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
        transition: 0.5s;
    }

}

.project h2 {
    width: 550px;
}

@media (max-width:992px) {
    .project h2 {
        width: 350px;
    }
}

/* KNOWHOW */
.knowhow {
    padding: 150px 0;
    background: transparent linear-gradient(142deg,  #165873 0%,#0D2340 100%) 0% 0% no-repeat padding-box;
    color: white;
}

.knowhow h4 {
    color: #1BF2CB;
}

.knowhow span {
    text-transform: uppercase;
    font-weight: bold !important;
}

.knowhow .one {
    position: absolute; left:-140px; top: -60px;
}

.knowhow .two {
    position: absolute; left:-90px; top: -60px;
}

.knowhow .three {
    position: absolute; left:-40px; top: -60px;
}

@media(max-width:991px) {

    .knowhow .one {
        position: absolute; left:20px; top: -60px;
    }
    
    .knowhow .two {
        position: absolute; left:-20px; top: -60px;
    }
    
    .knowhow .three {
        position: absolute; left:-25px; top: -60px;
    }

}

/* ABOUT US */
.about {
    padding: 75px 0;
    color: #0D2340;
    background: transparent linear-gradient(28deg, #1BF2CB 0%, #88F2F2 100%) 0% 0% no-repeat padding-box;
    margin-top: 450px;
    height: 500px;
}

.about .container {
    transform: translateY(-430px);
}

.about span {
    text-transform: uppercase;
    font-weight: bold !important;
}

@media(max-width:991px) {
    .about {
        height: 1000px;
    }
}

/* TEAM */
.team {
    color: #0D2340;
    padding: 80px 0;
    /*background: transparent linear-gradient(25deg, #1BF2CB 0%, #88F2F2 100%) 0% 0% no-repeat padding-box;*/
}

.lki {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom:1px solid #fff;
    transition: 0.5s;
}

.lki:hover {
    border-bottom:1px solid #88F2F2;
    transition: 0.5s;
}

@media (min-width: 756px) {

    .lki {
        border-bottom:1px solid #88F2F2;
        transition: 0.5s;
    }

}

/* TECHNO */
.techno {
    padding: 150px 0 100px;
    color: #0d2340;
}

/* PROJECT */
.project {
    padding: 150px 0 60px;
    color: #0d2340;
    border-top: 2px solid #1BF2CB;
}

/* NEWS */
.news {
    padding: 150px 0 100px;
    color: #0d2340;
    border-top: 2px solid #1BF2CB;
}

/* SERCICES */
.service {
    padding: 150px 0 100px;
    color: #0d2340;
    border-top: 2px solid #1BF2CB;
}

/* CONTACT */
.contact {
    padding: 70px 0;
    color: #0D2340;
    /*background: transparent linear-gradient(142deg,  #88F2F2 0%, #165873 100%) 0% 0% no-repeat padding-box;*/
}

.aboutContact {
    padding: 150px 0;
    color: #0d2340;
}

.contact input,
select {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    border:none !important;
    background-color:rgba(22, 88, 115, 0.1);
    padding: 1rem;
}

select {
    appearance: none;
    background-image: url(../img/chevron-down-outline.svg);
    background-position: 95% center;
    background-size: 14px;
    background-repeat: no-repeat; 
    background-color:rgba(22, 88, 115, 0.1);
}

textarea {
    min-height: 200px;
    border:none !important;
    background-color:rgba(22, 88, 115, 0.1);
}

label {
    font-weight: bold;
    font-size: 14px;
    color: #0D2340;
    position: absolute;
    top: -30px;
    text-transform: uppercase;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

.ioniconSelect {
    color:red;
}

::placeholder, select {
    font-size: 14px;
    font-weight: bold;
    color: #0D2340;
}

.btn-submit {
    background-color: #1BF2CB;
    color: #0D2340;
    padding: 17px 90px;
    border-radius: 0;
    font-weight: bold;
    transition: 0.5s;
}

@media (min-width: 756px) {
    
    .btn:hover {
        transform: translateY(-3px);
        box-shadow: 0px 8px 9px 5px rgba(0, 0, 0, 0.3);
        transition: 0.5s;
    }
    
}

@media (max-width:575px) {
    
    .btn-submit {
        width: 100%;
    }

}

/* MOREKNOW */
.moreKnow {
    padding: 50px 0 150px;
    color: #0d2340;
}

.moreKnow .content {
    background: transparent linear-gradient(236deg, #1BF2CB 0%, #0FBCA5 77%, #0AA696 100%) 0% 0% no-repeat padding-box;
    margin-top: 3px;
    min-height: 250px;
}

/* MOREPRO */
.morePro {
    padding: 50px 0 150px;
    color: #0d2340;
}

.morePro .content {
    background: transparent linear-gradient(237deg, #165873 0%, #0B2C3A 100%) 0% 0% no-repeat padding-box;
    margin-top: 3px;
    min-height: 300px;
    color: #fff;
}

/* MORENEWS */
.moreNews {
    padding: 50px 0 150px;
    color: #0d2340;
}

.moreNews .content {
    background: transparent linear-gradient(237deg, #165873 0%, #0B2C3A 100%) 0% 0% no-repeat padding-box;
    margin-top: 3px;
    min-height: 350px;
    color: #fff;
}

/* FOOTER */
footer {
    color: white;
    padding: 70px 0;
    background: transparent linear-gradient(18deg, #0D2340 0%, #165873 100%) 0% 0% no-repeat padding-box;
}

footer p {
    margin-bottom: 10px;
}

.logo-footer {
    width: 25%;
}

@media (max-width:767px) {
    
    .logo-footer {
        width: 70%;
    }

}

.carreVert{
    width: 100%;
    min-height: 110px;
    background-color: #0AA696;
    margin-bottom: 75px;
    display: flex;
    align-items: center;
    padding-left: 14px;
}

.carreVert .calendar{
    width: 50px;
    height: 50px;
    margin-right: 8px;
}

.carreVert .annonceMessage{
    font-size: 27px!important;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: 0px;
color: #0D2340;
}

.carreVert .annonceMessage p{
    font-size: 22px!important;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    color: #0D2340;
}

.doc-container{
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100%;
    min-height: 96px;
    border-bottom: 1px solid hsla(169, 89%, 53%, 1);
    border-top: 1px solid hsla(169, 89%, 53%, 1);
    padding-top: 16px;
}

.doc-container .icon{
    margin-right: 75px;
}


.doc-container p  {
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 16px;
    color: #0D2340;
    transition: 0.3s all;
    cursor: pointer;
    text-decoration: none;
}


.doc-container a  {


    text-decoration: none;
}

.doc-container p:hover  {
    color: #1BF2CB;
}

.doc-container p i {
    color: #1BF2CB;
    margin-right: 16px;
    font-size: 20px !important;


}

.faq .card{
    border-radius: 0!important;
    border: 0!important;
}

.faq .titleFaq{
    font-size: 22px;
    font-weight: bold;
    color: #0D2340;
    margin-bottom: 32px;
}

.card-header:first-child{
    border-radius: 0!important;
}
.card-header {
    padding:0!important;
    padding-left: 20px !important;
    padding-top: 0px !important;
}




.card-header img{
    width: 20.72px;
    height: 17.58px;
    margin-right: 75px;
}

.card:last-child{
    border-bottom: 1px solid hsla(169, 89%, 53%, 1)!important;
}
.card-header, .card-link,.card-link:hover{background-color:#ffffff; border-top: 1px solid hsla(169, 89%, 53%, 1);border-bottom: 0!important;}
.card-body{
    padding:0!important;

    padding-left: 137px!important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    height: 0;
}

.card-link{
    border:0!important;
    font-size:22px;
}
.card-link:after {
   content: "x";
   position:relative;
   float:left;
   margin-top:-8px;
   margin-left:5px;
   font-size:20px;
   font-weight:600;
   color:#fff;
 -webkit-animation: minus 0.8s;
   animation: minus 0.8s;
}
.card-link.collapsed:after {
   content: ">";
  -webkit-animation: plus 0.8s;
   animation: plus 0.8s;
} 

@keyframes minus {
    0% {transform: rotate(360deg);}
    0% {-webkit-transform: rotate(360deg);}
}

@keyframes plus {
   0% {transform: rotate(-360deg);}
   0% {-webkit-transform: rotate(-360deg);}
}

.slick-track {

    transform: translate3d(-187px, 0px, 0px);
}


.accordion-aready {
    width: 100%;
    max-width: 1200px;
}

.accordion-button-aready.active {
    font-weight: 900 !important;
}


.accordion-button-aready:nth-child(odd) {
    border-top: 1px solid #1BF2CB;
}

.accordion-item-aready-last {
    border-bottom: 1px solid #1BF2CB;
}

.accordion-item-aready h3{
    text-transform: none!important;
    font-size: 18px!important;
    font-weight: 700!important;
}

.accordion-item-aready .careers-p, .accordion-button-aready {
    text-transform: none!important;
}

.accordion-button-aready:focus {
   outline: none;
}


.accordion-button-aready {
    background-color: white;
    color: #0D2340;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    transition: 0.4s;
    text-transform: uppercase;
    padding: 42px 11px 42px 0;    
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Align items vertically in the center */
}

.accordion-button-aready::before {
    content: "";
    background-image: url('../img/Groupe.png');
    background-repeat: no-repeat;
    margin-left: 26px;
    width: 20px; /* Set a fixed width for the icon */
    height: 20px; /* Set a fixed height for the icon */
    margin-right: 37px;
    
    transition: transform 0.4s ease-in-out;
    background-size: contain; /* Ensure the icon fits within the dimensions */
    flex-shrink: 0; /* Prevent the icon from shrinking */
}

/* Additional styles to ensure text does not wrap under the icon */
.accordion-button-aready .text {
    flex-grow: 1; /* Allow the text to take up available space */
}

  
  
  .accordion-button-aready.active::before {
    transform: rotate(90deg); /* Rotation augmentée pour tester */
    content: "\00a0\00a0\00a0\00a0\00a0";
}

.accordion-button-aready.active {
    font-weight: 700!important;
}

.accordion-content-aready {
    margin-left: 80px;
    display: none;
    overflow: hidden;
    background-color: white;
}

.accordion-content-aready{
    color: #0D2340;
}

.accordion-content-aready p{
    margin-bottom: 39px;
    padding-left: 4px;
}
.project a{
    color:#0AA696;
    transition: 0.3s all!important;
    text-decoration: none;
}

.project a:hover{
    color:#0a7065;
}


.accordion-content-aready h3{
    margin-bottom: 20px!important;
}


.accordion-content-aready .form-people {

    margin-top: 60px !important;
}

.accordion-content-aready  .careers-checkbox-main{
    padding-left: 0px!important;
    padding-right: 24px !important;
    height: 25px!important;
    width: 25px!important;
    border: 1px solid #000087;
}

.accordion-content-aready  .careers-checkbox-main-label{
    margin-left: 30px!important;
}