/* Mise en forme du site */

html {
  font-size: 16px;
}

html, body {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; 
}

body{
  background-color: #ffffff;
  font-family: 'Sansita', sans-serif;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  font-size: 1.06rem;
  /* line-height: 200%; */
  line-height: 170%;
  /* text-align: justify; */
  color: #222222;
}

/* section {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
} */

header {
  height: 123px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;  
  background-color: #ffffff;
  width: 100%;
  z-index: 10000;
  overflow: hidden;
}

#header_conteneur {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.menu_mobile {
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
}

a {
  text-decoration: none;
  color: #aad200;
}

a:hover {
  text-decoration: none;
  color: #116e27;
}

h1 {
  /* margin-top: 0; */
  font-family: 'Sansita', sans-serif;
  font-size: 2.5rem;
  color: #116e27;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  /* margin-bottom: 1rem; */
  line-height: 110%;
}

/* #accueil h1 {
  margin-top: 0;
}

h1 sup {
  font-size: 1rem;
} */

h2 {
  font-family: 'Sansita', sans-serif;
  font-size: 2.2rem;
  color: #b5d100;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  /* margin-bottom: 1rem; */
  /* line-height: 120%; */
}

h3 {
  font-family: 'Sansita', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #797979;
  margin: 0px;
}

.paire {
  background-color: #e4e0e0;
}

.impaire {
  background-color: #f1f1f1;
}










/* .avantages {
  background-color: #072C3D;
  color: #ffffff;
  padding: 3rem;
}
 */




/* #accueil {
  background-image: url('../img-interface/accueil.webp');
  background-position: top center;
  height: 660px;
} */

/* .accueil_titre {
  font-size: 6rem;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 800px;
  margin: auto;
  padding-top: 200px;
  margin-bottom: 3rem;
  display: block;
} */

/* .accueil_sous_titre {
  font-size: 3.62rem;
  font-weight: 200;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 800px;
  margin: auto;
} */

/* .accueil_sous_sous_titre {
  font-size: 1.7rem;
  font-weight: 200;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 800px;
  margin: auto;
} */

.accueil_bouton {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  width: 400px;
  margin: 50px auto;
  background-color: #54BEED;
  border-radius: 1rem;
  padding: 1rem;
}

#accueil a {
  color: #ffffff;
}

#accueil a:hover {
  color: #2B2D2D;
}






/* .cadre_infos_terrains {
  background-color: #f7f8f8;
  padding: 1em;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.2em;
} */

/* .cadre_infos_maisons {
  background-color: #ffffff;
  padding: 1em;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.2em;
} */


.titre {
  font-family: 'Sansita', sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin-bottom: 1rem;

  /* line-height: 120%; */
  /* margin-top: 0; */
  /* padding-top: 1em; */
}

.sous_titre {
  font-family: 'Sansita', sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #116e27;
  line-height: 110%;
  margin: 0;
}

.sous_titre_gamme {
  font-family: 'Sansita', sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
  line-height: 110%;
  margin: 0;
}

.sous_sous_titre {
  font-family: 'Sansita', sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 110%;
  margin: 0;
}



.catalogue {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  margin-bottom: 3rem;

}

.catalogue div {
  width: calc(100% / 3 - 20px);
  margin: 0;
  padding: 0;
  line-height: normal;
}

.catalogue img {
  width: 100%;
  height: auto;
}

.cadre_accueil {
  /* background-color: #b5d100; */
  border-radius: 20px;
  width: 50%; 
  margin: 0 auto;
  /* margin-bottom: 3rem; */
  padding: 2rem;
}

/* .souligne {
  border: 0;
  height: 0;
  border-top: 3px solid #59BEEB;
  max-width: 60px;
  margin-left: 0;
  text-align: center;
  margin: 0 auto;
} */

/* .souligne2 {
  border: 0;
  height: 0;
  border-top: 3px solid #ffffff;
  max-width: 60px;
  margin-left: 0;
  text-align: center;
  margin: 0 auto;
} */

/* .souligne3 {
  border: 0;
  height: 0;
  border-top: 1px solid #2c2c2c;
  width: 70%;
  margin-left: 0;
  text-align: center;
  margin: 0 auto;
} */

/* .souligne4 {
  border: 0;
  height: 0;
  border-top: 3px solid #333333;
  max-width: 60px;
  margin-left: 0;
  text-align: center;
  margin: 0 auto 2rem;
} */




/* #chiffres {
  background-color: #ffffff;
} */

/* .chiffre {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  box-sizing: border-box;
  margin: 0;
}

.numero {
  font-size: 4rem;
  font-weight: 700;
  color: #DDE0E1;
  margin-bottom: 0.5rem;
} */

