.hidden{
    display: none;
}
li.hidden{
    list-style: none;
}

.title{
    font-family: 'Ubuntu', 'Roboto', 'sans-serif';
}
.title__big{
    font-size: 45pt;
    font-variant: small-caps;
    line-height: 1.8;
    margin-top: 120px;
    margin-bottom: 60px;
    text-align: center;
}
.title__small{
    font-size: 32pt;
    font-variant: small-caps;
    line-height: 1.8;
}
.title__small--menu{
    font-size: 16pt;
    line-height: 2;
    margin-left: 0;
    list-style: none;
}
h2{
    position: relative;
}
h2::before {
    content: " ";
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    left: -40px;
    bottom: 0;
    background-color: #27c957;
}
header{
    background-color: white;
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    z-index: 999;
}

.by{
    font-size: 45pt;
    color: #27c957;
}

li a{
    text-decoration: none;
    color: white;
}
li a:hover{
    color: black;
}
li a:focus{
    color: rgb(175, 38, 255);
}
li a:active{
    color: rgb(175, 38, 255);
}


.btn{
    position: fixed;
    right: 2%;
    top: 1%;
    background: none;
    box-shadow: none;
    border: none;
}
.btn span{
    display: none;
}

.btn::before{
    content: "";
    display: inline-block;
    height: 50px;
    width: 50px;
    background-image: url(img/menu.svg);
}

.close{
    position: fixed;
    right: 0.5%;
    top: 0.5%;
    background: none;
    box-shadow: none;
    border: none;
}
.close span{
    display: none;
}

.close::before{
    content: "";
    display: inline-block;
    height: 60px;
    width: 60px;
    background-image: url(img/x.svg);
}

.nav__barre{
    background-color: #fff;
    height: 75px;
    position: fixed;
}
nav{
    position: fixed;
    top: 75px;
    right: 0px;
    z-index: 5;
}
ul{
    display: flex;
    flex-direction: column;
}
a:hover{
    color: black;
}
a:focus{
    color: rgb(175, 38, 255);
}
a:active{
    color: rgb(175, 38, 255);
}

a.presentation:hover{
    color: black;
}
a.presentation:focus{
    color: rgb(175, 38, 255);
}
a.presentation:active{
    color: rgb(175, 38, 255);
}

.menu{
    background-color: #27c957;
    margin-top: -1px;
    padding: 31px 22px 31px;
    height: 100vh;
    width: 100vw;
}

.menu--hidden{
    display:none;
}


body{
    font-family: 'Merriweather', 'serif';
    margin: 0;
}

small{
    font-family: 'Merriweather', 'serif';
    font-size: 11pt;
    margin-left: 11px;
}
.présentation{
    text-decoration: none;
    color: #27c957;
}
.source{
    font-size: 11pt;
    line-height: 1.8;
    text-decoration: none;
    color: #3b413d;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 12px;
}
figure{
    margin: 0;
}
figure.source{
    margin-top: 11px;
}


.alvin{
    max-width: 100%;
    margin-top: 0;
}

.monika{
    display: flex;
    justify-content: center;
    max-width: 100%;
}
.ubuntu{
    max-width: 100%;
}

.john{
    max-width: 100%;
}

.eye{
    max-width: 100%;
}
.james{
    max-width: 100%;
}

.shuri{
    max-width: 100%;
}

.cornel{
    max-width: 100%;
}

.assembly{
    max-width: 100%;
}

.nelson{
    max-width: 100%;
}

.insta{
    height: 200px;    
}

.video{
    display: flex; 
    justify-content: center;
    margin-top: 31px;
    margin-bottom: 43px;
    width: 320px;
}

p{
    font-size: 16pt;
    line-height: 43px;
    margin: 60px 0 60px;
}

h2+p{
    margin: 0;
}
h2+.citation{
    margin-top: 0;
}
p+img{
    margin-top: 31px;
}
p+p{
    margin: 60px 0 60px;
}

