/*
Theme Name: Boreal Agency Sàrl
Description: Thème enfant de Divi 5
Author: Dind.Studio
Author URI: https://dind.studio/
Template: Divi
Version: 1.0
*/



/* SETTINGS */

::-moz-selection {
    background: #5919c1;
    color: #fff;
}
::selection {
    background: #5919c1;
    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%;
}

/* Texts */
body.custom-theme-ds {
    line-height: 1.6em;
    scroll-behavior: smooth;
}
body.custom-theme-ds p {
    line-height: 1.6em;
}
body.custom-theme-ds h1, body.custom-theme-ds h2, body.custom-theme-ds h3, body.custom-theme-ds h4, body.custom-theme-ds h5, body.custom-theme-ds h6 {
    padding-bottom: 10px !important;
}
body.custom-theme-ds .title-text h1, body.custom-theme-ds .title-text h2, body.custom-theme-ds .title-text h3, body.custom-theme-ds .title-text h4, body.custom-theme-ds .title-text h5, body.custom-theme-ds .title-text h6 {
    padding-bottom: 0px !important;
}
body.custom-theme-ds .et_pb_text_inner p a,
body.custom-theme-ds .et_pb_toggle_content a {
    text-decoration: underline;
    transition: all .2s ease;
}
body.custom-theme-ds .et_pb_text_inner p a:hover,
body.custom-theme-ds .et_pb_toggle_content a:hover {
    text-decoration: none;
}
body.custom-theme-ds .et_pb_text .et_pb_text_inner ul {
    line-height: 1.6em;
    padding-bottom: 1em;
    padding-left: 1em;
}

/* Animation SVG */
body.custom-theme-ds .et_pb_section .et_pb_row .et_pb_column .zoom-in-out-element {
    animation: zoom-in-zoom-out 2s ease infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        scale: 100%
    }
    50% {
        scale: 120%;
    }
    100% {
        scale: 100%;
    }
}

/* Buttons */
body.custom-theme-ds .et_pb_section .et_pb_row .et_pb_column .et_pb_button_module_wrapper a.et_pb_button {
    font-weight: 300;
    font-size: 22px;
    line-height: 1em !important;
    padding-top: 11px !important;
    padding-bottom: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transition: all .2s ease;
}

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

    /* Buttons */
    body.custom-theme-ds .et_pb_section .et_pb_row .et_pb_column .et_pb_button_module_wrapper a.et_pb_button {
        font-size: 21px;
    }
}
@media only screen and (max-width: 767px) {

    /* Buttons */
    body.custom-theme-ds .et_pb_section .et_pb_row .et_pb_column .et_pb_button_module_wrapper a.et_pb_button {
        font-size: 20px;
    }
}


