body {
  background: #f8f9fa;
  background-image: linear-gradient(to right, #f8f9fa 0%, #dee2e6 100%);
  font-family: 'Poppins';
  margin-left: 0;
}

/* NAVBAR */

.nav-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  z-index: 99;
}

.nav-li {
  float: left;
}

.nav-li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#img-nav {
  width: 115px;
}

#img-formation {
  width: 25px;
  vertical-align: middle;
  margin-right: 6px;
}

.burger {
  display: none;
}

.dropdown-menu {
  display: none;
}


/* NAVBAR RESPONSIVE */

@media screen and (max-device-width: 480px) {

  /* Taille logo */
  .logo-nav {
    width: 325px;
    padding: 25px 0px;
  }

  .sidenav {
    display: none;
  }

  #global {
    margin-left: 0 !important;
  }

  #test {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  video {
    border-radius: 0 !important;
    margin-top: 5px;
  }

  #img-nav {
    width: 300px;
  }

  #img-profil {
    width: 50px;
  }

  .nav-li a {
    font-size: 30px;
  }

  #txt-info {
    font-size: 24px !important;
  }

  #taille-question {
    font-size: 30px;
  }

  #taille-reponse {
    font-size: 25px;
  }

  input.largerCheckbox {
    width: 25px;
    height: 25px;
  }

  td {
    font-size: 30px;
  }

  #title-info-perso {
    margin-top: 150px !important;
    font-size: 40px;
  }

  .test {
    display: none;
  }

  .burger {
    display: block;
  }




  .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #F5862C;
    color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 60px;
    right: 0;
    font-size: 30px;
    width: 50%;
    margin-top: 56px;
    height: 100%;
  }

  .dropdown-menu li {
    display: block;
    padding: 17px 16px;
    text-align: left;
  }

  .dropdown-menu li a {
    text-decoration: none;
    color: white;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }


}




/*
@media screen and (max-device-width: 480px) {
  .burger {
    display: block;
    float: right;
  }

  .nav-li:not(:last-child) {
    display: block;
  }

  .nav-ul.responsive {
    position: relative;
  }

  .nav-ul.responsive .nav-li {
    display: block;
    text-align: center;
  }

  .nav-ul.responsive .nav-li a {
    display: inline-block;
    padding: 10px;
  }

  .nav-ul.responsive .nav-li a:hover,
  .nav-ul.responsive .burger a:hover {
    background-color: #ddd;
  }
}
*/
/* FIN NAVBAR */











/* MENU SIDEBAR */

.sidenav {
  height: 100%;
  width: 365px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #F5862C;
  overflow-x: hidden;
  padding-top: 20px;
  margin-top: 60px;
}

.sidenav a {
  padding: 6px 6px 6px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #f1f1f1;
  display: block;
}

.sidenav a:hover {
  color: #818181;
}

.main {
  margin-left: 400px;
  /* Same as the width of the sidenav */
}

/* FIN MENU SIDEBAR */



/* UTILISATEURS PAGES */

/* PAGE DECONNEXION */

#alert-disconnect {
  margin: 200px auto 0 auto;
  width: 500px;
  font-size: 25px;
  text-align: center;
}

#txt-disconnect {
  font-size: 25px;
  text-align: center;
}

#btn-disconnect {
  border-radius: 22px;
  text-decoration: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  background-color: #635D83;
}

/* FIN PAGE DECONNEXION */


/* PAGE INFO PERSO*/

#title-info-perso {
  text-align: center;
  font-family: 'Poppins';
  margin-top: 100px;
}

table {
  border-collapse: collapse
}

td {
  border: 1px solid black;
  padding: 10px;
  background-color: white;
}

/* FIN PAGE INFO PERSO*/

/* GLOBAL TOUTES LES PAGES */

#info-perso {
  display: flex;
  justify-content: center;
}

#perso {
  border: #000 solid 1px;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 7px 21px 7px 21px;
}

.support-item {
  margin-bottom: 15px;
  text-align: center;
}

/* FORMULAIRE CONTACT */

#contener-contour-contact {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.contour-contact {
  width: 100%;
  background-color: #F5862C;
  border-radius: 15px;
  padding-bottom: 35px;
  margin: 0 auto;
}

.contour-form {
  margin-left: 50px;
  margin-right: 50px;
}

.top-left {
  display: flex;
  flex-direction: column;
  font-size: smaller;
}

.demi-ligne {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  font-size: smaller;
}

.demi-titre {
  display: flex;
  font-size: smaller;
  /* flex-direction: row;
 justify-content: space-around;
  text-align: left !important; */
}

.demi-titre p {
  white-space: nowrap;
  margin: 0;
  margin-top: 10px;
}

.form-titre {
  width: 50%;
}

input,
textarea {
  font-family: 'Poppins';
}

#txt-msg {
  width: 100%;
  border-radius: 10px;
  border: none;
  resize: none;
  padding-left: 5px;
}

#title-msg {
  color: black;
  margin-bottom: 2px;
  font-size: smaller;
  margin: 0;
}

#select-style {
  border: 0;
  width: 100%;
  height: 32px;
  border-radius: 5px;
  font-family: 'Poppins';
  margin-right: 5px;
}

.form-size {
  width: 100%;
  border-radius: 5px;
  height: 30px;
  color: #000;
  border: 0;
  padding-left: 5px;
  margin-right: 5px;
}

.form-send {
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-decoration: none;
  padding: 5px 15px 5px 15px;
  cursor: pointer;
  z-index: 11;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-left-width: 2px;
  border-left-style: solid;
  border-radius: 15px;
  background-color: transparent;
  border-color: #000;
  margin-top: 25px;
  color: black;
}

.form-send:hover {
  background-color: rgb(255, 255, 255);
}

#sujet-msg {
  color: #000;
}

#txt-contact {
  padding-top: 30px;
  font-size: 14px;
}

#link-coord {
  text-align: center;
}

/* RESPONSIVE 
@media screen and (max-device-width: 1770px) {
  #contener-contour-contact{
    margin-left: 450px;
    margin-right: 450px;
  }
}

@media screen and (max-device-width: 1475px) {
  #contener-contour-contact{
    margin-left: 400px;
    margin-right: 400px;
  }
}

*/


/*
@media screen and (max-device-width: 700px) {
  #utilisateurs-global{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  #title-info-perso {
  margin-top: 115px !important;
  font-size: 30px !important;
  }

  .contour-form {
  margin-left: 20px;
  margin-right: 25px;
  }

  .txt-contact{
    font-size: 20px !important;
  }
}
*/







/* Couleur */

.orange {
  color: #F5862C;
}