/*------------DECLARATION DUN FONT CUSTOM--------------*/
@font-face { font-family: w98font;  font-style: normal; src: url('../font/w98fonts.ttf'); }
@font-face { font-family: w95font;  font-style: normal; src: url('../font/w95fa.otf') format("opentype"); }

*{
	margin: 0;
	scroll-behavior: smooth;
}
@media (prefers-color-scheme: light) {
    body, .fond{
        background-color: white;
    }
    p, b, h1, h2, h3, h4{
        color: black;
    }
    .timeline ul li p, .timeline ul li h3{
        color: white;
    }
  }
  
  @media (prefers-color-scheme: dark) {
    body, .fond{
        background-color: rgb(57 173 241);
    }
  }
/*-----------------------------------------------------*/
body, .fond{
background-size: cover;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;	
transition: all 0.5s ease-in-out;
background-color: rgb(57 173 241);
overflow-x: hidden;
}
/* .fond{
background-image: url('img/background.png');
opacity: 0.3;
z-index: -10;
position: fixed;
top: 0;
width: 100%;
height: 100%;
animation: squareanimator 10s linear normal infinite;
} */
a{
text-decoration: none;
}
/* .navigator{
top: 0;
z-index: 5;
transition: right 1s linear;
position: fixed;
} */
#navMobilebutton{
position: fixed;
top: 40px;
z-index: 6;
transition: right 0.2s, transform 0.2s ease-in-out;
}
.mobileline{
    width: 35px;
    height: 3%;
    background-color: #ededed;
    border: solid 2px #ededed;
    margin-bottom: 10px;
    transition: transform 0.4s ease-in-out;
    box-shadow: 2px 2px 1px #000000a3;
}
span, li, .experiences-elements, #closeButtonMenuMobi{
font-family: Calibri;
font-weight: 200;
}
p, .box{
font-family: Calibri;
}
h1{
margin-top: 20%;
font-size: 4em;
position: relative;
text-align: center;
margin-bottom: 20%;
font-family: 'w95font';
font-weight: 700;
}
h2{
    font-size: 2em;
    text-align: left;
    margin-bottom: 2%;
    position: relative;
    margin-left: 15%;
    transition: transform 1s linear;
    right: 100px;
    font-weight: 700;
    font-family: 'w95font';
    max-width: 400px;
    width: 100%;
}
p{
font-size: 1.5em;
position: relative;
width: 500px;
padding: 20px 10px;
}
p > em{
    color: white;
    background-color: #000000ce;
    font-style: normal;
}
p > u{
font-size: 1.2em;
text-decoration: none;
}
nav > ul > li > g{
text-align: center;
color: black;
transition: all 0.8s;
}
nav > ul > li{
display: inline-block;
margin-left: 35px;
margin-bottom: 3%;
margin-top: 1em;
border: solid 2px black;
border-radius: 30px;
padding: 10px;
background: linear-gradient(to left,#FFFFFF50,#FFFFFF50,#FFFFFF50,#FFFFFFB0,#FFFFFF50,#FFFFFF50,#FFFFFF50);
cursor: pointer;
background-size: 500%;
transition: box-shadow 1s, transform 1.5s, background 1.5s;
background-position: 0%; /*background-position-x ne fonctionne pas sur IE XD*/
}
nav > ul > li:hover{
box-shadow: 4px 9px 15px black;
background-position: 100%;
font-size: 0.8em;
}
.glow{
    transform: scale(1.2);
    background: #FFFFFF77;
}
figure > ul > li > a, figure > ul > li > p{
    color: black;
    transition: all 0.6s;
    font-family: w95font;
    font-size: 1em;
}
figure > ul > li > a:hover, figure > ul > li > p:hover{
color: #5FA1F6;
text-decoration-line: underline;
}
figure > ul > li{
display: block;
color: black;
text-align: left;
padding-bottom: 25px;
top: 100px;
position: relative;
}
.infoexptext dt{
font-size: 1.5em;
color: white;
font-family: Calibri;
margin-bottom: 10px;
}
div > .period{
color: white;
margin-bottom: 30px;
font-size: 2em;
padding: 0 !important; /*Bon plus de probleme de priorite car le #exp > p etait prioritaire sur cette partie */
}
.navmobile{
    position: fixed;
    z-index: 60;
    top: 0;
}
.textarea1{
font-size: 1em;
width: auto;
}
#menu{
text-align: center;
font-size: 1.5em;
top: 100px; /* IMPORTANT POUR CENTRE UN POSITION FIXED*/
left: -25px;
right: 0;
position: fixed;
margin-top: -100px;
transition: all 0.5s ease-in;
}
#closeButtonMenuMobi{
color: black;
right: 20px;
top: 10px;
position: absolute;
font-size: 40px;
cursor: pointer;
}
#closeButtonMenuMobi:hover{
color: #5FA1F6;
}
#menuMobile{
    text-align: center;
    font-size: 1.5em;
    color: white;
    position: fixed;
    right: -300px;
    background-color: #bdbdbd;
    padding-right: 70px;
    height: 100%;
    transition: right 0.8s ease-in-out;
}
#menuMobile > li > img{
    height: 30px;
    min-height: 30px;
    padding: 0;
    object-fit: contain;
}
.headerDivider{
    width: 100%;
    height: 4px;
    margin: 6px 10px;
    border: solid 1px #dbdada !important;
    box-shadow: 1px 1px 1px black;
    padding: 0 !important;
}
#autoscroll{
border-radius: 5px;
width: 60px;
height: 60px;
left: -60px;
top: 420px;
bottom: 0;
margin: auto 0;
background-color: rgba(0,0,0,0.5);
position: fixed;
z-index: 1;
transition: all 0.6s;
cursor: pointer;
}
#autoscroll:hover{
background-color: rgba(53,167,255,0.9);
}
.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px; /*size*/
  margin-top: 25px;
  margin-left: 22px;
  transition: all 0.5s;
}
.arrow:hover{
  border-width: 0 5px 5px 0;
  padding: 12px; 
  margin-left: 17px;
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#down{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);  
}
.autoscrollClass.hide{
display: none;
}
.windowsTopbar{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
    display: block;
    background: linear-gradient(90deg, rgba(0,21,136,1) 14%, rgba(5,46,89,1) 33%, rgba(6,74,180,1) 58%, rgba(0,125,255,1) 100%);
    z-index: 2;

}
.w98background-color{
    background: linear-gradient(90deg, rgba(0,21,136,1) 14%, rgba(5,46,89,1) 33%, rgba(6,74,180,1) 58%, rgba(0,125,255,1) 100%);
    font-family: w98font;
}
.windowsTopbar p{
    font-size: 18px !important;
    left: 0;
    position: absolute;
    width: auto;
    padding: 8px;
    text-align: center;
    display: block;
    color: white;
}
.w98fonts p, .w98fonts b, .w98fonts i{
    font-family: w98font;
    font-weight: 100;
}
.windowsTopbarIcons{
    position: absolute;
    right: 2px;
    top: 0;
    display: flex;
    flex-direction: row;
}
.windowsTopbarIcons > div{
    position: relative;
    width: 28px;
    height: 28px;
    background-color: #bdbdbd;
    border: solid 2px rgb(97 97 97);
    margin: 3px 3px;
}
.windowsTopbarIcons > div img{
    object-fit: contain;
    height: 28px;
    width: 28px;
}
.box{
    width: 80%;
    text-align: center;
    padding: 30px;
    background-image: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.1),rgba(255,255,255,0.1),rgba(255,255,255,0.5));
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    transition: all 1s linear;
    margin-bottom: 150px;
    font-size: 1.4em;
    box-shadow: 9px 9px 20px #0000008c;
    position: relative;
}
.mez{
margin-bottom: 100px !important;
}
.box b{
font-family: Calibri;
font-size: 1em;
font-weight: normal;
}
/*----------BOXREFERENT-------------*/
#boxreferent{
display: inline-block;
width: 500px;
height: 300px;
margin-bottom: 50px;
position: relative;
box-shadow: 6px 6px 25px #000000b5;
}
#boxreferent img{
width: 170px;
height: 170px;
top: -10px;
left: -15px;
position: relative;
float: left;
}
#boxreferent div > p{
font-size: 1.2em;
width: 280px;
}
.boxref{
transition: transform 1s, box-shadow 0.5s;
cursor: pointer;
}
.boxref.spin{
transform: rotateY(360deg);   
}
.boxref.shadow{
box-shadow: 6px 6px 10px #0000005a !important;    
}
.referent-data{
transition: opacity 0.5s ease-in-out;
opacity: 1;
display: flex;
flex-direction: row;
}
.referent-data > div{
    display: flex;
    flex-direction: column;
}
.referent-data.display{
opacity: 0;
}
.afterspin{
position: absolute;
opacity: 0;
z-index: 1;
left: 0;
right: 0;
top: 100px;
display: flex;
align-items: center; /*alignement VERTICAL*/
justify-content: center;
transition: opacity 0.5s ease-in-out;
}
.afterspin div{
position: absolute;
font-size: 0.8em;
}
.afterspin.active{
opacity: 1;
}
.references-list{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.butlinkedin{
background: #009fff;
padding: 7px;
position: relative;
color: black;
top: 20px;
transition: border-radius 0.5s, font-size 0.5s, box-shadow 0.7s ease-in-out;
}
.butlinkedin:hover{
border-radius: 10px;
font-size: 1.2em;
box-shadow: 0px 4px 7px #00000080;
}
/*-----------------*/
.error-container label{
font-size: 3em;
}
.error-container, .texterrordisplay{
    text-align: center;
    color: white;
}
.texterrordisplay{
margin-top: 100px;
}
.texterrordisplay li{
    text-decoration: none;
    list-style: none;
    font-size: 5em;
    font-family: 'w98font';
}
#mypicture{
width: 300px;
height: 300px;
margin-top: 50px;
position: absolute;
transition: all 2s, right 1s linear, filter 1s ease-in-out;
margin-left: auto;
margin-right: auto;
left: 0; 
right: 0; /*une autre facon de centrer un element en absolute, mettre tous les margin et les left/right */
display: block; /*sans ca, aucun margin fonctionnera pour notre cas */
border: solid 1px black;
filter: blur(15px);
}
#mypicture.slidepic{
right: 600px;
}
#smallbios{
position: absolute;
margin-top: 5%;
transition: margin 2s, transform 2s ease-in-out;	
left: 0;
right: 0;
margin: 75px auto;
font-size: 3em;
}
#smallbios.slidetext{
transform: translateX(-300px);
}
.scrollMyPic{
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
margin-top: 50%;
opacity: 0;
transition: margin-top 1.5s, opacity 1.8s linear;
}
.scrollMyPic.show{
margin-top: 0;
opacity: 1;
}
/* #smallbios:after{
content: '_';
animation-name: blinker;
animation-direction: normal;
animation-play-state: running;
animation-iteration-count: infinite;
animation-duration: 1s;
} */
.container {
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  margin-bottom: 150px;
}
.timeline {
  width: 80%;
  height: auto;
  max-width: 800px;
  margin: auto;
  position: relative;
}

