/*--------------------------GENERAL--------------------*/
*{
  margin:0;
  padding:0;
}
div,h3{
  border-radius:5px;
}

input {
  border-radius: 5px;
  padding: 3px;
  outline: none !important;
  border: 1px solid rgb(211,211,211);
}
.button, #adminBtn{
  background-color: rgb(28, 142, 235) !important;
  padding: 10px 5px;
  max-width: 175px;
  color:white;
}
.centers {
  display: grid;
  justify-self: center;
  justify-content: center;
}
  /*--------------------------HEADER--------------------*/
.header {
  display:grid;
  height: auto;
  align-items:center;
  position: relative;
  width: 100%;
}
.headerimg{
  width: 100% !important;
  background-color: #78c6ed;
  display: grid;
  justify-content: center;
}
.titles{
  display:grid;
  justify-self:center;
  color:rgb(51, 51, 51);
  margin-bottom:20px;
  margin-top: 25px !important;
}

.img {
  display: grid;
  justify-content: center;
  max-width: 1400px;
  height: auto;
}

.statImg img{
  max-width: 200px;
}

/* .intro{
  display: grid;
  justify-content: center;
  justify-items: center;
  box-shadow: 0 0 20px 5px lightgrey;
  padding: 15px;
} */
.intro {
  display: grid;
  justify-content: center;
  justify-items: center;
  text-align: center;
  width: auto;
  padding: 20px;
  margin: auto;
  /* border: 1px solid rgb(128 128 128); */
  box-shadow: 0 0 8px 5px lavender;
}
.intro p {
  margin:0;
}
.intro .btn {
  background-color: rgb(138 43 226) !important;
  border: none !important;
}
.intro span{
  color:blueviolet;

}
form#pepsform{
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr ;
  gap: 20px;
  max-width: 400px;
}
button#userData {
  height: 40px;
  align-self: center;
}
.attention{
  color:grey;
  font-size: 12px;
}

/*--------------------------NAVBAR--------------------*/
.menu {
  background: rgb(120,198,237);
  background: linear-gradient(180deg, rgba(120,198,237,1) 0%,     rgba(120,198,237,1) 25%, rgba(120,198,237,0.6) 56%, rgba(120,198,237,0.3) 77%, rgba(185,225,246,0.3) 91%, rgba(255,255,255,1) 100%);
}
.menu button:not(#navbutton), .menu a {
  list-style-type: none;
  list-style-position: outside-shape; 
  min-width:120px;
  max-width:320px;
  display:flex;
  padding:10px;
  text-align:center;
  cursor:pointer;
  min-height:30px;
  align-items:center;
  border-radius:5px;
  justify-content:center;
  font-family:"Segoe UI";
  font-weight:500;
}
.contact img{
  height: 20px;
  margin-right: 5px;
}
.contact #navContactButton{
  background: none;
  border:none;
  color: black !important;
  opacity: 1;
}

.menu button:hover, .menu a:hover, .menu #navContactButton:hover{
  background-color:rgb(95, 106, 173);
  color:white !important;
  text-decoration:none;
}
.menu ul {
  display:flex;
  justify-content:end !important;
  border-radius:5px;
  align-items:center;
  height: 80px;
}
.bar {
  width:1200px !important;
  margin:auto;
}
.menu a {
  text-decoration:none;
  color:black;
}


  /*--------------------------BODY--------------------*/
         /*--------------------------Index--------------------*/
.none{
  display: none;
}
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin:auto;
  /*display:grid;*/
  width:100%;
  /*justify-content:center;*/
  position:relative;
}

.containers {
  display: grid;
  max-width: 1200px;
  justify-content: center;
  padding:10px;
  margin:auto;
}
.grille {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  justify-self: center;
  padding:20px;
  gap:5px;
  align-items:center;
  align-content:center;
  width:1200px;
}
.pepsFormation {
  display: grid;
  justify-content: center;
  justify-self: center;
  margin:auto;
  background-color: lavender;
  border-radius: 5px;
  width:1200px;
  text-align: center;
  padding:15px;
}
.pepsFormation a {
  text-decoration: none;
  color:white;
}
.pepsFormation img{
  width: 1200px;
  padding:0;
  margin:0;
}
.contentLogiciel{
  box-shadow: 5px 3px 10px 0 lightgray;
  display:grid;  
  grid-auto-rows:1fr 1fr;
  align-items:center;
  height: 300px !important;
  grid-template-rows: auto;
}
.buttonqrlink {
  color: white;
  text-decoration: none;
}
.buttonBox {
  display:grid;
  justify-content:center;
}

