/* Déclarations pour les objets et les illustrations  */


/* Le container  */
.index #illustrations-container {
    position: relative;
    margin: 50px 0 -15px 0;
    height: auto;
    min-height: 800px;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: visible;
}
@media (min-width: 991px) {
    .index #illustrations-container {
        position: absolute;
        top: 330px;
        bottom: 0;
        right: 50%;
        left: 15%;
        width: auto;


        overflow: visible;
        min-height: 0;
    }
}

@media (max-width: 991px) {


    .page #scene .illustrations {
        position: relative;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        bottom: auto !important;
        width: auto;
        height: auto;
        display: block;
        margin: -30px auto -50px;
        z-index: 1 !important;
    }

    .page #scene .illustrations + .illustrations {
        display: none;
    }



    .index #illustrations-container > * {
        margin-top: 40px;
    }

    .index #shakespeare {
        display: none;
    }

    a#micro {
        margin-top: -150px !important;
        margin-bottom: -13px !important;
        width: calc(100% + 30px) !important;
        margin-left: -15px !important;
        background-position-x: -70px !important;
    }

    a#bourse {
        margin-bottom: -73px !important;
        max-width: 100% !important;
        margin-left: -15px !important;
        display: none !important;
    }

    a#telephone_jaune {
        margin-bottom: -63px !important;
        margin-top: -50px !important;
        margin-left: -25px !important;
        width: calc(100% + 40px) !important;
    }
}

@media (min-width: 991px) {

    body.page_stage #illustrations-container {
        width: 100%;
        height: 100%;
    }

    .index #shakespeare {
        left: auto !important;
        right: 1% !important;
    }

    .index #gazontondu {
        top: auto !important;
        bottom: 170px;
    }

    #enfant {
        top: auto !important;
        left: auto !important;
        right: 20px;
        bottom: 110px;
    }
}
/* Les illustrations et objets */


/* Sur la page d'Index */

@media (min-width: 1200px) {
    .index #shakespeare {
        left: auto !important;
        right: 10% !important;
    }
}
body.index #illustrations-container #pola_8 { display: none;}

.index #illustrations-container #gazontondu {
    top: auto !important;

    bottom: 0 !important;
    background-position: center bottom !important;

}

@media (max-width: 991px) {
    #pola_0.illustrations,
    #pola_1.illustrations,
    #pola_2.illustrations,
    #pola_3.illustrations,
    #pola_4.illustrations,
    #pola_5.illustrations,
    #pola_6.illustrations,
    #pola_7.illustrations,
    #pola_8.illustrations,
    #pola_9.illustrations,
    #pola_10.illustrations,
    #pola_11.illustrations,
    #pola_12.illustrations {
        margin-top: 100px;
    }
}


/* Retirer des illustrations */

body.page_atelier #illustrations-container { display: none; }

body.page_stage #illustrations-container #enfant { display: none; }

body.page_tarifs #illustrations-container #bateau { display: none; }

