:root {
    --rh-purple: #4d4084;
    --rh-purple-hover: #3f3473;
    --rh-orange-hover: #e94f0f;
    --rh-purple-dark: #1d1341;
    --rh-teal: #10cfc9;
    --rh-ink: #241b3f;
    --rh-text: #493f60;
    --rh-muted: #f5f2fb;
    --rh-soft: #fff7f1;
    --rh-border: #e8e2f2;
    --rh-max: 1380px;
    --rh-body-font-size: 18px;
    --rh-body-line-height: 1.62;
    --rh-heading-line-height: 1.14;
    --rh-text-flow: 1.05em;
    --rh-heading-flow: .62em;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.rh-prod-hero,
.rh-prod-section,
.rh-prod-about,
.rh-prod-team {
    color: var(--rh-purple);
    font-family: "Inter", Arial, sans-serif;
}

.site-main > .rh-home {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.rh-btn-wrap {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

.rh-prod-hero {
    position: relative;
    min-height: 820px;
    padding: 70px 0 120px;
    background: #fff url("../../../../uploads/2023/06/fond-section1.png") no-repeat right 8vw top 42px / 760px auto;
}

.rh-custom-block-container--padding-1 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.rh-custom-block-container--padding-2 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.rh-custom-block-container--padding-3 {
    padding-top: 30px;
    padding-bottom: 50px;
}

.rh-custom-block-container--padding-4 {
    padding-top: 0;
    padding-bottom: 75px;
}

.rh-custom-block-container--padding-5 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .rh-custom-block-container--padding-1,
    .rh-custom-block-container--padding-2,
    .rh-custom-block-container--padding-3,
    .rh-custom-block-container--padding-4,
    .rh-custom-block-container--padding-5 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.rh-prod-hero__inner {
    display: grid;
    grid-template-columns: 635px minmax(520px, 1fr);
    gap: 62px;
    width: min(1380px, calc(100% - 30px));
    margin: 0 auto 63px auto;
    align-items: start;
}

.rh-prod-hero h1 {
    width: 600px;
    margin: 0 0 25px 0;
    color: var(--rh-purple);
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
}

.rh-prod-hero h1 strong {
    display: block;
    font-weight: 700;
}

.rh-prod-lead {
    width: 700px;
    max-width: 100%;
    margin: 22px 0 46px;
    color: var(--rh-purple);
    font-size: 18px;
    line-height: 1.35;
}

.rh-prod-proof {
    width: 635px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 38px;
    background: #e9ecf5;
    margin-top: 43px;
}

.rh-prod-proof p {
    margin: 0;
    padding: 31px 34px;
    border-bottom: 1px solid rgba(77, 64, 132, .15);
    color: var(--rh-purple);
    text-align: center;
    font-size: 20px;
    line-height: 1.35;
}

.rh-prod-proof ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 28px 34px 36px 111px;
    color: var(--rh-purple);
    list-style: none;
}

.rh-prod-proof li {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
}

.rh-prod-proof li::before {
    content: "";
    position: absolute;
    left: -22px;
    top: .18em;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--rh-teal);
}

.rh-prod-proof li::after {
    content: "";
    position: absolute;
    left: -17px;
    top: .46em;
    width: 5px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.rh-prod-hero__image {
    display: block;
    width: min(48vw, 690px);
    max-width: none;
    height: auto;
    margin: 48px 0 0;
    justify-self: end;
}

.rh-prod-main-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 26px;
    border-radius: 12px;
    background: var(--rh-purple);
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
}

.rh-prod-main-cta:hover {
    background: var(--rh-purple-hover);
    color: #fff !important;
}

.rh-prod-hero > .rh-prod-main-cta {
    position: absolute;
    left: 50%;
    bottom: 56px;
    transform: translateX(-50%);
}

.rh-prod-section {
    width: min(1380px, calc(100% - 30px));
    margin: 0 auto;
    padding: 50px 0 0 ;
}

.rh-prod-outsourcing{
    padding: 0
}

.rh-prod-two {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 80px;
    align-items: start;
}

.rh-prod-two h2,
.rh-prod-news-head h2,
.rh-prod-team h2 {
    margin: 0;
    color: var(--rh-purple);
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
}

.rh-prod-two p {
    margin: 0;
    color: var(--rh-purple);
    font-size: 16px;
    line-height: 1.65;
}

.rh-prod-stats {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: 294px 253px 255px;
    gap: 20px;
    padding: 35px;
    background: #e9ecf5;
    border-radius: 50px;
}

.rh-prod-stats > * {
    margin: 0;
    overflow: hidden;
    border-radius: 40px;
}

.rh-stat-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rh-stat-photo--wide {
    grid-column: 1 / 6;
    grid-row: 1;
}

.rh-stat-photo--tall {
    grid-column: 5 / 9;
    grid-row: 2 / 4;
}

.rh-stat-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 34px 30px;
    color: var(--rh-purple);
}

.rh-stat-card strong {
    display: block;
    color: currentColor;
    font-size: clamp(82px, 7.4vw, 114px);
    font-weight: 700;
    line-height: .82;
}

.rh-stat-card sup {
    top: -.18em;
    font-size: .45em;
    line-height: 0;
}

.rh-stat-card span {
    display: block;
    margin-top: 32px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.08;
}

.rh-stat-card--light {
    grid-column: 6 / 9;
    grid-row: 1;
    background: #d9dcf4;
}

.rh-stat-card--purple {
    grid-column: 1 / 5;
    grid-row: 2;
    background: #4d4084;
    color: #c9c3da;
}

.rh-stat-card--slate {
    grid-column: 9 / 13;
    grid-row: 1 / 3;
    background: #7b88ad;
}

.rh-stat-card--orange {
    grid-column: 1 / 5;
    grid-row: 3;
    background: #ff4c0a;
    color: #5a2106;
}

.rh-stat-card--green {
    grid-column: 9 / 13;
    grid-row: 3;
    background: #93d900;
}

.rh-prod-kicker {
    position: relative;
    margin: 0 0 22px;
    padding-left: 28px;
    color: var(--rh-teal);
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.rh-prod-kicker::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid var(--rh-teal);
    border-radius: 50%;
    transform: translateY(-50%);
}

.rh-prod-outsourcing .rh-prod-two {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 90px;
    align-items: start;
}

.rh-prod-outsourcing .rh-prod-two h2 {
    font-size: 40px;
    line-height: 1.12;
}

.rh-prod-outsourcing .rh-prod-two p {
    max-width: 660px;
    font-size: 16px;
    line-height: 1.5;
}

.rh-prod-subtitle,
.rh-prod-orange {
    margin: 54px auto 16px auto;
    color: #fd470f;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
}

.rh-prod-outsourcing .rh-prod-subtitle{
    font-size: 18px;
    line-height: 24px
}

.rh-prod-subtitle::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 28px 0 ;
    background: linear-gradient(to right, #fd470f 0 325px, #d9dcf4 325px 100%);
}

.rh-prod-orange {
    margin-left: 0;
}

.rh-prod-jobs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 86px;
    row-gap: 58px;
    padding-top: 10px;
}

.rh-prod-jobs section {
    min-height: 0;
}

.rh-prod-jobs h4 {
    margin: 0 0 24px;
    color: var(--rh-purple);
    font-size: 18px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.rh-prod-jobs ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    color: var(--rh-purple);
    list-style: none;
}

.rh-prod-jobs li {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    font-size: 17px;
    line-height: 1.25;
}

.rh-prod-jobs li a {
    color: inherit;
    text-decoration: none;
}

.rh-prod-jobs li a:hover,
.rh-prod-jobs li a:focus {
    text-decoration: underline;
}

.rh-prod-jobs li span {
    position: relative;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    background: url("../../../../uploads/2023/06/Arrow-Left-Circle.svg") center no-repeat;
    background-size: contain;

}


.rh-service-page li{
    position: relative;
    list-style: none !important;
}

.rh-service-page li:before{
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    background: url("../../../../uploads/2023/06/Arrow-Left-Circle.svg") center no-repeat;
    background-size: contain;
    left: -25px;
    top: 3px;
}

.rh-service-page .rh-service-related li:before{
    display: none;
}

.rh-service-page ul{
    padding-left: 25px;
}


.rh-entry-content ul li{
    position: relative;
    list-style: none;

}

.rh-entry-content ul li:after{
    content: "";
    width: 14px;
    height: 14px;
    margin-top: 3px;
    background: url("../../../../uploads/2023/06/Arrow-Left-Circle.svg") center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: -20px;
    top: 5px;
}

.rh-pricing-list li:after, .rh-guide-content ul li:after{
    display: none !important;
}

/*.rh-prod-jobs li span::before,
.rh-prod-jobs li span::after {
    content: "";
    position: absolute;
    background: var(--rh-purple);
}
*/
/*.rh-prod-jobs li span::before {
    left: 3px;
    top: 5px;
    width: 6px;
    height: 2px;
    position: absolute;
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
}*/

/*.rh-prod-jobs li span::after {
    right: 3px;
    top: 3px;
    width: 2px;
    height: 6px;
    transform: rotate(45deg);
    transform-origin: center;
}
*/
.rh-prod-skills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 52px;
}

.rh-prod-skills article {
    display: flex;
    min-height: 304px;
    padding: 36px 26px 28px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #d9dcf4;
    border-radius: 38px;
    background: #fff;
}

.rh-prod-testimonials article {
    min-height: 300px;
    padding: 26px 22px;
    border: 1px solid #ece7f4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(29, 19, 65, .07);
}

.rh-skill-icon {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 0 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.rh-skill-icon--admin {
    background-image: url("../../../../uploads/2023/07/Groupe-208.svg");
}

.rh-skill-icon--rh {
    background-image: url("../../../../uploads/2023/07/Groupe-209.svg");
}

.rh-skill-icon--paie,
.rh-skill-icon--informatique {
    background-image: url("../../../../uploads/2023/07/Groupe-214.svg");
}

.rh-skill-icon--support {
    background-image: url("../../../../uploads/2023/07/Groupe-207.svg");
}

.rh-skill-icon--secretariat {
    background-image: url("../../../../uploads/2023/07/Groupe-210.svg");
}

.rh-skill-icon--webmarketing {
    background-image: url("../../../../uploads/2023/07/Groupe-212.svg");
}

.rh-skill-icon--design {
    background-image: url("../../../../uploads/2023/07/Groupe-211.svg");
}

.rh-prod-skills h3 {
    max-width: 300px;
    margin: 0 0 24px;
    color: var(--rh-purple);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.18;
}

.rh-prod-skills h3 a,
.rh-skill-link {
    color: var(--rh-purple);
    text-decoration: none;
    font-size: 24px;
}

.rh-prod-skills p {
    max-width: 284px;
    min-height: 70px;
    margin: 0 0 20px;
    color: var(--rh-purple);
    font-size: 17px;
    line-height: 1.32;
}

.rh-skill-link {
    display: inline-flex;
    margin-top: auto;
    align-items: center;
    gap: 28px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
}

.rh-skill-link span {
    display: block;
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    background: url("../../../../uploads/2023/06/Arrow-Left-Circle.svg") center / contain no-repeat;
}

.rh-prod-about {
    padding: 50px 0 0;
    background: #fff;
}

.rh-prod-about__inner {
    display: grid;
    grid-template-columns: minmax(0, 650px) minmax(0, 520px);
    gap: 128px;
    width: min(1380px, calc(100% - 30px));
    margin: 0 auto;
    min-height: 727px;
    padding: 70px 70px 66px;
    align-items: center;
    border-radius: 39px;
    background: var(--rh-purple);
}

.rh-prod-about figure {
    margin: 0;
}

.rh-about-photo {
    display: block;
    width: min(642px, 100%);
    aspect-ratio: 608 / 570;
    margin: 0 auto;
    background: url("../../../../uploads/2025/02/Groupe-858.webp") center / contain no-repeat;
}

.rh-prod-about figcaption {
    margin: 22px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.rh-prod-about figcaption strong {
    font-weight: 700;
}

.rh-prod-about h2,
.rh-prod-about p,
.rh-prod-about a {
    color: #fff !important;
}

.rh-prod-about h2 {
    margin: 0 0 46px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.04;
}

.rh-prod-about h2 strong {
    font-weight: 700;
}

.rh-prod-about p {
    max-width: 560px;
    margin: 0 0 138px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.rh-prod-about a {
    display: inline-flex;
    min-width: 145px;
    min-height: 52px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    color: var(--rh-purple) !important;
    font-weight: 700;
    text-decoration: none;
}

.rh-prod-testimonials-section {
    overflow: visible;
    width: 100%;
}

.rh-prod-testimonials-section .rh-prod-two {
    position: relative;
    z-index: 2;
    max-width: 1380px;
    width: 100%;
    margin: auto;
}

.rh-prod-testimonials {
    position: relative;
    width: 100vw;
    margin: 0 0 0 50%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 80px 0;
    background: none;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    transform: translateX(-50%);
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    --rh-testimonials-loop-distance: 1450px;
}

.rh-prod-testimonials-section h2{
    maergin-bottom: 0
}

.rh-prod-testimonials::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 35px;
    bottom: 35px;
    left: 50%;
    width: min(1380px, calc(100vw - 30px));
    border-radius: 35px;
    background: #e9ecf5;
    pointer-events: none;
    transform: translateX(-50%);
}

.rh-prod-testimonials::-webkit-scrollbar {
    display: none;
}

.rh-prod-testimonials__track {
    position: relative;
    z-index: 1;
    display: flex;
    width: max-content;
    gap: 28px;
    padding: 0 calc((100vw - min(1380px, calc(100vw - 30px))) / 2);
    animation: rh-testimonials-marquee 34s linear infinite;
    will-change: transform;
}

.rh-prod-testimonials:hover .rh-prod-testimonials__track,
.rh-prod-testimonials.is-interacting .rh-prod-testimonials__track {
    animation-play-state: paused;
}

.rh-prod-testimonials article {
    display: flex;
    width: 420px;
    min-height: 520px;
    padding: 30px 30px 31px;
    flex: 0 0 420px;
    flex-direction: column;
    border: 1px solid #d9dcf4;
    border-radius: 38px;
    background: #fff;
    box-shadow: none;
}

.rh-testimonial-quote {
    display: block;
    width: 52px;
    height: 42px;
    margin: 0 0 30px;
    color: var(--rh-teal);
}

.rh-testimonial-quote::before {
    content: "\201C";
    display: block;
    font-size: 72px;
    font-weight: 700;
    line-height: .65;
    letter-spacing: 0;
    color: var(--rh-teal);
    transform: rotate(180deg);
}

.rh-prod-testimonials p {
    min-height: 145px;
    margin: 0;
    color: var(--rh-purple);
    font-size: 17px;
    line-height: 1.3;
}

.rh-testimonial-stars {
    display: block;
    margin: 50px 0 46px;
    color: #ffb400 !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}

.rh-testimonial-logo {
    display: block;
    width: 62px;
    height: 42px;
    margin: 0 0 28px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.rh-testimonial-logo--foncia {
    background-image: url("../../../../uploads/2023/06/logo-foncia.jpg");
}

.rh-testimonial-logo--mpa {
    background-image: url("../../../../uploads/2023/06/logo-mpa.jpg");
}

.rh-testimonial-logo--atlantic {
    background-image: url("../../../../uploads/2023/06/atlantic.jpg");
}

.rh-prod-testimonials strong,
.rh-testimonial-role {
    display: block;
    color: var(--rh-purple);
}

.rh-prod-testimonials strong {
    margin-top: auto;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.rh-testimonial-role {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.28;
}

@keyframes rh-testimonials-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(var(--rh-testimonials-loop-distance) * -1));
    }
}

@media (prefers-reduced-motion: reduce) {
    .rh-prod-testimonials__track {
        animation: none;
    }
}

.rh-prod-team {
    width: min(1380px, calc(100% - 30px));
    margin: 0 auto;
    padding: 70px 0 90px;
}

.rh-prod-team > h2 {
    max-width: 620px;
    margin-left: 0;
    font-size: 40px;
    line-height: 1;
}

.rh-prod-team > h2 strong {
    font-weight: 700;
}

.rh-prod-team__card {
    position: relative;
    margin-top: 38px;
    overflow: visible;
    border-radius: 38px;
    background: var(--rh-purple);
    color: #fff;
}

.rh-prod-team__card::before,
.rh-prod-team__card::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 56px;
    height: 16px;
    background: #fff;
    pointer-events: none;
}

.rh-prod-team__card::before {
    left: 14%;
    top: 118px;
    transform: rotate(82deg);
}

.rh-prod-team__card::after {
    right: 10%;
    bottom: 248px;
    transform: rotate(-73deg);
}

.rh-prod-team img {
    position: relative;
    z-index: 1;
    display: block;
    width: calc(100% + 240px);
    max-width: none;
    height: auto;
    margin: 66px -120px -18px;
}

.rh-prod-team__band {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 58px 44px 70px;
    background: transparent;
    color: #fff;
}

.rh-prod-team__band h3 {
    justify-self: end;
    width: min(250px, 100%);
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.rh-prod-team__band ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rh-prod-team__band li {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.33;
}

.rh-prod-team__band li strong {
    font-weight: 700;
}

.rh-team-icon {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 16px;
}

.rh-team-icon::before {
    content: "";
    width: 31px;
    height: 31px;
    background: var(--rh-teal);
    -webkit-mask: var(--rh-team-mask) center / contain no-repeat;
    mask: var(--rh-team-mask) center / contain no-repeat;
}

.rh-team-icon--hr {
    --rh-team-mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M11 15a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm0-6a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm10 7a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm0-6a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM4 26v-2c0-4 3-7 7-7s7 3 7 7v2h-2v-2c0-3-2-5-5-5s-5 2-5 5v2H4Zm14 0v-2c0-2-.7-3.8-2-5.2A6.8 6.8 0 0 1 21 17c4 0 7 3 7 7v2h-2v-2c0-3-2-5-5-5-.9 0-1.7.2-2.4.6.9 1.4 1.4 2.8 1.4 4.4v2h-2Z'/%3E%3C/svg%3E");
}

.rh-team-icon--training {
    --rh-team-mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M5 7h22v16H17v3h5v2H10v-2h5v-3H5V7Zm2 2v12h18V9H7Zm4 9v-7h2v7h-2Zm4 0v-5h2v5h-2Zm4 0v-8h2v8h-2Z'/%3E%3C/svg%3E");
}

.rh-team-icon--internet {
    --rh-team-mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M16 3a13 13 0 1 1-9.2 22.2l1.4-1.4A11 11 0 0 0 27 16c0-2.4-.8-4.6-2.1-6.3L16 18.6 12.4 15 14 13.6l2 2 7.5-7.4A11 11 0 0 0 16 5C9.9 5 5 9.9 5 16c0 2.1.6 4 1.6 5.7L5.2 23A13 13 0 0 1 16 3Zm0 4c1.6 0 3.1.4 4.4 1.1l-1.5 1.5A7.9 7.9 0 0 0 8 17.2l-1.7.9A10 10 0 0 1 16 7Zm0 4h.5l-2.2 2.2A3 3 0 0 0 13 16c0 .9.4 1.7 1 2.2l-1.4 1.4A5 5 0 0 1 16 11Z'/%3E%3C/svg%3E");
}

.rh-team-icon--ethics {
    --rh-team-mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M16 29C9 25.6 5 20.5 5 14V6l11-4 11 4v8c0 6.5-4 11.6-11 15ZM7 7.4V14c0 5.4 3.1 9.6 9 12.8 5.9-3.2 9-7.4 9-12.8V7.4l-9-3.3-9 3.3Zm8 11.8 6.6-6.6 1.4 1.4-8 8-4.5-4.5 1.4-1.4 3.1 3.1Z'/%3E%3C/svg%3E");
}

.rh-prod-collab-section {
    padding-top: 42px;
}

.rh-prod-collab-section .rh-prod-two {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
    gap: 80px;
    align-items: start;
}

.rh-prod-collab-section .rh-prod-two h2 {
    max-width: 560px;
    font-size: 40px;
    line-height: 1;
}

.rh-prod-collab-section .rh-prod-two h2 strong {
    display: inline;
    font-weight: 700;
}

.rh-prod-collab-section .rh-prod-two p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.4;
}

.rh-prod-collab {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 432px;
    gap: 20px;
    margin-top: 34px;
    padding: 30px;
    border-radius: 38px;
    background: #e9ecf5;
}

.rh-prod-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
}

