/* =====================
FONTS
===================== */

@font-face {
	font-family:'BesleyHand-Bold';
	src: url('../font/BesleyHand-Bold_gdi.eot');
	src: url('../font/BesleyHand-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('../font/BesleyHand-Bold_gdi.woff') format('woff'),
		url('../font/BesleyHand-Bold_gdi.ttf') format('truetype'),
		url('../font/BesleyHand-Bold_gdi.otf') format('opentype'),
		url('../font/BesleyHand-Bold_gdi.svg#BesleyHand-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2212;
}
@font-face {
	font-family:'LacrimaMG-Serif';
	src: url('../font/LacrimaMG-SerifLight.eot');
	src: url('../font/LacrimaMG-SerifLight.eot?#iefix') format('embedded-opentype'),
		url('../font/LacrimaMG-SerifLight.woff2') format('woff2'),
		url('../font/LacrimaMG-SerifLight.woff') format('woff'),
		url('../font/LacrimaMG-SerifLight.ttf') format('truetype'),
		url('../font/LacrimaMG-SerifLight.otf') format('opentype'),
		url('../font/LacrimaMG-SerifLight.svg#LacrimaMG-SerifLight') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}
@font-face {
	font-family:'LacrimaMG-Serif';
	src: url('../font/LacrimaMG-Serif.eot');
	src: url('../font/LacrimaMG-Serif.eot?#iefix') format('embedded-opentype'),
		url('../font/LacrimaMG-Serif.woff2') format('woff2'),
		url('../font/LacrimaMG-Serif.woff') format('woff'),
		url('../font/LacrimaMG-Serif.ttf') format('truetype'),
		url('../font/LacrimaMG-Serif.otf') format('opentype'),
		url('../font/LacrimaMG-Serif.svg#LacrimaMG-Serif') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}
@font-face {
	font-family:'LacrimaMG-Serif Bold';
	src: url('../font/LacrimaMG-SerifBold.eot');
	src: url('../font/LacrimaMG-SerifBold.eot?#iefix') format('embedded-opentype'),
		url('../font/LacrimaMG-SerifBold.woff2') format('woff2'),
		url('../font/LacrimaMG-SerifBold.woff') format('woff'),
		url('../font/LacrimaMG-SerifBold.ttf') format('truetype'),
		url('../font/LacrimaMG-SerifBold.otf') format('opentype'),
		url('../font/LacrimaMG-SerifBold.svg#LacrimaMG-SerifBold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}
@font-face {
	font-family:'LacrimaMG-Italic';
	src: url('../font/LacrimaMG-ItalicLight.eot');
	src: url('../font/LacrimaMG-ItalicLight.eot?#iefix') format('embedded-opentype'),
		url('../font/LacrimaMG-ItalicLight.woff2') format('woff2'),
		url('../font/LacrimaMG-ItalicLight.woff') format('woff'),
		url('../font/LacrimaMG-ItalicLight.ttf') format('truetype'),
		url('../font/LacrimaMG-ItalicLight.otf') format('opentype'),
		url('../font/LacrimaMG-ItalicLight.svg#LacrimaMG-ItalicLight') format('svg');
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}
@font-face {
	font-family:'LacrimaMG-Italic';
	src: url('../font/LacrimaMG-Italic.eot');
	src: url('../font/LacrimaMG-Italic.eot?#iefix') format('embedded-opentype'),
		url('../font/LacrimaMG-Italic.woff2') format('woff2'),
		url('../font/LacrimaMG-Italic.woff') format('woff'),
		url('../font/LacrimaMG-Italic.ttf') format('truetype'),
		url('../font/LacrimaMG-Italic.otf') format('opentype'),
		url('../font/LacrimaMG-Italic.svg#LacrimaMG-Italic') format('svg');
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}
@font-face {
	font-family:'LacrimaMG-Italic Bold';
	src: url('../font/LacrimaMG-ItalicBold.eot');
	src: url('../font/LacrimaMG-ItalicBold.eot?#iefix') format('embedded-opentype'),
		url('../font/LacrimaMG-ItalicBold.woff2') format('woff2'),
		url('../font/LacrimaMG-ItalicBold.woff') format('woff'),
		url('../font/LacrimaMG-ItalicBold.ttf') format('truetype'),
		url('../font/LacrimaMG-ItalicBold.otf') format('opentype'),
		url('../font/LacrimaMG-ItalicBold.svg#LacrimaMG-ItalicBold') format('svg');
	font-weight: 700;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

/* =====================
STRUCTURE
===================== */

html {
	background-color: #0D0D0D;
	background-image: url("../img/darkdenim3.png");
	background-repeat: repeat;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Special Elite', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	color: #D9D9D9;
}
h1 {
	font-family: 'BesleyHand-Bold', 'Special Elite', Arial, Helvetica, sans-serif;
	color: #D9D9D9;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 3.5em;
	margin: 0 0 30px 0;
}
h2 {
	font-family: 'BesleyHand-Bold', 'Special Elite', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #A6A6A6;
	font-size: 2.5em;
	margin: 0 0 15px 0;
}
h3 {
	font-family: 'BesleyHand-Bold', 'Special Elite', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #D9D9D9;
	font-size: 2em;
	margin: 0 0 15px 0;
}
p {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #D9D9D9;
}
p + p {
	margin-top: 15px;
}
ul {
	margin: 15px 0;
	padding: 0 0 0 15px;
}
ul li {
	font-size: 1.2em;
	line-height: 1.2em;
}
.wrapper a {
	color: #D9D9D9;
	text-decoration: underline;
}
.wrapper a:hover {
	color: #D9D9D9;
	text-decoration: none;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.resume,
.evenements {
	margin-bottom: 60px;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

.wrapper {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}
.media.banniere {
	margin-bottom: 30px;
}
.media.banniere img {
	width: 100%;
	height: auto;
}
.media.videos {
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
	margin-bottom: 60px;
}
.media.videos .video {
	flex-basis: 50%;
	max-width: 100%;
	position: relative;
	padding-bottom: calc(56.25% / 2);
	height: 0;
	overflow: hidden;
}
.media.videos .video iframe,
.media.videos .video object,
.media.videos .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.media.insta {}

/* =====================
HEADER
===================== */

header {
	margin-bottom: 30px;
}
header .entete {
	margin-top: 30px;
	text-align: center;
}
header .entete img {
	max-width: 100%;
	padding: 0 15px;
}

/* =====================
MENU
===================== */

header .menu {
	text-align: center;
	line-height: 1rem;
}
header .menu ul {
	display: inline-block;
	list-style: none;
	font-size: 0;
	padding: 15px 30px;
	background-color: #A6A6A6;
}
header .menu ul > * {
	font-size: 1rem;
}
header .menu ul li {
	display: inline-block;
	vertical-align: top;
}
header .menu ul li a {
	text-decoration: none;
	color: #262626;
	font-size: 1.5rem;
	line-height: normal;
}
header .menu ul li + li {
	margin-left: 15px;
}

/* =====================
HOMEPAGE
===================== */

/* =====================
BOUTIQUE
===================== */

.boutique .categorie {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding-top: 60px;
	border-bottom: 1px solid #A6A6A6;
	align-items: flex-start;
}
.boutique .categorie .intro {
	flex-basis: 100%;
	margin-bottom: 30px;
}
.boutique .categorie .elt {
	display: flex;
	flex-wrap: wrap;
	flex-basis: calc(50% - 15px);
	margin-bottom: 60px;
}
.boutique .categorie .elt h3 {

}
.boutique .categorie .elt h3 span {
	display: block;
	font-size: 1.2rem;
}
.boutique .categorie .elt .media {

}
.boutique .categorie .elt .media img {
	width: 100%;
	height: auto;
}
.boutique .categorie .elt .gallery {
	display: flex;
	flex-basis: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
}
.boutique .categorie .elt .gallery a {
	display: inline-block;
	vertical-align: top;
	flex-basis: 25%;
}
.boutique .categorie .elt .gallery a img {
	width: 100%;
	height: auto;
}
.boutique .categorie .elt .gallery a:hover {
	opacity: 0.5;
}
.boutique .categorie .elt .description {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	width: 100%;
}
.boutique .categorie .elt .description .descriptif {
	margin-bottom: 30px;
}
.boutique .categorie .elt .description .video {
	max-width: 100%;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.boutique .categorie .elt .description .video iframe,
.boutique .categorie .elt .description .video object,
.boutique .categorie .elt .description .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.boutique .categorie .elt .description .infos {
	background-color: #595959;
	padding: 15px;
	margin: 15px 0;
}
.boutique .categorie .elt .description .infos ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.boutique .categorie .elt .description .prix {
	display: inline-block;
	vertical-align: middle;
}
.boutique .categorie .elt .description .prix p {
	font-family: 'BesleyHand-Bold', 'Special Elite', Arial, Helvetica, sans-serif;
	color: #D9D9D9;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 3.5em;
}
.boutique .categorie .elt .description .bouton_achat {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.boutique .categorie .elt .description .bouton_achat form:focus,
.boutique .categorie .elt .description .bouton_achat input:focus {
	outline: none;
}
.boutique .categorie .elt .description .bouton_achat form {
	margin: 0;
	padding: 0;
}
.boutique .categorie .elt .description .bouton_achat form+form {
	margin-top: 5px;
	height: 30px;
}

/* =====================
CONTACT
===================== */

.contact .wrapper {
	font-size: 0;
}
.contact .wrapper > * {
	font-size: 1rem;
}
.contact .wrapper h1 {
	font-size: 3.5rem;
}
.contact .wrapper .media {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin-bottom: 0;
}
.contact .wrapper .resume {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin-bottom: 0;
	padding-left: 30px;
}

/* =====================
RISOMANO
===================== */

.risomano .media.banniere img {
	width: auto;
}

/* =====================
FOOTER
===================== */

#footer {
	text-align: center;
	padding: 15px;
}
#footer .social {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}
#footer .social li {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
}
#footer .social li + li {
	margin-left: 10px;
}
#footer .social li a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #595959;
	color: #ffffff;
	padding: 0;
	font-size: 0;
	text-align: center;
	line-height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .social a:hover {
	opacity: 0.7;
}
#footer .social li.facebook a {
	background-image: url("../img/sprite.svg#facebook");
}
#footer .social li.linkedin a {
	background-image: url("../img/sprite.svg#linkedin");
}
#footer .social li.instagram a {
	background-image: url("../img/sprite.svg#instagram");
}
#footer .social li.dribbble a {
	background-image: url("../img/sprite.svg#dribbble");
}
#footer .social li.behance a {
	background-image: url("../img/sprite.svg#behance");
}
#footer .social li.viadeo a {
	background-image: url("../img/sprite.svg#viadeo");
}

