/*
Theme Name: as Template
Theme URI: http://underscores.me/
Author: as
Author URI: http://www.as-emarketing.com
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

as Template is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 General
3.0 Header
4.0 Page
5.0 Footer
6.0 Widget
10.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

@font-face {
	font-family:"DIN pro";
	font-display:block;
	src:url("fonts/3A02FA_1_0.woff2"),url("fonts/3A02FA_1_0.woff");
}

@font-face {
	font-weight:bold;
	font-family:"DIN pro";
	font-display:swap;
	src:url("fonts/3A02FA_2_0.woff2"),url("fonts/3A02FA_2_0.woff");
}
	
@font-face {
	font-family:"DIN black";
	font-display:block;
	src:url("fonts/3A02FA_0_0.woff2"),url("fonts/3A02FA_0_0.woff");
}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 General
--------------------------------------------------------------*/

	/* HTML */
	
html {
	font-family: 'DIN pro',sans-serif;
	color: black;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

body {
	padding: 100px 0 0 0;
	margin: 0;
}

a {
}

h1 {
}

h2 {
	font-size: 36px;
	margin-top: 0;
}

h3 {
	font-size: 22px;
}

h4 {
}

h5 {
}

p, li {
	font-size: 18px;
	line-height: 24px;
}

ul {
}

ol {
}

li {
}

blockquote {
}

img {
}

	/* WordPress */
	
.gallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.gallery figure {
	margin: 5px;
}

.gallery a {
	display: block;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone, .wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

	/* Class */

.clear {
	clear: both;
}

	/* Animations */

#primary-menu .sub-menu {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
#masthead {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100px;
	box-sizing: border-box;
	border-bottom: 1px solid #dadada;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	background: white;
	z-index: 100;
}

#logo {
}

#logo img {
	width: 220px;
}

#site-navigation {
}

/*--------------------------------------------------------------
4.0 Page
--------------------------------------------------------------*/
#page {
}

#content {
}

#primary {
}

#main {
}

#secondary {
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
#colophon {
}

/*--------------------------------------------------------------
6.0 AS
--------------------------------------------------------------*/

.wrapper {
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}

.banner {
	height: 600px;
	background-color: black;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}

.banner .wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}

.losange {
	width: 1120px;
	height: 1120px;
	transform: translate(-60%,-33%) rotate(45deg);
	background: white;
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

h1 {
	margin-top: 0;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.banner-caption {
	max-width: 450px;
}

.banner-caption strong {
	font-size: 52px;
	line-height: 1.1em;
	margin-bottom: 20px;
}

.banner-caption a,
.section-2 a,
.wpcf7-submit {
	background-color: #ec6400;
	background-image: linear-gradient(to left,#883b00,#883b00);
	background-repeat: no-repeat;
	background-size: 0 100%;
	padding: 4px 40px;
	border-radius: 50px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: white;
	font-size: 17px;
	font-weight: bold;
	line-height: 1em;
	transition: all 0.33s;
	border: 0;
}

.banner-caption a:hover,
.section-2 a:hover,
.wpcf7-submit:hover {
	background-size: 100% 100%;
	background-image: linear-gradient(to right,#883b00,#883b00);
}

.section {
	padding: 50px 0;
}

.nopdt {
	padding-top: 0;
}

.section-faq .wrapper,
.section-2 .wrapper,
.section-3 .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.section-faq .wrapper > div,
.section-2 .wrapper > div,
.section-3 .wrapper > div {
	width: 48%;
}

.section-2 .wrapper div:first-of-type {
	text-align: center;
}

.section-2 .wrapper div img {
	max-width: 100%;
}

ol li {
	position: relative;
	padding: 6px 0 6px 10px;
}

ol li::marker {
	color: white;
	font-weight: 600;
	font-size: 17px;
}

ol li::before {
	content: '';
	position: absolute;
	left: -27px;
	top: 3px;
	width: 30px;
	height: 30px;
	background: #ec6400;
	border-radius: 50%;
	z-index: -1;
}

.section-2 a {
	margin-top: 20px;
}

.section-3 {
	background: url(img/diamond.png) no-repeat left center;
	background-size: contain;
}

.video-responsive { 
	overflow:hidden; 
	padding-bottom:56.25%; 
	position:relative; 
	height:0;
}
	
.video-responsive iframe {
	left:0; 
	top:0; 
	height:100%;
	width:100%;
	position:absolute;
}

.blocshere {
	justify-content: center;
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.bloc {
	box-sizing: border-box;
	border: 1px solid #ddd;
	width: 22%;
	display: flex;
	flex-direction: column;
	background: #f5f5f5;
}

.bloc > div:first-child {
	box-sizing: border-box;
	padding: 10px 20px;
	height: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
}

.bloc > div:first-child img {
	max-width: 100%;
	height: 100%;
}

.bloc > div:last-child {
	padding: 10px 20px;
	box-sizing: border-box;
}

.section-blocs {
	background: #ededed;
	margin: 40px 0;
}

.faq {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100% !important;
}

.faq h2 {
	width: 100%;
	margin-bottom: 50px;
}

.questionreponse {
	box-shadow: 0 2px 2px rgb(0 0 0 / 5%), 0 -2px 2px rgb(0 0 0 / 5%);
	display: flex;
	flex-direction: column;
	
}

.question {
	font-size: 18px;
	font-weight: 600;
	padding: 16px 60px 16px 14px;
	position: relative;
	cursor: pointer;
	transition: all 200ms ease-in-out;
}

.question:hover {
	background: #ededed;
}

.question svg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto;
}

.question svg * {
	transition: all 200ms ease-in-out;
}

.question:hover svg,
.question:hover svg * {
	fill: #ec6400;
}

.reponse {
	padding: 14px;
	position: relative;
	display: none;
}

.reponse::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	height: 35px;
	background: linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,0) 100%);
	content: "";
}

.reponse::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 35px;
	background: linear-gradient(0deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,0) 100%);
	content: "";
}

