p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}
.gap-1 {
    gap: 10px;
}
.radius-10 {
    border-radius: 10px;
}
.no-bg {
    background: transparent !important;
}
.block-welcome-info.no-bg {
    background: white !important;
}
/* .block-strategy.pays {
    background-color: rgba(252, 230, 210, 0.5) !important;
} */
.block-strategy .title2  {
    color: #403224;
}
.bg-light {
    background-color: rgba(252, 230, 210, 0.5) !important;
}
.block-formule:not(.pays) {
    background-color: rgba(252, 230, 210, 0.5);
}
.block-welcome-info {
    padding-top: 0px;
    background-color: rgba(252, 230, 210, 0.5);
}
.consultants-inscrits > .title2 {
    font-size: 5rem;
    margin-block: 0 2rem;
    text-align: center;
    font-weight: 100;
}
/* BANNNER  */
.block-banner.rpo {
    background-image: url(../img/banners/rpo_hero_banner.jpg);
    background-size: cover;
    margin-bottom: 0px;
    max-height: 42rem !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: white;
    background-position-y: center;
}
.block-banner.rpo.why_rpo {
    background-image: url(../img/banners/why_rpo.jpeg);
    background-position-y: -42px;
}
.block-banner.rpo.africawork_rpo {
    background-image: url(../img/banners/africawork_rpo.jpg);
    background-position-y: -252px;
}
.block-banner.rpo.solutions_rpo {
    background-image: url(../img/banners/solutions_rpo.jpeg);
    background-position-y: -50px;
}

