@font-face {
    font-family: 'HelveticaNowRegular';
    src: url(./fonts/HelveticaNowDisplay-Regular.woff2) format(woff2);
}

@font-face {
    font-family: 'HelveticaNowBold';
    src: url(./fonts/HelveticaNowDisplay-ExtraBold.woff2) format(woff2);
}

@font-face {
    font-family: 'HelveticaNowThin';
    src: url(./fonts/HelveticaNowDisplay-Thin.woff2) format(woff2);
}

@font-face {
    font-family: 'HelveticaNowExtra';
    src: url(./fonts/HelveticaNowDisplay-ExtraBold.woff2) format(woff2);
}


@font-face {
    font-family: 'Akira';
    src: url(./fonts/Akira\ Expanded\ Demo.woff2) format(woff2);
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
} 

html {
    height: 100%;
    margin: 0;
    
}

main{
    overflow-y: scroll; 
    scroll-behavior: smooth;
    ;
}

body {
    position: relative;
    font-family: 'HelveticaNowRegular', sans-serif;
}

header {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    font-size: 2vw;
    text-align: center;
    font-family: "Akira";
}

.fleche{
max-width: 50px;;
bottom: 20px;
}

.nom{
    padding-bottom: 40vh;
}


article {
    width: 50%;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    padding: 20px;
    min-width: 60%;
}


.fleche:hover{
    transform: scale(1.2);
    transition: ease-in-out 0.1s;
}

section {
    margin: 0 auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    gap: 2rem;
    font-size: 1.2em;
}

section:hover{
    transform: scale(1.05);
    transition: ease-in-out 0.1s;
}


.formulaire{
    min-width: 200px;
    text-align: left;
    font-size: 0,8rm;
}

.send{
    background-color: white;
    padding: 5px;
    font-family: 'HelveticaNowBold', sans-serif;
}

.send:hover{
    background-color: #C8C8C8;

}

form fieldset{
    display: flex;
    flex-direction: column;
    border: none;
    min-width: 30vw;
}

.volet-invisible{
    display: none;
}

.volet-visible{
    display: block;
}

.img{
    max-width: 40vw;
    max-height: 50vh;
    margin-left: 50px;
    border-radius: 5px;
}

.img:hover{
    transform: scale(1.02);
    transition: ease-in-out 0.1s;
}

.extra{
    font-family: 'HelveticaNowExtra', sans-serif;
}

.creds{
    font-family: 'HelveticaNowThin', sans-serif;
}

p{
    margin-bottom: 5px;
    margin-top: 20px;

}

.mentions{
    padding: 50px;
    background-color: #C8C8C8;
}

.bouton{
    background-color: white;
    padding: 5px;
    font-family: 'HelveticaNowBold', sans-serif;
    margin: 30px;
}

.bouton:hover{
    background-color: #C8C8C8;
}

.fermeture{
    display: none;
}