/*!
Theme Name: larson child
Theme URI: https://bslthemes.site/larson/
Author: beshleyua
Author URI: https://themeforest.net/user/beshleyua
Description: Larson - Architecture WordPress Theme
Version: 1.1.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: larson
Text Domain: larson-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/


/*  Page Société    */
#degrade-container {
    position: relative;
    overflow: hidden;
}

#degrade-container::before {
    content: "";
    position: absolute;
    top: 300px; /* espace au-dessus */
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./img/degrade.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

#degrade-container > * {
    position: relative;
    z-index: 1;
}
