/*
Theme Name: Julian James Conservation
Description: Thème enfant de Julian James Conservation
Author: Ludovic Dind
Author URI: https://dindludovic.design/
Template: Divi
Version: 1.0
*/



/* SETTINGS */

::-moz-selection {
    background: #0000ff;
    color: #fff;
}
::selection {
    background: #0000ff;
    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: 'Calibri';
    src: url('/wp-content/themes/james-conservation/fonts/calibri/Calibri-Light.eot');
    src: url('/wp-content/themes/james-conservation/fonts/calibri/Calibri-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/james-conservation/fonts/calibri/Calibri-Light.woff2') format('woff2'),
        url('/wp-content/themes/james-conservation/fonts/calibri/Calibri-Light.woff') format('woff'),
        url('/wp-content/themes/james-conservation/fonts/calibri/Calibri-Light.ttf') format('truetype'),
        url('/wp-content/themes/james-conservation/fonts/calibri/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: url('/wp-content/themes/james-conservation/fonts/calibri/Calibri-Bold.eot');
    src: url('/wp-content/themes/james-conservation/fonts/calibri/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/james-conservation/fonts/calibri/Calibri-Bold.woff2') format('woff2'),
        url('/wp-content/themes/james-conservation/fonts/calibri/Calibri-Bold.woff') format('woff'),
        url('/wp-content/themes/james-conservation/fonts/calibri/Calibri-Bold.ttf') format('truetype'),
        url('/wp-content/themes/james-conservation/fonts/calibri/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Texts */
body.custom-theme-ld {
    font-family: 'Calibri';
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.6em;
    scroll-behavior: smooth;
}
body.custom-theme-ld p {
    font-family: 'Calibri';
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.6em;
}
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 {
	font-family: 'Calibri';
    font-weight: 300;
    font-style: normal;
    line-height: 1.2em;
    padding-bottom: 10px !important;
}
body.custom-theme-ld .et_pb_text_inner p a {
    text-decoration: underline;
}
body.custom-theme-ld .et_pb_text_inner p a:hover {
    text-decoration: none;
}

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

    /* Texts */
    body.custom-theme-ld {
        font-size: 17px;
    }
    body.custom-theme-ld p {
        font-size: 17px;
    }
}


