/*
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: 'PP Editorial New';
    src: url('/wp-content/themes/salient-child/font/EditorialNew-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Astoria';
    src: url('/wp-content/themes/salient-child/font/AstoriaW00-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
	scroll-behavior: smooth;
}

.main-content{
	margin-top: 90px;
}
/* HEADER */
h1, #page-header-bg h1, #page-header-bg .subheader{
	font-family: 'Astoria';
	font-weight: 400;
	font-size: 50px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #373737;
}
h2{
	font-family: 'Astoria';
	font-weight: 400;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #373737;
	margin-bottom: 60px;
}
#page-header-bg h1, #page-header-bg .subheader{
	font-size: 90px !important;
	color: #FFF;
	display: inline-block;
}
#page-header-bg .subheader{
	color: #FFCF01 !important;
	padding-left: 8px;
}
.home_subheader{
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    letter-spacing: 0px;
    width: 430px;
    text-align: center;
    display: block;
}
.nectar-highlighted-text h2:before {
    content: "";
    display: block;
    background: url("/wp-content/themes/salient-child/svg/puce_rouge.svg") no-repeat;
	background-position: 1px 20px;
    width: 20px;
    height: 32px;
    float: left;
    margin: 0 6px 0 0;
}
.btn-suite{
	text-align: center;
    margin-top: -36px;
    position: relative;
    z-index: 100;
}
.btn-suite a{
    top: -80px;
    background-color: #FFFFFF;
    border-radius: 6px;
    font-size: 9px;
    padding: 8px 21px;
    position: absolute;
	transition: background-color 0.5s ease;
}
.btn-suite a:hover{
    background-color: #FFCF01;
}
#btn_sound{
	position: absolute;
    top: -170px;
    right: 0px;
    z-index: 1000;
	border: 2px solid #FFCF01;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    text-align: center;
    padding: 3px;
}
#btn_sound svg{
	width: 25px;
    height: 25px;
}

/* MENU */

.pll-switcher-select{
	border: 0;
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 0.07em;
	color: #FFF;
    line-height: 12px;
    text-transform: uppercase;
    width: 60px;
	background-color: transparent;
	float: right;
	margin-top: 9px;
    height: 25px;
}
.pll-switcher-select:hover .pll-switcher-select-menu, .pll-switcher-select:focus .pll-switcher-select-menu{
	display: block;
}
.pll-switcher-select-menu{
	position: absolute;
    background-color: #01694b;
    border: 1px solid #01694b;
    float: right;
    top: 35px;
    color: #FFF;
    font-size: 12px;
    margin-left: 22px;
    width: 50px;
    text-align: left;
    display: none;
    padding: 4px;
}
.pll-switcher-select-menu a{
    color: #FFF;
    display: block;
	padding: 10px;
	transition: all 0.2s ease;
}
.pll-switcher-select-menu a:hover{
	color: #ffcf01;
}
.pll-switcher-select .down{
	font-size: 15px;
    position: relative;
    top: -2px;
    left: 3px;
}
#header-secondary-outer .container{
	text-align: right;
}
#header-secondary-outer #social{
	width: 160px;
	float: right;
	display: inline-block;
}
#header-secondary-outer #social li a{
	width: 16px !important;
	height: 16px !important;
	color: #000;
	border-radius: 20px;
	margin: 0px !important;
	padding: 3px 6px !important;
	line-height: unset !important;
}

#header-secondary-outer #social li a i {
    font-size: 16px !important;
    left: 0px;
    top: -8px;
    position: relative;
	color: #FFF;
}
#header-secondary-outer #social li a i.fa-facebook {
    left: -3px;
    top: -8px;
}

#searchform{
	max-width: 200px;
    display: inline-block;
	float: right;
	margin-right: 14px;
}
#searchform input{
	display: inline-block;
}
#searchform input[type=text]{
	line-height: 14px;
	background-color: transparent;
	padding: 4px;
		color: #FFF;

}
#searchform input::placeholder{
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 0.07em;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

