.form_style {
    margin-top: 50vh;
    transform: translateY(-50%);
    height: max-content;
}

.container-auth-form {
    background-image: url("../../ressources/imgs/content-tab.png");
    height: max-content;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

#descInfo {
    background-color: #d4d4ef;
    padding: 10px;
    white-space: pre;
}

#formUser {
    flex: auto;
    padding: 5%;
    /* background: #036;
  color: white; */
    /* background: rgb(235,67,47);
  background: -webkit-linear-gradient(286deg, rgb(240, 76, 51) 0%, rgb(255, 129, 59) 100%) rgb(235,67,47);
  background: -moz-linear-gradient(286deg, rgb(240, 76, 51) 0%, rgb(255, 129, 59) 100%) rgb(235,67,47);
  background: -o-linear-gradient(286deg, rgb(240, 76, 51) 0%, rgb(255, 129, 59) 100%) rgb(235,67,47);
  background: -ms-linear-gradient(286deg, rgb(240, 76, 51) 0%, rgb(255, 129, 59) 100%) rgb(235,67,47);
  background: linear-gradient(164deg, rgb(240, 76, 51) 0%, rgb(255, 129, 59) 100%) rgb(235,67,47);
  background-size: 150% 150%; */
}

div.blocForm h2 {
    text-align: center;
}

.blocForm {
    padding-bottom: 10px;
}

#formUser h4 {
    text-align: center;
    padding-bottom: 10px;
}


/* #form_container{
display: none;
} */

.slider {
    background-color: #CCC !important;
}

input:checked+.slider {
    background-color: #F15C3B !important;
}

input:focus+.slider {
    box-shadow: 0 0 1px #F15C3B !important;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #F15C3B;
    border-color: #F15C3B;
}

.form-control.btn.btn-primary {
    bottom: 0;
    position: absolute;
    background-color: #F15C3B;
    border: 1px solid #F15C3B;
}

.click {
    cursor: pointer;
}


/* body{
  overflow: hidden;
} */


/* -------------------------------------------- AJOUTS BASTIEN : 05/02/2020 ---------------------------------------------
-------------------------------------------------------------------------------------------------------------------------*/

.form-signin {
    position: relative;
    top: 50%;
    max-width: 477px;
    padding: 40px;
    margin: 0 auto;
    background-color: #080808cc;
}

.form-signin-heading {
    text-align: center;
    margin-bottom: 25px;
}

a.link-without-decoration:hover {
    text-decoration: none;
}

.white-text {
    color: white;
}

button.close {
    position: absolute;
    right: 5px;
    top: 1px;
}

.ISI-color {
    color: #F15C3B;
}

.auth-aside {
    margin-right: 0;
    margin-left: 0;
    padding-top: 50px;
}

.auth-aside-button {
    margin-right: 0;
    margin-left: auto;
    display: block;
}

.submit-button {
    margin-top: 25px;
}