@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight:500;
    font-display: swap; /* Accellère le chargement */
    unicode-range: U+000-5FF; /* Ne charge que les glyphes utilisés */
    src: local("Ubuntu"), 
        url("fonts/ubuntu-medium.woff2") format("woff2"), 
        url("fonts/ubuntu-medium.woff") format("woff");
}

@font-face {
    font-family: "FakeSmiths";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local("FakeSmiths"), 
        url("fonts/fakesmiths.woff2") format("woff2"), 
        url("fonts/fakesmiths.woff") format("woff");
}

@font-face {
    font-family: "RedHatDisplay";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local("RedHatDisplay"), 
        url("fonts/redhatdisplay-regular.woff2") format("woff2"), 
        url("fonts/redhatdisplay-regular.woff") format("woff");
}

@font-face {
    font-family: "RedHatDisplay";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local("RedHatDisplay"), 
        url("fonts/redhatdisplay-italic.woff2") format("woff2"), 
        url("fonts/redhatdisplay-italic.woff") format("woff");
}

@font-face {
    font-family: "RedHatDisplay";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local("RedHatDisplay"), 
        url("fonts/redhatdisplay-semibold.woff2") format("woff2"), 
        url("fonts/redhatdisplay-semibold.woff") format("woff");
}

@font-face {
    font-family: "RedHatDisplay";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local("RedHatDisplay"), 
        url("fonts/redhatdisplay-semibolditalic.woff2") format("woff2"), 
        url("fonts/redhatdisplay-semibolditalic.woff") format("woff");
}

@font-face {
    font-family: "RedHatDisplay";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local("RedHatDisplay"), 
        url("fonts/redhatdisplay-black.woff2") format("woff2"), 
        url("fonts/redhatdisplay-black.woff") format("woff");
}

/* LES VARIABLES  dont la palette de couleurs */

:root {
    --version: "V.6.0.2023 pilot";
}

/* LES BALISES définitions par défaut */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    border-style: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
}

html {
    height: 100%;
}

body {
    font-family: "RedHatDisplay", "Roboto", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    cursor: default;
    height: 100%;
    color: rgb(200, 200, 200);
    background-color:rgb(30, 30, 30);
}

