@font-face {
    font-family: 'Rajdhani';
    src: url('../ressources/fonts/Rajdhani-Bold.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 400';
    src: url('../ressources/fonts/Poppins-Regular.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 500';
    src: url('../ressources/fonts/Poppins-Medium.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 600';
    src: url('../ressources/fonts/Poppins-SemiBold.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 700';
    src: url('../ressources/fonts/Poppins-Bold.ttf') format("truetype");
}
* {
    margin: 0;
    padding: 0;
    font-family: 'Rajdhani', serif;
    font-weight: 700;
    color: black;
}

/*---------------Container------------------*/
.container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
/*---------------Path----------------*/
.path {
    margin: 5% 0 2% 10%;
}
.path, .path a {
    color: grey;
    font-family: 'Poppins 500', sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.path a:hover {
    color: #fa4c03;
}

/*----------------Image de présentation-----------------*/
#imgPresentation {
    width: 45%;
    height: 25%;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.content {
    width: 90%;
    margin: auto;
}
article {
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    flex-direction: row;
}
#firstArticle p {
    margin-left: 4%;
}
/*---------------Class-----------------*/
.white {
    color: white;
}
#paragraphNH {
    font-family: 'Poppins 400', sans-serif;
    font-size: 15px;
    /*hyphens: auto;*/
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    #firstArticle {
        flex-direction: column;
    }
    #imgPresentation {
        width: 85%;
        margin: auto;
        margin-bottom: 5%;
    }
    .path {
        display: none;
    }

}

@media only screen and (max-width: 1024px) {
  .content {
    margin-top: 25%;
  }
}
