header {


    overflow: hidden;
    text-align: top;

}

.sloganMenu{
    padding-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1%;
    flex-direction: column;
}

.slogan {
    color: black;
    padding-top: 10%;
    text-align: center;

}
.textdepot{
    color: white;
}


.couleur2 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    font-size: 25px;

    border-radius: 25px 25px 25px 25px;

    background-color: #252B60;

    color: white;
    border: 1px solid black;
    transition:  0.7s;
    cursor: pointer;
}



.couleur2:hover{
    transition: 0.7s;
    transform: scale(1.1);

}

.bouton-header{

    transition: 0.7s;
}
.bouton-header:hover{
    transition: 0.7s;
    transform: scale(1.1);

}


.black {
    color: black;
}

.carousel-caption {
    top: 0;
    color: white;
    border-radius: 5px;
}

.bouton-header {
    background-color: white;
    color: black;
}

#infoCarousel {
    background: url("../../src/assets/cpature_transparent.png");
    background-repeat: no-repeat;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */
{
    filter: invert(100%);
}

.carousel-control-prev {
    width: 2%;
    height: 5%;
    left: 27%;
    top: 50%;
    display: flex;
    justify-content: flex-end;
}
.carousel-control-next {
    width: 2%;
    height: 5%;
    right: 27%;
    top: 50%;
    display: flex;
    justify-content: flex-start;
}


.carousel-indicators .active {
    background-color: black;
}


.carousel-item img {
    height: 872px;
    object-fit: cover;
}

.carousel-indicators {
    z-index: 1;
}

#carouselIndicators {
    width: 60%;
    height: 400px;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .carousel-item img {
        height: 500px;
        object-fit: cover;
    }




}

@media screen and (max-width: 1200px) {
    .sloganMenu{
        gap: 0;
    }



}



@media screen and (max-width: 600px) {

    .sloganMenu {
        padding-top: 20%;
        gap: 0;

        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        align-content: center;

    }

    .carousel-caption{
        position: initial;
    }
    .carousel-caption a{
        width: 30%;
        text-align: center;
    }

    .carousel-control-prev {
        width: 5%;
        justify-content: normal;
        left: 15%;
        top: 50%;
        height: 10%;
    }

    .carousel-control-next{
        width: 5%;
        height: 10%;
        right: 0;
        top: 50%;
        left: 80%;
        display: flex;
        justify-content: flex-start;
    }


    footer{
        margin-top: 0;
    }

    .bouton-header{
        font-size: 0.9rem;
    }

    .footer__logo{
        padding-top: 2rem;
    }







}