/* Hero section */
.hero-section {
    position: relative;
    z-index: 2;
    color: #fff;
    top: 0;
    height: 40%;
}


.hero-section h3 {
    position: relative;
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-top: 15%;
    width: 50%;
    z-index: 3;
}
/* End of hero section */

/* Our services */
.our-services__content h2 {
    font-size: 48px;
    font-weight: 600;
}

.our-services__content p {
    font-size: 18px;
}

.our-services__content_text {
    width: 80%;
}

.our-services__image {
    position: relative;
}

.our-services__image .services_img {
    width: 100%;
}

.our-services__image .services_selected {
    width: 30%;
    position: absolute;
    top: 46px;
    left: -150px;
    z-index: 3;
}

.our-services__image .services_selected .services_item {
    background-color: #fff;
    color: var(--bs-purple);
    font-size: 20px;
    width: 240.69px;
    height: 131.6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.our-services__image .services_selected .services_item.selected {
    background-color: var(--bs-purple);
    color: #fff;
    width: 263.79px;
    height: 144.23px;
}
/* End of our services */

/* Coaching section */
.coaching-section_image {
    position: relative;
}


.coaching-section_content__text {
    font-size: 20px;
}

.coaching-section_content__text h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
}

.decor.top {
    background: var(--bs-purple);
    width: 43px;
    height: 273px;
    position: absolute;
    top: 0;
    right: 0;
}

.coaching-section_image .img {
    position: relative;
    width: 86%;
} 

.coaching-section_image .img img {
    width: 100%;
}

.proposed-formulas {
    background: #fff;
    border-top: 10px solid var(--bs-purple);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    width: 618px;
    height: 193px;
    position: absolute;
    right: 0;
    bottom: 365px;
    z-index: 3;
}

.proposed-formulas strong {
    font-size: 14px;
}

.proposed-formulas small {
    font-size: 12px;
} 

.proposed-formulas .center-formulas {
    border-right: 2px solid var(--bs-purple);
    border-left: 2px solid var(--bs-purple);
}

.note-card {
    background: #fff;
    padding: 5px 10px;
    width: fit-content;
    height: fit-content;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 65px;
    left: 65px;
    z-index: 3;
}

.note-card p {
    margin-bottom: 0;
}

.content_cards__item {
    height: 242px;
}

.card-item__wrap {
    background-color: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    height: 218px;
    width: 96%;
}

.card-item__wrap h3 {
    font-size: 20px;
}

.card-item__wrap p {
    font-size: 16px;
}

.content_cards__item.title {
    background: var(--bs-purple);
    color: #fff;
    height: auto;
    text-align: center;
}

.content_cards__item.title h3 {
    margin-bottom: 0;
}
/* End of coaching section */

/* Training section */
.training-section_image {
    position: relative;
}


.training-section_content__text {
    font-size: 20px;
}

.training-section_content__text h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
}

.training-section .decor.top {
    background: var(--bs-purple);
    width: 44px;
    height: 426px;
    position: absolute;
    top: 0;
    right: 25px;
}

.training-section .decor.horizental {
    background: var(--bs-purple);
    width: 286px;
    height: 44px;
    position: relative;
    margin-bottom: 30px;
}

.training-section_image .img {

    position: relative;
    width: 85%;
} 

.training-section_image .img img {
    width: 100%;
}

.training-section .proposed-formulas {
    background: #fff;
    border-top: 10px solid var(--bs-purple);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    width: 390px;
    height: 175px;
    position: absolute;
    right: 25px;
    bottom: 60px;
    z-index: 3;
}

.proposed-formulas strong {
    font-size: 14px;
}

.proposed-formulas small {
    font-size: 12px;
} 

.proposed-formulas .center-formulas {
    border-right: 2px solid var(--bs-purple);
    border-left: 2px solid var(--bs-purple);
}

.note-card p {
    margin-bottom: 0;
}

/* .training_cards__item {
    height: 242px;
} */

