﻿

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('AvenirNextLTPro-Regular.eot');
    src: url('AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('AvenirNextLTPro-Regular.woff2') format('woff2'), url('AvenirNextLTPro-Regular.woff') format('woff'), url('AvenirNextLTPro-Regular.ttf') format('truetype'), url('AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    background-color: #000000;
    font-family: 'Avenir Next LT Pro';
}


p {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: justify;
}

.contenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    min-height: 500px;
    justify-content: center;
}

    .logo{
    width:230px;
    margin-bottom: 20px;

}

.texte {
    display: flex;
    flex-direction : column;
    text-align:center;

}