@charset "UTF-8";

/* Couleurs principales */
:root {
    --color-gold: #A46F3F;
    --color-dark-gold: #67534D;
    --color-white: #FFFFFF;
    --color-black: #1A1C1C;
    --color-gray: #6b6b6b;
    --color-brown: #55433B;
    --color-bg-beige: #EEECE64D;
}

@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Light.woff2') format('woff2'),
        url('../fonts/Canela-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-LightItalic.woff2') format('woff2'),
        url('../fonts/Canela-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Thin.woff2') format('woff2'),
        url('../fonts/Canela-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-ThinItalic.woff2') format('woff2'),
        url('../fonts/Canela-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer-Italic.woff2') format('woff2'),
        url('../fonts/Switzer-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer-Light.woff2') format('woff2'),
        url('../fonts/Switzer-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer-LightItalic.woff2') format('woff2'),
        url('../fonts/Switzer-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer-Regular.woff2') format('woff2'),
        url('../fonts/Switzer-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-switzer {
    font-family: 'Switzer', sans-serif;
}

.font-canela {
    font-family: 'Canela', sans-serif;
}

.cursor-normal {
    cursor: default;
}


.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-secondary,
.btn-secondary:active,
.btn-secondary:focus,
.btn-primary.disabled,
.btn-primary:disabled {

    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    min-width: 200px;
}

.btn-primary.disabled,
.btn-primary:disabled {
    opacity: 0.4;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
    background-color: transparent;
    border-color: var(--color-gold);
    color: var(--color-dark-gold);
    font-family: Canela;
    font-size: 20px;
    font-weight: 400;
    box-shadow: none;
}

.btn-primary:hover {
    background-color: var(--color-gold);
    color: var(--color-white);
    border-color: var(--color-gold);
}

.btn {
    display: inline-block;
    min-width: 215px;
    width: 215px;
}

input::placeholder {
    font-weight: 300;
    font-size: 16px;
}

.btn-group-sm>.btn,
.btn-sm,
.btn-sm:active,
.btn-sm:focus {
    padding: 0.25rem 0.5rem !important;
    font-size: .875rem !important;
    min-width: 180px;
}


main {
    margin-top: 30px;
    margin-bottom: 60px;
}

main.hp {
    margin-top: 10px;
}

body {
    background: #fff;
    color: #000;
}

body.white {
    opacity: 0.6;
}

html {
    font-family: Switzer;
    /* 1 */
    line-height: 1.5;
    /* 2 */
}

strong {
    font-weight: 700;
}

p,
div {
    font-family: Switzer;
    line-height: 1.4;
    font-weight: 400;
    font-size: 14px;
    color: #000
}

.color-defaut {
    color: #000 !important;
    text-shadow: none !important;
}

a {
    text-decoration: none;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    color: #333333;
}

h2 {
    font-size: 24px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
    font-size: 1rem;
    font-weight: 500;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-secondary,
.btn-secondary:active,
.btn-secondary:focus,
.btn-primary.disabled,
.btn-primary:disabled {

    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
    min-width: 200px;
    letter-spacing: 1px;
}

.btn-primary.disabled,
.btn-primary:disabled {
    opacity: 0.4;
}


.btn-group-sm>.btn,
.btn-sm,
.btn-sm:active,
.btn-sm:focus {
    padding: 0.25rem 0.5rem !important;
    font-size: .875rem !important;
    min-width: 180px;
}

.visible-only-admin {
    position: absolute;
    padding: 5px;
    border-radius: 6px;
    top: 10px;
    right: 20px;
    text-align: center;
    background-color: #008f25;
    font-size: 12px;
    color: white;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 600px;
    margin: 30px auto;
    border-radius: 6px;
    box-shadow: 0 0 19px #00000042;
}

label.error {
    display: table;
    font-size: 12px;
    color: red;
    background-color: #fbd0d0;
    padding: 2px 9px;
    border: 1px solid red;
    border-radius: 7px;
    margin-top: 10px;
}

.vertical-horizontal-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

hr.short-1 {
    margin: auto;
    max-width: 3rem;
}

hr.short-2 {
    margin: auto;
    max-width: 5rem;
}

hr.short-3 {
    margin: auto;
    max-width: 8rem;
}


.nav-link {
    color: #333;
}

.nav-tabs .nav-link {
    color: #333;
}

.cursor-pointer {
    cursor: pointer;
}

.card.highlight {
    box-shadow: 0px 0px 20px rgb(49 49 49 / 15%);
}

.card.highlight .card-body {
    padding: 30px;
}

.px-29px {
    padding-right: 29px !important;
    padding-left: 29px !important;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

label {
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 16px;
}

hr.short {
    max-width: 350px;
    margin: auto;
}