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

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

@font-face {
    font-family: 'Satoshi Med';
    src: url('/fonts/Satoshi-Medium.woff2') format('woff2'),
        url('/fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    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;
}

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

/*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;
	letter-spacing:0.5px;
}

.interligne {
    line-height: 1.75em;
}


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


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


#header-outer[data-lhe="text_reveal"] #top nav >ul >li[class*="menu-item-btn"] >a, #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a, #top nav > ul > li[class*="button_solid_color"] > a, body #header-outer[data-lhe="default"] #top nav .sf-menu > li[class*="button_solid_color"] > a:hover, #header-outer[data-lhe="animated_underline"] #top nav > .sf-menu > li[class*="button_bordered"] > a, #top nav > ul > li[class*="button_bordered"] > a, body #header-outer.transparent #top nav > ul > li[class*="button_bordered"] > a, body #header-outer[data-lhe="default"] #top nav .sf-menu > li[class*="button_bordered"] > a:hover, body #header-outer.transparent #top nav > ul > li[class*="button_solid_color"] > a, #header-outer[data-lhe="animated_underline"] #top nav > ul > li[class*="button_solid_color"] > a {
    margin-left: 10px;
    margin-right: 0px;
}

.blog_next_prev_buttons[data-style=fullwidth_next_prev] ul .next-post, .blog_next_prev_buttons[data-style=fullwidth_next_prev] ul .previous-post, .container-wrap[data-nav-pos=after_project_2] .bottom_controls #portfolio-nav ul .next-project, .container-wrap[data-nav-pos=after_project_2] .bottom_controls #portfolio-nav ul .previous-project{
	background-color:#3700bc;
}