/* NOTRE MAISON HOME */

#Maison {
    text-align: center;
    background: transparent url(/img/v_maison-home.jpg) no-repeat;
    background-size: auto 100vw;
    background-position: center top;
    background-size: cover;
    padding: 4vw 0 4vw 0;
    width: 100%;
 }

 #Maison h2 {
    width: 100%;
    font-family: 'Spartan', sans-serif;
    font-size: calc(14px + 0.1vw);
    line-height: calc(14px + 0.1vw);
    color: #666666;
    font-weight: 700;
    text-align: center;
    margin: 20vw 0 0 0;
    padding: 0%;
    text-transform: uppercase;
}
#Maison h3 {
    width: 100%;
    font-family: 'Taviraj', serif;
    color: #cbad84;
    font-style: italic;
    font-size: calc(14px + 1.75vw);
    line-height: calc(14px + 1.75vw);
    font-weight: 200;
    margin: 1vw 0 4vw 0;
    padding: 0;
    text-align: center;
}
#Maison div:first-of-type {
    display: block;
    margin: 4vw auto;
}
#Maison .seRendre {
    width: 32vw;
    /* height: 270px; */
    font-family: 'Spartan', sans-serif;
    /*background-color: #cbad84;*/
    margin: 1vw 0 4vw 0;
    padding: 4vw;
    /* text-align: left; */
    /*float: left;*/
    color: white;
    background: linear-gradient(45deg, rgba(98,98,98,1) 30%, rgba(23,22,22,1) 100%);
}
#Maison .seRendre h4 {
    font-size: 1vw;
    line-height: 1.5vw;
    font-weight: 700;
    margin-bottom: 1vw;
    text-align: center;
}


#Maison .noire {
    width: 600px;
    height: 270px;
    font-family: 'Taviraj', serif;
    background-color: #000;
    margin: 15px 0 80px 40px;
    padding: 30px;
    text-align: center;
     float: left;
}
#Maison .noire ul {
    list-style: none;
    width: 100%;
    height: 40px;
}
#Maison .noire ul:first-of-type li {
    width: 40px;
    height: 40px;
    background-color: #333333;
    border-radius: 20px;
    float: left;
    margin: 0 0 0 20px;
}
#Maison .noire ul.etape {
    background: transparent url(/img/picto_parcours.svg) no-repeat;
    background-size: auto 100px;
    background-position: 0 25px;
    height: max-content;
    padding: 0 0 15px 50px;
    margin-top: 0;
}
#Maison .noire ul.etape li {
    border-bottom: 1px #333 solid;
    width: 100%;
    text-align: left;
    font-style: 1.8em;
    font-family: 'Spartan', sans-serif;
    padding: 28px 0;
}

#Maison .plan {
        width: 100%;
        margin: 0 auto;
        /* max-width: 1280px; */
        /* padding: 0 40px; */
}
#Maison .plan iframe {
    width: 80vw;
    height: 25vw;
    margin: 0;
    padding: 0;
    border: none;
    }

@media (max-width: 567px) {
    #Maison .seRendre {
        width: 90vw;
        padding: 10vw 0;
    }
    #Maison .plan iframe {
        width: 90vw;
        height: 90vw;
      }
      #Maison h3 {
        font-size: calc(14px + 4vw);
        line-height: calc(14px + 4vw);
    }


}

@media (max-width: 414px) {
    #Maison h2 {
        margin: 15vw 0 0 0;
    }
}