/**********************************************************************************/
/* BANNIERE PAGE LISTING RESIDENCE COLO SEJOUR A THEME */
/**********************************************************************************/
.bottomHeaderListing h1 {
    font-family: 'HMS Gilbert Script Printed';
    font-size: 12rem;
    font-weight: lighter;
    margin: auto;
    line-height: 7rem;
    text-align: center;
    color: #FF6633;
}
/**********************************************************************************/
/* COMPORTEMENT ASIDE (FORMULAIRE) ET SEJOURS */
/**********************************************************************************/
#titreFormulaire {
    width: 95%;
    margin: auto;
}
#titreFormulaire p {
    margin: 0.5rem 0;
    font-size: 1.7rem;
    font-weight: bold;
}
#formulaireColos {
    background: #017CC0;
    padding: 0.5rem 0;
}
/* .conteneurAside #elementSticky {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
} */
#formulaireColos form {
    display: flex;
}
#formulaireColos form .select, 
#formulaireColos form input[type="submit"],
#formulaireColos form .datesRecherche {
    width: 15%;
    height: 3.5rem;
    margin: 1rem auto;
    border-radius: 0 !important;
}
#formulaireColos form select {
    margin: 0 !important;
    height: 3.5rem;
    border-radius: 0 !important;
}
#formulaireColos form .datesRecherche {
    display: flex;
    align-items: center;
}
#formulaireColos [type="text"] {
    width: 100%;
    margin: 1rem 0;
    border-radius: 0;
}
#formulaireColos form p {
    margin: 1rem 0 0.5rem 0;
    text-align: center;
}
#formulaireColos form select, 
#formulaireColos form input:not([type="checkbox"]) {
    text-align: center;
    text-align-last:center;
}
#formulaireColos form label {
    text-align: center;
}
#formulaireColos form input[type="submit"] {
    border: none;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FF6633;
    border-radius: 0.5rem;
}
#formulaireColos form input[type="submit"]:hover {
    background: #FF5919; 
}
#liensPresentationListing {
	display: flex;
    flex-direction: column;
    margin: 5rem auto 0 auto;
}
#liensPresentationListing a {
    display: inline-block;
    margin: 0.5rem auto;
	padding: 1rem 2rem;
	border: none;
	font-family: 'Gotham';
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #FF6633;
	border-radius: 0.5rem;
}
#liensPresentationListing a:hover {
    background: #FF5919;
}
#formulaireColos form #reset {
    background: #FF1919;
    cursor: pointer;
}
#formulaireColos form #reset:hover {
    background: #FF4646;
}
.fakeSelect {
    position: relative;
    font-size: 1.3rem;
    background: #FFFFFF;
    box-sizing: boder-box;
    color: #000000;
    cursor: pointer;
}
.fakeSelect label,
.fakeSelect p {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    text-align: center;
}
.fakeSelect .placeholderSelect {
    margin: 0 !important;
    padding: 1rem 0;
}
.fakeSelect .fakeDeroulant {
    position: absolute;
    display: none;
    width: 100%;
    max-height: 33rem;
    margin-top: 0.1rem;
    z-index: 3;
    overflow-y: scroll;
    background: #FFFFFF;
    border: 1px solid black;
    border-top: none;
}
.fakeSelect .labelSection {
    display: block;
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.5rem 0;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FF6633;
}
.sectionSelect .unLabelCheck {
    display: flex;
    margin: 1rem auto;
}
.unLabelCheck input, .unLabelCheck label {
    display: flex;
    align-items: center;
}
.unLabelCheck label {
    max-width: 85%;
}
.unLabelCheck input[type="checkbox"] {
    /* -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none; */
    outline: none;
    position: relative;
    /* display: inline-block !important; */
    width: 1.4rem;
    height: 1.4rem;
    background: #FFFFFF;
    vertical-align: bottom;
    border: 1px solid black;
    border-radius: 0;
}
/* .unLabelCheck input[type="checkbox"]:checked:before {
    position: absolute;
    top: 4px;
    left: 1px;
    display: block;
    content: '■';
    color: #000033;
    font-size: 1.8rem;
    line-height: 0;
} */
#infosRecherche {
    display: none;
    margin: 1rem;
}
#infosRecherche h4 {
    margin: 1rem 0;
}
#infosRecherche #criteres .sectionRecherche {
    display: flex;
    justify-content: left;
    margin-bottom: 1rem; 
    font-size: 1.3rem;
}
#infosRecherche #criteres label {
    display: flex;
    align-self: baseline;
    max-width: 25%;
    margin: 0 0.2rem;
    padding: 0.5rem;
    border-radius: 2rem;
    color: #FFFFFF;
    background: #017CC0;
}
#infosRecherche #criteres label span {
    display: flex;
    align-self: center;
    margin: 0 0.3rem;
}
#infosRecherche #criteres .croix {
    font-size: 1.8rem;
}
#infosRecherche #criteres .croix:hover {
    color: red;
}
/**********************************************************************************/
/* SECTIONS COLONIES */
/**********************************************************************************/
#listeColonies {
    width: 98%;
    margin: 0 auto;
}
#boutonsAffichage {
    display: flex;
    justify-content: space-around;
    width: 7%;
    margin: 2rem 0;
}
#boutonsAffichage button {
    padding: 1rem;
    font-size: 1.8rem;
    border: none;
    border-radius: 0.5rem;
    background: #D0D0D0;
    cursor: pointer;
}
#boutonsAffichage button:hover {
    filter: brightness(0.9);
}
#listeColonies #divColonies {
    width: 100%;
    margin: 0 auto;
}
#listeColonies h3 {
    margin: 0 auto 1rem auto;
}
#listeColonies h3 img {
    height: 1.5rem;
}
.rotate90 {
    transform: rotate(-90deg);
}
#listeColonies h3:hover {
    cursor: pointer;
}
#listeColonies .coloMosaic .lesColonies {
    display: flex;
    flex-flow: wrap;
    justify-content: start;
    margin-bottom: 2rem;
}
.coloMosaic a h4 {
    margin: 0.5rem 0;
    padding: 0;
    font-family: 'Museo Slab 700';
    font-size: 1.8rem;
    font-weight: normal;
    color: #FF6633;
    text-transform: uppercase;
    text-align: initial;
    line-height: 1.1;
}
.coloMosaic .uneColonie {
    flex-basis: 31%;
    max-width: 31%;
    margin: 1%;
    text-decoration: none;
}
.coloMosaic .uneColonie a {
    text-decoration: none;
}
.coloMosaic .uneColonie img {
    display: block;
    width: 100%;
}
.coloMosaic .uneColonie p {
    margin: 0.1rem 0;
    font-family: 'Gotham Book';
    font-size: 1.5rem;
    color: #000000;
}
.coloMosaic .uneColonie .dureeSejour {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}
.coloMosaic .uneColonie .dureeSejour span {
    width: 100% !important;
    padding: 0.5rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}
