/* fullPage nav */
/* #fp-nav {
    display: none;
}
@media (min-width: 992px) {
    #fp-nav {
        display: block;
        right: 10px !important;
    }
}
#fp-nav li span {
    -webkit-transition: background 2s;
    transition: background 2s;
    opacity: 0.5;
    background-color : #6d6f71 !important;
}
#fp-nav li:hover span {
    opacity: 1;
}
.fp-viewing-agence-de-creation-visuelle #fp-nav li span,
.fp-viewing-a-propos-0 #fp-nav li span,
.fp-viewing-a-propos-notre-vision #fp-nav li span,
.fp-viewing-a-propos-notre-approche #fp-nav li span,
.fp-viewing-a-propos-nos-clients #fp-nav li span,
.fp-viewing-news-0 #fp-nav li span,
.fp-viewing-news-1 #fp-nav li span,
.fp-viewing-news-2 #fp-nav li span,
.fp-viewing-news-3 #fp-nav li span,
.fp-viewing-news-4 #fp-nav li span,
.fp-viewing-news-5 #fp-nav li span {
    background-color : white !important;
}
#fp-nav ul li .fp-tooltip {
    font-family: 'FontFace', sans-serif;
    color: #6d6f71 !important;
}
.fp-viewing-agence-de-creation-visuelle #fp-nav ul li .fp-tooltip,
.fp-viewing-a-propos-0 #fp-nav ul li .fp-tooltip ,
.fp-viewing-a-propos-notre-vision #fp-nav ul li .fp-tooltip ,
.fp-viewing-a-propos-notre-approche #fp-nav ul li .fp-tooltip ,
.fp-viewing-a-propos-nos-clients #fp-nav ul li .fp-tooltip ,
.fp-viewing-news-0 #fp-nav ul li .fp-tooltip ,
.fp-viewing-news-1 #fp-nav ul li .fp-tooltip ,
.fp-viewing-news-2 #fp-nav ul li .fp-tooltip n,
.fp-viewing-news-3 #fp-nav ul li .fp-tooltip ,
.fp-viewing-news-4 #fp-nav ul li .fp-tooltip ,
.fp-viewing-news-5 #fp-nav ul li .fp-tooltip  {
    color : white !important;
}
*/
/* fullPage slidesNav */
/* .fp-slidesNav {
    bottom: 0 !important;
    background: white;
    width: 100%;
    padding-top: 3px;
}
    .fp-slidesNav ul {
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }
        .fp-slidesNav ul li {
            margin-left: 12px !important;
            margin-right: 12px !important;
        }
        @media (min-width: 500px) {
            .fp-slidesNav ul li {
                margin-left: 14px !important;
                margin-right: 14px !important;
            }
        }
            .fp-slidesNav ul li a span {
                background-color: #6d6f71 !important;
            }
@media (min-width: 768px) {
    .fp-slidesNav {
        right: 15px !important;
        bottom: 20px !important;
        background: transparent;
        -webkit-transform: none;
        transform: none;
        width: auto;
    }
    #section-about-us .fp-slidesNav,
    #section-jobs .fp-slidesNav {
        display: none;
    }
        .fp-slidesNav ul {
            text-align: right !important;
        }
            .fp-slidesNav ul li {
                margin-left: 7px !important;
                margin-right: 7px !important;
            }
                .fp-slidesNav ul li a span {
                    background-color: white !important;
                }
}
@media (min-width: 1000px) {
    .fp-slidesNav {
        right: 5vw !important;
    }
} */

