.osmoz_projets_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1600px;
    margin: 38px auto;
    min-height: 400px;
}

.osmoz_projets_colonne {
    background: grey;
    height: 400px;
    background-size: cover;
    background-position: center center;
    transition: height 1s;
    display: flex;
    align-items: flex-end;
}
.osmoz_projets_container-top .osmoz_projets_colonne {
    width: 25%;
}

.osmoz_projets_container-bot .osmoz_projets_colonne {
    width: 31.45%;
}

.osmoz_projets_col-large {
    width: 45% !important;
}

.osmoz_projets_colonne:hover {
    height: 370px;
}
.osmoz_projets_colonne:hover .fond-noir-titre {
    background-color: rgba(0, 0, 0, 0.2);
}
.osmoz_projets_text {
    color: white;
    background: black;
    height: 0px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 0 20px;
    transition: all 1s;
}

.osmoz_projets_text2 {
    color: white;
    background: black;
    height: 0px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    height: 100px;
    display: flex;
    align-items: center;
    opacity: 1;
    padding: 20px;
}

.osmoz_projets_text2 h2 {
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    color: white;
    font-weight: 800 !important;
    text-align: center;
}

.osmoz_projets_text2 p {
    font-size: 15px;
    font-family: "Montserrat" !important;
    font-weight: 400;
    text-align: center;
    color: white;
}

.osmoz_projets_text h2 {
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 800 !important;

    text-transform: uppercase !important;
    color: white;
}
.osmoz_projets_text p {
    font-size: 15px;
    font-family: "Montserrat" !important;
    font-weight: 400;
    color: white;
}

.osmoz_projets_colonne:hover .osmoz_projets_text {
    height: 100px;
    display: flex;
    align-items: center;
    opacity: 1;
    padding: 20px;
}

.osmoz_projets_osmoz-title {
    background: unset !important;
    width: 32%;
    /* display: block !important; */
    background-image: unset !important;
    color: white;
    height: 400px;
}
.osmoz_projets_osmoz-title h2 {
    font-size: 50px;
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 800 !important;
    color: white !important;
    line-height: 1.1;
    margin-bottom: 25px;
}

.section_home_services .osmoz_projets_container {
    min-height: 550px !important;
}
.section_home_services .osmoz_projets_colonne {
    width: 23%;
    height: 550px !important;
}

.section_home_services .osmoz_projets_colonne:hover {
    height: 520px !important;
}
.grid_partenaires .et_pb_column {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0.8);
}

/*Phone responsive*/
/* @media (max-width:481px)  { 
    
.osmoz_projets_osmoz-title h2 {
    font-size: 30px;
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
    color: white !important;
    line-height: 1.1;
}
 }
@media (min-width:482px) and (max-width:961px)  { 
    .osmoz_projets_osmoz-title h2 {
        font-size: 42px;
        font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
        color: white !important;
        line-height: 1.1;
    }
} */

/* SERVICES  */
.container_all_services {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.container_with_border_service {
    width: 24%;
}
.service_container {
    overflow: hidden;
    position: relative;
    height: 50vh;
    color: white;
    display: block;
    cursor: pointer !important;
}
.service_img {
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.2);
    transition: all 1s;
    transform-origin: center;
    opacity: 0.9;
}
.service_mask {
    position: absolute;
    top: 0;
    left: 0;
    background: #101010;
    width: 100%;
    height: 100%;
    transition: height 0.8s;
}

.service_content {
    height: 100%;
    padding: 40px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.picto_service {
    height: 45px;
    margin-bottom: 25px;
    filter: brightness(0.6);
    transition: all 0.5s;
}

.service_container:hover .picto_service {
    filter: brightness(1);
}
.desc_service,
.sub_title_service {
    transition: all 0.5s;
    font-size: 16px;
    color: #c6c6c6;
    font-weight: 300;
    /* height: 80px; */
}
.service_container:hover .service_img {
    transform: scale(1);
}
.service_container:hover .desc_service {
    opacity: 0;
    transform: translateY(-100px);
}
.service_container:hover .sub_title_service {
    color: white;
}
.service_border {
    height: 3px;
    width: 100%;
}
.service_title {
    font-size: 22px;
    color: white;
    font-weight: 800;
    transition: all 0.5s;
}
.service_container:hover .service_title,
.service_container:hover .sub_title_service {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.service_arrow {
    position: absolute;
    left: calc(50% - 20px);
    bottom: 20px;
    display: none;
    transition: all 1s;
    animation: arrow_fade_in 1s forwards;
    transform: translateY(100px);
}
.service_container:hover .service_arrow {
    display: block;
}
.service_arrow img {
    width: 40px;
}
#service_border_1 {
    background: linear-gradient(90deg, rgba(105, 194, 255, 1) 0%, rgba(141, 173, 238, 1) 100%);
}
#service_border_2 {
    background: linear-gradient(90deg, rgba(141, 173, 238, 1) 0%, rgba(180, 152, 221, 1) 100%);
}
#service_border_3 {
    background: linear-gradient(90deg, rgba(180, 152, 221, 1) 0%, rgba(218, 130, 203, 1) 100%);
}
#service_border_4 {
    background: linear-gradient(90deg, rgba(218, 130, 203, 1) 0%, rgba(255, 109, 186, 1) 100%);
}
.btn_decouvrir_services {
    font-weight: 300;
    margin-top: 25px;
}
/* #container_video_slider {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
    min-height: 700px;
    max-height: 700px;
    overflow: hidden;
}
#video-osmoz {
    height: 700px;
    width: auto;
}
@media screen and (max-width: 980px) {
    #container_video_slider {
        height: 500px;
        max-height: 500px;
    }
    #video-osmoz {
        height: 500px;
    }
}
@media screen and (max-width: 767px) {
    #container_video_slider {
        height: 400px;
        max-height: 400px;
    }
    #video-osmoz {
        height: 400px;
    }
} */
/* #video_row_2{
    display: none;
} */
@media screen and (max-width: 1700px) {
    .service_content {
        padding: 20px;
    }
    .service_title {
        font-size: 18px;
    }
}
@media screen and (max-width: 1350px) {
    .container_all_services {
        flex-wrap: wrap;
    }
    .container_with_border_service {
        flex-basis: 48%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 980px) {
    .service_mask {
        display: none;
    }
    .service_container:hover .service_arrow {
        display: none;
    }
    .service_container:hover .desc_service {
        opacity: 1;
        transform: translateY(0);
        color: white;
    }
    .service_arrow {
        display: none;
    }
    .picto_service {
        filter: brightness(1);
    }
    .desc_service,
    .sub_title_service {
        color: white;
    }
}
@media screen and (max-width: 767px) {
    .container_with_border_service {
        flex-basis: 100%;
    }
    .service_container {
        height: 215px;
    }
    .sub_title_service{
        display: none;
    }
    .service_content{
        background: #1e1e1e;
        width: 100%;
    }
}

@keyframes arrow_fade_in {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
