.espace {
  margin-top: 1rem;
}

#activation_connection {
  background-color: #86e2dc;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}

#connecter {
  color: blue;
  cursor: pointer;
}

#connecter:hover {
  color: bisque;
}

.user_page {
  margin: 1rem;
  font-family: serif;
  font-size: 1.3rem;
  font-style: italic;
}

.contact_b {
  margin: 1rem;
}

.material-icons {
  display: contents;
  justify-content: center;
  align-items: center;
}

#menu_haut {
  padding-right: 10px;
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: rgb(7, 5, 17);
  height: 40px;
  margin-bottom: 10px;
  margin-top: -15px;
  margin-left: 6rem;
  margin-right: 6rem;
}

@media all and (max-width: 500px) {
  #menu_haut {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
  }
  #ooo {
    display: none;
  }
  /* #hhh {
    margin-top: 100px;
    color: #c68b08;
  } */
}

@media all and (max-width: 1000px) {
  #btn-style1 a {
    border: none;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 15px 70px;
    display: inline-block;
    margin: 15px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    background: #ffb001;
    color: #fff;
    box-shadow: 0 6px #df9c0a;
    border-radius: 100px;
    margin: 1rem;
  }
}

.detail_cours {
  background-color: white;
  border: none;
  color: #1d12bb;
}

.affiche_cours {
  background-color: rgb(31, 30, 30);
  color: white;
  border: none;
}

.btn-style1 a {
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  padding: 15px 70px;
  display: inline-block;
  margin: 15px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  background: #ffb001;
  color: #fff;
  box-shadow: 0 6px #df9c0a;
  border-radius: 100px;

  margin: 1rem;
}

.btn-style1 a:hover {
  box-shadow: 0 4px #c68b08;
  top: 2px;
}

.btn-style1 a:active {
  background: #f0a809;
  box-shadow: 0 0 #df9c0a;
  top: 6px;
}

.espace-haut {
  padding-top: 1rem;
}

.cours {
  color: #02010a;
  font-size: medium;
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Notification validation demande d'inscription */

#notification {
  position: fixed;
  color: #fff;
  background: #049c2d;
  border-radius: 5px;
  padding: 1.2rem 2.4rem;
  box-shadow: 3px 6px 12px rgba(0, 0, 0, .4);
  bottom: -8rem;
  transition: all 1s;
}

#notification.show {
  bottom: 2rem;
}

.button-70 {
  background-image: linear-gradient(#0dccea, #0d70ea);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat,sans-serif;
  font-size: .9em;
  margin: 4px;
  padding: 4px 15px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}


/* Publication notification evenement */
.tiktok_direct {
  position: fixed;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  background-color: rgb(209, 218, 215);
  border-radius: 5px;
  /* padding: 0.5rem 0.5rem; */
  box-shadow: 3px 6px 12px rgba(5, 5, 5, 0.4);
  /* bottom: 2rem; */
  transition: all 1s;
  margin-left: 20px;
  margin-top: 1rem;
  max-width: 270px;
}

.croix {
  cursor: pointer;
}