/* =====================
RESPONSIVE
===================== */

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



}

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

	/* =====================
	STRUCTURE
	===================== */

	body {
		margin: 15px 0;
	}
	.wrapper {
		padding: 0 15px;
	}
	h1 {
		text-align: center;
		font-size: 2.5em;
	}
	h2 {
		text-align: center;
		font-size: 2em;
	}
	h3 {
		text-align: center;
		font-size: 1.8em;
	}

	/* =====================
	MENU
	===================== */

	header .menu ul li {
		display: block;
	}

	header .menu ul li+li {
		margin-left: 0;
		margin-top: 15px;
	}

	/* =====================
	HP
	===================== */

	.front .resume {
		text-align: center;
	}	

	/* =====================
	BIO
	===================== */

	.bio .resume.intro {
		text-align: center;
	}

	/* =====================
	BOUTIQUE
	===================== */

	.boutique .categorie .elt {
		flex-basis: 100%;
	}
	.boutique .categorie .elt .media {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.boutique .categorie .elt .description {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.boutique .categorie .elt .description .video {
		margin-top: 20px;
	}
	.boutique .categorie .elt .description .prix {
		display: block;
		width: 100%;
		text-align: center;
	}
	.boutique .categorie .elt .description .bouton_achat {
		display: block;
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.boutique .categorie .elt .description .bouton_achat form + form {
		margin-top: 15px;
	}

	/* =====================
	CONTACT
	===================== */

	.contact .wrapper .media {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.contact .wrapper .resume {
		display: block;
		width: 100%;
		text-align: center;
	}

	/* =====================
	FOOTER
	===================== */

	#footer .social,
	#footer p {
		text-align: center;
	}

}


