@charset "utf-8";

/* phones et tabs */
html {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
body {
    background-color: lavender;
    color: #555;
    font-family: system-ui, sans-serif;
    font-stretch: condensed;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    text-wrap: pretty;
/* 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;
}
.divvillas {
    height: 100vh;
    overflow: hidden;
}
.divtop {
    height: auto; 
    left: 16px;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 150;
}
.divlight {
    background-color: #FEFEFF;
    overflow-x: hidden;
    position: relative;
    z-index: 100;
}
.divdark {
    background-color: #E6E6FA;
    overflow-x: hidden;
    padding-top: 21px;
    position: relative;
    z-index: 100;
}

p, form, .divwebcam {
    margin: auto;
    width: 80%;
    margin-bottom: 40px;
}

.dividemin {
    height: 40px;
}
.dividemid {
    height: 120px;
}
.dividebig {
    height: 300px;
}

/* TXT------------------------ */
h1, h2, h3 {
    font-size: 2rem;
    font-weight: 200;
    line-height: 1.4;
    width: 80%;
    margin: auto;
}
h1 {
    text-align: center;
    margin-top: 12px;
}
h2 {
    text-decoration: underline;
    text-decoration-thickness: 1px ;
    text-underline-offset: 16px;
    text-align: center;
    margin-bottom: 40px;
}
h3 {
    margin-bottom: 20px;
}
.txt-normal, .txt-petit {
    font-weight: 200;
}
.txt-normal {
    font-size: 1.3rem;
    line-height: 1.6;
}
.txt-petit {
    font-size: 1rem;
    font-style: italic;
    line-height: 1.4;
}
.txt-icons {
    font-size: 2.2rem;
    line-height: 1.4;
}
.txt-script {
    color: #4e0078;
    display: block;
    font-family: Chalkboard, 'Chalkboard SE', 'Script MT Bold', 'Segoe Script', Handwriting, 'Comic Sans MS', cursive;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2;
    transform: skewY(-5deg);
}


/* 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: 0 4% 20px 0;
    width: 28%;
}
.img2col {
    float: right;
    height: auto;
    margin: 0 0 20px 4%;
    pointer-events: none;
    width: 37%;
}
.img3col  {
    float: left;
    height: auto;
    margin: 0 4% 20px 0;
    pointer-events: none;
    width: 59%;
}
.img5col {
    height: auto;
    margin: 0 0 20px 0;
    width: 100%;
}
.imgbloem {
    height: auto;
    margin: auto;
    width: 90px;
    display: block;
}
.imgnavs {
    height: auto;
    width: 120px;
}


/* DIVERS------------------------- */
a {
    color: #00a;
    cursor: pointer;
    font-weight: 300;
    text-decoration: none;
}
.aumilieu {
    text-align: center;
}
.stopflotte {
    clear: both;
}
.bleu {
    color: #008;
}
.visibleyesno {
    display: none;
}
.darkmodeactif {
    display: none;
}
button {
    background-color: transparent;
    cursor: pointer;
    border: none;
}


/* 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%;
    margin: auto;
    overflow: hidden;
    padding-bottom: 21px;
    position: relative;
    pointer-events: none;
    animation: pano 16s ease 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: 800px) {
.logo {
width: 80%;
}
.divvillas {
    height: 50vh;
}
.img2col {
    width: 100%;
}
.img3col {
    width: 100%;
}
}




/* XL -------------------------------- */
@media screen and (min-width: 1024px) {
html {
    font-size: 110%;
}
body {
    font-stretch: normal;
}
.divfondbleu, .divfondvert, .divlogo {
    height: 84vh;
}
p, h1, h2, h3, .divwebcam {
    width: 70%;
}
.img1col {
    width: 18%;
}
.visibleyesno {
    display: block;
}
.txt-script {
    font-size: 1.8rem;
}
}


/* XXL -------------------------------- */
@media screen and (min-width: 1600px) {
p, h1, h2, h3, .divwebcam {
    width: 60%;
}
}


/* SOFT MODE ------------------------- */
@media (prefers-color-scheme: dark) {
body {
    background-color: #c1c1e5;
    color: #000;
}
.divlight {
    background-color: #E6E6FA;
}
.divdark, .divtop {
    background-color: #d1d1f6;
}
.darkmodeactif {
    background-color: #FFa;
    padding: 0 6px 0 6px;
    display: block;
}
}


