/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/futura/FuturaStd-ExtraBold.otf') format("opentype"); /* IE9 Compat Modes */
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    margin-top: 115px;
}

body a{
    color: inherit !important;
    text-decoration: inherit;
    transition: opacity ease-in-out .3s;
}

body a:hover{
    color: inherit;
    opacity: 0.7 !important;
}

body .img-src{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out .5s;
}

body .logo{
    width: 90px;
    /*height: 105px;*/
    object-fit: fill;
}

body .home-h2{
    font-size: 30px;
    font-weight: bold;
}

header{
    background-color: #000000;
}

header .navbar {
    background: #ffffff;
    height: 115px;
    /* overflow: hidden; */
}

header .navbar > div{
    background: #ffffff;
    padding-left: 0px;
    height: 115px;
    /* overflow: hidden; */
}

header .form-1{
   width: 204px;
    position: relative;
    bottom: 0px;
    height: 115px;
    overflow: hidden;
    /* margin-top: 1px; */
}

header .form-2{
    width: 200px;
    height: 117px;
}

header .navbar-brand{
    background-color: #fff;
    width: 214px;
    display: block;
    /* padding: 6px 0px; */
    padding-left: 15px;
    height: 117px;

}

header .navbar-brand:hover{
    opacity: 1;
}

header .nav-top-all{
    margin-left: 50px;
}

header .nav-top-all .fab{
    border: 1px solid #ED0A36;
    border-radius: 50%;
    color: #ED0A36;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 2.4rem;
    background: rgba(7, 102, 142, 1);
    border-radius: 0px;
    box-shadow: none;

    min-width: 250px;
}

.dropdown-item{
    color: #fff !important;
}

.dropdown-item:hover{
    color: #212529 !important;
}

/* .dropdown-menu[data-bs-popper] > li a{
    color: #212529;
} */

/*.carousel .carousel-inner{*/
/*    height: calc(100vh - 115px);*/
/*}*/

.carousel .carousel-inner .carousel-item{
    height: 100%;
}

.carousel .carousel-inner .carousel-caption{
    /* text-align: center; */
    top: 5%;
    margin: auto;
    margin-top: 200px;
    text-align: center !important;
}

@media screen and (max-width:800px) {
    .carousel .carousel-inner .carousel-caption h5{
        font-size: 33px !important;
        font-family: 'Montserrat';
        font-weight: bold;
    }

    .carousel .carousel-inner .carousel-caption .title{
        font-family: 'Arial';
        font-size: 26px !important;
        color: #ffffff;
    }
    .carousel-caption{
        position: absolute;
        right: 15%;
        bottom: 0.25rem;
        left: 5% !important;
        top: -15% !important;
        padding-top: 0 !important;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left !important;
    }

    .carousel-inner{
        height: 400px !important;
    }
}
.carousel .carousel-inner .carousel-caption h5{
    font-size: 53px;
    font-family: 'Montserrat';
    font-weight: bold;
}

.carousel .carousel-inner .carousel-caption .title{
    font-family: 'Arial';
    font-size: 36px;
    color: #ffffff;
}

.carousel .carousel-inner .carousel-caption .title span{
    color: #ffffff;
}

.carousel .carousel-inner .carousel-caption .title{
    font-size: 30px;
    letter-spacing: 4px;
    /* font-weight: bold; */
    /* font-weight: bold; */
}

.carousel-caption{
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 32%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left !important;
}

.carousel .carousel-indicators button{
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #E8E8E8;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.6s ease-in-out;
    opacity: 1;
    margin: 5px;
    margin-top: 3px;
}

.carousel .carousel-indicators button.active{
    background-color: #0470BA;
}

header .navbar .nav-item .nav-link{
    color: #07668E !important;
    padding: 10px 15px;
    font-weight: normal;
    font-size: 15px;
    font-weight: bold;
    transition: all ease-in-out .2s;
    text-transform: uppercase;
}

header .navbar .nav-item .nav-link:hover,
header .navbar .nav-item .nav-link.active{
    color: #EF9A3D !important;
    /* border-bottom: 1px solid #fff; */
}

.banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 372px;
    overflow: hidden;
    }
    
    .banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(110deg, rgba(0, 5, 36, 0.84), rgba(7, 102, 142, 0.5), rgba(242, 48, 48, 0.28)),
            linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.48));
        z-index: 0;
    }
    
    .banner .container {
        position: relative;
        z-index: 1;
}

.banner .content{
    bottom: 80px;
}

.banner .content h1{
    font-size: 41px;
}

