/* 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;
}

.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;
}