.carou img {
    height : 30vh;
}

#carousel {
    padding: 0; 
    margin-bottom: 0;
}

.carou {
    height: 100%;
    text-align: left;
    display: none;
}

/*
.carousel-container {
    position: relative;
}
*/
.carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel-container img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* Media queries pour rendre le carrousel responsive */

/* Pour les écrans de taille moyenne */
@media screen and (max-width: 768px) {
    .carousel-container img {
        width: 80%; /* Taille spécifique pour les écrans de taille moyenne */
        height: auto; /* Réajustement automatique de la hauteur */
    }
}

/* Pour les écrans de petite taille */
@media screen and (max-width: 480px) {
    .carousel-container img {
        width: 90%; /* Taille spécifique pour les écrans de petite taille */
        height: auto; /* Réajustement automatique de la hauteur */
    }
}



.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    /*background-color: #ccc;*/
    color: blue;
    cursor: pointer;
}

.left-arrow {
    left: 0;
}

.right-arrow {
    right: 0;
}

.randonneur  {
    background-color: #095228;
    border-color: #D5DFE5;
    color: white;
    border-top-width: 5px;
    border-right-width: 0em;
    border-left-width: 0em; 
    border-bottom-width: 0px;
    font-weight: bold;
    text-align: center;
}

.randonneur h1{
    margin-bottom: 0;
}

.colBackground {
    background-color: rgb(196, 194, 194);
}



#navcol {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ffffff;
    height: calc( 100vh - 273 );
}

#categorie {
    background-color: #095228 ;
}

.navbar {
    border-color: #D5DFE5;
    border-top-width: 5px;
    border-right-width: 0em;
    border-left-width: 0em; 
    border-bottom-width: 5px;
}

.catexte {
    color:rgb(245,245,245);
}
.catexte:hover {
    background-color:rgb(245,245,245);
    color: #095228;
    border-radius: 25% 10%;
}

.hamburger {
    color: white;
}

.alerte {
    background-color: orange;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
}

.titre {
    color: #095228;
}

.bouton {
    background-color: #095228;
    color: white;
}
.bouton:hover{
    background-color:rgb(245,245,245);
    color: #095228;
    border: dashed 
}

footer {
    background-color: #333333;
    color: white;
   /* position: fixed;
    bottom: 0px;
    width: 100%; */
}

.logodiv {
    justify-content: center;
}

.logo {
    height: 150px;
    width: auto;
}

@media (max-width: 991.98px) {
    .margin-md {
        margin: 15px; /* Ajoutez votre marge désirée ici */
    }
}

.icon {
    color: #095228;
}

