.title_projet h1 {
    padding-bottom: 0;
}

.titre_service_projet {
    overflow: hidden;
}
.titre_service_projet span:first-child {
    opacity: 0.4;
}
.titre_service_projet span img {
    height: 35px;
    width: 35px;
    transform: translateY(6.5px);
    margin-right: 5px;
}
.titre_projet_h2_span_line {
    position: relative;
}
.titre_projet_h2_span_line::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100vw;
    max-width: 1400px;
    background-image: linear-gradient(90deg, rgb(105, 194, 255) 0%, rgb(255, 109, 186) 100%);
    background-size: 1000%;
    animation: color 5s linear infinite;
    -webkit-animation: color 5s linear infinite;
    top: calc(50% - 2px);
    transform: translateX(15px);
}

#mockup_tablet_video {
    z-index: 99999999999999;
    margin-top: 50px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
/* .link_project_name {
    animation: link_project_name 1s forwards;
    animation-delay: 0.4s;
    transform-origin: bottom;
} */
#module_next_prev_projet .nav-previous,
#module_next_prev_projet .nav-next {
    min-width: 200px;
}
#module_next_prev_projet .nav-next {
    display: flex;
    justify-content: flex-end;
}

#module_next_prev_projet {
    max-width: unset !important;
    width: 100% !important;
}

#module_img_fullwidth .et_pb_fullwidth_image img {
    /* width: auto !important;
    height: unset !important;
    max-width: unset !important; */
}
#btn_projet_voir_site {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    transform: scale(1);
}
#btn_projet_voir_site:hover {
    transform: scale(0.95);
}

/* ++  */
/* #row_photos_videos_plus */
/* #row_event_plus */
/* #row_identite_visuelle_plus */
@media screen and (min-width: 981px) {
    .title_projet h1 {
        margin-left: -4px;
    }
}
@media screen and (max-width: 767px) {
    .titre_service_projet span img {
        height: 20px;
        width: 20px;
        transform: translateY(4.5px);
    }
}
@media screen and (max-width: 980px) {
    .et_pb_column.et_pb_column_empty {
        display: block !important;
    }
    .reverse_col_mobile {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 767px) {
    #mockup_tablet_video {
        margin-top: 0;
    }
}
@media screen and (max-width: 500px) {
    #module_next_prev_projet .et_pb_posts_nav.et_pb_post_nav_0_tb_body span a span {
        font-size: 12px !important;
    }
    #module_next_prev_projet .nav-previous,
    #module_next_prev_projet .nav-next {
        min-width: unset;
    }
}
@keyframes link_project_name {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes zoom_out_projet {
    from {
        transform: scale(1.5);
        filter: blur(10px);
    }
    to {
        transform: scale(1);
        filter: blur(0px);
    }
}
