@charset "UTF-8";
*, :after, :before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

html {
    font-size: 62.5%
}

@media screen and (max-width: 100em) {
    html {
        font-size: 57%
    }
}

@media screen and (max-width: 75em) {
    html {
        font-size: 56.25%
    }
}

@media screen and (max-width: 64em) {
    html {
        font-size: 55%
    }
}

@media screen and (max-width: 56.25em) {
    html {
        font-size: 50%
    }
}

@media screen and (max-width: 37.5em) {
    html {
        font-size: 45%
    }
}

@media screen and (max-width: 30em) {
    html {
        font-size: 43%
    }
}

@media screen and (max-width: 23.44em) {
    html {
        font-size: 37%
    }
}

@media screen and (max-width: 20em) {
    html {
        font-size: 35%
    }
}

body {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth
    }
}

@font-face {
    font-family: AbadiMTCondensed;
    src: url(fonts/AbadiMTCondensed.ttf)
}

body {
    font-family: AbadiMTCondensed, sans-serif;
    font-weight: 400;
    line-height: 1.7
}

.heading-terthiary {
    font-size: 2rem;
    font-weight: 400
}

.secondary-variant {
    color: #4b413a
}

.u-center-text {
    text-align: center !important
}

.u-mb-s {
    margin-bottom: 1.5rem !important
}

.u-mt-2 {
    margin-top: 2rem !important
}

.u-mb-2 {
    margin-bottom: 2rem !important
}

.u-mb-m {
    margin-bottom: 4rem !important
}

.u-mb-b {
    margin-bottom: 8rem !important
}

.mt-4 {
    margin-top: 4rem
}

.u-mt-b, .u-mt-m {
    margin-top: 5rem !important
}

.u-mt-h {
    margin-top: 10rem !important
}

.u-mr-2 {
    margin-right: 2rem
}

.hidden {
    display: none !important
}

.text-muted {
    color: #8492a6 !important
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-light {
    color: #f8f9fc !important
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
}

.d-block {
    display: block !important
}

a {
    text-decoration: none !important
}

.d-mobile {
    display: none !important
}

@media screen and (max-width: 75em) {
    .d-mobile {
        display: block !important
    }
}

.header__page-alt {
    background-image: url(../images/bg-heroPages1.png);
    position: relative;
    background-size: cover;
    background-repeat: round;
    height: 55vh;
    text-align: center
}

@media screen and (max-width: 37.5em) {
    .header__page-alt {
        height: 40vh
    }
}

@media screen and (max-width: 30em) {
    .header__page-alt {
        height: 35vh
    }
}

.header__page-alt__title {
    font-size: 5rem;
    font-weight: 600;
    padding: 8rem;
    color: #d2c5ae;
    text-align: center;
    color: #10266b;
    padding: 4rem
}

@media screen and (max-width: 56.25em) {
    .header__page-alt__title {
        padding: 3rem
    }
}

@media screen and (max-width: 37.5em) {
    .header__page-alt__title {
        padding: 2rem
    }
}

.event-bg-green {
    background-color: #d8f6e4
}

.event-bg-blue {
    background-color: #cfdeff
}

.event-bg-yellow {
    background-color: #fff4d7
}

.event-bg-pink {
    background-color: #fdd6d9
}

.event-bg-orange {
    background-color: #ffe4db
}

.position-object-right {
    -o-object-position: right;
    object-position: right
}

.text-italic {
    font-style: italic !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.p-8 {
    padding: 8rem !important
}

.color-secondary {
    color: #675a51
}

.ml-2 {
    margin-left: 1.5rem
}

.w-unset {
    width: unset !important
}

.fs-2 {
    font-size: 2.4rem !important
}

@media (min-width: 1200px) {
    .getStarted__btn {
        border: none;
        border-radius: 8px;
        background-color: #675a51;
        color: #fff;
        padding: 24px 144px;
        font-size: 24px;
        font-weight: 500;
        box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, .2);
        margin-bottom: 80px;
        cursor: pointer
    }

    .form__btnSend {
        margin-top: 24px;
        margin-bottom: 32px;
        width: 100%;
        border: none;
        background-color: #675a51;
        font-weight: 600
    }

    .form__btnSend, .webinarPage__button {
        padding: 16px;
        color: #fff;
        font-size: 16px;
        cursor: pointer
    }

    .webinarPage__button {
        border-radius: 8px;
        display: block;
        margin: 24px auto 56px;
        width: 12%;
        border: none;
        background-color: #0054f9;
        box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, .2);
        font-weight: 700
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .getStarted__btn {
        border-radius: 8px;
        display: block;
        padding: 24px 120px;
        margin: 24px auto 56px;
        width: 72%;
        padding: 16px;
        box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, .2);
        font-weight: 500;
        font-size: 24px
    }

    .form__btnSend, .getStarted__btn {
        border: none;
        background-color: #675a51;
        color: #fff;
        cursor: pointer
    }

    .form__btnSend {
        margin-bottom: 32px;
        width: 100%;
        padding: 16px;
        font-weight: 600;
        font-size: 16px
    }

    .webinarPage__button {
        border-radius: 8px;
        display: block;
        margin: 24px auto 56px;
        width: 56%;
        border: none;
        padding: 16px;
        background-color: #0054f9;
        color: #fff;
        box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, .2);
        font-weight: 700;
        font-size: 16px;
        cursor: pointer
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .getStarted__btn {
        border-radius: 8px;
        display: block;
        padding: 24px 120px;
        margin: 24px auto 56px;
        width: 40%;
        padding: 16px;
        box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, .2);
        font-weight: 500;
        font-size: 24px
    }

    .form__btnSend, .getStarted__btn {
        border: none;
        background-color: #675a51;
        color: #fff;
        cursor: pointer
    }

    .form__btnSend {
        margin-top: 24px;
        margin-bottom: 32px;
        width: 100%;
        padding: 16px;
        font-weight: 600;
        font-size: 16px
    }

    .webinarPage__button {
        border-radius: 8px;
        display: block;
        margin: 24px auto 56px;
        width: 24%;
        border: none;
        padding: 16px;
        background-color: #0054f9;
        color: #fff;
        box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, .2);
        font-weight: 700;
        font-size: 16px;
        cursor: pointer
    }
}

