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

/* Responsive */
@media (max-width: 1399px) {
    .images_wrapper {
        height: 350px;
    }

    .recruitement_images_decor.top {
        width: 165px;
    }

    .recruitement_images_decor.bottom {
        width: 184px;
    }

    .usecase_item {
        aspect-ratio: unset;
        height: 300px;
        padding: 0 20px;
    }
}

@media (max-width: 1199px) {
    .hero-section h3 {
        padding-top: 20%;
    }

    .images_wrapper {
        height: 300px;
    }

    .recruitement_images_decor.top {
        width: 137px;
    }

    .recruitement_images_decor.bottom {
        width: 153px;
    }

    .images_wrapper_videos {
        height: 378px;
    }

    .images_decor.top {
        width: 155px;
        height: 21.62px;
    }

    .images_decor.right {
        width: 19px;
        height: 177.07px;
    }

    .images_decor.bottom {
        width: 18px;
        height: 151.91px;
    }

    .inscription-section__content-left p, 
    .inscription-section__content-left li, 
    .inscription-section__content-right p, 
    .inscription-section__content-right li {
        font-size: 12px;
    }

    .inscription-section__content-right h1, 
    .inscription-section__content-left h1 {
        font-size: 16px;
    }

    .inscription-section_wrapper {
        height: auto;
    }
}

@media (max-width: 991px) {
    .usecases-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .usecase_item {
        height: fit-content;
    }

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

    .inscription-section_image {
        width: 55% !important;
        margin: 20px 0;
    }

    .inscription-section__content-right {
        padding: 0 !important;
    }

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

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

    .inscription-section__content-left p, 
    .inscription-section__content-left li, 
    .inscription-section__content-right p, 
    .inscription-section__content-right li {
        font-size: 16px;
    }

    .images_wrapper_videos {
        height: 593px;
    }

    .images_decor.right {
        width: 25px;
        height: 239.07px;
    }

    .images_decor.top {
        width: 247px;
        height: 26.62px;
    }

    .images_decor.bottom {
        width: 25px;
        height: 227.91px;
    }
 
    .confidential-policy_content .text p {
        font-size: 12px;
    } 
}

@media (max-width: 767px) {
    .inscription-section_image {
        width: 74% !important;
    }

    .confidential-policy_wrapper {
        flex-direction: column-reverse;
        align-items: center;
    }

    .confidential-policy_images {
        margin-bottom: 50px;
    }

    .confidential-policy_images,
    .confidential-policy_content {
        width: 100%;
    }

    .confidential-policy_content .text p {
        font-size: 16px;
    } 

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

    .continuity-wrapper .title {
        text-align: center;
        margin-bottom: 20px;
    }


    .continuity-wrapper .title,
    .continuity-wrapper .content {
        width: auto;
    }

    .hero-section h3 {
        padding-top: 28%;
        font-size: 45px;
        width: auto;
    }
}

@media (max-width: 575px) {
    .inscription-section_image {
        width: 300px !important;
    }

    .images_wrapper {
        height: 230px;
    }

    .recruitement_images_decor.top {
        height: 44px;
        width: 100px; 
    }

    .recruitement_images_decor.bottom {
        width: 112px;
    }

    .images_wrapper_videos {
        height: 500px;
    }

    .images_decor.top {
        width: 195px;
        height: 26.62px;
    }

    .images_decor.right {
        width: 25px;
        height: 180.07px;
    }

    .images_decor.bottom {
        width: 25px;
        height: 166.91px;
    }

    .hero-section h3 {
        padding-top: 155px;
        font-size: 35px;
    }
}


@media (max-width: 401px) {
    .images_wrapper_videos {
        height: 390px;
    }

    .inscription-section_image {
        width: 230px !important;
    }
    
    .images_decor.top {
        width: 146px;
        height: 22.62px;
    }

    .images_decor.right {
        width: 20px;
        height: 150.07px;
    }

    .images_decor.bottom {
        width: 18px;
        height: 123.91px;
    }

    .images_wrapper {
        height: 165px;
    }

    .recruitement_images_decor.top {
        height: 27px;
        width: 75px;
    }

    .recruitement_images_decor.bottom {
        width: 85px;
        height: 22px;
    }
}