/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/*------------------------------------------------------***Begin Header Style***------------------------------------------------------*/
.fusion-main-menu > .fusion-menu > li > a{padding: 0px 20px !important;}
/* .fusion-main-menu > .fusion-menu > li > a:hover,.fusion-main-menu > .fusion-menu > li.current_page_item > a{} */
/* .fusion-main-menu .fusion-menu .sub-menu a{} */
.fusion-main-menu .sub-menu .current-menu-item>a, .fusion-main-menu .sub-menu .current_page_item>a {background-color: inherit !important;}
.fusion-main-menu .sub-menu .current-menu-item>a:hover, .fusion-main-menu .sub-menu .current_page_item>a:hover {background-color: var(--menu_bg_hover_color) !important;}
.fusion-main-menu > .fusion-menu > li.menu_icon_rs a {padding: 0px 7px !important;}
li.phone_header {
    background: unset !important;
}

li.phone_header > a {
    background: unset !important;
}
li.phone_header > a:hover {
    background: unset !important;
    color: var(--awb-color2) !important;
}

li.phone_header span.fusion-megamenu-icon {
    border: 2px solid;
    padding: 10px !important;
    margin-right: 5px !important;
    font-size:16px  !important;
    border-radius:50%;
    color: var(--awb-color1) !important;
}
 footer li.phone_header{display:none !important}
/* .fusion-main-menu {margin-top: 20px !important;}
.fusion-is-sticky .fusion-main-menu {margin-top: 0px !important;} */

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


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/
body .max_div_pg {max-width: 1024px;margin-left: auto !important;margin-right:auto !important;}
.lp_presta .sa_hover_container {
    min-height: 555px !important;
}
/*------------------------------------------------------***End***------------------------------------------------------*/




/* styles button */
.hover_secondcol:before,.hover_whiteback:before {content: "";background: var(--awb-color2);position: absolute;height: 100%;width: 5px;right:0px;border-radius:5px;transition:all 0.4s ease-in-out;}

.hover_secondcol:hover:before ,.hover_whiteback:hover:before{height: 100%;width: 100%;}

.hover_secondcol span,.hover_whiteback span {position:relative;z-index:3;}

.hover_whiteback:before {background: var(--awb-color1);right:unset;left:0px}


body.home .gallery.slick-slider .slick-slide img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
	height: 565px !important;
	width: 565px !important;
}
/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/
body .max_div_content {max-width: 920px;margin-left: auto !important;margin-right:auto !important;}
.el-pos-abs {position: absolute !important;}
.boxes_h2 .fusion-column-wrapper img {
   transition:transform 0.3s
}
.boxes_h2 .fusion-column-wrapper:hover img {
    filter: brightness(0) saturate(100%) invert(26%) sepia(1%) saturate(2653%) hue-rotate(357deg) brightness(101%) contrast(92%);
    transform:rotateY(360deg);
}

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


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


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

/* nested columns h1  */
.boxes_h1 .fusion-column-wrapper img {
   transition:transform 0.3s
}
.boxes_h1 .fusion-column-wrapper:hover img {
    filter: brightness(0) saturate(100%) invert(26%) sepia(1%) saturate(2653%) hue-rotate(357deg) brightness(101%) contrast(92%);
    transform:rotateY(360deg);
}



/**************************************Style : section_prestations*********************************/

.sa_owl_theme .owl-dots {display: none !important;}
.section_prestation:before{
    content:"";
    background:#fff;
    height:12%;
    width:100%;
    position:absolute;
    bottom:0px;
}
/* before hover */
.sa_hover_container {
    overflow:hidden;
}
.sa_hover_container .col_content{
    transition:all 0.6s ease-in-out;
    transform:translateX(-108%);
    z-index: 10;
    position: relative;
}
.title_content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #3b727abf;
    width: 350px;
    height:max-content;
    margin: auto;
    padding: 20px 20px;
    transition:all 0.3s ease-in-out;
}

.section_presta > .fusion-row,.section_imgs > .fusion-row {
    position: unset !important;
}
.img_prestaab{
	position: absolute !important;
    bottom: -7%;
    right: 0%;
    max-width: max-content;
}

