body {
    padding-top: 105px;
    overflow-x: hidden;
    color: #333;
}

.header-with-topbar .navbar-top,
.header-with-topbar .navbar-fixed-top {
    top: 0;
}

@media (max-width: 767px) {
    .header-with-topbar.fixed-topbar nav.navbar.bootsnav.navbar-fixed-top, .sticky.header-with-topbar.fixed-topbar nav.navbar.bootsnav.navbar-fixed-top, .sticky.header-with-topbar.header-appear.fixed-topbar nav.navbar.bootsnav.navbar-top {
        top: 0;
    }
}

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

#contenu {
    position: relative;
    z-index: 20;
}
.navbar .logo img {
    transition: 0.5s ease-in-out !important;
    display: block;
    max-height: 90px;
    max-width: 150px;
}
.navbar .logo {
    padding: 0;
}
header nav .navbar-nav li a {
    margin: 0 13px;
}
.color-secondaire {
    color: #f98125;
}
.bg-secondaire {
    background: #f98125;
}
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: 150px;
}
.footer-logo {
    max-height: 235px;
    margin-left: -18px;
}
@media (max-width: 768px) {
    body {
        padding-top: 100px;
    }
    .btn-resa-mobil {
        display: flex;
    }
    .full-screen {
        height: 700px !important;
    }
    .footer-logo {
        margin-left: 0;
    }
}

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

.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 (min-width: 600px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
    }
    h2 {
        font-size: 25px;
        line-height: 25px;
    }
}
@media (min-width: 991px) {
    h1 {
        font-size: 35px;
        line-height: 35px;
    }
    h2 {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (min-width: 1223px) {
    h1 {
        font-size: 60px;
        line-height: 60px;
    }
    h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

.relative {
    position: relative;
}
/* 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);
    }
}

#demande-resa {
    position: sticky;
    z-index: 5;
}
@media screen and (min-width: 992px) {
    #demande-resa {
        --header-height: 92px;
        position: sticky;
        top: calc(var(--header-height) + 24px);
        min-height: 500px;
    }
}
.right-sidebar {
    padding-right: 60px;
}

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



/* HEADER */
.mobile-toggle:hover span,
.white-link .mobile-toggle:hover span {
    background-color: white !important;
}
header a.logo img {
    max-height: 245px;
}

header nav .navbar-nav > li > a {
    text-transform: none;
}
.header-with-topbar .navbar-top,
.header-with-topbar .navbar-fixed-top {
    top: 33px;
}
.lien-menu.dropdown-toggle::before,
.lien-menu.dropdown-toggle::after {
    width: 0 !important;
}
.menu-tel {
    float: left;
    display: block;
    padding: 12px 16px;
    /* border: 3px black solid; */
}
@media (max-width: 991px) {
    .full-width-pull-menu .dropdown .dropdown-toggle {
        top: auto;
    }
}

@media screen and (max-width: 992px) {
    header a.logo img {
        max-height: 105px;
    }
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: none;
    }
    header .btn.btn-deep-pink {
        width: 100%;
        border-radius: 0;
        text-align: left;
        padding-left: 15px !important;
        text-transform: none;
    }
}
@media (max-width: 1245px) {
    header a.logo img {
        max-height: 105px;
    }
}
@media screen and (min-width: 992px) {
    header .btn.btn-deep-pink {
        margin-left: 24px;
    }
    header nav .navbar-nav > li > a {
        margin: 0 8px;
    }
}
@media screen and (min-width: 1200px) {
    header nav .navbar-nav > li > a {
        margin: 0 12px;
    }
}

@media (min-width: 991px) {
    .full-width-pull-menu .link-style-2 ul li a {
        font-size: 36px;
        line-height: 72px;
    }
}

.lien-menu.dropdown-toggle::before, .lien-menu.dropdown-toggle::after {
    width: 0 !important;
}

@media (max-width: 991px) {
    .full-width-pull-menu .dropdown .dropdown-toggle {
        top: auto;
    }
}