/*RESET CSS START
http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
*/

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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div {
  font-family: "Mostra Nuova", Helvetica, Arial, sans-serif;
}



/*RESET CSS END*/

/*********************** Global ************************/
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  font-size: 22px;
  color: white;
}
a:hover {
  text-decoration: none;
  letter-spacing: 1.1;
  color: white;
  transition: .1s;
  cursor: pointer;
}
.a:hover {
  text-decoration: underline;
  text-decoration-color: rgb(255,215,0);
  cursor: pointer;
}
html {
  overflow:hidden;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
body{
  /*line-height: 1;*/
  width: 100%;
  height: 100%;
  overflow: hidden; 
  font-family: "Mostra Nuova", Helvetica, Arial, sans-serif;
  color: white;
}
#bloc_page {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  margin: 0;
}
.backgroundGray{
  background: rgba(0,0,0,0.7);
}
input:hover {
  cursor: pointer;
}


/********************** Slider accueil ******************/

#slides a:link, #slides a:visited {
color: #333
}

#slides a:active {
color: #9e2020
}
#slides {
margin: 0;
width: 100%;
display: flex;
}
.container {
margin: 0;
width: 100%;
display: flex; 
}
#slides img {
width: 100%;
height: auto;
display: flex;
}

#bloc_accueil {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  margin: 0;
}

#bloc_accueil #section_page {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-x: hidden;
}

.slidesjs-navigation {
  width: 45px;
  height: 65px;
  position: absolute;
  z-index: 95;
}

.slidesjs-previous {
  background-image: url(../img/chevronLeft.png);
  top: 55%;
  left: 5%;
  transform: translate(-50%, -50%);
}

.slidesjs-next {
  background-image: url(../img/chevronRight.png);
  top: 55%;
  left: 95%;
  transform: translate(-50%, -50%);
}

.slidesjs-pagination {
  width: 100%;
  height: 26px;
  position: absolute;
  display: flex;
  justify-content: center;
  top: 80%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  list-style: none;
  z-index: 95;
}

.slidesjs-pagination li a {
  display: block;
  width: 26px;
  padding-top: 26px;
  margin: 0 3.5px;
  background-image: url(../img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
  transition: 0s;
}
.slidesjs-pagination li:last-child {
  margin-right: 0;
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
  background-position: 0 -26px;
  cursor: pointer;
}

.slidesjs-pagination li a:hover {
  background-position: 0 -52px;
  cursor: pointer;
}

@media (max-width:1920px) {
  .container {
    width: auto;
  }
  .titreAccueil p, .cliquer p {
    text-align: center;
    text-shadow: 4px 4px 7px black;
    font-size: 80px; 
    font-weight: bold;
    letter-spacing: 0.05em;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
  }
  #bienvenue {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
  }
}

@media (min-width:360px) and (max-width:1024px) {
  .container {
    width: 1318px;
    height:100%;
  }
  .titreAccueil p, .cliquer p {
      text-align: center;
      text-shadow: 4px 4px 7px black;
      font-size: 65px; 
      font-weight: bold;
      letter-spacing: 0.05em;
      animation-duration: 3s;
      animation-timing-function: ease-in-out;
  }
  #bienvenue {
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: 50;
  }
}


/********************** Header accueil ******************/

#bienvenue a {
  position: relative;
  left: -50%;
}
#logo_accueil {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 95;
  width: 15%;
  max-width: 120px;
  margin: 10px;
}
.cliquer {
  display: flex;
  justify-content: center;
}
.cliquer p {
  font-size: 30px; 
  letter-spacing: 0.1em;
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .cliquer {
    letter-spacing: 0
  }
}
.cliquer p:nth-child(1) {animation-name: entrer, scale}
@keyframes entrer {from {opacity: 0} to {opacity: 1}}
@keyframes scale {
  0% {transform: scale(0,0);}
  10% {transform: scale(0.4,0.4);}
  100% {transform: scale(1,1);}
}