.training-section .card-item__wrap {
    background-color: #fff;
    box-shadow: none;
    height: auto;
    width: 96%;
}

.training-section .card-item__wrap h3 {
    font-size: 20px;
}

.training-section .card-item__wrap p {
    font-size: 16px;
}

.training_cards__item.title {
    background: var(--bs-purple);
    color: #fff;
    height: auto;
    text-align: center;
}

.training_cards__item.title h3 {
    margin-bottom: 0;
}
/* End of training section */ 

/* Consulting section */
.consulting-section_image {
    position: relative;
}


.consulting-section_content__text {
    font-size: 20px;
}

.consulting-section_content__text h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
}

.consulting-section .decor.bottom {
    background: var(--bs-purple);
    width: 81px;
    height: 149px;
    position: absolute;
    bottom: 175px;
    right: 0;
}

.consulting-section .decor.horizental {
    background: var(--bs-purple);
    width: 285px;
    height: 32px;
    position: relative;
    margin-bottom: 30px;
}

.consulting-section_image .img {
    position: relative;
    overflow: hidden;
    width: 100%;
} 

.consulting-section_image .img_2 {
    border: 2px solid var(--bs-purple);
    position: absolute;
    width: 90%;
    bottom: 170px;
    left: -75px;
    z-index: 3;
} 

.consulting-section_image .img img {
    width: 100%;
    transition: transform 0.5s ease;
}

.consulting-section_image .img .overlay {
    pointer-events: none;
}

.consulting-section_image .img img:hover {
    transform: scale(1.2);
}

.consulting-section_image .img_2 img {
    width: 100%;
}

.consulting-section .card-item__wrap {
    background-color: #fff;
    box-shadow: none;
    height: auto;
    width: 96%;
}

.consulting-section .card-item__wrap h3 {
    font-size: 20px;
}

.consulting-section .card-item__wrap p {
    font-size: 16px;
}

.consulting_cards__item.title {
    background: var(--bs-purple);
    color: #fff;
    height: auto;
    text-align: center;
}

.consulting_cards__item.title h3 {
    margin-bottom: 0;
}
/* End of consulting section */ 

/* Events & webinars */
.purple-shadow-box {
    box-shadow: 10px 9px 0px 0px #4000A6;
}

.event_items_wrapper {
    width: 100% !important;
    top: 46px !important;
    left: -260px !important;
}

.event_item {
    width: 392.77px !important;
    height: 90px !important;
}

.event_item span {
    font-weight: 600;
}

.event_item.selected {
    width: 471.6px !important;
    height: 108px !important;
}

.events_text {
    width: 68% !important;
}

.calendar-cards__item {
    height: 266px;
    width: 276px;
}

.calendar-cards__item small{
    font-size: 12px;
}

.images_decor {
    background: var(--bs-purple);
}

.images_wrapper {
    position: relative;
    height: 535px;
}

.recrutments_img_wrapper {
    position: relative;
    height: 421px;
}

.images_decor {
    position: absolute;
}

.images_decor.top {
    top: 0;
    right: 0;
    width: 177px;
    height: 28.62px;
}

.images_decor.right {
    top: 0;
    left: 0;
    width: 24px;
    height: 211.07px;
}

.images_decor.bottom {
    bottom: 0;
    right: 0;
    width: 24px;
    height: 155.91px;
} 

.content-list li{
    margin-bottom: 20px;
    line-height: 30px;
}

.image_1 {
    position: absolute;
    right: 0px;
    top: 37px;
    width: 88%;
}

.image_1 img,
.image_2 img {
    width: 100%;
}

.image_2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88%;
    z-index: 3;
}

.inscription-section_wrapper {
    height: 520px;
}

.events-command {
    width: 100%;
}

.events-command_img {
    position: relative;
}

.events-command_img img {
    width: 100%;
}

.purple-shadow-box-left {
    box-shadow: -14px 13px 0px 0px #4000A6;
}

