#home-video{
    width:100%;
    height:700px;
    overflow:hidden;
}

#banner-video{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

/* ==========================================================
   NEXOPS CONTACT
==========================================================*/

#nx-contact{

    padding:40px 0 70px;

    background:#f5f7fb;

}

#nx-contact .contact-wrapper{

    display:flex;

    max-width:1200px;

    margin:auto;

    background:#fff;

    border-radius:12px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.10);

}

#nx-contact .contact-left{

    width:340px;

    background:#2458bf;

    color:#fff;

    padding:30px;

}

#nx-contact .contact-left h2{

    color:#fff;

    font-size:34px;

    margin-bottom:10px;

}

#nx-contact .title-line{

    width:70px;

    height:4px;

    background:#ffc107;

    margin-bottom:35px;

}

#nx-contact .contact-item{

    display:flex;

    margin-bottom:35px;

}

#nx-contact .contact-item:last-child{

    margin-bottom:0;

}

#nx-contact .contact-item i{

    width:52px;

    height:52px;

    border-radius:50%;

    background:rgba(255,255,255,.15);

    color:#ffc107;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-right:18px;

    font-size:20px;

    flex-shrink:0;

}

#nx-contact .contact-item h4{

    color:#fff;

    margin:0 0 6px;

    font-size:20px;

}

#nx-contact .contact-item p{

    margin:0;

    color:#fff;

    line-height:1.6;

}

#nx-contact .contact-item a{

    color:#fff;

    text-decoration:none;

}

#nx-contact .contact-item a:hover{

    color:#ffc107;

}

/* ========================= */

#nx-contact .contact-right{

    flex:1;

    padding:40px;

}

#nx-contact .contact-right h2{

    color:#123d8d;

    margin-bottom:10px;

    font-size:36px;

}

#nx-contact .contact-right>p{

    color:#666;

    margin-bottom:35px;

}

/* ========================= */

#nx-contact .contact-row{

    display:flex;

    gap:20px;

    margin-bottom:20px;

}

#nx-contact .contact-row input{

    flex:1;

}

#nx-contact input[type=text],
#nx-contact input[type=email],
#nx-contact textarea{

    width:100%;

    padding:15px 18px;

    border:1px solid #dce4ef;

    border-radius:8px;

    background:#fafbfc;

    transition:.3s;

    font-size:15px;

    box-sizing:border-box;

}

#nx-contact textarea{

    resize:vertical;

    min-height:180px;

}

#nx-contact input[type=text]:focus,
#nx-contact input[type=email]:focus,
#nx-contact textarea:focus{

    outline:none;

    border-color:#2458bf;

    background:#fff;

    box-shadow:0 0 0 4px rgba(36,88,191,.12);

}

/* ========================= */

#nx-contact .rgpd{

    display:flex;

    align-items:flex-start;

    gap:10px;

    margin:25px 0;

    color:#555;

    font-size:14px;

    line-height:1.5;

}

#nx-contact .rgpd input{

    margin-top:4px;

    width:auto;

}

/* ========================= */

#nx-contact .contact-btn{

    background:#ffc107;

    color:#111;

    border:none;

    padding:15px 35px;

    border-radius:35px;

    font-weight:700;

    cursor:pointer;

    transition:.3s;

}

#nx-contact .contact-btn:hover{

    background:#2458bf;

    color:#fff;

}

#nx-contact .contact-btn i{

    margin-left:10px;

}

/* ========================= */

@media (max-width:992px){

    #nx-contact .contact-wrapper{

        flex-direction:column;

    }

    #nx-contact .contact-left{

        width:100%;

    }

    #nx-contact .contact-row{

        flex-direction:column;

    }

}

.nx-contact-title{

    font-size:52px;

    color:#2458bf;

    font-weight:700;

    margin-bottom:6px;

    text-align:center;

}

.nx-contact-subtitle{

    text-align:center;

    color:#666;

    font-size:18px;

    margin-bottom:30px;

}

/*==================================================
 FOOTER NEXOPS
==================================================*/

.nx-footer{

    background:#123d8d;

    color:#fff;

    padding:70px 0 25px;

}

.footer-logo{

    width:220px;

    margin-bottom:25px;

}

.footer-text{

    color:#d6e2f4;

    line-height:1.8;

    margin-bottom:30px;

}