/* .chiffre_libelle {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #1E2227;
} */

/* .chiffres_icone {
  height: 32px;
  margin-right: 1rem;
} */














/* 
.galerie_maisons img:hover {
  opacity: 0.7;
  transition-duration: 0.5s;
} */



/* .galerie_maisons2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2em;
  padding-bottom: 2em;
}

.galerie_maisons2 div {
  flex-grow: 1;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.galerie_maisons2 img {
  opacity: 1;
  transition-duration: 0.5s;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}

.galerie_maisons2 img:hover {
  opacity: 0.7;
  transition-duration: 0.5s;
}
 */


















/* 

#maisons_conteneur {
  width: 100%;
  background-color: #ffffff;
}

#maisons {
  max-width: 1320px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
} */































.logos {
  margin: 0 auto;
  width: 958px;
  display: block;
}

.re2020 {
  display:block;
}

.colonne {
  columns: 2;
  column-gap: 2rem;
}

table {
  border: none;
}

table tr td {
  padding: 3px;
  border-collapse: collapse;
}

.categories tr:hover {
  background-color: #c5c5c5;
}

.bordure {
  border-left: 5px solid #8cbb20;
}

.message {
  width:100%;
}

.message th {
  background-color: #e4e0e0;
  color: #797979;
  font-family: "Roboto Condensed","Segoe UI",sans-serif;
  font-size: 1.2rem;
  padding: 3px;
}

.message td {
  background-color: #f1f1f1;
  padding: 3px;
}

.message_separateur {
  border-bottom: 3px solid #8cbb20;
}

footer {
  /* height: 400px; */
  /* background-image: url('../img-interface/footer.webp');
  background-position-x: center;
  background-repeat: no-repeat; */

  text-align: center;

  /* width: 1320px;
  background-color: #006a17;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: 0 auto; */
  padding: 1rem;
  /* height: 340px; */
  /* color: #8D8D8D;
  background-color: #19191A;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  padding-top: 1rem;
  padding: 1rem;
  font-size: 1rem; */
  /* border: 1px solid green; */
  /* display: block; */
  box-sizing: border-box;
}


/* .footer_coordonnees {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: #000000 5px 0 10px;
  font-weight: 700;
  margin-top: 250px;
  border:1px solid red;
} */

/* #footer_conteneur {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  box-sizing: border-box;
} */

/* footer a {
  color: #aad200;

}

footer a:hover {
  color: #116e27;
}
 */







/*********** TABLEAUX **********/

.tableau {
  border-collapse: collapse;
  font-size: 0.9em;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.tableau td, th {
  padding: 0.4em;
}

.tableau thead th {
  font-weight: bold;
  text-align: left;
  background-color: #393939;
  color: #ffffff;
  border-bottom: 3px solid #757575;
}

/* .tableau tbody td+td+td+td a {
  padding-right: 1em;
}

.tableau tbody td+td+td+td a:hover {
  padding-right: 1em;
} */

.tableau tbody th, .tableau tbody td {
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
  text-align: left;
}

.paire {
  background-color: #e1e1e1;
}

.impaire {
  background-color: #c5c5c5;
}

.annule {
  background-color: #777777;
}

.tableau tbody tr:hover {
  background-color: #f6f6f6;
}

.icone {
  border: none;
  vertical-align: middle;  
}


/*********** FIN TABLEAUX **********/


















/* #footer_left {
  max-width: 700px;
  width: 47%;
  display: inline-block;
  vertical-align: top;
}

footer li {
 display : list-item;
 list-style-image : url('../img-interface/puce.png');
}

#footer_right {
  max-width: 700px;
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
}

footer .titre {
  font-family: "Roboto Condensed","Segoe UI",sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color :#9b9b9b;
}

footer .mentions {
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 150%;
}

footer a {
  color: rgba(140,190,65,1);
}

footer a:hover {
  color: #9b9b9b;
} */

.cadre_bouton {
  width: 20px;
  height: 220px;
  background-position: top center;
  background-repeat: no-repeat;
  display: table-cell;
  padding: 0px;
  margin: 0px;
}


/*********** MINIATURE TERRAINS ***********/

/* .terrain {
  display:inline-block;
  width: 320px;
  height: 240px;
  text-align: center;
  font-size: 16px;
  font-family: "Roboto Slab","Segoe UI",sans-serif;
  line-height: 30px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
  border: 10px solid rgba(26, 23, 27, 0.8);
}

.terrain_gauche {
  width: 140px;
  height: 210px;
  float:left;
}

.terrain_droite {
  width: 179px;
  height: 210px;
  float: right;
}

.terrain_legende {
  clear: both;
  height: 30px;
  background-image: url("../img-interface/transparent-noir.png");
}

a .terrain_legende {
  color: #ffffff;
}

a:hover .terrain_legende {
  text-decoration: none;
  color: #aaaaaa;
} */

/*********** FIN MINIATURE TERRAINS ***********/



/*********** MINIATURE MAISONS ***********/

/* .maison {
  display:inline-block;
  width: 423px;
  height: 240px;
  text-align: center;
  font-size: 16px;
  font-family: "Roboto Slab","Segoe UI",sans-serif;
  line-height: 30px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
  border: 10px solid rgba(26, 23, 27, 0.8);
}

.maison_gauche {
  width: 200px;
  height: 210px;
  float:left;
}

.maison_droite {
  width: 200px;
  height: 210px;
  float: right;
  text-align: right;
}

.maison_legende {
  clear: both;
  height: 30px;
  background-image: url("../img-interface/transparent-noir.png");
}

 a .maison_legende {
  color: #ffffff;
}

a:hover .maison_legende {
  text-decoration: none;
  color: #aaaaaa;
} */

/*********** FIN MINIATURE MAISONS ***********/

.gallery {
  clear: both;
  height: 215px;
  overflow: auto;
  white-space: nowrap;
  display: none;
  padding-bottom: 2em;
}

.gallery img {
  margin-right: 5px;
  border: 0px;
  display: none;
}

.cadre_fiche {
  background-color: #efefef;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 10px;
}

.categorie:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #000000;
}

