@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap');

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

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    background: #fff;
    color: #a19e9e;

}

body.white {
    opacity: 0.6;
}

html {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #a19e9e;
}

html {
    scroll-behavior: auto !important;
}

strong,
b {
    font-weight: 700;
}

p,
div {
    line-height: 1.6;
    font-weight: 300;
    font-size: 16px;
    color: #a19e9e;
}

p {
    margin: 0 0 1.41575em;
}

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

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

a:hover {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Prata', serif;
    color: #515050;
}

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

h2 {
    font-size: 34px;
    font-weight: 300;
}

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 {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    min-width: 160px;
    letter-spacing: 1px;
    box-shadow: none;
}

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

.btn-primary:hover {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    color: #a19e9a;
}


.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: 0px;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%), 0 0 8px -5px rgb(0 0 0 / 30%);
}

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 {
    background-color: #74726e;
    opacity: 1;
}

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;
}

.alignC {
    text-align: center !important;
}

.alignL {
    text-align: left !important;
}

.alignR {
    text-align: right !important;
}

.alignJ {
    text-align: justify !important;
}

.form-control,
.form-select {
    background-color: #ffffff;
    border: 1px solid #a19e9e;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    padding: .6180469716em;
}

.fw-bold,
strong {
    font-weight: 600 !important;
}

.dark-gray {
    color: #6d6d6d !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

#page-galerie .text-transform-none p {
    text-transform: none !important;
}

.white-popup .modal-title {
    font-family: 'Prata', serif;
    text-align: center !important;
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.white-popup .modal-title-small {
    font-size: 20px;
    font-weight: 500;
    color: #999999;
    line-height: 1.6;
    font-family: 'Prata', serif;
}

.showroom-message {
    background-color: #333333;
}

.showroom-message div p {
    color: #ffffff;
    margin-bottom: 0px;
}


/* Effet de fondu pour l'ouverture et la fermeture */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.mfp-fade.mfp-wrap.mfp-ready {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing {
    opacity: 0;
}