/*
Theme Name: Vega Immobilier SA
Description: Thème enfant de Vega Immobilier SA
Author: Ludovic Dind
Author URI: https://dind.studio/
Template: Divi
Version: 1.0
*/



/* SETTINGS */

::-moz-selection {
    background: #2d5b7b;
    color: #fff;
}
::selection {
    background: #2d5b7b;
    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;
}

/* Texts */
body.custom-theme-btws {
    line-height: 1.5em;
    scroll-behavior: smooth;
}
body.custom-theme-btws p {
    line-height: 1.5em;
}
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,
body.custom-theme-btws .et_pb_promo p a:hover {
    text-decoration: underline;
}
body.custom-theme-btws .et_pb_text.title .et_pb_text_inner p {
    line-height: 1.2em !important;
}
body.custom-theme-btws .et_pb_text.number .et_pb_text_inner p {
    line-height: .9em !important;
}
body.custom-theme-btws .et_pb_text_inner ul {
    line-height: 1.5em;
    padding-bottom: 1em;
    padding-left: 1em;
}
body.custom-theme-btws .et_pb_text.custom-list .et_pb_text_inner ul {
    padding-bottom: 0px;
}
body.custom-theme-btws .et_pb_text.custom-list .et_pb_text_inner ul li {
    padding-bottom: 1em;
}
body.custom-theme-btws .et_pb_text.custom-list .et_pb_text_inner ul li:last-child {
    padding-bottom: 0px;
}
body.custom-theme-btws .et_pb_text.custom-list .et_pb_text_inner ul li::marker {
    color: #fff;
}

/* Buttons */
body.custom-theme-btws #page-container #et-boc .et_pb_button_module_wrapper {
    height: 57.59px;
}
body.custom-theme-btws #page-container #et-boc .et_pb_button_module_wrapper a.et_pb_button {
    height: 57.59px;
    font-size: 18px;
    line-height: 1.2em !important;
    overflow: hidden;
    padding: 18px 30px !important;
    transition: all .2s ease;
}

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

    /* Buttons */
    body.custom-theme-btws #page-container #et-boc .et_pb_button_module_wrapper {
        height: 56.51px;
    }
    body.custom-theme-btws #page-container #et-boc .et_pb_button_module_wrapper a.et_pb_button {
        height: 56.51px;
        font-size: 17px;
    }
}
@media only screen and (max-width: 767px) {

    /* Buttons */
    body.custom-theme-btws #page-container #et-boc .et_pb_button_module_wrapper {
        height: 55.2px;
    }
    body.custom-theme-btws #page-container #et-boc .et_pb_button_module_wrapper a.et_pb_button {
        height: 55.2px;
        font-size: 16px;
    }
}