.note_dev {
  background-color: #ffcc00;
}

.tel {
  font-size: 30px;
  color: #ffffff;
  font-family: "Roboto Slab","Segoe UI",sans-serif;
}

.categorie {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ffffff;
  padding: 5px 10px 5px 10px;
  margin-bottom: 3px;
  margin-right: 10px;
  border-radius: 10px;
  transition: background 1s ease-out;  
}

.categorie:hover {
  background-color: rgba(26, 23, 27, 0.8);
}

.gauche {
  display: inline-table;
  padding-right: 1rem;
  width: 48%;
  vertical-align: top;
}

.droite {
  display: inline-table;
  padding-left: 1rem;
  width: 48%;
  vertical-align: top;
}

.cadre_formulaire{
  background-color: #f5f3f3;
  padding: 15px;
  margin-bottom: 10px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  color: #000000;
}

.titre_formulaire{
  font-family: "Roboto Condensed","Segoe UI",sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
  padding: 10px;
  margin-top: 10px;
  background-color: #444444;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.tag_classement {
  background-color: #323232;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 10px;
  font-size: 0.9rem;
}

.description_maison {
  display: inline-block;
  max-width: 910px;
  vertical-align: top;
}

.description_terrain {
  display: inline-block;
  max-width: 1010px;
  vertical-align: top;
}

.savoir_plus {
  background: rgba(140, 190, 65, 1);
  padding: 0.5rem;
  color: #ffffff;
  border-radius: 20px;
  text-align: center;
  max-width: 450px;
  margin-bottom: 1rem;
}

.savoir_plus:hover {
  background-color: #797979;
}

.savoir_plus_titre {
  font-family: "Roboto Condensed","Segoe UI",sans-serif;  
  font-size: 1.5rem;
  font-weight: 700;
}

.savoir_plus_titre a {
  color: #ffffff;
}





/*********** TAGS **********/

.mini_tag {
  font-size: 0.8em;
  color: #000000;
  padding: 0.4em 0.5em 0.4em 0.5em ;
  border-radius: 3px;
  white-space: pre;  
  background-color: #007f00;
}

.mini_tag:hover {
  background-color: #dddddd;
}

.tag {
  font-size: 0.8em;
  color: #000000;
  padding: 0.5em 1em 0.5em 1em ;
  border-radius: 3px;
  text-transform: uppercase;  
  white-space: pre;
}

.tag2 {
  font-size: 0.8em;
  color: #000000;
  padding: 0.5em 1em 0.5em 1em ;
  border-radius: 3px;
  text-transform: uppercase;  
  white-space: pre;
}

.tag:hover {
  background-color: #dddddd;
}

.neutre {
  background-color: #8cbe41
}

.ajout {
  background-color: #54BEED;
}

.attente {
  background-color: #cccccc;
}

.valide {
  background-color: #c0de0c;
}

.refuse {
  background-color: #e80000;
}

.supprimer {
  background-color: #e80000;
}

/*********** FIN TAGS **********/


/***********  FORMULAIRES ***********/



/* #contact .libelle {
  width: 25%;
  display: block;
  float: left;
} */

