.navigation a {color: white;
font-weight: bold;}
.navigation a.nav-link.active {color: white;}
.navigation a.nav-link:hover {color: white;}
.navigation a.nav-link:visited {color: white;}
img{
    width: 80px;
}
h1{
    text-align: center;
    font-size: 2em;
    color: rgb(0, 44, 111);
    margin-bottom: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.shop-section{
    margin: 50px auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0, 44, 111);
    overflow: hidden;
    padding: 50px;
    text-align: auto;
}
.Infos-section{
    margin: 50px auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0, 44, 111);
    overflow: hidden;
    padding: 50px;
    text-align: auto;
}
h2{
    text-align: center;
    color: rgb(0, 44, 111);
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1,5em;
    font-family: Arial, Helvetica, sans-serif;
}

p{
    text-align: center;
    font-size: 1.2em;
    margin: 10px 0;
}
.card {
    border: 1px solid rgb(0, 44, 111);
    box-shadow: 0 4px 8px rgb(0, 44, 111);
    transition: transform 0.3s;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    color: rgb(0, 44, 111);
}
.btn{
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: rgb(0, 44, 111);
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    border-radius: 5px;
}
.btn:hover {
    background: rgb(31, 80, 155);
    color: white;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: rgb(255, 255, 255);
    color: rgb(0, 44, 111);
    background-image: url('Fond.png'); /* Remplacez par le chemin de votre image */
    background-size: cover; /* Couvre tout l'écran */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat; /* Pas de répétition */
    min-height: 100vh; /* Hauteur minimale : 100% de la hauteur de l'écran */
    margin: 0; /* Supprime les marges par défaut */
}

.date {
    font-size: 1.5em;
    color: rgb(0, 44, 111);
    font-weight: bold;
}
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 600px; /* Taille max de l'image */
  }

  .image-container img {
    width: 100%;
    height: auto;
    display: block;
  }

  .image-container .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background: transparent; 
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1.5em;
    text-align: center;
    font-family: Arial, sans-serif;
  }
  .affiche {
    max-width: 600px;
    margin: 50px auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0, 44, 111);
    overflow: hidden;
    padding: 20px;
    text-align: center;
}

.contact{
    margin: 50px auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0, 44, 111);
    overflow: hidden;
    padding: 20px;
    text-align: auto;
}

/*Style Inscription*/
.form-label{
    color: rgb(0, 44, 111);
}
.form-check-label{
    color: rgb(0, 44, 111);
}
#exampleInputName1{
    color: rgb(0, 44, 111);
}
#exampleInputemail1{
    color: rgb(0, 44, 111);
}
#exampleInputdate{
    color: rgb(0, 44, 111);
}
#choices{
    color: rgb(0, 44, 111);
}

  .image-fullwidth .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background: rgb(0, 44, 111); 
    padding: 10px 20px;
    border-radius: 8px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 100px;
    font-weight: bolder;
  }
    /* Image de fond pleine largeur */
    .image-fullwidth {
    width: 100%; 
    height: auto;} 
       
    .shop-section {
        background-color: white; /* Couleur de fond douce */
        padding: 50px 20px; /* Espacement interne */
    }

    .shop-title {
        color: rgb(0, 44, 111);
        font-size: 2rem; /* Taille pour le titre */
        font-weight: bold;
    }

    .shop-text {
        color: rgb(0, 44, 111);
        line-height: 1.8; /* Espacement des lignes */
        text-align: justify;}

        .footer{
            background-color: rgb(0, 44, 111);
            color: white;      
            margin-top: 40px;
            font-weight: bold;
        }

.affiche{
    margin-bottom: 270px;
}
.inscription{
    margin-bottom: 95px;
}
.background-section {
    background-image: url('Fond.png'); /* Remplacez par le chemin de votre image */
    background-size: cover; /* Couvre toute la section */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat; /* Pas de répétition de l'image */
    height: 100vh; /* Hauteur = 100% de la hauteur visible de l'écran */
    color: white; /* Texte blanc pour le contraste */
    display: flex;
    align-items: center; /* Centre le contenu verticalement */
    justify-content: center; /* Centre le contenu horizontalement */
}
#sans-puce{
    list-style-type: none;
}
.navigation .row,.navigation .col,.navigation .container,.navigation .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.navbar-brand{
    margin-left: 10px;
}
.logo{
    margin-bottom: 10px;
}
.Nos-produits-1{
   
    color: white ;
    text-shadow:-2.5px -2.5px 2.5px rgb(0, 44, 111);
}
.Nos-produits-2{
    color: rgb(0, 44, 111);
}

.Nos-produits-3{
    color: white;
}