a,
a:visited,
a:link:active,
a:visited:active {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
strong {
    font-family: "Ubuntu", "Roboto", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
}

b {
    font-family: "FakeSmiths", "Roboto", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
}

p {
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

img {
    vertical-align: middle;
}

/* LES PATTERNS */

.carbon {
    /*carbon*/
    background:
    radial-gradient(black 15%, transparent 16%) 0 0,
    radial-gradient(black 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
    background-size:16px 16px;
    /*background-color:rgb(37, 37, 37);*/
}

.zigzag {
    /*zigzag*/
    background:
    linear-gradient(135deg, rgb(37, 37, 37) 25%, transparent 25%) -50px 0,
    linear-gradient(225deg, rgb(37, 37, 37) 25%, transparent 25%) -50px 0,
    linear-gradient(315deg, rgb(37, 37, 37) 25%, transparent 25%),
    linear-gradient(45deg, rgb(37, 37, 37) 25%, transparent 25%);
    background-size: 100px 100px;
    /*background-color: rgb(45, 45, 45);*/
}

/*  MENU */

#scrollpage {
    position: fixed;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.scrobase1,
.scrobase2 {
    position: absolute;
    left: 0px;
    right: unset;
    width: 64px;
    text-align: center;
    cursor: pointer;
}

.scrobase1 {
    top: 0px;
    height: 64px;
    padding-top: 2px;
    background-color: rgb(127, 127, 127);
    background-color: rgba(127, 127, 127, 0.5);
    -o-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
}

.scrobase1:hover {
    background-color: rgb(50, 123, 30);
}

.scrobase2 {
    top: 64px;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
    max-height: 0px;
}

.elscroll {
    position: relative;
    width: 100%;
    background-color: transparent;
    color: rgb(200, 200, 200);
    font-size: 58px;
    line-height: 70px;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.elscroll span {
    display:block;
    width:100%;}

.elscroll:hover {
    background-color:rgb(30, 30, 30);
}

.elscroll:active {
    background-color:rgb(140, 140, 140);
}

.minimen {
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: rgb(136, 136, 136);
    font-size: .2em;
    line-height: normal;
    padding: 0 3px 0 0;
    text-align: right;
}

.scrobase1 > div {
    width: 48px;
    height: 6px;
    margin: 10px 8px;
    background-color: rgb(220, 220, 220);
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.scrobis1 {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
}

.scrobis1:hover {
    background-color:rgb(30, 30, 30);
}

.scrobis1:active {
    background-color:rgb(140, 140, 140);
}

.scrobis1 div:nth-child(1) {
    -moz-transform: translate(0, 270%) rotate(45deg);
    -webkit-transform: translate(0, 270%) rotate(45deg);
    -ms-transform: translate(0, 270%) rotate(45deg);
    transform: translate(0, 270%) rotate(45deg);
    background-color: rgb(112, 195, 18);
}

.scrobis1 div:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.scrobis1 div:nth-child(3) {
    -moz-transform: translate(0, -270%) rotate(-45deg);
    -webkit-transform: translate(0, -270%) rotate(-45deg);
    -ms-transform: translate(0, -270%) rotate(-45deg);
    transform: translate(0, -270%) rotate(-45deg);
    background-color: rgb(112, 195, 18);
}

.scrobis2 {
    max-height: none;
}

/*  SPÉCIAUX */

#sunset {
    position: fixed;
    width: 100%;
    max-width: 1230px;
    height: 100%;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 200;
}

@keyframes oppop {
    0% {
        height: 0px;
        width: 0px;
    }
    100% {
        height: 100%;
        width: 100%;
    }
}  

@keyframes poppp {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    70% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}  

#popbox {
    height: 100%;
    width: 100%;
    background-color: rgb(29, 43, 62);
    padding: 5% 8%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: none;
    -o-animation-name: oppop;
    -moz-animation-name: oppop;
    -webkit-animation-name: oppop;
    animation-name: oppop;
    -o-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}

#popbox div {
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    -o-animation-name: poppp;
    -moz-animation-name: poppp;
    -webkit-animation-name: poppp;
    animation-name: poppp;
    -o-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

#popbox div:first-child {
    font-family: "FakeSmiths", "Roboto", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 6.5vw;
    padding: 0 5vw .3em .6em;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#popbox div:first-child span {
    display: inline-block;
    width: 48px;
    height: 48px;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
/*    background: rgb(30, 43, 61) url(../images/symbol/cancel48.png) no-repeat;*/
    background: rgb(65, 75, 90) url(../images/symbol/cancel48.png) no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

#popbox div:first-child span:hover {
    background-color: rgb(85, 95, 110);
}

#popbox div:first-child span:active {
    background-color: rgb(145, 155, 170);
}

#popbox div:nth-child(2) {
    padding: 2em 0;
}

[class^="button_"] {
    display: flex;
}

.button_U {
    justify-content: center;
}

.button_M {
    justify-content: space-between;
}

/*  CORPS */

#global {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1230px;
    margin: 0 auto;
    z-index: 0;
}

.vdock {
    display: none;
}

.w0w0,
.w0w3,
.w0w5,
.w0w7 {width: 100%;}
.w8w0 {width: calc(100% - 64px);}
.w5w5 {width: 50%;}
.w2w0 {width: 64px;}

.container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
/*    flex: 100%;*/
}

.h100sb {
    justify-content: center;
    align-content: space-between;
    height: 100%;
}

#cap1,
#cap3 {
    background-color: rgb(37, 37, 37);
}

#cap4 {
    background-color: rgb(45, 45, 45);
}

.refleta {
    background-color: rgb(30, 30, 30);
    background-image: url(../images/land/img6/img6-max600.jpg);
    background-position: bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
}

.refletb {
    background-color: rgb(30, 30, 30);
    background-image: url(../images/land/img7/img7-max600.jpg);
    background-position: top left;
    background-size: 100%;
    background-repeat: no-repeat;
    color: rgb(165, 165, 165);
}

.fondbg {
    position: absolute;
    width: 100%;
    background-color: transparent;
    background-position: top left;
    background-size: 100%;
    background-repeat: no-repeat;
}

.fondbg img {
    width: 100%;
}

.brique {
    position: relative;
}

.couvbg {
    position: relative;
    width: 100%;
    visibility: hidden;
}

.suitebg {
    visibility: hidden;
}

.logod {
    font-family: "FakeSmiths", "Roboto", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 9.5vw;
    padding: 2vw 0 0 74px;
    color: rgb(165, 165, 165);
}

.logos {
    font-size: 3.5vw;
    padding-bottom: .8em;
    color: rgb(165, 165, 165);
}

