/*
Theme Name: CLB
Description: Theme CLB
Author: ADC Events
Author URI: https://www.adcevents.fr
Template: Divi
Version: 1.1
*/


.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}


@media only screen and (max-width : 980px) {
	.dc-inverser-colonnes--section .dc-inverser-colonnes--ligne {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}

.et_pb_contact_right p input {
	max-width: 50px;
}


sup, sub {
    font-size: 70%;
}

.carousel-testimonial.owl-theme .owl-nav {
	margin-top: 0.625rem;
	text-align: left;
}

.carousel-testimonial.owl-carousel .owl-nav button.owl-prev {
	margin-right: 0.8125rem;
}

.conteneur-flexbox{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px;
	grid-auto-rows: minmax(100px, auto);
	margin-top: 30px;
}
.flexbox-1{

}
.flexbox-2{
	text-align: right;
}

.border-arrow {
	padding: 10px 15px 10px 15px;
	background: #EFF2F9;
	font-size: 16px;
}

.projets {
	width: 284px;
	height: 442px;
	position: relative;
}
.projets .image-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(256,256,256,0);
	z-index: 2;
	transition: all 300ms linear;
}

.projets:hover .image-mask {
	background: rgba(0, 0, 0, 0.6);
}

.projets:hover .border {
	position: absolute;
	width: 229px;
	height: 229px;
	border-color: aliceblue;
	border-style: solid;
	border-width: 6px 0 0 6px;
	z-index: 2;
	transition: all 300ms linear;
	margin-left: 25px;
	margin-top: 20px;
}


.projets .image {
	background-size: cover;
}

.projets h3 {
	position: absolute;
	width: 100%;
	bottom: 30%;
	left: 0;
	margin-bottom: -16px;
	line-height: 26px;
	text-align: center;
	z-index: 4;
	opacity: 0;
	transition: all 300ms linear;
	color: #fff;
	font-size: 18px;
}

.projets:hover h3{
	bottom:75%;
	opacity:1;
}

.projets p {
	position: absolute;
	width: 100%;
	bottom: 30%;
	left: 0;
	margin-bottom: -16px;
	line-height: 80px;
	text-align: center;
	z-index: 4;
	opacity: 0;
	transition: all 300ms linear;
	color: #fff;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 16px;
}

.projets:hover p{
	bottom:10%;
	opacity:1;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

.carousel-projets.owl-theme .owl-nav {
	margin-top: 0.625rem;
	text-align: left;
}

.carousel-projets.owl-carousel .owl-nav button.owl-prev {
	margin-right: 0.8125rem;
}

.slick-dots {
	display: none !important;
}

.wpls-logo-showcase button.slick-next, .wpls-logo-showcase button.slick-next:active {background: rgba(239, 242, 249, 0.8) url('../clb/images/arrow-right.png') center center no-repeat !important;background-size: 15px 15px !important; box-shadow:none !important;}
.wpls-logo-showcase button.slick-prev, .wpls-logo-showcase button.slick-prev:active{background: rgba(239, 242, 249, 0.8) url('../clb/images/arrow-left.png') center center no-repeat !important;background-size: 15px 15px !important;box-shadow:none !important;}
.wpls-logo-showcase button.slick-next:hover,  .wpls-logo-showcase button.slick-next:focus{background: rgba(239, 242, 249, 0.8) url('../clb/images/arrow-right.png') center center no-repeat !important; background-size: 15px 15px !important;}
.wpls-logo-showcase button.slick-prev:hover, .wpls-logo-showcase button.slick-prev:focus{background: rgba(239, 242, 249, 0.8) url('../clb/images/arrow-left.png') center center no-repeat !important; background-size: 15px 15px !important;}