/* Espaces clients */

.customer_items_wrapper {
    top: 83px !important;
    left: -110px !important;
}

.customer_services_content {
    width: 60% !important;
}

.customer-cards__item span,
.customer-cards__item small {
    font-size: 16px;
}

.recruitement_image_1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75%;
}

.recruitement_image_1 img,
.recruitement_image_2 img {
    width: 100%;
}

.recruitement_image_2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 46%;
}

.recruitement-section_wrapper {
    height: 420px;
}

.recruitement_images_decor.top {
    position: absolute;
    top: 60px;
    right: 0;
    width: 133px;
    height: 21px;
    background: var(--bs-purple);
}

.recruitement_images_decor.bottom {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 305px;
    height: 21px;
    background: var(--bs-purple);
}

.expertise-domain_item {
    border: 1px solid var(--bs-purple);
    cursor: pointer;
    transition: all 0.2s ease;
}

.expertise-domain_item.selected,
.expertise-domain_item:hover {
    color: #fff;
    background: var(--bs-purple);
    border: none;
}

.submit-btn {
    width: 100%;
}

.coordinates {
    padding: 2rem 0;
    position: absolute;
    z-index: 3;
    top: -100px;
    left: 0;
    width: 100%;
}

.recrutement-form {
    margin-bottom: 5rem;
}

.bullet-content {
    font-size: 20px;
}

.bullet_wrapper {
    transition: all 0.3s ease;
}

.bullet_wrapper.hovered {
    background: var(--bs-purple);
    cursor: pointer;
}

.bullet_wrapper.hovered .bullet-content {
    color: #fff;
}

