/* -------- */

.retour{
	clear: both;
}


a.button-base,
.wp-block-button a {
	display: inline-block;
	padding: 20px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 700;
	border-radius: 10px;
	margin-top: 30px;
	transition: all .3s;
}

a.button-base::after,
.wp-block-button a::after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/arrow-right.svg) no-repeat center / contain;
	margin-left: 12px;
	position: relative;
	margin-bottom: -4px;
}

a.button-base:hover,
.wp-block-button a:hover{
	background: #370505;
}

.wrap_content{
	max-width: 1400px !important;
	margin: auto !important;
}

.wrap_small_content{
	max-width: 1200px !important;
	margin: auto !important;
}

.align_center{
	align-items: center !important;
}

li{
	list-style: none;
}

i{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.wp-block-list li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}

.wp-block-list li::before{
	content:'';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ff0000;
	position: absolute;
	left: 0;
	top: 10px;
}

p{
	color: #515151;
	line-height: 1.8em;
}

p:not(:last-of-type){
	margin-bottom: 20px;
}

h1{
	font-size: 2.2em;
	font-weight: 700;
}

.liste-plus li:not(:last-of-type){
	margin-bottom: 10px;
}
.liste-plus li{
	margin-left:25px;
}

.liste-plus li::before{
	content:'';
	display: inline-block;
	background: url(../img/liste-plus.svg) no-repeat center / contain;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	margin-left:-23px;
}

.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pt40{padding-top: 40px !important;}
.pt60{padding-top: 60px !important;}
.pt80{padding-top: 80px !important;}
.pt100{padding-top: 100px !important;}
.pt120{padding-top: 120px !important;}
.pt140{padding-top: 140px !important;}
.pt160{padding-top: 160px !important;}
.pt180{padding-top: 180px !important;}
.pt200{padding-top: 200px !important;}
.pt220{padding-top: 220px !important;}

.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}
.pb60{padding-bottom: 60px !important;}
.pb80{padding-bottom: 80px !important;}
.pb100{padding-bottom: 100px !important;}
.pb120{padding-bottom: 120px !important;}
.pb140{padding-bottom: 140px !important;}
.pb160{padding-bottom: 160px !important;}
.pb180{padding-bottom: 180px !important;}
.pb200{padding-bottom: 200px !important;}
.pb220{padding-bottom: 220px !important;}

.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt60{margin-top: 60px !important;}
.mt80{margin-top: 80px !important;}
.mt100{margin-top: 100px !important;}
.mt120{margin-top: 120px !important;}
.mt140{margin-top: 140px !important;}
.mt160{margin-top: 160px !important;}
.mt180{margin-top: 180px !important;}
.mt200{margin-top: 200px !important;}
.mt220{margin-top: 220px !important;}

.mb0{margin-bottom: 0px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb60{margin-bottom: 60px !important;}
.mb80{margin-bottom: 80px !important;}
.mb100{margin-bottom: 100px !important;}
.mb120{margin-bottom: 120px !important;}
.mb140{margin-bottom: 140px !important;}
.mb160{margin-bottom: 160px !important;}
.mb180{margin-bottom: 180px !important;}
.mb200{margin-bottom: 200px !important;}
.mb220{margin-bottom: 220px !important;}

/* HEADER *//* HEADER *//* HEADER *//* HEADER */
/* HEADER *//* HEADER *//* HEADER *//* HEADER */
/* HEADER *//* HEADER *//* HEADER *//* HEADER */

#header-main {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 20px;
	padding: 0 60px;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@keyframes animSticky{
	0%{top: -100px;}
	100%{top:0;}
}

#header-main.sticky{
	position: fixed;
	animation: animSticky ease-in-out .6s forwards;
	padding: 10px 30px;
	background: #fff;
	border-bottom: 1px solid #E9E9E9;
}

#header-main.sticky .center_main_menu {
	top: 30px;
}

#header-main.sticky .logo-header {
	transform: scale(0.8);
}

#header-main.sticky ul li a{
	color: #000 !important;
}

#header-main.sticky ul.sub-menu li a{
	color: #fff !important;
}

#header-main.sticky ul:not(.sub-menu) > li > a:hover{
	color: #ff0000 !important;
}

.menu_resp,.wrap_burger{
	display: none;
}

#ctn-searchform{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ff0000;
}

.full_search{
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	gap:30px;
}

.close-searchform{
	position: fixed;
	top: -80px;
	left: 0px;
	right: 0px;
	margin: auto;
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #ff0000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: all .3s;
}

.close-searchform:hover{
	background: #370505;
	color: #fff;
}
#searchform{width:50%; display:flex;}
#searchform input {
	height: 70px;
	padding: 0 10px;
	border: none;
	width:calc(100% - 220px);
	font-size: 1em;
}

#searchform input#searchsubmit{
	background: #370505;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.05em;
	font-weight: 700;
	transition: all .3s;
	width:200px;
}

#searchsubmit:hover{
	background: #E37720;
}

.logo-header{
	display: block;
	width:250px;
}

.logo-header img{width:100%; height:auto;}

.center_main_menu {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 620px;
}

.center_main_menu ul {
	display: flex;
	align-items: center;
	gap: 30px;
}

.center_main_menu ul li a{
	font-size: 1em;
	letter-spacing: 0.05em;
	color: #fff;
	transition: all .3s;
	text-transform: uppercase;
}

