@charset "UTF-8";
/* Great vibes */
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
/* Roboto slab */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
/* Playfair display */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* Article */
/* Times sans serif */
@font-face {
  font-family: "times_new_romanregular";
  src: url("../fonts/times-webfont.woff2") format("woff2"), url("../fonts/times-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-size: clamp(15px, 4vw, 20px);
  /* La taille de la police va s'adapter entre 15px et 24px */
  font-family: "Roboto Slab", serif;
}

h1,
h2,
h3,
h4 {
  font-size: clamp(20px, 5vw, 30px);
  /* La taille de la police va s'adapter entre 20px et 30px */
}

/* Contenu*/
.contenu {
  width: 90%;
  margin: auto;
}

/* Bouton top */
#boutonTop {
  height: 70px;
  width: 70px;
  background-color: #b1e1e2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 75%;
  bottom: 35px;
  cursor: pointer;
  z-index: 2000;
}
#boutonTop i {
  font-size: 26px;
}

/* LightBox, forcer le changement du style*/
.lb-image {
  width: 800px !important;
  height: 800px !important;
  object-fit: cover;
  text-align: center;
}

/* ============ Mentions Légales ============ */
#mentionsLegalesConteneur {
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* ====== Titre et paragraphe ====== */
}
#mentionsLegalesConteneur .mentionsLegales {
  margin-bottom: 32px;
  width: 80%;
  /* Titre */
}
#mentionsLegalesConteneur .mentionsLegales h2 {
  margin-bottom: 12px;
  color: #afd5d6;
  font-weight: 800;
}
#mentionsLegalesConteneur .mentionsLegales {
  /* Paragraphe */
}
#mentionsLegalesConteneur .mentionsLegales p {
  margin-bottom: 24px;
  overflow-wrap: break-word;
  line-height: 32px;
  /* Lien */
}
#mentionsLegalesConteneur .mentionsLegales p a:hover {
  color: #afd5d6;
}

/* ============ Erreur 404 ============ */
#erreur404 {
  width: 70%;
  margin: auto;
  margin-top: 50px;
  /* Image */
}
#erreur404 #erreurImage img {
  height: 200px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: contain;
}
#erreur404 {
  /* ======== Message d'erreur ======== */
}
#erreur404 #ErreurTexteConteneur {
  /* Titre */
}
#erreur404 #ErreurTexteConteneur #erreurTexte h1 {
  margin-bottom: 12px;
}
#erreur404 #ErreurTexteConteneur #erreurTexte {
  /* Paragraphe "Erreur 404" */
}
#erreur404 #ErreurTexteConteneur #erreurTexte p:nth-child(2) {
  margin-bottom: 12px;
}
#erreur404 #ErreurTexteConteneur #erreurTexte {
  /* Paragraphe message */
}
#erreur404 #ErreurTexteConteneur #erreurTexte p:nth-child(3) {
  margin-bottom: 24px;
}
#erreur404 #ErreurTexteConteneur {
  /* Lien retour accueil */
}
#erreur404 #ErreurTexteConteneur #lien .lien {
  padding: 8px;
  text-transform: Uppercase;
  font-family: "times_new_romanregular";
  font-weight: 700;
  background-color: #afd5d6;
  border: none;
  margin-bottom: 24px;
}
#erreur404 #ErreurTexteConteneur #lien .lien:hover {
  background-color: rgba(175, 213, 214, 0.875);
}
#erreur404 #ErreurTexteConteneur #lien .lien {
  color: #000;
}

/* ============================= Page d'accueil ============================= */
/* ============ Header ============ */
/* Header */
#bandeau {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#bandeau #bandeauContenu {
  /* ======= Logo ======= */
}
#bandeau #bandeauContenu #logo {
  margin: 24px 0 24px 0;
}
#bandeau #bandeauContenu #logo img {
  height: 200px;
  width: 200px;
}
#bandeau #bandeauContenu {
  /* ================ Coordonées et menu ================ */
}
#bandeau #bandeauContenu #coordoneesMenu {
  /* ======= Coordonées ======= */
}
#bandeau #bandeauContenu #coordoneesMenu #bandeauCoordonnees p {
  margin-bottom: 24px;
}
#bandeau #bandeauContenu #coordoneesMenu #bandeauCoordonnees p a {
  color: #000;
}
#bandeau #bandeauContenu #coordoneesMenu #bandeauCoordonnees i {
  margin-bottom: 24px;
  font-size: 25px;
  color: #000;
}
#bandeau #bandeauContenu #coordoneesMenu {
  /* ======= Menu principal ======= */
}
#bandeau #bandeauContenu #coordoneesMenu #menuPrincipal {
  display: flex;
  flex-direction: column;
  /* Burger */
}
#bandeau #bandeauContenu #coordoneesMenu #menuPrincipal #burger {
  padding-bottom: 12px;
}
#bandeau #bandeauContenu #coordoneesMenu #menuPrincipal #burger i {
  background-color: #afd5d6;
  color: #fff;
  width: 54px;
  font-size: 22px;
  padding: 8px;
  margin-bottom: 16px;
}
#bandeau #bandeauContenu #coordoneesMenu #menuPrincipal {
  /* ======= Menu ======= */
  /* ul */
}
#bandeau #bandeauContenu #coordoneesMenu #menuPrincipal #menu {
  display: none;
  position: relative;
  width: 100%;
  margin-top: -20px;
  height: 50vh;
  background-color: white;
}
#bandeau #bandeauContenu #coordoneesMenu #menuPrincipal #menu li {
  padding: 8px 0 8px 0;
}
#bandeau #bandeauContenu #coordoneesMenu #menuPrincipal #menu li a {
  display: block;
  color: #000;
}
#bandeau #bandeauContenu #coordoneesMenu #menuPrincipal #menu li a:hover {
  border-bottom: 3px solid #afd5d6;
}
#bandeau #bandeauContenu #coordoneesMenu #menuPrincipal #menu li {
  /* Page active */
}
#bandeau #bandeauContenu #coordoneesMenu #menuPrincipal #menu li .menuOn {
  background-color: #afd5d6;
  padding: 8px;
}

