body {
    background-color: #A6ACAF;
}

.en-tete {
    background-color: #565656;
    color: rgb(233, 233, 233);
    width: 100%;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.en-tete-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.en-tete img {
    width: 145px;
    height: auto;
    margin-bottom: -25px;
}

.titre {
    text-align: center;
    font-size: 22px;
    font-family: 'ink free', sans-serif;
    color: rgb(248, 217, 217);
}

.accueil {
    text-align: center;
    font-size: 30px;
    font-family: 'ink free', sans-serif;
    color: rgb(248, 217, 217);
    margin-top: -50px;
}

.tarification {
    text-align: center;
    font-size: 30px;
    font-family: 'ink free', sans-serif;
    color: rgb(248, 217, 217);
    margin-top: -50px;
}

.réglement {
    text-align: center;
    font-size: 30px;
    font-family: 'ink free', sans-serif;
    color: rgb(248, 217, 217);
    margin-top: -50px;
}

.photoh{
    text-align: center;
    font-size: 30px;
    font-family: 'ink free', sans-serif;
    color: rgb(248, 217, 217);
    margin-top: -50px;
}

.carte{
    text-align: center;
    font-size: 30px;
    font-family: 'ink free', sans-serif;
    color: rgb(248, 217, 217);
    margin-top: -50px;
}


.reseaux-sociaux {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
}

.reseaux-sociaux img {
    width: 50px;
    height: auto;
    margin-bottom: 25px;
}

.nouvelle-box {
    margin-left: 20px;
    padding: 10px;
}

.nouvelle-box img {
    width: 50px;
    height: auto;
    margin-bottom: 25px;
    padding: 10px;
}

.dropbtn-img {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    overflow: hidden; /* Ajouter cette ligne pour cacher le contenu qui dépasse */
    max-height: 0px; /* Hauteur initiale */
    transition: max-height 0.3s ease-out; /* Transition de déroulement */
    position: absolute;
    background-color: #838282;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: -110px; /* Ajustez la valeur pour le décalage souhaité */
    border-radius: 8px; /* Arrondir les bords du menu */
}


.dropdown-content a {
    color: rgb(248, 217, 217);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'ink free', sans-serif;
    font-size: 18px;
}

.dropdown-content a:hover {
    background-color: #adadad; /* Couleur de fond au survol */
    color: rgb(248, 217, 217);
}

footer {
    background-color: #565656;
    font-size: 18px;
    color: rgb(248, 217, 217);
    padding: 18px 0;
    text-align: center;
    margin-top: auto;
    font-family: 'ink free', sans-serif;
}

.footer-bottom {
    margin-top: 18px;
}

.footer-bottom p {
    font-size: 20px;
    
}

.main{
    padding: auto;
    flex: 1;
}

.main2{
    padding: auto;
    flex: 1;
}

.slider-container {
    width: 38%;
    height: 278px;
    margin: auto;
    overflow: hidden;
    border: 20px solid #727272; /* Ajout du contour */
    border-radius: 10px; /* Arrondi les bords */
}


.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

img {
    width: 100%;
    height: 50%;
}

.home {
    background-color: #727272;
    padding: 20px;
    text-align: center;
    color: rgb(248, 217, 217);
    font-family: 'ink free', sans-serif;
    font-size: 27px;
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%); 
    border-radius: 10%;
}

.spacer {
    height: 50px; /* Ajuster la hauteur de l'espace selon vos besoins */
}

.nouveaute {
    background-color: #727272;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 27px;
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%); 
    border-radius: 10px;
}

.new {
    background-color: #727272;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 27px;
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%); 
    font-family: 'ink free', sans-serif;
    color: rgb(248, 217, 217);
    text-align: center;
    border-radius: 10px;
}
.new p {
    background-color: #727272;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 27px;
    width: 50%;
    margin-left: 60%;
    transform: translateX(-50%); 
    font-family: 'ink free', sans-serif;
    color: rgb(248, 217, 217);
    text-align: center;
}
.image-box {
    flex: 1;
    padding: 20px;
}

.image-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.text-box {
    flex: 1;
    padding: 20px;
    background-color: #909090;
    border-radius: 10px;
    font-family: 'ink free', sans-serif;
    color: rgb(0, 0, 0);
}

.text-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.text-box p {
    font-size: 18px;
}

.nouveaute2 {
    background-color: #727272;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 27px;
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%); 
    border-radius: 10px;
}
.image2-box {
    flex: 1;
    padding: 20px;
}

