

/* STYLE POUR ECRAN < 900 PX */

.over-900     { display: none!important; }
.over-b-900   { display: none!important; }
.over-ib-900  { display: none!important; }
.over-tb-900  { display: none!important; }
.over-tbc-900 { display: none!important; }
.under-900    { display: initial!important; }
.under-b-900  { display: block!important; }
.under-ib-900 { display: inline-block!important; }
.under-tb-900 { display: table!important; }
.under-tbc-900{ display: table-cell!important; }








html {
	font-size: 14px;
}












/**
* HEADER
**/
#site:before {
	margin-bottom: 0;
}

#header-top a.header-top__access-text {
	display: none;
}

#masthead #header-label-menu {
	width: 60px;
	height: 60px;
	margin: 0;
	border-radius: 0;
	border: none;
	outline: 0;
	padding: 0;
	z-index: 99999;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	top: 22px;
	left: 0;
	background-color: transparent;
	background-image: none;
	background: none;
}

#masthead #header-label-menu > span,
#masthead #header-label-menu:before,
#masthead #header-label-menu:after {
	content: '';
	display: block;
	height: 2px;
	width: 26px;
	margin: 0 auto 8px auto;
	background-color: var(--theme-color-light);
	-webkit-transition: background-color .7s cubic-bezier(.2,.4,.2,1);
	-o-transition: background-color .7s cubic-bezier(.2,.4,.2,1);
	transition: background-color .7s cubic-bezier(.2,.4,.2,1);
}

#masthead #header-label-menu:hover > span,
#masthead #header-label-menu:hover:before,
#masthead #header-label-menu:hover:after {
	background-color: var(--theme-color-lighter);
}

body.primary-menu-open #masthead #header-label-menu > span,
body.primary-menu-open #masthead #header-label-menu:before,
body.primary-menu-open #masthead #header-label-menu:after {
	background-color: var(--theme-color-lightest);
}

body.primary-menu-open #masthead #header-label-menu > span {
	opacity: 0;
}

body.primary-menu-open #masthead #header-label-menu:before {
	transform-origin: left center;
	transform: rotate(45deg);
	margin-bottom: 7px;
}

body.primary-menu-open #masthead #header-label-menu:after {
	transform-origin: left center;
	transform: rotate(-45deg);
}

#masthead #header-label-menu:after {
	margin-bottom: 2px;
}




#header-branding {
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	z-index: 4;
	pointer-events: none;
}

#header-branding .site-title {
	clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 27%, 100% 73%, calc(100% - 25px) 100%, 0 100%);
	padding: 8px 15px 13px 70px;
	pointer-events: all;
}

#header-branding svg {
	max-width: 200px;
	height: auto;
}




#header-navigation {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: none;
	border: none;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
	z-index: 3;
}




#header-top {
	z-index: 2;
	flex-direction: column;
	width: 134px;
	padding-right: 50px;
	padding-top: 10px;
}

#header-top a {
	z-index: 5;
}

#header-top #header-label-menu {
	z-index: 6;
}

#header-top > a,
#header-top a.header-top__access-text + a {
	margin-left: 0;
	margin-right: auto;
	margin-bottom: -16px;
}

#header-top > a:nth-child(odd) {
	margin-left: auto;
	margin-right: 0;
}

#header-top #header-top__socials {
	position: absolute;
	right: 0;
	top: 0;
}




#header-background {
	z-index: 1;
}

#masthead #header-label-menu-background {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.8;
	padding: 0;
	border: none;
	margin: 0;
	z-index: 3;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

body.primary-menu-open #header-top #header-label-menu-background {
	opacity: .8;
	pointer-events: all;
}

#site:before {
	position: relative;
	z-index: 7;
}















/**
* CONTENT
*/

#content .entry-header {
	text-align: left;
	padding: 0 10px;
	margin-bottom: 40px;
	z-index: 2;
}

#content .entry-title {
	padding: 0;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin: -20px auto 0 0!important;
	transform: none;
	font-size: 20px;
	font-size: 1.4286rem;
	max-width: 250px;
	padding: 8px 20px 12px 20px;
}

#content .entry-title:before {
	border-top-color: transparent;
	border-bottom-color: #393939;
	top: 0;
	bottom: auto;
}
/*
#content .entry-title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 65px;
	background: none;
	position: static;
}

hr:before {
	content: '';
	height: 20px;
	width: 35px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2253px%22%20height%3D%2231px%22%20viewBox%3D%220%200%20530%20310%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22none%22%20xml-space%3D%22preserve%22%3E%3Crect%20x%3D%2210%22%20y%3D%22270%22%20width%3D%22510%22%20height%3D%2280%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpolyline%20points%3D%220%20290%2011.969%20290%20123.5969%20155%20211.1938%20281.6512%20369.3333%2025.8372%20520.1085%20290%20530%20290%22%20fill%3D%22none%22%20stroke%3D%22%23cac8c8%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%2F%3E%3C%2Fsvg%3E");
}
*/
#content .entry-content {
	padding-left: 10px;
	padding-right: 10px;
}

