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



/*
******************************************************

--------------------- GENERAL ------------------------

******************************************************  
*/




/* Boutons ppaux *******************************************************************************************************/


/*v2*/
.nectar-cta[data-style=underline] .link_wrap::before {
  content: "→";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: rotate(-45deg);
  background: #ffe600;
  color: black !important;
  display: grid;
  place-items: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: all .25s ease;
}
.nectar-cta[data-style=underline].cta_circle_black .link_wrap::before {
  background: black;
  color: #ffe600 !important;
}
.nectar-cta[data-style=underline] .link_wrap {
  display: inline-flex;        
  align-items: center;           
  gap: 15px;                     
}
.nectar-cta[data-style=underline] .link_wrap:hover::before {
 transform: scale(0.95) rotate(-45deg);
}
/*sans cercle*/
.nectar-cta.no_circle .link_wrap::before {
 content: none;
 width: 0px;
 height: 0px;
}
.nectar-cta.no_circle {
	margin-bottom: 2px;
}

a.consultez_expert_bouton {
/*	border-color: #ffe600 !important;*/
}

/*bouton Menu*/
header ul li.button_solid_color a:before {
	border: 2px solid #161616 !important;
	background-color: transparent !important;
}
header ul li.button_solid_color a span {
	font-size: 14px;
/*	font-weight: 600 !important;*/
}
#header-outer.transparent #top nav > ul > li[class*="button_solid_color"] > a:before {
	background-color: transparent !important;
	transition: background-color 0.2s ease;
	border: 2px solid #efefef !important;
}
#top nav > ul > li[class*="button_solid_color"]:hover > a:before, #header-outer.transparent #top nav > ul > li[class*="button_solid_color"]:hover > a:before {
	background-color: #FFE600 !important;
	color: black !important;
	opacity: 1 !important;
	border: 2px solid #FFE600 !important;

}
#top nav > ul > li[class*="button_solid_color"]:hover > a span, #header-outer.transparent #top nav > ul > li[class*="button_solid_color"]:hover > a span {
	color: black !important;
}
/*Bouton menu non transparent */ 
#header-outer[data-transparency-option="0"] #top nav > ul > li[class*="button_solid_color"] > a span , #header-outer [data-transparency-option="0"] #top nav > ul > li[class*="button_solid_color"] > a {
	color: black !important;
}
/*Bouton menu non transparent fix*/ 
#header-outer[data-transparency-option] #top nav > ul > li[class*="button_solid_color"] > a span , #header-outer [data-transparency-option] #top nav > ul > li[class*="button_solid_color"] > a {
	color: black !important;
}
/*Bouton menu transparent fix*/ 
#header-outer[data-transparency-option="1"] #top nav > ul > li[class*="button_solid_color"] > a span , #header-outer [data-transparency-option="1"] #top nav > ul > li[class*="button_solid_color"] > a {
	color: white !important;
}
/*Bouton menu in navigation*/
#header-outer.detached.scrolling #top nav > ul > li[class*="button_solid_color"] > a span {
	color: black !important;
}

/*Boutons articles recent posts*/
.recent-post-container a.nectar-button.large.regular.accent-color.regular-button.has-icon {
	background-color: transparent !important;
	border: 2px solid #FFE600;
	transition: background-color 0.2s ease;
}
.recent-post-container a.nectar-button.large.regular.accent-color.regular-button.has-icon:hover {
	background-color: #FFE600 !important;
}
.recent-post-container a.nectar-button.large.regular.accent-color.regular-button.has-icon:hover > span {
	color: black !important;
}

/*boutons cookies */
.bouton_cookie a {
	color: #000000;
}

/*Gros CTA fond clair*/
a.bouton_fond_clair.nectar-button.large.see-through-2 {
	border-color: #ffe600!important;
} 

.fil-ariane a {
	text-decoration: underline;
	text-underline-offset: 2px;
	padding: 0px 4px;
	border-radius: 2px;
}
.fil-ariane a:hover {
    background-color: #ffe65e;
    color: black;
    text-decoration: none;
}
.nectar-scrolling-tabs .scrolling-tab-nav a.skip-hash {
	background-color: transparent !important;
}
.fil-ariane {
	font-size: 16px !important;
}



/* Cards ****************************************************************************************************************/

