@font-face {
    font-family: 'Solide Mirage';
    src: url('../fonts/SolideMirage-Etroit.woff2') format('woff2'),
        url('../fonts/SolideMirage-Etroit.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Solide Mirage';
    src: url('../fonts/SolideMirage-Mono.woff2') format('woff2'),
        url('../fonts/SolideMirage-Mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sporting Grotesque';
    src: url('../fonts/SportingGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/SportingGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sporting Grotesque';
    src: url('../fonts/SportingGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/SportingGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pilowlava';
    src: url('../fonts/Pilowlava-Regular.woff2') format('woff2'),
        url('../fonts/Pilowlava-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #D0D0D0;
    font-family: 'Sporting Grotesque';

}

.home {
    overflow: hidden;
}

.link a {
    font-family: 'Mak';
    font-size: 16px;
    color: #c5c0b2;
}

/* menu */
.site-menu {
    display: flex;
}

.menu-item {
    margin-left: 70px;
    color: #f3083d;
}


.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    font-family: 'Sporting Grotesque';
    text-transform: uppercase;
    line-height: 100px;
    color: #f3083d;
}

.site-menu {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
}

.menu-item {
    margin-left: 30px;

}
/* PAGE - about  */


#js-scroll {
    height: 200%;
    background-color: #D0D0D0;
    background-size: cover; 
}

#js-scroll .menu-item {
    color: #000;

}
.about__container {
    width: 50%;
    margin: 180px 0 100px 150px;
    padding: 40px;
    /* border: 1px solid #525252; */
}

.about__container p {
    margin: 40px -50px;
    color: #f3083d;
    font-size: 18px;
    font-weight: 500;
    z-index: 2;
}

.about__container p span {
    font-family: 'Sporting Grotesque';
}

.about__container-contact-link a {
    color: #f3083d;
}





.cursor-follow {
    position: absolute;
    background: url(../img/cursor.jpeg) no-repeat 50% 50%;
    background-size: cover;
    width: 300px;
    height: 400px;
    z-index: -1;
 
    user-select: none;
    pointer-events: none;
    transform: translate(5px, 5px);
}

@media(max-width: 900px) {
    .about__container {
        width: 70%;
        margin: 140px 0 60px 40px;
    }

    .cursor-follow {
        display: none;
    }
}

/* PAGE - Les projets  */



.project__container {
    width: 70%;
    margin: 100px auto;
    /* border: 1px solid #5c5c5c; */
    color: #000;
    padding: 120px 40px;
    text-align: center;
}

.project__container-title h1{
    color: #000;
    font-family: 'Sporting Grotesque'
    font-weight: bold;
    font-size: 110px;
}

.project__container-subtitle {
    margin: 20px 0;
    font-family: 'Sporting Grotesque';
    font-size: 16px;
}

.project__container-images {
    position: relative;
    width: 100%;
    height: 2000px;
    padding: 40px 0;
}

.project__image {
    background: red;
    width: 600px;
    height: 500px;
    margin: 40px auto;
}

/*DÉBUT PHOTO DES PROJETS */


/*Projet HYCO images */
.project__image-hyco1 {
    background: url(../img/projet_hyco/hyco_img1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-hyco2 {
    position: relative;
    top: -100px;
    left: -260px;
    background: url(../img/projet_hyco/hyco_img2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-hyco3 {
    position: relative;
    left: 300px;
    background: url(../img/projet_hyco/hyco_img3.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-hyco4 {
    position: relative;
    top: -200px;
    left: -100px;
    background: url(../img/projet_hyco/hyco_img4.jpg) no-repeat 50% 50%;
    background-size: cover;
}

/*Projet VAGABONDE images */
.project__image-vagabonde1 {
    background: url(../img/projet_vagabonde/vagabonde_img1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-vagabonde2 {
    position: relative;
    top: -100px;
    left: -260px;
    background: url(../img/projet_vagabonde/vagabonde_img2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-vagabonde3 {
    position: relative;
    left: 300px;
    background: url(../img/projet_vagabonde/vagabonde_img3.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-vagabonde4 {
    position: relative;
    top: -200px;
    left: -100px;
    background: url(../img/projet_vagabonde/vagabonde_img4.jpg) no-repeat 50% 50%;
    background-size: cover;
}

/*Projet STAR images */
.project__image-star1 {
    background: url(../img/projet_star/star_img1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-star2 {
    position: relative;
    top: -100px;
    left: -260px;
    background: url(../img/projet_star/star_img2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-star3 {
    position: relative;
    left: 300px;
    background: url(../img/projet_star/star_img3.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-star4 {
    position: relative;
    top: -200px;
    left: -100px;
    background: url(../img/projet_star/star_img4.jpg) no-repeat 50% 50%;
    background-size: cover;
}

/*Projet RENCONTRE images */
.project__image-rencontre1 {
    background: url(../img/projet_rencontre/rencontre_img1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-rencontre2 {
    position: relative;
    top: -100px;
    left: -260px;
    background: url(../img/projet_rencontre/rencontre_img2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-rencontre3 {
    position: relative;
    left: 300px;
    background: url(../img/projet_rencontre/rencontre_img3.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-rencontre4 {
    position: relative;
    top: -200px;
    left: -100px;
    background: url(../img/projet_rencontre/rencontre_img4.jpg) no-repeat 50% 50%;
    background-size: cover;
}

/*Projet CHAMPS LIBRES images */
.project__image-cl1 {
    background: url(../img/projet_cl/cl_img1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-cl2 {
    position: relative;
    top: -100px;
    left: -260px;
    background: url(../img/projet_cl/cl_img2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-cl3 {
    position: relative;
    left: 300px;
    background: url(../img/projet_cl/cl_img3.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-cl4 {
    position: relative;
    top: -200px;
    left: -100px;
    background: url(../img/projet_cl/cl_img4.jpg) no-repeat 50% 50%;
    background-size: cover;
}



/*Projet Cadence images */
.project__image-cadence1 {
    background: url(../img/projet_cadence/cadence_img1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-cadence2 {
    position: relative;
    top: -100px;
    left: -260px;
    background: url(../img/projet_cadence/cadence_img2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-cadence3 {
    position: relative;
    left: 300px;
    background: url(../img/projet_cadence/cadence_img3.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-cadence4 {
    position: relative;
    top: -200px;
    left: -100px;
    background: url(../img/projet_cadence/cadence_img4.jpg) no-repeat 50% 50%;
    background-size: cover;
}

/*Projet BRASSERIE images */
.project__image-brasserie1 {
    background: url(../img/projet_brasserie/brasserie_img1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-brasserie2 {
    position: relative;
    top: -100px;
    left: -260px;
    background: url(../img/projet_brasserie/brasserie_img2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-brasserie3 {
    position: relative;
    left: 300px;
    background: url(../img/projet_brasserie/brasserie_img3.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-brasserie4 {
    position: relative;
    top: -200px;
    left: -100px;
    background: url(../img/projet_brasserie/brasserie_img4.jpg) no-repeat 50% 50%;
    background-size: cover;
}

/*Projet SENSO images */
.project__image-senso1 {
    background: url(../img/projet_senso/senso_img1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-senso2 {
    position: relative;
    top: -100px;
    left: -260px;
    background: url(../img/projet_senso/senso_img2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-senso3 {
    position: relative;
    left: 300px;
    background: url(../img/projet_senso/senso_img3.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.project__image-senso4 {
    position: relative;
    top: -200px;
    left: -100px;
    background: url(../img/projet_senso/senso_img4.jpg) no-repeat 50% 50%;
    background-size: cover;
}

/*FIN DES PHOTOS DES PROJETS */

/*Next fin de page */

.project-next-link {
    position: relative;
    top: -100px;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-next-link a {
    color: #000;
    text-decoration: none;
    font-family: 'Sporting Grotesque';
    font-weight: bold;
    font-size: 50px;
}

.anime-js-title .letter {
    display: inline-block;
    line-height: 1em;
}

/* Site responsive */
@media(max-width: 900px) {
    .project__container-title h1 {
        font-size: 40px;
    }

    .project__container {
        width: 80%;
    }

    .project__container-images {
        width: 100%;
        margin: 0 auto;
    }

    .project__image {
        width: 90%;
    }

    .project__image-one, .project__image-two, .project__image-three, .project__image-four {
        position: relative;
        top: 0;
        left: 0;
    }
    

.menu-item {

    margin-right: -100px;
    padding-left: 50px;
    margin-left: 80px;
    margin-top: -100px;
}

.navbar{
    display: inline;
}

.about__container p {
    margin: 40px 0px;
    color: #c5c0b2;
    font-size: 20px;
    width: 100%;
    padding: 10px;


    /* border: 1px solid #525252; */
}

}