/* ============ Présentation ============ */
#presentationConteneur {
  text-align: center;
  /* ========= Textes ========= */
}
#presentationConteneur #presentationTextes #presentation {
  /* ========= Titre ========= */
}
#presentationConteneur #presentationTextes #presentation h1 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 24px;
  font-size: clamp(30px, 5vw, 40px);
  /* ========= Changer la couleur du titre ========= */
}
#presentationConteneur #presentationTextes #presentation h1 span {
  font-family: "Great Vibes", cursive;
  color: #afd5d6;
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 800;
}
#presentationConteneur #presentationTextes #presentation {
  /* ========= Bouton ========= */
}
#presentationConteneur #presentationTextes #presentation .lien {
  padding: 8px;
  text-transform: Uppercase;
  font-family: "times_new_romanregular";
  font-weight: 700;
  background-color: #afd5d6;
  border: none;
  margin-bottom: 24px;
}
#presentationConteneur #presentationTextes #presentation .lien:hover {
  background-color: rgba(175, 213, 214, 0.875);
}
#presentationConteneur #presentationTextes #presentation .lien {
  color: #000;
}
#presentationConteneur #presentationTextes {
  /* ================= Description ================= */
}
#presentationConteneur #presentationTextes .presentationDescription {
  padding: 24px 0 16px 0;
  /* ========= Tous les paragraphes ========= */
}
#presentationConteneur #presentationTextes .presentationDescription p {
  margin-bottom: 16px;
}
#presentationConteneur #presentationTextes .presentationDescription {
  /* ========= Tous les titres ========= */
}
#presentationConteneur #presentationTextes .presentationDescription h2 {
  margin-bottom: 16px;
  font-weight: 500;
}
#presentationConteneur #presentationTextes .presentationDescription {
  /* ============== Vente ============== */
}
#presentationConteneur #presentationTextes .presentationDescription .presentationVente {
  display: flex;
  /* ========= Icône ========= */
}
#presentationConteneur #presentationTextes .presentationDescription .presentationVente i {
  width: 12px;
  margin-top: 4px;
  margin-right: 8px;
}
#presentationConteneur #presentationTextes .presentationDescription .presentationVente {
  /* Paragraphe */
}
#presentationConteneur #presentationTextes .presentationDescription .presentationVente p {
  text-align: start;
}
#presentationConteneur #presentationTextes .presentationDescription {
  /* ============ Réservation ============ */
}
#presentationConteneur #presentationTextes .presentationDescription #reservation {
  margin-bottom: 24px;
  /* ========= Deuxième ========= */
}
#presentationConteneur #presentationTextes .presentationDescription #reservation p:nth-child(2) {
  margin-bottom: 40px;
}
#presentationConteneur #presentationTextes .presentationDescription #reservation {
  /* ========= Bouton ========= */
}
#presentationConteneur #presentationTextes .presentationDescription #reservation .lien {
  padding: 8px;
  text-transform: Uppercase;
  font-family: "times_new_romanregular";
  font-weight: 700;
  background-color: #afd5d6;
  border: none;
  margin-bottom: 24px;
}
#presentationConteneur #presentationTextes .presentationDescription #reservation .lien:hover {
  background-color: rgba(175, 213, 214, 0.875);
}
#presentationConteneur #presentationTextes .presentationDescription #reservation .lien {
  color: #000;
}
#presentationConteneur {
  /* ================== Slider ================== */
}
#presentationConteneur #presentationPhoto #slider {
  height: auto;
}
#presentationConteneur #presentationPhoto #slider.nivoSlider {
  height: auto;
  width: 100%;
}
#presentationConteneur #presentationPhoto #slider img {
  width: 100%;
  height: 300px !important;
  object-fit: cover !important;
}

