/* -------------------------------------------------------------
    Entête
------------------------------------------------------------- */
header#sp-header {
    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, black, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, black, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, black, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, black, white); /* Standard syntax */
}

/* -------------------------------------------------------------
    Nouvelles
------------------------------------------------------------- */
#actualites .sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 {
    font-size: 27px;
    line-height: 30px;
    margin-top: 18px;
    min-height: 75px;
}
#actualites .capsule-video .entry-video .embed-responsive-item {
    min-height: 300px;
}

/* -------------------------------------------------------------
    Menu
------------------------------------------------------------- */
ul.sp-megamenu-parent li.sp-menu-item {
    background-color: #000000;
}
ul.sp-megamenu-parent li.sp-menu-item.current-item.active {
    background-color: #FF0000;
}
.sp-megamenu-parent > li.sp-has-child.active {
    background-color: #FF0000;
}
    .sp-megamenu-parent > li.sp-has-child.active > a {
        color: #DDEBF7;
    }
/* Menu mobile */
.close-offcanvas {
    color: #ffffff;
}

/* -------------------------------------------------------------
    Footer
------------------------------------------------------------- */
.footer .sppb-row-container .sppb-row .sppb-col-md-6,
.footer .sppb-row-container .sppb-row .sppb-col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

/* -------------------------------------------------------------
    Accueil
------------------------------------------------------------- */
/* Slider */
.slider .slider-home .sppb-carousel-pro-text h2 {
    margin-bottom: 0px;
}
/* Boutons */
.slider-home .sppb-btn-rounded .fa-arrow-right,
.hiring .sppb-btn-rounded .far.fa-envelope {
    margin-right: 10px !important;
}

/* -------------------------------------------------------------
    Divers
------------------------------------------------------------- */
/* Espace titre */
.sp-page-title {
    padding: 50px 0;
}
.sp-page-title .sp-page-title-sub-heading {
    color: rgba(0, 0, 0, 0.10);
}

/* -------------------------------------------------------------
    Hide Google reCAPTCHA Badge
------------------------------------------------------------- */
.grecaptcha-badge {
    visibility: hidden;
}

/* -------------------------------------------------------------
    Bannière de consentement pour les témoins de navigation
------------------------------------------------------------- */
.cpnb-modal-inner span.francais:lang(en) {
    display: none;
}
.cpnb-modal-inner span.english:lang(fr) {
    display: none;
}