@charset "utf-8";

html {
/* desactive zoom si horiz */
    text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -moz-text-size-adjust: none;
    font-size: 100%;
} 

body {
    background-color: lavender;
    color: #222;
    font-family: system-ui, sans-serif;
    font-stretch: condensed;
    font-weight: 300;
    line-height: 1.4;
    text-wrap: pretty;
}
* { 
    margin:0; 
    padding:0; 
    overflow-x: hidden;
}
@font-face {
    font-family: 'ViaodaLibre-Regular';
    src: url('../font/ViaodaLibre-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.txt-big {
    color: #001;
    font-family: 'ViaodaLibre-Regular', 'Bodoni 72', 'Bodoni 72 Oldstyle', serif;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
}
.txt-petit {
    font-size: 0.9rem;
    margin: 0 20px 0 20px;
}
.divcover {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 10;
}
.imgcoverbleu {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}

.divlogo {
    background-color: #fff5;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    display: grid;
    place-items: center;
    text-align: center;
    height: 100vh;
    position: relative;
    top: 0;
    width: 100vw;
    z-index: 100;
}
.divtxt {
    height: auto;
    margin: auto;
    width: auto;
}
.logo {
    height: auto;
    max-width: 500px;
    width: 40%;
}
.img-flags {
    height: auto;
    margin: 10px;
    width: 30px;
}




/* PHONE PADS VERTIC ____________________ */

@media screen and (orientation: portrait) {
.logo {
    width: 50%;
}
}


/* XXL */

@media screen and (min-width: 1400px) {
html {
    font-size: 120%;
}
body {
    font-stretch: semi-expanded;
    font-weight: 200;
}
.img-flags {
    width: 40px;
    margin: 40px;
}
}
