@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;700&display=swap');
/* CSS Document */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* Fin normalize */

/*** GLOBAL ***/
 
html {
	height: 100%;
	margin:0;
	padding:0
}


/** ICONES **/

@font-face {
	font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?2t2zcp');
    src:    url('../fonts/icomoon.eot?2t2zcp#iefix') format('embedded-opentype'),
			url('../fonts/icomoon.ttf?2t2zcp') format('truetype'),
        	url('../fonts/icomoon.woff?2t2zcp') format('woff'),
        	url('../fonts/icomoon.svg?2t2zcp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
    content: "\e900";
}
.icon-pencil:before {
    content: "\e901";
}
.icon-images:before {
    content: "\e90a";
}
.icon-camera:before {
    content: "\e902";
}
.icon-file-text2:before {
    content: "\e903";
}
.icon-phone:before {
    content: "\e907";
}
.icon-envelop:before {
    content: "\e908";
}
.icon-location2:before {
    content: "\e904";
}
.icon-calendar:before {
    content: "\e90b";
}
.icon-mobile:before {
    content: "\e909";
}
.icon-bubbles2:before {
    content: "\e90c";
}
.icon-menu:before {
    content: "\e905";
}
.icon-link:before {
    content: "\e906";
}
.icon-cross:before {
    content: "\e912";
}
.icon-google-plus2:before {
    content: "\e90d";
}
.icon-facebook2:before {
    content: "\e90e";
}
.icon-instagram:before {
    content: "\e90f";
}
.icon-twitter:before {
    content: "\e910";
}
.icon-linkedin:before {
    content: "\e911";
}

/* Switching box model for all elements */
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding:0;
}

.largeur-site {
	width:1200px;
	margin: 15px auto 0 auto;
}

input[type="submit"],
input[type="button"] {
	background-color: #68654a;
    border:none;
    font-size: 18px;
	text-transform:uppercase;
	letter-spacing:1px;
    color: #ffffff;
    cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #000;
}
input[type="submit"]:focus,
input[type="button"]:focus {
	background-color: #000;
}
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: none;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #353535;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #353535;
}
input.placeholder, textarea.placeholder {
    color: #353535;
}


/*** HEADER ***/

header {
	position:relative;
	text-align:center;
    background-color: #69654a;
	padding: 20px 0;
}
#header-menu {
	position:absolute;
	left:10px;
	top: 10px;
}
#header-menu a {
	font-size:24px;
	color:#fff;
	text-decoration:none;
}
#header-menu a:hover {
	color:#ee592f;
}
#header-social {
	position:absolute;
	right:10px;
	top: 20px;
}
#header-social a {
	font-size:28px;
	color:#fff;
	text-decoration:none;
	margin: 0 4px;
}
#header-social a:hover {
	color:#ee592f;
}


/*** MENU ***/

.sliding-menu {
	background-color:#fff;
	z-index: 3000;
	position: absolute;
	top: 0;
	width: 320px;
	bottom: 0;
	overflow: auto;
}
.sliding-menu a, .sliding-menu p {
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 20px;
	color:#000;
	text-decoration: none;
	margin: 0 20px;
}
.sliding-menu a:hover {
	color:#ee592f;
}
.sliding-menu ul {
	list-style: none;
	padding: 0;
	margin-top: 40px;
}
.sliding-menu li { 
	margin: 20px 0 20px 15px; 
}
.exit {
	position: absolute;
	font-size: 40px;
	color: #000;
	cursor: pointer;
}
.left-exit, .top-exit, .bottom-exit {
  top: 10px;
  right: 20px;
}
#menu-social {
	margin: 40px 0 20px 20px;
}
#menu-social a {
	font-size:24px;
	margin: 40px 0 20px 20px;
}


/*** FOOTER ***/

footer {
	text-align:center;
    font-size: 18px;
	margin-top:80px;
	padding: 20px 0;
}
footer a {
	color:#000;
}
footer a:hover {
	text-decoration:none;
}

/*** BANDEAU DESCR***/

.bandeauinfo {
    max-width: 800px;
    background-color: #f9f8f1;
    text-align: center;
    border-radius: 10px;
    margin:10px auto;
    padding: 5px 5px;
}
.bandeauinfo p {
    font-size: 16px;
    font-weight: 700;
    margin:10px ; 
}
.description {
    max-width: 600px;
    text-align: center;
    margin: 60px auto 0 auto;
}
.description p {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 10px; 
}
.description hr {
    width: 60%;
    border-bottom: 6px solid #68654a;
    margin: 20px auto 0 auto;
}

/*** BRANDS ***/
.titre1 {
	font-size:34px;
	font-weight:200;
	text-transform:uppercase;
	text-align:center;
	margin: 0 0 30px 0;
}
#brands-retour {
	text-align:right;
	margin: 0 10px 5px 0;
}
#brands-retour a {
	font-size:24px;
	color:#171f2b;
	text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.7);
	text-decoration:none;
}
#brands-retour a:hover {
	color:#000000;
}