/* ============ Les horaires  et galerie============ */
/* ============ Les horaires ============ */
#lesHorairesGalerie #lesHorairesConteneur {
  color: #fff;
  /* ========= Image ========= */
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage {
  background-image: url("../images/accueil/parcs-huitres-carnac.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 650px;
  /* ========= Titre ========= */
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesTitre h3 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  padding-top: 48px;
  margin-bottom: 24px;
  /* ========= Changer la couleur ========= */
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesTitre h3 span {
  font-family: "Great Vibes", cursive;
  font-size: clamp(30px, 5vw, 40px);
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage {
  /* ========= Horaires Dégustation ========= */
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesDegustation {
  /* Titre */
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesDegustation h4 {
  font-family: "times_new_romanregular";
  color: #afd5d6;
  width: 70%;
  margin: auto;
  padding-bottom: 24px;
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesDegustation {
  /* Paragraphe */
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesDegustation p {
  width: 90%;
  margin: auto;
  padding-bottom: 20px;
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesDegustation {
  /* Bouton */
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesDegustation .lien {
  padding: 8px;
  text-transform: Uppercase;
  font-family: "times_new_romanregular";
  font-weight: 700;
  background-color: #afd5d6;
  border: none;
  margin-bottom: 24px;
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesDegustation .lien:hover {
  background-color: rgba(175, 213, 214, 0.875);
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesDegustation .lien {
  color: #000;
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage {
  /* ========= Horaires d'ouverture ========= */
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesOuvert h4 {
  font-family: "times_new_romanregular";
  color: #afd5d6;
  margin-bottom: 12px;
  margin-top: 20px;
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesOuvert p {
  margin-bottom: 16px;
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesOuvert {
  /* Bouton */
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesOuvert .lien {
  padding: 8px;
  text-transform: Uppercase;
  font-family: "times_new_romanregular";
  font-weight: 700;
  background-color: #afd5d6;
  border: none;
  margin-bottom: 24px;
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesOuvert .lien:hover {
  background-color: rgba(175, 213, 214, 0.875);
}
#lesHorairesGalerie #lesHorairesConteneur #leshorairesImage #lesHorairesOuvert .lien {
  color: #000;
}
#lesHorairesGalerie {
  /* ============ Galerie ============ */
}
#lesHorairesGalerie #galerie {
  margin-bottom: 24px;
}
#lesHorairesGalerie #galerie div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
#lesHorairesGalerie #galerie div img {
  width: 450px;
  max-width: 80%;
  height: 300px;
  margin: 24px 8px 0 8px;
}

/* ============ Bienvenue ============ */
#bienvenue {
  margin-top: 70px;
}
#bienvenue #bienvenueTextes {
  /* Titre */
}
#bienvenue #bienvenueTextes #bienvenueTitre {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 32px;
  /* Changer couleur */
}
#bienvenue #bienvenueTextes #bienvenueTitre span {
  font-family: "Great Vibes", cursive;
  color: #afd5d6;
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 800;
}
#bienvenue #bienvenueTextes {
  /* Paragraphe */
}
#bienvenue #bienvenueTextes #bienvenueP {
  margin: 24px 0;
}
#bienvenue #bienvenueTextes span {
  font-weight: bold;
}
#bienvenue {
  /* Image */
}
#bienvenue #bienvenueImage {
  width: 90%;
  margin-right: 24px;
}
#bienvenue #bienvenueImage img {
  width: 100%;
  height: 50%;
  margin-bottom: 24px;
  object-fit: cover;
}

/* ============ Présentation produits ============ */
#presentationProduitsConteneur {
  /* Image */
}
#presentationProduitsConteneur #presentationProduitsImage {
  background-image: url("../images/accueil/196249553_109582654682146_5405312165615160610_n.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  /* Titre fond */
}
#presentationProduitsConteneur #presentationProduitsImage div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #afd5d6;
  min-height: 200px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  /* Titre */
}
#presentationProduitsConteneur #presentationProduitsImage div h2 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  padding: 24px 24px;
  text-transform: uppercase;
}
#presentationProduitsConteneur {
  /* ========= Nos parcs ========= */
}
#presentationProduitsConteneur #nosParcsConteneur {
  /* Image */
}
#presentationProduitsConteneur #nosParcsConteneur #nosParcsImage img {
  display: none;
}
#presentationProduitsConteneur #nosParcsConteneur {
  /* Textes */
}
#presentationProduitsConteneur #nosParcsConteneur #nosParcsTextes {
  /* Présentation parc */
}
#presentationProduitsConteneur #nosParcsConteneur #nosParcsTextes #nosParcs {
  margin-bottom: 48px;
}
#presentationProduitsConteneur #nosParcsConteneur {
  /* =========  notre production ========= */
}
#presentationProduitsConteneur #nosParcsConteneur #notreProductionConteneur {
  background-color: #afd5d6;
  padding: 40px 0 24px 0;
  /* ========= Paragraphe et icône ========= */
}
#presentationProduitsConteneur #nosParcsConteneur #notreProductionConteneur .notreProduction {
  display: flex;
  align-items: flex-start;
  /* icône */
}
#presentationProduitsConteneur #nosParcsConteneur #notreProductionConteneur .notreProduction i {
  width: 12px;
  margin-top: 4px;
  margin-right: 8px;
}
#presentationProduitsConteneur #nosParcsConteneur #notreProductionConteneur .notreProduction p {
  margin-bottom: 16px;
}
#presentationProduitsConteneur {
  /* ========= Nos animaux ========= */
}
#presentationProduitsConteneur #nosAnimaux p {
  margin: 48px 0;
}