.rh-prod-steps article {
    min-height: 166px;
    padding: 32px 30px;
    border-radius: 38px;
    background: #d9dbf4;
}

.rh-prod-steps h3 {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    margin: 0 0 16px;
    color: var(--rh-purple);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.05;
}

.rh-prod-steps h3 span {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: var(--rh-purple);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.rh-prod-steps p {
    margin: 0;
    color: var(--rh-purple);
    font-size: 18px;
    line-height: 1.28;
}

.rh-prod-steps article:nth-child(5) {
    grid-column: 1 / -1;
}

.rh-prod-collab__visual {
    position: relative;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 36px;
}

.rh-prod-collab__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 546px;
    object-fit: cover;
    object-position: center;
}

.rh-prod-collab__visual figcaption {
    position: absolute;
    left: 50%;
    bottom: 36px;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100% - 42px);
}

.rh-prod-collab__visual .rh-prod-main-cta {
    min-height: 52px;
    padding: 14px 22px;
    border-radius: 12px;
    font-size: 16px;
}

.rh-prod-center {
    margin-top: 44px;
    text-align: center;
}

.rh-prod-faq__items {
    display: grid;
    gap: 0;
    margin-top: 52px;
    padding: 54px 110px 58px;
    border-radius: 38px;
    background: #e9ecf5;
}

.rh-prod-faq details {
    position: relative;
    border-bottom: 1px dashed rgba(77, 64, 132, .28);
    color: var(--rh-purple);
}

.rh-prod-faq details:first-child {
    border-top: 0;
}

.rh-prod-faq summary {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 34px;
    gap: 52px;
    align-items: center;
    min-height: 120px;
    padding: 0;
    cursor: pointer;
    color: var(--rh-purple);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    list-style: none;
}

.rh-prod-faq summary::-webkit-details-marker {
    display: none;
}

.rh-prod-faq summary::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #fff;
    background-image: var(--rh-faq-icon);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 34px 34px;
}

.rh-prod-faq summary::after {
    content: "";
    justify-self: end;
    width: 20px;
    height: 20px;
    border-right: 4px solid currentColor;
    border-bottom: 4px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s ease, color .2s ease;
}

.rh-prod-faq details[open] summary::before {
    background-color: #ff5b13;
    filter: none;
}

.rh-prod-faq details[open] summary::after {
    color: #ff5b13;
    transform: rotate(-135deg) translate(-3px, -3px);
}

.rh-prod-faq details:nth-child(1) {
    --rh-faq-icon: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%234d4084' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='14' cy='12' r='8'/%3E%3Cpath d='M14 15v-2c2 0 3-1 3-2.7A3 3 0 0 0 14 7.4a3 3 0 0 0-3 3'/%3E%3Cpath d='M14 19h.01M21 17v12M21 19l7 2v10H17V19l4-2Z'/%3E%3Cpath d='M22 24h3M22 27h3'/%3E%3C/g%3E%3C/svg%3E");
}

.rh-prod-faq details:nth-child(2) {
    --rh-faq-icon: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%234d4084' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='20' cy='13' r='8'/%3E%3Cpath d='M20 8v5l4 3M6 27c1-5 4-8 8-8s7 3 8 8'/%3E%3Ccircle cx='14' cy='14' r='3'/%3E%3Cpath d='M5 27h18M8 22l-4 5M20 22l4 5'/%3E%3C/g%3E%3C/svg%3E");
}

.rh-prod-faq details:nth-child(2)[open] {
    --rh-faq-icon: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='20' cy='13' r='8'/%3E%3Cpath d='M20 8v5l4 3M6 27c1-5 4-8 8-8s7 3 8 8'/%3E%3Ccircle cx='14' cy='14' r='3'/%3E%3Cpath d='M5 27h18M8 22l-4 5M20 22l4 5'/%3E%3C/g%3E%3C/svg%3E");
}

.rh-prod-faq details:nth-child(3) {
    --rh-faq-icon: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%234d4084' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='17' cy='17' r='11'/%3E%3Cpath d='M6 17h22M17 6c4 4 4 18 0 22M17 6c-4 4-4 18 0 22M10 10c4 2 10 2 14 0M10 24c4-2 10-2 14 0'/%3E%3C/g%3E%3C/svg%3E");
}

.rh-prod-faq details:nth-child(4) {
    --rh-faq-icon: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%234d4084' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 5v6M12 12h10M17 12v14'/%3E%3Cpath d='M10 27c4 2 10 2 14 0M8 27c1-5 4-8 9-8s8 3 9 8M10 17l-4 5h8l-4-5ZM24 17l-4 5h8l-4-5Z'/%3E%3C/g%3E%3C/svg%3E");
}

.rh-prod-faq details:nth-child(5) {
    --rh-faq-icon: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%234d4084' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 19c-3-4 0-9 5-8 2-5 10-3 10 3 4 1 4 8-1 9H12'/%3E%3Cpath d='M17 22v7M17 29h5M17 29h-5M22 21v5M12 21v5'/%3E%3C/g%3E%3C/svg%3E");
}

.rh-prod-faq details:nth-child(6) {
    --rh-faq-icon: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%234d4084' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 28V12h11v16M18 16h9v12M10 16h4M10 20h4M21 20h3'/%3E%3Cpath d='M24 8l1.4 2.9 3.1.5-2.2 2.2.5 3.1-2.8-1.5-2.8 1.5.5-3.1-2.2-2.2 3.1-.5L24 8Z'/%3E%3C/g%3E%3C/svg%3E");
}

.rh-prod-faq details p {
    max-width: 1040px;
    margin: -18px 88px 52px 112px;
    color: rgba(77, 64, 132, .82);
    font-size: 16px;
    line-height: 1.45;
}

.rh-prod-industries ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 42px 0 0;
    padding: 0;
    list-style: none;
}

.rh-prod-industries li {
    padding: 14px 18px;
    border-radius: 8px;
    background: #e9ecf5;
    color: var(--rh-purple);
    font-weight: 800;
}

.rh-prod-news-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.rh-prod-news-section {
    padding-top: 96px;
    padding-bottom: 96px;
}

.rh-prod-news-section .rh-prod-news-head {
    align-items: flex-start;
}

.rh-prod-news-section .rh-prod-news-head h2 {
    font-size: 46px;
    line-height: .92;
}

.rh-prod-news-section .rh-prod-news-head h2 b {
    font-weight: 700;
}

