html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, hgroup, menu, nav, section {
	display: block;
}
input, input:before, input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
   } 
@font-face {
  font-family: 'GenevoixLigneVar';
  src:
       url('./fonts/GenevoixLigne-VAR.ttf');
  font-weight: normal;
  font-style: normal;

}
@font-face {
    font-family: 'GenevoixLigneItalic';
    src:
         url('./fonts/GenevoixLigne-Italic.otf');
  
    font-weight: normal;
    font-style: normal;
  
  }

@font-face {
    font-family: 'GenevoixBrutVar';
    src:
         url('./fonts/GenevoixBrut-VAR.woff2');
  
  }
:root{
    --purple : rgb(117, 37, 255);
    --brown : rgb(56,43,43);
    --green : rgb(0, 255, 98);
    --lpurple: rgb(250, 250, 250);
    --lgreen: rgb(239,255,243);
    --beige: rgb(251,239,217);
    --blue: rgb(111,167,247);
    --lbrown: rgb(203, 185, 185);
    --greygreen:  rgb(194, 207, 207);


    --titleFont: 25vh,
}
.brut{
    font-family: 'GenevoixBrutVar';
}

.Regular{
    font-variation-settings: 'wght' 400, 'wdth' 0, 'STCL' 0;
}
.Bold{
    font-variation-settings: 'wght' 700, 'wdth' 0, 'STCL' 0;
}

.Extended{
    font-variation-settings: 'wght' 400, 'wdth' 40, 'STCL' 0;
}

.BoldExtended{
    font-variation-settings: 'wght' 700, 'wdth' 40, 'STCL' 0;
}

.Stencil{
    font-variation-settings: 'wght' 400, 'wdth' 0, 'STCL' 100;
}
.BoldStencil{
    font-variation-settings: 'wght' 700, 'wdth' 0, 'STCL' 100;
}
.StencilExtended{
    font-variation-settings: 'wght' 400, 'wdth' 40, 'STCL' 100;
}
.BoldStencilExtended{
    font-variation-settings: 'wght' 700, 'wdth' 40, 'STCL' 100;
}
.lRegular{
    font-family: 'GenevoixLigneVar';
    font-variation-settings: 'wght' 400;
}
.lBold{
    font-family: 'GenevoixLigneVar';
    font-variation-settings: 'wght' 700;
}
.lItalic{
    font-family: 'GenevoixLigneItalic';
}


.purple{
    color: var(--purple);
}
.green{
    color: var(--green) !important;
}

.bgBrown{
    background-color: var(--brown);
}
.brown{
    color: var(--brown);
}
.lgreen{
    background-color: var(--lgreen);
}
.lpurple{
    background-color: var(--lpurple);
}
.alternate{
    font-feature-settings: "aalt";
}

html {
    scroll-behavior: auto;
  }
  

body{
    font-family: 'GenevoixLigneVar';
    overflow-x:hidden;
    height: fit-content;
}

main{
    width: 100vw;
    position: absolute;
    top: 55.5vw;
    height: auto;
    background-color: var(--lpurple);
    z-index: 1;
}
main section{
    scroll-margin-top: 3.22vh;
}
header{
    width: 100vw;
    height: 3.2vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 2vw 0px 2vw;
    font-size: 1.1vw;
    position: fixed;
    background-color: white;
    transition: top 0.2s ease-in-out;
    z-index: 2000;
    top: 0;
    box-sizing: border-box;
    align-items: center;
    text-transform: uppercase;


}
header div{
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    letter-spacing: 0.02vw;
}

header button {
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
    color: var(--brown) ;
    text-transform: uppercase;
    background-color: white;
   

}
header button a{
    color: var(--lbrown) !important;
}
header button a:hover{
    color: var(--purple) !important;
}
header button:focus {
    cursor: pointer;
  }

  .nav-up {
    top: -7vh;
  }
header a {
    text-decoration: none;
    cursor: pointer;
    transition: ease-in 0s;
    /* color: var(--brown) !important; */
 }
 header a:hover {
    color:var(--purple) !important;
 }
/***********************************   Section1     *******************************************/

