@font-face {
    font-family: "Gotham Thin";
    font-weight: normal;
    font-style: normal;
    src: url('FONT/Gotham-Thin.otf') format('opentype');
    }

@font-face {
        font-family: "Gotham Light";
        font-weight: normal;
        font-style: normal;
        src: url('FONT/Gotham-Light.ttf') format('truetype');
}
    


html {
    height: 100vh;
    width: 100vw;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(IMG/BACKGROUND.jpg);
    background-position: center;
    background-size: cover;
}

body {
    margin: 0px!important;
    width: 100%;
    height: 100%;
}

div#main-content {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 100vh;
}

div#part-informations {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60vw;
    align-items: center;
    background-color: #c38264eb;
    background-image: url(IMG/ombre.png);
    background-size: 26%;
    background-repeat: no-repeat;
    background-position-x: -10%;
    background-position-y: 108%;
}

div#part-photo {
    width: 40vw;
}


img {
    width: 380px;
    margin: auto;
    display: block;
    margin-top: 75px;
    margin-bottom: 30px;
}



a.btn-linkedin {
    background-color: #fff;
    width: 360px;
    text-align: center;
    padding: 11px 3px;
    border-radius: 51px;
    color: #C38264;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 52px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Gotham Light';
    transition: .2s ease-out all;
}

a.btn-linkedin:hover {
    color: #fff;
    background-color: #C38264;
}


i.fa-brands.fa-linkedin-in {
    margin-right: 6px;
    background-color: #C38264;
    color: #F4ECE8;
    padding: 7px;
    border-radius: 50px;
}

a.btn-instagram {
    background-color: #fff;
    width: 180px;
    text-align: center;
    padding: 11px 3px;
    border-radius: 51px;
    color: #C38264;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Gotham Light';
    transition: .2s ease-out all;
}

a.btn-instagram:hover {
    color: #fff;
    background-color: #C38264;
}


i.fa-brands.fa-instagram {
    margin-right: 6px;
    background-color: #C38264;
    color: #F4ECE8;
    padding: 7px;
    border-radius: 50px;
}



p {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Gotham Light';
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 7px;
    margin-top: 20px;
}



h1 {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Gotham Light';
    font-weight: 400;
    letter-spacing: 2px;
    color: #F4ECE8;
    margin-bottom: 0px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    left: 3px;
    opacity: 0;
}

p.coming-soon {
    margin-bottom: 28px;
    font-size: 42px;
    text-transform: none;
    letter-spacing: 9px;
    margin-top: 100px;
    font-weight: 200;
}


/*div#part-photo {
    background-image: url(IMG/ombre.png);
    background-size: 26%;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}*/




/*RESPONSIVE*/


@media screen and (max-width: 1024px) {


    html#V2 div#part-informations {
        width: 100vw;
        margin: 0px;
    }


    div#part-informations {
        width: 100vw;
        margin: 50px;
    }

    div#part-photo {
        width: 0px;
    }


    img {
        width: 345px;
    }

    p {
        font-size: 17px;
    }

}


@media screen and (max-width: 500px) {


    p.coming-soon {
        font-size: 44px;
        line-height: 1.3em;
        margin-top: 50px;
    }

    img {
        width: 294px;
        margin-top: 52px;
        margin-bottom: 50px;
    }

    p {
        font-size: 17px;
    }

    a.btn-linkedin {
        font-size: 14px;
        width: 326px;
        margin-top: 30px;
    }

    div#part-informations {
        width: 100vw;
        margin: 10px;
        padding: 0px;
    }

    i.fa-brands.fa-linkedin-in {
        margin-right: 2px;
        padding: 6px;
    }

}
