﻿:root {
    --dn-land-font-size-header-3: 27px;
    --dn-land-font-size-cardheader: 20px;
    --dn-land-font-size-card-text: 17px;
}

@media (min-width: 1200px) {
    :root {
        --dn-land-font-size-header-3: 27px;
        --dn-land-font-size-cardheader: 20px;
        --dn-land-font-size-card-text: 17px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    :root {
        --dn-land-font-size-header-3: 24px;
        --dn-land-font-size-cardheader: 18px;
        --dn-land-font-size-card-text: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    :root {
        --dn-land-font-size-header-3: 23px;
        --dn-land-font-size-cardheader: 16px;
        --dn-land-font-size-card-text: 16px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    :root {
        --dn-land-font-size-header-3: 20px;
        --dn-land-font-size-cardheader: 16px;
        --dn-land-font-size-card-text: 14px;
    }
}

@media (max-width: 575.98px) {
    :root {
        --dn-land-font-size-header-3: 20px;
        --dn-land-font-size-cardheader: 16px;
        --dn-land-font-size-card-text: 14px;
    }
}

.dn-land-header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 117%;
}

.dn-land-subheader {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 152%;
}

.dn-land-cardheader {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: var(--dn-land-font-size-cardheader);
    line-height: 146%;
}

.dn-land-cardtext {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: var(--dn-land-font-size-card-text);
    line-height: 146%;
}

.dn-land-header-3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: var(--dn-land-font-size-header-3);
    line-height: 146%;
    counter-increment: dn-heading-counter-3;
    text-align: start;
}

.dn-land-sunny-number {
    background: radial-gradient(circle, rgba(255,207,72,1) 0%, rgba(255,207,72,1) 50%, rgba(255,240,197,1) 51%);
    width: calc(var(--dn-land-font-size-header-3) * 3);
    height: calc(var(--dn-land-font-size-header-3) * 3);
    border-radius: 50%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: var(--dn-land-font-size-header-3);
    line-height: 292%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.dn-land-card-image {
    width: auto;
}

.dn-land-card-image-2 {
    width: 70%;
    height: 100%;
}

.dn-land-side-image {
    image-orientation: from-image;
    width: auto;
    height: auto;
    max-width: 150%;
}

.dn-land-banner-large {
    height: auto;
    padding-top: 60px;
    margin-top: -60px;
}

.dn-index-logo {
    width: auto;
}

.dn-nav-link {
    font-family: 'Gilroy';
    font-size: 17px;
}

.dn-land-dash {
    width: 200%;
}

.dn-land-vector {
    width: 75%;
    margin-top: -10px !important;
    margin-left: 100px !important;
}

.dn-land-vector-sub {
    color: #747474;
    font-family: 'Gilroy';
    font-size: 20px;
    display: block;
    margin-top: -25px !important;
    margin-left: 250px !important;
}

.dn-land-description {
    font-family: 'Gilroy';
    max-width: 400px;
}

.dn-land-bg {
    background-color: #FFFBF1;
}

.dn-land-info-button {
    font-family: 'Gilroy';
    font-size: 19px !important;
    font-weight: 500 !important;
    width: auto;
    border-radius: 30px;
    padding: 12px !important;
}

.dn-land-mobile-app {
    border-radius: 0px;
}

.dn-land-mobile-app-image {
    image-orientation: from-image;
    height: auto;
    width: 70%;
    top: -45%;
    position: absolute;
}

@media (min-width: 1200px) {
    .container-header-offset {
        margin-top: 11rem !important;
    }

    .mobile-visible {
        display: none !important;
    }

    .dn-land-info-button {
        font-size: 18px !important;
    }

    .dn-land-dash {
        width: 240%;
    }

    .dn-land-mobile-app {
        border-radius: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .container-header-offset {
        margin-top: 7rem !important;
    }

    .mobile-visible {
        display: none !important;
    }

    .dn-land-header {
        font-size: 28px;
    }

    .dn-land-subheader {
        font-size: 18px;
    }

    .dn-land-info-button {
        font-size: 18px !important;
    }

    .dn-land-vector {
        width: 76%;
        margin-top: -15px !important;
        margin-left: 94px !important;
    }

    .dn-land-vector-sub {
        color: #747474;
        font-size: 18px;
        display: block;
        margin-top: -22px !important;
        margin-left: 200px !important;
    }

    .dn-land-description {
        max-width: 270px;
    }

    .dn-land-dash {
        width: 240%;
    }

    .dn-land-mobile-app {
        border-radius: 20px;
    }

    .dn-land-mobile-app-image {
        width: 80%;
        top: -45%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container-header-offset {
        margin-top: 7rem !important;
    }

    .dn-index-logo {
        height: 40px;
    }

    .dn-nav-link {
        font-family: 'Gilroy';
        font-size: 15px;
    }

    .mobile-visible {
        display: none !important;
    }

    .dn-land-header {
        font-size: 24px;
    }

    .dn-land-subheader {
        font-size: 16px;
    }

    .dn-land-info-button {
        font-size: 16px !important;
    }

    .dn-land-vector {
        width: 77%;
        margin-top: -15px !important;
        margin-left: 77px !important;
    }

    .dn-land-vector-sub {
        color: #747474;
        font-size: 15px;
        display: block;
        margin-top: -22px !important;
        margin-left: 180px !important;
    }

    .dn-land-description {
        display: none;
    }

    .dn-land-dash {
        width: 380%;
    }

    .dn-land-card-image {
        width: 70%;
    }

    .dn-land-card-image-2 {
        width: 90%;
    }

    .dn-land-side-image {
        max-width: 100%;
    }

    .dn-land-mobile-app {
        border-radius: 20px;
    }

    .dn-land-mobile-app-image {
        width: 90%;
        top: -50%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .container-header-offset {
        margin-top: 6rem !important;
    }

    /*.mobile-hidden {
        display: none !important;
    }*/

    .dn-index-logo {
        height: 35px;   
    }

    .dn-nav-link {
        font-family: 'Gilroy';
        font-size: 14px;
    }

    .mobile-visible {
        display: none !important;
    }

    .dn-land-header {
        font-size: 24px;
        text-align: center;
    }

    .dn-land-subheader {
        font-size: 16px;
        text-align: center;
    }

    .dn-land-vector {
        width: 60%;
        margin-top: -15px !important;
        margin-left: 72px !important;
    }

    .dn-land-vector-sub {
        color: #747474;
        font-size: 15px;
        display: block;
        margin-top: -22px !important;
        margin-left: 180px !important;
    }

    .dn-land-description {
        display: none;
    }

    .dn-land-info-button {
        font-size: 16px !important;
    }

    .dn-land-dash {
        width: 110%;
    }

    .dn-land-card-image {
        width: 70%;
    }

    .dn-land-card-image-2 {
        width: 40%;
    }

    .dn-land-side-image {
        max-width: 100%;
    }

    .dn-land-mobile-app {
        border-radius: 20px;
    }

    .dn-land-mobile-app-image {
        width: 50%;
        position: unset;
        margin-top: -35%;
        margin-left: 25%;
        margin-bottom: 5%;
    }
}

@media (max-width: 575.98px) {
    .container-header-offset {
        margin-top: 6rem !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .dn-index-logo {
        height: 35px;
    }

    .dn-nav-link {
        font-family: 'Gilroy';
        font-size: 14px;
    }

    .dn-land-header {
        font-size: 20px;
        text-align: center;
    }

    .dn-land-subheader {
        font-size: 16px;    
        text-align: center;
    }

    .dn-land-vector {
        width: 60%;
        margin-top: -10px !important;
        margin-left: 58px !important;
    }

    .dn-land-vector-sub {
        color: #747474;
        font-size: 14px;
        display: block;
        margin-top: -16px !important;
        margin-left: 110px !important;
    }

    .dn-land-description {
        display: none;
    }

    .dn-land-info-button {
        font-size: 14px !important;
    }

    .dn-land-dash {
        width: 100%;
    }

    .dn-land-side-image {
        max-width: 100%;
    }

    .dn-land-card-image-2 {
        width: 40%;
    }

    dn-land-mobile-app {
        border-radius: 20px;
    }

    .dn-land-mobile-app-image {
        width: 50%;
        position: unset;
        margin-top: -35%;
        margin-left: 25%;
        margin-bottom: 5%;
    }
}

.info-comment {
    padding: 30px 30px 30px 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    background: linear-gradient(180deg, #FFCF48 0%, #FAB904 100%);
    box-shadow: 1px 12px 14px rgb(0 0 0 / 8%);
    border-radius: 30px;
    overflow-y: hidden;
    border: 1px solid #EBEBEB;
    margin-bottom: 20px;
}

.tarif-card-container > div {
    cursor: pointer;
}
.tarif-card-container > div:hover {
    _filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.3));
}