input.champ_text, textarea.champ_text, input.inputform, textarea.inputform, select.champ_text, iframe.champ_text {
  font-family: 'Sansita', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #323232;
  background-color: #ffffff;
  padding: 11px 20px 13px 20px;
  border-radius: 5px;
  line-height: 1.5;
  border: 1px solid #aad200;
  box-sizing: border-box;
  margin: 0px;
  display: inline-block;
  /* border-left: 5px solid rgba(140, 190, 65, 1); */
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: middle;
}

input.champ_text:focus, textarea.champ_text:focus, iframe.champ_text:focus {
  /* color: #696969; */
  border: 1px solid #116e27;
  outline: 0;
  /* background-color: #f9f9f9; */
  /* border-left: 5px solid rgba(77, 77, 7, 1); */
}

input.champ_text_error, textarea.champ_text_error, select.champ_text_error, iframe.champ_text_error  {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #323232;
  background-color: #ffffff;
  padding: 11px 20px 13px 20px;
  line-height: 1.5;
  border: 1px solid #a30e0e;
  box-sizing: border-box;

  outline: 0;



  /* background-color: #faf9f5; */
  /* padding: 10px; */
  /* border-left: 5px solid rgba(193, 65, 32, 1); */
  width: 100%;
}

.text_erreur {
  font-size: 0.8rem;
  color: #a30e0e;
  margin: 5px;
}

.bouton_valider {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #ffffff;
  background-color: #116e27;
  text-transform: uppercase;
  border: 0px;
  margin: 0px;
  padding: 1rem 3rem 1rem 3rem;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 3rem;
}

.recherche {
  width: 500px;
  vertical-align: bottom;
  float: left;
}

.recherche_valider {
  width: 250px;
  display: inline-block;
  vertical-align: bottom;
}

.cadre_erreur {
  background-color: #faf9f5;
  color: rgba(193, 65, 32, 1);
  text-align: center;
  padding: 10px;
  border: 1px solid rgba(193, 65, 32, 1);
  margin-bottom: 10px;
}

.cadre_confirmation {
  background-color: #ffffff;
  color: #007f00;
  border: 1px solid rgba(140, 190, 65, 1);
  text-align: center;
  padding: 10px;
}

.entete_colonne {
  text-align: center;
  font-weight: bold;
  background-color: #aa9881;
  color: #ffffff;
}

.entete_ligne {
  text-align: left;
  font-weight: bold;
  background-color: #aa9881;
  color: #ffffff;
}

.edit input {
  font-size: 0.8rem;
}

.obligatoire {
  text-decoration: underline;  
}

.instructions {
  display: none;
}

.upload {
  cursor: pointer;
  background-color: #b5d100;
  padding: 1rem;
  border-radius: 5px;
}


/*********** FIN FORMULAIRES ***********/



/*********** GALERIE DE PHOTOS TRIABLES ***********/

#liste_photos {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#liste_photos div:not(.enfant) {
  flex-basis: 340px;
  width: 32%;
  margin: 3px;
}

div.parent {
  width: 340px;
  height: 340px;
  background-size: 340px 340px;
  box-sizing: border-box;
  border-radius: 3px;
}

div.enfant {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms, visibility 500ms;
  background-color: #f6f7fb;
  /* width: 100%;
  height: 100%; */
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  margin: 0 !important;
  overflow: hidden;
  /* border-radius: 3px; */
}

div.parent:hover .enfant {
  opacity: 100;
  visibility: visible;
  transition: opacity 500ms, visibility 500ms;
}

div.enfant img {
  margin: 1em;
}

.highlight{
  background: #f2f2f2;
  border: 1px dashed #222222;
  height: 340px;
  width: 340px;
}

#photo_principale img {
  width: 100%;
  display: block;
}

.bouton_rafraichir {
  margin-top: 5px;
  font-size: 18px;
  text-align: center;
  padding: 15px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #54BEED;
  text-transform: uppercase;
}



/*********** FIN GALERIE DE PHOTOS TRIABLES ***********/


/*********** GOOGLE ICONS **********/

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

/*********** FIN GOOGLE ICONS **********/


/*********** CATEGORIES ADMIN ***********/

.categories_intitules {
  display: grid;
  grid-template-columns: 6fr 2fr 2fr;
  grid-gap: 3px;
  margin-bottom: 10px;
}

.intitule1 {
  padding-left: 10px;
  font-weight: 400;
  font-size: 1.5rem;
}

.intitule2 {
  padding-left: 10px;
  font-weight: 400;
}

.intitule3 {
  padding-left: 10px;
  font-weight: 400;
}


