
/*================== 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; }
.indent-105 {
text-indent: 105px; }
.indent-110 {
text-indent: 110px; }
.indent-115 {
text-indent: 115px; }
.indent-120 {
text-indent: 120px; }
.indent-125 {
text-indent: 125px; }
.indent-200 {
text-indent: 200px; }
.indent-210 {
text-indent: 210px; }
.indent-215 {
text-indent: 215px; }
.indent-220 {
text-indent: 220px; }
.indent-225 {
text-indent: 225px; }
.indent-230 {
text-indent: 230px; }
.indent-235 {
text-indent: 235px; }
.indent-240 {
text-indent: 240px; }
.indent-290 {
text-indent: 290px; }
.indent-300 {
text-indent: 300px; }
.indent-400 {
text-indent: 400px; }



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


.cesure {
    width: 100%; /* ✅ Ajuste à la largeur de la box */
    max-width: 350px; /* ✅ Largeur max */
    word-wrap: break-word; /* ✅ Coupe les mots longs */
    overflow-wrap: break-word; /* ✅ Assure la compatibilité */
    hyphens: auto; /* ✅ Ajoute la césure automatique */
    text-align: justify; /* ✅ Justification pour plus d'équilibre */
}

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

/* ✅ Conteneur principal (Box-Mère) */

.parking-container {
    position: relative;
    padding: 20px;
    width: 1250px;
    min-height: 3000px; /* ✅ Assure une hauteur minimale */
    height: auto; /* ✅ Permet l’extension automatique */
    margin-top: 20px; /* ✅ Assure qu'elle passe sous le titre */
    margin-left: 260px; /* ✅ Alignement identique aux autres pages */
    margin-right: auto;
    margin-bottom: 100px;
    background-color: #047303;
    border: 1px solid #000;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: visible; /* ✅ Permet au contenu de s'afficher entièrement */
    padding-bottom: 100px; /* ✅ Espace pour le bouton retour haut de page */
}

.titre-container {
    position: relative;
    background-color: #047303;
    padding: 10px 0;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 30px;
    border-bottom: 2px;
}

.titre-container img {
    width: 80%; /* ✅ Prend toute la largeur de .titre-container */
    height: auto;
    display: block;
    margin: 0 auto;
}

.trait-noir {
    border: none;
    height: 4px;
    background-color: #000; /* ✅ Trait noir */
    width: 40%;             /* ✅ Tu peux ajuster : 100% = pleine largeur */
    margin: 0 auto 100px auto; /* ✅ Centré + espace sous le trait */
}