.slogan {
    position: absolute;
    width: 100%;
    top: 66%;
    text-align: center;
    color: rgb(200, 200, 200);
    color:rgba(242, 242, 242, .8);
    font-size: 10vw;
    line-height: 1.1em;
}

.fautvoir {
    position: absolute;
    width: 100%;
    top: 95%;
}

.bouton {
    position: relative;
    cursor: pointer;
    font-family: "FakeSmiths", "Roboto", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 6vw;
    padding: 2vw 6vw;
    -moz-border-radius: 8vw;
    -webkit-border-radius: 8vw;
    border-radius: 8vw;
    -o-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    z-index: 1;
}

.bibut {
    width: 48%;
    -ms-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}

.vert {
    background-color: rgb(50, 123, 30);
    color: rgb(226, 192, 0);
    text-shadow: 0px -0px .3em rgb(16, 54, 6);
}

.vert:hover {
    background-color: rgb(81, 159, 24);
}

.vert:active {
    background-color: rgb(112, 215, 18);
}

.stick-bleu {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    background-color: rgb(36, 76, 136);
}

.appel {
    padding: 45px .8em .4em .8em;
}

p.tabula::before {
    content: "";
    padding-left: 64px;
}

.transit {
    position: relative;
    width: 100%;
    padding: 1.2em 1em 2.4em 1em;
    background-color:rgb(37, 37, 37);
}

.transit p {
    font-size: 1.2em;
}

.tampon {
    display: flex;
    width: 100%;
    height: 4em;
    background-color: rgb(30, 30, 30);
    padding: 0 0 .2em 76px;
    align-items: flex-end;
}

.tampon b {
    font-size: .7em;
}

.explain1.vmob {
    font-size: 1.1em;
    padding: 1em .8em;
    background-color:rgb(50, 50, 50);
/*    color: rgb(165, 165, 165);*/
}

.explain2.vmob {
    font-size: 3.7vw;
    margin-top: -7.4vw;
    line-height: 1.1em;
    text-align: right;
    color: rgb(165, 165, 165);
}

.explain {
    font-size: .9em;
}

.explain,
.explain0,
.complem {
    padding: .6em .8em;
    color: rgb(165, 165, 165);
}

.complem {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.etiquette {
    font-size: 5vw;
    padding: 10% 50% 0 0;
    color: rgb(165, 165, 165);
}

.etiquette h3 {
    font-size: 1.35em;
    text-align: right;
    color: rgb(200, 200, 200);
    height: 5%;
}

.etiquette p {
    text-align: right;
}

.etiquette p:nth-child(2) {
    font-size: .85em;
}

.etiquette p:nth-child(3) {
    padding-top: .6em;
}

.etiquette p:nth-child(4) {
    font-size: .85em;
    padding-right: .3em;
}

.etiquette .prix {
    display: inline-block;
    color: rgb(50, 123, 30);
/*    color: rgb(220, 220, 220);
    background-color: rgb(50, 123, 30);*/
    background-color: rgb(200, 200, 200);
    font-weight: 900;
    padding: 0 .4em;
}

.partcont {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.partcont header {
    padding-top: 15px;
}

.version {
    position: absolute;
    top: 2px;
    left: 4px;
    font-size: .7em;
    color: rgb(165, 165, 165);
}

.version::before {
    content: var(--version);
}

.pad {
    padding: 10px;
}

.padx {
    padding: 0 .8em;
}

.padxx {
    padding: 0 1.2em;
}

.prig {
    padding-right: .6em;
}

.ptop {
    padding-top: .6em;
}

.ptopx {
    padding-top: 1.6em;
}

.ptopxx {
    padding-top: 2.6em;
}

.pbot {
    padding-bottom: .6em;
}

.pbotx {
    padding-bottom: 1.6em;
}

.pbotxx {
    padding-bottom: 2.6em;
}

#toolbox {
    text-align: center;
    font-size: .6em;
    line-height: .9em;
}

.outilist {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: start;
}

.outilist div {
    position: relative;
    padding: .3em;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.outil {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    background: transparent top left/100% no-repeat;
    cursor: pointer;
}

.outil:hover {
    background-color: rgb(75, 75, 75);
}

.outil:active {
    background-color:rgb(140, 140, 140);
}

.account {
    background-image: url(../images/symbol/account48.png);
}
.build {
    background-image: url(../images/symbol/build48.png);
}
.list {
    background-image: url(../images/symbol/list48.png);
}
.openinnew {
    background-image: url(../images/symbol/openinnew48.png);
}
.outward {
    background-image: url(../images/symbol/outward48.png);
}
.settings {
    background-image: url(../images/symbol/settings48.png);
}
.pdf {
    background-image: url(../images/symbol/pdf48.png);
}

.liendicone {
    display: flex;
    align-items: center;
    font-style: italic;
    width: calc(100% - 50px);
    min-height: 50px;
    padding-left: .5em;
}

.outil .bullaide {
    display: none;
}

#partdevelop h1 {
    background-color: rgb(30, 30, 30);
}

#partdevelop .w5w5 h1 {
    text-align: center;
}

