/* -------------------------------------------------------------
    Entête
------------------------------------------------------------- */
/* Styles par défaut pour les écrans de 1361px et moins */
header#sp-header {
    background: #ffffff; /* Fond blanc pour les petits écrans */
}
/* Requête média pour les écrans de 1362px et plus */
@media screen and (min-width: 1362px) {
    header#sp-header {
        background: #ffffff; /* Pour les navigateurs qui ne supportent pas les dégradés */
        background: -webkit-linear-gradient(-90deg, #30539D 20%, #F4F4F4 20%); /* Pour Safari 5.1 à 6.0 */
        background: -o-linear-gradient(-90deg, #30539D 20%, #F4F4F4 20%); /* Pour Opera 11.1 à 12.0 */
        background: -moz-linear-gradient(-90deg, #30539D 20%, #F4F4F4 20%); /* Pour Firefox 3.6 à 15 */
        background: linear-gradient(-90deg, #30539D 20%, #F4F4F4 20%); /* Syntaxe standard */
    }
}
@media only screen and (min-width: 992px) and (max-width: 1361px){
    #sp-menu {
      width: 100% !important;
      background: #30539D;
    }
}
/* Logo sur mobile */
@media screen and (max-width: 482px) {
    #sp-header #sp-logo {
      width: 80% !important;
    }
}

/* -------------------------------------------------------------
    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: #30539D;
}
ul.sp-megamenu-parent li.sp-menu-item.current-item.active {
    background-color: #ED1C24;
}
.sp-megamenu-parent > li.sp-has-child.active {
    background-color: #ED1C24;
}
    .sp-megamenu-parent > li.sp-has-child.active > a {
        color: #ED1C24;
    }
/* Menu mobile */
.close-offcanvas {
    color: #ffffff;
}
#offcanvas-toggler > .fa {
  color: #000000;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  margin: 0px 15px;
}

/* -------------------------------------------------------------
    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);
}
/* Background footer */
#sp-footer {
  background: #000000 !important;
}
/* Alignement vertical des services */
.sppb-align-center {
  -ms-flex-align: center !important;
  align-items: normal !important;
}
/* Largeur de la zone du contenu dans les */
/* #sppb-addon-wrapper-1677215636286 {
  width: 100%;
}*/

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