/*
Theme Name: Accorps Santé
Description: Thème enfant de Accorps Santé
Author: Ludovic Dind
Author URI: https://dind.studio/
Template: Divi
Version: 1.0
*/



/* SETTINGS */

::-moz-selection {
    background: #000;
    color: #fff;
}
::selection {
    background: #000;
    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-ld {
    line-height: 1.5em;
    letter-spacing: .5px;
    scroll-behavior: smooth;
}
body.custom-theme-ld p {
    line-height: 1.5em;
    letter-spacing: .5px;
}
body.custom-theme-ld h1, body.custom-theme-ld h2, body.custom-theme-ld h3, body.custom-theme-ld h4, body.custom-theme-ld h5, body.custom-theme-ld h6 {
    padding-bottom: 10px !important;
}
body.custom-theme-ld .et_pb_text_inner p a {
    transition: all .2s ease;
}
body.custom-theme-ld .et_pb_text_inner p a:hover,
body.custom-theme-ld .et_pb_promo p a:hover {
    text-decoration: underline;
}
body.custom-theme-ld .et_pb_text_inner ul {
    line-height: 1.5em;
    padding-bottom: 1em;
    padding-left: 1em;
}
body.custom-theme-ld .et_pb_text.title .et_pb_text_inner p {
    line-height: 1.2em;
}

/* Buttons */
body.custom-theme-ld #page-container #et-boc #et-main-area .et_pb_button_module_wrapper {
    height: 48px;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et_pb_button_module_wrapper a.et_pb_button {
    height: 48px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em !important;
    letter-spacing: 1px;
    color: #fff;
    border: 0px !important;
    border-radius: 100px !important;
    overflow: hidden;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    transition: all .2s ease;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et_pb_button_module_wrapper a.et_pb_button:hover {
    color: rgb(255 255 255 / 50%) !important;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et_pb_button_module_wrapper a.et_pb_button.yellow {
    color: #000 !important;
    background-color: #f5ae0a !important;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et_pb_button_module_wrapper a.et_pb_button.yellow:hover {
    color: #fff !important;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et_pb_button_module_wrapper a.et_pb_button.purple {
    color: #fff !important;
    background-color: #712832 !important;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et_pb_button_module_wrapper a.et_pb_button.purple:hover {
    color: rgb(255 255 255 / 50%) !important;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et_pb_button_module_wrapper a.et_pb_button.green {
    color: #000 !important;
    background-color: #71ae71 !important;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et_pb_button_module_wrapper a.et_pb_button.green:hover {
    color: #fff !important;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et_pb_button_module_wrapper a.et_pb_button.orange {
    color: #000 !important;
    background-color: #ec9065 !important;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et_pb_button_module_wrapper a.et_pb_button.orange:hover {
    color: #fff !important;
}

/* Social Media */
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_social_media_follow li.et_pb_social_icon a.icon {
    padding: 4px !important;
}








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

    body.custom-theme-ld .et_pb_section .et_pb_row.row_reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    body.custom-theme-ld .et_pb_section .et_pb_row.row_reverse .et_pb_column {
        margin-bottom: 0px;
    }
    body.custom-theme-ld .et_pb_section .et_pb_row.row_reverse .et_pb_column.et-last-child {
        margin-bottom: 30px;
    }

    /* Buttons */
    body.custom-theme-ld #page-container #et-boc #et-main-area .et_pb_button_module_wrapper {
        height: 45.6px;
    }
    body.custom-theme-ld #page-container #et-boc #et-main-area .et_pb_button_module_wrapper a.et_pb_button {
        height: 45.6px;
        font-size: 18px;
    }

    /* Social Media */
    body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_social_media_follow li.et_pb_social_icon a.icon {
        padding: 3px !important;
    }
}
@media only screen and (max-width: 767px) {

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

    /* Social Media */
    body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_social_media_follow li.et_pb_social_icon a.icon {
        padding: 2px !important;
    }
}