/* Home */
#section-home {
    position: relative;
    height: 100vh;
    /*padding-top: 0px !important;*/
}
    #index .fp-bg {
        top: 0;
        bottom: 0;
        width: 100%;
        position: absolute;
        z-index: -1;
        height: 100vh;
    }
    #section-home .fp-bg {
        background-position: center;
        background-size: cover;
        transition: background-size 0.7s ease-in;
        -moz-transition: background-size 0.7s ease-out;
        -ms-transition: background-size 0.7s ease-out;
        -o-transition: background-size 0.7s ease-out;
        -webkit-transition: background-size 0.7s ease-out;
        background-color: #87888a;
    }
    #section-home.active .fp-bg {
        background-size: auto 125%;
    }
    #index .fp-tableCell {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
        width: 100vw;
        height: 100vh;
    }
    #section-home h1 {
        font-family: 'FontFace', sans-serif;
        /*text-align: center;
        color: rgb(109, 111, 113);
        font-size: 30px; */
        text-align: left;
        color: white;
        font-size: 20px;
        line-height: 1.2;
        padding: 0 15px;
        -webkit-transition: transform 1s ease, opacity 1s ease;
        transition: transform 1s ease, opacity 1s ease;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }
    @media (max-width: 767.99px) and (max-height: 450px ) {
        #section-home h1 {
            font-size: 15px;
        }
    }
    .loaded #section-home h1 {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    @media (min-width: 768px) {
        #section-home h1 {
            /*font-size: 50px;*/
            font-size: 30px;
            padding-left: 5%;
            padding-right: 5%;
            padding-bottom: 30px;
        }
    }
    @media (min-width: 992px) {
        #section-home h1 {
            /*font-size: 54px;*/
            font-size: 34px;
            padding-left: 10%;
            padding-right: 10%;
            padding-bottom: 40px;
        }
    }
    @media (min-width: 1200px) {
        #section-home h1 {
            /*font-size: 58px;*/
            font-size: 38px;
            padding-left: 20%;
            padding-right: 20%;
            padding-bottom: 50px;
        }
    }
    #section-home h2 {
        font-family: 'FontFace', sans-serif;
        /*text-align: center;*/
        text-align: left;
        padding: 0 15px;
        text-transform: uppercase;
        line-height: 1.5;
        font-size: 14px;
        color: white;
        position: absolute;
        width: 100%;
        bottom: 20%;
        -webkit-transition: transform 1s ease, opacity 1s ease;
        transition: transform 1s ease, opacity 1s ease;
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }
    @media (max-width: 767.99px) and (max-height: 450px ) {
        #section-home h2 {
            font-size: 12px;
            bottom: 15%;
        }
    }
    .loaded #section-home h2 {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    @media (min-width: 768px) {
        #section-home h2 {
            font-size: 15px;
            color: white;
            position: absolute;
            width: 100%;
            bottom: 20%;
            padding-left: 5%;
            padding-right: 5%;
        }
    }
    @media (min-width: 992px) {
        #section-home h2 {
            font-size: 16px;
            padding-left: 10%;
            padding-right: 10%;
        }
    }
    @media (min-width: 1200px) {
        #section-home h2 {
            font-size: 17px;
            padding-left: 20%;
            padding-right: 20%;
        }
    }
    #section-home-arrow {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 2%;
        cursor: pointer;
        height: 40px;
        width: 40px;
        -webkit-animation-name: upAndDown;
        -moz-animation-name: upAndDown;
        -ms-animation-name: upAndDown;
        -o-animation-name: upAndDown;
        animation-name: upAndDown;
        -webkit-animation-duration: 1s;
        -moz--animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -ms-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    @media (min-width: 768px) {
        #section-home-arrow {
            height: 45px;
            width: 45px;
        }
    }
    @media (min-width: 992px) {
        #section-home-arrow {
            height: 50px;
            width: 50px;
        }
    }
    @media (min-width: 1200px) {
        #section-home-arrow {
            height: 55px;
            width: 55px;
        }
    }
    #section-home-arrow:hover {
        animation: none;
    }
    #section-home-arrow:active {
        -webkit-transform: translateX(-50%) scale(0.9);
        transform: translateX(-50%) scale(0.9);
    }
        #section-home-arrow svg {
            height: 100%;
            width: 100%;
        }
            #section-home-arrow svg path {
                fill: white;
                -webkit-transition: fill 0.5s;
                transition: fill 0.5s;
            }
            #section-home-arrow:hover svg path:nth-child(2) {
                fill: white;
                -webkit-transition: fill 0.5s;
                transition: fill 0.5s;
            }
            #section-home-arrow svg path:nth-child(2) {
                fill: transparent;
            }

/* References */
#section-references {
    position: relative;
}
    #section-references .fp-bg {
        background: white;
    }

    /* cf : references assets filters.css and grid.css */

