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

/* Second section */
.images_decor {
    background: var(--bs-purple);
}

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

.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: 60%;
}

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

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

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

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

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

.text p {
    font-size: 20px;
}
/* End of second section  */

/* themes section */
.usecases h1 {
    font-weight: 600;
}

.usecases-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 20px;
}

.usecase_item {
    aspect-ratio: 1 / 1; 
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.usecase_item .image {
    position: relative;
}

.usecase_item .title {
    text-align: center;
    color: var(--bs-purple);
    font-size: 20px;
    font-weight: 600;
    height: 35%;
}
/* End of themes section */

/* Blog usecases section */
.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;
}

.purple-shadow-box {
    box-shadow: 10px 9px 0px 0px #4000A6;
}
/* End of blog usecases section */

/* Blog usecases section */
.images_decor {
    background: var(--bs-purple);
}

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

.images_wrapper_videos {
    position: relative;
    height: 510px;
}

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

.inscription-section__content-left p,
.inscription-section__content-left li,
.inscription-section__content-right p,
.inscription-section__content-right li {
    font-size: 16px;
}
/* End of blog usecases section */

/* expertise section */
.content p {
    font-size: 20px;
}
/* End of expertise section */