@import url("https://use.typekit.net/bhu1dkh.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@font-face {
    font-family: Mochary;
    src: url("fonts/Mochary_PERSONAL_USE_ONLY.ttf") format("opentype");
}

@font-face {
    font-family: Gilroy;
    src: url("fonts/Radomir Tinkov - Gilroy-ExtraBold.otf") format("opentype");
}

@font-face {
    font-family: Sons;
    src: url("fonts/Sans And Sons - Monthoers 2.0.otf") format("opentype");
}



@font-face {
    font-family: Monthoers;
    src: url("fonts/Sans And Sons - Monthoers 2.0.otf") format("opentype");
}

* {
    box-sizing: border-box;
}

body, html {
    margin: 0;
    height: 100%;
    font-family: sweet-sans-pro !important;
}

.booking-page {
    background: url("images/background.png"), #082D41 no-repeat;
}

.title_page {
    font-family: Mochary !important;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 100%;
    padding: 32px 0 40px 0;
    text-align: center;
    color: #FFFFFF;
    text-transform : capitalize !important;
}

.booking-container {
    display: block;
    width: 95%;
    margin: auto;
}

.box_1 {
    display: flex;
    margin-bottom: 8px;
}

.box_2 {
    display: flex;
    padding-bottom: 32px;
}

.left_block {
    position: relative;
    width: 65%;
    overflow: hidden;
}

.right_block {
    position: relative;
    width: 35%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 64px 72px;
}

.bg_blue {
    background: #082D41;
}

.bg_grey {
    background: #99A99E;
}

.left_block .big_img {
    position: relative;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.left_block:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    background: #000;
}

.left_block .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 30%;
}

.sub_title {
    font-family: Gilroy !important;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 32px;
    text-transform  : capitalize !important;
    text-align: left;
}

.sub_title2 {
    font-family: Monthoers !important;
    font-size: 32px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 32px;
    text-transform  : capitalize !important;
}

.right_block p {
    font-family: sweet-sans-pro !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.right_block .link_book {
    font-family: Roboto !important;
    border: 1px solid #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.46px;
    text-transform: uppercase;
    padding: 8px 20px;
    transition: All 1s ease;
}

.right_block .link_book:hover {
    opacity: .6;
}

@media(max-width:767px) {
    .box_1, .box_2 {
        display: block;
    }
    .left_block, .right_block {
        width: 100%;
    }
    .left_block {
        margin-bottom: 20px;
    }
    .right_block {
        padding: 20px 12px;
    }
    .title_page {
        padding: 15px 0;
        font-size: 45px;
    }
    .sub_title, .sub_title2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.header_chalet {

    height: 120px !important;
}
.h1-chalet{
    font-family: Sons;
    text-transform: inherit;
    font-size: calc(24px + ((22 * (100vw - 720px)) / 719));
}
.parralax-image {
    width: 100%;
    height: auto;
}

.image-form{

    background-image: url("/application/files/5516/3723/9362/IMG.jpg");
    height: auto;
    width: 100%;

}
@media(max-width:767px) {
.infograph {
    width: 100%;
    }
.h1-chalet {

        font-size: calc(49px + ((22 * (100vw - 720px)) / 719));

}
.chalet-white-text{color: #fff;}
}

    .chalet-antoine h2 {
        font-family: Sons;
        text-transform  : inherit; !important;
    }
.chalet-antoines .breadcrumbs {
    background-color: #2c4f4b !important ;
}
.chalet-antoines footer {

  background-color: #2c4f4b !important ;
}

.chalet-antoines {
 color: #2C4F4B;
}
.chalet-antoines .preloader:before {
      background-color: #2c4f4b !important ;
}
.chalet-antoines .preloader .progress {

    margin-top: 30px;
}
.chalet-antoines p {
    font-family: 'sweet-sans-pro' !important;
}
.chalet-antoines .scroll-to-top {

      background-color: #2c4f4b !important ;
}
.chalet-antoines .overlay-image {
    width: 412px !important;
}
.chalet-antoines canvas {filter: grayscale(50%) !important;} 
.chalet-antoines .card__content ul {list-style: disc;} 
.chalet-antoines .text-packages {padding-bottom: 30px;} 