body.page-template-default:not(.home):not(.page-template-page-bandeau) .center_main_menu ul:not(.sub-menu) > li > a,
body.page-template-default:not(.home):not(.page-template-page-bandeau) .center_main_menu ul:not(.sub-menu) > li > a::after,
body.page-template-default:not(.home):not(.page-template-page-bandeau) .right_menu ul:not(.sub-menu) > li > a,
body.single-post .center_main_menu ul:not(.sub-menu) > li > a,
body.single-post .center_main_menu ul:not(.sub-menu) > li > a::after,
body.single-post .right_menu ul:not(.sub-menu) li a,
body.post-type-archive-product .center_main_menu ul:not(.sub-menu) li a,
body.post-type-archive-product .center_main_menu ul:not(.sub-menu) li a::after,
body.post-type-archive-product .right_menu ul:not(.sub-menu) li a,
body.error404 .center_main_menu ul:not(.sub-menu) li a,
body.error404 .center_main_menu ul:not(.sub-menu) li a::after,
body.error404 .right_menu ul:not(.sub-menu) li a,
body.page-template-page-sansfond .center_main_menu ul:not(.sub-menu) li a,
body.page-template-page-sansfond .center_main_menu ul:not(.sub-menu) li a::after,
body.page-template-page-sansfond .right_menu ul:not(.sub-menu) li a,
body.search .center_main_menu ul:not(.sub-menu) li a,
body.search .center_main_menu ul:not(.sub-menu) li a::after,
body.search .right_menu ul:not(.sub-menu) li a,
body.page-template-default:not(.home):not(.page-template-page-bandeau) .center_main_menu .menu > li.menu-item.menu-item-has-children::after,
body.page-template-page-sansfond .center_main_menu .menu > li.menu-item.menu-item-has-children::after,
body.archive .center_main_menu .menu > li.menu-item.menu-item-has-children::after,
body.archive .center_main_menu ul:not(.sub-menu) li a,
body.archive .center_main_menu ul:not(.sub-menu) li a::after,
body.archive .right_menu ul:not(.sub-menu) li a{
	color: #000 !important;
}

body.page-template-page-sansfond .center_main_menu ul.sub-menu li a,
body.archive .center_main_menu ul.sub-menu li a{
	color: #fff !important;
}


body.page-template-default:not(.home):not(.page-template-page-bandeau) .barre,
body.single-post .barre,
body.post-type-archive-product .barre,
body.error404 .barre,
body.page-template-page-sansfond .barre,
body.search .barre,
body.archive .barre{
	background: #000 !important;
}

body.page-template-default:not(.home):not(.page-template-page-bandeau) .wrap_burger span,
body.single-post .wrap_burger span,
body.post-type-archive-product .wrap_burger span,
body.error404 .wrap_burger span,
body.page-template-page-sansfond .wrap_burger span,
body.search .wrap_burger span,
body.archive .wrap_burger span{
	color: #000 !important;
}

#header-main ul li.current-menu-item > a,
#header-main ul li.current-menu-ancestor > a{
	color: #ff0000 !important;
}

.right_menu{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 40px;
}

.right_menu ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 30px;
}

.right_menu ul li a{
	font-size: .8em;
	color: #fff;
	transition: all .3s;
}

.right_menu ul li a:hover,
.center_main_menu ul li a:hover{
	color: #ff0000;
}

body.page-template-default:not(.home) .center_main_menu ul:not(.sub-menu) > li > a:hover,
body.page-template-default:not(.home) .center_main_menu ul:not(.sub-menu) > li > a:hover::after,
body.page-template-default:not(.home) .right_menu ul:not(.sub-menu) > li > a:hover,
body.archive:not(.home) .center_main_menu ul:not(.sub-menu) > li > a:hover,
body.archive:not(.home) .center_main_menu ul:not(.sub-menu) > li > a:hover::after,
body.archive:not(.home) .right_menu ul:not(.sub-menu) > li > a:hover{
	color: #ff0000 !important;
}

.btn-search {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: none;
	background: #ff0000;
	font-size: .9em;
	color: #fff;
	cursor: pointer;
	transition: all .3s;
}

.btn-search:hover{
	background: #000;
}

/* .center_main_menu ul li a::after {
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 8px;
	font-size: 10px;
	color: #fff;
	position: relative;
	top: -3px;
} */

.alpha-menu{
	display: none;
}

/* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL */
/* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL */
/* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL */

.wrap_top_home{
	position: relative;
	width: 100%;
	z-index: 10;
	padding: 250px 40px 60px 40px;
	margin-bottom: 150px;
}

.wrap_top_home video{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	object-fit: cover;
}

.wrap_top_home .wp-block-group__inner-container{
	padding-right: 50%;
}

.wrap_top_home h1{
	font-size: 3.8em;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 50px;
}

.wrap_top_home .wp-block-group__inner-container > p{
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 300;
	color: #fff;
	margin-bottom: 20px;
	padding-right: 50%;
}

.wrap_top_home .wp-block-button a{
	padding: 0;
	background: none;
	border-radius: 0;
	color: #ff0000;
	font-weight: 700;
}

.wrap_top_home .wp-block-button a::after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/arrow-down.svg) no-repeat center / contain;
	margin-left: 12px;
	position: relative;
}

.liste-rassurance {
	position: absolute;
	right: 40px;
	width: 60%;
	z-index: 10;
	bottom: -60px;
	gap: 0;
}