.citation{
    font-size: 16pt;
    line-height: 1.8;
    font-weight: bold;
    text-indent: -0.6em;
    margin-top: 22px;
    margin-right: 0;
    margin-left: 0; 
    background-color: #27c957;
    color: #fff;
    padding: 22px;
}
.citation--first{
    font-size: 23pt;
    line-height: 1.8;
    font-weight: bold;
    text-indent: -0.6em;
    margin: 43px 0 43px;
    background-color: #27c957;
    color: #fff;
    padding: 22px;
}
.citation--big{
    font-size: 23pt;
    line-height: 1.8;
    font-weight: bold;
    text-indent: -0.6em;
    background-color: #27c957;
    color: #fff;
    padding: 15px;
}
.story{
    margin: 43px 17px;
}
.container {
    width: 300px;
    margin: 0 auto;
}
.footer{
    background: #27c957;
    padding: 8.75%;
    color: #fcfcfc;
    margin-top: 120px;
}
.footer__box{
    justify-content: space-between;
    margin-left: 31px;
}
.footer__box--logo{
    font-weight: 900;
    font-size: 23pt;
    line-height: 1.8;
    letter-spacing: 2px;
}
.footer__box--title{
    font-weight: 800;
    font-size: 16pt;
    line-height: 1.8;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 60px 0;
}

.footer__box--list{
    list-style: none;
    text-decoration: none;
    font-weight: 400;
    font-size: 16pt;
    letter-spacing: 1px;
    line-height: 60px;
    padding: 0;
}
.footer__box--list a{
    list-style: none;
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 16pt;
    line-height: 60px;
    letter-spacing: 1px;
    padding: 0;
}
.reseaux{
    list-style: none;
    font-weight: 400;
    font-size: 11pt;
    line-height: 1.8;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 70px;
}

