input:not([type="submit"]) {
    border-radius: 0;
}
select {
    position: unset;
    display: block;
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    cursor: pointer;
    background: #FFFFFF;
    text-overflow: ellipsis;
    text-align: center;
    border-radius: 0;
    border: 2px solid #E0E0E0
}
/**********************************************************************************/
/* BANNIERE PAGE LISTING RESIDENCE COLO SEJOUR A THEME */
/**********************************************************************************/
.bottomHeaderListing h1 {
    font-family: 'HMS Gilbert Script Printed';
    font-size: 13rem;
    font-weight: lighter;
    margin: 2rem auto 5rem auto;
    line-height: 7rem;
    text-align: center;
    color: #21688E;
}
/**********************************************************************************/
/* BANDEAU INTITULE RECHERCHE + BOUTONS POPUPS */
/**********************************************************************************/
#bandeauListe {
    width: 100%;
    padding: 1.5rem 0;
    background: #21688E;
    color: #FFFFFF;
}
#bandeauListe .bandeauListeConteneur,
#bandeauListe .bandeauListeBoutons {
    display: flex;
}
#bandeauListe .bandeauListeConteneur {
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: auto;
}
#bandeauListe .bandeauListeConteneur span:not(#bandeauListe .bandeauListeConteneur a span) {
    font-size: 1.9rem;
}
#bandeauListe .bandeauListeBoutons {
    width: 20%;
    justify-content: space-between;
}
#bandeauListe p {    
    margin: 0;
    font-size: 2.5rem;
    font-family: Calibri;
    font-weight: bold;
    text-transform: uppercase;
}
#bandeauListe label, 
#bandeauListe a {
    display: flex;
    padding: 1rem;
    border: 1px solid #FFFFFF;
    border-radius: 0.8rem;
    font-family: Calibri;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}
#bandeauListe label:hover,
#bandeauListe a:hover {
    background: #FFFFFF;
    color:#21688E;
}
#bandeauListe a span {
    margin-right: 0.5rem;
    font-size: 1.7rem;
}
#mapPopUp {
    position: fixed;
    top: 0;
    left: -1000%;
    width: 100%;
    height: 100vh; 
    background: rgba(0,0,0,0.7);
    z-index: 7;
}
#afficheCarte:checked ~ #mapPopUp {
    left: 0;
}
#mapPopUp #conteneurMap {
    position: relative;
    height: 100%;
}
#mapPopUp #divMap {
    display: flex;
    justify-content: center;
    height: 100%;
}
#mapPopUp #mapid {
    position: relative;
    margin: 3% auto;
    width: 60%;
    height: 70%;
    border: 5px solid #FFFFFF;
    border-radius: 0.5rem;
}
#mapid .pictoMapPrestation {
    height: 2rem;
}
#mapid #legendeCarte {
    max-width: 15rem;
    padding: 1rem;
    background: rgba(255,255,255,0.4);
}
#mapid #legendeCarte img {
    margin-right: 1.5rem;
}
#mapPopUp #labelFermer {
    position: relative;
    display: block;
    top: 0;
    right: 0;
    margin: 1rem 0 1rem auto;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    z-index: 5;
}
#mapPopUp #labelFermer {
    text-decoration: none;
    color: red;
    cursor: pointer;
}
#mapPopUp #labelFermer:hover {
    color: #FFFFFF;
}
/**********************************************************************************/
/* COMPORTEMENT ASIDE (FORMULAIRE) ET RESIDENCES */
/**********************************************************************************/
#listeResidences {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}
#listeResidences .messageFlash {
    background: #E30613;
    color: #FFFFFF;
}
#listeResidences #formConnecteScroll {
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
}
#listeResidences .formulaireDisponibilites {
    align-self: flex-start;
    width: 35%;
    margin: 0 0 5rem 0;
    padding: 2rem 0 0 0;
    font-family: Calibri;
    background: #F9F7F7;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
