/* --------------------------------------------------------------- */
/*
/* Bandeau
/*
/* --------------------------------------------------------------- */

#bandeau {
    height: 600px;
    position: relative;
}

#bandeau .bloc-titre {
    margin: 0 auto;
    position: absolute;
    z-index: 900;
    margin-top: 190px;
}

#bandeau #diapo_accueil {
    height: 600px !important;
    position: relative;
    width: 100%;
}

#bandeau .diapo_img {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

#bandeau .diapo_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#bandeau h1 {
    font-size: 44px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(68, 68, 68, 0.5);
}

#bandeau h1 span {
    font-size: 82px;
    font-family: "Parisienne";
    display: block;
    line-height: 1;
    margin-top: 15px;
}

/* --------------------------------------------------------------- */
/*
/* Présentation
/*
/* --------------------------------------------------------------- */

#presentation {
    padding: 80px 0;
}

#presentation .bloc-text {
    padding: 50px 100px;
    background-color: #f7f7f7;
    text-align: center;
}

#presentation .bloc-text h2 {
    margin-bottom: 30px;
}

#presentation .bloc-img {
    background: url('../../images/index/entree-gite-vieux-lavoir.jpg') no-repeat center center;
    background-size: cover;
}

/* --------------------------------------------------------------- */
/*
/* Photos
/*
/* --------------------------------------------------------------- */

#photos {
    background: url('../../images/index/bandeau-index.jpg') no-repeat center center;
    background-size: cover;
    height: 450px;
}

#photos .bloc-img {
    width: 50%;
    height: 520px;
}


/* --------------------------------------------------------------- */
/*
/* Situer
/*
/* --------------------------------------------------------------- */

#situer {
    padding: 80px 0;
    background: url('../../images/index/fond-situer.png') no-repeat center center;
    background-size: cover;
}

#situer .bloc-map {
    box-shadow: 0px 0px 20px rgba(92, 92, 92, 0.6);
}

#situer .bloc-text {
    padding: 30px 20px;
    text-align: center;
}

#situer h3 {
    font-size: 26px;
    font-weight: 900;
    text-decoration: underline;
}

/* --------------------------------------------------------------- */
/*
/* Picto
/*
/* --------------------------------------------------------------- */

#picto {
    height: 600px;
    padding-top: 60px;
    background: url('../../images/index/fond-picto.png') no-repeat center center;
    background-size: cover;
}


#picto .bloc-picto h4 {
    width: 100%;
    text-align: center;
    color: #70a838;
    font-size: 20px;
    margin-top: 20px;
    position: relative;
}

#picto .bloc-picto h4::after {
    content: "";
    position: absolute;
    width: 10%;
    left: 45%;
    height: 1px;
    background-color: #70a838;
    display: block;
    bottom: -6px;
}

#picto .bloc-titre {
    margin-top: 60px;
}

#picto .bloc-titre h2 {
    text-align: center;
}

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
    #presentation .bloc-text {
        padding: 30px 20px;
    }

    html, body {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    #presentation .bloc-img {
        height: 350px;
    }

}

@media screen and (max-width: 575px) {
    iframe {
        width: 320px;
        height: 280px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    }
}

@media screen and (max-width: 330px) {
    iframe {
        width: 260px;
        height: 220px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    }
}