/*
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-wrap .divider-border.completed {
    margin-bottom: 0px!important;
}
.divider-border {
    margin: 0px!important;
}


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

@font-face {
    font-family: 'F37 Grotesc';
    src: url('/fonts/F37Grotesc-Bold.woff2') format('woff2'),
        url('/fonts/F37Grotesc-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'F37 Judge';
    src: url('/fonts/F37Judge-Bold.woff2') format('woff2'),
        url('/fonts/F37Judge-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*Couleur selection texte*/

*::selection {
background:#000000;
color:#ffffff;
}

*::-moz-selection {
background:#000000;
color:#ffffff;
}

*::-webkit-selection {
background:#000000;
color:#ffffff;
}



/*font classes*/

.big p , span.big{font-size:2em; line-height:1.2em;}
.med {font-size:1.30em; line-height:1.5em;}
.small{font-size:0.85em;line-height:1.5em;}

.xbig, .xbig h1, .xbig h2, .xbig h3, .xbig h4, .xbig h5, .xbig h6,
h1.xbig,h2.xbig,h3.xbig,h4.xbig,h5.xbig,h6.xbig{font-size:5em; line-height:1.3em;
}

.norm, .norm h1, .norm h2, .norm h3, .norm h4, .norm h5, .norm h6,
h1.norm,h2.norm,h3.norm,h4.norm,h5.norm,h6.norm{font-size:1em;line-height:1.2em;
}

.uppercase {text-transform:uppercase;font-weight:inherit;}
.justify{text-align:justify;}
strong {font-weight: 600 !important;}
.interligne {line-height: 2em;}


@media only screen and (max-width: 764px)
{
.big p , span.big{font-size:1.6em; line-height:1.25em;}
.med {font-size:1.5em; line-height:1.4em;}
.norm {font-size:0.80em; line-height:1.1em;}
.small{font-size:0.90em;line-height:1.5em;}
}


/*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;
}

