/* 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 .3s ease-out;
}

.cv2-sommaire-link-icon {
    transition: transform .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 .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-table-with-buttons .fvCta {
    font-size: 14px;
}

.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: inherit;
    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 .3s,background-color .3s,border .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 .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 */

.cv2-article-container .fvSlider-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.cv2-article-container .fvSlider-slide {
    margin: 0 !important;
}

.cv2-article-container .fvSlider .fvSlider-btnPrev, .cv2-article-container .fvSlider .fvSlider-btnNext {
    display: none;
}

.cv2-article-container .fvSlider .fvThumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.cv2-article-container .fvSlider .fvThumbnail-img {
    display: block;
    height: 160px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
}

.cv2-article-container .fvSlider .fvThumbnail-text {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.cv2-article-container .fvSlider .fvTeaser .fvTeaser-img img {
    width: 100%;
}

.cv2-article-container .fvSlider .fvTeaser .fvTeaser-img .u-srOnly {
    display: none;
}

.cv2-article-container .fvSlider .fvTeaser a {
    text-decoration: none;
    color: #3F8882;
}



/* ---------------------- */



.fvOffersList {
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    display: flex;
    padding: 32px 0;
}

.fvOffersList li {
    list-style: none
}

@media(max-width: 1024.98px) {
    .fvOffersList {
        flex-direction:column
    }
}

.fvOffersList-item {
    flex: 1
}

@media(max-width: 1024.98px) {
    .fvOffersList-item+.fvOffersList-item {
        margin-top: 14px;
    }
}

@media(min-width: 769px) {
    .fvOffersList-item+.fvOffersList-item {
        margin-left: 14px;
    }
}

.fvOfferBlock {
    background-color: #fff;
    border-radius: .5625em;
    box-shadow: 0 4px 32px 0 rgba(2,14,34,.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
}

.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;
}

.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,.9);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s,visibility .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 .3s;
}

/* START : OTHER COMPONENTS */