ul#categories{
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 3rem;
}

ul#categories a{
  color: #000000;
}

ul#categories a:hover{
  color: #a5a5a5;
}

ul#categories li{
  display: grid;
  grid-template-columns: 6fr 2fr 2fr;
  /* grid-template-rows: 15px; */
  grid-gap: 3px;

  /* font-size: 20px; */
  /* font-weight: bold; */
  /* display: block; */
  /* width: 100%; */
  /* text-shadow: 0 1px 1px #ffffff;
  letter-spacing: -1px; */
  /* height: 70px; */
  /* width: 960px; */
  /* border-top: 1px solid #a3a3a3; */
  /* border-bottom: 1px solid #a3a3a3; */
  /* background-color: #f6f7fb; */

  /* border-left: 3px solid #54BEED; */ 
  cursor: move;
  color: #212326;
  position: relative;
  margin-bottom: 3px;
  /* background-image: url('../img-interface/fond-categorie.jpg'); */

  border-radius: 3px;
  background-color: #f6f7fb;
  height: 56px;
  align-items: center;
}

ul#categories li:hover{
  background-color: #e9ebf3;
}

.un {
  margin: 0;
  /* background-color: red;
  background-color: #f6f7fb; */
  padding: 5px;
  padding-left: 20px;

}

.deux {
  padding-left: 10px;
  /* background-color: green;
  background-color: #f6f7fb; */
  padding: 5px;
}

.trois {
  padding-left: 10px;
  /* background-color: blue;
  background-color: #f6f7fb; */
  padding: 5px;
}

ul#categories li.highlight{
  background: #f2f2f2;
  border: 1px dashed #212326;
  width: 100%;
}








ul#produits{
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 3rem;
}

ul#produits a{
  color: #000000;
}

ul#produits a:hover{
  color: #a5a5a5;
}

ul#produits li{
  display: grid;
  grid-template-columns: 6fr 2fr 2fr;
  /* grid-template-rows: 15px; */
  grid-gap: 3px;

  /* font-size: 20px; */
  /* font-weight: bold; */
  /* display: block; */
  /* width: 100%; */
  /* text-shadow: 0 1px 1px #ffffff;
  letter-spacing: -1px; */
  /* height: 70px; */
  /* width: 960px; */
  /* border-top: 1px solid #a3a3a3; */
  /* border-bottom: 1px solid #a3a3a3; */
  /* background-color: #f6f7fb; */

  /* border-left: 3px solid #54BEED; */ 
  /* cursor: move; */
  color: #212326;
  position: relative;
  margin-bottom: 3px;
  /* background-image: url('../img-interface/fond-categorie.jpg'); */

  border-radius: 3px;
  background-color: #f6f7fb;
  height: 56px;
  align-items: center;
}

ul#produits li:hover{
  background-color: #e9ebf3;
}












.bouton_admin {
  border-radius: 3px;
  background-color: #f6f7fb;
  /* height: 56px; */
  padding: 1rem;
  /* margin-top: 1rem; */
  /* margin-bottom: 1rem; */
  display: inline-block;
}

.bouton_admin:hover {
  background-color: #e9ebf3;
}

.ariane {
  /* border-radius: 3px; */
  /* background-color: #f6f7fb; */
  /* height: 56px; */
  padding: 1rem;
  /* margin-top: 1rem; */
  /* margin-bottom: 1rem; */
  display: inline-block;
}

/*********** FIN CATEGORIES ADMIN ***********/





/*********** NAVIGATION ***********/

nav {
  font-family: 'Sansita', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 123px;
  margin-bottom: 10px;
  color: #ffffff;
  max-width: 1400px;
  margin: 0 auto 0;
  text-transform: uppercase;
  display: flex;
}

nav ul {
  padding: 0px;
  list-style: none;
  display: inline-block;
  margin: 0 auto;
}

/* .nav_admin {
  width: 720px;
} */

nav li {
  float: left;
  margin: 0px;
  padding: 0px;
}

nav a {
  float: left;
  display: block;
  padding: 0px 8px 0px 8px;
  margin: 0px 8px 0px 8px;
  text-decoration: none;
  color: #116e27;
}

nav a:hover {
  color: #b5d100;
}

nav #current a {
  color: #116e27;
}

.separateur {
  float: left;
}

nav img {
  margin-top: 17px;
}

#langues {
  margin-left: 3rem;
  color: #b5d100;
  font-size: 1rem;
}

#langues a {
  padding: 0px 2px 0px 2px;
  margin: 0px 2px 0px 2px;
  color: #b5d100;
}

#langues a:hover {
  color: #116e27;
}

