/*
Theme Name: Com-Tech Solutions
Description: Thème enfant de Divi 4
Author: Ludovic Dind
Author URI: https://dind.studio/
Template: Divi
Version: 1.0
*/



/* SETTINGS */

::-moz-selection {
    background: #5db1c5;
    color: #fff;
}
::selection {
    background: #5db1c5;
    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;
    scroll-behavior: smooth;
}
body.custom-theme-ld p {
    line-height: 1.5em;
}
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 ul {
    line-height: 1.5em;
    list-style-type: square;
    padding-bottom: 1em;
    padding-left: 1em;
}
body.custom-theme-ld .et_pb_text_inner ul li::marker {
    list-style-type: square;
    color: #751616;
}

body.custom-theme-ld .title-no-space .et_pb_text_inner h3 {
    padding-bottom: 0px !important;
}

/* Buttons */
body.custom-theme-ld #page-container #et-boc #et-main-area a.et_pb_button {
    font-size: 20px;
    line-height: 1em !important;
    border: 0px !important;
    border-radius: 100px !important;
    background-image: linear-gradient(90deg,#5db1c5 0%,#4b76b8 100%);
    overflow: hidden;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
    transition: all .2s ease;
}
body.custom-theme-ld #page-container #et-boc #et-main-area a.et_pb_button:hover {
    transform: scale(1.05);
}
body.custom-theme-ld #page-container #et-boc #et-main-area a.et_pb_button.white {
    color: #4b76b8 !important;
    background-image: none;
    background: #fff;
}

@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;
    }

    /* Number */
    body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_text.number {
        width: 70px;
        height: 70px;
    }
    body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_text.number .et_pb_text_inner p {
        line-height: 70px;
    }

    /* Buttons */
    body.custom-theme-ld #page-container #et-boc #et-main-area a.et_pb_button {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {

    /* Footer */
    body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row.row_infos .et_pb_column {
        width: 100%;
    }

    /* Number */
    body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_text.number {
        width: 60px;
        height: 60px;
    }
    body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_text.number .et_pb_text_inner p {
        line-height: 60px;
    }

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


