@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: #F3F3FF;
    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;
}

.bouton-connexion {
    height: 6.41vh;
    width: 14.11vw;
    border: 0.15vw solid #0D052D;
    border-radius: 0.5vw;
    background-color: #FFFFFF;
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #0D052D;
    margin-left: 40vw;
}

.bouton-connexion:hover {
    height: 6.41vh;
    width: 14.11vw;
    border: 0.15vw solid #0D052D;
    border-radius: 0.5vw;
    background-color: #F3F3FF;
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #0D052D;
    margin-left: 40vw;
    cursor: pointer;
}

.bouton-inscription {
    height: 6.41vh;
    width: 14.11vw;
    border: none;
    border-radius: 0.5vw;
    background-color: #B7CFFF;
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #0D052D;
    margin-left: 2vw;
}

.bouton-inscription:hover {
    height: 6.41vh;
    width: 14.11vw;
    border: none;
    border-radius: 0.5vw;
    background-color: #71A1FE;
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #0D052D;
    margin-left: 2vw;
    cursor: pointer;
}
  
.content {
    width: 100vw;
    height: 90vh;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
}

.accueil-1 {
    width: 100vw;
    height: 90vh;
    background-image: url(../../images/image_fond_accueil_sombre.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.accueil-1-titre {
    box-sizing: border-box;
    font-family: 'Creato Display Bold';
    font-size: 3vw;
    color: #FFFFFF;
    margin-left: 5vw;
    margin-top: 33vh;
}

.accueil-1-sous-titre {
    box-sizing: border-box;
    font-family: 'Creato Display Regular';
    font-size: 1.5vw;
    color: #FFFFFF;
    margin-left: 5vw;
    margin-top: 2vh;
}

.accueil-1-bouton {
    box-sizing: border-box;
    width: 14.11vw;
    height: 6.4vh;
    border-radius: 0.5vw;
    background-color: #B7CFFF;
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #0D052D;
    border: none;
    margin-left: 5vw;
    margin-top: 3vh;
}

.accueil-1-bouton:hover {
    box-sizing: border-box;
    width: 14.11vw;
    height: 6.4vh;
    border-radius: 0.5vw;
    background-color: #71A1FE;
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #0D052D;
    border: none;
    margin-left: 5vw;
    margin-top: 3vh;
    cursor: pointer;
}

.accueil-2 {
    width: 100vw;
    height: 80vh;
    background-color: #F3F3FF;
    display: flex;
    flex-direction: column;
}

.accueil-2-titre {
    box-sizing: border-box;
    font-size: 1.5vw;
    font-family: 'Creato Display Bold';
    color: #0D052D;
    margin-top: 5vh;
    margin-bottom: 2.5vh;
    margin-left: 4vw;
    word-spacing: 0.15vw;
}

.accueil-2-titre-bleu {
    font-size: 1.5vw;
    font-family: 'Creato Display Bold';
    color: #3A5DA8;
    word-spacing: 0.15vw;
}

.accueil-2-texte {
    box-sizing: border-box;
    font-size: 1vw;
    font-family: 'Creato Display Regular';
    color: #0D052D;
    margin-top: 2vh;
    margin-left: 4vw;
    margin-right: 4vw;
    word-spacing: 0.15vw;
}

.accueil-2-texte-bleu {
    font-size: 1vw;
    font-family: 'Creato Display Regular';
    color: #3A5DA8;
    word-spacing: 0.15vw;
}

.accueil-2-texte-bold {
    font-size: 1vw;
    font-family: 'Creato Display Bold';
    color: #0D052D;
    word-spacing: 0.15vw;
}

.accueil-2-image {
    box-sizing: border-box;
    width: 14.9vw;
    height: 14.9vw;
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    background-image: url(../../images/logo_1_clair.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    border-radius: 0.5vw;
}

.accueil-3 {
    width: 100vw;
    height: 40vh;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.accueil-3-titre {
    box-sizing: border-box;
    width: 100vw;
    height: 10vh;
    font-family: 'Creato Display Bold';
    font-size: 1.5vw;
    color: #0D052D;
    padding-left: 4vw;
    display: flex;
    align-items: center;
}

.accueil-3-content {
    width: 100vw;
    height: 30vh;
    display: flex;
    align-items: center;
}

.accueil-3-content-1 {
    width: 25vw;
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accueil-3-content-1-1 {
    width: 25vw;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Creato Display Bold';
    font-size: 3vw;
    color: #3A5DA8;
}

.accueil-3-content-1-2 {
    width: 25vw;
    height: 5vh;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-family: 'Creato Display Regular';
    font-size: 0.75vw;
    color: #0D052D;
}

.accueil-3-content-2 {
    width: 35vw;
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 0.15vw solid black;
    border-right: 0.15vw solid black;
}

.accueil-3-content-2-1 {
    width: 35vw;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Creato Display Bold';
    font-size: 3vw;
    color: #3A5DA8;
}

.accueil-3-content-2-bold {
    font-family: 'Creato Display Regular';
    font-size: 1.25vw;
    color: #0D052D;
}

.accueil-3-content-2-2 {
    width: 35vw;
    height: 5vh;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-family: 'Creato Display Regular';
    font-size: 0.75vw;
    color: #0D052D;
    text-align: center;
}

.accueil-3-content-3 {
    width: 40vw;
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accueil-3-content-3-1 {
    width: 35vw;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Creato Display Bold';
    font-size: 3vw;
    color: #3A5DA8;
}

.accueil-3-content-3-bold {
    font-family: 'Creato Display Bold';
    font-size: 3vw;
    color: #0D052D;
}

.accueil-3-content-3-2 {
    width: 35vw;
    height: 5vh;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-family: 'Creato Display Regular';
    font-size: 0.75vw;
    color: #0D052D;
    text-align: center;
}

.accueil-4 {
    width: 100vw;
    height: 95vh;
    background-color: #F3F3FF;
    display: flex;
    flex-direction: column;
}

.accueil-4-titre {
    box-sizing: border-box;
    font-size: 1.5vw;
    font-family: 'Creato Display Bold';
    color: #0D052D;
    margin-top: 5vh;
    margin-bottom: 2.5vh;
    margin-left: 4vw;
    word-spacing: 0.15vw;
}

.accueil-4-titre-bleu {
    font-size: 1.5vw;
    font-family: 'Creato Display Bold';
    color: #3A5DA8;
}

.accueil-4-texte {
    box-sizing: border-box;
    font-size: 1vw;
    font-family: 'Creato Display Regular';
    color: #0D052D;
    margin-top: 2vh;
    margin-left: 4vw;
    margin-right: 4vw;
    word-spacing: 0.15vw;
}

.accueil-4-texte-bleu {
    font-size: 1vw;
    font-family: 'Creato Display Regular';
    color: #3A5DA8;
}

.accueil-4-texte-bold {
    font-size: 1vw;
    font-family: 'Creato Display Bold';
    color: #0D052D;
}

.accueil-4-image {
    margin-top: 3vh;
    box-sizing: border-box;
    width: 89.63vw;
    height: 54.96vh;
    margin-left: 4vw;
    background-image: url(../../images/accueil-importance.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.accueil-4-texte-centre {
    box-sizing: border-box;
    font-size: 1vw;
    font-family: 'Creato Display Regular';
    color: #0D052D;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
    word-spacing: 0.15vw;
}

.accueil-5 {
    box-sizing: border-box;
    width: 100vw;
    height: 40vh;
    background-color: #FFFFFF;
    display: flex;
}

.accueil-5-gauche {
    width: 67vw;
    height: 40vh;
}

.accueil-5-titre {
    box-sizing: border-box;
    font-family: 'Creato Display Bold';
    color: #0D052D;
    font-size: 1.5vw;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 5vh;
    word-spacing: 0.15vw;
}

.accueil-5-texte {
    box-sizing: border-box;
    font-size: 1vw;
    font-family: 'Creato Display Regular';
    color: #0D052D;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 2.5vh;
    word-spacing: 0.15vw;
}

.accueil-5-droite {
    width: 34vw;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accueil-5-image {
    box-sizing: border-box;
    width: 17.5vw;
    height: 35vh;
    background-image: url(../../images/accueil-exemple.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.accueil-6 {
    box-sizing: border-box;
    width: 100vw;
    display: flex;
    background-color: #F3F3FF;
}

.accueil-6-gauche {
    width: 67vw;
}

.accueil-6-titre {
    box-sizing: border-box;
    font-family: 'Creato Display Bold';
    color: #0D052D;
    font-size: 1.5vw;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 5vh;
    margin-bottom: 2.5vh;
    word-spacing: 0.15vw;
}

.accueil-6-sous-titre {
    box-sizing: border-box;
    font-size: 1vw;
    font-family: 'Creato Display Bold';
    color: #0D052D;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 2.5vh;
    word-spacing: 0.15vw;
}

.accueil-6-texte {
    box-sizing: border-box;
    font-size: 1vw;
    font-family: 'Creato Display Regular';
    color: #0D052D;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 2.5vh;
    word-spacing: 0.1vw;
    text-align: justify;
}

.accueil-6-bold {
    font-size: 1vw;
    font-family: 'Creato Display Bold';
    color: #0D052D;
}

.accueil-6-droite {
    width: 34vw;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.accueil-6-image {
    width: 17.5vw;
    height: 80vh;
    box-sizing: border-box;
    background-image: url(../../images/accueil-recapitulatif.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.accueil-6-image-bis {
    width: 17.5vw;
    height: 35vh;
    box-sizing: border-box;
    background-image: url(../../images/accueil-budget.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.accueil-6-image-ter {
    width: 17.5vw;
    height: 58vh;
    box-sizing: border-box;
    background-image: url(../../images/accueil-budget-net.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5vh;
}

.creer-compte {
    box-sizing: border-box;
    width: 14.11vw;
    height: 6.4vh;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
    background-color: #B7CFFF;
    border-radius: 0.5vw;
    border: none;
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #0D052D;
}

.creer-compte:hover {
    box-sizing: border-box;
    width: 14.11vw;
    height: 6.4vh;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
    background-color: #71A1FE;
    border-radius: 0.5vw;
    border: none;
    font-family: 'Creato Display Regular';
    font-size: 1vw;
    color: #0D052D;
    cursor: pointer;
}

.footer {
    box-sizing: border-box;
    width: 100vw;
    height: 42.69vh;
    background-color: white;
    display: flex;
    align-items: center;
}
  
.footer-1 {
    box-sizing: border-box;
    width: 15vw;
    display: flex;
    flex-direction: column;
    margin-left: 5vw;
}
  
.footer-2 {
    box-sizing: border-box;
    width: 30vw;
    display: flex;
    flex-direction: column;
    margin-left: 3vw;
}
  
.footer-3 {
    box-sizing: border-box;
    width: 15vw;
    display: flex;
    flex-direction: column;
    margin-left: 1vw;
}
  
.footer-img {
    box-sizing: border-box;
    height: 13.127vh;
    width: 13.75vw;
    background-image: url('https://ad-wise.fr/images/logo_1_clair.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-left: 8vw;
}
  
.footer-titre {
    font-family: 'Creato Display Bold';
    font-size: 1.5vw;
    color: #0D052D;
}
  
.footer-elem {
    font-family: 'Creato Display Regular';
    font-size: 1.25vw;
    color: #000000;
    margin-top: 2vh;
    text-decoration: none;
}
  
.footer-elem:hover {
    font-family: 'Creato Display Regular';
    font-size: 1.25vw;
    color: #002ED1;
    margin-top: 2vh;
    text-decoration: none;
}
  
.footer-elem-invis {
    font-family: 'Creato Display Regular';
    font-size: 1.25vw;
    color: #FFFFFF;
    margin-top: 2vh;
    text-decoration: none;
}