.nx-footer h4{

    color:#fff;

    margin-bottom:22px;

    font-size:20px;

    font-weight:700;

}

.nx-footer ul{

    list-style:none;

    padding:0;

    margin:0;

}

.nx-footer li{

    margin-bottom:12px;

}

.nx-footer a{

    color:#d6e2f4;

    text-decoration:none;

    transition:.3s;

}

.nx-footer a:hover{

    color:#ffc107;

}

.nx-footer p{

    color:#d6e2f4;

    margin-bottom:14px;

}

.nx-footer p i{

    width:22px;

    color:#ffc107;

}

.footer-social{

    display:flex;

    gap:15px;

    margin-top:20px;

}

.footer-social a{

    width:42px;

    height:42px;

    border-radius:50%;

    background:rgba(255,255,255,.12);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:18px;

    transition:.3s;

}

.footer-social a:hover{

    background:#ffc107;

    color:#123d8d;

}

.nx-footer hr{

    border-color:rgba(255,255,255,.15);

    margin:45px 0 25px;

}

.footer-bottom{

    color:#d6e2f4;

    font-size:14px;

}

.footer-bottom a{

    color:#d6e2f4;

}

.footer-bottom a:hover{

    color:#ffc107;

}

@media(max-width:991px){

.footer-logo{

    width:180px;

}

.footer-social{

    justify-content:center;

}

.nx-footer{

    text-align:center;

}

}

.nx-contact-title{

    text-align:center;

    color:#2458bf;

    font-size:52px;

    font-weight:700;

    margin-bottom:12px;

}

.nx-contact-subtitle{

    text-align:center;

    color:#6b7280;

    font-size:18px;

    margin-bottom:60px;

}

#nx-contact{

    padding:90px 0;

}

#nx-contact .container{

    max-width:1200px;

}

/* ===========================================================
   NEXOPS - Ils nous font confiance
   =========================================================== */

   #home-references .home-ref-desktop{

    color:#ffffff;

    font-size:48px;

    font-weight:700;

    margin-bottom:20px;

}

#home-references .home-ref-text{

    color:#ffffff;

    font-size:18px;

    line-height:1.8;

    max-width:420px;

    margin-left:auto;

}

#home-references .slider-references{

    margin-top:20px;

}

#home-references .slider-references-container{

    padding:10px;

}

#home-references .home-references-img{

    display:flex;

    justify-content:center;

    align-items:center;

    width:160px;

    height:110px;

    background:#ffffff;

    border-radius:6px;

    transition:.3s;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.15);

}

#home-references .home-references-img:hover{

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(0,0,0,.25);

}

#home-references .slider-img{

    max-width:120px;

    max-height:70px;

    width:auto;

    height:auto;

    object-fit:contain;

    display:block;

}

#home-references .slick-prev{

    left:-35px;

}

#home-references .slick-next{

    right:-35px;

}

#home-references .slick-prev,
#home-references .slick-next{

    z-index:10;

}

@media(max-width:991px){

    #home-references .home-ref-desktop{

        text-align:center;

        font-size:36px;

        margin-top:40px;

    }

    #home-references .home-ref-text{

        text-align:center;

        margin:auto;

    }

    #home-references .home-references-img{

        width:140px;

        height:95px;

    }

}

@media(max-width:576px){

    #home-references .home-ref-desktop{

        font-size:30px;

    }

    #home-references .home-references-img{

        width:120px;

        height:80px;

    }

    #home-references .slider-img{

        max-width:90px;

        max-height:55px;

    }

}

/* ==========================================================
   PARTENAIRES
==========================================================*/

#home-partenaires{

    background:#2458bf;

}

#home-partenaires .home-partenaires-bg{

    padding:90px 0;

}

#home-partenaires .partner-content{

    padding-right:50px;

}

#home-partenaires .partner-title{

    color:#fff;

    font-size:52px;

    font-weight:700;

    line-height:1.15;

    margin-bottom:25px;

}

#home-partenaires .partner-description{

    color:rgba(255,255,255,.9);

    font-size:18px;

    line-height:1.8;

}

#home-partenaires .slider-partenaires{

    margin:0;

}

#home-partenaires .slick-slide{

    padding:10px;

}