.banner .seo-h1{
    font-size: 44px;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before{
    color: #fff;
}

.home-partenaires,
.home-realisations .overlay{
    padding-top: 70px;
    padding-bottom: 70px;
}

.home-services{
    background-color: #E0E0E0;
    padding-top: 70px;
    padding-bottom: 70px;
}

.home-services .img{
    height: 402px;
    background-color: #000;
    overflow: hidden;
    transition: 1s !important;
}

/* .home-services .img:hover{
    height: 402px;
    background-color: #000;
    overflow: hidden;
    background-size: 800px !important;
} */

.home-services .content{
    background-color: #fff;
    padding: 30px 20px 20px 20px;
}

.home-services .seo-h4{
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    font-family: 'Montserrat';
}

.sous-depart{
    font-size: 16px;
    color: #ffffff;
    font-family: 'Myriad Pro';
    margin-top: -30px;
}

.home-services .content .desc{
    color: #444444;
    margin-bottom: 40px;
}

.home-services .see-all{
    display: inline-block;
    border: 1px solid #07668E;
    border-radius: 20px 20px 20px 20px;
    background-color: transparent;
    color: #07668E !important;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    height: 42px;
}

.home-realisations .see-all{
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 20px 20px 20px 20px;
    background-color: transparent;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    height: 42px;
}

.home-corporation .seo-h2,
.home-services .seo-h2,
.home-realisations .seo-h2,
.home-partenaires .seo-h2,
.devi-form .seo-h2{
    font-family: 'Montserrat';
    font-size: 35px;
    color: #07668E;
    font-weight: bold;
}

.home-corporation .desc{
    color: #444444;
    font-size: 16px;
    /* margin-bottom: 35px; */
}

.home-corporation .desc img{
    max-width: 100%;
    object-fit: cover;
}

.home-corporation .desc p:last-child,
.home-corporation .desc ul:last-child{
    margin-bottom: 0px;
}

.home-corporation .desc ul{
    padding-inline-start: 6px;
}

.home-corporation .desc ul li{
    padding-left: 10px;
}

.home-corporation .desc ul li::marker{
    content: "-";
}

.home-corporation .desc h5{
    font-size: 16px !important;
}

.sous-service-title h4{
    font-size: 20px;
    font-weight: bold;
    color: #06668D;
    font-family: Arial, Helvetica, sans-serif !important;
    margin-bottom: 0px;
}



.sous-service-title .border-line{
    border-color: #07668E !important;
}

.sous-service-item .img{
    max-width: 344px;
    max-height: 344px;
}

.home-corporation .oblic,
.home-services .oblic{
    display: inline-block;
    width: 162px;
    /* clip-path: polygon(0% 0%, 89% 0, 100% 100%, 0% 100%); */
    border: 1px solid #07668E;
    border-radius: 20px 20px 20px 20px;
    background-color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    color: #07668E !important;
    padding: 12px 15px 10px 15px;
    height: 45px;
    text-align: center;
}
.service-item{
    display: inline-block;
    /* width: 162px; */
    /* clip-path: polygon(0% 0%, 89% 0, 100% 100%, 0% 100%); */
    border: 1px solid #07668E;
    border-radius: 20px 20px 20px 20px;
    background-color: #07668E !important;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff !important;
    padding: 12px 25px 10px 25px;
    height: 45px;
    text-align: center;
}



.home-corporation .img{
    height: 262px;
    background-color: #000;
    overflow: hidden;
}

.home-realisations{
    /* background: url(assets/images/bg-realisation.jpg); */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: 60px;
}


.overlay-default{
    background-color: rgba(7, 119, 160, 0.9);
    height: 100%;
    width: 100%;
}

.home-realisations .img{
    height: 402px;
    background-color: #000;
    overflow: hidden;
    margin-bottom: 15px;
}

.home-realisations .content h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.home-partenaires .seo-h2{
    color: #06779F;
}

.home-partenaires .galery .item{
    height: 112px;
    position: relative;
}

.home-partenaires .galery .item .img{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.home-partenaires .galery .item .img img{
    object-fit: scale-down;
}

.home-corporation.intern .img{
    /* height: 285px; */
    /* width: 285px; */
    /* height: 285px; */
    border: 10px solid #E37777;
    border-radius: 50%;
    min-width: 285px;
    min-height: 285px;
}

.home-corporation.intern .title-rounded-bg{
    background-color: #07668E;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    padding: 20px;
    padding-right: 160px;
    margin: 0px;
    margin-bottom: 40px;
    border-radius: 0px 60px 60px 0px;
}

.team{
    background-color: #0777A0;
    padding-top: 70px;
    padding-bottom: 70px;
}

.team .img{
    height: 188px;
    width: 188px;
    border-radius: 50%;
    background-color: #06668D;
    overflow: hidden;
    display: inline-block;
}

.team .seo-h2{
    font-family: 'Futura';
    font-size: 35px;
    color: #07668E;
}

.team h3.title{
    font-size: 24px;
    font-weight: bold;
}

.devi-form .content-form{
    background-color: #F7F7F7;
    border: 1px solid #E1E1DF;
}

.devi-form .content-form label{
    color: #06668C;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.devi-form .content-form .form-control{
    height: 60px;
}

.devi-form .content-form .form-control:focus{
    box-shadow: none;
}

.devi-form .content-form .form-control.text-area{
    height: initial;
}

.devi-form .content-form .submit-btn{
    background-color: #F8DF54;
    color: #06668C;
    width: 500px;
    font-weight: bold;
}

.home-realisations.intern{
    background-repeat: repeat;
    background-size: auto;
}

/* .home-realisations.intern .seo-h2{
    color: #07668E !important;
} */

/* SECTION GLOBALE */
.seo-h2 {
    font-weight: 700;
    color: #222;
    letter-spacing: 1px;
}

/* CAROUSEL */
.carousel,
.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-inner.custom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

/* BLOC ROUGE */
.content-domain {
    background-color: #b71c1c;
    color: #fff;
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.content-domain .desc {
    font-size: 16px;
    line-height: 1.6;
}

.content-domain a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.content-domain a:hover {
    color: #ffc107;
}

/* BOUTON */
.oblic.custom {
    max-width: 180px;
    width: auto;
    text-align: center;
    padding: 6px 25px !important;
}

.oblic.custom:hover {
    background-color: #ffc107;
    color: #fff !important;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .home-corporation.expert {
        background-color: #f5f5f5;
        overflow: hidden !important;
    }

    .home-corporation.expert .row {
        flex-direction: column;
    }

    .carousel-inner.custom img {
        height: 280px;
    }

    .content-domain {
        margin-top: 20px;
        padding: 25px;
        text-align: left;
    }

    .content-domain .oblic.custom {
        display: block;
    }

    .seo-h2 {
        font-weight: 700;
        color: #222;
        letter-spacing: 1px;
        text-align: left;
    }

    .content-domain p {
        text-align: left;
    }
}

@media (max-width: 992px) {
    .home-corporation .row {
        flex-direction: column;
    }

    .content-domain {
        margin-top: 30px;
        padding: 40px 25px;
    }
}
.page-item.active .page-link{
    background-color: #07668E;
    border-color: #07668E;
    color: #fff !important;
}

.home-contact{
    padding-top: 70px;
}

.home-contact .titre{
    color: #5E6465;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Futura';
}

.home-contact .horizontal-bar{
    height: 33px;
    background-color: #2D2F82;
    width: 100%;
}

.home-contact .left .content{
    height: 100%;
    background-image: url('../images/contact-bg-1.jpg');
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.home-contact.intern .left .content{
    background-image: none;
}

.home-contact .left .content .text{
    display: block;
    margin-left: 25%;
}

.home-contact.intern .left .content .text{
    margin-left: 5%;
}

.home-contact #contact-form{
    margin-top: 20px;
    margin-bottom: 80px;
}

.home-contact #contact-form .form-control::placeholder{
    color: #B3B3B3;
}

.home-contact #contact-form .submit-btn{
    background: #06779F;
    width: 99px;
    color: #fff;
    padding-top: 11px;
}

