/*
Theme Name: Divi Child
Template: Divi
Description: Divi Child Theme
Author: Antoine CIVEL - Chef de projet webmarketing @ Exupéry
Author URI: https://exupery.io
*/

/*-------------------------------------------- Header ---------------------------------------*/

/*ligne grise*/
@media (min-width: 981px) {
	#main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 100px;
	}
}

/*hauteur header mobile*/
@media (max-width: 981px) {
	.page-container {
    margin-top: -1px;
    padding-top: 75px;
	}
}
	
/*largeur header*/
	@media (min-width: 1400px) {
	.et_fullwidth_nav #main-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 100px;
    padding-left: 100px;
	}
}

/*Survol menu principal*/
#top-menu li a:hover {
    color: #FF3D53!important;
}

#21530 li a:hover {
	text-decoration: underline;
}

#21528 li a:hover {
	text-decoration: underline;
}

#21526 li a:hover {
	text-decoration: underline;
}

#21527 li a:hover {
	text-decoration: underline;
}


/*Opacité header au survol*/
#top-menu-nav>ul>li>a:hover {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*couleur texte menu header*/
#top-menu a {
    color: #071013!important;
}
#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, #top-menu li.current_page_item>a {
    color: #ff3d53!important;
}

/*espacement menu header*/
#top-menu li {
    padding-right: 80px!important;
}

/*taille logo*/
	@media only screen and (min-width: 1451px) {
	#logo {
    max-height: 60%!important;
	margin-top: 10px;
	}
}

/*bouton contact header*/

#top-menu>li:last-child {
	padding-right: 0px!important
}


.et_header_style_left #et-top-navigation nav>ul>li#menu-item-21529 {
	margin-left: 8px;
	margin-top: 4px;
    box-shadow: none;
    background: #071013;
	border-radius: 2px;
    transform: translate3d(0, 0, 0);
}

.et_header_style_left #et-top-navigation nav>ul>li#menu-item-21529>a {
    color: #fff!important;
    padding: 12px 20px;
    background: #FF3D53;
	border-radius: 2px;
    font-weight: 500;
    line-height: 1;
    border: none;
    transition: .3s ease;
    text-align: center;
}

.et_header_style_left #et-top-navigation nav>ul>li#menu-item-21529>a {
	font-size: 16px;
    transform: translate(-8px, -8px);
}

.et_header_style_left #et-top-navigation nav>ul>li#menu-item-21529>a:hover {
    transform: translate(0, 0);
    transition: .6s ease;
}

/*menu mobile header*/
.et_mobile_menu li a {
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #071013;
    padding: 10px 5%;
    display: block;
}

.et_mobile_menu li a:hover {
    color: #FF3D53;
	opacity: 1;
}


/*header moyens écrans*/
@media only screen and (min-width: 1345px) and (max-width: 1450px) {
	.et_header_style_left #et-top-navigation nav>ul>li#menu-item-21529>a {
	font-size: 15px;
	}
	
	#top-menu li {
    padding-right: 70px!important;
	}
	
	.et_fullwidth_nav #main-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 60px;
    padding-left: 60px;
	}
	
	#logo {
    max-height: 55%!important;
	margin-top: 10px;
	}
}


/*header petits écrans*/
@media only screen and (min-width: 1086px) and (max-width: 1344px) {
	.et_header_style_left #et-top-navigation nav>ul>li#menu-item-21529>a {
	font-size: 13px;
	}
	
	#top-menu li a {
    font-size: 13px!important;
	}
	
	#top-menu li {
    padding-right: 65px!important;
	}
	
	.et_fullwidth_nav #main-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 60px;
    padding-left: 60px;
	}
	
	#logo {
    max-height: 58%!important;
	margin-top: 10px;
	}
}

/*header très petits écrans (tablette)*/
@media only screen and (min-width: 981px) and (max-width: 1085px) {
	.et_header_style_left #et-top-navigation nav>ul>li#menu-item-21529>a {
	font-size: 12px;
	}
	
	#top-menu li {
    padding-right: 35px!important;
	}
	
	#top-menu li a {
    font-size: 12px!important;
	}
	
	.et_fullwidth_nav #main-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 60px;
    padding-left: 60px;
	}
	
	#logo {
    max-height: 48%!important;
	margin-top: 10px;
	}
}


/*-------------------------------------------- Footer ---------------------------------------*/
/*Style titres menu footer*/
.titre-menu-footer {
    color: #FF3D53!important;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px!important;
    text-align: left!important;
	text-transform: uppercase;
    margin-bottom: 20px;
	font-weight: 500;
}

/*Style menu footer*/
.menu-footer {
    line-height: 20px!important;
    font-size: 14px;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
}

/*Style liens menu footer*/
.menu-footer a:hover {
text-decoration: underline;
}

/*Style menu footer - colonne gauche - coordonnées*/
.menu-footer-coordonnees {
    line-height: 20px!important;
    font-size: 14px;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	text-decoration: underline;
    font-weight: 300;
}