/* TABS */
.tabs {
    padding: 0px !important;
    background: linear-gradient(360deg, #4032241a, transparent);
}

.tabs-row {
    display: flex;
    justify-content: space-around;
    align-items: end;
    max-width: 900px;
    margin: 0 auto;
    /* height: 100px; */
    gap: 10px;
}

.tab {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #e0ba9b;
    color: #403224;
}

.tab.active {
    width: 100%;
    background: #403224;
    color: white;
    font-weight: bold;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}
.block-blog {
    background-color: #fce6d2;
    color: #403224;
    padding-top: 50px;
    padding-bottom: 50px;
}
.block-welcome-info {
    padding-top: 0px;
    background-color: rgba(252, 230, 210, 0.5);
}
.consultants-inscrits > .title2 {
    font-size: 5rem;
    margin-block: 0 2rem;
    text-align: center;
    font-weight: 100;
}
/* TABS */
.tabs {
    margin-top: 3rem;
    padding: 0px !important;
}

.tabs-row {
    display: flex;
    justify-content: space-around;
    align-items: end;
    max-width: 900px;
    margin: 0 auto;
    /* height: 100px; */
    gap: 10px;
}

.tab {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #e0ba9b;
    color: #403224;
}
.tab:hover {
    background: #403224;
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.tab.active {
    width: 100%;
    background: #403224;
    color: white;
    font-weight: bold;
}
@media (max-width: 768px) {
    .tab {
        text-align: center;
        height: 4rem;
        /* font-size: 10px; */
    }
    
    .tabs-row {
        flex-direction: column;
        padding-inline: 1rem;
    }
    .tabs-row .tab.active {
        order: 1;
    }
}

/* FORMULES CARDS */
.formule-cards {
    max-width: 900px;
    margin: 20px auto;
}
.formule-card.wide {
    /* max-height: 320px; */
}
.formule-card {
    position: relative;
    border: 1px solid #ebd2bc;
    border-radius: 36px;
    display: flex;
    justify-content: space-between;
    /* max-height: 200px; */
    margin-bottom: 15px;
}

.fc-left {
    position: relative;
    background-color: #edd5be;
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ebd2bc;
}

.formule-card .enumeration {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #c78954;
    font-size: 15px;
    font-weight: bold;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -15px;
    top: -10px;
}

.fc-left > .text {
    max-width: 50%;
    text-align: center;
}

.fc-left > .text > img {
    width: 50px;
    display: none;
}

.text > p {
    font-size: 1.6rem !important;
    margin: 0;
    padding: 0;
}

.text > h6 {
    font-size: 2.1rem !important;
    margin: 0;
    padding: 0;
}

.fc-right {
    padding: 20px;
}

.fc-right > p {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: start;
}

@media (max-width: 768px) {
    .formule-cards {
        padding: 0 7px;
    }
    .formule-card {
        border-radius: 6px;
        margin-bottom: 3rem;
        flex-direction: column;
        align-items: center;
    }
    .formule-card .enumeration {
        position: absolute;
        width: 20px;
        height: 20px;
        left: -10px;
        top: -5px;
    }
    .fc-left .text > h6 {
        font-size: 1.6rem !important;
        margin: 0;
        padding: 0;
    }
    .fc-left {
        background-color: #edd5be;
        /* min-width: 80px;
        max-width: 80px;
        min-height: 80px;
        max-height: 80px;
        border-radius: 10px; */
        min-height: auto;
        padding: 1rem;
        margin-top: -2rem;
        height: 4rem;
    }
    .fc-right {
        padding: 10px;
    }
    .fc-right > p {
        font-size: 1.6rem;
    }
    .fc-left > .text {
        max-width: unset;
    }
    .blog-process-list {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .block-strategy .title2  {
        font-size: 2.5rem;
    }
}

/* BLOCK SOLUTIONS */
.row {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 auto;
}
.formules {
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 1;
    margin-bottom: 50px;
    gap: 70px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.formule {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 auto;
    gap: 74px;
}
.formule img {
    max-width: 130px;
}
.formule p {
    font-size: 25px;
    font-weight: 500;
    color: #403224 !important;
}
@media (max-width: 768px) {
    .formules {
        padding: 30px;
    }
    .formule {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        gap: 24px;
        text-align: center;
    }
}

/* BLOG SECTION - HOME */
.block-blog .block-button .btn {
    margin: 20px auto;
}

/*
* PAGE WHY RPO - DEFINITION RPO
*/
.container.block-definition > h2.title2 {
    text-align: center !important;
    margin-block: 0 2rem;
    text-align: center;
    font-weight: 100;
    font-size: 5rem;
    color: #403224 !important;
}
.container.block-definition > h2.title2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2rem;
    width: auto;
    height: 0.1rem;
    background-color: #403224;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
}
.container.block-definition > h2.title3 {
    font-size: 2.5rem;
    margin-block: 5rem;
    text-align: center;
    color: #403224 !important;
}
.container.block-definition > h2.title3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 20rem;
    width: auto;
    height: 0.1rem;
    background-color: #403224;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
}
.welcome-info h2.with-bottom-line::after {
    opacity: 0.4;
}
.definitions-rpo {
    position: relative;
    max-width: 1200px;
    padding-inline: 1.5rem;
    margin: auto;
    z-index: 1;
}
.definitions-rpo {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    font-weight: 500;
    text-align: start;
    margin-top: 20px;
    padding-bottom: 50px;
}
.definitions-rpo p {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    font-weight: 300;
}

/* PAGE WHY RPO - BLOCK AVANTAGE */
.block-avantage {
    background-color: #fce6d2;
    color: #403224;
}
.block-avantage .grid {
    max-width: 1500px;
    margin: 0 auto;
}
.grid.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.grid.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.h-line {
    width: 45%;
    height: 0.1rem;
    background-color: #403224;
    margin: 50px auto;
    opacity: 0.4;
}
.avantage_card {
    max-width: 100%;
    margin-bottom: 10px;
}
.avantage_card {
    max-width: 370px;
    padding: 1rem 2rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.avantage_card h6 {
    font-size: 20px;
    margin: 5px 0;
}
.avantage_card.type-1 {
    background-color: #e0ba9b;
    color: black;
}

.avantage_card.type-2 {
    background-color: #edd5be;
    color: black;
}
.avantage_card .row {
    flex-direction: column;
    gap: 10px;
}
@media (max-width: 768px) {
    .block-avantage .grid {
        max-width: none;
        padding: 30px;
    }
    .grid.grid-2,
    .grid.grid-4 {
        display: block;
    }
    .home-img {
        width: 350px;
    }
    .transformation_card {
        width: auto !important;
    }
    .transformation_card .row {
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
    .transformation_card h6 {
        font-size: 18px;
    }
    .transformation_card .content {
        font-size: 14px;
    }
    .container.block-definition > h2.title2::after {
        bottom: -1.5rem;
    }
    .container.block-definition > h2.title3::after {
        bottom: -1.5rem;
    }
}

/* PAGE WHY RPO =  STRATEGY BLOCK */

.strategy_cards-container {
    max-width: 1050px;
    margin: 0 auto;
    display: block;
}

.strategy_cards-container .card {
    position: relative;
    border-top: 2px solid #c78954;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    padding: 2rem;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}

.strategy_cards-container .card:last-child {
    margin-bottom: 50px;
}

.strategy_cards-container .card .enum {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #403224;
    color: white;
    font-weight: bold;
    position: absolute;
    left: 1rem;
    top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.strategy_cards-container .card .text h6 {
    font-weight: 700;
    font-size: 3rem !important;
    margin-top: 15px;
}

.strategy_cards-container .card .text p {
    font-size: 2.5rem !important;
    font-weight: 500;
    margin-top: 10px;
}

.strategy_cards-container .card .imagery {
    position: relative;
    min-width: 300px;
    max-width: 300px;
    height: 270px;
    background-color: #eeeef4;
    border-radius: 5px;
}

.strategy_cards-container .card .imagery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .strategy_cards-container {
        display: block;
        grid-template-rows: none;
        max-width: 100%;
        column-count: 1;
        padding: 0 30px;
    }
    .strategy_cards-container .card {
        display: flex;
        /* text-align: center; */
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .strategy_cards-container .card {
        max-width: none;
    }

    .strategy_cards-container .card .imagery {
        width: auto;
    }

    .strategy_body {
        display: block;
        margin-top: 100px;
    }
    .strategy_cards-container .card .text h6 {
        font-size: 2.4rem !important;
    }
    .strategy_cards-container .card .text p {
        font-size: 2rem !important;
    }
}

.blog-card {
    max-width: 1200px;
    text-align: center;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blog-card h2 {
    color: #c78954;
}

.blog-card p {
    color: black;
}
.blog-card h6 {
    text-align: center;
    font-size: 2rem;
    margin: 0;
}
.blog-card h2 {
    text-align: center;
}
.blog-card.info_card {
    background-color: #f3d3b6;
    border-radius: 20px;
    padding: 40px;
    margin: 70px 0px;
}

.blog-card.info_card.no_bg {
    background: transparent;
}

.info_card h2.title {
    color: #403224 !important;
    font-size: 30px !important;
    font-weight: 600;
}

.box {
    display: flex;
    border-radius: 10px;
    margin: 10px 40px;
    padding: 10px;
    gap: 19px;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.box .dot {
    width: 10px;
    height: 10px;
    border-radius: 60%;
    background: black;
    min-width: 10px;
    min-height: 10px;
    max-width: 10px;
    max-height: 10px;
    margin-right: -10px;
    margin-left: 4px;
}

.box:not(:last-child) .dot::after {
    content: "";
    width: 2px;
    display: block;
    height: 180px;
    background: black;
    position: absolute;
    left: 73px;
}

.box .enum {
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #403224;
    border-radius: 10px;
    position: relative;
}

.box .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    position: relative;
    margin-right: 20px;
}

.box .icon img {
    max-width: 70px;
}

.box .enum::before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background: black;
    top: 17px;
    left: -15px;
}

.box .text {
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.box .text h6 {
    color: #403224;
    font-size: 22px !important;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0px;
}

.box .text p {
    font-size: 16px !important;
}

.blog-process-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.blog-process-list p {
    margin-bottom: 30px;
}
.blog-process-list > .box {
    background: #ffe2c9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 30px;
    border-radius: 10px !important;
}
.strategy_body_paragraph {
    text-align: start !important;
}
.strategy_body_paragraph h2 {
    font-size: 35px;
}
.faq-container {
    margin-top: 50px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    font-size: 2.2rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.faq-question .icon {
    transition: transform 0.3s ease;
    font-weight: bold;
    font-size: 2.9rem;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 0;
}

.faq-answer p {
    margin: 10px 0;
}
.floating-up.show {
    top: 0 !important;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 10px 0;
    text-align: start;
}
.faq-item .faq-answer > p {
    font-size: 17px;
}
.title_card {
    max-width: 600px;
    background-color: #403224;
    padding: 20px;
    border-radius: 20px;
    color: white;
    margin: 50px auto;
}

.faq-item.active .faq-question .icon {
    transform: rotate(180deg);
    content: "–";
}

ul.choice {
    list-style: circle;
    text-align: start;
    padding-left: 80px;
    margin-top: 25px;
}

ul.choice li {
    margin-bottom: 15px;
}

.un-metier-it .link-wrapper {
    justify-content: center;
    padding-block: 2rem;
}

.transformation_card {
    max-width: 600px;
    background-color: white;
    color: black;
    padding: 1rem 2rem;
    border-radius: 10px;
    /* width: 600px; */
}

.transformation_card .row {
    border-top: 1px solid #403224;
    /* border-bottom: 1px solid #403224; */
    padding: 30px 0px;
    margin-bottom: 20px;
}

.row-subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.row-subtitle > p {
    font-size: 2rem !important;
    font-weight: 600;
    color: #c88a54;
    margin: 0 !important;
    padding: 0important;
}

.transformation_card h6 {
    padding: 0px;
    margin: 0px;
    font-size: 25px;
    color: #403224;
    font-weight: 700;
}

.transformation_card .content {
    font-size: 18px;
    color: #403224;
    font-weight: 500;
}

.transformation_card.type-1 {
    background-color: #e0ba9b;
    color: black;
}

.transformation_card.type-2 {
    background-color: #edd5be;
    color: black;
}

.modal-overlay.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0.7;
    z-index: 99;
}

.floating.rpo-floating {
    z-index: 999;
}

.rpo_submit_btn {
    width: auto !important;
    padding: 5px 20px !important;
}
