:root {
    --space-cadet: #1f2041;
    --sunglow: #ffc857;
    --dark-cyan: #119da4;
    --paynes-gray: #19647e;
    --light-color: #fff;
    --muted-color: slategray;
    --dot-color: #ccc;
}

.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 1;
}

.hero-wave svg {
    display: block;
    width: 100%;
    height: 100px;
}

@media only screen and (min-width: 0rem) {
    /* Mobile - 360px */
    #hero-section {
        padding: var(--sectionPadding);
        position: relative;
        z-index: 1;
    }

    #hero-section:before {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #002e5b 0, #7e003b 100%);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    #hero-section .cs-button-solid {
        font-size: 1rem;
        line-height: clamp(2.875em, 5.5vw, 3.5em);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        min-width: 9.375rem;
        margin: 0;
        box-sizing: border-box;
        padding: 0 1.5rem;
        background-color: var(--primaryDark);
        border-radius: 0.25rem;
        color: #fff;
        display: inline-block;
        position: relative;
        z-index: 20;
    }

    #hero-section .cs-button-solid:before {
        content: "";
        width: 0%;
        height: 100%;
        background: #000;
        opacity: 1;
        border-radius: 0.25rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

    #hero-section .cs-button-solid:hover:before {
        width: 100%;
    }

    #hero-section .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
    }

    #hero-section .cs-content {
        text-align: left;
        width: 100%;
        max-width: 36.25rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #hero-section .cs-content-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
        align-self: center;
    }

    #hero-section .cs-text {
        margin-bottom: 1rem;
        color: #fff;
    }

    #hero-section .cs-image-group {
        font-size: min(2.3vw, 0.6em);
        width: 39.375em;
        height: 44em;
        position: relative;
    }

    #hero-section .cs-picture {
        width: 100%;
        height: 44em;
        display: block;
        position: relative;
    }

    #hero-section .cs-picture img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        position: relative;
        bottom: -54px;
        width: calc(100% - 12px);
        left: 12px;
    }

    #hero-section .cs-circle {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
}

#hero-section .cs-image-group .cs-picture img {
    aspect-ratio: 628 / 628;
    display: block;
    max-width: 100%;
    height: auto;
}

#hero-section .cs-image-group img {
    aspect-ratio: 628 / 628;
    display: block;
}

@media only screen and (min-width: 48rem) {
    /* Tablet - 768px */
}

@media only screen and (min-width: 64rem) {
    /* Desktop - 1024px */
    #hero-section .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: flex-start;
    }

    #hero-section .cs-image-group {
        font-size: min(0.95vw, 1rem);
        flex: none;
        order: 2;
    }

    #hero-section .cs-content-wrapper {
        width: 50%;
    }

    #hero-section .cs-picture img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        position: relative;
        bottom: -114px;
        left: 12px;
    }
}

.why-choose-375 .cs-bottom-image,
.why-choose-375 .cs-left-image {
    background-color: #f7f7f7;
    overflow: hidden;
    z-index: 10;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.why-choose-375 {
    padding: var(--sectionPadding);
    overflow: hidden;
}

.services-341 .cs-container,
.why-choose-375 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2em);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes floatAnimation2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-1em);
    }

    100% {
        transform: translateY(0);
    }
}