/* About us */
#section-about-us {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
    #section-about-us .fp-bg {
        background-size: cover;
        background-position: center;
    }
    #section-about-us .slides {
        width: 100vw !important;
        height: 100vh; !important;
    }
    #section-about-us .slide {
        opacity: 0;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        width: 100vw !important;
        height: 100vh; !important;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }
    #section-about-us .slick-active .slide {
        opacity: 1;
    }
    .slide:first-of-type .slide-inner {
        -webkit-transition: transform 1.5s ease, opacity 1.5s;
        transition: transform 1.5s ease, opacity 1.5s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        transform: translateX(10%);
        opacity: 0;
    }
    body.loaded .slide:first-of-type .slide-inner {
        transform: translateX(0);
        opacity: 1;
    }
        #section-about-us h2 {
            font-family: 'FontFace', sans-serif;
            text-align: center;
            line-height: 1;
            color: white;
            font-size: 26px;
            padding: 40px 15px 30px 15px;
            margin: 0;
        }
        @media (min-width: 768px) {
            #section-about-us h2 {
                font-size: 34px;
                padding: 85px 0 40px 0;
                display: none;
            }
        }
        @media (min-width: 992px) {
            #section-about-us h2 {
                font-size: 40px;
                padding: 95px 0 50px 0;
            }
        }
        @media (min-width: 1200px) {
            #section-about-us h2 {
                font-size: 45px;
                padding: 100px 0 55px 0;
            }
        }
        #section-about-us p,
        #section-about-us ul  {
            font-family: 'FontFace', sans-serif;
            text-align: left;
            line-height: 1.2;
            color: white;
            font-size: 15px;
            padding: 0 15px 10px 15px;
            margin: 0;
        }
            #section-about-us ul li  {
                font-size: 15px;
            }
        @media (min-width: 768px) {
            #section-about-us p,
            #section-about-us ul  {
                font-size: 16px;
                padding: 0 0 15px 0;
            }
                #section-about-us ul li  {
                    font-size: 16px;
                }
        }
        @media (min-width: 992px) {
            #section-about-us p,
            #section-about-us ul  {
                font-size: 19px;
                padding: 0 0 17.5px 0;
            }
                #section-about-us ul li  {
                    font-size: 19px;
                }
        }
        @media (min-width: 1200px) {
            #section-about-us p,
            #section-about-us ul  {
                font-size: 22px;
                padding: 0 0 20px 0;
            }
                #section-about-us ul li  {
                    font-size: 22px;
                }
        }
    #section-about-us .slide-menu {
        background: rgba(0, 0, 0, 0.65);
    }
        #section-about-us .slide-menu ul li a {
            color: white;
        }
        #section-about-us .slide-menu ul li a.active {
            font-family: 'FontFaceBold', sans-serif;
        }
        #section-about-us .slide-menu ul li a::after {
            background-color: white;
        }
        #section-about-us .slide-menu ul li a:hover::after {
            background-color: rgba(255, 255, 255, 0.5);
        }
        /* TEAM */
        #slide-about-our-team .fp-bg {
            background-color: white;
            background-image: none !important;
        }
        #slide-about-our-team .slide-inner {
            padding-top: 100px;
        }
        @media (min-width: 768px) {
            #slide-about-our-team .slide-inner {
                padding-top: 150px;
                margin-right: 0;
                padding-right: 10%;
                overflow: scroll;
            }
        }
            #slide-about-our-team h2,
            #slide-about-our-team p {
                color: black;
            }
            #slide-about-our-team ul {
                list-style: none;
                padding-bottom: 150px !important;
            }
            @media (min-width: 768px) {
                #slide-about-our-team ul {
                    padding-bottom: 150px !important;
                }
            }
                #slide-about-our-team ul.accordion li {
                    border-top: 1px solid #ccc;
                    margin: 0;
                    cursor: pointer;
                }
                    #slide-about-our-team ul.accordion svg {
                        position: absolute;
                        top: 20px;
                        right: 0;
                        height: calc(100% - 40px);
                    }
                        #slide-about-our-team ul.accordion svg path {
                            fill: rgb(242, 242, 242);
                            -webkit-transition: fill 0.5s ease;
                            transition: fill 0.5s ease;
                        }
                        #slide-about-our-team ul.accordion li:hover svg path {
                            fill: black;
                        }
                        #slide-about-our-team ul.accordion li svg path:nth-of-type(2),
                        #slide-about-our-team ul.accordion li.opened svg path:nth-of-type(1) {
                            display: none;
                        }
                        #slide-about-our-team ul.accordion li.opened svg path:nth-of-type(2),
                        #slide-about-our-team ul.accordion li svg path:nth-of-type(1) {
                            display: block;
                        }
                    #slide-about-our-team h3 {
                        position: relative;
                        color: black;
                        margin: 0;
                        padding: 20px 0 20px 0;
                        font-size: 20px;
                        line-height: 1.4;
                    }
                    @media (min-width: 768px) {
                        #slide-about-our-team h3 {
                            font-size: 22px;
                        }
                    }
                    @media (min-width: 992px) {
                        #slide-about-our-team h3 {
                            font-size: 24px;
                        }
                    }
                    @media (min-width: 1200px) {
                        #slide-about-our-team h3 {
                            font-size: 26px;
                        }
                    }
                    #slide-about-our-team ul.accordion p {
                        overflow: hidden;
                        max-height: 0px;
                    }
                    #slide-about-our-team ul.accordion li.opened p {
                        padding-bottom: 15px !important;
                    }


