.number-container{
    border: solid;
    border-color: white;
    color: white;
    height: 100%;
    border-radius: 10px;
    padding: 15px;
}



@media (max-width: 768px) {


    .row {
        gap: 20px;
    }
}




.cyberdiag{
    text-align: center;
}


.iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

iframe {
    border: 0;
}


.reservation{
    color: #2b6655;
    z-index: 1000;
}


.img-container{
    text-align: right;
    transition: transform 0.4s ease, box-shadow 0.4s ease;

}

.img-container img{
    width: 56%;
    filter: drop-shadow(0 4px 6px rgba(255, 255, 255, 0.6));
}

.img-container2{
    text-align: left;
    transition: transform 0.4s ease, box-shadow 0.4s ease;

}

.img-container2 img{
    width: 51%;
    filter: drop-shadow(0 4px 6px rgba(255, 255, 255, 0.6));
    /* border-radius: 10px; */
}

.img-container:hover {
    transform: scale(1.1) translateY(-5px);
}

.img-container2:hover {
    transform: scale(1.1) translateY(-5px);
}











.raccoon_pro{
    width: 100%;
    border-radius: 5px;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.raccoon_pro:hover{
    transform: scale(1.1) translateY(-5px);
}


.margin_bottom{
    margin-bottom: 30px;
}


.rubrique2 p{
    color: white;
    text-align: justify;
}



.rubrique2 .card {
    background-color: rgb(0, 0, 0);
    border: 1px solid white;
    border-radius: 8px;
    margin: 10px;
    padding: 10px;
    height: 100%;
}




.stars span {
    color: #FFD700;
    font-size: 1.5em;
    margin: 0 2px;
}

.accordion-header button{
    font-family: Arial, Helvetica, sans-serif
}










.carousel-container {
    position: relative;
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-viewport {
    width: 100%;
    overflow: hidden;
}

.logos {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.logo-box {
    flex: 0 0 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 100px;
}

.logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 6px rgb(0, 0, 0));
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.logo-box img:hover {
    transform: scale(1.3) translateY(-5px);
}



@media (max-width: 768px) {

    .logo-box img {
        max-width: 100%;
        max-height: 100%;
        text-align: center;
    }

}





