/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*
 fond page qui nous sommes
 */
.monfond {
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 1px 2px 30px rgb(0 0 0 / 10%);
    background-image: url(/img/cms/infos-contact.jpg);
}