#home-partenaires .home-partenaires-img{

    display:flex;

    justify-content:center;

    align-items:center;

    width:165px;

    height:105px;

    background:#fff;

    border-radius:12px;

    overflow:hidden;

    transition:.3s;

    box-shadow:0 10px 30px rgba(0,0,0,.18);

}

#home-partenaires .home-partenaires-img:hover{

    transform:translateY(-4px);

    box-shadow:0 20px 40px rgba(0,0,0,.25);

}

#home-partenaires .slider-img{

    max-width:120px;

    max-height:65px;

    width:auto;

    height:auto;

    object-fit:contain;

}

@media(max-width:991px){

    #home-partenaires .partner-content{

        text-align:center;

        margin-bottom:50px;

        padding-right:0;

    }

    #home-partenaires .partner-title{

        font-size:36px;

    }

}

/* ==========================================================
   OFFRE DE SERVICES - NEXOPS
========================================================== */

#home-vignettes{
    padding-top:40px 0;
}

#home-vignettes .container{
    max-width:1600px;
}

#home-vignettes h2{
    color:#2458bf;
    font-size:48px;
    font-weight:700;
    margin-bottom:20px;
}

#home-vignettes .home-text-offres{
    max-width:950px;
    margin:0 auto 15px;
    text-align:center;
    color:#555;
    font-size:17px;
    line-height:1.8;
}

#home-vignettes .services-row{
    margin-top:60px;
}

#home-vignettes .services-row>div{
    display:flex;
}

#home-vignettes .vignette-hover{
    width:100%;
    height:100%;
}

#home-vignettes .vignette{

    position:relative;

    width:100%;

    height:430px;

    overflow:hidden;

    border-radius:10px;

    box-shadow:0 12px 35px rgba(0,0,0,.18);

}

#home-vignettes .vignette-img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:transform .5s ease;

}

#home-vignettes .vignette:hover .vignette-img{

    transform:scale(1.08);

}

/* voile sombre */

#home-vignettes .vignette::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.15)
    );

}

/* icône */

#home-vignettes .vignette-picto{

    position:absolute;

    top:30px;

    left:30px;

    width:68px;

    height:68px;

    line-height:68px;

    border-radius:50%;

    background:#ffb526;

    color:#fff;

    font-size:28px;

    text-align:center;

    z-index:2;

}

/* contenu */

#home-vignettes .vignette-content{

    position:absolute;

    left:30px;

    right:30px;

    bottom:30px;

    z-index:2;

}

#home-vignettes .vignette-content h3{

    color:#fff;

    font-size:32px;

    font-weight:700;

    margin-bottom:15px;

}

#home-vignettes .vignette-content p{

    color:#fff;

    font-size:16px;

    line-height:1.7;

    margin:0;

}

/* Responsive */

@media(max-width:1200px){

    #home-vignettes .vignette{

        height:380px;

    }

    #home-vignettes .vignette-content h3{

        font-size:26px;

    }

}

@media(max-width:992px){

    #home-vignettes .vignette{

        height:340px;

    }

}

@media(max-width:768px){

    #home-vignettes h2{

        font-size:36px;

    }

    #home-vignettes .vignette{

        height:320px;

    }

    #home-vignettes .vignette-content{

        left:20px;

        right:20px;

        bottom:20px;

    }

    #home-vignettes .vignette-content h3{

        font-size:24px;

    }

    #home-vignettes .vignette-content p{

        font-size:15px;

    }

}

/* ==========================================================
   HOME PRESENTATION - NEXOPS
========================================================== */

#home-presentation{

    padding:50px 0 25px;

    background:#f5f7fb;

}

#home-presentation .container{

    max-width:1400px;

}

#home-presentation .row{

    align-items:center;

}

/* ==========================
   IMAGE
========================== */

#home-presentation .presentation-image{

    overflow:hidden;

    border-radius:20px;

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

#home-presentation .presentation-image img{

    width:100%;

    height:520px;

    object-fit:cover;

    display:block;

    transition:transform .5s ease;

}

#home-presentation .presentation-image:hover img{

    transform:scale(1.05);

}

/* ==========================
   TEXTE
========================== */

#home-presentation .presentation-content{

    padding-left:60px;

}

