/*
Theme Name: Sabine Dev
Theme URI: http://example.com
Author: Your name
Author URI: http://pinegrow.com/
Description: This theme was created with Pinegrow Web Editor
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sabine_dev
*/
section {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 60vh;
}

.active-tile {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #dedede;
}

@media (max-width:991px) {
    .active-tile {
        height: 40px;
    }
}

header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
}

.video-embarquee {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.video-embarquee iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;

    /* Hide horizontal scrollbar */
}