@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*Variables*/
/*Général*/
a {
  text-decoration: none;
  /* pas de souligné sur les liens*/
}

ul {
  list-style-type: none;
  /* pas de puces sur les listes*/
}

/* les differentes couleurs de fond de zones*/
.fondBlanc {
  background-color: #ffffff;
}

.fondVertPale {
  background-color: #8DC24C;
}

.fondVert {
  background-color: #2AB300;
}

/* couleurs d'interaction avec les boutons*/
/*inter.survol pour pc*/
.interagir:hover {
  background-color: #1D7C00;
}

/*inter. clic pour interface tactile et pc*/
.interagir:active {
  background-color: #135100;
}

/*Header*/
#bandeau_logo img {
  display: block;
  width: 70px;
}
#bandeau_menuPrincipal_burgerPack {
  display: flex;
  font-family: "inter, sans-serif";
  justify-content: space-between;
  align-items: center;
  padding: 0 4.4%;
  height: 90px;
  width: 100%;
}
#bandeau_menuPrincipal_burgerPack_burger {
  width: 135px;
  height: 50px;
  border: 3px solid;
  border-radius: 10px;
  border-color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#bandeau_menuPrincipal_burgerPack_burger p,
#bandeau_menuPrincipal_burgerPack_burger i {
  font-size: 32px;
  color: #ffffff;
}
#bandeau_menuPrincipal_menuDeroulant {
  display: none;
}
#bandeau_menuPrincipal_menuDeroulant ul {
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 120px;
  height: 330px;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  top: 80px;
  right: 30px;
  border-radius: 15px;
}
#bandeau_menuPrincipal_menuDeroulant ul li {
  font-size: "inter, sans-serif";
  font-size: 10px;
  width: 100px;
  border-radius: 10px;
  padding: 5px 0;
}
#bandeau_menuPrincipal_menuDeroulant ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

/*footer*/
#pied {
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 2.2%;
  align-items: center;
  justify-content: space-around;
}
#pied ul #ligne1,
#pied ul #ligne2 {
  display: flex;
  height: 50px;
  justify-content: space-between;
}
#pied ul #ligne1 li a img,
#pied ul #ligne2 li a img {
  width: 140px;
  height: 50px;
  border-radius: 30px;
}
#pied ul #ligne1 {
  width: 440px;
}
#pied ul #ligne2 {
  width: 290px;
  margin: 2.2% auto;
}
#pied p,
#pied a {
  color: black;
  font-size: 8px;
}

/*---------------*/
/*-----index-----*/
/*---------------*/
/*Nivo Slider*/
#slider {
  max-height: 1000px;
}

.nivo-caption {
  height: 70%;
  text-align: center;
}

.nivo-caption h1,
.nivo-caption p {
  font-family: "inter, sans-serif";
  color: #ffffff;
  font-size: 32px;
  -webkit-text-stroke: 0.5px black;
}

/*-----logo-----*/
/*section dédié au placement
    du logo par dessu le slider
    lorsque son apparition est 
    nécéssaire*/
#logo {
  display: block;
  position: absolute;
  z-index: 10;
  width: 30%;
  top: 15%;
  left: 35%;
}

#articles {
  display: flex;
  flex-direction: column;
  margin: 4.4%;
  padding: 4.4% 4.4% 0 4.4%;
  border-radius: 25px;
}
#articles_categorie {
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: space-evenly;
  text-align: center;
  border-radius: 15px;
}
#articles_categorie a.bouton {
  width: 100px;
  height: 30px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 10px;
  font-size: 10px;
  color: black;
}
#articles_categorie.flo {
  background-image: url(../images/flo_transparent.jpg);
  background-size: cover;
  margin-bottom: 4.4%;
}
#articles_categorie.amis {
  background-image: url(../images/amis_transparent.webp);
  background-size: cover;
  margin-bottom: 4.4%;
}
#articles_categorie.visite {
  background-image: url(../images/champs_ble_transparent.webp);
  background-size: cover;
  margin-bottom: 4.4%;
}
#articles_categorie.gite {
  background-image: url(../images/Gite_transparent.webp);
  background-size: cover;
  margin-bottom: 4.4%;
}