.why-choose-375 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 39.375rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.why-choose-375 .cs-card-group {
    width: 100%;
    margin: 40px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.why-choose-375 .cs-item {
    list-style: none;
    text-align: left;
    width: 100%;
    margin-right: 0;
    padding: clamp(1.5rem, 4vw, 2rem);
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    transition:
        background-color 0.3s,
        transform 0.3s;
}

.why-choose-375 .cs-item:hover {
    background-color: var(--primaryDark);
    transform: scale(1.05);
    cursor: default;
}

.why-choose-375 .cs-item:hover .cs-h3,
.why-choose-375 .cs-item:hover .cs-item-text {
    color: #fff;
}

.why-choose-375 .cs-h3 {
    font-size: 1.25rem;
    text-align: inherit;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 0.75rem;
    color: var(--headerColor);
    transition: color 0.3s;
}

.why-choose-375 .cs-item-text {
    font-size: clamp(0.875rem, 2.2vw, 1rem);
    text-align: inherit;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    transition: color 0.3s;
}

.why-choose-375 .cs-image-group {
    font-size: min(2.3vw, 1em);
    width: 36.1875em;
    height: 36.75em;
    position: relative;
    order: -1;
}

.why-choose-375 .cs-left-image {
    width: 13.1875em;
    height: 13.1875em;
    border-radius: 50%;
    border: 12px solid #f7f7f7;
    position: absolute;
    left: -0.75em;
    top: 8.1875em;
    animation-name: floatAnimation2;
    animation-duration: 6s;
}

.why-choose-375 .cs-bottom-image img,
.why-choose-375 .cs-left-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.why-choose-375 .cs-bottom-image {
    width: 11.25em;
    height: 11.25em;
    border-radius: 50%;
    border: 12px solid #f7f7f7;
    position: absolute;
    right: 11.25em;
    bottom: -0.75em;
    animation-name: floatAnimation;
    animation-duration: 10s;
    animation-delay: 1s;
}

.why-choose-375 .cs-person {
    width: 24.125em;
    height: auto;
    position: absolute;
    right: 2.875em;
    bottom: 4.0625em;
}

.why-choose-375 .cs-person img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 64rem) {
    .why-choose-375 .cs-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .why-choose-375 .cs-image-group {
        font-size: min(1.1vw, 1em);
        flex: none;
        place-self: center;
    }
}

@media only screen and (min-width: 0rem) {
    .services-341 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
    }

    .services-341 {
        padding: var(--sectionPadding);
    }

    .services-341 .cs-content {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .services-341 .cs-card-group {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: clamp(1rem, 1.6vw, 1.25rem);
    }

    .services-341 .cs-item {
        list-style: none;
        width: 100%;
        max-width: 31.25rem;
        border-radius: 0.5rem;
        position: relative;
        z-index: 1;
        transition:
            box-shadow 0.3s,
            transform 0.3s,
            background 0.3s;
        background: #fff;
    }

    .services-341 .cs-item:hover {
        box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
        transform: translateY(-0.4375rem);
    }

    .services-341 .cs-item:hover .cs-picture img {
        transform: scale(1.1);
    }

    .services-341 .cs-item:hover .cs-h3 {
        color: var(--primaryDark);
    }

    .services-341 .cs-item:before {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 0.5rem;
        border: 1px solid #e8e8e8;
        background: 0 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .services-341 .cs-link {
        text-decoration: none;
        padding-bottom: clamp(1rem, 2.2vw, 1.5rem);
        display: block;
    }

    .services-341 .cs-picture {
        width: 100%;
        height: 15rem;
        margin-bottom: clamp(1rem, 2.2vw, 1.5rem);
        border-radius: 0.5rem 0.5rem 0 0;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 10;
    }

    .services-341 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition:
            transform 0.6s,
            opacity 0.3s;
    }

    .services-341 .cs-h3 {
        font-size: clamp(1.25rem, 3vw, 1.5625rem);
        line-height: 1.2em;
        font-weight: 700;
        color: var(--headerColor);
        margin: 0 0 0.75rem;
        padding: 0 clamp(1rem, 2vw, 1.5rem);
        transition: color 0.3s;
    }

    .services-341 .cs-item-text {
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        color: var(--bodyTextColor);
        margin-bottom: 20px;
        padding: 0 clamp(1rem, 2.2vw, 1.5rem);
    }

    .cs-item.activec {
        background-color: #f0f0f0;
    }

    .custom-detail {
        display: none;
        margin-top: 1rem;
        background: #f9f9f9;
        border-radius: 0.5rem;
        padding: 1.5rem;
        scroll-margin-top: 100px;
        width: 100%;
    }

    .custom-detail.activec {
        display: block;
    }
}

.carousel-btn,
.cta-btn,
.cta-inter-prog .cs-submit:hover,
.question {
    cursor: pointer;
}

a[rel="nofollow"] {
    text-decoration: none !important;
    color: inherit !important;
}

.see-less-btn,
.see-more-btn {
    background: 0 0;
    border: none;
    color: #1a73e8;
    font-size: 0.9em;
    cursor: pointer;
    padding: 0;
    margin-left: 5px;
    text-decoration: underline;
}

.answercont,
.cta-btn,
.logos {
    overflow: hidden;
}