#title {
    width: 100%;
    height: 93vh;
    font-size: 11vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.txtGrid{
    display: grid;
    grid-template-rows: repeat(3,1fr);
    color: var(--brown);
    align-items:  center;
    
}
#title .txtLeft span{
    justify-self: right;
    font-family: 'GenevoixBrutVar';
}
#title .txtRight span{
    justify-self: left;
}
#title .bgCol {
display: flex;
flex-direction: row;
height: 100%;

}
#title .bgCol div{
    width: 50%;
    height: 100%;
    
}
#title .bgCol div:nth-child(1){
    background-color: var(--purple);
}
#title .bgCol div:nth-child(2){
    background-color: var(--green);
}


#colo{
    width: 100vw;
    height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: fixed;
}

.bgTextColo{
    color: var(--lgreen);
    display: flex;
    flex-direction: column;
    justify-content: start;
    background-color: rgb(136,182,180);
    width: 100%;
    height: 57vw;
    position: relative;
    box-sizing: border-box;
    box-shadow: inset 0em 0.5em 2.5em 1.2em white;
    padding: 4vh 2vh;

    
}
.bgTextColo .brut{
    font-variation-settings: 'wdth' 0, 'STCL' 100, 'wght' 500;
}
.bgTextColo .man{
    text-align: start;
}
.bgTextColo p span{
    font-size: 11vw;
    line-height: 12vw;
    position: relative;
    color: var(--lgreen);
    letter-spacing: 0.2vw;;
    font-variation-settings: 'wght' 600;

}


/*
@container (max-height: 800px){
    .bgTextColo p span{
        font-size: 15vh;
        line-height: 17vh;
    }
} */
#top {
    width: 100vw;
}

#top .intro{
    width: 50%;
    height: 50vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--green);
    color: var(--purple);
    font-size: 4.5vw;
    position: relative;
    text-align: center;
    line-height: 5.5vw;
    font-variation-settings: 'wdth' 0;


}
#top .intro .com{
    font-size: 2vw;
}
#top .intro:nth-of-type(2){
    background-color: var(--purple);
    color: var(--green);
}
#top a{
    --width:13vw;
    width: var(--width);
    left: calc(50vw - var(--width)/2);
    position: absolute;
    top: calc(25vh - var(--width) * 1 / 2);
    height: var(--width);
    border-radius: 30vw;
    background-color: var(--lgreen);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 1.3vw;
    line-height: 1.4vw;
    color: var(--brown);
    animation: 'teleb' 3s linear alternate infinite;
    -webkit-animation :'teleb' 3s linear alternate infinite;
}
#top a:hover{
    background-color: rgb(223, 251, 229);
    box-shadow: 10px 5px 10px var(--brown);
}
/* .bgTextColo .brut{
    animation: 'bouge' 5s infinite alternate;
    -webkit-animation-name: 'bouge';
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction:alternate ;
}
.bgTextColo p:not(.brut){
    animation: 'bouge2' 3s infinite;
    -webkit-animation-name: 'bouge2';
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction:alternate ;

} */


@keyframes bouge {
    0% {
        font-variation-settings: "wght" 100, "wdth" 10;
    }
    100% {
        font-variation-settings: "wght" 900, "wdth" 50;
    }
    
}
@keyframes bouge2 {
    0% {
        font-variation-settings: "wght" 100, "wdth" 10;
    }
    100% {
        font-variation-settings: "wght" 900, "wdth" 50;
    }
    
}


.ContainerBL {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 23vh;
    width: 100vw;
    gap: 1vw;
}
.bigL{
    font-size: 11vw;
    line-height: 12vw;
    white-space: nowrap;

}

.coloD{
    font-size: 1.2vw;
    color: rgb(35, 63, 63);
    text-transform: uppercase;
    height: fit-content;
    line-height: 1.8vw !important;
    letter-spacing: 0.1vw;
    font-family: 'GenevoixBrutVar';
    font-variation-settings: 'wdth' 0;
}

.ContainerBL:nth-of-type(1) .coloD{
    position: relative;
    width:23vw !important;
}
.ContainerBL:nth-of-type(3) .coloD{
    position: relative;
    width:31vw !important;
}
.ContainerBL:nth-of-type(4) .coloD{
    position: relative;
    width:18vw !important;
}

.coloD:nth-of-type(4){
    position: absolute; 
    bottom: 11.5vw;
    right: 35.5vw;
    letter-spacing: 0.3vw;
    font-family: 'GenevoixBrutVar';
    font-variation-settings: 'wdth' 50;
}

