* {
    box-sizing: border-box;
}

body {
    background-image: url(../img/fond-bleu.jpg);
    background-size: cover;
    background-position: center;
}

nav {
    padding-top: 5rem;
    padding-bottom: 1rem;
}

nav ul {
    padding: 0;
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: space-evenly;
}

nav li {

    /* flex-direction: center; */
    font-family: 'inter';
    font-size: 24px;
    color: white;
    display: inline-block;

}

nav a {
    color: white;
    text-decoration: none;
}

.homePage main,
.qui main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 90vh;
}

footer a {
    color: white;
    text-decoration: none;
}

h1 {
    text-align: center;
    color: white;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    margin-top: 75px;
}

h2 {
    margin-top: 20px;
    color: white;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 80px;
}

.homePage p {
    padding: 0;
    color: white;
    font-family: 'inter';
    font-size: 24px;
    text-align: center;
    justify-content: center;
}

.btnDecouvrir {

    font-size: 20px;
    height: 72.42px;
    width: 250px;
    border-radius: 50px;
    background-color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnDecouvrir a {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: black;
    border-bottom: 2px solid black;
}

.btnDecouvrir:hover {
    background-color: #56638A;
    background-size: cover;
    color: white;

}

.btnDecouvrir:hover a {
    color: white;
    border-color: white;
}



.qui p {
    padding: 0;
    font-family: 'inter';
    font-size: 24px;
    text-align: center;
    justify-content: center;
    color: white;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 75px;

}

.btnSuivant {
    font-size: 20px;
    height: 72.42px;
    width: 250px;
    border-radius: 50px;
    background-color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.btnSuivant a {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: black;
    border-bottom: 2px solid black;

}

.btnSuivant:hover {
    background-color: #56638A;
    background-size: cover;
    color: white;
}

.btnSuivant:hover a {
    color: white;
    border-color: white;
}

.mes4img {
    display: inline-block;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 70px;
    margin-top: 150px;

}

.mes4img img {
    border-radius: 10px;
}

.UxProjet1 main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.UxProjet1 p {
    font-family: 'inter';
    font-size: 24px;
    text-align: center;
    justify-content: center;
    color: white;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 75px;
}

.UxProjet1 h1 {
    font-size: 50px;
}

.UxProjet2 h1 {
    font-size: 50px;
}

.UxProjet3 h1 {
    font-size: 50px;
}

.UxProjet4 h1 {
    font-size: 50px;
}



.UxProjet2 main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.UxProjet2 p {
    font-family: 'inter';
    font-size: 24px;
    text-align: center;
    justify-content: center;
    color: white;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 75px;
}

.UxProjet3 main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.UxProjet3 p {
    font-family: 'inter';
    font-size: 24px;
    text-align: center;
    justify-content: center;
    color: white;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.UxProjet4 main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.UxProjet4 p {
    font-family: 'inter';
    font-size: 24px;
    text-align: center;
    justify-content: center;
    color: white;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.mainff1 {
    display: flex;
    align-items: center;
    padding-top: 50px;
}

.mainff1blocTexte {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* margin-bottom: 200px; */

}

.ff1 main {
    margin-bottom: 20px;
}

.mainff1blocTexte h1,
p {
    margin-bottom: 20px;
}

.ff1 p {
    font-family: 'inter';
    font-size: 24px;
    text-align: center;
    justify-content: center;
    color: white;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.ff1 img {
    margin-left: 50px;
    margin-top: 10px;
    width: 600px;
    height: 450px;
    border-radius: 20px;
    margin-bottom: 100px;
}

.mainff1blocTexte {
    margin-top: 20px;
}

.ff2 main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.ff2 p {
    font-family: 'inter';
    font-size: 24px;
    text-align: center;
    justify-content: center;
    color: white;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 10px;

}

.ff3 img {
    margin-left: 50px;
    margin-top: 50px;
    width: 850px;
    height: 600px;
    border-radius: 5px;
}


.manga main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.manga p {
    font-family: 'inter';
    font-size: 24px;
    text-align: center;
    justify-content: center;
    color: white;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 10px;
}

/*
.manga img {
    width: 850px;
    height: 600px;
    border-radius: 5px;
    display: none;
    position: fixed;
    left: 350px;
    bottom: 40px;
}
*/



/* .mangaM img {
    margin-left: 50px;
    margin-top: 50px;
    width: 850px;
    height: 600px;
    border-radius: 5px;
}

.mangaM h1 {
    text-align: center;
    color: white;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    margin-top: 100px;
} */

.identitev1 main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}


.identitev1 img {
    border-radius: 10px;
    height: 463px;
    width: 653px;
}

.identitev2 main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.identitev2 img {
    border-radius: 10px;
    height: 463px;
    width: 653px;
}

.identitev3 main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.identitev3 img {
    border-radius: 10px;
    height: 463px;
    width: 653px;
}

.identitev4 main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.identitev4 img {
    border-radius: 10px;
    height: 463px;
    width: 653px;
}

.identitev5 main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.identitev5 img {
    border-radius: 10px;
    height: 463px;
    width: 653px;
}

.identitev6 main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.identitev6 img {
    border-radius: 10px;
    height: 463px;
    width: 653px;
}

.identitev7 main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.identitev7 img {
    border-radius: 10px;
    height: 463px;
    width: 653px;
}

.mecontacter main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.mecontacter h2 {
    font-size: 70px;
}

.mecontacter a {
    text-decoration: none;
    color: white;
}

.CV main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.CV img {
    height: 700px;
    width: auto;
    border-radius: 10px;
}

#modale {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
}

#modale .blocImage {
    width: 50%;
    height: 80vh;
}

#modale .blocImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hide {
    display: none !important;
}

#mm {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
}

#mm .blocImage {
    width: 65%;
    height: 95vh;
    border-radius: 10px;
}

#mm .blocImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hide {
    display: none !important;
}


@media screen and (max-width:1200px) {
    .mes4img {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:1145px) {
    .mainff1 {
        height: auto;
        flex-wrap: wrap;
        width: auto;
    }

    body {
        background-position: center;
    }
}

@media screen and (max-width:827px) {
    .homePage main {
        height: auto;
    }
}

@media screen and (max-width:700px) {
    .qui main {
        height: auto;
        text-align: center;
    }
}

@media screen and (max-width:639px) {
    .identitev4 img {
        flex-wrap: wrap;
        width: 50%;
        height: 50%;
    }

    .identitev4 {
        background-position: center;
    }
}

@media screen and (max-width:639px) {
    .identitev1 img {
        flex-wrap: wrap;
        width: 50%;
        height: 50%;
    }

    .identitev1 {
        background-position: center;
    }
}



@media screen and (max-width:484px) {
    .UxProjet2 main {
        height: auto;
        text-align: center;
        width: auto;
    }

    h1 {
        text-align: center;
    }
}


@media screen and (max-width:470px) {
    .homePage {
        flex-wrap: wrap;
    }

    h2 {
        text-align: center;
    }
}

@media screen and (max-width:470px) {
    .ff1 {
        flex-wrap: wrap;
    }

    h2 {
        text-align: center;
    }
}