@charset "utf-8";

body {
    background-color: #f4f6fe;
    color: #000;
    font-family: system-ui, sans-serif;
    font-size: 100%;
    font-stretch: semi-condensed;
    font-weight: 300;
    margin: 0;
    padding: 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;
}
h1, h2, h3 {
    color: #7458de;
    font-weight: 400;
    line-height: 1.2;
}
h1 {
    font-size: 2rem;
    text-align: center;
    margin: 0;
}
h2 {
    font-size: 2rem;
    padding-bottom: 36px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 16px;
    text-align: center;
}
h3 {
    font-size: 1.6rem;
}
a {
    color: #e3006c;
    cursor: pointer;
    text-decoration: none;
    }
    a:hover {
    cursor: pointer;
}
button {
    background-color: transparent;
    cursor: pointer;
    border: none;
}
q {
    font-style: italic;
}
figcaption {
    font-size: 1rem;
}


/* MODIF LARGEUR ____________________ */

p, form, h2, h3, .divwebcam, .trait, .divmap {
    margin: 0 40px 20px 40px;
}



/* COVER ____________________________ */

.divfondbleu, .divfondvert {
    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;}
}
.imgcover {
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    pointer-events: none;
    position: relative;
    width: 100%;
    margin: 0;
}



/* LOGO ___________________________ */

.divlogo {
    height: 100vh;
    position: relative;
    text-align: center;
    top: 0;
    z-index: 100;
}
.logo {
    width: 32%;
    height: auto;
    max-width: 480px;
    margin-top: 30px;
}



/* TOP MENU _______________________ */

.divtop {
    height: auto; 
    left: 0;
    mix-blend-mode: difference;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 0;
    width: auto;
    z-index: 150;
}
.fleche {
    color: #FF5;
    font-family: system-ui, sans-serif;
    font-size: 2.8rem;
    line-height: 1.5;
}



/* TOUT _________________________ */

.divtout {
    background-color: #f4f6fe;
    position: relative;
    z-index: 100;
}
.divdark {
    background: linear-gradient(90deg, #140446, #795dd6);
    padding: 20px 0 10px 0;
}
.divblanc {
    background-color: #fff;
}

.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: #fff;
    border: 2px solid #9999cf;
    border-radius: 10px;
    height: auto;
    margin: 10px;
    padding: 10px;
    width: auto;
}
.dividemin {
    height: 50px;
}
.dividemid {
    height: 100px;
}
.dividebig {
    height: 400px;
}



/* VILLAS ___________________________ */

.divvillas {
    margin: 0;
}
.imgvillas {
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    pointer-events: none;
    position: relative;
    width: 100%;
    margin: 0;
}



/* TXT ______________________________ */

.txt-normal {
    font-size: 1.2rem;
    line-height: 1.4;
    text-wrap: pretty;
}
.txt-petit {
    font-size: 1rem;
    line-height: 1.2;
}
.txt-icons {
    font-size: 2.2rem;
    line-height: 1.2;
}
.txt-script {
    color: #fff;
    display: block;
    font-family: 'Brush Script MT', 'Comic Sans', 'Comic Sans MS', cursive;
    font-size: 1.8rem;
    font-stretch: normal;
    line-height: 1.1;
    transform: skewY(-6deg);
    text-wrap: pretty;
}
.plusgrand {
    font-size: 140%;
}


/* IMG------------------------- */

.img1col {
    float: left;
    height: auto;
    margin: 8px 5% 10px 0;
    width: 16%;
}
.img2col {
    float: right;
    height: auto;
    margin: 8px 0 20px 5%;
    width: 37%;
}
.img3col  {
    float: left;
    height: auto;
    margin: 8px 5% 20px 0;
    width: 58%;
}
.img5col {
    height: auto;
    margin: 0 0 20px 0;
    width: 100%;
}
.imgbloem {
    height: auto;
    margin: auto;
    width: 120px;
    display: block;
}



/* DIVERS _________________________ */

.trait {
    background-color: #aaa;
    height: 1px;
}
.visibleyesno {
    display: none;
}
.stopflotte {
    clear: both;
}
.aumilieu {
    text-align: center;
}
.invisible {
    display: none;
}
.rouge {
    color: #e3006c;
}
.blanc {
    color: #fff;
}
.gris {
    color: #aaa;
}
.bleu {
    color: #03f;
}
.mauve {
    color: #7458de;
}
.transp {
    opacity: 0;
}



/* COMPTEUR ______________________ */

#monBouton {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: center;
    margin-top: 50px;
    width: 80px;
}
.keurkiba {
    animation: keur 1.4s ease infinite;
    font-size: 3rem;
    text-align: center;
    }
    @keyframes keur {
    50% {font-size: 4rem;}
    100% {font-size: 3rem;}
}



/* 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%;
    cursor: pointer;
}
.losange {
    color: #f80;
    font-size: 3rem;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 47%;
    width: 100%;
    z-index: 222;
}
label {
margin: 0;
padding: 0;
}



/* WEBCAM ____________________________ */

.divwebcam {
    aspect-ratio: 5/2;
    background-image: url(../webp-autres/webcam-printemps-min.webp);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-color: lightgray;
    overflow: hidden;
    padding-bottom: 20px;
    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%);}
}



/* MAP ______________________________ */

.carte {
    background:url(../webp-pictos/earth-6.webp);
    background-size: cover;
    border-radius: 50%;
    box-shadow: #778 10px 10px 10px;
    float: right;
    margin-left: 5%;
    width: 37%;
    aspect-ratio: 1/1;
    overflow: hidden;
    animation: movi 5s linear 0s infinite;
    transform: rotate(10deg);
}
@keyframes movi {
      0% { background-position: 0 0;}
    100% { background-position: -200% 0;}
}
.halo {
    width: 100%;
    height: auto;
    transform: rotate(-10deg);
}



/* PHONE PADS VERTIC ____________________ */

@media screen and (orientation: portrait) and (max-width: 956px) {
.logo {
    width: 70%;
}
.img2col, .img3col, .img4col {
    width: 100%;
}
.divvillas {
    height: 40vh;
}
}



/* XL ____________________________________ */

@media screen and (min-width: 957px) {
body {
    font-family: Arima, sans-serif;
    font-stretch: normal;
}
p, form, h2, h3, .divwebcam, .flexcontainer, .trait, .divmap {
    margin: 0 16% 20px 16%;
}
@font-face {
    font-family: 'Arima';
    src: url('../font/Arima-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arima';
    src: url('../font/Arima-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@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 {
    font-family: 'Style Script', 'Brush Script MT', 'Comic Sans', 'Comic Sans MS', cursive;
    font-size: 3vw;
}
.divfondbleu, .divfondvert, .divlogo {
    height: 85vh;
}
.divwebcam {
    background-image: url(../webp-autres/webcam-printemps-big.webp);
}
.txt-normal {
    font-size: 1.4rem;
    line-height: 1.8;
}
.visibleyesno {
    display: block;
}
}




