* {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

@font-face {
  font-family: Montserrat_SemiBold;
  src: url("http://localhost/mvc-poo/public/fonts/Montserrat/static/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: Lato-Regular;
  src: url("http://localhost/mvc-poo/public/fonts/lato/Lato-Regular.ttf");
}

.contain {
  width: 100%;
  height: 100vh;
}

.recherche {
  padding-top: 30px;
  margin-left: 30px;
}

.case {
  width: 180px;
  background-color: rgba(240, 248, 255, 0.322);
  color: white;
}

.liste_option {
  list-style: none;
}

.bgImg {
  width: 100%;
  height: auto;
  background-color: black;
  top: 0;
  z-index: -1;
  position: fixed;
}

.option {
  font-family: Lato-Regular;
  font-size: 15px;
  margin-left: 25px;
  border-left: solid 1px white;
  border-bottom: solid 1px white;
}

.option:hover {
  color: black !important;
}

.row_1 {
  width: 50% !important;
}

.bgImg1 {
  width: 100%;
  height: auto;
  opacity: 0.7;
}

nav {
  width: 100%;
  height: 100px;
}

.contenue {
  width: 60%;
  min-height: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 150px;
  border: solid 1px white;
  border-radius: 10px;
  background-color: #3333339f;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 1;
  color: white;
}

#notification {
  display: inline-block;
  width: 30px;
  /* height: 10px; */
  background-color: red;
  color: white;
  font-size: 15px;
  border-radius: 8px 8px 8px 0;
}

/* #notification_user {
  display: inline;
  width: 50px;
  height: 50px;

  background-color: red;
  color: white;
  font-size: 15px;
  border-radius: 8px 8px 8px 0;
} */


.cont {
  text-align: center;
}

.alert_incorrect {
  font-size: 20px;
  margin-top: -50px;
}


#propos_connex {
  width: 390px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  margin-top: -100px;
  margin-bottom: 120px;
}

#propos_connex span a {
  text-decoration: none;
  color: rgb(157, 185, 237);
}

#propos_connex span a:hover {
  color: rgba(77, 116, 199, 0.772);
}

.logo {
  width: 100px;
  height: auto;
  margin-left: 20px;
}

h1 {
  padding-top: 40px;
  font-size: 60px;
  font-family: Montserrat_SemiBold;
}

p {
  font-size: 30px;
  font-family: Lato-Regular;
}

.row {
  position: sticky;
  top: 0px;
}

.cont_1 {
  display: block;
}

.cont_2 {
  display: none;
}

.cont_3 {
  display: none;
}

span {
  color: rgb(157, 185, 237);
}

.propos_contenue {
  width: 160px;
  height: 90px;
  background-color: white;
  position: fixed;
  top: 90px;
  left: 870px;
  color: black;
  font-size: 18px;
  font-family: Lato-Regular;
  border-radius: 5px;
  display: none;
  z-index: 2;
}

.paragr_inscription {
  font-size: 15px;
}

.alert_incorrect {
  margin-top: 10px;
}

#btn_connection {
  font-size: 17px;
  margin-left: -17px;
  margin-top: -10px;
}

#btn_inscription {
  font-size: 17px;
  margin-left: -17px;
}

.propos_contenue ul {
  padding-top: 10px;
}

.propos_contenue ul li {
  margin-bottom: 10px;
}

.propos_contenue ul li a {
  text-decoration: none;
  color: black;
}

.propos_contenue ul li a:hover {
  color: rgb(95, 147, 243);
}



.page_8 {
  background-color: #333333a2;
  color: white;
  width: 100%;
  position: relative;
  bottom: 0px;
  font-family: Lato-Regular;
  margin-top: 200px;
}

.container_8 {
  width: 80%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: left;
}

.div_1 {
  width: 300%;
}

.div_1 h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: rgb(157, 185, 237);
}

.div_1 p {
  font-size: 15px;
}

.div_2 {
  margin-left: 3.47vw;
}

.div_2 ul li {
  list-style: none;
  font-size: 15px;
  margin-bottom: 5px;
}

.div_2 h4 {
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 30px;
  color: rgb(157, 185, 237);
}

.div_1 img {
  margin-right: 0.69vw;
  width: 2.77vw;
}

.div_2 a {
  text-decoration: none;
  color: white;
}

.div_2 ul li a:hover {
  color: rgb(157, 185, 237);
}

.page_1 {
  width: 100%;
  height: 700px;
  background-color: rgba(255, 255, 255, 0.95);
}

.image {
  width: 50%;
  height: auto;
  border-radius: 5px;
  margin-left: 100px;
}

.image div div div img {
  border-radius: 5px;
}

.bienvenue {
  color: white;
  font-size: 25px;
  /* position: relative;
  left: 1250px;
  top: -40px; */
  text-align: right;
  line-height: 25px;
  padding-top: 25px;
}

.espace2 {
  text-align: right;
  color: white;
  /* position: fixed; */
  /* right: 50px; */
}

.espace1 {
  color: white;
  /* position: fixed; */
}

.bienvenue_home {
  width: 400px;
  color: white;

  position: fixed;
  left: 20px;
  top: 70px;
  text-align: right;
  line-height: 25px;
  padding-top: 40px;
  /* background-color: rgba(0, 0, 0, 0.29); */
  /* border-radius: 10px; */
}

.espace2_home {
  text-align: right;
  color: white;
  /* position: fixed; */
  font-size: 30px;

}

.espace2_home img {
  width: 70px;
  border-radius: 50%;


}

.espace1_home {
  color: white;
  /* position: fixed; */
  font-size: 25px;


}

.cadran {
  width: 28%;
  height: 540px;
  border: 5px solid rgb(237, 236, 157);
  position: absolute;
  top: -50px;
  left: 50px;
  border-radius: 8px;
}

.container_1 {
  width: 80%;
  height: 550px;
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.element {
  line-height: 35px;
  vertical-align: middle;
  padding: 12% 0;
  text-align: left;
  color: black;
  margin-left: 100px;
}

.element p {
  margin-top: 20px;
  font-size: 25px;
  font-family: Lato-Regular;
}

.element h3 {
  font-family: Montserrat_SemiBold;
  color: rgb(110, 154, 235);
}



body::-webkit-scrollbar {
  background-color: #d8d3d33c;
  border-radius: 5px;
  /* border: 1px solid #f1f1f1; */
  /* opacity: 0.5; */

}

body::-webkit-scrollbar-thumb {
  background-color: #a29f9f;
  border-radius: 5px;
  /* border: 2px solid #1f1e1e; */
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #896b6b;
  /* border: 0px solid #1f1e1e; */
}