.nectar-fancy-box[data-style=hover_desc] .heading-wrap h3 {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 6px; 
}
.services_cards_v2 .nectar-fancy-box[data-style=default] .inner p {
	opacity: 0.75 !important;
}
.nectar-fancy-box .box-bg:after {
	background-color: rgba(0, 0, 0, .65);
}

.nectar-fancy-box[data-style="color_box_hover"] .inner {
	justify-content: left;
}
.recrutement_carte:hover .column-bg-overlay {
  background-color: #FCE64D !important;
}
.recrutement_carte {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recrutement_carte:hover {
  transform: translateY(-6px);
}


/* Styles de textes  *******************************************************************************************************/

.h2_underlined h2, .h2_underlined h4, .h2_underlined h3 {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px; 
}

.grand_paragraphe p {
	font-size: 22px !important;
	line-height: 34px !important;
	letter-spacing: -1px !important;
}
.cta_paragraphe p {
	font-size: 30px !important;
	line-height: 43px !important;
	letter-spacing: -1px !important;
}
p, body {
	color: #54555D;
}
.bold, strong, b {
	color: #20222B;
	font-weight: 800;
}
.content_list p {
	font-size: 16px !important;
	line-height: 18px !important;
}
.content_list img {
	width: 54px !important;
}
.p_small p {
	font-size: 14px !important;
	line-height: 18px !important;
} 
.light_p {
	color: white;
}
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
	opacity: 0.95;
}
.light p {
opacity: 0.85;
}

/*style h4*/
.subtitle {
	font-weight: 800;
    text-transform: none;
    letter-spacing: -1px;
    font-size: 18px !important;
    line-height: 26px;
    font-weight: 500;
    margin-bottom:15px !important;
    margin-top:15px !important;
}

::marker {
color: #ffe600 !important;
}

h2 {
	margin-bottom: 20px !important;
}

p.title-related-posts {
	font-size: 18px;
}

#page-header-bg .subheader, .nectar-box-roll .overlaid-content .subheader {
	color: #202228 !important;
}

/* Milestones ****************************************************************************************************************/
.nectar-milestone .subject {
	letter-spacing: -0.5PX !important;
	color: #54555D !important;
}
.number.default {
	color: #20222B !important;
}

/* Slider control ****************************************************************************************************************/

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before, 
.nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before, 
.nectar-quick-view-box .flickity-page-dots .dot:before, .nectar-recent-posts-slider_multiple_visible
.flickity-page-dots .dot:before, .nectar-woo-flickity .flickity-page-dots .dot:before,
.testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before,
body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch:before {
	width: 9px;
	height: 9px;
}

/*Cards *****************************************************************************************************************************/

.creative_services .nectar-fancy-box {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}
.creative_services .nectar-fancy-box ul li, .creative_services .nectar-fancy-box p  {
	font-size: 16px !important;
	margin-top: 15px;
}
.creative_services .nectar-fancy-box ul li::marker {
    content: '✓  ';
    color: black;
    font-size: 18px;
}
.creative_services .nectar-fancy-box img {
	max-width: 60px;
    margin-right: 0;
    position: absolute;
    top: -40px;
    right: -40px;
}
.creative_services .nectar-fancy-box h4,
.creative_services .nectar-fancy-box .subtitle, {
	margin-top: 30px;
}

/*Lists *****************************************************************************************************************************/

.small_list .iwt-text p{
	font-size: 16px !important;
}
.row .col .iwithtext .iwt-icon img:not([srcset]) {
	width: 25px	;
}
.iwithtext .clear {
	display: none !important;
}

/*Toogles ****************************************************************************************************************************/

div[data-style*=minimal] .toggle>.toggle-title i {
	width: 60px;
    height: 60px;
    margin-top: -30px;
    border: 2px solid #ffe600;
    background-color: #ffe600;
    transition: all .25s ease;
}
div[data-style="minimal"] .toggle > .toggle-title i:before {
	top: 30px;
	left: 22px;
	background-color: #161616;
	border-radius: 2px;
}
div[data-style="minimal"] .toggle > .toggle-title i:after {
	top: 22px;
	left: 30px;
	background-color: #161616;
	border-radius: 2px;
}
/*hover*/
div[data-style="minimal"] .toggle:hover > .toggle-title a {
	color: #161616 !important;
}
div[data-style="minimal"] .toggle:hover > .toggle-title i:before, div[data-style="minimal"] .toggle:hover > .toggle-title i:after,
div[data-style="minimal"] .toggle.open > .toggle-title i:before, div[data-style="minimal"] .toggle.open > .toggle-title i:after {
	background-color: #161616 !important;
}
div[data-style="minimal"] .toggle:hover > .toggle-title i {
	transform: scale(0.9);
}
/*open*/
div[data-style="minimal"] .toggle.open > .toggle-title a {
	color: #161616;
}