#partdevelop .w0w0 h1 {
/*    text-align: left;*/
    padding-left: .5em;
}

.check_Pays,
.check_M_master,
.check_U_master {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

/* 50px x 50px */
.checkit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: rgb(75, 75, 75);
    margin: 7px;
    cursor: pointer;
}

.checkit:hover {
    background-color: rgb(85, 85, 85);
}

.checkit:active {
    background-color:rgb(160, 160, 160);
}

.checkspot {
    display: block;
    width: 36px;
    height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
}

.spotchecked {
    background-color: rgb(81, 159, 24);
/*    background-color: rgb(112, 215, 18);*/
}

/* 100% de check_x_master - 50px checkit - 14px -10 px margin */
#myLoc,
.checklabel {
    display: flex;
    align-items: center;
    min-height: 36px;
    line-height: 1.1em;
    margin: 7px 10px 7px 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgb(50, 50, 50);
    border: 1px solid rgb(70, 70, 70);
    overflow: hidden;
}

.checklabel {
    width: calc(100% - 74px);
    padding: 0 .5em;
}

.checklabel:hover {
    cursor: pointer;
}

.check_Pays {
    padding-left: 7px;
}

#myLoc {
    width: 100%;
    font-size: inherit;
    padding-left: .5em;
    color: rgb(112, 215, 18);
}

.labelloc {
/*    font-size: .9em;*/
    padding-left: 6px;
    overflow: hidden;
}

.reponse,
.displayprix {
    height: 230px;
    padding: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgb(50, 123, 30);
    overflow: hidden;
}

.displayprix {
    position: relative;
    width: calc(100% - 10px);
/*    text-align: center;*/
    margin: 7px 0 7px 10px;
}

/*.displayprix div {
    width: 100%;
}*/

.dispequiv {
    position: absolute;
    width: calc(100% - 20px);
}
.dispequiv span {
    display: block;
}
.dispequiv span:first-child {
    font-size: .85em;
}
.dispequiv span:last-child {
    font-size: 1.2em;
    padding-top: 7em;
    text-align: center;
}
.altprix,
.disprix {
    text-align: center;
}
.disprix {
    padding-top: 1.2em;
/*    padding-top: .4em;*/
}
.altprix {
    font-size: 1.1em;
/*    font-size: 1.2em;*/
}
.altprix span:last-child,
.disprix span {
    display: inline-block;
    font-weight: 900;
    letter-spacing: 2px;
    white-space: nowrap;
/*    padding: .2em .5em;*/
    padding: 0 .2em;
    color: rgb(112, 215, 18);
    background-color: rgb(37, 37, 37);
}
.disprix span {
/*    width: 4em;*/
    width: 3.5em;
    font-size: 2em;
}
.altprix span:last-child {
/*    width: 3.6em;*/
    width: 3.2em;
    font-size: 1.4em;
    margin-left: .2em;
/*    margin-left: .3em;*/
}
.altpaye,
.dispaye {
    font-size: .85em;
    padding: .3em 0 .3em .7em;
}

.reponse {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.reponse span {
    display: block;
    padding-top: 1em;
    color: rgb(255, 255, 255);
}

#starfilo {
    color: rgb(120, 120, 120);
    background-image: linear-gradient(to bottom, transparent , rgb(37, 37, 37));
}
    
.intro {
    position: relative;
    width: 100%;
    font-weight: 900;
    font-size: 9vw;
    color: rgb(84, 102, 121);
    color: rgba(112, 172, 255, 0.25);
    padding-left: 74px;
}

.intro span {
    font-size: .6em;
}

