
/*================== 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) */

.presse-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 */
}

.Presse_01{
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
   	 width: 450px;
    	height: 600px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 00px;
    padding-bottom: 0px;
    border: 1px solid #000;
    border-radius: 1px solid #000;
	    margin-left: 45px;
    	    margin-top: 50px;
    margin-right: auto;
    margin-bottom: auto;
    text-align: center;
    font-family: verdana;
    font-size: 25px;
    color: #ffffff;
    line-height: normal;
    overflow-wrap: break-word;
    white-space: normal;
    scroll-margin-left: 0;
}
.Presse_01 img {
  width: 100%; /* L'image prend toute la largeur du conteneur */
  height: auto; /* La hauteur s'ajuste pour conserver le ratio */
}


.Presse_02{
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    width: 600px;
    height: 1200px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 00px;
    padding-bottom: 0px;
    /*border: 3px solid #04DF1F;
    border-radius: 10px;*/
	    margin-left: 570px;
    	    margin-top: 50px;
    margin-right: auto;
    margin-bottom: auto;
    text-align: center;
    font-family: verdana;
    font-size: 25px;
    color: #ffffff;
    line-height: normal;
    overflow-wrap: break-word;
    white-space: normal;
    scroll-margin-left: 0;
}
.Presse_02 img {
  width: 100%; /* L'image prend toute la largeur du conteneur */
  height: auto; /* La hauteur s'ajuste pour conserver le ratio */
}


.Presse_03{
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    width: 400px;
    height: 421px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 00px;
    padding-bottom: 0px;
    /*border: 3px solid #04DF1F;
    border-radius: 10px;*/
	    margin-left: 70px;
    	    margin-top: 765px;
    margin-right: auto;
    margin-bottom: auto;
    text-align: center;
    font-family: verdana;
    font-size: 25px;
    color: #ffffff;
    line-height: normal;
    overflow-wrap: break-word;
    white-space: normal;
    scroll-margin-left: 0;
}
.Presse_03 img {
  width: 100%; /* L'image prend toute la largeur du conteneur */
  height: auto; /* La hauteur s'ajuste pour conserver le ratio */
}


.Presse_04{
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    width: 580px;
    height: 1200px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 00px;
    padding-bottom: 0px;
    /*border: 3px solid #04DF1F;
    border-radius: 10px;*/
	    margin-left: 15px;
    	    margin-top: 1300px;
    margin-right: auto;
    margin-bottom: auto;
    text-align: center;
    font-family: verdana;
    font-size: 25px;
    color: #ffffff;
    line-height: normal;
    overflow-wrap: break-word;
    white-space: normal;
    scroll-margin-left: 0;
}
.Presse_04 img {
  width: 95%; /* L'image prend toute la largeur du conteneur */
  height: auto; /* La hauteur s'ajuste pour conserver le ratio */
}

.Presse_05{
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    width: 580px;
    height: 1200px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 00px;
    padding-bottom: 0px;
    /*border: 3px solid #04DF1F;
    border-radius: 10px;*/
	    margin-left: 615px;
    	    margin-top: 1300px;
    margin-right: auto;
    margin-bottom: auto;
    text-align: center;
    font-family: verdana;
    font-size: 25px;
    color: #ffffff;
    line-height: normal;
    overflow-wrap: break-word;
    white-space: normal;
    scroll-margin-left: 0;
}

.Presse_05 img {
  width: 95%; /* L'image prend toute la largeur du conteneur */
  height: auto; /* La hauteur s'ajuste pour conserver le ratio */
}

