body {
    padding-top: 95px;
    overflow-x: hidden;
    color: #333;
}
a {
    white-space: normal !important;
}
.header-with-topbar .navbar-top,
.header-with-topbar .navbar-fixed-top {
    top: 34px;
}

#body {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1;
    opacity: 0.08;
    background-color: beige;
}

.btn.btn-gold {background: var(--gold-color); border-color: var(--gold-color); color: #ffffff; line-height: normal;}
.btn.btn-gold:hover, .btn.btn-gold:focus {background: transparent; border-color: var(--gold-color); color: var(--gold-color)}

#contenu {
    position: relative;
    z-index: 20;
}

header nav {
    background: var(--base-color);
    border-radius: 32px !important;
    width: 92%;
    margin: auto;
    margin-top: 20px;
}

header nav.navbar .navbar-nav > li > a, nav.navbar.bootsnav ul.nav > li > a {
    color: #ffffff;
}
header nav.navbar .navbar-nav > li > a, nav.navbar.bootsnav ul.nav > li > a:hover,
header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li.dropdown.on > a, header.header-appear nav.bootsnav.header-light .navbar-nav > li.dropdown.on > a, header nav.navbar .navbar-nav > li.dropdown.on > a, nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    color: var(--gold-color);
}

nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li {
    padding-left: 12px;
    padding-right: 12px;
}

.navbar .logo img {
    transition: 0.5s ease-in-out !important;
    display: block;
    max-height: 110px;
    max-width: 110px;
}
.navbar .logo {
    padding: 12px 0px;
}
header nav .navbar-nav li a {
    margin: 0 13px;
}
.color-secondaire {
    color: #d0b375;
}
.bg-secondaire {
    background: #d0b375;
}
.bg-medium-light-gray {
    background-color: #F8FBFF;
}
nav.navbar.sidebar-nav {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    padding-top: 20px;
}
header nav .navbar-nav.text-normal > li > a {
    font-size: 14px;
}

.btn-resa-mobil {
    position: fixed;
    width: 100%;
    height: 65px;
    bottom: 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    display: none;
}

.fixed .logo {
    padding: 0px !important;
}
.fixed .logo img {
    max-width: 50px;
}
.footer-logo {
    max-height: 350px;
    margin-left: -18px;
}
@media (max-width: 768px) {
    
    body {
        padding-top: 80px;
    }
    .btn-resa-mobil {
        display: flex;
    }
    .navbar .logo img {
        max-height: 90px;
    }
    .full-screen {
        height: 700px !important;
    }
    .footer-logo {
        margin-left: 0;
        max-height: 250px;
    }
}
@media (max-width: 1198px) {
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 90vh;
    }
}

footer a, footer a:active, footer a:focus {
    color: var(--gold-color);
    text-decoration: none;
}
footer a:hover {
    color: white;
}

