 /* Google Fonts - Poppins */
 @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: "Poppins", sans-serif;
   user-select: none;
   -webkit-user-select: none;
   /*box-shadow: 0 0 0 3px red 
   inset;*/

 }

 html{
  user-select: none;
 }
 body {
   min-height: 100%;

   
 }
 nav {
   position: fixed;
   top: 0;
   left: 0;
   height: 70px;
   width: 100%;
   display: flex;
   align-items: center;
   background: #fff;
   box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
   opacity: 85%;
   z-index: 10;

 }
 nav .logo {
   display: flex;
   align-items: center;
   margin: 0 24px;
   color: #fff;
 }
 .logo .menu-icon {
   color: #333;
   font-size: 24px;
   margin-right: 14px;
   cursor: pointer;

 }
 .logo .logo-name {
   color: #333;
   font-size: 22px;
   font-weight: 500;
   color: black;
   text-decoration: none;
 }
 nav .sidebar {
   position: fixed;
   top: 0;
   left: -100%;
   height: 100%;
   width: 260px;
   padding: 20px 0;
   background-color: #fff;
   box-shadow: 0 5px 1px rgba(0, 0, 0, 0.1);
   transition: all 0.4s ease;
  
 }
 nav.open .sidebar {
   left: 0;
 }
 .sidebar .sidebar-content {
   display: flex;
   height: 100%;
   flex-direction: column;
   justify-content: space-between;
   padding: 30px 16px;
 }
 .sidebar-content .list {
   list-style: none;
 }
 .list .nav-link {
   display: flex;
   align-items: center;
   margin: 8px 0;
   padding: 14px 12px;
   border-radius: 8px;
   text-decoration: none;
 }
 .lists .nav-link:hover {
   background-color: #4070f4;
 }
 .nav-link .icon {
   margin-right: 14px;
   font-size: 20px;
   color: #707070;
 }
 .nav-link .link {
   font-size: 16px;
   color: #707070;
   font-weight: 400;
 }
 .lists .nav-link:hover .icon,
 .lists .nav-link:hover .link {
   color: #fff;
 }
 .overlay {
   position: fixed;
   top: 0;
   left: -100%;
   height: 1000vh;
   width: 200%;
   opacity: 0;
   pointer-events: none;
   transition: all 0.4s ease;
   background: rgba(0, 0, 0, 0.3);
 }
 nav.open ~ .overlay {
   opacity: 1;
   left: 260px;
   pointer-events: auto;
   opacity: 95%;
   z-index: 10;
 }
 nav.open{
  opacity: 95%;
  z-index: 10;
 }
  
 .page{
  display: block;
  margin-top: 80px;
  margin-left: 20px;
  background-color: #fff;
  opacity: 95%;
 }


 html {
  height: 100%;
  overflow-x: hidden;
  
}
#pageDeProfil{
  overflow-y: hidden;
}
body {
  background: url(web_images/photo.JPG) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;

}
div#outer {
  display: table;
  height: 100%;
  width: 100%;
}
div#container {
display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#paragraph {
padding: 20px 0 30px 40px;
margin: 0 auto;
text-align: left;
width: 560px;
color: #146b9d;
font-size: 11pt;
font-weight: bold;
font-family: Verdana;
}
.page{
  display: block;
  margin-top: 80px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 2;
  word-wrap:break-word;
  border-radius: 5px;
  padding: 5px;

}
.date{
  margin-left: 800px;
}
#current_date{
  display: block;
  margin-left: 1100px;
  margin-right: 10px;
}
.main{
padding: 10px;
}
a{
  text-decoration: none;
}
.code-link{

  display: block;
  border:1px solid rgb(150, 150, 150);
  border-radius: 10px;
  width: 100px;
  height: 100px;
  background-color: rgb(236, 235, 235);
  z-index: 1;
  text-align: center;
  margin-block-end: 3px;
  color: black;
  font-weight: bold;
}
.app a:hover{
  transition-duration: 0.3s;
  background-color: #d4d4d4;
}
.app{
  white-space: nowrap;
}
.code1{
  display: flex;
}
.code2{
  display: flex;
}
.account{
  
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: 50px;
  width: 20px;
}
.account-link{
  margin-top: 10px;
  text-align: center;
  color: gray;
}
.account a:hover{
  border: black;
  background-color: #d4d4d4;
}
.code{
  color: black;
  padding-bottom: 0%;
}
section .open{
  opacity: 100%;
}
a .code-link{
  color: red;
}
.bx-code-alt:before{
  color: green;
}
.login{
  display: block;
  
  width: 30%;
  height: 50%;
  margin: 35%;
  margin-top: 200px;
  border: 2px solid #fff;
  border-radius: 20px;
  z-index: 1;
  text-align: center;
  color: #a3a3a3;
  font-size: x-large;
  background-color: #fff;
  opacity: 85%;
}
.pform{
  margin-top: 10px;
}