/* ============ Nos services ============ */
#nosServicesConteneur {
  /* Titre */
}
#nosServicesConteneur #nosServicesTitre {
  text-align: center;
}
#nosServicesConteneur #nosServicesTitre h3 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 32px;
  /* Changer couleur */
}
#nosServicesConteneur #nosServicesTitre h3 span {
  font-family: "Great Vibes", cursive;
  color: #afd5d6;
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 800;
}
#nosServicesConteneur {
  /* ========= Nos services articles ========= */
}
#nosServicesConteneur #nosServicesArticles {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  /* Article */
}
#nosServicesConteneur #nosServicesArticles article {
  width: 300px;
  margin-bottom: 52px;
  /* Image */
}
#nosServicesConteneur #nosServicesArticles article img {
  width: 100%;
  height: 300px;
  display: block;
  margin-bottom: 24px;
}
#nosServicesConteneur #nosServicesArticles article h4 {
  font-weight: 400;
  margin-bottom: 24px;
}
#nosServicesConteneur #nosServicesArticles article p {
  font-weight: 400;
  margin-bottom: 24px;
}
#nosServicesConteneur #nosServicesArticles article {
  /* Bouton */
}
#nosServicesConteneur #nosServicesArticles article .lien {
  padding: 8px;
  text-transform: Uppercase;
  font-family: "times_new_romanregular";
  font-weight: 700;
  background-color: #afd5d6;
  border: none;
  margin-bottom: 24px;
}
#nosServicesConteneur #nosServicesArticles article .lien:hover {
  background-color: rgba(175, 213, 214, 0.875);
}
#nosServicesConteneur #nosServicesArticles article .lien {
  color: #000;
}

/* ============ Notre cuisson ============ */
#notreCuissonConteneur {
  background-color: #afd5d6;
  /* Texte */
}
#notreCuissonConteneur #notreCuisson h3 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-top: 40px;
}
#notreCuissonConteneur #notreCuisson p {
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
#notreCuissonConteneur {
  /* Image */
}
#notreCuissonConteneur #notreCuissonImage {
  margin: 0;
}
#notreCuissonConteneur #notreCuissonImage img {
  width: 100%;
  display: block;
}

/* ============ Nos actualités ============ */
#nosActualitesConteneur {
  /* Titre */
}
#nosActualitesConteneur .nosActualitesTitre h3 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(25px, 5vw, 35px);
  text-transform: uppercase;
  text-align: center;
  margin: 32px 0 24px 0;
}
#nosActualitesConteneur {
  /* ========= Nos actualités ========= */
}
#nosActualitesConteneur #nosActualites {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  /* Article */
}
#nosActualitesConteneur #nosActualites .nosActualitesArticle {
  width: 300px;
  margin-bottom: 32px;
  width: 300px;
  height: 550px;
  border: 1px solid rgba(173, 173, 173, 0.3176470588);
  margin: 0 16px 24px 0;
}
#nosActualitesConteneur #nosActualites .nosActualitesArticle h3,
#nosActualitesConteneur #nosActualites .nosActualitesArticle h4,
#nosActualitesConteneur #nosActualites .nosActualitesArticle p {
  white-space: nowrap;
  /* Pas de retour à la ligne */
  overflow: hidden;
  /* Cache le texte qui dépasse */
  text-overflow: ellipsis;
  /* Ajoute "…" automatiquement */
}
#nosActualitesConteneur #nosActualites .nosActualitesArticle {
  /* image */
}
#nosActualitesConteneur #nosActualites .nosActualitesArticle img {
  width: 100%;
  height: 300px;
  display: block;
}
#nosActualitesConteneur #nosActualites .nosActualitesArticle {
  /* Titre et paragraphe */
}
#nosActualitesConteneur #nosActualites .nosActualitesArticle .nosActualitesArticleTitre h4 {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 24px;
  padding: 0 24px;
}
#nosActualitesConteneur #nosActualites .nosActualitesArticle .nosActualitesArticleTitre p {
  margin-bottom: 24px;
  padding: 0 24px;
}
#nosActualitesConteneur #nosActualites .nosActualitesArticle {
  /* Description */
}
#nosActualitesConteneur #nosActualites .nosActualitesArticle .nosActualitesArticleDescription {
  font-weight: 400;
  margin-bottom: 24px;
  padding: 0 24px;
}
#nosActualitesConteneur #nosActualites .nosActualitesArticle {
  /* Bouton */
}
#nosActualitesConteneur #nosActualites .nosActualitesArticle .lien {
  padding: 8px;
  text-transform: Uppercase;
  font-family: "times_new_romanregular";
  font-weight: 700;
  background-color: #afd5d6;
  border: none;
  margin-bottom: 24px;
}
#nosActualitesConteneur #nosActualites .nosActualitesArticle .lien:hover {
  background-color: rgba(175, 213, 214, 0.875);
}
#nosActualitesConteneur #nosActualites .nosActualitesArticle .lien {
  margin-left: 24px;
  color: #000;
}