#avisGoogle {
  height: 480px;
}

/*-------------------------*/
/*-----qui somme nous?-----*/
/*-------------------------*/
#presentation {
  margin: 4.4%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#presentation h1 {
  font-family: "inter, sans-serif";
  font-size: 32px;
  color: #8DC24C;
}
#presentation img {
  display: block;
  width: 80%;
}
#presentation_texte {
  border-radius: 15px;
}
#presentation_texte p {
  font-family: "lora,sans-serif";
  font-size: 18px;
  text-align: justify;
  padding: 5.5%;
}
#presentation ul {
  display: flex;
  flex-direction: row;
  width: 280px;
  justify-content: space-between;
}
#presentation ul li {
  display: flex;
  flex-direction: column;
  font-family: "inter, sans-serif";
  font-size: 14px;
  width: 134px;
  height: 40px;
  border-radius: 10px;
  text-align: center;
}
#presentation ul li a,
#presentation ul li i {
  color: #ffffff;
}
#presentation h1,
#presentation img,
#presentation ul, #presentation_texte {
  margin: 2.2%;
  border-radius: 15px;
}

/*------------------*/
/*-----contacts-----*/
/*------------------*/
#navInterne ul {
  display: flex;
  height: 45px;
  justify-content: center;
}
#navInterne ul li {
  display: flex;
  width: 290px;
  justify-content: space-between;
}
#navInterne ul li a {
  font-size: 20px;
  width: 90px;
  margin: auto;
  text-align: center;
  color: #8DC24C;
}

#contacts {
  margin: 4.4%;
}
#contacts h1 {
  font-style: "inter, sans-serif";
  font-size: 32px;
  color: #8DC24C;
  text-align: center;
  margin-bottom: 4.4%;
}
#contacts_etiquette {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 195px;
  min-width: 360px;
}
#contacts_etiquette_telephone {
  height: 60px;
  font-size: 32px;
}
#contacts_etiquette_addresse {
  height: 115px;
  font-size: 24px;
}
#contacts_etiquette_telephone, #contacts_etiquette_addresse {
  width: 90%;
  font-style: "lora,sans-serif";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
#contacts_etiquette_telephone i, #contacts_etiquette_addresse i {
  margin-right: 15px;
}

#message h1 {
  font-style: "inter, sans-serif";
  font-size: 32px;
  color: #8DC24C;
  text-align: center;
  margin-bottom: 20px;
}
#message form {
  margin-left: 20px;
}
#message form input[type=radio]:checked {
  accent-color: #2AB300;
}
#message form input[type=text],
#message form input[type=email] {
  width: 95%;
  max-width: 400px;
  border-radius: 10px;
  background-color: #E1F2CE;
  font-style: "lora,sans-serif";
  font-size: 16px;
}
#message form textarea {
  width: 95%;
  height: 200px;
  border-radius: 10px;
  background-color: #E1F2CE;
}
#message form input[type=checkbox] {
  accent-color: #2AB300;
}
#message form .nomPrenom {
  display: flex;
  flex-direction: row;
  max-width: 400px;
  justify-content: space-between;
}
#message form .nomPrenom #nom,
#message form .nomPrenom #prenom {
  width: 60%;
}
#message form #boutons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#message form #boutons input[type=submit],
#message form #boutons input[type=reset] {
  border: none;
  border-radius: 10px;
  color: var(--couleurFondLight);
  font-size: 20px;
  margin-top: 15px;
  margin-left: -20px;
  width: 250px;
  height: 60px;
  color: #ffffff;
}

#information p {
  margin: 20px;
  text-align: justify;
}

#plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4.4%;
}
#plan h1 {
  font-style: "inter, sans-serif";
  font-size: 32px;
  color: #8DC24C;
  text-align: center;
  margin-bottom: 4.4%;
}
#plan #map {
  height: 400px;
  width: 400px;
}

/*-------------*/
/*-----WIP-----*/
/*-------------*/
#wip img {
  margin: 20px 10%;
  width: 80%;
}
#wip p {
  margin: 20px;
  text-align: justify;
}

/*--------------------*/
/*-----politiques-----*/
/*--------------------*/
#politiques {
  margin: 4.4%;
}
#politiques div {
  padding: 4.4%;
  border-radius: 15px;
}
#politiques div h1 {
  font-style: "inter, sans-serif";
}
#politiques div p {
  font-style: "lora,sans-serif";
}
#politiques .fondBlanc {
  color: #2AB300;
}

/*-----------------*/
/*--media queries--*/
/*-----------------*/
@media screen and (min-width: 900px) {
  /*-----général-----*/
  #contenu h1 {
    font-size: 56px;
  }
  /*-----header-----*/
  #bandeau_menuPrincipal {
    display: flex;
  }
  #bandeau_menuPrincipal_burgerPack_burger {
    display: none;
  }
  #bandeau_menuPrincipal_menuDeroulant {
    display: block;
  }
  #bandeau_menuPrincipal_menuDeroulant ul {
    flex-direction: row;
    flex-wrap: wrap;
    position: static;
    width: 700px;
    height: 150px;
    line-height: 30px;
  }
  #bandeau_menuPrincipal_menuDeroulant ul li {
    width: 150px;
    height: 45px;
    font-size: 15px;
  }
  /*-----footer------*/
  #pied ul #ligne1,
  #pied ul #ligne2 {
    display: flex;
    height: 100px;
    justify-content: space-between;
  }
  #pied ul #ligne1 li a img,
  #pied ul #ligne2 li a img {
    width: 280px;
    height: 100px;
    border-radius: 60px;
  }
  #pied ul #ligne1 {
    width: 880px;
  }
  #pied ul #ligne2 {
    width: 580px;
    margin: 2.4% auto;
  }
  #pied p,
  #pied a {
    font-size: 16px;
  }
  /*---------------*/
  /*-----index-----*/
  /*---------------*/
  .nivo-caption h1,
  .nivo-caption p {
    font-size: 64px;
    -webkit-text-stroke: 1px black;
  }
  #articles {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #articles_categorie {
    width: 48%;
  }
  /*-------------------------*/
  /*-----qui sommes-nous-----*/
  /*-------------------------*/
  #presentation_texte p {
    font-size: 22px;
  }
  #presentation ul {
    width: 560px;
  }
  #presentation ul li {
    font-size: 28px;
    width: 268px;
    height: 80px;
  }
  /*------------------*/
  /*-----contacts-----*/
  /*------------------*/
  #contacts_etiquette {
    flex-direction: row;
  }
  #contacts_etiquette_telephone, #contacts_etiquette_addresse {
    /*changement de la taille
     des blocs pour que les 2 aie la meme hauteur*/
    height: 70%;
    width: 45%;
  }
  #message form #boutons {
    flex-direction: row;
    justify-content: space-around;
    padding: 10px 15%;
  }
  #plan #map {
    width: 700px;
    height: 600px;
  }
}
@media screen and (min-width: 1600px) {
  /*-----header-----*/
  #bandeau_menuPrincipal {
    display: flex;
  }
  #bandeau_menuPrincipal_burgerPack_burger {
    display: none;
  }
  #bandeau_menuPrincipal_menuDeroulant {
    display: flex;
    width: 1400%;
    height: 90px;
  }
  #bandeau_menuPrincipal_menuDeroulant ul {
    flex-direction: row;
    position: static;
    width: 100%;
    height: auto;
  }
  #plan #map {
    width: 1200px;
    height: 800px;
  }
}

/*# sourceMappingURL=style.css.map */