@media (max-width: 1399px) {
    .our-services__image .services_selected {
        left: -90px;
        top: 10px;
    }

    .our-services__image .services_selected .services_item {
        width: 213.69px;
        height: 124.6px;
    }

    .our-services__image .services_selected .services_item.selected {
        width: 252.79px;
        height: 146.23px;
    }

    .coaching-section_content__text {
        font-size: 16px;
    }

    .proposed-formulas {
        width: 543px;
        height: 180px;
    } 

    .proposed-formulas small {
        font-size: 9px;
    }

    .proposed-formulas strong {
        font-size: 12px;
    }

    .note-card {
        bottom: 172px;
        left: 52px;
    }

    .consulting-section_image .img_2 {
        bottom: 352px;
    }

    .consulting-section .decor.bottom {
        bottom: 353px;
    }

    .our-services__image .services_selected .services_item {
        font-size: 16px;
    }

    .event_item {
        width: 331.77px !important;
        height: 69px !important;
    }

    .event_item.selected {
        width: 376.6px !important;
        height: 86px !important;
    }

    .inscription-section__content-right p,
    .inscription-section__content-right li {
        font-size: 14px !important;
    }

    .images_wrapper {
        height: 459px;
    }

    .events-command_img .overlay {
        height: 92%;
    }

    .recrutments_img_wrapper {
        height: 365px;
    }

    .recruitement_images_decor.top {
        width: 115px;
    }

    .recruitement_images_decor.bottom {
        width: 256px;
    }

    .recruitement-section_wrapper .inscription-section__content-right svg {
        width: 35px;
        padding-bottom: 10px;
    }

    .inscription-section_image .recrutments_img_wrapper {
        height: 365px;
    }

    .recruitement-section_wrapper {
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    .recruitement-section_wrapper .inscription-section_image {
        width: 520px;
    }

    .coordinates {
        top: -130px;
    }
}

@media (max-width: 1199px) {
    .our-services__content p {
        font-size: 15px;
    }

    .our-services__image .services_selected .services_item img {
        width: 35px;
    }

    .our-services__image .services_selected .services_item {
        width: 166.69px;
        height: 90.6px;
    }

    .our-services__image .services_selected .services_item.selected {
        width: 190.79px;
        height: 120.23px;
    }

    .coaching-section,
    .consulting-section {
        flex-direction: column-reverse;
        align-items: center;
    }

    .training-section {
        flex-direction: column;
        align-items: center;
    }

    .coaching-section_image,
    .training-section_image {
        width: 600px;
    }

    .consulting-section_image {
        margin-bottom: 200px;
    }

    .coaching-section_content {
        padding: 30px 0 !important;
    }

    .note-card {
        bottom: -30px;
    }

    .consulting-section_image .img_2 {
        bottom: -192px;
        left: 0px;
    }

    .consulting-section .decor.bottom {
        bottom: -192px;
        right: -67px;
    }

    .consulting-section_content_cards .training-responsive {
        flex-direction: column;
    }

    .consulting_cards__item {
        width: 100%;
    }

    .event_item {
        width: 300.77px !important;
        height: 60px !important;
    }

    .event_item.selected {
        width: 324.6px !important;
        height: 73px !important;
    }

    .event_items_wrapper {
        left: -185px !important;
    }

    .inscription-section_wrapper {
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .inscription-section__content-left,
    .inscription-section__content-right {
        width: 100%;
    }

    .inscription-section_image {
        width: 30%;
        margin: 20px 0;
    }

    .events-command_img .overlay {
        height: 58%;
    }

    .expertise-domain_item span {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .hero-section .content h3 {
        padding-top: 178px;
    }

    .our-services__wrapper {
        flex-direction: column-reverse;
    }

    .our-services__image .services_selected_responsive {
        left: -75px;
        top: 80px;
    }

    .our-services__image .services_selected_responsive .services_item {
        width: 218.69px;
        height: 129.6px;
    }

    .our-services__image .services_selected_responsive .services_item.selected {
        width: 248.79px;
        height: 147.23px;
    }

    .our-services__image .services_selected_responsive .services_item img {
        width: 55px;
    }

    .our-services__content {
        padding: 20px 0 !important;
    }

    .consulting-section_image {
        width: 340px;
    }

    .consulting-section .decor.bottom {
        right: 0;
    }

    .consulting-section_image .img_2 {
        left: -67px;
    }

    .our-services__image .services_selected_responsive {
        flex-direction: row !important;
        width: 100%;
        left: 0;
        bottom: -235px;
    }

    .hero-section h3 {
        width: 100%;
        font-size: 45px;
    }

    .our-services_event_image {
        width: 600px;
    }

    .event_items_wrapper_responsive {
        left: 0 !important;
        flex-direction: column !important;
        top: 359px !important;
    }

    .event_item,
    .event_item.selected {
        width: 100% !important;
    }

    .calendar-cards-wrapper {
        flex-direction: column;
        width: 100%;
    }

    .calendar-cards__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .calendar-cards__item span {
        margin-top: 0 !important;
    }

    .calendar-cards__item svg {
        width: 50px;
    }

    .inscription-section_image {
        width: 40%;
    }

    .certified_events_responsive {
        width: 100%;
    }

    .events-command_img {
        width: 100%;
    }

    .events-command_img .overlay {
        height: 100%;
    }

    .recrutement_services_responsive {
        align-items: center;
    }

    .recrutement_services_responsive .our-services__image,
    .recrutement_services_responsive .our-services__content {
        width: 100%;
        margin-bottom: 50px;
    }

    .recrutement_services_responsive .customer_items_wrapper {
        top: 542px !important;
        left: 0px !important;
        width: 100%;
    } 

    .form-responsive {
        flex-direction: column;
        align-items: center;
    }

    .form_img,
    .candidature-form {
        width: 100%;
    }

    .expertise-domain_item span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hero-section .content h3 {
        padding-top: 178px;
        width: 100%;
    }

    .our-services__image .services_selected_responsiveservices_selected_responsive .services_item {
        width: 210.69px;
        height: 120.6px;
    }

    .our-services__image .services_selected_responsiveservices_selected_responsive .services_item.selected {
        width: 244.79px;
        height: 140.23px;
    }

    .our-services__image .services_selected_responsiveservices_selected_responsive {
        left: -40px;
        top: 25px;
    }

    .proposed-formulas {
        bottom: 225px;
    }

    .column-responsive {
        flex-direction: column;
        align-items: center;
    }

    .content_cards__item {
        width: 100%;
        display: flex !important;
        justify-content: center !important;
    }

    .our-services__image .services_selected_responsiveservices_selected_responsive {
        flex-direction: row !important;
        width: 100%;
    }

    .our-services__image .services_selected_responsiveservices_selected_responsive {
        left: 0px;
        bottom: -200px;
    }

    .our-services__image .services_selected_responsiveservices_selected_responsive .services_item img {
        width: 35px;
    }

    .proposed-formulas {
        width: 100% !important;
    }

    .event_items_wrapper_responsive {
        left: 0 !important;
        flex-direction: column !important;
        top: 359px !important;
    }

    .event_item,
    .event_item.selected {
        width: 100% !important;
    }

    .events-services_responsive {
        padding-top: 70px !important;
        width: 100%;
    }

    .events_text {
        width: 100% !important;
    }

    .inscription-section_image {
        width: 60%;
    }

    .inscription-section_image .recrutments_img_wrapper {
        height: 320px;
    }

    .inscription-section_image .recrutments_img_wrapper .recruitement_images_decor.top {
        width: 95px;
    }

    .inscription-section_image .recrutments_img_wrapper .recruitement_images_decor.bottom {
        width: 216px;
    }

    .coordinates {
        top: -155px;
    }

    .customer-cards-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .customer-cards__item {
        margin: 0 !important;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    }

    .recrutement_services_responsive .customer_items_wrapper {
        top: 357px !important;
    }
}

@media (max-width: 575px) {
    .events-command_row {
        flex-direction: column;
    }

    .events-command_row_item {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .events-command_row svg {
        width: 50px;
    }

    .recrutement_services_responsive .customer_items_wrapper {
        top: 357px !important;
    }

    .recrutement_services_responsive .customer_items_wrapper {
        top: 65% !important;
    }

    .inscription-section_image .recrutments_img_wrapper {
        height: 345px;
    }
}

@media (max-width: 540px) {
    .training-section_content_cards .training-responsive {
        flex-direction: column;
    }

    .training_cards__item {
        width: 100%;
    }

    .event_items_wrapper_responsive {
        top: 260px !important;
    }

    .inscription-section_image {
        width: 80%;
    }

    .expertise-domain_item span {
        font-size: 12px;
    }
}

@media (max-width: 525px) {
    .inscription-section_image .recrutments_img_wrapper {
        height: 307px;
    }
}

@media (max-width: 493px) {
    .our-services__image {
        margin-bottom: 5rem;
    }

    
    .inscription-section_image .recrutments_img_wrapper {
        height: 294px;
    }

    .inscription-section_image .recrutments_img_wrapper .recruitement_images_decor.top {
        width: 85px;
    }

    .inscription-section_image .recrutments_img_wrapper .recruitement_images_decor.bottom {
        width: 188px;
    }
}

@media (max-width: 463px) {
    .expertise-domain_item span {
        font-size: 9px;
    }
}

@media (max-width: 425px) {
    .events-services_responsive {
        padding-top: 125px !important;
    }

    .inscription-section_image {
        width: 100%;
    }
}

@media (max-width: 403px) {
    .inscription-section_image .recrutments_img_wrapper {
        height: 243px;
    }
}

@media (max-width: 371px) {
    .events-services_responsive {
        padding-top: 170px !important;
    }
}

.other-expertises {
    overflow: hidden;
    opacity: 0;
    height: 0;
    pointer-events: none;
    margin-top: 0;
    transition: all 0.3s ease;
}

.other-expertises.show {
    height: auto;
    opacity: 1;
    pointer-events: all;
    margin-top: 1.5rem;
}