/********************** END Header accueil ******************/
/********************** Footer ******************/
footer {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  height: 100px;
  padding: 5px 10px;
  border-top: 2px solid rgb(255,215,0);
  z-index: 97;
}
.reseauxSociaux {
  display: flex;
  flex-wrap: wrap;
}
.reseauxSociaux div {
  display: flex;
}
.reseauxSociaux a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reseauxSociaux img {
  display: flex;
  max-height: 90px;
  max-width: 80%;
}
.copyright {
  display: flex;
  justify-content: center;
  font-size: 0.8em;
  flex-wrap: nowrap;
  align-items: center;
  flex: 1;
}
.copyright div {
  margin: 5px;
}
.coordonnees {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.2em;
  white-space: nowrap;
  height: 100%;
  line-height: 1;
}
.coordonnees_ligne {
  display: flex;
  margin: 5px 5px;
}
.coordonnees_ligne a {
  display: flex;
  color: white;
  font-size: 1em;
}
.coordonnees_img {
  display: flex;
  width: 20px;
  height: 15px;
}
.coordonnees_text {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

@media (max-width:730px) {
  .copyright {
    flex-direction: column;
    justify-content: center;
    font-size: 0.7em;
  }
  .copyrightTiret {
    display: none;
  }
}

@media (max-width:670px) {
  .reseauxSociaux {
    margin-right: 0;
  }
  .reseauxSociaux img {
    max-height: 65px;
  }
  .coordonnees, .coordonnees_ligne a {
    font-size: 1.1em;
  }
  .copyright {
    font-size: 0.6em;
  }
}

@media (max-width:540px) {
  .reseauxSociaux img {
    max-height: 50px;
  }
  .coordonnees, .coordonnees_ligne a {
    font-size: 1em;
  }
}
@media (max-width:450px) {
  .reseauxSociaux img {
    max-height: 50px;
  }
  .coordonnees, .coordonnees_ligne a {
    font-size: 0.8em;
  }
}
/********************** END Footer ******************/
/********************** Header + Nav ********************/
#header_bloc {
  display: flex;
  position: initial;
  box-sizing: border-box;
  justify-content: space-between;
  min-height: 100px;
  border-bottom: 2px solid rgb(255,215,0);
}
#logo_bloc {
  display: flex;
}

#logo_bloc a {
  display: flex;
  align-items: flex-end;
}

#logo {
  display: flex;
  width: 80px;
  margin: auto;
}
#logo_bloc a h1 {
  color: white;
  display: flex;
  margin: auto;
  padding-left: 10px;
}
nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  margin-left: 20px;
}
nav ul {
  list-style-type: none;
  display: inline-block;
  margin: auto;
}
nav li {
  display: inline-block;
  margin-right: 15px;
}
.activeMenu, nav li a:active {
  font-style: italic;
  text-decoration: underline;
  text-decoration-color: rgb(255,215,0); 
}
@media (max-width:810px) {
  #logo_bloc a h1 {
    width: 175px;
  }
}
@media (max-width:710px) {
  #logo_bloc a h1 {
    display: none;
  }
  nav li a {
    font-size: 0.8em;
  }
}
/********************** END Header + Nav ********************/

/********************** END Section ********************/
section {
  color: black;
  overflow: auto;
  display: block;
  flex:1 ;
}
#bloc_page #section_page {
  display: flex;
  justify-content: center;
}
#section_page footer div {
  color: white;
}
.section_accueil #contenu {
  background: url(../img/FleurEclose.png) no-repeat;
  background-size: cover;
}
.section_safran #contenu {
  background: url(../img/BouquetFleurSafran.png) no-repeat;
  background-size: cover;
}
.section_safraniere #contenu {
  background: url(../img/LeveSoleilChamp.png) no-repeat;
  background-size: cover;
}
.section_qualite #contenu {
  background: url(../img/PistilFleur.png) no-repeat;
  background-size: cover;
}
#contenu {
  display: flex;
  flex:1;
  flex-direction: column; 
  justify-content: flex-start;
  margin: 0;
}
#baniere {
  height: 20vh;
  margin: 0;
}
#baniere h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 6em;
  text-shadow: 0.04em 0.04em 0.04em rgb(255,215,0, 0.8);
  font-weight: bold;
  height: 100%;
}
#texte {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 1.2em;
  background-color: white;
  border-radius: 25px;
}
#texte div {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: justify;
}
#texte a {
  color: black;
  font-size: inherit;
  font-weight: bold;
}
#texte p {
  margin-bottom: 0.5em;
} 

#texte p:last-child {
  margin-bottom: 0;
} 

#texte a:hover{
  color: black;
  font-size: inherit;
  font-style: italic;
  text-decoration: underline;
  text-decoration-color: rgb(255,215,0);
  cursor: pointer;
}

