/*
Theme Name: Coherence Child
Theme URI: http://weshore.com/
Author: Weshore Themes
Author URI: https://weshore.com
Template: coherence
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: Private License
License URI: license.txt
Text Domain: coherence-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*-----------------------------------------***style header***----------------------------------*/
.menu-footer .iconehome svg{display:none !important;}
.section-header .coherence-core-nav-menu .menu-icon-rs {margin-inline: 5px !important;}
.section-header .coherence-core-nav-menu .menu-icon-rs > a {padding-inline: 5px !important;}
.post, .page{margin:0px !important}
.menuheader .iconehome span{display:none}
.menuheader .iconehome svg{
    font-size: 20px;
}
@media only screen and (min-width: 1025px){
	.section-header .menu-icon-home > a {text-indent: -999px;}
	
}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home > a svg{display:none !important;}
	.section-header .coherence-core-dropdown {min-width: 290px !important;right: 0px !important;left: auto !important;}
	.section-header .coherence-core-dropdown .menu-center-logo,.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
	.iconehome i.fas.fa-home{display:none}
}
/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/

/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/
.blanc{color :#fff !important}
h1, h2, h3, h4, h5, h6{
	margin-top: 0px !important;margin-bottom:0px !important;
}

/**************************************Style : PRE-HOME*********************************/
/** Slide in phone Style **/
.tele-formations a { color: #000 !important;}
.tele-formations a:hover { color: #000 !important; text-decoration: underline !important; }

/**************************************Style : SLIDER REVOLUTION*********************************/


/**************************************Style : section_presentation*********************************/
.image_shape:before {
	content: "";
	background: var(--e-global-color-color_1);
	height: 70%;
	width: 80%;
	position: absolute;
	left: 20px;
	bottom:-30px
}
.image_shape img {
	z-index:10;
	position:relative;
}

/**************************************Style : section_prestations*********************************/
/*
.slider_home .item {min-height:520px;position:relative !important}
.slider_home .item-body {position:relative !important}
.slider_home .item-content section {display:flex ;flex-direction:column;justify-content:space-between;align-items:start;gap:15px }

.slider_home .item img {
    max-width: 120px;
    text-align: left;
    margin-left: 0px !important;
    background: #161616;
    padding: 30px 20px;
    FONT-VARIANT: JIS83;
    border-radius: 20px;
    margin-bottom:30px
}

.slider_home .item img.img_top_presta {
    padding: 0px;
    background: unset !important;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.2;
    max-width: 150px;
    transition:all 0.5s
}

.slider_home .item:hover img.img_top_presta {
    opacity: 1;
}

.slider_home .item {
    background: #000;
    padding: 30px;
    transition:all 0.5s
}

.slider_home .item:hover {
    transform:translatey(-10px);
}

a.but_presta{
    display: block;
    margin-block: 20px 0px;
    color:var( --e-global-color-primary);
    border:1px solid;
    width:max-content;
    margin-inline:auto 0px;
    padding:5px 10px;
    border-radius:50%;
	cursor:pointer;
}

.slider_home .item:hover {
    background: var(--e-global-color-primary);
}

.slider_home .item:hover  h3{
    color: #000 !important;
}

.slider_home .item:hover img {
     background: #000;
}

.slider_home .item:hover a.but_presta{
    color:#000;
}
.slider_home .item:hover a.but_presta:hover{
	 color:#fff;
}
*/

.slider_home .item {
	min-height:520px;
	background: #000;
    padding: 20px;
    transition:all 0.5s;
	display:flex !important;
	justify-content:center;align-items:center;
}
.presta-container{
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	transition:all 0.5s;
}
.presta-front{
	display:flex;
	flex-direction: column;
	width:100%;
	gap:15px;
	align-items: flex-start;
    transition:all 0.5s;
}
.presta-back{
	display:flex;
	flex-direction: column;
	width:100%;
	gap:15px;
    transition:all 0.5s;
}
.slider_home  img.img_top_presta {
    padding: 0px;
    max-width: 120px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(243deg) brightness(104%) contrast(100%);
	margin-inline:0px !important;
	margin:0 !important;
}

.presta-front h3{
	min-height:62px;color:var(--e-global-color-primary) !important;
	display:flex;justify-content:center;align-items:center; 
				}
.presta-back p{margin:0;color:#fff;min-height:170px;}
a.but_presta{
    display: block;
    color:var( --e-global-color-primary);
    border:2px solid #000;
    width:max-content;
    padding:14px 18px;
    border-radius:50%;
	cursor:pointer;
	position:absolute;
	top:92%;
	left:80%;
	margin-inline:auto;
	opacity:0;
}

.slider_home .item:hover a.but_presta:hover{ color:#fff;background:#000;border-color:#000}

/** Hover **/
@media only screen and (min-width: 800px){
	.slider_home .item:hover { transform:translatey(-10px);background: var(--e-global-color-primary);}
	.slider_home .item:hover img.img_top_presta {filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7470%) hue-rotate(272deg) brightness(96%) contrast(108%);}
	.slider_home .item:hover  h3{color: #000 !important;}
	.slider_home .item:hover .presta-back p{color:#000;}
	.slider_home .item:hover a.but_presta{color:#000;opacity:1}
}
@media only screen and (max-width: 800px){
	.slider_home .item { transform:translatey(0px);background: var(--e-global-color-primary);}
	.slider_home .item img.img_top_presta {filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7470%) hue-rotate(272deg) brightness(96%) contrast(108%);}
	.slider_home .item  h3{color: #000 !important;font-size:22px !important}
	.slider_home .item .presta-back p{color:#000;}
	.slider_home .item a.but_presta{color:#000;opacity:1}
}
@media only screen and (max-width: 480px){
	.slider_home .item img.img_top_presta {max-width:80px}
	.slider_home .item  h3{min-height:62px;}
	.slider_home .item .presta-back p{font-size:14px !important;min-height:230px}
	.slider_home .item a.but_presta{top:90%;left:75%}
	.slider_home .item {min-height:490px;padding: 15px;}
}



/**************************************Style : facebook *********************************/
.fb_col {
    max-width: 440px;
    border: 20px solid var(--e-global-color-color_1);
    border-width: 20px 20px 0px;
    border-radius:50px 50px 0px 0px 
}
.fb_col iframe {
    margin-bottom:-7px !important;
    border-radius:30px 30px 0px 0px 
}
.e-con-full.txt_fb:before {
    content: "";
    background: #111111;
    position: absolute;
    width: 200%;
    left: -55%;
}

/**************************************Style : section_Realisations*********************************/


/**************************************Style : section_valeurs*********************************/
.col_pf:hover h3 {
    color: #000 !important;
}
.col_pf:hover .elementor-widget-container img {
   filter: brightness(0) saturate(100%) invert(0%) sepia(86%) saturate(0%) hue-rotate(241deg) brightness(95%) contrast(98%);
}

.col_pfs:hover h3 {
    color: #fff !important;
}

.col_pfs:hover .elementor-widget-container img {
   filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(294deg) brightness(107%) contrast(100%);
}

/**************************************Style : section_avis*********************************/
.ti-widget.ti-goog .ti-footer {
    display: none !important;
}
.ti-widget.ti-goog .ti-review-item:before {
    content: "";
    background: var(--e-global-color-color_1);
    height: calc(100% - 20px);
    width: calc(100% - 30px);
    position: absolute;
    border-radius:0px;
    left:2px;
    bottom:10px
}
.ti-widget.ti-goog .ti-review-item{
    padding-bottom:15px !important
}

.elementor-element.section_avis:before {
	content: "";
	background:#383838;
	height: 16%;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin:auto;
	top:unset;
}



/**************************************Style : section_contact*********************************/
.contact_home input.wpcf7-form-control.wpcf7-text, .contact_home textarea.wpcf7-form-control.wpcf7-textarea,.contact_home .page-contact-5 input[type="number"]{
    color:#fff !important;
    background:transparent !important
}
.contact_home .sp-label, .contact_home span.wpcf7-list-item-label,.contact_home p.mb{
    color :#fff !Important
}

.gal_footer .gallery {
    grid-gap: 0.2em !important;
}
body .gal_footer .gallery_default.gallery-columns-5 figure {
    width: 23% !important;
}

/*--------------------------------------------------------------***End***----------------------------------------------------------------------*/



/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
/*.fusion-footer {background-image: url("") !important;background-position: center center !important;background-size: cover !important;}*/
.coherence-logo svg{width: 130px !important;height: auto !important;}
.coherence-logo svg * {fill: #fff !important;}
.section-footer .menu-center-logo ,.coherence-footer-builder .iconehome i{display:none !important;}
ul#menu-1-e22f645 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
ul#menu-1-e22f645 li a{
		padding-block:0px !Important
	}
@media screen and (min-width:1025px){
	
	ul#menu-1-e22f645 li{
		width:25%;
		margin:0px !important;
		margin-block:15px !important;
		padding-block:0px !Important
	}
	
	ul#menu-1-e22f645 li:nth-child(3n + 2){
		/*border:1px solid var(--e-global-color-color_1);*/
		border-width:0px 1px;
		margin-inline:2% 6% !important;
		padding-inline:2% 6% !important;
		text-align:center
	}

}
@media screen and (max-width:1024px){
	ul#menu-1-e22f645 li{
		width:50%;
		margin:0px !important;
		margin-block:15px !important;
		padding-block:0px !Important
	}
}
@media screen and (max-width:600px){
	.bande_footer ul.elementor-icon-list-items.elementor-inline-items {
		flex-direction: column !important;
	}
	.bande_footer ul.elementor-icon-list-items.elementor-inline-items li:nth-child(2){
		margin-block:10px !important
	}
	
	
	ul#menu-1-e22f645 {
			flex-direction: column;
			align-items: center !important;
			text-align: center !important;
	}
	ul#menu-1-e22f645 li a{
		text-align: center !important;
		justify-content: center !important;
	}
	
}

/*style menu*/



/*------------------------------------------------------***End***------------------------------------------------------*/



/*------------------------------------------------------***Begin Responsive Media query style***------------------------------------------------------*/

/*------------***Large devices (desktops, more than 800px)***------------*/
@media only screen and (min-width: 1025px){ 
/* 	.menuheader li a:before {
		content:"" !important;
		background: #fff !important;
		position: absolute !important;
		height: 20px !important;
		width: 2px !important;
		right: -30px !important;
		left: unset !important;
		opacity:1 !Important;
	}
	.menuheader li:nth-child(1) a:before, .menuheader li:last-child a:before {content:unset !important;} */
	
	.menuheader li{position:relative !important}
	.menuheader li:before, .menuheader li.current-menu-item:before  {
		content:"" !important;
		background: #fff !important;
		position: absolute !important;
		height: 20px !important;
		width: 2px !important;
		top:50% !important;
		left: 100% !important;
		opacity:1 !Important;
		transform:translate(0%,-50%)
	}

	.menuheader li:nth-child(1):before, .menuheader li:last-child:before {
	  content:unset !important;
	}
}
@media only screen and (min-width: 801px){ 
    
    /*style header*/

    /*style main content*/
	

    /*style footer*/
    
}

/*------------***Large devices (desktops, less than 1501px)***------------*/
@media only screen and (max-width: 1500px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Large devices (desktops, less than 1361px)***------------*/
@media only screen and (max-width: 1360px){

    /*style header*/

    /*style main content*/

	.image_shape:before {
		left: 0px;
	}
    /*style footer*/

}

/*------------***Large devices (desktops, less than 1281px)***------------*/
@media only screen and (max-width: 1280px){

    /*style header*/

    /*style main content*/
	

    /*style footer*/

}

@media only screen and (max-width: 1200px){
	
}
@media only screen and (max-width: 1100px){

    /*style header*/

    /*style main content*/
/* 	.slider_home .item .img_top_presta{
			display:none
		} */
	.image_shape:before{display:none}
    /*style footer*/

}


/*------------***Medium devices (tablets, less than 1025px)***------------*/
@media only screen and (max-width: 1024px){
	
	/*style header*/

    /*style main content*/
	.menuheader .iconehome span{display:block}
	.menuheader .iconehome svg{
		display:none
	}

	
    /*style footer*/

}

/*------------***Medium devices (tablets, Bootstrap less than 993px)***------------*/
@media only screen and (max-width: 992px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Tablet Media query style***------------*/
@media only screen and (max-width: 800px){
    /*style header*/

    /*style main content*/
	
    /*style footer*/

}

/*------------***Tablet Mini Media query style***------------*/
@media only screen and (max-width: 767px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Between Big Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 601px) and (max-width: 800px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Begin Big Mobile Media query style***------------*/
@media only screen and (max-width: 600px){

    /*style header*/

    /*style main content*/


    /*style footer*/
    
}

/*------------***Between Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 498px) and (max-width: 600px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Mobile Media query style***------------*/
@media only screen and (max-width: 497px){

    /*style header*/

    /*style main content*/

    /*style footer*/
    
    
}
.pl_ml{
	color:#fff !important;
}
/*------------------------------------------------------***End Media query***------------------------------------------------------*/