@font-face {
    font-family: 'Futuru';
    src: url('../fonts/Futuru/Futuru-Black.otf') format('opentype');
    font-weight: 900;
}

@font-face {
    font-family: 'Futuru';
    src: url('../fonts/Futuru/Futuru-Extrabold.otf') format('opentype');
    font-weight: 800;
}

@font-face {
    font-family: 'Futuru';
    src: url('../fonts/Futuru/Futuru-Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Futuru';
    src: url('../fonts/Futuru/Futuru-Semibold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'Futuru';
    src: url('../fonts/Futuru/Futuru-Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Futuru';
    src: url('../fonts/Futuru/Futuru-Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Futuru';
    src: url('../fonts/Futuru/Futuru-Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Futuru';
    src: url('../fonts/Futuru/Futuru-Extralight.otf') format('opentype');
    font-weight: 200;
}

@font-face {
    font-family: 'Futuru';
    src: url('../fonts/Futuru/Futuru-Thin.otf') format('opentype');
    font-weight: 100;
}

@font-face {
    font-family: 'OpenSauceSans';
    src: url('../fonts/OpenSauceSans/OpenSauceSans-Black.ttf') format('opentype');
    font-weight: 900;
}

@font-face {
    font-family: 'OpenSauceSans';
    src: url('../fonts/OpenSauceSans/OpenSauceSans-ExtraBold.ttf') format('opentype');
    font-weight: 800;
}

@font-face {
    font-family: 'OpenSauceSans';
    src: url('../fonts/OpenSauceSans/OpenSauceSans-Bold.ttf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'OpenSauceSans';
    src: url('../fonts/OpenSauceSans/OpenSauceSans-SemiBold.ttf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'OpenSauceSans';
    src: url('../fonts/OpenSauceSans/OpenSauceSans-Medium.ttf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'OpenSauceSans';
    src: url('../fonts/OpenSauceSans/OpenSauceSans-Regular.ttf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'OpenSauceSans';
    src: url('../fonts/OpenSauceSans/OpenSauceSans-Light.ttf') format('opentype');
    font-weight: 300;
}

:root {
    --color-primary: #EC6707;
    --color-secondary: #FAA05F;
    --color-tertiary: #FFF2E8;
    --color-light: #ffffff;
    --color-dark: #000000;
    --color-gray: #E8E8E8;
    --font-body: "Futuru", sans-serif;
    --font-title: "Futuru", sans-serif;
    --font-chiffre: "OpenSauceSans", sans-serif;
}

body {
    font-family: var(--font-body)!important;
    background-color: var(--color-tertiary)!important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--font-title)!important;
    font-weight: 900;
}

div {
    break-inside: avoid;
}

p,
li {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    p,
    li {
        font-size: 18px;
        line-height: 22px;
    }
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0!important;
}

main a {
    color: var(--color-primary)!important;
    transition: color ease 0.3s;
}

a:hover {
    color: var(--color-secondary)!important;
    text-decoration: none!important;
}

div[style*="background:#071248"] .text-block a,
div[style*="background: center center / cover rgb(7, 18, 72)"] .text-block a {
    color: var(--color-light)!important;
    text-decoration: underline;
    text-underline-offset: 4px;
}

div[style*="background:#071248"] .text-block a:hover,
div[style*="background: center center / cover rgb(7, 18, 72)"] .text-block a:hover {
    text-decoration: underline!important;
    color: #ffffff8a!important;
}

.relative {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0!important;
}

.wp-block-image {
    margin: 0!important;
}

.wp-block-image img {
    width: 100%;
}

#wpadminbar a {
    color: #f0f0f1!important;
}

.pagination {
    margin-top: 30px;
    justify-content: center;
    gap: 20px;
}

.pagination .page-numbers {
    border: solid 1px var(--color-primary);
    color: var(--color-primary);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background-color: var(--color-primary);
    color: var(--color-light)!important;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    width: auto;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .reverse-mobile>.container-fluid {
        flex-direction: column-reverse!important;
    }
    .d-mobile-none {
        display: none!important;
    }
    .d-mobile-block {
        display: block!important;
        ;
    }
}

@media screen and (min-width: 768px) {
    .d-mobile-block {
        display: none!important;
        ;
    }
}