html, body {
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    background-color: #F5BA06;
    font-family: 'Averta-Light';
    color: #09022E;
    font-size: 40px;
    height: 100%;
}


@font-face {
    font-family: 'Averta-Bold';
    src: url('../fonts/Averta-Bold.eot');
    src: url('../fonts/Averta-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-Bold.woff2') format('woff2'),
    url('../fonts/Averta-Bold.woff') format('woff'),
    url('../fonts/Averta-Bold.ttf') format('truetype'),
    url('../fonts/Averta-Bold.svg#Averta-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Averta-LightItalic';
    src: url('../fonts/Averta-LightItalic.eot');
    src: url('../fonts/Averta-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-LightItalic.woff2') format('woff2'),
    url('../fonts/Averta-LightItalic.woff') format('woff'),
    url('../fonts/Averta-LightItalic.ttf') format('truetype'),
    url('../fonts/Averta-LightItalic.svg#Averta-LightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Averta-Light';
    src: url('../fonts/Averta-Light.eot');
    src: url('../fonts/Averta-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-Light.woff2') format('woff2'),
    url('../fonts/Averta-Light.woff') format('woff'),
    url('../fonts/Averta-Light.ttf') format('truetype'),
    url('../fonts/Averta-Light.svg#Averta-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LemonJuice';
    src: url('../fonts/LemonJuice.eot');
    src: url('../fonts/LemonJuice.eot') format('embedded-opentype'),
    url('../fonts/LemonJuice.woff') format('woff'),
    url('../fonts/LemonJuice.ttf') format('truetype'),
    url('../fonts/LemonJuice.svg#LemonJuice') format('svg');
    font-weight: normal;
    font-style: normal;
}


header {
    position: fixed;
    top: 10px;
    left: 10px;
}


main {
    max-width: calc(1920px * 11);
    max-height: 100%;
    overflow-y: hidden;
    height: 100%; /* makes panels the entire window height */
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /*background: url(../img/bg-1.png) no-repeat left bottom;*/

}

section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    text-align: center;
}

.da-slide {
    position: relative;
    min-width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.da-slide .da-img {
    height: 90%;
}

.da-slide h2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    font-weight: 100;
    font-size: 1rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

.da-slide h2 .number {
    color: #fff;
    font-family: 'Averta-Bold';
}

.da-slider .script {
    font-family: 'LemonJuice';
    font-size: 2.1rem;
    letter-spacing: 2px;
    display: block
}

.da-img img.portrait {
    height: auto;
    width: 50%;
    text-align: center;
}

.da-img img.cartoon {
    position: absolute;
}

.name {
    font-family: 'Averta-Light';
    font-size: 0.65rem;
    display: inline-block;
    position: absolute;
    top: 65%;
    color: #19142E;
    right: 5%;
    text-align: left;
    line-height: 23px;
    border-left: 4px solid #68D1D8;
    padding-left: 15px;
}

.name.right {
    left: 26vw;
    right: auto;
    text-align: right;
    border-left: 0;
    border-right: 4px solid #68D1D8;
    padding-right: 15px;
}

.name span {
    font-family: 'Averta-LightItalic';
    font-size: 0.425rem;
}

/* Intro */
#section-1 .da-slide {
    background: url(../img/bg_intro.png) no-repeat right bottom;
    background-size: 100%;
    justify-content: flex-start;
}

.logo {
    padding-top: 50px;
    padding-left: 70px;
    display: block;
    text-align: left;
}

#section-1 .da-slide h2 {
    margin-top: 15%;
}

.tramage {
    position: absolute;
    top: 0;
    left: -30px;
    width: 85vw;
}

.nuage {
    position: absolute;
    top: 90px;
    right: 100px;
    width: 20vw;
}

/*A l'écoute*/
#section-2 .da-slide {
    background: url(../img/bg_alecoute.png) no-repeat left bottom;
    background-size: 100%;
}

#section-2 .da-img img.nuage {
    top: 30px;
}

#section-2 .da-img img.stars {
    top: 150px;
    left: 27vw;
    width: 11vw;
}

#section-2 .da-img img.zigzag {
    top: 320px;
    right: 23vw;
    width: 9vw;
}

/*Passionés*/
#section-3 .da-slide {
    background: url(../img/bg_passiones.png) no-repeat right bottom;
    background-size: 100%;
}

#section-3 .da-img img.portrait {
    width: 35%;
    height: auto;
    margin-bottom: 65px;
}


#section-3 .da-img img.flash1 {
    top: 20%;
    left: 25%;
    width: 5%;
}

#section-3 .da-img img.flash2 {
    top: 25%;
    right: 25%;
    width: 4%;
}

#section-3 .da-img img.spirale {
    bottom: -50px;
    right: -12vw;
    z-index: 50;
    width: 30vw;
}

#section-3 .da-img img.nuage {
    top: 40vh;
    left: 6vw;
    right: auto;
    width: 10vw;

}


/*Engagés*/
#section-4 {
    background: url(../img/bg_anne.svg) no-repeat right bottom;
    background-size: 100%;
}

#section-4 .da-slide {
    background: url(../img/bg_engages.png) no-repeat center bottom;
    background-size: 100%;
}

#section-4 .da-img img.stars {
    top: 200px;
    right: 31vw;
    width: 117px;
}

#section-4 .da-img img.drone {
    top: 25%;
    left: 30%;
    width: 10%;
}

#section-4 .da-img img.zigzag {
    top: 120px;
    left: 26vw;
    width: 107px;
}

#section-4 .name {
    top: 60%;
    left: 15%;
}

#section-4 .da-img img.portrait {
    height: auto;
    width: 36%;
    text-align: center;
}

/*Agiles*/

#section-5 .da-slide {
    background: #68D1D8 url(../img/bg_agile_2.png) no-repeat left bottom;
    background-size: 100%;
    justify-content: flex-start;

}

#section-5 .da-img img.agiles {
    margin-bottom: 20%;
    width: 40%;
    top: 0%;
    position: absolute;
    left: 33%;
}

#section-5 .da-img img.vents {
    top: 200px;
    left: 21vw;
    width: 388px;
}

#section-5 .da-img img.vagues {
    display: none;
}

#section-5 .da-img img.oiseaux {
    top: 50px;
    left: 16vw;
    width: 119px;
}

#section-5 .da-img img.nuage {
    top: 120px;
    left: 6vw;
    width: 167px;
}

#section-5 .da-img img.nuage4 {
    top: 390px;
    right: 16vw;
    width: 125px;
}

#section-5 .da-img img.nuage3 {
    top: 120px;
    right: 6vw;
    width: 187px;
}

#section-5 .da-img img.spirale {
    bottom: -170px;
    right: 0vw;
    z-index: 0;
    width: 25vw;
}

#section-5 .name {
    top: 59%;
    right: 5%;
    border-left-color: #F5BA06;
}

/*Naturels*/

#section-6 .da-slide {
    background: #68D1D8 url(../img/bg_naturels.png) no-repeat center;
    background-size: 100%;
}

#section-6 .da-img img.naturels {
    width: 25%;
    bottom: 0;
    position: absolute;
    left: 37.5%;
}

#section-6 .da-img img.soleil {
    top: 10%;
    left: 12vw;
    width: 10vw;
}

#section-6 .da-img img.orange {
    top: 31%;
    left: 37vw;
    width: 4vw;
}

#section-6 .da-img img.fraise {
    top: 18%;
    left: 46vw;
    width: 5vw;
}

#section-6 .da-img img.artichaut {
    top: 26%;
    left: 58vw;
    width: 4vw;
    z-index: 50;
}