.sf-menu li .sub-menu {
    border-top: 2px solid #FFCF01 !important;
}
.nectar-header-text-content a{
	background-color: #D41F35;
	border-radius: 6px;
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #F8F8F8 !important;
	padding: 8px 18px;
	background-image: url(/wp-content/uploads/2022/08/download.svg);
    background-repeat: no-repeat;
    background-position: 185px 11px;
    width: 220px;
    text-align: left;
	transition: all 0.3s ease !important;
}
.nectar-header-text-content a:hover{
	background-color: #ffcf01;
}
.nectar-header-text-content a:after{
	height: 0px !important;
}

#header-outer[data-lhe="animated_underline"] nav > ul >li:not([class*="button_"]) > a .menu-title-text:after, #header-secondary-outer[data-lhe="animated_underline"] nav >.sf-menu >li >a .menu-title-text:after {
    border-top: 3px solid #000;
	bottom: -8px !important;	
}

#header-outer #mobile-menu .nectar-header-text-content, #header-outer #mobile-menu .secondary-header-text {
    background-color: rgba(0,0,0,0) !important;
}

/*FOOTER*/
#footer-outer{
	margin-top: 30px;
	border-top: 3px solid #00694b14;
    padding-top: 60px;
}
#footer_6_rows h1{
	font-family: 'PP Editorial New';
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
	line-height: 100%;
	color: #262626;
	text-transform: capitalize;
	min-height: 100px;
}
@media screen and (max-width: 1300px) {
	#footer_6_rows h1{
		margin-top: 30px;
		font-size: 27px;
		min-height: 70px;
	}
}
#footer_6_rows {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-size: 12px;
	line-height: 220%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #414141;
}

