/*
Theme Name: Atelier 12Mill
Description: Thème enfant de Atelier 12Mill
Author: Ludovic Dind
Author URI: https://dind.studio/
Template: Divi
Version: 1.0
*/



/* SETTINGS */

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

/* Fonts */
@font-face {
    font-family: 'DIN 1451 Std';
    src: url('/wp-content/themes/atelier12mill/fonts/din/DINMittelschriftStd.eot');
    src: url('/wp-content/themes/atelier12mill/fonts/din/DINMittelschriftStd.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/atelier12mill/fonts/din/DINMittelschriftStd.woff2') format('woff2'),
        url('/wp-content/themes/atelier12mill/fonts/din/DINMittelschriftStd.woff') format('woff'),
        url('/wp-content/themes/atelier12mill/fonts/din/DINMittelschriftStd.ttf') format('truetype'),
        url('/wp-content/themes/atelier12mill/fonts/din/DINMittelschriftStd.svg#DINMittelschriftStd') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 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 h1 span, body.custom-theme-ld h2 span, body.custom-theme-ld h3 span, body.custom-theme-ld h4 span, body.custom-theme-ld h5 span, body.custom-theme-ld h6 span {
    color: #751616 !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;
}

/* Buttons */
body.custom-theme-ld #page-container #et-boc #et-main-area a.et_pb_button {
    font-size: 17px;
    line-height: 1em !important;
    border: 0px !important;
    border-radius: 100px !important;
    overflow: hidden;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    transition: all .2s ease;
}

@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 a.et_pb_button {
        font-size: 16px;
    }
}


