/*
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-footer .menu-icon-home > a i{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;}

@media only screen and (min-width: 1025px){
	.section-header .menu-icon-home > a span{display: none;}
}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home > a i{display:none !important;}
	.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
}

.site{
	overflow: hidden;
}
.coherence-core-nav-menu-icon{
	padding: 0 !important;
}
.coherence-core-nav-menu-icon::before {
	content: "";
	background-image: url(/wp-content/uploads/2024/01/robotech-co-robot-de-service-bordeaux-menu.png);
	background-size: 110px;
	background-repeat: no-repeat;
	width: 100px;
	height: 90px;
	display: block;
	position: relative;
	right: -15px;
}
.coherence-core-active-menu .coherence-core-nav-menu-icon:after{
	content: "";
	background-image: url(/wp-content/uploads/2024/01/robotech-co-robot-de-service-bordeaux-close.png);
	background-size: 110px;
	background-repeat: no-repeat;
	width: 100px;
	height: 90px;
	display: block;
	position: relative;
	right: -15px;
}
.coherence-core-nav-menu-icon svg, 
.coherence-core-active-menu .coherence-core-nav-menu-icon::before{
	display: none;
}
header#site-header.sticky-active {
	position: fixed !important;
	top: 0;
	width: 100%;
}
@keyframes tracking-in-contract-bck {
	0% {
		letter-spacing: 1em;
		transform: translateZ(400px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes slide-in-top {
	0% {
		transform: translateY(-1000px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slide-out-top {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(-1000px);
		opacity: 0;
	}
}
.header-wrapper .show-sub-menu {
	display: none;
	position: absolute;
	top: 0;
	animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.header-wrapper .close-menu-animation{
	animation: slide-out-top 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.header-wrapper .click-show-sub-menu .coherence-core-nav-menu nav{
	display: none;
}
.header-wrapper .coherence-core-nav-menu .menu-item a.coherence-core-menu-item{
	animation: tracking-in-contract-bck 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	text-shadow: 0px 0px 40px #7ACCF0, 0px 0px 10px #7ACCF0, 1px 1px 0 #7ACCF0;
}
.header-wrapper .coherence-core-nav-menu .menu-item .sub-menu{
	margin: 0 !important;
}
/*------------------------------------------------------***End***------------------------------------------------------*/


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


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


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

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


/**************************************Style : SLIDER HOME*********************************/

.prime-slide-general .bdt-prime-slider .bdt-slideshow-items li > div{height: 100% !important;min-height: inherit !important;}
.col-slider-inner-content > .e-con-inner {margin-right: 0px !important;margin-left: auto !important;}

.switch-slides .depicter-bullet-item::before {
	content: "";
	width: 35px;
	height: 2px;
	background-color: white;
	position: relative;
	right: 140%;
	display: block;
	top: 6px;
}
.switch-slides .depicter-bullet-item.depicter-bullet-active{
	margin-left: 30px;
}
.switch-slides .depicter-bullet-item.depicter-bullet-active::before{
	background-color: #7ACCF0;
	width: 65px;
	right: 50px;
}

/**************************************Style : section_presentation*********************************/
.titre-box-shadow .coherence-simple-title .title {
	text-shadow: 0px 0px 40px #7ACCF0, 0px 0px 10px #7ACCF0, 1px 1px 0 #7ACCF0;
}

/**************************************Style : section_prestations*********************************/
.wrapper-prestation {
	overflow: hidden;
	position: relative;
	background-color: #091E27;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	height: 500px;
}
.wrapper-prestation .text-container{
	width: 50%;
	padding: 20px 40px 20px 80px;
	transition: transform 0.4s ease-in-out;
	z-index: 2;
}
.wrapper-prestation .image-container{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	transition: transform 0.4s ease-in-out;
}
.wrapper-prestation .image-container img{
	height: 100%;
	width: 600px !important;
	transform: translate(40px, 50px);
	object-fit: contain !important;
	transition: all 0.4s ease-in-out;
}
.wrapper-prestation:hover .image-container img {
	transform: translate(-40px, 50px);
}
.wrapper-prestation .img-from-left {
	position: absolute;
	height: 100%;
	left: 0;
	bottom: 0;
}
.wrapper-prestation .img-from-right{
	opacity: 0;
	transform: translateX(100%);
	transition: transform 0.4s ease-in-out;
	z-index: 0;
	position: absolute;
}
.wrapper-prestation .text-container .title {
	text-shadow: 0px 0px 40px #7ACCF0, 0px 0px 10px #7ACCF0, 1px 1px 0 #7ACCF0;
	font-size: 30px;
}
.wrapper-prestation .text-container .description {
	color: white;
	font-family: 'Montserrat';
	font-weight: 500;
	margin: 15px 0;
}
.wrapper-prestation .text-container .button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #1A2B33;
	color: white;
	border-radius: 4px;
	font-weight: bold;
	transition: background-color 0.3s;
	border: 2px solid white;
}
.wrapper-prestation .text-container .button:hover {
	color: #1A2B33;
	background-color: white;
}
.wrapper-prestation:hover .text-container {
	transform: translateX(100%);
}
.wrapper-prestation:hover .image-container {
	transform: translateX(-100%);
}
.wrapper-prestation:hover .img-from-right{
	opacity: .3;
	transform: translateX(0);
	width: 55% !important;
	position: absolute;
	right: 0;
	top: 0;
}

