/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


@import url("https://use.typekit.net/vpz5yxs.css");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');

html{
    overflow-x: hidden;
}
body{
    --link-color:#6CD796;
    --brown:#CFBA8A;
    --brownlighter:#ECEBDF;
    --browndarker:#a68f6e;
    --brownbetween:#ab9472;
    --browndarkest:#856C58;
    --brownfooter:#CBB08E;
    --brownother:#b59e78;
    --navcolor:#978473;
    --blacklighter:#1E2B31;
    --bluelike-color:#259297;
    --buttons-color:#424144;

    --h1-font:"Montserrat";
    --title-not-h1-font:"freight-big-pro";
    --text-font:"DM Sans", sans-serif;
    --other-font:"proxima-nova";
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: hidden;
}
body > div:not(.slide__1){
    /* width: 98%;
    padding: 1%; */
}
.width-48-margin-1{
    width: 48%;
    margin: 1%;
}
body img{
    width: auto;
    max-width: 100%; /* or max-width: 100%; */
    height: auto;
}
body a{
    color: black;
}
body h1{
    font-family: var(--h1-font);
    font-weight: 500;
    color: white;
    font-size: 24px;
}

body h2,.title-not-h2{
    font-family: var(--title-not-h1-font);
    font-size: 36px;
    text-align: center;
    font-weight: lighter;
    text-transform: uppercase;
}
body p{
    font-family: var(--text-font);
    color: black;
    font-size: 20px;
}
.title-not-h1{
    font-family: var(--title-not-h1-font);
    font-size: 48px;
}
.brown-div{
    background-color: var(--brown);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1%;
    padding-bottom: 1%;
}
.brownlighter-div{
    background-color: var(--brownlighter);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1%;
    padding-bottom: 1%;
}
.navcolor-div{
    background-color: var(--navcolor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1%;
    padding-bottom: 1%;
}
.white-div{
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1%;
    padding-bottom: 1%;
}
.browndarker-div{
    background-color: var(--browndarker);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1%;
    padding-bottom: 1%;
}
.browndarkest-div{
    background-color: var(--browndarkest);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1%;
    padding-bottom: 1%;
}
.brownother-div{
    background-color: var(--brownother);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1%;
    padding-bottom: 1%;
}
.brownbetween-div{
    background-color:var(--brownbetween);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1%;
    padding-bottom: 1%;
}
.brownfooter-div{
    padding-top: 1%;
    background-color:var(--brownbetween);
    width: 100%;
}
.brownbetween-div-empty{
    background-color:#b6a079;
    height: 3vh;
    width: 100%;
}
.customicone{
    width: 60px;
    height: 60px;
    background-color: white;
    border: 1px solid black;
    border-radius: 50%;
    padding: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.right-part{
    margin: 1% 1% 1% 0;
    width: 48%;
}
.white{
    color: white;
}
.margin-0{
    margin: 0;
}
.padding-1{
    padding: 1%;
}
.padding-10px{
    padding: 10px;
}
.margin-top-5{
    margin-top: 5%;
}
.margin-top-3{
    margin-top: 3%;
}
.margin-top-2{
    margin-top: 2%;
}
.margin-bottom-3{
    margin-bottom: 3%;
}
.margin-bottom-2{
    margin-bottom: 2%;
}
.margin-bottom-1{
    margin-bottom: 1%;
}
.padding-top-3{
    padding-top: 3%;
}
.padding-top-2{
    padding-top: 2%;
}
.padding-top-1{
    padding-top: 1%;
}
.padding-top-0{
    padding-top: 0;
}
.padding-bottom-3{
    padding-bottom: 3%;
}
.padding-bottom-2{
    padding-bottom: 2%;
}
.padding-bottom-1{
    padding-bottom: 1%;
}
.padding-bottom-0{
    padding-bottom: 0;
}
.margin-bottom-0{
    margin-bottom: 0;
}
.margin-top-0{
    margin-top: 0;
}
.margin-top-10{
    margin-top: 10%;
}
.margin-right-30px{
    margin-right: 30px !important;
}
.margin-left-10px{
    margin-left: 10px;
}
.fit-content{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width:1400px){.margin-bottom-3-1400px{margin-bottom: 3%;}}
.white{
    color:white !important;
}
.border-white{
    border-color: white !important;
}
.border-radius-20{
    border-radius: 20px;
}
.test{
    border:1px solid red;
}
.texts-div-aos p{
    margin: 0;
    line-height: 1.5rem;
}
.button-go-up{
    background-color: var(--buttons-color);
    border-radius: 20%;
    padding: 5px;
    text-align: center;
    right: 1%;
    bottom: 1%;
}
.button-go-up:hover{
    cursor: pointer;
}
.button-hidden{
    display: none;
}
.position-fixed{
    position:fixed !important;
}
.rem2{
    font-size:2rem; 
 }
 .white-link-hover:hover{
    color: white;
}
.text-decoration-none{
    text-decoration: none;
}
.border-red{
    border: 1px solid red;
}
.minimum-size-links{
    min-height: 48px;
}
/*

PARTIES HEADER

*/
.zindex-header-nav{
    z-index: 4;
}
#header-logo img{
    max-width: 128px;
}
header {
    width: 99%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 70px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
    z-index: 2;
}
#header-nav-div p:not(#nav-main-infos-links p):not(#nav-main-lang-sm p){
    font-size: 16px;
    margin-top: 0;
}
#header-logo{
    top: 2%;
    left: 10%;
    max-width: 128px;
    max-height: 128px;
}
#header-icons{
    margin-top: -2%;
}
#header-icons > div,#header-icons a{
    font-family:var(--text-font);
    font-size: 24px;
    font-weight: bold;
    margin: 0 25px;
    text-shadow: 0 1px 5px white;
}
#header-icons a{
    text-decoration: none;
    color: black;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#header-icons a p{
    margin-left: 10px;
    font-weight: bold;
    text-shadow: 0 1px 5px white;
}
#header-icons i.fa-phone{
    rotate: 90deg;
}
#tarteaucitronIcon{
    right: auto;
    left: 0 ;
}

