

body:not(.home) .galerie-metier .rbs_gallery_button .button-flat:nth-child(2) {
    display: none !important;

}
body:not(.home) .galerie-metier.galerie-realisations .robo-gallery-wrap .rbs_gallery_button  {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 2px;
}
@media (max-width: 768px) {
    body:not(.home) .galerie-metier.galerie-realisations .robo-gallery-wrap .rbs_gallery_button  {
        flex-direction: column !important;
    }
    body:not(.home) .galerie-metier.galerie-realisations .robo-gallery-wrap .rbs_gallery_button .button {
        width: 100% !important;
        margin: 0 !important;
    }
}
body:not(.home) .galerie-metier.galerie-realisations .robo-gallery-wrap .rbs_gallery_button .button {
    color: #333 !important;
}
body:not(.home) .galerie-metier.galerie-realisations .robo-gallery-wrap .rbs_gallery_button .button.active {
    color: #fff !important;
    background-color: #c94a50 !important;
    font-weight: 700 !important;
    text-shadow: none !important;
}
body:not(.home) .galerie-metier.galerie-realisations .robo-gallery-wrap .rbs_gallery_button .button:hover, 
body:not(.home) .galerie-metier.galerie-realisations.robo-gallery-wrap .rbs_gallery_button .button:focus {
    color: #fff !important;
    background-color: #c94a50 !important;
}

#contact-projet {
    background-size: 45% auto !important;
    background-position: left top !important;
}