#img {
  border-radius: 25px;  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: auto;
  margin-right: 50px;
}
#img.vertical {
  width: 250px;
  height: 100%;
}
#img.horizontal {
  width: 25%;
  height: 60%;
}
#photo {
  width: 300px;
  height: 100%;
  border-radius: 25px;  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#img.safran {
  background-image: url("../img/safran.jpg");
}
#img.safraniere {
  background-image: url("../img/safraniere.jpg");
}
#img.qualite {
  background-image: url("../img/qualite.jpg");
}
#img.accueil {
  background-image: url("../img/accueil.png");
}
#bloc {
  display: flex;
  flex: 1;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  /* ATTENTION le padding 50px est utilisé dans redimensionArticle.js*/
  padding: 50px;
  box-sizing: border-box;
  max-width: 1500px;
  margin: auto;
}

@media (max-width:810px) {
  #img, #img img {
    display: none;
  }
  #texte {
    font-size: 1.1em;
  }
}
@media (max-width:500px) {
  #bloc {
    padding: 15px;  
  }
  #texte {
    font-size: 1em;
    padding: 15px;
  }
  #baniere h2 {
    font-size: 4em;
  }
}
/*********** Article Qualite ************/

#apercu {
  font-weight: bold;
  text-align: center;
}

#apercu:hover {
  font-style: italic;
  text-decoration: underline;
  text-decoration-color: rgb(255,215,0);
  cursor: pointer;
}

.blocZoom {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  height: 85%;
  z-index: 99;
  margin: auto;
  background-color: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.zoom {
  height: auto;
  width: 100%;
  overflow-y: auto;
  border: 2px solid rgb(255,215,0);
  border-bottom: none;
  border-top: none;
}

.zoom img {
  height: auto;
  width: 100%;
}

.boutonFermerZoom {
  height: 70px;
  width: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgb(255,215,0);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
}

.boutonFermerZoom:hover {
  cursor: pointer;
}

.blocZoom:hover {
  cursor: zoom-out;
}

/*********** END Article Qualite ************/

body {   
  background: rgba(0,0,0,0.3);
}
h1 {
  color: black;
}

/** Début Formulaire Commun entre Contact et Boutique **/
.formulaire {
  align-items: center;
  margin: 0 auto;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.corpsForm {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

.piedForm {
  display: flex;
  align-items: center;
  width: 100%;
}

.piedForm .champsObligatoires {
  position: absolute;
  font-size: 0.70em;
  font-style: italic;
  text-align: left;
}

.piedForm .boutonForm {
  display: flex;
  justify-content: center;
  flex: 1;
}

.boutonInput {
  border-radius: 20px;
  background-color: black;
  border: 2px solid rgb(255,215,0); 
  color: white;
  padding: 10px 20px;
  font-size: 25px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0.5;
}

.formulaire .field {
  display: flex;
  padding: 10px; 
  flex: 1;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0em 0em rgba(0,0,0,0.2) inherit;
}

.field input, .field textarea {
  width: 100%;
  min-height: 20px;
  background-color: inherit;
  border-style: none;
  border-bottom: 2px solid rgb(255,215,0); 
  color: white;
  padding: 5px;
  border-radius: 5px 5px 5px 0;
}

::placeholder {
  color: white;
  font-style: italic;
}

*:focus {
  outline:0;    
}

.field input:focus , .field textarea:focus {
  border: 2px solid rgb(255,215,0); 
  border-radius: 5px;
  color: white;
}

.logErreur {
  text-align: center;
  flex: 1;
  width: 100%;
  min-width: 200px;
  padding: 5px;
  line-height: 1;
  align-items: center;
}
/** Fin Formulaire Commun entre Contact et Boutique**/


/*********** Contact ************/
#section_contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px;
}

.formulaire h1 {
  font-size: 3em;
  margin-bottom: 30px 0;  
}

/* Responsive Formulaire Contact */
@media (max-width:480px) {
  #section_contact .piedForm {
    flex-direction: column;
  }
  #section_contact .champsObligatoires {
    position: relative;
  }
  #section_contact .boutonInput {
    padding: 10px 10px; 
  }
}

.info {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0 30%;
  margin-bottom: 10px;
  height: 200px;
}

.info p {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  white-space: nowrap;
}

.info img {
  margin: auto 5px;
  height: 60px;
  max-height: 100%;
}

#coordonneesContact {
  display: flex;
  justify-content: center;
  flex: 1;
}

.coordonneesContactGrille {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coordonneesContactGrille img {
  margin: 5px;
  width: 20px;
  height: 20px;
  max-height: 100%;
}

#localisation img {
  height: 200px;   
}