.home-contact #contact-form .submit-btn > i{
    transform: rotateX(30deg);
    font-size: 20px;
}

.home-contact #contact-form .submit-btn:focus{
    box-shadow: none;
}

.contact-section2{
    background-color: #3E91C4;
    padding-top: 60px;
    padding-bottom: 20px;
}

.contact-section2 h2{
    font-family: 'Futura';
    font-weight: bold;
    font-size: 35px;
}

.contact-section2 .bordered-right {
    border-right: 1px solid #B2B2B2;
}

.contact-section2 .bordered-right:last-child {
    border-right: none !important;
}

.contact-section2 .icon .fas,
.contact-section2 .icon .fa {
    font-size: 25px;
    color: #fff;
    padding: 18px 19px 15px 19px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.contact-section2 .adresse {
    color: #fff;
    margin-top: 10px;
    font-family: Verdana, sans-serif !important;
    font-size: 14px;
}

.contact-section2 .icon .fa-phone {
    transform: rotate(90deg);
    padding: 17px 18px 17px 15px;
}

.contact-section3{
    background-color: #EEEEEE;
    padding-top: 50px;
    padding-bottom: 100px;
}

.contact-section3 .titre {
    color: #004579;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    margin-bottom: 40px;
}

.contact-section3 .form-control{
    border-radius: 0 !important;
    background-color: #F7F7F7 !important;
    border: none !important;
    font-size: 14px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.contact-section3 .custom-file-label{
    border-radius: 0 !important;
    background-color: #efefef !important;
    border: none !important;
}

.contact-section3 .form-control::placeholder,
.contact-section3 .form-control::-moz-placeholder,
.contact-section3 .form-control::-webkit-input-placeholder,
.custom-file-label{
    color: #B4B4B4 !important;
}

.contact-section3 .btn-send {
    padding: 8px 20px 5px 20px;
    background-color: #07668E !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0 !important;
    border: none !important;
    width: 174px;
}

.devi-form .desc *{
    font-family: 'Arial';
}

.devi-form .form-control:disabled,
.devi-form .form-control:read-only{
    background-color: #fff !important;
}

.service-sec-2 .seo-h2,
.service-sec-1 .seo-h2{
    font-family: 'Futura';
    font-size: 35px;
    color: #07668E;
}

.service-sec-2{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #F1F2F3;
}

.service-sec-3{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #0777A0;
    color: #fff;
}

.service-sec-2 .img,
.service-sec-3 .img{
    height: 400px;
    width: 400px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #000;
}

.service-sec-2 *,
.service-sec-3 *{
    font-family: 'Century gothic';
}

.service-sec-2 h4,
.service-sec-3 h4{
    font-family: 'Futura';
    margin-bottom: 20px;
}

footer{
    background-color: #F5F5F5;
    color: #00245A;
    font-size: 14px;
}

footer .nav-bottom li > a,
footer .contact{
    color: #9E9E9E !important;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

footer .follow-us{
    color: #9E9E9E !important;
    font-size: 12px;
    font-weight: bold;
}

footer .with-border .social{
    color: #9E9E9E;
    font-size: 14px;
    margin-bottom: 5px;
}

footer .with-border .fas,
footer .with-border .fa{
    border: 1px solid #0470BA;
    border-radius: 50%;
    color: #0470BA;
}

footer .share-bottom .fab{
    /* border: 1px solid #ED0A36; */
    border-radius: 50%;
    color: #fff;
    background-color: #0470BA;
}

footer .copy_in{
    color: #9E9E9E;
    font-size: 14px;
}

footer .signature{
    border-top: 1px solid #E8E8E8;
}

/* =================== MOBILE ===================== */
.overlay-search-input{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(7, 102, 142, .7);
    z-index: 1060;
    overflow: hidden;
    transition: all ease-in-out .4s;
}

.overlay-search-input.active{
    height: 100%;
}

.overlay-search-input.active .close-search{
    position: fixed;
    top: 3%;
    right: 3%;
    color: #fff;
    z-index: 1070;
    font-size: 25px;
}

.overlay-search-input .close-search:hover{
    cursor: pointer;
}

.offcanvas.search-open{
    visibility: hidden !important;
}

.search-item{
   background-color: #0777A0;
   border-radius: 20px;
}

.bg-linear{
    background-color: rgba(64, 91, 128, .91);
}

@media screen and (min-width:800px) {
    .row-about{
        height:550px;
    }
}
@media screen and (max-width:800px) {

    .img-div{
        height:300px;
        padding: 0px 10px 10px 50px !important;
    }
    .expertise, .expertise-2{
        padding-right: 0 !important;
        display: none;
    }
    /* .expertise img, .expertise-2 img{
        margin-left: 0 !important;
    } */

    /* .expertise-btn{

    left: -5px !important;
    } */

    .row-about .img-div{
        display: none !important;
    }

    .expert{
        background-color: rgb(223, 233, 235);
        padding: 5px;
    }

    .expert h2{
        margin-top: 25px;
    }

    .expert .oblic{
        margin-top: 15px !important;
    }

    body .logo{
        width: 70px;
        margin-left: 5px;
    }



}

.navbar-toggler:focus{
    box-shadow: none !important;
    border: none !important;
}

.expertise{
    background-color: #DFE9EB;
    padding-right: 100px;
}

.expertise-2{
    /* background-color: #498EB3; */
    padding-right: 100px;
}

.expertise img, .expertise-2 img{
    margin-left: -15px;
}

.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contaier{
    height:330px;
    overflow: hidden;
    position: relative;
}

.expertise-btn{
    display: inline-block;
    border: 1px solid rgba(63, 132, 162, 0.8) !important;
    border-radius: 20px 20px 20px 20px;
    background-color: rgba(63, 132, 162, 0.8) !important;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff !important;
    padding: 12px 30px 10px 25px;
    height: 45px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: -15px;
}


.navbar-toggler:focus
{
    background-color: transparent;
    border: 1px solid transparent;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem;
  }


  .navbar-toggler:focus
{
    background-color: transparent;
    border: 1px solid transparent;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem;
  }


  .carousel .carousel-inner .carousel-item img{
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.carousel .carousel-inner .carousel-item img.no-zoom{
    animation: none;
    -webkit-animation: none;
    object-fit: cover;
}

@-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1, 1);
    }
    to {
      -webkit-transform: scale(1.5, 1.5);
    }
  }
  @keyframes zoom {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1.5, 1.5);
    }
  }

