.section-notre-histoire {
    width: 80%;
    margin-top: 50px;
}

.section-notre-histoire h2 {
    padding-top: 30px;
    color: #54606c;
}

.overlay-sombre-fullpage {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    z-index: -1;
}

.section {
    animation: fadeHistoire 2s ease-in-out;
    animation-fill-mode: forwards;
}

.logo-notre-histoire {
    width: 400px;
}

@keyframes fadeHistoire {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.div-flex-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-flex-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-image-histoire {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-texte-description {
    width: 100%;
    padding: 0 100px 0 100px;
    z-index: 2;
}

.div-texte-description h3 {
    color: white;
    text-align: justify;
    font-size: 22px !important;
    text-shadow: #000 1px 0 10px;
    font-family: 'AssistantRegular', sans-serif;
    font-weight: lighter !important;
}

#fp-nav ul li a span {
    background: #fff;
}

.active .bandeau-marque {
    animation: animBandeauMarque1 1s ease-in-out;
    animation-fill-mode: backwards;
}

.active .description-marque,
.active .div-boutons-marque {
    animation: animMarque1 2s ease-in-out;
    animation-fill-mode: forwards;
    text-align: left;
}

.h2-marque {
    color: white;
    font-size: 80px !important;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 0 10px;
    z-index: 2;
    font-family: 'AssistantBold', sans-serif;
    margin: 0 50px;
    width: fit-content;
}

.back-h2 {
    position: relative;
    width: max-content;
}

.bandeau-marque {
    position: absolute;
    width: 20px;
    height: 100%;
    background-color: rgba(210, 26, 27, 1);
}

@keyframes animBandeauMarque1 {
    0% {
        width: 100%;
    }

    100% {
        width: 20px;
    }
}

@keyframes animMarque1 {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes animBandeauMarque2 {
    0% {
        width: 100%;
    }

    100% {
        width: 20px;
    }
}

@keyframes animMarque2 {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.section-full {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bouton-categorie-marque {
    position: relative;
    border: rgba(255, 255, 255, 1) solid 1px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: white;
    user-select: none;
    margin: 10px;
    font-family: 'AssistantLight', sans-serif;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition-duration: 0.3s;
}

.bouton-categorie-marque:hover {
    color: black;
    font-family: 'AssistantLight', sans-serif;
    background-color: rgba(255, 255, 255, 0.8);
    border: rgba(255, 255, 255, 0.8) solid 1px;
}

.bouton-categorie-marque a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bouton-categorie-marque h4{
    font-weight: lighter !important;
    margin: 0 !important;
}

@media screen and (max-width: 1550px) {
    .div-texte-description {
        width: 100%;
        padding: 0 50px 0 100px;
    }

    .div-texte-description h3 {
        font-size: 18px;
    }
}

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

    .div-texte-description {
        width: 100%;
        padding: 0 50px 0 100px;
    }

    .div-texte-description h2 {
        font-size: 60px !important;
    }
}

@media screen and (max-width: 1100px) {
    .div-flex-section {
        flex-direction: column-reverse;
    }

    .div-flex-section {
        flex-direction: column;
    }

    .div-texte-description {
        width: 100%;
        padding: 0 100px 0 100px;
    }

    .div-texte-description h2 {
        color: white;
        text-align: center;
        font-size: 60px !important;
        text-shadow: #000 1px 0 10px;
    }

    .div-texte-description h3 {
        font-size: 18px !important;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .div-texte-description {
        padding: 0 20px 0 20px !important;
    }

    #fp-nav {
        top: 150px !important;
    }

    .bouton-categorie-marque {
        padding: 10px 10px;
    }

    .bandeau-marque-1,
    .bandeau-marque-2,
    .bandeau-marque-3,
    .bandeau-marque-4,
    .bandeau-marque-5 {
        position: absolute;
        width: 20px;
        height: 40px;
        background-color: rgba(210, 26, 27, 1);
    }

    .h2-marque {
        font-size: 40px !important;
        margin: 10px 30px;
    }

    .div-texte-description h2 {
        font-size: 30px !important;
    }

    .div-texte-description h3 {
        font-size: 15px !important;
        font-family: 'AssistantLight', sans-serif;
    }
}

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