@font-face {
    font-family: 'Avenir Next';
    src: local("Avenir Next Regular"), local("AvenirNext-Regular"), url("https://storaccpauprod01.blob.core.windows.net/templates/fonts/AvenirNext-Regular.woff2") format("woff2"), url("https://storaccpauprod01.blob.core.windows.net/templates/fonts/AvenirNext-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next';
    src: local("Avenir Next Italic"), local("AvenirNext-Italic"), url("https://storaccpauprod01.blob.core.windows.net/templates/fonts/AvenirNext-Italic.woff2") format("woff2"), url("https://storaccpauprod01.blob.core.windows.net/templates/fonts/AvenirNext-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir Next';
    src: local("Avenir Next Medium"), local("AvenirNext-Medium"), url("https://storaccpauprod01.blob.core.windows.net/templates/fonts/AvenirNext-Medium.woff2") format("woff2"), url("https://storaccpauprod01.blob.core.windows.net/templates/fonts/AvenirNext-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next';
    src: local("Avenir Next Medium Italic"), local("AvenirNext-MediumItalic"), url("https://storaccpauprod01.blob.core.windows.net/templates/fonts/AvenirNext-MediumItalic.woff2") format("woff2"), url("https://storaccpauprod01.blob.core.windows.net/templates/fonts/AvenirNext-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir Next';
    src: local("Avenir Next Bold"), local("AvenirNext-Bold"), url("https://storaccpauprod01.blob.core.windows.net/templates/fonts/AvenirNext-Bold.woff2") format("woff2"), url("https://storaccpauprod01.blob.core.windows.net/templates/fonts/AvenirNext-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next';
    src: local("Avenir Next Bold Italic"), local("AvenirNext-BoldItalic"), url("https://storaccpauprod01.blob.core.windows.net/templates/fonts/AvenirNext-BoldItalic.woff2") format("woff2"), url("https://storaccpauprod01.blob.core.windows.net/templates/fonts/AvenirNext-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Pau Display';
    src: local("Pau Display Regular"), local("PauDisplay-Regular"), url("https://storaccpauprod01.blob.core.windows.net/templates/fonts/Pau-Display.woff2") format("woff2"), url("https://storaccpauprod01.blob.core.windows.net/templates/fonts/Pau-Display.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
:root {
    --bleu-pau: #0057e2;
    --texte-gris: #72767b;
}

body {
    height: 100vh;
    width: 100%;
    font-family: 'Avenir Next', arial, sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
input {
    font-family: 'Avenir Next', arial, sans-serif;
}
h1 {
    font-family: 'Pau Display';
    margin: 15px 0 10px 0;
}
label, .intro, .divider:nth-of-type(2n) {
    display: none;
}
main {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("https://storaccpauprod01.blob.core.windows.net/templates/img/background1400.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}
#api {
    width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 5px;
}
button {
    color: #fff;
    background-color: var(--bleu-pau);
    align-self: center;
    padding: 10px 0;
    border-radius: 5px;
    width: 280px;
    font-size: 1em;
    margin: 20px 0;
    cursor: pointer;
    border: none;
}
button:hover {
    background-color: #3382f7;
}
#logo-pau-cava {
    height: 60px;
}
input {
    padding: 14px 20px;
    font-size: 1em;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid var(--texte-gris);
}
h2 {
    font-family: 'Pau Display';
    text-align: left;
    font-size: 1.2em;
}

@media (max-width: 500px) {
    #api {
        width: 100%;
        height: 100%;
        padding-top: 50px;
    }
    main {
        background-image: unset;
    }
}