.reseaux__el a{

    display: inline-block;
    width: 50px;
    height: 50px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background-image: url(img/icon-twitter.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}

.reseaux__el--facebook a{
    background-image: url(img/icon-facebook.svg);
}
.reseaux__el--instagram a{
    background-image: url(img/icon-instagram.svg);
    color: #fff;
}
.reseaux__el--linkedin a{
    background-image: url(img/icon-linkedin.svg);
    color: #fff;
}
.reseaux__el--medium a{
    background-image: url(img/medium.svg);
}

.reseaux__el a:hover,
.reseaux__el a:focus{
    background-color: black;

}

footer li a:hover{
    text-decoration: underline;
    color: white;
}
footer li a:focus{
    color: rgb(175, 38, 255);
}
footer li a:active{
    color: rgb(175, 38, 255);
}

.footer__copy{
    font-weight: 400;
    font-size: 11pt;
    line-height: 22px;
    margin-top: 43px;
}

@media (min-width: 700px){
    .hidden{
        display: none;
    }
    li.hidden{
        list-style: none;
    }
    
    .title{
        font-family: 'Ubuntu', 'Roboto', 'sans-serif';
    }
    .title__big{
        font-size: 64pt;
        font-variant: small-caps;
        line-height: 1.8;
        margin-top: 60px;
        margin-bottom: 43px;
        text-align: center;
    }
    .title__small{
        font-size: 23pt;
        font-variant: small-caps;
        line-height: 1.8;
    }

    .title__small--menu{
        font-size: 23pt;
        line-height: 1.8;
        margin-left: 0;
        list-style: none;
    }

    .by{
        font-size: 45pt;
        color: #27c957;
    }
    
    .btn{
        position: fixed;
        right: 2%;
        top: 1%;
        background: none;
        box-shadow: none;
        border: none;
    }
    .btn span{
        display: none;
    }
    
    .btn::before{
        content: "";
        display: inline-block;
        height: 50px;
        width: 50px;
        background-image: url(img/menu.svg);
    }

    .menu{
        margin-top: -1px;
        padding: 31px 22px 31px;
        height: 100vh;
        width: 100vw;
    }

    .close{
        position: fixed;
        right: 1.5%;
        top: 0.5%;
        background: none;
        box-shadow: none;
        border: none;
    }
    .close span{
        display: none;
    }
    
    .close::before{
        content: "";
        display: inline-block;
        height: 60px;
        width: 60px;
        background-image: url(img/x.svg);
    }
    .nav__barre{
        background-color: #fff;
        height: 60px;
        position: fixed;
    }
    nav{
        position: fixed;
        top: 60px;
        right: 0;
        z-index: 5;
    }
    ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    body{
        font-family: 'Merriweather', 'serif';
    }
    
    .grid {
        display: grid;
        grid-template-columns: 50% 47%;
        grid-column-gap: 11px;
        grid-template-rows: auto auto;
        grid-template-areas:
            "image texte1"
            "texte2 texte2";
    }
    figure{
        display: flex;
        flex-direction: column;
        margin-bottom: 22px;
        margin-right: 0;
        margin-left: 0;
        grid-area: image;
    }
    .grid__text--up{
        grid-area: texte1;
    }
    .grid__text--down{
        grid-area: texte2;
        margin-top: -8px;
    }
    small{
        font-family: 'Merriweather', 'serif';
        font-size: 11pt;
        margin-left: -15px;
    }
    .présentation{
        text-decoration: none;
        color: #27c957;
    }

    figcaption{
        font-size: 11pt;
    }
    .alvin{
        max-width: 100%;
    }
    
    .monika{
        display: flex;
        justify-content: center;
        max-width: 100%;
    }
    .ubuntu{
        max-width: 100%;
    }
    
    .john{
        max-width: 100%;
    }
    
    .eye{
        max-width: 100%;
    }
    .james{
        max-width: 100%;
    }
    
    .shuri{
        width: 250px;
    }
    
    .cornel{
        max-width: 100%;
    }
    
    .assembly{
        max-width: 100%;
    }
    
    .nelson{
        max-width: 100%;
    }

    .insta{
        height: 400px;    
    }
    
    .video{
        display: flex; 
        justify-content: center;
        margin-top: 31px;
        margin-bottom: 43px;
        width: 590px;
    }
    
    p{
        font-size: 16pt;
        line-height: 1.8;
        margin: 43px 0 43px;
        display: inline-block;
    }
    h2+p{
        margin: 0;
    }
    h2+.citation{
        margin-top: 0;
    }
    img+p{
        margin-top: 43px;
        margin-bottom: 43px;
    }
    p+p{
        margin: 0 0 43px;
    }
    
    .citation{
        font-size: 16pt;
        line-height: 1.8;
        font-weight: bold;
        text-indent: -0.6em;
        margin-left: 0;
        margin-right: 0;
        background-color: #27c957;
        color: #fff;
        padding: 31px;
        display: inline-block;
    }
    .citation--first{
        font-size: 23pt;
        line-height: 1.8;
        font-weight: bold;
        text-indent: -0.6em;
        margin: 43px 0 43px;
        background-color: #27c957;
        color: #fff;
        padding: 31px;
    }
    .citation--big{
        font-size: 23pt;
        line-height: 1.8;
        font-weight: bold;
        text-indent: -0.6em;
        background-color: #27c957;
        color: #fff;
        padding: 31px;
    }
    .story{
        margin: 43px 15px;
    }
    .container {
        width: 600px;
        margin: 0 auto;
    }
    .footer{
        background: #27c957;
        padding: 8.75%;
        color: #fcfcfc;
    }
    .footer__box{
        justify-content: space-between;
        text-align: center;
    }
    .footer__box--logo{
        font-weight: 900;
        font-size: 32pt;
        line-height: 1.8;
        letter-spacing: 2px;
    }
    .footer__box--title{
        font-weight: 800;
        font-size: 23pt;
        line-height: 1.8;
        letter-spacing: 6px;
        text-transform: uppercase;
    }
    .footer__box--list{
        list-style: none;
        text-decoration: none;
        font-weight: 400;
        font-size: 16pt;
        line-height: 1.8;
        letter-spacing: 1px;
        padding: 0;
        margin: 0;
    }
    .footer__box--list a{
        list-style: none;
        text-decoration: none;
        color: white;
        font-weight: 400;
        font-size: 16pt;
        line-height: 3;
        letter-spacing: 1px;
        padding: 0;
    }

    .footer__copy{
        font-weight: 400;
        font-size: 11pt;
        line-height: 19px;
        margin: 60px 30% 0;
    }
}

@media (min-width: 1100px){
    .title__big{
        font-size: 96pt;
        font-variant: small-caps;
        line-height: 1.8;
        margin-bottom: 64px;
        text-align: center;
        margin-top: 91px;
    }
    .title__small{
        font-size: 34pt;
        font-variant: small-caps;
        line-height: 1.8;
        margin-bottom: 31px;
    }
    .title__small--menu{
        font-size: 24pt;
        line-height: 1.8;
        margin-left: 0;
        list-style: none;
    }
    .menu{
        margin-top: -1px;
        padding: 32px 23px 32px;
        height: 100vh;
        width: 100vw;
    }

    body{
        font-family: 'Merriweather', 'serif';
        font-variant-ligatures: none;
    }
    
    .by{
        font-size: 48pt;
        color: #27c957;
    }

    ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 0;
    }
    small{
        font-family: 'Merriweather', 'serif';
        font-size: 12pt;
        margin-left: 64px;
    }
    .présentation{
        text-decoration: none;
        color: #27c957;
    }
    .source{
        font-size: 12pt;
        line-height: 1.8;
        text-decoration: none;
        color: #3b413d;
        text-align: left;
        display: flex;
        justify-content: flex-start;
        margin-left: 24px;
    }
    .grid {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-column-gap: 24px;
        grid-template-rows: auto auto;
        grid-template-areas:
            "image texte1"
            "image texte2";
    }
    figure{
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
        grid-area: image;
    }
    .grid__text--up{
        grid-area: texte1;
    }
    .grid__text--down{
        grid-area: texte2;
        margin-top: -12px;
    }
    figcaption{
        font-size: 12pt;
    }
    .alvin{
        width: 750px;
    }
    
    .monika{
        height: 500px;
    }
    .ubuntu{
        width: 750px;
    }
    
    .john{
        width: 750px;
    }
    
    .eye{
        width: 750px;
    }
    .james{
        width: 750px;
    }
    
    .shuri{
        width: 455px;
        margin-bottom: 23px;
    }
    
    .cornel{
        width: 650px;
    }
    
    .assembly{
        width: 650px;
    }
    
    .nelson{
        width: 650px;
    }

    .insta{
        width: 650px;    
    }
    
    .video{
        display: flex; 
        justify-content: center;
        margin-top: 32px;
        margin-bottom: 45px;
        width: 800px;
    }
    .citation{
        font-size: 17pt;
        line-height: 1.8;
        font-weight: bold;
        text-indent: -0.6em;
        margin-top: 48px;        
        background-color: #27c957;
        color: #fff;
        padding: 12px;
    }
    .citation--first{
        font-size: 24pt;
        line-height: 1.8;
        font-weight: bold;
        text-indent: -0.6em;
        margin: 45px 0 45px;
        background-color: #27c957;
        color: #fff;
        padding: 12px;
    }
    .citation--big{
        font-size: 24pt;
        line-height: 1.8;
        font-weight: bold;
        text-indent: -0.6em;
        background-color: #27c957;
        color: #fff;
        padding: 12px;
    }
    
    p{
        font-size: 17pt;
        line-height: 1.8;
        margin-top: 45px;
        margin-bottom: 64px;
        max-width: 850px;
        font-variant-ligatures: none;
        display: inline-block;
    }
    h2+p{
        margin: 0 0 65px;
    }
    h2+.citation{
        margin-top: 0;
    }
    img+p{
        margin-top: 45px;
        margin-bottom: 45px;
    }
    p+p{
        margin: 0 0 45px;
    }
    .citation{
        font-size: 17pt;
        line-height: 1.8;
        font-weight: bold;
        text-indent: -0.6em;
        margin: 64px 0;
        display: inline-block;
        max-width: 50ch;
        padding: 45px;
    }
    .citation--first{
        font-size: 24pt;
        line-height: 1.8;
        font-weight: bold;
        text-indent: -0.6em;
        margin: 32px 0 32px;
        padding: 45px;
    }
    .citation--big{
        font-size: 24pt;
        line-height: 1.8;
        font-weight: bold;
        text-indent: -0.6em;
        padding: 45px;
    }
    .story{
        margin: 0 34px;
    }
    .container {
        width: 1000px;
        margin: 0 auto;
    }

    /*FOOTER*/

    footer div{
        display: block;
    }
    .footer{
        background: #27c957;
        padding: 8.75%;
        color: #fcfcfc;
    }
    
    .footer__box{
        display: flex;
        text-align: left;
        justify-content: space-between;
    }
    .footer__box--logo{
        font-weight: 900;
        font-size: 24pt;
        line-height: 1.8;
        letter-spacing: 2px;
    }
    .footer__box--title{
        font-weight: 800;
        font-size: 17pt;
        line-height: 1.8;
        letter-spacing: 8px;
        text-transform: uppercase;
    }
    .footer__box--list{
        list-style: none;
        text-decoration: none;
        font-weight: 400;
        font-size: 12pt;
        line-height: 1.8;
        letter-spacing: 1px;
        padding: 0;
        display: inline-block;
    }
    .footer__box--list a{
        list-style: none;
        text-decoration: none;
        color: white;
        font-weight: 400;
        font-size: 12pt;
        line-height: 64px;
        letter-spacing: 1px;
        padding: 0;
    }
    
    .footer__copy{
        font-weight: 400;
        font-size: 12pt;
        line-height: 17px;
        margin: 64px 30% 0;
    }
}

