html {
    background-color: #999ea0;
    background-color: #ffffff;
/*    background-image: url(TRAME-03.jpg);*/
    background-size: 100%;
}

body {
    font-family: "Helvetica Neue", "Helvetica", "Bastardo", sans-serif;
    /*    height: 100vw;*/
    /*    overflow: hidden;*/
    margin: 0;
    font-size: 15px;
    padding: 3vw 6vw;
}

header {
    /*    border-bottom: 1px solid #000;*/
    top: 0;
    color: BLACK;
    margin-bottom: 1vw;
    /*    background-color: red;*/
    float: left;
    height: 100%;
    margin-right: 6vw;
}

.ratte {
    /*    height: 600px;*/
    /*    width: 100%;*/
    /*    background-image: url(visuel-web.jpg);*/
    /*    background-size: cover;*/
    /*    border-bottom: 1px solid #000;*/
}

h1,
.mail,
aside,
footer {
    padding-bottom: .5vw;
    /*    padding-top: .7vw;*/
    /*    padding-left: 1vw;*/
    padding-right: 1vw;
    margin: 0;
}

h1 {
    font-size: 29px;
    font-weight: 300;
    padding-bottom: 0;
    letter-spacing: 0.1vw;
}

header a {
    text-decoration: none;
    color: BLACK;
}

.mail,
aside {
    /*  border-top: 1px solid #000;*/
    padding-top: 0;
}

.mail {
    font-size: 13.5px;
    font-weight: 100;
    letter-spacing: 0.1vw;
    margin-bottom: 3vw;
}

aside a {
    display: block;
    color: BLACK;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 0.1vw;
    padding-bottom: 0.2vw;
    font-size: 18px;
}

footer {
    font-size: 1vw;
    margin-top: 100px;
    float: left;
    height: 60px;
}

.CharOverride-3 {
    font-weight: 700;
    padding-right: 1vw;
}

main p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5rem;
}

.CharOverride-2,
.CharOverride-5 {
    font-style: italic;
}

main {
    width: 63%;
    color: BLACK;
    float: left;
    height: 100%;
    padding-bottom: 90px;
    /*    background-color: yellow;*/
}

.bio-title {
    margin-bottom: 0.5vw;
    display: inline-block;
}

.white {
    color: white;
}

.gaya img {
    width: 800px;
    margin-top: 100px;
}

.invitation img {
    width: 500px;
    margin-top: 100px;
}

.molasse img {
    width: 500px;
}

.entretien {
    color: black;
    padding-bottom: 70px;
    display: inline-block;
    max-width: 238px;
    margin-top: 35px;
}


td {
    vertical-align: top;
}

@media screen and (max-width: 700px) {

    html {
        background-size: 250%;
    }

    body {
        /*    background-color: #fdecc5;*/
    }
    body {
        font-size: 4vw;
        padding: 6vw 8vw;
    }
    h1 {
        /*        font-size: 6vw;*/
    }
    .mail {
        /*      font-size: 3vw;*/
        letter-spacing: 0.3vw;
    }
    footer {
        font-size: 2vw
    }
    .ratte {
        /*        height: 300px;*/
    }
    main {
        width: 100%;
        margin-top: 6vw;
    }
    main p {
        /*      font-size: 3vw;*/
    }
    .invitation img {
        width: 100%;
    }
    .gaya img {
        width: 100%;
    }
    
    .molasse img {
        width: 100%;
    }
    
    .entretien {
        max-width: 100%;
    }
}


@font-face {
    font-family: "Bastardo";
    src: url("BastardoV2-Regular.17d973f9.woff2") format("woff2"),
    url("BastardoV2-Regular.17d973f9.woff") format("woff");
}