#section-6 .da-img img.stars {
    top: 60%;
    right: 27vw;
    width: 6vw;
}

#section-6 .da-img img.nuage {
    top: 23%;
    right: 29vw;
    width: 13vw;
    z-index: 0;
}

#section-6 .da-img img.nuage3 {
    top: 10%;
    right: 5vw;
    width: 13vw;
    z-index: 50;
}

#section-6 .da-img img.shape1 {
    top: 0;
    right: 5vw;
    width: 26vw;
    z-index: 0;
}

#section-6 .da-img img.spirale {
    top: -30%;
    right: -15vw;
    z-index: 50;
    width: 33vw;
    transform: rotate(180deg);
}

#section-6 .name {
    border-right-color: #F5BA06;
}

/*combatifs*/

#section-7 .da-slide {
    background: #68D1D8 url(../img/bg_combatifs.png) no-repeat center bottom;
    background-size: 100%;
}

#section-7 .da-img img.portrait {
    width: 50%;
    height: auto;
    text-align: center;
    z-index: 150;
    position: absolute;
    bottom: 0;
    left: 25%;
}

#section-7 .da-img img.tornade {
    top: 20%;
    right: 19vw;
    width: 7vw;
}

#section-7 .da-img img.splash {
    position: absolute;
    top: 28%;
    left: calc(50% - 12.5%);
    width: 25%;
    z-index: 0;
}

#section-7 .da-img img.flash1 {
    top: 24%;
    left: 15%;
    width: 4vw;
    transform: rotate(-34deg);
}

#section-7 .name {
    border-right-color: #F5BA06;
    border-left-color: #F5BA06;
    right: 10vw;
}

#section-7 .name.right {
    left: 16vw;
    right: auto;
}

/*Geek*/

#section-8 .da-slide {
    background: #68D1D8 url(../img/bg_geek.png) no-repeat center bottom;
    background-size: 100vw 100vh;
}

#section-8 .da-img img.portrait {
    /*width: 60%;*/
}

#section-8 .da-img img.manette {
    top: 20%;
    right: 23vw;
    width: 11vw;
}

#section-8 .da-img img.nuage {
    top: 25%;
    left: 90px;
    width: 18vw;
    right: auto;
}

#section-8 .da-img img.invaders {
    top: 40%;
    left: 29vw;
    width: 5vw;
}

#section-8 .name.right {
    left: 22vw;
    right: auto;
    top: 53%;
    border-right-color: #F5BA06;
}

/*Persévérants*/

#section-9 .da-slide {
    background: #68D1D8 url(../img/bg_perserant.png) no-repeat right bottom;
    background-size: 100vw 100vh;
}

#section-9 .da-img img.portrait {
    width: 28%;
}

#section-9 .da-img img.partition {
    top: 49%;
    left: 24vw;
    width: 12vw;
}

#section-9 .da-img img.note-1 {
    top: 18%;
    left: 409px;
    width: 5vw;
}

#section-9 .da-img img.note-2 {
    top: 24%;
    right: 29vw;
    width: 7vw;
}

#section-9 .da-img img.spirale {
    top: -35%;
    left: -1vw;
    width: 28vw;
    transform: rotate(-75deg);
}

#section-9 .da-img img.nuage3 {
    top: 10%;
    right: 8vw;
    width: 13vw;
}

#section-9 .name {
    right: 37vw;
    top: 51%;
    border-left-color: #F5BA06;
}

#section-10 .da-slide {
    background: #68D1D8 url(../img/bg_fin.png) no-repeat right bottom;
    background-size: 100%;
}

#section-10 .da-slide h2 {
    font-size: 0.9rem;
    margin-top: 20vh;
}

#section-10 .da-slide h2 span {
    margin-bottom: 15px;
}

#section-10 .da-slide .logo {
    text-align: right;
    padding-right: 70px;
}

#section-10 .da-slide h2 .annee {
    width: 20%;
    margin: 15px auto;
}

#section-10 .da-img img.stars {
    top: 34%;
    right: 17vw;
    width: 7vw;
}

#section-10 .da-img img.forme-jaune {
    top: 10%;
    right: 0vw;
    width: 14vw;
}

#section-10 .da-img img.nuage {
    top: 38%;
    left: 5vw;
    width: 17vw;
}

/* Boutons */
div.nav {
    position: fixed;
    top: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 20px;
    line-height: 33px;
    cursor: pointer;
    text-align: center;
    z-index: 1000;
    margin-left: 15px;
    margin-right: 15px;
    font-family: 'LemonJuice';
}

div.nav.next {
    right: 0;
}

