/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
*, *:before, *:after { box-sizing: border-box; }

body {
	font:16px/1 'Cabin', Helvetica, Arial, sans-serif;
  font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #453e2e;
}
.accueil{
  display: block;
}
.accueil.logo,
.accueil.baseline{
  max-width: 50%;
}
.accueil.logo{
  margin: 5% auto 0;
}
.accueil.baseline{
  margin: 0 auto 5%;
}
.emballage{
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.62);
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction:column;
  -webkit-flex-direction:column;
  -ms-flex-direction: column;
}
h1,h2,h3,h4,h5,h6,.retoursommaire{
  font-family: 'Cabin Condensed', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding-bottom: 0.3rem;
  padding-top: 1.5rem;
}
.retoursommaire{
  text-transform:uppercase;
  font-weight: 600;
  display: block;
  text-align: right;
}
[class^="nav-button"]:hover,
[class^="nav-button"]:focus,
[class^="nav-button"]:active,
.accueil:hover,
.accueil:focus,
.accueil:active,
a.retoursommaire:hover,
a.retoursommaire:focus,
a.retoursommaire:active,
.mfpop-galerie a:hover,
.mfpop-galerie a:focus,
.mfpop-galerie a:active,
a.mfpop:hover,
a.mfpop:focus,
a.mfpop:active,
#vignettes a:hover,
#vignettes a:focus,
#vignettes a:active{
  border-bottom: none !important;
}
.retoursommaire::after{
  display: inline-block;
  content: "\005E";
  border-radius: 3px;
  background-color: #F5F0F0;
  border: 1px solid #D4D4D4;
  padding: 1px 4px;
  margin-left: 5px;
}
h1{
	font-size: 2.5rem;
}
h2{
	font-size: 2rem;
}
h3{
	font-size: 1.5rem;
}
h4{
  text-transform:uppercase;
}
h6 {
    font-size: 0.9rem;
    color: rgba(69, 62, 46, 0.7);
}
p,li {
	line-height:1.3;
}
p,ul,li{
  background-color: #fff;
}
img{
  max-width: 100%;
  height: auto;
}
.mfpop-galerie{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* #vignettes a{
  position: relative;
  -webkit-flex: 0 0 33%;
  -moz-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  -o-flex: 0 0 33%;
  flex: 0 0 33%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  -o-flex-flow: column;
  flex-flow: column;
} */
/* #vignettes a:nth-last-child(-n+3){
  -webkit-flex: 0 0 31%;
  -moz-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  -o-flex: 0 0 31%;
  flex: 0 0 31%;

} */
#vignettes a p{
  /* position: absolute; */
  /* background-color: rgba(0,0,0,0.6); */
  bottom: 0;
  flex-grow:1;
}
#vignettes a p{
  color: #453e2e;
  padding: 5px;
}
.mfpop-galerie a{
  -webkit-flex: 1 0 20%;
  -moz-flex: 1 0 20%;
  -ms-flex: 1 0 20%;
  -o-flex: 1 0 20%;
  flex: 1 0 20%;
  min-width: 0; /*  spécifiquement pour FF qui sinon n'applique pas le flex-basis si l'image enfant est plus gde que le conteneur: */
}
.mfpop-galerie.ref a:nth-last-child(-n+5){
  -webkit-flex: 0 0 20%;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  -o-flex: 0 0 20%;
  flex: 0 0 20%;
}
.mfpop-galerie a img,
#vignettes a img,
#vignettes a p{
  border-left: 3px solid #fff;
}
.mfpop-galerie a img,
#vignettes a img{
  opacity: 0.9;
}
.mfpop-galerie a:hover img,
#vignettes a:hover img,
.mfpop-galerie a:focus img,
#vignettes a:focus img,
.mfpop-galerie a:active img,
#vignettes a:active img{
  opacity: 1;
}
.animationChargement:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: suspension steps(4,end) 2000ms infinite;
  animation: suspension steps(4,end) 2000ms infinite;
  content: "\2026"; /* code ascii pour les points de suspension  */
  width: 0px;
}

@keyframes suspension {
  to {
    width: 15px;
  }
}