/*

PARTIE FORM

*/
body:not(#rgpd) #reservation{
    top: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
body#rgpd #reservation{
    bottom: 0;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}
#reservation__form{
    background-color: white;
    /* padding: 0 5%; */
}
#reservation__form form{
    padding: 12px 45px;
}
@media screen and (max-width:1400px) {
    #reservation__form form{
        padding: 0 45px;
    }
}
#reservation__form input{
    border: none;
    margin-top: 2%;
}
#reservation__form input,
#reservation__form .input{
    font-family: var(--other-font);
    font-size: 16px;
    color: var(--blacklighter);
}
#reservation__form fieldset{
    border: none;
    position: relative;
    min-width: 200px;
    padding: 12px;
    /* padding-right: 4%; */
}
#reservation__form fieldset::after{
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    background-color: var(--blacklighter);
    right: -4%;
    bottom: 20%;    
}
#reservation__nbr__personnes{
    width: 40%;
    text-align: center;
}
.reservation__submit{
    margin-left: 16px;
    padding: 12px;
}
.reservation__submit input{
    text-transform: uppercase;
    border-radius: 10px;
    background-color: var(--bluelike-color);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px;
}
/*

PAGE INDEX

*/
.splide__1 .splide__slide img{
    width: 100%;
    min-height: 515px;
    -o-object-fit: cover;
       object-fit: cover;
}
#espace-aquatique video{
    width: 1920px;
    max-height: 702px;
    -o-object-fit: cover;
       object-fit: cover;
}
#index-main h1{
    text-transform: uppercase;
}
#index-main-branche-amandier{
    right: 0;
    bottom: -15%;
    z-index: 1;
}
#index-main-photos img{
    border-radius: 20px;
}
.index-main-photos-card{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    /* height: fit-content; */
}
#goTop{
    text-decoration: underline;
}
#goTop:hover{
    cursor: pointer;
}
.wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /* justify-content: center; */
    padding: 10px;
}
@media screen and (min-width:1400px) {
    .wrapper-xxl{
        padding: 10px;
    }
}
.index-main-photos-card img{
    width: 100%;
}
.small-photos-size{
    max-width: 454px;
    -o-object-fit: cover;
       object-fit: cover;
}
.index-main-photos-card-margin-right{
    /* margin-right: 2%; */
}
.index-main-photos-hover-card, .index-main-small-photos-hover-card{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(203,230,224,0.8);
    border-radius: 20px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position:absolute;
}
.index-main-photos-hover-card p,.index-main-small-photos-hover-card p{
    font-family:var(--title-not-h1-font);
    font-size: 24px;
    text-transform: uppercase;
    opacity: 1;
}
.index-main-photos-hover-card button, .index-main-photos-hover-card a, .index-main-small-photos-hover-card button, .index-main-small-photos-hover-card a{
    border-radius: 10px;
    background-color: var(--bluelike-color);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 5px;
    border: none;
    font-family: var(--text-font);
    position: absolute;
    bottom: 10%;
    text-decoration: none;
}
@media screen and (max-width:1400px) {
    .index-main-photos-hover-card button, .index-main-small-photos-hover-card button, .index-main-small-photos-hover-card a,.index-main-photos-hover-card a{
    position: initial;
    }
    .index-main-photos-hover-card, .index-main-small-photos-hover-card p{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #index-baignade{
        margin-top:0 ;
    }
}
#index-main-locations h2{
    vertical-align: bottom;
}
#index-main-branche-amandier2{
    right: -2vw;
    top: 45%;
    max-width: 40vw;
    z-index: 1;
}
@media screen and (max-width: 1500px) { #index-main-branche-amandier2{opacity: 0.5;}#index-main-branche-amandier3{display: none;}}
#index-main-location-mobil-home{
    padding-top: 8% !important;
}
#index-main-location-emplacements p{
    max-width: 95%;
}
#index-main-branche-amandier3{
    max-width: 70%;
    position: absolute;
    left: 0;
    top: 0;
}
#index-main-aquatique > div:first-child div{
    margin-top: 30%;
}