/* Responsive */

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

    #section-2 .da-img img.portrait {
        margin-left: -20%;
        margin-bottom: -30px;
        height: 65vh;
    }

    #section-2 .da-img img.stars {
        top: 24vh;
        left: 23vw;
        width: 13%;
        height: auto;
    }

    #section-2 .da-img img.nuage {
        top: 13vh;
        right: 6vw;
    }

    #section-2 .da-img img.zigzag {
        right: 15vw;
        top: 43%;
        width: 10%;
    }

    #section-2 .name {
        top: 26%;
    }

    #section-3 .da-img img.portrait {
        width: 53%;
        margin-bottom: 245px;
        height: auto;
    }

    #section-3 .da-img img.flash1 {
        top: 20vh;
        left: 20vw;
        height: auto;
        width: 7vw;
    }

    #section-3 .da-img img.flash2 {
        top: 21vh;
        right: 43vw;
        width: 5vw;
    }

    #section-3 .name {
        top: 67%;
        right: 7vw;
    }

    #section-4 .da-img img.portrait {
        margin-bottom: -23px;
    }

    #section-4 .name {
        top: 73%;
        left: 10%;
    }

    #section-4 .da-img img.drone {
        top: 25%;
        left: 20vw;
        width: 17%;
    }

    #section-4 .da-img img.zigzag {
        top: 15%;
        bottom: auto;
        left: 5vw;
        width: 13%;
    }

    #section-4 .da-img img.stars {
        top: 17vh;
        right: 11vw;
        width: 14%;
    }

    #section-5 .da-img img.agiles {
        margin-top: -9vh;
        height: auto;
        width: 60%;
        margin-left: -145px;
    }

    #section-5 .da-img img.vagues,
    #section-5 .da-img img.nuage4 {
        display: none;
    }

    #section-5 .da-img img.vents {
        top: 26%;
        width: 36%;
        left: 9vw;
    }

    #section-5 .da-img img.nuage3 {
        top: 8vh;
        right: 0;
    }

    #section-5 .name {
        top: 60%;
        right: 7vw;
    }

    #section-5 .da-img img.nuage {
        top: 19%;
    }

    #section-5 .da-img img.oiseaux {
        top: 5vh;
        left: 6vw;
        height: 81px;
        width: 119px;
    }

    #section-6 .da-img img.naturels {
        margin-bottom: -30px;
    }

    #section-6 .name {
        left: 5vw;
    }

    #section-6 .da-img img.fraise {
        width: 7%;
    }

    #section-6 .da-img img.orange {
        width: 6%;
        left: 21vw;
    }

    #section-6 .da-img img.artichaut {
        width: 6%;
        top: 33%;
        left: 68vw;
    }

    #section-7 .da-img img.portrait {
        width: 60%;
        left: 20%;
        right: 20%;
    }

    #section-7 .da-img img.splash {
        top: 32%;
        left: calc(50% - 16%);
        right: calc(50% - 16%);
        width: 32%;
    }

    #section-7 .name {
        top: 70%;
        right: 3%;
    }

    #section-7 .name.right {
        left: 5%;
        right: auto;
    }

    #section-7 .da-img img.flash1 {
        top: 31%;
        left: 18vw;
        width: 4%;
    }

    #section-7 .da-img img.tornade {
        top: 30%;
        right: 15%;
        width: 7%;
    }

    #section-8 .da-slide {
        background-size: 100vw 100vh;
    }

    #section-8 .da-img img.portrait {
        width: 60%;
        height: auto;
    }

    #section-8 .name.right {
        left: 6vw;
        top: 63%;
    }

    #section-8 .da-img img.invaders {
        top: 51%;
        left: 19vw;
        width: 9vw;
    }

    #section-8 .da-img img.manette {
        top: 30%;
        right: 17vw;
        width: 11%;
    }

    #section-9 .da-slide {

        background-size: 100vw 100vh;
    }

    #section-9 .da-img img.partition {
        top: 55%;
        left: 15%;
        width: 16%;
    }

    #section-9 .da-img img.note-1 {
        top: 23%;
        left: 33%;
    }

    #section-9 .da-img img.note-2 {
        top: 24%;
        right: 25vw;
        width: 8%;
    }

    #section-9 .da-img img.nuage3 {
        top: 14%;
        right: 3vw;
        width: 12%;
    }

    #section-10 .da-img img.nuage {
        top: 8%;
    }

    #section-10 .da-img img.stars {
        top: 66%;
        width: 12vw;
    }

    #section-10 .da-slide .logo img {
        width: 10%;
    }
}

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

}

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

    html, body {
        font-size: 45px;
    }

    .name {
        line-height: 23px;
    }

    div.nav {
        padding: 10px;
    }

    #section-2 .name {
        top: 17%;
        right: 7%;

    }

    #section-2 .da-img img.portrait {
        height: auto;
        width: 150%;
        margin-left: -34%;
        text-align: center;
        margin-bottom: -20px;
    }

    #section-2 .da-img img.stars {
        top: 15%;
        left: 15%;
        width: 15%;
    }

    #section-2 .da-img img.zigzag {
        top: 52vw;
        right: 5vw;
        height: auto;
        width: 15%;
    }

    #section-2 .da-img img.nuage {
        display: none;
    }

    /*  #section-2 .da-img img.stars {
          top: 16vh;
          left: 14vw;
          width: 21vw;
      }

      #section-2 .da-img img.zigzag {
          top: 38vh;
          right: 0;
          height: auto;
          width: 20vw;
      }*/
    #section-3 .da-img img.portrait {
        width: 90%;
        height: auto;
        position: absolute;
        top: 25%;
        left: 5%;
    }

    #section-3 .name {
        left: 5%;
        bottom: 0;
        right: auto;
        top: auto;
    }

    #section-3 .da-img img.nuage {
        top: 10%;
        width: 22vw;
    }

    #section-3 .da-img img.flash1 {
        top: 17vh;
        left: 37vw;
        width: 10vw;
    }

    #section-3 .da-img img.flash2 {
        top: 20vh;
        right: 10vw;
        width: 8vw;
    }

    #section-3 .da-img img.spirale {
        right: -32vw;
        width: 60vw;
    }

    #section-4 .da-img img.portrait {
        height: auto;
        width: 90%;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #section-4 .da-img img.drone {
        top: 20%;
        left: 5%;
        width: 25%;
    }

    #section-4 .da-img img.zigzag {
        display: none;
    }

    #section-4 .da-img img.stars {
        top: 17%;
        right: 15%;
        width: 11%;
    }

    #section-4 .name {
        top: 27%;
        right: 17%;
        background: transparent;
        bottom: auto;
        padding: 0 15px 0 0;
    }

    #section-5 .da-slide {
        justify-content: space-between;
    }

    #section-5 .da-img img.nuage {
        top: 190px;
        left: 26vw;
        height: 82px;
        width: 107px;
    }

    #section-5 .da-img img.portrait {
        height: auto;
        width: 90%;
        top: 30%;
        left: 20%;
        margin-top: 0;
    }

    #section-5 .da-img img.vents {
        top: 45vw;
        left: -9vw;
        width: 55vw;
    }

    #section-5 .da-img img.nuage3 {
        top: 23vw;
        right: 17vw;
        height: auto;
        width: 140px;
    }

    #section-5 .da-img img.oiseaux {
        width: 18vw;
        top: 15vh;
    }

    #section-5 .da-img img.nuage4 {
        display: none;
    }

    #section-5 .name {
        top: 35vh;
        bottom: auto;
        background-color: transparent;
        padding: 0 0 0 10px;
    }

    #section-6 .da-slide {
        background-size: 250%;
    }

    #section-6 .name {
        left: 5vw;
        top: 84%;
        background: transparent;
        padding: 0 15px 0 0;
    }

    #section-6 .da-img img.orange {
        top: 41vw;
        left: 15vw;
        width: 13vw;
    }

    #section-6 .da-img img.fraise {
        top: 22vw;
        left: 45vw;
        width: 15vw;
    }

    #section-6 .da-img img.artichaut {
        top: 37vw;
        left: 70vw;
        width: 12vw;
    }

    #section-6 .da-img img.naturels {
        width: 70%;
        position: absolute;
        left: 15%;
    }

    #section-6 .da-img img.soleil {
        top: 5%;
        left: 7vw;
        width: 17vw;
    }

    #section-7 .da-img img.portrait {
        width: 90%;
        top: 30%;
        left: 5%;
        right: 5%;
    }

    #section-7 .name {
        top: 78vh;
    }

    #section-7 .name.right {
        top: 82%;
    }

    #section-7 .da-img img.flash1 {
        top: 14%;
        width: 7vw;
    }

    #section-7 .da-img img.tornade {
        top: 15%;
        width: 13vw;
    }

    #section-7 .da-img img.splash {
        top: 35%;
        right: 30%;
        width: 40%;
        z-index: 0;
        left: auto;
    }

    #section-8 .da-img img.portrait {
        width: 90%;
        height: auto;
        bottom: 10%;
        position: absolute;
        left: 5%;
    }

    #section-8 .da-slide {
        background-size: cover;
    }

    #section-8 .name.right {
        left: 15%;
        top: 25%;
    }

    #section-8 .da-img img.invaders {
        top: 50%;
        left: 18vw;
        width: 10vw;
    }

    #section-8 .da-img img.nuage {
        top: 37%;
        left: 50px;
    }

    #section-8 .da-img img.manette {
        top: 28%;
        right: 12vw;
        width: 26vw;
    }

    #section-9 .da-slide {
        background-size: cover;
    }

    #section-9 .da-img img.portrait {
        height: auto;
        width: 55%;
        margin-left: 95px;
        text-align: center;
    }

    #section-9 .da-img img.partition {
        top: 55%;
        left: 5%;
        width: 26%;
    }

    #section-9 .da-img img.note-1 {
        top: 20%;
        left: 15%;
        width: 7%;
    }

    #section-9 .da-img img.note-2 {
        top: 23%;
        right: 15%;
        width: 12%;
    }

    #section-9 .da-img img.nuage3 {
        top: 15%;
        right: -4vw;
        width: 19vw;
        z-index: 150;
    }

    #section-9 .name {
        right: 23vw;
        top: 54%;
    }

    #section-10 .da-img img.nuage {
        top: 4%;
        left: 5vw;
        width: 25vw;
    }

    #section-10 .da-img img.forme-jaune {
        top: 4%;
        width: 22vw;
    }

    #section-10 .da-slide h2 {
        margin-top: 10vh;
    }

    #section-10 .da-slide h2 span {
        margin: auto;
        margin-bottom: 15px;
        max-width: 83vw;
    }

    #section-10.da-slider .script {
        line-height: 1.5rem;
    }

    #section-10 .da-img img.stars {
        top: 74%;
        width: 17vw;
    }

    #section-10 .da-slide .logo {
        padding: 0;
        margin: auto;
        text-align: center;
    }

    #section-10 .da-slide .logo img {
        width: 46%;
    }

    #section-10 .da-slide h2 .annee {
        width: 40vw;
        margin-top: 35px;
    }
}


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

    html, body {
        font-size: 28px;
    }

    #section-2 .da-img img.portrait {
        height: auto;
        width: 190%;
        margin-left: -50%;
        text-align: center;
        margin-bottom: -20px;
    }

    #section-2 .da-img img.zigzag {
        display: none;
    }

    #section-3 .da-img img.nuage {
        top: 20%;
        width: 22vw;
    }

    #section-3 .name {
        left: 5%;
        top: 80%;
        width: 90%;
        bottom: auto;
    }

    #section-5 .da-img img.portrait {
        height: auto;
        margin-bottom: 37px;
    }

    #section-5 .da-img img.vents {
        top: 85vw;
        left: -9vw;
        width: 55vw;
    }

    #section-5 .da-img img.vents {
        top: 85vw;
    }

    #section-5 .da-img img.nuage3 {
        top: 47vw;
        right: 37vw;
        height: auto;
        width: 90px;
    }

    #section-5 .da-img img.nuage {
        left: 6vw;
    }

    #section-5 .da-img img.oiseaux {
        top: 5vh;
    }

    #section-6 .da-img img.soleil {
        top: 15%;
    }

    #section-6 .da-img img.orange {
        top: 63vw;
    }

    #section-6 .da-img img.fraise {
        top: 28vw;
    }

    #section-6 .da-img img.artichaut {
        top: 47vw;
    }

    #section-7 .da-img img.flash1 {
        top: 18%;
    }

    #section-7 .da-img img.tornade {
        top: 20%;
    }

    #section-9 .da-imh img.portrait {
        height: auto;
        width: 70%;
        text-align: center;
    }

    #section-9 .da-imh img.partition {
        display: none;
    }

    #section-10 .da-slide .logo img {
        width: 26%;
    }

}

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

    #section-3 .da-img img.portrait {
        width: 90%;
        height: auto;
        position: absolute;
        top: 20%;
        left: 5%;
    }

    #section-3 .name {
        left: 5%;
        top: 69%;
        width: 90%;
        bottom: auto;
    }

    #section-4 .da-img img.portrait {
        width: 130%;
        left: -10%;
    }

    #section-4 .name {
        top: 15%;
        right: 30%;
    }

    #section-5 .da-img img.portrait {
        height: 60%;
        width: auto;
    }

    #section-6 .da-img img.naturels {
        width: 90%;
        left: 5%;
    }

    #section-6 .name {
        left: 2%;
        top: 70%;
    }

    #section-7 .da-img img.portrait {
        width: 90%;
        top: 25%;
        left: 5%;
        right: 5%;
    }

    #section-7 .da-img img.flash1 {
        top: 15%;
    }

    #section-7 .da-img img.tornade {
        top: 15%;
    }

    #section-7 .da-img img.splash {
        top: 25%;
        right: 30%;
        width: 40%;
        z-index: 0;
        left: auto;
    }

    #section-7 .name {
        top: 65%;
    }

    #section-7 .name.right {
        top: 65%;
    }

    #section-9 .da-img img.portrait {
        width: 75%;
        left: 25%;
        position: absolute;
        margin: 0;
    }

    #section-9 .da-img img.note-2 {
        top: 19%;
        right: 5%;
    }

    #section-9 .name {
        right: 10%;
        top: 60%;
    }

}

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

    #section-3 .name {
        top: 68%;
    }

    #section-3 .da-img img.portrait {
        width: 90%;
        height: auto;
        position: absolute;
        top: 20%;
        left: 5%;
    }

    #section-4 .da-img img.portrait {
        height: auto;
        width: 140%;
        left: -13%;
        top: 10%;
    }

    #section-4 .name {
        top: 14%;
        right: 5%;
        left: auto;
    }

    #section-4 .da-img img.stars {
        display: none;
    }

    #section-5 .da-slide {
        background-size: 100% 100%;
    }

    #section-5 .da-img img.portrait {
        height: auto;
        margin-bottom: 0;
        width: 100%;
        bottom: 25%;
        /* position: absolute; */
        top: auto;
        left: 40%;
    }

    #section-5 .name {
        top: 25%;
    }

    #section-6 .da-img img.naturels {
        width: 85%;
        position: absolute;
        left: 10%;
        bottom: 10%;
    }

    #section-6 .name {
        left: 2%;
        top: 65%;
    }

    #section-7 .da-img img.portrait {
        width: 100%;
        top: 25%;
        left: 2%;
    }

    #section-7 .da-img img.flash1 {
        top: 15%;
    }

    #section-7 .da-img img.tornade {
        top: 15%;
    }

    #section-7 .name {
        top: 65%;
    }

    #section-7 .name.right {
        top: 68%;
    }

    #section-7 .da-img img.splash {
        top: 27%;
        right: 30%;
        width: 40%;
        z-index: 0;
        left: auto;
    }

    #section-8 .da-img img.portrait {
        width: 150%;
        height: auto;
        bottom: 5%;
        top: auto;
        position: absolute;
        left: -20%;
    }

    #section-8 .da-slide {
        overflow: hidden;
    }

    #section-8 .name.right {
        left: 5%;
        top: 25%;
    }

    #section-9 .da-img img.portrait {
        height: auto;
        width: 75%;
        margin-left: 95px;
        text-align: center;
        bottom: auto;
        position: absolute;
        left: 0;
        /* top: 20%;*/
    }

    #section-9 .da-img img.note-2 {
        right: 0;
    }

    #section-9 .name {
        right: 5%;
        top: 55%;
    }

    #section-10 .da-slide h2 span {
        max-width: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 360px) {
    .da-slide h2 {
        font-size: 1.2rem;
    }

    #section-3 .name {
        top: 75%;
    }

    #section-4 .da-img img.portrait {
        width: auto;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        top: auto;
        left: -5%;
        height: 85%;
    }

    #section-5 .da-img img.portrait {
        width: auto;
        margin-bottom: 36px;
        position: absolute;
        bottom: 15%;
        top: auto;
        left: 40%;
        height: 50%;
    }

    #section-5 .name {
        top: 30%;
    }

    #section-4 .name {
        background: transparent;
        padding: 0 15px 0 0;
        right: 5%;
        left: auto;
        bottom: auto;
    }

    #section-6 .da-img img.naturels {
        width: 90%;
        left: 5%;
        bottom: 0;
    }

    #section-6 .name {
        top: 80%;
    }

    #section-7 .name {
        top: 68%;
    }

    #section-8 .da-img img.portrait {
        width: 150%;
        height: auto;
        bottom: 5%;
        position: absolute;
        left: -20%;
    }

    #section-8 .name.right {
        left: 5%;
        top: 20%;
    }

    #section-8 .da-slide {
        overflow: hidden;
    }

    #section-9 .da-img img.portrait {
        width: 70%;
        top: 20%;
        bottom: auto;
    }

    #section-9 .name {
        right: 5%;
        top: 58%;
    }
}