.submit{
  margin-top: 10px;
  color: red;
  border: 3px double #a3a3a3;
  padding: 10px 50px 10px 50px;
  border-radius: 10px;
}
.champ{
  color: #a3a3a3;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #a3a3a3;
  background: none;
  opacity: 10%;
  opacity: 100%;
  padding: 12px 0px 14px 0px;
  overflow: hidden;
  font-size: large;
  

}
.aform{
  color: #a3a3a3;
  font-size: small;
}

.lLogo .menu-icon{
  margin-top: 7px;
  margin-left: 10px;
  color: #333;
  font-size: 24px;
  margin-right: 14px;
  cursor: pointer;
  margin-bottom: 1%;
}

.pageinformation.open{
  display: flex;
  

}
.pageinformation.open:active{
  z-index: 1;
}
.pageinformation{
  display: none;
}
/*.box{
  display: none;
  
}*/
.box{
  display: flex;
  width: 30%;
  height: 50%;
/*  margin: 35%;
  margin-top: 200px;
*/
  border-radius: 5px;

  text-align: center;

  font-size: x-large;

  opacity: 100%;
}
.box1{
  display: block;
/*  width: 30%;
  height: 50%;
  margin: 35%;
  margin-top: 200px;
*/
  border-radius: 5px;
  
  text-align: center;

  font-size: x-large;
  opacity: 100%;

}
.menu-home.open{

  display: block;
  /* width: 50%; */
  /* height: 21%; */
  margin-top: 34px;
  margin-left: 0;
  position: fixed;
  margin-right: 95px;
  background-color: #fff;
  opacity: 80%;
  border-bottom: 1px solid #fff;
  z-index: 9;
  border-radius: 0 0 10px 0;
  box-shadow: 10px 10px 15px rgba(0,0,0,0.06);
  border: 1px solid black;
}
.menu-home{
  display: none;
}
.truc{
  width: 100%;
  height: 100%;
}
.info{
  font-size: 10px;
  text-align: center;
  width: 80px;
  height: 80px;
  border-left: 10px;
  border-top: 10px;
  border-radius: 10px;
}
.info .bx{
  font-size: -webkit-xxx-large;
color: dodgerblue;
margin-top: 5px;
}
.info:hover{
  transition-duration: 0.2s;
  background-color: #c2c2c2;
  cursor: default;
}
.tinfo{
  font-size: 10px;
  text-align: center;
}
.close{
  margin-left: 60%;
  margin-top: -0.3%;
  height: 30px;
  width: 33554080px;
  border-radius: 0 10% 0 0;
  display: block;
  }
.close:hover{
  background-color: #fb2d2d;
  cursor: default;
}
.barlatérale{
  width: 160px;
  height: 350px;
  margin-left: -290px;
  margin-top: -29px;
  border-right: 1px solid black;
}
.votreProfil{
  width: 159px; /*la width fait 159px car les 1px sont utilisés par la bordure de la barre latérale*/
  height: 35px;


}
#objetbar:hover{
  background-color: #c2c2c2;
  cursor: default;
}
.contenuProfil{
  display: none;
}
.contenuProfil.open{
  display: block;
  width: 290px;
  height: 350px;
  margin-right: -160px;
  margin-top: -350px;
  text-align: left;
}
.contenuProfil.p{
  text-align: left;
}
.bartitle{
  margin-left: 5px;
  margin-top: 1px;
  width: 159px;
  height: 35px;
}
.contenuP1{
  margin-top: 0px;
  cursor:grabbing ;

}
.contenuP2{
  margin-top: -35px;

}
#contenuLien{
  font-size: small;
  width: 120px;
  border: 1px solid black;
  border-radius: 5px;
  margin-left: 10px;
}
#contenuLien:hover{
  background-color: #c2c2c2;
  cursor: default;
}
.contenuVersion{
  display: none;
}
.contenuVersion.open{
  display: block;
  margin-right: -160px;
  margin-top: -310px;
  position: absolute;
  width: 290px;
}

