/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* pour masquer le badge du captcha */
.grecaptcha-badge
{
   display: none;
}

.divider-border {
    margin: 0px!important;
}

@font-face {
    font-family: 'Sohne Breit Kraftig';
    src: url('/fonts/SohneBreit-Kraftig.woff2') format('woff2'),
        url('/fonts/SohneBreit-Kraftig.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Breit Leicht';
    src: url('/fonts/SohneBreit-Leicht.woff2') format('woff2'),
        url('/fonts/SohneBreit-Leicht.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Breit Buch';
    src: url('/fonts/SohneBreit-Buch.woff2') format('woff2'),
        url('/fonts/SohneBreit-Buch.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Breit Dreiviertelfett';
    src: url('/fonts/SohneBreit-Dreiviertelfett.woff2') format('woff2'),
        url('/fonts/SohneBreit-Dreiviertelfett.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Breit Fett';
    src: url('/fonts/SohneBreit-Fett.woff2') format('woff2'),
        url('/fonts/SohneBreit-Fett.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Buch';
    src: url('/fonts/Sohne-Buch.woff2') format('woff2'),
        url('/fonts/Sohne-Buch.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Breit Extrafett';
    src: url('/fonts/SohneBreit-Extrafett.woff2') format('woff2'),
        url('/fonts/SohneBreit-Extrafett.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Breit Halbfett';
    src: url('/fonts/SohneBreit-Halbfett.woff2') format('woff2'),
        url('/fonts/SohneBreit-Halbfett.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



/*fonts sizes*/


.big, .big h1, .big h2 {
  font-size: 34px; /* Valeur de secours pour les navigateurs qui ne connaissent pas clamp() */
  font-size: clamp(28px, 2.5vw,48px); /* Écrase la valeur précédente si clamp() est supporté */
  line-height:1.1;
}

.med, .med h1, .med h2, h2.med {
  font-size: 22px; /* Valeur de secours pour les navigateurs qui ne connaissent pas clamp() */
  font-size: clamp(20px, 2vw, 26px); /* Écrase la valeur précédente si clamp() est supporté */
	line-height:1.4em;
}

.uppercase {
	text-transform: uppercase;
	font-weight:400!important;
}

.small{font-size:14px;}

.opacity10 {opacity:0.1;}
.opacity20 {opacity:0.2;}
.opacity30 {opacity:0.3;}
.opacity40 {opacity:0.4;}
.opacity50 {opacity:0.5;}
.opacity60 {opacity:0.6;}
.opacity70 {opacity:0.7;}
.opacity80 {opacity:0.8;}
.opacity90 {opacity:0.9;}

.titre, .titre h1 {
	font-size: 40px;
	font-size: clamp(36px, 2.5vw,70px); 
	line-height:1.1;
	font-weight:400;
}



/*font-size portfolio grid*/
@media (min-width: 999px) and (max-width: 1150px) {
  .nectar-post-grid-item__excerpt-wrap.item-meta-extra {
    font-size: 0.6em;
  }
}

/* Couleur selection texte */

*::selection {
    background:#011258;
    color:#F5F4F4;
}

*::-moz-selection {
    background:#011258;
    color:#F5F4F4;
}

*::-webkit-selection {
    background:#011258;
    color:#F5F4F4;
}

/* Supprime l'espace par défaut du divider */
.divider-border.completed {
    margin: 0px!important;
}


/* Font classes */
.uppercase {text-transform:uppercase;font-weight:inherit;}
.justify {text-align:justify;}


/* Réglages cookie bar */
#cookie-notice {
    font-family: inherit;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	border: 1px solid white;
	font-family: inherit;
}

/* Animation liens */
.linkanim a
{
    background-image: linear-gradient(to right,white 0,white 100%);
    transition: background-size .55s cubic-bezier(.2,.75,.5,1);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0px 0;
    background-size: 0 1px;
    line-height:1.3;
	text-decoration:none!important;

}

.linkanim a:hover
{
    background-size: 100% 1px;
}

/*Réglage équipe*/
@media screen and (max-width:1320px){
    .portraitmob {
    margin-bottom: 0px!important;
    border-bottom: 2px solid #738cb8;
}}

/*-------Mega Menu-------*/

/*off canva*/

/* === LARGEUR DU MENU === */
#slide-out-widget-area.slide-out-from-right-hover.open {
    width: 45% !important;
}
@media screen and (max-width: 1000px) {
    #slide-out-widget-area.slide-out-from-right-hover.open {
        width: 95% !important;
    }
}

/* === POSITIONNEMENT DU MENU === */
#slide-out-widget-area.slide-out-from-right-hover[data-dropdown-func=separate-dropdown-parent-link] .inner > div.off-canvas-menu-container {
    margin: auto 0 -10% 0 !important;
}

@media screen and (max-width: 1000px) {
    body #slide-out-widget-area .inner-wrap > .inner .off-canvas-menu-container li.menu > a,
    body #slide-out-widget-area.fullscreen .inner-wrap > .inner .off-canvas-menu-container li.menu > a,
    body #slide-out-widget-area.fullscreen-alt .inner-wrap > .inner .off-canvas-menu-container li.menu > a,
    body #slide-out-widget-area.slide-out-from-right-hover .inner-wrap > .inner .off-canvas-menu-container li.menu > a,
    body #nectar-ocm-ht-line-check {
        font-family: Sohne Breit Buch;
        text-transform: uppercase;
        font-size: 10px!important;
        line-height: 1.313;
        font-weight: 600;
    }
}


/* === LAYOUT === */
.inner-wrap {
    width: 100%;
}
div#slide-out-widget-area .inner-wrap {
    min-width: 100%;
}

/* === ESPACEMENT DES ITEMS === */
#slide-out-widget-area.slide-out-from-right-hover .inner-wrap > .inner .off-canvas-menu-container li.menu,
.material #slide-out-widget-area.slide-out-from-right-hover .inner-wrap > .inner .off-canvas-menu-container li.menu li.menu {
    margin: 7px 0 !important;
}

/* === COULEUR DE FOND === */
#slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen) {
    background-color: #011258;
}

/* === COULEURS DES LIENS === */
#slide-out-widget-area .off-canvas-menu-container li.menu > a,
#slide-out-widget-area .off-canvas-menu-container li.menu > a .menu-title-text {
    color: #F5F4F4 !important;
}

