/*
Theme Name: Sloan von Bergen
Description: Thème enfant de Sloan von Bergen
Author: by the way studio Sàrl
Author URI: https://bytheway.studio/
Template: Divi
Version: 1.0
*/



/* SETTINGS */

::-moz-selection {
    background: #3fa9f5;
    color: #fff;
}
::selection {
    background: #3fa9f5;
    color: #fff;
}
.et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row, .et_pb_row:not([class*=et_flex_column]) {
    width: 100%;
}
body.custom-theme-btws .et_pb_section .et_pb_row .et_pb_column {
    display: block;
}

/* Fonts */
@font-face {
    font-family: 'Filming';
    src: url('/wp-content/themes/svb-ride/fonts/filming/Filming-Regular.eot');
    src: url('/wp-content/themes/svb-ride/fonts/filming/Filming-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/svb-ride/fonts/filming/Filming-Regular.woff2') format('woff2'),
        url('/wp-content/themes/svb-ride/fonts/filming/Filming-Regular.woff') format('woff'),
        url('/wp-content/themes/svb-ride/fonts/filming/Filming-Regular.ttf') format('truetype'),
        url('/wp-content/themes/svb-ride/fonts/filming/Filming-Regular.svg#Filming-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Texts */
body.custom-theme-btws {
    font-family: 'DM Sans';
    line-height: 1.6em;
    scroll-behavior: smooth;
}
body.custom-theme-btws p {
    font-family: 'DM Sans';
    line-height: 1.6em;
}
body.custom-theme-btws h1, body.custom-theme-btws h2, body.custom-theme-btws h3, body.custom-theme-btws h4, body.custom-theme-btws h5, body.custom-theme-btws h6 {
    padding-bottom: 0px !important;
}
body.custom-theme-btws .et_pb_text_inner p a {
    transition: all .2s ease;
}
body.custom-theme-btws .et_pb_text_inner p a:hover {
    text-decoration: underline;
}

/* Header */
body.custom-theme-btws #page-container #et-boc header.et-l--header .et_pb_section .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner p {
    font-family: 'Filming';
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
}

/* Intro */
body.custom-theme-btws .et_pb_section .et_pb_row.row_images .et_pb_column {
    display: flex;
}
body.custom-theme-btws .et_pb_section .et_pb_row.row_images .et_pb_column .row_flow-text {
    position: absolute;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 40px;
    margin-right: 40px;
}
body.custom-theme-btws .et_pb_section .et_pb_row.row_images .et_pb_column .row_flow-text .et_pb_column {
    display: block;
}

/* Flow text */
body.custom-theme-btws .et_pb_section .et_pb_row .et_pb_column .diviflow_seamless_marquee {
    mix-blend-mode: initial;
}

@media only screen and (max-width: 980px) {

    /* Intro */
    body.custom-theme-btws .et_pb_section .et_pb_row.row_images .et_pb_column .row_flow-text {
        margin-left: 30px;
        margin-right: 30px;
    }
}
@media only screen and (max-width: 767px) {

    /* Intro */
    body.custom-theme-btws .et_pb_section .et_pb_row.row_images .et_pb_column .row_flow-text {
        margin-left: 20px;
        margin-right: 20px;
    }
}