/*Tabs *******************************************************************************************************************************/

.nectar-scrolling-tabs .scrolling-tab-nav .active {
	color: #ffe600;
}



/*Slider *****************************************************************************************************************************/

/*Slider etudes de cas */

.slider_expertise_content .vc_column-inner {
	padding: 10% 15%; 
	min-height: 500px;
}
.slider_expertise .wpb_row.vc_row-fluid.c_row.inner_row {
	min-height: 600px;
}

/*Limiter la taille des images des sliders etudes de cas */
.slider_expertise_content .nectar-flickity:not(.masonry) .flickity-slider .cell img {
	max-height: 60px;
	width: auto !important;
}


/* Menu *****************************************************************************************************************************/


/*item main menu*/
body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text::before {
  content: "+";
  margin-right: 8px;
  font-weight: bold;
  display: inline-block;
}
#header-outer .sf-menu>li>a>.sf-sub-indicator {
	display: none;
}

/*Mobile header */
 ul.sub-menu li.menu-item ul.sub-menu li.menu-item a span {
 	font-size: 12px !important;
 }

/*Secondary nav bar *************************************/
body #header-secondary-outer .nectar-center-text {
	text-align: right !important;
	max-width: 100% !important;
}
body.material #header-secondary-outer .nectar-center-text {
	font-size: 14px;
}
/*Soulignement des sous-items de menu*/
#header-outer #top nav > ul > .megamenu > ul ul li a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}

/*Fix blog underlined*/
.single-portfolio .menu-item-123 a {
  text-decoration: none;
  border-bottom: none;
  color: inherit;
}

.single-portfolio #menu-item-2303548 >a .menu-title-text:after{
	transform: scaleX(0) !important;
}
.single-portfolio #menu-item-2303548:hover >a .menu-title-text:after{
	transform: scaleX(1) !important;
}





/*Obfuscation **********************************************************************************************************************/

.akn-obf-link {
	cursor: pointer;
}
/*Regular button hover fix*/
body .nectar-button.see-through-2:hover {
    background-color: #ffe600 !important;
}
body .nectar-button.see-through-2:hover {
	border-color: #ffe600 !important;
}

body .col.dark .nectar-button.see-through-2.regular-button-obf:hover, 
body .nectar-button.see-through-2.regular-button-obf:hover {
	color: black !important;
}

body.material #header-outer[data-transparency-option="1"] .secondary-header-link-obf {
/*	color: white !important;*/
}
body.material #header-outer[data-transparency-option="1"] .secondary-header-link-obf:hover {
/*	color: #ffe600 !important;*/
}

/*Bloc CTA + ************************************************************************************************************************/ 

@media (max-width: 690px) {
	img.plus_cta {
		width: 72px !important;
	}
}
@media (min-width: 690px) and (max-width: 999px) {
	img.plus_cta {
		width: 100px !important;
	}
}



/*
******************************************************

--------------------- ACCUEIL ------------------------

******************************************************  
*/


/*Livre blanc*/
.box_livre_blanc .item-main {
	display: none !important;
}



/*
******************************************************

--------------------- CARRIERE ------------------------

******************************************************  
*/

/*Boites jaunes */

#yellow_box .nectar-fancy-box {
	border: none;
	/*border: 1px solid #707070;*/
	background-color: white;
    box-shadow: none !important;
    border-radius: 5px;
}