@supports (-webkit-overflow-scrolling: touch) {
    #section-10 .da-slide .logo { 
        position: absolute;
        bottom: 18vh;
        left: 4vh;
    }
}

=======

html, body {
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    background-color: #F5BA06;
    font-family: 'Averta-Light';
    color: #09022E;
    font-size: 40px;
    height: 100%;
}


@font-face {
    font-family: 'Averta-Bold';
    src: url('../fonts/Averta-Bold.eot');
    src: url('../fonts/Averta-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-Bold.woff2') format('woff2'),
    url('../fonts/Averta-Bold.woff') format('woff'),
    url('../fonts/Averta-Bold.ttf') format('truetype'),
    url('../fonts/Averta-Bold.svg#Averta-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Averta-LightItalic';
    src: url('../fonts/Averta-LightItalic.eot');
    src: url('../fonts/Averta-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-LightItalic.woff2') format('woff2'),
    url('../fonts/Averta-LightItalic.woff') format('woff'),
    url('../fonts/Averta-LightItalic.ttf') format('truetype'),
    url('../fonts/Averta-LightItalic.svg#Averta-LightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Averta-Light';
    src: url('../fonts/Averta-Light.eot');
    src: url('../fonts/Averta-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-Light.woff2') format('woff2'),
    url('../fonts/Averta-Light.woff') format('woff'),
    url('../fonts/Averta-Light.ttf') format('truetype'),
    url('../fonts/Averta-Light.svg#Averta-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LemonJuice';
    src: url('../fonts/LemonJuice.eot');
    src: url('../fonts/LemonJuice.eot') format('embedded-opentype'),
    url('../fonts/LemonJuice.woff') format('woff'),
    url('../fonts/LemonJuice.ttf') format('truetype'),
    url('../fonts/LemonJuice.svg#LemonJuice') format('svg');
    font-weight: normal;
    font-style: normal;
}


header {
    position: fixed;
    top: 10px;
    left: 10px;
}


main {
    max-width: calc(1920px * 11);
    max-height: 100%;
    overflow-y: hidden;
    height: 100%; /* makes panels the entire window height */
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /*background: url(../img/bg-1.png) no-repeat left bottom;*/

}

section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    text-align: center;
}

.da-slide {
    position: relative;
    min-width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.da-slide .da-img {
    height: 90%;
}

.da-slide h2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    font-weight: 100;
    font-size: 1rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

.da-slide h2 .number {
    color: #fff;
    font-family: 'Averta-Bold';
}

.da-slider .script {
    font-family: 'LemonJuice';
    font-size: 2.1rem;
    letter-spacing: 2px;
    display: block
}

.da-img img.portrait {
    height: auto;
    width: 50%;
    text-align: center;
}

.da-img img.cartoon {
    position: absolute;
}

.name {
    font-family: 'Averta-Light';
    font-size: 0.65rem;
    display: inline-block;
    position: absolute;
    top: 65%;
    color: #19142E;
    right: 5%;
    text-align: left;
    line-height: 23px;
    border-left: 4px solid #68D1D8;
    padding-left: 15px;
}

.name.right {
    left: 26vw;
    right: auto;
    text-align: right;
    border-left: 0;
    border-right: 4px solid #68D1D8;
    padding-right: 15px;
}

.name span {
    font-family: 'Averta-LightItalic';
    font-size: 0.425rem;
}

/* Intro */
#section-1 .da-slide {
    background: url(../img/bg_intro.png) no-repeat right bottom;
    background-size: 100%;
    justify-content: flex-start;
}

.logo {
    padding-top: 50px;
    padding-left: 70px;
    display: block;
    text-align: left;
}

#section-1 .da-slide h2 {
    margin-top: 15%;
}

.tramage {
    position: absolute;
    top: 0;
    left: -30px;
    width: 85vw;
}

.nuage {
    position: absolute;
    top: 90px;
    right: 100px;
    width: 20vw;
}

/*A l'écoute*/
#section-2 .da-slide {
    background: url(../img/bg_alecoute.png) no-repeat left bottom;
    background-size: 100%;
}