.liste-rassurance .wp-block-column > a{
	background: #131313;
	text-align: center;
	padding: 50px 30px;
	background: #131313;
	max-height: 280px;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.liste-rassurance .wp-block-column > a:hover{
	background: #370505 !important;
}

.liste-rassurance .wp-block-column:nth-of-type(even) > a{
	background: #000;
}

.liste-rassurance .wp-block-column:nth-of-type(1) > a{
	border-radius: 10px 0 0 10px;
}

.liste-rassurance .wp-block-column:nth-of-type(4) > a{
	border-radius: 0 10px 10px 0;
}

.liste-rassurance .wp-block-column p{
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5em;
	font-size: 1em;
	font-weight: 700;
}

.liste-rassurance .wp-block-column:nth-of-type(1) img{
	width: 72px;
	height: 85px;
	object-fit: contain;
	margin-bottom: 20px;
}

.liste-rassurance .wp-block-column:nth-of-type(2) img{
	width: 70px;
	height: 85px;
	object-fit: contain;
	margin-bottom: 20px;
}

.liste-rassurance .wp-block-column:nth-of-type(3) img{
	width: 60px;
	height: 85px;
	object-fit: contain;
	margin-bottom: 20px;
}

.liste-rassurance .wp-block-column:nth-of-type(4) img{
	width: 60px;
	height: 85px;
	object-fit: contain;
	margin-bottom: 20px;
}

.surtitre{
	color: #ff0000;
	font-size: .8em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

h2{
	color: #370505;
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 20px;
}

.wrap_liste_secteurs{
	text-align: center;
}

.wp-block-media-text.media-full{
	gap: 0 !important;
}

.wp-block-media-text.media-full .wp-block-media-text__content{
	padding: 100px 80px 100px 140px !important;
}

#produit-home{background:#FFF !important;}
#produit-home .wp-block-media-text__content{background:#370505;}

.item-liste-couleur{
	position: relative;
	padding: 20px;
	background: transparent;
	border-radius: 10px;
	margin-bottom: 15px;
	transition: all .3s;
	left: 40px;
}

#page-tuyau-flexible-chauffant .item-liste-couleur .wp-block-group__inner-container{margin-left:70px;}

.item-liste-couleur:hover{
	background: #ff0000;
	left: 0px;
}

.item-liste-couleur a{
	padding: 25px 60px 25px 80px;
	display: block;
}

.item-liste-couleur::before{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../img/check.svg) no-repeat center / contain;
	position: absolute;
	left: 30px;
	top: 27px;
}

.item-liste-couleur.item-liste-couleur-alimentaire::before {
	content: '\f564';
	background: #fff;
	color: #ff0000;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
}

.item-liste-couleur.item-liste-couleur-automobile::before {
	content: '\f1b9';
	background: #fff;
	color: #ff0000;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
}

.item-liste-couleur.item-liste-couleur-cosmetique::before {
	content: '\f1fb';
	background: #fff;
	color: #ff0000;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
}

.item-liste-couleur h3{
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
}

.item-liste-couleur p{
	font-size: .8em;
}

.wrap_colonne_lieu{
	padding-right: 50px;
	position: relative;
}

.wrap_colonne_lieu .colonne_lieu{
	position: absolute;
	right: 20px;
	bottom: 60px;
	max-width: 350px;
	background: #fff;
	border-radius: 10px;
	padding: 50px 35px 30px 35px;
	border-bottom: 4px solid #E37720;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

.wrap_colonne_lieu .colonne_lieu::before{
	content:'';
	display: block;
	position: absolute;
	left: 35px;
	top: -35px;
	width: 70px;
	height: 70px;
	background: url(../img/icon-lieu.png) no-repeat center / contain;
}

.colonne_lieu p:first-of-type {
	font-size: 1.1em;
	color: #370505;
	margin-bottom: 0;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.colonne_lieu p:not(:first-of-type){
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 0;
}

.radius img{
	border-radius: 10px;
	overflow: hidden;
}

#catalogue_link{position:fixed; right:-60px; top:300px; z-index:100; transform: rotate(-90deg);}
#catalogue_link a{background:#ff0000; color:#FFF; padding:15px 25px; text-transform:uppercase; font-weight:900; border-radius:15px 15px 0 0; display:inline-block; font-size: 16px; letter-spacing: 2px;}
#catalogue_link a:hover{background:#E37720;}

/* FOOTER */

#footer-main{
	background: url(../img/bg-footer.jpg) no-repeat top / cover;
}

.content_footer{
	padding: 70px 0 40px 0;
}

.logo-footer{
	display: block;
	margin-bottom: 20px;
}

.row-footer-1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.col-footer-1{
	max-width: 250px;
}

.col-footer-1 p{
	color: #fff;
	font-size: .8em;
	line-height: 1.8em;
}

.col-footer-1 a{
	color: #fff;
	font-size: 30px;
	display: block;
	margin-top: 20px;
	transition: all .3s;
}

.col-footer-1 a img{width:100%; height:auto;}

.col-footer-2{
	padding-top: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.btn_footer{
	margin-left: 60px;
}

.nav_footer {
	max-width: 340px;
}

.nav_footer ul{
	display: flex;
	flex-wrap: wrap;
}

.nav_footer ul li{
	width: 50%;
	margin-bottom: 12px;
}

.nav_footer ul li a{
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.05em;
	transition: all .3s;
}

.btn_footer ul li{
	text-align: right;
}

.btn_footer ul li:nth-of-type(1){
	margin-bottom: 30px;
}

.btn_footer ul li a{
	padding: 15px 28px;
	display: inline-block;
	border-radius: 10px;
	font-size: 1.2em;
	color: #fff;
	font-weight: 700;
	background: #ff0000;
	transition: all .3s;
}

.btn_footer ul li:nth-of-type(2) a{
	background: #353535;
}

.btn_footer ul li a::after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/arrow-right.svg) no-repeat center / contain;
	margin-left: 12px;
	position: relative;
	top: 4px;
}

.btn_footer ul li:nth-of-type(2) a::after{
	background: url(../img/arrow-right-gris.svg) no-repeat center / contain;
}

.btn_footer ul li a:hover{
	background: #E37720;
}

.row-footer-2{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #E37720;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.left_bottom_footer,
.right_bottom_footer{
	font-size: 16px;
	color: #fff;
	line-height: 1.5em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}

.left_bottom_footer a,
.right_bottom_footer a{
	color: #fff;
	transition: all .3s;
}

.copy-nova {
	display: block;
	width: 40px;
	height: 50px;
	background: url(../img/made-by-blanc.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin-left: 20px;
}

.col-footer-1 a:hover,
.nav_footer ul li a:hover,
.left_bottom_footer a:hover,
.right_bottom_footer a:hover{
	color: #ff0000;
}

/* SECTEURS *//* SECTEURS *//* SECTEURS *//* SECTEURS */
/* SECTEURS *//* SECTEURS *//* SECTEURS *//* SECTEURS */
/* SECTEURS *//* SECTEURS *//* SECTEURS *//* SECTEURS */

.wrap_liste_secteurs_home {
	display: flex;
	justify-content: space-between;
	gap: 1%;
	padding-right: 7%;
	position: relative;
}

.item-secteurs{
	width: 24%;
}

.item-secteurs a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	opacity: 1;
	background: #F3F3F3;
	transition: all .3s;
}

.item-secteurs.notActive a{
	opacity: .3;
}

.img-item-secteurs{
	height: 150px;
	position: relative;
}

.item-secteurs img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-secteurs-more {
	width: 6%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.item-secteurs-more a{
	display: block;
	width: 100%;
	height: 100%;
	background: #ff0000;
	overflow: hidden;
	border-radius: 10px;
	transition: all .3s;
}

.item-secteurs-more a:hover{
	background: #370505;
}

.texte-item-secteurs{
	background: #F3F3F3;
	padding: 40px 20px 20px 20px;
}

.texte-item-secteurs h3{
	font-size: .8em;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #ff0000;
}

.texte-item-secteurs p{
	font-size: .9em;
	line-height: 1.5em;
}

.img-item-secteurs span{
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -17px;
	background: url(../img/arrow-secteurs.svg) no-repeat center / contain;
}

.picto-plus{
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/btn-plus.svg) no-repeat center / contain;
}

.wrap_galerie_produits{
	position: relative;
	padding: 0 40px;
}

.swiper-button-prev {
	left: 0px;
	right: unset;
	width: 22px;
	height: 11px;
	margin: 0;
	color: #ff0000;
	transition: all .3s;
}

.swiper-button-next {
	right: 0px;
	left: unset;
	width: 22px;
	height: 11px;
	margin: 0;
	color: #ff0000;
	transition: all .3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
	color: #E37720;
}

.swiper-button-prev::after,
.swiper-button-next::after{
	font-size: 22px;
}

.button-galerie a{
	padding: 12px 25px;
	background: #fff;
	border: 1px solid #ff0000;
	border-radius: 10px;
	color: #ff0000;
	font-size: 1em;
	line-height: 1em;
	font-weight: 400;
	position: relative;
	transition: all .3s;
}

.button-galerie a:hover{
	background: #ff0000;
	border-color: #ff0000;
	color: #fff;
}

.button-galerie a::after{
	background: url(../img/arrow-right-rouge.svg) no-repeat center / contain;
}

.button-galerie a:hover::after{
	background: url(../img/arrow-right.svg) no-repeat center / contain;
}

/* PAGE */

.bandeau_top_page{position: relative;width: 100%;z-index: 10;padding: 200px 40px 40px 40px;margin-bottom: 10px;}

.bandeau_top_page img{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content_top_page{
	position: relative;
	z-index: 20;
}

.bandeau_top_page h1 {
	font-size: 3em;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
}

.content_page{
	padding-bottom: 60px;
}

/* CONTACT *//* CONTACT *//* CONTACT *//* CONTACT */
/* CONTACT *//* CONTACT *//* CONTACT *//* CONTACT */
/* CONTACT *//* CONTACT *//* CONTACT *//* CONTACT */

.wrap_col_contact{
	gap: 0;
}

.col_rouge_contact{
	background: #ff0000;
	color: #fff;
	padding: 50px 30px;
}

/* formulaire */
.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wpcf7 {
	max-width: 100%;
	margin: 0;
	width: 100%;
	background: #f5F5F5;
	padding: 30px;
	position: relative;
	z-index: 10;
}
.wpcf7 label {
	width: 48%;
	margin: 2% 1%;
	font-size: .7em;
	line-height: 1.8em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #ff0000;
}
.wpcf7 input {
	width: 100%;
	padding: 8px 15px;
	background: #fff;
	border: none;
	margin-top: 10px;
	color: #363a3b;
	font-family: "Roboto", sans-serif;
	font-size: .8em;
	line-height: 1.3em;
}
.wpcf7 label.textarea-label{
	width: 98%;
	margin: 2% auto;
}
.wpcf7 textarea {
	width: 100%;
	height: 120px;
	resize: none;
	background: #fff;
	border: none;
	color: #363a3b;
	padding: 8px 15px;
	margin-top: 10px;
	font-family: "Roboto", sans-serif;
	font-size: .8em;
	line-height: 1.3em;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
	color: #888;
}
.wpcf7 input.wpcf7-submit {
	background: #ff0000;
	margin: 20px 0;
	transition: all 0.3s ease;
	width: 98%;
	margin: auto;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.1em;
	cursor: pointer;
	text-align: center;
}
.wpcf7 input.wpcf7-submit:hover {color: #fff; background: #363a3b;}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: .8em;
	font-weight: normal;
	display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	padding: 20px;
	text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #363a3b;
	width: 100%;
	padding: 40px 20px;
	background: #363a3b;
	color: #fff;
	text-align: center;
	border-bottom: 10px solid #ff0000;
}
.wpcf7 .wpcf7-acceptance label {
	width: 100%;
	margin: 2% 0 20px 0;
	padding-bottom: 0;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	display: block;
	border: none;
}

.wpcf7 .wpcf7-acceptance input {
	width: 15px !important;
	height: 15px !important;
	padding: 0;
	margin: 0 8px -1px 0;
	border: 1px solid #DBDBDB;
}
/* --- */

.inner-ctn-address-contact {
	gap: 15px;
	display: grid;
}

.wrap_map{
	margin-top: 60px;
}

.wrap_map iframe{
	display: block;
	width: 100% !important;
}

/* ACCORDION */

.description_product .link,
.wrap_accordion .link{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	color: #000;
	cursor: pointer;
	width: 100%;
	transition: all .3s;
}

.description_product .link a{
	color: #000;
}

.wrap_accordion .link,
.description_product .link:hover{
	color: #ff0000;
}

.wrap_accordion .link:hover{
	color: #E37720;
}

.description_product .link::after,
.wrap_accordion .link::after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/arrow-right-noir.svg) no-repeat center / contain;
	margin-left: 12px;
	position: relative;
	margin-bottom: -4px;
	transform: rotate(0deg);
	transition: all .3s;
}

.description_product .active .link::after,
.wrap_accordion .active .link::after{
	transform: rotate(90deg);
}

.accordion > li,
.wrap_accordion .accordion,
.accordion .item-accordion{
	margin-bottom: 40px;
}

.contenu_accordion{
	padding-top: 20px;
}

.wrap_accordion .contenu_accordion{
	padding: 40px;
	background: #F9F9F9;
}

/* submenu */

.accordion .contenu_accordion {
	display: none;
}

/* --- */

/* SINGLE PRODUCT *//* SINGLE PRODUCT *//* SINGLE PRODUCT *//* SINGLE PRODUCT */
/* SINGLE PRODUCT *//* SINGLE PRODUCT *//* SINGLE PRODUCT *//* SINGLE PRODUCT */
/* SINGLE PRODUCT *//* SINGLE PRODUCT *//* SINGLE PRODUCT *//* SINGLE PRODUCT */

.woocommerce div.product div.images.woocommerce-product-gallery {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 75px;
	gap:15px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
	float: none;
	background:#FFF;
	border-radius:5px;
}

.woocommerce div.product div.images a{
	width: 100%;
	height:100%;
	display: block;
}

.woocommerce div.product div.images img {
	display: block;
	width: auto;
	max-width:100%;
	height: auto;
	box-shadow: none;
	margin: auto;
	border-radius: 5px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
	display: flex;
	align-items: center;
	width:100% !important;
	transform: inherit !important;
	position:relative;
	height:100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div a::before{content:"\f065"; font-family: "Font Awesome 6 Free"; font-weight:900; position:absolute; top: 5px; right:5px; background:rgba(255,255,255,0.5); color:#000; padding: 7px; width: 25px; height: 25px; border-radius: 100%; display: flex; align-items: center; justify-content: center;}
.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper > div{display:none !important;}
.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper > div.flex-active-slide{display:block !important;}

.woocommerce div.product div.woocommerce-product-gallery__image{height:400px !important;  width:460px !important; display: flex; align-items: center; background:#FFF; border-radius: 5px;}
.woocommerce div.product div.woocommerce-product-gallery__image a{display: flex !important; align-items: center; justify-content: center;}
.woocommerce div.product div.woocommerce-product-gallery__image picture{width:100%; height:100%; display: flex !important; align-items: center; justify-content: center;}
.woocommerce div.product div.woocommerce-product-gallery__image img{max-width:100%; max-height:100%; width:auto; height:auto;}


.flex_top_product{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 100px;
}

.left_top_product{
	width: 48%;
}

.right_top_product{
	width: 48%;
}

.woocommerce div.product div.images{
	width: 100%;
	float: none;
}

.flex-viewport,
.wrap_button_catalogue {
	width: calc(100% - 120px);
}

.wrap_button_catalogue{
	text-align: center;
	position: relative;
	z-index: 10;
}

.wrap_button_catalogue a.button-base{
	font-size: 1em;
	margin: auto;
	padding: 12px 20px;
}

.wrap_button_catalogue a.button-base:hover{
	color: #ff0000;
	background: #fff;
}

.wrap_top_product{
	padding: 200px 0 60px 0;
	background: #370505;
	position: relative;
}

.left_top_product h1{
	color: #fff;
	line-height: 1em;
}

.left_top_product p,
.left_top_product ul li{
	color: #fff;
}

.product-categories{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin: 20px 0;
}

.product-categories li a{
	display: inline-block;
	padding: 5px 12px;
	background: #ff0000;
	color: #fff;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 10px;
	transition: all .3s;
}

.product-categories li a:hover{
	color: #ff0000;
	background: #fff;
}

.serviceplus{
	display: inline-block;
	background: #fff;
	color: #ff0000 !important;
	text-transform: uppercase;
	padding: 7px 12px;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	font-size: .8em;
	font-weight: 700;
	position: relative;
	margin-bottom: 10px;
	margin-top: 20px;
}

.serviceplus::after {
	content: '';
	display: inline-block;
	background: url(../img/border-button.svg) no-repeat left / contain;
	width: 20px;
	height: 100%;
	position: absolute;
	right: -24px;
	top: 0;
}

.wrap_top_product > video{
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	height: 100%;
	object-fit: cover;
}

.wrap_description_product{
	padding: 100px 0 80px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 100px
}

.description_product{
	width: calc(100% - 150px);
	padding: 35px 45px;
	background: #F9F9F9;
}

.contenu_accordion p strong{
	color: #000;
}

.contenu_accordion .focus p strong{
	color: #fff;
}

.description_product .contenu_accordion ul li:not(:last-of-type){
	margin-bottom: 10px;
}

.description_product .contenu_accordion ul li{margin-left:25px;}

.description_product .contenu_accordion ul li::before{
	content:'';
	display: inline-block;
	margin-right: 10px;
	width: 8px;
	height: 8px;
	background: #ff0000;
	position: relative;
	top: -3px;
	margin-left:-20px;
}

.download_product{
	width: 150px;
	padding-top: 20px;
}

.download_product a{
	display: block;
	text-align: center;
	font-weight: 700;
	line-height: 1.5em;
	color: #000;
	margin-bottom: 30px;
	transition: all .3s;
}

.download_product a:hover{
	color: #ff0000;
}

.download_product a::before{
	content:'';
	display: block;
	width: 120px;
	height: 120px;
	background: url(../img/download.svg) no-repeat center / 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid #ff0000;
	border-radius: 50%;
	margin-bottom: 15px;
	transition: all .3s;
}

.download_product a:hover::before{
	border-color: #E37720;
	background-size: 50px;
}

/* PAGE *//* PAGE *//* PAGE *//* PAGE */
/* PAGE *//* PAGE *//* PAGE *//* PAGE */
/* PAGE *//* PAGE *//* PAGE *//* PAGE */

/* nav button link */

.hidden-link {
	display: none;
}

.active-link {
	text-decoration: none;
}

.wp-block-columns.list_qui {
	margin-top: 30px;
	gap: 0px;
	display: block;
}

.wp-block-columns.list_qui > div:first-of-type{
	text-align: left;
	padding-left: 30px;
}

.wp-block-columns.list_qui > div:last-of-type {
	padding: 60px;
	background: #f2f2f2;
	border-radius: 20px;
}

.wrap_bg_rouge .wp-block-columns.list_qui > div:last-of-type{
	background: #F7F7F7;
}

.wp-block-columns.list_qui > div:first-of-type nav{
	display: inline-flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	border: 1px solid #eee;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}

.wrap_bg_rouge .wp-block-columns.list_qui > div:first-of-type nav{
	border-color: transparent;
}

.wp-block-columns.list_qui > div:first-of-type nav a {
	height: auto;
	box-shadow: none;
	padding: 10px 30px;
	border-right: 4px solid #fff;
	background: #000;
	color: #fff;
	font-weight: 600;
	transition: all .3s;
}

.wrap_bg_rouge .wp-block-columns.list_qui > div:first-of-type nav a{
	border-color: #370505;
	background: rgba(255,255,255,0.5);
	color: #370505;
}

.wp-block-columns.list_qui > div:first-of-type nav a:hover{
	background: #ff0000;
	color: #fff;
}

.wp-block-columns.list_qui > div:first-of-type nav a.active-link{
	background: #f2f2f2;
	color: #370505;
}

.wp-block-columns.list_qui > div:first-of-type nav a:first-of-type{
	border-radius: 5px 0 0 0;
}

.wp-block-columns.list_qui > div:first-of-type nav a:last-of-type{
	border: none;
	border-radius: 0 5px 0 0;
}

.wp-block-columns.list_qui figure img {
	height: auto;
	object-fit: contain;
}

/* --- */

.intro_page {
	min-height: 75vh;
	display: flex;
	align-items: flex-end;
	padding: 140px 60px 100px 60px;
	max-width: 85%;
}

.arrow_down {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url() no-repeat center / 26px;
	margin-top: 30px;
	border-radius: 50%;
	border: 1px solid #333;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

#page-presentation h1{
	line-height: 1.3em;
	margin-bottom: 20px;
}

.wrap_bg_rouge{
	background: #370505;
}

.wrap_bg_rouge h2,
.wrap_bg_rouge .wrap_content > div > p,
.wrap_bg_rouge .wrap_content > div > .wp-block-list li{
	color: #fff;
}

p.titre_bloc_4 {
	color: #E37720;
}

.page-id-274 p.titre_bloc_4{
	color: #A1CA37
}

.col_bloc_4 p:not(.titre_bloc_4){
	font-size: .8em;
}

.col_bloc_4 p:not(.titre_bloc_4):not(:last-of-type){
	margin-bottom: 10px;
}

.col_bloc_4{
	gap: 0;
}

.col_bloc_4_border{
	border-bottom: 1px solid #e9e9e9;
}

.col_bloc_4 .wp-block-column:first-of-type{
	padding-right: 40px;
	border-right: 1px solid #e9e9e9;
}

.col_bloc_4 .wp-block-column{
	position: relative;
	z-index: 20;
}

.col_bloc_4 .wp-block-column img {
	display: block;
	position: absolute;
	right: 40px;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right bottom;
	z-index: -1;
	opacity: 0.05;
}

.col_bloc_4 .wp-block-column:last-of-type{
	padding-left: 40px;
}

.h3_col_bloc_4{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 12px 25px;
	background: #f5f5f5;
	color: #370505;
	display: inline-block;
}

h3:not(.h3_col_bloc_4){
	text-transform: uppercase;
	font-size: 1.1em;
	color: #ff0000;
	margin-bottom: 20px;
}

#page-presentation{
	padding-bottom: 100px;
}

.wp-block-media-text{
	gap: 60px;
}

.wp-block-media-text__content{
	padding: 0 !important;
}

p.date_timeline {
	margin-bottom: 10px;
	color: #D0121E;
	border-bottom: 1px solid red;
	padding-bottom: 5px;
}

#developpement p:not(.date_timeline){
	font-size: .9em;
}

.focus{
	padding: 12px 30px;
	background: #370505;
	border-radius: 5px;
}

.focus p:first-of-type::before{
	content:'\f0eb';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
	margin-right: 12px;
}

.focus p{
	color: #fff;
	font-size: 1.1em;
}

.contenu_accordion{
	display: none;
}

.wrap_col_services{
	margin: 30px auto;
}

.wrap_col_services .wp-block-column{
	padding: 20px 30px;
	border-radius: 12px;
	border: 1px solid #fff;
	color: #fff;
	position:relative;
	overflow:hidden;
	transition: all .3s;
}

.parent-pageid-20 .wrap_col_services .wp-block-column::after {
	position: absolute;
	right: -80px;
	top: 50%;
	content: '';
	display: inline-block;
	width: 300px;
	height: 300px;
	background: url(../img/arrow-right.svg) no-repeat center / contain;
	position: absolute;
	transform: translateY(-50%);
	opacity: .2;
	transition: all .3s;
}

.parent-pageid-20 .wrap_col_services .wp-block-column:hover::after{
	right: -120px;
	width: 320px;
	height: 320px;
	opacity: .3;
}

.wrap_col_services .wp-block-column img{
	display: block;
	width: 100px;
	height: 100px;
	object-fit: contain;
}


.wrap_col_services .wp-block-column p{
	color: #fff;
	transition: all .3s;
}

.wrap_col_services .wp-block-column a:hover p{
	color: #ff0000;
}

/* RSE */


.banniere_top_page{
	position: relative;
	width: 100%;
	z-index: 10;
	padding: 250px 40px 80px 40px;
	margin-bottom: 100px;
	text-align: center;
}

.banniere_top_page > .wp-block-group__inner-container {
	max-width: 1200px;
	margin: auto;
}

.banniere_top_page img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	object-fit: cover;
}

.banniere_top_page h1 {
	font-size: 3em;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 50px !important;
}

.banniere_top_page p {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 300;
	color: #fff;
	margin-bottom: 20px;
}

@keyframes animquote {
	0%{transform: rotate(45deg) scale(0.5); border-radius: 0;}
	70%{transform: rotate(765deg) scale(1); border-radius: 12px;}
	100%{transform: rotate(765deg) scale(0.5); border-radius: 0px;}
}

.wp-block-quote{
	margin: 100px auto;
}

.wp-block-quote::before{
	content:'';
	display: block;
	width: 18px;
	height: 18px;
	background: #ff0000;
	margin: 0 auto 20px auto;
	animation: animquote cubic-bezier(.96,-0.03,0,.98) 5s infinite;
}

.wp-block-quote::after{
	content:'';
	display: block;
	width: 60px;
	height: 1px;
	background: #ff0000;
	margin: 30px auto 0px auto;
}

.wp-block-quote p{
	font-size: 1.2em;
	line-height: 1.5em;
	font-style: italic;
	color: #111;
}

.wp-block-quote p:first-of-type::before{
	content:'"';
	display: inline-block;
	margin-right: 3px;
}

.wp-block-quote p:last-of-type::after{
	content:'"';
	display: inline-block;
	margin-left: 3px;
}

.page-id-274 .wp-block-quote::before {
	background: #A1CA37;
}

.page-id-274 .wp-block-quote::after {
	background: #A1CA37;
}

/* ACTUS *//* ACTUS *//* ACTUS *//* ACTUS */
/* ACTUS *//* ACTUS *//* ACTUS *//* ACTUS */
/* ACTUS *//* ACTUS *//* ACTUS *//* ACTUS */

.wrap_actus_liste ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wrap_actus_liste ul li{
	width: 30%;
	margin-bottom: 60px;
}

.wrap_actus_liste ul li > a{
	display: block;
	width: 100%;
	height: 280px;
}

.wrap_actus_liste ul li a picture{
	display: block;
	width: 100%;
	height: 100%;
}

.wrap_actus_liste ul li a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.content_liste_actus{
	padding: 15px;
}

.content_liste_actus h2{
	font-size: 1.3em;
	margin-bottom: 10px;
}

.content_liste_actus p{
	font-size: .9em;
}

.content_liste_actus a.button-base{
	padding: 12px 25px;
	margin-top: 10px;
}

body.blog .banniere_top_page{
	margin-bottom: 0;
}

/* MENTIONS LEGALES */

body.privacy-policy .content_page h2:not(:first-of-type){
	margin-top: 60px;
}

/* SINGLE */

.wrap_top_single{
	max-width: 800px;
	margin: auto;
	padding: 250px 40px 40px 40px;
	text-align: center;
}

.wrap_top_single img {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	max-width: 400px;
}

.autre_actus {
	max-width: 500px;
	margin: auto;
	display: block;
	background: #ff0000;
	padding: 30px;
	text-align: center;
	border-radius: 20px;
	margin-top: 40px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2em;
	color: #fff;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}

.autre_actus::after {
	position: absolute;
	right: -80px;
	top: 50%;
	content: '';
	display: inline-block;
	width: 300px;
	height: 300px;
	background: url(../img/arrow-right.svg) no-repeat center / contain;
	position: absolute;
	transform: translateY(-50%);
	opacity: .2;
	transition: all .3s;
}

.autre_actus:hover{
	background: #370505;
}

.autre_actus:hover::after{
	right: -120px;
	width: 320px;
	height: 320px;
	opacity: .3;
}

.wrap_timeline{
	position: relative;
}

.wrap_timeline::after{
	content:'';
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	background: #f2f2f2;
}

.item-timeline {
	position: relative;
	margin-bottom: 80px;
	padding-left: 60px;
	text-align: center;
	padding: 30px;
	background: #f7f7f7;
	z-index: 10;
	border-radius: 12px;
	max-width: 500px;
	margin: 0 auto 60px auto;
	transition: all .3s;
}

.item-timeline p{
	transition: all .3s;
}

.item-timeline.active_timeline{
	background: #ff0000;
}

.item-timeline.active_timeline p{
	color: #fff;
}

.item-timeline span {
	display: block;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	color: #ff0000;
	background: #fff;
	border: 3px solid #ff0000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -15px;
	right: 0;
	margin: auto;
	transition: all .3s;
}

.item-timeline.active_timeline span{
	background: #ff0000;
	color: #fff;
	border-color: #fff;
}

/* CATALOGUE *//* CATALOGUE *//* CATALOGUE *//* CATALOGUE */
/* CATALOGUE *//* CATALOGUE *//* CATALOGUE *//* CATALOGUE */
/* CATALOGUE *//* CATALOGUE *//* CATALOGUE *//* CATALOGUE */


	/** PAGE SOMMAIRE / CATEGORIE NIVEAU 1 **/
	.list-cat{display:grid; grid-template-columns: repeat(4, 1fr); gap:20px; margin:50px 0;}
	.list-cat a{color:#000; text-transform:uppercase; background:#FFF; display:flex; flex-direction: column; padding:20px; font-weight:bold; gap:10px; border-bottom:5px solid #FFF; height:100%; font-size: 0.8em; box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 40px 2px;}
	

.post-type-archive-product #primary {
	padding-top: 180px;
}

.aioseo-breadcrumbs,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
	font-size: .8em;
	color: #888;
}
.aioseo-breadcrumb a{color:#FF0000;}

.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	background: #f2f2f2;
	padding: 12px 25px;
	border-radius: 30px;
	border: 1px solid #e9e9e9;
}

.woocommerce-result-count{
	display: none;
}

.woocommerce-loop-product__title{
	color: #000; text-transform: uppercase; font-size:0.8em !important; text-align:left;
}


.woocommerce ul.products li.product a.woocommerce-loop-product__link {
	text-align: center;
	padding: 20px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0);
	border-radius: 0;
	background: #fff;
	border: none;
	border-bottom: 5px solid transparent;
	height: 100%;
	transition: all .3s;
}

.list-cat a:hover,
.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover{
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.08);
	border-color: #ff0000;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: 250px;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
	object-fit: contain;
	border-radius: 0;
}

