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

/*------------------------------------------------------***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_whiteback:before {background: var(--awb-color1);right:unset;left:0px}
.hover_secondcol:hover:before ,.hover_whiteback:hover:before{height: 100%;width: 100%;}

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

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:all 0.3s
}
.boxes_h2 .fusion-column-wrapper:hover img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(64%) saturate(440%) hue-rotate(106deg) brightness(94%) contrast(88%);
    transform:rotateY(360deg);
}

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


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


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

/* nested columns h1  */
.boxes_h1 .fusion-column-wrapper img {
   transition:all 0.3s
}
.boxes_h1 .fusion-column-wrapper:hover img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(64%) saturate(440%) hue-rotate(106deg) brightness(94%) contrast(88%);
    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 .6s ease-in-out;
    transform: translateX(-108%);
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.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;
}
h3.h3_presta.blanc.bold.fusion-responsive-typography-calculated {
    display: flex;
    align-items: center;
	margin: 0px;
}
.title_content h3.h3_presta.blanc.bold.fusion-responsive-typography-calculated {
    justify-content: center;
}
.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: 18px !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
}

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

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

.btn_presta span {
    position:relative;
    z-index:3;
}
.col_content .h3_presta {text-align:left !important}
/* 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*********************************/
@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 .gallery_default.wpmf-gallery .wpmf-gallery-item,body .gallery-masonry.wpmf-gallery .wpmf-gallery-item {
    width: 25% !important;
}

body .realisation-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="radio"] {
    position: absolute;
    opacity: 0;
}

span.wpcf7-form-control.wpcf7-radio.choose-prestation {
    width: 100%;
    display: flex;
    justify-content: space-between;
	justify-content: space-between;
    flex-wrap: wrap;
}

.choose-prestation span.wpcf7-list-item {
       width: 48%;
		margin: 1%;
}
.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%;
	    min-height: 181px !important;
    justify-content: center;
}

.choose-prestation input[type="radio"]: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-label:before {
		content:url(/wp-content/uploads/2023/03/josset-carrelage-chape-liquide-auray-Carrelage-et-faience.png);
		margin-bottom:5px;
	}
	/* icone prestation 2 */
	.choose-prestation span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label:before {
		content:url(/wp-content/uploads/2023/03/josset-carrelage-chape-liquide-auray-Chape-fluide-traditionnelle-et-ragreage.png);
	}
	/* icone prestation 3 */
	.choose-prestation span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label:before {
		content:url(/wp-content/uploads/2023/03/josset-carrelage-chape-liquide-auray-Terrasse-sur-plots.png);
	}
/* icone prestation 3 */
	.choose-prestation span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label:before {
		content:url(/wp-content/uploads/2023/03/josset-carrelage-chape-liquide-auray-Revetements.png);
	}
.choose-prestation input[type="radio"]: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;}*/
.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}
ul.menu li{padding: 0px 0px 10px !important;border-bottom:0px !important}
.fusion-footer .sub-menu{display:none !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;
}

/*------------------------------------------------------***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: 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 (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){

    /*style header*/
	a.m_phone {
		padding: 5px 10px;
		border: 2px solid;
		border-radius: 50%;
		font-size: 15px !important;
		margin-right: 7px;
	}
    .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*/

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

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

/*------------***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*/
	.minhtxt .fusion-column-wrapper{
		min-height:1px !important
	}
	.minhtab .fusion-column-wrapper{
		height: 500px;
		background-position: center center !important;
	}
    /*style footer*/
    
}

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

    /*style header*/

    /*style main content*/
	span.wpcf7-form-control.wpcf7-radio.choose-prestation {
		flex-direction: column;
	}
	.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;
	}
}

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

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


.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-item>a,.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current_page_item>a, .avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:not(.fusion-middle-logo-menu-logo):not(.fusion-menu-item-button):hover>a:not(.awb-icon-sliding-bar){
	border-radius:10px !important
}


h4.widget-title {
    font-family: 'Open Sans' !important;
}


.rgpd_acc {
    font-size: 14px !important;
}




.swing {
    animation: swing ease-in-out 6s infinite alternate;
min-height:150px; min-width:150px;
} 
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}


ul#menu-prestations-2 li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1153, ul#menu-prestations-2 li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1630{
  display:none !important
}

@media only screen and (max-width: 1024px){
	li.fusion-mobile-nav-item.linkd-item,li.fusion-mobile-nav-item.phone-item {
    display: none !important;
}
}

.link-div {
    margin-left: 25px;
}