#yellow_box .nectar-fancy-box:hover {
	background: linear-gradient(to bottom, rgba(252, 230, 77, 0) 0%, rgba(252, 230, 77, 1) 100%);
}
#yellow_box .nectar-fancy-box h3, #yellow_box .nectar-fancy-box h6 {
    color: #20222B !important;
}
#yellow_box .nectar-fancy-box .hover-content {
    color: #54555D !important;
    font-size: 16px;
    line-height: 20px;
}
#yellow_box .nectar-fancy-box .box-bg {
	display: none !important;
}
#yellow_box_2 .nectar-fancy-box {
	background-color: white;
    box-shadow: none !important;
    border-radius: 5px;
}
#yellow_box_2 .nectar-fancy-box:hover {
	background: linear-gradient(to bottom, rgba(252, 230, 77, 0) 0%, rgba(252, 230, 77, 1) 100%);
}
#yellow_box_2 .nectar-fancy-box h4, #yellow_box_2 .nectar-fancy-box[data-style=default] .inner * {
    color: #20222B !important;
}
#yellow_box_2 .nectar-fancy-box h4 {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 2px; 
}
#yellow_box_2 .nectar-fancy-box[data-style=color_box_hover] .inner-wrap p {
	line-height: 1.2;
}
#yellow_box_2 .nectar-fancy-box .hover-content {
    color: #54555D !important;
    font-size: 16px;
    line-height: 20px;
}
#yellow_box_2 .nectar-fancy-box .box-bg {
	display: none !important;
}
#yellow_box_2 .nectar-fancy-box[data-style=color_box_hover]:hover .inner-wrap, #yellow_box_2 .nectar-fancy-box[data-style=color_box_hover]:hover .inner-wrap * {
    color: #20222B !important;
}
#yellow_box_2 .nectar-fancy-box .inner {
	padding-bottom: 0 !important;
}

/*Slider avis collaborateurs*/

.temoignages_collaborateurs p {
    font-size: 16px !important;
    line-height: 24px !important;
}
.temoignages_collaborateurs .testimonial_slider[data-style=multiple_visible] .image-icon {
	width: 100px !important;
	height: 100px !important;
}
.temoignages_collaborateurs .testimonial_slider[data-style=multiple_visible][data-color*="-color"] blockquote.is-selected p:before {
	color: rgba(255,230,0,1);
}
.temoignages_collaborateurs .flickity-page-dots .dot:before {
	width: 10px;
	height: 10px;
	border-radius: 60%;
	background: #FFE600 !important; 
}
/*Aggrandir les photos du temoiognage collaborateur */
.nectar_single_testimonial .image-icon, .testimonial_slider[data-style=multiple_visible_minimal] .image-icon {
	width: 72px;
	height: 72px;
}
/*Le titre en jaune */ 
.testimonial_slider[data-style=multiple_visible_minimal] .title {
	color: #FFE600 !important;
	opacity: .7 !important; 
}
/*Le padding plus large */
.testimonial_slider[data-style=multiple_visible_minimal] blockquote .inner {
	padding: 60px; 
}


/*
******************************************************

--------------------- SOCIETE ------------------------

******************************************************  
*/

/*Bloc illustrations mains responsive */

@media (max-width: 991.98px) { 

	.tex_align_right_mobile p {
		text-align: left !important;
	}
	.align_left_mobile div {
		float: left !important;
	}
	.tex_align_right_mobile .nectar-split-heading[data-animation-type="line-reveal-by-space"][data-align="right"] {
		justify-content: left !important;
	}

}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.icon_about {
	max-width: 50px;
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.icon_100 {
	max-width: 100px;
	width: 100px !important;
}

/*
******************************************************

--------------------- EXPERTISES ------------------------

******************************************************  
*/

/*Hero*/
.hero_expertise h4 {
	text-transform: uppercase !important;
	color: #FFE600;
}

/*Infos texte */
.infos_expertise p, .infos_expertise p.bold, .infos_expertise p strong, .infos_expertise b {
	color: white !important;
	opacity: 0.9;
}

/*Styles de texte */
.light_paragraphe_expertise p {
	font-size: 16px;
	color: #C1C1C1;
}
.details_expertise h4 {
	color: #FFE600;
}

/*Infos + */
.infobox_container {
	background-color: #20222B;
	width: 100%;
	height: 100%;
	position: relative;
}
.infobox_plus {
	 width: 100px !important;
	 position:absolute;
	 top:-48px;
	 left:-48px;
}
.infobox_text {
	padding: 15% 15%;
}
.infobox_text p {
	padding-bottom: 0px !important
}

/*Bouton partager */
.nectar-social.fixed {
	display: none !important;
}

/*Tabs*/
.tabs_expertises ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a {
	color: black !important;
	text-align: left !important;
}

/*Trait jaune plus petit */
.tabbed[data-style*="minimal"][data-color-scheme="accent-color"] > ul li a:after {
	width: 70%;
}

/*Suivantes précédente */

p.expertise-navigation {
	font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
}
.blog_next_prev_buttons[data-style=fullwidth_next_prev] .previous-post span:not(.text), 
.container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project span:not(.text),
.blog_next_prev_buttons[data-style=fullwidth_next_prev] .next-post span:not(.text), 
.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project span:not(.text) {
	text-align: center;
}

/*icon with text */


/*next-project*/
#portfolio-nav .parallax-layer-wrap {
	border-radius: 5px;
}
#portfolio-nav span.text {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 6px; 
}
.container-wrap[data-nav-pos="after_project_next_only"] #portfolio-nav .controls h3 {
	font-size: 18px !important;
}
.container-wrap[data-nav-pos="after_project_next_only"] #portfolio-nav .controls h3 span.text {
	font-size: 48px !important;
}

