*{
    margin: 0;
}

a{
    text-decoration: none;
    color: #E7F0F4;
}

@media screen and (max-width:900px){
    a{
        color: #0C1F28;
    }
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Montserrat';
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0C1F28;
}

#header{
    background-color: #0C1F28;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-bureau{
    height: 10vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    font-family:'Shippori';
    width: 100vw;
    padding: 20px 40px;
    box-sizing: border-box;
}

li{
    display: flex;
    flex-direction: row;
    width: 70%;
    justify-content: space-between;
    color: #E7F0F4;
    font-family: 'Shippori Antique B1', sans-serif;
}

.menu-bureau ul{
    box-sizing: border-box;
    padding-inline-start: 0px;
}

.menu-bureau .logo{
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.menu-bureau .logo img{
    height: 30px;
}

.menu-bureau span ul{
     border-bottom: #E7F0F4 solid 2px;
     padding-bottom: 10px;
}

.top-mobile{
    display: none;
}

#menu-mobile{
    width: 400px;
    background-color: #E7F0F4;
    height: 100vh;
    color: #0C1F28;
    position: fixed;
    left: -400px;
    top: 0;
    z-index: 2;
}

#menu-mobile li{
    display: flex;
    flex-direction: column;
    color: #0B181F;
    margin-left: 40px;
}

#menu-mobile span ul{
    border-bottom: #0C1F28 solid 2px;
    padding-bottom: 3px;
    margin-bottom: 20px;
    width: 70px;
    margin-left: 0px;
}

#menu-mobile ul{
    width: auto;
    padding-inline-start: 0px;
    margin-left: 40px;
}

#menu-mobile button{
    height: 30px;
    margin-left: 40px;
    margin: 20px 40px;
    cursor: pointer;
}

#menu-mobile button img{
    height: 30px;
}

button{
    border: none;
    background-color: transparent;
    cursor: pointer;
}

@media screen and (max-width:900px){
    .top-mobile{
        display: flex;
        flex-direction: row-reverse;
        width: 80vw;
        justify-content: space-between;
        margin-bottom: 80px;
        padding: 50px 0;
    }
    
    .top-mobile img{
        height: 30px;
    }

    #header .menu-bureau{
        display: none;
    }

}

#header .container{
    width: 80vw;
    display: flex;
    flex-direction: row;
    min-height: 90vh;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 20px;
    z-index: 1;
}

#header .container .left{
    width: 35%;
    color: #E7F0F4;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    transform: translateY(-70px);
}

#header .container .left img{
    align-self: center;
    margin-top: 60px;
}

#header .container .left h1{
    margin-bottom: 30px;
    font-size: 60px;
    font-family: 'Shippori Antique B1', sans-serif;
    line-height: 60px;
}

#header .right{
    width: 60%;
}

#header .right img{
    width: 80%;
    float: right;
}

@media screen and (max-width:900px){
    #header .container{
        flex-direction: column;
        flex : 1 0 0;
        width: 80%;
    }

    #header .right{
        display: none;
    }

    #header .container .left{
        width: 100%;
        margin-left: 0px;
    }
}

footer{
    display: flex;
    flex-direction: row;
    width: 100vw;
    background-color: #0B181F;
    justify-content: space-evenly;
    padding: 30px 0;
    box-sizing: border-box;
    align-items: center;
    color: #E7F0F4;
}

footer img{
    width: 25px;
}

footer .arrow{
    transform: rotate(180deg);
}
































/*   PARTIE PROJET */

#derniers-proj{
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

h2{
    font-family: 'Shippori Antique B1';
    color: #E7F0F4;
    font-size: 2em;
    margin-left: 100px;
    margin-bottom: 20px;
}

#derniers-proj .container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100vw;
    height: auto;
}

#derniers-proj .projet-large{
    width: 100vw;
    min-height: 300px;
    background-attachment: fixed;
    background-color: #0C1F28;
    background-blend-mode:overlay;
    filter: brightness(-20);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#derniers-proj img{
    margin-right: 20px;
    margin-bottom: 20px;
}

#derniers-proj .projet-large .infos{
    color:#E7F0F4;
    display: flex;
    flex-direction: row;
    width: 70vw;
}

#derniers-proj .title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
}

#derniers-proj .nom::after{
    width: 80px;
    border-top: #E7F0F4 1px solid;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
}

#derniers-proj .nom{
    font-family: 'Shippori Antique B1';
    font-size: 1.8em;
    margin-bottom: 20px;
    position: relative;
}

#derniers-proj button{
    border:none;
    background-color: #E7F0F4;
    color: #0C1F28;
    font-family: 'Montserrat';
    width: 120px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 0 10px 0 10px;
    align-self: flex-start;
    margin-top : 20px;
}

#derniers-proj .projet-fin{
    width: 50%;
    min-height: 300px;
    background-attachment: fixed;
    background-color: #0C1F28;
    background-blend-mode:overlay;
    filter: brightness(-20);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

#derniers-proj .projet-fin::after{
    width: 80px;
    border-right: #0C1F28 20px solid;
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
}

#derniers-proj .projet-fin img{
    margin-right: 20px;
    margin-bottom: 20px;
}

#derniers-proj .projet-fin .infos{
    color:#E7F0F4;
    display: flex;
    flex-direction: row;
    width: 40vw;
}

@media screen and (max-width:1000px){
    #derniers-proj .projet-fin{
        width: 100vw;
        margin-bottom: 20px;
    }

    #derniers-proj .projet-fin .infos{
        width: 75vw;
        margin: 40px 0px;
    }

    #derniers-proj .projet-large .infos{
        width: 75vw;
        margin: 40px 0px;
    }

    #derniers-proj .title{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}




/*   SECTION A PROPOS   */

#a-propos{
    background-color: #0B181F;
    width: 100vw;
    height: auto;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

#a-propos .intro{
    display: flex;
    flex-direction: row;
    height: auto;
    width: 70vw;
    color: #E7F0F4;
    justify-content: center;
    align-items: center;
}

#a-propos .intro img{
    height: 250px;
    width: auto;
    margin-right: 30px;
}

#a-propos span{
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

#a-propos span h2{
    margin-left : 0;
}

@media screen and (max-width:1000px) {
    #a-propos .intro{
        flex-direction: column;
    }

    #a-propos img{
        margin-bottom: 30px;
    }
}






/*   PARTIES CENTRES INTERETS   */

#interets{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin : 100px 0;
}

#interets .container{
    display: flex;
    flex-direction: row;
    width: 70%;
    justify-content: space-between;
}

#interets .passions{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 45%;
}

#interets .hobbies{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 45%;
}

#interets .items{
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    width: 100%;
    color: #E7F0F4;
    align-items: center;
}

#interets img{
    width: 100px;
    margin-right: 20px;
}

#interets h2{
    margin: 0;
}

#interets .titre{
    font-family: 'Shippori Antique B1';
    font-size: 1.8em;
    margin-bottom: 8px;
    position: relative;
    color: #E7F0F4;
}

@media screen and (max-width:1000px){
    #interets .container{
        width: 90vw;
        flex-direction: column;
        align-items: center;
    }

    #interets .passions{
        width: 90%;
        margin-bottom: 80px;
    }

    #interets .hobbies{
        width: 90%;
        margin-bottom: 80px;
    }
}