/*Texte souligné au survol*/
.textwidget a:hover {
    text-decoration: underline;
    text-decoration-color: #FF3D53;
}

/*style signature*/
#footer-info {
    text-align: center!important;
    padding-bottom: 10px;
    float: inherit!important;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 300;
	font-size: 10px;
	
}

/*style liens signature*/
#footer-info a {
	font-weight: 300!important;
}

/*survol liens signature*/
#footer-info a:hover {
	text-decoration: underline;	
	opacity: 1!important;
	font-weight: 500!important;
}

/*Espacement menu footer & signature*/
@media (min-width: 981px) {
	.et_pb_gutters4 .footer-widget {
    margin-right: 8%;
    margin-bottom: 6%;
	}
}

/*Espacement menu footer & signature mobile*/
@media (max-width: 981px) {
	#footer-widgets {
    padding: 12% 0;
    padding-top: 12%;
    padding-right: 0px;
    padding-bottom: 8%;
    padding-left: 0px;
	}
}

/*Espacement menu footer & signature mobile*/
@media (max-width: 981px) {
	#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
    margin-bottom: 15% !important;
	}
}


/*-------------------------------------------- Globalité du site internet ---------------------------------------*/

/*bouton poussoir*/
.bouton-ffb {
	display: table;
	margin-left: 8px;
    box-shadow: none;
    background: #071013;
	border-radius: 2px;
    transform: translate3d(0, 0, 0);
}

.bouton-ffb-centre {
	display: table;
	margin: auto;
    box-shadow: none;
    background: #071013;
	border-radius: 2px;
    transform: translate3d(0, 0, 0);
}

.bouton_inner-ffb {
	display: table;
    color: #fff;
    padding: 12px 32px;
    background: #FF3D53;
	border-radius: 2px;
    font-weight: 500;
    line-height: 1;
    border: none;
    transition: .3s ease;
    text-align: center;
	min-width: 232px;
}

.bouton_inner-ffb {
    font-size: 20px;
    transform: translate(-8px, -8px);
}


.container-bouton-ffb a:hover {
    box-shadow: inset 0 -14px 0 #071013;
	transition: .5s ease;
}

.bouton-ffb:hover .bouton_inner-ffb {
    transform: translate(0, 0);
    transition: .5s ease;
}

.bouton-ffb-centre:hover .bouton_inner-ffb {
    transform: translate(0, 0);
    transition: .5s ease;
}

/*Centrer bouton mobile*/
@media (max-width: 981px) {
	.container-bouton-ffb {
	display: flex;
	justify-content: center;
	}
}

/*-------------------------------------------- Homepage ---------------------------------------*/


/*colonnes section expo homepage*/
.colonne-expo-hp {
	margin-top: 6%;
}

/*colonnes section savoir-faire homepage*/
.colonne-image-savoir-faire {
	width: 14%!important;
	margin-right: 1.5%!important;
}

.colonne-texte-savoir-faire {
	width: 32%!important;
	margin-right: 3%!important;
}

/*-------------------------------------------- Page expo : Du ménage à l'art ---------------------------------------*/

/*  [SLIDER]  hauteur boutons*/
.lgx-logo-slider-wp .nav-position-v-mid .owl-next, .lgx-logo-slider-wp .nav-position-v-mid .owl-prev {
    position: absolute;
    top: 40%!important;
    z-index: 2;
}

/*  [SLIDER]  Boutons gauche - avant */
.lgx-logo-slider-wp .nav-position-v-mid .owl-prev {
    left: -5%!important;
}

/*  [SLIDER]  Boutons gauche - après */
.lgx-logo-slider-wp .nav-position-v-mid .owl-next {
    right: -5%!important;
}

/*  [SLIDER]  bordures des images*/
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 5px!important;
    -webkit-transform-style: preserve-3d;
}



/*-------------------------------------------- Page brossiers ---------------------------------------*/

/*largeur des colonnes boutons de filtre*/
.bouton-filtre-toilette {
	width: 18%!important;
	margin-right: 2%!important;
}

.bouton-filtre-pinceaux {
	width: 15%!important;
	margin-right: 2%!important;
}

.bouton-filtre-menage {
	width: 19%!important;
	margin-right: 2%!important;
}

.bouton-filtre-batiment {
	width: 18%!important;
	margin-right: 2%!important;
} 

.bouton-filtre-industrielle {
	width: 20%!important;
	margin-right: 2%!important;
}

.bouton-filtre-hygiene {
	width: 30%!important;
	margin-right: 2%!important;
}

.bouton-filtre-fournisseur {
	width: 16%!important;
}

.bouton-filtre-commerce{
	width: 22%!important;
}


body #page-container #main-content .df-activebutton {
     background: #FF3D53!important;
	 color: #fff!important;
}


/*-------------------------------------------- Page contact ---------------------------------------*/

/*largeur des colonnes coordonnées*/
.dimension-colonne-contact {
	width: 8%!important;
}

H4 {
	font-size: 10px;
}

H5 {
	color: #fff;
}

.brbl_post_carousel_0 .brbl-post-thumb img {
	height: 300px!important;
}