.Box-Responsable-Beauty-2021 {
    border: 2px solid #be0f34;
    box-sizing: border-box;
    max-width: 1170px;
    width: calc(100% - 80px);
    padding: 50px;
    margin: 50px auto;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.Box-Responsable-Beauty-2021 .Title {
    color: #333333;
    text-align: center;
    position: relative;
    font-size: 40px;
    font-weight: normal;
    margin: 0 auto;
    font-family: 'ClarinsRegular', 'Clarins';
    line-height: 1em;
    padding-bottom: 20px;

}

.Box-Responsable-Beauty-2021 .SmallTitle {
    text-align: center;
    position: relative;
    max-width: 768px;
    margin: 0 auto;

}

.Box-Responsable-Beauty-2021 .SmallTitle::before {
    content: " ";
    position: relative;
    height: 100px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: top center;
}

.Box-Responsable-Beauty-2021 .SmallTitle[data-theme="1"]::before {
    background-image: url('img/picto-2021-1.svg');
}

.Box-Responsable-Beauty-2021 .SmallTitle[data-theme="2"]::before {
    background-image: url('img/picto-2021-2.svg');
}
.Box-Responsable-Beauty-2021 .SmallTitle::after {
    content: " ";
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #be0f34;
}

.Box-Responsable-Beauty-2021 .SmallTitle span {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #be0f34;
    font-size: 20px;
    background-color: #fff;
    min-width: 364px;
    box-sizing: border-box;
    padding: 0 20px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.Box-Responsable-Beauty-2021 .Arguments {
    display: flex;
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: 20px;
}

.Box-Responsable-Beauty-2021 .Arguments .Item {
    flex-basis: 25%;
    max-width: 192px;
    line-height: 1.4em;
}

.Box-Responsable-Beauty-2021 .Arguments .Num {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #be0f34;
    display: block;
    font-size: 30px;
    line-height: 1em;
    padding-bottom: 5px;
    padding-top: 5px;
}

.Box-Responsable-Beauty-2021 .Arguments .Num sup {
    font-size: 15px;
}

.Box-Responsable-Beauty-2021 .Arguments .Item strong {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.ButtonDiscover {
    margin: 0 auto;

}

.ButtonDiscover a {
    width: 150px;
    height: 50px;
    display: flex;
    margin: 0 auto;
    background-color: #be0f34;
    color: #fff;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #be0f34;
}

.ButtonDiscover a:hover {
    background-color: #fff;
    color: #be0f34;
}

@media (max-width:761px) {
    .Box-Responsable-Beauty-2021 {
        width: 100%;
        padding: 30px 10px;
        margin: 0px auto;
    }

    .Box-Responsable-Beauty-2021 .Title {
        font-size: 32px;
    }

    .Box-Responsable-Beauty-2021 .SmallTitle span {
        min-width: 300px;
    }

    .Box-Responsable-Beauty-2021 .SmallTitle::after {
        display: none;
    }

    .Box-Responsable-Beauty-2021 .Arguments {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .Box-Responsable-Beauty-2021 .Arguments[data-theme="1"] {
        padding-top: 0;
    }

    .Box-Responsable-Beauty-2021 .Arguments[data-theme="1"] .Item {
        flex-basis: calc(50% - 20px);
        margin: 0 10px;
        padding-bottom: 10px;
    }

    .Box-Responsable-Beauty-2021 .Arguments[data-theme="2"] .Item {
        flex-basis: 100%;
        max-width: 100%;
    }

    .Box-Responsable-Beauty-2021 .Arguments br {
        display: none;
    }
}