/*
Theme Name: AGY 1
Description: Thème enfant de AGY 1
Author: by the way studio
Author URI: https://bytheway.studio/
Template: Divi
Version: 1.0
*/



/* SETTINGS */

::-moz-selection {
    background: #a07c52;
    color: #fff;
}
::selection {
    background: #a07c52;
    color: #fff;
}
.et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row {
    width: 100%;
}

/* Texts */
body.custom-theme-btw {
    scroll-behavior: smooth;
}
body.custom-theme-btw h1, body.custom-theme-btw h2, body.custom-theme-btw h3, body.custom-theme-btw h4, body.custom-theme-btw h5, body.custom-theme-btw h6 {
    padding-bottom: 0px !important;
}
body.custom-theme-btw .et_pb_text_inner p {
    line-height: 1.6em;
}
body.custom-theme-btw .et_pb_text_inner ul,
body.custom-theme-btw .et_pb_text_inner ol {
    line-height: 1.6em;
    list-style-position: initial;
    padding-bottom: 1em;
    padding-left: 1em;
}
body.custom-theme-btw .et_pb_text_inner p a {
    transition: all .2s ease;
}
body.custom-theme-btw .et_pb_text_inner p a:hover {
    text-decoration: underline;
}

/* Titles */
body.custom-theme-btw .title-border {
    width: fit-content;
}

/* Buttons */
body.custom-theme-btw .et_pb_button_module_wrapper a.et_pb_button {
    font-size: 18px !important;
    line-height: 1em !important;
    padding-top: 14px !important;
    padding-bottom: 13px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transition: all .2s ease;
}

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

    /* Buttons */
    body.custom-theme-btw .et_pb_button_module_wrapper a.et_pb_button {
        font-size: 17px !important;
    }
}
@media only screen and (max-width: 767px) {

    /* Buttons */
    body.custom-theme-btw .et_pb_button_module_wrapper a.et_pb_button {
        font-size: 16px !important;
    }
}