#listeResidences .formulaireDisponibilites #messageConnexion {
    font-size: 1.8rem;
    color: #21668E;
}
.formulaireDisponibilites .bottomAside {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 2rem auto 0 auto;
}
.formulaireDisponibilites .labelValidationForm,
.formulaireDisponibilites .labelValidationFormDisabled {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 4.5rem;
    margin-top: 1rem;
    padding: 0 3rem;
    border: none;
    font-family: Calibri;
    font-weight: bold;
    font-size: 1.7rem;
    text-decoration: none;
    text-transform: uppercase;
    background: #21688E;
    color: #FFFFFF;
    cursor: pointer;
}
.formulaireDisponibilites .labelValidationForm span,
.formulaireDisponibilites .labelValidationFormDisabled span {
    margin-right: 0.3rem;
}
.formulaireDisponibilites .labelValidationFormDisabled {
    opacity: 0.5;
    cursor: default;
}
.formulaireDisponibilites .labelValidationForm:hover {
    background: #FFFFFF;
    color: #21688E;
    border: 1px solid #878787;
    box-sizing: border-box;
}
.formulaireDisponibilites .titreSectionForm {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.8rem 0;
    background: #21688E;
    color: #FFFFFF;
}
.formulaireDisponibilites .titreSectionFormFiltres {
    background: #FFFFFF;
    color: #21688E;
}
.formulaireDisponibilites .sectionForm {
    margin-bottom: 2rem;
}
.formulaireDisponibilites .infoFormulaire {
    width: 85%;
    margin: 0 auto 1rem auto;
    font-weight: bold;
    color: #21668E;
}
.formulaireDisponibilites .titreSectionForm p {
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 1.5rem;
    font-family: Calibri;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
}
.formulaireDisponibilites .titreSectionForm p span {
    margin-right: 0.5rem;
}
.formulaireDisponibilites .titreSectionForm a {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.8rem;
    text-decoration: none;
    color: #FFFFFF;
    background: #214A61;
}
.formulaireDisponibilites .titreSectionForm a:hover {
    padding: 0.4rem 0.7rem;
    color: #214A61;
    background: #FFFFFF;
    border: 1px solid #214A61;
}
.formulaireDisponibilites .afficherAlert {
    width: 85%;
    margin: 1rem auto;
}
.formulaireDisponibilites .afficherAlert .alert {
    width: fit-content;
    padding: 1rem;
    font-size: 1.5rem;
    background: #C20E1A;
    color: #FFFFFF;
}
.formulaireDisponibilites .afficherAlert .alert p {
    margin: 0;
}
.alert .lienAlert {
    text-transform: uppercase;
    color: #FFFFFF;
}
.formulaireDisponibilites .divConteneurFiltre {
    margin-bottom: 1rem;
}
.formulaireDisponibilites .divConteneurFiltre .libelleSectionFiltre {
    margin: 0;
    font-family: Calibri;
    font-size: 1.7rem;
    font-weight: lighter;
    text-transform: uppercase;
    color: #21688E;
}
.sectionCheckbox {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: auto;
}
.uneCheckbox {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
}
.uneCheckbox input {
    margin-right: 0.5rem;
}
input:not([type="submit"]) {
    height: auto;
}
.submitDisabled {
    display: block;
    pointer-events: none;
    opacity: 0.5;
}
.formulaireDisponibilites .formulairesHidden {
    display: none;
    margin-bottom: 4rem;
}
.radioFormulaireFiltres:checked + .formulairesHidden {
    display: flex !important;
}
#listeResidences .formulaireDisponibilites form .datesRecherche,
#listeResidences .formulaireDisponibilites form .doubleDate {
    display: flex;
    align-items: center;
    width: 70%;
    margin: auto;
}
#listeResidences .formulaireDisponibilites form .doubleDate [type="text"] {
    width: 45%;
    border: 2px solid #E0E0E0;
}
#listeResidences [type="text"] {
    width: 100%;
    height: 3rem;
    margin: 1rem 0;
    border-radius: 0;
}
/**********************************************************************************/
/* SECTIONS RESIDENCES */
/**********************************************************************************/
#listeResidences article {
    width: 60%;
    margin: 0;
}
#listeResidences .divResultats {
    position: relative;
    width: fit-content;
    margin: 2rem 0 4rem 0;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    background: #BFB1AC;
    color: #FFFFFF;
}
#listeResidences .divResultats p {
    margin: 0;
    font-size: 2rem;
    text-transform: uppercase;
}
#listeResidences .divResultats span {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5rem;
    color: #BFB1AC;
}
#lesResidences .labelSelection {
    font-family: Calibri;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #21668E;
}
#lesResidences .aucunResultat {
    padding: 3rem;
    font-family: 'Raleway Bold';
    font-size: 2rem;
    color: #21668E;
    border: 1px solid #21668E;
}
#lesResidences .aucunResultat p {
    margin: 0.5rem 0;
    text-align: center;
}
#lesResidences .unePrestation {
    position: relative;
    margin: 0 auto 3rem auto;
    background: #FFFFFF;
    -moz-box-shadow: -1px 1px 7px -3px rgba(0,0,0,0.62);
    -webkit-box-shadow: -1px 1px 7px -3px rgba(0,0,0,0.62);
    box-shadow: -1px 1px 7px -3px rgba(0,0,0,0.62);
    border-bottom-right-radius: 4rem;
}
#lesResidences .unePrestation:before {
	content: "";
	position: absolute;
    right: 0;
    bottom: 0;
	border-color: #FFF #C5BCB9 #FFF #FFF;
	border-style: solid;
	border-width: 0px 26px 26px 0px;
	height: 0;
	width: 0;
	display: block;
    z-index: 2;
    transform: rotate(-90deg);
}
#lesResidences .unCentre .colGauche {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.unCentre .bandeauLibelleResidence {
    overflow: hidden;
}
.unCentre .bandeauLibelleResidence, .prestataireLibelle {
    display: flex;
    /* justify-content: space-between; */
}
.prestataireLibelle {
    margin-top: 3rem;
    height: 4.35rem;
    background: #F4F3F3;
}
.libelleCentre, .libellePrestation {
    font-family: 'Raleway Bold';
    text-align: center;
    color: #21688E;
}
.unCentre .bandeauLibelleResidence .libelleCentre {
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: lighter;
    font-size: 2.2rem;
    text-transform: capitalize;
    text-align: left;
}
.unCentre .bandeauLibelleResidence .libellePrestation {
    position: absolute;
    top: 1rem;
    width: 100%;
    margin: 2rem 0;
    padding: 1rem 0;
    font-size: 2rem;
    background: rgba(255,255,255,0.5);
    overflow: hidden;
}
.unCentre .logoPrestataire {
    height: 100%;
    padding: 0 3rem 0 2rem;
    background: #FFFFFF;
    clip-path: polygon(90% 0px, 75% 100%, 0px 100%, 0px 0px)
}
.unCentre .infosLocalisation {
    display: flex;
    align-items: center;
    padding: 2rem;
    color: #21688E;
}
.unCentre .infosLocalisation .centreDestination {
    margin-right: 0.5rem;
    padding: 0.5rem;
    font-family: 'Raleway Light';
    background: #21688E;
    color: #FFFFFF;
}
.unCentre .infosLocalisation .centreRegion {
    font-family: 'Raleway Bold';
    font-size: 1.6rem;
}
.unCentre .descriptifCentre {
    padding: 1rem 2rem 2rem 2rem;
    text-align: justify;
    background: #F9F7F7;
    color: #000000;
}
.unCentre .bandeauLibelleResidence .colDroite {
    position: relative;
}
.unCentre .colDroite img {
    height: 100%;
}
.unCentre .bandeauJeDecouvre {
    display: flex;
    justify-content: right;
    width: 100%;
    padding: 1rem 0;
    font-family: 'RaleWay';
    font-size: 1.8rem;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    background: #21688E;
    color: #FFFFFF;
}
.unCentre .bandeauJeDecouvre:hover {
    padding: 0.9rem 0;
    background: #FFF;
    color: #21688E;
    border: 1px solid #21668E;
    box-sizing: border-box;
}
.unCentre .bandeauJeDecouvre .conteneurLibelleLien {
    display: flex;
    align-items: center;
    margin-right: 6rem;
}
.unCentre .bandeauJeDecouvre span,
.unSejour a span {
    margin-right: 0.5rem;
}
.unCentre .sectionsProduitsSAT {
    padding-bottom: 2rem;
}
.unCentre .sectionProduit, .unCentre .sectionSejour {
    margin: 1.5rem 0;
}
.unCentre .libelleProduit,
.unCentre .libelleHebergementFormule {    
    display: flex;
    align-items: baseline;
    margin: 1rem 0 1rem auto;
}
.unCentre .libelleProduit span,
.unCentre .libelleHebergementFormule > span:first-of-type {
    margin-right: 0.5rem;
    font-size: 1.6rem;
}
.unCentre .libelleProduit span {
    color: #21668E;
}
.unCentre .libelleHebergementFormule > span:first-of-type {
    color: #BFB1AC;
}
.unCentre .libelleProduit {
    width: 97%;
}
.unCentre .libelleHebergementFormule {
    width: 93%;  
}
.unCentre .libelleProduit .texteProduit,
.unCentre .libelleHebergementFormule .texteHebergementFormule {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.3rem 4rem 0.3rem 1rem;
    color: #FFFFFF;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
.texteProduit {
    font-size: 1.5rem;
    font-family: "Raleway Bold";
    background: #21668E;
}
.texteHebergementFormule {
    font-size: 1.6rem;
    text-transform: uppercase;
    background: #BFB1AC;
}
.libelleHebergementFormule button, 
.libelleHebergementFormule label,
.libelleHebergementFormule .buttonFormReservationIndispo {
    display: flex;
    align-items: center;
    padding: 0.2rem 1rem;
    font-family: "Raleway Bold";
    font-size: 1.3rem;
    text-transform: uppercase;
    background: #21668E;
    color: #FFFFFF;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
}
.libelleHebergementFormule button:hover,
.libelleHebergementFormule label:hover {
    padding: 0.1rem 0.9rem;
    background: #FFFFFF;
    color: #21668E;
    border: 1px solid #21668E;
}
.libelleHebergementFormule .buttonFormReservationIndispo {
    background: #FA3C47;
    pointer-events: none;
    cursor: initial;
}
.libelleHebergementFormule button span,
.libelleHebergementFormule label span,
.aucuneOption label span {
    margin-right: 0.5rem;
}
.unCentre .unSejour .libelleSejour,
.unCentre .unePrestation .libelleSejour {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    font-family: "Raleway";
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}
.unCentre .unSejour .libelleSejour strong {
    font-family: "Raleway Bold";
}
.unCentre .unSejour .sejourIndisponible {
    margin-bottom: 2rem;
    text-decoration: underline;
}
.unCentre .unSejour .jeDecouvreSejour {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-right: 4rem;
    font-size: 1.8rem;
}
.libelleProduit p, .libelleSejour p, .libelleHebergementFormule p {
    margin: 0;
}
.libelleHebergementFormule .texteHebergementFormule p {
    max-width: 60%;
}
.unCentre .affichagePrix {
    display: flex;
    justify-content: right;
    width: 90%;
    margin: 0 auto 2rem auto;
}
.unCentre .affichagePrix .detailsTarif {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    margin-left: auto;
}
.detailsTarif h6,
.detailsTarif .selonImposition {
    margin: 0;
    font-family: "Raleway";
    font-weight: lighter;
    font-size: 1.1rem;
}
.detailsTarif h6 {
    text-transform: uppercase;
}
.detailsTarif p {
    margin: 1rem 0;
}
.detailsTarif .prixInitial {
    position: relative;
    font-family: "Raleway Bold";
    font-size: 2.5rem;
    color: #8E807A;
}
.detailsTarif .prixInitial:before {
    content: '\2571';
    position: absolute;
    top: -1rem;
    left: 0.5rem;
    font-size: 3.5rem;
    color: #000000;
}
.detailsTarif .pourcentage {
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    font-family: "Raleway Black";
    font-size: 3rem;
    background: #21668E;
    color: #FFFFFF;
}
.detailsTarif .prixEpaf {
    font-family: "Raleway Black";
    font-size: 2.5rem;
    color: #21668E;
}
.detailsTarif .symboleEuro {
    font-size: 1.5rem;
    vertical-align: 1rem;
    line-height: 1px;
}
.affichageHebergement {
    width: 65%;
}
.unCentre .unProduit .sectionHebergements .libelleSectionHebergement {
    padding: 1.5rem 0 1rem 0;
    font-family: 'Calibri';
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    background: #21668E;
    color: #FFFFFF;
}
.unCentre .unProduit .sectionHebergements .libelleSectionHebergement p,
.unCentre .unProduit .sectionChoixHebergement {
    width: 85%;
    margin: auto;
}
.unCentre .hebergements .encadreLiterie {
    display: flex;
    margin: 1rem 0;
    font-family: 'Calibri';
    color: #21668E;
}
.unCentre .hebergements .encadreLiterie span {
    margin-right: 0.5rem;
    font-size: 4.5rem;
}
.unCentre .hebergements .encadreLiterie p {
    margin: 0;
}
.unCentre .uneOption, .unCentre .uneChambre {
    margin: 1.5rem 0;
}
.unCentre .selectionOption, 
.unCentre .selectionChambre {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
    padding: 1rem;
    font-family: 'Calibri';
    font-weight: bold;
    text-transform: uppercase;
    background: #C5BCB9;
    color: #FFFFFF;
}
.unCentre .aucuneOption {
    display: flex;
    padding: 1.5rem 0;
    background: #CE3E47;
    color: #FFFFFF;
}
.unCentre .aucuneOption label {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
}
.unCentre .selectionChambre label {
    width: 100%;
}
.unCentre .selectionOptionCochee,
.unCentre .selectionChambreCochee {
    background: #21668E !important;
}
.unCentre .selectionOption span {
    font-size: 3.5rem;
}
.unCentre .uneOption .descriptionOption,
.unCentre .uneChambre .descriptionChambre {
    padding: 0 1.5rem;
    background: #FFFFFF;
    color: #21668E;
    border: 2px solid #C5BCB9;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.unCentre .uneChambre .descriptionChambre {
    position: relative;
    display: flex;
    padding: 2.5rem 1.5rem;
    z-index: 2;
}
.unCentre .uneChambre .descriptionChambre label,
.unCentre .uneChambre .descriptionChambre .divAsLabel {
    display: flex;
    align-items: center;
}
.unCentre .uneChambre .divOptionChambre {
    margin-top: -0.6rem;
    padding: 1.5rem 1rem 1rem 1rem;
    font-family: Calibri;
    text-transform: uppercase;
    background: #21668E;
    color: #FFFFFF;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.unCentre .sectionHebergements .libelleOptionSupplementaire {
    margin: 0.5rem 0;
    font-family: 'Calibri';
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #21668E;
}
.unCentre .sectionHebergements .ajouterPanier {
    margin-top: 2rem;
    background: #21668E;
}
.unCentre .sectionHebergements .ajouterPanier button {
    padding: 1.5rem;
    font-family: "Raleway";
    font-size: 1.6rem;
    text-transform: uppercase;
    border: none;
    background: #21668E;
    color: #FFFFFF;
    cursor: pointer;
}
.unCentre .sectionHebergements .ajouterPanier button:hover {
    background: #4D99D6;
}
.unCentre .sectionHebergements .ajouterPanier button span {
    margin-right: 0.5rem;
}
.selectionDisabled {
    opacity: 0.5;
}
/**********************************************************************************/
/* EN DESSOUS DE 1750PX */
/**********************************************************************************/
@media screen and (max-width: 1750px) {
    #bandeauListe .bandeauListeBoutons {
        width: 25%;
    }
}
/**********************************************************************************/
/* EN DESSOUS DE 1600PX */
/**********************************************************************************/
@media screen and (max-width: 1600px) {
    #listeResidences .formulaireDisponibilites {
        width: 35%;
    }
    #bandeauListe .bandeauListeBoutons {
        width: 30%;
    }
    #listeResidences article {
        width: 60%;
    }
    .titreResidence label {
        font-size: 1.4rem;
    }
}
/**********************************************************************************/
/* EN DESSOUS DE 1365PX */
/**********************************************************************************/
@media screen and (max-width: 1365px) {
    .bottomHeaderListing {
        width: 90%;
        margin: auto;
    }
    #listeResidences {
        flex-direction: column;
        width: 90%;
    }
    #bandeauListe .bandeauListeConteneur {
        width: 90%;
    }
    #listeResidences .formulaireDisponibilites {
        width: 100%;
        margin-bottom: 4rem;
    }
    .formulaireDisponibilites .divConteneurFiltre {
        width: inherit;
        margin: auto;
    }
    .formulaireDisponibilites .formulairesHidden {
        flex-direction: row;
    }
    .uneCheckbox {
        margin: 0.5rem;
    }
    #listeResidences .divResultats {
        margin: 8rem auto 3rem auto;
    }
    #listeResidences article,
    .affichageHebergement {
        width: 100%;
    }
    #listeResidences article {
        margin-top: 10rem;
    }
}
/**********************************************************************************/
/* EN DESSOUS DE 1024PX */
/**********************************************************************************/
@media screen and (max-width: 1024px) {
    #bandeauListe .bandeauListeBoutons {
        width: 35%;
    }
    #listeResidences {
        width: 95%;
    }
    #lesResidences {
        width: 100%;
        margin: auto;
    }
}
/**********************************************************************************/
/* EN DESSOUS DE 900PX */
/**********************************************************************************/
@media screen and (max-width: 900px) {
    .bottomHeaderListing h1 {
        margin: 3rem 0;
        font-size: 7rem;
        line-height: 4rem;
        color: #006699;
    }
}
/**********************************************************************************/
/* EN DESSOUS DE 840PX */
/**********************************************************************************/
@media screen and (max-width: 840px) {
    #bandeauListe .bandeauListeBoutons {
        width: 40%;
    }
}
/**********************************************************************************/
/* EN DESSOUS DE 770PX */
/**********************************************************************************/
@media screen and (max-width: 770px) {
    .bottomHeaderListing {
        width: 90%;
        margin: auto;
    }
    #bandeauListe .bandeauListeConteneur span:not(#bandeauListe .bandeauListeConteneur a span) {
        font-size: 1.4rem;
    }
    #bandeauListe p {
        font-size: 1.5rem;
    }
    #bandeauListe label {
        font-size: 1.1rem;
    }
    #bandeauListe .bandeauListeConteneur {
        width: 95%;
    }
    #bandeauListe .bandeauListeBoutons {
        width: 45%;
    }
    #lesResidences .labelSelection {
        width: 95%;
        margin: 2rem auto;
    }
    #listeResidences .formulaireDisponibilites {
        width: 100%;
        height: auto;
        margin-bottom: 2rem;
        border-radius: 0;
        box-shadow: none;
        z-index: 6;
    }
    #listeResidences {
        display: block;
        width: 100% !important;
        margin: 0 auto !important;
    }
    #listeResidences .unCentre {
        width: 95%;
        margin: auto;
    }
    .unCentre .bandeauLibelleResidence, .prestataireLibelle {
        flex-direction: column;
    }
    .prestataireLibelle {
        flex-direction: row;
        height: 3.5rem;
    }
    .unCentre .colDroite img {
        width: 100%;
    }
    .unCentre .libelleProduit {
        width: 98%;
    }
    .texteProduit {
        font-size: 1.3rem;
    }
    .unCentre .libelleHebergementFormule {
        width: 97%;
    }
    .texteHebergementFormule,
    .libelleHebergementFormule button, 
    .libelleHebergementFormule label {
        font-size: 1.3rem;
    }
}
/**********************************************************************************/
/* EN DESSOUS DE 510PX */
/**********************************************************************************/
@media screen and (max-width: 510px) {
    #bandeauListe .bandeauListeConteneur,
    #bandeauListe .bandeauListeBoutons {
        display: flex;
        flex-direction: column;
    }
    #bandeauListe .bandeauListeBoutons {
        width: fit-content;
        margin: 0.5rem 0;
    }
    #bandeauListe label {
        margin: 0.5rem 0;
        justify-content: center;
        font-size: 1.5rem;
    }
    .formulaireDisponibilites .bottomAside {
        width: 60%;
    }
    .prestataireLibelle {
        flex-direction: column;
        width: 100%;
        height: 100%;
        margin: 1rem 0 0 0;
        background: none;
    }
    .unCentre .logoPrestataire {
        display: flex;
        align-self: center;
        padding: 0;
        height: 6.5rem;
        clip-path: none;
    }
    .unCentre .bandeauLibelleResidence .libelleCentre {
        justify-content: center;
        margin: 1rem 0 0 0;
        padding: 1rem 0;
        font-size: 2rem;
        background: #F9F7F7;
    }
    .unCentre .infosLocalisation {
        flex-direction: column;
        padding: 0;
        background: #F9F7F7;
    }
    .unCentre .infosLocalisation .centreDestination,
    .unCentre .infosLocalisation .centreRegion {
        width: 100%;
        margin: 0.5rem 0;
        font-size: 1.8rem;
        text-align: center;
    }
    .unCentre .descriptifCentre {
        font-size: 1.6rem;
    }
    .unCentre .bandeauJeDecouvre {
        display: flex;
        justify-content: center;
        padding: 2rem 0;
    }
    .unCentre .bandeauJeDecouvre:hover {
        padding: 1.9rem 0;
    }
    .unCentre .bandeauJeDecouvre .conteneurLibelleLien {
        margin: 0;
    }
    .unCentre .libelleHebergementFormule {
        width: 98%;
    }
    .unCentre .libelleHebergementFormule .texteHebergementFormule {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.3rem 1rem;
        font-size: 1.6rem;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .libelleHebergementFormule p, 
    .libelleHebergementFormule button, 
    .libelleHebergementFormule label {
        margin: 0.2rem 0;
    }
    .libelleHebergementFormule .texteHebergementFormule p {
        max-width: 100%;
    }
    .unCentre .affichagePrix {
        flex-direction: column;
        margin: 0 auto;
    }
    .unCentre .affichagePrix .detailsTarif {
        width: 90%;
        margin: 0.5rem auto;
        text-align: center;
    }
    .unCentre .affichagePrix .detailsTarif:not(:first-of-type) {
        padding-top: 1rem;
        border-top: 2px solid #BFB1AC;
    }
    .unCentre .unSejour .libelleSejour {
        flex-direction: column;
    }
    .unCentre .unSejour .libelleSejour p {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 1rem;
    }
    .unCentre .unSejour .libelleSejour p .titreSejourTheme,
    .unCentre .unSejour .jeDecouvreSejour {
        margin: auto;
    }
    .unCentre .unSejour .sejourIndisponible {
        width: 90%;
        margin: 0 auto 1rem auto;
    }
}