/*
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 li:nth-child(1) a.coherence-core-menu-item span {
		display: none;
	}
	.section-header li.current-menu-item a,
	.section-header li a:hover {
		border-radius: 10px;
		background: var(--e-global-color-color_1);
	}
}
@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;
	}
	.section-header li:nth-child(1) .coherence-core-menu-item i.fas.fa-home {
		display: none !important;
	}
}

.section-header li.current-menu-item a,
.section-header li a:hover {
	background: var(--e-global-color-color_1);
}

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

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

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

/* ========== PG Realisations ========= */
.pg-realisation .e-n-tabs-heading {
	background: rgba(255, 255, 2555, 0.1);
	padding: 10px;
	margin-inline: auto;
	border-radius: 10px;
}

/* ========== PG Mention-legale & Politique ========= */
.pg-pc-ml h3 {
	color: var(--e-global-color-color_1) !important;
}

/* ========== PG Contact ========= */
.map-contact iframe {
	border-radius: 10px !important;
}

/* ========== PG Actulite ========= */
.single-blog-inner .details {
	color: white !important;
}

.single-blog-inner .blog-meta {
	margin-top: 15px;
}

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

/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/

/**************************************Style : PRE-HOME*********************************/
.cookies-per-purpose .purpose h4 {
	color: black !important;
}
.cookies-per-purpose * {
	color: black !important;
}

.privacy-policy .pg-mp-titre-h1-bg a {
   color: black !important;
}
.privacy-policy .pg-mp-titre-h1-bg a:hover {
   color: var(--e-global-color-color_1) !important;
}
/***********************************Style : SLIDER REVOLUTION*********************************/

/**************************************Style : section_presentation*********************************/

/**************************************Style : section_prestations*********************************/
.imgCarContenair {
	width: 100%;
	height: 100%;
}
.imgCarContenair img {
	height: 100% !important;
}
.txt-prestation, .btn-prestation a {
	font-family: 'Raleway';
}
/**************************************Style : section_Contact*********************************/

.contact_form .row a {
	color: var(--e-global-color-color_black);
}

.contact_form .row a:hover {
	color: var(--e-global-color-color_1);
}

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

.img-realisations .elementor-swiper-button.elementor-swiper-button-prev {
	right: unset !important;
	background-color: var(--e-global-color-color_2);
	padding: 22px;
	border-radius: 100px;
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
}

.img-realisations .elementor-swiper-button.elementor-swiper-button-next {
	background-color: var(--e-global-color-color_2);
	padding: 22px;
	border-radius: 100px;
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
}

.img-realisations .elementor-swiper-button.elementor-swiper-button-prev:hover,
.img-realisations .elementor-swiper-button.elementor-swiper-button-next:hover {
	opacity: 1;
}

