/*
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: 'Messina Sans';
    src: url('/fonts/MessinaSans-Regular.woff2') format('woff2'),
        url('/fonts/MessinaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Messina Serif';
    src: url('/fonts/MessinaSerif-Regular.woff2') format('woff2'),
        url('/fonts/MessinaSerif-Regular.woff') format('woff');
    font-weight: normal;
    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, .med h3, h3.med {
  font-size: 24px; /* Valeur de secours pour les navigateurs qui ne connaissent pas clamp() */
  font-size: clamp(18px, 2.2vw, 28px); /* Écrase la valeur précédente si clamp() est supporté */
	line-height:1.4em;
}

.norm, .norm h1, .norm h2{
	font-size:1em;
}

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

.serif, .serif h1, .serif h2 {
	font-family: 'Messina Serif', serif!important;
}


.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;
}



.nectar-milestone .number {
    font-family: 'Messina Sans', sans-serif!important;
}

/* Couleur selection texte */

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

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

*::-webkit-selection {
    background:#000000;
    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;

}

/*Page équipe*/

.single-portfolio .nectar-post-grid-wrap[data-style="vertical_list"] .nectar-post-grid[data-grid-spacing="15px"] .nectar-post-grid-item .content {
    padding: 10px 0px 10px 0px;
}

.single-portfolio .nectar-post-grid-wrap[data-style="vertical_list"] .nectar-post-grid-item .content .item-main {
    display: flex;
    flex-direction: row;
}

.single-portfolio .nectar-link-underline a span {
    color: #7c8a73!important;
    background-image: linear-gradient(to right, #7c8a73 0, #7c8a73 100%)!important;
	font-size:14px;
}

.single-portfolio .teamrow .nectar-post-grid .nectar-post-grid-item .meta-excerpt {
    opacity:0.5;
    font-size: 16px!important;
    margin-top:0px!important;
    line-height: 1.1;
}

.portfoliopeople span.meta-excerpt span, .portfoliopeople span.meta-excerpt {
    font-size: 14px;
    color: #7c8a73!important;
}

.portfoliopeople .post-heading-wrap {
    margin-top: 5px;
}

@media screen and (min-width:1000px){
.portfoliopeople .post-heading-wrap {
    display: flex;
	}}

.portfoliopeople .nectar-post-grid .nectar-post-grid-item .meta-excerpt {
    margin-top: 0px;
    display: block;
    line-height: 1.6;
    transition: color .45s cubic-bezier(.15,.75,.5,1) 0s;
}



/*Pages portfolios*/
@media screen and (max-width:1000px){
.nectar-hor-list-item[data-columns="2"][data-column-layout=small_first]>div:nth-child(1),
.nectar-hor-list-item[data-columns="2"][data-column-layout=small_first]>div:nth-child(2) {
    width: 50%;
	}}

.testimonialraw .img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom]:hover .hover-wrap-inner {
    transform: scale(1.06);
}
/*Liens animés*/

.linkanim, .linkanimwhite, .linkanimblue
{
    line-height:1.6;
}


.linkanim a
{
    background-image: linear-gradient(to right,#222222 0,#222222 100%);
    transition: background-size .55s cubic-bezier(.2,.75,.5,1);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 1px 0;
    background-size: 0 1px;
    line-height:1.3;

}

.linkanimwhite a
{
    background-image: linear-gradient(to right,#fff 0,#fff 100%);
    transition: background-size .55s cubic-bezier(.2,.75,.5,1);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 1px 0;
    background-size: 0 1px;
    line-height:1.3;

}

.linkanimblue a
{
    background-image: linear-gradient(to right,#6cbde7 0,#6cbde7 100%);
    transition: background-size .55s cubic-bezier(.2,.75,.5,1);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 1px 0;
    background-size: 0 1px;
    line-height:1.3;
	color:#6cbde7!important;

}


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

.wpb_text_column a, p a, .nectar-fancy-box .inner a, .nectar-fancy-ul a, .nectar_team_member_overlay .team-desc a, .main-content > .row > h1 a, .main-content > .row > h2 a, .main-content > .row > h3 a, .main-content > .row > h4 a, .main-content > .row > h5 a, .main-content > .row > h6 a, .wp-block-quote a {
    text-decoration: none;
}

/*navigation*/
#top nav>ul>li[class*=button_bordered]>a:before {
    border-color: rgba(0,0,0,1);
}

#header-outer.transparent #top nav>ul>li[class*=button_bordered]>a:before, #top nav>ul>li[class*=button_bordered]>a:before {
	border: 1px solid;}

/*Blog*/
.single-post h2 {
    font-family: 'Messina Serif',serif;
    font-size: 24px;
	line-height:1.5;
    padding-bottom: 20px;
	padding-top: 30px;
color:#7c8a73;
}

.single #page-header-bg #single-below-header span {
    color:#95D1EE!important;
}

body[data-ext-responsive=true].single-post .container-wrap.no-sidebar .post-area{
	max-width:1400px!important;
}

/*virer deuxieme lien lp du menu burger */
@media screen and (max-width:1000px){
.doublonlplink {
	display:none!important;
	}}

/*Testimonials*/
@media screen and (max-width:768px){

span.open-quote {
    display: none;
}
	
	.nectar_single_testimonial[data-style="bold"] p {
    font-size: 18px!important;
    line-height: 28px;
}

}

@media screen and (min-width:1000px){
.image-icon {
    display: none!important;
	}}

.testimonialraw blockquote.nectar_single_testimonial,
.testimonialceo blockquote.nectar_single_testimonial{
    max-width: 1000px;
}