#section-2 .da-img img.nuage {
    top: 30px;
}

#section-2 .da-img img.stars {
    top: 150px;
    left: 27vw;
    width: 11vw;
}

#section-2 .da-img img.zigzag {
    top: 320px;
    right: 23vw;
    width: 9vw;
}

/*Passionés*/
#section-3 .da-slide {
    background: url(../img/bg_passiones.png) no-repeat right bottom;
    background-size: 100%;
}

#section-3 .da-img img.portrait {
    width: 35%;
    height: auto;
    margin-bottom: 65px;
}


#section-3 .da-img img.flash1 {
    top: 20%;
    left: 25%;
    width: 5%;
}

#section-3 .da-img img.flash2 {
    top: 25%;
    right: 25%;
    width: 4%;
}

#section-3 .da-img img.spirale {
    bottom: -50px;
    right: -12vw;
    z-index: 50;
    width: 30vw;
}

#section-3 .da-img img.nuage {
    top: 40vh;
    left: 6vw;
    right: auto;
    width: 10vw;

}


/*Engagés*/
#section-4 {
    background: url(../img/bg_anne.svg) no-repeat right bottom;
    background-size: 100%;
}

#section-4 .da-slide {
    background: url(../img/bg_engages.png) no-repeat center bottom;
    background-size: 100%;
}

#section-4 .da-img img.stars {
    top: 200px;
    right: 31vw;
    width: 117px;
}

#section-4 .da-img img.drone {
    top: 25%;
    left: 30%;
    width: 10%;
}

#section-4 .da-img img.zigzag {
    top: 120px;
    left: 26vw;
    width: 107px;
}

#section-4 .name {
    top: 60%;
    left: 15%;
}

#section-4 .da-img img.portrait {
    height: auto;
    width: 36%;
    text-align: center;
}

/*Agiles*/

#section-5 .da-slide {
    background: #68D1D8 url(../img/bg_agile_2.png) no-repeat left bottom;
    background-size: 100%;
    justify-content: flex-start;

}

#section-5 .da-img img.agiles {
    margin-bottom: 20%;
    width: 40%;
    top: 0%;
    position: absolute;
    left: 33%;
}

#section-5 .da-img img.vents {
    top: 200px;
    left: 21vw;
    width: 388px;
}

#section-5 .da-img img.vagues {
    display: none;
}

#section-5 .da-img img.oiseaux {
    top: 50px;
    left: 16vw;
    width: 119px;
}

#section-5 .da-img img.nuage {
    top: 120px;
    left: 6vw;
    width: 167px;
}

#section-5 .da-img img.nuage4 {
    top: 390px;
    right: 16vw;
    width: 125px;
}

#section-5 .da-img img.nuage3 {
    top: 120px;
    right: 6vw;
    width: 187px;
}

#section-5 .da-img img.spirale {
    bottom: -170px;
    right: 0vw;
    z-index: 0;
    width: 25vw;
}

#section-5 .name {
    top: 59%;
    right: 5%;
    border-left-color: #F5BA06;
}

/*Naturels*/

#section-6 .da-slide {
    background: #68D1D8 url(../img/bg_naturels.png) no-repeat center;
    background-size: 100%;
}

#section-6 .da-img img.naturels {
    width: 25%;
    bottom: 0;
    position: absolute;
    left: 37.5%;
}

#section-6 .da-img img.soleil {
    top: 10%;
    left: 12vw;
    width: 10vw;
}

#section-6 .da-img img.orange {
    top: 31%;
    left: 37vw;
    width: 4vw;
}

#section-6 .da-img img.fraise {
    top: 18%;
    left: 46vw;
    width: 5vw;
}

#section-6 .da-img img.artichaut {
    top: 26%;
    left: 58vw;
    width: 4vw;
    z-index: 50;
}

