/* Shapes  */
#burgo-shape-top-head {
    pointer-events: none !important;
}
@media screen and (min-width: 981px) {
    #burgo-shape-top-head,
    .burgo_shape_left {
        animation: shape-burgo-move 28s linear infinite !important;
    }
}
@media screen and (max-width: 750px) {
    .burgo_shape_left .et_pb_image_wrap img {
        transform: scale(0.8);
    }
}
@media screen and (max-width: 570px) {
    .burgo_shape_left .et_pb_image_wrap img {
        transform: scale(1.15);
    }
}

/* overflow  bug*/
@media screen and (max-width: 980px) {
    #page-container {
        overflow-x: hidden !important;
    }
}

/* process  */
#module-pictos-assets img {
    transition: all 0.3s;
}
#module-pictos-assets img:hover {
    transform: scale(1.1);
}

/* news  */
.lwp_post_carousel_meta,
.lwp_post_carousel_excerpt,
.lwp_post_carousel_read_more {
    display: none !important;
}
.lwp_carousel_featured_image img {
    height: 200px !important;
    width: auto !important;
}
.lwp_post_carousel_item_inner {
    overflow: hidden;
    border-radius: 5px;
}
.lwp_post_carousel_item_inner img {
    transition: 0.3s;
}
.lwp_post_carousel_item_inner:hover img {
    transform: scale(1.05);
}
.lwp_post_title {
    font-size: 18px !important;
}

/* jobs  */
.section_jobs .et_pb_post {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 10px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 20px !important;
    cursor: pointer;
    transition: all 0.5s;
}
.section_jobs .et_pb_post:hover {
    transform: scale(1.03);
}

.section_jobs .et_pb_post .entry-title {
    padding: 0;
}

/* galerie  */
.swiper-button-next {
    transform: translateX(40px);
}
.swiper-button-prev {
    transform: translateX(-40px);
}

.link_accueil_actus {
    transition: all 0.8s;

    height: 180px;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 130%;
    color: white;
}
.link_accueil_actus:hover {
    opacity: 0.5;
}

#carousel_actus .lwp_post_carousel_item_inner {
    min-height: 330px !important;
}
