/* =========================================
   PARKING.CSS — Page Parkings
========================================= */


/*============================
======= FICHIERS COMMUNS ========
=============================
   Styles généraux sans media queries
=============================*/

/*================== COMMUNS ===================*/

.indent-40  { text-indent: 40px; }
.indent-45  { text-indent: 45px; }
.indent-50  { text-indent: 50px; }
.indent-55  { text-indent: 55px; }
.indent-60  { text-indent: 60px; }
.indent-65  { text-indent: 65px; }
.indent-70  { text-indent: 70px; }
.indent-75  { text-indent: 75px; }
.indent-80  { text-indent: 80px; }
.indent-85  { text-indent: 85px; }
.indent-90  { text-indent: 90px; }
.indent-95  { text-indent: 95px; }
.indent-100 { text-indent: 100px; }

* { margin: 0; padding: 0; box-sizing: border-box; }

.cesure {
  width: 100%;
  max-width: 350px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-align: justify;
}

/* filet de sécurité pour les vraies balises <img> */
img { max-width: 100%; height: auto; display: block; }

/* =============================
   CONTENEUR PRINCIPAL
============================= */

.parking-container {
  position: relative;
  padding: 20px 20px 100px;
  max-width: 1400px;
  min-height: 3000px;
  margin: auto;
  background-color: #047303;
  border: none;
  border-radius: 10px;
  overflow: visible;
}