.woocommerce .woocommerce-ordering{
	margin: -30px 0 60px 0;
}

.woocommerce ul.products{
	display:grid; grid-template-columns: repeat(4, 1fr); gap:20px; margin:50px 0;
}
.woocommerce ul.products::before{display:none;}

.woocommerce ul.products li{width:100%;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width:100%;
  -webkit-box-shadow: 0 0 34px 2px rgba(0,0,0,.1);
  box-shadow: 0 0 40px 2px rgba(0,0,0,.05);
	margin:0;
}

/* 404 *//* 404 *//* 404 *//* 404 */
/* 404 *//* 404 *//* 404 *//* 404 */
/* 404 *//* 404 *//* 404 *//* 404 */

.page404 > .wrap_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page404 {
	display: flex;
	align-items: center;
	padding-top: 180px;
	padding-bottom: 120px;
	text-align: left;
	min-height: 520px;
}

.left404, .right404 {
	width: 48%;
}

.span404 {
	font-size: 6em;
	line-height: 1.3em;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #B0C0C8;
}

.flex404 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	text-align: center;
}

.right404 a {
	color: #ff0000;
	font-size: 1.1em;
	padding: 10px;
	border-bottom: 1px solid #ff0000;
	display: inline-block;
	margin-right: 15px;
	transition: all .3s;
}

