.help-inclusion-wrapper {
    max-width: 590px;
    width: 100%;
    clear: both;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 25px 0;
}
@media (min-width: 768px) {
    .help-inclusion-wrapper {
        max-width: 590px;
    }
}
.help-inclusion-wrapper .inclusion {
    background-color: #EEE;
    color: #000000;
    padding: 31px 23px 63px;
    border-radius: 4px;
}
.help-inclusion-wrapper .inclusion a {
    text-decoration: underline;
}
.help-inclusion-wrapper .inclusion p, .help-inclusion-wrapper .inclusion a, .help-inclusion-wrapper .inclusion span {
    font-family: "Heading Now Variable", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-stretch: 440%;
    font-size: 16px;
    line-height: 145%;
}
@media (min-width: 600px) {
    .help-inclusion-wrapper .inclusion {
        padding: 39px 32px 45px;
        font-size: 19px;
        line-height: 145%;
    }
    .help-inclusion-wrapper .inclusion p, .help-inclusion-wrapper .inclusion a {
        font-weight: 300;
        font-stretch: 440%;
        font-size: 16px;
        line-height: 145%;
    }
}
.help-inclusion-wrapper .inclusion .two-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-top: 16px;
    text-align: left;
}
.help-inclusion-wrapper .inclusion .two-cols div:first-of-type {
    margin-bottom: 10px;
}
@media (min-width: 600px) {
    .help-inclusion-wrapper .inclusion .two-cols div:first-of-type {
        margin-bottom: 0;
    }
}
@media (min-width: 600px) {
    .help-inclusion-wrapper .inclusion .two-cols {
        flex-direction: row;
        column-gap: 25px;
        justify-content: space-between;
    }
    .help-inclusion-wrapper .inclusion .two-cols div {
        flex-basis: 45%;
        text-align: left;
    }
}


.help-inclusion-wrapper .inclusion .h2 {
    font-family: "Heading Now Variable", sans-serif;
    font-style: normal;
    color: #e32402;
    margin-top: 0;
    font-size: 36px;
    line-height: 110%;
    font-weight: 700;
    font-stretch: 400%;
    padding: 0 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #a1a1a1;
}
.help-inclusion-wrapper .inclusion .h2 p {
    margin: 0 0 20px;
}
.help-inclusion-wrapper .inclusion .h2 img {
    margin: 0 20px 9px 0;
    max-width: 53px;
    float: left;
}
@media (max-width: 768px) {
    .help-inclusion-wrapper .inclusion .h2 img {
        max-width: 60px;
        margin: 0 12px 19px 0;
    }
}
.help-inclusion-wrapper .inclusion .h3 {
    font-family: "Heading Now Variable", sans-serif;
    color: #000;
    font-style: normal;
    font-weight: 750;
    font-stretch: 400%;
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: center;
}
@media (min-width: 600px) {
    .help-inclusion-wrapper .inclusion .h3 {
        text-align: left;
    }
}
.help-inclusion-wrapper .inclusion a {
    color: #000;
    font-size: 18px;
    line-height: 110%;
}
@media (min-width: 600px) {
    .help-inclusion-wrapper .inclusion a {
        font-size: 21px;
        line-height: 110%;
    }
}
.help-inclusion-wrapper .inclusion a.lien-principal {
    font-size: 22px;
    line-height: 110%;
    padding-bottom: 5px;
    display: block;
}
@media (min-width: 600px) {
    .help-inclusion-wrapper .inclusion a.lien-principal {
        font-size: 25px;
        line-height: 110%;
    }
}

.help-inclusion-wrapper .inclusion .h1, .help-inclusion-wrapper .inclusion p, .help-inclusion-wrapper .inclusion .cartouche-appel {
    text-align: center;
}
@media (min-width: 600px) {
    .help-inclusion-wrapper .inclusion .h1, .help-inclusion-wrapper .inclusion p, .help-inclusion-wrapper .inclusion .cartouche-appel {
        text-align: left;
    }
}