.testimonies-carousel .carousel-control-prev,
.testimonies-carousel .carousel-control-next{
    visibility: visible !important;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev{
    visibility: hidden;
    height: 50px;
    width: 50px;
    top: 48%;
    z-index: 12;
    border: 2px solid #ffffff52;
    border-radius: 50%;
    padding: 5px;
    background-color: transparent;
}
.carousel .carousel-control-prev{
    left: 7%;
}
.carousel .carousel-control-next{
    right: 7%;
}
.carousel .carousel-inner .carousel-item .carousel-caption{
    z-index: 11;
    bottom: 29%;
    left: 23%;
    right: 23%;
    height: 225px;
    /* border-bottom: 8px solid red; */
    border-radius: 5px;
    text-align: left;
}
.carousel .carousel-inner .carousel-item .carousel-caption h2{
    font-size: 50px;
    font-family: 'Altorial bold', 'Arial', 'Sans-serif';
}
.carousel .arraw-down{
    left: 50%;
    transform: translate(-50%, -50%);
}
.carousel .arraw-down i{
    color: #fff;
    font-size: 30px;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next{
    visibility: visible;
}

.carousel .carousel-inner .carousel-item .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333333b5;
}

.content-domain{
    background-color: #dd6060;
    height: 440px;
    padding: 80px 70px;
}
.content-domain .desc{
    color: #fff;
    font-size: 18px;
}
.carousel .carousel-inner.custom{
    height: 440px;
}
.home-corporation .oblic.custom{
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
    padding: 14px 25px 11px 25px;
    width: auto;
    height: 50px;
    border-radius: 50px;
}

/* === Témoignages (isolé) === */
.home-temoignages .carousel-inner .carousel-item img {
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
}

.home-temoignages .carousel-item .col-lg-6 {
    padding-left: 20px;
}

.home-temoignages .seo-h2 {
    font-family: 'Montserrat';
    font-size: 35px;
    color: #06779F;
    font-weight: bold;
}

.home-partenaires {
    margin-top: 60px;
}

/* === Bannière premium === */
.fer-hero {
    position: relative;
    isolation: isolate;
    background-color: #090909;
}

.fer-hero .carousel-inner {
    height: min(720px, calc(100vh - 96px));
    min-height: 560px;
}

.fer-hero .carousel-item {
    overflow: hidden;
}

.fer-hero .carousel-item img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.02);
}

.fer-hero .carousel-item.active img {
    animation: ferHeroZoom 16s ease-out forwards;
}

.fer-hero .overlay-default {
    background:
        radial-gradient(circle at 72% 18%, rgba(242, 48, 48, 0.28), transparent 34%),
        linear-gradient(100deg, rgba(0, 5, 36, 0.88) 0%, rgba(0, 5, 36, 0.65) 42%, rgba(7, 119, 160, 0.22) 74%, rgba(0, 0, 0, 0.58) 100%);
}

.fer-hero .carousel-inner .carousel-item .overlay {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.58)),
        linear-gradient(90deg, rgba(0, 5, 36, 0.62), rgba(0, 0, 0, 0.08));
}

.fer-hero .carousel-caption {
    inset: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: min(1140px, calc(100% - 40px));
    height: auto !important;
    margin: 0 auto !important;
    padding: 70px 0 44px !important;
    text-align: left !important;
    z-index: 11;
}

.fer-hero-content {
    width: min(720px, 100%);
    position: relative;
    padding-left: 28px;
}

.fer-hero-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: calc(100% - 16px);
    border-radius: 999px;
    background: linear-gradient(180deg, #f23030, rgba(242, 48, 48, 0.22));
    box-shadow: 0 0 22px rgba(242, 48, 48, 0.45);
}