/*PAGE CAMPING*/

#camping-branche-amandier{
    max-width: 30vw;
    right: -10%;
    top: 10%;
}
#camping-branche-amandier2{
    max-width:640px;
    margin-right: -40%;
}
.headerZIndex{
    z-index: 2147483647;
}
.nav-btn-fixed{
    position: fixed;
    top: 3.5%;
    left: 0.5%;
}

/*PAGE LOCATIFS*/


#locatifs .title-not-h2{
    padding: 1% 0;
}
.locatifs-2chambres-cards:not(.locatifs-2chambres-cards-last)::after{
    content: "";
    width: 98%;
    position: absolute;
    left: 1%;
    bottom: 0;
    border-bottom: 1px solid white;
}
.locatifs-2chambres-cards-icones{
    margin-bottom: 3%;
}
.locatifs-2chambres-cards-icones > div{
    margin: 0 5%;
}
.locatifs-2chambres-cards-icones img{
    height: 52px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.locatifs-2chambres-cards-icones p{
    font-size: 28px;
    font-family: var(--title-not-h1-font);
}
.locatifs-2chambres-cards-découvrez{
    bottom: 0;
}
.locatifs-2chambres-cards-découvrez p{
    color: white;
    margin:0 10px;
    -webkit-transition:  all 0.5s ease;
    -o-transition:  all 0.5s ease;
    transition:  all 0.5s ease;
}
.locatifs-2chambres-cards-découvrez a{
    text-decoration: none;
}
.locatifs-2chambres-cards-découvrez a:hover p{
    color: black;
    cursor: pointer;
}
.locatifs-2chambres-cards-découvrez a:hover  i{
    -webkit-transform: translateX(20px) rotate(45deg);
        -ms-transform: translateX(20px) rotate(45deg);
            transform: translateX(20px) rotate(45deg);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.locatifs-2chambres-cards-découvrez i{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    color: var(--browndarkest);
    -webkit-transition:  all 0.5s ease;
    -o-transition:  all 0.5s ease;
    transition:  all 0.5s ease;
}
.fleurs-amandier-2chambres-title{
    max-height: 160px;
    right: 20%;
}
#fleurs-amandier-3chambres-title{
    max-height: 160px;
    left: 20%;
}
a.links{
    background-color: var(--browndarkest);
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    font-family: var(--text-font);
    text-decoration: none;
}
a.links:hover{
    background-color: var(--brownother);
    color: var(--browndarkest);
}

/*PAGE ESPACE AQUATIQUE*/

/* #espace-aquatique video[poster]{
    opacity: 0.6;
} */
#espace-aquatique-branche-amandiers{
    max-width: 725px;
    right: -13%;
    top: 8%;
}