.btn, .btn:link, .btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.5rem 4rem;
    display: inline-block;
    border-radius: 1rem;
    transition: all .2s;
    position: relative;
    font-size: 2.6rem;
    border: none;
    cursor: pointer
}

.btn__arrow-tip {
    width: 1.3rem;
    margin-left: 2rem
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2)
}

.btn:hover:after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0
}

.btn:active, .btn:focus {
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2)
}

.btn--blue {
    color: #fff
}

.btn--blue, .btn--blue:after {
    background-color: #4b413a
}

@media screen and (max-width: 100em) {
    .btn--header {
        margin: 4rem auto;
        display: block !important;
        width: 35rem
    }
}

.btn--tertiary {
    color: #fff
}

.btn--tertiary, .btn--tertiary:after {
    background-color: #0054f9
}

.btn:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s
}

.btn__leaning-center {
    background-color: #0054f9;
    font-size: 2rem !important;
    margin: 2rem 0
}

.btn__programm {
    color: #fff;
    height: -moz-max-content;
    height: max-content;
    margin: 0 auto
}

.btn__programm, .btn__programm:after {
    background-color: #00f
}

.btn-text, .btn-text:link, .btn-text:visited {
    font-size: 2rem;
    color: #d2c5ae;
    display: inline-block;
    text-decoration: none;
    border-bottom: 2.6px solid #d2c5ae;
    padding: 3px;
    transition: all .2s
}

.btn-text:hover {
    background-color: #d2c5ae;
    color: #fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .15);
    transform: translateY(-2px)
}

.btn-text:active {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transform: translateY(0)
}

.btn-text__learnig-center {
    width: -moz-max-content;
    width: max-content
}

.btn-text__lrn-webinar {
    color: #fff !important;
    margin: 4rem 0;
    border-bottom: 2.6px solid #fff !important
}

.btn-text__lrn-webinar:hover {
    background-color: #fff;
    color: #d2c5ae !important
}

.btn-subscribe, .btn-subscribe:link, .btn-subscribe:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.2rem 0 0;
    display: inline-block;
    border-radius: 1rem;
    transition: all .2s;
    position: relative;
    left: -2.5rem;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
    background-color: #4b413a;
    color: #fff;
    height: 5rem;
    width: 13rem;
    text-align: center
}

@media screen and (max-width: 56.25em) {
    .btn-subscribe, .btn-subscribe:link, .btn-subscribe:visited {
        top: -1px
    }
}

.hero {
    position: relative;
    padding: 5rem;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    background-size: cover;
    background-position: 50%
}

.hero .navigation {
    display: flex;
    align-items: center
}

.hero .navigation__logo {
    width: 12rem;
    margin-right: 5rem
}

.hero .navigation__list {
    transition: .3s ease;
    font-size: 2.6rem;
    color: #fff;
    display: flex
}

.hero .navigation__items {
    margin-right: 3rem;
    cursor: pointer
}

.hero .navigation__items a {
    color: #fff
}

.hero .navigation__items:hover {
    border-bottom: 2.5px solid #fff
}

.hero .heading {
    color: #fff;
    margin-top: 3rem;
    line-height: 1.5;
    padding-left: 1rem
}

@media screen and (max-width: 30em) {
    .hero .heading {
        padding-left: 0;
        text-align: center
    }
}

.hero .heading__title {
    font-size: 5.5rem
}

.hero .heading__sub {
    font-size: 3rem;
    font-style: italic
}

.footer {
    padding: 4rem 6rem;
    background-color: #d2c5ae;
    margin-top: 2rem
}

.footer .partners {
    margin: 0 auto;
    width: 30%;
    text-align: center
}

@media screen and (max-width: 50em) {
    .footer .partners {
        width: 45%
    }
}

@media screen and (max-width: 37.5em) {
    .footer .partners {
        width: 80%
    }
}

.footer .partners__title {
    color: #d2c5ae;
    font-size: 4rem;
    font-weight: 500
}

.footer .partners__list {
    margin-top: 3.5rem;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.footer .partners__item {
    display: inline-block;
    transition: all .5s ease;
    border-radius: .6rem;
    overflow: hidden;
    box-shadow: 0 1rem 3.5rem 0 rgba(0, 0, 0, .1)
}

.footer .partners__item a {
    font-size: 0;
    vertical-align: bottom
}

.footer .partners__item:hover {
    transform: translateY(-10px)
}

.footer .partners__item:active, .footer .partners__item:focus {
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 .5rem 1.5rem 0 rgba(0, 0, 0, .1)
}

.footer .partners__img {
    width: 7rem;
    -o-object-fit: cover;
    object-fit: cover
}

.footer-container {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(30rem, 1fr))
}

@media screen and (max-width: 64em) {
    .footer-container {
        grid-template-rows:1fr 1fr;
        grid-template-columns:repeat(3, 1fr)
    }
}

@media screen and (max-width: 37.5em) {
    .footer-container {
        grid-template-rows:1fr repeat(2, 30rem);
        grid-template-columns:1fr
    }
}

.footer__info {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.footer__info-logo {
    width: 15rem
}

@media screen and (max-width: 64em) {
    .footer__info {
        grid-area: 1/span 3;
        text-align: center
    }
}

.footer__info-contact h3 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.9;
    font-size: 2rem;
    color: #675a51
}

@media screen and (max-width: 64em) {
    .footer__info-contact {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 3rem
    }
}