.rh-prod-news-head a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 20px;
    border-radius: 12px;
    background: var(--rh-purple);
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.rh-prod-news {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.rh-prod-news-section .rh-card-post {
    display: flex;
    min-height: 502px;
    overflow: hidden;
    border: 1px solid #d9dbf4;
    border-radius: 38px;
    background: #fff;
    box-shadow: none;
    flex-direction: column;
}

.rh-prod-news-section .rh-card-post__image {
    display: block;
    overflow: hidden;
    background: #e9ecf5;
}

.rh-prod-news-section .rh-card-post__image img {
    width: 100%;
    aspect-ratio: 440 / 300;
    border-radius: 0;
    object-fit: cover;
}

.rh-prod-news-section .rh-card-post__body {
    display: flex;
    flex: 1;
    padding: 26px 30px 30px;
    flex-direction: column;
}

.rh-prod-news-section .rh-card-post__title {
    margin: 0 0 26px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.rh-prod-news-section .rh-card-post__title a {
    color: var(--rh-purple);
    text-decoration: none;
    font-size: 18px
}

.rh-card-post__date {
    display: block;
    color: rgba(77, 64, 132, .72);
    font-size: 16px;
    line-height: 1.2;
}

.rh-prod-news-section .rh-card-post__excerpt {
    display: none;
}

.rh-prod-news-section .rh-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    color: var(--rh-purple);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.rh-prod-news-section .rh-text-link::after {
    content: "";
    width: 20px;
    height: 20px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.5' y='1.5' width='17' height='17' rx='4'/%3E%3Cpath d='M7 10h6M10 7l3 3-3 3'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.5' y='1.5' width='17' height='17' rx='4'/%3E%3Cpath d='M7 10h6M10 7l3 3-3 3'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.rh-prod-footer {
    padding: 0;
    background: #1d1341;
    color: #fff;
}

.rh-prod-footer__stats-wrap {
    background: var(--rh-purple);
}

.rh-prod-footer__stats-wrap,
.rh-prod-footer__inner,
.rh-prod-footer__bottom {
    width: 100%;
}

.rh-prod-footer__stats,
.rh-prod-footer__inner,
.rh-prod-footer__bottom {
    width: min(1380px, calc(100% - 30px));
    margin: 0 auto;
}

.rh-prod-footer__inner {
    display: grid;
    grid-template-columns: minmax(180px, .55fr) minmax(420px, 1fr);
    gap: 260px;
    align-items: start;
    padding: 58px 0 100px;
}

.rh-prod-footer__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 78px;
    padding: 52px 0 50px;
}

.rh-prod-footer__stats p {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin: 0;
    color: #fff;
    line-height: 1.12;
}

.rh-prod-footer__stats strong,
.rh-prod-footer__stats span,
.rh-prod-footer__socials a,
.rh-prod-footer__contact strong,
.rh-prod-footer__contact p,
.rh-prod-footer__links a,
.rh-prod-footer__bottom p,
.rh-prod-footer__bottom span,
.rh-prod-footer__bottom a {
    color: #fff;
}

.rh-prod-footer__stats strong {
    font-family: "Inter", Sans-serif;
    display: block;
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
}

.rh-footer-stat > span {
    display: inline-grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 14px;
}

.rh-footer-stat > span svg {
    display: block;
    width: 28px;
    height: 28px;
    color: #fff;
}

.rh-prod-footer__links {
    display: grid;
    gap: 15px;
    align-self: start;
}

.rh-prod-footer__menu {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rh-prod-footer__links a,
.rh-prod-footer__contact a,
.rh-prod-footer__bottom a {
    text-decoration: none;
}

.rh-prod-footer__links a {
    font-size: 18px;
    line-height: 1.3;
}

.rh-prod-footer__contact strong {
    display: block;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 700;
}

.rh-prod-footer__contact p {
    max-width: 520px;
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.35;
}

.rh-prod-footer__socials {
    display: flex;
    gap: 28px;
    margin-top: 42px;
    align-items: center;
}

.rh-prod-footer__socials a {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.rh-prod-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 0 18px;
    border-top: 0;
    align-items: flex-end;
}

.rh-prod-footer__bottom p {
    margin: 0;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .rh-prod-hero__inner,
    .rh-prod-two,
    .rh-prod-about__inner {
        grid-template-columns: 1fr;
    }

    .rh-prod-about__inner {
        gap: 42px;
        min-height: 0;
        padding: 54px 42px;
    }

    .rh-prod-about p {
        margin-bottom: 42px;
    }

    .rh-prod-hero h1,
    .rh-prod-lead,
    .rh-prod-proof {
        width: 100%;
    }

    .rh-prod-hero__image {
        width: min(720px, 100%);
        margin: 20px auto 0;
    }

    .rh-prod-jobs,
    .rh-prod-skills,
    .rh-prod-team__band ul,
    .rh-prod-news,
    .rh-prod-footer__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rh-prod-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        padding: 20px;
    }

    .rh-prod-stats > * {
        grid-column: auto;
        grid-row: auto;
        min-height: 240px;
    }

    .rh-prod-testimonials__track {
        padding-right: 15px;
        padding-left: 15px;
    }

    .rh-prod-testimonials article {
        width: min(420px, calc(100vw - 40px));
        flex-basis: min(420px, calc(100vw - 40px));
    }

    .rh-prod-collab-section .rh-prod-two,
    .rh-prod-collab {
        grid-template-columns: 1fr;
    }

    .rh-prod-collab-section .rh-prod-two {
        gap: 20px;
    }

    .rh-prod-collab-section .rh-prod-two p {
        padding-top: 0;
    }

    .rh-prod-collab__visual {
        width: min(460px, 100%);
        justify-self: center;
    }

    .rh-prod-collab__visual img {
        min-height: 460px;
    }

    .rh-prod-team img {
        width: calc(100% + 70px);
        margin: 52px -35px -12px;
    }

    .rh-prod-team__band {
        padding: 46px 34px 58px;
    }

    .rh-prod-team__band h3 {
        justify-self: start;
        width: auto;
    }

    .rh-prod-footer__inner {
        grid-template-columns: 1fr;
        gap: 44px;
        padding: 48px 0 70px;
    }

    .rh-prod-footer__stats {
        gap: 26px;
    }

    .rh-prod-footer__stats strong {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .rh-prod-hero {
        min-height: 0;
        padding: 132px 0 42px;
        background-position: right -260px top 24px;
        background-size: 620px auto;
    }

    .rh-prod-hero__inner {
        display: block;
        width: 100%;
    }

    .rh-prod-hero__copy {
        width: calc(100% - 30px);
        margin: 0 auto;
        text-align: center;
    }

    .rh-prod-hero h1 {
        font-size: 25px;
        line-height: 1.06;
    }

    .rh-prod-hero h1 strong {
        display: inline;
    }

    .rh-prod-lead {
        margin: 16px 0 30px;
        font-size: 23px;
        line-height: 1.02;
    }

    .rh-prod-proof {
        width: calc(100vw - 30px);
    }

    .rh-prod-proof p {
        padding: 30px 18px 16px;
        font-size: 23px;
        line-height: 1.1;
    }

    .rh-prod-proof ul {
        padding: 20px 20px 20px 38px;
        text-align: left;
    }

    .rh-prod-hero__image {
        width: min(100%, 360px);
        max-width: 100%;
        margin: 42px auto 0;
        justify-self: center;
    }

    .rh-prod-hero > .rh-prod-main-cta {
        position: static;
        transform: none;
        margin: 26px 15px 0;
    }

    .rh-prod-section {
        padding: 15px 0;
    }
    
    .rh-prod-two {
        gap: 22px;
    }

    .rh-prod-two h2,
    .rh-prod-news-head h2,
    .rh-prod-team h2,
    .rh-prod-about h2 {
        font-size: 34px;
    }

    .rh-prod-jobs,
    .rh-prod-skills,
    .rh-prod-testimonials,
    .rh-prod-team__band ul,
    .rh-prod-steps,
    .rh-prod-news,
    .rh-prod-footer__stats {
        grid-template-columns: 1fr;
    }

    .rh-prod-stats {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding: 15px;
    }

    .rh-prod-stats > * {
        min-height: 220px;
    }

    .rh-stat-card strong {
        font-size: 60px;
    }

    .rh-stat-card span {
        margin-top: 18px;
        font-size: 22px;
    }

    .rh-prod-testimonials {
        margin-top: 42px;
    }

    .rh-prod-testimonials article {
        min-height: 500px;
        padding: 26px 24px 28px;
        border-radius: 30px;
    }

    .rh-prod-subtitle {
        margin-left: 0;
    }

    .rh-prod-about__inner {
        width: min(100% - 30px, 520px);
        padding: 38px 24px;
        border-radius: 28px;
    }

    .rh-about-photo {
        width: min(420px, 100%);
    }

    .rh-prod-about figcaption {
        font-size: 15px;
    }

    .rh-prod-about p {
        margin-bottom: 30px;
        font-size: 15px;
    }

    .rh-prod-collab-section {
        padding-top: 42px;
    }

    .rh-prod-collab-section .rh-prod-two h2 {
        font-size: 34px;
    }

    .rh-prod-collab-section .rh-prod-two p {
        font-size: 15px;
        line-height: 1.45;
    }

    .rh-prod-collab {
        gap: 16px;
        margin-top: 28px;
        padding: 16px;
        border-radius: 30px;
    }

    .rh-prod-steps {
        gap: 16px;
    }

    .rh-prod-steps article {
        min-height: 0;
        padding: 28px 24px;
        border-radius: 28px;
    }

    .rh-prod-steps h3 {
        font-size: 28px;
    }

    .rh-prod-steps p {
        font-size: 16px;
        line-height: 1.35;
    }

    .rh-prod-collab__visual {
        border-radius: 28px;
    }

    .rh-prod-collab__visual img {
        min-height: 420px;
    }

    .rh-prod-collab__visual figcaption {
        bottom: 24px;
    }

    .rh-prod-faq__items {
        margin-top: 32px;
        padding: 24px 18px 28px;
        border-radius: 28px;
    }

    .rh-prod-faq summary {
        grid-template-columns: 52px minmax(0, 1fr) 24px;
        gap: 16px;
        min-height: 96px;
        font-size: 16px;
    }

    .rh-prod-faq summary::before {
        width: 52px;
        height: 52px;
        background-size: 30px 30px;
    }

    .rh-prod-faq summary::after {
        width: 16px;
        height: 16px;
        border-width: 3px;
    }

    .rh-prod-faq details p {
        margin: -8px 38px 34px 68px;
        font-size: 15px;
        line-height: 1.45;
    }

    .rh-prod-team {
        width: min(100% - 30px, 520px);
        padding: 58px 0;
    }

    .rh-prod-team > h2 {
        font-size: 34px;
        text-align: left;
    }

    .rh-prod-team__card {
        margin-top: 28px;
        border-radius: 30px;
    }

    .rh-prod-team__card::before {
        left: 10%;
        top: 52px;
        width: 40px;
        height: 12px;
    }

    .rh-prod-team__card::after {
        right: 8%;
        bottom: 350px;
        width: 40px;
        height: 12px;
    }

    .rh-prod-team img {
        width: calc(100% + 150px);
        margin: 38px -75px -4px;
    }

    .rh-prod-team__band {
        gap: 24px;
        padding: 34px 24px 40px;
    }

    .rh-prod-team__band h3 {
        font-size: 15px;
    }

    .rh-prod-team__band li {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;
        font-size: 15px;
    }

    .rh-team-icon {
        width: 54px;
        height: 54px;
        border-radius: 14px;
    }

    .rh-prod-steps {
        margin-left: 0;
        margin-right: 0;
    }

    .rh-prod-news-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .rh-prod-news-section {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .rh-prod-news-section .rh-prod-news-head h2 {
        font-size: 40px;
        line-height: .95;
    }

    .rh-prod-news-head a {
        min-height: 50px;
        padding: 13px 18px;
    }

    .rh-prod-news {
        gap: 20px;
        margin-top: 30px;
    }

    .rh-prod-news-section .rh-card-post {
        min-height: 0;
        border-radius: 30px;
    }

    .rh-prod-news-section .rh-card-post__body {
        padding: 24px;
    }

    .rh-prod-news-section .rh-card-post__title {
        margin-bottom: 22px;
        font-size: 19px;
    }

    .rh-prod-footer__stats {
        gap: 22px;
        padding: 34px 0;
    }

    .rh-prod-footer__stats p {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 14px;
    }

    .rh-footer-stat > span {
        width: 46px;
        height: 46px;
    }

    .rh-prod-footer__stats strong {
        font-size: 18px;
    }

    .rh-prod-footer__inner {
        padding: 42px 0 58px;
    }

    .rh-prod-footer__links a,
    .rh-prod-footer__contact p {
        font-size: 16px;
    }

    .rh-prod-footer__socials {
        margin-top: 30px;
    }

    .rh-prod-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 24px;
    }
}

body {
    color: var(--rh-text);
    font-family: "Inter", Arial, sans-serif;
    overflow-x: hidden;
}

.site-main {
    overflow: visible;
}

body.page-template-template-service .site-main,
body.page-template-template-service-php .site-main,
body.rh-service-template .site-main {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible;
}

html:has(body.page-template-template-service),
html:has(body.page-template-template-service-php),
html:has(body.rh-service-template),
html:has(body.page-template-guide),
html:has(body.page-template-guide-php),
body.page-template-template-service,
body.page-template-template-service-php,
body.rh-service-template,
body.page-template-guide,
body.page-template-guide-php {
    overflow-x: clip;
}

body.home .site-main {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.rh-container,
.rh-entry-content > * {
    width: min(var(--rh-max), calc(100% - 30px));
    margin-left: auto;
    margin-right: auto;
}

.rh-entry-content > .alignwide {
    width: min(var(--rh-max), calc(100% - 30px));
}

.rh-entry-content > .alignfull {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.rh-entry-content--narrow > * {
    width: min(920px, calc(100% - 30px));
}

.rh-page-hero {
    padding: clamp(48px, 7vw, 96px) 0 clamp(38px, 5vw, 72px);
    background: linear-gradient(135deg, #f7f3ff 0%, #fff8f2 100%);
}

.rh-page-hero__inner {
    display: grid;
    gap: 18px;
}

.rh-page-hero h1,
.rh-entry-content h1 {
    max-width: 980px;
    margin: 0;
    color: var(--rh-purple);
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.04;
}

.rh-page-hero--single h1 {
    max-width: 1080px;
}

.rh-eyebrow {
    margin: 0;
    color: var(--rh-teal);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.rh-hero-excerpt {
    max-width: 760px;
    color: var(--rh-ink);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 500;
    line-height: 1.5;
}

.rh-entry-content {
    padding: clamp(42px, 0, 76px) 0;
}


.rh-title-intro h1{
    font-size: 42px;
    line-height: 48px;
    color: var(--rh-purple);
    font-weight: 900;
}


.rh-entry-content h2 {
    margin-bottom: .55em;
    color: var(--rh-purple);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.13;
}

.rh-rxg-cta__text{
    color: #fff !important
}

.rh-manual-links__item:after{
    display: none !important;
}

.rh-entry-content h3 {
    margin-top: 1.4em;
    color: #4d4084;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 800;
}

.rh-entry-content p,
.rh-entry-content li {
    font-size: 17px;
    line-height: 1.72;
}

.rh-news-intro .rh-news-intro__text{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.rh-entry-content a,
.rh-text-link {
    color: var(--rh-purple);
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.rh-entry-content ul,
.rh-entry-content ol {
    padding-left: 25px;
}

.rh-entry-content strong {
}

.rh-featured-image {
    margin-top: clamp(28px, 5vw, 64px);
}

.rh-featured-image img,
.rh-card-post__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.wp-block-button__link,
.cta1,
.demand-devis,
.rh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 22px;
    border: 1px solid var(--rh-purple);
    border-radius: 8px;
    background: var(--rh-purple);
    color: #fff !important;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.wp-block-button__link:hover,
.cta1:hover,
.demand-devis:hover,
.rh-btn:hover {
    border-color: var(--rh-purple-hover);
    background: var(--rh-purple-hover);
    color: #fff !important;
}

.rh-btn-phone {
    border-color: var(--rh-border);
    background: #fff;
    color: var(--rh-purple) !important;
}

.rh-section-soft,
.is-style-rh-soft {
    padding: clamp(42px, 6vw, 74px) 0;
    background: var(--rh-muted);
}

.rh-split,
.is-style-rh-split {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.rh-split img,
.is-style-rh-split img {
    border-radius: 8px;
}

.rh-card-grid,
.is-style-rh-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.rh-service-card,
.is-style-rh-service-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--rh-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(29, 19, 65, .06);
}

.rh-service-card h3,
.is-style-rh-service-card h3 {
    margin-top: 0;
    color: var(--rh-purple);
}

.rh-contact-band,
.is-style-rh-contact-band {
    padding: clamp(36px, 5vw, 62px);
    border-radius: 8px;
    background: var(--rh-purple-dark);
    color: #fff;
}

.rh-contact-band h2,
.rh-contact-band p,
.is-style-rh-contact-band h2,
.is-style-rh-contact-band p {
    color: #fff;
}

.wpcf7 form {
    display: grid;
    gap: 14px;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--rh-border);
    border-radius: 8px;
    background: #fff;
    color: var(--rh-ink);
}

.wpcf7 textarea {
    min-height: 130px;
}

.wpcf7 input[type="submit"] {
    width: fit-content;
    min-height: 48px;
    padding: 14px 22px;
    border: 1px solid var(--rh-teal);
    border-radius: 8px;
    background: var(--rh-teal);
    color: var(--rh-purple-dark);
    font-weight: 800;
    cursor: pointer;
}

.rh-service-page {
    color: var(--rh-purple);
    font-family: "Inter", Arial, sans-serif;
}

.rh-service-layout {
    display: grid;
    grid-template-columns: minmax(0, 814px) 410px;
    gap: 50px 130px;
    width: min(1380px, calc(100% - 30px));
    margin: 0 auto;
    align-items: start;
    overflow: visible;
}

.rh-service-main {
    min-width: 0;
    padding: 0 0 64px;
}

.rh-service-layout > .rh-service-sidebar {
    position: sticky;
    top: 32px;
    align-self: start;
    overflow-y: auto;
}

.rh-service-hero h1 {
    margin: 0 0 88px;
    color: var(--rh-purple);
    font-size: 64px;
    font-weight: 700;
    line-height: .94;
}

.rh-service-hero.rh-guide-hero h1{
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 25px;
}

.rh-entry-content.rh-guide-content h2{
    font-size: 32px;
    line-height: 38px;
    margin-top: 35px;
}

.rh-entry-content.rh-guide-content h3{
    font-size: 28px;
    line-height: 34px;
    margin-top: 25px;
}

.single-post .rh-service-hero h1 {
    font-size: 32px;
    line-height: 32px;
}



.rh-service-hero__text{
    font-size: 18px;
}

.rh-service-hero__text p {
    max-width: 804px;
    margin: 0;
    color: var(--rh-purple);
    font-size: 18px;
    line-height: 1.32;
}

.rh-service-hero__text p + p {
    margin-top: 14px;
}

.rh-service-cta {
    display: flex;
    width: fit-content;
    min-height: 54px;
    margin: 20px auto 0;
    padding: 14px 20px;
    border-radius: 12px;
    background: var(--rh-purple);
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
}

.rh-service-related {
    margin: 85px auto;
}


.champ-texte-service2 h2{
    font-weight: 700;
}

.rh-service-related h2 {
    margin: 0;
    color: var(--rh-purple);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom:  30px;
}

.rh-service-related > p {
    margin: 6px 0 26px;
    color: var(--rh-purple);
    font-size: 18px;
    line-height: 1.35;
}

.rh-service-related ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rh-service-related li {
    margin: 0;
}

.rh-service-related a,
.rh-service-related span {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 18px;
    min-height: 62px;
    padding: 9px 16px;
    border: 2px solid #ff2a9a;
    border-radius: 12px;
    color: #f52397;
    font-size: 18px;
    line-height: 1.25;
    text-decoration: none;
    align-items: center;
}

.rh-service-related a::before,
.rh-service-related span::before {
    content: "";
    width: 18px;
    height: 18px;
    background: var(--rh-purple);
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='14' height='14' rx='4'/%3E%3Cpath d='M6.5 9h5M9.5 6.5 12 9l-2.5 2.5'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='14' height='14' rx='4'/%3E%3Cpath d='M6.5 9h5M9.5 6.5 12 9l-2.5 2.5'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.rh-service-related .rh-service-related__other {
    border-color: #11cfc8;
    background: #11cfc8;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.rh-service-related .rh-service-related__other::before {
    background: #fff;
}

.rh-guide-content {
    min-width: 0;
    width: 100%;
}

.rh-guide-content > * {
    width: 100%;
    max-width: none;
}

.rh-guide-featured-image {
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.rh-guide-featured-image img {
    display: block;
    width: 100%;
    aspect-ratio: 804 / 270;
    object-fit: cover;
}

.rh-guide-toc {
    margin: 50px 0 72px;
    padding: 30px 36px 38px;
    border-radius: 10px;
    background: #eff0f9;
    color: var(--rh-purple);
}

.rh-guide-toc__title {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}

.rh-guide-toc ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rh-guide-page .rh-guide-toc li {
    position: relative;
    margin: 0;
    padding: 0 0 0 29px;
    font-size: 18px;
    line-height: 1.35;
}

.rh-guide-page .rh-guide-toc li::before {
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    width: 14px;
    height: 14px;
    background: var(--rh-purple);
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.5' y='1.5' width='13' height='13' rx='3'/%3E%3Cpath d='M5 8h6M8 5l3 3-3 3'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.5' y='1.5' width='13' height='13' rx='3'/%3E%3Cpath d='M5 8h6M8 5l3 3-3 3'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.rh-guide-toc a {
    color: var(--rh-purple);
    text-decoration: none;
}

.rh-guide-toc a:hover,
.rh-guide-toc a:focus-visible {
    text-decoration: underline;
}

.rh-guide-content h2 {
    scroll-margin-top: 32px;
}

.rh-guide-layout > .rh-guide-sidebar {
    position: sticky;
    top: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    margin-bottom: 50px;
}

.rh-guide-page .rh-guide-related {
    margin: 80px 0 0;
}

.rh-guide-page .rh-guide-related h2 {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.05;
}

.rh-guide-related__grid {
    display: grid;
    width: min(795px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 46px 30px;
    align-items: start;
}

.rh-guide-page .rh-guide-related__item {
    min-width: 0;
    margin: 0;
}

.rh-guide-page .rh-guide-related__item > a {
    display: flex;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--rh-purple);
    font-size: 18px;
    line-height: 1.35;
    text-decoration: none;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}

.rh-guide-page .rh-guide-related__item > a::before {
    display: none;
}

.rh-guide-page .rh-guide-related__item .rh-guide-related__title {
    display: block;
    min-height: 86px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.rh-guide-page .rh-guide-related__item:nth-child(n+4) .rh-guide-related__title {
    min-height: 66px;
}

.rh-guide-page .rh-guide-related__item .rh-guide-related__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 245 / 214;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: #eff0f9;
}

.rh-guide-page .rh-guide-related .rh-guide-related__cta {
    display: flex;
    width: fit-content;
    min-height: 52px;
    margin: 90px auto 0;
    padding: 14px 24px;
    border: 0;
    border-radius: 12px;
    background: var(--rh-purple);
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
}

.rh-guide-page .rh-guide-related .rh-guide-related__cta::before {
    display: none;
}

.rh-guide-page .rh-guide-related .rh-guide-related__cta:hover,
.rh-guide-page .rh-guide-related .rh-guide-related__cta:focus-visible {
    background: var(--rh-purple-hover);
}

.rh-guide-related__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.rh-guide-page .rh-guide-related__item > a:hover .rh-guide-related__image img,
.rh-guide-page .rh-guide-related__item > a:focus-visible .rh-guide-related__image img {
    transform: scale(1.03);
}

.rh-single-service-page .rh-service-hero {
    margin-bottom: 72px;
}

.rh-single-service-page .rh-service-hero h1 {
    margin-bottom: 42px;
}

.rh-single-content {
    max-width: 804px;
    color: var(--rh-purple);
}

.rh-single-content > *:first-child {
    margin-top: 0;
}

.rh-single-content > *:last-child {
    margin-bottom: 0;
}

.rh-single-service-page .rh-single-content p,
.rh-single-service-page .rh-single-content li {
    color: var(--rh-purple);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.rh-single-content h2,
.rh-single-content h3,
.rh-single-content h4 {
    margin: 36px 0 14px;
    color: var(--rh-purple);
    font-weight: 700;
    line-height: 1.12;
}

.rh-single-content h2 {
    font-size: 34px;
}

.rh-single-content h3 {
    font-size: 26px;
}

.rh-single-content a {
    color: var(--rh-purple);
    font-weight: 800;
}

.rh-single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.rh-single-featured-image {
    overflow: hidden;
    margin: 0 0 34px;
    border-radius: 12px;
}

.rh-single-featured-image img {
    display: block;
    width: 100%;
    aspect-ratio: 804 / 430;
    object-fit: cover;
}

.rh-single-main-cta {
    width: auto;
    min-height: 54px;
    margin: 48px auto;
    padding: 14px 24px;
    border-radius: 10px;
    background: var(--rh-purple);
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-decoration: none !important;
}

.outer-cta{
    display: flex;
    justify-content: center;
}

.rh-single-related {
    margin-top: 74px;
}

.rh-single-related h2 {
    margin: 0 0 18px;
    color: var(--rh-purple);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.05;
}

.rh-single-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 30px;
}

.rh-single-related__item {
    margin: 0;
}

.rh-single-related__image {
    display: block;
    overflow: hidden;
    margin-bottom: 14px;
    border-radius: 8px;
    background: #eff0f9;
}

.rh-single-related__image img {
    display: block;
    width: 100%;
    aspect-ratio: 245 / 213;
    object-fit: cover;
}

.rh-single-related__item h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.rh-single-related__item h3 a {
    color: var(--rh-purple);
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
}

.rh-service-content {
    margin-top: 18px;
}

.rh-service-content:empty {
    display: none;
}

/*.rh-service-layout {
  position: relative;
}

.rh-service-layout > div,
.rh-service-sidebar {
  box-sizing: border-box;
}

.rh-service-sidebar {
  position: relative;
        max-width: 410px;
    width: 100%

}

.rh-service-sidebar.is-sticky {
  position: absolute;
  top: 100px;
  z-index: 10;
 right: 0;
}

.rh-service-sidebar.is-bottom {
  position: relative;
  bottom: 0;
}*/

.rh-service-form-card {
    min-height: 0;
    padding: 48px 17px 58px;
    border-radius: 8px;
    background: #eff0f9;
    color: var(--rh-purple);
}

.rh-service-form-card h2, .rh-service-form-card .titre-form {
    margin: 0 0 18px;
    color: var(--rh-purple);
   font-family: "Inter", Sans-serif;
  font-size: 32px;
  font-weight: 700;
    line-height: 1.08;
}

.rh-service-form-card > p {
    margin: 0 0 30px;
    color: var(--rh-purple);
    font-size: 18px;
    line-height: 1.34;
}

.rh-service-form-card .wpcf7 form {
    display: block;
}

.rh-service-form-card .wpcf7 .hidden-fields-container {
    display: none;
}

.rh-service-form-card .wpcf7 .flex-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0 0 20px;
}

.rh-service-form-card .wpcf7 .outer-input {
    margin: 0 0 16px;
}

.rh-service-form-card .wpcf7 .flex-row .outer-input,
.rh-service-form-card .wpcf7 .outer-submit {
    margin-bottom: 0;
}

.rh-service-form-card .wpcf7 p {
    margin: 0;
}

.rh-service-form-card .wpcf7 p:has(textarea),
.rh-service-form-card .wpcf7 p:has(input[type="tel"]),
.rh-service-form-card .wpcf7 p:has(input[type="email"]),
.rh-service-form-card .wpcf7 p:has(input[type="submit"]),
.rh-service-form-card .wpcf7 p:has(.wpcf7-acceptance),
.rh-service-form-card .wpcf7 .wpcf7-response-output {
    grid-column: 1 / -1;
}

.rh-service-form-card .wpcf7 input:not([type="submit"]):not([type="checkbox"]),
.rh-service-form-card .wpcf7 textarea,
.rh-service-form-card .wpcf7 select {
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    border: 1px solid #b9badc;
    border-radius: 14px;
    background: #fff;
    color: var(--rh-purple);
    font-size: 16px;
    font-weight: 800;
}

.rh-service-form-card .wpcf7 input::placeholder,
.rh-service-form-card .wpcf7 textarea::placeholder {
    color: #9d98bd;
    opacity: 1;
}

.rh-service-form-card .wpcf7 textarea {
    height: 116px;
    resize: vertical;
}

.rh-service-form-card .wpcf7 form > p:has(.wpcf7-checkbox) {
    display: grid;
    gap: 23px;
    margin: 18px 0 33px;
}

.rh-service-form-card .wpcf7 form > p:has(.wpcf7-checkbox) > span:first-child:not(.wpcf7-form-control-wrap) {
    color: var(--rh-purple);
    font-size: 18px;
    font-style: italic;
    line-height: 1.2;
}

.rh-service-form-card .wpcf7 .wpcf7-acceptance,
.rh-service-form-card .wpcf7 .wpcf7-list-item,
.rh-service-form-card .wpcf7 .wpcf7-list-item-label {
    color: var(--rh-purple);
    font-size: 12px;
    line-height: 1.1;
}

.rh-service-form-card .wpcf7 .wpcf7-list-item {
    margin: 0;
}

.rh-service-form-card .wpcf7 .wpcf7-list-item label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.rh-service-form-card .wpcf7 input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 2px 0 0;
    flex: 0 0 14px;
    accent-color: var(--rh-purple);
}

.rh-service-form-card .wpcf7 input[type="submit"] {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 12px;
    background: #ff5b13;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.rh-service-form-card .wpcf7 .wpcf7-spinner {
    display: none;
}

.rh-service-form-card__notice {
    padding: 16px;
    border: 1px dashed #b9badc;
    border-radius: 14px;
}

.rh-contact-page {
    color: var(--rh-purple);
    font-family: "Inter", Arial, sans-serif;
}

.rh-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 690px) minmax(320px, 640px);
    gap: 50px;
    width: min(1380px, calc(100% - 30px));
    margin: 48px auto 0;
    align-items: start;
}

.rh-contact-form-card {
    padding: 60px 16px 46px;
    border-radius: 8px;
}

.rh-contact-form-card__head {
    display: grid;
    grid-template-columns: minmax(260px, .85fr) minmax(260px, 1fr);
    gap: 40px;
    margin: 0 10px 30px;
    align-items: start;
}

.rh-contact-form-card h1 {
    margin: 0;
    color: var(--rh-purple);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.08;
}

.rh-contact-form-card__head p {
    margin: 2px 0 0;
    color: var(--rh-purple);
    font-size: 18px;
    line-height: 1.28;
}

.rh-contact-form-card .wpcf7 form {
    padding: 0;
}

.rh-contact-form-card .wpcf7 .flex-row {
    gap: 20px;
}

.rh-contact-form-card .wpcf7 input[type="submit"] {
    width: auto;
    margin: 0 auto;
    display: block;
}

.rh-contact-details {
    padding-top: 0;
    color: var(--rh-purple);
}

.rh-contact-details section {
    padding: 0 0 36px;
}

.rh-contact-details section + section {
    padding-top: 32px;
    border-top: 1px solid #a8aac7;
}

.rh-contact-details h2 {
    margin: 0 0 26px;
    color: var(--rh-purple);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
}

.rh-contact-details p {
    margin: 0;
    color: var(--rh-purple);
    font-size: 18px;
    line-height: 1.3;
}

.rh-contact-details p + p {
    margin-top: 20px;
}

.rh-contact-details a {
    color: var(--rh-purple);
    text-decoration: none;
}

.rh-contact-details__item {
    position: relative;
    padding-left: 30px;
}

.rh-contact-details__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: #12cfd0;
}

.rh-contact-details__item--phone::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25c1.12.37 2.32.57 3.57.57c.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1c0 1.25.2 2.45.57 3.57c.11.35.03.74-.25 1.02z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25c1.12.37 2.32.57 3.57.57c.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1c0 1.25.2 2.45.57 3.57c.11.35.03.74-.25 1.02z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.rh-contact-details__item--email::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 4l-8 5l-8-5V6l8 5l8-5z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 4l-8 5l-8-5V6l8 5l8-5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.rh-contact-details__item--phone a {
    position: relative;
    display: inline-block;
}

.rh-contact-details__item--phone a::after {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    bottom: -3px;
    height: 22px;
    border: 2px solid #12cfd0;
    border-radius: 50%;
    transform: rotate(-3deg);
    pointer-events: none;
}

.rh-service-figures {
    grid-column: 1 / -1;
    margin: 8px 0 0;
    padding: 18px 0;
    overflow: hidden;
    background: transparent;
    max-width: 1380px;
    width: 100%;
    margin: auto;
}

.rh-service-figures__viewport {
    overflow: hidden;
    width: 100%;
}

.rh-service-figures__track {
    display: flex;
    width: max-content;
    animation: rh-service-figures-loop 180s linear infinite;
    will-change: transform;
}

.rh-service-figures:hover .rh-service-figures__track {
    animation-play-state: paused;
}

.rh-service-figures--editor .rh-service-figures__track {
    animation: none;
}

.rh-service-figures figure {
    display: grid;
    width: 190px;
    height: 96px;
    flex: 0 0 190px;
    margin: 0 28px 0 0;
    padding: 18px 22px;
    border-radius: 14px;
    background: #fff;
    place-items: center;
    
}

.rh-service-figures img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes rh-service-figures-loop {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .rh-service-figures__track {
        animation: none;
    }
}

.rh-service-project {
    position: relative;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 554px) minmax(0, 560px);
    gap: clamp(80px, 10vw, 170px);
/*    width: min(1180px, 100%);
*/    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: transparent;
    align-items: center;
    isolation: isolate;
}

.rh-service-project[style*="--rh-service-project-bg"] {
    left: 50%;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding: 72px max(15px, calc((100vw - 1380px) / 2)) !important;
    background: var(--rh-service-project-bg) !important;
    box-sizing: border-box;
}

.rh-service-project--editor {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 40%);
    gap: 24px;
    width: 100%;
    margin: 0;
    padding: 24px;
    align-items: start;
    border: 1px dashed #d9dcf4;
    box-sizing: border-box;
}

.rh-service-project--editor.rh-service-project--image-right {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 40%);
}

.rh-service-project--editor .rh-service-project__copy h2 {
    margin-bottom: 24px;
}

.rh-service-project--editor .rh-service-project__text {
    display: block;
    min-height: 120px;
}

.rh-service-project--editor .rh-service-project__text p {
    margin-bottom: 14px;
}

.rh-service-project--editor .rh-service-project__visual img {
    max-height: 260px;
    object-fit: cover;
}

.rh-service-project--image-right .rh-service-project__visual {
    order: 2;
}

.rh-service-project--image-right .rh-service-project__copy {
    order: 1;
}

.rh-service-project--image-none {
    grid-template-columns: 1fr;
    gap: 0;
}

.rh-service-project--image-none .rh-service-project__copy {
    width: min(100%, 1380px);
}

.rh-service-project--image-none .rh-service-project__copy h2, .rh-service-project--image-none .rh-service-project__copy h3 {
    max-width: 100%;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.rh-service-project[style*="#4d4084"],
.rh-service-project[style*="#4D4084"] {
    color: #fff;
}

.rh-service-project[style*="#4d4084"] .rh-service-project__copy,
.rh-service-project[style*="#4d4084"] .rh-service-project__copy h2,
.rh-service-project[style*="#4d4084"] .rh-service-project__copy p,
.rh-service-project[style*="#4D4084"] .rh-service-project__copy,
.rh-service-project[style*="#4D4084"] .rh-service-project__copy h2,
.rh-service-project[style*="#4D4084"] .rh-service-project__copy p {
    color: #fff;
}

.rh-service-project[style*="#4d4084"] .rh-service-project__copy a,
.rh-service-project[style*="#4D4084"] .rh-service-project__copy a {
    background: #fff;
    color: var(--rh-purple) !important;
}

.rh-service-project__visual {
    margin: 0;
}

.rh-service-project__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.rh-service-project__copy {
    color: var(--rh-purple);
}

.rh-service-project__copy h2 {
    max-width: 560px;
    margin: 0 0 68px;
    color: var(--rh-purple);
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.rh-service-project__copy p {
    max-width: 630px;
    margin: 0 0 18px;
    color: var(--rh-purple);
    font-size: 18px;
    line-height: 1.08;
}

.rh-service-project--columns-2 .rh-service-project__text {
    column-count: 2;
    column-gap: 38px;
}

.rh-service-project--columns-2 .rh-service-project__text p {
    break-inside: avoid;
}

.rh-service-project__copy strong {
    font-weight: 700;
}

.rh-service-project__copy a {
/*    display: inline-flex;
    min-height: 56px;
    margin-top: 32px;
    padding: 15px 20px;
    border-radius: 12px;
*/    /*background: var(--rh-purple);*/
    color: var(--rh-purple) !important;
/*    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
*/
text-decoration: underline;
}

.rh-service-peer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(36px, 7vw, 110px);
    row-gap: 12px;
    margin: 0;
    padding: 0 !important;
    list-style: none;
}

.rh-service-project.rh-service-project--peer-links {
    grid-template-columns: 1fr;
}

.rh-service-project--peer-links .rh-service-project__copy {
    width: 100%;
}

.rh-service-page .rh-service-peer-links li {
    position: relative;
    min-width: 0;
    padding-left: 24px;
    font-size: 18px;
    line-height: 1.3;
}



.rh-service-page .rh-service-peer-links li a:hover{
    background-color: transparent;
    color: var(--rh-purple) !important;
}

.rh-service-page .rh-service-peer-links li::before {
    display: block;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    margin: 0;
}

.rh-service-peer-links a {
    color: var(--rh-purple) !important;
    text-decoration: none !important;
}

.rh-service-peer-links a:hover,
.rh-service-peer-links a:focus {
    text-decoration: underline !important;
}

.rh-service-logo-listing {
    width: min(1380px, calc(100% - 30px));
    margin: 58px auto 0;
}

.rh-service-logo-listing__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px 18px;
    margin-bottom: 50px;
}


 .rh-service-project {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 40px;
}



.rh-service-project.rh-service-project--columns-1 p{
    max-width: none;
    width: 100%;
}


.rh-service-content .rh-service-project.rh-service-project--columns-2{
    grid-template-columns: 1fr;}


.rh-service-logo-listing figure {
    display: flex;
    min-height: 132px;
    margin: 0;
    padding: 30px 38px;
    border-radius: 14px;
    background: #eff0f9;
    align-items: center;
    justify-content: center;
}

.rh-service-logo-listing img {
    display: block;
    width: 100%;
    max-width: 210px;
    max-height: 72px;
    object-fit: contain;
}

.rh-service-logo-listing--editor {
    margin-top: 0;
}

.rh-service-bottom-cta {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    margin: 40px 0 0;
    padding: 66px 15px 120px;
    background: url("/rxg/wp-content/themes/rouge-hexagone/images/illus-bas.jpg") no-repeat bottom center;
    color: var(--rh-purple);
    text-align: center;
}

.rh-service-bottom-cta::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 54px;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(17, 207, 200, .35);
    border-radius: 4px;
    transform: translateX(-325px);
}

.rh-service-bottom-cta::after {
    content: "31";
    position: absolute;
    left: 50%;
    bottom: 59px;
    width: 30px;
    color: rgba(77, 64, 132, .46);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transform: translateX(-325px);
}

.rh-service-bottom-cta__inner {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    margin: 0 auto;
}

.rh-service-bottom-cta .titre-form {
    margin: 0 0 18px;
    color: var(--rh-purple);
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.rh-service-bottom-cta__text p {
    margin: 0 auto;
    color: var(--rh-purple);
    font-size: 18px;
    line-height: 1;
}

.rh-service-bottom-cta a {
    display: inline-flex;
    min-height: 52px;
    margin-top: 48px;
    padding: 15px 26px;
    border-radius: 12px;
    background: var(--rh-purple);
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
}

.rh-service-bottom-cta--editor {
    border: 1px dashed #d9dcf4;
}

.rh-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: clamp(42px, 6vw, 76px) 0;
}

.rh-card-post {
    overflow: hidden;
    border: 1px solid var(--rh-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(29, 19, 65, .06);
}

.rh-card-post__image img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 0;
}

.rh-card-post__body {
    padding: 24px;
}

.rh-card-post__title {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.2;
}

.rh-card-post__title a {
    color: var(--rh-purple);
    text-decoration: none;
}

.rh-news-archive {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px;
    width: min(1362px, calc(100% - 30px));
    padding: 80px 0 64px;
}

.rh-news-archive .rh-card-post {
    display: flex;
    min-height: 470px;
    overflow: hidden;
    border: 1px solid #d9dbf4;
    border-radius: 38px;
    background: #fff;
    box-shadow: none;
    flex-direction: column;
}

.rh-news-archive .rh-card-post__image {
    display: block;
    overflow: hidden;
    background: #e9ecf5;
}

.rh-news-archive .rh-card-post__image img {
    width: 100%;
    aspect-ratio: 300 / 300;
    border-radius: 0;
    object-fit: cover;
}

.rh-news-archive .rh-card-post__body {
    display: flex;
    flex: 1;
    padding: 24px 26px 32px;
    flex-direction: column;
}

.rh-news-archive .rh-card-post__title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: .98;
}

.rh-news-archive .rh-card-post__date {
    color: var(--rh-purple);
    font-size: 14px;
    line-height: 1.2;
}

.rh-news-archive .rh-card-post__excerpt {
    display: none;
}

.rh-news-archive .rh-text-link {
    display: inline-flex;
    gap: 12px;
    margin-top: auto;
    color: var(--rh-purple);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    align-items: center;
}

.rh-news-archive .rh-text-link::after {
    content: "";
    width: 20px;
    height: 20px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.5' y='1.5' width='17' height='17' rx='4'/%3E%3Cpath d='M7 10h6M10 7l3 3-3 3'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.5' y='1.5' width='17' height='17' rx='4'/%3E%3Cpath d='M7 10h6M10 7l3 3-3 3'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.rh-news-intro {
    display: block;
    padding-top: 0;
    color: var(--rh-purple);
}

.rh-news-intro h1 {
    margin: 0 0 18px;
    color: var(--rh-purple);
    font-size: 68px;
    font-weight: 700;
    line-height: .95;
}

.rh-news-intro__text {
    color: var(--rh-purple);
    font-size: 18px;
    font-style: italic;
    line-height: 1.28;
    margin: 0;
}

.rh-news-intro__text > *:first-child {
    margin-top: 0;
}

.rh-news-intro__text > *:last-child {
    margin-bottom: 0;
}

.rh-news-intro__button {
    display: inline-flex;
    min-height: 52px;
    margin-top: 34px;
    padding: 15px 24px;
    border-radius: 12px;
    background: var(--rh-purple);
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: auto;
}

.rh-pagination {
    display: flex;
    justify-content: center;
    padding-bottom: 56px;
    text-align: center;
}

.rh-pagination .nav-links,
.rh-pagination {
    gap: 10px;
    align-items: center;
}

.rh-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rh-pagination .page-numbers,
.rh-pagination a,
.rh-pagination span {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid #d9dbf4;
    border-radius: 12px;
    background: #fff;
    color: var(--rh-purple);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.rh-pagination .page-numbers.current,
.rh-pagination span.current {
    border-color: var(--rh-purple);
    background: var(--rh-purple);
    color: #fff;
}

.rh-pagination a:hover {
    border-color: var(--rh-purple);
    background: #eff0f9;
    color: var(--rh-purple);
}

.rh-home {
    color: var(--rh-text);
}

.rh-home-hero {
    min-height: calc(100vh - 98px);
    padding: clamp(56px, 8vw, 118px) 0 clamp(48px, 7vw, 96px);
    background: #fff url("../../../../uploads/2023/06/fond-section1.png") no-repeat right -22vw top 2vw / min(72vw, 980px) auto;
}

.rh-home-hero__grid,
.rh-home-intro,
.rh-home-about,
.rh-home-faq,
.rh-home-news-head {
    width: min(var(--rh-max), calc(100% - 30px));
    margin: 0 auto;
}

.rh-home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr);
    gap: clamp(28px, 5vw, 84px);
    align-items: center;
}

.rh-home-hero h1 {
    max-width: 680px;
    margin: 0;
    color: var(--rh-purple);
    font-size: clamp(52px, 6.1vw, 84px);
    font-weight: 400;
    line-height: 1.02;
}

.rh-home-hero h1 strong {
    display: block;
    font-weight: 700;
}

.rh-home-hero__lead {
    max-width: 660px;
    margin: 28px 0 42px;
    color: var(--rh-purple);
    font-size: 18px;
    line-height: 1.35;
}

.rh-home-proof {
    overflow: hidden;
    max-width: 635px;
    border-radius: 38px;
    background: #e9ecf5;
    color: var(--rh-purple);
}

.rh-home-proof p {
    margin: 0;
    padding: 30px 34px;
    border-bottom: 1px solid rgba(77, 64, 132, .12);
    text-align: center;
    font-size: 20px;
    line-height: 1.35;
}

.rh-home-proof ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 28px 34px 34px 110px;
    list-style: none;
}