.page404 h1 {
	font-size: 2em;
	line-height: 1.5em;
	text-transform: inherit;
	margin-bottom: 20px;
}

.page404 p {
	color: #000;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 30px;
}

.btn-contour a{
	background: #fff !important;
	border: 1px solid #ff0000 !important;
	color: #ff0000 !important;
}

.btn-contour a:hover{
	background: #370505 !important;
	border: 1px solid #370505 !important;
	color: #fff !important;
}

.btn-contour a::after {
	background: url(../img/arrow-right-rouge.svg) no-repeat center / contain;
}

.btn-contour a:hover::after {
	background: url(../img/arrow-right.svg) no-repeat center / contain;
}

/* AUTRES */

.wrap_page_sansfond{
	padding: 180px 0 120px 0;
}

.parent-pageid-20 #page-presentation,
.parent-pageid-274 #page-presentation,
.parent-pageid-22 #page-presentation{
	padding-bottom: 0;
}

.parent-pageid-20 .content_page,
.parent-pageid-274 .content_page,
.parent-pageid-22 .content_page{
	padding-bottom: 0;
}

/* SEARCH */

.search-wrapper {
	max-width: 960px;
	margin: 40px auto;
	padding: 0 20px;
}

.search-page-title {
	font-size: 2rem;
	margin-bottom: 30px;
	color: #222;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
}

