*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Rooney-Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    background-color: #ffffff;
}


/*** Mobile ***/

a{
    text-decoration: none;
}

.logo{
    width: 46px;
    height: 46px;
}

.mainAlignement{
    margin-left: 24px;
    margin-right: 25px;
}

/* espace */

.smallSpacing{
    margin-bottom: 28px;
}

.normalSpacing{
    margin-bottom: 48px;
}

.bigSpacing{
    margin-bottom: 96px;
}

.hugeSpacing{
    margin-bottom: 192px;
}

.paragraphSpace{
    margin-bottom: 24px;
}
.paragraphSpace--top{
    margin-top: 24px;
}

.bigPadding{
    padding-bottom: 96px;
}

.centered{
    display: flex;
    justify-content: center;
}

/* encadré */

.colored{
    padding-top: 96px;
    margin-left: -24px;
    margin-right: -25px;
    padding-left: 24px;
    padding-right: 25px;
    background-color: rgba(235, 155, 74, .15);
    padding-bottom: 96px;
}

.bordered{
    border: 8px solid #eb9b4a;
    border-right: none;
    border-left: none;
    margin-left: -24px;
    margin-right: -25px;
    padding-top: 96px;
    padding-left: 24px;
    padding-right: 25px;
}
.bordered--specialTop{
    border: 0px solid transparent;
    background-image: url(../images/bordureTopBeyond.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.bordered--specialBot{
    background-image: url(../images/bordureBotBeyond.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    margin-left: -24px;
    margin-right: -25px;
    padding-left: 24px;
    padding-right: 25px;
    height: 244px;
    margin-bottom: -4px;
    display: flex;
    justify-content: center;
}

/* paragraphe */

.beginningParagraph{
    font-size: 19px;
    color: #101010;
}

.oneLign{
    display: inline;
}

/* lien-bouton */

.linkBtn{
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    background-color: #1f212f;
    padding: 9px 25px 10px 25px;
    border-radius: 10px;
    font-size: 19px;
    line-height: 24px;
}
.linkBtn:hover, .linkBtn:focus, .linkBtn:active{
    background-color: #313449;
}

/* lien */

.link{
    color: #02146e; 
    cursor: pointer;
}
.link:hover, .link:focus{
    color: #0424c5; 
}
.link:active{
    color: #0424c5;
}

/* titre */

.title{
    font-family: 'Gelo', serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #181a1b;
}
.title--sub{
    font-size: 19px;
    line-height: 23px;
}
.title--page{
    padding-top: 142px;
    text-align: center;
    font-size: 49px;
    line-height: 56px;
    color: #eb9b4a;
    max-width: 539px;
    margin-left: auto;
    margin-right: auto;
}

.subTitlePage{
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    color: #eb9b4a;
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
}

.titleNav{
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
}

/* prolongements */

.notABtn{
    text-align: left;
    font-family: 'Gelo', serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #181a1b;
    border: none;
    cursor: pointer;
    background-color: transparent;
    width: 286px;
}
.notABtn svg{
    z-index: 2;
    position: absolute;
    margin-top: -64px;
    left: 83%;
    width: 38px;
    height: 38px;
    fill: #181a1b;
}
.notABtn:hover, .notABtn:focus, .notABtn:active,
.notABtn:hover svg, .notABtn:focus svg, .notABtn:active svg{
    color: #40435f;
    fill: #40435f;
}
.notABtn svg:last-child{
    margin-top: -32px;
}

.down{
    overflow: hidden;
    display: none;
}
.notABtn--close .down{
    overflow: visible;
    display: block;
}
.notABtn--close .up{
    overflow: hidden;
    display: none;
}

.supp__el{
    position: relative;
    opacity: 100%;
    transition: 1s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.supp__el:nth-child(2){
    transition-delay: 0.2s;
}
.supp__el:last-child{
    transition-delay: 0.4s;
}

.supp--close{
    overflow: hidden;
    transition: 1s;
    pointer-events: none;
    height: 0;
}
.supp--close .supp__el{
    transition: 0.2s;
    transform: translateX(110%);
    opacity: 0;
}

/* légende */

.legend{
    font-size: 11px;
    line-height: 11px;
    color: #212121;
    text-align: right;
    margin-top: 12px;
    width: 311px;
}

/* citation */

.quote{
    margin-bottom: 13px;
    font-size: 28px;
    line-height: 28px;
    color: #384d91;
    font-weight: 400;
}
.quote--legend{
    font-size: 19px;
}
.quote--smaller{ 
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
}

cite{
    font-style: normal;
}

/* footer */

.footer{
    background-color: #1f212f;
    margin-top: 216px;
}
.footer .mainAlignement{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.hide{
    display: none;
    overflow: hidden;
}

.nextPageBtn{
    font-size: 19px;
    line-height: 24px;
    color: #1f212f;
    background-color: #66c8a9;
    padding: 18px 21px 18px 21px;
    border-radius: 10px;
    margin-top: -24px;
    margin-right: -2px;
}
.nextPageBtn:hover, .nextPageBtn:focus,
.nextPageBtn:active{
    background-color: #77e6c2;
}

.credits{
    color: #66c8a9;
}
.credits a{
    font-size: 13px;
    line-height: 16px;
    color: #66c8a9;
}
.credits a:hover, .credits a:focus,
.credits a:active{
    color: #77e6c2;
}
.credits path{
    fill:#66c8a9;
}
.credits a:hover path, .credits a:focus path,
.credits a:active path{
    fill:#77e6c2;
}
.credits svg{
    height: 10px;
    width: 28px
}

.subnav{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 448px;
}
.subnav__el{
    margin-bottom: 24px;
    margin-right: 26px;
}
.subnav__el:nth-child(3){
    margin-right: 33.5px;
}
.subnav__el a, .subnav__el .footerBtn{
    font-size: 16px;
    line-height: 20px;
    color: #66c8a9;
    background-color: #1f212f;
    border: 2px solid #66c8a9;
    padding: 10px 16px 11px 16px;
    border-radius: 10px;
}
.subnav__el a:hover, .subnav__el .footerBtn:hover,
.subnav__el a:focus, .subnav__el .footerBtn:focus,
.subnav__el a:active, .subnav__el .footerBtn:active{
    background-color: #313449;
}

/* navigation */

.top{
    background-color: #1f212f;
}

.navBar{
    z-index: 9;
    background-color: #1f212f;
    position: absolute;
    padding-top: 21px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.navBar__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu{
    z-index: 8;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background-color: #1f212f;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    bottom: 0%;
    top: 129px;
    width: 100%;
    transition: opacity 0.4s cubic-bezier( 0.79, 0, 1, 1 );
    transition-delay: 0.2s;
}

.menu__liste{
    list-style: none;
}

.menu__el{
    display: inline-block;
    margin-bottom: 38px;
    padding-bottom: 21px;
    transform: translateX(250%);
    transition: transform 0.3s cubic-bezier( 0.1, 0.31, .58, 1 );
}
.menu__el:last-child{
    transform: translateX(150%);
}

.menu__el a{
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
}
.menu__el a:hover, .menu__el a:focus{
    color: #66c8a9;
}

.menu__el--actif{
    background-image: url(../images/pin.svg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
.menu__el--actif .firstTwoLetters{
    color: #66c8a9;
}

.menu .subnav__el a, .menu .subnav__el .footerBtn{
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    border: none;
    padding: 0;
    background-color: transparent;
}
.menu .subnav__el a:hover, .menu .subnav__el .footerBtn:hover,
.menu .subnav__el a:focus, .menu .subnav__el .footerBtn:focus,
.menu .subnav__el a:active, .menu .subnav__el .footerBtn:active{
    color: #66c8a9;
}

.menu .subnav__el .footerBtn{
    padding-top: 2px;
}

.menu .subnav__el{
    margin-bottom: 28px;
    margin-right: 34px;
}
.menu .subnav__el:nth-child(3){
    margin-right: 46px;
}
.menu .subnav__el:last-child{
    margin-bottom: 48px;
}

.btn--burgerMenu{
    cursor: pointer;
    border: none;
    font-size: 0;
    width: 46px;
    height: 46px;
    background-image: url(../images/burgerMenu.svg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-color: transparent;
}
.btn--burgerMenu:hover, .btn--burgerMenu:focus,
.btn--burgerMenu:active{
    background-image: url(../images/burgerMenuActif.svg);
}

.menuOpen .navBar{
    position: fixed;
    padding-bottom: 70px;
}

.menuOpen .menu{
    pointer-events: all;
    overflow: visible;
    opacity: 100;
    transition: opacity 0.3s cubic-bezier( 0, 0, .58, 1 );
}
.menuOpen .menu__el{
    transform: translateX(0%);
    transition: transform 0.5s cubic-bezier( 0.1, 0.31, .58, 1 );
    transition-delay: 0.2s;
}.menuOpen .menu__el:last-child{
    transition-delay: 0.4s;
}

.menuOpen .btn--burgerMenu{
    background-image: url(../images/burgerMenuLeave.svg);
}
.menuOpen .btn--burgerMenu:hover, .menuOpen .btn--burgerMenu:focus,
.menuOpen .btn--burgerMenu:active{
    background-image: url(../images/burgerMenuLeaveActif.svg);
}

/* images */

.stephen{
    width: 311px;
    height: 248px;
    border-radius: 0 20px 20px 0;
}

.beyond{
    border-radius: 20px;
}


/** equipe & avis **/

/* footer */

.nextPageBtn--accueil{
    margin-left: 44px;
    margin-right: 44px;
    padding: 18px 33px 18px 33px;
}

/* images */

.quiEcrit{
    width: 210px;
    height: 210px;
    border-radius: 20px;
}

.quiEcrit--centered{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.equipeImage{
    width: 138px;
    height: 138px;
    border-radius: 20px;
}

/* légende */

.legend--quiEcrit{
    width: 210px;
}

.legend--equipe{
    display: none;
    overflow: hidden;
}

/* fond */

.equipeBackground{
    background-image: url(../images/fondEquipeTell.svg);
    background-repeat: no-repeat;
    padding-bottom: 63px;
    background-size: contain;
    background-position: 50% 50%;
}

.footer--equipe{
    margin-top: 153px;
}

/* membres */

.member{
    display: flex;
    flex-wrap: wrap;
}

.member__name{
    width: 100%;
}

.member--alignLeft{
    justify-content: flex-start;
}

.member--alignRight{
    justify-content: flex-end;
}
.member--alignRight .member__name{
    text-align: right;
}

.member--alignRight .member__text{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}


/** UI-Kit **/

.def{
    color: #171717;
    text-align: left;
    max-width: none;
}

.def--desktop{
    display: none;
}

.def--tablet{
    display: none;
}

.smallSpacing--quote{
    margin-bottom: 24px;
}

.title--page--uikit{
    padding-top: 0;
    text-align: left;
    max-width: none;
}

.subTitlePage--uikit{
    margin-left: 0;
}

.legend--uikit{
    text-align: left;
}

.linkBtn--uikit{
    font-size: 19px;
    line-height: 24px;
}

.dark{
    background-color: #212121;
    padding-bottom: 216px;
}
.dark__text{
    color: #ffffff;
}

.navLinkUikit{
    font-size: 48px;
    line-height: 60px;
}

.navUikit__el{
    display: inline-block;
    padding-bottom: 21px;
}

.navUikit__el a{
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
}
.navUikit__el a:hover, .navUikit__el a:focus{
    color: #66c8a9;
}

.navUikit .subnav__el a{
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    border: none;
    padding: 0;
    background-color: transparent;
}
.navUikit .subnav__el a:hover, .navUikit .subnav__el a:focus,
.navUikit .subnav__el a:active{
    color: #66c8a9;
}

.nextPageBtn--uikit{
    position: static;
    margin-top: 0;
    margin-left: 0;
    margin-right: 87px;
}

.footer--noMarginTop{
    margin-top: 0;
}

/** IOLCE **/

.linkBtn--twoRows{
    max-width: 158px;
}

.footer--borderedBefore{
    margin-top: 120px;
}

/** credits **/

.colored--small{
    padding-top: 28px;
    padding-bottom: 28px;
}

.onALign{
    min-width: 323px;
}

/** case-study **/


.captureZone{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.capture{
    width: 311px;
}

.capture--1{
    height: 224px;
}

.capture--2{
    height: 194px;
}

.capture--3{
    height: 566px;
}

.capture--4{
    height: 448px;
}

.capture--5{
    height: 167px;
}

.capture--6{
    height: 225px;
}

.capture--7{
    height: 603px;
}

/** vidéo **/

.video{
    width: 311px;
    height: 175px;
    border: none;
}

/** grille **/

.grid{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    pointer-events: none;
    background-repeat: no-repeat;
    z-index: 10;
}

.grid__text{
    margin-left: 30px;
    margin-top: 70px;
    max-width: 100px;
    color: lightgreen;
}

.grid__text--size::after{
    content: "360";
}

.grid--accueil{
    width: 360px;
    height: 5341px;
    background-image: url(../images/grille-accueil-tell.svg);
}

.grid--equipe{
    width: 360px;
    height: 6928px;
    background-image: url(../images/grille-equipe-tell.svg);
}

.grid--credit{
    width: 360px;
    height: 3570px;
    background-image: url(../images/grille-credit-tell.svg);
}

.grid--iolce{
    width: 360px;
    height: 2238px;
    background-image: url(../images/grille-iolce-tell.svg);
}

.grid--uikit{
    width: 360px;
    height: 8328px;
    background-image: url(../images/grille-uikit-tell.svg);
}

.grid--casestudy{
    width: 360px;
    height: 7134px;
    background-image: url(../images/grille-casestudy-tell.svg);
}

.grid--video{
    width: 360px;
    height: 3614px;
    background-image: url(../images/grille-video-tell.svg);
}

.showGrid{
    display:inherit;
    overflow: visible;
}

@media (min-height: 750px) {

    /* navigation */

    .menu .subnav{
        margin-top: 27%;
    }
}

@media (min-width: 425px) {
    
    /* prolongements */

    .notABtn{
        width: auto;
        max-width: 405px;
    }

    /* footer*/

    .nextPageBtn--accueil{
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 530px) {
    
    /* prolongements */

    .notABtn{
        max-width: 481px;
    }
}


















/*** Tablette ***/

@media(min-width:700px){
    
    body{
        font-size: 18px;
        line-height: 27px;
    }
    
    .logo{
        width: 60px;
        height: 60px;
    }

    .mainAlignement{
        margin-left: 74px;
        margin-right: 74px;
    }
    
    /* espace */
    
    .smallSpacing{
        margin-bottom: 30px;
    }
    
    .normalSpacing{
        margin-bottom: 60px;
    }
    
    .bigSpacing{
        margin-bottom: 120px;
    }
    
    .hugeSpacing{
        margin-bottom: 240px;
    }
    
    .paragraphSpace{
        margin-bottom: 30px;
    }
    .paragraphSpace--top{
        margin-top: 30px;
    }
    
    .bigPadding{
        padding-bottom: 120px;
    }

    .bigSpacing--navBarTitle{
        margin-bottom: 60px;
    }

    .bigPadding--navBarTitle{
        padding-bottom: 60px;
    }

    .normalSpacing--navBarTitle{
        margin-bottom: 20px;
    }

    /* paragraphe */

    .beginningParagraph{
        font-size: 20px;
    }

    /* lien-bouton */

    .linkBtn{
        padding: 12px 34px 13px 34px;
        font-size: 20px;
        line-height: 25px;
    }

    /* titre */

    .title{
        font-size: 35px;
        line-height: 40px;
    }
    .title--sub{
        font-size: 24px;
        line-height: 30px;
    }
    .title--page{
        padding-top: 170px;
        font-size: 60px;
        line-height: 56px;
        max-width: 592px;
    }

    .subTitlePage{
        font-size: 20px;
        line-height: 38px;
        max-width: none;
    }

    .titleNav{
        font-size: 42px;
        line-height: 53px;
    }

    /* légende */

    .legend{
        font-size: 16px;
        line-height: 16px;
        margin-top: 12px;
        width: auto;
    }

    .legend--stephen{
        margin-bottom: 22px;
        line-height: 22px;
        text-align: left;
    }

    .legend--beyond{
        width: 596px;
    }

    /* citation */

    .quote{
        margin-bottom: 0px;
        font-size: 40px;
        line-height: 55px;
        max-width: 640px;
    }
    .quote--legend{
        font-size: 28px;
    }
    .quote--smaller{ 
        font-size: 24px;
        line-height: 30px;
    }

    /* footer */

    .footer{
        margin-top: 270px;
    }

    .nextPageBtn{
        font-size: 30px;
        line-height: 38px;
        padding: 22px 54px 21px 54px;
        border-radius: 20px;
        margin-top: -30px;
        margin-right: 0;
    }

    .credits{
        margin-right: 31px;
    }
    .credits a{
        font-size: 16px;
        line-height: 20px;
    }
    .credits svg{
        height: 13px;
        width: 28px
    }

    .footer__content{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .subnav{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        max-width: 341px;
    }
    .subnav__el{
        margin-right: 24px;
    }
    .subnav__el:nth-child(3){
        margin-right: 33px;
    }
    .subnav__el a, .subnav__el .footerBtn{
        font-size: 20px;
        line-height: 25px;
        padding: 14px 30px 15px 30px;
    }

    /* prolongements */

    .notABtn{
        font-size: 35px;
        line-height: 40px;
        max-width: 677px;
    }
    .notABtn svg{
        margin-top: -74px;
        width: 50px;
        height: 50px;
    }
    .notABtn svg:last-child{
        margin-top: -34px;
    }

    /* encadré */

    .colored{
        padding-top: 120px;
        margin-left: -74px;
        margin-right: -34px;
        padding-left: 74px;
        padding-right: 34px;
        padding-bottom: 120px;
        border-radius: 0 40px 40px 0;
        margin-bottom: 120px;
    }

    .bordered{
        border: 7px solid #eb9b4a;
        border-right: none;
        border-left: 7px solid #eb9b4a;
        margin-top: 180px;
        margin-left: -33px;
        margin-right: -74px;
        padding-top: 120px;
        padding-left: 27px;
        padding-right: 74px;
        border-radius: 40px 0 0 40px;
        margin-bottom: 120px;
        padding-bottom: 120px;
    }

    .bordered--specialTop{
        background-image: none;
    }
    .bordered--specialBot{
        background-image: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        height: auto;
        margin-bottom: 0;
    }

    /* images */

    .stephen{
        width: 420px;
        height: 321px;
        border-radius: 0 30px 30px 0;
        margin-right: 20px;
    }
    .stephen__el--tablet{
        display: flex;
        align-items: flex-end;
        margin-bottom: 30px;
    }

    .onTop{
        display: flex;
        flex-wrap: wrap;
    }
    .onTop__el:first-child{
        order: 2;
    }
    .onTop__el:last-child{
        order: 1;
        margin-top: -180px;
    }
    .onTop__el:first-child .smallSpacing:last-child{
        margin-bottom: 0;
    }

    /* navigation */

    .navBar{
        padding-top: 30px;
    }

    .menu{
        padding-top: 100px;
        top: 110px;
    }

    .menu__el{
        margin-bottom: 80px;
        padding-bottom: 0;
        padding-left: 43px;
        display: block;
        transform: translateX(150%);
    }

    .menu__el a{
        font-size: 60px;
        line-height: 75px;
    }

    .menu__el--actif{
        background-image: url(../images/pin.svg);
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: 23px 23px;
    }

    .menu .subnav__el a, .menu .subnav__el .footerBtn{
        font-size: 40px;
        line-height: 50px;
    }

    .menu .subnav{
        margin-top: 30%;
        display: flex;
        flex-wrap: wrap;
        max-width: none;
    }

    .menu .subnav__el{
        margin-bottom: 40px;
        margin-right: 0;
        min-width: 262px;
    }
    .menu .subnav__el:nth-child(2){
        order: 3;
    }
    .menu .subnav__el:nth-child(3){
        margin-right: 0;
        order: 5;
    }
    .menu .subnav__el:nth-child(4){
        order: 2;
    }
    .menu .subnav__el:nth-child(5){
        order: 4;
    }
    .menu .subnav__el:last-child{
        order: 6;
    }

    .btn--burgerMenu{
        width: 60px;
        height: 60px;
        background-image: url(../images/burgerMenuTablet.svg);
    }
    .btn--burgerMenu:hover, .btn--burgerMenu:focus,
    .btn--burgerMenu:active{
        background-image: url(../images/burgerMenuActifTablet.svg);
    }

    .menuOpen .navBar{
        padding-bottom: 80px;
    }
    
    .menuOpen .btn--burgerMenu{
        background-image: url(../images/burgerMenuLeaveTablet.svg);
    }
    .menuOpen .btn--burgerMenu:hover, .menuOpen .btn--burgerMenu:focus,
    .menuOpen .btn--burgerMenu:active{
        background-image: url(../images/burgerMenuLeaveActifTablet.svg);
    }



    /** equipe & avis **/

    /* footer */

    .nextPageBtn--accueil{
        margin-left: -1px;
        margin-right: -1px;
    }

    /* images */

    .quiEcrit{
        width: 236px;
        height: 236px;
    }

    .quiEcrit--centered{
        width: 236px;
        margin-left: auto;
        margin-right: auto;
    }

    .equipeImage{
        width: 236px;
        height: 236px;
    }

    /* légende */

    .legend--quiEcrit{
        width: 236px;
    }

    /* encadré */

    .colored--onRight{
        margin-right: -74px;
        margin-left: -34px;
        padding-right: 74px;
        padding-left: 34px;
        border-radius: 40px 0px 0px 40px;
    }

    /* fond */

    .equipeBackground{
        background-image: url(../images/fondEquipeTablet.svg);
        padding-bottom: 43px;
        margin-left: -41px;
        margin-right: -41px;
        padding-left: 41px;
        padding-right: 41px;
    }

    .footer--equipe{
        margin-top: 227px;
    }

    /* paragraphe */

    .oneParagraph{
        display: inline;
    }

    .paragraphSpace--deleted{
        margin-bottom: 0;
    }

    .oneParagraph--beginningParagraph{
        font-size: 20px;
        color: #101010;
    }

    /** UI-Kit **/

    .def--tell{
        display: none;
    }

    .def--tablet{
        display: block;
    }

    .smallSpacing--quote{
        margin-bottom: 30px;
    }
    
    .title--page--uikit{
        padding-top: 0;
    }
    
    .subTitlePage--uikit{
        text-align: left;
    }
    
    .linkBtn--uikit{
        font-size: 20px;
        line-height: 25px;
    }

    .uikitSpacing{
        margin-bottom: 60px;
    }

    .colored--uikit{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .bordered--withoutPhoto{
        margin-top: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .dark{
        padding-bottom: 270px;
        border-radius: 0;
        margin-right: -74px;
        padding-right: 74px;
        margin-bottom: 0;
    }

    .navLinkUikit{
        font-size: 60px;
        line-height: 75px;
    }
    
    .navUikit__el{
        padding-bottom: 0;
        padding-left: 43px;
        display: block;
    }
    
    .navUikit__el a{
        font-size: 60px;
        line-height: 75px;
    }
    
    .navUikit .subnav__el a{
        font-size: 40px;
        line-height: 50px;
    }
    
    .nextPageBtn--uikit{
        margin-top: 0;
        margin-left: 0;
        margin-right: -2px;
    }
    
    .footer--noMarginTop{
        margin-top: 0;
    }


    /** IOLCE **/

    .linkBtn--twoRows{
        max-width: none;
    }

    .footer--borderedBefore{
        margin-top: 150px;
    }

    .bigSpacing--smaller{
        margin-bottom: 60px;
    }

    /** credits **/

    .colored--small{
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-radius: 0 20px 20px 0;
    }

    .colored--left{
        border-radius: 20px 0 0 20px;
        margin-right: -74px;
        margin-left: -40px;
        padding-right: 74px;
        padding-left: 40px;
    }

    /** case-study **/

    .colored--tight{
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }

    .bordered--tight{
        padding-top: 60px;
        padding-bottom: 60px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .capture{
        width: auto;
        max-width: 596px;
    }
    
    .capture--1{
        height: 430px;
    }
    
    .capture--2{
        height: 371px;
    }
    
    .capture--3{
        width: 420px;
        height: 764px;
    }
    
    .capture--4{
        width: 420px;
        height: 605px;
    }
    
    .capture--5{
        height: 320px;
    }
    
    .capture--6{
        height: 432px;
    }
    
    .capture--7{
        width: 420px;
        height: 814px;
    }

    /** vidéo **/

    .video{
        width: 596px;
        height: 335px;
    }

    /** grille **/

    .grid__text--size::after{
        content: "744";
    }

    .grid__text{
        margin-left: 80px;
        margin-top: 100px;
        max-width: 150px;
    }

    .grid--accueil{
        width: 744px;
        height: 5126px;
        background-image: url(../images/grille-accueil-tablet.svg);
    }

    .grid--equipe{
        width: 744px;
        height: 6645px;
        background-image: url(../images/grille-equipe-tablet.svg);
    }

    .grid--credit{
        width: 744px;
        height: 3481px;
        background-image: url(../images/grille-credit-tablet.svg);
    }

    .grid--iolce{
        width: 744px;
        height: 1880px;
        background-image: url(../images/grille-iolce-tablet.svg);
    }

    .grid--uikit{
        width: 744px;
        height: 7976px;
        background-image: url(../images/grille-uikit-tablet.svg);
    }

    .grid--casestudy{
        width: 744px;
        height: 7533px;
        background-image: url(../images/grille-casestudy-tablet.svg);
    }

    .grid--video{
        width: 744px;
        height: 4533px;
        background-image: url(../images/grille-video-tablet.svg);
    }
}

@media (min-height: 1100px) {

    /* navigation */

    .menu .subnav{
        margin-top: 45%;
    }
}

@media (min-width: 740px) {

    /* titre */

    .title--beyond{
        width: 596px;
    }
}

@media (min-width: 910px) {

    /* prolongement */

    .notABtn{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        max-width: none;
    }

    .notABtn svg{
        position: static;
        display: inline;
        margin-top: 0px;
        width: 38px;
        height: 38px;
    }
    .notABtn svg:last-child{
        margin-top: 0;
    }

    .notABtn .down{
        overflow: hidden;
        display: none;
    }
    .notABtn--close .down{
        overflow: visible;
        display: block;
    }

    .notABtn__text{
        margin-right: 10px;
    }
}










/*** Ecran ordi ***/

@media (min-width:1000px) {

    .mainAlignement{
        margin-left: 100px;
        margin-right: 100px;
    }
    
    /* espace */
    
    .smallSpacing{
        margin-bottom: 48px;
    }
    
    .normalSpacing{
        margin-bottom: 72px;
    }
    
    .bigSpacing{
        margin-bottom: 144px;
    }
    
    .hugeSpacing{
        margin-bottom: 288px;
    }
    
    .bigPadding{
        padding-bottom: 144px;
    }

    .normalSpacing--navBarTitle{
        margin-bottom: 20px;
    }

    .bigSpacing--navBarTitle{
        margin-bottom: 72px;
    }

    .bigPadding--navBarTitle{
        padding-bottom: 72px;
    }

    /* footer */

    .footer{
        margin-top: 360px;
    }

    .credits{
        margin-right: 0px;
    }

    .subnav{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        max-width: 544px;
    }
    .subnav__el{
        margin-right: 24px;
        margin-bottom: 24px;
        order: 2;
    }
    .subnav__el:nth-child(2){
        order: 3;
        margin-right: 0;
    }
    .subnav__el:nth-child(3){
        margin-right: 33px;
        order: 5;
    }
    .subnav__el:nth-child(4){
        order: 6;
        margin-right: 0;
    }
    .subnav__el:nth-child(5){
        order: 1;
    }
    .subnav__el:last-child{
        order: 4;
    }

    /* prolongements */

    .supp{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .supp__el{
        width: 381px;
        margin-right: 48px;
        margin-bottom: 0;
    }
    .supp__el:last-child{
        margin-right: 0;
    }

    /* citation */

    .quote{
        max-width: none;
    }

    /* encadré */

    .colored{
        padding-top: 144px;
        margin-left: -100px;
        margin-right: -72px;
        padding-left: 100px;
        padding-right: 72px;
        padding-bottom: 144px;
        border-radius: 0 60px 60px 0;
        margin-bottom: 144px;
    }

    .bordered{
        border: 10px solid #eb9b4a;
        border-right: none;
        margin-top: 288px;
        margin-left: -72px;
        margin-right: -100px;
        padding-top: 144px;
        padding-left: 62px;
        padding-right: 100px;
        border-radius: 60px 0 0 60px;
        margin-bottom: 144px;
        padding-bottom: 144px;
    }

    /* images */

    .stephen{
        width: 639px;
        height: 489px;
    }
    .stephen__el--tablet{
        display: block;
        margin-bottom: 0px;
    }

    .beyond{
        width: 720px;
        height: 310.6px;
        border-radius: 30px;
    }

    .onTop__el:last-child{
        margin-top: -288px;
    }

    /* légende */

    .legend--beyond{
        width: 720px;
    }

    /* navigation */

    .navBar{
        padding-top: 48px;
        width: auto;
    }
    .navBar__content{
        justify-content: flex-start;
        z-index: 12;
        width: auto;
    }

    .logo{
        margin-right: 92px;
    }

    .menu{
        right: 0%;
        margin-right: 100px;
        padding-top: 66px;
        top: 0px;
        opacity: 100%;
        background: transparent;
        position: absolute;
        display: flex;
        justify-content: flex-end;
        z-index: 10;
        width: auto;
        pointer-events: all;
        overflow: visible;
        bottom: auto;
    }

    .menu__liste{
        margin-left: 0;
        margin-right: 0;
    }

    .menu__el{
        padding-left: 19px;
        margin-bottom: 0;
        display: inline;
        transform: none;
        margin-left: 73px;
    }

    .menu__el a{
        font-size: 29px;
        line-height: 36px;
    }

    .menu__el--actif{
        background-size: 11px 11px;
    }

    .menu .subnav{
        pointer-events: none;
        overflow: hidden;
        display: none;
    }

    .btn--burgerMenu{
        display: none;
        overflow: hidden;
    }

    /* special ordi */

    .onTop__el:first-child{
        max-width: 873px;
    }

    .onTop__el:first-child .smallSpacing:last-child{
        margin-bottom: 0;
    }

    .stephen__el{
        max-width: 873px;
    }

    .quadra{
        max-width: 873px;
    }

    /** UI-Kit **/

    .bordered--withoutPhoto{
        margin-top: 144px;
        padding-top: 144px;
    }

    /** IOLCE **/

    .footer--borderedBefore{
        margin-top: 205px;
    }

    .bigSpacing--smaller{
        margin-bottom: 60px;
    }

    .widthRestricted{
        max-width: 808px;
        margin-left: auto;
        margin-right: auto;
    }

    /** credits **/

    .colored--small{
        padding-top: 36px;
        padding-bottom: 36px;
        margin-bottom: 36px;
        border-radius: 0 30px 30px 0;
    }

    .colored--right{
        margin-right: 0px;
        padding-right: 0px;
    }

    .colored--left{
        border-radius: 30px 0 0 30px;
        margin-right: -100px;
        margin-left: 0px;
        padding-right: 100px;
        padding-left: 0px;
    }

    .credit__liste .smallSpacing{
        margin-bottom: 36px;
    }

    .credit__el{
        display: flex;
    }
    .credit__el .smallSpacing{
        margin-bottom: 0;
    }
    .credit__el .beginningParagraph{
        margin-left: 152px;
        margin-right: 48px;
        width: 712px;
    }

    /** case-study **/

    .bigSpacing--small{
        margin-bottom: 72px;
    }

    .colored--tight{
        padding-top: 72px;
        padding-bottom: 72px;
        margin-bottom: 72px;
    }

    .bordered--tight{
        padding-top: 72px;
        padding-bottom: 72px;
        margin-top: 72px;
        margin-bottom: 72px;
    }

    /** grille **/

    .grid__text--size::after{
        content: "1920";
    }

    .grid__text{
        margin-left: 150px;
        margin-top: 150px;
        max-width: 150px;
    }

    .grid--accueil{
        width: 1920px;
        height: 5387px;
        background-image: url(../images/grille-accueil-desktop.svg);
    }

    .grid--equipe{
        width: 1920px;
        height: 7097px;
        background-image: url(../images/grille-equipe-desktop.svg);
    }

    .grid--credit{
        width: 1920px;
        height: 3069px;
        background-image: url(../images/grille-credit-desktop.svg);
    }

    .grid--iolce{
        width: 1920px;
        height: 2352px;
        background-image: url(../images/grille-iolce-desktop.svg);
    }

    .grid--uikit{
        width: 1920px;
        height: 8611px;
        background-image: url(../images/grille-uikit-desktop.svg);
    }

    .grid--casestudy{
        width: 1920px;
        height: 11514px;
        background-image: url(../images/grille-casestudy-desktop.svg);
    }

    .grid--video{
        width: 1920px;
        height: 7835px;
        background-image: url(../images/grille-video-desktop.svg);
    }
}

@media (min-width: 1060px) {

    /* images */

    .stephen{
        margin-right: 248px;
    }

    /* footer */

    .subnav{
        max-width: 590px;
    }

    .subnav__el{
        margin-right: 48px;
        margin-bottom: 48px;
        order: 2;
    }
    .subnav__el:nth-child(2){
        order: 3;
        margin-right: 0;
    }
    .subnav__el:nth-child(3){
        margin-right: 57px;
        order: 5;
    }
    .subnav__el:nth-child(4){
        order: 6;
        margin-right: 0;
    }
    .subnav__el:nth-child(5){
        order: 1;
    }
    .subnav__el:last-child{
        order: 4;
    }
    
    /* special ordi */

    .smallDesktop{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

@media (min-width: 1440px) {

    /* images */

    .stephen{
        width: 520px;
        height: 398px;
        margin-right: 48px;
    }

    .beyond{
        width: 1240px;
        height: 537.26px;
    }

    /* légende */

    .legend--stephen{
        max-width: 520px;
        text-align: right;
    }

    .legend--beyond{
        width: 1240px;
    }

    /* prolongements */

    .supp__el:nth-child(2) .title{
        margin-bottom: 78px;
    }

    .supp__el:last-child{
        margin-right: 0;
    }
    .supp__el:last-child .title{
        margin-bottom: 78px;
    }
    .supp__el:last-child .bigParagraph{
        margin-bottom: 75px;
    }

    /* special ordi */

    .stephen--desktop{
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .stephen__el:first-child{
        max-width: 633px;
    }
    .stephen__el:last-child{
        max-width: 633px;
        margin-top: -225px;
    }

    .smallTextMaxwidth{
        max-width: 581px;
        margin-right: 52px;
    }

    .alignLeftWithQuadra{
        margin-left: 52px;
    }

    .quadra{
        display: flex;
        flex-wrap: wrap;
        max-width: none;
        justify-content: flex-start;
    }
    .quadra__el:first-child{
        max-width: 558px;
        order: 1;
        margin-right: 48px;
    }
    .quadra__el:nth-child(2){
        max-width: 506px;
        order: 3;
        margin-left: 52px;
        margin-right: 48px;
    }
    .quadra__el:nth-child(3){
        order: 2;
    }
    .quadra__el:last-child{
        order: 4;
        margin-top: -75px;
    }

    /** equipe & avis **/

    /* images */

    .quiEcrit{
        width: 273px;
        height: 273px;
    }

    .quiEcrit--centered{
        width: 273px;
        margin-left: 0;
        margin-right: 0;
    }

    .equipeImage{
        width: 244px;
        height: 244px;
    }

    /* légende */

    .legend--quiEcrit{
        width: 273px;
    }

    .legend--equipe{
        display: block;
        overflow: visible;
    }

    /* encadré */

    .colored--onRight{
        margin-right: -152px;
        margin-left: -72px;
        padding-right: 152px;
        padding-left: 72px;
        border-radius: 60px 0px 0px 60px;
    }

    /* fond */

    .equipeBackground{
        background-image: url(../images/fondEquipeDesktop.svg);
        padding-bottom: 117px;
        margin-left: -53px;
        margin-right: -53px;
        padding-left: 53px;
        padding-right: 53px;
    }

    .footer--equipe{
        margin-top: 243px;
    }

    /* membres */

    .title--alignOnMember{
        margin-left: 204px;
    }

    .member{
        width: 1012px;
        align-items: center;
        justify-content: space-between;
    }

    .member__name{
        width: auto;
    }

    .member--alignLeft{
        flex-direction: row-reverse;
    }

    .member--alignRight{
        margin-left: 204px;
    }
    .member--alignRight .member__text{
        justify-content: flex-start;
    }
    .member--alignRight .member__name{
        text-align: right;
    }
    .member--alignRight .legend{
        text-align: left;
    }

    .member__text{
        max-width: 660px;
    }

    .member__avatar{
        max-width: 250px;
    }

    /* special desktop */

    .quiEcrit--desktop{
        display: flex;
        justify-content: space-between;
    }

    .quiEcrit__text{
        max-width: 726px;
    }

    .avisAlignement{
        margin-left: 204px;
        margin-right: 204px;
    }

    .quote--alignRight{
        display: flex;
        justify-content: flex-end;
    }
    .quote--smaller{
        max-width: 760px;
    }

    .mainAlignement--equipe{
        margin-left: 152px;
        margin-right: 152px;
    }

    /** case-study **/

    .capture{
        max-width: 1320px;
    }
    
    .capture--1{
        width: 1016px;
        height: 733px;
    }
    
    .capture--2{
        width: 1016px;
        height: 632px;
    }
    
    .capture--3{
        width: 712px;
        height: 1296px;
    }
    
    .capture--4{
        width: 712px;
        height: 1026px;
    }
    
    .capture--5{
        height: 709px;
    }
    
    .capture--6{
        width: 1016px;
        height: 736px;
    }
    
    .capture--7{
        width: 712px;
        height: 1380px;
    }

    /** vidéo **/

    .video{
        width: 1320px;
        height: 742px;
    }

    .videoCentered{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (min-width: 1550px) {
    
    .mainAlignement{
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }

    .barAligned{
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }

    /* navigation */

    .menu{
        margin-right: calc((100% - 1320px)/2);
        background: transparent;
        position: absolute;
        display: flex;
        justify-content: flex-end;
        width: auto;
    }

    /* encadré */

    .colored{
        border-radius: 60px;
    }

    .bordered{
        border: 10px solid #eb9b4a;
        border-right: 10px solid #eb9b4a;
        border-radius: 60px;
    }

    /** equipe & avis **/

    /* encadré */

    .colored--onRight{
        border-radius: 60px 60px 60px 60px;
    }

    /** credits **/

    .colored--small{
        border-radius: 30px;
    }

    .colored--left{
        border-radius: 30px;
    }
}

@media(min-width:1920px){

    body{
        font-size: 20px;
        line-height: 30px;
    }
    
    .logo{
        width: 73px;
        height: 73px;
    }

    .barAligned{
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    .mainAlignement{
        margin-left: 300px;
        margin-right: 300px;
    }

    /* paragraphe */

    .beginningParagraph{
        font-size: 24px;
        line-height: 38px;
    }

    /* lien-bouton */

    .linkBtn{
        padding: 12px 34px 14px 34px;
        font-size: 21px;
        line-height: 26px;
    }

    /* espace */

    .normalSpacing--navBarTitle{
        margin-bottom: 48px;
    }

    /* titre */

    .title{
        font-size: 42px;
        line-height: 60px;
    }
    .title--sub{
        font-size: 35px;
        line-height: 43px;
    }
    .title--page{
        padding-top: 241px;
        font-size: 96px;
        line-height: 100px;
        max-width: 760px;
    }
    .title--beyond{
        width: auto;
    }

    .subTitlePage{
        font-size: 32px;
    }

    /* légende */

    .legend{
        font-size: 21px;
        line-height: 21px;
    }

    .legend--stephen{
        margin-bottom: 0;
        max-width: 639px;
    }

    .legend--beyond{
        width: 1320px;
    }

    /* citation */

    .quote{
        font-size: 60px;
        line-height: 75px;
        max-width: 950px;
    }
    .quote--legend{
        font-size: 35px;
    }
    .quote--smaller{ 
        font-size: 35px;
        line-height: 52px;
    }

    /* footer */

    .nextPageBtn{
        position: relative;
        bottom: 15px;
        font-size: 42px;
        line-height: 53px;
        padding: 35px 105px 34px 105px;
        margin-top: -60px;
    }

    .credits a{
        font-size: 21px;
        line-height: 26px;
    }
    .credits svg{
        height: 16px;
        width: 40px
    }

    .subnav{
        max-width: 699px;
    }

    .subnav__el a, .subnav__el .footerBtn{
        font-size: 21px;
        line-height: 26px;
        padding: 14px 45px 15px 45px;
    }

    /* prolongements */

    .notABtn{
        font-size: 42px;
        line-height: 60px;
    }

    .notABtn svg{
        width: 42px;
        height: 42px;
    }

    .supp__el{
        width: auto;
        min-width: 408px;
    }

    .supp__el:first-child .bigParagraph{
        min-width: 417px;
    }

    .supp__el:nth-child(2){
        margin-left: -9px;
    }

    .supp__el:nth-child(2) .title{
        margin-bottom: 48px;
    }

    .supp__el:last-child .title{
        margin-bottom: 48px;
    }
    .supp__el:last-child .bigParagraph{
        margin-bottom: 48px;
    }

    /* encadré */

    .colored{
        margin-left: -300px;
        margin-right: -156px;
        padding-left: 300px;
        padding-right: 156px;
        border-radius: 0 60px 60px 0;
    }

    .bordered{
        border-radius: 60px 0 0 60px;
        border-right: none;
        margin-left: -156px;
        margin-right: -300px;
        padding-top: 144px;
        padding-left: 146px;
        padding-right: 300px;
    }

    /* images */

    .stephen{
        width: 639px;
        height: 489px;
        border-radius: 0 50px 50px 0;
        margin-right: 0;
    }

    .beyond{
        width: auto;
        height: auto;
    }

    /* navigation */

    .menu{
        margin-right: 300px;
    }

    .menu__liste{
        margin-left: 0;
        margin-right: 0;
    }

    .menu__el{
        padding-left: 19px;
    }

    /* special ordi */

    .onTop__el:first-child{
        max-width: 1016px;
    }

    .stephen__el:last-child{
        margin-top: -168px;
    }

    .quadra{
        justify-content: space-between;
    }
    .quadra__el:first-child{
        max-width: 638px;
        margin-right: 0;
    }
    .quadra__el:nth-child(2){
        max-width: 587px;
        margin-right: 0;
    }
    .quadra__el:last-child{
        margin-top: -135px;
    }

    .smallDesktop{
        justify-content: space-between;
    }


    /** equipe & avis **/

    /* encadré */

    .colored--onRight{
        margin-right: -352px;
        margin-left: -208px;
        padding-right: 352px;
        padding-left: 208px;
        border-radius: 60px 0px 0px 60px;
    }

    /* fond */

    .equipeBackground{
        margin-left: -151px;
        margin-right: -151px;
        padding-left: 151px;
        padding-right: 151px;
    }

    /* paragraphe */

    .bigParagraph{
        font-size: 24px;
        line-height: 38px;
        color: #101010;
    }

    /* special desktop */

    .quote--smaller{
        max-width: 760px;
    }

    .mainAlignement--equipe{
        margin-left: 352px;
        margin-right: 352px;
    }


    /** UI-Kit **/

    .def--desktop{
        display: block;
    }

    .def--tablet{
        display: none;
    }

    .def--footerNav{
        display: none;
    }

    .smallSpacing--link{
        margin-bottom: 28px;
    }
    
    .title--page--uikit{
        padding-top: 0;
    }
    
    .subTitlePage--uikit{
        text-align: left;
    }
    
    .linkBtn--uikit{
        font-size: 21px;
        line-height: 26px;
    }

    .bordered--withoutPhoto{
        margin-top: 144px;
        padding-top: 144px;
    }
    
    .dark{
        padding-bottom: 360px;
        border-radius: 0;
        margin-right: -300px;
        margin-bottom: 0;
    }

    .navLinkUikit{
        font-size: 29px;
        line-height: 36px;
    }
    
    .navUikit__el{
        padding-left: 19px;
    }
    
    .navUikit__el a{
        font-size: 29px;
        line-height: 36px;
    }
    
    .nextPageBtn--uikit{
        position: static;
        margin-top: 0;
        margin-left: 0px;
        margin-right: -184px;
    }
    
    .footer--noMarginTop{
        margin-top: 0;
    }

    .uikitColumns{
        display: flex;
    }
    .uikitColumns__el:first-child{
        width: 560px;
        margin-right: 48px;
    }
    .uikitColumns__el:last-child{
        width: 712px;
    }

    .uikitColumns--nav{
        display: flex;
    }
    .uikitColumns--nav__el:first-child{
        width: 720px;
        margin-right: 192px;
    }
    .uikitColumns--nav .uikitColumns__el:last-child{
        width: auto;
    }

    /** credits **/

    .colored--small{
        padding-top: 36px;
        padding-bottom: 36px;
        margin-bottom: 36px;
        border-radius: 0 30px 30px 0;
    }

    .colored--right{
        margin-right: 0px;
        padding-right: 0px;
    }

    .colored--left{
        border-radius: 30px 0 0 30px;
        margin-right: -300px;
        margin-left: 0px;
        padding-right: 300px;
        padding-left: 0px;
    }

    /** case-study **/

    .bordered--tight{
        padding-top: 72px;
    }
}

@media (min-width: 1921px) {

    .mainAlignement{
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }

    .barAligned{
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }

    /* navigation */

    .menu{
        margin-right: calc((100% - 1320px)/2);
        background: transparent;
        position: absolute;
        display: flex;
        justify-content: flex-end;
        width: auto;
    }

    /* encadré */

    .colored{
        border-radius: 60px;
    }

    .bordered{
        border: 10px solid #eb9b4a;
        border-right: 10px solid #eb9b4a;
        border-radius: 60px;
    }

    /** equipe & avis **/

    .mainAlignement--equipe{
        max-width: 1216px;
    }

    /** credits **/

    .colored--small{
        border-radius: 30px;
    }

    .colored--left{
        border-radius: 30px;
    }
}