/*PAGE ACCUEIL VELO*/

#accueil-velo-branche-amandiers{
    max-width: 725px;
    right: -10%;
    bottom: -10%;
}

/*

PAGE CONTACT ACCES

*/

#contact-acces-branche-amandier{
    max-width: 804px;
    right: -15%;
}
#contact-acces #small-intro h1{
    width: 80%;
}
#contact-acces-infos h1{
    font-weight: bold;
}
#contact-acces-cards-part{
    width: 98%;
    gap: 1%;
}
.contact-acces-card{
    background-color: var(--brownlighter);
}
.contact-acces-small-card{
    background-color: var(--browndarkest);
    border-radius: 10px;
    margin: 5% 1%;
    width: 100%;
}
.contact-acces-small-card label{
    font-family: var(--text-font);
    font-size: 24px;
    color: white;
    margin-bottom: 3%;
}
.contact-acces-small-card form{
    width: 95%;
}
.contact-acces-small-card-label-part{
    width: 45%;
    margin:2.5%;
}
.contact-acces-small-card-label-part input{
    width: 80%;
    height: 2rem;
    margin-top: 3%;
}
.contact-acces-small-card-label-part input::-webkit-input-placeholder, .contact-acces-small-card-label-part textarea::-webkit-input-placeholder{
    font-family: "FinalSix";
    font-size: 18px;
    color: black;
    font-weight: 300;
}
.contact-acces-small-card-label-part input::-moz-placeholder, .contact-acces-small-card-label-part textarea::-moz-placeholder{
    font-family: "FinalSix";
    font-size: 18px;
    color: black;
    font-weight: 300;
}
.contact-acces-small-card-label-part input:-ms-input-placeholder, .contact-acces-small-card-label-part textarea:-ms-input-placeholder{
    font-family: "FinalSix";
    font-size: 18px;
    color: black;
    font-weight: 300;
}
.contact-acces-small-card-label-part input::-ms-input-placeholder, .contact-acces-small-card-label-part textarea::-ms-input-placeholder{
    font-family: "FinalSix";
    font-size: 18px;
    color: black;
    font-weight: 300;
}
.contact-acces-small-card-label-part input::placeholder, .contact-acces-small-card-label-part textarea::placeholder{
    font-family: "FinalSix";
    font-size: 18px;
    color: black;
    font-weight: 300;
}
#contact-acces-small-card-message-part{
    width: 100%;
}
#contact-acces-small-card-message-part textarea{
    width: 100%;
    min-height: 15rem;
}
.contact-acces-small-card button{
    font-family: "FinalSix";
    font-size: 24px;
    text-transform: uppercase;
    padding: 3% 5%;
    background-color: var(--buttons-color);
    color: white;
    border: 1px solid white;
}
.contact-acces-small-card button:hover{
    color: #424144;
    background-color: white;
    border: 1px solid var(--buttons-color);
}

#contact-acces #small-intro{
    padding-bottom: 0;
}
#contact-acces-infos-form-title{
    font-weight:normal;
    width: 85%;
    font-size: 40px;
    font-family: "Oscine";
    color: var(--lightbluelike-color);
}
#contact-acces-icons-text-part > div > p{
    margin: 0;
}
#contact-acces-icons-text-part i{
    margin-top:18px;
    font-size: 2rem;
}
#contact-acces-infos-card-iframe{
    width: 90%;
    max-height: 400px;
}
#contact-acces-coordoonnees{
    font-family: var(--text-font);
    font-size: 24px;
    font-weight: bold;
    color: white;
}
#contact-acces-icons{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#contact-acces-icons p{
    margin: 20px;
    font-size: 35px;
}
@media screen and (min-width:575px) {
    #contact-acces-icons p{
        font-size: 20px;

    }
}

/*PAGES LOCATIFS DETAILS*/
:not(#splide01.splide__1) .splide__track .splide__list img{
    width: 100%;
}
:not(#splide01.splide__1) .splide__track .splide__list iframe{
    width: 100%;
    height: 100%;
}
#splide01.slide__1 {
    width: 100vw;
}
li{
    font-family: var(--text-font);
    font-size: 20px;
}
ul{
    padding-left: 0;
}
#locatifs-individuelles-branche-amandier{
    right: 0;
}