.pageeditprofil{
  display: none;
}
.pageeditprofil.open{
  display: block;
}
.closeEditP{
  margin-left: 380px;
  margin-top: -35px;
  height: 30px;
  width: 40px;
  border-radius: 0 10% 0 0;
}
.closeEditP:hover{
  background-color: red;
  cursor: default;
}
/*
.blur{
  filter:blur(1px);
}*/
.ep{
  font-size: medium;
}
.contenuVersionP1{
  margin-top: 20px;
}
.box.open :active{
  z-index: 1;
}
.wrapper1.active .content .buttonprinc{
  color: #fff;
  background-color: rgb(25, 114, 255);
  border-radius: 5px;
  border: none;
  
  font-size: 13px;
}
.buttonprinc.editprofil{
  margin-left: 300;
  margin-bottom: 10px;
  height: 20px;
  width: 96px;
}
.button{
  display: flex;
  color: black;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid grey;
}
.btnAnnuler{
  text-align: center;
  font-size: 13px;
  margin-left: 25%;
}
.button.editprofil{
  height: 20px;
  width: 96px;
  position: absolute;
  margin-left: 215px;
  text-align: center;
  margin-top: 322;
}
.textNouveauté1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  margin-top: 18%;
  color: #fff;
  font-size: 190%;
}
.imgNouveauté1{
  width: 100%;
height: 100%;
/*margin-left: -5px;*/
}
.nouveauté1{
  position: relative;
  height: 100%;
  width: 100%;
}
.nouveauté1 a{
color: #fff;
font-size: 70%;
}
.settings{
  font-size: 10px;
  text-align: center;
  width: 80px;
  height: 80px;
  border-left: 10px;
  border-top: 10px;
  border-radius: 10px;
}
.settings .bx{
  font-size: -webkit-xxx-large;
color: dodgerblue;
margin-top: 5px;
}

.settings:hover{
  transition-duration: 0.2s;
  background-color: #c2c2c2;
  cursor: default;
}
.pagesettings{
  display: none;
}
.pagesettings.open{
  display: block;
}
.wrapper2{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 450px;
  width: 100%;
  background: #fff;
  border-radius: 0 0 5px 5px;
  transform: translate(-50%, -50%);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.06), -15px -0px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background-color: #d2d2d2;
}
.wrapper2.active{
  z-index: 2;
  background-color: #fff;
}
.screen2{
  font-size: 23px;
  font-weight: 500;
  padding: 1px 30px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  margin-top: -34px;
  opacity: 100%;
  height: 35px;
  box-shadow: 15px 0 15px rgba(0, 0, 0, 0.1), -15px -15px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background-color: #d2d2d2;
}
.screen2.factive{
  background-color: #fff;
  opacity: 80%;
}
.screen2:hover{
  cursor: move;
}
.screen2.active{
  cursor: move;
  user-select: none;
  opacity: 80%;
  z-index: 2;
}
.contenuAddUSer{
  display: none;
}
.contenuAddUser.open{
  display: block;
  width: 290px;
  height: 350px;
  margin-left: 160px;
  margin-top: -350px;
  text-align: left;
  position: absolute;
}
.contenuAddUser.p{
  text-align: left;
}
.barlatéraleSettings{
  width: 160px;
  height: 350px;
  border-right: 1px solid black;
}
#iconapp{
  font-size: 40px;
}
.x{
  margin-left: 33%;
}
.close1{
  margin-left: 97.5%;
  margin-top: -9%;
  height: 30px;
  width: 40px;
  border-radius: 0 10% 0 0;
}
.close1:hover{
  background-color: #fb2d2d;
  cursor: default;
}
li{
  list-style: none;
}