.image2-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.text2-box {
    flex: 1;
    padding: 20px;
    background-color: #909090;
    border-radius: 10px;
    font-family: 'ink free', sans-serif;
    color: rgb(0, 0, 0);
}

.text2-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.text2-box p {
    font-size: 18px;
}
.nouveaute3 {
    background-color: #727272;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 27px;
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%); 
    border-radius: 10px;
}
.image3-box {
    flex: 1;
    padding: 20px;
}

.image3-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.text3-box {
    flex: 1;
    padding: 20px;
    background-color: #909090;
    border-radius: 10px;
    font-family: 'ink free', sans-serif;
    color: rgb(0, 0, 0);
}

.text3-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.text3-box p {
    font-size: 18px;
}

.nouveaute4 {
    background-color: #727272;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 27px;
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%); 
    border-radius: 10px;
}
.image4-box {
    flex: 1;
    padding: 20px;
}

.image4-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.text4-box {
    flex: 1;
    padding: 20px;
    background-color: #909090;
    border-radius: 10px;
    font-family: 'ink free', sans-serif;
    color: rgb(0, 0, 0);
}

.text4-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.text4-box p {
    font-size: 18px;
}

.nouveaute5 {
    background-color: #727272;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 27px;
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%); 
    border-radius: 10px;
}
.image5-box {
    flex: 1;
    padding: 20px;
}

.image5-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.text5-box {
    flex: 1;
    padding: 20px;
    background-color: #909090;
    border-radius: 10px;
    font-family: 'ink free', sans-serif;
    color: rgb(0, 0, 0);
}

.text5-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.text5-box p {
    font-size: 18px;
}

.nouveaute6 {
    background-color: #727272;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 27px;
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%); 
    border-radius: 10px;
}
.image6-box {
    flex: 1;
    padding: 20px;
}

.image6-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.text6-box {
    flex: 1;
    padding: 20px;
    background-color: #909090;
    border-radius: 10px;
    font-family: 'ink free', sans-serif;
    color: rgb(0, 0, 0);
}

.text6-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.text6-box p {
    font-size: 18px;
}

.nouveaute7 {
    background-color: #727272;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 27px;
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%); 
    border-radius: 10px;
}
.image7-box {
    flex: 1;
    padding: 20px;
}

.image7-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.text7-box {
    flex: 1;
    padding: 20px;
    background-color: #909090;
    border-radius: 10px;
    font-family: 'ink free', sans-serif;
    color: rgb(0, 0, 0);
}

.text7-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.text7-box p {
    font-size: 18px;
}

.tarrif 
{
	text-align: center;
    background-color: #727272;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 27px;
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%); 
    border-radius: 10px;
    border: 20px solid #727272; /* Ajout du contour */
    border-radius: 10px; /* Arrondi les bords */
}

.réglementtxt
{
    background-color: #727272;
    padding: 20px;
    text-align: center;
    color: rgb(248, 217, 217);
    font-family: 'ink free', sans-serif;
    font-size: 27px;
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%); 
    border-radius: 90px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Six colonnes égales */
    gap: 32.5px; /* Espace entre les images */
    padding: 20px;
}

.image-item {
    overflow: hidden; /* Pour que les images ne dépassent pas de leur conteneur */
    position: relative; /* Ajout de position relative pour les images */
}

.image-item img {
    width: 300px; /* Largeur fixe pour toutes les images */
    height: 175px; /* Hauteur fixe pour toutes les images */
    object-fit: cover; /* Pour conserver les proportions et remplir l'espace */
    object-position: center; /* Pour centrer l'image */
    transition: transform 0.3s ease-in-out; /* Transition pour une animation en douceur */
    display: block; /* Ajout de display block pour corriger l'espace autour des images */
}

.image-item:hover img {
    transform: scale(1.3); /* Agrandissement de l'image au passage de la souris */
}

.cadre{
    background-color: #727272;
    padding: 20px;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%); 
    border-radius: 60px;
    width: 95%;
}

#carte {
	width: 90%;
	height: 100%;
    text-align: center;
    border-radius: 10px;
}  

.cartemain{
    background-color: #727272;
    padding: 20px;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%); 
    border-radius: 50px;
    width: 50%;
    height: auto;
}

.carteD{
    background-color: #727272;
    padding: 20px;
    text-align: center;
    color: rgb(248, 217, 217);
    font-family: 'ink free', sans-serif;
    font-size: 27px;
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%); 
    border-radius: 30px;
}

a {
    text-decoration: none;
  }