.ctn-results {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.result-item {
	background-color: #fafafa;
	border: 1px solid #e9e9e9;
	padding: 40px;
	border-radius: 8px;
	transition: box-shadow 0.3s ease;
}

.result-item:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.search-post-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: #ff0000;
}

.search-post-excerpt {
	font-size: 1rem;
	color: #333;
	margin-bottom: 15px;
}

.search-post-link.btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #ff0000;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.3s ease;
}

.search-post-link.btn:hover {
	background-color: #370505;
}

.no-results {
	font-size: 1.2rem;
	color: #666;
	text-align: center;
	margin-top: 40px;
}

.wrap_top_page_search .content_page {
	padding-bottom: 0;
}

#page-presentation.wrap_top_page_search {
	padding-bottom: 30px;
}

.center_main_menu .menu > li.menu-item {
  position: relative;
  padding-bottom: 20px;
}

.center_main_menu .menu > li.menu-item.menu-item-has-children::after{
	content: '\f078';
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	bottom: -3px;
	transition: all .3s;
}

.sticky .center_main_menu .menu > li.menu-item.menu-item-has-children::after{
	color: #000;
}

.center_main_menu .menu > li.menu-item.menu-item-has-children:hover::after{
	color: #fff;
}

#header-main li.menu-item.menu-item-has-children ul li.current-menu-item a {
	color: #ff0000 !important;
	background: #fff;
	border-radius: 6px;
}

