
/*INTERACTION*/

#bloc_conversion_haut{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;    
}
.titreInteraction{
    color: white !important;
    background-image: none !important;
    font-family: 'Raleway', sans-serif !important;
}

#bloc_conversion_haut ul {
    list-style: none;
    padding: 0;
}

h2.titreBloc{
    padding: 15px; 
    color: white; 
    font-size: 16px; 
    text-align: center; 
    margin: 10px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: bold !important;
}

.colGauche, .colDroite{
    width: 100%;
    padding: 0 25px;
}
@media screen and (min-width: 981px)  {
    .colGauche, .colDroite{
        width: 50%;
    }
}
.colDroite {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.niv1{
    font-size: 26px;
    font-weight: 700 !important;
}
.niv2{
    font-size: 22px !important;
    font-weight: 400 !important;

}

#bloc2cols{
    display: flex; flex-direction: row; flex-wrap: nowrap;
}

img.pictoTitreLangue{margin:0  10px 0 0 ;  width: 32%;}

#bloc_conversion_haut ul li {
    font-size: 18px;
    color: white !important;
    font-family: 'Nunito Sans', sans-serif;
    background: url(images/coche_verte_tanitforma7.png) no-repeat 0% 10%/0.7em;
    padding: 0 0 0 25px;
    margin: 12px 0;
    line-height: 140%;
}
#bloc_conversion_haut ul {
    list-style: none;
}

img.image_principale{max-width: 100%;}


.boiteABouton{display: flex; flex-direction: column; justify-content: space-between; align-items: center;
    margin-top: 50px;
    padding: 25px;
}
.boiteABouton.labelConfiance, .boiteABouton.avis{flex-direction: row; justify-content: space-around; flex-wrap: wrap;}
.boiteABouton a {
    display: inline-block;
    padding: 15px; 
    color: white; 
    font-size: 16px; 
    text-align: center; 
    text-transform: uppercase;
    margin: 10px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: bold !important;
    border-radius: 7px;
}
.labelConfiance img{height: 75px;}
.boiteABouton a.tel{background-color: red;}
.boiteABouton a.mail{background-color: green;}
.boiteABouton a.avis{background-color: gold;}

/*
* AVIS
*/
.glsr .glsr-reviews, .glsr .glsr-reviews-wrap {
    grid-gap: 4rem;
    display: flex !important;
    gap: 4rem;
    color: white;
}

.glsr-default .glsr-review {
    align-items: center;
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
}

@media screen and (min-width: 781px) and (max-width:  980px) {
    .glsr-default .glsr-review {
        align-items: center;
        display: flex !important;
        flex-wrap: wrap !important;
        width: 50%;
    }    
}

@media screen and (min-width: 981px)  {
    .glsr-default .glsr-review {
        align-items: center;
        display: flex !important;
        flex-wrap: wrap !important;
        width: 25%;
    }    
}