.titre_horizontal_gauche{
    padding: 0;
}
section{
    margin-top: calc(0.5*var(--margesectiontop));
}
section{
    margin-top: 10vh;
}
.container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border: var(--cadrejaune);
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.item{
    box-shadow: var(--ombre2);
    width: 48%;
    padding: 2vmin;
    margin-left: 2vmin;
    margin-bottom: 4vmin;
    background-color: var(--gris1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item_nom{
    font-family: var(--typo2);
    font-size: calc(19*var(--res));
    margin-bottom: 1vmin;
    font-weight: bold;
    margin-top: 1vmin;
    text-transform: uppercase;
}
.item_info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1vmin 0;
    font-size: calc(13*var(--res));
}
.item_info div{
    margin: 1vmin 0;
}
.item_info a{
    color: var(--bleu);
}
.item_pratique{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-family: var(--typo2);
    width: 45%;
    
}
.item_contact{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: var(--typo2);
    text-align: end;
}
.lien_guide{
    display: flex;
    justify-content: center;
}
.lien_guide a{
    color: var(--jaune);
    font-weight: bolder;
}
@media screen and (max-width: 900px){
.item{
    width: 100%;
}
.item_info{
    font-size: calc(20*var(--res));
    flex-direction: column;
}
.item_nom{
    font-size: calc(28*var(--res));
}
}
.residence_intro{
    display: flex;
    justify-content: center;
}
.residence_intro p{
background-color: var(--gris1);
box-shadow: var(--ombre2);
padding: 3vw;
width: 80%;
}
.studio{
    display: flex;
    flex-direction: column;
}
.item_studio{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 5vh;
}
.item_studio:nth-child(2N+1){
    flex-direction: row-reverse;
}
.texte_item{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 3vw;
    background-color: var(--gris1);
    box-shadow: var(--ombre2);
}
.nom_item{
    font-family: var(--typo1);
    color: var(--bleu);
    font-size: calc(25*var(--res));
}
.visuel_item{
    width: 50%;
    box-shadow: var(--ombre2);
}
.visuel_item img{
    width: 100%;
}
.equipement{
    margin-top: 5vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.titre_equipement{
    width: 100%;
    color: var(--gris3);
    font-family: var(--typo1);
    font-size: calc(35*var(--res));
    text-align: center;
    margin: 2vw 0 1vw 0;
}
.item_equipement{
    width: 45%;
    display: flex;
    flex-direction: column;
    box-shadow: var(--ombre2);
    margin-bottom: 5vh;
    background-color: var(--gris1);
}
.visuel_equipement img{
    width: 100%;
}
.texte_equipement{
    padding: 2vw;
    display: flex;
    flex-direction: column;
}
.container_demande{
    display: flex;
    flex-direction: column;
}
.texte_demande{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.texte_demande p{
    background-color: var(--gris1);
    box-shadow: var(--ombre2);
    padding: 3vw;
    width: 80%;
}
.contact_demande{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.contact_residence{
    background-color: var(--gris2);
    box-shadow: var(--ombre2);
    border-radius: 5px;
    padding: 2vw;
    width: 28%;
}
.contact_residence ul{
font-family: var(--typo1);
font-size: calc(20*var(--res));
}
.contact_residence ul li{
    font-family: var(--typo2);
    font-size: 16px;
    line-height: var(--hauteurligne);
    padding: 1vw;
}
.contact_residence ul li a{
    color: var(--bleu);
}
.aide_logement{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.aide_logement P{
    background-color: var(--gris1);
    padding: 3vw;
    box-shadow: var(--ombre2);
    width: 50%;
}
.liens_aide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.liens_aide a{
    margin: 0 1vw;
}
.container_partenaire{
    display: flex;
    flex-direction: column;
}
.item_partenaire{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 2vw;
}
.item_partenaire:nth-child(2n+1){
    flex-direction: row-reverse;
}
.texte_partenaire{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: var(--gris1);
    box-shadow: var(--ombre2);
    padding: 3vw;
}
.texte_partenaire ul{
    font-family: var(--typo2);
    padding: 1vw;
    line-height: var(--hauteurligne);
}
.texte_partenaire li a{
    color: var(--bleu);
}
.nom_partenaire{
    font-family: var(--typo1);
    color: var(--jaune);
    font-size: calc(25*var(--res));
}
.visuel_partenaire{
    width: 50%;
    box-shadow: var(--ombre2);
}
.visuel_partenaire img{
    width: 100%;
}
@media  screen and (max-width: 840px) {
    header img{
        height: 25vh;
    }
    .residence_intro p{
        width: 100%;
    }
    .item_studio{
        flex-direction: column;
        width: 100%;
    }
    .item_studio:nth-child(2N+1){
        flex-direction: column;
    }
    .visuel_item{
        width: 100%;
    }
    .texte_item{
        width: 100%;
    }
    .texte_item p{
        padding-top: 1vw;
    }
    .equipement{
        flex-direction: column;
    }
    .item_equipement{
        width: 100%;
    }
    .texte_demande p{
        width: 100%;
    }
    .contact_residence{
        width: 50%;
    }
    .aide_logement{
        flex-direction: column;
        align-items: center;
    }
    .aide_logement p{
        width: 100%;
    }
    .liens_aide{
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        margin-top: 2vw;
    }
    .item_partenaire{
        flex-direction: column;
        margin-top: 3vw;
    }
    .item_partenaire:nth-child(2n+1){
        flex-direction: column;
    }
    .visuel_partenaire{
        width: 100%;
    }
    .texte_partenaire{
        width: 100%;
    }
}
@media  screen and (max-width: 499px){
    .nom_item{
        font-size: calc(35*var(--res));
    }
    .nom_partenaire{
        font-size: calc(35*var(--res));
    }
    .titre_equipement{
        font-size: calc(45*var(--res));
    }
    .contact_demande ul{
        font-size: calc(30*var(--res));
    }
    .contact_residence{
        width: 70%;
    }
}
#equipement3{
    display: none;
}