/* Hook de l'animation du scroll */

html body {
	background: #000;
}

.scroll-down-arrow {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
	background-size: contain;
	background-repeat: no-repeat;
}

.scroll-down-link {
	position: absolute;
	z-index: 100;
	cursor: inherit;
	height: 60px;
	width: 80px;
	margin: 0px 0 0 -40px;
	line-height: 60px;
	left: 50%;
	bottom: 130px;
	color: #FFF;
	text-align: center;
	font-size: 70px;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-webkit-animation: fade_move_down 2s ease-in-out infinite;
	-moz-animation: fade_move_down 2s ease-in-out infinite;
	animation: fade_move_down 2s ease-in-out infinite;
	/*animated scroll arrow animation*/
}

@media screen and (max-width:1067px) {
	.scroll-down-link {
		bottom: 600px;
	}
}

@media screen and (max-width:550px) {
	.scroll-down-link {
		bottom: 410px;
	}
}

.scroll-down-arrow.fade {
	visibility: hidden;
	transition: visibility 1s ease-out;
  }  

@-webkit-keyframes fade_move_down {
	0% {
		-webkit-transform: translate(0, -20px);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
}

@-moz-keyframes fade_move_down {
	0% {
		-moz-transform: translate(0, -20px);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-moz-transform: translate(0, 20px);
		opacity: 0;
	}
}

@keyframes fade_move_down {
	0% {
		transform: translate(0, -20px);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}


/* Hook pour passer en pleine largeur */

body.home #wrapper .header-wrapper .header-logo-row {
	padding: 5px 50px;
}

body.home #wrapper .row,
body.home #wrapper .row .small-12.columns {
	padding-left: 0px;
	padding-right: 0px;
}

body.home #wrapper .footer-row .small-12.columns:nth-of-type(1) {
	padding-right: 20px !important;
}

#wrapper div[role=main] div:first-child div.row:first-child,
header.header div.header-logo-row div.row {

	max-width: inherit !important;

}

body.home .groupe-bloc-mosaique-1,
body.home .groupe-bloc-mosaique-2 {
	padding: 0px;
}

body.home .banniere-home-1,
body.home .banniere-home-2,
body.home .banniere-home-3 {
	margin-left: 50px;
	margin-right: 50px;
}

@media only screen and (min-width: 1068px) {

	.wp-block-columns.alignwide.groupe-bloc-mosaique-1,
	.wp-block-columns.alignwide.groupe-bloc-mosaique-2 {
		margin-left: 0px;
		margin-right: 0px;
		max-width: inherit;
		width: inherit;
		padding-left: 50px;
		padding-right: 50px;
	}
}


/* Hook pour modifier la page d'accueil */

.em_fondblanctransparent {

	background-color: #ffffffad !important;

}

.em_sliderhome.wp-block-jetpack-slideshow figure {

	/*height: 875px !important;*/
	width: 1440px !important;

}

.em_sliderhome.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image {

	/*height: 875px !important;*/
	width: 1440px !important;

}

.logo-slider-item {

	display: flex !important;
	height: 150px !important;

}

.slick-slide img {

	display: flex !important;
	margin: auto !important;
	vertical-align: center !important;

}

.em_home_slider {

	margin-top: 0px !important;

}

.em_home_slider .eedee-gutenslider-nav.eedee-gutenslider-prev,
.em_home_slider .eedee-gutenslider-nav.eedee-gutenslider-next {

	display: none !important;

}

.em_home_slider .slide-content {
	padding-top: 20% !important;
}

.em_promo .wc-block-grid__product-onsale {

	display: none !important;

}

.em_promo .thb-product-inner-content {

	text-align: center !important;

}

.em_promo .wc-block-grid__product-image {

	/*max-height: 200px !important;*/

}

.sec1 {
	padding: 20px 50px;
}

.sec1-col1 {
	background-color: #32373c;
	padding: 25px 20px;
	margin: 25px 0px !important;
}

.sec1-col1 h1 {
	color: #FFF !important;
}


.sec2-col2 {
	background-color: #32373c;
	padding: 50px 60px;
}

.sec2-col2 h2,
.sec2-col2 p {
	color: #FFF !important;
}

.sec2-col2 p:nth-of-type(1) {
	margin-bottom: 30px;
}

.sec2-col2 p:nth-of-type(4) {
	margin-bottom: 0px;
}

.sec3 {
	padding: 0px 50px;
}

.sec3-col1 {
	padding: 0px 15px;
}

.sec3-col2 {
	padding: 35px 15px;
	background-color: #32373c;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sec3-col2 h2 {
	margin-bottom: 20px;
}