/* Jobs */
#section-jobs {
    height: calc(100vh - 50px);
    position: relative;
    overflow: hidden;
}
    #section-jobs .fp-bg {
        background-size: cover;
        background-position: center;
    }
    #section-jobs .slides {
        width: 100vw !important;
        height: 100vh; !important;
    }
    #section-jobs .slide {
        opacity: 0;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        width: 100vw !important;
        height: 100vh; !important;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }
    #section-jobs .slick-active .slide {
        opacity: 1;
    }
        #section-jobs h2 {
            font-family: 'FontFace', sans-serif;
            text-align: center;
            line-height: 1;
            color: black;
            font-size: 26px;
            padding: 40px 15px 30px 15px;
            margin: 0;
        }
        @media (min-width: 768px) {
            #section-jobs h2 {
                font-size: 34px;
                padding: 35px 0 40px 0;
                display: none;
            }
        }
        @media (min-width: 992px) {
            #section-jobs h2 {
                font-size: 40px;
                padding: 45px 0 50px 0;
            }
        }
        @media (min-width: 1200px) {
            #section-jobs h2 {
                font-size: 45px;
                padding: 50px 0 55px 0;
            }
        }
        #section-jobs p,
        #section-jobs ul {
            font-family: 'FontFace', sans-serif;
            text-align: left;
            line-height: 1.2;
            color: black;
            font-size: 15px;
            padding: 0 0 10px 0;
            margin: 0;
        }
        #section-jobs ul {
            margin-left: 15px;
        }
            #section-jobs ul li {
                font-size: 15px;
            }
        @media (min-width: 768px) {
            #section-jobs p,
            #section-jobs ul {
                font-size: 16px;
                padding: 0 0 15px 0;
            }
            #section-jobs ul {
                margin-left: 17px;
            }
                #section-jobs ul li {
                    font-size: 16px;
                }
        }
        @media (min-width: 992px) {
            #section-jobs p,
            #section-jobs ul {
                font-size: 19px;
                padding: 0 0 17.5px 0;
            }
            #section-jobs ul {
                margin-left: 18px;
            }
                #section-jobs ul li {
                    font-size: 19px;
                }
        }
        @media (min-width: 1200px) {
            #section-jobs p,
            #section-jobs ul {
                font-size: 22px;
                padding: 0 0 20px 0;
            }
            #section-jobs ul {
                margin-left: 23px;
            }
                #section-jobs ul li {
                    font-size: 22px;
                }
        }
    #section-jobs .slide-menu {
        background: rgba(210, 211, 212, 0.65); /* black 25% */
    }
        #section-jobs .slide-menu ul li a {
            color: black;
        }
        #section-jobs .slide-menu ul li a.active {
            font-family: 'FontFaceBold', sans-serif;
        }
        #section-jobs .slide-menu ul li a::after {
            background-color: black;
        }
        #section-jobs .slide-menu ul li a:hover::after {
            background-color: rgba(0, 0, 0, 0.5);
        }
