/**********************************************************************************/
/* BANNIERE RESIDENCE COLO SEJOUR A THEME */
/**********************************************************************************/
/**********************************************************************************/
/* SLIDERS */
/**********************************************************************************/
#afficheBandeauLabel {
    display: none;
}
.slider {
    margin: 3rem 0;
    padding: 2rem 0;
    background: #888888;
    color: #FFFFFF;
}
#contenuBandeauColo {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: auto;
}
.slider h3 {
    margin: 2rem 0 0 0;
    font-family: 'Gotham';
    font-size: 1.5rem;
    text-transform: uppercase;
}
.slider a {
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}
.slider .rectangle {
    max-width: 40%;
}
.rectangle h1 {
    margin: 0;
    font-family: 'Gotham';
    font-size: 2.5rem;
}
.rectangle h1 span {
    font-size: 1.5rem;
}
.rectangle p {
    margin-bottom: 1rem;
    font-family: Calibri;
    font-size: 1.7rem;
}
#infosDatesColo,
#afficheDates {
    display: none;
    width: 80%;
}
.infosDateAge {
    width: 55%;
}
.coloDateAge {
    display: flex;
    flex-wrap: wrap;
    margin: auto 0;
}
.coloDateAgeBlock {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 1rem auto;
}
.infosColoEnfant h3 {
    margin: 0;
}
.detailsProduitsEnfant {
    display: none;
    width: 100%;
    margin: 1.5rem 0;
}
.triInfosColo {
    display: flex;
}
.labelColoDateAge {
    margin: 1.5rem 0;
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-family: 'Gotham';
    text-align: center;
    color: #FFFFFF;
}
.infosColoDate:hover {
    cursor: default !important;
}
.ajoutColoPanier select {
    min-width: 18rem;
}
.ajoutColoPanier button {
    display: flex;
    align-self: center;
    padding: 1rem 0.5rem;
    border: none;
    font-family: Calibri;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 0.5rem;
    cursor: pointer;
}
.ajoutColoPanier button:hover {
    filter: brightness(0.9);
}
.ajoutColoPanier .csdComplete {
    font-family: 'Gotham';
    font-weight: bold;
}
.ajoutColoPanier .boutonAddPanier, 
.ajoutColoPanier .csdComplete {
    display: flex;
    justify-content: center;
    width: 20%;
}
.ajoutColoPanier {
    display: flex; 
    justify-content: space-between;
    align-items: center;
}
.ajoutColoPanier p {
    width: 35%;
}
.inputDivResaEnfant:checked + .detailsProduitsEnfant {
    display: block;
}
.messagePanier #validationPanier a {
    color: #0B6BA7;
}
/**********************************************************************************/
/* SECTIONS DE TEXTE */
/**********************************************************************************/
#sectionInfosColonie {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
}
#sectionInfosColonie article {
    font-size: 1.5rem;
    z-index: 0;
}
#descriptionColonie {
    display: flex;
    justify-content: space-between;
}
#textesColonie, #prixAdresse {
    width: 45%;
}
.infosColonie a {
    font-weight: bold;
    color: #000033;
}
.infosColonie h3 {
    padding-bottom: 1rem;
    border-bottom: 1px #000033 solid;
}
#texteColo {
    text-align: justify;
}
#texteColo h4 {
    margin: 1rem 0;
    text-decoration: underline;
}
#divPrix {
    text-align: center;
}
#divPrix h3 {
    margin-bottom: 0;
    padding-bottom: 1rem;
    color: #FFFFFF;
}
#divPrix p {
    display: inline-block;
    margin-bottom: 0;
    font-family: 'Gotham Narrow Medium';
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 15px;
}
#divPrix p span {
    font-family: 'HMS Gilbert Script';
    font-size: 10rem;
    font-weight: lighter;
}
#divPrix #euro {
    display: inline-block;
    font-family: 'HMS Gilbert Script';
    font-size: 5rem;
    font-weight: lighter;
    vertical-align: 2.5rem;
    line-height: 1px;
}
#divPrix a {
    display: block;
    margin-top: 1.5rem;
    font-size: 1.5rem;
}
#divMapColo {
    display: flex;
    justify-content: space-between;
    font-family: Calibri;
}
.infosColonie #documents {
    display: flex;
    justify-content: center;
    width: 100%;
}
#imagesMosaique {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.imageMosaique img {
    object-fit: cover;
    width: 10rem;
    height: 10rem;
    margin: 1rem 0;
}
.mosaiquePop {
    position: absolute;
    left: 10%;
    display: none;
    width: 35%;
    margin: -9rem 0;
    border: 5px solid #E8E8E8;
    border-radius: 0.5rem;
    transform: scale(1.25);
    transition: cubic-bezier(0.19, 1, 0.22, 1);
}
.imageMosaique:hover {
    cursor: pointer;
    transform: scale(1.3);
}
.imageMosaique:hover + .mosaiquePop {
    display: block;
}
#documents figure {
    width: 25%;
}
#documents img {
    display: block;
    width: 30%;
    margin: 1rem auto;
}
#documents figcaption a#lienHover {
    position: relative;
}
#documents figcaption span {
    position: absolute;
    display: none;
    font-size: 1.5rem;
    color:#FFFFFF; 
    background-color: #666666;   
}
#documents figcaption a#lienHover:hover > span {
    display: block;
    /* z-index: 1000; */
    width: 40rem;
    padding: 1rem;
    font-weight: lighter;
}
.infosColonie h4 {
    font-family: 'Gotham';
    font-size: 1.8rem;
    font-weight: normal;
    text-transform: uppercase;
}
/**********************************************************************************/
/* EN DESSOUS DE 1200PX */
/**********************************************************************************/
@media screen and (max-width: 1200px) {
    .slider .rectangle {
        max-width: 35%;
    }
    .ajoutColoPanier {
        display: block;
    }
    #descriptionAdresse {
        display: block !important;
    }
    #descriptionAdresse #texteColo {
        max-width: none;
        margin: 0 0 2rem 0;
        padding: 0;
    }
    #sectionInfosColonie {
        width: 100%;
    }
    #sectionInfosColonie aside {
        width: 100%;
    }
    #sectionInfosColonie article {
        width: 80%;
        margin: auto;
    }
    #descriptionColonie {
        flex-direction: column;
    }
    #textesColonie, #prixAdresse {
        width: 100%;
    }
    .infosColonie #documents {
        flex-wrap: wrap;
    }
    #documents figure {
        width: 35%;
    }
}
/**********************************************************************************/
/* EN DESSOUS DE 800PX */
/**********************************************************************************/
@media screen and (max-width: 800px) {
    .rectangle h1 {
        font-size: 2rem;
    }
    #sectionInfosColonie article {
        width: 90%;
    }
    #afficheBandeauLabel {
        display: block;
        padding: 1.5rem 0;
        font-size: 1.8rem;
        font-weight: lighter;
        text-transform: uppercase;
        text-align: center;
        color:#FFFFFF;
        background: #666666;
    }
    #afficheBandeauLabel img {
        width: 1.5rem;
    }
    .slider {
        display: none;
        flex-direction: column;
        padding: 3rem;
        margin-top: 0;
    }
    #afficheBandeau:checked ~ .slider {
        display: block;
    }
    .ajoutColoPanier {
        display: block;
    }
    .ajoutColoPanier p {
        width: 100%;
    }
    .ajoutColoPanier button {
        display: block;
        width: 100%;
    }
    .slider .infosSejours a {
        display: block;
        text-align: center;
    }
    #contenuBandeauColo {
        flex-direction: column;
    }
    .slider .rectangle, .slider .infosDateAge, .slider .infosSejours {
        width: 100%;
        max-width: 100%;
    }
    .ajoutColoPanier .boutonAddPanier, 
    .ajoutColoPanier .csdComplete {
        width: 100%;
    }
    #divMapColo {
        flex-direction: column;
        align-items: center;
        margin: 3rem 0;
    }
    #documents figure {
        width: 100%;
        margin: 1.5rem;
    }
    #documents figure img {
        width: 25%;
    }
    #divPrix h3 {
        height: 0;
        margin: 0;
    }
}