#locatifs-details-icones img{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
#locatifs-details-icones p{
    font-size: 16px;
}

.fullscreen-custom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fullscreen-custom img{
    border-radius: 20px;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.fullscreen-custom-back{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2147483647;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fullscreen-custom-back.show{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fullscreen-custom-back.show-later{
    opacity: 1;
}
.fullscreen-custom-back i{
    position: absolute;
    top: 5%;
    right: 5%;
    color: var(--browndarkest);
    font-size: 40px;
}
.fullscreen-custom-back img{
    max-height: 80%;
}

@media screen and (max-width:1730px){
    .opacity-30{
        opacity: 0.3;
    }
}

@media screen and (max-width: 1600px){
    .hidden-1600px{
        display: none;
    }
}
/*FLEX XXL*/
@media screen and (max-width:1400px){
    #reservation__form input, #reservation__form .input{
        font-size: 14px;
    }
    .hidden-1400px{
        display: none;
    }
    .align-items-center-1400px{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    #index-main-location-mobil-home{
        padding-top: 1% !important;
    }
    #index-main-branche-amandier3{
        opacity: 0.2;
    }
    #index-main-aquatique > div:first-child div{
        margin-top: 0%;
    }

    #camping-branche-amandier{
        opacity: 0.2;
        max-width: 100vw;
    }
    #index-main-services{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .locatifs-2chambres-cards-découvrez{
        position: initial !important;
    }

    #contact-acces-cards-part{
        width: 100%;
        gap: 0;
    }
    .contact-acces-small-card{
        width: 95%;
        margin: 2% 0;
    }
    li{
        text-align: start;
    }
    .center-class{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #espace-aquatique video{
        width: 100%;
    }
}
@media screen and (max-width:1350px){
    #header-icons div, #header-icons a {
        margin: 0 10px;
      }
}
/*FLEX XL*/
@media screen and (max-width:1200px){
    .hidden-1200px{
        display: none;
    }
}
@media screen and (max-width:1081px){
    #header-icons div, #header-icons a {
        display: none;
    }
    .hidden-1080px{
        display: none;
    }
    #tarteaucitronIcon{
        bottom: 18vh;
    }
    .button-go-up {
        bottom: calc(18vh + 8px);
    }
}

/*FLEX LG*/
@media screen and (max-width:992px){
    .hidden-990px{
        display: none;
    }
}
@media screen and (max-width: 800px){
    .index-main-small-photos-hover-card p{
        font-size: 18px;
    }
    .hidden-800px{
        display: none;
    }
}
@media screen and (max-width:600px){
    .hidden-600px{
        display: none;
    }
    body h1,.title-not-h1{
        font-size: 18px;
    }
    body h2, .title-not-h2{
        font-size: 24px;
    }
    body :not(footer) p, footer a{
        font-size: 16px;
        line-height: 1.6rem;
    }
    body li{
        font-size: 15px;
        text-align: start;
    }
    .locatifs-animaux{
        font-size: 13px;
    }
    .wrapper{
        padding: 5px;
    }
    .index-main-small-photos-hover-card p,.index-main-photos-hover-card p{
        font-size: 16px;
    }

    .contact-acces-small-card button{
        font-size: 18px;
    }
    .contact-acces-small-card-label-part input::-webkit-input-placeholder, .contact-acces-small-card-label-part textarea::-webkit-input-placeholder{
        font-size: 11px;
    }
    .contact-acces-small-card-label-part input::-moz-placeholder, .contact-acces-small-card-label-part textarea::-moz-placeholder{
        font-size: 11px;
    }
    .contact-acces-small-card-label-part input:-ms-input-placeholder, .contact-acces-small-card-label-part textarea:-ms-input-placeholder{
        font-size: 11px;
    }
    .contact-acces-small-card-label-part input::-ms-input-placeholder, .contact-acces-small-card-label-part textarea::-ms-input-placeholder{
        font-size: 11px;
    }
    .contact-acces-small-card-label-part input::placeholder, .contact-acces-small-card-label-part textarea::placeholder{
        font-size: 11px;
    }
    

    .locatifs-2chambres-cards-icones > div{
        width: 30%;
        margin: 0;
    }
    .locatifs-2chambres-cards-icones img{
        height: 40px;
        width: initial ;
    }
    .locatifs-2chambres-cards-icones p{
        font-size: 18px;
    }
    .text-cards-big{
        font-size: 20px !important;
        text-transform: uppercase !important;
        line-height: 2 !important;
    }
    #partenaires-main a {
        margin: 5px;
    }
}
@media screen and (max-width:577px) {
    .hidden-577{
        display: none !important;
    }
}
@media screen and (max-width: 480px){
    .index-main-small-photos-hover-card p,.index-main-photos-hover-card p{
        text-transform: initial;
        margin-bottom: 0;
        line-height: 1.3rem;
    }
    .index-main-small-photos-hover-card button,.index-main-photos-hover-card button,.index-main-small-photos-hover-card a,.index-main-photos-hover-card a{
        padding: 5px;
        margin-top: 5%;
    }
}
@media screen and (max-width:430px){
    .hidden-430px{
        display: none;
    }
}
@media (min-width:430px) {
    .hidden-xxs{
        display: none;
    }
}

