#contactIntro{
    padding-bottom: 7.5vw;
    font-size: 1.5vw;
    line-height: 1.15;
    font-weight: 600;
}


/* --------- TROUVER ---------  */

#trouver{
    display: block;
    position: relative;
    background-color: var(--yel);
    padding-bottom: 10vw;
    color: var(--bl);
    text-align: center;
}

#map{
    display: inline-block;
    position: relative;
    width: 45vw;
    border-radius: var(--bradius);
    margin-right: 5vw;
    height: 30vw;
}

#map iframe{
    border-radius: var(--bradius);
    width: 100%;
    height: 100%;
}

#zoneGeo{
    display: inline-block;
    height: 30vw;
    width: 30vw;
    text-align: center;
    vertical-align: top;
}

#flexGeo{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}

#zoneGeo h3{
    margin:0;
    text-align: center;
}

#zoneGeo img{
    width: 50%;
    margin: 0 auto;
    height: auto;

}

@media (orientation:portrait){

    #contactIntro{
        padding-bottom: 7.5vw;
        font-size: 4.8vw;
        margin: 0 6vw;
    }

    #contactIntro br{
        display: none;
    }

    #contact h2{
        padding-top: 15vw;
    }

    #trouver h2{
        padding: 10vw 0;
    }
 
    

    
    #map{
        display: block;
        position: relative;
        width: 90vw;
        border-radius: var(--bradius);
        margin-right: 0;
        margin-left: 5vw;
        height: 50vh;
    }

    #zoneGeo{
        display: block;
        height: auto;
        text-align: left;
        margin-top: 12vw;
        margin-left: 5vw;
        width: 90vw;
    }

    #zoneGeo img{
        width: 50%;
        margin: 0 auto;
        height: auto;
        margin-bottom: 6vw;
        transform: translate(-10%, 0);
    }

    #zoneGeo h3{
        margin:6vw 0;
        text-align: left;
    }
    
    
}