.titre_horizontal_gauche{
    padding: 0;
}
.presentation{
    margin-top: calc(0.7 * var(--margesectiontop));
}
.sample_presentation{
    display: flex;
    flex-direction: row;
}
.container_presentation{
    background: linear-gradient(
        to right,
        white 0%,
        white 80%,
        #F5F5F5 80%,
        #F5F5F5 100%
    );
}
.texte_presentation{
    border: var(--cadrejaune);
    
    background-color: white;
    
}
.texte_presentation p{
    font-family: var(--typo2);
    color: var(--gris3);
    line-height: var(--hauteurligne);
    text-align: justify;
    padding: 2vw;
}
.pour_qui{
    margin-top: calc(0.2 * var(--margesectiontop));
}
.container_pour_qui{
    display: flex;
    flex-direction: row;
}
.sample_pour_qui{
    width: 100%;
    position: relative;
}
.texte_pour_qui{
    border: var(--cadrebleu);
    
    background-color: white;
}
.texte_pour_qui p{
    font-family: var(--typo2);
    color: var(--gris3);
    line-height: var(--hauteurligne);
    text-align: justify;
    padding: 2vw;
}
.contact_connecte{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
.contact{
    background-color: var(--gris1);
    padding: 1vw;
    box-shadow: var(--ombre2);
}
.contact h3{
    font-family: var(--typo1);
    font-size: calc(25*var(--res));
    padding: 1vw 0;
}
.contact ul{
    color: var(--gris3);
    font-family: var(--typo2);
}
.contact li{
    padding: .5vw;
}

.diplomante{
    margin-top: var(--margesectiontop);
}
.container_diplomante{
    display: flex;
    flex-direction: row;
}
.texte_diplomante{
    border: var(--cadrejaune);
    background-color: var(--gris1);
    padding: 2vmin;
}
#diplomante_intro{
    padding: 1vmin;
}
.texte_diplomante ul{
    padding: 1vmin;
}
.texte_diplomante li{
    font-family: var(--typo2);
    color: var(--gris3);
    line-height: var(--hauteurligne);
    padding: 0.5vmin;
}
.texte_diplomante a{
    color: var(--bleu);
}

.qualifiante{
    margin-top: calc(0.2 * var(--margesectiontop));
}
.container_qualifiante{
    display: flex;
    flex-direction: row;
}
.texte_qualifiante{
    color: var(--gris3);
    font-family: var(--typo2);
    line-height: var(--hauteurligne);
    border: var(--cadrebleu);
    padding: 2vmin; 
}
#qualifiante_intro{
    padding: 1vmin;
}
.texte_qualifiante li{
    padding: 0.5vmin;
}
.texte_qualifiante ul{
    padding: 1vmin;
}
.texte_qualifiante a{
    color: var(--bleu);
}

.sample_temoignage i{
    height: 10vh;
    color: var(--bleu);
    font-size: 12vmin;
    position: absolute;
    top: -11%;
    right: 0;
    transform: rotate(180deg);
}
.temoignage{
    margin-top: calc(0.2 * var(--margesectiontop));
}
.container_temoignage{
    display: flex;
    flex-direction: row;
}
.texte_temoignage{
    position: relative;
    border: var(--cadrejaune);
    background-color: var(--gris1);
    color: var(--gris3);
    font-family: var(--typo2);
    line-height: var(--hauteurligne);
    text-align: justify;
}
.texte_temoignage p{
    padding: 1vw;
}
.citation::first-letter{
    color: var(--bleu);
    font-size: calc(40*var(--res));

}
#photo_temoin1{
    width: 20%;
}
#photo_temoin1 img{
    width: 100%;
    padding: 3vmin;
}
#photo_temoin2{
    width: 20%;
}
#photo_temoin2 img{
    width: 100%;
    padding: 3vmin;
}
.temoins{
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media screen and (max-width: 1050px){
    .contact_connecte{
        top: 89%;
    }
}
@media screen and (max-width: 840px){
    .texte_presentation{
        margin: 1vw;
    }
    .texte_pour_qui{
        margin: 1vw;
    }
    .contact_connecte{
        position: relative;
        top: 0;
        flex-direction: column;
    }
    .contact{
        margin-bottom: 1vw;
    }
    .texte_diplomante{
        margin: 1vw;
    }
    .diplomante{
        margin-top: var(--margesectiontop);
    }
    .texte_qualifiante{
        margin: 1vw;
    }
    .texte_temoignage{
        margin: 1vw;
    }
    .temoins{
        flex-direction: column;
    }
    #photo_temoin1{
        width: 35%;
    } 
    #photo_temoin2{
        width: 35%;
    } 
}