/* Slide inner */
.slide-inner {
    padding: 0 15px 100px 15px;
    margin: 50px 0 0 0;
}
@media (min-width: 768px) {
    .slide-inner {
        padding: 0;
        margin: 50px 5% 0 37%;
    }
}
@media (min-width: 992px) {
    .slide-inner {
        margin: 50px 10% 0 42%;
    }
}
    .slide-inner p:last-child,
    .slide-inner ul:last-child {
        padding-bottom: 0 !important;
    }

.slide-menu {
    position: absolute;
    height: 100vh;
    width: 33vw;
    top: 0;
    left: 0;
    color: white;
    z-index: 1;
    display: none;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    /*transition-delay: 0.5s;*/
}
#section-about-us.focused .slide-menu,
#section-jobs.focused .slide-menu {
    transform: translateX(0);
}
@media (min-width: 768px) {
    .slide-menu {
        display: block;
    }
}
    .slide-menu ul {
        position: absolute;
        top: calc(50% + 50px);
        transform: translateY(-50%);
        margin: 0;
        list-style: none;
        width: 100%;
        padding: 0 20% !important;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        opacity: 0;
    }
    #section-about-us.focused .slide-menu ul,
    #section-jobs.focused .slide-menu ul {
        opacity: 1;
    }
        .slide-menu ul li {
            margin-bottom: 30px;
        }
            .slide-menu ul li a {
                position: relative;
                font-size: 15px;
                margin: 4px 6px;
                /*transition: background 0.3s;*/
                text-decoration: none;
            }
            @media (min-width: 768px) {
                .slide-menu ul li a {
                    font-size: 18px;
                    margin: 5px 7px;
                }
            }
            @media (min-width: 992px) {
                .slide-menu ul li a {
                    font-size: 21px;
                    margin: 6px 8px;
                }
            }
            @media (min-width: 1200px) {
                .slide-menu ul li a {
                    font-size: 24px;
                    margin: 7px 9px;
                }
            }
            /* https://codepen.io/srirachachacha/pen/pNyQoY */
            .slide-menu ul li a::after {
                content: "";
                position: absolute;
                top: 110%;
                height: 2px;
                width: 0;
                left: 0;
                transition: ease all 0.3s;
            }
            .slide-menu ul li a:hover::after,
            .slide-menu ul:not(:hover) li a.active::after {
                width: 100%;
                transition: ease all 0.3s ;
            }
/* DOTS */
.slide-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}
@media (min-width: 768px) {
    .slide-dots {
        display: none;
    }
}
    .slide-dots svg {
        height: 30px;
        width: 30px;
        cursor: pointer;
    }
    .slide-dots svg:not(:last-child) {
        margin-right: 15px;
    }
        .slide-dots svg circle {
            fill: grey
        }
        .slide-dots svg circle:first-child {
            display: block;
        }
        .slide-dots svg circle:last-child {
            display: none;
        }
        .slide-dots svg.active circle:first-child {
            display: none;
        }
        .slide-dots svg.active circle:last-child {
            display: block;
        }

/* ===== Agence – flèche de navigation ===== */
.agence-section-arrow {
    position: absolute;
    left: 50%;
    bottom: 2%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    height: 40px;
    width: 40px;
    -webkit-animation-name: upAndDown;
    animation-name: upAndDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.agence-section-arrow:hover {
    animation: none;
}
.agence-section-arrow:active {
    -webkit-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
}
.agence-section-arrow svg {
    height: 100%;
    width: 100%;
}
.agence-section-arrow svg path {
    fill: white;
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}
.agence-section-arrow svg path:nth-child(2) {
    fill: transparent;
}
.agence-section-arrow:hover svg path:nth-child(2) {
    fill: white;
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}
#agence-section-metiers .agence-section-arrow svg path {
    fill: black;
}
#agence-section-metiers .agence-section-arrow svg path:nth-child(2) {
    fill: transparent;
}
#agence-section-metiers .agence-section-arrow:hover svg path:nth-child(2) {
    fill: black;
}
@media (min-width: 768px) {
    .agence-section-arrow { height: 45px; width: 45px; }
}
@media (min-width: 992px) {
    .agence-section-arrow { height: 50px; width: 50px; }
}
@media (min-width: 1200px) {
    .agence-section-arrow { height: 55px; width: 55px; }
}

