/*
Theme Name: Star zu Star
Description: Thème enfant de Star zu Star
Author: by the way studio Sàrl
Template: Divi
Version: 1.0
*/



/* SETTINGS */

::-moz-selection {
    background: #262626;
    color: #fff;
}
::selection {
    background: #262626;
    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%;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_reverse {
    display: flex;
    align-items: center;
}

/* Fonts */
@font-face {
    font-family: 'Cornero';
    src: url('/wp-content/themes/starzustar/fonts/cornero/CorneroRegular.eot');
    src: url('/wp-content/themes/starzustar/fonts/cornero/CorneroRegular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/starzustar/fonts/cornero/CorneroRegular.woff2') format('woff2'),
        url('/wp-content/themes/starzustar/fonts/cornero/CorneroRegular.woff') format('woff'),
        url('/wp-content/themes/starzustar/fonts/cornero/CorneroRegular.ttf') format('truetype'),
        url('/wp-content/themes/starzustar/fonts/cornero/CorneroRegular.svg#CorneroRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/wp-content/themes/starzustar/fonts/helvetica/HelveticaNeueLTStd-Bd.eot');
    src: url('/wp-content/themes/starzustar/fonts/helvetica/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/starzustar/fonts/helvetica/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('/wp-content/themes/starzustar/fonts/helvetica/HelveticaNeueLTStd-Bd.woff') format('woff'),
        url('/wp-content/themes/starzustar/fonts/helvetica/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
        url('/wp-content/themes/starzustar/fonts/helvetica/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/wp-content/themes/starzustar/fonts/helvetica/HelveticaNeueLTStd-Roman.eot');
    src: url('/wp-content/themes/starzustar/fonts/helvetica/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/starzustar/fonts/helvetica/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('/wp-content/themes/starzustar/fonts/helvetica/HelveticaNeueLTStd-Roman.woff') format('woff'),
        url('/wp-content/themes/starzustar/fonts/helvetica/HelveticaNeueLTStd-Roman.ttf') format('truetype'),
        url('/wp-content/themes/starzustar/fonts/helvetica/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Texts */
body.custom-theme-btw {
    line-height: 1.5em;
    scroll-behavior: smooth;
}
body.custom-theme-btw p {
    line-height: 1.5em;
}
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 {
    font-weight: bold;
    padding-bottom: 0px !important;
}
body.custom-theme-btw .et_pb_module ul {
    line-height: 1.5em;
    padding-bottom: 1em;
    padding-left: 1em;
}
body.custom-theme-btw .et_pb_module ul li::marker {
    color: #3644df;
}
body.custom-theme-btw p a {
    transition: all .2s ease;
}
body.custom-theme-btw p a:hover {
    text-decoration: underline;
}

/* Boutons */
body.custom-theme-btw .et_pb_section div.et_pb_row .et_pb_column .et_pb_button_module_wrapper a.et_pb_button {
    font-size: 15px !important;
    line-height: 1em !important;
    padding-top: 13px !important;
    padding-bottom: 8px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    transition: all .2s ease;
}
body.custom-theme-btw .et_pb_section div.et_pb_row .et_pb_column .et_pb_button_module_wrapper a.et_pb_button.white {
    color: #3644df !important;
    background: #fff !important;
}
body.custom-theme-btw .et_pb_section div.et_pb_row .et_pb_column .et_pb_button_module_wrapper a.et_pb_button.white:hover {
    color: #fff !important;
    background: #968f8f !important;
}

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

    body.custom-theme-btw .et_pb_section .et_pb_row.row_reverse {
        flex-direction: column;
    }
    body.custom-theme-btw .et_pb_section div.et_pb_row .et_pb_column .et_pb_button_module_wrapper a.et_pb_button {
        font-size: 14px !important;
    }
}