/* =============================
   BLOC BANDEAU (parking01)
============================= */
.parking01 {
  position: absolute;
  left: 230px;
  top: 50px;
  width: 950px;
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: 27px;
  background-image: url(/img/feuillepapier01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  font: bold 25px Verdana, Arial, sans-serif;
  color: red;
  line-height: 1;
  border-radius: 20px;
}

/* =============================
   PHOTO GAUCHE (parkingphoto01)
============================= */
.parkingphoto01 {
  position: absolute;
  left: 100px;
  top: 220px;
  width: 550px;
  height: 440px;
  border-radius: 10px;
}

/* =============================
   TEXTE DROITE (parking02)
============================= */

.ligne-titre {
  text-align: left; /* seulement la première ligne centrée */
  margin-left: 30px;
}

.parking02 {
  position: absolute;
  left: 790px;
  top: 230px;
  width: 500px;
  height: 430px;
  padding: 30px 24px 20px 30px;
  text-align: left;
  background-image: url(/img/feuillepapier01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  border: 1px solid #000;
  border-radius: 20px;
  font: normal 20px Verdana, Arial, sans-serif;
  color: #000;
  line-height: 1.2;
  overflow: hidden;
}

/* =============================
   PHOTO DROITE (parkingphoto02)
============================= */

.parkingphoto02 {
  position: absolute;
  margin: 720px auto auto 650px;
  width: 650px;
  height: auto;
  background-color: #047303;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 90%;
  border-radius: 10px;
  padding-left: 110px; /* desktop : conservé */
}

/* =============================
   PHOTO DRONE
============================= */

.parkingphoto02B {
  text-align: center;
  margin: 1200px auto auto 700px;
}

.parkingphoto02B img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
}

/* =============================
   BLOC PMR (parking03)
============================= */

/* Titre (ligne séparée) — desktop */
.ligne-titre {
  text-align: left;
  margin-left: 30px;
}

/* Carte PMR — desktop */
.parking03 {
  position: absolute;
  left: 140px;
  top: 760px;
  width: 470px;
  height: 530px;
  padding: 70px 25px 0 35px;
  background-image: url(/img/feuillepapier01.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 100%;
  border: 1px solid #000;
  border-radius: 20px;
  font: normal 20px Verdana, Arial, sans-serif;
  color: #000;
  line-height: 1.2;
  text-align: left;
  overflow: hidden;
}

.parking03 p { margin-top: 10px; }

/* Pictogramme */
.panneau01 {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 40px;
  background: #047303;
  border: 1px solid #000;
  border-radius: 10px;
}

/* =============================
   PHOTO BAS GAUCHE (parkingphoto03)
============================= */
.parkingphoto03 {
  position: absolute;
  left: 100px;
  top: 1380px;
  width: 550px;
  height: 400px;
  background-color: #047303;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 90%;
  border-radius: 10px;
}

/* =============================
   BLOC CAMPING-CARS (parking04)
============================= */
.parking04 {
  position: absolute;
  left: 830px;
  top: 1650px;
  width: 470px;
  height: 730px;
  padding: 70px 25px 0 35px;
  background-image: url(/img/feuillepapier01.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 100%;
  border: 1px solid #000;
  border-radius: 20px;
  font: normal 20px Verdana, Arial, sans-serif;
  color: #000;
  line-height: 1.2;
  text-align: left;
  overflow: hidden;
}
.parking04 p { margin-top: 10px; }
.panneau02 {
  display: block;
  width: 100px; height: 100px;
  margin: 0 auto 40px;
  background: #047303;
  border: 1px solid #000;
  border-radius: 10px;
}

/* =============================
   PHOTO BAS DROITE (parkingphoto04)
============================= */
.parkingphoto04 {
  position: absolute;
  left: 670px;
  top: 2000px;
  width: 650px;
  height: 500px;
  background-color: #047303;
  background-image: url(/img/attente-photo.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 90%;
  border-radius: 10px;
  padding-left: 110px; /* desktop : conservé */
}

/* =============================
   BLOC AUTOCARS (parking05)
============================= */
.parking05 {
  position: absolute;
  left: 150px;
  top: 1850px;
  width: 470px;
  height: 550px;
  padding: 70px 25px 0 35px;
  background-image: url(/img/feuillepapier01.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 100%;
  border: 1px solid #000;
  border-radius: 20px;
  font: normal 20px Verdana, Arial, sans-serif;
  color: #000;
  line-height: 1.2;
  text-align: left;
  overflow: hidden;
}
.parking05 p { margin-top: 10px; }
.panneau03 {
  display: block;
  width: 100px; height: 100px;
  margin: 0 auto 40px;
  background: #047303;
  border: 1px solid #000;
  border-radius: 10px;
}

/* Sidebar Facebook (partie commune) */
.sidebar-links {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sidebar-facebook {
  margin-top: auto;
  display: flex;
  justify-content: center;
  padding: 16px 0;
}

.sidebar-facebook a {
  display: inline-block;
}

.sidebar-facebook .facebook-logo {
  width: 40px;
  height: auto;
  border-radius: 6px;
  transition: transform 0.2s;
  cursor: pointer;
}

.sidebar-facebook .facebook-logo:hover {
  transform: scale(1.15);
}



/*============================
====== FICHIERS PETITS FORMATS ======
=============================
   Smartphones portrait (≤480px)
=============================*/

/* CONTENEUR PRINCIPAL */
@media (max-width: 480px) {
  .parking-container {
    width: 100%;
    min-height: unset;
    padding: 14px 12px 80px;
    margin: 12px auto 60px;
  }
}

/* BLOC BANDEAU */
@media (max-width: 480px) {
  .parking01 {
    position: static;
    width: 95%;
    height: auto;
    margin: 10px auto 12px;
    padding: 10px 14px;
    background-size: cover;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
  }
}

/* PHOTO GAUCHE */
@media (max-width: 480px) {
  .parkingphoto01 {
    position: static;
    width: 95%;
    margin: 8px auto;
    height: auto;
    aspect-ratio: 4 / 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/* TEXTE DROITE (parking02) */
@media (max-width: 480px) {

  /* Titre centré et sans décalage */
  .ligne-titre {
    text-align: center;
    margin: 0 0 8px 0;
  }

  /* Carte en flux normal, lisible */
  .parking02 {
    position: static;
    width: 95%;
    height: auto;
    margin: 8px auto 14px;
    padding: 16px 14px;
    background-size: cover;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    border-radius: 20px;
  }

  /* Paragraphes sans retraits forcés */
  .parking02 p {
    margin-top: 8px;
    text-indent: 0 !important;
  }

  /* Pictogramme un peu plus petit */
  .panneau01 {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
  }
}

/* PHOTO DROITE */
@media (max-width: 480px) {
  .parkingphoto02 {
    position: static;
    width: 100%;
    margin: 8px auto;
    padding: 0 !important;
    height: auto;
    aspect-ratio: 4 / 3;
    background-position: center;
    background-size: contain;
}
}

/* PHOTO DRONE */
@media (max-width: 480px) {
  .parkingphoto02B {
    position: static;
    width: 100%;
    margin: 8px auto;
    padding: 0 !important;
    height: auto;
    aspect-ratio: 4 / 3;
    background-position: center;
    background-size: contain;
  }
}

/* BLOC PMR (parking03) */
@media (max-width: 480px) {

  /* Titre centré et sans décalage */
  .ligne-titre {
    text-align: center;
    margin: 0 0 8px 0;
  }

  /* Carte en flux normal, lisible */
  .parking03 {
    position: static;
    width: 95%;
    height: auto;
    margin: 8px auto 14px;
    padding: 16px 14px;
    background-size: cover;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    border-radius: 20px;
  }

  /* Paragraphes sans retraits forcés */
  .parking03 p {
    margin-top: 8px;
    text-indent: 0 !important;
  }

  /* Pictogramme un peu plus petit */
  .panneau01 {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
  }
}

/* PHOTO BAS GAUCHE */
@media (max-width: 480px) {
  .parkingphoto03 {
    position: static;
    width: 95%;
    margin: 8px auto;
    height: auto;
    aspect-ratio: 4 / 3;
    background-position: center;
    background-size: contain;
  }
}

/* BLOC CAMPING-CARS */
@media (max-width: 480px) {
  .parking04 {
    position: static;
    width: 95%;
    height: auto;
    margin: 8px auto 14px;
    padding: 20px 16px;
    background-size: cover;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 20px;
  }
}

/* PHOTO BAS DROITE */
@media (max-width: 480px) {
  .parkingphoto04 {
    position: static;
    width: 95%;
    margin: 8px auto;
    padding: 0 !important;
    height: auto;
    aspect-ratio: 4 / 3;
    background-position: center;
    background-size: contain;
  }
}

/* BLOC AUTOCARS */
@media (max-width: 480px) {
  .parking05 {
    position: static;
    width: 95%;
    height: auto;
    margin: 8px auto 14px;
    padding: 20px 16px;
    background-size: cover;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 20px;
  }
}



/*============================
====== FICHIERS MOYENS FORMATS =====
=============================
   Smartphones paysage / tablettes portrait
   (rien de spécifique pour l’instant)
=============================*/



/*============================
===== FICHIERS GRANDS FORMATS ======
=============================
   Tablettes paysage / petits ordis
   (layout desktop conservé)
=============================*/



/*============================
======= FICHIERS ORDINATEURS =======
=============================
   Mise en page absolue desktop
   (déjà gérée par les styles communs)
=============================*/