/* Sous-menu centré horizontalement sous "Services" */
ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.80);
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  min-width: 420px;
  z-index: 999;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Apparition au hover */
li.menu-item:hover > ul.sub-menu {
  display: block;
  opacity: 1;
}

/* Style des liens */
ul.sub-menu li a {
  display: block;
  padding: 10px 12px;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-size: 15px;
  transition: background 0.3s, color 0.3s;
}

/* Hover */
ul.sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 4px;
}

/* FILTRE PRODUCT */

.product-filter {
  background: #FFF;
  padding: 25px 50px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 34px 2px rgba(0,0,0,.1);
  box-shadow: 0 0 40px 2px rgba(0,0,0,.05);
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.product-filter select {
	padding: 0.5rem;
	font-size: 1rem;
	background: #F2F2F2;
	border: none;
	border-bottom: 1px solid #363a3b;
	padding: 0.5rem 1rem;
	color: #363a3b;
	font-family: "Roboto", sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	transition: all .3s;
}

.product-filter select:hover{
	border-color: #ff0000;
	background: #ff0000;
	color: #fff;
}

.product-filter input {
	width: 100%;
	padding: 8px 15px;
	background: #fff;
	border: none;
	color: #363a3b;
	font-family: "Roboto", sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	border-bottom: 1px solid #363a3b;
}

#product-filter button{
	padding: 0.5rem 2rem;
	background: #ff0000;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	transition: all .3s;
	border: none;
	cursor: pointer;
	border-radius: 6px;
}

#product-filter button:hover{
	background: #E37720;
}

.item-link-applications p {
	margin-bottom: 0;
	width: 100%;
	max-width: 100%;
}

.item-link-applications p:not(:last-of-type){
	margin-bottom: 10px;
}

.item-link-applications p a{
	display: block;
	padding: 12px 50px 12px 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: .9em;
	position: relative;
	line-height: 1.3em;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.60);
	border: 1px solid rgba(190, 3, 3, 0.50);
	transition: all .3s;
}

.item-link-applications p a::after {
	content: '\f054';
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	font-size: 12px;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}

.item-link-applications p a:hover{
	background: #ff0000;
	color: #fff;
}

body.tax-product_cat #content-main{
	padding-top: 160px;
}

.woocommerce-products-header h1 {
	line-height: 1.1em;
}

body.post-type-archive-product{
	background: #fafafa;
	height: auto;
}

/* --- */

/* 
	
	font-family: "Mulish", serif;
	
	Rouge : #ff0000;
	Gris foncé : #333;
	Rouge foncé : #370505
	Orange : #E37720;
	
	
 */