.menumenu-container {
	flex: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.menumenu {
	display: flex;
}

.menumenu a {
	cursor: pointer;
	font-size: 20px;
	margin-left: 26px;
}

a {
	transition: all 200ms ease-in-out;
}

.menumenu a:hover {
	color: #ec6400;
}

.actions {
	display: flex;
	align-items: center;
	margin-left: 20px;
	margin-right: -20px;
}

.actions img {
	width: 100px;
	height: auto;
	margin-right: 20px;
}

.actions a {
	padding: 4px 20px;
	text-decoration: none;
	color: white;
	font-size: 17px;
	font-weight: bold;
	line-height: 1em;
	background: #ec6400;
	transition: all 0.33s;
	height: 100px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.actions a:last-child {
	background-color: black;
}

.actions a:hover {
	opacity: 0.8;
}

#colophon {
	background: #ededed;
}

#colophon .wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-elt {
	margin: 10px 30px;
	transform: scale(0.8);
}

.section-contact {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 30px;
}

.section-contact .wrapper {
	z-index: 2;
}

.section-contact::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: black;
	opacity: 0.5;
	pointer-events: none;
}

.section-contact h2 {
	color: white;
}

* {
	outline: none;
}

.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.wpcf7-text {
	width: 100%;
	padding: 10px;
	font-size: 15px;
	margin-top: 10px;
	box-sizing: border-box;
}

.wpcf7-textarea {
	width: 100%;
	resize: none;
	height: 120px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 15px;
	margin-top: 10px;
}

.wpcf7-not-valid-tip {
	color: white;
	font-size: 13px;
}

.wpcf7 form .wpcf7-response-output {
	padding: 0;
	color: white;
	border: 0;
	font-weight: 600;
	font-size: 16px;
}

.prodcontact {
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-faq .wrapper {
	align-items: flex-start;
}

.hereboutiques [role="heading"] {
	display: none;
}

.galery-section {
	background: url(img/diamond-right.png) no-repeat right center;
	background-size: contain;
}






/*--------------------------------------------------------------
10.0 Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1220px) {

	.bloc > div:first-child img {
    height: auto;
	}

	.hide {
		display: none;
	}

}

@media screen and (max-width: 1035px) {

	.bloc > div:first-child {
		height: auto;
	}

	.bloc {
    width: 45%;
	}

	.menumenu {
		display: none;
	}

}

@media screen and (max-width: 900px) {

	.sechere {
		padding: 0;
	}

	.section-faq .wrapper > div, .section-2 .wrapper > div, .section-3 .wrapper > div {
		width: 100%;
		margin: 10px 0;
	}

	.section-faq .wrapper,
	.section-2 .wrapper,
	.section-3 .wrapper {
		flex-direction: column;
	}

	h3 {
    font-size: 20px;
	}

	.banner-caption a, .section-2 a, .wpcf7-submit {
		padding: 4px 20px;
	}

	h2 {
    font-size: 32px;
	}

	.banner-caption strong {
		font-size: 46px;
	}
	
	html {
		width: 100%;
		height: 100%;
	}
	
	img {
		max-width: 100% !important;
		height: auto !important;
	}
	
}

@media screen and (max-width: 600px) {

	.bloc {
    width: 100%;
	}

	body {
		padding: 70px 0 0 0;
	}

	#masthead {
		height: 70px;
	}

	.actions a {
		height: 70px;
	}

	.actions img {
    width: 68px;
	}
	
	#logo {
    width: 140px;
    display: flex;
    align-items: center;
	}
	
}

@media screen and (max-width: 540px) {

	body {
		padding-bottom: 50px !important;
	}

	.actions a:nth-child(2) {
		height: 50px;
		position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    box-sizing: border-box;
	}

	.actions a:nth-child(3) {
		height: 50px;
		position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
    box-sizing: border-box;
	}
	
}