#index-ouverture{
    z-index: 1;
    top: 31%;
    left: 1%; 
}
#index-ouverture p{
    color: white;
    font-size: 22px;
    font-weight: 900; 
    text-shadow: 0px 2px 8px #201f1f;
    letter-spacing: 0.35px;
    text-align: center;
    margin: 0;
}
.rgpd-title{
    font-size: 25px;
    font-family: var(--h1-font);
    color: white;
    text-transform: uppercase;
}
.rgpd-subtitle,.darkred{
    color: darkred;
}
.bold{
    font-weight: bold;
}
#rgpd-main a{
    font-size: 20px;
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.locatifs-animaux{
    font-size: 16px;
}

#partenaires-main a{
    margin: 0 1%;
}
#partenaires-main :not(#partenaires-camping-qualite) img{
    max-width: 50px;
}
.slide-920-440{
    max-width: 920px;
    max-height: 440px;
}
#reservation input[type=number] {
    -moz-appearance: textfield;
}

/* Chrome */
#reservation input::-webkit-inner-spin-button,
#reservation input::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin:0;
}
 
/* Opéra*/
#reservation input::-o-inner-spin-button,
#reservation input::-o-outer-spin-button { 
	-o-appearance: none;
	margin:0
}
@media screen and (max-width:800px) {
    .rgpd-title{
        font-size: 24px;
    }
    #rgpd p{
        text-align: justify;
    }
    #rgpd blockquote > *{
        width: 91.6666666667%;
    }
	#index-ouverture p {
        font-size: 15px;
    }
    #index-ouverture { 
        width: 100% !important;
        top: 50%;
    }
}

 /* popup */
 #popUpPromo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  cursor: pointer;
  margin: 0;
  /* min-height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #aed9bd8e;
  font-family: Arial, sans-serif;
}
#popUpPromo * {
  box-sizing: border-box;
}
.popUp {
  width: 800px;
  height:513px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #b7dfc5;
  box-shadow: 0 0 10px 0 #00000029;
}

.popup-image {
  width: 50%;
  background-image: url("../images/image-left.jpg");
  background-size: cover;
  background-position: center;
}

.popup-content {
  width: 50%;
  padding: 70px 55px 40px;
  box-sizing: border-box;
  text-align: center;
  color: #666;
  position: relative;
}

.close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #fff;
  font-size: 32px;
  color: #777;
  cursor: pointer;
  line-height: 38px;
}

.title-popup {
  margin: 0 0 28px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 800;
}

.text-popup {
  font-size: 17px;
  line-height: 1.45;
  margin-bottom: 40px;
}

.btn-popup {
  display: inline-block;
  padding: 19px 75px;
  border-radius: 35px;
  background: #fff;
  color: #666;
  text-decoration: none;
  font-size: 16px;
}

@media (max-width: 768px) {
  .popUp {
    width: 90%;
    height: auto;
    flex-direction: column;
  }
  .popup-image,
  .popup-content {
    width: 100%;
  }
  .popup-image {
    height: 250px;
  }
}