.editor {
  min-height: 300px;
  width: 100%;
  border: 1px solid black;
}
.textEdit .bx{
  font-size: -webkit-xxx-large;
  color: dodgerblue;
  margin-top: 5px;
}

/* style de l'éditeur de texte */ 

textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  font-size: 16px;
  border: 2px solid black;
  border-radius: 5px;
  margin-bottom: 10px;
}
/*button {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
button:hover {
  background-color: #3e8e41;
}*/
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.pageTextEdit{
  display: none;
}
.pageTextEdit.open{
  display: flex;
}
.box3{
  display: block;
  width: 100%;
  height: 100%;

  border-radius: 5px;
  

  opacity: 100%;

}
.wrapper3{
  position: absolute;
  margin-top: 35px;
  width: 100%;
  background: #fff;
  /*border-radius: 0 0 5px 5px;*/

  box-shadow: 10px 10px 15px rgba(0,0,0,0.06), -15px -0px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  height: 95%;
  background-color: #d2d2D2;
}
.wrapper3.active{
  z-index: 2;
  background-color: #fff;
}

.contenuTextEdit{
  display: block;
  height: 90%;
  text-align: left;
}
.content3{
  display: block;
  height: 96%;
}
.close3{
  margin-left: 96%;
  margin-top: -25px;
  text-align: center;
  width: 30px;
  height: 25px;
}
.close3:hover{
  background-color: red;
}
.screen3{
  height: 25px;
  background-color: #c2c2c2;
  opacity: 100%;
}
.screen3.factive{
  background-color: #fff;
  opacity: 90%;
}
.sav{
  background-image: url(/web_images/icons/save-solid.png);
  background-size: cover;
  background-color: #fff;
  padding: 10px 10px;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  position: absolute;
  margin-top: 2px;
  margin-left: 5px;
}
.sav:hover{
  background-color: #a2a2a2;
}
.nameApp{
  margin-left: 30px;
}
.textsav{
  display: none;
}
.textsav.savg{
  display: block;
  margin-left: 170px;
  margin-top: -20px;
  font-size: x-small;
  width: 50px;
  height: 15px;
}
.textEdit{
  text-align: center;

  border-radius: 10px;
  width: 80px;
  height: 80px;
}
.textEdit:hover{
  background-color: #c2c2c2;
  transition-duration: 0.2s;
}
.titreNouveauté1{
  font-size: 140%;
}
.titreNouveauté2{
  font-size: 150%;
}
.contentNouveauté1{
  font-size: 45%;
}
.contentNouveauté2{
  font-size: 100%;
}
.linknouveauté1{
  font-size: 70%;
}










/* élément déplaçable*/

/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

::selection{
  color: #fff;
  background: #6F36FF;
}
.wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 450px;
  width: 100%;
  background: #fff;
  border-radius: 0 0 5px 5px;
  transform: translate(-50%, -50%);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.06), -15px -0px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background-color: #d2d2d2;
}
.wrapper.active{
  z-index: 2;
  background-color: #fff;
}
.screen{
  font-size: 23px;
  font-weight: 500;
  padding: 1px 30px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  margin-top: -34px;
  opacity: 100%;
  height: 35px;
  box-shadow: 15px 0 15px rgba(0, 0, 0, 0.1), -15px -15px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  display: flex;
  background-color: #d2d2d2;
}
.screen.factive{
  background-color: #fff;
  opacity: 90%;
}
.screen:hover{
  cursor: move;
}
.screen.active{
  cursor: move;
  user-select: none;
  opacity: 80%;
  z-index: 2;
}
.wrapper .content{
  display: flex;
  padding: 30px 30px 0px 30px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}