/* ===== Agence page (about-us) ===== */

/* Sections – effet d'empilement au scroll */
.agence-section {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #87888a;
    background-size: cover;
    background-position: center;
}
/* Z-index croissant + nuances de gris (clair → foncé) */
#agence-section-couverture { z-index: 1; background-color: #87888a; color: white; }
#agence-section-vision     { z-index: 2; background-color: #767678; color: white; }
#agence-section-approche   { z-index: 3; background-color: #b5b7b8; color: white; }
#agence-section-metiers    { z-index: 4; background-color: #ffffff; color: black; }
#agence-section-clients    { z-index: 5; background-color: #646567; color: white; }
#agence-section-equipe     { z-index: 6; background-color: #97989a; color: white; }

    .agence-section-inner {
        width: 100%;
        padding: 90px 20px 50px;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.9s ease, transform 0.9s ease;
        transition-delay: 0.15s;
    }
    @media (min-width: 768px) {
        .agence-section-inner {
            padding: 60px 10%;
        }
    }
    @media (min-width: 992px) {
        .agence-section-inner {
            padding: 80px 10%;
        }
    }
    /* Contenu révélé (JS ajoute .is-revealed) */
    .agence-section.is-revealed .agence-section-inner {
        opacity: 1;
        transform: translateY(0);
    }
    /* Première section : animation dès le chargement */
    body.loaded #agence-section-couverture .agence-section-inner {
        opacity: 1;
        transform: translateY(0);
    }
    /* Section métiers : contenu long, scroll interne sans scrollbar visible */
    #agence-section-metiers .agence-section-inner {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    #agence-section-metiers .agence-section-inner::-webkit-scrollbar {
        display: none;
    }

    .agence-section h2 {
        font-family: 'FontFace', sans-serif;
        color: inherit;
        font-size: 26px;
        line-height: 1;
        margin: 0 0 30px 0;
        padding: 0;
    }
    .agence-section h3 {
        font-family: 'FontFaceBold', sans-serif;
        color: inherit;
        font-size: 18px;
        line-height: 1.2;
        margin: 20px 0 10px 0;
        padding: 0;
    }
    .agence-section p {
        font-family: 'FontFace', sans-serif;
        color: inherit;
        font-size: 15px;
        line-height: 1.4;
        margin: 0 0 15px 0;
        padding: 0;
    }
    .agence-section ul {
        font-family: 'FontFace', sans-serif;
        color: inherit;
        font-size: 15px;
        line-height: 1.4;
        margin: 0 0 15px 20px;
        padding: 0;
    }
        .agence-section ul li {
            margin-bottom: 5px;
        }
    @media (min-width: 768px) {
        .agence-section h2 { font-size: 34px; }
        .agence-section h3 { font-size: 20px; }
        .agence-section p  { font-size: 16px; }
        .agence-section ul { font-size: 16px; margin-left: 17px; }
            .agence-section ul li { font-size: 16px; }
    }
    @media (min-width: 992px) {
        .agence-section h2 { font-size: 48px; }
        .agence-section h3 { font-size: 26px; }
        .agence-section p  { font-size: 22px; }
        .agence-section ul { font-size: 22px; margin-left: 18px; }
            .agence-section ul li { font-size: 22px; }
    }
    @media (min-width: 1200px) {
        .agence-section h2 { font-size: 56px; }
        .agence-section h3 { font-size: 30px; }
        .agence-section p  { font-size: 26px; }
        .agence-section ul { font-size: 26px; margin-left: 23px; }
            .agence-section ul li { font-size: 26px; }
    }
    @media (min-width: 1600px) {
        .agence-section h2 { font-size: 64px; }
        .agence-section h3 { font-size: 34px; }
        .agence-section p  { font-size: 28px; }
        .agence-section ul { font-size: 28px; margin-left: 25px; }
            .agence-section ul li { font-size: 28px; }
    }