.timeline ul {
  list-style: none;
}
.timeline ul li {
  padding: 20px;
  background-size: 300%;
  background-position: 0% 0%;
  color: white;
  border-radius: 5px;
  width: 50%;
  position: relative;
  margin-bottom: 60px;
  transition: margin-bottom 1s, box-shadow 0.5s, background-position 0.5s ease-in-out;
}
.timeline ul li:last-child {
  margin-bottom: 0;
}
.timeline-content h3 {
  margin-top: 0;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 1.6em;
}
#timelinetext{
width: auto;
font-size: 1.3em;
margin-bottom: -35px;
}
.posright{
right: 100px;
 background: linear-gradient(45deg ,#515151,#515151,#515151,white,#515151,#515151,#515151);
}
.posleft{
left: 390px;
 background: linear-gradient(-45deg ,#515151,#515151,#515151,white,#515151,#515151,#515151);
}
.infoshower{
border-radius: 100%;
height: 50px;
width: 50px;
background-color: black;
margin: auto;
transition: background-color 0.5s, transform 0.5s ease-in-out;
cursor: pointer;
position: relative;
}
.infoshower.scaler{ /*A ACTION EN JS */
transform: scale(1.3); 
}
.timeline-position.effecto{
background-position: -45%;
}
.buttonleft{
left: 250px;
top: -30px;
}
.buttonright{
right: 240px;
top: -30px;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(black,black,#000000c2,#8080800a);
 }
.timeline-content img{
    width: 100%;
    height: 170px;
    position: relative;
    left: 0;
    right: 0;
    top: 80px;
    object-fit: cover;
    box-shadow: 0px 13px 16px #00000080;
}
.timelineBox{
display: none;
}
.buttonDisplayer{
width: 300px;
text-align: center;
height: auto;
font-size: 2em;
background-color: rgba(255,255,255,0.1);
margin-left: auto;
margin-right: auto;
position: relative;
padding: 5px 10px;
cursor: pointer;
margin-bottom: 100px;
box-shadow: 3px 6px 10px black;
}
.myskills-section{
display: block;
width: 100%;
height: 100%;
/*height: auto;*/
position: relative
}
.nav-skills{
margin-top: 100px;
}
.globalskills{
display: none;
right: 100%;
position: relative;
transition: transform 1s, visibility 1s, display 1s, right 1s ease-in-out;
}
.buttonForDemSkills{
    width: 400px;
    text-align: center;
    padding: 10px;
    margin-bottom: 60px;
    border: solid 1px black;
    font-size: 1.3em;
    font-family: 'w98font';
    box-shadow: 2px 10px 15px black;
    background-color: #bdbdbd;
    border: solid 2px #818080;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    transition: box-shadow, transform 0.5s ease-in-out;    
    animation-name: flashytext;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-duration: 2s;
    animation-play-state: running;
}
.buttonForDemSkills:hover{
    background-color: #dbdada !important;
    border: solid 2px #bdbdbd !important;
}
.globalskills h3{
font-size: 2em;
font-weight: 200;
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
font-family: w98font;
} 
.closeButton{
width: 32px;
height: 5px;
background-color: black;
top: 15px;
right: 0;
position: absolute;
transform: rotate(45deg);
}
.closeButton:after{
width: 32px;
height: 5px;
content: '';
display: block;
background-color: black;
transform: rotate(90deg);
}
.buttonContainerSize{
width: 35px;
height: 35px;
background-color: #bdbdbd;
border: solid 1px gray;
right: 0;
position: absolute;
top: 0px;
cursor: pointer;
}
.skilllist{
text-align: center; /*life hack */
}
.skilllist li{
text-decoration: none;
font-size: 1.5em;
display: inline-block;
}
.barometre{
    height: 30px;
    border: solid 2px #6060606e;
    position: relative;
    display: inline-block;
    width: 30%;
    margin: 30px 80px;
    background-color: #bdbdbd;
}
.skills{
    position: absolute;
    left: -1px;
    bottom: -40px;
    font-family: 'w98font';
}
.value {
height: 30px;
display: block;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
color: #00000000;
font-size: 0em;
}
.asidevalue{
right: -100px;
position: absolute;
color: white;
background-color: black;
padding: 5px;
z-index: 1;
font-family: w95font;
}
.asidevalue:after{
    content: '';
    width: 24px;
    background-color: black;
    transform: rotate(45deg);
    left: -11px;
    position: absolute;
    height: 24px;
    z-index: -1;
    top: 6px;
}
.globalskills section{
margin-bottom: 50px;
}
.section-3{
margin-top: 150px;
}
.experiences-square div{
margin-top: 150px;
width: 400px;
height: 400px;
position: relative;
background-size: cover;
background-position: center top;
display: inline-block;
box-shadow: 8px 9px 10px #0000006b;
transition: all 0.5s ease-in-out;
}
.experiences-listfull{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.experiences-listfull div{
display: inline-block;
position: relative;
margin-left: 50px;
}
.experiences-listfull .programmingLanguages{
    display: flex;
    flex-direction: row;
    margin-left: 0 !important;
    margin-bottom: 50px;
}
.experiences-elements{
padding: 0;
font-size: 0;
width: auto;
bottom: 3px;
position: absolute;
text-align: center;
color: white;
right: 0;
left: 0;
margin-left: 50px;
transition: all 0.5s ease-in-out;
font-weight: 600;
}
.section-4{
margin-top: 150px;
}
.section-5{
margin-top: 50px;
width: 100%;
height: auto;
background: linear-gradient(to bottom, rgba(214,214,214,0.01) 0%, rgba(255, 255, 255, 0.76) 33%, rgb(255, 255, 255) 100%);
transition: background 0.5s ease-in-out;
}
fieldset, #text-commentaire{
border: 0px;
width: 18%;
font-size: 1.1em;
margin-right: auto;
margin-left: auto;
}
#page-contact{
    margin: auto;
    padding-top: 10px;
    width: 100%;
    max-width: 1200px;
    height: auto;
    text-align: center;
    font-family: Arial;
    position: relative;
    background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.1),rgba(255,255,255,0.1),rgba(255,255,255,0.5));
    box-shadow: 8px 8px 20px #0000008c;
}
.req_fields{
text-align: left;
}
#messagestartform{
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}
.required:after, .req_fields:before{ /*after pour aprÃ¨s le texte et before pour le mettre Ã  l'avant */
color: red;
content: "*";
margin-left: 5px;
font-size: 1.2em;
}
.inputdonne label{
    margin: 10px auto;
    display: block;
}
.optional:after{
content: ' (optional)';
}
#valide{
font-size: 20px;
margin: 20px 0;
height: 40px;
color: black;
padding-left: 30px;
padding-right: 30px;
background: linear-gradient(to right,#32a832,#71E688,#32a832,#32a832);
cursor: pointer;
transition: all 0.8s;
animation: coolflow;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-play-state: paused;
background-size: 400%;
border: solid 2px rgb(97 97 97);
background-position: 25%;
font-family: w98font;
}
#valide:hover{
font-size: 20px;
padding-top: 8px;
padding-bottom: 8px;
animation-play-state: running;
}
input, #choice{
height: 26px;
width: 378px;
border: none;
outline: none;
border-bottom: solid 1px black;
moz-outline: none;
webkit-outline: none;
background-color: #00000000;
transition: background-color 0.3s ease-in;
}
input::placeholder, textarea::placeholder{
    color: black !important;
}
input:focus, #choice:focus{
border-bottom-color: #FFFFFFC4;
background-color: #ffffff9f;
}
#ckbox{
width: auto;
}
.messageemail{
text-align: center;
padding: 10px 5px;
display: block;
margin-left: auto;
margin-right: auto;
font-size: 2em;
color: white;
border-radius: 5px;
margin-bottom: 100px;
width: 75%;
transition: all 3s ease-in-out;
}
#alerte{
background-color: red;
}
#success{
background-color: #32a832;
right: 0;
left: 0;
top: 200px;
position: absolute;
}
#limitdisplayer{
    font-size: 1em;
    position: relative;
    bottom: 0;
    transition: font-size 0.5s;
    width: auto;
    color: #00000080;
    padding: 0;
    text-align: right;
}
.textareacolli{
position: relative;
height: auto;
}
.messageerreur{
color: red;
text-align: center;
width: auto;
display: block;
}
#yourcomment{
resize: none; /*comme ca plus de étirement*/
}
#text-commentaire{
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 1em;
    width: auto;
}
footer{
    position: fixed;
    background-color: #bdbdbd;
    color: black;
    width: 100%;
    bottom: 0;
    z-index: 50;
}
.footer-1{
    text-align: right;
    height: auto;
    min-height: 60px;
    position: relative;
    display: flex;
    flex-direction: row;
}
.footerRightSide p, .footer-1 div > p, .footer-1 a > p, .footerDetails > .footerStartButton > a{
    font-size: 1em;
    color: black;
    padding: 18px 8px;
    display: block;
    position: relative;
    width: auto;
    cursor: pointer;
    font-family: w95font;
}
.footer-1 div > a:hover, .cvbutton:hover {
color: #5FA1F6;
border-color: #5FA1F6;
}
.footerDetails{
    margin-right: auto;
    display: flex;
    justify-content: left;
    flex-direction: row;
}
.footerDetails .footerList > div, .footerDetails > .footerList > a, .footerDetails > .footerStartButton, .footerDetails .footerList > div .listemenu{
    display: flex;
    flex-direction: row;
    background-color: #bdbdbd;
    border: solid 2px #959595;
    box-shadow: 2px 2px 1px black;
}
.footerList{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footerDetails .footerList > div, .footerDetails > .footerList > a{
    margin-left: 2px;
    min-width: 35px;
}
.footerStartButton{
    max-width: 100px;
    width: 100%;
    height: 55px;
}
.footerStartButton img{
    object-fit: contain;
    width: 100% !important;
    padding: 0 !important;
}
.footerDivider{
    width: 6px;
    margin: 6px 10px;
    border: solid 2px #dbdada !important;
    box-shadow: 2px 2px 1px black;
}
.footerDetails img{
    position: relative;
    width: 25px;
    object-fit: contain;
    padding-left: 4px;
}
.footerButtonHover,
.footerDetails .footerList > div:hover, .footerDetails .footerList > a:hover, .footerDetails > .footerStartButton:hover, .footerDetails .footerList > div .listemenu:hover{
    background-color: #dbdada !important;
    border: solid 2px #bdbdbd !important;
    box-shadow: -2px -1px 1px black !important;
    font-weight: 800;
}
.footerButtonHover:hover{ /* hover same */
    background-color: #dbdada;
    border: solid 2px #bdbdbd;
    box-shadow: -2px -1px 1px black;  
}
.footerRightSide{
    position: relative;
    right: 0;
    background-color: #bdbdbd;
    border: solid 2px #dbdada;
    height: 55px;
}
.footerRightSide p{
    width: auto;
    font-family: w98font;
}

.cvselection{
margin: 200px auto;
}
.lescvs{
width: 350px;
height: 225px;
display: inline-block;
background-position: center center;
background-size: 100%;
margin: 0 25px;
filter: blur(10px);
z-index: 2;
transition: filter 0.5s, transform 0.3s, box-shadow 0.8s, width 0.5s, height 0.5s ease-in;
}
#namecv{
position: relative;
opacity: 0;
transition: opacity 0.5s ease-out;
margin-top: 250px;
width: 200px;
height: auto;
font-size: 1.5em;
text-align: center;
margin-left: auto;
margin-right: auto;
background-color: black;
color: white;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
font-family: Calibri;
padding: 5px 0;
}
#namecv:after{
content: "";
width: 40px;
height: 40px;
background-color: black;
transform: rotate(45deg);
top: -10px;
position: absolute;
left: 1px;
right: 0;
margin: auto auto;
z-index: -1;
}
#cvch{
background-size: 90%;
}
.cvspinshow{
margin-top: 150px;
}
.cvspinshow img{
width: 270px;
height: 400px;
margin: auto;
position: relative;
display: block; /*margin not work if display block not here*/
animation: normal 4s cvspin running infinite;
opacity: 0;
cursor: pointer;
transition: transform 1s, opacity 0.5s, box-shadow 0.5s ease-in-out;
}
.cvspinshow img:hover{
box-shadow: 0 0 30px #000000A1;
}
#titlecv{
margin: 125px auto;
font-size: 2.5em;
}
.lescvs.unblur{
filter: blur(0);
box-shadow: 0 10px 15px #0000008C;
}
.cvrows{
display: flex;
justify-content: center;
position: relative;
margin-top: 100px;
}
.whyme{
position: relative;
margin-top: 150px;
}
#whymelist > p{
    text-align: justify;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 85% !important;
    padding: 10px;
}
.whyme b{
font-size: 3em;
text-align: center;
font-family: Calibri;
margin: auto;
display: block;
}
.textinfo{
    padding: 5px 15px;
    font-size: 1.5em;
    font-family: 'w95font';
}
.go-contact{
margin: 100px auto;
}
.exptextlistall{
    position: fixed; 
    width: 100%; 
    height: auto; 
    background: linear-gradient(#00000047, #0000009c, #000000c2, #000000d1);
    bottom: -500px;
    z-index: 3;
    transition: bottom 0.5s ease-in-out;
}
.exptextlistall.display{
    bottom: 30px;
}
#expcontent{
    display: none;
}
#expcontent h3, #expcontent p{
    width: auto;
    font-family: Calibri;
    color: white;
    padding: 15px 0;
    font-weight: 600;
}
#expcontent p{
    font-size: 1em;
}
#expcontent h3{
    font-size: 1.4em;
}
.HTML, .CSS, .JS, .PHP, .SQL, .THREEJS{
    border: solid 1px;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 1.4em;
    text-align: center;
    list-style-type: none;
    margin-left: 10px;
    margin-bottom: 15px;
    display: inline-block;
}
.HTML{
    color: orange;
}
.CSS{
    color: #009fff;
}
.JS{
    color: #F7CE00;
}
.PHP{
    color: #a953ff;
}
.SQL{
    color: red;
}
.THREEJS{
    color: green;
}
.darkmode-circle{
height: 30px;
width: 30px;
border-radius: 5px;
background: black;
margin: 8px auto;
transition: 0.5s ease-in-out;
}
.darkmode-circle.colormode, .dkbg.colormode, .button-toggler-darkmode.colormode{
    background: white !important;
    border-color: white !important;
}
.section-5.colormode{
background: none;   
}
#whymeexplain{
margin: 50px auto;
position: relative;
background: linear-gradient(-160deg,white,#a6a6a6a6,#ffffff1f);
width: 80%;
padding: 5px 25px;
box-shadow: rgba(0, 0, 0, 0.507) 2px 16px 20px;
}
#whymeexplain > #whymelist{
    margin-top: 30px;
}
.divinfo.slide{
    transform: translateX(-150px) !important;
}
.divinfo.close{
    display: none !important;
}
/*------------RESPONSIVE--------------*/
@media (max-width: 1280px){
#expcontent p{
font-size: 1.2em;
}
.divinfo p{
width: auto;
font-size: 1.5em;
}
}
@media (max-width: 1024px){
h1{
    font-size: 3em;	
}
.posleft {
left: 0;
margin-left: 55%;
transition: left 1s ease-in-out;
}
.barometre{
width: 50%;
}
#expcontent p{
font-size: 1.1em;
}
.cvrows{
    display: grid;
    margin: auto auto;
}
.lescvs{
margin: 30px auto;
}
#smallbios{
font-size: 1.7em;
text-align: center;
left: 0;
right: 0 ;
margin: -50px auto;
width: 50%;
}
.footer-1 .textsFooter{
    display: none;
}
.footer-1 .textsFooter.display{
    display: block;
}
}
@media (max-width: 768px){
#menu{
display:none;
}
h1{
margin-top: 45%;
font-size: 3em;
margin-bottom: 35%;
}
#mypicture{
width: 200px;
height: 200px;
/*transition: all 1s;*/
}
#navMobilebutton{
transition: right 0.5s, transform 0.5s ease-in-out;
}
.posleft{
left: -170px;
margin-left: 100px;
background: linear-gradient(-70deg ,#515151,#515151,#515151,white,#515151,#515151,#515151);
}
.posright{
left: -170px;
margin-left: 100px;
background: linear-gradient(70deg ,#515151,#515151,#515151,white,#515151,#515151,#515151);
}
.timeline-content img{
height: 140px;
}
.timeline:before{
left: 85%;
}
.buttonright{
left: 200px;
}
.buttonleft{
left: 200px; 
}
.infoshower:after{
content: '';
height: 28px;
width: 28px;
background-color: black;
left: 26px;
position: absolute;
transform: rotate(45deg);
top: 11px;
}
.messageemail{
font-size: 1.5em;
width: 80%;
}
.experiences-listfull div{
justify-content: center;
display: grid;
margin-left: 10px;
}
.experiences-listfull > section{
    display: flex;
    flex-direction: row;
}
.experiences-elements{
    margin-left: 0;
    bottom: 20px;
    font-size: 14px;
    background-color: #000000B0;
    height: 20%;
    overflow: auto;
    overflow-x: hidden;
}
.scrollMyPic{
margin-top: 100%;    
}
.asidevalue{
right: -75px;
}
.asidevalue:after{
width: 22px;
left: -11px;
height: 22px;
top: 6px;
}
.skilllist li{
font-size: 1.3em;
}
#messagestartform{
width: 80%;
}
#boxreferent{
width: 90%;
height: 230px;
}
#boxreferent img{
width: 100px;
height: 100px;
}
.whyme div > p{
font-size: 1.3em;
}
#whymeexplain{
width: 65%;
font-size: 0.7em;
}
#expcontent p, #expcontent h3{
    font-size: 3vw;
}
.experiences-listfull{
    flex-direction: row;
    overflow: auto;
    justify-content: start;
}
.experiences-listfull .programmingLanguages{
    flex-direction: column;
    margin-bottom: 15px;
}
.experiences-square div{
    margin: 20px auto;
    height: 315px;
    width: 315px;
}
.cvbutton{
    font-size: 1.5em;
    left: 50px;
    right: 50px;
    text-align: center;
    padding: 10px 10px;
}
.divinfo{
    left: 0;
    right: 0;
}
.divinfo p{
    font-size: 1.1em;
}
.divinfo.slide{
    transform: translateX(0px) !important;
}
#mypicture.slidepic{
    right: 0;
}
.footer-1{
    min-height: max-content;
}
.footerDetails .navigator{
    display: none;
}
footer{
    position: fixed;
}
.timeline ul li{
    width: 70%;
    margin-bottom: 85px;
    background-size: 330%;
    }
