@media only screen and (max-width: 1599px) {}

@media only screen and (max-width: 1429px) {
    .topbar p {
        font-size: 14px;
    }

    .banner-02 h1 {
        font-size: 32px;
    }

    .title-text h2 {
        font-size: 34px;
    }

    .title-text p {
        font-size: 14px;
    }

    .experience-card-info h3 {
        font-size: 36px;
    }

    .experience-card-info p {
        font-size: 14px;
    }

    .experience-card-info ul li {
        font-size: 14px;
    }

    section {
        padding: 60px 0;
    }

    .title-text {
        margin-bottom: 30px;
    }

    .howitworks-card h3 {
        font-size: 22px;
    }

    .howitworks-card p {
        font-size: 14px;
    }

    .attention-card-img {
        height: 360px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-02 h1 {
        font-size: 30px;
        line-height: normal;
    }

    .home-banner-wrap .banner-01,
    .home-banner-wrap .banner-03 {
        width: 25%;
    }

    .home-banner-wrap .banner-02 {
        width: 50%;
    }



    .experience-card-info::after {
        top: 0;
    }

    .experience-card-info h3 {
        font-size: 28px;
    }

    .title-text h2 {
        font-size: 28px;
    }

    .pluschoisie-section .title-text h5 {
        font-size: 20px;
    }

    p.offer-price-subtitle {
        font-size: 16px;
    }

    .offer-price-box {
        padding: 20px;
    }

    p.offer-card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .offer-card-included {
        padding: 15px;
    }

    .offer-features li {
        font-size: 14px;
    }

    .offer-features {
        gap: 3px;
    }

    .offer-why-section h3 {
        font-size: 20px;
    }

    .offer-why-intro {
        font-size: 14px;
    }

    .presence-section h3 {
        font-size: 24px;
    }

    .pourquoi-card h5 {
        font-size: 22px;
    }

    .pourquoi-card hr {
        margin: 20px 0;
    }

    .pourquoi-card ul {
        gap: 15px;
    }

    .pourquoi-card ul li h6 i {
        font-size: 14px;
    }

    .pourquoi-card ul li h6 {
        font-size: 16px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .subscription-card-img h4 {
        font-size: 18px;
        bottom: 90px;
    }

    .subscription-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .footer-last {
        max-width: 70%;
    }

    .navbar-toggler {
        position: relative;
        z-index: 99999;
        width: 30px;
        height: 30px;
        padding: 0;
        border: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler span {
        width: 100%;
        background: #550b18;
        height: 1px;
        position: relative;
        z-index: 1;
        transition: all 0.5s;
    }

    .navbar-toggler span::after {
        content: "";
        position: absolute;
        top: -8px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #550b18;
        transition: all 0.5s;
    }

    .navbar-toggler span::before {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #550b18;
        transition: all 0.5s;
    }

    [aria-expanded="true"].navbar-toggler span {
        background: #0000;
        transition: all 0.5s;
    }

    [aria-expanded="true"].navbar-toggler span:after {
        transform: rotate(45deg);
        top: 0;
        transition: all 0.5s;
    }

    [aria-expanded="true"].navbar-toggler span:before {
        bottom: 0;
        transform: rotate(-45deg);
        transition: all 0.5s;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        height: 100vh !important;
        padding: 15% 35px 15px 35px;
        box-shadow: -3px 0px 150px -20px #0004;
        transform: translateX(100%);
        transition: all 0.5s;
    }

    .navbar-collapse.show {
        transform: translateX(0);
        transition: all 0.5s;
    }
}

@media only screen and (max-width: 991px) {

    .home-banner-wrap .banner-01,
    .home-banner-wrap .banner-03 {
        width: 10%;
    }

    .home-banner-wrap .banner-02 {
        width: 80%;
    }

    .banner-02::after {
        background-repeat: repeat-x;
    }

    .banner-bottom h6 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .banner-bottom ul li {
        gap: 10px;
    }

    .banner-bottom ul li h3 {
        font-size: 34px;
    }

    .banner-bottom ul li h3 b {
        font-size: 14px;
    }

    .subscription-card i {
        width: max-content;
        text-align: center;
        font-size: 14px;
    }

    section {
        padding: 50px 0;
    }

    .subscription-card-info ul li {
        font-size: 14px;
    }

    .subscription-box p {
        font-size: 14px;
    }

    .subscription-card-img h4 {
        font-size: 14px;
    }

    .subscription-card-img span {
        font-size: 12px;
    }

    .subscription-note ul li h6 {
        font-size: 20px;
    }

    .subscription-note ul li p {
        font-size: 12px;
    }

    .attention-card-info h5 {
        font-size: 20px;
    }

    .attention-card-info p {
        font-size: 14px;
    }

    .attention-card-img {
        height: 250px;
        margin-bottom: 15px;
    }

    .pourquoi-card ul li span {
        min-width: 42px;
    }

    footer h6 {
        font-size: 14px;
    }

    footer h4 {
        font-size: 18px;
    }

    .social-links li a {
        font-size: 14px;
    }

    .footer-links li a {
        font-size: 14px;
    }

    footer {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .topbar p {
        font-size: 8px;
    }

    header {
        padding: 15px 0;
        top: 32.8px;
    }

    .d-margin {
        margin-top: 85px;
    }

    .home-banner {
        height: calc(100dvh - 120px);
    }

    .home-banner-wrap .banner-01,
    .home-banner-wrap .banner-03 {
        width: 0;
    }

    .home-banner-wrap .banner-02 {
        width: 100%;
        padding: 15px;
    }

    .banner-bottom {
        padding: 30px 0;
    }

    .banner-bottom ul li span {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .banner-bottom ul li h3 {
        font-size: 20px;
    }

    .banner-bottom ul li h3 b {
        font-size: 12px;
        margin-top: 6px;
    }

    .banner-bottom ul li i {
        height: 40px;
    }

    .title-text h2 {
        font-size: 24px;
    }

    .custom-tabs.nav-pills .nav-link {
        font-size: 14px;
        white-space: nowrap;
    }

    .custom-tabs {
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: flex-start;
        padding-bottom: 5px;
    }

    .experience-card-info {
        padding: 20px;
    }

    .experience-card-info h3 {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .experience-card-info p {
        margin-bottom: 0;
    }

    .experience-card-info hr {
        margin: 15px 0;
    }

    .experience-card-info ul li {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .experiences-section .row .col-md-6:nth-last-child(1) {
        order: -1;
        margin-bottom: 20px;
    }

    .experience-card-img {
        height: 250px;
    }

    section {
        padding: 35px 0;
    }

    .howitworks-card {
        padding: 10px 10px 15px 10px;
        margin-bottom: 10px;
        height: auto;
    }

    .howitworks-card span {
        height: 200px;
    }

    .howitworks-card h3 {
        font-size: 18px;
    }

    .howitworks-card p {
        font-size: 12px;
    }

    .subscription-card {
        margin-bottom: 40px;
    }

    .subscription-note {
        padding: 36px 0;
    }

    .subscription-note ul li {
        padding: 15px 10px;
    }

    .moment-section .custom-tabs {
        justify-content: center;
        margin-bottom: 10px;
    }

    .moment-item-img {
        height: 380px;
    }

    .moment-item-content h3 {
        font-size: 18px;
    }

    .moment-item-content p {
        font-size: 14px;
    }

    .attention-card {
        margin-bottom: 15px;
    }

    .pluschoisie-offer-layout {
        flex-wrap: wrap;
    }

    .pluschoisie-offer-left {
        width: 100%;
    }

    .pluschoisie-offer-right {
        width: 100%;
    }

    .product-main-image {
        height: 300px;
    }

    p.offer-card-title {
        font-size: 16px;
    }

    .offer-card-text {
        font-size: 14px;
    }

    p.offer-price-subtitle {
        font-size: 14px;
    }

    span.offer-price-value {
        font-size: 34px;
    }

    span.offer-price-period {
        font-size: 22px;
    }

    .col-lg-4.col-md-4.orderss {
        order: -1;
        margin-bottom: 30px;
    }

    .footer-line-img {
        padding: 30px 0;
    }

    .copyright {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .home-banner {
        height: calc(100dvh - 420px);
    }

    .banner-02 span {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .banner-02 h1 {
        font-size: 28px;
    }

    .btn.btn-red {
        padding: 15px 22px;
    }

    .banner-bottom ul {
        flex-wrap: wrap;
        gap: 15px;
    }

    .banner-bottom ul li {
        width: 100%;
    }

    .banner-bottom {
        padding-bottom: 15px;
    }

    .subscription-note ul {
        flex-wrap: wrap;
    }

    .subscription-note ul li {
        width: 100%;
    }

    .subscription-note ul li:nth-last-child(2) {
        border-top: 1px solid rgb(85 11 24 / 20%);
        border-bottom: 1px solid rgb(85 11 24 / 20%);
        border-left: 0;
        border-right: 0;
    }

    .subscription-note {
        padding-top: 0;
        margin-top: -10px;
    }

    .subscription-section::after {
        bottom: 30px;
    }

    .moment-section .title-text {
        padding: 0 15px;
    }

    section {
        padding: 30px 0;
    }

    .title-text-wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }

    .title-text-wrap h2 {
        width: 100%;
    }

    .title-text-wrap p {
        width: 100%;
        text-align: left;
    }

    .pluschoisie-top-section ul {
        flex-wrap: wrap;
    }

    .pluschoisie-top-section {
        padding: 20px 0;
    }

    .pluschoisie-top-section ul li {
        width: 100%;
        margin-bottom: 15px;
        justify-content: flex-start !important;
    }

    .pluschoisie-top-section ul li:nth-last-child(1) {
        margin-bottom: 0;
    }

    .pourquoi-card {
        padding: 20px;
        margin-bottom: 15px;
    }

    .testimonial-image-section,
    .testimonial-image-container {
        display: none;
    }

    .testimonial-content-section {
        width: 100%;
        padding: 10px;
    }

    .testimonial-pagination {
        display: none;
    }

    .presence-section span {
        margin-bottom: 20px;
    }

    .presence-section h3 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .social-links li a {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .offer-actions {
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer-last {
        max-width: 100%;
    }

    .footer-line-img {
        padding: 20px 0;
    }

    .copyright {
        padding-bottom: 20px;
    }

    footer {
        padding-top: 40px;
    }

    .testimonial-nav-top-right {
        margin-bottom: 20px;
    }

    .d-margin {
        margin-top: 75px;
    }
}

@media only screen and (max-width: 350px) {}