body,
html {
  margin: 0;
  padding: 0;
}
.max-height {
  /* width: 100%; */
  max-height: 150px;
  min-height: 100px;
}

.overflow-auto {
  overflow: auto;
}

.alert-personal{
    position: fixed;
    max-width: 300px;
    top: 100px;
    right: 0px;
    z-index: 99999999;
}
.page_position {
  width: 100%;
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
  justify-content: center;
}

.page_position span {
  margin-top: 5px;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
}

.page_position button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: none;
  border: 1px solid #206dfb;
  border-radius: 100px;
  background-color: white;
  color: #206dfb;
  cursor: pointer;
}

.flex-sociaux {
  display: flex;
  margin-left: 18px;
}

.ligne {
  border-top: 1px solid #2b3340;
  margin-bottom: 16px;
}

.colorblue {
  background: #161e2c;
}

.white {
  color: #f7f7f7 !important;
}

.page-con {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  padding: 0;
  margin: 0;
  height: 100%;
}

.login {
  width: 30%;
  height: auto;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.favicon {
  width: 50%;
  display: flex;
  justify-content: center;
}

.favicon_b {
  width: 20%;
}

.navlogo {
  display: block;
  float: left;
}

.howwork:focus {
  color: black;
}

.underline {
  text-decoration: underline;
  color: #206dfb;
}

.checkbox {
  border-radius: 1px;
}

.form-group-label {
  display: flex;
  justify-content: center;
}

.form-group-label p {
  width: 150px;
  cursor: pointer;
  background-color: #f0f0f0;
  margin: 5px 5px;
  height: 50px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.form-group-label p:hover {
  border: 1px solid #206dfb;
}

.form-active {
  background-color: #206dfb !important;
  color: white !important;
}

/*
input[type="radio"] {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
                      -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
    border-radius: 10px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8),
                0 0 0 1px hsla(0,0%,0%,.6),
                0 2px 3px hsla(0,0%,0%,.6),
                0 4px 3px hsla(0,0%,0%,.4),
                0 6px 6px hsla(0,0%,0%,.2),
                0 10px 6px hsla(0,0%,0%,.2);
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin-right: 15px;
    position: relative;
    width: 15px;
    -webkit-appearance: none;
}
input[type="radio"]:after {
    background-color: #444;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
                0 1px 1px hsla(0,0%,100%,.8);
    content: '';
    display: block;
    height: 7px;
    left: 4px;
    position: relative;
    top: 4px;
    width: 7px;
}
input[type="radio"]:checked:after {
    background-color: #f66;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
                inset 0 2px 2px hsla(0,0%,100%,.4),
                0 1px 1px hsla(0,0%,100%,.8),
                0 0 2px 2px hsla(0,70%,70%,.4);
}*/

.modal {
  /* requis pour l'aninmation */
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  /*animation-timing-function: ease-in;*/
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
}

.modal::after {
  content: "";
  background: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.modal_content {
  /* requis pour l'aninmation */
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  /*animation-timing-function: ease-in;*/
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: fixed;
  top: 30%;
  right: 30%;
  bottom: 30%;
  left: 30%;
  display: inline-block;
  vertical-align: middle;
  min-width: 300px;
  height: 350px;
  z-index: 1050;
  border-radius: 5px;
  background-color: white;
  box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.14);
}

.modal_conten_long_text {
  /* requis pour l'aninmation */
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  /*animation-timing-function: ease-in;*/
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: fixed;
  top: 10%;
  right: 30%;
  bottom: auto;
  left: 30%;
  display: inline-block;
  vertical-align: middle;
  min-width: 300px;
  min-height: 250px;
  z-index: 1050;
  border-radius: 5px;
  background-color: white;
  box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.14);
}

.modal_content_valid_form {
  /* requis pour l'aninmation */
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  /*animation-timing-function: ease-in;*/
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: fixed;
  top: 10%;
  right: 40%;
  left: 40%;
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
  min-height: 200px;
  height: 200px;
  z-index: 1050;
  border-radius: 5px;
  background-color: white;
  box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.14);
}

.modal_head {
  height: 40px;
  background: black;
  opacity: 0.5;
  padding-top: 4px;
  display: flex;
  justify-content: space-between;
}

.modal_head p {
  color: white;
  font-size: 20px;
  margin: 2px;
}

.modal_head p i {
  color: white;
  font-size: 20px;
  margin-right: 12px;
  margin-left: 5px;
}

.modal_head button {
  border-style: none;
  color: white;
  cursor: pointer;
  background: black;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  margin-right: 5px;
}

.modal_head button:hover {
  background: red;
}

.modal_head button:focus {
  background-color: #ff0000;
  transform: scale(1.3);
}

.modal_body {
  height: auto;
  margin: 15px;
  min-height: 200px;
  max-height: 550px;
  display: flex;
  /* eactive le scroll si besoin */
  overflow: auto;
  margin-bottom: 55px;
  flex-direction: column;
}

.modal_body p {
  font-size: 15px;
  line-height: 30px;
  color: black;
}