#section-6 .da-img img.stars {
    top: 60%;
    right: 27vw;
    width: 6vw;
}

#section-6 .da-img img.nuage {
    top: 23%;
    right: 29vw;
    width: 13vw;
    z-index: 0;
}

#section-6 .da-img img.nuage3 {
    top: 10%;
    right: 5vw;
    width: 13vw;
    z-index: 50;
}

#section-6 .da-img img.shape1 {
    top: 0;
    right: 5vw;
    width: 26vw;
    z-index: 0;
}

#section-6 .da-img img.spirale {
    top: -30%;
    right: -15vw;
    z-index: 50;
    width: 33vw;
    transform: rotate(180deg);
}

#section-6 .name {
    border-right-color: #F5BA06;
}

/*combatifs*/

#section-7 .da-slide {
    background: #68D1D8 url(../img/bg_combatifs.png) no-repeat center bottom;
    background-size: 100%;
}

#section-7 .da-img img.portrait {
    width: 50%;
    height: auto;
    text-align: center;
    z-index: 150;
    position: absolute;
    bottom: 0;
    left: 25%;
}

#section-7 .da-img img.tornade {
    top: 20%;
    right: 19vw;
    width: 7vw;
}

#section-7 .da-img img.splash {
    position: absolute;
    top: 28%;
    left: calc(50% - 12.5%);
    width: 25%;
    z-index: 0;
}

#section-7 .da-img img.flash1 {
    top: 24%;
    left: 15%;
    width: 4vw;
    transform: rotate(-34deg);
}

#section-7 .name {
    border-right-color: #F5BA06;
    border-left-color: #F5BA06;
    right: 10vw;
}

#section-7 .name.right {
    left: 16vw;
    right: auto;
}

/*Geek*/

#section-8 .da-slide {
    background: #68D1D8 url(../img/bg_geek.png) no-repeat center bottom;
    background-size: 100vw 100vh;
}

#section-8 .da-img img.portrait {
    /*width: 60%;*/
}

#section-8 .da-img img.manette {
    top: 20%;
    right: 23vw;
    width: 11vw;
}

#section-8 .da-img img.nuage {
    top: 25%;
    left: 90px;
    width: 18vw;
    right: auto;
}

#section-8 .da-img img.invaders {
    top: 40%;
    left: 29vw;
    width: 5vw;
}

#section-8 .name.right {
    left: 22vw;
    right: auto;
    top: 53%;
    border-right-color: #F5BA06;
}

/*Persévérants*/

#section-9 .da-slide {
    background: #68D1D8 url(../img/bg_perserant.png) no-repeat right bottom;
    background-size: 100vw 100vh;
}

#section-9 .da-img img.portrait {
    width: 28%;
}

#section-9 .da-img img.partition {
    top: 49%;
    left: 24vw;
    width: 12vw;
}

#section-9 .da-img img.note-1 {
    top: 18%;
    left: 409px;
    width: 5vw;
}

#section-9 .da-img img.note-2 {
    top: 24%;
    right: 29vw;
    width: 7vw;
}

#section-9 .da-img img.spirale {
    top: -35%;
    left: -1vw;
    width: 28vw;
    transform: rotate(-75deg);
}

#section-9 .da-img img.nuage3 {
    top: 10%;
    right: 8vw;
    width: 13vw;
}

#section-9 .name {
    right: 37vw;
    top: 51%;
    border-left-color: #F5BA06;
}

#section-10 .da-slide {
    background: #68D1D8 url(../img/bg_fin.png) no-repeat right bottom;
    background-size: 100%;
}

#section-10 .da-slide h2 {
    font-size: 0.9rem;
    margin-top: 20vh;
}

#section-10 .da-slide h2 span {
    margin-bottom: 15px;
}

#section-10 .da-slide .logo {
    text-align: right;
    padding-right: 70px;
}

#section-10 .da-slide h2 .annee {
    width: 20%;
    margin: 15px auto;
}

#section-10 .da-img img.stars {
    top: 34%;
    right: 17vw;
    width: 7vw;
}

#section-10 .da-img img.forme-jaune {
    top: 10%;
    right: 0vw;
    width: 14vw;
}

#section-10 .da-img img.nuage {
    top: 38%;
    left: 5vw;
    width: 17vw;
}

/* Boutons */
div.nav {
    position: fixed;
    top: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 20px;
    line-height: 33px;
    cursor: pointer;
    text-align: center;
    z-index: 1000;
    margin-left: 15px;
    margin-right: 15px;
    font-family: 'LemonJuice';
}

div.nav.next {
    right: 0;
}