.buttonBox form{
  text-align: center;
}
.releaseLink {
  text-decoration: none;
  color:blueviolet !important;
  font-weight: 600;
}
.grille h3{
  text-align:center;
  padding:10px;
  font-weight:500;
  background-color:rgb(240, 166, 28);
  color : rgb(41,41,41);
  height: 50px;
  font-size: 20px !important;
}
.grille div p{
  text-align:center;
}
.textCenter {
  text-align: center;
}
.linkButton{
  padding:10px 25px;
  color: rgb(255,255,255);
  font-size:17px;
  text-decoration:none;
  font-weight :600;
  background-color:rgb(28, 142, 235);
  display:grid;
  justify-self:center;
  margin-bottom:10px;
  border-radius:5px;
  border:none;
}
input.linkButton, button.linkButton {
  max-width: 300px !important;
}
      /*--------------------------StatAdmin--------------------*/
.tablesLogs {
  background-color:RGBA(249,179,99,0.4);
  border-radius:5px;
  padding:20px;
  margin:auto;
  max-width:1200px;
  display:grid;
  justify-content: center;
  text-align: center;
  margin-bottom: 15px;
}
.tablesLogs td{
  padding:10px;
  text-align:center;
  overflow:hidden;
  width:250px;
}
.logs:nth-child(odd) {
  background-color: lightgreen;
}  

  /*--------------------------FOOTER---------------------------*/
footer {
  width:100%;
  color: white;
  background-color: #212529;
  padding: 20px;
  display: grid;
  align-items: center;
  min-height: 200px;
}

footer a{
  font-weight:600;
  text-decoration:none;
  color: rgb(28, 91, 240);
}
  
/*--------------------------MEDIA QUERIES--------------------*/

@media screen and (max-width: 1200px) and (min-width:600px) {
/*--------------------------Index--------------------*/
  .bar {
    width:600px !important;
    margin:auto;
  }
  .img{
    max-width: 600px;
  }
  img {
    max-width: 600px;
    height: auto;
  }
  .contentLogiciel{
    height: 250px !important;
  }
  .grille {
    width: 600px;
    display:grid;
    grid-template-columns: 1fr 1fr;
  }
  .pepsFormation {
    width: 600px;
  }
  .pepsFormation img{
    width: 600px;
  }
  /* .img img{
    margin:10px;
    width: 150px;
  } */
  .titles{
    margin-top:100px;
  }
  .grille h3{
    height: 70px;
    font-size: 16px;
  }
  footer {
    width:100%;
  }
/*--------------------------StatAdmin--------------------*/
  .tablesLogs td{
    width:175px;
    overflow-x: scroll;
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 600px) and (min-width:300px) {
/*--------------------------Index--------------------*/
  .bar {
    width:320px !important;
    margin:auto;
  }
  .img {
    max-width: 320px; 
  }
  img {
    max-width: 320px;
  }
  form#pepsform{
    grid-template-columns: 1fr;
  }
  .titles{
    margin-top:80px;
  }
  .grille {
    width:320px;
    display:grid;
    grid-template-columns: 1fr;
  }
  .contentLogiciel{
    height: 250px !important;
  }
  .pepsFormation {
    width: 320px;
  }
  .pepsFormation img{
    width: 320px;
  }
  /* .img img{
    margin:10px;
    width: 100px;
  } */
  .grille h3{
    height: 70px;
    font-size: 16px;
  }
  footer {
    width:100%;
  }
 
/*--------------------------StatAdmin--------------------*/
  .tablesLogs td{
    width:175px;
    overflow-x: scroll;
    border-radius: 0 !important;
  }
  .tablesLogs {
    min-width: 800px;
    overflow-x: scroll;
    margin: auto;
  }
  .tablecontainers {
    overflow-x: scroll;
  }
}