.parking01 {
    box-sizing: border-box;
    position: absolute;
    /*background-color: #047303;*/
    background-image: url(/img/feuillepapier01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
	    width: 950px;
	    height: 70px;
	    margin-left: 140px;
	    margin-top: 50px;
    margin-right: auto;
    margin-bottom: auto;
    padding-left: 27px;
    padding-top: 22px;
    padding-right: auto;
    padding-bottom: auto;
    display: flex;
    text-align: center;
    font-family: Verdana,Arial, sans-serif;
    font-size: 25px;
    color: red;
    font-weight: bold;
    line-height: 1.0;
    /*border: 1px solid black;*/
    border-radius: 0px 120px / 120px;
}

.parkingphoto01 {
    box-sizing: border-box;
    position: absolute;
    /*background-color: #047303;*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
   	 width: 550px;
   	 height: 440px;
    	margin-left: 40px;
    	margin-top: 220px;
    margin-right: auto;
    margin-bottom: auto;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: flex;
    text-align: center;
    font-family: Verdana,Arial, sans-serif;
    font-size: 20px;
    color: none;
    font-weight: normal;
    line-height: 1.5;
    /*border: 1px solid black;*/
    /*border-radius: 0px 120px / 120px;*/
}

.parking02 {
    box-sizing: border-box;
    position: absolute;
    /*background-color: #047303;*/
    background-image: url(/img/feuillepapier01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    /*border-radius: 10px;*/
   	 width: 500px;
    	 height: 430px;
   	 margin-left: 660px;
    	 margin-top: 230px;
    margin-right: auto;
    margin-bottom: auto;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: auto;
    padding-bottom: auto;
    display: block;
    text-align: left;
    font-family: Verdana,Arial, sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    line-height: 1.2;
    border: 1px solid black;
    border-radius: 0px 80px / 80px;
    overflow: hidden;
}

.parkingphoto02 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    /*opacity: 0.5;*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 90%;
    border-radius: 10px;
   	 width: 550px;
    	 height: 400px;
   	 margin-left: 545px;
    	 margin-top: 720px;
    margin-right: auto;
    margin-bottom: auto;
    padding-left: 110px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: flex;
    text-align: center;
    font-family: Verdana,Arial, sans-serif;
    font-size: 20px;
    color: none;
    font-weight: normal;
    line-height: 1.0;
    /*border: 1px solid black;*/
    /*border-radius: 0px 120px / 120px;*/
}

/* Style du conteneur PMR */

.parking03 {
  position: absolute;
  box-sizing: border-box;
  background-image: url(/img/feuillepapier01.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 100%;
  width: 470px;
  height: 530px;
  margin-top: 760px;
  margin-left: 90px;
  padding: 70px 25px 0 35px; /* top right bottom left */
  border: 1px solid black;
  border-radius: 0px 80px / 80px;
  overflow: hidden;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 1.2;
  text-align: left; /* Par défaut, le texte sera aligné à gauche */
}

/* Style de l'image intégrée */
.panneau01 {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 40px; /* Centrage horizontal et espacement en bas */
  background-color: #047303;
  border: 1px solid #000;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

/* Style des paragraphes dans le conteneur */
.parking03 p {
  margin-top: 10px; /* Espacement entre les paragraphes */
}

/* Style du conteneur AUTOCARS*/

.parking05 {
  position: absolute;
  box-sizing: border-box;
  background-image: url(/img/feuillepapier01.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 100%;
  	width: 470px;
 	 height: 550px;
  	margin-top: 1850px;
  	margin-left: 90px;
  padding: 70px 25px 0 35px; /* top right bottom left */
  border: 1px solid black;
  border-radius: 0px 80px / 80px;
  overflow: hidden;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 1.2;
  text-align: left; /* Par défaut, le texte sera aligné à gauche */
}

/* Style de l'image intégrée */
.panneau03 {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 40px; /* Centrage horizontal et espacement en bas */
  background-color: #047303;
  border: 1px solid #000;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

/* Style des paragraphes dans le conteneur */
.parking05 p {
  margin-top: 10px; /* Espacement entre les paragraphes */
}

.parkingphoto03 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    /*opacity: 0.5;*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 90%;
    border-radius: 10px;
   	 width: 550px;
    	 height: 400px;
   	 margin-left: 40px;
    	margin-top: 1380px;
    margin-right: auto;
    margin-bottom: auto;
    padding-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: flex;
    text-align: center;
    font-family: Verdana,Arial, sans-serif;
    font-size: 20px;
    color: none;
    font-weight: normal;
    line-height: 1.0;
    /*border: 1px solid black;*/
    /*border-radius: 0px 120px / 120px;*/
}


/* Style du conteneur CAMPING CARS*/

.parking04 {
  position: absolute;
  box-sizing: border-box;
  background-image: url(/img/feuillepapier01.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 100%;
  	width: 470px;
 	 height: 730px;
  	margin-top: 1200px;
  	margin-left: 680px;
  padding: 70px 25px 0 35px; /* top right bottom left */
  border: 1px solid black;
  border-radius: 0px 80px / 80px;
  overflow: hidden;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 1.2;
  text-align: left; /* Par défaut, le texte sera aligné à gauche */
}

/* Style de l'image intégrée */
.panneau02 {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 40px; /* Centrage horizontal et espacement en bas */
  background-color: #047303;
  border: 1px solid #000;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

/* Style des paragraphes dans le conteneur */
.parking04 p {
  margin-top: 10px; /* Espacement entre les paragraphes */
}

.parkingphoto04 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-image: url(/img/attente-photo.jpg);
   /*opacity: 0.5;*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 90%;
    border-radius: 10px;
   	 width: 550px;
    	height: 400px;
   	 margin-left: 630px;
    	margin-top: 2000px;
    margin-right: auto;
    margin-bottom: auto;
    padding-left: 110px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: flex;
    text-align: center;
    font-family: Verdana,Arial, sans-serif;
    font-size: 20px;
    color: none;
    font-weight: normal;
    line-height: 1.0;
    /*border: 1px solid black;*/
    /*border-radius: 0px 120px / 120px;*/
}

/* === Bouton Retour Haut de Page === */

.back-to-top-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    display: flex;
    justify-content: center;
    z-index: 1000;
}

#back-to-top {
    background-color: #065404;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

#back-to-top:hover {
    background-color: #047303;
}
