/*
 Theme Name:   Yannick Ansquer
 Author:       MyDeveloper
 Template:     hello-elementor
 Version:      0.1
*/

body {
    --orange: var(--e-global-color-secondary);
    --blue: var(--e-global-color-text);
    font-family: "PT Sans", sans-serif;
    font-size: 1rem !important;
}

a {
    color: var(--blue);
}

a:hover, a:focus {
    cursor: pointer;
    color: var(--orange);
}

a[target]:hover {
    color: var(--orange);
}

a[target]:after {
    content: "\e990";
    font-family: 'MyDeveloper-FA6-Light';
    font-style: normal !important;
    margin: 0 5px;
    font-size: 12px;
}

ul {
    margin-bottom: 1rem;
}

h1 {
    font-size: 3.75em;
    font-weight: 700;
    letter-spacing: 7px;
    text-transform: uppercase;
    line-height: 1;
    text-wrap: pretty;
    font-family: "Annie Use Your Telescope", Sans-serif;
}

h2 {
    font-size: 3.43em;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: 1;
    font-family: "Annie Use Your Telescope", Sans-serif;
}

h3 {
    font-size: 1.43em;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.43em !important;
    word-spacing: 0;
    font-family: "Inter", sans-serif;
}

h4 {
    font-size: 1.287em;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1;
    word-spacing: 0;
    font-family: "Inter", sans-serif;
}

h5 {
    font-size: 1.1583em;
    font-weight: 600;
    word-spacing: 0;
    line-height: 1;
    letter-spacing: 3px;
    font-family: "Inter", sans-serif;
}

h6 {
    font-size: 1.04247em;
    font-weight: 600;
    word-spacing: 0;
    line-height: 1;
    letter-spacing: 3px;
    font-family: "Inter", sans-serif;
}

@media (max-width: 1025px) {
    body {
        font-size: .88em !important;
    }
}
@media (max-width: 768px) {
    body {
        font-size: .7em !important;
    }
    p {
        font-size: 1.45em;
    }
}

/* FOOTER */


/* CLASS CUSTOM */

.obfl {
    border: unset;
    padding: unset;
    color: var( --e-global-color-text );
    font-weight: 600;
}
.obfl:hover {
    border: unset;
    padding: unset;
    background-color: unset;
    color: var( --e-global-color-secondary );
    font-weight: 600;
}

.btn-card p {
    margin-bottom : 0;
}

/* BUTTON BACK TO TOP */
#backToTop {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    background-color: white;
    border: 1px solid var(--e-global-color-secondary);
    box-shadow: 8px 8px 10px rgba(0,0,0,.3);
    z-index: 1500;
    padding: 6px 0 0 0;
}

#backToTop i {
    color: var(--e-global-color-primary);
    font-size: 1.3rem;
}

/* OVERRIDE ELEMENTOR */

[type=submit]:hover, button:focus, button:hover {
    background-color: #69727d;
}

/* OVERRIDE RANK MATH */

.rank-math-breadcrumb p {
    line-height: 2rem;
}

.btn-white {
    background-color: var(--e-global-color-aa42c1f);
    border: 2px solid var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 30px;
    border-radius: 50px;
    cursor: pointer;
}

.btn-white:hover, .btn-white:focus {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
}
