.home-header {
    color: #ffffff;
    background-color: #fc3049;
}

.home-header .upper-section {
    position: relative;

}

.home-header .home-title {
    /* background-color: rgba(0, 0, 0, 0.208); */
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.home-header .home-title span {
    display: block;
    /* width: fit-content; */
    width: 100%;
    position: relative;
    /* box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.352); */
}

.home-header .home-title .light {
    font-size: 37px;
    font-family: "SF Text", sans-serif;
}

.home-header .home-title .big {
    /* font-size: 55px; <-- RESPONSIVE PAR FAIT */
    font-size: 115px;
    line-height: 0.9em;
    font-weight: 700;
    font-family: "Avenir Next", sans-serif;
}

/* Les cabinets */
.home-header .home-title .light:nth-of-type(1) {}

/* d'expertise comptable, */
.home-header .home-title .light:nth-of-type(2) {
    margin-bottom: 35px;
}

/* DES */
.home-header .home-title .big:nth-of-type(3) {
    width: 50%;
}

/* METIERS */
.home-header .home-title .big:nth-of-type(4) {
    width: 50%;
}

/* INFINIMENT */
.home-header .home-title .big:nth-of-type(5) {
    margin-left: 50%;
    width: 50%;
    left: -0.3em;
}

/* HUMAINS */
.home-header .home-title .big:nth-of-type(6) {
    margin-left: 50%;
    width: 50%;
    left: -0.6em;
    margin-bottom: 50px;
}

.media-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-section .adrien {
    position: absolute;
    left: 170px;
    top: 90px;
    width: 280px;
}

.media-section .camille {
    position: absolute;
    left: 315px;
    top: 0;
    width: 280px;
}

.media-section .profil .presentation {
    color: #fc3049;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    font-weight: 900;
}

.media-section .profil .presentation:after {
    content: "";
    display: block;
    background-image: url("../images/arrow.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 35px;
    height: 24px;
}

.media-section .profil span {
    display: block;
    width: fit-content;
    white-space: nowrap;
    position: relative;
    background-color: #ffffff;
    padding: 2px 9px;
}

.media-section .profil span:nth-of-type(2) {
    left: 23px;
}

.media-section .camille .presentation {
    top: 15px;
    right: -90px;
    transform: rotate(-10deg);
}

.media-section .camille .presentation::after {
    top: 44px;
    left: -14px;
    transform: rotate(197deg);
}

.media-section .adrien .presentation {
    top: 160px;
    left: -70px;
    transform: rotate(10deg);
}

.media-section .adrien .presentation::after {
    top: -17px;
    right: -27px;
    transform: rotate(-15deg);
}

.media-section .emoji {
    position: absolute;
    left: 355px;
    top: 150px;
    width: 90px;
}

.home-header .hashtag {
    font-size: 36px;
    font-style: italic;
    letter-spacing: 1px;
    font-family: 'SF TEXT';
}

.home-header .subtitle {
    font-size: 22px;
}

@media (max-width: 1280px) {
    .home-header .home-title .light {
        font-size: 32px;
    }

    .home-header .home-title .big {
        font-size: 100px;
    }

    .media-section .adrien {
        left: 135px;
    }

    .media-section .camille {
        left: 285px;
    }

    .media-section .emoji {
        left: 300px;
    }
}

/* TABLETTE */
@media (max-width: 991px) {

    .home-header .home-title {
        padding-top: 100px;
    }

    .home-header .home-title .big {
        font-size: 80px;
    }

    /* Les cabinets */
    .home-header .home-title .light:nth-of-type(1) {
        width: fit-content;
    }

    /* d'expertise comptable, */
    .home-header .home-title .light:nth-of-type(2) {
        width: fit-content;
        left: 180px;
    }

    /* DES */
    .home-header .home-title .big:nth-of-type(3) {
        width: 100%;
    }

    /* METIERS */
    .home-header .home-title .big:nth-of-type(4) {
        margin-left: 45%;
        width: 55%;
    }

    /* INFINIMENT */
    .home-header .home-title .big:nth-of-type(5) {
        margin-left: 45%;
        width: 55%;
        left: -0.6em;
    }

    /* HUMAINS */
    .home-header .home-title .big:nth-of-type(6) {
        margin-left: 45%;
        width: 55%;
        left: -1em;
        margin-bottom: 150px;
        /* ADAPTER SELON CONTENU */
    }

    .media-section .adrien {
        left: 0;
        top: 250px;
    }


    .media-section .camille {
        left: 135px;
        top: 0;
    }

    .media-section .emoji {
        top: 235px;
        left: 140px;
    }

    .media-section .camille .presentation {
        top: 165px;
        right: -110px;
    }

    .media-section .camille .presentation::after {
        top: 26px;
        left: -25px;
        transform: rotate(210deg);
    }

    .media-section .adrien .presentation {
        top: 235px;
        left: 280px;
    }

    .media-section .adrien .presentation::after {
        top: 25px;
        left: -25px;
        transform: rotate(198deg);
    }
}

/* TELEPHONE */
@media (max-width: 781px) {

    .home-header .home-title .light {
        font-size: 24px;
    }

    .media-section .camille {
        left: 90px;
    }
}


@media (max-width: 591px) {

    .home-header .upper-section {
        max-width: 450px;
    }

    .home-header .home-title {
        padding-top: 60px;
    }

    .home-header .home-title span {
        width: 100% !important;
        margin-left: auto !important;
        left: 0 !important;
    }

    .home-header .home-title .light {
        font-size: 19px;
        text-align: left !important;
    }

    .home-header .home-title .big {
        font-size: 55px;
        margin-bottom: 10px;
    }

    /* Les cabinets */
    .home-header .home-title .light:nth-of-type(1) {}

    /* d'expertise comptable, */
    .home-header .home-title .light:nth-of-type(2) {
        margin-bottom: 20px;
    }

    /* DES */
    .home-header .home-title .big:nth-of-type(3) {
        left: 100px !important;
        margin-bottom: 200px;
        /* A ADAPTER */
    }

    /* METIERS */
    .home-header .home-title .big:nth-of-type(4) {
        text-align: left;
        left: 85px !important;
    }

    /* INFINIMENT */
    .home-header .home-title .big:nth-of-type(5) {
        text-align: left;
        left: 25px !important;
    }

    /* HUMAINS */
    .home-header .home-title .big:nth-of-type(6) {
        text-align: left;
        margin-bottom: 50px;
    }

    .media-section .adrien {
        width: 60%;
        right: 40%;
        top: 190px;
    }

    .media-section .camille {
        width: 60%;
        left: 40%;
        top: 40px;

    }

    .media-section .camille .presentation {
        top: 270px;
        right: 15px;
    }

    .media-section .camille .presentation::after {
        top: -35px;
        left: -20px;
        transform: rotate(305deg);
    }

    .media-section .adrien .presentation {
        top: -40px;
        left: 10px;
    }

    .media-section .adrien .presentation::after {
        top: 40px;
        left: -3px;
        transform: rotate(245deg) scaleX(-1);
    }

    .media-section .emoji {
        width: 24%;
        left: 38%;
        top: 190px;

    }
}