.fer-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.09);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.fer-hero .carousel-inner .carousel-caption h5 {
    width: auto !important;
    max-width: 760px;
    color: #fff;
    font-size: clamp(38px, 5.8vw, 76px);
    line-height: 0.94;
    letter-spacing: 0;
    white-space: nowrap;
    text-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.fer-hero .carousel-inner .carousel-caption .title {
    width: fit-content !important;
    max-width: 650px;
    margin-top: 18px;
    padding: 11px 22px 12px !important;
    border-radius: 0 28px 28px 0;
    background: linear-gradient(90deg, #f23030, #c90914) !important;
    color: #fff;
    font-size: clamp(20px, 3vw, 34px);
    line-height: 1.16;
    letter-spacing: 1.5px;
    box-shadow: 0 18px 42px rgba(242, 48, 48, 0.3);
}

.fer-hero .bt {
    display: flex !important;
    flex-wrap: wrap;
    gap: 14px;
    width: auto !important;
    margin-top: 30px !important;
}

.fer-hero .car-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 220px;
    height: 54px;
    padding: 0 22px !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 999px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.fer-hero .car-btn:hover {
    transform: translateY(-3px);
    opacity: 1 !important;
}

.fer-hero .fer-hero-phone {
    background-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.fer-hero .fer-hero-quote {
    border-color: #f23030 !important;
    background-color: #f23030;
    box-shadow: 0 16px 34px rgba(242, 48, 48, 0.36);
}

.fer-hero .fer-hero-quote:hover {
    background-color: #c90914;
    border-color: #c90914 !important;
}

.fer-hero .carousel-indicators {
    right: auto;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    gap: 8px;
}

.fer-hero .carousel-indicators button {
    width: 34px;
    height: 4px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.55);
}

.fer-hero .carousel-indicators button.active {
    width: 54px;
    background-color: #f23030;
}

.fer-hero .carousel-control-next,
.fer-hero .carousel-control-prev {
    visibility: visible;
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(0, 5, 36, 0.22);
    backdrop-filter: blur(8px);
}

.fer-hero .carousel-control-next:hover,
.fer-hero .carousel-control-prev:hover {
    background-color: #f23030;
    border-color: #f23030;
}

@keyframes ferHeroZoom {
    from {
        transform: scale(1.02);
    }

    to {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {
    .fer-hero .carousel-inner {
        min-height: 520px;
        height: 620px !important;
    }

    .fer-hero .carousel-caption {
        width: calc(100% - 32px);
        padding-top: 46px !important;
        align-items: center;
    }

    .fer-hero-content {
        padding-left: 20px;
    }

    .fer-hero-kicker {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .fer-hero .bt {
        gap: 12px;
    }

    .fer-hero .car-btn {
        min-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .fer-hero .carousel-inner {
        min-height: 480px;
        height: 540px !important;
    }

    .fer-hero .carousel-inner .carousel-caption h5 {
        font-size: 40px !important;
        white-space: normal;
    }

    .fer-hero .carousel-inner .carousel-caption .title {
        font-size: 20px !important;
        letter-spacing: 0.5px;
    }

    .fer-hero .carousel-control-next,
    .fer-hero .carousel-control-prev {
        display: none;
    }
}

/* === Pages institutionnelles et services === */
.section-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-left: 4px solid #f23030;
    background-color: rgba(242, 48, 48, 0.08);
    color: #f23030;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.institution-page .institution-lead {
    font-size: 17px;
    line-height: 1.8;
}

.institution-highlight {
    min-height: 360px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 34px;
    border-radius: 0 44px 0 44px;
    background:
        linear-gradient(145deg, rgba(0, 5, 36, 0.9), rgba(7, 119, 160, 0.68)),
        url('../images/section-two.fw.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(0, 5, 36, 0.18);
}

.institution-highlight strong {
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.institution-highlight span {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7;
}

.institution-card {
    height: 100%;
    padding: 30px;
    border: 1px solid #eeeeee;
    border-top: 4px solid #f23030;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 18px 45px rgba(0, 5, 36, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.institution-card:hover {
    transform: translateY(-5px);
    border-color: rgba(242, 48, 48, 0.34);
    box-shadow: 0 24px 60px rgba(0, 5, 36, 0.12);
}

.institution-card>span,
.service-premium-content>span {
    display: inline-block;
    margin-bottom: 16px;
    color: #f23030;
    font-weight: 900;
    letter-spacing: 2px;
}

.institution-card h3 {
    color: #000524;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 16px;
}

.institution-card h4 {
    color: #06779F;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 12px;
}

.institution-card p,
.institution-card li {
    color: #444;
    line-height: 1.75;
}

.institution-card ul,
.service-premium-content ul,
.service-detail-list {
    padding-left: 0;
    list-style: none;
}

.institution-card li,
.service-premium-content li,
.service-detail-list>li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

.institution-card li::before,
.service-premium-content li::before,
.service-detail-list>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #f23030;
    box-shadow: 0 0 0 4px rgba(242, 48, 48, 0.12);
}

.service-directory {
    padding-top: 80px;
    padding-bottom: 90px;
    background:
        linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
}

.service-premium-card {
    height: 100%;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(0, 5, 36, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-premium-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(0, 5, 36, 0.16);
}

.service-premium-card>a {
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 360px;
}

.service-premium-media {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    background-color: #000524;
}

.service-premium-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(0, 5, 36, 0.3), rgba(242, 48, 48, 0.28));
}

.service-premium-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-premium-card:hover .service-premium-media img {
    transform: scale(1.07);
}

.service-premium-content {
    padding: 30px;
}

.service-premium-content h3 {
    color: #000524;
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: 900;
    line-height: 1.14;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.service-premium-content p,
.service-premium-content div,
.service-premium-content li {
    color: #4b4b4b;
    line-height: 1.65;
}

.service-premium-content ul {
    margin-top: 18px;
    margin-bottom: 0;
}

.expertise-premium-card {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #000524;
    box-shadow: 0 20px 55px rgba(0, 5, 36, 0.12);
}

.expertise-premium-card a {
    position: relative;
    display: block;
    min-height: 330px;
    height: 100%;
}

.expertise-media {
    position: absolute;
    inset: 0;
}

.expertise-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expertise-premium-card:hover .expertise-media img {
    transform: scale(1.06);
}

.expertise-premium-card a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 5, 36, 0.05) 18%, rgba(0, 5, 36, 0.88) 100%);
}

.expertise-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 26px;
    color: #fff;
}

.expertise-content small {
    display: block;
    margin-bottom: 9px;
    color: #f23030;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.expertise-content strong {
    display: block;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.service-detail-list {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.service-detail-list>li {
    padding: 20px 20px 20px 46px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.service-detail-list>li:hover {
    border-color: #f23030;
    box-shadow: 0 4px 16px rgba(242, 48, 48, 0.1);
}

.service-detail-list>li::before {
    left: 20px;
    top: 26px;
}

.service-detail-list strong {
    color: #000524;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.service-detail-list div {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.service-detail-copy p {
    margin-bottom: 20px;
}

.service-detail-copy ul {
    margin: 24px 0;
}

@media screen and (max-width: 991px) {
    .service-premium-card>a {
        grid-template-columns: 1fr;
    }

    .service-directory {
        padding-top: 58px;
        padding-bottom: 64px;
    }
}

/* === Equipe avancée === */
.team-premium {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(0, 5, 36, 0.92), rgba(7, 119, 160, 0.86)),
        url('../images/bg-realisation.jpg');
    background-size: cover;
    background-position: center;
}

.team-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(242, 48, 48, 0.2), transparent 42%);
    pointer-events: none;
}

.team-premium .container {
    position: relative;
    z-index: 1;
}

.team-kicker,
.team-group-label {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.team-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #f23030;
}

.team-group-label {
    margin-bottom: 22px;
    padding-left: 14px;
    border-left: 4px solid #f23030;
}

.team-controls button {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    transition: all 0.25s ease;
}

.team-controls button:hover {
    background-color: #f23030;
    border-color: #f23030;
}

.team-carousel .carousel-inner,
.team-carousel .carousel-item {
    height: auto;
}

.team-card {
    width: 100%;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background-color: #000524;
    overflow: hidden;
    position: relative;
    text-align: left;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.team-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 5, 36, 0.02) 20%, rgba(0, 5, 36, 0.86) 100%);
    transition: background 0.25s ease;
}