@keyframes rotation1 {

    0%{
        transform :rotate3d(0,0,0,0deg) ;
    }
    100%{
        transform :rotate3d(4,5,0,70deg) ;
    }
    
}

#top{
    display: flex;
    flex-direction: row;
    height: fit-content;
}



#specimen2{
    width: 100%;
    height: fit-content;
    background-color: var(--lpurple);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 14vh 2vw 17vh 2vw;
}
#specimen2 p{
    text-align:justify;
    margin: 0vw 0vw 1.5vw 0vw;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#specimen3{
    height: fit-content;
    width: 100%;
    --min: 25vw;
    display: grid;
    /* min() with 100% prevents overflow
    in extra narrow spaces */
    grid-template-columns: repeat(4,25vw);
    grid-template-rows: repeat(5,27vw);
}
.tuile{
    height: 27vw;
    width: 25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.tSvg{
    position: relative;
    width: 25vw;
    top: 1vh;
    height: 100%;
}
.tSvg figure{
    display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.tSvg img{
    max-width: 22vw;
}
.texteSpe3{
    padding: 1.5vw;
    font-size: 1.45vw;
    position: absolute;
    top: 0px;
    font-variation-settings: 'wght' 375;
    line-height: 2.0vw;
}
.infoDamierAnim{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.8vw !important;
    bottom: 0.5vw;
    font-variation-settings: 'wght' 300;
    
}
.infoDamierAnim p{
    line-height: 1.3vw;
    font-size: 1vw;
}

.tuile:nth-of-type(2){
    font-size: 20vw;
    font-variation-settings: 'wght' 100, 'wdth' 0, 'STCL' 0;
   color: var(--purple);
}
.tuile:nth-of-type(2) .bigLetter{
    font-size: 20vw;
    font-variation-settings: 'wght' 900, 'wdth' 0, 'STCL' 0;
   color: var(--purple);
   animation: 'tuileD';
   animation-duration: 3s;
   animation-iteration-count: infinite;
   animation-direction: alternate;
}

@keyframes tuileD {
    0%{font-variation-settings: 'wght' 900, 'wdth' 0, 'STCL' 0;}
    25%{font-variation-settings: 'wght' 900, 'wdth' 0, 'STCL' 0;}
    100%{font-variation-settings: 'wght' 900, 'wdth' 0, 'STCL' 100;}
    
}



.telebutton{
    width: 20vw; 
    height: 20vw;
    align-self: center; 
    justify-self: center; 
    background-color:var(--brown); 
    border: none;
    border-radius: 10vw; 
    font-size: 2vw;
    line-height: 2.2vw;
    animation: 'teleb' 2s linear alternate infinite;
    -webkit-animation :'teleb' 2s linear alternate infinite;
}
@keyframes teleb{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
}
.telebutton a{
    color: var(--lgreen) !important;
    text-decoration: none;
}
.telebutton:hover{  
    cursor: pointer;
    background-color: var(--purple);
    box-shadow: 10px 5px 10px var(--brown);
    
}
.telebutton:active{
    cursor: pointer;
}

#specimen4{
    height: fit-content;
    background-color: var(--purple);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: fit-content;
}


#specimen4 .bigGene{

    box-sizing: border-box;
    padding: 3vh 0vw 3vh 0vw ;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 13vw;
    position: relative;
}
#specimen4 .bigGene:nth-of-type(1){
    margin-top: 5vw;
    
}
#specimen4 .bigGene:last-of-type{
    margin-bottom: 7vw;
    border: none;
}
/* #specimen4 .bigGene>.infoDamierAnim{
  right: 4vw;
  bottom: 40%;
}
#specimen4 .bigGene>.infoDamierAnim>p:nth-child(1){
    margin-bottom: 1vh;
} */
#specimen4 .big{
    
    font-size: 10vw;
}

#specimen4 .smallGene{

    box-sizing: border-box;
    padding: 3vh 0vw 3vh 0vw ;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: fit-content;
    position: relative;
}

#specimen4 .infoDamierAnim{
    bottom: 0.5vw;
    flex-direction: row;
    width: 60%;
    justify-content: center;
  }
  #specimen4 .infoDamierAnim>p{
    width: fit-content;
    margin-right: 1vw;
  }
