@font-face {
    font-family: "Creato Display Bold";
    src: url(../../fonts/CreatoDisplay-Bold.otf);
}
  
@font-face {
    font-family: "Creato Display Light";
    src: url(../../fonts/CreatoDisplay-Light.otf);
}
  
@font-face {
    font-family: "Creato Display Regular";
    src: url(../../fonts/CreatoDisplay-Regular.otf);
}
  
@font-face {
    font-family: "Creato Display Black";
    src: url(../../fonts/CreatoDisplay-Black.otf);
}
  
::-webkit-scrollbar {
    display: none;
}
  
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
  
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #FFFFFF;
    width: 100vw;
    min-height: 100vh;
}
  
.header {
    width: 100vw;
    height: 10vh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
  
.logo-header {
    height: 5.3vh;
    width: 20vw;
    background-image: url(https://ad-wise.fr/images/logo_header.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6vw;
}

.logo-header:hover {
    height: 5.3vh;
    width: 20vw;
    background-image: url(https://ad-wise.fr/images/logo_header.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6vw;
    cursor: pointer;
}

.content {
    width: 100vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
}

.titre {
    box-sizing: border-box;
    font-family: 'Creato Display Bold';
    font-size: 1.5vw;
    color: #0D052D;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7vh;
    margin-bottom: 3vh;
}

input {
    box-sizing: border-box;
    height: 6.41vh;
    width: 32vw;
    border: 1.5px solid #71A1FE;
    border-radius: 0.5vw;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #0D052D;
    padding-left: 1vw;
    margin-top: 1vh;
}

label {
    box-sizing: border-box;
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #0D052D;
    margin-top: 2vh;
    margin-left: 34vw;
}

.mdp-oublie {
    box-sizing: border-box;
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #0D052D;
    margin-top: 1vh;
    margin-left: 56.25vw;
}

.mdp-oublie:hover {
    box-sizing: border-box;
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #3A58A4;
    margin-top: 1vh;
    margin-left: 56.25vw;
    cursor: pointer;
}

.se-souvenir-box {
    box-sizing: border-box;
    width: 32vw;
    height: 1.56vw;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    margin-top: 2vh;
}

.se-souvenir {
    height: 1.56vw;
    width: 1.56vw;
    border-radius: 50%;
    border: 0.1vw solid black;
}

.se-souvenir:hover {
    height: 1.56vw;
    width: 1.56vw;
    border-radius: 50%;
    border: 0.1vw solid black;
    cursor: pointer;
}

.se-souvenir-click {
    height: 1.56vw;
    width: 1.56vw;
    border-radius: 50%;
    border: 0.1vw solid black;
    background-color: #B7CFFF;
}

.se-souvenir-texte {
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #0D052D;
    margin-left: 1vw;
}

.bouton-connexion {
    box-sizing: border-box;
    height: 6.41vh;
    width: 22.86vw;
    margin-top: 2vh;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-radius: 0.5vw;
    background-color: #B7CFFF;
    font-size: 1vw;
    font-family: 'Creato Display Regular';
    color: #0D052D;
}

.bouton-connexion:hover {
    box-sizing: border-box;
    height: 6.41vh;
    width: 22.86vw;
    margin-top: 2vh;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-radius: 0.5vw;
    background-color: #71A1FE;
    font-size: 1vw;
    font-family: 'Creato Display Regular';
    color: #0D052D;
    cursor: pointer;
}

.disclaimer {
    box-sizing: border-box;
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #0D052D;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
}

.disclaimer-bold {
    font-family: 'Creato Display Bold';
    font-size: 1vw;
    color: #3A58A4;
}

.disclaimer-bold:hover {
    font-family: 'Creato Display Bold';
    font-size: 1vw;
    color: #3A58A4;
    cursor: pointer;
}

.message {
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #DF4646;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
    display: none;
}