@charset "utf-8";

html, body {
    background-color: #fefdfc;
    color: #000;
    font-family: Arima, system-ui, sans-serif;
    font-size: 100%;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
/* desactive zoom si horiz */
    text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -moz-text-size-adjust: none;
}
@font-face {
    font-display: swap;
    font-family: 'Arima';
    font-style: normal;
    font-weight: 300;
    src: url('../font/Arima-Light.woff2') format('woff2'),
        url('../font/Arima-Light.woff') format('woff');
}

/* DIV------------------------ */
.divfondbleu, .divfondvert, .divlogo {
    height: 100vh;
    overflow: hidden;
    width: 100%;
}
.divfondbleu {
    position: fixed;
    z-index: 10;
}
.divfondvert {
    animation: fonb 1s linear forwards;
    animation-delay: 3s;
    opacity: 0;
    position: fixed;
    z-index: 12;
}
    @keyframes fonb {
      0% {opacity: 0;}
    100% {opacity: 1;}
}
.divlogo {
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
}
.divvillas {
    height: 100vh;
    overflow: hidden;
    width: 100%;
}
.divtop {
    background-color: #f1f2fd;
    border-bottom: 2px solid #fff;
    height: auto;
    line-height: 1;
    padding: 4px 0 4px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    word-spacing: 10px;
    z-index: 150;
}
.bordblanc {
    border-top: 2px solid #fff;
}
.divtout {
    background-color: #fdfeff;
    overflow-x: hidden;
    position: relative;
    z-index: 100;
}
.fonddark {
    background-color: #f1f2fd;
}
p, form, h3 {
    margin: auto;
    width: 80%;
    padding-bottom: 21px;
}
.dividemin {
    height: 60px;
}
.dividemid {
    height: 120px;
}
.dividebig {
    min-height: 220px;
    position: relative;
    z-index: 100;
}


/* TXT------------------------ */
h1, h2 {
    font-size: 1.6rem;
    font-weight: normal;
    text-wrap: balance;
    margin-bottom: 21px;
}
.souligne {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.txt-script {
    color: #970085;
    display: block;
    text-shadow: 1px 1px 0 #970085;
    font-family: 'Bradley Hand', 'Comic Sans MS', cursive;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    text-wrap: balance;
    transform: skewY(-5deg);
}
.txt-normal {
    font-size: 1.3rem;
}
.txt-icons {
    font-size: 2.4rem;
}


/* IMG------------------------- */
.imgcover {
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    position: relative;
    width: 100%;
}
.logo {
    height: auto;
    margin-top: 12vh;
    width: 34%;
}
.img1col {
    float: left;
    height: auto;
    margin: 0 4% 20px 0;
    width: 18%;
}
.img2col {
    float: right;
    height: auto;
    margin: 0 0 20px 4%;
    width: 37%;
}
.img3col  {
    float: left;
    height: auto;
    margin: 0 4% 20px 0;
    width: 59%;
}
.img5col {
    height: auto;
    margin: 0 0 0 0;
    width: 100%;
}
.imgbloem {
    height: auto;
    margin: 40px 0 0 0;
    width: 90px;
}



/* DIVERS------------------------- */
a {
    color: #625e6c;
    text-decoration: none;
}
a:hover {
    color: #0000a6;
}
.aumilieu {
    text-align: center;
}
.stopflotte {
    clear: both;
}
.bleu {
    color: #00b;
}
.blanc {
    color: #FFF;
}
.visibleyesno {
    display: none;
}


/* 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;
}




/* bouton audio cam et send */
button {
    background-color: #9d9;
    border: none;
    color: #000;
    cursor: pointer;
    padding: 4px;
}



/* REDLINE */
.vibre {
    cursor: pointer;
    animation: vib 2s infinite;
    filter: brightness(0.8);
}
@keyframes vib {
  0% {filter: brightness(0.8);}
 50% {filter: brightness(1.3);}
100% {filter: brightness(0.8);}
}


/* WEBCAM */
.divwebcam {
    aspect-ratio: 2/1;
    background-image: url(../webp-autres/promenade-ete.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    pointer-events: none;
    position: relative;
}
.nuagekimonte  {
    animation: plu 20s linear infinite;
    height: auto;
    left: 0;
    mix-blend-mode: screen;
    opacity: 1;
    position: relative;
    top: 100%;
    width: 100%;
}
@keyframes plu {
    100% {top: -800%;}
}

/* TIME */
#div_horloge {
    display: inline;
}


/* FORM */
textarea {
    height: 60px;
    width: 58%;
}


/* CLUSTR */
.carte {
    height: auto;
    width: 400px;
}




/* PHONE PADS VERTIC -------------------------------- */
@media screen and (orientation: portrait) and (max-width: 800px) {

/* BLOCS */
.divvillas {
    height: 50vh;
}
/* TXT */

/* IMG */
.logo {
    width: 60%;
}
.img1col {
    width: 40%;
}
.img2col {
    width: 100%;
}
.img3col {
    width: 100%;
}
}



/* TAB horiz ------------------------- */
@media screen and (min-width: 801px) {
/* DIVERS */
.visibleyesno {
    display: inline-block;
}
}


/* XL -------------------------------- */
@media screen and (min-width: 1101px) {
html, body {
    line-height: 2;
}

/* BLOCS */
p, form, h3 {
    margin: auto;
    width: 70%;
}

/* IMG */  

/* TXT */
.txt-script {
    font-size: 2.4rem;
}
}


/* XXL -------------------------------- */
@media screen and (min-width: 1601px) {
html, body {
    font-size: 120%;
}
}