.rh-home-proof li {
    position: relative;
    font-size: 18px;
    line-height: 1.25;
}

.rh-home-proof li::before {
    content: "";
    position: absolute;
    left: -22px;
    top: .35em;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--rh-teal);
    box-shadow: inset 0 0 0 4px var(--rh-teal);
}

.rh-home-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-top: 72px;
    padding: 15px 26px;
    border-radius: 12px;
    background: var(--rh-purple);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 16px 30px rgba(77, 64, 132, .18);
}

.rh-home-cta:hover {
    background: var(--rh-purple-hover);
    color: #fff !important;
}

.rh-home-hero__visual {
    align-self: end;
}

.rh-home-hero__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.rh-home-section {
    padding: clamp(58px, 8vw, 112px) 0;
}

.rh-home-section--soft,
.rh-home-section--intro {
    background: #f5f2fb;
}

.rh-home-intro,
.rh-home-about,
.rh-home-faq {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 80px);
    align-items: center;
}

.rh-home-intro h2,
.rh-home-section__head h2,
.rh-home-about h2,
.rh-home-faq h2,
.rh-home-news-head h2 {
    margin: 8px 0 0;
    color: var(--rh-purple);
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 700;
    line-height: 1.06;
}

.rh-home-intro p,
.rh-home-section__head p,
.rh-home-about p,
.rh-home-faq p {
    font-size: 18px;
    line-height: 1.65;
}