.basic .pricing-header {
    background-color: #4b7bec;
}

.basic .price-circle {
    border: 10px solid #4b7bec;
    transition: 0.4s;
}

.basic:hover .price-circle,
.business:hover .price-circle,
.eco:hover .price-circle,
.pro:hover .price-circle {
    border-width: 5px;
}

.basic .buy-now:hover {
    background-color: #4b7bec !important;
}

.eco .pricing-header {
    background-color: #f7b731;
}

.eco .price-circle {
    border: 10px solid #f7b731;
    transition: 0.4s;
}

.eco .buy-now:hover {
    background-color: #f7b731 !important;
}

.pro .pricing-header {
    background-color: #26de81;
}

.pro .price-circle {
    border: 10px solid #26de81;
    transition: 0.4s;
}

.pro .buy-now:hover {
    background-color: #26de81 !important;
}

.business .pricing-header {
    background-color: #a55eea;
}

.business .price-circle {
    border: 10px solid #a55eea;
    transition: 0.4s;
}

.business .buy-now:hover {
    background-color: #a55eea !important;
}

.container-price {
    max-width: 1200px;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.column {
    flex: 25%;
    padding: 10px;
    width: calc(33.3% - 30px);
}

@media screen and (max-width: 980px) {
    .column {
        flex: 50%;
        display: block;
    }
}

@media screen and (max-width: 700px) {
    .column {
        flex: 100%;
        display: block;
    }
}

.pricing-card {
    transition: 0.4s;
    height: 600px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}

.pricing-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.pricing-card .popular {
    position: absolute;
    top: 0;
    right: 5%;
    width: auto;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #eb3b5a;
    color: #fff;
    font-size: 12px;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.pricing-card .badge-box {
    padding: 0 40px;
    margin-top: 80px;
}

.pricing-card .badge-box span {
    display: inline-block;
    border: 1px solid #4b7bec;
    padding: 4px 12px;
    border-radius: 25px;
    overflow: hidden;
    color: #4b7bec;
}

.pricing-card .pricing-header {
    width: 100%;
    height: 150px;
    position: relative;
    border-radius: 20px 20px 0 0;
}

.pricing-card .pricing-header .plan-title {
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 25%;
}

.pricing-card .pricing-header .price-circle {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    left: calc(50% - 60px);
    top: 60%;
    background-color: #fff;
    position: absolute;
}

.pricing-card .pricing-header .price-circle .info {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: gray;
}

.pricing-card .pricing-header .price-circle .price-title {
    display: block;
    font-size: 28px;
    padding: 28px 0 0;
    font-weight: 700;
}

.pricing-card .pricing-header .price-circle .price-title small {
    font-size: 18px;
}

.pricing-card .pricing-header h2 {
    position: relative;
    top: 40%;
    color: #fff;
}

.pricing-card ul {
    margin: 10px 0 0;
    padding: 0;
}

.pricing-card ul li {
    list-style-type: none;
    display: block;
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
}

.pricing-card .buy-button-box {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.pricing-card .buy-button-box .buy-now {
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    background-image: linear-gradient(to left, #a55eea, #45aaf2);
    margin-top: 20px;
}

.t-align-center {
    text-align: center;
}

.d-none {
    display: none;
}

.pb-0 {
    padding-bottom: 0;
}

.p-main-heading {
    text-align: center;
    font-size: 2.5em;
    color: #222;
    margin-top: 10rem;
    margin-bottom: 40px;
    font-weight: 700;
}

.p-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.p-column {
    padding: 30px;
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.p-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.p-icon-wrapper.p-web {
    background-color: #f90;
}

.p-icon-wrapper.p-coaching {
    background-color: #69c;
}

.p-icon-wrapper.p-support {
    background-color: #369;
}

.p-icon-wrapper svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}

.p-column-title {
    font-size: 1.8em;
    color: #222;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.p-column-paragraph {
    font-size: 1em;
    color: #555;
    margin-bottom: 15px;
}

.p-list-heading {
    font-size: 1.2em;
    color: #333;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}

.p-custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.p-custom-list-item {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.p-custom-list-item::before {
    content: "•";
    color: #f90;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1024px) {
    .p-column {
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .p-container {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .p-container {
        flex-direction: column;
        gap: 25px;
        padding: 10px;
    }

    .p-column {
        flex-basis: 100%;
        max-width: 100%;
        padding: 25px;
    }

    .p-main-heading {
        font-size: 2em;
        margin-top: 5rem;
        margin-bottom: 20px;
    }

    .p-column-title {
        font-size: 1.5em;
    }

    .p-column-paragraph {
        font-size: 0.95em;
    }

    .p-custom-list-item {
        font-size: 0.9em;
    }
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.cta-inter-prog {
    background: linear-gradient(135deg, #005bea, #00c6fb);
    color: #fff;
    padding: 50px 20px;
    text-align: center;
    margin: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.cta-inter-prog h2 {
    font-size: 2.2em;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-inter-prog p {
    font-size: 1.1em;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cs-nav-button {
    line-height: 2.875rem;
    margin-left: 1.5rem;
}

::placeholder {
    color: #d1d1d1;
}

.container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 1rem;
}

.cta-inter-prog .cs-form {
    width: 100%;
    max-width: 39.375rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    place-self: center;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.cta-inter-prog .cs-form > * {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.cta-inter-prog .cs-input,
.cta-inter-prog .cs-button-solid {
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.cta-inter-prog .cs-input {
    font-size: 1rem;
    width: 100%;
    height: clamp(2.875rem, 5.5vw, 3.5rem);
    margin: 0;
    padding: 0 0 0 1.25rem;
    border: none;
    display: block;
}

.cta-btn,
.cta-inter-prog .cs-button-solid {
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: var(--primaryDark);
    display: inline-block;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .cta-inter-prog .cs-button-solid {
        width: auto;
        min-width: 9.375rem;
    }
}

.cta-inter-prog .cs-input::placeholder {
    color: #767676;
}

.cta-inter-prog .cs-button-solid {
    font-size: 1rem;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    margin: 0;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
    width: 100%;
}

.cta-inter-prog .cs-button-solid {
    width: 100%;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.cta-btn:before,
.cta-inter-prog .cs-button-solid:before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
}

.cta-inter-prog .cs-button-solid:before {
    content: "";
    width: 0%;
    background: #000;
    opacity: 1;
}

.cta-btn:hover:before,
.cta-inter-prog .cs-button-solid:hover:before {
    width: 100%;
}

.cta-inter-prog .cs-submit {
    width: 100%;
    border: none;
    color: var(--bodyTextColorWhite);
}

@media only screen and (min-width: 48rem) {
    #sbsr-2420 .cs-wrapper,
    .subscribe-1721 .cs-form {
        flex-direction: row;
    }

    .services-341 .cs-card-group {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
        max-width: 100%;
        gap: clamp(1rem, 1.6vw, 1.25rem);
        justify-items: center;
        justify-content: center;
    }

    .services-341 .cs-item {
        max-width: 100%;
    }

    @media only screen and (min-width: 64rem) {
        .services-341 .cs-card-group {
            grid-template-columns: repeat(3, 1fr);
        }

        .services-341 .cs-item:nth-child(4) {
            grid-column: 2 / span 1;
        }
    }

    .cta-inter-prog .cs-button-solid {
        width: auto;
    }
}

.cta-btn {
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: clamp(2.5em, 5vw, 3.5em);
    padding: 0 clamp(1rem, 4vw, 2rem);
    transition: color 0.3s;
}

.cta-btn:before {
    content: "";
    width: 0%;
    background: #1a1a1a;
}

.services-341 .container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.services-341 .container .intro h3,
.services-341 .container .usage h3,
.services-341 .container .fonctionnement h3,
.services-341 .container .tarifs h3 {
    font-size: 1.6rem;
    color: #1a3c77;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.services-341 .container .intro p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.services-341 .container .usage ul,
.services-341 .container .usage ol,
.services-341 .container .fonctionnement ul,
.services-341 .container .fonctionnement ol {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}

.services-341 .container .usage ul li,
.services-341 .container .usage ol li,
.services-341 .container .fonctionnement ul li,
.services-341 .container .fonctionnement ol li {
    margin-bottom: 0.8rem;
    font-size: 1.05rem;
}

.services-341 .container .tarifs table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    border-radius: 8px;
    overflow: hidden;
}

.services-341 .container .tarifs table th {
    background-color: #e3efff;
    color: #003d80;
    font-weight: bold;
    padding: 1rem;
    text-align: left;
}

.services-341 .container .tarifs table td {
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fdfdfe;
}

.services-341 .container .tarifs table tr:nth-child(even) td {
    background-color: #f6f9ff;
}

@media (max-width: 600px) {
    .services-341 .container {
        padding: 1.5rem;
    }

    .services-341 .container .tarifs table th,
    .services-341 .container .tarifs table td {
        font-size: 0.95rem;
        padding: 0.75rem;
    }
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.logos-slide {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    animation: 35s linear infinite slide;
    width: max-content;
}

.logos {
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.logos-slide {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    animation: 35s linear infinite slide;
    width: max-content;
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide img {
    height: 150px;
    margin: 0 20px;
    object-fit: contain;
    max-width: 400px;
    flex-shrink: 0;
    flex-grow: 0;
}

@media (max-width: 768px) {
    .logos:before,
    .logos:after {
        width: 50px;
    }

    .logos-slide img {
        height: 60px;
        margin: 0 10px;
        max-width: 120px;
    }
}

.logos-slide img {
    height: 150px;
    margin: 0 20px;
    object-fit: contain;
    max-width: 400px;
    flex-shrink: 0;
    flex-grow: 0;
}

@media only screen and (min-width: 0rem) {
    .services-341 .cs-container,
    .why-choose-375 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        /* flex-direction: column; */
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
}

.services-341 {
    padding: var(--sectionPadding);
}

.services-341 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: xx-large;
    color: var(--primaryDark);
}

.services-341 .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(1rem, 1.6vw, 1.25rem);
}

.services-341 .cs-item {
    list-style: none;
    width: 100%;
    max-width: 31.25rem;
    border-radius: 0.5rem;
    position: relative;
    z-index: 1;
    transition:
        box-shadow 0.3s,
        transform 0.3s,
        background 0.3s;
    background: #fff;
}

.services-341 .cs-item:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    transform: translateY(-0.4375rem);
}

.services-341 .cs-item:hover .cs-picture img {
    transform: scale(1.1);
}

.services-341 .cs-item:hover .cs-h3 {
    color: var(--primaryDark);
}

.services-341 .cs-item:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    border: 1px solid #e8e8e8;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.services-341 .cs-link {
    text-decoration: none;
    padding-bottom: clamp(1rem, 2.2vw, 1.5rem);
    display: block;
}

.services-341 .cs-picture {
    width: 100%;
    height: 15rem;
    margin-bottom: clamp(1rem, 2.2vw, 1.5rem);
    border-radius: 0.5rem 0.5rem 0 0;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 10;
}

.services-341 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition:
        transform 0.6s,
        opacity 0.3s;
}

.services-341 .cs-h3 {
    font-size: clamp(1.25rem, 3vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
    margin: 0 0 0.75rem;
    padding: 0 clamp(1rem, 2vw, 1.5rem);
    transition: color 0.3s;
}

.services-341 .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin-bottom: 20px;
    padding: 0 clamp(1rem, 2.2vw, 1.5rem);
}

@media only screen and (min-width: 48rem) {
    #sbsr-2420 .cs-wrapper,
    .subscribe-1721 .cs-form {
        flex-direction: row;
    }

    .services-341 .cs-card-group {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
        max-width: 100%;
        gap: clamp(1rem, 1.6vw, 1.25rem);
        justify-items: center;
        justify-content: center;
    }

    .services-341 .cs-item {
        max-width: 100%;
    }
}

@media only screen and (min-width: 64rem) {
    .services-341 .cs-card-group {
        grid-template-columns: repeat(3, 1fr);
    }

    .services-341 .cs-item:nth-child(4) {
        grid-column: 2 / span 1;
    }
}

.question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    margin: 20px 0;
    cursor: pointer;
    transition: background 0.3s;
}

.question::after {
    content: "\002B";
    /* + */
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: transform 0.2s ease;
}

.question.active::after {
    transform: rotate(45deg);
    /* + -> x */
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f9f9f9;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #333;
}

#FAQ {
    padding-bottom: 6rem;
    width: 100%;
    margin: auto;
}

#FAQ,
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.cta-inter-prog {
    background: linear-gradient(135deg, #005bea, #00c6fb);
    color: #fff;
    padding: 50px 20px;
    text-align: center;
    margin: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.cta-inter-prog h2 {
    font-size: 2.2em;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-inter-prog p {
    font-size: 1.1em;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-inter-prog .cs-form {
    width: 100%;
    max-width: 39.375rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    place-self: center;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.cta-inter-prog .cs-form > * {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.cta-inter-prog .cs-input,
.cta-inter-prog .cs-button-solid {
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.cta-inter-prog .cs-input {
    font-size: 1rem;
    width: 100%;
    height: clamp(2.875rem, 5.5vw, 3.5rem);
    margin: 0;
    padding: 0 0 0 1.25rem;
    border: none;
    display: block;
}

.cta-btn,
.cta-inter-prog .cs-button-solid {
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: var(--primaryDark);
    display: inline-block;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .cta-inter-prog .cs-button-solid {
        width: auto;
        min-width: 9.375rem;
    }
}

.cta-inter-prog .cs-input::placeholder {
    color: #767676;
}

.cta-inter-prog .cs-button-solid {
    font-size: 1rem;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    margin: 0;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
    width: 100%;
}

.cta-inter-prog .cs-button-solid {
    width: 100%;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.cta-btn:before,
.cta-inter-prog .cs-button-solid:before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
}

.cta-inter-prog .cs-button-solid:before {
    content: "";
    width: 0%;
    background: #000;
    opacity: 1;
}

.cta-btn:hover:before,
.cta-inter-prog .cs-button-solid:hover:before {
    width: 100%;
}

.cta-inter-prog .cs-submit {
    width: 100%;
    border: none;
    color: var(--bodyTextColorWhite);
}

.cta-inter-prog .cs-form {
    width: 100%;
    max-width: 39.375rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    place-self: center;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.cta-inter-prog .cs-form > * {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#aboutMetz {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 6rem;
}

.array .col-left {
    flex: 1;
    min-width: 300px;
}

.array .col-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.array .col-droite {
    flex: 1;
    padding: 30px;
}

.array .col-droite h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #333;
}

.array .col-right p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

@media (min-width: 769px) {
    .array {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        overflow: hidden;
        margin: auto;
        white-space: pre;
    }
}

@media (max-width: 768px) {
    .array {
        flex-direction: column;
    }

    .array .col-right {
        width: 100%;
    }

    .array .col-left {
        width: 100%;
        padding: 0 10px;
    }

    .array .col-right {
        padding: 20px;
    }
}

.container-prices {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
}

.plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    justify-content: center;
    justify-items: center;
}

.plan {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 350px;
}

.plan h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #1e88e5;
}

.price {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 10px 0 20px;
    color: var(--primaryDark);
}

.plan ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.plan ul li {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

.btn {
    margin-top: auto;
    /* background: #1e88e5; */
    background: #115998;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

.btn:hover {
    background: #1565c0;
}

.price-item {
    cursor: pointer;
    display: inline-block;
}

.price-item.selected {
    color: var(--primaryDark);
    font-weight: 600;
}

.price-item:not(.selected) {
    color: #333;
}

.about-container {
    max-width: 1000px;
    margin: 0 auto;
}

.about-section {
    background: #ffffff;
    border-radius: 12px;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.05),
        0 2px 4px -1px rgba(0, 0, 0, 0.03);
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #e2e8f0;
    box-sizing: border-box;
}

.about-wrapper {
    display: table;
    width: 100%;
    border-collapse: separate;
    box-sizing: border-box;
}

.about-image-cell {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    padding-right: 40px;
    box-sizing: border-box;
}

.about-image-container {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #3b82f6;
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.2);
    background: #e2e8f0;
}

.about-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-text-cell {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    box-sizing: border-box;
}

.about-description {
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 24px 0;
}

.about-cta {
    display: inline-block;
    background-color: #0f172a;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.about-cta:hover {
    background-color: #1e293b;
}

@media (max-width: 768px) {
    .about-section {
        padding: 30px 20px;
    }

    .about-wrapper {
        display: block;
    }

    .about-image-cell {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
        text-align: center;
    }

    .about-image-container {
        width: 180px;
        height: 180px;
    }

    .about-text-cell {
        display: block;
        width: 100%;
        text-align: center;
    }
}
