@import url('https://fonts.googleapis.com/css2?family=Chau+Philomene+One&display=swap');
.titrebesoins {
    text-align: center;
    font-weight: bold;
}

.tabu {
    margin-left: 20px;
}

.margetop {
    margin-top: 30px !important;
}

.test {
    width: 70%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

.tailleilg {
    width: 200px !important;
    height: 240px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card {
    height: auto;
    min-height: 0%;
    border-radius: 10px;
}

.titlebesoins {
    margin-top: 15px;
    margin-bottom: 15px;
}

.cardBesoins {
    border: 2px solid white;
}

.titleblue {
    color: #029dd3;
}

.contentclass {
    max-height: 450px;
    min-height: 450px;
    overflow-y: auto;
}

.contentclassService {
    margin-bottom: 50px;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.justus {
    text-align: center;
    color: #029dd3;
}

.justu {
    text-align: justify;
}

.container-white {
    background-color: white;
}

hr {
    width: 100%;
}

.topmenu {
    display: inherit;
}

.homeContainerRefuge {}

.besoin-block {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 3rem;
}

h2 {
    font-family: 'Quicksand', sans-serif;
    ;
}

h3 {
    font-family: 'Quicksand', sans-serif;
    ;
}

body,
p,
span,
li,
a {
    font-family: 'Poppins', sans-serif;
}

img.test {
    max-height: 400px;
    object-fit: cover;
}

.slider-box {
    width: 50vw;
    /* 80% de la largeur de l'écran */
    min-width: 250px;
    margin-right: 10px;
    scroll-snap-align: start;
}

.justus {
    font-size: 1.3rem;
}

.justu {
    font-size: 1.05rem;
    line-height: 1.6;
}

@media screen and (max-width: 650px) {
    .margetop {
        margin-top: 30px !important;
    }
    ul {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .centers {
        text-align: center;
        margin-top: 60px;
        color: #029dd3;
        font-size: 30px;
    }
    .card {
        width: 100% !important;
        min-height: 0px;
        height: auto;
    }
    .notmobile {
        display: none;
    }
    .aniaml {
        width: 150px;
    }
    .buttonadaptatif {
        margin-bottom: 20px;
    }
    .underLogoPhrase {
        width: 90%;
    }
    .littlesize {
        font-size: 19px;
    }
    .contentclass {
        max-height: none;
        min-height: auto;
        overflow-y: visible;
        text-align: justify;
    }
    .topmenu {
        display: block;
        text-align: center;
    }
    .responsive_img {
        width: 300px;
        margin-left: -5px;
    }
}