/* BOUTONS */
.nectar-cta h6 .text{
	display: none;
}
.nectar-cta h6 .link_wrap{
	padding: 10px 20px;
	font-family: 'Roboto';
	font-weight: 800;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
.nectar-cta .link_wrap .link_text:after{
	border: 0px;
}
.gutentor-list-item{
	font-size: 16px;
	line-height: 150%;
}
.gutentor-list-item p{
	margin-bottom: 30px !important;
}
.gutentor-list-item .gutentor-single-item-title{
	font-size: 20px;
	margin-bottom: -18px !important;
}
.titre_h_fix{
	height: 100px;
}
.titre_h_fix h4{
	color: #FFCF01;
	font-family: 'Astoria';
}
.textile_entry{
	color: #FFF;
	text-transform: uppercase;
}
.nectar_hotspot_wrap .nectar_hotspot{
	opacity: 0.7;
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip{
	background-color: transparent;
	padding: 0px;
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nectar_hotspot:before {
    width: 44px;
    height: 44px;
    margin: -22px auto auto -22px;
}

.deco_rouge_jaune_top:after {
	content: '';
    width: 44px;
    height: 44px;
    margin: -22px auto auto -22px;
	background-color: #111;
}

.add_puce .wpb_wrapper p:before {
    content: "";
    display: block;
    background: url("/wp-content/themes/salient-child/svg/puce_rouge.svg") no-repeat;
	background-position: 0px 9px;
    background-size: 55%;
    width: 16px;
    height: 25px;
    float: left;
}

.add_puce_yellow .wpb_wrapper p:before {
	content: "";
    display: block;
    background: url(/wp-content/themes/salient-child/svg/puce_jaune.svg) no-repeat;
    background-position: 0px 11px;
    width: 8px;
    height: 25px;
    margin-right: 6px;
    float: left;
}

.puce_yellow h2:before{
	background: url("/wp-content/themes/salient-child/svg/puce_jaune.svg") no-repeat;
	background-position: 1px 20px;
    background-size: 10px;
}
.special_services_list ol {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: item;
	text-align: center;
}
.special_services_list ol>li {
	counter-increment: item;
	display:inline-block;
	width: 32%;
	height: 100px;
	background-color: #0D5540;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	padding: 10px;
	border-radius: 10px;
	margin: 4px 3px;
	vertical-align: top;
}
.special_services_list ol li:before {
	counter-increment: li;
	content: counter(item, decimal-leading-zero);
	display :block;
	font-family: 'Astoria';
	font-size: 10px;
	padding: 8px;
	line-height: 100%;	
}
.nectar_video_lightbox svg {
	filter: invert(31%) sepia(103%) saturate(732%) hue-rotate(327deg) brightness(119%) contrast(119%);
}
a.nectar_video_lightbox:after{
	opacity: 0.1;
}
a.nectar_video_lightbox span.play{
	border: 2px solid #ffcf01;
	border-radius: 50px;
}
.nectar-video-box a{
	border: 0px solid #ffcf01;
	transition: all 0.2s ease;
}
.nectar-video-box a:hover{
	border: 6px solid #ffcf01;
}
.mega_h1 h1, .mega_h1 h2{
	font-size: 80px;
}
.mega_h1 p{
	line-height: 120%;
}
.nectar-underline h2 {
    background-image: linear-gradient(to right,#ffcf01 0,#ffcf01 100%);
}
.home_gallery_togo_industries .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg{
	    height: 15vw;
}
.home_gallery_togo_industries .nectar-fancy-box[data-style="parallax_hover"] .inner {
    margin-top: -20px;
}
.home_titre_style_1 h3, .home_titre_style_2 h3{
	font-family: 'Astoria';
	font-weight: 400;
	font-size: 70px;
	line-height: 100%;
	letter-spacing: -0.04em;
}

.home_titre_style_1 h3{
	position: relative;
	left: -42vw;
	top: -40px;
	width: 900px;
}
.home_titre_style_2 h3{
	position: relative;
    left: 300px;
    top: -40px;
    z-index: 22;
    width: 900px;
}
/* HOME NEWS */
.home_post_item{
	display: inline-block;
	width: 32%;
	vertical-align: top;
	padding: 8px;
}
.home_post_item {
	font-family: 'PP Editorial New';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	align-items: center;
	letter-spacing: 0.03em;
	color: #7B7B7B;
	margin-bottom: 60px;
}
.home_post_item .title_item{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #373737;
	padding: 12px 20px 30px 0px;
}
.home_post_item .more_item{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #2C694E;
	position: relative;
}

.home_post_item .cat_item:after {
	content: "";
    display: inline-block;
    background: url(/wp-content/themes/salient-child/svg/puce_jaune.svg) no-repeat;
    background-position: 0px 14px;
    width: 8px;
    height: 25px;
    margin-left: 6px;
}
.home_post_item .parent{
	overflow: hidden;
}
.home_post_item .child, .home_post_item .parent{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.home_post_item .child{
	background-size: cover;
	background-position: center;
	transition: all .5s;
}
.wp_home_posts a:hover .home_post_item .parent .child {
  transform: scale(1.1);
}

.home_post_item .more_item:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2C694E;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.wp_home_posts a:hover .home_post_item .more_item:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.wp_last_posts .home_post_item, .wp_news_posts .home_post_item  {
    display: inline-block;
    width: 100%;
}
.wp_news_posts .home_post_item .title_item{
	font-size: 24px;
	padding: 12px 0px 20px 0px;
}
.wp_news_posts .home_post_item {
	margin-bottom: 40px;
}

.wp_last_posts .home_post_item .child, .wp_last_posts .home_post_item .parent{
    height: 400px;
}

/* CONTACT MODULE */
.contact_module{
	height: 900px;
}
.map_list{
	position: absolute;
    left: 0 !important;
}
.map_list .img-with-aniamtion-wrap{
	position: absolute;
    left: 0 !important;
	margin-top: 110px;
}
.contact_list{
	position: relative;
    width: 360px;
    height: 50px;
    overflow: hidden;
	left: 10vw;
	top: 100;
	background-color: #FFF;
	margin: 8px !important;
	padding: 11px 20px !important;
	pointer-events: all;
	cursor: pointer;
	z-index: 100 !important;
	transition: all 0.3s ease;
	font-size: 14px;
	line-height: 150%;
}
.contact_module .mega_h1{
	position: relative;
	left: 10vw;
}
.contact_list div{
	pointer-events: none;
}
.contact_list h3{
	font-family: 'PP Editorial New';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
}
.contact_list h4{
	font-size: 20px;
	line-height: 130%;
	padding-left: 8px;
	padding-top: 8px;
}
.contact_list .it-open{
	float: right;
	font-size: 30px;
}
.contact_list p{
	padding-bottom: 0px;
}
.contact_list p img{
    position: relative;
    top: 5px;
}
.map_list{
	position: absolute;
    right: 0 !important;
}
.map_list .img-with-aniamtion-wrap{
	transition: opacity 0.3s ease;
}
#copyright .span_2 a{
	line-height: 100%;
	position: relative;
	top: -4px;
}

.footer_contact .iwithtext .iwt-icon img {
    width: 12px;
}
.footer_contact .iwithtext .iwt-text {
    padding-left: 20px;
}

.footer_contact h1{
	margin-bottom: 60px !important;
}
.benefits_extra p{
	margin-bottom: 60px !important;
}
.benefits_extra img {
    margin-bottom: 0px !important;
}
.why_map_col_icon h4, .why_map_col_icon h2, .why_map_col_icon h3 {
	display: inline-block;
}
.inline_h2_h4 h4, .inline_h2_h4 h2, .inline_h2_h4 h3 {
	display: inline-block;
	font-family: 'Astoria';
}  
.inline_h2_h4 h4{
	font-weight: 400;
}

.why_map_col_icon h4{
	width: 90px;
    font-size: 12px;
    position: relative;
    top: -8px;
}
.why_map_col_icon h2{
	width: 240px;
	font-family: 'Astoria';
	font-weight: 400;
	font-size: 40px;
}
.scale_icon .iwithtext img{
	width: auto !important;
	height: 30px;
}
.iwithtext h3 {
	font-family: 'Astoria';
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -0.04em;
}

.linked_in_btn .link_wrap a:before {
        content: "";
    display: block;
    background: url(/wp-content/uploads/2022/08/linkedin-round-icon.svg) no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    float: left;
    position: relative;
    left: -10px;
}
.li_font_down ul{
	font-size: 80%;
	line-height: 160%;
}
.li_font_down li{
	margin-bottom: 18px;
}
.business_liste h3 img{
	margin-bottom: 0px !important;
	margin-right: 4px;
	width: 16px !important;
}
.business_liste h3 {
	font-family: 'Astoria';
	font-weight: 400;
	line-height: 180%;
}
.downloads_links a{
	display: inline-block;
	width: 100%;
	background-color: #F1F1F1;
    border-radius: 10px;
        padding: 30px 20px 30px 70px;
	transition: all 0.2s ease;
}
.downloads_links a:hover{
	font-size: 19px;
	background-color: #ffcf01;
}
.downloads_links .iwt-text{
	padding-left: 0px;
}
.downloads_links .iwt-icon{
	left: 20px;
    top: 32px;
}
.news_h1 h2{
	display: inline;
	font-size: 60px;
}
.news_h1 p{
	display: inline;
	font-family: 'PP Editorial New';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
}

.single-post #page-header-bg h1{
	max-width: 100% !important;
}

#page-header-bg .inner-wrap >a {
    margin: auto;
    display: block;
    width: fit-content;
}

.material #header-secondary-outer, .material #header-secondary-outer>.container, .material #header-secondary-outer>.container>nav {
    height: 36px !important;
	min-height: 36px !important;
}
#top {
	min-height: 38px;
}