#home-presentation .presentation-content h2{

    font-size:48px;

    line-height:1.2;

    font-weight:700;

    color:#2458bf;

    margin-bottom:30px;

}

#home-presentation .presentation-content p{

    color:#555;

    font-size:18px;

    line-height:1.9;

    margin-bottom:22px;

}

/* ==========================
   BOUTON
========================== */

#home-presentation .presentation-content .btn{

    margin-top:10px;

    padding:14px 34px;

    border-radius:40px;

    font-weight:600;

    transition:.3s;

}

#home-presentation .presentation-content .btn:hover{

    transform:translateY(-3px);

}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width:991px){

    #home-presentation{

        padding:70px 0;

    }

    #home-presentation .presentation-content{

        padding-left:0;

        margin-top:40px;

        text-align:center;

    }

    #home-presentation .presentation-content h2{

        font-size:36px;

    }

    #home-presentation .presentation-image img{

        height:380px;

    }

}

@media (max-width:767px){

    #home-presentation .presentation-image img{

        height:260px;

    }

    #home-presentation .presentation-content h2{

        font-size:30px;

    }

    #home-presentation .presentation-content p{

        font-size:16px;

    }

}

/* ==========================================================
   BANNIÈRE DES PAGES INTERNES
==========================================================*/

.title-banner{

    position:relative;

    height:420px;

    overflow:hidden;

}

.title-banner-img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.title-banner::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(24,42,74,.45);

}

.title-banner-text{

    position:absolute;

    inset:0;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    color:#fff;

    z-index:2;

    padding:0 20px;

}

.h1-title{

    font-size:58px;

    font-weight:700;

}

.h1-text{

    display:block;

    margin-top:18px;

    font-size:26px;

    font-weight:300;

}

@media (max-width:768px){

    .title-banner{

        height:300px;

    }

    .h1-title{

        font-size:38px;

    }

    .h1-text{

        font-size:20px;

    }

}

/* ==========================================================
   PAGE INFRASTRUCTURES
==========================================================*/

.section-top img{

    width:100%;
    max-width:520px;
    height:auto;

    border-radius:16px;

    box-shadow:0 12px 30px rgba(0,0,0,.15);

}

.section-top .text-center{

    display:flex;
    justify-content:center;
    align-items:center;

}

/* ==========================================================
   ASSISTANCE À DISTANCE
==========================================================*/

.support-download{

    width:180px;
    height:180px;

    display:flex;
    justify-content:center;
    align-items:center;

    margin:auto;

}

.support-download img{

    max-width:120px;
    max-height:120px;

    width:auto;
    height:auto;

    object-fit:contain;

}

.support-download{
    width:140px !important;
    height:140px !important;

    display:flex;
    justify-content:center;
    align-items:center;
}

.support-download img{

    width:90px !important;
    height:90px !important;

    max-width:90px !important;
    max-height:90px !important;

    object-fit:contain;
}

/* ==========================================================
   PRÉSENTATION NEXOPS
==========================================================*/

.section-top{

    padding:20px 0;

}

.section-top .text-center{

    display:flex;
    justify-content:center;
    align-items:center;

}

.section-top img{

    width:100%;
    max-width:520px;
    height:auto;

    border-radius:14px;

    box-shadow:0 15px 35px rgba(0,0,0,.15);

    transition:.3s;

}

.section-top img:hover{

    transform:scale(1.02);

}

.section-top h2{

    color:#2458bf;

    font-size:48px;

    margin-bottom:20px;

}

.section-top p{

    font-size:19px;

    line-height:1.8;

    color:#444;

}

/* ==========================
   HEADER TOP
========================== */

.header-top-coordonnees{
    display:flex;
    align-items:center;
    gap:35px;
}

.header-top-linkedin,
.header-top-contact,
.header-top-support{
    display:flex;
    align-items:center;
    color:#fff;
    text-decoration:none;
    font-weight:500;
}

.header-top-linkedin:hover,
.header-top-contact:hover,
.header-top-support:hover{
    color:#fff;
    text-decoration:none;
}

.picto-header{
    color:#f7a600;
    font-size:18px;
    margin-right:10px;
}

/* Boutons Contact et Support */

#header-contact,
#header-support{
    color:#fff;
}

#header-contact i,
#header-support i{
    color:#f7a600;
    margin-right:10px;
}

