@font-face {
    font-family: "gladiola";
    font-weight: normal;
    src: url(./Font/gladiola-regular.ttf) format("truetype");
}

@font-face {
    font-family: "agrandir";
    font-weight: normal;
    src: url(./Font/Agrandir-Regular.otf) format("opentype");
}

@font-face {
    font-family: "sego";
    font-weight: normal;
    src: url(./Font/Sego.otf) format("opentype");
}

body {
    margin: 0 auto;
    text-align: center;
    background-color: rgb(239, 222, 215);
    overflow-x: hidden; /* Empêche le débordement horizontal */
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.gladiola {
    font-family: gladiola, serif;
    font-size: 30px;
}

nav a {
    font-family: agrandir, serif;
}

h1 {
    font-family: sego, serif;
}

h2 {
    font-family: sego, serif;
    font-size: 40px;
}

h3 {
    font-family: agrandir, serif;
}

p {
    font-family: agrandir, serif;
}

#div1 img {
    width: 40%;
}

h1 {
    font-size: 60px;
}

#div1 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.testimg {
    width: 100%;
}

.test1 {
    transform: translateY(5px);
}

.test2 {
    background-color: #90ae74;
}

.test2 img {
    width: 100%;
}

.test4 {
    align-items: center;
}

.test5 {
    align-items: center;
}

.test5 h2 {
    font-size: 60px;
}

.test5 p {
    background-color: #f6ba83;
    border-radius: 50px;
    padding: 5px 10px;
    font-family: agrandir, sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.test6 {
    align-items: center;
}

.reserve {
    background-color: #d38c8a;
    font-family: gladiola, sans-serif;
    font-size: 40px;
    padding: 5px 10px;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    border: 2px solid black;
}

.blanc {
    color: white;
    font-size: 25px;
    font-weight: bold;
}

.theme {
    font-family: gladiola, sans-serif;
    font-size: 40px;
}

#test10 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly; /* Espacement équitable */
    align-items: center; /* Alignement vertical */
    flex-wrap: wrap; /* Permet de s'adapter aux petits écrans */
}

.test5 {
    flex: 1; /* Permet aux colonnes de prendre la même largeur */
    max-width: 45%; /* Évite que les colonnes soient trop larges */
    text-align: center; /* Centrer le texte */
}

.test6 {
    flex: 1; /* Permet aux colonnes de prendre la même largeur */
    max-width: 45%; /* Évite que les colonnes soient trop larges */
    text-align: center; /* Centrer le texte */
}

/* Ajustement pour les images */
.test5 img {
    width: 100%;
    height: auto;
}

.test11 {
    background-color: #d38c8a;
    padding: 50px;
}

.test11 h2 {
    font-size: 60px;
}

#fleur img {
    width: 35%;
    margin: 100px 0;
}