/* START : STYLE CONSEILS */

.cv2-article-container {
    scroll-behavior: smooth;
}

.cv2-zone {
    max-width: 1180px;
    padding: 0 50px;
    margin: 0 auto;
}

.cv2-article-container {
    width: 100%;
    left: 0;
    font-family: "Montserrat", Arial;
}

.cv2-header {
    width: 100%;
    min-height: 300px;
    height: 33vh;
    background-size: cover;
}

.cv2-header-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #082831 0%, rgba(8, 40, 49, 0) 100%);
}

.cv2-header-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.cv2-titre-h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    color: #ffffff;
    margin: 0;
    text-transform: none;
}

.cv2-title-h2 {
    font-weight: 700;
    font-size: 26px;
    color: #005b56;
    text-transform: none;
    margin: 30px 0;
    line-height: 150%;
}

.cv2-title-h3 {
    font-family: "Montserrat", Arial;
    font-weight: 700;
    font-size: 20px;
    text-transform: none;
    line-height: 150%;
}

.cv2-article-container h4 {
    font-size: 16px;
    font-weight: 600;
    color: #3f8882;
}

.cv2-header-date {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 50px;
}

.cv2-intro {
    padding: 50px 0px;
}

.cv2-intro-text {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.cv2-sommaire {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cv2-sommaire-link {
    text-decoration: none;
    color: #020e22;
    display: flex;
    gap: 10px;
    align-items: center;
    width: max-content;
    max-width: 100%;
}

.cv2-sommaire-link-text {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease-out;
}

.cv2-sommaire-link-icon {
    transition: transform 0.3s ease-out;
}

.cv2-sommaire-link:hover .cv2-sommaire-link-text {
    color: #009e11;
}

.cv2-sommaire-link:hover .cv2-sommaire-link-icon {
    transform: rotate(90deg);
}

.cv2-text-bloc {
    display: inline-block;
}

.cv2-text-bloc-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.cv2-cta {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.cv2-cta-centered {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    justify-content: center;
}

.cv2-space-70px {
    height: 70px;
}

.cv2-space-50px {
    height: 50px;
}

.cv2-space-20px {
    height: 20px;
}

.cv2-suggested-acticles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.cv2-article-card-link {
    text-decoration: none;
}

.cv2-article-card {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    transition: border 0.3s ease-out;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cv2-article-card:hover {
    border: 1px solid #3f8882;
}

.cv2-article-card-category {
    font-weight: 600;
    color: #3f8882;
}

.cv2-article-card-title {
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #020e22;
}

.cv2-article-card-resume {
    font-size: 12px;
    color: #020e22;
    margin-bottom: 8px;
}

.cv2-article-card-read-more {
    font-weight: 600;
    font-size: 14px;
    color: #005b56;
    text-transform: uppercase;
}

.cv2-text-with-image {
    height: 100%;
    position: relative;
    display: inline-block;
}

.cv2-text-with-image-float-right {
    margin-left: 50px;
    margin-bottom: 10px;
    float: right;
}

.cv2-text-with-image-float-left {
    margin-right: 50px;
    margin-bottom: 10px;
    float: left;
}

.cv2-text-with-image-50-percent {
    width: calc(50% - 25px);
}

.cv2-text-with-image-40-percent {
    width: calc(40% - 25px);
}

.cv2-text-with-image-33-percent {
    width: calc(33% - 25px);
}

.cv2-text-with-image-25-percent {
    width: calc(25% - 25px);
}

.cv2-text-bloc-image {
    width: 100%;
    margin-bottom: 20px;
}

.cv2-quote {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.cv2-quote-text {
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #3f8882;
    width: 64%;
}

.cv2-quotation-marks-right {
    display: flex;
    align-items: flex-end;
}

.cv2-quotation-marks-right img {
    transform: rotate(180deg);
}

.cv2-filled-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(91.7deg, #009d6e 0%, #2da343 100%);
    border-radius: 4px;
    padding: 30px;
    gap: 30px;
}

.cv2-filled-card-image {
    background-size: cover;
    border-radius: 2px;
}

.cv2-filled-card-title {
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
    line-height: 150%;
    text-transform: none;
}

.cv2-filled-card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.cv2-outline-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 2px solid #369a38;
    border-radius: 4px;
    padding: 30px;
    gap: 30px;
}

.cv2-outline-card-image {
    background-size: cover;
    border-radius: 2px;
}

.cv2-outline-card-title {
    font-family: "Montserrat", Arial;
    font-weight: 700;
    font-size: 26px;
    color: #369a38;
    line-height: 150%;
    text-transform: none;
}

.cv2-outline-card-text {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 150%;
}

.cv2-table {
    display: flex;
    flex-direction: column;
}

.cv2-2-columns .cv2-thead,
.cv2-2-columns .cv-trow {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.cv2-3-columns .cv2-thead,
.cv2-3-columns .cv-trow {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
}

.cv2-4-columns .cv2-thead,
.cv2-4-columns .cv-trow {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
}

.cv2-thead-item {
    padding: 20px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #005b56;
}

.cv-tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cv-trow {
    background: rgba(229, 238, 238, 0.5);
    border-radius: 4px;
}

.cv-trow div {
    padding: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.cv2-price {
    font-weight: 600;
}

.cv2-list {
    list-style: none;
    font-size: 16px;
    line-height: 150%;
    padding: 0;
    color: #020e22;
    margin: 0;
}

.cv2-list li::before {
    content: "\2022";
    color: #369a38;
    display: inline-block;
    font-weight: bold;
    margin-right: 20px;
}

.cv2-fifty-fifty {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .cv2-zone {
        padding: 0 16px;
        margin: 0;
    }

    .cv2-titre-h1 {
        font-size: 30px;
    }

    .cv2-title-h2 {
        font-size: 20px;
    }

    .cv2-title-h3 {
        font-size: 18px;
    }

    .cv2-intro-text {
        font-size: 18px;
    }

    .cv2-cta {
        flex-direction: column;
    }

    .cv2-cta-centered {
        flex-direction: column;
    }

    .cv2-suggested-acticles {
        grid-template-columns: 1fr;
    }

    .cv2-text-with-image-50-percent {
        width: 100%;
    }

    .cv2-text-with-image-40-percent {
        width: 100%;
    }

    .cv2-text-with-image-33-percent {
        width: 100%;
    }

    .cv2-text-with-image-25-percent {
        width: 100%;
    }

    .cv2-quote-text {
        font-size: 18px;
        width: 100%;
    }

    .cv2-quotation-marks-right img,
    .cv2-quotation-marks-left img {
        width: 40px;
    }

    .cv2-filled-card {
        grid-template-columns: 1fr;
        padding: 16px 16px 32px 16px;
    }

    .cv2-filled-card-image {
        height: 25vh;
    }

    .cv2-filled-card-title {
        font-size: 20px;
    }

    .cv2-outline-card {
        grid-template-columns: 1fr;
        padding: 16px 16px 32px 16px;
    }

    .cv2-outline-card-image {
        height: 400px;
    }

    .cv2-outline-card-title {
        font-size: 20px;
    }

    .cv2-thead-item {
        padding: 15px 10px;
    }

    .cv-trow div {
        padding: 15px 10px;
    }

    .cv2-fifty-fifty {
        grid-template-columns: 1fr;
    }
}

/* END : STYLE CONSEILS */

/* ---------------------------------------------------------------- */

/* START : CTA */

.fvCta.is-secondary,
.fvCta.is-ternary {
    color: #020e22;
    background-color: #fff;
    border: 1px solid #005b56;
}

.fvCta.is-secondary:focus,
.fvCta.is-secondary:hover,
.fvCta.is-ternary:focus,
.fvCta.is-ternary:hover {
    color: #fff;
    background-color: #005b56;
    border-color: #005b56;
}

.fvCta.is-secondary:focus svg,
.fvCta.is-secondary:hover svg,
.fvCta.is-ternary:focus svg,
.fvCta.is-ternary:hover svg {
    color: #fff;
    fill: #fff;
}

.fvCta.is-secondary:active,
.fvCta.is-ternary:active {
    color: #fff;
    background-color: #00312d;
    border-color: #00312d;
}

.fvCta.is-secondary:disabled,
.fvCta.is-ternary:disabled,
.is-disabled.fvCta.is-secondary,
.is-disabled.fvCta.is-ternary {
    color: #9e9e9e;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    cursor: not-allowed;
}

.fvCta.is-ternary {
    color: #005b56;
    background-color: #f5f5f5;
}

.fvCta.is-transparent {
    color: #fff;
    background-color: transparent;
    border: 1px solid currentColor;
}

.fvCta.is-transparent:focus,
.fvCta.is-transparent:hover {
    color: #005b56;
    background-color: #fff;
}

.fvCta {
    vertical-align: middle;
    white-space: normal;
    background: 0 0;
    border: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-family: Montserrat, Helvetica, Arial, "Trebuchet MS", sans-serif;
    font-weight: 500;
    position: relative;
    justify-self: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 8px 24px;
    background-color: #005b56;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    min-height: 44px;
}

.fvCta:-webkit-autofill,
.fvCta:-webkit-autofill:focus,
.fvCta:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.fvCta:focus,
.fvCta:hover {
    color: #fff;
    background-color: #3f8882;
}

.fvCta:active {
    color: #fff;
    background-color: #00312d;
}

.fvCta.is-disabled,
.fvCta:disabled {
    color: #9e9e9e;
    background-color: #e0e0e0;
    cursor: not-allowed;
}

.fvCta.is-full {
    justify-self: stretch;
    justify-content: center;
    width: 100%;
}

.fvCta.is-borderless {
    border: 0;
}

.fvCta.is-small {
    font-size: 12px;
    padding: 10px 12px;
}

.fvCta.is-small svg {
    height: 16px;
    width: 16px;
}

.fvCta.has-smallIcon svg {
    height: 14px;
    width: 14px;
}

.fvCta svg {
    height: 20px;
    width: 20px;
    color: #005b56;
    fill: #020e22;
    margin-right: 10px;
    transition: fill 0.3s;
}

.u-isRtf .fvCta {
    text-decoration: none;
    margin-top: 14px;
}

.fvCta span {
    pointer-events: none;
}

.fvCta.is-link {
    text-decoration: underline;
    color: #020e22;
    padding: 8px 0;
    background-color: transparent;
    border: 0;
}

.fvCta.is-link:focus,
.fvCta.is-link:hover {
    text-decoration: none;
}

.fvCta-label {
    color: currentColor;
}

.fvCta-group {
    display: grid;
    grid-auto-rows: auto;
    row-gap: 8px;
    padding: 0 20px;
}

.fvCta-group .fvCta {
    justify-content: center;
    margin: 0;
}

@media (min-width: 769px) {
    .fvCta-group {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: baseline;
        padding: 0;
    }

    .fvCta-group.has-ctaLeft {
        justify-content: flex-start;
    }

    .fvCta-group .fvCta + .fvCta {
        margin-left: 56px;
    }
}

/* END : CTA */

/* ---------------------------------------------------------------- */

/* START : OTHER COMPONENTS */

.fvSlider-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.fvSlider-slide {
    margin: 0 !important;
}

.fvSlider .fvSlider-btnPrev,
.cv2-article-container .fvSlider .fvSlider-btnNext {
    display: none;
}

.fvSlider .fvThumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.fvSlider .fvThumbnail-img {
    display: block;
    height: 160px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
}

.fvSlider .fvThumbnail-text {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.fvSlider .fvTeaser .fvTeaser-img img {
    width: 100%;
}

.fvSlider .fvTeaser .fvTeaser-img .u-srOnly {
    display: none;
}

.fvSlider .fvTeaser a {
    text-decoration: none;
    color: #3f8882;
}

.fvTeaser-card-v2 {
    text-decoration: none;
    color: #020e22;
}

.fvTeaser-container-v2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 380px;
}

.fvTeaser-title-v2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    padding: 16px 0 8px 0;
}

.fvTeaser-resume-v2 {
    font-size: 12px;
}

.fvTeaser-image-v2 {
    width: 100%;
    height: 180px;
    border-radius: 4px;
}

.fvTeaser-read-more-v2 {
    font-weight: 600;
    font-size: 14px;
    color: #005b56 !important;
    text-transform: uppercase;
}

/* ---------------------- */

.fvOffersList {
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 32px 0;
}

.fvOffersList li {
    list-style: none;
}

@media (max-width: 769px) {
    .fvOffersList {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
}

.fvOffersList-item {
    flex: 1;
    max-width: 400px;
}

.fvOfferBlock {
    background-color: #fff;
    border-radius: 0.5625em;
    box-shadow: 0 4px 32px 0 rgba(2, 14, 34, 0.09);
    overflow: hidden;
}

.fvOfferBlock-name {
    font-family: Montserrat, Helvetica, Arial, "Trebuchet MS", sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 4px;
    background-color: #d90000;
    margin-bottom: 0;
    font-size: 16px;
}

.fvOfferBlock.is-secondary .fvOfferBlock-name {
    background-color: #369a38;
}

.fvOfferBlock.is-ternary .fvOfferBlock-name {
    background-color: #020e22;
}

@media (max-width: 1024.98px) {
    .fvOfferBlock-name {
        margin-top: 0;
    }
}

.fvOfferBlock-infos {
    padding: 20px 14px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fvOfferBlock-infos img {
    width: 100%;
}

.fvOfferBlock-infos .aiways-offres img {
    max-width: 100%;
    margin-bottom: 16px;
}

.fvOfferBlock-price {
    font-family: Montserrat, Helvetica, Arial, "Trebuchet MS", sans-serif;
    font-weight: 700;
    display: block;
    font-size: 32px;
}

.fvOfferBlock-cta {
    margin-top: 14px;
}

.fvOfferTile {
    font-size: 24px;
    position: relative;
    max-width: 150px;
    border-radius: 4px;
}

@media (min-width: 769px) {
    .fvOfferTile:hover .fvOfferTile-content {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 769px) {
    .fvOfferTile {
        max-width: 260px;
    }
}

@media (min-width: 769px) {
    .fvOfferTile-link:focus + .fvOfferTile-content,
    .fvOfferTile-link:hover + .fvOfferTile-content {
        opacity: 1;
        visibility: visible;
    }
}

.fvOfferTile-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    background-color: rgba(2, 14, 34, 0.9);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.fvOfferTile-content > * {
    margin-top: auto;
}

.fvOfferTile-content > :last-child {
    margin-bottom: 28px;
}

.fvOfferTile-img {
    height: 100%;
}

.fvOfferTile-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fvOfferTile-name {
    font-family: Montserrat, Helvetica, Arial, "Trebuchet MS", sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    line-height: 18px;
    color: currentColor;
}

.fvOfferTile-name strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 16px;
}

.fvOfferTile-name a {
    text-decoration: none;
    color: currentColor;
}

/* ---------------------- */

.fvBrandsGroup {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    display: grid;
    grid-template-columns: repeat(2, minmax(7.5em, 10.25em));
    gap: 8px;
    margin-bottom: 28px;
}

.fvBrandsGroup li {
    list-style: none;
}

@media (min-width: 375px) {
    .fvBrandsGroup {
        grid-template-columns: repeat(auto-fit, minmax(10.25em, 1fr));
    }
}

@media (min-width: 769px) {
    .fvBrandsGroup {
        grid-template-columns: repeat(auto-fit, minmax(12em, 1fr));
        gap: 14px;
        margin-bottom: 20px;
    }
}

.fvBrandsGroup-link {
    display: block;
}

.fvBrandsGroup-link:focus .fvBrandsGroup-logo,
.fvBrandsGroup-link:hover .fvBrandsGroup-logo {
    border: 1px solid #005b56;
}

.fvBrandsGroup-logo {
    display: block;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    transition: border-color 0.3s;
}

/* ---------------------- */

.fvSection-inner.is-small {
    max-width: 44.5em;
    margin: 0 auto;
}

.fvSection-inner.is-medium {
    max-width: 61.25em;
    padding: 2.5em 0 1em;
    margin: 0 auto;
}

@media (min-width: 769px) {
    .fvSection-inner.is-medium {
        padding-right: 1em;
        padding-left: 1em;
    }
}

.fvSection-inner.has-offset {
    padding: 1.5em 1em 0;
}

@media (min-width: 1025px) {
    .fvSection-inner.has-offset {
        max-width: calc(100vw - 30.875em - 7.75em);
        padding: 2.625em 2.625em 0 0;
        overflow: hidden;
        margin-right: auto;
    }
}

.has-separator .fvSection-inner {
    border-top: 1px solid #e0e0e0;
    margin-top: 0;
    margin-bottom: 0;
}

.fvSection-inner .fvSection-content,
.fvSection-inner .fvSection-header {
    padding: 0;
}

@media (min-width: 769px) {
    .fvSection-inner {
        padding: 2.625em 3.875em;
    }
}

@media (min-width: 1025px) {
    .fvSection-inner {
        padding: 2.625em 3.875em 0;
        margin-right: 0;
        margin-left: 3.875em;
    }
}

/* ---------------------- */

.fvSection {
    font-weight: 500;
    position: relative;
    overflow-x: hidden;
    margin-bottom: 1.5em;
}

.fvSection.has-altBg {
    background-color: #f5f5f5;
}

.fvSection.has-darkBg {
    color: #fff;
    background-color: #082831;
}

.fvSection.has-gradient {
    background: linear-gradient(#f5f5f5, #fff);
}

.fvSection.has-gradient.is-reversed {
    background: linear-gradient(#fff, #f5f5f5);
}

.fvSection.has-noMargin {
    margin-bottom: 0;
}

.fvSection.is-expandable {
    position: relative;
    border-top: 2px solid #eee;
    overflow-x: visible;
}

.fvSection.has-overflow {
    overflow: visible;
}

@media (min-width: 769px) {
    .fvSection {
        margin-bottom: 3em;
    }
}

.fvSection-inner.is-small {
    max-width: 44.5em;
    margin: 0 auto;
}

.fvSection-inner.is-medium {
    max-width: 61.25em;
    padding: 2.5em 0 1em;
    margin: 0 auto;
}

@media (min-width: 769px) {
    .fvSection-inner.is-medium {
        padding-right: 1em;
        padding-left: 1em;
    }
}

.fvSection-inner.has-offset {
    padding: 1.5em 1em 0;
}

@media (min-width: 1025px) {
    .fvSection-inner.has-offset {
        max-width: calc(100vw - 30.875em - 7.75em);
        padding: 2.625em 2.625em 0 0;
        overflow: hidden;
        margin-right: auto;
    }
}

.has-separator .fvSection-inner {
    border-top: 1px solid #e0e0e0;
    margin-top: 0;
    margin-bottom: 0;
}

.fvSection-inner .fvSection-content,
.fvSection-inner .fvSection-header {
    padding: 0;
}

@media (min-width: 769px) {
    .fvSection-inner {
        padding: 2.625em 3.875em;
    }
}

@media (min-width: 1025px) {
    .fvSection-inner {
        padding: 2.625em 3.875em 0;
        margin-right: 0;
        margin-left: 3.875em;
    }
}

/* ---------------------- */

.fvSectorsGrid {
    font-size: 1.6rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5em;
    padding-bottom: 2em;
}

@media (min-width: 375px) {
    .fvSectorsGrid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
}

@media (min-width: 769px) {
    .fvSectorsGrid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 48px 16px;
        padding-bottom: 64px;
    }
}

.fvSectorsGrid-header {
    display: flex;
    flex-wrap: wrap;
    grid-column: 1/-1;
    justify-content: space-between;
    align-items: center;
}

.fvSectorsGrid-title {
    font-weight: 500;
    text-transform: initial;
    line-height: normal;
    color: inherit;
    padding: 0;
    font-size: 1.25em;
    margin: 0.8em 0 0.4em;
}

@media (min-width: 769px) {
    .fvSectorsGrid-title {
        font-size: 1.5em;
        margin: 0 0 0.6666666667em;
    }
}

.fvSectorsGrid-action {
    position: relative;
    display: none;
}

.fvSectorsGrid-action .fvUtilityBtn {
    height: 100%;
}

@media (min-width: 769px) {
    .fvSectorsGrid-action {
        display: initial;
    }
}

.fvSectorsGrid-letter {
    font-weight: 600;
    grid-column: 1/-1;
    font-size: 1.125em;
    padding: 0.4444444444em;
}

@media (min-width: 769px) {
    .fvSectorsGrid-letter {
        display: none;
    }
}

/* ---------------------- */

.fvSectorPush {
    font-size: 24px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
}

.fvSectorPush-img {
    display: block;
    max-height: 108px;
    width: 100%;
    max-width: 108px;
}

.fvSectorPush-img.is-spread {
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 769px) {
    .fvSectorPush-img {
        max-height: 160px;
        max-width: 160px;
        margin: 0 auto;
    }
}

.fvSectorPush-content {
    padding: 16px 24px 32px;
}

.fvSectorPush-list {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.fvSectorPush-list li {
    list-style: none;
}

.fvSectorPush-list[aria-hidden="true"] {
    display: none;
}

.fvSectorPush-link {
    display: block;
    font-size: 10px;
    padding: 8px;
}

.fvSectorPush-link.is-main {
    font-weight: 600;
    font-size: 18px;
}

.fvSectorPush-link.is-main::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    display: block;
    content: "";
    height: 8px;
}

@media (min-width: 769px) {
    .fvSectorPush-link.is-main::after {
        height: 200px;
    }
}

.fvSectorPush-more {
    font-weight: 500;
    font-size: 12px;
    margin-top: 24px;
}

.fvSectorPush-more span[hidden] {
    display: none;
}

.fvTeaser-resume-ul {
    margin-left: 24px;
}

/* ---------------------- */

.fvHubBanner {
    font-size: 1.6rem;
    position: relative;
    height: 20.3125em;
    background-color: #000;
    margin-bottom: 1.5em;
}

.fvHubBanner.has-gradient::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    background-image: linear-gradient(to right, #082831 10%, transparent);
    z-index: 1;
}

@media (min-width: 769px) {
    .fvHubBanner.has-gradient::before {
        background-image: linear-gradient(to right, #082831 30%, transparent);
    }
}

.fvHubBanner.has-noMargin {
    margin-bottom: 0;
}

.fvHubBanner.is-overBackdrop {
    z-index: 182;
}

.fvHubBanner.is-small {
    height: 8.75em;
}

@media (min-width: 769px) {
    .fvHubBanner.is-small {
        height: 11.875em;
    }
}

.fvHubBanner picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 769px) {
    .fvHubBanner {
        height: 23.75em;
        margin-bottom: 3em;
    }
}

.fvHubBanner-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fvHubBanner-inner {
    position: absolute;
    bottom: 2.5em;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
    padding: 0 1em;
    box-sizing: border-box;
}

@media (min-width: 769px) {
    .fvHubBanner-inner {
        top: 50%;
        bottom: auto;
        left: 10%;
        width: 80%;
        transform: translateY(-50%);
        z-index: 1;
    }
}

.fvHubBanner-topTitle {
    font-family: Montserrat, Helvetica, Arial, "Trebuchet MS", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 1;
}

.fvHubBanner-title {
    font-family: Montserrat, Helvetica, Arial, "Trebuchet MS", sans-serif;
    font-weight: 500;
    text-transform: initial;
    line-height: initial;
    color: inherit;
    margin: 0;
    font-size: 2em;
    z-index: 1;
}

@media (min-width: 769px) {
    .fvHubBanner-title {
        font-size: 3em;
    }
}

/* END : OTHER COMPONENTS */

/* ---------------------------------------------------------------- */

/* START : CATEGORIES CONSEILS */

#conseil h1 {
    font-size: 24px;
    margin-bottom: 4px;
    margin-top: 12px;
}

#contenuseo h2 {
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 12px;
}

#contenuseo h3 {
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 12px;
}

#contenuseo h4 {
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 12px;
}

#contenuseo a {
    color: #3f8882;
}

#contenuseo p,
#conseil p {
    font-size: 12px;
}

/* END : CATEGORIES CONSEILS */

/* ---------------------------------------------------------------- */

/* START : FICHES PRODUIT */

.product-descr-content {
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}

.product-descr-content p:not([class]):not(:first-child) {
    margin-top: 12px;
}

.product-descr-content a:not([class]) {
    text-decoration: underline;
}

.product-descr-content a:not([class]):hover {
    text-decoration: none;
}

.product-descr-content ul:not([class]) {
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 16px 0;
}

.product-descr-content ul:not([class]) li {
    list-style: none;
}

.product-descr-content ul:not([class]) li::before {
    display: inline-block;
    content: "";
    height: 6px;
    width: 6px;
    background-color: #005b56;
    border-radius: 50%;
    margin-right: 10px;
}

.product-descr-content ul:not([class]) ul {
    margin: 10px;
}

.product-descr-content ol:not([class]) {
    margin: 16px 0;
    counter-reset: decilist;
}

.product-descr-content ol:not([class]) li::before {
    content: counter(decilist);
    font-size: 12px;
    color: #005b56;
    margin-right: 10px;
    counter-increment: decilist;
}

.product-descr-content ol:not([class]) ol {
    margin: 8px 16px;
}

.product-descr-content dl:not([class]) {
    margin-bottom: 16px;
}

.product-descr-content dd:not([class]),
.product-descr-content dt:not([class]) {
    display: inline;
}

.product-descr-content em:not([class]) {
    font-style: italic;
}

.product-descr-content img:not([class]) {
    display: block;
}

.fv-pim-bloc {
    display: flex;
    gap: 24px;
}

.u-h1,
.u-h2,
.u-h3,
.u-h4,
.u-h5,
.u-h6,
.u-hnoH,
.product-descr-content h1:not([class]),
.product-descr-content h2:not([class]),
.product-descr-content h3:not([class]),
.product-descr-content h4:not([class]),
.product-descr-content h5:not([class]),
.product-descr-content h6:not([class]) {
    text-transform: initial;
    color: #020e22;
    font-weight: 500;
}

.has-icon.u-h1,
.has-icon.u-h2,
.has-icon.u-h3,
.has-icon.u-h4,
.has-icon.u-h5,
.has-icon.u-h6,
.has-icon.u-hnoH,
.product-descr-content h1.has-icon,
.product-descr-content h2.has-icon,
.product-descr-content h3.has-icon,
.product-descr-content h4.has-icon,
.product-descr-content h5.has-icon,
.product-descr-content h6.has-icon {
    display: flex;
    align-items: center;
}

.u-h1,
.product-descr-content h1:not([class]) {
    font-size: 20px;
    margin-bottom: 6px;
}

.product-descr-content h1:not([class]):not(:first-child) {
    margin-top: 6px;
}

.u-h2,
.product-descr-content h2:not([class]) {
    font-size: 18px;
    margin-bottom: 6px;
}

.product-descr-content h2:not([class]) {
    font-size: 24px;
}

.product-descr-content h2:not([class]):not(:first-child) {
    margin-top: 6px;
}

.u-h3,
.product-descr-content h3:not([class]) {
    font-size: 16px;
    margin-bottom: 8px;
}

.product-descr-content h3:not([class]) {
    font-size: 20px;
    margin-top: 6px;
}

.u-h4,
.product-descr-content h4:not([class]) {
    font-size: 12px;
    margin-bottom: 8px;
}

.product-descr-content h4:not([class]) {
    margin-top: 12px;
}

.u-h5,
.product-descr-content h5:not([class]) {
    font-size: 12px;
    margin-bottom: 6px;
}

.product-descr-content h5:not([class]) {
    margin-top: 12px;
}

.u-h6,
.product-descr-content h6:not([class]) {
    font-size: 10px;
    margin-bottom: 8px;
}

.product-descr-content h6:not([class]) {
    margin-top: 16px;
}

.u-hnoH {
    font-size: 10px;
}

.fp-grid-2-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* PIM */

.fv-pim-align-top {
    align-items: flex-start;
}

.fv-pim-align-center {
    align-items: center;
}

.fv-pim-align-bottom {
    align-items: flex-end;
}

.fv-pim-image {
    max-width: 50%;
}

.fv-pim-image-seule {
    margin: 0 auto;
}

.product-details img:not([class]) {
    max-width: 100%;
}

@media (max-width: 768px) {
    .fv-pim-bloc {
        display: grid;
        grid-template-areas:
            "image"
            "text";
        gap: 24px;
    }

    .fv-pim-image {
        grid-area: image;
    }

    .fv-pim-contenu {
        grid-area: text;
    }

    .fp-grid-2-col {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .fv-pim-image {
        max-width: 100%;
    }
}

/* END : FICHES PRODUIT */

/* ADPTATION SLIDER V2 EN V3 */

.fvCategoryBanner-img {
    width: 100%;
}

@media (min-width: 768px) {
    .fvCategoryBanner-img {
        aspect-ratio: 7 / 1;
        object-fit: cover;
        object-position: center;
    }
}

/* --- TEMP : LIST PRODUCTS PATCH --- */

.filters-container .active-filters-container .reset {
    font-size: 14px !important;
}

.product-wrapper .product-card .product-container .infos-container {
    gap: 16px !important;
}

.product-list-wrapper .product-list .product .cta-container {
    min-height: fit-content !important;
    padding-bottom: 24px !important;
}

.product-wrapper
    .product-card
    .product-container
    .image-container
    .brand-logo
    img {
    max-width: 100% !important;
    object-fit: contain !important;
}

.nav-container ul.nav {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.product-wrapper .product-card .picto-wrapper {
    display: flex !important;
}

.lp-template .engine-container .tires-banner {
    margin: 0 16px !important;
}

@media (min-width: 768px) {
    .lp-template .engine-container .tires-banner {
        margin: 0 32px !important;
    }
}

@media (min-width: 1024px) {
    .lp-template .engine-container .tires-banner {
        margin: 0 64px !important;
    }
}

.product-wrapper
    .product-card
    .product-container
    .infos-container
    .designation-container {
    height: fit-content !important;
}

@media (min-width: 768px) {
    .product-wrapper
        .product-card
        .product-container
        .infos-container
        .designation-container {
        height: 100% !important;
    }
}

/* LISTING GRID FIX */

@media (min-width: 768px) {
    .product-list-wrapper .product-list {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
    }
}

@media (min-width: 1400px) {
    .product-list-wrapper .product-list {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    }
}

/* --- TEMP : LIST PRODUCTS PATCH --- */