.scami {
    position: relative;
    font-family: "RedHatDisplay", "Roboto", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 900;
    top: -.1em;
    font-size: 8vw;
    color: rgb(36, 76, 136);
}

#rouletfaces {
    position: relative;
    width: 100%;
    color: rgb(115, 145, 189);
    white-space: nowrap;
    overflow: hidden;
}

.roulcolpad {
    padding: 1em 0;
}

.roulet-pad {
    padding: .9em 0 0 0;
}

#rouletsens {
    position: absolute;
    display: flex;
    align-items: stretch;
    width: inherit;
    z-index: 1;
}

#rouletsens div {
    height: 200px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    opacity: .5;
    filter: alpha(opacity=50);
}

#rouletsens div:nth-child(1) {
    width: 26%;
    cursor: pointer;
}

#rouletsens div:nth-child(1):hover {
    opacity: .9;
    filter: alpha(opacity=90);
}

#rouletsens div:nth-child(2) {
    width: 48%;
}

#rouletsens div:nth-child(3) {
    width: 26%;
    justify-content: end;
    cursor: pointer;
}

#rouletsens div:nth-child(3):hover {
    opacity: .9;
    filter: alpha(opacity=90);
}

.facette {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    width: 343px;
    height: 240px;
    background: top center/auto no-repeat;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.amorce {
    width: 0px;
}

.active {
    width: 343px;
}

[class*="ongle-"] {
    display: block;
    width : 80px;
    height : 160px;
    background : rgb(130, 130, 130);
    background : rgba(160, 160, 160, 0.7);
    display: flex;
    align-items: center;
}

.ongle-g {
    -moz-border-radius : 0 80px 80px 0;
    -webkit-border-radius : 0 80px 80px 0;
    border-radius : 0 80px 80px 0;
}

.ongle-d {
    -moz-border-radius : 80px 0 0 80px;
    -webkit-border-radius : 80px 0 0 80px;
    border-radius : 80px 0 0 80px;
    justify-content: end;
}

[class*="tri-"] {
    display: block;
    width : 0;
    height : 0;
    border-top : 36px solid transparent;
    border-bottom : 36px solid transparent;
}

.tri-g {
    border-right : 48px solid rgb(255, 255, 255);
}

.tri-d {
    border-left : 48px solid rgb(255, 255, 255);
}

.img4 {
    width: calc(100% - 84px);
}

@media only screen and (max-width:411px) {

    body {
        font-size: 17px;
    }
    
    /*  MENU */
    
    /* CORPS */
    
    .refleta {
        background-image: url(../images/land/img6/img6-max412.jpg);
    }

    .refletb {
        background-image: url(../images/land/img7/img7-max412.jpg);
    }
    
}

@media only screen and (min-width:600px) {

    body {
        font-size: 19px;
    }
    
    /*  MENU */

    /*  CORPS */

    .refleta {
        background-image: url(../images/land/img6/img6-max800.jpg);
    }
    
    .refletb {
        background-image: url(../images/land/img7/img7-max800.jpg);
    }
    
    #popbox div:first-child {
        font-size: 4.5vw;
    }

    .logod {
        font-size: 7.9vw;
        padding: 1.5vw 0 0 74px;
    }

}