.rh-home-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 46px;
}

.rh-home-stats div,
.rh-home-service,
.rh-home-step,
.rh-home-faq details {
    border: 1px solid var(--rh-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(29, 19, 65, .06);
}

.rh-home-stats div {
    padding: 24px 20px;
}

.rh-home-stats strong {
    display: block;
    color: var(--rh-teal);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1;
}

.rh-home-stats span {
    display: block;
    margin-top: 10px;
    color: var(--rh-purple);
    font-weight: 800;
    line-height: 1.3;
}

.rh-home-section__head {
    max-width: 860px;
}

.rh-home-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
}

.rh-home-service {
    padding: 28px;
}

.rh-home-service h3,
.rh-home-step h3 {
    margin: 0 0 18px;
    color: var(--rh-purple);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.18;
}

.rh-home-service ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rh-home-service li {
    position: relative;
    padding-left: 18px;
    line-height: 1.4;
}

.rh-home-service li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--rh-teal);
}

.rh-home-about__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.rh-home-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.rh-home-step {
    padding: 24px;
}

.rh-home-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: var(--rh-teal);
    color: var(--rh-purple-dark);
    font-weight: 700;
}

.rh-home-step p {
    margin: 0;
    line-height: 1.55;
}

.rh-home-center {
    margin-top: 10px;
    text-align: center;
}

.rh-home-faq {
    align-items: start;
}

.rh-home-faq__items {
    display: grid;
    gap: 14px;
}

.rh-home-faq details {
    padding: 20px 22px;
}

.rh-home-faq summary {
    color: var(--rh-purple);
    cursor: pointer;
    font-weight: 700;
}

.rh-home-faq details p {
    margin: 14px 0 0;
    font-size: 16px;
}

.rh-home-news-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
}

.rh-post-grid--home {
    padding-top: 34px;
    padding-bottom: 0;
}

.rh-site-footer {
    background: var(--rh-purple-dark);
    color: #fff;
}

.rh-footer-cta {
    background: var(--rh-teal);
    color: var(--rh-purple-dark);
}

.rh-footer-cta__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
}

.rh-footer-cta h2,
.rh-footer-cta p {
    color: var(--rh-purple-dark);
}

.rh-footer-cta h2 {
    margin: 6px 0 10px;
    font-size: clamp(28px, 3vw, 42px);
}

.rh-footer-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.rh-footer-main {
    display: grid;
    grid-template-columns: 1.1fr .8fr 1fr;
    gap: clamp(28px, 5vw, 64px);
    padding-top: 56px;
    padding-bottom: 44px;
}

.rh-site-footer a {
    color: #fff;
}

.rh-footer-brand img {
    width: 210px;
    max-width: 100%;
    height: auto;
    margin-bottom: 18px;
}

.rh-footer-menu {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rh-footer-menu a {
    text-decoration: none;
}

.rh-footer-form h2 {
    margin-top: 0;
    color: #fff;
}

.rh-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-top: 18px;
    padding-bottom: 22px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    font-size: 13px;
}



