@font-face {
    font-family: "Montserrat-Light";
    src: url('assets/Montserrat-Light.otf');
}

@font-face {
    font-family: "Butler-ExtraBold";
    src: url('assets/Butler_ExtraBold.otf');
}

body 
{
    margin: 0;
    padding: 4%;
    background-color: #1B3774;
}

a 
{
    color: #51E6DA;
    text-decoration: none;
}

a:hover {
   /* text-decoration: underline; */
    text-decoration-skip: ink;
    color: #00FFEA;
}


/*============= HEADER =============*/

#Header
{  
    padding-left: 110px;
    margin-left: 40%;
    height: 120px;
    width: 40%;
    background-image: url("images/Line.svg");
    background-repeat: no-repeat;
    background-position: left;
}

#Header p {
    padding-top: 40px;
    font-family: "Montserrat-ExtraLight", arial, helvetica, sans-serif;
    font-size: 1em;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-transform: uppercase;
}

#Header .couleur {
    color: #51E6DA;
}


/*=========== PRESENTATION ============*/

#Presentation p 
{
    font-family: "Butler-ExtraBold", georgia, garamond, serif;
    font-size: 5em; /* 5em 72px */
    color: #fff;
    line-height: 1.3em;
}