@-webkit-keyframes suspension {
  to {
    width: 15px;
  }
}
#vignettes a p{
  border-bottom: 3px solid #fff;
}
p+p{
  padding-top: 0.8rem;
}
h1+p,h2+p,h3+p,h4+p,
h1+ul,h2+ul,h3+ul,h4+ul{
  padding-top: 1rem;
}
h1{
  padding-top: 1rem;
  border-top: solid;
}
h1:first-of-type{
  font-size: 3rem;
  border-top: none;
  padding: 10px 5px;
  border-bottom: 1px solid #fff;
  background-color: #F8F6F6;
}
strong {
	font-weight: 700;
}
blockquote, blockquote p {
    background-color: #eee;
    padding: 5px;
    font-style: italic;
}
em{
  font-style: italic;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
a {
	text-decoration: none;
	color: #0858ad;
}
.emballage a:hover,
.emballage a:focus,
.emballage a:active{
  border-bottom: 1.5px dashed;
}
li{
  list-style:none;
  padding-bottom: 0.5rem;
}
ol{
  margin-left: 1rem;
}
ol li{
  list-style-type: decimal;
}
li>ul{
  margin-left: 0.7rem;
}
li::before{
  content: "- ";
}
li li::before{
  content: "+ ";
}
li::before,
li li::before{
  color: #999;
  font-weight: 600;
}
ol li::before{
  content: none;
}
#wrapper {
	margin: 0 auto;
	max-width: 560px;
	padding: 160px 40px;
}
.sommaire{
  text-transform: uppercase;
  font-weight: 700;
  background-color: #F8F6F6;
  padding: 5px;
}
.rge{
	color: #a02c0f;
  font-weight: 700;
}
.gros{
  font-weight: 700;
  font-size: 1.3rem;
}
.sommaire+ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  -o-flex-flow: row;
  flex-flow: row;
  justify-content: flex-start;
  background-color: #F8F6F6;
  padding: 5px;
  padding-bottom: 25px;
}
.sommaire+ul li{
  margin-left: 0;
  list-style: none;
  background-color: #F8F6F6;
}
.sommaire+ul>li{
  font-weight: 700;
  text-transform: uppercase;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  background-color: #F8F6F6;
  margin-left: 2%;
}
.sommaire+ul>li:first-child{
  margin-left: 0;
}
.sommaire+ul>li>ul>li{
  text-transform: none;
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 2rem;
  background-color: #F8F6F6;
}
.sommaire+ul li::before,
#pied li::before{
  content: none;
}
.vrt{
	color: #5a7819;
  font-weight: 700;
}
.stabilo{
	background-color: #ff0;
}

/*============================
=            Pied            =
============================*/

#pied{
  font-family: 'Cabin Condensed', sans-serif;
  background-color: rgba(255,255,255,0.5);
  padding: 5px 0;
  font-weight: 600;
  color: #221f17;
}
#pied a,
#slogan{
  display: block;
  max-width: 940px;
  margin: 0 auto;
}
#pied ul{
  background-color: transparent;
  display:flex;
  flex-direction:row;
  justify-content:space-around;
}
#pied ul li{
  background-color: transparent;
  text-align: center;
}
#slog1{
  flex-basis:25%;
}
#slog1{
  flex-basis:20%;
}

/*=====  End of Pied  ======*/



/*=============================================
=            Formulaire de contact            =
=============================================*/

::-webkit-input-placeholder{color: #777;}
:-moz-placeholder { /* Firefox 18- */ color: #777;}
::-moz-placeholder {  /* Firefox 19+ */ color: #777;}
:-ms-input-placeholder {color: #777;}

.container{
	width: 90%;
	padding: 15px;
	/* margin: 50px auto; */
}

.container h2{
	text-align: center;
	text-transform: uppercase;
	color: #a02c0f;
}

.title-bar{
	margin: 1px auto 10px auto;
	width: 100px;
	border-bottom: 1px solid #d9d9d9;
}

#contact input[type="text"],#contact input[type="email"], #contact textarea{
	display: block;
	padding: 10px;
	margin: 10px auto;
	width: 90%;
	font-size: 18px;
	color: #777;
  border: 1px solid #ccc;
}

#contact textarea{
	font-size: 16px;
}

#contact input:hover, #contact textarea:hover{
	border: 1px solid #888;
}
#contact input:focus, #contact textarea:focus{
	border: 1px solid #777;
}


#contact textarea{
	max-width: 90%;
	min-width: 90%;
	max-height: 140px;
	min-height: 140px;
  resize: none;
}

#contact .send-button{
	text-align: center;
}

#contact .send-button button[type="submit"]{
  cursor: pointer;
  background: #a02c0f;
	color: #fff;
  border: none;
	width: 100%;
	padding: 10px 0;
	font-size: 20px;
	text-transform: uppercase;
	transition: .5s ease;
}