@media only screen and (min-width: 999px) and (max-width: 1240px){
	h2 {
		font-size: 54px;
	}
	.nectar-header-text-content a {
		font-size: 10px;
		color: #F8F8F8;
		padding: 8px 14px;
		background-position: 140px 11px;
		width: 170px;
		right: -60px
	}
	.home_titre_style_1 h3, .home_titre_style_2 h3 {
		width: 540px;
    	font-size: 60px;
	}
}

@media only screen and (max-width: 999px){
	#top {
		margin-top: 8px;
	}
	#page-header-bg h1, #page-header-bg .subheader {
		font-size: 60px !important;
		line-height: 60px !important;
	}
	h2 {
		font-size: 50px;
	}
	.main-content {
		margin-top: 30px;
	}
	#searchform {
    display: none;
	}
	.home .btn-suite a {
    	top: -130px;
	}
	.btn-suite a {
    	top: -70px;
		left: 48%;
	}
	.puce_yellow .nectar-highlighted-text{
		margin-top: -100px;
	}
	h1{
		font-size: 40px;
	}
	.home_titre_style_1 h3, .home_titre_style_2 h3 {
		position: unset;
    	font-size: 40px;
		position: unset;
		width: 100%;
		margin-top: 20px;
	}
	.home_post_item, .full_width_news .wp_news_posts .home_post_item {
    	width: 48%;
	}
	.special_services_list ol>li {
    	font-size: 12px;
		width: 44%;
	}
	.contact_module{
		height: 1040px;
	}
	.contact_list .it-open{
		position: relative;
		top: -30px;
	}
	.iwithtext h3 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 690px){
	#page-header-bg h1 {
		font-size: 40px !important;
		line-height: 40px !important;
	}
	.main-content {
		margin-top: 0px;
	}
	p{
		font-size: 14px;
    	line-height: 20px;
	}
	.home_subheader {
    	font-size: 16px;
    	margin-top: 0px;
		width: unset;
		margin-bottom: 90px;
	}
	.home .btn-suite a {
    	top: -150px;
		left: 46%;
	}
	.btn-suite a {
    	top: -30px;
	}
	#btn_sound {
		top: -150px;
	}
	h2{
		font-size: 32px;
	}
	.nectar-highlighted-text h2:before {
	    background-position: 0px 11px;
		margin: 0 0 0 0;
	}
	.mega_h1 h2 {
		font-size: 60px;
	}
	.home_titre_style_1 h3, .home_titre_style_2 h3 {
    	font-size: 40px;
	}
	.add_puce_yellow .wpb_wrapper p:before {
		background-position: 0px 6px;
		height: 16px;
	}
	.home_post_item, .full_width_news .wp_news_posts .home_post_item {
    	width: 100%;
		padding: 0px;
	}
	.contact_module {
		height: 1100px;
	}
	.map_list .img-with-aniamtion-wrap {
    	margin-top: 730px;
	}
	.contact_list {
    	width: 70%;
	}
	#toScrollContent{
		margin-top: 90px !important;
	}
}
@media only screen and (max-width: 999px){
	#footer_6_rows .wpb_column {
		width: 50% !important;
	}
	#footer_6_rows .wpb_wrapper h1{
		margin-bottom: 0px !important;
	}
}
@media only screen and (max-width: 480px){
	.special_services_list ol>li {
		font-size: 10px;
		width: 46%;
	}
	.nectar-cta .link_wrap .link_text {
		font-size: 10px;
	}
}



#header-secondary-outer {
		display: block !important;
	}
#header-space {
    height: 100px;
}
#header-outer {
    box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 40%) !important;
}
#footer-outer a{
	transition: all 0.2s ease;
}
#footer-outer a:hover {
    color: #00694b!important;
}
.nectar-fancy-box h2{
	font-size: 30px;
}
.all-news{
	float :right;
	font-size: 12px;
	font-weight: 600;
}
.newshr { display: block; height: 0px;
    border: 0; border-top: 3px solid #fcfcfc;
 	padding: 0; }

#page-header-bg .inner-wrap >a{
	display: block !important;
	margin: auto !important;
}
@media only screen and (min-width: 1000px){
	.full_width_news .wp_news_posts .home_post_item {
		width: 33%;
		padding: 20px;
	}
}
.blog-title .news{
	pointer-events: none;
}
.home_job p{
	font-size: 24px;
    line-height: 38px;
    opacity: 0.7;
}
@media only screen and (max-width: 600px){
	.home_job p{
	font-size: 20px;
    line-height: 30px;
	}
}