.reseauxSociauxContact {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.reseauxSociauxContact div {
  display: flex;
  padding-bottom: 5px;
  justify-content: center;
}

.reseauxSociauxContact a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reseauxSociauxContact img {
  display: flex;
  max-height: 50px;
  max-width: 100%;
  max-width: 80%;
}

@media (max-width:950px) {
  .info {
    padding: 0 10%;
    justify-content: center;
  }
}

@media (max-width:775px) {
  .info {
    padding: 0 10px;
  }
}

@media (max-width:600px) {
  .coordonneesContactGrille p {
    font-size: 0.85em;
  }
  .reseauxSociauxContact img {
    max-height: 40px;
  }
}

@media (max-width:550px) {
  .reseauxSociauxContact {
    display: block;
  }
  .corpsForm {
    margin-bottom: 10px;
  }
}

@media (max-width:500px) {
  .coordonneesContactGrille p {
    font-size: 0.7em;
  }
    .reseauxSociauxContact img {
    max-height: 25px;
  }
  #localisation img {
    height: 100px;   
  }
}

/*********** END Contact ************/


/************ START BOUTIQUE ****************/
.presentationBoutique {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: black;
  font-size: 1.5em;
  background-color: white;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.presentationBoutique div {
  text-align: center;
}

.sectionBoutique {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 100px;
}

.boutique_section {
  display: flex;
  justify-content: space-around;
  flex: 1;
  margin: 10px 20px;
}

.boutique_groupPresentationProduit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 200px;
  height: 100%;
  padding-right: 20px;
  flex: 0.3;
}

.boutique_presentationProduit {
  display: flex;
  flex: 1;
  width: 100%;
  margin-bottom: 20px;
}

.boutique_illustrationProduit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.boutique_illustrationProduit .imgBoutique {
  display: flex;
  justify-content: flex-end;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.boutique_illustrationProduit .imgBoutique:hover{
  cursor: zoom-in;
}
#pot1g {
  background-image: url("../img/pot1g.png");
}
#pot5g {
  background-image: url("../img/pot5g.png");
}
#imgZoompot1g, #imgZoompot5g {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  height: 85%;
  z-index: 99;
  margin: auto 0;
  background-color: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  /*height: auto;*/
  /*width: 100%;*/
}
.imgZoom {
  height: auto;
  width: 100%;
  overflow-y: auto;
  border: 2px solid rgb(255,215,0);
  border-bottom: none;
  border-top: none;
}
.imgZoom img {
  height: auto;
  width: 100%;
}
.imgZoom:hover {
  cursor: zoom-out;
}

.boutique_descriptionProduit {
  margin-top: 10px;
}

.boutique_formulaireReservation {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 0;
  max-width: 800px;
}

.boutique_formulaireReservation form {
  display: flex;
}

/* Responsive Page Boutique */

@media (max-width:880px) {
  .sectionBoutique {
    margin: 0 50px;
  }
}

@media (max-width:780px) {
  .sectionBoutique {
    margin: 0;
  }
}

@media (max-width:570px) {
  .boutique_section {
    flex-direction: column;
  }
  .presentationBoutique {
    padding: 5px;
  }
  .boutique_groupPresentationProduit {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: unset;
    min-height: unset;
    padding-right: 0;
    padding-bottom: 0;
  }
  .presentationBoutique {
    font-size: 1em;
  }
  .boutique_presentationProduit {
    margin: 0 10px;
    height: 100%;
  }
  .boutique_presentationProduit:first-child {
    margin-bottom: 0;
  }
  .boutique_illustrationProduit {
    flex: 1;
  }
   .boutique_illustrationProduit img {
    height: 90%;
    width: auto;
  }
}

@media (max-width:400px) {
  .boutique_illustrationProduit img {
    height: 80%;
    border-radius: 10px;
  }
  .boutique_presentationProduit {
    font-size: 0.7em;
  }
}

/* Responsive Formulaire Boutique */
@media (max-width:720px) {
  .boutique_section .piedForm {
    flex-direction: column;
  }
  .boutique_section .champsObligatoires {
    position: relative;
  }
  .boutique_section .boutonInput {
    padding: 10px 10px; 
  }
}

/************ END BOUTIQUE ****************/

/********************** END Section ********************/
/* FONTS*/
@font-face {
  font-family: 'Mostra Nuova';
  src: url('../fonts/Mostra-Nuova-Regular.otf');
}