/* =========================================
   Styles spécifiques à la page haut-de-gamme/gite-de-luxe.php
   (compilé depuis scss/haut-de-gamme.scss)
   ========================================= */

main#haut-de-gamme > article > section {
        margin-top: 20px;
        margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
        main#haut-de-gamme > article > section {
                margin-top: 50px;
                margin-bottom: 50px;
        }
}

@media screen and (max-width: 600px) {
        main#haut-de-gamme > article > section {
                margin-top: 35px;
                margin-bottom: 35px;
        }
}

                #gallery--360 .cadre img.vignette {
                        margin-bottom: 88px;
                }

                #gallery--360 .cadre .legendes {
                        margin-top: -96px;
                }