/**************************************Style : section_Partenaires*********************************/
.nos-partenaires .gallery-item img {
	background-color: #7accf0;
	padding: 25px;
}
.switch-slides-content .slick-dots li {
	rotate: 45deg;
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.switch-slides-content .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
}
.nos-partenaires .switch-slides-content .slick-dots {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 0;
}
.switch-slides-content .slick-dots::before {
	display: block;
	content: "";
	background-image: url(/wp-content/uploads/2024/01/robotech-co-robot-de-service-bordeaux-separator.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	left: 30px;
	top: 0;
	width: 205px;
	height: 20px;
}
.switch-slides-content .slick-dots li.slick-active, .switch-slides-content .slick-dots li.slick-active button {
	width: 15px !important;
	height: 15px !important;
}
.switch-slides-content .slick-dots li.slick-active button {
	width: 15px !important;
	height: 15px !important;
	margin: 0 !important;
}
.ti-widget.ti-goog .ti-reviews-container .ti-controls-line {
	display: none !important;
}

/**************************************Style : section_Actualites*********************************/


/**************************************Style : section_Realisations*********************************/
.gallery-icon {
	overflow: hidden !important;
}
.gallery-icon a img {
	transition: all 0.4s ease-in-out;
}
.gallery-icon a img:hover {
	transform: scale(1.1);
}

/**************************************Style : section_valeurs*********************************/
.nos-valeurs .elementor-coherence-core-content-box-img img {
	border-radius: 6px;
	border: 1px solid #7ACCF0;
	background: #0A1E27;
}

/**************************************Style : section_points_forts*********************************/


/**************************************Style : section_avis*********************************/


/**************************************Style : section_contact*********************************/
.contact-left-image::after {
	content: "";
	border-radius: 6px;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 40px 0px #7accf070, 0px 0px 20px 0px #7accf070, 0px 4px 20px 0px #7accf070;
	width: 97%;
	height: 104%;
	position: absolute;
	top: -2%;
}
.input-label .wpcf7-form-control-wrap {
	position: relative
}
.input-label .wpcf7-form-control-wrap::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #7accf0;
	right: 0;
	bottom: -19px;
	border-radius: 50px;
}
.rgpd_acc .wpcf7-form-control-wrap::after {
	display: none;
}
.wpcf7-form-control.wpcf7-textarea {
	border-width: 0 0 1px 1px !important;
}
.textarea-field .input-label .wpcf7-form-control-wrap::after {
	bottom: 10px;
}
.wpcf7-form input[type="submit"]:hover{
	background-color: white !important;
}
.politique-legales strong, .politique-legales div{
	color: white;
}
.wpcf7-form select.wpcf7-form-control option {
	background-color: #1a2b33;
}
.form-page-contact .wpcf7-form-control-wrap::after {
    bottom: 10px;
}
/*--------------------------------------------------------------***End***----------------------------------------------------------------------*/
.video-system-desinfection {
	height: 550px;
}
.video-system-desinfection video{
	object-fit: contain !important;
	height: 550px !important;
}
.coherence-data-table thead {
	display: none;
}

/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg{width: 130px !important;height: auto !important;}
.coherence-logo svg * {fill: #fff !important;}
.menu-main-footer .hide-sub-mn .sub-menu , .menu-main-footer .hide-sub-mn .sub-arrow {display: none !important;}

.coherence-footer-builder .coherence-core-nav-menu:before, .coherence-footer-builder .coherence-core-nav-menu:after{
	display: none;
}
.coherence-footer-builder .menumain-footer .coherence-core-nav-menu .menu-item:nth-child(2){
	display: none;
}


/*------------------------------------------------------***End***------------------------------------------------------*/
body .elementor-widget-container h2.pg-mp-titre-bg{
	background: var(--e-global-color-color_2) !important;
}


/*------------------------------------------------------***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*/
	.wrapper-prestation {
		height: 100%;
	}
	.wrapper-prestation .text-container {
		padding: 10px;
	}
	.wrapper-prestation .image-container img {
		height: 350px;
		position: relative;
		transform: translate(0, 0);
	}

	/*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){
	
	#tab-list11 ul.elementor-icon-list-items.elementor-inline-items {
    display: flex !important ;
    flex-wrap: wrap !important ;
    flex-direction: column !important ;
    align-content: flex-start !important ;
    align-items: flex-start !important ;
}

	/*style header*/

	/*style main content*/
	.wrapper-prestation .text-container {
		transform: translateX(0%) !important;
	}
	.wrapper-prestation .image-container {
		transform: translateX(0%) !important;
	}
	.wrapper-prestation .img-from-right{
		display: none !important;
	}

	/*style footer*/
	.menu-main-footer .coherence-core-nav-menu a {justify-content: center !important;}

}

/*------------***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*/
	.wrapper-prestation {
		flex-direction: column;
	}
	.wrapper-prestation .text-container{
		width: 100%;
		text-align: center;
		padding: 20px;
	}
	.wrapper-prestation .image-container{
		width: 100%;
	}
	.wrapper-prestation .image-container img {
		height: 300px;
	}
	.wrapper-prestation .text-container .title {
		font-size: 22px;
	}
	.wrapper-prestation .text-container .description {
		font-size: 15px;
	}

	/*style footer*/


}

/*------------------------------------------------------***End Media query***------------------------------------------------------*/
.coherence-slideup-content-bottom { right: 0 !important; left: auto !important; }
.back-to-top {left: 22px !important; left: auto !important;}




/*------------***SAV 01/10/2025***------------*/
.coherence-slideup-content-left { bottom: 0 !important;top: auto !important;}