.content .title{
  margin: 15px 0;
  font-size: 29px;
  font-weight: 500;
}
.content p{
  font-size: 16px;
  text-align: left;
}
.login{
    display: block;
    
    width: 30%;
    height: 50%;
    margin: 35%;
    margin-top: 200px;
    border: 2px solid #fff;
    border-radius: 10px;
    z-index: 1;
    text-align: center;
    color: #a3a3a3;
    font-size: x-large;
    background-color: #fff;
    opacity: 85%;
  }
  .pform{
    margin-top: 10px;
  }
  
  .submit{
    margin-top: 10px;
    color: red;
    border: 3px double #a3a3a3;
    padding: 10px 50px 10px 50px;
    border-radius: 10px;
  }
  .champ{
    color: #a3a3a3;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #a3a3a3;
    background: none;
    opacity: 10%;
    opacity: 100%;
    padding: 12px 0px 14px 0px;
    overflow: hidden;
    font-size: large;
    
  
  }
  .aform{
    color: #a3a3a3;
    font-size: small;
  }
  .lLogo{
    background-color: #fff;
    opacity: 85%;
    border-bottom: 2px solid black;
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 35px;  
       
      

  
  }
  .lLogo .logo-name{

    color: #333;
    font-size: 22px;
    font-weight: 500;
    color: black;
    text-decoration: none;
    width: 80px;
    height: 27px;
    margin-left: 20px; 
    position: absolute;
    margin-top: 2px;
    
  }
  div .func{
    opacity: 70%;
  }
/*
.box{
    opacity: 90%;
}
.boxeditprofile{
  opacity: 90%;
}
*/

/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

::selection{
  color: #fff;
  background: #6F36FF;
}
.wrapper1{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 450px;
  width: 100%;
  background: #fff;
  border-radius: 0 0 5px 5px;
  transform: translate(-50%, -50%);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.06), -15px -0px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background-color: #d2d2d2;
}
.wrapper1.active{
  z-index: 2;
  background-color: #fff;
}
.screen1{
  font-size: 23px;
  font-weight: 500;
  padding: 1px 30px;
  border-bottom: 1px solid #ccc;
  opacity: 100%;
  margin-top: -35;
  background-color: #d2d2d2;
  border-radius: 5px 5px 0 0;
  margin-top: -31px;
  box-shadow: 15px 0 15px rgba(0, 0, 0, 0.1), -15px -15px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.screen1.factive{
  opacity: 90%;
  background-color: #fff;
}
.screen:hover{
  cursor: move;
}
.screen1.active{
  cursor: move;
  user-select: none;
  opacity: 70%;
  z-index: 2;
}
.wrapper1 .content{
  display: flex;
  padding: 30px 30px 0px 30px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.wrapper1 .content .in{
  background-color: #d2d2D2;
}
.wrapper1.active .content .in{
  background-color: #fff;
}
/*
.wrapper1 .content .buttonprinc.editprofil{
  background-color: #a3a3a3;
}*/
/*
.wrapper1 .button.editprofil{
  background-color: #a3a3a3;
}
.wrapper1.active .button.editprofil{
  background-color: #fff;
}


.content .title{
  margin: 15px 0;
  font-size: 29px;
  font-weight: 500;
}
.content p{
  font-size: 16px;
  text-align: left;
}
.login{
    display: block;
    
    width: 30%;
    height: 50%;
    margin: 35%;
    margin-top: 200px;
    border: 2px solid #fff;
    border-radius: 10px;
    z-index: 1;
    text-align: center;
    color: #a3a3a3;
    font-size: x-large;
    background-color: #fff;
    opacity: 85%;
  }
  .pform{
    margin-top: 10px;
  }
  
  .submit{
    margin-top: 10px;
    color: red;
    border: 3px double #a3a3a3;
    padding: 10px 50px 10px 50px;
    border-radius: 10px;
  }
  .champ{
    color: #a3a3a3;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #a3a3a3;
    background: none;
    opacity: 10%;
    opacity: 100%;
    padding: 12px 0px 14px 0px;
    overflow: hidden;
    font-size: large;
    
  
  }
  .aform{
    color: #a3a3a3;
    font-size: small;
  }

  div .func{
    opacity: 70%;
  }


.boxeditprofile{
  opacity: 90%;
}