/** GENERIC  **/
body {
    color: #004957;
}

.page-template-template-landing-club h1,
.page-template-template-landing-club h2,
.page-template-template-landing-club h3,
.page-template-template-landing-club h4,
.page-template-template-landing-club h5,
.page-template-template-landing-club h6,
.page-template-template-landing-club a,
.page-template-template-landing-club input,
.page-template-template-landing-club textarea,
.page-template-template-landing-club button,
.page-template-template-landing-club .nav-link {
    color: #004957 !important;
}

.page-template-template-landing-club p {
    color: #001E24;
}

.landing-title {
    position: relative;
    font-weight: 700;
}

.landing-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0px, 10px);
    width: 60px;
    height: 4px;
    background-color: #FA1800;
}

.page-template-template-landing-club .btn {
    border-radius: 0.25rem !important;
    border: 1px solid transparent !important;
    --bs-btn-padding-x: 16px !important;
    --bs-btn-padding-y: 12px !important;
    font-weight: 600 !important;
    transition: all ease 0.5s !important;
    height: fit-content;
    width: fit-content;

    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    line-height: 122.4%;
    letter-spacing: 1.28px;
}

.page-template-template-landing-club .btn:hover {
    transition: 0.5s;
}

.page-template-template-landing-club .btn-primary {
    color: #F3F6F3 !important;
    background-color: #004957 !important;
}

.page-template-template-landing-club .btn-primary:hover {
    color: #F3F6F3 !important;
    background-color: #127487 !important;
}

.page-template-template-landing-club .btn-secondary {
    border: 1px solid #004957 !important;
    color: #004957 !important;
    background-color: transparent !important;
}

.page-template-template-landing-club .btn-secondary:hover {
    color: #F3F6F3 !important;
    background-color: #127487 !important;
}

.page-template-template-landing-club .btn-tertiary {
    --bs-btn-padding-x: 40px !important;
    --bs-btn-padding-y: 20px !important;
    background-color: #65BC99 !important;
    color: #34444E !important;
}

.page-template-template-landing-club .btn-tertiary:hover {
    background-color: #004957 !important;
    color: #FFFFFF !important;
}

.page-template-template-landing-club .btn-link {
    --bs-btn-padding-y: 4px !important;
    --bs-btn-padding-x: 0 !important;
    color: #2F5D6A !important;
    text-decoration: none;
}

.page-template-template-landing-club .btn-link:hover {
    color: #FA1800 !important;
}

.page-template-template-landing-club .btn.next {
    display: flex;
    align-items: center;
}

.page-template-template-landing-club red {
    color: #FA1800 !important;
}

@media (max-width: 992px) {

    .page-template-template-landing-club .mb-4 {
        margin-bottom: 2rem !important;
    }
}


/** HEADER **/
header .navbar-nav {
    gap: 40px;
}

header .navbar-nav .nav-link:last-child {
    border-radius: 4px;
    color: #F3F6F3 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.4%;
    /* 19.584px */
    letter-spacing: 1.28px;
    background: #004957;
    padding: 16px;
}

header .navbar-nav .nav-link:last-child:hover {
    background: #127487;
}


/** BLOCK HERO **/
.bloc-hero h1 {
    color: #004957;
    font-family: 'Roboto', sans-serif;
    font-size: 48px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 70px !important;
    text-transform: none !important;
    /* 125% */
}

.bloc-hero {
    background: #E7F7F9;
}

@media (max-width: 992px) {

    .bloc-hero h1 {
        font-size: 36px !important;
    }

    .bloc-hero img {
        width: 93px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}


/** BLOCK PRESENTATION **/
.bloc-presentation .leaf-bloc-presentation {
    width: 400px;
    height: 360px;
    object-fit: cover;
    object-position: left;
    position: absolute;
    right: 0;
    top: -1.5rem;
    z-index: -1;
}

.bloc-presentation .leaf-bloc-presentation {
    opacity: 0.7;
}

@media (max-width: 992px) {

    .bloc-presentation .leaf-bloc-presentation {
        opacity: 0.5;
        width: 100px;
        height: 90px;
    }
}

/** BLOCK CARDS **/
.bloc-cards .card {
    border: 0;
    background-color: #E7F7F9;
}


/** BLOCK POSTS **/
.bloc-posts .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.bloc-posts .postsSwiper {
    overflow: hidden;
    position: relative;
}

.bloc-posts .postsSwiper .postsSwiper-pagination {
    bottom: 0;
    right: 0;
    left: unset;
    width: min-content;
    display: flex;
}

.bloc-posts .postsSwiper .postsSwiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 8px;
    border-radius: 4px;
    background-color: #E8F1F3;
    opacity: 1;
    transition: 0.5s;
}