/* === HOVER : couleur sans soulignement === */
#slide-out-widget-area .off-canvas-menu-container li.menu > a:hover,
#slide-out-widget-area .off-canvas-menu-container li.menu > a:hover .menu-title-text {
    color: #F6704C !important;
}

/* === SÉPARATEURS === */
#slide-out-widget-area .off-canvas-menu-container > ul > li.menu {
    border-bottom: 1px solid #F5F4F4 !important;
    padding-bottom: 10px !important;
}
#slide-out-widget-area .off-canvas-menu-container > ul > li.menu:last-child {
    border-bottom: none !important;
}

/* === SUPPRESSION TOTALE DU SOULIGNEMENT ANIMÉ === */
#slide-out-widget-area .off-canvas-menu-container li.menu a .menu-title-text:after,
#slide-out-widget-area .off-canvas-menu-container li.menu a:after,
#slide-out-widget-area .off-canvas-menu-container li.menu a span:after {
    display: none !important;
    border-top-width: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
}

/* === BOUTON "SE CONNECTER" DANS LE MEGA MENU === */
#slide-out-widget-area .off-canvas-menu-container li.btn-connexion {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
li#menu-item-7346 {
    padding-top: 50px !important;
}
#slide-out-widget-area .off-canvas-menu-container li.btn-connexion > a {
    display: inline-block !important;
    background-color: #F6704C !important;
    padding: 10px 18px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
}
#slide-out-widget-area .off-canvas-menu-container li.btn-connexion > a,
#slide-out-widget-area .off-canvas-menu-container li.btn-connexion > a .menu-title-text {
    color: #FFFFFF !important;
}

body #slide-out-widget-area[class*="fullscreen"] .current-menu-item > a, body #slide-out-widget-area.fullscreen a:hover, body #slide-out-widget-area.fullscreen-split a:hover, body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .current-menu-item > a, #slide-out-widget-area.slide-out-from-right-hover a:hover, body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after, body #slide-out-widget-area.slide-out-from-right a:hover, body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a:hover, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li.current-menu-item > a, #slide-out-widget-area.slide-out-from-right-hover.no-text-effect .inner .off-canvas-menu-container li a:hover, body #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^="icon-"], body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container .current-menu-item > a, #slide-out-widget-area .widget .nectar_widget[class*="nectar_blog_posts_"] li:not(.has-img) a:hover .post-title {
    color: #ffffff !important;
}

/* on force la couleur blanche sur TOUS les descendants du bouton au hover */
body #slide-out-widget-area .off-canvas-menu-container li.btn-connexion > a:hover,
body #slide-out-widget-area .off-canvas-menu-container li.btn-connexion > a:hover *,
body #slide-out-widget-area .off-canvas-menu-container li.btn-connexion > a:hover .menu-title-text,
body #slide-out-widget-area .off-canvas-menu-container li.btn-connexion > a:hover .menu-title-text * {
    color: #F6704C !important;
    background-color: #F6704CB8 !important;
}


/* on s'assure qu'aucun soulignement ne réapparaisse dessus */
#slide-out-widget-area .off-canvas-menu-container li.btn-connexion a .menu-title-text:after,
#slide-out-widget-area .off-canvas-menu-container li.btn-connexion a:after {
    display: none !important;
}

/*pop-up*/

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-title {
        font-family: Sohne Breit Buch!important;
        font: normal 14px/16px;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
        text-align: left;
        color: #F6704C!important;
    }
    
/*TEXTE*/    
   
@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-subtitle {
        font: 600 26px / 36px Sohne Breit Buch!important;
        font-family: Sohne Breit Buch!important;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
        text-align: left;
    }
}

/*marge blanche bas de page responsive*/

	div#footer-outer {
    display: none!important;
}