.team-card:hover::after {
    background: linear-gradient(180deg, rgba(242, 48, 48, 0.08) 10%, rgba(0, 5, 36, 0.92) 100%);
}

.team-photo {
    position: absolute;
    inset: 0;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.team-card:hover .team-photo img {
    transform: scale(1.06);
}

.team-info {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 24px;
    color: #fff;
}

.team-info strong {
    display: block;
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.team-info small {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.45;
    text-transform: uppercase;
}

.team-modal .modal-content {
    border: 0;
    border-radius: 8px;
    background-color: #000524;
    color: #fff;
    overflow: hidden;
}

.team-modal .btn-close {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 20;
    filter: invert(1);
    opacity: 1;
}

.team-modal .carousel-inner,
.team-modal .carousel-item {
    height: auto;
}

.team-modal-slide {
    display: grid;
    grid-template-columns: 62% 38%;
    min-height: 620px;
}

.team-modal-photo {
    min-height: 620px;
    background-color: #050505;
}

.team-modal-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-modal-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px;
    background: linear-gradient(160deg, #000524, #07668E);
}

.team-modal-info span {
    color: #f23030;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.team-modal-info h2 {
    font-family: 'Montserrat';
    font-size: 42px;
    font-weight: 900;
    line-height: 1.05;
    margin: 18px 0;
}

.team-modal-info p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
}

/* === Détail domaine/service === */
.service-detail-premium {
    padding: 100px 0;
    background: linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
}

.service-detail-premium h1 {
    font-family: 'Montserrat';
    color: #000524;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 900;
    line-height: 1.02;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.service-detail-copy {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.service-detail-copy h4 {
    color: #07668E;
    font-weight: 900;
    font-size: 22px;
    margin: 30px 0 15px;
}

.service-detail-media {
    top: 120px;
    height: 520px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #000524;
    box-shadow: 0 28px 80px rgba(0, 5, 36, 0.16);
    transition: transform 0.3s ease;
}

.service-detail-media:hover {
    transform: translateY(-5px);
}

.service-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* === Recherche premium === */
.overlay-search-input {
    background:
        linear-gradient(135deg, rgba(0, 5, 36, 0.95), rgba(7, 102, 142, 0.92)),
        radial-gradient(circle at 78% 22%, rgba(242, 48, 48, 0.35), transparent 32%);
}

.premium-search-box {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 920px;
    margin: 0 auto;
    color: #fff;
}

.search-eyebrow {
    color: #f23030;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 14px;
}

.premium-search-box label {
    font-family: 'Montserrat';
    font-size: clamp(32px, 6vw, 66px);
    font-weight: 900;
    line-height: 1.02;
    margin-bottom: 28px;
}

.premium-search-control {
    display: grid;
    grid-template-columns: 52px 1fr auto;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
}

.premium-search-control>i {
    text-align: center;
    color: #fff;
}

.premium-search-control .form-control {
    height: 58px;
    border: 0 !important;
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    font-size: 18px;
}

.premium-search-control .form-control::placeholder {
    color: rgba(255, 255, 255, 0.64);
}

.premium-search-control button {
    height: 58px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background-color: #f23030;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.close-search {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.search-results-page .seo-h2 span {
    color: #f23030;
}

.search-result-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 28px;
    padding: 24px;
    margin-bottom: 22px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 18px 50px rgba(0, 5, 36, 0.08);
}

.search-result-media {
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #000524;
}

.search-result-content h5 {
    color: #000524;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 12px;
}

.search-term {
    background-color: rgba(242, 48, 48, 0.12);
    color: #f23030 !important;
    padding: 1px 4px;
    border-radius: 4px;
}

.search-empty-state {
    padding: 58px 24px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 18px 50px rgba(0, 5, 36, 0.08);
}

.search-empty-state i {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background-color: rgba(242, 48, 48, 0.1);
    color: #f23030;
    font-size: 22px;
}

.search-empty-state h3 {
    color: #000524;
    font-family: 'Montserrat';
    font-weight: 900;
}

.search-empty-state a {
    display: inline-flex;
    margin-top: 12px;
    padding: 12px 24px;
    border-radius: 999px;
    background-color: #f23030;
    color: #fff !important;
    font-weight: 900;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .team-card {
        min-height: 330px;
    }

    .team-modal-slide {
        grid-template-columns: 1fr;
        min-height: initial;
    }

    .team-modal-photo {
        min-height: 420px;
    }

    .team-modal-info {
        padding: 30px;
    }

    .team-modal-info h2 {
        font-size: 32px;
    }

    .service-detail-premium {
        padding: 60px 0;
    }

    .service-detail-media {
        height: 360px;
        top: 0;
    }

    .search-result-card {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 575px) {
    .team-controls {
        display: flex;
        gap: 10px;
    }

    .team-card {
        min-height: 390px;
    }

    .premium-search-control {
        grid-template-columns: 42px 1fr;
        border-radius: 28px;
    }

    .premium-search-control button {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 10px;
    }

    .premium-search-box {
        padding: 24px 0;
    }

    .search-result-card {
        padding: 16px;
    }
}

/* === FerCorp premium harmonise === */
.banner-premium-copy {
    max-width: 860px;
}

.banner-premium-copy>span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.banner-premium-copy>span::before {
    content: "";
    width: 34px;
    height: 3px;
    background-color: #f23030;
}

.service-banner::before,
.realisations-banner::before {
    background:
        linear-gradient(108deg, rgba(0, 5, 36, 0.9), rgba(7, 102, 142, 0.7) 54%, rgba(242, 48, 48, 0.42)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42));
}

.expertise-showcase,
.realisations-premium,
.realisation-detail-premium {
    position: relative;
    padding: 86px 0;
    margin-top: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.expertise-showcase .seo-h2,
.realisations-premium .seo-h2,
.realisation-detail-premium .seo-h2 {
    color: #000524;
    line-height: 1.08;
}

.expertise-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 24px;
    border: 1px solid #07668E;
    border-radius: 999px;
    color: #07668E !important;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.expertise-outline-btn:hover {
    background-color: #f23030;
    border-color: #f23030;
    color: #fff !important;
    transform: translateY(-2px);
}

.expertise-service-card,
.expertise-domain-card,
.realisation-card {
    height: 100%;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 22px 58px rgba(0, 5, 36, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.expertise-service-card:hover,
.expertise-domain-card:hover,
.realisation-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 76px rgba(0, 5, 36, 0.16);
}

.expertise-service-card>a {
    position: relative;
    display: grid;
    grid-template-columns: minmax(230px, 42%) 1fr;
    min-height: 386px;
    color: inherit;
}

.expertise-service-media,
.expertise-domain-media,
.realisation-media {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #000524;
}

.expertise-service-media::after,
.realisation-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(0, 5, 36, 0.06), rgba(0, 5, 36, 0.58));
}

.expertise-service-media img,
.expertise-domain-media img,
.realisation-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.expertise-service-card:hover img,
.expertise-domain-card:hover img,
.realisation-card:hover img {
    transform: scale(1.06);
}

.expertise-service-body {
    display: flex;
    flex-direction: column;
    padding: 32px 74px 32px 32px;
}

.expertise-service-body small,
.realisation-content small,
.expertise-domain-content small {
    color: #f23030;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.expertise-service-body strong,
.realisation-content strong,
.expertise-domain-content strong {
    display: block;
    color: #000524;
    font-family: 'Montserrat';
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.expertise-service-body strong {
    margin: 14px 0;
    font-size: 28px;
}

.expertise-service-text {
    color: #4b4b4b;
    line-height: 1.7;
}

.expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.expertise-tags em {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 12px;
    border-radius: 999px;
    background-color: rgba(7, 102, 142, 0.08);
    color: #07668E;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.expertise-card-arrow {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f23030;
    color: #fff;
}

.expertise-domain-card>a {
    position: relative;
    display: block;
    min-height: 370px;
    color: inherit;
}

.expertise-domain-media {
    position: absolute;
    inset: 0;
}

.expertise-domain-card>a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 5, 36, 0.03) 0%, rgba(0, 5, 36, 0.24) 42%, rgba(0, 5, 36, 0.92) 100%);
}