#header-contact:hover,
#header-support:hover{
    color:#fff;
    text-decoration:none;
}

#header-contact:hover i,
#header-support:hover i{
    color:#f7a600;
}

/* ==========================================
   COOKIE BANNER
========================================== */

.cookie-banner{

    position:fixed;

    bottom:25px;

    left:50%;

    transform:translateX(-50%) translateY(40px);

    width:92%;

    max-width:950px;

    background:#fff;

    border-radius:18px;

    box-shadow:0 20px 60px rgba(0,0,0,.18);

    display:flex;

    align-items:center;

    padding:28px;

    z-index:999999;

    opacity:0;

    visibility:hidden;

    transition:.45s;

}

.cookie-banner.show{

    opacity:1;

    visibility:visible;

    transform:translateX(-50%) translateY(0);

}

.cookie-icon{

    width:75px;

    height:75px;

    min-width:75px;

    border-radius:50%;

    background:#F7A600;

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:32px;

    margin-right:25px;

}

.cookie-content h4{

    color:#003E7E;

    font-weight:700;

    margin-bottom:10px;

}

.cookie-content p{

    margin-bottom:20px;

    color:#555;

    line-height:1.7;

}

.cookie-buttons{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

}

.btn-cookie{

    border:none;

    padding:12px 24px;

    border-radius:30px;

    cursor:pointer;

    transition:.3s;

    font-weight:600;

}

.btn-cookie-outline{

    background:white;

    border:2px solid #003E7E;

    color:#003E7E;

}

.btn-cookie-outline:hover{

    background:#003E7E;

    color:white;

}

.btn-cookie-blue{

    background:#003E7E;

    color:white;

}

.btn-cookie-blue:hover{

    background:#0A4FA3;

}

.btn-cookie-yellow{

    background:#F7A600;

    color:white;

}

.btn-cookie-yellow:hover{

    background:#e49700;

}

@media(max-width:768px){

    .cookie-banner{
    
        flex-direction:column;
    
        text-align:center;
    
    }
    
    .cookie-icon{
    
        margin:0 0 20px 0;
    
    }
    
    .cookie-buttons{
    
        justify-content:center;
    
    }
    
    }

    .cookie-modal{

        position:fixed;
    
        inset:0;
    
        background:rgba(0,0,0,.55);
    
        display:none;
    
        justify-content:center;
    
        align-items:center;
    
        z-index:9999999;
    
    }
    
    .cookie-modal.show{
    
        display:flex;
    
    }
    
    .cookie-modal-box{
    
        background:#fff;
    
        width:420px;
    
        max-width:90%;
    
        border-radius:16px;
    
        padding:35px;
    
        box-shadow:0 25px 60px rgba(0,0,0,.25);
    
    }
    
    .cookie-option{
    
        margin:25px 0;
    
    }
    
    .cookie-option label{
    
        font-weight:600;
    
    }
    
    .cookie-option small{
    
        display:block;
    
        color:#777;
    
        margin-left:25px;
    
    }
    
    .cookie-modal-buttons{
    
        text-align:right;
    
    }

/* ===== MENU ===== */

.navbar-nav .nav-link{

    color:#1e428a !important;
    position:relative;
    transition:all .3s ease;

}

.navbar-nav .nav-link::before{

    content:"";

    position:absolute;

    left:50%;
    bottom:-8px;

    width:0;

    height:3px;

    background:#f7a600;

    border-radius:50px;

    transform:translateX(-50%);

    transition:width .3s ease;

}

/* Hover */

.navbar-nav .nav-link:hover{

    color:#f7a600 !important;

}

.navbar-nav .nav-link:hover::before{

    width:70%;

}


#home-presentation .presentation-content p{
    text-align:left !important;
    text-align-last:left !important;
    word-spacing:normal !important;
    letter-spacing:normal !important;
}

#home-presentation .vignette-content p{
    text-align:center !important;
    text-align-last:center !important;
    word-spacing:normal !important;
    letter-spacing:normal !important;
}

@media (max-width: 768px) {

    .row.text-center > div{
        text-align: center;
        margin-bottom: 30px;
    }

    .row.text-center > div p{
        text-align: center;
        margin: 0 auto;
    }

    .row.text-center > div a{
        display: inline-block;
        text-align: center;
    }

}