#specimen4 .smaller{
    font-size: 6.5vw;

}
#specimen4>div{
    border-bottom: solid 1px var(--lpurple);
    color: var(--lpurple);
}
#section5 {
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: var(--brown);
}
#section5 #glyphset{
    width: 50vw;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--brown);
    z-index: 2;
    left: 0.5px;
    position: relative;
}
#emptyspace{
    width: 100%;
    outline: 0px;
}
.glyphsetEnd{
    width: 50vw;
    height: 25vw;
    background-color: var(--brown);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
   
}
.glyphsetEnd a:hover{
    background-color: none;
    /*box-shadow: 10px 5px 10px var(--green);*/
    color: var(--green);
    font-size: 5vw;
    line-height: 5.4vw;
}

.glyphsetEnd a{
    --width: 38vw;
    width: var(--width);
    /* height: var(--width); */
    border-radius: 0vw;
    background-color: none ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    text-decoration: none;
    font-size:calc(var(--width)/10);
    line-height: calc(var(--width)/10 * 1.3);
    color: var(--lpurple);
    animation: 'teleb' 2.8s linear alternate infinite;
    -webkit-animation :'teleb' 2.8s linear alternate infinite;
    color: var(--lpurple);
    letter-spacing: 0.1vw;
    line-height: 4.5vw;
}
#emptyspace{
    width: 50vw;
    height: calc(50vw/8);
}
.tileGlyphset{
    width: calc(50vw/8);
    height: calc(50vw/8);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--lpurple);
    outline: 0.5px solid var(--lpurple);
    /* margin: -1px 0px; */
    border-collapse: collapse;
    z-index: 2;
   
}
.tileGlyphset :hover{
    cursor: pointer;
}
.tileGlyphset p:hover{
    cursor: pointer;
    transform: scale(1.1);
} 
.tileGlyphset p{
    font-size: 3vw;
    transition: 0.2s ease-in-out;
}

#glyphPreview{
    width: 50vw;
    height: 100vh;
    position: sticky;
    top: 0vh;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
      
}

#glyphPreview>#selector>div{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    margin-bottom: 2%;
    width: 100%;
    height: fit-content;
    font-family: 'GenevoixLigneVar';
}
#glyphPreview>#selector>div>ul{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: fit-content;
    list-style: none;
    font-size: 1vw;
    padding-bottom: 1vw;

}
#glyphPreview>#selector>div>ul>li{
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;
    width: fit-content;
    font-size: 0.7vw;
    margin: 0 0.5vw 1vw 0.5vw;
    height: 100%;
    

    

}
#glyphPreview>#selector>div>h1{
    padding: 0.1vw 1vw;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
position: relative;
border-radius: 2vw;
border: 1px solid white;
height: 1.5vw;
font-size: 0.8vw;
color: white;
margin-right: 1vw ;
}

input[type='radio'] {
  display: none;
}
.customRadio{
    position: relative;
    border-radius: 2vw;
    width: fit-content;
    padding: 0.1vw 1vw;
    height: 1.5vw;
    font-size: 1vw;
    color: var(--brown);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* background-color: rgb(163, 201, 255); */
    background-color: var(--lgreen);
    cursor: pointer;
    transition: 0.2s ease-in-out;
    transform: scale(1);
    white-space: nowrap;
}


#glyphPreview input[type='radio']:checked + label{
    transform: scale(1.1);
    /* background-color: rgb(115, 173, 253); */
    background-color: var(--green);
    color: var(--brown);
}



#selector{
    width: 100%;
    height: 15vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    box-sizing: border-box;
    padding: 6vw 2vw 2vw 3vw;
    margin-bottom: 8vw;
    
}
#letterPrev{
    width: 100%;
    height: 50%;
    font-size: 29vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    
}

#section6{
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: var(--lpurple);
}
#section6 .telebutton{
    width: 60%;
    margin: 0 5% 0 5%;
}
#section6 #case{
    width: 30%;
    height: 100%;
    background-color: var(--lgreen);
}
.lItalic .onea, .lBold .onea, .lRegular .onea {
    visibility: visible !important;
    transition:  0.3s ease;
}


.lRegular .alternate {
    visibility: hidden;
    transition:  0.3s ease;
}
.lBold .alternate {
    visibility: hidden;
    transition:  0.3s ease;
}
.lItalic .alternate {
    visibility: hidden;
    transition:  0.3s ease;
}
/***********************************   section7     *******************************************/