/* ============ Footer ============ */
#pied {
  background-color: #afd5d6;
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  /* ========= Menu et info ========= */
}
#pied #menuPiedInfo {
  /* Menu */
}
#pied #menuPiedInfo #menuPiedConteneur {
  /* Titre */
}
#pied #menuPiedInfo #menuPiedConteneur h4 {
  font-family: "times_new_romanregular";
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding-top: 24px;
  margin-bottom: 24px;
}
#pied #menuPiedInfo #menuPiedConteneur {
  /* Nav */
}
#pied #menuPiedInfo #menuPiedConteneur #menuPied {
  margin-bottom: 40px;
}
#pied #menuPiedInfo #menuPiedConteneur #menuPied ul {
  text-align: center;
}
#pied #menuPiedInfo #menuPiedConteneur #menuPied ul li {
  margin-bottom: 12px;
}
#pied #menuPiedInfo #menuPiedConteneur #menuPied ul li a {
  color: #000;
}
#pied #menuPiedInfo #menuPiedConteneur #menuPied ul li a:hover {
  border-bottom: 3px solid #000;
}
#pied #menuPiedInfo #menuPiedConteneur #menuPied ul li {
  /* Page active */
}
#pied #menuPiedInfo #menuPiedConteneur #menuPied ul li .menuOnPied {
  border-bottom: 3px solid #000;
}
#pied #menuPiedInfo {
  /* ========= Photos ========= */
}
#pied #menuPiedInfo #piedImages {
  display: flex;
  justify-content: center;
}
#pied #menuPiedInfo #piedImages img {
  width: 150px;
}
#pied #menuPiedInfo {
  /* ========= Coordonnées ========= */
}
#pied #menuPiedInfo #coordonneesPied {
  text-align: center;
}
#pied #menuPiedInfo #coordonneesPied h4 {
  margin: 24px 0;
}
#pied #menuPiedInfo #coordonneesPied p {
  font-weight: 400;
  margin-bottom: 16px;
  /* Portable */
}
#pied #menuPiedInfo #coordonneesPied p a {
  color: #000;
}
#pied #menuPiedInfo #coordonneesPied {
  /* Facebook */
}
#pied #menuPiedInfo #coordonneesPied i {
  font-size: 25px;
  margin-bottom: 16px;
  color: #000;
}
#pied #menuPiedInfo #coordonneesPied {
  /* Mentions Légales ...*/
}
#pied #menuPiedInfo #coordonneesPied ul li {
  margin-bottom: 12px;
}
#pied #menuPiedInfo #coordonneesPied ul li a {
  color: #000;
}
#pied #menuPiedInfo #coordonneesPied ul li a:hover {
  border-bottom: 3px solid #000;
}
#pied #menuPiedInfo #coordonneesPied ul li {
  /* Page active */
}
#pied #menuPiedInfo #coordonneesPied ul li .menuOnPied {
  border-bottom: 3px solid #000;
}
#pied {
  /* copyright */
}
#pied #copyright {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}

/* ============================= Page de contact ============================= */
#nosContacterConteneur {
  /* Nos contacter */
}
#nosContacterConteneur #nosContacter {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#nosContacterConteneur #nosContacter h1 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 24px;
  /* Changer de couleur */
}
#nosContacterConteneur #nosContacter h1 span {
  font-family: "Great Vibes", cursive;
  color: #afd5d6;
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 800;
}
#nosContacterConteneur #nosContacter {
  /* Bouton */
}
#nosContacterConteneur #nosContacter .lien {
  padding: 8px;
  text-transform: Uppercase;
  font-family: "times_new_romanregular";
  font-weight: 700;
  background-color: #afd5d6;
  border: none;
  margin-bottom: 24px;
}
#nosContacterConteneur #nosContacter .lien:hover {
  background-color: rgba(175, 213, 214, 0.875);
}
#nosContacterConteneur #nosContacter .lien {
  color: #000;
}
#nosContacterConteneur #nosContacter {
  /* Image */
}
#nosContacterConteneur #nosContacter #nosContacterImage {
  width: 100%;
  background-image: url("../images/contact/P4302235.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;
  position: relative;
  /* Titre fond */
}
#nosContacterConteneur #nosContacter #nosContacterImage div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #afd5d6;
  min-height: 120px;
  width: 35%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Titre */
}
#nosContacterConteneur #nosContacter #nosContacterImage div h2 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  text-transform: uppercase;
}