#brands {
	text-align:center;
}
#brands h1 {
	font-weight: 200;
	font-size:38px;
	text-transform:uppercase;
	margin: 0 0 10px 0;
}
.brands-tuile img {
	display:block;
	width:100%;
	height:auto;
}
.brands-tuile {
	width:350px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:10px 7px;
}
.brands-tuile-over {
	position:absolute;
	text-transform:uppercase;
	color:#ffffff;
	width:100%;
	bottom:0;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.9);
    opacity:0.7;
    transition: 0.5s;
}
.brands-tuile:hover .brands-tuile-over {
    opacity: 1;
    padding-bottom: 20px;
}
.brands-tuile h2 {
	font-weight: 400;
    font-size:20px;
}

#brands-detail {
	text-align:center;
}

#brands-detail-banner {
	position:relative;
	width:1000px;
	margin: 0 auto;
}
#brands-detail-banner img {
	display:block;
	width:100%;
	height:auto;
}
#brands-detail-titre {
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
	background-color: rgba(0, 0, 0, 0.2);
}
#brands-detail-titre h1 {
	font-weight: 200;
	font-size:70px;
	text-transform:uppercase;
	color:#ffffff;
	margin: 100px 5px 0 5px;
}
.brands-detail-photos-bloc {
	width:300px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:30px 18px;
}
.brands-detail-photos-bloc img {
	display:block;
	width:100%;
	height:auto;
}
#brands-detail-texte {
	line-height:24px;
	text-align:left;
	width:1000px;
	margin: 30px auto;
}
#brands-detail-texte a {
	color:#000;
}
#brands-detail-texte a:hover {
	text-decoration: none;
}

/*** CONTACT ***/

#contact-top {
    margin: 0 0 20px 0;
}
#contact-form {
	width:600px;
	clear:both;
	text-align:center;
	padding: 0 0 20px 0;
	margin: 0 auto;
}

#contact-form h2 {
	font-size:16px;
	font-weight:400;
	color:#171f2b;
	letter-spacing:2px;
	text-transform:uppercase;
}
#contact-form label {
	display: inline-block;
	width: 100px;
	font-size: 14px;
	color:#a5a5a5;
	vertical-align:top;
	margin: 5px 0 0 0;
}
#contact-form input[type="text"],
#contact-form input[type="email"] {
	width:100%;
	border:1px solid #000;
	background-color:#f7f7f7;
	font-size:14px;
	color:#000000;
	padding: 8px 10px;
	margin: 5px 0;
}
#contact-form textarea {
	width:100%;
	height:140px;
	border:1px solid #000;
	background-color:#f7f7f7;
	font-size:14px;
	color:#000000;
	padding: 8px 10px;
	margin: 5px 0;
}
#contact-form input[type="submit"] {
	padding: 15px 20px;
	margin: 5px 0;
}

#contact-infos {
	width:100%;
	text-align:center;
	border:none;
	padding:0;
	margin: 0 0 20px 0;
}
#contact-infos h1 {
	font-size:24px;
	font-weight:400;
	color:#171f2b;
	margin:0;
}
#contact-infos p {
	font-size:16px;
	margin: 10px 0;
}
#contact-infos a {
	color:#171f2b;
	text-decoration:none;
}
#contact-infos a:hover {
	text-decoration:underline;
}
.contact-social {
	margin: 20px 0 0 0;
}
.contact-social a {
	margin: 0 2px;
}
.contact-social a:hover {
	color:#000000 !important;
	text-decoration:none !important;
}


#googlemap {
	clear:both;
}


/*** NOTIFICATION ***/

.notif-erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff4d4d;
	text-align:center;
	margin:2px;
}
.notif-valide {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#09bd00;
	text-align:center;
	margin:2px;
}


/******** COLLECTION ********/

.collec-mdp {
	min-height: 500px;
}
.mdptxt {
	font-size: 18px;
	font-weight: 700;
	margin: 50px 0 5px 0;
}
.collec-mdp input[type="password"] {
	width: 250px;
	border: 1px solid #000;
	font-size:20px;
	padding:5px;
}
#submitpwd {
	padding:12px 20px;
	margin: 8px 0 0 0;
}
#collections {
	min-height: 400px;
}
.collec-bloc {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	border-top: 1px dashed #8A8A8A;
}
.collection-titre {
	font-size: 24px;
	font-weight: 700;
	margin: 10px 0 10px 0;
}
.collection-pdf a {
	display:block;width:200px;
	font-size: 24px;
	color:#000;
	text-decoration: none;
	background-color:#EFEFEF;
	padding:12px 0;
	margin: 5px auto;
}
.collection-pdf a:hover {
	color:#fff;
	background-color:#000;
}
.saisontitre {
	font-size: 36px;
	margin: 25px 0 10px 0;
}
.saisontitre a {
	color:#000;
	text-decoration: none;
}
.saison {
	max-width: 1000px;
	margin: 0 auto;
	border-bottom: 1px solid #000;
}