@media screen and (max-width: 37.5em) {
    .footer__info-contact {
        grid-template-columns:1fr
    }
}

.footer__info-aboutustitle {
    font-size: 3rem;
    color: #675a51
}

.footer__info-aboutus {
    font-size: 1.9rem;
    color: #675a51;
    width: 100%
}

.footer__info-email-input {
    position: relative
}

.footer__info-email-input input[type=email] {
    padding: 2rem 3rem;
    font-size: 1.5rem;
    font-weight: 300;
    width: 100%;
    border: 1px solid #eff2f9;
    background-color: #e9ecf3
}

@media screen and (max-width: 64em) {
    .footer__info-email-input input[type=email] {
        width: 100%
    }
}

.footer__info-email-input-icon {
    position: absolute;
    right: 3rem;
    width: 2.5rem;
    top: 1.6rem;
    cursor: pointer
}

@media screen and (max-width: 64em) {
    .footer__info-email-input-icon {
        right: 2rem
    }
}

.footer__info-icon {
    display: inline-block
}

@media screen and (max-width: 64em) {
    .footer__info-icon {
        position: relative;
        bottom: -6px
    }
}

.footer__info-icon:not(:last-child) {
    margin-right: 1.5rem
}

.footer__info-icon-img {
    width: 4.2rem
}

@media screen and (max-width: 64em) {
    .footer__info-icon-img {
        width: 4rem
    }
}

.footer__useful {
    margin: 0 auto;
    display: block
}

@media screen and (max-width: 50em) {
    .footer__useful {
        text-align: center;
        margin-top: 4rem
    }
}

@media screen and (max-width: 64em) {
    .footer__useful:first-child {
        grid-area: 2/1/3/2
    }

    .footer__useful:nth-child(2) {
        grid-area: 2/2/3/3
    }
}

@media screen and (max-width: 37.5em) {
    .footer__useful:first-child {
        grid-area: 2/1/3/2
    }

    .footer__useful:nth-child(2) {
        grid-area: 3/1/4/2
    }
}

.footer__useful-item {
    font-size: 2rem;
    font-weight: 300;
    line-height: 3
}

.footer__useful-item:first-child {
    margin-bottom: 2rem
}

@media screen and (max-width: 50em) {
    .footer__useful-item {
        line-height: 2
    }
}

.footer__useful-links {
    color: #675a51
}

.footer__useful-links-heading {
    font-size: 3rem;
    font-weight: 900;
    color: #675a51
}

.subfooter {
    background-color: #d2c5ae;
    border-top: 1.5px solid #e9ecf3;
    padding: 2rem 10rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid #675a51
}

@media screen and (max-width: 37.5em) {
    .subfooter {
        justify-content: center
    }
}

.subfooter h5 {
    color: #675a51 !important;
    font-size: 1.9rem;
    font-weight: 400;
    display: inline-block
}

.subfooter-saperator {
    margin: 0 1rem;
    border-left: 2px solid #675a51
}

.subfooter__terms a {
    cursor: pointer;
    color: #675a51;
    text-decoration: none
}

.stickynav {
    background: #d2c5ae;
    position: fixed;
    top: 0;
    padding: 2rem;
    z-index: 10;
    width: 100%;
    transform: translatey(-102%);
    transition: transform .4s ease-in-out;
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2)
}

.stickynav-list {
    display: flex;
    justify-content: center
}

.stickynav-item {
    margin-right: 6rem
}

.stickynav-item:last-child {
    margin-right: 0
}

.stickynav-item a {
    text-decoration: none;
    color: #675a51;
    font-weight: 600;
    font-size: 2.5rem;
    position: relative;
    transition: transform .4s ease-in-out
}

.stickynav-item a:before {
    content: "";
    height: 2px;
    background: #675a51;
    width: 100%;
    position: absolute;
    z-index: 11;
    bottom: -2px;
    left: 0;
    transform: translatex(-50%);
    opacity: 0;
    transition: transform .4s ease-in-out, opacity .4s linear
}

.stickynav-item a:hover:before {
    transform: translatex(0);
    opacity: 1
}

.stickynav-item a:first-child {
    transition-delay: .05s
}

.stickynav-item a:nth-child(2) {
    transition-delay: .1s
}

.stickynav-item a:nth-child(3) {
    transition-delay: .15s
}

.stickynav-item a:nth-child(4) {
    transition-delay: .2s
}

.stickynav-item a:nth-child(5) {
    transition-delay: .25s
}

.stickynav_active {
    transform: translatey(0)
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 1000;
    display: flex;
    align-items: center
}