#content .wp-block-media-text {
	margin-left: -10px;
	margin-right: -10px;
}

#content .wp-block-media-text .wp-block-media-text__content:first-child,
#content .wp-block-media-text .wp-block-media-text__content:last-child,
#content .wp-block-media-text .wp-block-media-text__content {
	padding: 10px;
}

#content .wp-block-media-text .wp-block-media-text__content:first-child {
	padding-right: 20px;
}

#content .wp-block-media-text .wp-block-media-text__content:last-child {
	padding-left: 20px;
}

.style--button,
#content .btn,
#content .button,
#content a.btn,
#content a.button,
#content button,
#content input[type="button"],
#content input[type="submit"],
#content input[type="reset"],
#content .wp-block-button__link,
#content a.wp-block-button__link,
#content button.single_add_to_cart_button,
dialog.negative button.accept {
	font-size: 12px;
	font-size: 0.857143rem;
}













/**
* HOMEPAGE
*/
#content #home-explanation > p,
#content #home-explanation h2 {
	padding-left: 10px;
	padding-right: 10px;
}

#content #home-explanation #home-explanation__steps {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

#content #home-explanation #home-explanation__steps .home-explanation__steps__step {
	margin: 0;
	width: 100%;
	max-width: 370px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	position: relative;
}

#content #home-explanation #home-explanation__steps .home-explanation__steps__step:after {
	display: block;
}

#content #home-explanation #home-explanation__steps .home-explanation__steps__step h4 {
	justify-self: center;
	align-self: end;
}

#content #home-explanation #home-explanation__steps .home-explanation__steps__step p {
	justify-self: center;
	align-self: start;
	padding: 0 10px;
	font-size: 14px;
	font-size: 1rem;
}

#content #home-explanation #home-explanation__steps .home-explanation__steps__step:nth-child(odd):after {
	left: 155px;
	right: auto;
	transform: rotate(60deg);
	top: 100%;
	bottom: auto;
	margin: 0;
	margin-top: -25px;
}

#content #home-explanation #home-explanation__steps .home-explanation__steps__step:nth-child(odd) { left: 18px; padding-right: 28px; }
#content #home-explanation #home-explanation__steps .home-explanation__steps__step:nth-child(odd) .home-explanation__steps__step__icon { grid-area: 1 / 1 / 3 / 2; }
#content #home-explanation #home-explanation__steps .home-explanation__steps__step:nth-child(odd) h4 { grid-area: 1 / 2 / 2 / 3; }
#content #home-explanation #home-explanation__steps .home-explanation__steps__step:nth-child(odd) p { grid-area: 2 / 2 / 3 / 3; }

#content #home-explanation #home-explanation__steps .home-explanation__steps__step:nth-child(even):after {
	right: 155px;
	left: auto;
	transform: rotate(120deg);
	top: 100%;
	bottom: auto;
	margin: 0;
	margin-top: -25px;
}

#content #home-explanation #home-explanation__steps .home-explanation__steps__step:nth-child(even) { left: -18px; padding-left: 28px; }
#content #home-explanation #home-explanation__steps .home-explanation__steps__step:nth-child(even) .home-explanation__steps__step__icon { grid-area: 1 / 2 / 3 / 3; }
#content #home-explanation #home-explanation__steps .home-explanation__steps__step:nth-child(even) h4 { grid-area: 1 / 1 / 2 / 2; }
#content #home-explanation #home-explanation__steps .home-explanation__steps__step:nth-child(even) p { grid-area: 2 / 1 / 3 / 2; }

#content #home-presentation #home-presentation__content {
	padding-left: 10px;
}
















/**
* FOOTER
**/
#colophon #colophon__links a {
	margin: 0 5px;
}
















/**
* CONTACT
*/
body.page-template-contact #content .entry-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}

body.page-template-contact #content #contact-form {
	display: block;
	padding-right: 0;
	max-width: 400px;
	margin: 0 auto;
}

html .scf-label {
	font-size: 12px;
	font-size: 0.857143rem;
}

html .scf-group {
	min-height: 83px;
}

html .scf-select-2>.scf-select-2-selector,
html .scf-input>.scf-wysiwyg-editor,
html .scf-input>input,
html .scf-input>select,
html .scf-group.scf-select>select,
html .scf-input>textarea,
html scf-select {
	padding-top: 8px;
	padding-bottom: 10px;
}

body.page-template-contact #content #contact-infos {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: center;
}

body.page-template-contact #content #contact-infos .h3,
body.page-template-contact #content #contact-infos .h6 {
	margin-left: auto;
	margin-right: auto;
}

