.lien {
    font-weight: bold;
    color: #000033;
}
main {
    position: relative;
}
#labelCarousel {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}
/**********************************************************************************/
/* BANNIERE RESIDENCE */
/**********************************************************************************/
#introResidence h1 {
    height: 4rem;
    margin: 1rem 0;
    font-family: 'Gotham';
    font-size: 2.5rem;
}
#introResidence h1 img {
    height: 2.5rem;
}
#introResidence h1 span {
    font-family: 'HMS Gilbert Script';
    font-size: 4.4rem;
    font-weight: lighter;
}
.rectangle {
    display: flex;
    justify-content: space-between;
}
.rectangle article {
    width: 50%;
    text-align: justify;
}
.rectangle p {
    margin-bottom: 1rem;
    font-family: Calibri;
    font-size: 1.7rem;
}
.colonnePrixSaison {
    width: 45%;
}
.picto {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.picto .boutonReservation {
    align-self: center;
}
input#reservation {
    display: none;
}
#divPrix {
    margin-bottom: 1rem;
    text-align: center;
}
#divPrix p {
    margin: 0;
    display: inline-block;
    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: 0.5rem 0;
    font-size: 1.5rem;
    color: unset;
}
#infosDisponibilitesOuverture {
    margin-top: 5rem;
}
#infosDisponibilitesOuverture h3 {
    cursor: pointer;
}
#containDispoOuverture {
    display: flex;
    justify-content: space-between;
}
#colonneDispo {
    width: 80%;
    text-align: center;
}
#colonneDispo form {
    display: flex;
    width: 30%;
    margin: 0 auto 2rem auto;
}
#colonneDispo form input {
    border-radius: 0 !important;
}
#colonneDispo .datesRecherche {
    display: flex;
    align-items: center;
    margin: auto;
    border: 1px solid black;
}
#colonneDispo input[type="submit"] {
    display: block;
    width: fit-content;
    margin: 1rem auto;
    padding: 1rem;
    font-family: 'Gotham Narrow Book';
    font-size: 1.4rem;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.5s ease;
    background: #006633;
}
#legende {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 1rem auto;
}
#legende .ligne {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#legende .legendeCase {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
}
#frise {
    display: block;
    width: 80rem;
    height: 33rem;
    margin: 0 auto;
    font-size: 12px;
    word-wrap: unset !important;
    border: 1px solid black;
    overflow: scroll;
}
#frise .ligne {
    display: flex;
    min-height: 3rem;
}
#frise .ligne:last-of-type {
    border-bottom: 1px black solid;
}
#frise .ligneDate {
    font-weight: bold;
}
#frise .case {
    display: flex;
    min-width: 7rem;
    width: 7rem;
    text-align: center;
    word-break: break-word;
    border: 1px black solid;
}
#frise .case:last-of-type {
    border-right: 2px black solid;
}
#frise .caseTitre {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20rem;
}
#frise .ferme,
#legende .ferme {
    background: #7f7f7f;
}
#frise .ouvert,
#legende .ouvert {
    background: #197547;
}
#frise .reserve,
#legende .reserve {
    background: #D52F2F;
}
#frise {
    scrollbar-width: 15px;
    scrollbar-color: red
}
#frise::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
#frise::-webkit-scrollbar-track {
  background: rgba(100,100,100,.2);
}
#frise::-webkit-scrollbar-thumb {
  background: rgba(100,100,100,.5);
}
#frise::-webkit-scrollbar-thumb:hover {
  background: rgba(100,100,100,.6);
}
/**********************************************************************************/
/* SLIDERS */
/**********************************************************************************/
.slider {
    margin: 3rem 0;
    padding: 0;
    background: #666666;
}
.slider .glide__track {
    padding: 1rem 0;
}
.slider .glide__slide {
    position: relative;
}
.slider .glide__slide:hover {
    transform: scale(1.03);
}
.slider h2 {
    margin: 0 0 0 10%;
    padding: 2rem 0 1rem 0;
    font-family: 'Museo Slab 700';
    font-size: 2.5rem;
    font-weight: lighter;
    color: #FFFFFF;
}
.slider img:not(.pictoTypeSejour) {
    width: 100%;
}
.pictoTypeSejour:hover {
    transform: none !important;
    box-shadow: none !important;
}
.slider h4 {
    margin: 1rem 0 0 0;
    font-family: 'Gotham';
    font-size: 1.5rem;
    font-weight: normal;
    color: #33CC66;
    text-transform: uppercase;
}
.slider h6 {
    margin: 1rem 0 0 0;
    font-family: 'Museo Slab 500';
    font-size: 1.5rem;
    font-weight: lighter;
    color: #FFFFFF;
}
.slider p {
    margin: 0.3rem 0;
    font-size: 1.3rem;
    color: #FFFFFF;
}
.carousel {
    background: none;
}
.slider .glide__arrow {
    height: 100%;
    padding: 3rem;
    background: rgba(0,0,0,0.2);
}
.slider .glide__arrow:hover {
    background: rgba(0,0,0,0.5);
}
.slider .glide__arrow--left {
    left: 0;
}
.slider .glide__arrow--right {
    right: 0;
}
/**********************************************************************************/
/* POP-UP CAROUSEL */
/**********************************************************************************/
#inputCarousel {
    display: none;
}
#articleSlideshow {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 4;
    padding: 0.5rem 0;
    background: rgba(0,0,0,0.98);
}
#inputCarousel:checked ~ #articleSlideshow {
    left: 0 !important;
}
#articleSlideshow #fermeturePopUp {
    display: flex;
    justify-content: flex-end;
}
#articleSlideshow #fermeturePopUp label {
    margin: 0 2rem;
    font-size: 5rem;
    text-align: right;
    color: #FFFFFF;
}
#articleSlideshow #fermeturePopUp label:hover {
    text-decoration: none;
    color: red;
}
.optionsTri ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.optionsTri ul li {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    font-family: 'Gotham Book';
    font-size: 1.4rem;
}
.optionsTri ul li p span {
    font-size: 1.2rem;
}
.pictoTypeSejour {
    position: absolute;
    top: 0;
    right: 0;
}
/**********************************************************************************/
/* SECTIONS DE TEXTE */
/**********************************************************************************/
.sectionsResidence {
    width: 90%;
    margin: 0 auto;
}
#hebergementRestauration {
    display: flex;
    justify-content: space-between;
}
#onglets {
    margin-bottom: 2rem;
}
#hebergementRestauration h3, 
#onglets h3 {
    margin: 0 0 1rem 0;
}
#hebergementRestauration h3 {
    padding-bottom: 1rem;
    border-bottom: 1px #000033 solid;
}
#hebergementRestauration, 
.contenuCache {
    /* width: 100%; */
    margin: 1rem 0;
    text-align: justify;
} 
#infosAdresse .colonneOnglet,
#enfantsAdos .colonneOnglet {
    width: auto;
}
#enfantsAdos .horizontalColonne {
    max-width: 100%;
}
.colonneOnglet {
    width: 45%;
}
#hebergementRestauration p, 
.contenuCache p {
    margin: 0 auto 2rem auto;
}
.pictoNegocie {
    height: 2rem;
}
#colonneSaison .titreSaison {
    display: inline-block;
    width: auto;
    margin: 0.2rem 0;
    padding: 0.5rem;
    font-family: 'Gotham Narrow Medium';
    color: #FFFFFF;
}
#placementBonsPlans #bonsPlans {
    padding: 2rem 10rem 2rem 7rem;
    border-radius: 0.5rem;
}
#bonsPlans h3 {
    margin: 0;
}
#bonsPlans #divPicto {
    display: flex;
    justify-content: space-between;
    width: 25rem;
    margin-top: 1rem;
}
#placementBonsPlans #bonsPlans a {
    position: relative;
    text-decoration: none;
}
#placementBonsPlans #bonsPlans span {
    display: none;
    font-size: 1.5rem;
    color:#FFFFFF; 
    background-color: #666666;   
}
#placementBonsPlans #bonsPlans a:hover span {
    display: block; 
    position: absolute; 
    left: -20rem; 
    z-index: 1000; 
    width: 30rem; 
    margin-top: 1rem; 
    overflow: hidden; 
    padding: 1rem; 
}
#affichePhotosLabel {
    display: none;
}
#paragrapheReveillon { 
    display: flex;
    justify-content: space-between;
    margin: 3rem auto;
}
#paragrapheReveillon img {
    display: flex;
    align-self: center;
    width: 10%;
}
#paragrapheReveillon #texteReveillon {
    width: 87%;
}
#texteReveillon p {
    margin: 0.2rem 0;
}
#hebergementRestauration, 
#onglets article {
    margin: 1rem 0;
    font-size: 1.5rem;
}
#onglets article p {
    margin-top: 0.2rem;
}
#hebergementRestauration h5, 
#hebergementLocation h5,
#onglets article h5 {
    margin: 0.1rem 0;
    font-family: 'Gotham';
    font-size: 1.8rem;
    font-weight: normal;
    text-transform: uppercase;
}
#onglets article h3 {
    margin: 0 auto 2rem auto;
}
#onglets .bordureDiv {
    position: relative;
    height: 0;
    padding: 0 2%; 
    border: none;
    border-top: none;
    transition: height .5s;
}
#onglets .bordureDiv::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 1px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 1.5rem solid transparent;
    cursor: pointer;
}
.labelOnglet {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cacheGuide {
    display: none;
    margin: 1rem 0 2em;
    padding: 0 2rem;
}
.contenuCache {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}
.cacheGuide .colonneOnglet {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}
.contenuCache .horizontalColonne, .contenuCache .verticalColonne, .cacheGuide .horizontalColonne, .cacheGuide .verticalColonne {
    width: 44%;
}
.contenuCache .doubleColonne {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 55%;
}
.colonne100 {
    flex-direction: column;
}
.colonne100 p {
    margin: 1rem 0;
}
.doubleColonne img {
    width: 100%;
}
.grasTourisme {
    font-weight: bold;
    text-transform: uppercase;
}
.rotate180::after {
    transform: rotate(180deg) translate(50%, 3rem) !important;
}
#divMapColo {
    display: flex;
    justify-content: center;
    width: 30rem;
    height: 30rem;
    margin: auto;
}
#mapid {
    width: 100%;
    height: 100%;
    z-index: 3;
}
.boutonLivret {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0.5rem 0 0.5rem auto;
    padding: .5rem 1rem;
    background: #FFFFFF;
    font-family: Calibri;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-decoration: none;
}
/**********************************************************************************/
/* DEROULE LES ONGLETS */
/**********************************************************************************/
#boutonResa {
    display: flex;
    flex-direction: column;
    margin-top: 6rem;
}
#boutonResa #resaRetour {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 2rem 0;
}
#resaRetour form {
    display: flex;
}
#hrAimerez {
    margin: 1rem 0 2rem 0;
    border: none;
    border-bottom: 1px solid #000033;
}
#vousAimerez {
    width: 100%;
    margin: auto;
}
#vousAimerezAussi {
    display: flex;
    justify-content: flex-start; 
}
.imgAussi {
    margin: 0.5rem 1rem;
    flex-basis: 22%;
    width: 22%;
    text-decoration: none;
}
.imgAussi img {
    display: block;
    width: 100%;
}
#vousAimerezAussi h4 {
    margin: 1rem 0 0 0;
    font-family: 'Museo Slab 700';
    font-size: 1.5rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #003366;
}
#labelAussi {
    display:block;
    margin: 0.5rem 0;
    font-family:'Museo Slab 700';
    font-size: 1.6rem;
}
/**********************************************************************************/
/* EFFET DE HOVER SUR LES IMAGES */
/**********************************************************************************/
.imgAussi .overlayExterieur {
    display: block;
    position: relative;
    margin: auto;
    overflow: hidden;
}
.imgAussi .overlayInterieur {
    position: absolute;
    top: -12%;
    right: -200%;
    display: flex;
    align-items: center;
    width: 125%;
    height: 125%;
    margin: auto;
    font-size: 1.5rem !important;
    font-weight: bold;
    background: rgba(0,51,102,0.7);
    border-radius: 100% 0 0 100%;
    transition: all .5s linear;
}
.imgAussi .overlayInterieur p {
    position: absolute;
    transition: position .5s;
    width: 15rem;
    margin: auto 0 auto 13rem;
    color: #FFFFFF !important;
}
.imgAussi .overlayExterieur:hover .overlayInterieur {
    right: 0;
}
.imgAussi .overlayExterieur:hover .overlayInterieur p {
    position: inherit;
}
/**********************************************************************************/
/* EN DESSOUS DE 1200PX */
/**********************************************************************************/
@media screen and (max-width: 1200px) {
    #onglets .colonneOnglet {
        width: auto;
    }
    .contenuCache .doubleColonne {
        display: block;
        width: auto;
    }
    .doubleColonne .verticalColonne {
        width: auto;
    }
    #labelAussi {
        font-size: 1.5rem;
    }
}
/**********************************************************************************/
/* EN DESSOUS DE 800PX */
/**********************************************************************************/
@media screen and (max-width: 800px) {
    #introResidence h1 {
        width: 95%;
        height: auto;
        margin: 0;
    }
    .rectangle {
        flex-direction: column;
        width: 95%;
        margin: auto;
    }
    .rectangle article {
        width: 100%;
    }
    .picto {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .colonnePrixSaison {
        width: 100%;
    }
    .picto label, .picto form {
        margin: 1rem 0 0 0;
    }
    .slider .glide__slide {
        width: 95%;
        margin: auto;
    }
    .slider .glide__slide:hover {
        transform: none;
    }
    .slider h2 {
        font-size: 1.8rem;
        margin: 0 15%;
    }
    .slider h4 {
        font-size: 1.8rem;
    }
    .slider h6 {
        font-size: 1.8rem;
    }
    .slider p {
        font-size: 1.5rem;
    }
    .slider .glide__arrow {
        background: none;
    }
    .flecheSlide {
        width: 2rem !important;
        margin: 0 0 0 -1rem;
    }
    section {
        width: 100%;
    }
    #hebergementRestauration {
        display: block;
        width: 100%;
    }
    #placementBonsPlans {
        display: flex;
    }
    #placementBonsPlans #bonsPlans {
        width: 100%;
        padding: 1.5rem 0;
        text-align: center;
    }
    #bonsPlans h3 {
        border: none;
    }
    #bonsPlans #divPicto {
        width: 98%;
        margin: 1rem auto;
        justify-content: space-around;
    }
    #placementBonsPlans #bonsPlans a {
        display: flex;
        flex-direction: column;
        align-content: center;
        width: 30%;
    }
    #placementBonsPlans #bonsPlans a img {
        display: flex;
        align-self: center;
        margin-bottom: 1rem;
        height: 2.5rem;
    }
    #placementBonsPlans #bonsPlans span {
        display: block;
        font-size: 1.3rem;
        color: initial;
        background: none;
    }
    #placementBonsPlans #bonsPlans a:hover span {
        position: static;
        width: auto;
        margin-top: 0;
        padding: 0;
    }
    #divPrix h3 {
        height: 0;
    }
    #colonneSaison {
        text-align: center;
    }
    #onglets {
        width: 95%;
    }
    #onglets article {
        display: block;
        margin: 3rem auto;
    }
    #descriptionPrix {
        flex-direction: column-reverse;
    }
    #interieurHebRest {
        display: block;
    }
    #colonneSaison {
        display: flex;
        flex-direction: column;
    }
    #hebergementRestauration .doubleColonne {
        display: block !important;
    }
    #hebergementRestauration .colonneOnglet,
    #hebergementLocation .colonneOnglet {
        width: 95% !important;
        margin: auto;
    }
    .verticalColonne {
        width: 100%;
    }
    .contenuCache {
        width: auto !important;
    }
    .inputResidence:checked ~ .contenuCache, .inputResidence:checked ~ .cacheGuide, .cacheGuide .colonneOnglet, .contenuCache .doubleColonne {
        display: block !important;
    }
    .contenuCache .horizontalColonne, .contenuCache .verticalColonne, .cacheGuide .horizontalColonne, .cacheGuide .verticalColonne, .contenuCache .doubleColonne {
        width: 100%;
    }
    #affichePhotosLabel {
        display: block;
        margin-bottom: 2rem;
        padding: 1rem 0;
        font-size: 1.8rem;
        font-weight: lighter;
        text-transform: uppercase;
        text-align: center;
        color:#FFFFFF;
        background: #666666;
    }
    #affichePhotosLabel img {
        width: 1.5rem;
        margin: 0 2rem;
    }
    #photos {
        display: none;
        flex-direction: column;
        padding: 0.5rem;
        margin-top: 0;
    }
    #photos h3 {
        display: none;
    }
    #affichePhotos:checked ~ #photos {
        display: block;
    }
    #encartAdresse {
        text-align: left;
    }
    #divMapColo {
        width: 25rem;
        height: 25rem;
    }
    #boutonResa {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    #resaRetour {
        flex-direction: column;
        align-items: center;
    }
    #boutonResa .boutonReservation {
        width: auto;
        height: auto;
    }
    #colonneDispo {
        width: 100%;
    }
    #legende {
        flex-direction: column;
        width: 100%;
    }
    #frise {
        width: 100%;
    }
    #vousAimerezAussi {
        display: block;
    }
    #vousAimerezAussi .imgAussi {
        display: inline-block;
        width: 100%;
        margin: 1rem auto;
    }
    #vousAimerezAussi .imgAussi .overlayInterieur {
        display: none;
        position: initial;
    }
    #containDispoOuverture {
        display: block;
    }
    #containDispoOuverture #colonneDispo form {
        width: 100%;
    }
}