/* login */
.box {
  width: 500px;
  margin: 200px 0;
}

.shape1 {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #0074d9;
  border-radius: 80px;
  float: left;
  margin-right: -50px;
}

.shape2 {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #0074d9;
  border-radius: 80px;
  margin-top: -30px;
  float: left;
}

.shape3 {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #0074d9;
  border-radius: 80px;
  margin-top: -30px;
  float: left;
  margin-left: -31px;
}

.shape4 {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #0074d9;
  border-radius: 80px;
  margin-top: -25px;
  float: left;
  margin-left: -32px;
}

.shape5 {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #0074d9;
  border-radius: 80px;
  float: left;
  margin-right: -48px;
  margin-left: -32px;
  margin-top: -30px;
}

.shape6 {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #0074d9;
  border-radius: 80px;
  float: left;
  margin-right: -20px;
  margin-top: -35px;
}

.shape7 {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #0074d9;
  border-radius: 80px;
  float: left;
  margin-right: -20px;
  margin-top: -57px;
}

.float {
  position: absolute;
  z-index: 2;
}

.div.float {
  background-color: #0074d9;
  margin-left: auto;
  margin-right: auto;
}

.text-white.btn.btn-sm {
  margin-top: 3px;
}

.nvlog {
  margin-top: 2rem;
  background-color: #0074d9;
  border-radius: 80px;
  margin-left: auto;
  margin-right: auto;
}

/* login */
.jumbotron-fluid {
  margin-top: 40px;
}

.jumbotron {
  background-size: cover no-repeat center center fixed;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  background-color: white;
}

#prez {
  padding-left: 10px !important;
  text-shadow: 1px 1px black;
}

#soustitre {
  text-align: justify;
}

#titre {
  border-radius: 30px;
  font-family: Vidaloka;
  text-align: center;
  display: block;
  margin-top: 2rem;
  color: whitesmoke;
  margin-bottom: 2rem;
}

#contenu_article {
  border-radius: 30px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  background-color: white;
}

body {
  background-color: whitesmoke;
}

.page-footer {
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 3rem;
}
/*# sourceMappingURL=style.css.map */