/*
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***----------------------------------*/
.section-header .menu-with-logo .coherence-core-nav-menu {
  align-items: center !important;
}
.section-footer .menu-icon-home > a svg {
  display: none !important;
}
.section-header .menu-center-logo > a:hover {
  background: unset !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;
}

@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 .menu-icon-home > a i {
    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;
  }
}
[data-wpr-lazyrender]{ content-visibility:visible!important; }
/*--------------------Menu----------------------------*/
.section-header .menu-with-logo .coherence-core-nav-menu {
  align-items: center !important;
}
.section-footer .iconehome i {
  display: none;
}
.section-footer .coherence-core-nav-menu {
  -webkit-columns: 2 112px;
  -moz-columns: 2 112px;
  columns: 2 112px;
}
@media only screen and (min-width: 1025px) {
  .menu_header .iconehome span {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  /* 	li#menu-item-607 span {display: none !important;} */
  .iconehome i {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .section-header .coherence-core-dropdown .menu-center-logo {
    display: none !important;
  }
  .section-header .coherence-core-dropdown .menu-icon-rs {
    display: none !important;
  }
  /* 	.iconehome  svg {display:none} */
  .menu_header nav.coherence-core-dropdown {
    min-width: 300px !important;
    right: 0px !important;
    left: unset !important;
  }
}
/*------------------------------------------------------***End***------------------------------------------------------*/

/* a.dib.link_phone1:hover ,a.dib.link_phone2:hover{
	text-decoration:underline !important;
	text-underline-offset:4px !important
} */

.elementor-coherence-core-content-box-title :is(a[href^="tel:"]):hover {
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
}

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

/*------------------------------------------------------***End***------------------------------------------------------*/
/*************************** arrows google respo ***********************/
@media (max-width: 1023px) {
    body .ti-widget.ti-goog .ti-reviews-container-wrapper {margin:0 10px !important}
	.ti-widget.ti-goog .ti-controls{display:block !important;}
}
@media (max-width: 479px) {
    body .ti-widget.ti-goog .ti-controls-line {display:none !important}
}
/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/

h1,
h2,
h4,
h5,
h6 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/**************************************Style : PRE-HOME*********************************/

/**************************************Style : SLIDER REVOLUTION*********************************/
span.title_slider {
  color: #ebac00;
}
.btn_item_slider {
  transform: skew(-11deg);
}
.btn_item_slider .elementor-button span {
  transform: skewX(11deg);
}

/**************************************Style : section_presentation*********************************/
span.h1_sub_title {
  font-family: "Montserrat" !important;
  font-size: 22px !important;
  font-weight: bold !important;
  color: #ebac00 !important;
}
.section_presentation.coherence-container-background-zoom-no.e-con:before {
  content: "";
  position: absolute;
  background: #ebac00;
  width: 20%;
  height: 100%;
  left: 24%;
}
/**************************************Style : section_prestations*********************************/
/*nevo*/
.item-content section p:empty {
  display: none !important;
}
/**/

.item-content {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.prestation_img {
  width: 100px;
}

.item-content section {
	height:23%;
	display:flex;
	align-items:center;
	justify-content:center;
	background: rgba(39, 39, 39 ,0.8);
  	color: white;
	transition:all 0.3s ease-in-out;
}

.prestation_title h3 {
    color: white !important;
}

.prestation_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.prestation_btn {
    display: flex;
}

.prestation_btn a {
    padding: 15px 28px;
    background: var(--e-global-color-primary);
    color: black !important;
}

.prestation_btn a:hover {
    background-color: white;
    color: black !important;
}

.prestation_paraph , .prestation_btn{
	scale:0;
	height:0;
	opacity:0;
	transform:translateY(500%);
	transition:all 0.5s ease-in-out;
}

.item-body:hover .prestation_paraph ,.item-body:hover .prestation_btn{
	scale:1 !important;
	height:fit-content;
	opacity:1;
	transform:translateY(0%)
}

.item-body:hover section{
	height:100%
}

p.item-desc {
    position: absolute;
    top: 50%;
    margin: 0px !important;
    width: 80px;
    transform: translatey(-50%);
    transition: all 0.3s ease-in-out;
    scale: 1;
    padding: 20px;
    background-color:var(--e-global-color-primary);
    border-radius: 200px;
}

.item-body:hover p.item-desc {
   opacity:0;
	scale:1;
}

.item-body:hover .prestation_title {
	margin-bottom:15px !important
}

/**/

.item-body {
    height: 540px;
}

.item-body img {
    height: 100% !important;
}

.item.slick-slide.slick-current.slick-active {
    height: unset !important;
    min-height: unset !important;
}
 {
    display: flex;
    gap: 20px;
}

@media screen and (max-width:800px){
	.item-body .prestation_paraph ,.item-body .prestation_btn{
	scale:1 !important;
	height:fit-content;
	opacity:1;
	transform:translateY(0%)
}

.item-body section{
	height:100%
}

p.item-desc {
    position: absolute;
    top: 50%;
    margin: 0px !important;
    width: 80px;
    transform: translatey(-50%);
    transition: all 0.3s ease-in-out;
    scale: 1;
    padding: 20px;
    background-color:var(--e-global-color-primary);
    border-radius: 200px;
}

.item-body p.item-desc {
   opacity:0;
	scale:1;
}

.item-body .prestation_title {
	margin-bottom:15px !important
}
}

/**************************************Style : section_Actualites*********************************/
/**-------- Partie Phone iframe --------**/
.fb_col {
  min-width: 459px;
  border-radius: 50px 50px 0px 0px;
  background: #272829;
  padding: 20px;
}

.section_actualite.coherence-container-background-zoom-no.e-con:before {
  content: "";
  position: absolute;
  background: #ebac00;
  width: 40%;
  height: 60%;
  z-index: 1;
  bottom: 0;
  margin-top: auto;
  left: 17%;
}

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

/**************************************Style : section_valeurs*********************************/

/**************************************Style : section_points_forts*********************************/
/* .pnt_col img {
    background: #ebac00;
    border-radius: 100px !important;
    padding: 30px !important;
	transition: transform .7s ease-in-out;
}
.pnt_col :hover img{ transform: rotatey(360deg);} */

.pf_class p.coherence-feature-list-description {
  margin-bottom: 0 !important;
}

/**************************************Style : section_avis*********************************/
.section_avis .ti-footer {
  display: none;
}
.section_avis .ti-widget.ti-goog .ti-review-item > .ti-inner {
  border-color: #f3f3f3 !important;
  background: #f3f3f3 !important;
  border-radius: 0px !important;
}

/**************************************Style : section_partenaires*********************************/

/**************************************Style : section_contact*********************************/

/**************************************Style : section_map*********************************/

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

/*style menu*/
@media only screen and (max-width: 600px) {
  .menu-main-footer ul.coherence-core-nav-menu {
    column-count: 1;
    display: inline-block;
    text-align: center !important;
  }
  .menu-main-footer .hide-sub-mn .sub-menu,
  .menu-main-footer .hide-sub-mn .sub-arrow {
    display: none !important;
  }
  nav.coherence-core-nav-menu__layout-vertical {
    text-align: center;
  }
  .menu-main-footer a.coherence-core-menu-item {
    justify-content: center !important;
  }
  .section-footer ul.elementor-icon-list-items.elementor-inline-items {
    flex-direction: column !important;
  }
  .section-footer
    ul.elementor-icon-list-items.elementor-inline-items
    li:nth-child(2) {
    margin-block: 10px !important;
  }
}
/*---footer---*/
/* ul#menu-1-964b040 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
ul#menu-1-964b040 li a{
		padding-block:0px !Important
	}
@media screen and (min-width:1360px){
	
	ul#menu-1-964b040 li{
		width:25%;
		margin:0px !important;
		margin-block:15px !important;
		padding-block:0px !Important
	}
	
	ul#menu-1-964b040 li:nth-child(3n + 2){
		border: 1px solid var(--e-global-color-color_1);
    	border-width: 0px 1px;
    	margin-inline: 2% 11% !important;
    	padding-inline: 2% 30% !important;
    	text-align: center;
	} 

}*/
/* @media screen and (max-width:1024px){
	ul#menu-1-964b040 li{
		width:50%;
		margin:0px !important;
		margin-block:15px !important;
		padding-block:0px !Important
	}
} */

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

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

/*------------***Large devices (desktops, more than 800px)***------------*/
@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*/

  /*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) {
  /*style header*/

  /*style main content*/

  /*style footer*/
}

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

  /*style main content*/

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

  /*----------Section_presentation----------*/
  .section_presentation.coherence-container-background-zoom-no.e-con:before {
    left: 70%;
  }

  /*----------Section_actualite----------*/
  .section_actualite.coherence-container-background-zoom-no.e-con:before {
    width: 0%;
    height: 0%;
  }

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

/*------------------------------------------------------***End Media query***------------------------------------------------------*/

.contant_group:before {
  right: 0;
  content: "";
  position: absolute;
  left: 0;
  background: #272727 !important;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.item-content .contant_group .sa_title {
  margin-inline: 0 !important;
  width: 100% !important;
  padding-block: 26px;
  bottom: 10px !important;
  position: relative !important;
}

.contant_group {
  position: absolute;
  height: max-content;
  bottom: 0;
  transition: 0.5s all;
  width: 100%;
}

.contant_group:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 100%;
  background: #ebac00cc !important;
  bottom: 0;
}

.item-body:hover .contant_group {
  top: 0;
  padding-top: 15px;
  background: #ebac00a8 !important;
}

.item-body:hover .contant_group:before {
  background: #ebac0000 !important;
}
.item-body:hover .contant_group:after {
  background: #000000e3 !important;
}
.contant_group .sa_paraph {
  opacity: 0 !important;
  transform: scale(0) !important;
  font-size: 0 !important;
}

.item-body:hover .sa_paraph {
  display: block !important;
  opacity: 1 !important;
  transform: scale(1) !important;
  font-size: 15px !important;
  margin-bottom: 15px !important;
  padding-block: 5px;
  margin-inline: 10px;
  color: #000000 !important;
}

.item-content:hover .contant_group:after {
  bottom: unset;
}

.item-content:hover .contant_group .sa_title {
  padding-bottom: 0;
}

.contant_group .sa_paraph p {
  margin-bottom: 0 !important;
}
.contant_group .sa_title > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home .h2_title h2:after {
  background-color: transparent !important;
}
@media screen and (max-width: 600px) {
  .contant_group .sa_paraph p {
    margin-bottom: 0 !important;
  }

  .item-content .contant_group:after {
    bottom: unset;
  }
  .item-content .contant_group .sa_title {
    padding-bottom: 0;
  }

  .item-body .contant_group:before {
    background: #ebac00a8 !important;
    top: 0 !important;
  }
  .item-body .contant_group:after {
    background: #000000e3 !important;
  }

  .item-body .contant_group {
    top: 0;
    padding-top: 15px;
  }

  .item-body .sa_paraph {
    display: block !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    font-size: 15px !important;
    margin-bottom: 15px !important;
    padding-block: 5px;
    margin-inline: 10px;
    color: #000000 !important;
  }

  .item-content .sa_img {
    opacity: 0;
  }
  .item-content .sa_btn a {
    opacity: 1;
  }
  .item-content .sa_paraph {
    opacity: 1;
  }
  .item-content .sa_title h3 {
    color: #000 !important;
  }
  .item-content:hover .contant_group:after {
    bottom: 0 !important;
  }

  .sa_btn {
    transform: translate(-50%, 80%);
  }
}