.expertise-domain-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px;
}

.expertise-domain-content strong {
    color: #fff;
    margin: 10px 0 18px;
    font-size: 24px;
}

.expertise-domain-content em {
    color: #fff;
    font-style: normal;
    font-weight: 800;
}

.realisations-home {
    background:
        linear-gradient(135deg, rgba(0, 5, 36, 0.97), rgba(7, 102, 142, 0.94)),
        url('../images/bg-realisation.jpg');
    background-size: cover;
    background-position: center;
}

.realisations-home .seo-h2,
.realisations-home .section-kicker {
    color: #fff;
}

.realisations-home .section-kicker::before {
    background-color: #fff;
}

.realisation-card>a {
    display: grid;
    grid-template-rows: 220px 1fr;
    min-height: 100%;
    color: inherit;
}

.realisation-content {
    display: block;
    min-height: 120px;
    padding: 20px;
    background-color: #fff;
}

.realisation-content strong {
    margin: 8px 0 10px;
    font-size: 18px;
}

.realisation-content span:last-child {
    color: #555;
    line-height: 1.65;
}

.realisations-pagination {
    display: flex;
    justify-content: center;
}

.realisation-detail-copy {
    color: #444;
    font-size: 16px;
    line-height: 1.82;
}

.realisation-detail-media {
    position: sticky;
    top: 112px;
    display: block;
    height: 540px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #000524;
    box-shadow: 0 28px 78px rgba(0, 5, 36, 0.16);
}