.img_sectab,.imginter{
	position: absolute !important;
	top: 20px;
	left: -4%;
	max-width: max-content;
	opacity:0.4;
	animation:alternate infinite 4s animopa;
}
.imginter{
	opacity:1;
}


/* after hover */  
.sa_hover_container:hover .col_content{
     transform:translateX(0%);
}

.sa_hover_container:hover .title_content{
     transform:translateY(80px);
    opacity:0
}
/* content presta */
p.p_content {
    font-family: 'Poppins';
    font-size: 16px !IMPORTANT;
    line-height: 27px;
}

h3.h3_presta {
    margin: 0px 0px 15px;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-family: 'Poppins' !important;
    font-size: 22px !important;
    line-height: 29px !important;
}

.col_content {
    background: #3b727abf;
    min-height: 430px;
    display: flex;
  
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}


.sa_hover_container {
    padding: 10px !important;
    margin-inline:2% !Important
}

body a.btn_presta {
  background: var(--awb-color2) !important;
  padding: 15px 30px !important;
  color: #fff;
  transition:all 0.5s;
  cursor:pointer;width:max-content;height:max-content;position:relative;overflow:hidden;border-radius:5px;
}
body a.btn_presta:hover {
    background:var(--awb-color2) !important;
	color:var(--awb-color2);
}
body .btn_presta:before {
    content: "" !important;
    background: #ffffff7a !important;
    position: absolute !important;
    height: 100%;
    width: 5px;
    right:0px;
    border-radius:5px;
    transition:all 0.4s ease-in-out;
	top:0px;
}

body .btn_presta:hover:before {
    height: 100%;
    width: 100%;
	background: #ffffff;
}

body .btn_presta span {
    position:relative !important;
    z-index:3;
}
/* arrows */
body .white .sa_owl_theme .owl-nav .owl-prev ,body  .white .sa_owl_theme .owl-nav .owl-next{
	background-color:var(--awb-color1) !important;
	 background-image: url(/wp-content/uploads/2023/01/artisans-btp-10-arrows.png) !important;
    width: 60px !important;
    border-radius: 10px 0px 0px 10px;
}
body .white .sa_owl_theme .owl-nav .owl-next {
   transform:rotate(180deg)
}
body .white .sa_owl_theme .owl-nav .owl-prev{
    margin-left:0px !important;
    left:-5%
}
body .white .sa_owl_theme .owl-nav .owl-next{
    margin-left:0px !important;
    right:-5%
}
body .sa_owl_theme .owl-nav div,body .sa_owl_theme .owl-nav button{
    height:50px !important;
    width:50px !important
}
body .sa_owl_theme .owl-dots .owl-dot span {
    width: 40px !important;
    border-radius: 10px !important;
    background:var(--awb-color1) !important;
    opacity: 0.7 !important;
}

body .sa_owl_theme .owl-dots .owl-dot span:hover,body .sa_owl_theme .owl-dots .owl-dot.active span {
    width: 40px !important;
    border-radius: 10px !important;
    background: var(--awb-color1) !important;
    opacity: 1 !important;
}

/**************************************Style : section_Actualites*********************************/
.container4-galrie-col .gallery_life.ratio_default .wpmf-gallery-item .wpmf-gallery-icon:before {display:none !important;}
@media only screen and (min-width: 1025px){
/* .container4-galrie-col {
    transform: translateY(-150px);
     position: absolute !important;
    right: 0 !important;
    top: 0 !important;
} */
.fusion-row{position:unset !important}
	body .container4-galrie-col .gallery.slick-slider button:before {
    color: #fff !important;
    font-size: 35px !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    line-height: normal !important;
    opacity: 1 !important;
}
body .container4-galrie-col .gallery.slick-slider button:hover{background: var(--awb-color2) !important;}
body .container4-galrie-col .gallery.slick-slider button {
    width: 55px !important;
    height: 55px !important;
    background: var(--awb-color1) !important;
}

.container4-galrie-col .slick-next::before {
    content: "\f30b" !important;
}

.container4-galrie-col .slick-prev::before {
    content:"\f30a" !important;
}

.container4-galrie-col .slick-prev, .container4-galrie-col .slick-next {
    top: unset !important;
    transform: unset !important;
    bottom: -80px;
    left: unset !important;
    right: 0 !important;
}

body .container4-galrie-col .gallery.slick-slider .slick-prev {
    right: 55px !important;
}
}