.sec3-col2 h2,
.sec3-col2 a {
	color: #FFF !important;
}

/* Hook pour modifier le module YITH de demande de devis */

.yith-ywraq-add-to-quote a.add-request-quote-button {

	margin-top: 20px !important;
	margin-left: 147px !important;
	font-size: 16px !important;
	font-weight: 400 !important;

}

@media (max-width: 768px) {

	.yith-ywraq-add-to-quote a.add-request-quote-button {

		margin-left: 138px !important;

	}

}

@media (min-width: 1068px) {

	.yith-ywraq-add-to-quote a.add-request-quote-button {

		margin-left: 170px !important;

	}

}

div.yith_ywraq_add_item_response,
div.yith_ywraq_add_item_response_message {

	margin-top: 20px !important;

}

#rqa-message {

	width: 100% !important;

}

/* Hook du header */

body.home #wrapper .header-wrapper {
	position: fixed;
	z-index: 40;
	width: 100%;
}

body.home #wrapper header.thb-main-header .header-logo-row {
	background: rgba(255, 255, 255, 0.1);
	/* Transparent with some opacity */
	backdrop-filter: blur(10px);
	/* Blur effect */
	transition: background-color 0.3s ease;
	/* Smooth transition */
}

body.home #menu-navigation li>a {
	color: #FFF;
}

body.home #menu-navigation li ul.sub-menu li a {
	color: #FFF !important;
}

body.home #wrapper header.thb-main-header .header-logo-row>.row>div:nth-of-type(1) {
	order: 2;
	flex: none;
	width: 100%;
	max-width: fit-content;
	margin: auto;
}

body.home #wrapper header.thb-main-header .header-logo-row>.row>div:nth-of-type(2) {
	order: 1;
	flex: none;
	width: auto;
}

body.home #wrapper header.thb-main-header .header-logo-row>.row>div:nth-of-type(3) {
	order: 3;
	flex: none;
	width: auto;
}

body.home #wrapper header.thb-main-header .header-logo-row>.row>div:nth-of-type(3) ul.thb-secondary-menu {
	flex-direction: column;
}

body.home #wrapper header.thb-main-header .header-logo-row>.row>div:nth-of-type(3) ul.thb-secondary-menu li {
	margin-left: 0px !important;
}

body.home #wrapper header.thb-main-header .header-logo-row>.row>div:nth-of-type(3) ul.thb-secondary-menu li>a {
	min-height: 22px;
	color: #FFF;
}

body.home #wrapper header.thb-main-header .header-logo-row>.row>div:nth-of-type(3) ul.thb-secondary-menu li.bouton-devis {
	min-height: 22px;
	order: 3;
	width: 100%;
	background-color: #000;
	margin-top: 10px;
	transition: background-color 0.3s ease;
	/* Smooth transition */
}

body.home #wrapper header.thb-main-header .header-logo-row>.row>div:nth-of-type(3) ul.thb-secondary-menu li.bouton-devis:hover {
	background-color: #e9d394f5;
}

body.home #wrapper header.thb-main-header .header-logo-row>.row>div:nth-of-type(3) .thb-quick-search .thb-item-text,
body.home #wrapper header.thb-main-header .header-logo-row>.row>div:nth-of-type(3) .thb-quick-search .thb-item-icon-wrapper>svg {
	color: #FFF;
	fill: #FFF;
}

body.home #wrapper header.thb-main-header .header-logo-row>.row>div:nth-of-type(3) ul.thb-secondary-menu li.bouton-devis>a {
	color: #FFF;
	width: 100%;
	padding: 10px 0px;
	justify-content: center;
}


@media screen and (max-width:1527px) {

	body.home #wrapper header.thb-main-header .header-logo-row>.row>div:nth-of-type(1) {
		flex: 0 0 50%;
	}

	body.home #wrapper header.thb-main-header .header-logo-row>.row>div:nth-of-type(2) {
		flex: 0 0 25%;
	}

	body.home #wrapper header.thb-main-header .header-logo-row>.row>div:nth-of-type(3) {
		flex: 0 0 25%;
	}

}

/* Style du hero des pages archives du woocommerce */
.thb-woocommerce-header-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	max-width: 86.875rem;
	margin: auto;
}

/* Sidebar avec les filtres de la boutique */
#woocommerce_layered_nav-2,
#woocommerce_widget_cart-2,
#woocommerce_layered_nav-1, 
#woocommerce_layered_nav-3,
#block-10 {
	display: none!important;
}