*,
*::before,
*::after {
  box-sizing: border-box;
}

p{
    font-weight: 300;
    color: #111;
   
}

body{
    font-family: 'poppins', sans-serif;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 10px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.5s;
    background-color: black; /* Ajout de la couleur de fond */
}

.logo{
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-decoration: none;
}
.logo span{
    color: #dc8fd3;
}

.navbar{
    display: flex;
    position: relative;
}
.navbar li{
    list-style: none;
}
.navbar a{
    color: #fff;
    text-decoration: none;
    margin-left: 30px;
    font-weight: 700;
}

h2{

align-items: center;
text-align: center;
margin-bottom: 35px;
}

.btn-reserve:hover{
    background: #2b138b;
    transition: ease-out;
}

header .navbar li a:hover{
    color: #dc8fd3;
    border-bottom: 2px solid #b377ac;
}

.banniere{
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./img/monde-champignon.jpg);
    background-size: cover;
}

.banniere .contenu{
    max-width: 70%;
    text-align: center;
}
.banniere .contenu h1{
    color: #dc8fd3;
    font-size: 3em;
    text-transform: capitalize;
    background-color: black;
    border-radius: 15px 15px 15px 15px;
    padding: 1rem;
    margin-bottom: 5vh;
}
.contenu p:nth-child(2){
    color: #ffff;
    font-size: 1.2em;
    background-color: black;
    border-radius: 15px 15px 15px 15px;
    padding: 1rem;
}

.btn1{
    font-size: 1em;
    color: #fff;
    background: #dc8fd3;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
    border-radius: 30px;
}
.btn2{
    font-size: 1em;
    color: #fff;
    background: #2a4963;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
    border-radius: 30px;
}

.btn1:hover{
letter-spacing: 4px;
}
section{
    padding: 100px;
}
.row{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.row .col50{
    position: relative;
    width: 48%;
    justify-content: center;
    align-items: center;

}

.row .col50 h2{
    margin-bottom: 20px;
}

p.lettre {

    color: #fff;
}



.titre-texte{
    color: #000;
    font-size: 2em;
    font-weight: 300px;
    text-transform: capitalize;
}

.titre-texte span{
    color: #e170d6;
    font-size: 1.5em;
    font-weight: 700px;
}

.row .col50 img{
    height: 225px;
    width: 300px;
    position: relative;
    position: relative;
    top: 0;
    left: 0;
    height: 300px;
    object-fit: cover;

}
.packs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.packs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

span .logo{

    color: #dc8fd3;

}

h2 span {

color: #dc8fd3;
}

.pack {
    width: 350px;
    margin: 20px;
    padding: 20px;
    border: 20px solid #000000;
    box-shadow: 20px 15px 35px rgba(0, 0, 0, 0.8);
    transition: transform 0.3s;
    background-color: #fff;
    border-radius: 20px;
}

.pack:hover {
    transform: translateY(-10px);
}


span{

    color: #ffffff;
}


.pack .pack-info {
    text-align: center; /* Centrer le texte horizontalement */
}

.pack .imbox {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex; /* Pour centrer l'image horizontalement */
    justify-content: center; /* Pour centrer l'image horizontalement */
    align-items: center; /* Pour centrer l'image verticalement */
}

.pack .imbox img {
    width: 100%; /* Ajuster la largeur de l'image */
    max-height: 100%; /* Ajuster la hauteur de l'image */
    object-fit: cover;
}

.pack .btn.discover {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #dc8fd3; /* Couleur rose */
    color: #fff; /* Couleur du texte en blanc */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}


.search-form {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.search-form input[type="text"] {
    width: 300px;
    padding: 10px;
    border: 2px solid #dc8fd3;
    border-radius: 5px;
    font-size: 1em;
    margin-right: 10px;
}

.search-form button {
    padding: 10px 20px;
    background-color: #dc8fd3;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s;
}

.search-form button:hover {
    background-color: #b377ac;
}



.pack img{
    width: 100%;
    border-radius: 5px;
} 

.pack .btn.discover:hover {
    background-color: #b377ac; /* Couleur rose plus foncée au survol */
}


.btn{

        display: inline-block;
        margin-top: 10px;
        padding: 8px 16px;
        background-color: #dc8fd3;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        transition: background-color 0.3s;
}
/* Page 404 */
.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
    text-align: center;
}

.error-container {
    padding: 20px;
}

.erreur {
    font-size: 3em;
    margin-bottom: 20px;
    color: #dc8fd3;
}

.error-message {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.error-image {
    width: 50%;
    max-width: 400px;
    height: auto;
    margin-bottom: 20px;
}

/* Style du bouton */
.button {
    background-color: #dc8fd3; /* Couleur de fond */
    border: none; /* Pas de bordure */
    color: white; /* Couleur du texte */
    padding: 15px 32px; 
    text-align: center; /* Centrer le texte */
    text-decoration: none; /* Pas de soulignement */
    display: inline-block; 
    font-size: 16px; /* Taille de la police */
    margin: 4px 2px; /* Marge autour du bouton */
    cursor: pointer; 
    border-radius: 10px; /* Bordure arrondie */
}