#section7{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0vw 0vw 7vw 0vw;
    background-color: var(--lgreen);
    box-sizing: border-box;
    position: relative;
}
#section7 .colonne{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: fit-content;
    padding: 1vw 2vw;
    box-sizing: border-box;
}
#section7 #SLigne{
    display: none;
}

#switch{
    width: fit-content;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: fit-content;
    z-index: 20;
    left: 23vw;
    top: 3.5vw;
}

#switch>input[type='radio']:checked + label{
    /* transform: scale(1.1); */
    /* background-color: rgb(115, 173, 253); */
    background-color: var(--purple);
}

#Sligne{
    display: none;
}

.TestRadio{
    box-sizing: border-box;
    padding: 1.5vw;
    width: fit-content;
    height: fit-content;
    border-radius: 5vw;
    margin-right: 1vw;
    background-color: rgb(177, 133, 253);
    cursor: pointer;
    color: white;
}

#section7 .colonne ul{
    width: 20%;
    height: fit-content;
    list-style: none;
    font-size: 0.7vw;   
    box-sizing: border-box;
    padding: 6vw 2% 0% 2%;  
    color: var(--brown);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 0vh;
}

#section7 .colonne ul li{
    margin: 1.25vw 0vw;
    font-size: 0.7vw;
    height: 2.5vw;
    position: relative;
    width: fit-content;
    background-color: var(--purple);
    border-radius: 3vw;
    box-sizing: border-box;
    padding: 1.25vw 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  

}
#section7 .colonne ul li:nth-of-type(3){
    margin-bottom: 2vw !important;
}
#section7 .colonne ul li:nth-child(n+4){
    background-color: var(--brown);
    

}



#section7 .colonne ul li label{
    position: relative;
    top: -2.5vw;
    font-variation-settings: 'wght' 500;
}

#section7 .colonne ul .slider{
    background: white;
}
#section7 .colonne ul .slider::-moz-range-thumb {
    width: 1.2vw;
    height: 1.2vw;
    background: white !important;
	cursor: pointer;
    z-index:99;
    border: 2px solid var(--purple);
} 
#section7 .colonne ul .slider::-webkit-slider-thumb {
    width: 1.2vw;
    height: 1.2vw;
    background: white !important;
	cursor: pointer;
    z-index:99;
    border: 2px solid var(--purple);
} 

#section7 .colonne ul li:nth-child(n+4) .slider::-webkit-slider-thumb {
    border: 2px solid var(--brown);
}
#section7 .colonne ul li:nth-child(n+4) .slider::-moz-range-thumb{
    border: 2px solid var(--brown);
}

#section7 .colonne ul li button{
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: white;
    font-family: 'GenevoixLigneVar';
    font-size: 0.8vw;
    box-sizing: border-box;
    padding: 3px;
   
}
#section7 .colonne ul li.btn{
    position: relative;
    width: fit-content;
    height: fit-content;
    margin-top: 0px;
}

.alt{
    background-color: transparent !important;
    margin-top: 3vw !important;
    height: 6vw !important;
    width: 9vw !important;
    margin-bottom: 0px !important;
}
.alt label{
    position: relative !important;
    width: 100% !important;
    height: 2.55vw !important;
    display: flex !important;
    flex-direction: column !important; 
    align-items: center !important;
    top: 0px;
}
.alt p{
    position: relative;
    top:-1.4vw;
}
.alt input{
    opacity: 0;
  width: 0;
  height: 0;
  
}

.cSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--brown);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 2vw;
  }
  .cSlider.round{
    border-radius: 10vw;
  }
  .cSlider.round:before{
    border-radius: 50%;
  }
  
  .cSlider:before {
    position: absolute;
    content: "";
    height: 2vw;
    width: 2vw;
    left: 0.4vw;
    bottom: 0.3vw;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .cSlider {
    background-color:var(--purple);
  }
  
  input:focus + .cSlider {
    box-shadow: 0 0 1px var(--purple);
  }
  
  input:checked + .cSlider:before {

    -webkit-transform: translateX(4vw);
    -ms-transform: translateX(4vw);
    transform: translateX(4vw);
  }



#section7 .colonne{
    background-color: var(--lgreen);
}