.img-gallery .gallery-icon *, .img-gallery .swiper-slide * {
	transition: all 1s cubic-bezier(1,0,0,.56);
}
.img-gallery .gallery-icon:hover img, .img-gallery .swiper-slide:hover img {
	transform: scale(1.1)
}
.img-gallery .gallery-icon, .img-gallery .swiper-slide {
	position: relative;
}
.img-gallery .gallery-icon, .img-gallery .swiper-slide {
	overflow: hidden !important;
	/*  border-radius: 10px; */
}
.img-gallery .gallery-icon a::before, .img-gallery .swiper-slide a::before {
	position: absolute;
	top: 0;
	left: -95%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.img-gallery .gallery-icon a:hover::before, .img-gallery .swiper-slide a:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/**************************************Style : section_Rejoignez-nous sur Facebook*********************************/

.ifram-fb iframe {
	border-radius: 30px 30px 0 0 !important;
	box-shadow: 0 0px 0px 12px #1877f2;
}

/**************************************Style : section_Instagram*********************************/
.sbi_photo_wrap {
	border-radius: 10px !important;
	overflow: hidden !important;
}
/**************************************Style : section_avis*********************************/

/*Navigation*/
.ti-widget.ti-goog .ti-controls .ti-next {
	right: -20px !important;
}
.ti-widget.ti-goog .ti-controls {
	max-width: 100px !important;
	top: unset !important;
	bottom: -20px !important;
	left: 40px;
	margin-inline: auto !important;
}

body .section-avis:before {
	content: "";
	height: 100%;
	width: 50%;
	background-image: linear-gradient(
		to right,
		var(--e-global-color-color_1),
		var(--e-global-color-color_3)
	);
	border-radius: 10px;
	position: absolute;
	right: 0;
	left: unset;
	top: 0;
	bottom: 0;
	margin-block: auto !important;
}

/* body .ti-widget.ti-goog .ti-review-item > .ti-inner {
background: var(--e-global-color-color_3) !important;
border: 1px solid #ffffff33 !important;
filter: drop-shadow(0 0 5px #ffffff33) !important;
border-radius: 20px !important;
} */
/* .ti-inner .ti-review-content,
.ti-inner .ti-date {
color: white !important;
}
.ti-inner .ti-name {
color: var(--e-global-color-color_1) !important;
}

.ti-controls > div {
display: block !important;
} */

.ti-widget.ti-goog .ti-controls :is(.ti-next, .ti-prev) {
	background: transparent;
	border: 1px solid var(--e-global-color-color_1);
	padding: 22px !important;
	display: flex;
	border-radius: 100px;
}
.ti-widget.ti-goog .ti-controls .ti-next:before {
	top: 15px !important;
	right: 12px !important;
	background: white !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:after {
	top: 25px !important;
	right: 12px !important;
	background: white !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:before {
	top: 25px !important;
	left: 12px !important;
	background: white !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:after {
	top: 15px !important;
	left: 12px !important;
	background: white !important;
}
.ti-widget.ti-goog
.ti-controls
:is(.ti-prev:after, .ti-prev:before, .ti-next:after, .ti-next:before) {
	background: black;
}
.ti-footer {
	display: none;
}

/*hover*/

.ti-widget.ti-goog .ti-controls .ti-next:hover,
.ti-widget.ti-goog .ti-controls .ti-prev:hover {
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
}
.ti-widget.ti-goog .ti-controls :is(.ti-next:hover, .ti-prev:hover) {
	background: var(--e-global-color-color_white);
	border: 1px solid var(--e-global-color-color_2);
}
.ti-widget.ti-goog .ti-controls .ti-next:hover:before {
	background: var(--e-global-color-color_2) !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:hover:after {
	background: var(--e-global-color-color_2) !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:hover:before {
	background: var(--e-global-color-color_2) !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:hover:after {
	background: var(--e-global-color-color_2) !important;
}

/***************** style Page avis (mettre cette classe dans le contenour des avis : section-avis-pg) *****************/

.section-avis-pg .ti-widget.ti-goog .ti-reviews-container {
	max-height: unset !important;
	overflow-y: initial !important;
}
.section-avis-pg .ti-widget.ti-goog .ti-reviews-container-wrapper {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	align-items: flex-start !important;
	width: 100% !important;
	margin: 0px !important;
}
.section-avis-pg .ti-widget.ti-goog .ti-review-item {
	width: 31% !important;
	float: left !important;
	margin: 1%;
	position: relative !important;
	left: 0px !important;
	max-width: 31% !important;
	min-width: 31% !important;
	flex: 0 0 31% !important;
	padding: 0px !important;
}
.section-avis-pg .ti-widget.ti-goog .ti-reviews-container {
	width: 100% !important;
	overflow: hidden;
}
.section-avis-pg .ti-widget.ti-goog .ti-controls-dots,
.section-avis-pg .ti-widget.ti-goog .ti-controls {
	display: none !important;
}

@media only screen and (max-width: 1024px) {
	.section-avis-pg .ti-widget.ti-goog .ti-review-item {
		width: 48% !important;
		min-width: 48% !important;
		flex: 0 0 48% !important;
	}
}
@media only screen and (max-width: 600px) {
	.section-avis-pg .ti-widget.ti-goog .ti-review-item {
		width: 98% !important;
		min-width: 98% !important;
		flex: 0 0 98% !important;
	}

	.ti-widget.ti-goog .ti-controls {
		max-width: 100px !important;
		top: unset !important;
		bottom: -20px !important;
		margin-inline: auto !important;
		left: 50%;
		transform: translatex(-50%);
	}
}

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

/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg {
	width: 130px !important;
	height: auto !important;
}
.coherence-logo svg * {
	fill: var(--e-global-color-color_3) !important;
}
.section-footer .menu-center-logo {
	display: none !important;
}
.menu-main-footer .hide-sub-mn .sub-menu,
.menu-main-footer .hide-sub-mn .sub-arrow {
	display: none !important;
}

.col-widget-footer.menu ul.coherence-core-nav-menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}
.coherence-core-nav-menu:before,
.coherence-core-nav-menu:after {
	display: none !important;
}

.menu-footer ul.coherence-core-nav-menu .current_page_item a, .menu-footer ul.coherence-core-nav-menu li a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

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

/****/

/* .gallery-icon {
position: relative;
overflow: hidden;
border-radius:8px;
}

.gallery-icon:before {
transition:inset .5s ease-in-out
}

div#gallery-1:hover > :not(:hover) .gallery-icon:before {
content: ""; 
position: absolute;
inset:0;
background: rgb(0 0 0 / 50%);
} */

/*****/

/*------------------------------------------------------***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*/
	.icon-center-mobile .elementor-coherence-core-content-box-icon {
		margin-inline: auto !important;
	}
	/*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) {
	.img-realisations .elementor-swiper-button.elementor-swiper-button-next ,
	.img-realisations .elementor-swiper-button.elementor-swiper-button-prev{
		padding: 12px !important;
	}
}

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

/*---------------------- DS Portfolio Produits lien Style -------------------*/
.lien-style-portfolio a{
	color:#000 !important;
}
.lien-style-portfolio a:hover{
	color:var(--e-global-color-color_2)  !important;
}