@media only screen and (min-width:800px) {

    body {
        font-size: 20px;
    }
    
    /*  MENU */
    
    /*  CORPS */

    .vdock {
        display: initial;
    }
    
    .vmob {
        display: none;
    }
    
    .w2w0,
    .w8w0 {width: 100%;}
    .w0w7 {width: 70%;}
    .w0w5 {width: 50%;}
    .w0w3 {width: 30%;}
        
    .fautvoir {
        top: 97%;
    }
    
    .bouton {
        font-size: 4vw;
        padding: 1vw 3vw;
        -moz-border-radius: 6vw;
        -webkit-border-radius: 6vw;
        border-radius: 6vw;
    }
    
    .outilist {
        max-height: 270px;
    }

    .outil .bullaide {
        position: absolute;
        display: block;
        top: 24px;
        right: 68px;
        width: auto;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        font-size: 1.3em;
        line-height: normal;
        white-space: nowrap;
        background-color: rgb(30, 30, 30);
        color: rgb(255, 255, 255);
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        z-index: 1;
        -o-transition: 1s;
        -moz-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
    }

    .outil:hover .bullaide {
        visibility: visible;
        opacity: .7;
        filter: alpha(opacity=70);
    }      
    
    .tog37 {
        /*zigzag*/
        background:
        linear-gradient(135deg, rgb(37, 37, 37) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(37, 37, 37) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(37, 37, 37) 25%, transparent 25%),
        linear-gradient(45deg, rgb(37, 37, 37) 25%, transparent 25%);
        background-size: 100px 100px;
        background-color: rgb(45, 45, 45);
    }
    
    .appel {
        padding: 38px 6em .4em 6em;
    }
    
    p.tabula::before {
        content: "";
        padding-left: 0;
    }
    
    .transit {
        padding: 3.5em 6em 7em 6em;
    }
    
    .tampon b,
    .transit p,
    .appel p {
        font-size: calc(.9vw + 1em);
    }
    
    .tampon {
        height: 10em;
        padding: 0 0 .2em 6em;
    }
    
    .roulcolpad {
        padding: 2.1em .6em 1em 0;
    }
    
    .roulet-pad {
        padding: .9em .5em 0 0;
    }
    
    .logod {
        font-size: 6.3vw;
        padding: 1vw 0 0 0;
        text-align: center;
    }

    .logos {
        font-size: calc(1.2vw + .25em);
        text-align: right;
    }

    .slogan {
        font-size: 7.7vw;
    }

    .refleta {
        background-image: url(../images/land/img6/img6-max1024.jpg);
    }

    .refleta header:first-of-type {
        padding-left: 10%;
    }
    
    .refletb {
        background-image: url(../images/land/img7/img7-max1024.jpg);
    }
    
    .refletb div:first-child p {
        padding-right: 3em;
    }
    
    .img4 {
        width: calc(100% - 20px);
    }
    
    .etiquette {
        font-size: 3.5vw;
        padding: 13% 60% 0 0;
    }
    
    .explain {
        font-size: 1em;
        padding: 1.5em 50% .5em .8em;
    }

    .explain0 {
        padding: .8em 0 .5em .8em;
    }
    .complem {
        padding: .8em .8em .5em 64px;
    }
    
    .explain2.vdock,
    .explain1.vdock {
        display: inline-block;
        width: 100%;
        text-align: right;
    }
    
    .explain1.vdock {
        font-size: 2.45vw;
        padding-right: 4%;
        color: rgb(165, 165, 165);
    }
    
    .explain2.vdock {
        font-size: 2.25vw;
        line-height: 1.2em;
        padding: 0 1% 20px 0;
    }
    
    .dispequiv span:last-child {
        padding-top: 6em;
    }
    
    .dispequiv span:last-child,
    .altprix,
    .disprix {
        text-align: right;
        margin-right: 33%;
    }
    .altpaye,
    .dispaye {
        padding: .3em 0 .6em 10%;
    }
    
}

@media only screen and (min-width:1024px) {

    body {
        font-size: 21px;
    }
    
    /*  MENU */
    
    /*  CORPS */

    .refleta {
        background-image: url(../images/land/img6/img6-max1230.jpg);
    }
    
    .refletb {
        background-image: url(../images/land/img7/img7-max1230.jpg);
    }
    
}

@media only screen and (min-width:1230px) {

    body {
        font-size: 22px;
    }
    
    /*  MENU */

    #scrollpage {
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .scrobase1,
    .scrobase2 {
        left: unset;
        margin-right: 551px;
        right: 0px;
    }
    
    /*  CORPS */

    .tampon b,
    .transit p,
    .appel p {
        font-size: 33px;
    }
    
    .etiquette {
        font-size: 43px;
/*        padding-top: 185px;*/
    }
    
    .explain1.vdock {
        font-size: 30px;
    }
    
    .explain2.vdock {
        font-size: 28px;
    }
    
    #popbox div:first-child {
        font-size: 56px;
        padding-right: 66px;
    }

    .bouton {
        font-size: 50px;
        padding: 12px 37px;
        -moz-border-radius: 74px;
        -webkit-border-radius: 74px;
        border-radius: 74px;
    }

    .displayprix {
        font-size: 21px;
    }
    
    .scami {
        font-size: 100px;
    }
    
    .roulcolpad {
        padding: 2.1em 0 1em 0;
    }
    
    .roulet-pad {
        padding: .9em 0 0 0;
    }
    
    .intro {
        font-size: 106px;
    }
    
    .logod {
        font-size: 78px;
        padding-top: 12px;
    }
    
    .logos {
        font-size: 20px;
    }

    .slogan {
        font-size: 95px;
    }

}