.icone_compte {
  padding-top: 0.3rem;
}



/*********** FIN NAVIGATION ***********/


/*********** PAGINATION ***********/

.pagination {
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
}

.pages {
  color: #8cbe41;
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
  margin: 3px;
  background-color: #323232;
  line-height: 25px;
}

.pages:hover {
  color: #f2f2f2;
  font-weight: bold;
  text-decoration: none;
  background-color: #444444;
}

.page_actuelle {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
  margin: 3px;
  background-color: #8cbe41;
  line-height: 25px;
}

.page_actuelle:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background-color: #e8e8e8;
}

/*********** FIN PAGINATION ***********/




  
/*********** ORDINATEURS ***********/
@media screen and (min-width: 1370px){

  .header_mini {
    height: 123px;
    transition: all 0.5s ease;
  }

  .header_maxi {
    height: 123px;
    transition: all 0.5s ease;
  }
  
  /* .nav_mini {
    margin-top: 12px;
    transition: all 0.5s ease;
  }

  .nav_maxi {
    margin-top: 12px;
    transition: all 0.5s ease;
  } */

  /* .section {
    width: 90%;
    max-width: 1320px;
    padding-top: 3em;
    padding-bottom: 3em;
    margin: 0 auto;
  } */
  
  .marge {
   height: 123px;
   display: block;
  }
  
  .contact {
    width: 880px;
    margin: 0 auto;
  }

  #section1 {
    margin-top: 100px;
    height: 300px;
    max-width: none;
    width: 100%;
  }
  
  /* .contenu {
    width: 90%;
    margin: 0 auto;
    max-width: 1140px;
  } */

  .contenu {
    width: 90%;
    max-width: 1320px;
    padding-top: 3em;
    padding-bottom: 3em;
    margin: 0 auto;
  }

  .contenu_etroit {
    width: 1000px;
    margin: 0 auto;
  }

  .header_pages {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
  }
  
  .cadres_accueil {
    display: flex;
  }

  .cadre_image {
    flex-grow: 1;
    max-width: 40%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

  .cadre_image img {
    opacity: 1;
    transition-duration: 0.5s;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
  }

  .cadre_texte {
    flex-grow: 1;
    max-width: 60%;
    box-sizing: border-box;
    padding: 0 2rem 0 2rem;
    margin: 0;
    color: #ffffff;
  }

  .cadre_texte h2 {
    font-family: 'Sansita', sans-serif;
    font-size: 1.8rem;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
  }

  .couleur1 {
    background-color: #d8aa4c;
  }

  .couleur2 {
    background-color: #b5d100;
  }

  .points_conteneur {
    background-color: #ffffff;
  }
  
  .points {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
  
  .point {
    flex-grow: 1;
    max-width: 30%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #ffffff;
  }
  





  .schema {
    width: 778px;
    margin: 5rem auto;
    display: block;
  }







  .marge_point1 {
    padding-top: 4px;
  }
  
  .marge_point2 {
    padding-top: 52px;
  }
  
  .marge_point_gamme1 {
    padding-top: 20px;
  }
  
  .marge_point_gamme2 {
    padding-top: 22px;
  }
  
  
  .point_separateur {
    margin: 0;
    padding: 0;
  }
  
  .point_image {
    box-sizing: border-box;
    margin-bottom: -30px;
  }
  
  .point_image_gamme {
    box-sizing: border-box;
    margin-bottom: -150px;
  }
  
  .point_texte {
    background-color: #b5d100;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 430px;
  }
  
  .point_texte_gamme {
    border-radius: 20px;
    padding-top: 150px;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 330px;
  }
  
  .gamme1 {
    background-color: #cd8133;
  }
  
  .gamme2 {
    background-color: #b5d100;
  }
  
  .gamme3 {
    background-color: #116e27;
  }
  
  .point_texte p {
    line-height: normal;
  }
  
  .bouton {
    background-color: #116e27;
    border-radius: 20px;
    padding: 1rem;
    text-align: center;
    color: #ffffff;
    width: 70%;
    margin: 1rem auto;
    font-size: 1.7rem;
    text-transform: uppercase;
  }


  .boutique {
    display: flex;    
  }

  .navigation_boutique {
    width: 20%;
  }

  .affichage_produits {
    width: 80%;
  }

  .cat {
    /* background-color: #b5d100; */
    color: #116e27;
    list-style: none;
    margin: 0;
    padding: 0.5rem;
    /* border-radius: 5px; */
    font-size: 1.3rem;
  }
  
  .sous_cat {

  }







  .logos_bio {
    float: left;
    margin-right: 2rem;
    height: 250px;
  }
  
  .logo_ab {
    margin: 1rem;
  }
  
}


/*********** FIN ORDINATEURS ***********/


  

  

/*********** TABLETTES ***********/
/* @media screen and (max-width: 1370px){

  
  body {
    font-size: 1rem;  
  }

  header {
    height: 123px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;  
    background-color: #323232;
    width: 100%;
    z-index: 10000;
    overflow: hidden;
    background-image: none;
  }

  
  section {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }

  #section1 {
    margin-top: 100px;
    height: 300px;
    max-width: none;
    width: 100%;
  }
  
  #accueil {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  
  nav {
    float: none;
    width: 700px;
    margin-top: 5px;
    height: 30px;
    font-size: 1.1rem;
    margin: 14px auto;
  }
  
  nav a {
    float: left;
    display: block;
    padding: 0px 10px 0px 10px;
    margin: 0px 10px 0px 10px;
    text-decoration: none;
    color: #ffffff;
  }

  .header_mini {
    height: 60px;
    transition: all 0.5s ease;
  }

  .header_maxi {
    height: 60px;
    transition: all 0.5s ease;
    background-image: none;
  }
  
  .nav_mini {
    transition: all 0.9s ease;
    background-image: none;
  }

  .nav_maxi {
    transition: all 0.9s ease;
  }

  footer {
    font-size: 0.9rem;
    height: auto;
    padding-bottom: 1rem;
  }

  #footer_left {
    max-width: 700px;
    width: 46%;
    display: inline-block;
    vertical-align: top;
    padding-left: 1rem;
  }

  #footer_right {
    max-width: 700px;
    width: 46%;
    display: inline-block;
    vertical-align: top;
    padding-right: 1rem;
  }
  
}




@media screen and (max-width: 1100px){
  #footer_left {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  #footer_right {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

    #contact .libelle {
    display: block;
    width: 100%;
    float: none;
  }

  input.champ_text, textarea.champ_text, input.inputform, textarea.inputform, select.champ_text, iframe.champ_text {
    display: block;
    width: 100%;
  }
} */


/*********** FIN TABLETTES ***********/





/*********** SMARTPHONE ***********/
/* @media (max-device-width: 870px) and (orientation: landscape) { */
@media (max-width: 1370px) and (orientation: landscape) {

    html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}

/* @media screen and (max-device-width: 870px){ */
@media screen and (max-width: 1370px){

  * {
    box-sizing: border-box;
  }

  
  /* passer body (et tous les éléments de largeur fixe) en largeur automatique */

  body {
    width: auto;
    margin: 0;
    padding: 0;
  }

  /* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

  img,
  table,
  td,
  th,
  blockquote,
  code,
  pre,
  textarea,
  input,
  iframe,
  object,
  embed,
  video {
    max-width: 100%;
  }

  /* conserver le ratio des images */

  img {
    height: auto;
  }

  /* gestion des mots longs */

  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    hyphens: auto; /* césure propre */
    word-wrap: break-word; /* passage à la ligne forcé */
  }

  header {
    height: 60px;
    background-image: none;
  }
  
  #header_conteneur {
    width: 100%;
  }
 
  .header_mini {
    height: 60px;
  }

  .header_maxi {
    height: 60px;
  }

  .logo_mini {
    margin-top: 12px;
  }
  
  .logo_img {
    width: 146px;
    margin: 5px auto;;
  }
  
  .marge {
    height: 60px;
   }

  nav {
    display: block;
  }

  nav {
    width: 100%;
    line-height: 40px;
    margin: 0px;
    color: #ffffff;
    float: none;
  }

  nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    margin: 0 auto;
  }
  
  nav > #navigation li {
    float: none;
    width: 100%;
  }
  
  nav > #navigation a {
    float: none;
    padding: 0px;
    margin: 0px;
  }

  #langues {
    width: 55px;
    margin: 0 auto;
    color: #b5d100;
    font-size: 1rem;
  }
  
  /* .nav_mini {
    margin: 0px;
  }

  .nav_maxi {
    margin: 0px;
  } */

  .menu_mobile {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  
  .menu_ouvert {
    height: 100%;
    transition: all 0.5s ease;
  }
  
  .menu_ferme {
    height: 60px;
    transition: all 0.5s ease;
  }


  .contact {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }






  .cadres_accueil {
    display: block;
  }
  
  .cadre_image {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  .cadre_image img {
    opacity: 1;
    transition-duration: 0.5s;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
  }
  
  .cadre_texte {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem;
    margin: 0;
    color: #ffffff;
  }
  
  .cadre_texte h2 {
    font-family: 'Sansita', sans-serif;
    font-size: 1.8rem;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
  }
  
  .couleur1 {
    background-color: #d8aa4c;
  }
  
  .couleur2 {
    background-color: #b5d100;
  }
  







  .marge_point1 {
    padding-top: 4px;
  }
  
  .marge_point2 {
    padding-top: 52px;
  }
  
  .marge_point_gamme1 {
    padding-top: 20px;
  }
  
  .marge_point_gamme2 {
    padding-top: 22px;
  }
  
  
  .point_separateur {
    margin: 0;
    padding: 0;
  }
  
  .point_image {
    box-sizing: border-box;
    margin-bottom: -30px;
  }
  
  .point_image_gamme {
    box-sizing: border-box;
    margin-bottom: -150px;
  }
  
  .point_texte {
    background-color: #b5d100;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    /* height: 430px; */
  }
  
  .point_texte_gamme {
    border-radius: 20px;
    padding-top: 150px;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    /* height: 330px; */
  }
  
  .gamme1 {
    background-color: #cd8133;
  }
  
  .gamme2 {
    background-color: #b5d100;
  }
  
  .gamme3 {
    background-color: #116e27;
  }
  
  .point_texte p {
    line-height: normal;
  }
  
  .bouton {
    background-color: #116e27;
    border-radius: 20px;
    padding: 1rem;
    text-align: center;
    color: #ffffff;
    width: 40%;
    margin: 1rem auto;
    font-size: 1.7rem;
    text-transform: uppercase;
  }









  .schema {
    max-width: 778px;
    width: 100%;
    margin: 5rem auto;
    display: block;
  }
    




  .points_conteneur {
    background-color: #ffffff;
  }
  
  .points {
    display: block;
  }
  
  .point {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin-top: 2rem;
    text-align: center;
    color: #ffffff;
  }
  
  .logos_bio {
    display: block;
    /* float: left;
    margin-right: 2rem;
    height: 250px; */
  }
  
  .logo_ab {
    margin: 1rem;
  }


  /* #points_conteneur {
    height: auto;
  }

  #points {
    height:auto;
  }

  #points p {
    padding-left: 15px;
    padding-right: 15px;
  } */

  /* .point {
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
  } */

  .colonne {
    columns: 1;
  }

  .section {
    width: 100%;
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .cadre_formulaire{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -1rem;
    margin-right: -1rem;
 }

  .titre_formulaire{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
  }

  #contact .libelle {
    display: block;
    width: 100%;
    float: none;
  }

  input.champ_text, textarea.champ_text, input.inputform, textarea.inputform, select.champ_text, iframe.champ_text {
    display: block;
    width: 100%;
  }


  /*********** MINIATURE TERRAINS ***********/

  /* .terrain {
    display: inline-block;
    width: 320px;
    height: 240px;
    text-align: center;
    font-size: 16px;
    font-family: "Roboto Slab","Segoe UI",sans-serif;
    line-height: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffffff;
    border: 10px solid rgba(26, 23, 27, 0.8);
  }

  .terrain_gauche {
    width: 130px;
    height: 190px;
    float:left;
  }

  .terrain_droite {
    width: 170px;
    height: 190px;
    float: right;
  }

  .terrain_legende {
    clear: both;
    height: 30px;
    background-image: url("../img-interface/transparent-noir.png");
  }

  a .terrain_legende {
    color: #ffffff;
  }

  a:hover .terrain_legende {
    text-decoration: none;
    color: #aaaaaa;
  } */


  /*********** FIN MINIATURE TERRAINS ***********/


  /*********** MINIATURE MAISONS ***********/

  /* .maison {
    display: inline-block;
    width: 350px;
    height: 199px;
    text-align: center;
    font-size: 16px;
    font-family: "Roboto Slab","Segoe UI",sans-serif;
    line-height: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffffff;
    border: 10px solid rgba(26, 23, 27, 0.8);
  }

  .maison_gauche {
    width: 100px;
    height: 149px;
    float:left;
  }

  .maison_droite {
    width: 220px;
    height: 149px;
    float: right;
    text-align: right;
  }

  .maison_legende {
    clear: both;
    height: 30px;
    background-image: url("../img-interface/transparent-noir.png");
  }

   a .maison_legende {
    color: #ffffff;
  }

  a:hover .maison_legende {
    text-decoration: none;
    color: #aaaaaa;
  } */

  /*********** FIN MINIATURE MAISONS ***********/

  footer {
    height: auto;
    padding-bottom: 1rem;
  }

  footer .titre {
    font-size: 1.6rem;
  }
  
  #footer_left {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
 
  #footer_right {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }


}
/*********** FIN SMARTPHONE ***********/