
.page_a_propos{
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 3.5rem;
    color: rgb(7, 7, 7);
    background-color: #FEFEFF;
}
.portrait{   
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portrait img{
    clip-path: circle(40%);
    width: 50%;
}
.footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-basis: 50%;
}

.eau-svg{
    background-image: url("../motif-eau2.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 3rem;
    margin-top: -5%;
    
}
.cv{
    position: relative;
    top:1rem;
    z-index: 1;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: rgb(7, 7, 7);
}
.cv img{
    height: 3rem;
}

.biographie{
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
}


.page_a_propos h1{
    font-family: 'Oswald', sans-serif;
    margin-bottom: 5%;
    margin-top: 0;
    white-space: nowrap;
    text-decoration: none;
    font-size: 1.5rem;  
}

.titre-biographie{
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 10%; 
    margin-top: 1%;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 50%;
}

.left-accolade{
    font-size: 1.5rem;
    margin-right: .5rem;
}

.right-accolade{
    font-size: 1.5rem;
    margin-left: .5rem;
}
.citation{
    font-size: .8rem;
    font-style: normal;
}

.intro{
    margin-top: 0;
    font-style: italic;
    font-weight: 300;
}
@media screen and (min-width: 768px) {
    html {
        font-size: 100%;
    }
    body{
        overflow-y: hidden; 
        overflow-x: hidden;
    }
    .portrait{   
        flex-basis: 10%;
        justify-content: center;
        display: flex;
        width: 100%;
    }
    .portrait img{
        width: 50%;
    }
    .titre-biographie{
        margin-top: 0;
        margin-bottom: 5%;
        font-size: 1.5rem;
    }
    .titre-biographie h1{
        margin: 0;
        margin-bottom: 5%;
        font-size: 2.5rem;
    }

    .cv img{
        height: 5.5rem;
    }

    .eau-svg{
        height: 8rem;
    }
    .cv{
        top:3rem;
    }
}
@media screen and (min-width: 1100px) {

    .page_a_propos{
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .portrait{   
        margin: auto;
        flex-basis: 50%;
    }
    .portrait img{
        clip-path: none;
        width: 100%;
    }
    .biographie{
        margin: 0;
        justify-content: center;
    }
    .titre-biographie{
        flex-wrap: nowrap;
        font-size: 1.1rem;
        text-align: left;
        margin: 10%;
        margin-bottom: 0;
        flex-wrap: nowrap;
        flex-basis: 50%;
    }
    .texte-biographie{
        margin:5%;
        margin-bottom: 0;
        margin-top: 0;
    }
    .page_a_propos h1{
        margin-right: 10%;
        font-size: 2rem;  
    }

    .left-accolade{
        font-size: 1.5rem;
        margin-right: .5rem;
    }
    
    .right-accolade{
        font-size: 1.5rem;
        margin-left: .5rem;
    }
    .eau-svg{
        height: 8rem;
    }
    .cv img{
        height: 4rem;
    }
}
