
.rounded_bg_radius {
    background-color: #fff;
    border-radius: 8px;

}

.color_blue {
    color : #117e7d;
}

.color_gris {
    color: #333;
}

.full_blue {
    background-color: #117e7d; 
    border-color: #117e7d;
}

.color_orange {
    color:#f6a867
}

.font_size_ {
    font-size: 1.5rem; 
    color: #117e7d;
}

.bg_gris {
    background-color: #f9f9f9;
}

.list_left {
    list-style-type: disc; 
    padding-left: 20px;
}

.vert_bg {
    background-color: #b2d490;
}

.titre_blue {

    z-index: 1; 
    color: #117e7d;
}

.logo_header{
    max-height: 500px; 
    object-fit: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50vh;
}

.header {
    height:50vh
}

.image_first {
    max-height: 500px; 
    object-fit: contain;
}


.image_public {
    max-height: 80%; 
    max-width: 80%; 
    object-fit: contain;
}

.image_public2 {
    max-height: 40%; 
    max-width: 40%; 
    object-fit: contain;
}

.logo_partenaire {
    max-height: 70%; 
    max-width: 70%; 
    object-fit: contain;
}

.full_h {
    max-height: 100%; 
    max-width: 100%; 
    object-fit: contain;
}


.icone_taille {
    width: 50px;
}