.realisation-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whatsapp-floating {
    position: fixed;
    right: 22px;
    bottom: 24px;
    z-index: 1030;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #25D366;
    color: #fff !important;
    font-size: 29px;
    box-shadow: 0 16px 40px rgba(37, 211, 102, 0.34);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-floating:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(37, 211, 102, 0.42);
}

.expertise-service-compact {
    min-height: 280px;
}

.expertise-service-compact .expertise-service-media {
    height: 120px;
}

.expertise-service-compact .expertise-service-body {
    padding: 16px;
}

.expertise-service-compact .expertise-service-text {
    font-size: 13px;
    line-height: 1.4;
}

.expertise-service-compact .expertise-card-actions {
    padding: 12px 16px;
}

.expertise-domain-text {
    font-size: 13px;
    line-height: 1.4;
    color: #555;
    display: block;
    margin-top: 8px;
}

.expertise-domain-card.has-no-image .expertise-domain-media.no-image-bg {
    background-color: #000524;
    min-height: 120px;
}

.expertise-domain-card.has-no-image>a {
    display: block;
    min-height: auto;
}

.expertise-domain-card.has-no-image .expertise-domain-media {
    position: relative;
    height: 80px;
}

.expertise-domain-card.has-no-image .expertise-domain-content {
    position: static;
    background: none;
}

.expertise-domain-card.has-no-image>a::after {
    display: none;
}

@media screen and (max-width: 991px) {
    .banner {
        height: 320px;
    }

    .banner .content {
        bottom: 54px;
        left: 12px;
        right: 12px;
    }

    .banner .seo-h1,
    .banner .content h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .home-corporation .seo-h2,
    .home-services .seo-h2,
    .home-realisations .seo-h2,
    .home-partenaires .seo-h2,
    .devi-form .seo-h2,
    .expertise-showcase .seo-h2,
    .realisations-premium .seo-h2,
    .realisation-detail-premium .seo-h2 {
        font-size: 28px;
        line-height: 1.12;
    }

    .expertise-showcase,
    .realisations-premium,
    .realisation-detail-premium {
        padding: 62px 0;
    }

    .expertise-service-card>a {
        grid-template-columns: 1fr;
    }

    .expertise-service-media {
        height: 300px;
    }

    .expertise-service-body {
        padding: 28px 72px 28px 28px;
    }

    .expertise-domain-card>a {
        min-height: 330px;
    }

    .realisation-detail-media {
        position: relative;
        top: 0;
        height: 420px;
    }
}

@media screen and (max-width: 575px) {
    body {
        overflow-x: hidden;
    }

    .banner {
        height: 260px;
    }

    .banner .content {
        bottom: 34px;
    }

    .banner-premium-copy>span {
        font-size: 11px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .banner .seo-h1,
    .banner .content h1 {
        font-size: 25px;
        line-height: 1.08;
    }

    .breadcrumb {
        font-size: 12px;
        margin-top: 8px;
    }

    .home-corporation .seo-h2,
    .home-services .seo-h2,
    .home-realisations .seo-h2,
    .home-partenaires .seo-h2,
    .devi-form .seo-h2,
    .expertise-showcase .seo-h2,
    .realisations-premium .seo-h2,
    .realisation-detail-premium .seo-h2 {
        font-size: 23px;
        line-height: 1.12;
    }

    .section-kicker {
        font-size: 11px;
    }

    .expertise-showcase,
    .realisations-premium,
    .realisation-detail-premium {
        padding: 48px 0;
    }

    .expertise-outline-btn {
        width: 100%;
        min-height: 44px;
        font-size: 12px;
    }

    .expertise-service-media {
        height: 235px;
    }

    .expertise-service-body {
        padding: 24px;
    }

    .expertise-service-body strong {
        font-size: 21px;
        line-height: 1.15;
    }

    .expertise-service-text {
        font-size: 14px;
    }

    .expertise-tags {
        gap: 7px;
        margin-top: 18px;
    }

    .expertise-tags em {
        max-width: 100%;
        min-height: 30px;
        font-size: 11px;
        line-height: 1.25;
    }

    .expertise-card-arrow {
        position: static;
        margin: 0 0 24px 24px;
    }

    .expertise-domain-card>a {
        min-height: 300px;
    }

    .expertise-domain-content {
        padding: 22px;
    }

    .expertise-domain-content strong {
        font-size: 20px;
    }

    .realisation-card>a {
        grid-template-rows: 180px 1fr;
    }

    .realisation-content {
        min-height: 100px;
        padding: 18px;
    }

    .realisation-content strong {
        font-size: 18px;
    }

    .realisation-detail-media {
        height: 320px;
    }

    .home-corporation.intern .img,
    .institution-highlight-media,
    .service-detail-media {
        width: 100%;
        min-width: 0;
        min-height: 0;
        height: 280px;
        border-radius: 8px;
    }

    .home-corporation.intern .img img,
    .institution-highlight-media img,
    .service-detail-media img,
    .search-result-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .team-card {
        min-height: 360px;
    }

    .team-info {
        min-height: 86px;
        padding: 18px;
        background: linear-gradient(180deg, transparent, rgba(0, 5, 36, 0.86));
    }

    .team-info strong,
    .team-info small {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .team-modal-photo {
        min-height: 360px;
    }

    .team-modal-info h2 {
        font-size: 25px;
    }

    .whatsapp-floating {
        right: 16px;
        bottom: 18px;
        width: 54px;
        height: 54px;
        font-size: 26px;
    }
}