header .logo {
    width: 20rem;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

.toggle {
    position: relative;
    width: 60px;
    height: 60px;
    background: url(https://i.ibb.co/HrfVRcx/menu.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50%;
    cursor: pointer
}

.toggle.active {
    background: url(https://i.ibb.co/rt3HybH/close.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer
}

.showcase {
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
    transition: .5s;
    z-index: 2
}

@media screen and (max-width: 37.5em) {
    .showcase {
        flex-direction: column;
        justify-content: center
    }
}

.showcase.active {
    right: 325px
}

.showcase video {
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .8
}

.overlay, .showcase video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.overlay {
    background: #7a7366;
    mix-blend-mode: overlay
}

.text {
    position: relative;
    z-index: 10
}

@media screen and (max-width: 37.5em) {
    .text {
        text-align: center
    }
}

.text h2 {
    font-size: 9em;
    font-weight: 800;
    text-transform: capitalize
}

.text h2, .text h3 {
    color: #fff;
    line-height: 1em
}

.text h3 {
    font-size: 6rem;
    font-weight: 700
}

.text a {
    display: inline-block;
    font-size: 2em;
    background: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    margin-top: 10px;
    color: #111;
    letter-spacing: 2px;
    transition: .2s
}

.text a:hover {
    letter-spacing: 6px
}

.social {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.social li {
    list-style: none
}

.social li a {
    display: inline-block;
    margin-right: 20px;
    filter: invert(1);
    transform: scale(.5);
    transition: .5s
}

.social li a:hover {
    transform: scale(.5) translateY(-15px)
}

.menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.menu ul {
    position: relative
}

.menu ul li {
    list-style: none;
    margin-bottom: .5rem
}

.menu ul li a {
    text-decoration: none;
    font-size: 24px;
    color: #111
}

.menu ul li a:hover {
    color: #c90
}

@media (max-width: 991px) {
    .showcase, .showcase header {
        padding: 40px
    }

    .text h2, .text h3 {
        font-size: 9rem
    }
}

.menu-items {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 3rem
}

.menu-item {
    transition: .3s ease;
    font-size: 2.8rem;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: .6rem
}

.menu-item, .menu-item a {
    color: #fff;
    text-decoration: none
}

.menu-item a {
    border: 2px solid #d2c5ae;
    padding: .5rem 1rem;
    width: 15rem;
    display: block;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-shadow: 0 1px 4px #23430c
}

.menu-item a:hover {
    letter-spacing: 6px
}

.sidebar {
    height: 100vh;
    width: 560px;
    background: #d2c5ae;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    transform: translatex(-100%);
    transition: transform .4s ease-in-out
}

@media screen and (max-width: 37.5em) {
    .sidebar {
        width: 85vw;
        height: 150vh
    }
}

.sidebar__close {
    position: absolute;
    top: 50%;
    right: -30px;
    background: #d2c5ae;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, .03);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translatex(-100%);
    cursor: pointer;
    transition: transform .4s ease-in-out .2s
}

.sidebar__close:after, .sidebar__close:before {
    content: "";
    height: 2px;
    background: #675a51;
    width: 24px;
    display: block;
    position: absolute
}

.sidebar__close:after {
    transform: rotate(90deg)
}

.sidebar__menu {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    font-size: 36px;
    margin-top: 80px;
    margin-bottom: 80px;
    color: #675a51
}

.sidebar__menu a {
    color: currentcolor;
    text-decoration: none;
    transform: translatex(-80%);
    transition: transform .4s ease-in-out
}

.sidebar__menu a:before {
    content: "";
    height: 2px;
    background: #675a51;
    width: 120px;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: translatex(-50%);
    opacity: 0;
    transition: transform .4s ease-in-out, opacity .4s linear
}

.sidebar__menu a:hover:before {
    transform: translatex(0);
    opacity: 1
}

.sidebar__menu a:first-child {
    transition-delay: .05s
}

.sidebar__menu a:nth-child(2) {
    transition-delay: .1s
}

.sidebar__menu a:nth-child(3) {
    transition-delay: .15s
}

.sidebar__menu a:nth-child(4) {
    transition-delay: .2s
}

.sidebar__menu a:nth-child(5) {
    transition-delay: .25s
}

.sidebar_active {
    z-index: 11
}

.sidebar_active, .sidebar_active .sidebar__menu a {
    transform: translatex(0)
}

.sidebar_active .sidebar__close {
    transform: translatex(0) rotate(45deg)
}

.sidebar_inactive {
    transform: translatex(-100%);
    transition: transform .4s ease-in-out
}

.sidebar_inactive .sidebar__menu a {
    transform: translatex(-80%);
    transition: transform .4s ease-in-out
}

.sidebar_inactive .sidebar__close {
    transform: translatex(-100%) rotate(-45deg);
    transition: transform .4s ease-in-out
}

.siteabout {
    display: grid;
    grid-template-columns:2fr 1fr;
    margin-top: 2rem;
    height: -moz-fit-content;
    height: fit-content
}

@media screen and (max-width: 50em) {
    .siteabout {
        grid-template-columns:1fr 1fr
    }
}

@media screen and (max-width: 37.5em) {
    .siteabout {
        grid-template-columns:1fr;
        grid-template-rows:1fr 1fr
    }
}

.siteabout__imgc {
    grid-column: 1/2
}

@media screen and (max-width: 37.5em) {
    .siteabout__imgc {
        grid-row: 1/2
    }
}

.siteabout__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.siteabout__content {
    background-color: #d2c5ae;
    color: #675a51;
    grid-column: 2/3;
    padding: 3rem;
    line-height: 1.7;
    font-size: 2rem;
    text-align: center;
    font-weight: 600
}

@media screen and (max-width: 37.5em) {
    .siteabout__content {
        grid-column: 1/2;
        grid-row: 2/3
    }
}

.siteabout__content p {
    margin-bottom: 1rem
}

.siteservice {
    display: grid;
    grid-template-columns:1fr 2fr;
    margin-top: 2rem;
    height: -moz-fit-content;
    height: fit-content
}

@media screen and (max-width: 50em) {
    .siteservice {
        grid-template-columns:1fr 1fr
    }
}

@media screen and (max-width: 37.5em) {
    .siteservice {
        grid-template-columns:1fr;
        grid-template-rows:repeat(2, 1fr)
    }
}

.siteservice__imgc {
    grid-area: 1/2/2/3
}

@media screen and (max-width: 37.5em) {
    .siteservice__imgc {
        grid-area: 1/1/2/2
    }
}

.siteservice__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.siteservice__content {
    background-color: #d2c5ae;
    color: #675a51;
    grid-area: 1/1/2/2;
    padding: 3rem;
    line-height: 1.7;
    font-size: 2rem;
    text-align: center;
    font-weight: 600
}

@media screen and (max-width: 37.5em) {
    .siteservice__content {
        grid-area: 2/1/3/2
    }
}

.siteservice__content p {
    margin-bottom: 1rem
}

.chambresphotos {
    margin-top: 2rem
}

.chambresphotos__pics {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    row-gap: 1vw
}

.chambresphotos__pics--item {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.chambresphotos__pics--container {
    width: 49vw;
    height: 30vw
}

.chambresphotos__mainpic {
    width: 100%;
    height: 80vh;
    margin-top: 2rem
}

.chambresphotos__mainpic--img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.restaurant {
    display: grid;
    margin-top: 2rem;
    grid-template-columns:45rem auto
}

@media screen and (max-width: 75em) {
    .restaurant {
        grid-template-columns:1fr;
        grid-template-rows:30rem 1fr
    }
}

.restaurant__content {
    background-color: #d2c5ae;
    color: #675a51;
    grid-area: 1/1/2/2;
    padding: 3rem;
    line-height: 1.7;
    font-size: 2rem;
    text-align: center;
    font-weight: 600
}

@media screen and (max-width: 75em) {
    .restaurant__content {
        grid-area: 2/1/3/2;
        width: 100vw;
        height: -moz-fit-content;
        height: fit-content
    }
}

.restaurant__carousel {
    grid-area: 1/2/2/3;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 75em) {
    .restaurant__carousel {
        grid-area: 1/1/2/2
    }
}

.restaurant__carousel--img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.restaurant__carousel .owl-stage-outer {
    height: 100%
}

.restaurant .meal {
    display: flex;
    justify-content: space-between;
    padding: 0 6rem
}

@media screen and (max-width: 75em) {
    .restaurant .meal {
        padding: 0 12rem
    }
}

.restaurant__mainpic {
    width: 100%;
    height: 60vh;
    margin-top: 2rem
}

.restaurant__mainpic--img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.restaurant .owl-carousel .owl-stage {
    display: flex;
    height: 100%
}

.restaurant .owl-carousel .owl-item .restaurant__carousel__item {
    width: auto;
    height: 100%
}

.mainpic {
    width: 100%;
    height: 45vh;
    margin-top: 2rem
}

.mainpic__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.bienetre {
    display: grid;
    grid-template-columns:1fr 2fr;
    grid-template-rows:1fr 1fr;
    row-gap: 1rem;
    height: auto
}

@media screen and (max-width: 75em) {
    .bienetre {
        grid-template-columns:repeat(2, 1fr);
        grid-template-rows:1fr 3fr
    }
}

.bienetre__content {
    background-color: #d2c5ae;
    color: #675a51;
    padding: 8rem;
    line-height: 1.7;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    grid-area: 1/1/3/2
}

@media screen and (max-width: 75em) {
    .bienetre__content {
        grid-area: 2/1/3/3
    }
}

.bienetre__img {
    height: 100%
}

.bienetre__img--1 {
    grid-area: 1/2/2/3
}

@media screen and (max-width: 75em) {
    .bienetre__img--1 {
        grid-area: 1/1/2/2
    }
}

.bienetre__img--2 {
    grid-area: 2/2/3/3
}

@media screen and (max-width: 75em) {
    .bienetre__img--2 {
        grid-area: 1/2/2/3
    }
}

.bienetre__imgpic {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.bienetrephotots__couple {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bienetrephotots__couple--container {
    width: 49vw
}

.bienetrephotots__couple--img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.evenement__couple {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.evenement__couple--container {
    width: 33vw
}

.evenement__couple--img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.acces {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-template-rows:1fr 1fr;
    height: -moz-fit-content;
    height: fit-content
}

@media screen and (max-width: 64em) {
    .acces {
        grid-template-columns:2fr 1fr 1fr;
        grid-template-rows:1fr 2fr
    }
}

@media screen and (max-width: 37.5em) {
    .acces {
        grid-template-columns:1fr 1fr;
        grid-template-rows:1fr 2fr 1fr
    }
}

.acces__content {
    background-color: #d2c5ae;
    color: #675a51;
    padding: 4rem;
    grid-area: 1/1/3/2
}

@media screen and (max-width: 37.5em) {
    .acces__content {
        grid-area: 2/1/3/3
    }
}

.acces__content p {
    font-size: 1.8rem
}

.acces__content p:not(:last-child) {
    margin-bottom: 1.5rem
}

.acces__content--title {
    font-size: 3rem;
    font-weight: 800
}

.acces__content--sub {
    font-size: 2rem;
    font-weight: 600
}

.acces__entrance {
    grid-area: 2/2/3/4
}

@media screen and (max-width: 37.5em) {
    .acces__entrance {
        grid-area: 3/1/4/2
    }
}

.acces__directions {
    grid-area: 1/2/2/3
}

@media screen and (max-width: 64em) {
    .acces__directions {
        grid-area: 2/2/3/4
    }
}

@media screen and (max-width: 37.5em) {
    .acces__directions {
        grid-area: 3/2/4/3
    }
}

.acces__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.acces__ggmap {
    grid-area: 1/3/2/4
}

@media screen and (max-width: 64em) {
    .acces__ggmap {
        grid-area: 1/3/2/4
    }
}

@media screen and (max-width: 37.5em) {
    .acces__ggmap {
        grid-area: 1/1/2/3
    }
}

.acces__ggmap iframe {
    width: 100%;
    height: 100%
}

.acces__ggmap .mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 100%
}

.acces__ggmap .gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 100%
}

.contact {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(30rem, 1fr))
}

.contact_content {
    background-color: #d2c5ae;
    color: #675a51;
    padding: 4rem
}

.contact_content--1 {
    background-color: #e5ded1
}

@media screen and (max-width: 50em) {
    .contact_content--1 {
        grid-area: 2/1/3/2
    }
}

@media screen and (max-width: 30em) {
    .contact_content--1 {
        grid-area: 3/1/4/2
    }
}

.contact_content--2 {
    background-color: #d2c5ae
}

@media screen and (max-width: 50em) {
    .contact_content--2 {
        grid-area: 2/2/3/3
    }
}

@media screen and (max-width: 30em) {
    .contact_content--2 {
        grid-area: 2/1/3/2
    }
}

.contact_content--title {
    font-size: 3rem;
    font-weight: 800
}

.contact_content--sub {
    font-size: 2rem;
    font-weight: 600
}

.contact_content--info {
    margin-left: 1.5rem
}

.contact_content--info p {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: .5rem
}

.contact__data {
    background-color: #e5ded1;
    padding: 4rem
}

@media screen and (max-width: 50em) {
    .contact__data {
        grid-area: 1/1/2/3
    }
}

@media screen and (max-width: 30em) {
    .contact__data {
        grid-area: 1/1/2/2
    }
}

.contact__data__title {
    margin-bottom: 1.5rem
}

.contact__data__sub, .contact__data__title {
    color: #675a51;
    font-size: 3rem;
    font-weight: 800;
    text-align: center
}

.contact__data__sub {
    margin: 1.5rem 0
}

.contact__data__info {
    font-size: 1.5rem;
    background: var(--color-background);
    border-radius: var(--size-radius);
    border: 2px solid var(--color-shadow, currentColor)
}

.contact__data__info, .contact__data__info--number {
    padding: calc(4 * var(--size-bezel));
    margin-top: calc(4 * var(--size-bezel))
}

.contact__data__info--number {
    font-size: 2rem;
    font-weight: 800;
    color: #4b413a;
    background: #fff;
    border-radius: var(--size-radius);
    border: 2px solid var(--color-shadow, #000);
    display: flex;
    justify-content: space-between
}

.contact__data__info--number a {
    text-decoration: none;
    color: #4b413a
}

.contact__data__whatsapptag {
    color: #675a51;
    font-weight: 700;
    text-align: right;
    font-size: 2rem
}

.pricing {
    display: flex;
    justify-content: space-between
}

.pricing p {
    font-weight: 600
}

.pricing__price {
    width: 10rem;
    text-align: right
}

:root {
    --color-light: #e5ded1;
    --color-dark: #080706;
    --color-signal: #675a51;
    --color-background: var(--color-light);
    --color-text: var(--color-dark);
    --color-accent: var(--color-signal);
    --size-bezel: .5rem;
    --size-radius: 4px
}

.card {
    font-size: 1.5rem;
    background: var(--color-background);
    padding: calc(4 * var(--size-bezel));
    margin-top: calc(4 * var(--size-bezel));
    border-radius: var(--size-radius);
    border: 2px solid var(--color-shadow, currentColor)
}

.card--inverted {
    --color-background: var(--color-dark);
    color: var(--color-light);
    --color-shadow: var(--color-accent)
}

.card--accent {
    --color-background: var(--color-signal);
    --color-accent: var(--color-light);
    color: var(--color-dark)
}

.card :first-child {
    margin-top: 0
}

.input {
    position: relative
}

.input__label {
    position: absolute;
    left: 0;
    top: 0;
    padding: calc(var(--size-bezel) * .75) calc(var(--size-bezel) * 1.9);
    margin: calc(var(--size-bezel) * .75 + 3px) calc(var(--size-bezel) * 1.5);
    white-space: nowrap;
    transform: translate(0);
    transform-origin: 0 0;
    transition: transform .12s ease-in;
    font-weight: 700;
    line-height: 1.2
}

.input__field {
    box-sizing: border-box;
    display: block;
    margin-bottom: 2.5rem;
    width: 100%;
    border: 1.5px solid currentColor;
    padding: calc(var(--size-bezel) * 1.5) var(--size-bezel);
    color: currentColor;
    background: #fff;
    border-radius: var(--size-radius)
}

.input__field:not(:-moz-placeholder-shown) + .input__label {
    transform: translate(-1.5rem, -107%) scale(1);
    color: var(--color-dark)
}

.input__field:focus + .input__label, .input__field:not(:placeholder-shown) + .input__label {
    transform: translate(-1.5rem, -107%) scale(1);
    color: var(--color-dark)
}

.button-group {
    margin-top: calc(var(--size-bezel) * 2.5)
}

button {
    color: #fff;
    padding: var(--size-bezel) calc(var(--size-bezel) * 2);
    background: #080706;
    border: none;
    border-radius: var(--size-radius);
    font-weight: 900;
    cursor: pointer
}

button[type=reset] {
    background: var(--color-background);
    color: #080706;
    font-weight: 200;
    font-size: 1.7rem
}

button + button {
    margin-left: calc(var(--size-bezel) * 2)
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .5em
}

.hidden {
    display: none
}

.gallery {
    margin-top: 2rem;
    background: #d2c5ae;
    padding: 2rem 15rem
}

@media screen and (max-width: 37.5em) {
    .gallery {
        padding: 2rem 0
    }
}

.gallery__menu__list {
    display: flex;
    padding: 1.5rem;
    flex-wrap: wrap;
    justify-content: center
}

.gallery__menu__item:not(:last-child) {
    margin-right: 1.5rem
}

.gallery__menu__item {
    padding: .2rem 1.5rem;
    font-size: 2rem;
    font-weight: 600;
    color: #675a51;
    border: 2px solid #675a51;
    border-radius: 3px;
    cursor: pointer;
    transition: transform .4s ease-in-out
}

@media screen and (max-width: 37.5em) {
    .gallery__menu__item {
        margin-top: 1rem
    }
}

.gallery__menu__item:hover {
    transform: translatey(-6px);
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2)
}

.gallery__container {
    display: flex;
    padding: 0 4rem
}

@media screen and (max-width: 37.5em) {
    .gallery__container {
        justify-content: center
    }
}

.gallery__container__outer {
    border-radius: 3px;
    overflow: hidden;
    height: 40rem;
    width: 40rem
}

.gallery__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.reservation {
    position: relative;
    display: grid;
    grid-template-columns:1fr 3fr;
    margin-top: 2rem;
    height: -moz-fit-content;
    height: fit-content;
    color: #4b413a
}

@media screen and (max-width: 50em) {
    .reservation {
        grid-template-columns:1fr 1fr
    }
}

@media screen and (max-width: 52.9375em) {
    .reservation {
        grid-template-columns:1fr;
        grid-template-rows:1fr 1fr
    }
}

.reservation__img {
    grid-column: 1/2
}

@media screen and (max-width: 52.9375em) {
    .reservation__img {
        grid-row: 2/3
    }
}

.reservation__imgt {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reservation__step {
    background-color: #d2c5ae;
    color: #675a51;
    grid-column: 2/3;
    padding: 3rem;
    line-height: 1.7;
    font-size: 2rem;
    text-align: center;
    font-weight: 600
}

@media screen and (max-width: 52.9375em) {
    .reservation__step {
        grid-column: 1/2;
        grid-row: 1/2
    }
}

.reservation__formgroup {
    width: 65%;
    display: flex;
    font-size: 3.5rem;
    justify-content: space-between;
    margin-bottom: 2rem;
    align-items: center
}

@media screen and (max-width: 95.3125em) {
    .reservation__formgroup {
        width: 70%
    }
}

@media screen and (max-width: 74.625em) {
    .reservation__formgroup {
        width: 80%
    }
}

@media screen and (max-width: 64.3125em) {
    .reservation__formgroup {
        width: 90%
    }
}

@media screen and (max-width: 30em) {
    .reservation__formgroup {
        width: 100%
    }
}

.reservation__formgroup--inputcontainer {
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    width: 21rem
}

.reservation__labels {
    margin-right: 2rem;
    font-size: 2.8rem
}

.reservation__title {
    margin-bottom: 4rem;
    color: #4b413a
}

.reservation__step {
    overflow: hidden
}

.reservation__step--1 {
    padding: 4rem 10rem
}

@media screen and (max-width: 30em) {
    .reservation__step--1 {
        padding: 4rem 9rem 4rem 3rem
    }
}

@media screen and (max-width: 24.375em) {
    .reservation__step--1 {
        padding: 4rem 7rem 4rem 2rem
    }
}

.reservation__step--2 {
    padding: 4rem 5rem
}

@media screen and (max-width: 30em) {
    .reservation__step--2 {
        padding: 4rem 4rem 4rem 2rem
    }
}

@media screen and (max-width: 24.375em) {
    .reservation__step--2 {
        padding: 4rem 3rem 4rem 1.5rem
    }
}

.reservation__personnes__inputgroup {
    display: flex;
    align-items: center
}

.reservation__personnes__inputgroup__input {
    text-align: center;
    width: 9rem;
    color: currentColor;
    font-family: inherit;
    font-size: 2rem;
    padding: .5rem 0;
    font-weight: 900;
    border-radius: .5rem;
    border: 0;
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2)
}

.reservation__personnes__btns {
    background-color: #4b413a;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: .5rem;
    width: 5rem;
    font-size: 1.4rem;
    transition: transform .4s ease-in-out;
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2)
}

.reservation__personnes__btns:hover {
    background-color: #675a51
}

.reservation__personnes__btns:active {
    box-shadow: 1.95px 1.95px 2.6px rgba(0, 0, 0, .15)
}

.reservation__personnes__plus {
    margin-left: .5rem
}

.reservation__personnes__minus {
    margin-right: .5rem
}

.reservation__personnes__icon {
    margin-right: 2rem;
    color: #4b413a
}

.reservation__date__icon {
    margin-right: 2.2rem;
    color: #4b413a
}

.reservation__date__input {
    padding: .5rem 4rem .5rem 1rem;
    font-family: inherit;
    font-weight: 900;
    font-size: 2rem;
    color: currentColor;
    border-radius: .5rem;
    border: 0;
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2)
}

.reservation__nav {
    text-align: right
}

@media screen and (max-width: 30em) {
    .reservation__nav {
        text-align: center
    }
}

.reservation__nav__btn {
    background-color: #4b413a;
    padding: 1rem 2rem;
    transition: transform .4s ease-in-out;
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2);
    font-size: 1.8rem
}

.reservation__option__btn {
    margin: 5px;
    border: 2px solid #4b413a;
    background-color: white !important;
    color: #4b413a;
    padding: 1rem 2rem;
    transition: transform .4s ease-in-out;
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2);
    font-size: 1.6rem;
}

.reservation__chambres__card__select {

    border: 2px solid #4b413a;

}



.price-option-label {
    display: block;
    margin-bottom: 8px;
    padding: 8px;
    border: 2px solid #4b413a;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 300px;
}

.price-option-label:hover {
    background-color: #4b413a;
    color: white;
}

.button-color-changed {
    margin: 5px;
    border: 2px solid #4b413a;
    background-color: #4b413a !important;
    color: white;
    padding: 1rem 2rem;
    transition: transform .4s ease-in-out;
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2);
    font-size: 1.2rem;
}