.containerTest{
    width: 80%;
    box-sizing: border-box;
    padding: 4vh 0.5vw 4vh 2vw;
    position: relative;
    top: 5vw;
    height: 93vw;
    
}
.containerTest p[contenteditable] {
    outline: 0px solid transparent;
    background-color: var(--lpurple);
    color: var(--brown);
  }
.containerTest p{
   background-color: white;
   height: 100%;
   min-height: 93vh;
   box-sizing: border-box;
   padding: 30px 6% 8% 6%;
   line-break:auto;
   hyphens: auto;
   overflow-wrap: break-word;
}

/*******************************************Slider********************************************/
.slider{
    -webkit-appearance: none;
	vertical-align: middle;
    padding: 0;
    width: 100%;
    height: 1px;
    outline: 0;
    opacity: 1;
    z-index:99;
    position: relative;
    left: 0px;
    bottom: 1vw;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 1.2vw;
	height: 1.2vw;
	cursor: pointer;
    border-radius: 3.5vw;
    z-index:99;
    border: 0px;
   
}

.slider::-moz-range-thumb {
    appearance: none;
    width: 1.2vw;
    height: 1.2vw;
	cursor: pointer;
    border-radius:31.5vw;
    z-index:99;
    border: 0px;
    
}


/***********************************   rules     *******************************************/

#ligneHorizontale{
    height: 100%;
    width: 1px;
    top:0px;
    position: fixed;
    z-index: 100;
    left: 70px;
    background-color: blue;
    
}
#ligneVertical{
    height: 1px;
    width: 100%;
    bottom: 400px;
    position: fixed;
    z-index: 100;
    left: 0px;
    background-color: blue;

}

/***********************************   footer    *******************************************/

footer{
    width: 100vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    z-index: 2000;
    /* bottom: 0px; */
    justify-content: space-between;
    padding-bottom: 1vw;
    box-sizing: border-box;

    



}
footer button{
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
    background-color: white;

}
#credit{
    display: grid;
    grid-template-columns: repeat(4,24vw);
    column-gap: 1vw;
    padding: 3vw 1vw 2vw 1vw;
    width: 100vw;
    box-sizing: border-box;
}
#credit li{
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    color: var(--lpurple);
    max-width: 24vw;
    min-width: 10vw;
    line-height: 1.4vw;
    box-sizing: border-box;
    padding: 0 1vw;
}

#credit li span:nth-child(1){
    font-variation-settings: 'wght' 300;
}
#credit li span:nth-child(2){
    font-variation-settings: 'wght' 600;

}
#credit a {
    text-decoration: none;
    color: var(--lpurple);
    
}
#credit a:hover{
    cursor: pointer;
    color: var(--green);
}

#creditTextes{
    font-size: 1vw;
    height: fit-content;
    color: var(--lpurple);
    display: grid;
    grid-template-columns: repeat(4,24vw);
    column-gap: 1vw;
    font-variation-settings: 'wght' 300;
    padding: 0vw 1vw;
    box-sizing: border-box;
    

}
#creditTextes>*{
    width: 23vw;
    height: fit-content;
    line-height: 1.4vw;
    padding: 0 1vw;
    box-sizing: border-box;
    
}
#creditTextes figure{
    box-sizing: border-box;
    padding: 3px;
}
#creditTextes figure img{
    max-width: 10vw;
    max-height: 3vw;
}
#creditTextes #logo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

#creditTextes>p:nth-of-type(2) .llight{
    font-variation-settings: 'wght' 300;
}

#imgCredits{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 11vw;
    /* overflow-x: scroll;
    overflow-y: hidden; */
    mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
   


}

#scroller{
    width: fit-content;
    display: flex;
    flex: row;
    gap: 1em;
    animation: 'imgCreditAnim' 30s linear infinite;
    -webkit-animation-duration: 30s;
    -webkit-animation-name: 'imgCreditAnim';
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction:linear;
}

/* #scroller:hover {
    animation-play-state: paused;
} */
#imgCredits figure{
    height: fit-content;
    box-sizing: border-box;
    width: fit-content;
    
}

#imgCredits figure img{

    max-height: 9vw;
   max-width: 10vw;

}
.footerbold{
    font-variation-settings: 'wght' 550;
}

#copy{
    position: absolute;
    right: 3vw;
    bottom: 2vw;
    color: var(--lpurple);
    font-size: 0.9vw;
}