.coloMosaic .uneColonie .coloComplete {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0,0,0,0.6);
}
.coloMosaic .uneColonie .coloComplete h4 {
    font-size: 2.5rem !important;
    color: #D0D0D0 !important;
}
.coloListe .uneColonie .coloComplete {
    display: none !important;
}
#articleFormulaireQf form fieldset,
#articleCalendrier fieldset {
    border: 2px solid #FF6633;
}
#listeColonies .coloListe {
    display: block;
}
.coloListe .uneColonie {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    color: #FF6633
}
.coloListe .uneColonie:nth-child(odd) {
    background: #DEDEDE;
}
.coloListe .uneColonie:hover {
    background: #FF6633;
    color: #FFFFFF;
}
.coloListe .uneColonie img {
    display: none;
}
.coloListe .uneColonie p,
.coloListe .uneColonie h4 {
    display: flex;
    align-items: center;
    margin: 0 1rem;
    padding: 1rem 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    font-variant-numeric: tabular-nums;
}
.coloListe .dureeSejour {
    font-weight: bolder;
    text-align: right;
}
.coloListe .typeTransport {
    display: none;
}
.coloListe .titreColo {
    width: 50%;
}
.coloListe a {
    margin: 0;
    text-decoration: none;
}
.coloListe .uneColonie h4 span {
    background: none !important;
}
.coloListe .uneColonie .containImg,
.coloListe .uneColonie .containTitres {
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.coloListe .uneColonie h4,
.coloListe .uneColonie p {
    width: 45%;
}
.bandeauColo {
    width:100%;
    background:#017cc0;
}
.coloSansTransport {
    background: #01C0A5;
}
.coloListe .coloSansTransport {
    color: #01C0A5;
}
.coloListe .coloCompleteListe {
    font-family: 'Gotham';
    font-size: 1.6rem;
    color:#FF1919;
}
/**********************************************************************************/
/* LE COEUR */
/**********************************************************************************/
.pictoCoeur {
    position: absolute;
    top: 1rem;
    right: 0;
    width: 50px;
    height: 50px;
    fill: rgba(254,46,46,0);
    stroke: #FFFFFF;
    stroke-width: 2px;
    margin: 0.2rem;
}
.pictoCoeur:hover {
    cursor: pointer;
    fill: rgba(254,46,46,1);
}
.coeurRouge {
    fill: rgba(254,46,46,1);
    stroke-width: 0;
    animation: heartbeat;
    animation-duration: .5s;
    transition: all .5s;
}
@keyframes heartbeat {
    0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(1.3,1.3);
    }
}
/**********************************************************************************/
/* EN DESSOUS DE 1300PX */
/**********************************************************************************/
@media screen and (max-width: 1300px) {
    #listeColonies .conteneurAside {
        width: 35%;
    }
    #listeColonies .coloMosaic .lesColonies {
        justify-content: center;
    }
    .coloMosaic .lesColonies .uneColonie {
        min-width: 60%;
        flex-basis: none;
    }
}
/**********************************************************************************/
/* EN DESSOUS DE 800PX */
/**********************************************************************************/
@media screen and (max-height: 899px) and (min-width: 601px) {
    #listeColonies .conteneurAside #elementSticky {
        position: static !important;
    }
}
@media screen and (max-width: 800px) {
    #formulaireColos form {
        flex-direction: column;
    }
    #formulaireColos form .select, 
    #formulaireColos form input[type="submit"],
    #formulaireColos form .datesRecherche,
    #formulaireColos form #testReset {
        width: 90%;
    }
    .unLabelCheck input[type="checkbox"]:checked:before {
        font-size: 2.1rem;
        top: 6px;
        left: -2px;
    }
    #infosRecherche {
        width: 100%;
    }
    #infosRecherche #criteres {
        flex-direction: column;
    }
    #infosRecherche #criteres label {
        max-width: none;
    }
    #infosRecherche #criteres span {
        max-width: none;
        /* width: 90%; */
        margin: 0.5rem;
    }
    #boutonsAffichage {
        display: block;
        width: 100%;
        margin: 2rem 0;
    }
    #listeColonies {
        display: block;
        width: 95% !important;
        margin: auto !important;
    }
    #listeColonies article {
        width: 100% !important;
    }
    #listeColonies article h3 {
        margin: 1rem auto;
        width: 100%;
        font-size: 2rem;
        border-bottom: 1px solid black;
    }
    .coloMosaic {
        flex-direction: column !important;
        margin: auto;
    }
    .coloMosaic .lesColonies .uneColonie {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 1.5rem auto;
    }
    .lesColonies form h4 {
        font-size: 1.6rem;
    }
    .coloMosaic .uneColonie {
        display: block;
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin: 1.5rem auto;
    }
    .coloListe .uneColonie p, 
    .coloListe .uneColonie h4 {
        font-size: 1.2rem;
    }
    .coloListe .uneColonie .containImg, 
    .coloListe .uneColonie .containTitres {
        margin: 0 0.5rem;
    }
}
/**********************************************************************************/
/* EN DESSOUS DE 400PX */
/**********************************************************************************/
@media screen and (max-width: 400px) {
}