@import url('https://fonts.googleapis.com/css2?family=Arizonia&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'arizoniaregular';
    src: url('../fonts/arizonia-regular-webfont.woff2') format('woff2'), url('../fonts/arizonia-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displayitalic';
    src: url('../fonts/playfairdisplay-italic-variablefont_wght-webfont.woff2') format('woff2'), url('../fonts/playfairdisplay-italic-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/playfairdisplay-variablefont_wght-webfont.woff2') format('woff2'), url('../fonts/playfairdisplay-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'work sans', sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html {
    font-size: 62.5%;
}

body {
    background-color: #ffffff;
}

#accueil {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#background-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -999;
}

#centre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#centre h2 {
    font-family: 'work sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .2rem;
    padding-bottom: 1.5rem;
    color: #fff;
}

#centre h1 {
    font-family: 'playfair_displayregular', serif;
    font-size: 5.5rem;
    font-weight: 550;
    color: #fff;
}

#centre p {
    font-family: 'work sans', sans-serif;
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
    line-height: 3rem;
    max-width: 100rem;
}

#centre p span {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 6rem;
}

#centre h1 {
    line-height: 10rem;
}

#contact {
    margin-top: 10rem;
    margin-bottom: -10rem;
    text-align: center;
}

#contact h2 {
    border: none;
    font-size: 3rem;
    width: 18rem;
    padding-bottom: 6rem;
}

#contact a {
    font-size: 2rem;
    line-height: 3rem;
    transition: .5s;
    color: rgb(100, 100, 100);
    font-weight: 400;
}

#contact a:hover {
    color: #fff;
    transition: .5s;
}


a#linkedin {
    font-size: 4rem;
}

#insta {
    margin-right: 1rem;
}