html{
    z-index: 1;
    background-image: url('../assets/background.jpg');
    background-position: center;
    background-size: cover;
}
body, html {
    height: auto;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.h1-title{
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.334;
    letter-spacing: 0em;
}

#h1-title-center{
    text-align: center;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }

.main-login-form-content{
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.presentation-left-side-block{
    width: 60%;
    height: auto;
    background-image: url('../assets/background.jpg');
    background-position: center;
    background-size: cover;
}

.presentation-right-side-block{
    z-index: 2;
    display: flex;
    width: 70%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: -1px 0px 10px 1px #777777;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    flex-wrap: nowrap;
}

.bloc-identification{
    margin:2% 5% 2% 5%;
}

.logo-container{
    padding:10% 0% 10% 0%;
    text-align: center;
}

.logo-identification{
    width: 20%;
}

.input-field input[type=email]:focus {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

.input-field label[for="begin"], .input-field label[for="end"] {
    position: absolute;
    top: -14px;
    left: 0;
    font-size: 0.8rem;
    color: #9e9e9e; /* Couleur par défaut des labels dans Materialize */
}

.cities-selector#suggestions {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.input-field .datetime-input {
    margin-top: 20px; /* Ajustez l'espacement si nécessaire */
}

.remb-me{
    margin:5% 0% 5% 0%;
}

.input-field label {
    color: #000;
}

#btn-center-top-margin{
    background-color: #0287CF;
    text-align: center;
    width: 100%;
}

.link-reset{
    margin-top:2%;
}

.underline{
    font-size: 16px;
    font-weight: 400;
    text-decoration : underline;
}


/*Page Reset MDP*/
.presentation-left-side-block-reset{
    width: 60%;
    height: 100%;
    background-image: url('palm-trees-sky.jpg');
    background-position: center;
    background-size: cover;
}

/*Page Reset password password confirm*/
.presentation-left-side-block-reset-mdp{
    width: 60%;
    height: 100%;
    background-image: url('landscape-of-green-rolling-hills-and-mountain-peaks.jpg');
    background-position: center;
    background-size: cover;
}