#contact .send-button button[type="submit"]:hover{
	background: #a02c0f;
}

#contact .send-button button[type="submit"]:focus{
	position: relative;
	top: 2px;
}
#contact input[name="_honey"]{display: none;}
/*##############\*
    Responsive
\*##############*/

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

	.container,
  #pied{
		width: 100%;
	}

	#contact .right,#contact .left{
		display: block;
	}

	#contact .right{
		float: right;
		width: 50%;
	}
	#contact .left{
		float: left;
		width: 50%;
	}
	.cl{
    clear: both;
  }
}
/*=====  End of Formulaire de contact  ======*/
.paquet{
  background-size: auto;
  background-attachment:fixed;
}
/*============================
=            Menu            =
============================*/

/* responsive : petit écran */
/* Smartphones (portrait and landscape) ----------- */

@media only screen and (max-device-width : 767px)
{
  html,
  body{
    overflow-x: hidden;
  }
  .sommaire+ul{
    display: block;
  }
  .sommaire+ul>li:first-child{
    margin-left: 2%;
  }
  .sommaire+ul>li>ul>li{
    display: none;
  }
  .paquet{
    position: relative;
    min-height: 100vh;
    background: transparent url(/static/images/fond_min.jpg) top center no-repeat;
    background-size: auto;
    background-attachment:fixed;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
    flex-direction:column;
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
  }
  .menu{
    position: absolute;
    top: 0; left:0; right:0;
    min-height: 50vh;
  }
  nav{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: inherit;
  }
  nav > a{
    flex: 1;
  }
  .accueil.logo,
  .accueil.baseline{
    max-width: 80%;
  }
  .paquet{
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
    transition:-webkit-transform .2s;
    transition:transform .2s ;
    will-change: transform;
  }
  [class^="nav-button"] {
    display: block;
    z-index: 1;
    height: 2rem; width: 2rem;
    background-color: transparent;
    background-image: linear-gradient(to right, #6b6452, #6b6452),
                      linear-gradient(to right, #6b6452, #6b6452),
                      linear-gradient(to right, #6b6452, #6b6452);
    background-position: center top, center, center bottom;
    background-repeat: no-repeat;
    background-size: 2rem .4rem;
    padding: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  body:target .paquet {
    -webkit-transform: translateY(50vh);
            transform: translateY(50vh);
  }
  .nav-button-close,
  body:target .nav-button-open {
    display: none;
  }
  .nav-button-open,
  body:target .nav-button-close {
    display: block;
  }
  nav a {
    color: #fff;
  }
  .menu {
    background: rgba(69, 62, 46, 0.7);
    color: #ddd;
  }
  nav a {
    display: block;
    padding: .55em;
    margin-bottom: 2px;
    text-decoration: none;
    background: rgba(255,255,255, 0.1);
  }
  #pied{
    display: none;
  }
}
/* Fin responsive : petit écran */


nav img{
  height: 7vh;
}
/* écrans larges  */
@media only screen and (min-device-width : 768px)
{
  html{
    background: transparent url(/static/images/fond.jpg) top center no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
  }
  body{
    min-height: 100vh;
    display: flex;
    flex-flow: column;
  }
  #body.Accueil .emballage{
    background-color: transparent;
  }
  .paquet{
    flex: 1 0 auto;
  }
  .paquet,
  .menu{
    background-color: rgba(255,255,255,0.62);
  }
  .emballage,
  #navigation{
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
  }
  .emballage{
    background-color: #fff;
  }
  #navigation{
    display:flex;
    justify-content: space-between;
    -ms-align-items: baseline;
    align-items: baseline;
    font-weight: 600;
    padding: 10px 5px;
    font-size: 1.4rem;
  }
  nav > a,
  nav > a:link,
  nav > a:hover,
  nav > a:active,
  nav > a:focus,
  nav > a:visited{
    color: #453e2e;
  }
  nav > a.actif::after{
    content: url(../images/souligne.svg);
    width: 120px;
    margin: auto;
    display: block;
    /* background: transparent url(../images/souligne.svg) no-repeat top center; */
  }
}

/*=====  End of Menu  ======*/

/*===============================
=            Accueil            =
===============================*/

h2.accueil,
h3.accueil{
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  text-align: center;
}
h4.accueil{
  font-family: 'Cabin Condensed', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #6b6452;
}
/*=====  End of Accueil  ======*/




