*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.row-setting {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px!important;
  margin-right: 20px!important;
  margin-bottom: 20px!important;
  width: 70%;
  text-align: center;
}
ul {
  list-style-type: none;
}
.m-5{
  margin: 5px;
}
.m-20{
  margin: 20px;
}
.mb-20{
  margin-bottom: 20px;
}

.mb-100{
  margin-bottom: 100px;
}

.mt-50{
  margin-top: 25px;
}
.mt-100{
  margin-top: 100px;
}

.mr-200{
  margin-right: 200px;
}
@media screen and (max-width: 992px) {
  .button {
    /*width: 100%;*/
  }
  .mr-200{
    margin-right: 0px;
  }
}

.right{
  float: right;
}
span{
  color: grey!important;
}

.inscription-deco{
  text-decoration: underline;
  font-style: italic;
}

.login__container--form input[type=text],
.login__container--form input[type=file] {
  width: 100%;
  height: 40px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #697F79;
}

.img__container--form {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.3);
}

.radius{
  border-radius: 10px;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.dashboard__items {
  gap: 15px;
}

.dashboard__items--item {
  flex: 1;
  min-width: 250px;
  background-color: white;
  border: 1px solid black;
  border-radius: 16px;
}

.dashboard__items--item_title {
  border-bottom: 1px solid black;
  height: 50px;
}

.dashboard__items--item_title p {
  padding: 0.5em;
}

.dashboard__items--item_content ul {
  list-style-type: disc;
  list-style-position: inside;
}

.dashboard__items--item_content ul li {
  padding: 0.5em;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  width: 100%;
}

.text-center {
  text-align: center;
}
.justify-content-between {
  justify-content: space-between;
}