.modal_body input {
  height: 35px;
  margin: 10px 10px;
  padding-left: 5px;
  font-size: 20px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.05);
}

.modal_footer {
  position: absolute;
  bottom: 0px;
  height: 50px;
  width: 100%;
}

.modal_footer button {
  float: right;
}

.modal_footer span {
  color: #ffa64d;
  float: left;
  font-size: 20px;
  margin: 10px 10px;
}

/* Responsive modal */

@media (max-width: 991px) {
  .modal_content {
    /* requis pour l'aninmation */
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    /*animation-timing-function: ease-in;*/
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    top: 10%;
    right: 5%;
    bottom: 10%;
    left: 5%;
    display: inline-block;
    vertical-align: middle;
    min-width: 300px;
    height: 350px;
    z-index: 1050;
    border-radius: 5px;
    background-color: white;
    box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.14);
  }

  .modal_conten_long_text {
    /* requis pour l'aninmation */
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    /*animation-timing-function: ease-in;*/
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    top: 5%;
    right: 5%;
    bottom: auto;
    left: 5%;
    display: inline-block;
    vertical-align: middle;
    min-width: 300px;
    min-height: 250px;
    z-index: 1050;
    border-radius: 5px;
    background-color: white;
    box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.14);
  }

  .modal_content_valid_form {
    /* requis pour l'aninmation */
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    /*animation-timing-function: ease-in;*/
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    top: 5%;
    right: 10%;
    left: 10%;
    display: inline-block;
    vertical-align: middle;
    min-width: 100px;
    min-height: 200px;
    height: 200px;
    z-index: 1050;
    border-radius: 5px;
    background-color: white;
    box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.14);
  }
}

.divider {
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  position: absolute;
  bottom: 50px;
  width: 100%;
}

/* Scroller */

.scroller {
  overflow-y: scroll;
}

/*step*/

.wrapper-progressBar {
  width: 100%;
}

.progressBar li {
  list-style-type: none;
  float: left;
  width: 33%;
  position: relative;
  text-align: center;
}

.progressBar li:before {
  content: " ";
  line-height: 30px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  margin-top: 5px;
  background-color: white;
}

.progressBar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressBar li:first-child:after {
  content: none;
}

.progressBar li.active {
  color: dodgerblue;
}

.progressBar li.active:before {
  border-color: dodgerblue;
  background-color: dodgerblue;
}

.progressBar .active:after {
  background-color: dodgerblue;
}

._step {
  height: 80%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.step_body {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.step_body img {
  width: 150px;
}

.step_btn {
  margin-top: 15px;
  width: 50%;
  display: flex;
  padding-bottom: 15px;
  justify-content: space-between;
}

.step_btn-default:hover {
  background-color: #999999;
}

.picture {
  min-width: 150px;
  min-height: 150px;
  max-width: 150px;
  max-height: 150px;
  cursor: pointer;
  margin: 15px 5px;
  border-radius: 50px;
  box-shadow: 1px 2px 10px 1px rgba(0, 0, 152, 0.14);
}

.picture:hover {
  box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.16);
}

.mb_1 {
  margin-bottom: 10px;
}

.mr_1 {
  margin-right: 10px;
}

.form_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42%;
}

.form_group input {
  width: 250px;
  height: 45px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.form_group textarea {
  min-height: 150px;
  width: 98%;
}

.birthday {
  display: flex;
  justify-content: center;
}

.birthday label {
  width: auto;
  height: 45px;
  margin-right: 5px;
  border-style: none;
  color: black;
  font-weight: 800;
}

.birthday input {
  height: 45px;
}

.form_step {
  display: flex;
  flex-direction: column;
  width: 520px;
  margin: 2px 2px;
}

.form_step_child {
  display: flex;
  flex-direction: column;
}

.form_stepv {
  /*display: inline-block;
    vertical-align: middle;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form_step_child label {
  color: black;
  margin-bottom: 5px;
  font-weight: 800;
}

.form_step label {
  color: black;
  margin-bottom: 5px;
  font-weight: 800;
}

.form_step input {
  width: 100%;
}

.form_step p {
  font-size: 12px;
}

.form_cb {
  display: flex;
  margin: 2px 2px;
}

.form_cb label {
  color: black;
}

.form_cb input {
  margin-right: 5px;
}

.form_cb img {
  transform: scale(0.6);
}

.form_groupc {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
}

.cb {
  border: 1px solid #999999;
  height: 150px;
  padding: 4px 4px;
  width: 350px;

  box-shadow: 1px 1px 1px 1px rgba(0, 0, 152, 0.14);
}

.cb p {
  color: black;
  font-size: 20px;
  font-weight: 800;
}

/* Dropdown Button */

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  overflow-y: scroll;
  height: 250px;
  bottom: 30px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black !important;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.dropdown-content a:hover {
  cursor: pointer;
  background-color: #206dfb;
  color: white !important;
  transform: scale(1.05);
}

.dropdown-content label {
  height: 30px;
  text-align: center;
  width: 100%;
  padding: 10px 20px;
  color: black;
  font-weight: 700;
}