/**************************************Style : section_ReseauxSocieaux*********************************/


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

body .realisation-home .gallery_default.wpmf-gallery .wpmf-gallery-item img,body .gallery-masonry.wpmf-gallery .wpmf-gallery-item img {
    width: 100% !important;
    height: 350px !important;
}

body .realisation-home .galer-home .wpmf-gallery-item{
    width: 25% !important;
}

body .realisation-home .galer-home .gallery-masonry.wpmf-gallery .wpmf-gallery-item .wpmf-gallery-icon {
    border-radius: 10px !important;
}


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


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


/**************************************Style : section_avis*********************************/
.ti-rating-text, .ti-widget.ti-goog .ti-controls-dots {
    display: none !important;
}

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


/**************************************Style : section_contact*********************************/
.checklistcord span.icon-wrapper.circle-yes {
    border-radius: 10px !important;
    font-size: 19px !important;
    padding: 9px !important;
    height: 40px;
    width: 40px;
}

.checklistcord li.fusion-li-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.checklistcord .fusion-li-item-content {
    margin-left: 0px !important;
}

.checklistcord a {color:#fff}
.checklistcord a:hover {opacity:0.8;color:#fff}

/* form */

.choose-prestation input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

span.wpcf7-form-control.choose-prestation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
	gap:10px;
}
.choose-prestation span.wpcf7-list-item label {display: flex;height: 100%;}

.choose-prestation span.wpcf7-list-item {
    width:25%;
    margin:0px
    
}
.choose-prestation span.wpcf7-list-item-label {
    margin: 0px !important;
    border:2px solid  var(--awb-color1);
    text-align:center;
    padding:30px 15px;
    border-radius:10px;
    transition:all 0.4s;
    cursor:pointer;
	display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.choose-prestation input[type="checkbox"]:checked + span.wpcf7-list-item-label,.choose-prestation  span.wpcf7-list-item-label:hover{
    background:  var(--awb-color1);
    color:#fff;
}
/* icone contact prestation */

	.choose-prestation span.wpcf7-list-item span.wpcf7-list-item-label:before {
		content:"" !important;
		margin-bottom:5px !important;
		width: 60px !important;
		height: 60px !important;
		
		background-repeat:no-repeat !important;
	}
	.choose-prestation span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label:before{
		background:url(/wp-content/uploads/2023/10/lesle-couverture-couvreur-lorient-COUVERTURE-ARDOISE.svg) !important;
		background-size:contain !important;
	}
/*  	 icone prestation 2  */
	.choose-prestation span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label:before {
		background:url(/wp-content/uploads/2023/10/lesle-couverture-couvreur-lorient-BARDAGE.svg) !important;
		background-size:contain !important;
	}
/* 	icone prestation 3 */
	.choose-prestation span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label:before {
		background:url(/wp-content/uploads/2023/10/lesle-couverture-couvreur-lorient-ISOLATION-PAR-LEXTERIEUR.svg) !important;
		background-size:contain !important;
	}
/* 	icone prestation 4 */
	.choose-prestation span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label:before {
		background:url(/wp-content/uploads/2023/10/lesle-couverture-couvreur-lorient-Pose-de-Velux.svg) !important;
		background-size:contain !important;
	}
.choose-prestation input[type="checkbox"]:checked + span.wpcf7-list-item-label:before,.choose-prestation span.wpcf7-list-item-label:hover:before {
   filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(102deg) brightness(100%) contrast(104%);
}

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


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



/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
/*.fusion-footer {background-image: url("") !important;background-position: center center !important;background-size: cover !important;}*/
.fusion-footer .fusion-row {max-width: 1200px !important;}
.coherence-logo svg{width: 130px !important;height: auto !important;vertical-align: middle !important;display: inline-block !important;margin-right: 20px !important;}
.coherence-logo .svg * {fill: #fff !important;}
.fusion-footer-widget-column {margin-bottom: 15px !important;}
.fusion-footer-widget-column:last-child{margin-bottom: 0px !important;}
ul.menu a:before{display:none}
.fusion-footer ul.sub-menu {display: none !important;}
ul.menu li{padding: 0px 0px 10px !important;border-bottom:0px !important}
.flex-infos {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.icon-infos {
    margin-right: 10px;
    color: #fff;
    height: 45px;
    width: 45px;
    font-size: 20px;
    display: flex !important;
    justify-content: center;
    border-radius: 10px;
    padding: 5px 0px;
    align-items: center;
    background:var(--awb-color1)
}
h4.widget-title:before {
    content: "";
    background: var(--awb-color1);
    height: 3px;
    width: 50px;
    position: absolute;
    top: 33px;
    border-radius: 10px;
}
.fusion-footer .widget_text p {
    padding-right: 40px !important;
}
footer.fusion-footer-widget-area.fusion-widget-area * a,footer.fusion-footer-widget-area.fusion-widget-area * p, .content-infos {
    font-size: 16px !important;
}
@media only screen and (min-width: 1101px){
	.fusion-footer .fusion-row .fusion-columns{display:flex !important;justify-content: center;}
	.fusion-footer .fusion-row .fusion-columns .fusion-column:nth-child(1){max-width: 30% !important;}
	.fusion-footer .fusion-row .fusion-columns .fusion-column:nth-child(2){max-width: 15% !important;}
	.fusion-footer .fusion-row .fusion-columns .fusion-column:nth-child(3){max-width: 20% !important;}
}


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



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

/*------------***Large devices (desktops, more than 800px)***------------*/
@media only screen and (min-width: 1025px){
/* 	header */
	.fusion-header .fusion-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.fusion-logo {
		width: 30%;
	}

	nav.fusion-main-menu {
		width: 70%;
		display: flex;
		justify-content: flex-end;
	}
}
@media only screen and (min-width: 801px){ 

    /*style header*/

    /*style main content*/

    /*style footer*/
    
}
@media only screen and (min-width: 701px) and (max-width: 1500px){ 
	/* nested columns h1  */
	.boxes_h1 {
		width: 50% !important;
	}
	.boxes_h1:nth-child(3) {
		width: 100% !important;
		margin-top:10px !important
	}
}
/*------------***Large devices (desktops, less than 1501px)***------------*/
@media only screen and (max-width: 1500px){

    /*style header*/

    /*style main content*/
	.white .sa_owl_theme .owl-nav .owl-prev, .white .sa_owl_theme .owl-nav .owl-next{display:none !important}

    /*style footer*/

}

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

    /*style header*/

    /*style main content*/
	span.wpcf7-form-control.choose-prestation {
	    flex-wrap: wrap
	}
	.choose-prestation span.wpcf7-list-item label {display: flex;height: 100%;}
	
	.choose-prestation span.wpcf7-list-item {
	    width:49%;
	    margin:0px
	    
	}
    /*style footer*/

}

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

    /*style header*/

    /*style main content*/
	.prsta-col .sa_owl_theme .owl-dots{display: none !important}
    /*style footer*/

}
@media only screen and (min-width: 1025px) and (max-width: 1150px){
	.fusion-main-menu > .fusion-menu > li > a{padding: 0px 10px !important;font-size:15px !important}
}
/*------------***Medium devices (tablets, less than 1025px)***------------*/
@media only screen and (max-width: 1024px){
	
	.pic-resp {max-height: 550px !important;}
	
	.imgs_res_1 {height: 300px;}

	.imgs_res_1 > img {height: 360px;}

    /*style header*/
	.m_phone a{
		font-size:0px !important;
		color:#fff !important; 
	}
	.m_phone a:before {
		content: "\f879";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 25px;
		border-radius: 50%;
		margin-top: -1px;
		display: inline-block;
	}
    .fusion-header {padding-top: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;padding-right: 10px !important;}
    .fusion-mobile-menu-icons {margin-top: 5px !important;}
    .fusion-mobile-menu-icons a{margin-left: 5px !important;}
    .fusion-icon.fusion-icon-bars:before,.fusion-icon.awb-icon-bars:before{font-size: 35px !important;line-height: normal !important;}
    .fusion-mobile-menu-icons a:after, .fusion-mobile-menu-icons a:before {color: var(--awb-color1) !important;}
    .fusion-mobile-menu-icons a:hover:after, .fusion-mobile-menu-icons a:hover:before {color: var(--awb-color2) !important;}
    .fusion-logo img{max-height: 55px !important;width: auto !important;}
    .fusion-mobile-nav-holder .menu_icon_rs{display:none !important;}
    .fusion-open-submenu:before {margin-right: 20px !important;}
    .fusion-header .icon_mobil_menu {background: var(--awb-color1) !important; color: #fff !important;font-size: 17px !important; margin-top: 4px !important; padding: 5px 5px ; border-radius: 50% !important; vertical-align: middle; line-height: normal !important; width: 30px !important; height: 30px ; -webkit-display: flex !important;-moz-display: flex !important;-ms-display: flex !important;-o-display: flex !important;display: -webkit-box !important;display: flex !important;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
    .fusion-header .icon_mobil_menu:hover{background: var(--awb-color2) !important; color: #fff !important;}
	  li.phone_header{display:none !important}

    /*style main content*/
.choose-prestation span.wpcf7-list-item {
	    width:48%;
	    margin:0px
	    
	}
    /*style footer*/
	.fusion-column.col-lg-3.col-md-3.col-sm-3:nth-child(2),.fusion-column.col-lg-3.col-md-3.col-sm-3:nth-child(3) {
		width: 22%;
	}
	.fusion-column.col-lg-3.col-md-3.col-sm-3:nth-child(4) {
		width: 30%;
	}
}

/*------------***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: 1100px){
	/*style footer*/
	.fusion-column.col-lg-3.col-md-3.col-sm-3 {
		width: 50% !important;

	}
	.fusion-column.col-lg-3.col-md-3.col-sm-3:nth-child(1) {
		order:1;
		margin-bottom:30px !important
	}
	.fusion-column.col-lg-3.col-md-3.col-sm-3:nth-child(2) {
		order:3;
		margin-bottom:30px !important
	}
	.fusion-column.col-lg-3.col-md-3.col-sm-3:nth-child(3) {
		order:4
	}
	.fusion-column.col-lg-3.col-md-3.col-sm-3:nth-child(4) {
		order:2
	}

	.fusion-columns.fusion-columns-4.fusion-widget-area {
		display: flex !important;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.fusion-footer .div_copyright a {
		margin-block: 5px !important;
	}
}
@media only screen and (max-width: 800px){
    
    /*style header*/

	
    /*style main content*/
	
	.radius_mobilebottom > .fusion-column-wrapper{border-radius:0px 0px 20px 20px !important}
	.radius_mobiletop > .fusion-column-wrapper{border-radius:20px 20px 0px 0px !important}
	body .realisation-home .gallery_default.wpmf-gallery .wpmf-gallery-item img, body .gallery-masonry.wpmf-gallery .wpmf-gallery-item img {
		height: 150px !important;
	}
	body .gallery-masonry.wpmf-gallery .wpmf-gallery-item{width: 33.33% !important;}
	
	.pic-resp {max-height: 520px !important;}
    .txt-class1 {min-height: 130px !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 main content*/
	span.wpcf7-form-control.choose-prestation {
		flex-direction: column !important;
	}
	.choose-prestation span.wpcf7-list-item {
		width: 100%;
		margin: 10px 0px 0px;
	}
	 body .gallery-masonry.wpmf-gallery .wpmf-gallery-item {
		width: 48% !important;
	}
	.sa_hover_container .col_content{
	     transform:translateX(0%);
	}

	.sa_hover_container .title_content{
	     transform:translateY(80px);
	    opacity:0
	}
    /*style footer*/
    .fusion-column.col-lg-3.col-md-3.col-sm-3 {
		width: 100% !important;

	}
	.fusion-column.col-lg-3.col-md-3.col-sm-3:nth-child(1), .fusion-column.col-lg-3.col-md-3.col-sm-3:nth-child(4) {
	   display:none
	}
	h4.widget-title:before {
		left: 0px;
		right: 0px;
		margin: auto;
	}
	h4.widget-title, ul.menu li a {
		text-align: center;
	}
	.fusion-column.col-lg-3.col-md-3.col-sm-3 {
		margin-bottom: 0px !important;
	}
		.choose-prestation span.wpcf7-list-item-label:before {
			width: 50px !important;
			height: 50px !important;
		}
}

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

    /*style main content*/

    /*style footer*/
	
    
}

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

    /*style header*/

    /*style main content*/
	body .gallery-masonry.wpmf-gallery .wpmf-gallery-item {
			width: 100% !important;
		}
    /*style footer*/
    
}

@media only screen and (max-width: 380px){
	.col_content {min-height: 400px;padding: 10px;}
}


.hover_secondcol_bnt_sub{position:relative;z-index:3;width: fit-content;height: fit-content !important;}

.hover_secondcol_bnt_sub:before{content: "";background: var(--awb-color2);position: absolute;height: 100%;width: 5px;right:0px;border-radius:5px;transition:all 0.4s ease-in-out;z-index:9;}

.hover_secondcol_bnt_sub:hover:before{height: 100%;width: 100%;z-index:0 !important}


html {
    scroll-behavior: smooth !important;
}


@media only screen and (max-width: 1024px){
	header .fusion-mobile-nav-holder .fusion-menu li.fusion-mobile-nav-item:nth-child(2) {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	header .fusion-mobile-nav-holder ul.fusion-menu  li.fusion-mobile-nav-item:nth-child(2)   > a {
		flex: 1 1 90%;
		padding-inline: 0px !important;
	}

	header .fusion-mobile-nav-holder ul.sub-menu  li.fusion-mobile-nav-item:nth-child(2)   > a {
		padding-inline: 40px !important;
	}

	header .fusion-mobile-nav-holder .fusion-menu li.fusion-mobile-nav-item:nth-child(2) >button.fusion-open-submenu {
		position: relative;
		padding-inline: 0px !important;
	}

	header .fusion-mobile-nav-holder .fusion-menu li.fusion-mobile-nav-item:nth-child(2) ul.sub-menu {
		flex: 1 1 100%;
	}
	header ul.sub-menu > li >a {
		display: flex;
		flex-direction: row-reverse;
	}
}
/*------------------------------------------------------***End Media query***------------------------------------------------------*/

body.page-id-1865 .fusion-page-title-bar {
    background-size: cover !important;
    display: none !important;
}
.col_glbl_vlr > .fusion-column-wrapper{
	box-shadow: 0px 14px 20px 0px rgb(0 0 0 / 5%) !important;
	border-radius: 36px !important;
}
.col_glbl_vlr > .fusion-column-wrapper{
	padding: 55px 20px !important;
}
.col_glbl_vlr p, .col_nst_ville p{
	margin-bottom: 0px !important;
}
.col_srvc .fusion-li-item {
    background-color: #F5F9F9 !important;
    margin-bottom: 12px !important;
}
.content_pf{
	margin-top: -208px !important;
}
.col_pf .fusion-column-wrapper{
	padding: 40px 30px 40px 30px !important;
}
.col_pf .fusion-title {
    max-width: 292px !important;
    margin: 21px auto !important;
}
.col_nst_ville {
    margin-bottom: 13px !important;
}
.col_nst_ville .fusion-column-wrapper{
	padding: 13px 5px !important;
}
.col_glbl_vlr .fusion-text {
    max-width: 345px !important;
    margin: auto !important;
}
.content_faq{
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.col_faq .fusion-panel {
    border-bottom: 1px solid #0B1D2C80 !important;
	padding: 16px 0px !important;
}
.content_h1 {
	padding-bottom: 14% !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.col_btn_croche .fusion-column-wrapper {
    display: flex !important;
    flex-direction: row !important;
	padding-top: 25px !important;
}

@media screen and (max-width: 760px){
	.content_pf {margin-top: 0px !important;padding-top: 0px !important;}
	.col_btn_pres .fusion-column-wrapper{padding-top: 20px !important;}
	.col_btn_croche .fusion-column-wrapper {flex-direction: column !important; padding-top: 5px !important;}
	.col_btn_croche .fusion-button{margin-bottom: 20px !important;}
	.col_glbl_croch > .fusion-column-wrapper{padding-left: 43px !important;}
	.content_croche{padding-top: 20px !important; padding-bottom: 20px !important;}
	.col_faq span.fusion-toggle-heading {font-size: 18px !important;}
	.col_faq .toggle-content {font-size: 15px !important;}
	.content_h1  .fusion-separator {max-width: 27% !important;}
	.col_nvalr .fusion-column-wrapper {padding-top: 13% !important;padding-bottom: 13% !important;}
	.content_serv{padding-top: 0px !important; padding-bottom: 0px !important;}
	.col_map_img, .col_faq_img{order: 2 !important;}
	.col_pf{margin-bottom: 20px !important;}
	.col_glbl_croch{margin-top: 0px !important; margin-bottom: 27px !important;}
	.content_h1 {margin-top: 30px !important;}
}
@media screen and (min-width: 761px) and (max-width: 1022px){
	.content_pf {margin-top: 0px !important;padding-top: 0px !important;}
	.col_btn_pres .fusion-column-wrapper{padding-top: 20px !important;}
	.col_btn_croche .fusion-column-wrapper {flex-direction: column !important; padding-top: 5px !important;}
	.col_btn_croche .fusion-button{margin-bottom: 20px !important;}
	.col_glbl_croch > .fusion-column-wrapper{padding-left: 43px !important;}
	.content_croche{padding-top: 20px !important; padding-bottom: 20px !important;}
	.col_faq span.fusion-toggle-heading {font-size: 18px !important;}
	.col_faq .toggle-content {font-size: 15px !important;}
	.content_h1  .fusion-separator {max-width: 27% !important;}
	.col_nvalr .fusion-column-wrapper {padding-top: 13% !important;padding-bottom: 13% !important;}
	.col_map_img, .col_faq_img{order: 2 !important;}
	.col_pf{margin-bottom: 20px !important;}
	.col_glbl_croch{margin-top: 0px !important; margin-bottom: 27px !important;}
	.content_serv{padding-top: 20px !important; padding-bottom: 20px !important;}
	.col_eqp{margin-bottom: 30px !important;}
	.content_h1 {margin-top: 30px !important;}
}
@media screen and (min-width: 1023px) and (max-width: 1509px){
	.content_pf {margin-top: 0px !important;padding-top: 0px !important;}
	.content_h1 {margin-top: 30px !important;}
}
@media screen and (min-width: 1510px){
	.content_h1{margin-top: 6% !important;}
	.content_h1:before {content: "";position: absolute;background-image: url(https://www.lesle-couverture.fr/wp-content/uploads/2025/07/lesle-couverture-couvreur-lorient-Ellipse-21.png);width: 30px;height: 30px;left: 23px;top: 19px;}
	.col_img_h1:before {content: "";position: absolute;background-image: url(https://www.lesle-couverture.fr/wp-content/uploads/2025/07/lesle-couverture-couvreur-lorient-Ellipse-22.png);width: 267px;height: 267px;right: -98px;bottom: -72px;}
	.col_engag:before {content: "";position: absolute;border-right: 1px solid rgb(0 0 0 / 21%);height: 316px;right: 0;top: 32px;}
	.col_nvalr:before {content: "";position: absolute;border-right: 1px solid rgb(0 0 0 / 21%);height: 316px;right: 0;top: 32px;}
	.title_h2_faq:before {content: "";position: absolute;border-left: 11px solid #03747452;height: 67px;left: 16px;top: 20px;}
}
@media only screen and (max-width: 497px){
    .page-id-1865 #sliders-container{display:none !important;}
    body.page-id-1865 .fusion-page-title-bar {display: block !important;height: auto !important;min-height: 320px !important;padding: 0px 0px !important; background-attachment: initial !important;}
    body.page-id-1865 .fusion-page-title-bar .fusion-page-title-row {padding: 15px 15px !important;background: rgba(0, 0, 0, 0.5) !important;min-height: 320px !important;}
}