.bloc-posts .postsSwiper .postsSwiper-pagination .swiper-pagination-bullet-active {
    width: 120px;
    background-color: #004957;
    opacity: 1;
    transition: 0.5s;
}

.bloc-posts .swiper-button-next,
.bloc-posts .swiper-button-prev {
    position: static;
    margin-top: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
    border-radius: 4px;
    border: 1px solid #004957 !important;
}

.bloc-posts .swiper-button-next:hover,
.bloc-posts .swiper-button-prev:hover {
    border-color: #127487 !important;
}

.bloc-posts .swiper-button-next img,
.bloc-posts .swiper-button-prev img {
    width: 24px;
    height: 24px;
    margin: 12px !important;
}

.bloc-posts .swiper-button-next img {
    transform: rotate(180deg);
}

.bloc-posts .swiper-button-next::after,
.bloc-posts .swiper-button-prev::after {
    content: '';
}

.bloc-posts .postsSwiper .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 380px;
    border-radius: 5px;
}

@media (max-width: 992px) {

    .bloc-posts .postsSwiper .postsSwiper-pagination {
        right: 50%;
        transform: translateX(50%);
    }

    .bloc-posts .btn-primary {
        width: 100% !important;
        justify-content: center;
    }
}


/** BLOCK PARTNERS **/
.bloc-partners {
    background-color: #E7F7F9;
}

.bloc-partners .card {
    border: 0;
    background-color: #FFFFFF;
    overflow: hidden;
}

.bloc-partners .card .card-title {
    color: #004957;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bloc-partners .card .body-with-icon {
    display: flex;
    flex-direction: column;
}

.bloc-partners .card .card-icon-1 {
    height: 100%;
    max-width: 50%;
    padding-right: 16px;
    object-fit: contain;
}

.bloc-partners .card .card-icon-2 {
    border-left: 1px solid #E8F1F3;
    height: 100%;
    max-width: 50%;
    padding-left: 16px;
    object-fit: contain;
}

.bloc-partners .partnersSwiper-pagination {
    /* position: static; */
}

.bloc-partners .partnersSwiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 8px;
    border-radius: 4px;
    background-color: #E8F1F3;
    opacity: 1;
    transition: 0.5s;
}

.bloc-partners .partnersSwiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
    background-color: #004957;
    opacity: 1;
    transition: 0.5s;
}


/** BLOCK TR 54 **/
.bloc-tr .description {
    color: #34444E;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bloc-tr .card {
    position: relative;
    z-index: 0;
    border: 0;
    border-radius: var(--Spacing-Spacing-XS, 8px);
    background: #FFF;
    box-shadow: 4px 4px 32px 0px rgba(0, 0, 0, 0.08);
}

.bloc-tr .card-icon {
    border-radius: 4px;
    margin-right: 8px;
}

.bloc-tr .col:first-child .card-icon {
    background-color: #FAB97F;
}

.bloc-tr .col:first-child .card-title {
    color: #FAB97F;
}

.bloc-tr .col:nth-child(2) .card-icon {
    background-color: #B6462B;
}

.bloc-tr .col:nth-child(2) .card-title {
    color: #B6462B;
}

.bloc-tr .col:nth-child(3) .card-icon {
    background-color: #22B3A6;
}

.bloc-tr .col:nth-child(3) .card-title {
    color: #22B3A6;
}

.bloc-tr .col:last-child .card-icon {
    background-color: #C56B55;
}

.bloc-tr .col:last-child .card-title {
    color: #C56B55;
}

.bloc-tr .leaf-bloc-tr {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}


/** BLOCK SOCIALS **/
.bloc-socials .bloc-socials__title {
    color: #004957;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bloc-socials .bloc-socials__text {
    color: #001E24;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.bloc-socials .bloc-socials__card {
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid #DCE3E5;
    color: #004957;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none;
    /* 24px */
}

.wpcf7 label{
    color: #004957;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin-bottom: 8px;
}

.wpcf7 p {
    margin-bottom: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
    padding: 12px;
}

.wpcf7 .wpcf7-spinner {
    display: none;
}


/** BLOCK CONTACT **/
.bloc-contact .bloc-contact__title {
    color: #004957;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bloc-contact .coords {
    border-radius: 8px;
    background-color: #E7F7F9;
}

.bloc-contact img {
    max-width: 200px;
    height: auto;
    object-fit: contain;
}


/** BLOCK FOOTER **/
.bloc-footer {
    background-color: #004957;
}

.bloc-footer .footer__link {
    color: #F3F6F3 !important;
    text-decoration: none;
}

.bloc-footer .footer__link:hover {
    text-decoration: underline;
}