@charset "utf-8";

html {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
body {
    background-color: #f2f2fa;
    color: #111;
    font-family: system-ui, sans-serif;
    font-stretch: semi-condensed;
    font-weight: 200;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    text-wrap: pretty;
    font-stretch: semi-condensed;
/* desactive zoom si horiz */
    text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -moz-text-size-adjust: none;
}

/* DIV------------------------ */
.divfondbleu, .divfondvert, .divlogo {
    height: 100vh;
    overflow: hidden;
    width: 100%;
}
.divfondbleu {
    position: fixed;
    z-index: 10;
}
.divfondvert {
    animation: fonb 2s linear forwards;
    animation-delay: 4s;
    opacity: 0;
    position: fixed;
    z-index: 12;
    }
    @keyframes fonb {
      0% {opacity: 0;}
    100% {opacity: 1;}
}
.divlogo {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
}
.divvillas {
    margin: 0;
}
.divtop {
    height: auto; 
    left: 10px;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 150;
}
.divlight {
    background-color: #fcfeff;
    overflow-x: hidden;
    position: relative;
    z-index: 100;
}
.divdark {
    background-color: #f4f4fa;
    overflow-x: hidden;
    position: relative;
    z-index: 100;
}
.flexcontainer {
    align-items: flex-start;
    align-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 50px 0 50px;
    overflow: auto;
}
.flexcontainer div {
    background-color: #f2f2fa;
    border: 2px solid #9999cf;
    border-radius: 10px;
    height: auto;
    margin: 16px;
    padding: 16px;
    width: auto;
}


/* MODIF LARGEUR  */
p, form, h1, h2, h3, .divwebcam {
    margin: 0 50px 0 50px;
}

.dividemin {
    height: 40px;
}
.dividemid {
    height: 14vh;
}
.dividebig {
    height: 40vh;
}

/* TXT------------------------ */
h1, h2, h3 {
    color: #a00;
    font-weight: 300;
}
h1 {
    font-size: 2.2rem;
    line-height: 1.2;
    padding-top: 10px;
    text-align: center;
}
h2 {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-bottom: 36px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 16px;
    text-align: center;
}
h3 {
    font-size: 1.7rem;
    font-style: italic;
    line-height: 1.6;
}
.txt-normal {
    font-size: 1.3rem;
    font-weight: 200;
    line-height: 1.6;
}
.txt-petit {
    font-size: 0.9rem;
    font-weight: 200;
    line-height: 1.4;
}
.txt-icons {
    font-size: 2.6rem;
    line-height: 1.4;
}
@font-face {
    font-family: 'Style Script';
    src: url('../font/StyleScript-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.txt-script {
    color: #775533;
    display: block;
    font-family: 'Style Script', Chalkboard, Mistral, 'Comic Sans', 'Comic Sans MS', cursive;
    font-size: max(4vw, 2rem); 
    font-style: italic;
    line-height: 1.2;
    transform: skewY(-6deg);
}


/* IMG------------------------- */
.imgcover {
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    pointer-events: none;
    position: relative;
    width: 100%;
    margin: 0;
}
.logo {
    width: 32%;
    height: auto;
    max-width: 480px;
    margin-top: 30px;
}
.img1col {
    float: left;
    height: auto;
    margin: 2px 4% 0 0;
    width: 18%;
    min-width: 120px;
}
.img2col {
    float: right;
    height: auto;
    margin: 8px 0 0 4%;
    pointer-events: none;
    width: 37%;
}
.img3col  {
    float: left;
    height: auto;
    margin: 8px 4% 0 0;
    pointer-events: none;
    width: 59%;
}
.img5col {
    height: auto;
    margin: 0 0 0 0;
    width: 100%;
}
.imgbloem {
    height: auto;
    margin: auto;
    width: 170px;
    display: block;
}
.code {
    width: 150px;
    height: 30px;
}

/* DIVERS------------------------- */
a {
    color: #00a;
    cursor: pointer;
    font-weight: 300;
    text-decoration: none;
}
button {
    background-color: transparent;
    cursor: pointer;
    border: none;
}
q {
    color: #a00;
    font-style: italic;
    font-weight: 300;
}
.stopflotte {
    clear: both;
}
.aumilieu {
    text-align: center;
}


/* FORM  ____________________________________ */
textarea, label {
margin: 0;
padding: 0;
}
textarea {
width: 100%;
height: 120px;
}
input {
vertical-align: top;
width: 160px;
height: 34px;
}
.code {
    width: 150px;
    height: 30px;
}

/* COMPARE */
.divcompare {
    aspect-ratio: 2/1;
    height: auto;
    overflow: hidden;
    position: relative;
    --value:50%;
}
.compare__left, .compare__right {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}
.compare__left {
  clip-path: polygon(0% 0%, var(--value) 0%, var(--value) 100%, 0% 100%);
}
.compare__right {
  clip-path: polygon(100% 0%, var(--value) 0%, var(--value) 100%, 100% 100%);
}
.compare__range {
    appearance: none;
    background-color: transparent;
    color: #000;
    height: 100%;
    opacity: 0;
    position: relative;
    width: 100%;
}
.losange {
    color: #ddd;
    font-size: 4rem;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 47%;
    width: 100%;
    z-index: 222;
}


/* WEBCAM 4:1 ____________________________________ */
.divwebcam {
    aspect-ratio: 5/2;
    background-image: url(../webp-autres/promenade-printemps-xlarge.webp);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;

    overflow: hidden;
    padding-bottom: 21px;
    position: relative;
    pointer-events: none;
    animation: pano 16s linear infinite;
    }
    @keyframes pano {
      0% {background-position: left top;}
     50% {background-position: right top;}
    100% {background-position: left top;}
}
.pluiekitombe  {
    width: 100%;
    height: auto;
    mix-blend-mode: screen;
    opacity: 0.3;
    transform: translateY(-87%);
    animation: plu 3s linear infinite;
    }
    @keyframes plu {
    100% {transform:translateY(-1%);}
}




/* PHONE PADS VERTIC -------------------------------- */
@media screen and (orientation: portrait) and (max-width: 956px) {
.logo {
width: 80%;
}
.divvillas {
    height: 40vh;
}
.img2col {
    width: 100%;
}
.img3col {
    width: 100%;
}
}




/* XL -------------------------------- */
@media screen and (min-width: 957px) {
html {
    font-size: 110%;
}
body {
    font-family: Arima, sans-serif;
    font-stretch: normal;
}
@font-face {
    font-family: 'Arima';
    src: url('../font/Arima-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arima';
    src: url('../font/Arima-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.divfondbleu, .divfondvert, .divlogo {
    height: 86vh;
}

/* MODIF LARGEUR  */
p, form, h1, h2, h3, .divwebcam, .flexcontainer {
    margin: 0 16% 0 16%;
}

.divvillas {
    margin: 0 50px 0 50px;
}
}