#timelinetext{
    font-size: 1em;
}
.timeline-content img{
        height: 125px;
}
.timeline:before{
    left: 100%;
}
}
@media (max-width: 480px){
h1{
margin-bottom: 60%;
margin-top: 65%;
font-size: 2.3em;
}
h2{
right: 100px;
margin-left: 90px;
font-size: 25px;
max-width: 300px;
}
#smallbios{
width: 60%;
font-size: 1.4em;
}
.buttonForDemSkills{
width: 300px;
font-size: 20px;
box-shadow: 6px 10px 15px black;
}
.box{
font-size: 1.5em;
padding: 15px 25px;
}
textarea{
width: 350px;
}

input, #choice{
height: 28px;
width: 330px;
}
.experiences-square div{
width: 320px;
height: 320px;
}
.globalskills h3{
font-size: 1.7em;
}
.globalskills{
right: 110%; /*un petit peu à gauche*/
}
.lescvs{
width: 300px;
height: 185px;
}
#namecv{
margin-top: 210px;
}
#expcontent p, #expcontent h3{
    font-size: 5vw;
}
#boxreferent > .referent-data p{
width: 130px;
}
figure > #menuMobile > li {
    padding-bottom: 20px;
}
/* footer responsive */
    .footer-1 div > a{
        font-size: 14px;
    }
}
@media (max-width: 360px){
textarea{
width: 320px;
}
}
@media (max-height: 680px){
figure > ul > li{
font-size: 0.9em;
}    
}
@media (max-height: 525px){
figure > ul > li{
padding-bottom: 20px;
font-size: 0.8em;
}
}
@media (min-width: 768px){
.experiences-square div:hover + .experiences-elements{
    background-color: #000000B0;
    height: 20%;
    font-size: 15px;
    padding-top: 100px;
    }
    .experiences-elements:hover{ /*quand on se fait troll car le pipe nexiste pas en css... */
    background-color: #000000B0;
    height: 20%;
    font-size: 15px;
    padding-top: 100px;
    }
}
/*------------ANIMATION--------------*/
@keyframes blinker{
0% { content: '_';}
50% { content: '';}
100% { content: '_';}
}
@keyframes timeline_blinker{
0% { color: white; } 100% {color: black ; }
}
@keyframes flashytext{
0% {box-shadow: 2px 10px 15px;}
100% {box-shadow: 2px 6px 10px #00000070; }
}
@keyframes cvbutton{
0% {transform: scale(1);} 100% {transform: scale(1.15); }
}
@keyframes coolflow{
0% {background-position: 0%;}
50% {background-position: 50%;}
100% {background-position: 0%;}
}
@keyframes squareanimator{
From {background-position: 0% 0%;}
to {background-position: 0% 58%;}
}
@keyframes cvspin{
From {transform: rotateY(0);} to {transform: rotateY(360deg);}
}