/* ======= Form ======= */
#contact {
  margin-top: 24px;
}
#contact form {
  width: 100%;
  /* ========= Radio ========= */
}
#contact form #civiliteConteneur #civilite {
  display: flex;
  margin-bottom: 8px;
}
#contact form #civiliteConteneur #civilite p:first-child {
  margin-right: 12px;
}
#contact form #civiliteConteneur #civilite #M {
  margin-right: 5px;
}
#contact form #civiliteConteneur #civilite #Mme {
  margin-right: 5px;
}
#contact form {
  /* Label et input */
}
#contact form .formLabelInput p input {
  width: 90%;
  margin-bottom: 8px;
  padding: 4px;
}
#contact form #messageConteneur p #message {
  width: 90%;
  margin-bottom: 18px;
}
#contact form {
  /* Bouton */
}
#contact form .lien {
  padding: 8px;
  text-transform: Uppercase;
  font-family: "times_new_romanregular";
  font-weight: 700;
  background-color: #afd5d6;
  border: none;
  margin-bottom: 24px;
}
#contact form .lien:hover {
  background-color: rgba(175, 213, 214, 0.875);
}

/* ======= Carte et information ======= */
#coordonneesInfosConteneur {
  margin-top: 24px;
}
#coordonneesInfosConteneur #coordonneesCarte iframe {
  width: 100%;
  height: 300px;
  border: none;
}
#coordonneesInfosConteneur {
  /* ========= Coordonnées ========= */
}
#coordonneesInfosConteneur #coordonneesInfosConteneur {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #afd5d6;
  padding: 24px 12px;
  margin-bottom: 32px;
  /* image */
}
#coordonneesInfosConteneur #coordonneesInfosConteneur #coordonneesImage img {
  width: 220px;
}
#coordonneesInfosConteneur #coordonneesInfosConteneur {
  /* Adresse et portable */
}
#coordonneesInfosConteneur #coordonneesInfosConteneur #coordonnesInfos p {
  margin-bottom: 24px;
}
#coordonneesInfosConteneur #coordonneesInfosConteneur #coordonnesInfos p a {
  color: #000;
}
#coordonneesInfosConteneur #coordonneesInfosConteneur {
  /* ========= Les liens ========= */
}
#coordonneesInfosConteneur #coordonneesInfosConteneur #coordonnesLiens {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#coordonneesInfosConteneur #coordonneesInfosConteneur #coordonnesLiens a {
  margin-bottom: 8px;
  color: #000;
  border-bottom: 3px solid #fff;
}
#coordonneesInfosConteneur #coordonneesInfosConteneur #coordonnesLiens a:hover {
  border-bottom: 3px solid #000;
}
#coordonneesInfosConteneur #coordonneesInfosConteneur #coordonnesLiens {
  /* Lien 1 */
}
#coordonneesInfosConteneur #coordonneesInfosConteneur #coordonnesLiens a:nth-child(1) {
  width: 165px;
}
#coordonneesInfosConteneur #coordonneesInfosConteneur #coordonnesLiens {
  /* Lien 2 */
}
#coordonneesInfosConteneur #coordonneesInfosConteneur #coordonnesLiens a:nth-child(2) {
  width: 190px;
}

/* ============ Galerie ============ */
#galerieConteneur {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
#galerieConteneur img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

/* ============================= Page d'actualité ============================= */
/* ============ Les actualites ============ */
/* Image */
#lesActualites {
  width: 100%;
  background-image: url("../images/actualites/plage.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;
  position: relative;
  /* Titre fond */
}
#lesActualites div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #afd5d6;
  min-height: 120px;
  width: 45%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Titre */
}
#lesActualites div h2 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  text-transform: uppercase;
}

/* ============== Les articles ============== */
#actualitesConteneur {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 54px;
  /* ========= Article ========= */
}
#actualitesConteneur .actualite {
  width: 300px;
  height: 550px;
  border: 1px solid rgba(173, 173, 173, 0.3176470588);
  margin: 0 16px 24px 0;
  /* Image */
}
#actualitesConteneur .actualite .actualiteImage img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}
#actualitesConteneur .actualite {
  /* ============== Contenu textuel ==============*/
}
#actualitesConteneur .actualite .actualiteInfo {
  padding: 24px;
  /* Titre */
}
#actualitesConteneur .actualite .actualiteInfo h3 {
  font-family: "times_new_romanregular";
  font-weight: 500;
  white-space: nowrap;
  /* Pas de retour à la ligne */
  overflow: hidden;
  /* Cache le texte qui dépasse */
  text-overflow: ellipsis;
  /* Ajoute "…" automatiquement */
}
#actualitesConteneur .actualite .actualiteInfo {
  /* Date */
}
#actualitesConteneur .actualite .actualiteInfo .actualiteDate p {
  color: #000;
  color: rgba(0, 0, 0, 0.5098039216);
}
#actualitesConteneur .actualite .actualiteInfo {
  /* Date et description */
}
#actualitesConteneur .actualite .actualiteInfo p {
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.5098039216);
  white-space: nowrap;
  /* Pas de retour à la ligne */
  overflow: hidden;
  /* Cache le texte qui dépasse */
  text-overflow: ellipsis;
  /* Ajoute "…" automatiquement */
  /* Emojis */
}
#actualitesConteneur .actualite .actualiteInfo p span {
  color: #000;
}
#actualitesConteneur .actualite .actualiteInfo {
  /* Bouton */
}
#actualitesConteneur .actualite .actualiteInfo .actualiteLien {
  color: #000;
  padding: 8px;
  text-transform: Uppercase;
  font-family: "times_new_romanregular";
  font-weight: 700;
  background-color: #afd5d6;
  border: none;
  margin-bottom: 24px;
}
#actualitesConteneur .actualite .actualiteInfo .actualiteLien:hover {
  background-color: rgba(175, 213, 214, 0.875);
}