.reservation__nav__btn:hover {
    background-color: #675a51
}

.reservation__nav__btn:active {
    box-shadow: 1.95px 1.95px 2.6px rgba(0, 0, 0, .15)
}

.reservation__info {
    display: flex;
    flex-wrap: wrap;
    font-size: 4rem;
    color: #4b413a;
    justify-content: space-between;
    align-items: center
}

.reservation__info__per {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.reservation__info__per--icon {
    margin-right: 2rem;
    font-size: 4.5rem
}

.reservation__info__per--number {
    font-size: 4.5rem;
    font-weight: 900
}

.reservation__info__date {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.reservation__info__date--icon {
    margin-right: 2rem
}

.reservation__info__date--display {
    font-size: 3rem
}

.reservation__info__nb {
    align-self: flex-end;
    width: 45rem
}

.reservation__info__nb p {
    color: #b90000;
    font-weight: 200;
    font-size: 2rem;
    text-align: left
}

.reservation__info__nb p b {
    color: #4b413a
}

.reservation__info--total {
    text-align: right;
    font-weight: 900;
    font-size: 2.5rem
}

.reservation__chambres {
    margin-top: 4rem;
    display: flex;
    justify-content: center
}

.reservation__chambres__card {
    background-color: #fff;
    width: 30rem;
    margin: 0 auto;
    border-radius: 7px;
    height: 35rem;
    overflow: hidden;
    position: relative;
    display: flex;
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2);
    flex-direction: column;
    justify-content: space-between;
}

.reservation__chambres__card--disabled:after {
    content: "Non disponible durant les dates de séjour que vous avez choisi";
    background: linear-gradient(0deg, rgba(22, 8, 2, .879), rgba(5, 0, 32, .629));
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 40% 3rem;
    font-size: 2.5rem
}

@media screen and (max-width: 90.9375em) {
    .reservation__chambres__card {
        width: 40rem
    }
}

@media screen and (max-width: 30em) {
    .reservation__chambres__card {
        margin: 0 auto
    }
}

.reservation__chambres__card__imgcontainer {
    width: 100%;
    height: 80%
}

.reservation__chambres__card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reservation__chambres__card__data__header {
    margin-top: 1.2rem;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    align-items: center
}

.reservation__chambres__card__data__title {
    font-weight: 400
}

.reservation__chambres__card__data__nbper {
    background-color: #4b413a;
    color: #fff;
    padding: .2rem 2.3rem;
    border-radius: 100px;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 500
}

.reservation__chambres__card__data__action {
    margin-top: 1.2rem;
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    align-items: center;
    flex-direction: column;
}

.reservation__chambres__card__data__price {
    letter-spacing: 2px;
    font-size: 3rem
}

/*input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {*/
/*    -webkit-appearance: none;*/
/*    margin: 0*/
/*}*/

/*input[type=number] {*/
/*    -moz-appearance: textfield*/
/*}*/

/*input[type=checkbox] {*/
/*    height: 0;*/
/*    width: 0;*/
/*    visibility: hidden*/
/*}*/

/*.chambres__toggle__label {*/
/*    cursor: pointer;*/
/*    text-indent: -9999px;*/
/*    width: 50px;*/
/*    height: 25px;*/
/*    border: 2px solid #4b413a;*/
/*    display: block;*/
/*    border-radius: 100px;*/
/*    position: relative*/
/*}*/

/*.chambres__toggle__label:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    left: 5px;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background: #d9d9d9;*/
/*    border-radius: 90px;*/
/*    transition: .3s*/
/*}*/

/*input:checked + .chambres__toggle__label {*/
/*    background: #bada55*/
/*}*/

/*input:checked + .chambres__toggle__label:after {*/
/*    background: #fff*/
/*}*/

/*input:checked + label:after {*/
/*    left: calc(100% - 5px);*/
/*    transform: translateX(-100%)*/
/*}*/

/*label:active:after {*/
/*    width: 30px;*/
/*    background: #fff*/
/*}*/

.owl-nav button {
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all .3s ease-in-out
}

.owl-nav button.owl-prev {
    left: -7rem;
    border-radius: 50%;
    width: 6rem;
    height: 6rem
}

.owl-nav button.owl-prev span {
    font-size: 5rem;
    position: relative;
    top: -16px;
    border-radius: 50%
}

.owl-nav button.owl-next {
    right: -3rem;
    border-radius: 50%;
    width: 6rem;
    height: 6rem
}

.owl-nav button.owl-next span {
    font-size: 5rem;
    position: relative;
    top: -16px;
    border-radius: 50%
}

.owl-dots {
    text-align: center;
    padding-top: 15px
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #675a51;
    margin: 0 3px
}

.owl-dots button.owl-dot.active {
    background-color: #4b413a
}

.owl-dots button.owl-dot:focus {
    outline: none
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: hsla(0, 0%, 100%, .38) !important
}

.owl-nav button:focus {
    outline: none
}

.maintenance {
    position: absolute;
    color: #fff;
    background: linear-gradient(0deg, rgba(22, 8, 2, .579), rgba(5, 0, 32, .729));
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 5rem;
    padding: 6rem 3rem
}

.maintenance p {
    width: 60%;
    margin: 2rem auto
}

@media screen and (max-width: 37.5em) {
    .maintenance p {
        width: 100%
    }
}

.maintenance .btn {
    text-decoration: none;
    color: #000;
    background-color: #fff
}

.contactcolor {
    background-color: #e5ded1 !important
}

.checkoutform {
    padding-top: 3rem
}

.checkoutform .input {
    width: 100%;
    font-size: 2.5rem;
    margin: 0 0 1.5rem
}

.checkoutform .input__label {
    font-weight: 300 !important
}

.checkoutform .input__field {
    height: 80%;
    padding-left: 2rem
}

.checkoutform .input__field:not(:-moz-placeholder-shown) {
    font-size: 2rem
}

.checkoutform .input__field:focus, .checkoutform .input__field:not(:placeholder-shown) {
    font-size: 2rem
}

.checkoutform .input__field:not(:-moz-placeholder-shown) + .input__label {
    transform: translate(-1.5rem, -107%) scale(1);
    color: var(--color-dark);
    font-size: 1.8rem;
    font-weight: 700 !important
}

.checkoutform .input__field:focus + .input__label, .checkoutform .input__field:not(:placeholder-shown) + .input__label {
    transform: translate(-1.5rem, -107%) scale(1);
    color: var(--color-dark);
    font-size: 1.8rem;
    font-weight: 700 !important
}

.checkoutform__container {
    display: flex;
    gap: 10px
}

/*# sourceMappingURL=styles.css.map */
