h1{
	text-align: center !important;
	-webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;     
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal;
}

*{
	-webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;     
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal;
}


.list-retrait{
	margin: 0;
  padding-left: 0;
  list-style-position: inside; 
}

#lirelasuite {display:none;}

@media all and (max-width: 1024px) {
	
	.mobile-view-center {
		text-align: center !important;
}
	.mobile-view-img{
		margin-bottom: 2rem !important;
	}
	.mobile-view-intro{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.mobile-view-title{
		margin-top: 2rem !important;
	}
	.mobile-view-p{
		margin-left: 2rem;
		margin-right: 2rem;
	}
	.mobile-view-cntr{
		display: inline-block;
  	float: none !important;
  	left: 50%;
  	position: relative;
  	transform: translate(-50%);
	}
	.margin-none{
		margin: none !important;
		padding: none !important;
	}
	
}







/* --- CONFIGURATION PC --- */
.leaflet-container {
    height: 550px !important; /* On augmente la hauteur pour tout voir sur PC */
    width: 100% !important;
    max-width: 1000px; /* On laisse un peu plus de largeur */
    margin: 30px auto !important;
    border-radius: 60px 15px 60px 15px !important; /* Ta forme spéciale */
    border: 2px solid #5c9793 !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1) !important;
    overflow: hidden;
}

/* Couleurs naturelles */
.leaflet-tile-container {
    filter: none !important;
}

/* Bulles et Boutons */
.leaflet-popup-content-wrapper {
    background: #ffffff !important;
    border-radius: 15px !important;
    border-bottom: 5px solid #5c9793 !important;
}

.map-popup-clean {
    text-align: center;
    padding: 10px;
}

.map-popup-clean strong {
    color: #5c9793 !important;
    text-transform: uppercase;
    font-size: 14px;
}

.map-btn {
    display: inline-block;
    background-color: #5c9793 !important;
    color: white !important;
    padding: 8px 18px;
    border-radius: 25px;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
}

/* --- ADAPTATION MOBILE --- */
@media (max-width: 768px) {
    .leaflet-container {
        height: 420px !important;
        border-radius: 30px 10px 30px 10px !important;
    }
}