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

@font-face {
    font-family: 'Euclid Circular A';
    src: url('/fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('/fonts/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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




/*fonts sizes*/


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


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

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

.small {
    font-size: 13px;
	line-height:1.4em;
}

.serif {font-family: 'Botera TFE',serif!important; font-weight:400;}

.justify, .wpb_text_column.wpb_content_element.justifytext{text-align:justify !important;}

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

.interligne {
    line-height: 1.75em;
}


/* bouton contact */
#header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_bordered]>a, #header-outer[data-lhe=default] #top nav>ul>li[class*=button_bordered]>a, #header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a, #top nav>ul>li[class*=button_bordered]>a, body #header-outer.transparent #top nav>ul>li[class*=button_bordered]>a {
    padding-top: 2px!impotant;
    
}

/* Couleur selection texte */

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

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

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

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


/* Contact form - 2 colonnes */

#formulaire-responsive {
/*	max-width:600px -- à modifier en fonction de la largeur désirée --*/;
        width:100%;
}
.rang-form {
	width: 100%;
}
.demi-colonne, .colonne {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.demi-colonne {
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #000;
    color:black!important;
	border-radius: 0px
	
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], textarea{
    background-color:white;
    color:black!important;

}

/*caler les images de la grid sur le haut pour equipe*/
.nectar-post-grid .nectar-post-grid-item-bg {
    background-position: top center !important;
}

.nectar-post-grid .nectar-post-grid-item-bg img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

/*post grid */
.nectar-post-grid .nectar-post-grid-item .meta-excerpt
 {
	 margin-top: 0;}

/*footer*/

@media only screen and (max-width: 768px) {
.img-with-aniamtion-wrap.custom-width-40pct, .img-with-aniamtion-wrap.custom-width-30pct, .img-with-aniamtion-wrap.custom-width-20pct {
    display: flex;
    justify-content: center;
}
}
