/* STYLES.CSS */

:root{
	 --maincolor: #453821;
};



/* Reset */
html{height: 100%; }
body{width: 100%; height: 100%; background: #FFF; color:var(--maincolor); margin: 0; padding: 0; overflow-x: hidden;
  width: 100vw;}
* {box-sizing: border-box; position: relative; }
img{max-width: 100%; height: auto; user-select: none;}
ul{margin: 0; display: block; text-align: left; padding: 0; margin-left: 13px;}
li {
  margin: 0.1em 0;
  min-height: 1.1em;
  padding-left: 0px;
}
div, section{box-sizing: border-box; position: relative; display: block; }
blockquote {margin-inline-start: 0px; margin-inline-end: 0px; }
p, h1, h2, h3, h4, h5, h6{margin-block-start: 0px; margin-block-end: 0px; margin-inline-start: 0px; margin-inline-end: 0px; }
::selection {background:var(--maincolor); color:#FFF }



/* typo */
body, p, h1, h2, h3, h4, h5, h6{font-family: 'Noto Sans', sans-serif; font-weight:300; font-size:16px; line-height:1.25;}

p{font-weight:300; font-size:16px; line-height:1.25; margin: 7px 0;}
h1{font-weight:300; font-size:42px; line-height:1; font-family: 'giulia-plain', sans-serif; margin: 10px 0 10px;}
h2{font-weight:300; font-size:36px; line-height:.9; font-family: 'giulia-plain', sans-serif; margin: 10px 0 30px;}
h3{font-weight:500; font-size:24px; line-height:1; font-family: 'giulia-plain', sans-serif; margin: 10px 0 10px;}

span.giulia{font-family: 'giulia-plain', sans-serif}

a{text-decoration: none; color:#000; outline: none}
sup {vertical-align: super; font-size: smaller; line-height: 1; }
strong{font-weight: bold}
figure{margin: 0;}


figure[data-ratio="1/1"]{ aspect-ratio: 1 / 1; }
figure[data-ratio="4/3"]{ aspect-ratio: 4 / 3; }
figure[data-ratio="3/2"]{ aspect-ratio: 3 / 2; }
figure[data-ratio="16/9"]{ aspect-ratio: 16 / 9; }

figure[data-ratio] img{
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.button, a.button, button {
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  width: auto;
  margin-top: 5px;
  border-radius: 20px;
  color: white;
  border: 1px solid #f6591f;
  padding: 6px 12px;
  outline: none;
  cursor: pointer;
  background: #f6591f;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

/* forms */
textarea, input{border: 1px solid #000; display: block; width: 100%; background: transparent; font-family: inherit; font-size: inherit; line-height: inherit; color: #000; margin-bottom:.5em; padding:.5em}
textarea:focus, input:focus {outline: none !important;}
.validate input{width:auto; background: #000; color:#FFF; padding:.5em 1em}

section{
	text-align: center;
}


#menu {
  position: fixed;
  right: 0;
  left: 0;
  text-align: right;
  z-index: 10000;
  padding: 10px 0;
  padding-right: 10px;
  width: 100vw;
  line-height: 1.5;

}

#menu div.link-container {
  display: flex;
  flex-flow: column;
  margin: 0 15px;
}


#menu a {
  color: white;
  padding: 1px 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  text-shadow: 0px 1px 20px rgba(0,0,0,1);
  transition: all .2s;
  font-weight:300; font-size:16px; line-height:1.25; font-family: 'giulia-plain', sans-serif
}

#menu.topright a{
  color: var(--color1);
  text-shadow: 0px 1px 20px rgba(0,0,0,0);
  background: white;
}

#menu.topright{
  /*background: white;*/
}


#menu.topright .active a,
#menu.topright a:hover,
#menu a:hover {
  font-weight:600; 
}


/* DIAPORAMA */
#diaporama, #swiper_diaporama{
	height: 400px;
}

#diaporama img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


/* PRESENTATION */
#presentation{
margin: auto;
  max-width: calc(100% - 30px);
  width: 800px;
}

#logo{width: 250px; height: 250px; background-size: contain; background-color:#FFF; border-radius: 200px; margin: auto; margin-top:-115px; margin-bottom:20px;transform: translateY(0%); z-index: 100}

#presentation .content_text{
	padding:20px; 
	text-align: center;
	font-size: 24px;
	font-family: "gamay-variable", sans-serif;
	font-variation-settings: "wdth" 100, "wght" 500;
}
#presentation .content_text p{
	font-size: 20px;
}
#personnes{
	display: flex;
	justify-content: center;
}
#personnes>div{
	margin: 15px;

}

#personnes>div img{
	width: 100px;
	height: 100px;
	border-radius: 100px;
}
#personnes>div div.photobio{
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background:#CCC;
  margin: auto;
}

/* ACTUALITÉ */

.conteneur_actus{
  background: #edf0d7;
  padding: 10px 0;
  margin: 90px 0;
}
#actualites{
	margin: 20px auto;
	max-width: 1200px;
	padding: 0 20px;
}


#swiper_actus img{
	width:100%;
	height: 200px;
	object-fit: cover;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