/*Fil ariane */
#portfolio-extra .fil-ariane {
	color: white;
	opacity: .85;
}



/*
******************************************************

---------------- NOUS REJOINDRE ---------------------

******************************************************  
*/

#yellow_box_2.yellow_box_small .nectar-fancy-box .inner {
	padding-bottom: 0 !important;
}

#stepper_section .divider-wrap,
#stepper_section .divider-wrap div {
	width: 100% !important;
}



/*
******************************************************

--------------------- FOOTER ------------------------

******************************************************  
*/


#footer-outer {
/*	background: linear-gradient(to bottom, rgba(252, 230, 77, 0) 0%, rgba(252, 230, 77, 1) 100%) !important;*/
}

/*liens liste*/
#footer-widgets ul li a {
	font-size: 16px !important;
	font-weight: 300 !important;
	opacity: 80%;
}
#footer-widgets ul li a:hover{
	color: #1a1a1a !important;
	opacity: 1 !important;
}
.material .main-content .widget li a, .material #footer-outer .widget li a {
	font-weight: 300 !important;
}

/*Icones reseaux sociaux*/
.icone_footer {
    font-size: 16px !important;
    color: white !important;
    margin: 0px 5px 0px 5px; 
}
.icone_footer:hover {
    color: #FFE600 !important;
    opacity: 1 !important;
}
#footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button):focus, #footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button):hover {
    opacity: 1 !important;
}

/*Bouton footer*/ 
div.custom_social_icon_container {
	display: flex;
	gap: 12px;
	justify-content: center; /* centre horizontalement */
  align-items: center; 
}
a.custom_social_icon {
  display: flex;              
  justify-content: center;     
  align-items: center;         
  width: 48px;
  height: 48px;
  border: 1px solid #A4A4A4;
  border-radius: 50%;          
  text-decoration: none;       
}
img.custom_social_icon_img {
	width: 18px !important;
	margin-bottom: 0px !important;
	height: auto;
}

/*logo footer*/
img.medaille_footer {
	max-width: 70px !important;
	display: inline-block;
	margin-right: 20px;
}

.regular_underline_cta .nectar-cta[data-style=underline] .link_wrap::before {
display: none;
}


/*
******************************************************

--------------------- BLOG ------------------------

******************************************************  
*/

/*Affichage des articles */
.nectar-post-grid-item .item-main .item-meta-extra span.meta-excerpt {
	font-size: 16px !important;
	color: #3c3f4c !important;
}
.nectar-post-grid-item .content .meta-category a {
	font-size: 16px !important;
}

/*Masquer les commentaires */
.comments-section {
	display: none;
}
/*Moins d'espace après le hero de l'article */
body.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 0px!important;
    padding-bottom: 0px;
}

/*BLOG V2 ***************************************************/ 

/*Style des cartes */
.blog-recent[data-style*=classic_enhanced] .article-content-wrap, .masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
	padding: 6% 6% 6% 0%;
}	
.masonry.classic_enhanced .masonry-blog-item h3.title {
	font-size: 20px;
	line-height: 26px;
}
.masonry.classic_enhanced .post .excerpt {
	font-size: 16px;
	line-height: 20px;
}
.masonry.classic_enhanced .masonry-blog-item {
	margin-top: 50px;
}
.blog-recent[data-style*=classic_enhanced] .inner-wrap, .masonry.classic_enhanced .masonry-blog-item .inner-wrap {
	box-shadow: 0 1px 3px rgba(0,0,0,0);
	background-color: #f4f4f4 !important;
}
.masonry-blog-item .inner-wrap {
	background-color: #f4f4f4 !important;
}
.blog-recent[data-style*=classic_enhanced] .article-content-wrap, .masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
	background-color: transparent !important	;
}