.box-link {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.diapo-texte {
    height: 80vh;
}
.swiper-slide .title-large {
    font-size: 35px;
    line-height: 35px;
}
@media (min-width: 600px) {
    .swiper-slide .title-large {
        font-size: 45px;
        line-height: 45px;
    }
}
@media (min-width: 991px) {
    .swiper-slide .title-large {
        font-size: 53px;
        line-height: 53px;
    }
}
@media (min-width: 1223px) {
    .swiper-slide .title-large {
        font-size: 60px;
        line-height: 60px;
    }
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction, .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 8px;
}

.title-large2 {
    font-size: 22px;
    line-height: 22px;
}
@media (min-width: 600px) {
    .title-large2 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (min-width: 991px) {
    .title-large2 {
        font-size: 53px;
        line-height: 53px;
    }
}
@media (min-width: 1223px) {
    .title-large2 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    #diapo-texte {
        background: var(--base-color);
    }
    .diapo-texte {
        height: auto !important;
    }
    .swiper-slide .title-large {
        text-align: center !important;
    }
}


h1 {
    font-size: 25px;
    line-height: 25px;
}
h2 {
    font-size: 20px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .page-title-large h1 {
        font-size: 30px;
        line-height: 35px;
    }
}
@media (min-width: 600px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
    }
    h2 {
        font-size: 25px;
        line-height: 25px;
    }
}
@media (min-width: 991px) {
    
    .page-title-large h1 {
        font-size: 45px;
        line-height: 49px; 
    }
    
    h1 {
        font-size: 35px;
        line-height: 35px;
    }
    h2 {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (min-width: 1223px) {

    .page-title-large h1 {
        font-size: 56px;
        line-height: 58px; 
    }

    h1 {
        font-size: 60px;
        line-height: 60px;
    }
    h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

.relative {
    position: relative;
}

.btn-extra-large{
    font-size: 13px !important;
    padding: 10px 60px 10px !important;
    line-height: 16px !important;
    text-transform: none;
}

.text-link{
    color: #d0b375;
}
.text-link:hover{
    color: #ffffff;
}

.br-32{
    border-radius: 32px;
}
.br-16{
    border-radius: 16px;
}
.border-gold {
    border-left: 3px solid var(--gold-color);
}
.object-fit-cover {
    object-fit: cover;
}
.object-fit-contain {
    object-fit: contain;
}


.hero-home{
    padding: 0;
    height: 72vh;
    display: flex;
    align-items: end;
}
.hero-page{
    padding: 0;
    height: 42vh;
    display: flex;
    align-items: end;
}
@media (max-width: 992px) {
    .hero-home{
        padding: 16px 0;
        height: 80vh;
    }
    .hero-page{
        padding: 16px 0;
        height: 52vh;
    }
    .btn-extra-large {
        padding: 10px 16px 10px!important;
    }
}
.cursive {
    font-family: "Caudex", serif;
}

/* LAODING SITE */
#loading_site {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    display: block;
}
#loading_haut {
    position: absolute;
    width: 50vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fffffd;
    transition: 1.2s ease-out;
}
#loading_haut div {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 100px;
    width: 100%;
    height: 100px;
}
#loading_bas {
    position: absolute;
    width: 50vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #fffffd;
    transition: 1.2s ease-out;
}
#loading_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
}
#loading_logo img {
    display: block;
    position: absolute;
    width: 350px;
    transition: 1.2s;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}
#loading_haut.invisible {
    left: 0%;
    opacity: 0;
}
#loading_bas.invisible {
    right: 0;
    opacity: 0;
}
#loading_logo.invisible img {
    opacity: 0;
}

.spinner {
    border-width: 3px;
    border-style: solid;
    border-color: var(--base-color) var(--base-color) var(--base-color)
        transparent;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: spin 5s infinite;
    position: relative;
    margin: 30px auto;
}
.spinner:before,
.spinner :after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 3px;
}
.spinner :before {
    top: 3px;
}
.spinner :after {
    bottom: 3px;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.right-sidebar {
    padding-right: 60px;
}

.contact-info {
    padding-left: 85px;
    padding-bottom: 25px;
}
@media (max-width: 768px) {
    .contact-info {
        padding-left: 16px;
    }
}

/*==============================================================
    [26] Badge
==============================================================*/
.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-success {
    background-color: #198754;
}

.badge-warning {
    background-color: #ffc107;
    color: #000;
}

.badge-danger {
    background-color: #dc3545;
}
.badge-info {
    background-color: #0dcaf0;
}
.font-size-200 {
    font-size: 200px;
}

.scroll-top-arrow, .scroll-top-arrow:focus {
    right: 38px;
    top: 82vh;
}

div.eapps-widget,
.eapps-whatsapp-chat-ac2bdc6a-a63c-4d73-9d56-0cabfaeb6086-custom-css-root {
    height: fit-content;
}
.elfsight-app-e2177b0e-af3c-4aec-a69d-586649b176d3 div div {
    height: fit-content;
}

.elfsight-app-ac2bdc6a-a63c-4d73-9d56-0cabfaeb6086 {
    position: absolute !important;
}

.chTSxy {
    position: fixed !important;
    z-index: 9999;
    bottom: 0;
    height: 0;
}

.swiper-button-next, .swiper-button-prev {
    background-color: var(--base-color);
    width: 50px;
    height: 50px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: block;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
}
.swiper-button-prev:after {
    margin-right: 4px;
}
.swiper-button-next:after {
    margin-right: -4px;
}


.card {
    background-color: rgb(247 247 244) !important;
}

.elfsight-app-ac2bdc6a-a63c-4d73-9d56-0cabfaeb6086 {
    overflow: hidden !important;
}
#tarteaucitronRoot {
    visibility: hidden;
}