/* ============ Media queries ============ */
/*tablettes*/
@media (min-width: 768px) {
  /* ============ Erreur 404 ============ */
  #erreur404 {
    display: flex;
  }
  #erreur404 #erreurImage img {
    height: 240px;
  }
  #erreur404 #ErreurTexteConteneur {
    width: 50%;
  }
  /* Bouton top */
  #boutonTop {
    left: 85%;
  }
  #boutonTop i {
    font-size: 26px;
  }
  /* =================== Accueil =================== */
  /* Header */
  #bandeau #bandeauContenu #coordoneesMenu {
    /* Coordonées */
  }
  #bandeau #bandeauContenu #coordoneesMenu #bandeauCoordonnees {
    display: flex;
    justify-content: center;
    /* Adresse et portable */
  }
  #bandeau #bandeauContenu #coordoneesMenu #bandeauCoordonnees p {
    margin: 0 18px;
  }
  /* ============ Bienvenue ============ */
  #bienvenue img {
    width: 60%;
  }
  /* ============ Notre cuisson ============ */
  #notreCuissonConteneur {
    display: flex;
    flex-direction: row-reverse;
    height: 400px;
    /* Texte */
  }
  #notreCuissonConteneur #notreCuisson {
    width: 50%;
    padding: 0 24px;
  }
  #notreCuissonConteneur {
    /* Image */
  }
  #notreCuissonConteneur #notreCuissonImage {
    width: 50%;
  }
  #notreCuissonConteneur #notreCuissonImage img {
    height: 100%;
    object-fit: cover;
  }
  /* ============ Les horaires et galerie  ============ */
  /* Les horaires */
  #lesHorairesGalerie #galerie {
    width: 90%;
    margin: auto;
  }
  #lesHorairesGalerie #galerie div {
    display: flex;
    justify-content: space-around;
  }
  #lesHorairesGalerie #galerie div img {
    width: 270px;
    height: 270px;
  }
  /* ============ Footer ============ */
  #pied #menuPiedInfo {
    /* photos */
  }
  #pied #menuPiedInfo #piedImages img {
    width: 250px;
  }
  /* ============================= Page de contact ============================= */
  /* ======= Carte et information ======= */
  #coordonneesInfosConteneur {
    display: flex;
    margin-bottom: 24px;
    /* Coordonnées */
  }
  #coordonneesInfosConteneur #coordonneesCarte {
    width: 55%;
  }
  #coordonneesInfosConteneur #coordonneesCarte iframe {
    height: 100%;
  }
  #coordonneesInfosConteneur #coordonneesInfosConteneur {
    width: 45%;
    margin: 0 24px;
  }
  /* ======= Form ======= */
  #contact form .formLabelInput p input {
    width: 60%;
  }
  #contact form .formLabelInput #message {
    width: 60%;
  }
  #contact {
    margin-top: 24px;
  }
  #contact form {
    width: 100%;
    /* Label et input */
  }
  #contact form .formLabelInput {
    display: flex;
  }
  #contact form .formLabelInput p {
    margin-right: 24px;
    width: 35%;
  }
  #contact form .formLabelInput p input {
    width: 100%;
  }
  #contact form #messageConteneur p #message {
    width: 50%;
  }
}
/*tablettes paysage / petit desktop */
@media (min-width: 992px) {
  /* Bouton top */
  #boutonTop {
    left: 90%;
  }
  /* ============ Header ============ */
  /* Header */
  #bandeau #bandeauContenu {
    display: flex;
    justify-content: space-evenly;
  }
  #bandeau #bandeauContenu #coordoneesMenu {
    display: flex;
    align-items: center;
    /* Coordonées */
  }
  #bandeau #bandeauContenu #coordoneesMenu #bandeauCoordonnees p {
    margin: 0 18px;
  }
  #bandeau #bandeauContenu #coordoneesMenu #bandeauCoordonnees i {
    margin-right: 24px;
  }
  #bandeau #bandeauContenu #coordoneesMenu {
    /* Menu principal */
  }
  #bandeau #bandeauContenu #coordoneesMenu #menuPrincipal {
    position: relative;
    /* Menu */
  }
  #bandeau #bandeauContenu #coordoneesMenu #menuPrincipal #menu {
    position: absolute;
    top: 100%;
    right: -30px;
    width: 285px;
    z-index: 1000;
    height: 300px;
  }
  /* ============ Présentation ============ */
  #presentationConteneur {
    display: flex;
    text-align: start;
  }
  #presentationConteneur #presentationTextes {
    padding: 32px 24px;
    width: 50%;
  }
  #presentationConteneur #presentationPhoto {
    width: 50%;
  }
  #presentationConteneur #presentationPhoto #slider {
    height: 90%;
  }
  #presentationConteneur #presentationPhoto #slider.nivoSlider {
    height: auto;
    width: 100%;
  }
  #presentationConteneur #presentationPhoto #slider img {
    height: 900px !important;
  }
  /* ============ Bienvenue ============ */
  #bienvenue {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 32px;
  }
  #bienvenue #bienvenueTextes {
    width: 50%;
    text-align: start;
  }
  #bienvenue #bienvenueTextes #bienvenueP {
    margin: 0;
  }
  #bienvenue #bienvenueImage {
    width: 50%;
  }
  #bienvenue #bienvenueImage img {
    height: 100%;
  }
  /* ============ Présentation produits ============ */
  #presentationProduitsConteneur #nosParcsConteneur {
    display: flex;
    width: 90%;
    margin: auto;
  }
  #presentationProduitsConteneur #nosParcsConteneur #nosParcsImage {
    z-index: 1;
  }
  #presentationProduitsConteneur #nosParcsConteneur #nosParcsImage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #presentationProduitsConteneur #nosParcsConteneur #nosParcsTextes #nosParcs {
    width: 90%;
    margin: 32px auto;
  }
  #presentationProduitsConteneur #nosParcsConteneur {
    /* notre production */
  }
  #presentationProduitsConteneur #nosParcsConteneur #notreProductionConteneur {
    position: relative;
    width: 100%;
  }
  #presentationProduitsConteneur #nosParcsConteneur #notreProductionConteneur::before {
    content: "";
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #afd5d6;
  }
  #presentationProduitsConteneur #nosParcsConteneur #notreProductionConteneur::after {
    content: "";
    position: absolute;
    top: 0;
    right: -7.6%;
    width: 10%;
    height: 100%;
    background-color: #afd5d6;
  }
  #lesHorairesGalerie {
    /* ============ Galerie ============ */
  }
  #lesHorairesGalerie #galerie {
    width: 90%;
    margin: auto;
  }
  #lesHorairesGalerie #galerie div {
    display: flex;
    justify-content: space-around;
  }
  #lesHorairesGalerie #galerie div img {
    width: 270px;
    height: 270px;
  }
  /* ============ Footer ============ */
  #pied #menuPiedInfo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 24px;
    width: 90%;
    margin: auto;
    /* photos */
  }
  #pied #menuPiedInfo #piedImages {
    width: 50%;
    margin: 0 32px;
  }
  #pied #menuPiedInfo #piedImages img {
    width: 200px;
    height: 200px;
  }
}
/* desktop  */
@media (min-width: 1200px) {
  /* ============ Header ============ */
  /* Header */
  #bandeau #bandeauContenu {
    justify-content: space-around;
    /* Logo */
  }
  #bandeau #bandeauContenu #logo img {
    height: 170px;
    width: 170px;
  }
  #bandeau #bandeauContenu #coordoneesMenu {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: center;
    margin: 54px 0 24px 0;
    width: 80%;
    /* Menu principal */
  }
  #bandeau #bandeauContenu #coordoneesMenu #menuPrincipal {
    /* Burger */
  }
  #bandeau #bandeauContenu #coordoneesMenu #menuPrincipal #burger {
    display: none;
  }
  #bandeau #bandeauContenu #coordoneesMenu #menuPrincipal {
    /* Menu */
  }
  #bandeau #bandeauContenu #coordoneesMenu #menuPrincipal #menu {
    display: flex;
    position: static;
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  #bandeau #bandeauContenu #coordoneesMenu #menuPrincipal #menu li {
    margin: 0 8px;
  }
  #bandeau #bandeauContenu #coordoneesMenu #menuPrincipal #menu li .menuOn {
    background-color: transparent;
    padding: 0;
    border-bottom: 3px solid #afd5d6;
  }
  #lesHorairesGalerie {
    /* ============ Galerie ============ */
  }
  #lesHorairesGalerie #galerie {
    width: 90%;
    margin: 0 auto;
  }
  #lesHorairesGalerie #galerie div {
    display: flex;
    justify-content: space-around;
  }
  #lesHorairesGalerie #galerie div img {
    width: 270px;
    height: 270px;
  }
  /* ============ Footer ============ */
  #pied #menuPiedInfo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 24px;
    width: 90%;
    margin: auto;
    /* photos */
  }
  #pied #menuPiedInfo #piedImages {
    width: 50%;
    margin: 0 32px;
  }
  #pied #menuPiedInfo #piedImages img {
    width: 250px;
    height: 250px;
  }
}
/* grand écran */
@media (min-width: 1400px) {
  #lesHorairesGalerie {
    display: flex;
  }
  #lesHorairesGalerie #lesHorairesConteneur {
    width: 50%;
  }
  #lesHorairesGalerie {
    /* ============ Galerie ============ */
  }
  #lesHorairesGalerie #galerie {
    width: 50%;
    padding: 0 24px;
  }
  #lesHorairesGalerie #galerie div {
    display: flex;
    justify-content: space-between;
  }
  #lesHorairesGalerie #galerie div img {
    width: 190px;
    height: 190px;
    margin: 0 0 32px 0;
  }
}

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