#row_galerie_projets {
    display: flex;
    justify-content: space-between;
    transition: all 1s ease-out;
}
.row_galerie_projets {
    display: flex;
    justify-content: space-between;
}
.row_galerie_projets:last-child {
    margin-top: 30px;
}
.row_galerie_projets a {
    transition: all 0.5s;
    /* border-radius: 3px; */
    background-size: cover;
    display: flex;
    justify-content: center;
    transition: all 0.4s;
    position: relative;
    width: 550px;
    height: 350px;
    background-position: center;
}
.row_galerie_projets .projet_a_small {
    width: 350px;
    height: 350px;
}

.row_galerie_projets a:first-child {
    margin-left: 0;
}
.row_galerie_projets a:last-child {
    margin-right: 0;
}
.hover_content_link {
    padding: 6%;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    opacity: 0;
    justify-content: space-between;
    transition: all 0.5s;
    /* border-radius: 3px; */
}
.hover_content_link h3 {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    padding: 0;
    margin-right: auto;
}

.hover_content_services_icons_container {
    display: flex;
    margin-left: auto;
}

.hover_content_services_icons_container img {
    height: 25px;
}
@media screen and (min-width: 981px) {
    .row_galerie_projets a:hover .hover_content_link {
        opacity: 1;
    }
    .row_galerie_projets a:nth-child(1):hover,
    .row_galerie_projets a:nth-child(3):hover {
        box-shadow: 0 0 30px 0 rgba(105, 194, 255, 0.7);
    }
    .row_galerie_projets a:hover {
        transform: scale(1.02) translateY(-10px);
        box-shadow: 0 0 30px 0 rgba(255, 109, 186, 0.6);
    }

    .hover_content_link .projet_logo {
        height: 50px;
        max-width: 70%;
        transition: all 2s;
    }
    .row_galerie_projets a:hover .hover_content_link .projet_logo {
        transition: all 10s;
        transform: scale(1.2);
    }
}

@media screen and (max-width: 1900px) {
    .row_galerie_projets a {
        width: 400px;
        height: 280px;
    }
    .row_galerie_projets .projet_a_small {
        width: 280px;
        height: 280px;
    }
}
@media screen and (max-width: 1600px) {
    .row_galerie_projets a {
        width: 350px;
        height: 230px;
    }
    .row_galerie_projets .projet_a_small {
        width: 230px;
        height: 230px;
    }
    .hover_content_link .projet_logo {
        height: 30px;
    }
}
@media screen and (max-width: 1400px) {
    .row_galerie_projets a {
        width: 320px;
        height: 200px;
    }
    .row_galerie_projets .projet_a_small {
        width: 200px;
        height: 200px;
    }
}
@media screen and (max-width: 1300px) {
    .row_galerie_projets a {
        width: 280px;
        height: 180px;
    }
    .row_galerie_projets .projet_a_small {
        width: 180px;
        height: 180px;
    }
}
@media screen and (max-width: 1180px) {
    .row_galerie_projets a {
        width: 250px;
        height: 140px;
    }
    .row_galerie_projets .projet_a_small {
        width: 140px;
        height: 140px;
    }

    .hover_content_link h3 {
        font-size: 18px;
        text-align: center;
        font-weight: 600;
    }
    .hover_content_services_icons_container img {
        height: 30px;
    }
}
@media screen and (max-width: 980px) {
    .row_galerie_projets {
        margin-top: 0;
        flex-direction: column;
    }
    .row_galerie_projets:first-child {
        margin-top: 0;
    }
    .row_galerie_projets a {
        margin-bottom: 25px;
        width: 100%;
        height: 40vh;
    }
    .projet_logo {
        display: none;
    }
    .row_galerie_projets .projet_a_small {
        width: 100%;
        height: 40vh;
    }
    .row_galerie_projets:last-child {
        margin-top: 0;
    }
    .hover_content_link {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 90%);

        opacity: 1;
    }
}
@media screen and (max-width: 800px) {
    .row_galerie_projets a {
        height: 40vh;
    }
    .row_galerie_projets .projet_a_small {
        height: 40vh;
    }
}
@media screen and (max-width: 700px) {
    .row_galerie_projets a {
        height: 40vh;
    }
    .row_galerie_projets .projet_a_small {
        height: 40vh;
    }
}
@media screen and (max-width: 600px) {
    .row_galerie_projets .projet_a_small {
        width: 100%;
    }
    .row_galerie_projets:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 450px) {
    .row_galerie_projets a {
        height: 40vh;
    }
    .row_galerie_projets .projet_a_small {
        height: 40vh;
    }
}

/* icon web : /wp-content/uploads/2022/08/main-icon_osmoz-16.svg*/
/* icon i. visuelle : /wp-content/uploads/2022/08/main-icon_osmoz-17.svg */
/* icon photo video : /wp-content/uploads/2022/08/main-icon_osmoz-18.svg*/
/* icon event : /wp-content/uploads/2022/08/main-icon_osmoz-19.svg */
