/*
Theme Name: Home-in-one
Author: Pietro Peerani
Author URI: https://pietropeerani.com
Version: 1.0
*/

html {
    scroll-behavior: smooth;
}

.container {
    width: 100%;
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;
}

#services,
#apropos,
#valeurs,
#avis,
#faq,
#dynamic-content {
    scroll-margin: 70px;
}