/* Responsive */

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

    #section-2 .da-img img.portrait {
        margin-left: -20%;
        margin-bottom: -30px;
        height: 65vh;
    }

    #section-2 .da-img img.stars {
        top: 24vh;
        left: 23vw;
        width: 13%;
        height: auto;
    }

    #section-2 .da-img img.nuage {
        top: 13vh;
        right: 6vw;
    }

    #section-2 .da-img img.zigzag {
        right: 15vw;
        top: 43%;
        width: 10%;
    }

    #section-2 .name {
        top: 26%;
    }

    #section-3 .da-img img.portrait {
        width: 53%;
        margin-bottom: 245px;
        height: auto;
    }

    #section-3 .da-img img.flash1 {
        top: 20vh;
        left: 20vw;
        height: auto;
        width: 7vw;
    }

    #section-3 .da-img img.flash2 {
        top: 21vh;
        right: 43vw;
        width: 5vw;
    }

    #section-3 .name {
        top: 67%;
        right: 7vw;
    }

    #section-4 .da-img img.portrait {
        margin-bottom: -23px;
    }

    #section-4 .name {
        top: 73%;
        left: 10%;
    }

    #section-4 .da-img img.drone {
        top: 25%;
        left: 20vw;
        width: 17%;
    }

    #section-4 .da-img img.zigzag {
        top: 15%;
        bottom: auto;
        left: 5vw;
        width: 13%;
    }

    #section-4 .da-img img.stars {
        top: 17vh;
        right: 11vw;
        width: 14%;
    }

    #section-5 .da-img img.agiles {
        margin-top: -9vh;
        height: auto;
        width: 60%;
        margin-left: -145px;
    }

    #section-5 .da-img img.vagues,
    #section-5 .da-img img.nuage4 {
        display: none;
    }

    #section-5 .da-img img.vents {
        top: 26%;
        width: 36%;
        left: 9vw;
    }

    #section-5 .da-img img.nuage3 {
        top: 8vh;
        right: 0;
    }

    #section-5 .name {
        top: 60%;
        right: 7vw;
    }

    #section-5 .da-img img.nuage {
        top: 19%;
    }

    #section-5 .da-img img.oiseaux {
        top: 5vh;
        left: 6vw;
        height: 81px;
        width: 119px;
    }

    #section-6 .da-img img.naturels {
        margin-bottom: -30px;
    }

    #section-6 .name {
        left: 5vw;
    }

    #section-6 .da-img img.fraise {
        width: 7%;
    }

    #section-6 .da-img img.orange {
        width: 6%;
        left: 21vw;
    }

    #section-6 .da-img img.artichaut {
        width: 6%;
        top: 33%;
        left: 68vw;
    }

    #section-7 .da-img img.portrait {
        width: 60%;
        left: 20%;
        right: 20%;
    }

    #section-7 .da-img img.splash {
        top: 32%;
        left: calc(50% - 16%);
        right: calc(50% - 16%);
        width: 32%;
    }

    #section-7 .name {
        top: 70%;
        right: 3%;
    }

    #section-7 .name.right {
        left: 5%;
        right: auto;
    }

    #section-7 .da-img img.flash1 {
        top: 31%;
        left: 18vw;
        width: 4%;
    }

    #section-7 .da-img img.tornade {
        top: 30%;
        right: 15%;
        width: 7%;
    }

    #section-8 .da-slide {
        background-size: 100vw 100vh;
    }

    #section-8 .da-img img.portrait {
        width: 60%;
        height: auto;
    }

    #section-8 .name.right {
        left: 6vw;
        top: 63%;
    }

    #section-8 .da-img img.invaders {
        top: 51%;
        left: 19vw;
        width: 9vw;
    }

    #section-8 .da-img img.manette {
        top: 30%;
        right: 17vw;
        width: 11%;
    }

    #section-9 .da-slide {

        background-size: 100vw 100vh;
    }

    #section-9 .da-img img.partition {
        top: 55%;
        left: 15%;
        width: 16%;
    }

    #section-9 .da-img img.note-1 {
        top: 23%;
        left: 33%;
    }

    #section-9 .da-img img.note-2 {
        top: 24%;
        right: 25vw;
        width: 8%;
    }

    #section-9 .da-img img.nuage3 {
        top: 14%;
        right: 3vw;
        width: 12%;
    }

    #section-10 .da-img img.nuage {
        top: 8%;
    }

    #section-10 .da-img img.stars {
        top: 66%;
        width: 12vw;
    }

    #section-10 .da-slide .logo img {
        width: 10%;
    }
}

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

}

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

    html, body {
        font-size: 45px;
    }

    .name {
        line-height: 23px;
    }

    div.nav {
        padding: 10px;
    }

    #section-2 .name {
        top: 17%;
        right: 7%;

    }

    #section-2 .da-img img.portrait {
        height: auto;
        width: 150%;
        margin-left: -34%;
        text-align: center;
        margin-bottom: -20px;
    }

    #section-2 .da-img img.stars {
        top: 15%;
        left: 15%;
        width: 15%;
    }

    #section-2 .da-img img.zigzag {
        top: 52vw;
        right: 5vw;
        height: auto;
        width: 15%;
    }

    #section-2 .da-img img.nuage {
        display: none;
    }

    /*  #section-2 .da-img img.stars {
          top: 16vh;
          left: 14vw;
          width: 21vw;
      }

      #section-2 .da-img img.zigzag {
          top: 38vh;
          right: 0;
          height: auto;
          width: 20vw;
      }*/
    #section-3 .da-img img.portrait {
        width: 90%;
        height: auto;
        position: absolute;
        top: 25%;
        left: 5%;
    }

    #section-3 .name {
        left: 5%;
        bottom: 0;
        right: auto;
        top: auto;
    }

    #section-3 .da-img img.nuage {
        top: 10%;
        width: 22vw;
    }

    #section-3 .da-img img.flash1 {
        top: 17vh;
        left: 37vw;
        width: 10vw;
    }

    #section-3 .da-img img.flash2 {
        top: 20vh;
        right: 10vw;
        width: 8vw;
    }

    #section-3 .da-img img.spirale {
        right: -32vw;
        width: 60vw;
    }

    #section-4 .da-img img.portrait {
        height: auto;
        width: 90%;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #section-4 .da-img img.drone {
        top: 20%;
        left: 5%;
        width: 25%;
    }

    #section-4 .da-img img.zigzag {
        display: none;
    }

    #section-4 .da-img img.stars {
        top: 17%;
        right: 15%;
        width: 11%;
    }

    #section-4 .name {
        top: 27%;
        right: 17%;
        background: transparent;
        bottom: auto;
        padding: 0 15px 0 0;
    }

    #section-5 .da-slide {
        justify-content: space-between;
    }

    #section-5 .da-img img.nuage {
        top: 190px;
        left: 26vw;
        height: 82px;
        width: 107px;
    }

    #section-5 .da-img img.portrait {
        height: auto;
        width: 90%;
        top: 30%;
        left: 20%;
        margin-top: 0;
    }

    #section-5 .da-img img.vents {
        top: 45vw;
        left: -9vw;
        width: 55vw;
    }

    #section-5 .da-img img.nuage3 {
        top: 23vw;
        right: 17vw;
        height: auto;
        width: 140px;
    }

    #section-5 .da-img img.oiseaux {
        width: 18vw;
        top: 15vh;
    }

    #section-5 .da-img img.nuage4 {
        display: none;
    }

    #section-5 .name {
        top: 35vh;
        bottom: auto;
        background-color: transparent;
        padding: 0 0 0 10px;
    }

    #section-6 .da-slide {
        background-size: 250%;
    }

    #section-6 .name {
        left: 5vw;
        top: 84%;
        background: transparent;
        padding: 0 15px 0 0;
    }

    #section-6 .da-img img.orange {
        top: 41vw;
        left: 15vw;
        width: 13vw;
    }

    #section-6 .da-img img.fraise {
        top: 22vw;
        left: 45vw;
        width: 15vw;
    }

    #section-6 .da-img img.artichaut {
        top: 37vw;
        left: 70vw;
        width: 12vw;
    }

    #section-6 .da-img img.naturels {
        width: 70%;
        position: absolute;
        left: 15%;
    }

    #section-6 .da-img img.soleil {
        top: 5%;
        left: 7vw;
        width: 17vw;
    }

    #section-7 .da-img img.portrait {
        width: 90%;
        top: 30%;
        left: 5%;
        right: 5%;
    }

    #section-7 .name {
        top: 78vh;
    }

    #section-7 .name.right {
        top: 82%;
    }

    #section-7 .da-img img.flash1 {
        top: 14%;
        width: 7vw;
    }

    #section-7 .da-img img.tornade {
        top: 15%;
        width: 13vw;
    }

    #section-7 .da-img img.splash {
        top: 35%;
        right: 30%;
        width: 40%;
        z-index: 0;
        left: auto;
    }

    #section-8 .da-img img.portrait {
        width: 90%;
        height: auto;
        bottom: 10%;
        position: absolute;
        left: 5%;
    }

    #section-8 .da-slide {
        background-size: cover;
    }

    #section-8 .name.right {
        left: 15%;
        top: 25%;
    }

    #section-8 .da-img img.invaders {
        top: 50%;
        left: 18vw;
        width: 10vw;
    }

    #section-8 .da-img img.nuage {
        top: 37%;
        left: 50px;
    }

    #section-8 .da-img img.manette {
        top: 28%;
        right: 12vw;
        width: 26vw;
    }

    #section-9 .da-slide {
        background-size: cover;
    }

    #section-9 .da-img img.portrait {
        height: auto;
        width: 55%;
        margin-left: 95px;
        text-align: center;
    }

    #section-9 .da-img img.partition {
        top: 55%;
        left: 5%;
        width: 26%;
    }

    #section-9 .da-img img.note-1 {
        top: 20%;
        left: 15%;
        width: 7%;
    }

    #section-9 .da-img img.note-2 {
        top: 23%;
        right: 15%;
        width: 12%;
    }

    #section-9 .da-img img.nuage3 {
        top: 15%;
        right: -4vw;
        width: 19vw;
        z-index: 150;
    }

    #section-9 .name {
        right: 23vw;
        top: 54%;
    }

    #section-10 .da-img img.nuage {
        top: 4%;
        left: 5vw;
        width: 25vw;
    }

    #section-10 .da-img img.forme-jaune {
        top: 4%;
        width: 22vw;
    }

    #section-10 .da-slide h2 {
        margin-top: 10vh;
    }

    #section-10 .da-slide h2 span {
        margin: auto;
        margin-bottom: 15px;
        max-width: 83vw;
    }

    #section-10.da-slider .script {
        line-height: 1.5rem;
    }

    #section-10 .da-img img.stars {
        top: 74%;
        width: 17vw;
    }

    #section-10 .da-slide .logo {
        padding: 0;
        margin: auto;
        text-align: center;
    }

    #section-10 .da-slide .logo img {
        width: 46%;
    }

    #section-10 .da-slide h2 .annee {
        width: 40vw;
        margin-top: 35px;
    }
}


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

    html, body {
        font-size: 28px;
    }

    #section-2 .da-img img.portrait {
        height: auto;
        width: 190%;
        margin-left: -50%;
        text-align: center;
        margin-bottom: -20px;
    }

    #section-2 .da-img img.zigzag {
        display: none;
    }

    #section-3 .da-img img.nuage {
        top: 20%;
        width: 22vw;
    }

    #section-3 .name {
        left: 5%;
        top: 80%;
        width: 90%;
        bottom: auto;
    }

    #section-5 .da-img img.portrait {
        height: auto;
        margin-bottom: 37px;
    }

    #section-5 .da-img img.vents {
        top: 85vw;
        left: -9vw;
        width: 55vw;
    }

    #section-5 .da-img img.vents {
        top: 85vw;
    }

    #section-5 .da-img img.nuage3 {
        top: 47vw;
        right: 37vw;
        height: auto;
        width: 90px;
    }

    #section-5 .da-img img.nuage {
        left: 6vw;
    }

    #section-5 .da-img img.oiseaux {
        top: 5vh;
    }

    #section-6 .da-img img.soleil {
        top: 15%;
    }

    #section-6 .da-img img.orange {
        top: 63vw;
    }

    #section-6 .da-img img.fraise {
        top: 28vw;
    }

    #section-6 .da-img img.artichaut {
        top: 47vw;
    }

    #section-7 .da-img img.flash1 {
        top: 18%;
    }

    #section-7 .da-img img.tornade {
        top: 20%;
    }

    #section-9 .da-imh img.portrait {
        height: auto;
        width: 70%;
        text-align: center;
    }

    #section-9 .da-imh img.partition {
        display: none;
    }

    #section-10 .da-slide .logo img {
        width: 26%;
    }

}

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

    #section-3 .da-img img.portrait {
        width: 90%;
        height: auto;
        position: absolute;
        top: 20%;
        left: 5%;
    }

    #section-3 .name {
        left: 5%;
        top: 69%;
        width: 90%;
        bottom: auto;
    }

    #section-4 .da-img img.portrait {
        width: 130%;
        left: -10%;
    }

    #section-4 .name {
        top: 15%;
        right: 30%;
    }

    #section-5 .da-img img.portrait {
        height: 60%;
        width: auto;
    }

    #section-6 .da-img img.naturels {
        width: 90%;
        left: 5%;
    }

    #section-6 .name {
        left: 2%;
        top: 70%;
    }

    #section-7 .da-img img.portrait {
        width: 90%;
        top: 25%;
        left: 5%;
        right: 5%;
    }

    #section-7 .da-img img.flash1 {
        top: 15%;
    }

    #section-7 .da-img img.tornade {
        top: 15%;
    }

    #section-7 .da-img img.splash {
        top: 25%;
        right: 30%;
        width: 40%;
        z-index: 0;
        left: auto;
    }

    #section-7 .name {
        top: 65%;
    }

    #section-7 .name.right {
        top: 65%;
    }

    #section-9 .da-img img.portrait {
        width: 75%;
        left: 25%;
        position: absolute;
        margin: 0;
    }

    #section-9 .da-img img.note-2 {
        top: 19%;
        right: 5%;
    }

    #section-9 .name {
        right: 10%;
        top: 60%;
    }

}

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

    #section-3 .name {
        top: 68%;
    }

    #section-3 .da-img img.portrait {
        width: 90%;
        height: auto;
        position: absolute;
        top: 20%;
        left: 5%;
    }

    #section-4 .da-img img.portrait {
        height: auto;
        width: 140%;
        left: -13%;
        top: 10%;
    }

    #section-4 .name {
        top: 14%;
        right: 5%;
        left: auto;
    }

    #section-4 .da-img img.stars {
        display: none;
    }

    #section-5 .da-slide {
        background-size: 100% 100%;
    }

    #section-5 .da-img img.portrait {
        height: auto;
        margin-bottom: 0;
        width: 100%;
        bottom: 25%;
        /* position: absolute; */
        top: auto;
        left: 40%;
    }

    #section-5 .name {
        top: 25%;
    }

    #section-6 .da-img img.naturels {
        width: 85%;
        position: absolute;
        left: 10%;
        bottom: 10%;
    }

    #section-6 .name {
        left: 2%;
        top: 65%;
    }

    #section-7 .da-img img.portrait {
        width: 100%;
        top: 25%;
        left: 2%;
    }

    #section-7 .da-img img.flash1 {
        top: 15%;
    }

    #section-7 .da-img img.tornade {
        top: 15%;
    }

    #section-7 .name {
        top: 65%;
    }

    #section-7 .name.right {
        top: 68%;
    }

    #section-7 .da-img img.splash {
        top: 27%;
        right: 30%;
        width: 40%;
        z-index: 0;
        left: auto;
    }

    #section-8 .da-img img.portrait {
        width: 150%;
        height: auto;
        bottom: 5%;
        top: auto;
        position: absolute;
        left: -20%;
    }

    #section-8 .da-slide {
        overflow: hidden;
    }

    #section-8 .name.right {
        left: 5%;
        top: 25%;
    }

    #section-9 .da-img img.portrait {
        height: auto;
        width: 75%;
        margin-left: 95px;
        text-align: center;
        bottom: auto;
        position: absolute;
        left: 0;
        /* top: 20%;*/
    }

    #section-9 .da-img img.note-2 {
        right: 0;
    }

    #section-9 .name {
        right: 5%;
        top: 55%;
    }

    #section-10 .da-slide h2 span {
        max-width: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 360px) {
    .da-slide h2 {
        font-size: 1.2rem;
    }

    #section-3 .name {
        top: 75%;
    }

    #section-4 .da-img img.portrait {
        width: auto;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        top: auto;
        left: -5%;
        height: 85%;
    }

    #section-5 .da-img img.portrait {
        width: auto;
        margin-bottom: 36px;
        position: absolute;
        bottom: 15%;
        top: auto;
        left: 40%;
        height: 50%;
    }

    #section-5 .name {
        top: 30%;
    }

    #section-4 .name {
        background: transparent;
        padding: 0 15px 0 0;
        right: 5%;
        left: auto;
        bottom: auto;
    }

    #section-6 .da-img img.naturels {
        width: 90%;
        left: 5%;
        bottom: 0;
    }

    #section-6 .name {
        top: 80%;
    }

    #section-7 .name {
        top: 68%;
    }

    #section-8 .da-img img.portrait {
        width: 150%;
        height: auto;
        bottom: 5%;
        position: absolute;
        left: -20%;
    }

    #section-8 .name.right {
        left: 5%;
        top: 20%;
    }

    #section-8 .da-slide {
        overflow: hidden;
    }

    #section-9 .da-img img.portrait {
        width: 70%;
        top: 20%;
        bottom: auto;
    }

    #section-9 .name {
        right: 5%;
        top: 58%;
    }
}


@supports (-webkit-overflow-scrolling: touch) {
    #section-10 .da-slide .logo { 
        position: absolute;
        bottom: 18vh;
        left: 4vh;
    }
}