#swiper_actus .swiper-slide{
	cursor: pointer;
}
#swiper_actus .swiper-slide .content_txt{
  text-align: left;
}
#swiper_actus .swiper-slide .content_txt h3{
  font-weight: 300;
  line-height: 1;
  margin-top: 3px;
}

#actualites .swiper-button-next{
  right: -30px;
  left: auto;
  color:var(--maincolor); 
}
#actualites .swiper-button-prev{
  left: -30px;
  right: auto;
  color:var(--maincolor); 
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 22px;
}

/* PRODUCTION */
#productions {
  margin:50px auto ;
  width: 900px;
  max-width: 100%;
}
#productions .contenus{
  display: flex;
  padding: 5px;
  margin:auto;
}
#productions .contenus>div{
  width:50%;
  margin:10px;
  text-align: left;
}
/* PRODUITS */
#commander{
	text-align: center;
	background: #ecf6ff;
	padding: 10px 0 50px ;
}
#swiper_produits{
	/*margin: 10px*/
}

#swiper_produits .swiper-wrapper{
	transition-timing-function: linear !important;
}

#swiper_produits .swiper-slide{
	width: 150px;
  	height: 150px;
  	margin: 10px
}

#swiper_produits .logoAB{
	position: absolute;
	z-index: 100;
	width: 30px;
  	height: 35px;
  	top:5px;
  	left:5px;
  	background-size: contain;
}

#commander .text{
	margin: 40px auto;
	width: 800px;
	max-width: calc(100% - 30px);
}


/* POINTS VENTE */
#points_vente{
	margin: 40px auto 20px;
	text-align: center;
	padding: 0px 0;
}
#points_vente .ptsdevente{
	display: flex;
	flex-flow: row wrap;
	width: 800px;
	max-width: calc(100% - 30px);
	margin:40px auto 0;
}

#points_vente .ptsdevente div{
	width: 50%;
	text-align: center;
	margin: 20px 0;	
}

#points_vente .ptsdevente div svg{
	filter: drop-shadow(2px 0px 5px rgb(0 0 0 / 0.3));
}
#points_vente .ptsdevente div a{
	border-bottom: 1px solid;
	/*text-decoration: underline;*/
}
#points_vente .ptsdevente div h3+p{
	margin-top:0;

}
/* FOOTER */
footer{
	width:100%;
	padding:20px; 
	background-color: #edf0d7;
	display: flex;
}
footer div{
	width: 50%
}
footer div.adresse{
	width: 80%;
}
footer div.rs{
	width: 20%;
}
.rs{
	text-align: right;
}

.rs a{
	background: #453821;
	border: solid 2px #453821;
	border-radius: 50px;
	width: 44px;
	height: 44px;
	display: inline-block;
	margin: 5px;
}

.rs a svg *{
	fill: #FFFFFF;
}

.rs a:hover{
	background: transparent;
}
.rs a:hover svg *{
	fill: #453821;
}
footer .mentions{
  position: absolute;
  right: 35px;
  bottom: 10px;
  width: 210px;
  text-align: right;
  font-size:12px;
}



@media screen and (max-width: 860px) {
  #menu .link-container { height: 0; background-color:var(--colorbg); position: absolute; left: 0; top:0px; text-align: center; justify-content: center; width: 100vw; overflow: hidden; transition: height .3s ease;}
  #menu.open .link-container {height: 300px; }
  #menu.topright a,
  #menu a {
    color: white;
    background-color: transparent;
    font-size: 18px;
    line-height: 2;
  }

  #menu_toggle {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
	  height: 28px;
    width: 37px;
    cursor: pointer;
    z-index: 100000;
  }

  #menu_toggle span { 
	  display: block;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background: white;
    box-shadow: 0 0 10px black;
    transition: transform .3s ease, left .3s ease;
    border-radius: 3px;
  }

  #menu.topright #menu_toggle span  {
   	box-shadow: none;
   	background: var(--colorbg);
  } 	

  #menu.open #menu_toggle span  {
   	box-shadow: none;
   	background: white;
  }
  #menu div.link-container{
    margin: 0
  }
  #menu_toggle span:nth-child(1) { top: 0; transform-origin: top left; }
  #menu_toggle span:nth-child(2) { top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
  #menu_toggle span:nth-child(3) { bottom: 0; transform-origin: bottom left; }

  .open #menu_toggle span:nth-child(1) { transform: translateX(6px) rotate(45deg); }
  .open #menu_toggle span:nth-child(2) { transform: scaleX(0); }
  .open #menu_toggle span:nth-child(3) { transform: translateX(6px) rotate(-45deg); }
  .open #menu_toggle span:nth-child(1),
  .open #menu_toggle span:nth-child(3) { left: calc(var(--size)/8.5);  }

  #logo {
	  width: 200px;
	  height: 200px;
	  margin-top: -90px;
	  margin-bottom: 10px;
	}
  #productions .contenus{
    display: block;
    padding: 5px;
    margin:auto;
  }
  #productions .contenus>div{
    width:100%;
    margin:10px;
    text-align: left;
  }
  #swiper_produits .swiper-slide {
    width: 100px;
    height: 100px;
    margin: 5px;
  }
}
