/* 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%;
    z-index: 3;
}
/* End of hero section */

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

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

.our-services__content_text {
    width: 70%;
}

.our-services__image {
    position: relative;
}

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

.our-services__image .services_selected {
    position: absolute;
    top: 46px;
    left: -270px;
    z-index: 3;
}

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

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

.purple-shadow-box {
    box-shadow: 10px 9px 0px 0px #4000A6;
}

.services_item span {
    font-weight: 600;
}

/* Cookies section */
.cookies-politics .title {
    font-weight: 600;
    font-size: 48px;
    text-align: center;
}

.cookies-politics p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

/* General condition section */
.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: 450px;
}

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

.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_images_decor.top {
    position: absolute;
    top: 20px;
    right: 0;
    width: 150px;
    height: 21px;
    background: var(--bs-purple);
}

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

.inscription-section__content-right h1 {
    font-weight: 600;
}

.text p {
    font-size: 20px;
}

/* Confidential policy */
.confidential-policy_images .image {
    position: relative;
    overflow: hidden;
}

.img_caption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(64, 0, 166, 0.8);
    font-size: 24px;
}

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