@media (max-width: 1024px) {
    .rh-card-grid,
    .is-style-rh-card-grid,
    .rh-post-grid,
    .rh-footer-main,
    .rh-home-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rh-home-hero__grid,
    .rh-home-intro,
    .rh-home-about,
    .rh-home-faq {
        grid-template-columns: 1fr;
    }

    .rh-home-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rh-home-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rh-footer-form {
        grid-column: 1 / -1;
    }

    .rh-news-archive {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
        padding-top: 56px;
    }

    .rh-news-intro h1 {
        font-size: 56px;
    }

    .rh-single-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .rh-split,
    .is-style-rh-split,
    .rh-card-grid,
    .is-style-rh-card-grid,
    .rh-post-grid,
    .rh-footer-cta__grid,
    .rh-footer-main,
    .rh-home-services,
    .rh-home-stats,
    .rh-home-steps {
        grid-template-columns: 1fr;
    }

    .rh-home-hero {
        min-height: 0;
        padding-top: 92px;
        background-position: right -220px top 20px;
        background-size: 560px auto;
    }

    .rh-news-archive {
        gap: 22px;
        padding-top: 42px;
    }

    .rh-news-archive .rh-card-post {
        min-height: 0;
        border-radius: 28px;
    }

    .rh-news-archive .rh-card-post__body {
        min-height: 210px;
        padding: 22px 24px 28px;
    }

    .rh-news-intro h1 {
        font-size: 42px;
    }

    .rh-news-intro__text {
        font-size: 16px;
        line-height: 1.34;
    }

    .rh-news-intro__button {
        width: 100%;
    }

    .rh-single-service-page .rh-service-hero {
        margin-bottom: 52px;
    }

    .rh-single-service-page .rh-single-content p,
    .rh-single-service-page .rh-single-content li {
        font-size: 16px;
    }

    .rh-single-related {
        margin-top: 52px;
    }

    .rh-single-related h2 {
        font-size: 31px;
    }

    .rh-single-main-cta {
        width: 100%;
        margin-top: 36px;
        font-size: 16px;
    }

    .rh-single-related__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .rh-single-related__item h3 {
        font-size: 19px;
    }

    .rh-home-hero__grid {
        width: 100%;
        gap: 18px;
    }

    .rh-home-hero__content {
        width: calc(100% - 30px);
        margin: 0 auto;
        text-align: center;
    }

    .rh-home-hero h1 {
        max-width: 100%;
        font-size: 25px;
        line-height: 1.08;
    }

    .rh-home-hero h1 strong {
        display: inline;
    }

    .rh-home-hero__lead {
        margin: 16px auto 30px;
        font-size: 23px;
        line-height: 1.02;
    }

    .rh-home-proof {
        width: calc(100vw - 30px);
        margin-left: calc(50% - 50vw + 15px);
        border-radius: 38px;
        text-align: center;
    }

    .rh-home-proof p {
        padding: 30px 18px 16px;
        font-size: 23px;
        line-height: 1.1;
    }

    .rh-home-proof ul {
        justify-items: start;
        padding: 20px 20px 20px 38px;
        text-align: left;
    }

    .rh-home-proof li {
        font-size: 18px;
    }

    .rh-home-cta {
        margin-top: 34px;
    }

    .rh-home-hero__visual {
        overflow: hidden;
    }

    .rh-home-hero__visual img {
        width: 118%;
        max-width: none;
        margin-left: -9%;
    }

    .rh-home-section {
        padding: 52px 0;
    }

    .rh-home-intro h2,
    .rh-home-section__head h2,
    .rh-home-about h2,
    .rh-home-faq h2,
    .rh-home-news-head h2 {
        font-size: 31px;
    }

    .rh-home-news-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .rh-page-hero {
        padding-top: 42px;
    }

    .rh-service-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .rh-service-main {
        padding-bottom: 20px;
    }

    .rh-service-hero h1 {
        margin-bottom: 42px;
        font-size: 44px;
        line-height: .98;
    }

    .rh-service-hero__text p {
        font-size: 16px;
    }

    .rh-service-cta {
        margin-left: auto;
        margin-right: auto;
    }

    .rh-service-related {
        margin-top: 54px;
    }

    .rh-service-related ul {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .rh-guide-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rh-service-layout > .rh-service-sidebar {
        position: static;
        width: min(410px, 100%);
        max-height: none;
        overflow: visible;
    }

    .rh-service-form-card {
        position: static;
        min-height: 0;
        padding: 32px 18px 38px;
    }

    .rh-service-form-card h2 {
        font-size: 30px;
    }

    .rh-service-form-card .wpcf7 .flex-row {
        grid-template-columns: 1fr;
    }

    .rh-contact-layout {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 34px;
    }

    .rh-contact-form-card {
        padding: 34px 18px 38px;
    }

    .rh-contact-form-card__head {
        grid-template-columns: 1fr;
        gap: 14px;
        margin: 0 0 28px;
    }

    .rh-contact-form-card h1,
    .rh-contact-details h2 {
        font-size: 30px;
    }

    .rh-contact-form-card .wpcf7 input[type="submit"] {
        width: 100%;
    }

    .rh-contact-details section {
        padding-bottom: 28px;
    }

    .rh-service-project {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 54px;
        padding-bottom: 54px;
    }

    .rh-service-project[style*="--rh-service-project-bg"] {
        padding: 42px 18px;
    }

    .rh-service-project--image-right .rh-service-project__visual,
    .rh-service-project--image-right .rh-service-project__copy {
        order: initial;
    }

    .rh-service-project--image-none .rh-service-project__copy {
        width: 100%;
    }

    .rh-service-project__visual {
        max-width: 440px;
    }

    .rh-service-project__copy h2 {
        margin-bottom: 28px;
        font-size: 32px;
    }

    .rh-service-project__copy p {
        font-size: 16px;
        line-height: 1.25;
    }

    .rh-service-project--columns-2 .rh-service-project__text {
        column-count: 1;
    }

    .rh-service-peer-links {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .rh-service-logo-listing {
        margin-top: 42px;
    }

    .rh-service-logo-listing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .rh-service-logo-listing figure {
        min-height: 104px;
        padding: 24px 18px;
        border-radius: 10px;
    }

    .rh-service-bottom-cta {
        min-height: 280px;
        padding: 48px 15px 92px;
        background-position: center bottom;
        background-size: 680px auto;
    }

    .rh-service-bottom-cta .titre-form {
        font-size: 32px;
    }

    .rh-service-bottom-cta__text p {
        font-size: 16px;
        line-height: 1.2;
    }

    .rh-service-bottom-cta a {
        margin-top: 30px;
    }

    .rh-footer-cta__actions,
    .rh-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Interaction and responsive hardening */
.wp-block-button__link,
.cta1,
.demand-devis,
.rh-btn,
.rh-prod-main-cta,
.rh-service-cta,
.rh-service-project__copy a,
.rh-service-bottom-cta a,
.rh-service-form-card .wpcf7 input[type="submit"],
.rh-contact-form-card .wpcf7 input[type="submit"],
.rh-news-intro__button,
.rh-single-main-cta,
.rh-pagination a,
.rh-prod-news-section .rh-text-link,
.rh-news-archive .rh-text-link {
    transition: background-color .24s ease, border-color .24s ease, color .24s ease, opacity .24s ease;
}

.wp-block-button__link:hover,
.cta1:hover,
.demand-devis:hover,
.rh-btn:hover,
.rh-prod-main-cta:hover,
.rh-service-cta:hover,
.rh-service-project__copy a:hover,
.rh-service-bottom-cta a:hover,
.rh-news-intro__button:hover,
.rh-single-main-cta:hover {
    border-color: var(--rh-purple-hover);
    background-color: var(--rh-purple-hover);
    color: #fff !important;
}

.rh-service-form-card .wpcf7 input[type="submit"]:hover,
.rh-contact-form-card .wpcf7 input[type="submit"]:hover {
    background-color: var(--rh-orange-hover);
    color: #fff !important;
}

.rh-prod-news-section .rh-text-link:hover,
.rh-news-archive .rh-text-link:hover,
.rh-card-post__title a:hover,
.rh-single-related__item h3 a:hover,
.rh-contact-details a:hover,
.rh-prod-footer a:hover {
    color: var(--rh-purple-hover);
    opacity: .88;
}

.rh-pagination a:hover {
    border-color: var(--rh-purple-hover);
    background: #e7e4f2;
    color: var(--rh-purple-hover);
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

.site-main :where(.wp-block-image, .wp-block-embed, .wp-block-video, .wp-block-table, .wp-block-media-text, .wp-block-columns, .wp-block-gallery),
.rh-entry-content :where(figure, .wp-block-image, .wp-block-embed, .wp-block-video, .wp-block-table, .wp-block-media-text, .wp-block-columns, .wp-block-gallery) {
    margin-left: auto;
    margin-right: auto;
}

.rh-entry-content :where(p > img, figure > img, .wp-block-image img),
.site-main :where(.wp-block-image img, .wp-block-video video, .wp-block-embed iframe) {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.site-main :where(.wp-block-embed iframe, .wp-block-video video) {
    max-width: 100%;
}

.rh-entry-content :where(.wp-block-gallery, .gallery),
.site-main :where(.wp-block-gallery, .gallery) {
    display: block;
    column-count: 3;
    column-gap: clamp(14px, 2vw, 24px);
    margin-top: clamp(24px, 4vw, 44px);
    margin-bottom: clamp(28px, 4vw, 52px);
}

.rh-entry-content :where(.wp-block-gallery .wp-block-image, .gallery .gallery-item),
.site-main :where(.wp-block-gallery .wp-block-image, .gallery .gallery-item) {
    display: inline-block;
    width: 100%;
    margin: 0 0 clamp(14px, 2vw, 24px);
    break-inside: avoid;
    page-break-inside: avoid;
}

.rh-entry-content :where(.wp-block-gallery .wp-block-image img, .gallery .gallery-icon img),
.site-main :where(.wp-block-gallery .wp-block-image img, .gallery .gallery-icon img) {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.rh-entry-content :where(.wp-block-gallery.has-nested-images figure.wp-block-image),
.site-main :where(.wp-block-gallery.has-nested-images figure.wp-block-image) {
    max-width: none !important;
}

.rh-entry-content :where(.wp-block-gallery .wp-element-caption, .gallery-caption),
.site-main :where(.wp-block-gallery .wp-element-caption, .gallery-caption) {
    margin-top: 9px;
    color: var(--rh-text);
    font-size: 14px;
    line-height: 1.35;
}

@media (max-width: 900px) {
    .rh-entry-content :where(.wp-block-gallery, .gallery),
    .site-main :where(.wp-block-gallery, .gallery) {
        column-count: 2;
    }
}

@media (max-width: 560px) {
    .rh-entry-content :where(.wp-block-gallery, .gallery),
    .site-main :where(.wp-block-gallery, .gallery) {
        column-count: 1;
    }
}

.rh-three-cols {
    display: grid;
    grid-template-columns: minmax(220px, .72fr) 376px minmax(360px, 1.12fr);
    gap: clamp(34px, 4.5vw, 76px);
    align-items: center;
    padding: clamp(48px, 5.5vw, 68px) clamp(32px, 4vw, 54px);
    border-radius: 8px;
    background: #eff0f9;
    color: var(--rh-purple);
    border-bottom: 1px solid #bbc4d5;
}

.rh-three-cols__title {
    align-self: start;
}

.rh-three-cols__step {
    margin: 0 0 24px;
    color: var(--rh-teal);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.rh-three-cols h2 {
    max-width: 270px;
    margin: 0;
    color: var(--rh-purple);
    font-size: clamp(30px, 3vw, 34px);
    font-weight: 700;
    line-height: 1.18;
}

.rh-three-cols__media {
    position: relative;
    width: 376px;
    max-width: 100%;
    margin: 0;
}

.rh-three-cols__media::before,
.rh-three-cols__media::after {
    content: "";
    position: absolute;
    z-index: 0;
    background: #fff;
    transform: rotate(11deg);
}

.rh-three-cols__media::before {
    width: 32px;
    height: 94px;
    top: 10px;
    right: 18%;
}

.rh-three-cols__media::after {
    width: 18px;
    height: 72px;
    top: 68px;
    right: 8%;
    transform: rotate(42deg);
}

.rh-three-cols__photo {
    position: relative;
    z-index: 1;
    display: block;
    padding: 14px;
    background: #fff;
    clip-path: polygon(24% 0, 54% 6%, 61% 25%, 100% 22%, 96% 84%, 58% 100%, 18% 96%, 0 61%, 11% 22%);
}

.rh-three-cols__photo img {
    display: block;
    width: 100%;
    aspect-ratio: 1.28;
    object-fit: cover;
    clip-path: polygon(24% 0, 54% 6%, 61% 25%, 100% 22%, 96% 84%, 58% 100%, 18% 96%, 0 61%, 11% 22%);
}

.rh-three-cols__content {
    max-width: 560px;
}

.rh-three-cols__text p {
    margin: 0;
    color: var(--rh-purple);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.32;
}

.rh-three-cols__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
    padding-left: 0 !important
}

.rh-three-cols__tags li {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--rh-purple);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.rh-three-cols__tags li::before {
    content: "";
    width: 39px;
    height: 6px;
    flex: 0 0 auto;
    background: url("data:image/svg+xml,%3Csvg width='39' height='6' viewBox='0 0 39 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3H35' stroke='%23FE5001' stroke-width='1'/%3E%3Ccircle cx='36' cy='3' r='3' fill='%23FE5001'/%3E%3C/svg%3E") left center / contain no-repeat;
}

.rh-three-cols__tags li::after{
    display: none !important;
}

a.btn-link{
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #4A2F86;
  border-radius: 14px 14px 14px 14px;
  padding: 18px 18px 18px 18px;
  display:  inline-block;
  text-decoration: none !important;
  background-color: #4A2F86
}


@media (max-width: 1024px) {
    .rh-three-cols {
        grid-template-columns: minmax(0, .8fr) minmax(240px, .9fr);
    }

    .rh-three-cols__media {
        justify-self: center;
    }

    .rh-three-cols__content {
        grid-column: 1 / -1;
        max-width: none;
    }
}

@media (max-width: 680px) {
    .rh-three-cols {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 25px 18px;
    }

    .rh-three-cols h2,
    .rh-three-cols__content {
        max-width: none;
    }

    .rh-three-cols__media {
        width: min(376px, 100%);
        justify-self: center;
    }

    .rh-three-cols__title,
    .rh-three-cols__media,
    .rh-three-cols__content {
        grid-column: 1 / -1;
    }

    .rh-three-cols__step {
        margin-bottom: 14px;
    }

    .rh-three-cols__text p {
        font-size: 17px;
        line-height: 1.5;
    }

    .rh-three-cols__tags {
        gap: 14px;
    }

    .rh-three-cols__tags li {
        font-size: 16px;
    }
}

.site-main :where(.rh-entry-content, .rh-home, .rh-prod-section, .rh-service-main, .rh-news-intro, .rh-single-content, .rh-contact-layout, .rh-pricing-page, .rh-pricing-details) :where(p, li) {
    font-size: var(--rh-body-font-size);
    line-height: var(--rh-body-line-height);
}

.site-main :where(.rh-entry-content, .rh-home, .rh-prod-section, .rh-service-main, .rh-news-intro, .rh-single-content, .rh-contact-layout, .rh-pricing-page, .rh-pricing-details) :where(p) {
    margin-top: 0;
    margin-bottom: var(--rh-text-flow);
}

.site-main :where(.rh-entry-content, .rh-home, .rh-prod-section, .rh-service-main, .rh-news-intro, .rh-single-content, .rh-contact-layout, .rh-pricing-page, .rh-pricing-details) :where(p:last-child) {
    margin-bottom: 0;
}

.site-main :where(.rh-entry-content, .rh-home, .rh-prod-section, .rh-service-main, .rh-single-content, .rh-contact-layout, .rh-pricing-page, .rh-pricing-details) :where(h2) {
    margin-top: 0;
    margin-bottom: var(--rh-heading-flow);
    line-height: var(--rh-heading-line-height);
}

.site-main :where(.rh-entry-content, .rh-home, .rh-prod-section, .rh-service-main, .rh-single-content, .rh-contact-layout, .rh-pricing-page, .rh-pricing-details) :where(h3) {
    margin-top: 1.35em;
    margin-bottom: var(--rh-heading-flow);
    line-height: 1.18;
}

.site-main :where(.rh-entry-content, .rh-home, .rh-prod-section, .rh-service-main, .rh-news-intro, .rh-single-content, .rh-contact-layout, .rh-pricing-page, .rh-pricing-details) :where(h1, h2, h3, h4, h5, h6) {
    margin-bottom: var(--rh-heading-flow);
}

.rh-entry-content p,
.rh-entry-content li,
.rh-prod-two p,
.rh-prod-about p,
.rh-prod-skills p,
.rh-prod-testimonials p,
.rh-prod-steps p,
.rh-prod-faq details p,
.rh-service-hero__text p,
.rh-service-main p,
.rh-service-main li,
.rh-service-project__copy p,
.rh-service-bottom-cta__text p,
.rh-news-intro__text,
.rh-card-post__excerpt,
.rh-single-content p,
.rh-single-content li,
.rh-home-intro p,
.rh-home-section__head p,
.rh-home-about p,
.rh-home-faq p,
.rh-home-step p,
.rh-home-service p,
.rh-home-faq details p,
.rh-pricing-contact p,
.rh-pricing-details p,
.rh-pricing-details li {
    font-size: var(--rh-body-font-size);
    line-height: var(--rh-body-line-height);
}

.rh-prod-two h2,
.rh-prod-news-head h2,
.rh-prod-team h2,
.rh-prod-about h2,
.rh-prod-collab-section .rh-prod-two h2,
.rh-prod-news-section .rh-prod-news-head h2,
.rh-service-project__copy h2,
.rh-service-bottom-cta .titre-form,
.rh-service-form-card h2,
.rh-contact-details h2,
.rh-home-intro h2,
.rh-home-section__head h2,
.rh-home-about h2,
.rh-home-faq h2,
.rh-home-news-head h2,
.rh-pricing-card h2,
.rh-pricing-details > h2,
.rh-single-related h2 {
    margin-bottom: var(--rh-heading-flow);
    line-height: var(--rh-heading-line-height);
}

.rh-prod-skills h3,
.rh-prod-steps h3,
.rh-prod-team__band h3,
.rh-home-service h3,
.rh-home-step h3,
.rh-card-post__title,
.rh-single-related__item h3,
.rh-pricing-details h3 {
    margin-bottom: var(--rh-heading-flow);
    line-height: 1.18;
}

.rh-service-layout,
.rh-contact-layout,
.rh-news-archive,
.rh-service-logo-listing,
.rh-prod-news,
.rh-single-related__grid {
    min-width: 0;
}

.rh-service-main,
.rh-service-sidebar,
.rh-contact-form-card,
.rh-contact-details,
.rh-card-post,
.rh-single-related__item {
    min-width: 0;
}

.rh-service-hero h1,
.rh-news-intro h1,
.rh-single-related h2,
.rh-card-post__title,
.rh-single-related__item h3,
.rh-service-form-card h2 {
    overflow-wrap: anywhere;
}



}

@media (max-width: 1200px) {
    .rh-prod-hero {
        min-height: 0;
        background-position: right -220px top 40px;
        background-size: min(860px, 86vw) auto;
    }

    .rh-service-layout,
    .rh-contact-layout {
        gap: 42px;
    }

    .rh-news-archive {
        gap: 34px;
    }
}

@media (max-width: 992px) {
    .rh-prod-hero {
        background-position: right -280px top 24px;
        background-size: 760px auto;
    }

    .rh-service-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .rh-prod-hero,
    .rh-home-hero {
        background-position: right -260px top 8px;
        background-size: 620px auto;
    }

    .rh-prod-hero__inner,
    .rh-home-hero__grid,
    .rh-service-layout,
    .rh-contact-layout {
        width: min(100% - 24px, var(--rh-max));
    }

    .rh-guide-related__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .rh-guide-page .rh-guide-related__item .rh-guide-related__title,
    .rh-guide-page .rh-guide-related__item:nth-child(n+4) .rh-guide-related__title {
        min-height: 0;
    }

    .rh-guide-page .rh-guide-related .rh-guide-related__cta {
        margin-top: 52px;
    }

    .rh-guide-featured-image img {
        aspect-ratio: 16 / 9;
    }

    .rh-guide-toc {
        margin: 34px 0 48px;
        padding: 26px 20px 30px;
    }

    .rh-guide-toc__title {
        font-size: 28px;
    }

    .rh-prod-hero h1,
    .rh-service-hero h1,
    .rh-news-intro h1 {
        font-size: clamp(36px, 11vw, 46px);
        line-height: 1;
        letter-spacing: 0;
    }

    .rh-service-form-card,
    .rh-contact-form-card {
        border-radius: 8px;
    }

    .rh-service-logo-listing__grid {
        grid-template-columns: 1fr 1fr;
    }

    .rh-service-logo-listing img {
        max-height: 56px;
    }

    .rh-service-bottom-cta {
        background-size: min(680px, 160vw) auto;
    }
}

@media (max-width: 420px) {
    .rh-service-logo-listing__grid,
    .rh-news-archive,
    .rh-single-related__grid {
        grid-template-columns: 1fr;
    }

    .rh-service-form-card,
    .rh-contact-form-card {
        padding-left: 14px;
        padding-right: 14px;
    }

    .rh-service-bottom-cta {
        padding-left: 12px;
        padding-right: 12px;
    }
}

body.page-id-27 .rh-page-hero {
    display: none;
}

body.page-id-27 .rh-entry-content {
    margin: 0;
    padding: 0;
}

body.page-id-27 .rh-entry-content > .rh-pricing-page,
body.page-id-27 .rh-entry-content > .rh-pricing-details {
    width: 100%;
    max-width: none;
}

.rh-pricing-page {
    padding: 25px 0 48px;
    background: #fff;
    color: var(--rh-purple);
    font-family: "Inter", Arial, sans-serif;
}

.rh-pricing-layout {
    display: grid;
    grid-template-columns: minmax(240px, 360px) minmax(360px, 460px) minmax(360px, 460px);
    gap: 0;
    width: min(1320px, calc(100% - 30px));
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.rh-pricing-contact {
    display: flex;
    min-height: 480px;
    padding: 0 34px 74px 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.rh-pricing-contact p {
    max-width: 390px;
    margin: 0 0 70px;
    color: var(--rh-purple);
    font-size: 18px;
    font-style: italic;
    line-height: 1.32;
}

.rh-pricing-contact__button {
    display: inline-flex;
    min-width: 202px;
    min-height: 54px;
    padding: 14px 28px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--rh-purple);
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none !important;
}

.rh-pricing-contact__button:hover,
.rh-pricing-contact__button:focus-visible {
    background: var(--rh-purple-hover);
    color: #fff !important;
}

.rh-pricing-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.rh-pricing-card--rxg {
    z-index: 2;
    min-height: 964px;
    box-shadow: 0 0 26px rgba(29, 19, 65, .14);
}

.rh-pricing-card--france {
    min-height: 760px;
    padding-top: 22px;
}

.rh-pricing-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 13px;
    background: #00d333;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transform: translate(31px, -31px) rotate(45deg);
    transform-origin: center;
}

.rh-pricing-card h2 {
    margin: 0;
    padding: 21px 24px 19px;
    color: #000;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.22;
}

.rh-pricing-price {
    display: flex;
    min-height: 178px;
    padding: 28px 20px;
    align-items: center;
    justify-content: center;
    background: #f7f7f8;
    color: #000;
}

.rh-pricing-price span {
    margin: -6px 7px 0 0;
    font-size: 27px;
    font-weight: 700;
}

.rh-pricing-price strong {
    color: #000;
    font-size: 88px;
    font-weight: 950;
    line-height: .92;
    letter-spacing: 0;
}

.rh-pricing-price small {
    max-width: 130px;
    margin: 54px 0 0 5px;
    color: #000;
    font-size: 16px;
    line-height: 1.1;
    text-align: left;
}

.rh-pricing-card--rxg .rh-pricing-price {
    flex-wrap: wrap;
}

.rh-pricing-card--rxg .rh-pricing-price small {
    flex: 0 0 100%;
    max-width: none;
    margin: 0;
    text-align: center;
}

.rh-pricing-list {
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
    color: var(--rh-purple);
}

.rh-pricing-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(72px, 122px);
    min-height: 37px;
    padding: 0 25px;
    align-items: center;
    border-top: 1px dotted #e0dce8;
    color: var(--rh-purple);
    font-size: 16px;
    line-height: 1.05;
}

.rh-pricing-card--france .rh-pricing-list li {
    grid-template-columns: minmax(0, 1fr) 118px;
    min-height: 49px;
    padding-right: 50px;
    padding-left: 50px;
}

.rh-pricing-list span,
.rh-pricing-list em {
    color: var(--rh-purple);
    font-style: normal;
    font-size: 16px;
}

.rh-pricing-list strong {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    justify-self: center;
}

.rh-pricing-list strong::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #7658bd;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

.rh-pricing-list b {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    justify-self: center;
}

.rh-pricing-list b::before,
.rh-pricing-list b::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 1px;
    width: 4px;
    height: 18px;
    border-radius: 999px;
    background: #ff4f7a;
}

.rh-pricing-list b::before {
    transform: rotate(45deg);
}

.rh-pricing-list b::after {
    transform: rotate(-45deg);
}

.rh-pricing-outline {
    display: inline-flex;
    width: min(292px, calc(100% - 48px));
    min-height: 54px;
    margin: 94px auto 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rh-purple);
    color: #000 !important;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
}

.rh-pricing-outline:hover,
.rh-pricing-outline:focus-visible {
    background: var(--rh-purple-hover);
    border-color: var(--rh-purple-hover);
    color: #fff !important;
}

.rh-pricing-total {
    margin: 0 0 29px;
    color: var(--rh-purple);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}

.rh-pricing-saving {
    font-family: "Inter", Arial, sans-serif;
    width: min(350px, calc(100% - 48px));
    margin: 0 auto;
    color: var(--rh-purple);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.32;
}

.rh-pricing-details {
    padding: 35px 0 80px;
    background: #fff;
    color: var(--rh-purple);
    font-family: "Inter", Arial, sans-serif;
}

.rh-pricing-details > h2,
.rh-pricing-details__grid {
    width: min(1120px, calc(100% - 30px));
    margin-right: auto;
    margin-left: auto;
}

.rh-pricing-details > h2 {
    margin-top: 0;
    margin-bottom: 26px;
    color: var(--rh-purple);
    font-size: 38px;
    font-weight: 700;
}

.rh-pricing-details__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.rh-pricing-details article {
    padding: 26px;
    border: 1px solid var(--rh-border);
    border-radius: 8px;
    background: #fff;
}

.rh-pricing-details h3 {
    margin: 0 0 14px;
    color: var(--rh-purple);
    font-size: 24px;
    font-weight: 700;
}

.rh-pricing-details p,
.rh-pricing-details li {
    color: var(--rh-purple);
    font-size: 17px;
    line-height: 1.55;
}

.rh-pricing-details a {
    color: var(--rh-purple);
    font-weight: 800;
}

@media (max-width: 1180px) {
    .rh-pricing-layout {
        grid-template-columns: minmax(320px, 460px) minmax(320px, 460px);
        gap: 24px;
    }

    .rh-pricing-contact {
        grid-column: 1 / -1;
        min-height: 0;
        padding: 0;
        align-items: center;
        text-align: center;
    }

    .rh-pricing-contact p {
        margin-bottom: 24px;
    }

    .rh-pricing-card--france {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .rh-pricing-page {
        padding-top: 20px;
    }

    .rh-pricing-layout,
    .rh-pricing-details__grid {
        grid-template-columns: 1fr;
    }

    .rh-pricing-card--rxg {
        min-height: 0;
    }

    .rh-pricing-card h2 {
        font-size: 30px;
    }

    .rh-pricing-price strong {
        font-size: 70px;
    }

    .rh-pricing-list li,
    .rh-pricing-card--france .rh-pricing-list li {
        grid-template-columns: minmax(0, 1fr) minmax(54px, 102px);
        padding-right: 22px;
        padding-left: 22px;
    }

    .rh-pricing-outline {
        margin-top: 44px;
    }
}

body.page-id-33676 .rh-entry-content {
    padding-top: 0;
}

body.page-id-33676 .rh-entry-content > .rh-how-hero {
    width: 100%;
    max-width: none;
    margin: 0;
}

.rh-how-hero {
    background: #fff;
    color: var(--rh-purple);
    padding: clamp(18px, 2.5vw, 34px) 0 clamp(58px, 7vw, 92px);
}

.rh-how-hero__inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.rh-how-hero__head {
    max-width: 870px;
}

.rh-how-hero__head h1 {
    margin: 0 0 18px;
    color: var(--rh-purple);
    font-size: clamp(48px, 6.2vw, 82px);
    font-weight: 700;
    line-height: .94;
}

.rh-how-hero__head p {
    max-width: 870px;
    margin: 0;
    color: var(--rh-purple);
    font-size: clamp(19px, 2vw, 22px);
    font-weight: 800;
    line-height: 1.18;
}

.rh-how-hero__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(34px, 7vw, 96px);
    align-items: end;
    margin-top: clamp(54px, 6vw, 72px);
}

.rh-how-hero__step {
    display: grid;
    grid-template-rows: 156px auto;
    align-items: end;
    min-width: 0;
}

.rh-how-hero__step img {
    display: block;
    width: auto;
    max-width: 156px;
    max-height: 156px;
    object-fit: contain;
}

.rh-how-hero__step p {
    margin: 34px 0 0;
    color: var(--rh-purple);
    font-size: clamp(20px, 2vw, 23px);
    font-weight: 500;
    line-height: 1.15;
}



/*reassurance statique*/

.reassurance{
    background-color: #4d4084;
    padding: 35px 0
}

.outer-reassurance{
    max-width: 1380px;
    margin: auto;
    width: 100%;
    display:  flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 50px;
}


.reassurance h2{
  font-family: "Inter", Sans-serif;
  font-size: 45px;
  font-weight: 700;
  color:#fff;
  text-align: center;
  margin-bottom: 60px;
}

.bloc-rea{
    max-width: 337px;
    width: 100%;
    text-align: center;
    flex: 1 1 337px
}

.bloc-rea .number{
  font-family: "Inter", Sans-serif;
  font-size: 120px;
  line-height: 50px;
  font-weight: 700;
  color: #695AA7;}

.bloc-rea  .titre-rea{
  font-family: "Inter", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  color: #01D8E5;
  text-align: center;
  margin-bottom: 13px;
}

.bloc-rea  .text-rea{
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  line-height: 1.3rem;
  color: #fff;
  text-align: center;
}

.title-strong{
  font-family: "Inter", Sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 33px;
  color: #4d4084;
  margin-bottom:  25px;
  display: block
}


.rxg-experts-mini.rxg-experts-design{
    max-width: inherit;
    min-height: inherit;
    grid-template-columns: 222px minmax(0, 1fr);
}

.rxg-experts-mini.rxg-experts-design .wrap-designer{
    justify-content: flex-start;
}


/*animation slide*/
.rxg-experts-mini {
      display: grid;
      grid-template-columns: 165px minmax(0, 1fr);
      align-items: stretch;
      max-width: 570px;
      min-height: 145px;
      column-gap: 35px;
      font-family: Arial, Helvetica, sans-serif;
      margin: 25px auto;
    }

    .rxg-experts-mini__text {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: center;
      text-align: right;
      font-weight: 800;
      font-size: 34px;
      line-height: 0.92;
      color: #42367f;
    }

    .rxg-experts-mini__text strong {
      color: #ff3d00;
      font-weight: 700;
    }

    .rxg-experts-mini__panel {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      background: #f0f1fb;
    }

    .rxg-experts-mini__word {
      position: absolute;
      left: 24px;
      right: 24px;
      top: 50%;
      transform: translate(-42px, -50%);
      font-size: 30px;
      line-height: 1.05;
      font-weight: 700;
      color: #ff3d00;
      opacity: 0;
      animation-name: rxg-slide-word;
      animation-duration: calc(var(--items) * 3s);
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-delay: calc(var(--i) * 3s);
    }

    @keyframes rxg-slide-word {
      0%, 4% {
        opacity: 0;
        transform: translate(-42px, -50%);
      }

      8%, 18% {
        opacity: 1;
        transform: translate(0, -50%);
      }

      24%, 100% {
        opacity: 0;
        transform: translate(42px, -50%);
      }
    }

    @media (max-width: 520px) {
      .rxg-experts-mini {
        grid-template-columns: 120px minmax(0, 1fr);
        min-height: 115px;
      }

      .rxg-experts-mini__text {
        font-size: 27px;
      }

      .rxg-experts-mini__word {
        left: 16px;
        right: 16px;
        font-size: 22px;
      }
    }

/*animation slide */

.rh-service-bottom-cta__text{
    font-size: 18px;
    line-height: 18px;
}

.wrap-designer{
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    justify-content: center;
}

.rh-contact-layout{
    margin-bottom: 100px;
}



@media(max-width: 1080px){
    .outer-reassurance{
        flex-wrap: wrap;
    }
    
    .outer-reassurance > div{
        width: 48%;
    }
}


@media (max-width: 900px) {
    .rh-how-hero__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px 56px;
    }
}

@media (max-width: 560px) {
    .rh-how-hero {
        padding-bottom: 54px;
    }

    .rh-how-hero__inner {
        width: min(100% - 24px, 1180px);
    }

    .rh-how-hero__head h1 {
        font-size: clamp(42px, 14vw, 58px);
        line-height: .98;
    }

    .rh-how-hero__head p {
        font-size: 18px;
        line-height: 1.24;
    }

    .rh-how-hero__steps {
        grid-template-columns: 1fr;
        gap: 38px;
        margin-top: 48px;
    }

    .rh-how-hero__step {
        grid-template-rows: auto auto;
    }

    .rh-how-hero__step p {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    body .site-main :where(h1, h2, h3, h4, h5, h6, p, li, a, strong) {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    body .site-main :where(.rh-home-hero h1, .rh-prod-hero h1, .rh-service-hero h1, .rh-news-intro h1, .rh-page-hero h1, .rh-entry-content h1, .rh-how-hero__head h1) {
        max-width: 100%;
        font-size: clamp(36px, 10vw, 44px) !important;
        line-height: 1.05 !important;
    }

    .rh-how-hero__head p,
    .rh-prod-lead,
    .rh-home-hero__lead {
        max-width: 100%;
        font-size: 17px !important;
        line-height: 1.42 !important;
    }

    .rh-how-hero__head p {
        width: min(100%, 330px);
    }

    .rh-home-hero__lead {
        width: min(100%, 340px);
    }

    .rh-prod-lead {
        width: min(100%, 330px);
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .rh-home-proof p,
    .rh-prod-proof p {
        padding-right: 28px !important;
        padding-left: 28px !important;
        font-size: 16px !important;
        line-height: 1.45 !important;
    }

    .rh-how-hero__step {
        text-align: center;
    }

    .rh-how-hero__step img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 680px) {
    body .site-main .rh-three-cols {
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: minmax(0, 1fr) !important;
        overflow: hidden;
    }

    body .site-main .rh-three-cols__title,
    body .site-main .rh-three-cols__media,
    body .site-main .rh-three-cols__content {
        grid-column: 1 / -1 !important;
        min-width: 0;
    }

    body .site-main .rh-three-cols h2 {
        max-width: 100% !important;
        overflow-wrap: anywhere;
    }

    body .site-main .rh-three-cols__media {
        width: min(320px, 100%) !important;
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        justify-self: center !important;
    }
}

@media (max-width: 767px) {
    body .site-main .rh-home,
    body .site-main .rh-home-hero,
    body .site-main .rh-home-section {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden;
    }

    body .site-main .rh-home-hero__grid,
    body .site-main .rh-home-intro,
    body .site-main .rh-home-about,
    body .site-main .rh-home-faq,
    body .site-main .rh-home-news-head,
    body .site-main .rh-home-section__head {
        width: calc(100% - 30px) !important;
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        min-width: 0;
    }

    body .site-main .rh-home-hero__content {
        width: 100% !important;
        max-width: 360px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body .site-main :where(.rh-home-intro h2, .rh-home-section__head h2, .rh-home-about h2, .rh-home-faq h2, .rh-home-news-head h2) {
        max-width: 100% !important;
        font-size: clamp(28px, 8.5vw, 34px) !important;
        overflow-wrap: anywhere;
    }

    body .site-main :where(.rh-home-intro p, .rh-home-section__head p, .rh-home-about p, .rh-home-faq p) {
        max-width: 100% !important;
        overflow-wrap: anywhere;
    }

    body .site-main .rh-home-hero__visual img {
        display: block;
        width: min(100%, 360px) !important;
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body .site-main .rh-container,
    body .site-main .rh-prod-section {
        width: calc(100% - 30px) !important;
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        min-width: 0;
    }

    body .site-main .rh-prod-two,
    body .site-main .rh-prod-two > * {
        max-width: 100% !important;
        min-width: 0;
    }

    body .site-main .rh-prod-two {
        width: min(100%, 320px) !important;
        margin-right: auto !important;
        margin-left: auto !important;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    body .site-main :where(.rh-prod-two h2, .rh-prod-news-head h2, .rh-prod-team h2, .rh-prod-about h2) {
        max-width: 100% !important;
        font-size: 28px !important;
        overflow-wrap: anywhere;
    }

    body .site-main :where(.rh-prod-two p, .rh-prod-news-head p, .rh-prod-team p, .rh-prod-about p) {
        max-width: 100% !important;
        overflow-wrap: anywhere;
    }

    body .site-main .rh-contact-layout,
    body .site-main .rh-contact-form-card,
    body .site-main .rh-contact-details {
        width: calc(100% - 30px) !important;
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        min-width: 0;
    }

    body .site-main .rh-contact-form-card {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body .site-main .rh-contact-form-card__head,
    body .site-main .rh-contact-form-card__head > * {
        max-width: 100% !important;
        min-width: 0;
    }

    body .site-main .rh-contact-form-card h1 {
        max-width: 100% !important;
        font-size: 32px !important;
        overflow-wrap: anywhere;
    }

    body .site-main :where(.rh-contact-form-card p, .rh-contact-details p, .rh-contact-details a, .rh-contact-form-card label) {
        max-width: 100% !important;
        overflow-wrap: anywhere;
    }

    body .site-main .rh-contact-form-card :where(input, textarea, select, .wpcf7-form-control-wrap) {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
}

:root {
    --rh-font-family: "Inter", Arial, sans-serif;
    --rh-h1-font-size: 68px;
    --rh-h2-font-size: 40px;
    --rh-h3-font-size: 30px;
    --rh-h4-font-size: 24px;
    --rh-h5-font-size: 20px;
    --rh-h6-font-size: 18px;
    --rh-body-font-size: 18px;
    --rh-body-line-height: 1.45;
    --rh-heading-line-height: 1.14;
}

body,
button,
input,
select,
textarea,
body :where(.site-main, .site-main *, .site-header, .site-header *, .site-footer, .site-footer *),
.editor-styles-wrapper,
.editor-styles-wrapper * {
    font-family: var(--rh-font-family) !important;
}

body .site-main :where(h1, h2, h3, h4, h5, h6, p, li),
.editor-styles-wrapper :where(h1, h2, h3, h4, h5, h6, p, li) {
    font-family: var(--rh-font-family) !important;
}

body .site-main :where(p, li),
.editor-styles-wrapper :where(p, li) {
    font-size: var(--rh-body-font-size);
    line-height: var(--rh-body-line-height);
}

body .site-main :where(h1),
.editor-styles-wrapper :where(h1) {
    font-size: var(--rh-h1-font-size) ;
    line-height: 1.05 !important;
}

body .site-main :where(h3),
.editor-styles-wrapper :where(h3) {
    font-size: var(--rh-h3-font-size);
    line-height: 1.18 ;
}

body .site-main :where(h5),
.editor-styles-wrapper :where(h5) {
    font-size: var(--rh-h5-font-size);
    line-height: 1.24;
}

body .site-main :where(h6),
.editor-styles-wrapper :where(h6) {
    font-size: var(--rh-h6-font-size)t;
    line-height: 1.28;
}

body .site-main .rh-service-project--image-none .rh-service-project__copy h3,
.editor-styles-wrapper .rh-service-project--image-none .rh-service-project__copy h3 {
    font-size: 18px !important;
}

body .site-main .rh-service-project--image-none .rh-service-project__text h2,
.editor-styles-wrapper .rh-service-project--image-none .rh-service-project__text h2 {
    font-size: 20px !important;
}

@media (max-width: 767px) {
    :root {
        --rh-h1-font-size: clamp(36px, 10vw, 44px);
        --rh-h2-font-size: 32px;
        --rh-h3-font-size: 26px;
        --rh-h4-font-size: 22px;
        --rh-h5-font-size: 19px;
        --rh-h6-font-size: 17px;
        --rh-body-font-size: 16px;
        --rh-body-line-height: 1.5;
    }
}

.rh-entry-content .wsp-pages-list li:after{
    display: none !important;
}

.wp-block-gallery,
.wp-block-gallery.is-layout-flex,
.wp-block-gallery.has-nested-images {
    display: block !important;
    column-count: 3;
    column-gap: clamp(14px, 2vw, 24px);
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
.wp-block-gallery.has-nested-images.columns-default.is-cropped figure.wp-block-image:not(#individual-image),
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image),
.wp-block-gallery.has-nested-images[class*="columns-"] figure.wp-block-image:not(#individual-image),
.wp-block-gallery.is-layout-flex figure.wp-block-image,
.wp-block-gallery figure.wp-block-image {
    display: inline-block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 clamp(14px, 2vw, 24px) !important;
    break-inside: avoid;
    page-break-inside: avoid;
}

.wp-block-gallery figure.wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 900px) {
    .wp-block-gallery,
    .wp-block-gallery.is-layout-flex,
    .wp-block-gallery.has-nested-images {
        column-count: 2;
    }
}

@media (max-width: 560px) {
    .wp-block-gallery,
    .wp-block-gallery.is-layout-flex,
    .wp-block-gallery.has-nested-images {
        column-count: 1;
    }
}

/* ===== Barre de contact / réassurance — shortcode [barre_contact] ===== */
.rh-contact-bar{
    width: min(var(--rh-max), calc(100% - 30px));
    margin: 52px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 26px 36px;
    border-radius: 18px;
    background: var(--rh-purple);
    color: #fff;
}
.rh-contact-bar__text{
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}
.rh-contact-bar__cta{
    flex: 0 0 auto;
    display: inline-block;
    padding: 16px 28px;
    border-radius: 14px;
    background: #fff;
    color: var(--rh-purple) !important;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform .15s ease, background-color .15s ease, color .15s ease;
}
.rh-contact-bar__cta:hover,
.rh-contact-bar__cta:focus{
    background: var(--rh-teal);
    color: var(--rh-purple-dark) !important;
    transform: translateY(-1px);
}

.rh-rxg-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 48px;
    width: 100%;
    min-height: 144px;
    padding: 40px 68px;
    border-radius: 10px;
    background: var(--rh-purple);
    color: #fff;
}

.rh-entry-content .rh-rxg-cta__text {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
}

.rh-entry-content .rh-rxg-cta__text b{
    font-weight: 700;
}

.rh-rxg-cta__button {
    display: inline-flex;
    min-width: 188px;
    min-height: 52px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 14px;
    background: #fff;
    color: var(--rh-purple) !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
    transition: transform .15s ease, background-color .15s ease;
}

.rh-rxg-cta__button:hover,
.rh-rxg-cta__button:focus {
    background: var(--rh-purple-hover);
    border-color:  var(--rh-purple-hover);
    color:#fff !important;
}

.rh-rxg-cta--editor {
    box-sizing: border-box;
}

.rh-manual-links {
    position: relative;
    isolation: isolate;
    width: 100%;
    padding: 64px 72px 76px;
    background: #f0f1fb;
}

.rh-manual-links::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background: #f0f1fb;
    transform: translateX(-50%);
}

.rh-manual-links__title {
    width: min(820px, 100%);
    margin: 0 0 50px;
    color: var(--rh-purple);
    font-size: clamp(32px, 3.1vw, 44px);
    font-weight: 800;
    line-height: 1.08;
}

.rh-manual-links__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(64px, 9vw, 120px);
    row-gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rh-manual-links__item {
    margin: 0;
    border-bottom: 2px dotted rgba(77, 55, 151, .2);
}

.rh-manual-links__item a {
    display: flex;
    min-height: 112px;
    padding: 24px 20px;
    color: var(--rh-purple) !important;
    font-size: clamp(20px, 1vw, 28px);
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none !important;
    align-items: center;
    gap: 26px;
}

.rh-manual-links__icon {
    position: relative;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 3px solid currentColor;
    border-radius: 10px;
}

.rh-manual-links__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    width: 14px;
    height: 3px;
    border-radius: 2px;
    background: currentColor;
    transform: translateY(-50%);
}

.rh-manual-links__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.rh-manual-links__item a:hover,
.rh-manual-links__item a:focus {
    color: var(--rh-orange) !important;
}

.rh-manual-links--editor {
    box-sizing: border-box;
}

.rh-sector-rows {
    overflow: hidden;
    width: 100%;
    border-radius: 36px;
    background: #eff0f9;
    color: var(--rh-purple);
}

.rh-sector-rows__row {
    display: grid;
    grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
    gap: clamp(36px, 7vw, 110px);
    min-height: 164px;
    padding: 42px clamp(30px, 5vw, 54px);
    border-bottom: 1px solid #d9dcf4;
    align-items: center;
}

.rh-sector-rows__row:last-child {
    border-bottom: 0;
}

.rh-sector-rows__heading {
    display: flex;
    min-width: 0;
    gap: 22px;
    align-items: center;
}

.rh-sector-rows__heading h2 {
    margin: 0;
    color: var(--rh-purple);
    font-size: clamp(22px, 2vw, 32px);
    font-weight: 700;
    line-height: 1.1;
}

.rh-sector-rows__icon {
    display: grid;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    flex: 0 0 48px;
    place-items: center;
}

.rh-sector-rows__icon img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.rh-sector-rows__icon--empty::before {
    content: "+";
    color: var(--rh-purple);
    font-size: 24px;
}

.rh-sector-rows__links {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0 !important;
    list-style: none;
}

.rh-service-page .rh-sector-rows__links li,
.rh-sector-rows__links li {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 12px;
    margin: 0;
    padding: 0;
    color: var(--rh-purple);
    font-size: 17px;
    line-height: 1.3;
    align-items: start;
}

.rh-service-page .rh-sector-rows__links li::before,
.rh-sector-rows__links li::before {
    display: none;
}

.rh-sector-rows__links li:after{
    display: none !important;
}


.rh-sector-rows__link-icon {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.5' y='1.5' width='13' height='13' rx='3'/%3E%3Cpath d='M5 8h6M8 5l3 3-3 3'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.5' y='1.5' width='13' height='13' rx='3'/%3E%3Cpath d='M5 8h6M8 5l3 3-3 3'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.rh-sector-rows__links a {
    color: inherit;
    text-decoration: none;
}

.rh-sector-rows__links a:hover,
.rh-sector-rows__links a:focus {
    text-decoration: underline;
}

.rh-sector-rows--editor {
    margin: 0;
}

.rh-sector-row-control {
    margin: 0 0 24px;
    padding: 16px;
    border: 1px solid #d9dcf4;
    border-radius: 8px;
}

.rh-sector-row-control > h3 {
    margin-top: 0;
}

.rh-sector-row-control .components-button + .components-button {
    margin-left: 8px;
}

.rh-sector-item-control {
    margin: 16px 0;
    padding-top: 16px;
    border-top: 1px solid #d9dcf4;
}

@media (max-width: 680px){
    .rh-contact-bar{
        flex-direction: column;
        align-items: stretch;
        padding: 22px;
        gap: 18px;
    }
    .rh-contact-bar__text{ font-size: 18px; }
    .rh-contact-bar__cta{ text-align: center; }

    .rh-rxg-cta {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: 0;
        padding: 32px 24px;
        text-align: center;
    }

    .rh-rxg-cta__button {
        width: 100%;
    }

    .rh-sector-rows {
        border-radius: 22px;
    }

    .rh-sector-rows__row {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: 0;
        padding: 30px 22px;
    }

    .rh-sector-rows__heading {
        gap: 16px;
    }

    .rh-sector-rows__heading h2 {
        font-size: 23px;
    }

    .rh-sector-rows__links li {
        font-size: 16px;
    }

    .rh-manual-links {
        padding: 42px 24px 50px;
    }

    .rh-manual-links__title {
        margin-bottom: 28px;
        font-size: 30px;
    }

    .rh-manual-links__list {
        grid-template-columns: 1fr;
    }

    .rh-manual-links__item a {
        min-height: 88px;
        padding: 20px 8px;
        font-size: 20px;
        gap: 18px;
    }
}

/* Bandeau de logos clients en pleine largeur du contenu (comme .reassurance) */
.rh-service-content .rh-service-figures{ max-width: none; }
.rh-service-content .rh-custom-block-container--rouge-hexagone-service-figures{ width:100%; max-width:none; }

/* Air vertical autour des blocs COLORÉS uniquement (les zones blanches restent collées entre elles) */
.rh-service-content .reassurance{ margin-top: 56px; margin-bottom: 56px; }
.rh-service-content .rh-service-project[style*="--rh-service-project-bg"]{ margin-top: 56px; margin-bottom: 56px; }

/* Fusionner visuellement deux sections grises successives sans supprimer leur air extérieur. */
.rh-service-content > .rh-service-project[style*="--rh-service-project-bg:#eff0f9"]:has(
    + :is(
        .rh-service-project[style*="--rh-service-project-bg:#eff0f9"],
        .rh-custom-block-container--rouge-hexagone-service-project:has(
            > .rh-service-project[style*="--rh-service-project-bg:#eff0f9"]
        )
    )
) {
    margin-bottom: 0;
}

.rh-service-content > .rh-custom-block-container--rouge-hexagone-service-project:has(
    > .rh-service-project[style*="--rh-service-project-bg:#eff0f9"]
):has(
    + :is(
        .rh-service-project[style*="--rh-service-project-bg:#eff0f9"],
        .rh-custom-block-container--rouge-hexagone-service-project:has(
            > .rh-service-project[style*="--rh-service-project-bg:#eff0f9"]
        )
    )
) > .rh-service-project {
    margin-bottom: 0;
}

.rh-service-content > :is(
    .rh-service-project[style*="--rh-service-project-bg:#eff0f9"],
    .rh-custom-block-container--rouge-hexagone-service-project:has(
        > .rh-service-project[style*="--rh-service-project-bg:#eff0f9"]
    )
) + .rh-service-project[style*="--rh-service-project-bg:#eff0f9"] {
    margin-top: 0;
}

.rh-service-content > :is(
    .rh-service-project[style*="--rh-service-project-bg:#eff0f9"],
    .rh-custom-block-container--rouge-hexagone-service-project:has(
        > .rh-service-project[style*="--rh-service-project-bg:#eff0f9"]
    )
) + .rh-custom-block-container--rouge-hexagone-service-project:has(
    > .rh-service-project[style*="--rh-service-project-bg:#eff0f9"]
) > .rh-service-project {
    margin-top: 0;
}

/* Tableaux : pleine largeur dans une section 2 colonnes (ne pas couper entre les colonnes) */
.rh-service-content .rh-service-project--columns-2 .rh-service-project__text figure.wp-block-table,
.rh-service-content .rh-service-project--columns-2 .rh-service-project__text table,
.rh-service-content .rh-service-project--columns-2 .rh-service-project__text figure {
    column-span: all;
    break-inside: avoid;
}
.rh-service-content .rh-service-project__text figure.wp-block-table{ margin: 18px 0; overflow-x:auto; }

/* Modal du formulaire de contact des pages services. */
body .rh-service-modal[hidden] {
    display: none !important;
}

body .rh-service-modal,
body .rh-service-modal *,
body .rh-service-modal *::before,
body .rh-service-modal *::after {
    box-sizing: border-box;
}

body .rh-service-modal {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: grid;
    width: 100%;
    height: 100%;
    padding: 48px 16px;
    overflow: auto;
    place-items: start center;
}

body .rh-service-modal__backdrop {
    position: fixed;
    z-index: 0;
    inset: 0;
    background: rgba(22, 21, 24, .86);
    cursor: pointer;
}

body .rh-service-modal__dialog.rh-service-form-card {
    position: relative;
    z-index: 1;
    display: block;
    width: min(640px, 100%);
    min-height: 0;
    max-height: calc(100vh - 96px);
    margin: 0;
    padding: 48px 17px 58px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    border-radius: 10px;
    outline: 0;
    background: #eff0f9;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .3);
    color: var(--rh-purple);
}

body .rh-service-modal__dialog.rh-service-form-card > h2 {
    margin: 0 48px 18px 0;
    color: var(--rh-purple);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.08;
}

body .rh-service-modal__dialog.rh-service-form-card > p {
    margin: 0 0 30px;
    color: var(--rh-purple);
    font-size: 18px;
    line-height: 1.34;
}

body .rh-service-modal__dialog.rh-service-form-card .wpcf7 .flex-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body .rh-service-modal__close {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 17px;
    display: grid;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline-offset: 3px;
    background: transparent;
    box-shadow: none;
    color: var(--rh-purple);
    font-family: Arial, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    place-items: center;
}

body .rh-service-modal__close:hover,
body .rh-service-modal__close:focus-visible {
    border: 0;
    background: transparent;
    color: #ff5b13;
}

body.rh-service-modal-open {
    overflow: hidden !important;
}

@media (max-width: 680px) {
    body .rh-service-modal {
        padding: 15px;
        place-items: center;
    }

    body .rh-service-modal__dialog.rh-service-form-card {
        max-height: calc(100vh - 30px);
        padding: 42px 18px 32px;
    }

    body .rh-service-modal__dialog.rh-service-form-card > h2 {
        margin-right: 38px;
        font-size: 28px;
    }

    body .rh-service-modal__dialog.rh-service-form-card > p {
        margin-bottom: 24px;
        font-size: 16px;
    }

    body .rh-service-modal__dialog.rh-service-form-card .wpcf7 .flex-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body .rh-service-modal__close {
        top: 11px;
        right: 9px;
    }
}