/*Fix masonry*/ 
article.regular.masonry-blog-item {
  height: auto !important;
}
.post-area.masonry.classic_enhanced .post:not(.wide_tall) .img-link {
    position: relative;
    display: block;
    max-height: 200px !important;
    overflow: hidden !important;
}

/*Style header paginé */
.blog_paginated_header {
	background-color: #f4f4f4;
}
body.blog #page-header-bg .container .row .col.span_6 .inner-wrap h1 {
	color: #202228 !important;
} 

/*Style general */
body.blog .container-wrap, body.archive.category .container-wrap, body.archive.category .page-header-no-bg {
	background-color: #f4f4f4 !important;
}
body.blog #header-outer[data-lhe="animated_underline"] li#menu-item-3419 > a .menu-title-text,
body.archive.category  #header-outer[data-lhe="animated_underline"] li#menu-item-3419 > a .menu-title-text {
	color: #202228 !important;
}

/*Pagination*/
.blog-fullwidth-wrap .post-area.masonry #pagination, .post-area.masonry.span_12 #pagination, .post-area.masonry.span_9 #pagination {
	 border-top: 1px solid rgba(0,0,0,0.4);
    padding-top: 20px;
}
body #pagination>span.page-numbers.current {
	color: #202228 !important;
}

/*Category filter*/
.custom_filter_categories_container {
	text-align: center;
}
.custom_filter_categories {
	color: #54555D;
	margin-right: 15px;
}
.custom_filter_categories:hover {
	color: #ffe600;
}


/* v3 ********************************************************/

/*background single*/
body.single.single-post .container-wrap.no-sidebar {
	background-color: #f4f4f4 !important;
	padding-bottom: 0px;
}
/*articles recommandés style*/
body.material .blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
	box-shadow: none;
	background-color: transparent !important;
}
.blog-recent[data-style*=classic_enhanced].related-posts .article-content-wrap {
	padding: 30px 0px !important;
}
.blog-recent[data-style*=classic_enhanced].related-posts .meta-category {
	display: none !important;
}

/* Table des matieres */
.lwptoc_i {
	width: 100%;
    padding: 30px 40px !important;
    border-radius: 12px;
}
.lwptoc_header {
    margin-bottom: 16px !important;
}
.lwptoc .lwptoc_i a:hover {
	background-color: #ffe65e;
}
/*Nouveau CTA */
.single_post_cta p {
	font-size: 26px;
	line-height: 34px;
	letter-spacing: -0.3px;
	font-weight: semi-bold;
}
/*Fil ariane*/
/*masquer le last child*/
.ariane_single span.breadcrumb_last {
	display: none;
}
/*masquer label categorie */
.featured-media-under-header__cat-wrap .meta-category {
	display: none;
}



/*
******************************************************

--------------------- CONTACT ------------------------

******************************************************  
*/

/*input form */ 
label.contact_form_label {
	font-size: 14px !important;
}
p.half_input {
	width: 49%;
	display: inline-block;
}

/*form button*/
#contact_form_button input {
	border: 2px solid #FFE600;
	color: black;
	background: transparent;
	transition: background 0.2s ease;
}
#contact_form_button input:hover {
	background: #FFE600;
}

/*infos contact */ 
.contact_infos a {
	color: #54555D !important;
}
.contact_infos a:hover {
	color: #FFE600 !important;
}

/*case à cocher */
.wpcf7-list-item {
	margin: 0px !important;
}


/*Form CTA Special*/

@media (min-width: 991.98px) { 
	.cta_form_50 {
		display: inline-block;
		width: 48%;
	}
	.cta_form_50.left {
		margin-right: 12px;
	}
}

.cta_form input, .cta_form textarea{ 
	background-color: rgba(255, 255, 255, 0.4) !important;
	margin-top: 8px;
}
.cta_form_button input {
	background-color: #212121 !important;
	margin-bottom: 16px;
}




/*
******************************************************

--------------------- MENU ------------------------

******************************************************  
*/


#slide-out-widget-area.fullscreen .off-canvas-social-links, #slide-out-widget-area.fullscreen-alt .off-canvas-social-links {
	right: 48.5% !important;
	bottom: 50px !important;
}
.off-canvas-social-links.line-shown i {
	color: #FFE600 !important;
}

/*Postulez linkedin */
.nectar-menu-item-with-icon {
	margin-top: 50px;
}
.nectar-menu-item-with-icon span.nectar-menu-icon-text {
	color: #FFE600 !important;
	opacity: 1 !important;
}
.nectar-menu-item-with-icon:hover > span.nectar-menu-icon-text {
	opacity: 0.8 !important
}
.nectar-menu-icon.fa.fa-linkedin {
	color: #FFE600 !important;
}

/*Responsive des titres */
body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a, 
#slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li > a, 
body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
    font-size: 18px !important;
    line-height: 15.5px!important;
}

/*Back */
ul.menu.menuopen.subview ul.sub-menu li.back a {
	color: #FFE600 !important;
}
ul.menu.menuopen.subview ul.sub-menu li.back a:hover {
	color: #FFE600 !important;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item.width-75>ul {
	width: 90em !important;
}

/*
******************************************************

--------------------- Responsive ------------------------

******************************************************  
*/

/*Image des expertises */

@media (max-width: 576px) { 

	.display_none_mobile { 
		display: none !important;
	}
}

/*
******************************************************

-------------- Welcome to the Jungle  ----------------

******************************************************  
*/

ul.welcomekit-jobs-list {
	margin-left: 0px;
}

.welcomekit-jobs-list-item {
  padding: 0;
  display: inline-block;
  margin-right: 30px;
}
.welcomekit-jobs-list-item-link {
  position: relative;
  display: block;
  margin: 0;
  padding: 30px 30px;
  border: 1px solid #cdcdcd;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 6px;
  margin-bottom: 30px;
}
.welcomekit-jobs-list-item-link:hover {
	background: linear-gradient(to bottom, rgba(252, 230, 77, 0) 0%, rgba(252, 230, 77, 1) 100%);
}
.welcomekit-job-name {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 500;
  font-size: 19px;
  line-height: 20px;
}
.welcomekit-job-infos {
  margin: 0;
  padding: 0;
}
.welcomekit-job-infos > li {
  position: relative;
  display: inline-block;
  margin: 0 34px 0 0;
  color: #010101;
}
.welcomekit-job-infos > li:before {
  position: absolute;
  top: 6px;
  left: -20px;
  content: ' ';
  display: block;
  height: 6px;
  width: 6px;
  background: #010101;
  border-radius: 50%;
}
.welcomekit-job-infos > li:first-child:before {
  display: none;
}
.welcomekit-job-infos > li.welcomekit-job-description {
  display: block;
  margin: 10px 0 0 0;
  padding: 10px 20px;
  border-left: 2px solid #eee;
}
.welcomekit-job-infos > li.welcomekit-job-description p,
.welcomekit-job-infos > li.welcomekit-job-description ul {
  margin: 0;
  padding: 0 0 10px 0;
  color: #bbb;
}
.welcomekit-job-infos > li.welcomekit-job-description ul li {
  border-left: 1px solid #eee;
  padding-left: 10px;
  margin-bottom: 10px;
}
.welcomekit-job-infos > li.welcomekit-job-description pre {
  border-left: 1px solid #eee;
  padding-left: 10px;
  overflow: auto;
}
.welcomekit-job-infos > li.welcomekit-job-description:before {
  display: none
}
.welcomekit-office-city,
.welcomekit-department-name {
  display: block;
  padding: 15px;
  background: #eee;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
}
.welcomekit-warning {
  display: block;
  padding: 50px 0;
  text-align: center;
}
.welcomekit-jobs-list-item-link h3 {
	font-size: 22px !important;
}


/*
******************************************************

-------------- Témoignage collaborateurs -------------

******************************************************  
*/


.material .wpb_content_element.text_temoignage_collaborateur {
	margin-bottom: 12px !important;
}


/*
******************************************************

-------------- Livre Blanc -------------

******************************************************  
*/

#livre-blanc-download-cta .material.woocommerce-page[data-form-style=default] input#coupon_code, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	background-color: rgba(0, 0, 0, 0.1);
}
#livre-blanc-download-cta input[type=submit] {
	background-color: #212121;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-radius: 6px;
    padding: 10px 20px;
  }