@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

/* CSS common part start -- */
* {
    outline: 0 !important;
}

html, body {
    color: #2c2c2c;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    background-color: #422918;
    /*min-height: 100vh;*/
}
header,
section:not(.gallery-wrapper, .banner-txt, .home_section_part, .la-grange, .inner-banner-txt, .contact_page_mainSec, .noImg_innerBannerText_sec_contactPage),
.inner-banner-txt.noImg_innerBannerText_sec,
.comme,
.home_section_fonctionnement {
    background-color: #fff !important;
}
.noImg_innerBannerText_sec_contactPage {
    height: 0;
    padding: 0;
}

img {
    max-width: 100%;
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    text-shadow: none;
}

p {
    padding: 0 0 20px;
    margin: 0px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    word-break: keep-all;
}

a {
    text-decoration: none;
    outline: 0;
    transition: ease-in-out 0.5s;
    color: #047eb9;
}

a:hover {
    text-decoration: none;
    transition: ease-in-out 0.5s;
}

::-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

::-ms-input-placeholder {
    opacity: 1;
}

:placeholder-shown {
    opacity: 1;
}

a, a:focus, button, button:focus {
    outline: 0;
    outline-width: 0;
    cursor: pointer;
}

.container {
    max-width: 1280px;
}

.row-reverse {
    flex-direction: row-reverse;
}

/*
h2{font-weight: 700; color: #2c2c2c; font-size: 60px; padding: 0 0 15px 0;}

h3{font-weight: 700; color: #212121; font-size:48px; padding: 0 0 10px 0;}

h6{font-weight:500; color: #616161; font-size: 21px; padding: 0 0 10px 0; text-transform: uppercase;}
*/
.common_btn {
    width: 160px;
    height: 55px;
    line-height: 55px;
    border-radius: 3px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #242b73;
    border: solid 1px #242b73;
}

.common_btn:hover {
    background: none;
    color: #242b73;
}

.btn_appearance_none {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
    border: none;
    background: none;
}

.brown_bg {
    background-color: #92401D;
}

/* CSS common part end -- */

/* DATEPICKER : Style */
.ui-datepicker-calendar tbody tr td.highlight a {
    background-color: greenyellow;
    border-bottom: 3px blue solid;
}
.opencalendar .ui-state-active,
.opencalendar .ui-widget-content .ui-state-active {
    background: #86af49!important;
}
.opencalendar .hasDatepicker {
    border-top: 1px solid #FFFFFF;
    padding: 20px 0;
}
.ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 3px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #007fff;
}
.ui-datepicker-calendar tbody tr td.full a {
    background-color: #2ebf06;
    border-bottom: 3px blue solid;
}
.ui-datepicker-calendar tbody tr td.holiday a {
    background-color: #80857f;
    border-bottom: 3px blue solid;
}
.inner-content-box {
    border: 1px solid #422918;
    box-shadow: 0 3px 6px #ccc;
    padding: 20px;
}
.opencalendar .hasDatepicker {
    border-top: 1px solid #FFFFFF;
    padding: 20px 0;
}
/* DATEPICKER : Style - End */


/*********** header start *******/

/*
.header_top_ul{padding: 0; margin: 0;}
.header_top_ul li{list-style: none; float: left; padding: 0 10px 0 0; margin: 0 10px 0 0; border-right:solid 1px #ababab;}
.header_top_ul li a{color: #5e5a5a; font-size: 16px; font-weight: 400;}
.header_top_ul li:last-child{border:none; padding: 0; margin: 0;}
.header_top_ul li .fa{color: #242b73; font-size: 14px; padding: 0 10px 0 0;}
*/
/*
.top-bar { padding: 10px 0; border-bottom: 1px solid #e7e7e7;text-align: right; }
.btn-covid {background-color: #db504b; padding: 5px 20px; color: #fff; border-radius: 5px; display: inline-block; font-size: 14px; text-transform: uppercase;}
.btn-covid:hover {background-color: #242b73; color: #fff; }
*/
.logo {
    padding: 15px 0;
}

header .row {
    align-items: center;
}

/* main site menu start */
.site-nav {
    position: relative;
    z-index: 999;
    width: auto;
    border-radius: 0px;
    height: 100%;
    /*width: 100%; */
    padding: 0;
    display: inline-block;
}

.site-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-nav > ul > li {
    position: relative;
    padding: 0 5px;
    display: inline-block;
    /* font-size: 16px;  */
}

.site-nav > ul > li > a {
    color: #422918;;
    line-height: 20px;
    /* font-size: 17px;  */
    font-size: 20px;
    position: relative;
    transition: all 0.5s ease;
    padding: 10px 20px;
    border-radius: 5px;
    border: solid 1px transparent;
}

.site-nav > ul > li:hover > a, .site-nav > ul > li.active > a {
    color: #fff;
    border: solid 1px #91401C;
    background: #91401C;
    border-radius: 5px;
    text-decoration: none;
    font-weight: normal;


}


.site-nav > ul > li.phone a {
    color: #0063af;
}


.language_li {
    /* padding-right: 0; float: right; */
}

.language_li select {
    border: solid 1px #ababab;
    border-radius: 3px;
    padding: 10px 45px 10px 20px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/select_arrow.webp) 85% 20px no-repeat;
    font-size: 17px;
}

.language_li select option {
    padding: 10px;
}


.site-nav > ul > li:hover > .sub-drop-alt {
    color: #061b40;
}

.site-nav > ul > li ul li:hover > .sub-drop-alt {
    color: #fff;
}

.site-nav ul li.has-sub {
    padding-right: 15px;
}

.sub-drop-alt {
    position: absolute;
    right: 0;
    top: 1px;
    color: #061b40;
}

.site-nav > ul > li .user {
    display: flex;
    align-items: center;
}

.site-nav > ul > li .user a.headerUserBtn {
    padding: 0;
    margin: 0 5px 0 0;
    width: 45px;
}

.site-nav > ul > li .user a.headerUserBtn:hover {
    background-color: transparent;
}

.site-nav > ul > li .user a {
    color: #422918;
    font-size: 14px;
}

.site-nav > ul > li .user a.logout {
    color: #91401C;
    font-size: 12px;
    line-height: 12px;
    font-style: italic;
}

.site-nav > ul > li .user .name {
    max-width: 150px;
    text-align: left;
}

.site-nav > ul > li .user .name span {
    display: block;
    font-size: 13px;
    color: #422918;
    line-height: 14px;
}

.site-nav ul li.has-sub .sub-drop-alt::before {
    font-family: FontAwesome;
    content: '\f107';
}

.site-nav ul li.has-sub .sub-drop-alt.active::before {
    font-family: FontAwesome;
    content: '\f106';
}

.site-nav ul li ul li.has-sub .sub-drop-alt::before {
    font-family: FontAwesome;
    content: '\f105';
}

.site-nav > ul > li.has-sub:hover > .sub-drop-alt::before {
    font-family: FontAwesome;
    content: '\f106';
}

.site-nav ul li ul li.has-sub {
    padding-right: 0;
}

.site-nav ul li ul li.has-sub .sub-drop-alt {
    top: 0;
    width: 30px;
    height: 35px;
    line-height: 35px;
}

.site-nav ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #f1f1f1;
    width: 210px;
    transition: all 0.5s ease;
    border-bottom: 3px solid #1C455F;
    padding: 10px 0;
    display: none;
}

.site-nav > ul > li > ul > li {
    position: relative;
}

.site-nav > ul > li > ul > li > a {
    display: block;
    font-size: 14px;
    color: #1C455F;
    padding: 5px 15px;
    text-align: left;
    text-transform: uppercase;
}

.site-nav > ul > li > ul.prd_megamenu {
    width: 400px !important
}

.site-nav > ul > li > ul > li:hover > a {
    color: #A67B41;
}

.site-nav > ul > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    background: #f6f6f6;
    width: 280px;
    transition: all 0.5s ease;
    border-bottom: 3px solid #242b73;
    padding: 10px 0;
    display: none;
}

.site-nav > ul > li > ul > li > ul > li {
    position: relative;
}

.site-nav > ul > li > ul > li > ul > li > a {
    display: block;
    font-size: 14px;
    color: #191919;
    padding: 5px 15px;
    text-align: left;
    text-transform: none;
}

.mob-click {
    display: none;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 30px;
    margin-top: 0;
}

.mob-click span {
    position: absolute;
    opacity: 1;
    left: 0;
    width: 24px;
    height: 2px;
    background: #242b73;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mob-click span:nth-child(2) {
    top: 8px;
}

.mob-click span:nth-child(3) {
    top: 16px;
    width: 16px
}

.mob-click.open {
    top: 30px;
    right: 15px;
    z-index: 99999;
    position: fixed;
}

.mob-click.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #242b73;
}

.mob-click.open span:nth-child(2) {
    opacity: 0;
    left: -20px;
}

.mob-click.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #242b73;
    width: 24px;
}


.user.mobile, .mobile-menu {
    display: none !important;
}


/* -- Header main part start --- */
.mainmenuPart .logo {
    max-width: 220px;
}

.site_main_nav_bg {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}


.nav_menu_user_icon {
    text-align: center;
}

.user_icon_btn {
    /* display: inline-block; */
    /* float: right; */
    max-width: 50px;
}

.headerUserBtn.dropdown-toggle::after {
    display: none;
}

.headerUserBtn {
    background: none;
    border-radius: 100px;

    /* background: pink; */
    line-height: 1;
    padding: 10px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.headerUserBtn:hover,
button.headerUserBtn:focus,
button.headerUserBtn:active {
    background: none;
    /*
    -webkit-box-shadow: inset 0px 0px 18px 13px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 18px 13px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 18px 13px rgba(0,0,0,0.2);
    */

    -webkit-box-shadow: inset 0px 0px 18px 13px rgb(247, 119, 64);
    -moz-box-shadow: inset 0px 0px 18px 13px rgb(247, 119, 64);
    box-shadow: inset 0px 0px 18px 13px rgb(247, 119, 64);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* -- Header main part end --- */

/* .has-sub .prd_megamenu{display: none !important;}
.has-sub .prd_megamenu.show_dropdown{display: block !important;} */
/* main site menu start */

/*--- header end ---*/

.line {
    display: flex;
}
.line.line-center {
    justify-content: center;
}

/*--- footer start ---*/

#footer_site {
    color: #fff;
    background: #422918;
    padding: 30px 0;
}
#footer_site a {
    color: #fff;
}
#footer_site a:hover,
#footer_site a:active {
    text-decoration: underline;
}
#footer_site .line {
    gap: 10px;
}

h3.bottom_copy_text {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 30px 0 30px;
}

h3.bottom_copy_text a {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 30px 0 30px;
}

/*********footer end********/


/* Owl Carousel v2.3.4 start*/
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/owl.video.play.webp) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/* Owl Carousel v2.3.4 end*/


/*home slider start*/
.home-slider {
    position: relative;
}
.home-slider img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
}

.home-slider .ct-carousel .container {
    position: absolute;
    width: 100%;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.home-slider .ct-carousel .container h1 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.99);
    text-align: center;
}
.home-slider .ct-carousel .container .slide-txt {
    position: relative;
    padding: 15px;
    background-color: rgba(203, 187, 160, 0.9);
    max-width: 570px;
    margin: 0 auto;

    border: none;
    border-radius: 40px 5px 40px 5px;
}

/*
.home-slider .slide .slide-txt:before {content: ""; display: block; background:  url(../images/shape-left.webp) no-repeat; position: absolute; left: -40px; top: 0; width: 40px; height: 100%; background-size: cover;}
.home-slider .slide .slide-txt:after {content: ""; display: block; background:  url(../images/shape-right.webp) no-repeat; position: absolute; right: -40px; top: 0; width: 40px; height: 100%; background-size: cover;}
*/
.home-slider .shape-top {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: -1px;
    z-index: 99;
}


.home-slider .shape-top svg {
    width: calc(185% + 1.3px);
    height: 28px;
    transform: translateX(-50%) rotateY(180deg);
    position: relative;
    left: 50%;
}

.home-slider .shape-top .shape-fill {
    fill: #fff;
}

.home-slider .shape-bottom {
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 99;
}

.home-slider .shape-bottom svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.home-slider .shape-bottom .shape-fill {
    fill: #92401d;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.home-slider .tree {
    position: absolute;
    width: 230px;
    background: url(../images/tree.webp) no-repeat bottom center;
    background-size: 100%;
    bottom: 0;
    left: 5%;
    height: 300px;
    z-index: 99;
}

.banner-txt {
    background-color: #92401d;
    padding: 10px 0 40px;
    position: relative;
    text-align: center;
}

.banner-txt h4 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    width: 60%;
    margin: 0 auto;
}

.banner-txt h4 span {
    display: block;
}

.banner-txt .shape-fill {
    fill: #fff;
}

.banner-txt .btn-tarif {
    padding: 10px 25px;
    background-color: #95c11f;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #95c11f;
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
}

.banner-txt .btn-tarif:hover {
    background-color: transparent;
}

.banner-txt .shape-bottom-txt {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    transform: rotate(180deg);
    bottom: -1px;
}

.banner-txt .shape-bottom-txt svg {
    width: calc(125% + 1.3px);
    height: 17px;
    transform: translateX(-50%) rotateY(180deg);
    position: relative;
    left: 50%;
}

/*home slider end*/


/* comme start */

.comme {
    padding: 15px 0;
    text-align: center;
}
.comme .container {
    max-width: 880px;
    margin: 0 auto;
}

.comme .txt {
    padding: 10px;
    border-top: 1px solid #432918;
    border-radius: 20px 20px 0 0;
}

.comme h2 {
    font-size: 25px;
    font-weight: 700;
    color: #432918;
    padding-bottom: 20px;
}

.comme p {
    color: #432918;
    font-size: 15px;
}

.comme .pic {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.comme .pic .tree {
    width: 15%;
}

.comme .pic .thum {
    width: 70%;
    position: relative;
    margin-bottom: 10px;
}

.comme .pic .thum:before {
    content: "";
    display: block;
    background: url(../images/flower.webp) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* comme end */


/* gallery start */
.gallery-wrapper {
    background-color: #92401d;
    padding: 20px 0 4px;
}

.masonry {
    column-count: 3;
    column-gap: 16px;
}

.masonry img {
    width: 100%;
}

.masonry .item {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
    background-color: #000;
    cursor: pointer;
    transition: ease-in-out 0.5s;
}

.masonry .item:hover img {
    opacity: 0.5;
    transition: ease-in-out 0.5s;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
}

/* gallery end */


/* -- Home page section -- Comme -- start -- */
.home_section_comme {
    padding: 20px 0;
    text-align: center;
}

.comme_content_block {
    text-align: center;
    width: 70%;
    margin: auto;
}
.home_content_block h3,
.comme_content_block h3,
.home_content_block p {
    color: #432918;
    font-family: "Montserrat", Sans-serif;
    /* font-weight: normal; */
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 20px;
}
.comme_content_block h3 {
    margin-top: -10px;

}
.home_content_block p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

/* -- Home page section -- Comme -- end -- */

/* DISPLAY : Flex, … */
._flex_col {
    display: flex;
    flex-flow: column;
}
._flex_full {
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


/* ITEMS : item cards bureaux */
.inner_block {
    padding-top: 30px;
    padding-bottom: 30px;
}
._ul_solutions._flex_wrap{
    display: flex;
}
._ul_solutions ._li_solution {
    padding: 20px;
    max-width: 33.33%;
}
._ul_solutions ._li_solution ._container {
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;

    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid #F0F2F5;
    padding: 0;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 0 0 rgba(14,11,11,0.1);
    -webkit-box-shadow: 0 0 0 0 rgba(14,11,11,0.1);
    box-shadow: 0 0 0 0 rgba(14,11,11,0.1);

    -moz-transition: box-shadow 1.5s ease;
    -o-transition: box-shadow 1.5s ease;
    -webkit-transition: box-shadow 1.5s ease;
    transition: box-shadow 1.5s ease;
}
._ul_solutions ._li_solution ._container .__img {
    position: relative;
    height: 250px;
    width: 100%;
    overflow: hidden;
}
._ul_solutions ._li_solution ._container .__img img {
    height: 100%;
    object-fit: cover;
}
._ul_solutions ._li_solution ._container ._inf {
    margin-bottom: auto;
    padding: 15px 20px 20px 20px;
    width: 100%;
    -webkit-align-self: stretch;
    align-self: stretch;
}
._ul_solutions ._li_solution ._container ._inf p .fa {
    color: #91B406;
}
._ul_solutions ._li_solution ._container ._inf p .fa + .fa {
    margin-left: 3px;
}
._ul_solutions ._li_solution ._container ._inf p:last-child {
    padding-bottom: 0;
}
._ul_solutions ._li_solution ._container ._inf ._points_solution {
    list-style: none;
    padding-left: 0;

    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: wrap;

    margin-bottom: 12px;
}
._ul_solutions ._li_solution ._container ._inf ._points_solution li {
    margin: 10px 0;
}
._ul_solutions ._li_solution ._container ._inf ._points_solution  li._flex_wrap {
    display: flex;
    justify-content: center;
    width: 30%;

    border: 2px solid #F0F2F5;
    border-radius: 4px;
    padding: 5px 15px;
    /*max-width: 160px;*/
}
/*._ul_solutions ._li_solution ._container ._inf ._points_solution  li._flex_wrap:last-child {*/
/*    !*max-width: 135px;*!*/
/*    width: 100%;*/
/*}*/
._ul_solutions ._li_solution ._container ._inf ._points_solution  li._flex_wrap ._flex {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
}
._ul_solutions ._li_solution ._container ._inf ._points_solution  li._flex_wrap ._flex .label {
    font-size: 16px;
}
._ul_solutions ._li_solution ._container ._inf ._points_solution  li._flex_wrap ._flex strong {
    color: #91B406;
    font-size: 20px;
}
._ul_solutions ._li_solution ._container ._inf ._points_solution li._flex_wrap ._circle_arrow {
    display: none !important;
    margin-right: 14px;
    position: relative;
}
._ul_solutions ._li_solution ._container ._inf ._points_solution li._flex_wrap ._circle_arrow ._contain_arrow svg {
    width: 18px;
    height: 18px;
}
._ul_solutions ._li_solution ._container ._inf ._points_solution li._flex_wrap ._circle_arrow ._contain_arrow svg circle {
    fill: #91401C;
}
._ul_solutions ._li_solution ._container ._btn_solutions {
    display: flex;
    justify-items: center;
    width: 100%;
    text-align: center;
    margin-top: auto;
    padding: 0 20px 30px 20px;
}
._ul_solutions ._li_solution ._container ._btn_solutions .btn-arrow {
    display: flex;
    background: #E5DED3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    outline: none;
    position: relative;
    font-size: 1em;
    line-height: 1em;
    padding: 15px 20px;
    margin: 10px auto;
    will-change: background;
    -moz-transition: background .8s ease;
    -o-transition: background .8s ease;
    -webkit-transition: background .8s ease;
    transition: background .8s ease;
    border: 0;
}
._ul_solutions ._li_solution ._container ._btn_solutions .btn-arrow._small {
    padding: 12px 15px;
    font-size: .900em;
}
._ul_solutions ._li_solution ._container ._btn_solutions .btn-arrow svg {
    width: 13px;
    margin-right: 10px;
}
._ul_solutions ._li_solution ._container ._btn_solutions .btn-arrow svg path {
    transition: all 0.3s;
}
._ul_solutions ._li_solution ._container ._btn_solutions .btn-arrow span {
    border-left: 1px solid #001d26;
    padding-left: 10px;
    color: #001d26;
    float: left;
    display: inline-block;
    will-change: transform;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}
._ul_solutions ._li_solution ._container ._btn_solutions .btn-arrow:hover, ._ul_solutions ._li_solution ._container ._btn_solutions .btn-arrow:active {
    background-color: #91B406;
}
._ul_solutions ._li_solution ._container ._btn_solutions .btn-arrow:hover span, ._ul_solutions ._li_solution ._container ._btn_solutions .btn-arrow:active span {
    border-left: 1px solid #fff;
}
._ul_solutions ._li_solution ._container ._btn_solutions .btn-arrow:hover *, ._ul_solutions ._li_solution ._container ._btn_solutions .btn-arrow:active * {
    color: #fff;
}
._ul_solutions ._li_solution ._container ._btn_solutions .btn-arrow:hover svg path, ._ul_solutions ._li_solution ._container ._btn_solutions .btn-arrow:active svg path {
    fill: #fff;
}

/* ITEMS : item cards bureaux - end */


/* ----  Home Page -- Bootstrap masonry grid layout -- start  --- */
.home_section_mesonery {
    padding: 10px 0;
}

.homeGallery_mesonery .card-body {
    flex: 1 1 auto;
    padding: 0 0;
}

.mesonary_col {
    padding: 10px 10px !important;
}

.mesonary_col .card {
    border: 0px none transparent;
    border-radius: 0px;
}

.mesonary_col a {
    display: block;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mesonary_col a:hover::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.5);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* ---- Home Page -- Bootstrap masonry grid layout -- end   --- */

/* ---- Home Page -- Fonctionnement-- start   --- */
.home_section_fonctionnement {
    padding: 50px 0 50px;
}

.fonctionnement_content_block {
    margin: 0px auto;
    width: 75%;
    padding: 0 5%;
}

.fonctionnement_content_block h3 {
    text-align: center;
}

.home_contentBlock_linkBtn_block {
    text-align: center;
    padding: 10px 0 10px;

}

.home_contentBlock_linkBtn_block a.home_contentBlock_linkBtn {
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px;
    color: #fff;
    background-color: #95C11F;
    border: 1px solid #95C11F;
    border-radius: 5px 5px 5px 5px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.home_contentBlock_linkBtn:hover,
a.home_contentBlock_linkBtn:focus,
a.home_contentBlock_linkBtn:active {

    color: #95C11F;
    /* background-color: #fff; */
    background-color: transparent;
    border: 1px solid #95C11F;
    border-radius: 5px 5px 5px 5px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home_contentBlock_linkBtn_block a.home_contentBlock_linkBtn_green {
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px;
    color: #95C11F;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.home_contentBlock_linkBtn_green:hover,
a.home_contentBlock_linkBtn_green:focus,
a.home_contentBlock_linkBtn_green:active {

    color: #95C11F;
    /* background-color: #fff; */
    background-color: transparent;
    border: 1px solid #95C11F;
    border-radius: 5px 5px 5px 5px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* ---- Home Page -- Fonctionnement-- end   --- */

/* ---- Home Page -- Qui - Brown Part -- start   --- */

.home_section_part.brown_bg {
    color: #fff;
}

.home_content_block.qui_content_block {
    width: 70%;
    margin: auto;
    padding: 50px 0 50px
}

.home_section_part.brown_bg h3 {
    color: #fff;
}

.home_section_part.brown_bg p {
    color: #fff;
    line-height: 1.5;
}

.home_section_part.brown_bg ul {
    margin: 0 0 30px 5%;
}

.home_section_part.brown_bg ul li {
    color: #fff;
}

.qui_doubleImg {
    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0 0 20px;
}

.qui_doubleImg img {
    height: 135px;
    width: 135px;
    margin: 10px 10px;
}

.home_content_block.qui_content_block h3 {
    text-align: center;
    padding: 0 0 10px;
}

.home_content_block.qui_content_block h4 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.home_content_block.qui_content_block {
    position: relative;
}

.home_content_block.qui_content_block::after {
    position: absolute;
    content: "";
    height: 250px;
    width: 190px;

    bottom: 0;
    left: -200px;

    background-image: url("../images/plante_verte.webp");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* ---- Home Page -- Qui - Brown Part -- end   --- */

/*---- ***  inner section start *** --- */

/* HEIGHT : Body */
.heightBody {
    min-height: calc(100vh - 400px);
}

/* inner banner start */

.inner-banner.heightAuto {
    position: relative;
}
.inner-banner:not(.heightAuto) {
    position: relative;
    height: 350px;
    overflow: hidden;
}
.inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.inner-banner .caption {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -30px;
}
.inner-banner .caption h1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.99);
    text-align: center;
}
.inner-banner .shape-bottom {
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 99;
}

.inner-banner .shape-bottom svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.inner-banner .shape-bottom .shape-fill {
    fill: #432918;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}


.inner-banner-txt {
    background-color: #432918;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 5px 0 0 0;
}
.inner-banner-txt .intro {
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto;
}
.inner-banner-txt img {
    min-height: 150px;
    max-height: 150px;
}

.inner-banner-txt h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.inner-banner-txt p {
    padding: 0;
}

.inner-banner-txt .author {
    font-weight: 700;
    padding-bottom: 20px;
}

/* inner banner end */

/* -- New Inner Banner -- container size --- start --- */

.inner-banner.innerBanner_no_img {
    /* position: relative;
    min-height: 50px; */
    /* background: green; */
}

.innerBanner_noImg_blockBg {
    position: relative;
    min-height: 50px;
    /* background: blue; */
}

.shape-bottom.innerBanner_noImg_shapeBottom {
    left: 1px;
    bottom: -7px;
    width: calc(100% - 1px);
}

.inner-banner-txt.noImg_innerBannerText_sec {
    background: transparent;
}

.noImg_innerBannerText_block {
    background-color: #432918;
    text-align: center;
    font-size: 16px;
    padding: 5px 0 0 0;
}
.noImg_innerBannerText_block address {
    margin-bottom: 0;
}
.noImg_innerBannerText_block * {
    color: #fff;
}
.noImg_innerBannerText_block a:hover,
.noImg_innerBannerText_block a:active {
    color: #91b406;
}

img.noImg_innerBanner_textTree {
    height: 100%;
    min-height: 120px;
}

/* -- New Inner Banner -- container size --- end --- */


/* coworkers start */
.coworkers {
    padding: 30px 0;
    font-size: 16px;
    color: #432918;
}

.coworkers .container {
    max-width: 720px;
}

.coworkers h2 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
}

.coworkers ul {
    margin: 0;
}

.coworkers .tasse {
    display: flex;
    height: 100%;
    align-items: flex-end;
}

/* coworkers end */


/* la grange start */
.la-grange {
    padding: 30px 0;
    background-color: #92401d;
    text-align: center;
    color: #fff;
}

.la-grange .container {
    max-width: 990px;
}

.la-grange h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 20px;
}

.la-grange .map-container {
    position: relative;
    margin-top: 60px;
}

.la-grange .shape-top {
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 99;
}

.la-grange .shape-top svg {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.la-grange .shape-top .shape-fill {
    fill: #432918;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.la-grange .map {
    padding: 15px;
    background-color: #432918;
    display: flex;
    flex-wrap: wrap;
}

.la-grange .map .left {
    width: 70%;
}

.la-grange .map .left iframe {
    height: 466px;
    width: 100%;
}

.la-grange .map .right {
    width: 30%;
    padding-left: 15px;
}

.la-grange .map .map-txt {
    background: url(../images/volet.webp) no-repeat center center;
    background-size: contain;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.la-grange .map .coworking-txt {
    width: 100%;
}
.la-grange .map .coworking-txt .line {
    justify-content: center;
}
.la-grange .map .coworking-txt .line .link {
    color: #fff;
}
.la-grange .map .coworking-txt strong {
    font-weight: normal;
}

.la-grange .btn-contact {
    padding: 10px 20px;
    background-color: #00a19a;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}

.la-grange .btn-contact:hover {
    background-color: #fff;
    color: #92401d;
}


/* la grange end */


/* -- inner form pase -- start -- */
.innerForm_sec {
    padding: 50px 0 50px;
}

.inner_form_block_bg {
    margin: auto;
    max-width: 720px;
    position: relative;
}

.inner_form_block_bg::before {
    position: absolute;
    content: "";
    height: 250px;
    width: 200px;
    bottom: -50px;
    left: -220px;

    background-image: url("../images/plante_verte.webp");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.flowerVas_img img {
    max-height: 240px;
    position: relative;
    top: -50px;
}

.inner_sub_block.horaraires_block_content {
    /* padding: 60px 0 10px; */
    padding: 60px 10% 10px;
}

.inner_form_block_bg h3 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
}

.inner_form_block_bg p {
    color: #fff;
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
}

.inner_form_block {
    padding: 10px 0;
}

.inner_sub_block {
    text-align: center;
    color: #432918;
}

.inner_sub_block p {
    font-size: 16px;
    line-height: 1.6;
}

.horaraires_block_content h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 10px;
}

.inner_sub_block.fonct_block_content {
    max-width: 800px;
    margin: auto;
    width: 80%;
    /* padding: 30px 5% 50px; */
    padding: 30px 2% 50px;
}

.inner_sub_block.fonct_block_content h4 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 20px;
}

.fromSubmit_row {
    text-align: center;
}

button.la_grange_from_submit_btn {
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px;
    color: #fff;
    background-color: #95C11F;
    border: 1px solid #95C11F;
    border-radius: 5px 5px 5px 5px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.la_grange_from_submit_btn:hover,
button.la_grange_from_submit_btn:focus,
button.la_grange_from_submit_btn:active {

    color: #95C11F;
    /* background-color: #fff; */
    background-color: transparent;
    border: 1px solid #95C11F;
    border-radius: 5px 5px 5px 5px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.inner_form_block .form-control {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    border-radius: 2px;
    /*
    font-size: 15px;
    line-height: 1.3;
    */
}


.inner_form_block select {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    border-radius: 2px;
    padding: .375rem .75rem;
    color: #666;
    background-color: #fff;
    min-height: 40px;

}

/* -- inner form pase -- end -- */

/* inner page with sidebar section -- start --   */

.inner_sec_withSidebar {
    padding: 15px 0 50px 0;
}

/* -- inner cont Left section - start -- */

.innerPage_left_blockBg {
    padding: 0 0 30px;
}

.innerPage_left_block {
    margin: 0 0 15px;
}

.innerLeft_bigImg {
    max-width: 100%;
}

.innerLeft_bigImg > img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.innerLeft_blockSec_titleBg {
    padding: 10px 0;
    text-align: center;
}

.innerLeft_blockSec_titleBg img {
    max-width: 36px;
    max-height: 36px;
    margin: 0 0 5px;
}

.innerLeft_blockSec_titleBg h5 {
    color: #422918;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 10px;
    text-align: center;

}

.innerLeft_blockSec_titleBg h5 span {
    position: relative;
}

.innerLeft_blockSec_titleBg h5 span::after {
    content: "";
    max-width: 200px;
    height: 1px;
    background-color: #422918;
    display: block;
    margin: 10px auto;

}

.innerLeft_map iframe {
    width: 100%;
    min-height: 450px;
}
.innerLeft_map .coordonnees {
    text-align: center;
}
.innerLeft_map .coordonnees .link {
    color: #422918;
}
.innerLeft_map .coordonnees .link:hover,
.innerLeft_map .coordonnees .link:active {
    color: #91B406;
}

.innerLeft_map p {
    text-align: center;
    padding: 5px 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: #422918;
}

.innerLeft_time_ul {
    max-width: 570px;
    margin: auto;
    padding: 10px 0;
}

.innerLeft_time_ul ul {
    padding-left: 20px;
}

.innerLeft_time_ul ul li {
    list-style: none;
    border-bottom: 1px solid #CBBBA0;
    padding: 7px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #422918;
}

.innerLeft_time_ul ul li:last-child {
    border-bottom: 0 none;
}

.innerPage_left_block.innerPage_left_block_equipements {
    position: relative;
    padding: 50px 0 50px;
    margin-bottom: 0;
}
.innerPage_left_block.innerPage_left_block_equipements::before {
    content: '';
    display: block;
    width: 100%;
    max-width: 650px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: lightgray;
}

.innerPage_left_block.innerPage_left_block_equipements h5 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #422918;
    margin-bottom: 5px;
}

.equipements_block {
    display: flex;
    justify-content: center;
}

.equipements_block ul {
    border: 1px solid #422918;
    padding: 30px;
    border-radius: 8px;
    margin: 0;
    display: flex;
    flex-flow: wrap;
}
.equipements_block ul:not(.fullWidth) {
    width: 80%;
    padding: 30px;
}

.equipements_block ul li {
    list-style: none;
    padding: 10px;
    width: 50%;
    max-width: 310px;
}

.equipements_block ul li .equipements_block_ul_li {
    min-width: 160px;
    display: flex;
    flex-flow: wrap;
    align-items: center;

    color: #422918;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.equipements_block ul li .equipements_block_ul_li img.equipements_block_ul_li_img {
    margin: 0 15px 0 0;
    max-width: 50px;
}
.equipements_block ul li .equipements_block_ul_li .label {
    width: calc(100% - 70px);
}

/* -- inner cont Left section - end -- */
/* inner cont right // sidebar section --- start --  */
.innerPage_right_bg {
    border: 1px solid #422918;
    box-shadow: 0px 3px 6px #00000029;
}
/*.sticky-desktop .toggle_div_01 {*/
/*    position: sticky;*/
/*    top: 0;*/
/*}*/

.sidebar_topTile {
    border-bottom: 1px solid #422918;
    text-align: center;
    padding: 18px 0;
}

.sidebar_topTile h4 {
    color: #422918;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;

}

.sidebar_sec_bg {
    padding: 0 10%;
}

h4.sidebar_sec_title {
    color: #422918;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin: 20px 0 20px;
}

.sidebar_journee_block ul {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

.sidebar_journee_block ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin: 5px 3px;


}

.sidebar_journee_block ul li a {
    border-radius: 3px;
    border: 1px solid #CBBBA0;
    text-align: left;
    display: block;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar_journee_block ul li a .journeeTop {
    background-color: #CBBBA0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    min-height: 36px;
    padding: 5px 8px;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sidebar_journee_block ul li.active a {
    border: 1px solid #91B508;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar_journee_block ul li.active a .journeeTop {
    background-color: #91B508;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.journeeTop span.journeeTop_text {
    display: inline-block;
    width: calc(100% - 30px);
}

.journeeTop span.journeeTop_icon {
    display: inline-block;
    width: 25px;
}

.journee_details_box {
    color: #422918;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;

    padding: 10px 10px;
    min-height: 90px;
}

.ht_bold {
    padding: 0 0 10px;
}


.sidebar_calender_Btn_box {

    text-align: justify;

    border: 3px solid #CBBBA0;
    border-radius: 5px;
    padding: 3px 8px;
}

.calenderBooking_details {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);

    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
}

.calenderBooking_btn_box {
    display: inline-block;
    width: 35px;
    text-align: center;
}

.calenderBooking_btn {
    height: 33px;
    width: 33px;
    display: inline-block;
    vertical-align: middle;
}


.sidebar_greenContent_box {
    background: #00A19A;
    color: #fff;
    padding: 15px 8%;
    border-radius: 3px;
    text-align: center;
    margin: 25px 0 25px;
}

.sidebar_greenContent_box h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 0 15px;
}

.sidebar_greenContent_box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    /* padding: 0 0 15px; */
    padding: 0 5% 15px;
}

.sidebar_greenContent_box_link {
    margin: 0 0 10px;
}

.sidebar_greenContent_box_link a {
    display: block;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 5px;
    padding: 3px 8px;
    color: #422918;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;

    margin: 0px auto;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar_greenContent_box_link a:hover,
.sidebar_greenContent_box_link a:focus,
.sidebar_greenContent_box_link a:active {

    border: 1px solid #CBBBA0;
    background: #CBBBA0;
    border-radius: 5px;
    padding: 3px 8px;
    color: #422918;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.sidebar_reserverBtn_box button.reserverBtn_green {
    width: 100%;
    text-align: center;
    /*margin: 0 auto 10px;*/
    border-radius: 5px;
    /*padding: 10px 5px;*/
    font-size: 16px;
    font-weight: 500;

    padding: 15px 8%;
    margin: 25px 0 25px;

    color: #fff;
    background: #91B508;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar_reserverBtn_box button.reserverBtn_green:hover,
.sidebar_reserverBtn_box button.reserverBtn_green:focus,
.sidebar_reserverBtn_box button.reserverBtn_green:active {

    color: #fff;
    background: #91401C;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.sidebar_reserverBtn_box p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;

}

/* -- sidebar calender -- start -- */
.sidebar_reserverBtn_box button.reserverBtn_lightBrown {
    width: 100%;
    text-align: center;
    /* margin: 0 auto 10px; */
    margin: 0 auto 30px;
    border-radius: 5px;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 500;


    color: #fff;
    background: #CBBBA1;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar_reserverBtn_box button.reserverBtn_lightBrown:hover,
.sidebar_reserverBtn_box button.reserverBtn_lightBrown:focus,
.sidebar_reserverBtn_box button.reserverBtn_lightBrown:active {

    color: #fff;
    background: #91401C;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.main_calender_dateSelect_block {
    padding: 20px 0 20px;
}

.journey_date_block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.journey_date_block_text {
    color: #422918;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin: 0 10px 10px;
}

.journey_date_block_time {
    color: #422918;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin: 0 10px 10px;

    padding: 5px 5px;
    border: 3px solid #CBBBA0;
    border-radius: 5px;
}

.journey_date_block_time span {
    padding: 0 5px;
}

.sidebar_topTile.sidebar_top_btn {
    text-align: left;
}

.calenderBackBtn {
    color: #422918;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 3px 3px;
    margin: 0 0 0 15px;
    text-align: center;


    /* border: 1px solid #000; */
}

/* -- sidebar calender -- end -- */

/*  --- inner page full width -- page -- start --  */
/* -- contact page start -- */
.innerBanner_noImg_fullWidth {
    min-height: 40px;
}

.inner-banner-txt.noImg_innerBannerText_sec.noImg_innerBannerText_sec_contactPage {
    background-color: #422918;
    color: #fff;

    /* padding: 100px 0; */
}

.fullWidth_midLogo_block {
    max-width: 380px;
    margin: 0px auto;
}

.fullWidth_midLogo_block a {
    display: block;
}

.fullWidth_midLogo_block a img {
    width: auto;
    min-height: auto;
}

.fullWidth_top_btn_block {
    height: 100%;
    display: flex;
    align-items: center;
}

.fullWidth_top_btn_block_left {
    justify-content: flex-start;
}

.fullWidth_top_btn_block_right {
    justify-content: flex-end;
}

.fullWidth_top_btn_block button, .fullWidth_top_btn_block .btn_appearance_none {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding: 5px 8px;
    margin: 5px 3px;

}

.mobile .fullWidth_top_btn_right {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 10px 10px 0;
    padding: 0;

}

.contact_page_mainSec {
    background-color: #422918;
    color: #fff;

    padding: 80px 0;

}

.leftTotal_block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;

}

.leftTotal_block > div:last-child {
    border-bottom: 0px none;
}

.total_row {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #707070;
}

.total_row .price_slab_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    padding: 3px 10px 3px 0px;
}

.total_row .price_slab_right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    min-width: 100px;

    /* padding: 3px 10px 3px 3px; */
}

.price_slab_left h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    padding: 3px 0;
}

.price_slab_left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    padding: 2px 0;
}

.price_slab_right p {
    text-align: right;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    padding: 0 0;
    margin: 0 0;
}

.price_slab_left_subTotal {
    padding: 10px 0;
}

.price_slab_left_subTotal h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5;
}

.price_slab_right_subtotal p {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5;
}


.contactPage_mid_img {
    height: 100%;
    padding: 10px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* contact from start -- */

.contact_right_formBg h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
}


.contact_right_formBg h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}


.contact_right_formBg p.txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;

}

.contactFromRow_col {
    margin-bottom: 15px;
}

.contact_form_inputBlock .form-control, .contact_right_formBg .form-control, #card-element {
    color: #422918;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 8px 5px;

    border: 1px solid #CBBBA0;
    border-radius: 5px;
    background-color: #fff;
}

.contact_form_checkBox label, .contact_right_formBg label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.contact_right_formBg label {
    padding-bottom: 10px;
}

button.contactFormBtn {
    width: 100%;
    text-align: center;
    /* margin: 0 auto 30px; */
    border-radius: 5px;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 500;

    color: #fff;
    background: #91B508;
    border: 1px solid #91B508;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.contactFormBtn:hover,
button.contactFormBtn:focus,
button.contactFormBtn:active {

    color: #fff;
    background: #CBBBA0;
    border: 1px solid #CBBBA0;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}


.package-item {
    justify-content: center;
}


/* The container */
.radio-wrapper {
    display: block;
    position: relative;
    min-height: 150px;
    padding: 50px 10px 10px;
    color: #422918;
    font-size: 14px;

}

/* Hide the browser's default radio button */
.radio-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    border-radius: 3px;
    border: 1px solid #CBBBA0;

}


.checkmark em {
    background-color: #CBBBA0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    min-height: 36px;
    padding: 5px 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
}

/* On mouse-over, add a grey background color */
/*.radio-wrapper:hover input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the radio button is checked, add a blue background */
.radio-wrapper input:checked ~ .checkmark {
    border: 1px solid #91B508;
}

.radio-wrapper input:checked ~ .checkmark em {
    background: #91B508 url(../images/check-1.webp) no-repeat 96% 8px;
    background-size: 20px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-wrapper:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-wrapper input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-wrapper .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/*.hasDatepicker { border: 3px solid #CBBBA0; border-radius: 5px; padding: 3px 8px; width: 100%; font-size: 14px; background: #fff url(../images/calendar.webp) no-repeat 95% 6px; height: 50px; color: #422918; font-size: 14px; }*/
#choose_slot {
    color: #422918;
    font-size: 14px;
}

#choose_slot select {
    border: 3px solid #CBBBA0;
    border-radius: 5px;
    padding: 3px 8px;
    width: 100%;
    font-size: 14px;
    background: #fff;
    height: 50px;
    color: #422918;
    font-size: 14px;
}


.card-list {
    list-style: none;
    margin: 0;
    padding: 0 0 15px;
    display: flex;
}

.card-list li {
    padding-right: 10px;
}

.card-list li img {
    height: 30px;
}


#card-element iframe {
    font-family: 'Montserrat', sans-serif !important;
    color: #422918 !important;
    font-size: 14px !important;
}

.row-center {
    justify-content: center;
}

.payment-success {
    text-align: center;
}

.payment-success h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
}

.payment-success p {
    font-size: 16px;
    padding-bottom: 20px;
}

.bottom-space {
    padding-bottom: 50px;
}

.payment-green-box {
    padding: 20px;
    background-color: #00A19A;
    text-align: center;
    margin-top: 50px;
}

.payment-green-box p {
    padding: 20px 0;
    font-size: 18px;
    color: #fff;
}

.payment-green-box .btn-reserver {
    padding: 10px 50px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    color: #422918;
    font-size: 14px;
    font-weight: 600;
}

.payment-green-box .btn-reserver:hover {
    background-color: #422918;
    color: #fff;
}


.btn-compte {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #91B508;
}

.btn-compte:hover {
    color: #fff;
    background: #91401C;
}


/* contact from end -- */


.mobile {
    display: none;
}


.btn-view-calendar {
    background-color: #CBBBA1;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    display: block;
}

.btn-view-calendar:hover {
    background-color: #422918;
    color: #fff;
}

.secondshow .calenderBackBtn {
    display: inline-block;
    cursor: pointer;
    margin: 15px 0;
}

/* opencalendar start */

.opencalendar .hasDatepicker {
    border-top: 1px solid #422918;
    padding: 20px 0;
}

.opencalendar .ui-widget.ui-widget-content {
    width: 100%;
    border: 0;
}

.opencalendar .ui-widget {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.opencalendar .ui-widget-header {
    border: 0;
    background: none;
}

.opencalendar .ui-widget-content, .opencalendar .ui-widget-header {
    color: #7b838b;
}

.opencalendar .ui-state-default, .opencalendar .ui-widget-content .ui-state-default, .opencalendar .ui-widget-header .ui-state-default, .opencalendar .ui-button, html .opencalendar .ui-button.ui-state-disabled:hover, html .opencalendar .ui-button.ui-state-disabled:active {
    border: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-radius: 50%;
    display: inline-block;
}

.monthly-calendar .month-picker-month-table .ui-button {
    width: 100%!important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.monthly-calendar .month-picker-year-table .month-picker-title .ui-button {
    height: auto;
    border-radius: 0;
}

.opencalendar .ui-datepicker td {
    text-align: center;
}

.opencalendar .ui-state-default, .opencalendar .ui-widget-content .ui-state-defaul {
    background: #fff !important;
}

.opencalendar .ui-state-active, .opencalendar .ui-widget-content .ui-state-active {
    background: #c2ad8d !important;
}

.opencalendar .ui-state-highlight, .opencalendar .ui-widget-content .ui-state-highlight, .opencalendar .ui-widget-header .ui-state-highlight {
    background: #e7e2d9 !important;
}

.ui-datepicker-calendar tbody tr td.highlight a {
    background-color: #91b508 !important;
    color: #fff;
    border: 0 !important;
}

.ui-datepicker-calendar tbody tr td.highlight a:after {
    content: "";
    width: 5px;
    height: 5px;
    margin: -10px auto;
    display: block;
    background-color: #fff;
    border-radius: 50%;
}


.opencalendar .ui-widget-header .ui-icon {
    background-image: none;
}

.opencalendar .ui-datepicker .ui-datepicker-next span:before {
    content: "\f105";
    font: normal normal normal 20px/1 FontAwesome;
    display: block;
    text-indent: 0;
}

.opencalendar .ui-datepicker .ui-datepicker-prev span:before {
    content: "\f104";
    font: normal normal normal 20px/1 FontAwesome;
    display: block;
    text-indent: 0;
}

.opencalendar .ui-datepicker .ui-datepicker-next.ui-state-hover, .opencalendar .ui-datepicker .ui-datepicker-prev.ui-state-hover {
    border: 0;
    background-color: transparent;
}

.opencalendar .ui-datepicker .ui-datepicker-next {
    top: 0;
    right: 0;
}

.opencalendar .ui-datepicker .ui-datepicker-prev {
    top: 0;
    left: 0;
}

/* opencalendar end */

#choose_slot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#choose_slot label {
    padding-right: 15px;
}

#choose_slot .slots {
    padding: 5px 10px;
    display: flex;
    border: 3px solid #CBBBA0;
    border-radius: 5px;
}

#choose_slot .eachslot {
    position: relative;
}


a#setdate {
    background-color: #CBBBA1;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

a#setdate:hover {
    background-color: #422918;
    color: #fff;
}


#choose_slot .eachslot {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #707070;
}

#choose_slot .eachslot:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}

/* Create a custom radio button */
#choose_slot .eachslot input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
}

#choose_slot .eachslot input:checked ~ span {
    font-weight: bold;
}


.viewsc input[type="text"] {
    border: 3px solid #CBBBA0;
    border-radius: 5px;
    padding: 3px 8px;
    width: 100%;
    font-size: 14px;
    background: #fff url(../images/calendar.webp) no-repeat 95% 6px;
    height: 50px;
    color: #422918;
    font-size: 14px;
    margin-top: 20px;
}


.slotsel {
    text-align: center;
    margin-top: 10px;
}


/* login page start */

.login-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.login-wrapper .left {
    width: 45%;
    background-color: #00A19A;
    display: flex;
    align-items: center;
    padding: 50px 15px;
    justify-content: center;
}

.login-wrapper .left .content {
    max-width: 350px;
    width: 350px;
}

.logo-login {
    padding-bottom: 30px;
}

.login-wrapper .form-group {
    margin-bottom: 20px;
}

.login-wrapper .form-group:last-child {
    margin-bottom: 0px;
}

.login-wrapper .form-control {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #CBBBA0;
    font-size: 16px;
    color: #422918;
    border-radius: 5px !important;
}


.login-wrapper .icheck-primary {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
}

.login-wrapper .icheck-primary input[type="checkbox"] {
    border: 1px solid #CBBBA0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.login-wrapper button[type="submit"] {
    border: 0;
    padding: 10px 15px;
    background-color: #422918;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    width: 100%;
}

.login-wrapper button[type="submit"]:hover {
    background-color: #91401C;
}

.login-wrapper .link {
    font-size: 14px;
    color: #fff;
}

.login-wrapper .link:hover {
    opacity: 0.5;
}

.login-wrapper .right {
    width: 55%;
}

.login-wrapper .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.warn {
    width: 100%;
}


/* login page end */


/* dashboard page start */

.dashboard-logo {
    max-width: 380px;
    min-height: 50px !important;
}

.dashboard-top-heading {
    padding: 30px 0;
}

.dashboard-top-heading h2 {
    font-size: 40px;
    color: #422918;
    font-weight: 700;
    text-align: center;
}

.dashboard-green-box {
    padding-bottom: 30px;
}

.dashboard-green-box .box {
    background: #00A19A;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.dashboard-green-box .box p {
    font-size: 20px;
    line-height: 1.5;
    padding: 0;
}

.box-content {
    border: 1px solid #422918;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 30px;
}

.title-reservations {
    padding: 15px;
    text-align: center;
    background-color: #cbbba0;
}

.title-reservations h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0 0;
}

.title-reservations img {
    max-width: 36px;
}

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

.reservations-txt {
    margin: 30px 15px 15px 30px;
    height: 230px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.reservations-txt ul li {
    font-size: 16px;
    line-height: 20px;
    color: #422918;
    padding-bottom: 20px;
}

.reservations-txt ul li span {
    font-weight: 600;
}

.reservations-txt ul li a.link {
    font-size: 14px;
    color: #422918;
    font-style: italic;
}

.reservations-txt ul li p {
    margin: 0;
    padding: 0;
}

.linkto {
    padding: 15px 15px 30px;
    text-align: center;
}

.linkto a {
    color: #422918;
    font-size: 12px;
}

.title-download {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #422918;
}

.title-download h5 {
    font-size: 20px;
    color: #422918;
    font-weight: 600;
    padding: 10px 0 0;
}

.title-download img {
    max-width: 36px;
}

.download-list {
    padding: 30px;
}

.download-list ul {
    margin: 0;
    padding: 0;
}

.download-list ul li {
    display: flex;
    width: 100%;
    padding: 0 0 15px;
    font-size: 16px;
    color: #422918;
}

.download-list ul li span {
    width: 50%;
    padding: 0 10px;
}

.download-list ul li span i {
    margin-left: 15px;
}

.download-list ul li a {
    color: #422918;
}

.dashboard-address {
    font-size: 18px;
    color: #422918;
    line-height: 25px;
    text-align: center;
    padding-top: 15px;
}

.dashboard-address h6 {
    font-weight: 600;
}

.title-credit {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #422918;
    font-size: 16px;
}

.title-credit h5 {
    color: #422918;
    font-weight: 600;
    padding: 10px 0 0;
}

.title-credit img {
    max-width: 36px;
}

.credit-txt {
    font-size: 16px;
    color: #422918;
    padding: 30px;
}

.credit-txt h6 {
    font-weight: 500;
    padding-bottom: 15px;
}

.credit-txt p {
    padding: 0;
}

.credit-txt h6.green {
    color: #91B508;
}

.btn-das-reserver {
    background-color: #CBBBA1;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    display: block;
    border: 0;
    width: 100%;
    margin-bottom: 20px;
}

.btn-das-reserver:hover {
    background-color: #422918;
    color: #fff;
}

.btn-das-reserver2 {
    background-color: #91401C;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    display: block;
    border: 0;
    width: 100%;
    margin-bottom: 20px;
}

.btn-das-reserver2:hover {
    background-color: #422918;
    color: #fff;
}

.btn-das-recharge {
    background-color: #91B508;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    display: block;
    border: 0;
    width: 70%;
    margin: 20px auto 0;
}

.btn-das-recharge:hover {
    background-color: #91401C;
    color: #fff;
}


.content-center {
    justify-content: center;
}

.back-link {
    padding-bottom: 20px;
}

.back-link a {
    font-size: 12px;
    color: #422918;
    text-decoration: underline;
}

.back-link a:hover {
    opacity: 0.7;
}

.box-content .alert-success {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}

/* dashboard page end */


/* popup start */

/* .ui-dialog.ui-widget.ui-widget-content {border: 1px solid #422918!important;} */
.ui-widget.ui-widget-content {
    border: 0px !important;
    padding: 0;
}

/*.ui-dialog { background-color: #f8efe2!important;  }*/
.ui-dialog {
    background-color: #ffffff !important;
}

.ui-dialog h6 {
    font-size: 16px !important;
    color: #422918 !important;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: #422918 !important;
    color: #fff !important;
}

.ui-dialog-titlebar-close {
    line-height: 15px;
}

.ui-dialog-titlebar-close:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
}

/*.ui-dialog .ui-dialog-buttonpane { background-color: #f8efe2!important; padding: 5px !important; }*/
.ui-dialog .ui-dialog-buttonpane {
    background-color: #ffffff !important;
    padding: 5px !important;
}

.ui-widget-content {
    border: 0px !important;
}

.ui-dialog button {
    background-color: #91401c !important;
    border: 0;
    color: #fff;
    font-size: 16px !important;
}

.ui-dialog button:hover {
    opacity: 0.7;
}

/* popup end */

.reserverBtn_green {
    padding: 10px 25px;
    background-color: #95c11f;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #95c11f;
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
}

/* 23.06.22 start */

.inner-content-box {
    border: 1px solid #422918;
    box-shadow: 0px 3px 6px #ccc;
    padding: 20px;
}

.inner-content-box h2 {
    color: #422918;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 20px;
}

.inner-content-box p,
.inner-content-box ul {
    margin: 0;
    padding: 0 0 20px;
    color: #666;
}
.inner-content-box ul {
    padding: 0 20px 20px;
}


.contact-form {
    background-color: #92401D;
    padding: 20px;
}

.contact-form form {
    width: 60%;
    margin: 0 auto;
}

.contact-form .date {
    background: #fff url(../images/calendar.webp) no-repeat 10px 3px;
    padding-left: 50px;
}

/* 23.06.22 end */


/* cookies start */

.cookies-wrapper {
    position: fixed;
    left: 0;
    bottom: 15px;
    width: 100%;
    z-index: 99;
}

.cookies-wrapper .cookies-content {
    background-color: #000;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cookies-wrapper .left {
    width: 60%;
}

.cookies-wrapper .right {
    width: 40%;
    text-align: right;
}

.cookies-wrapper p {
    padding: 0;
    font-size: 15px;
}

.cookies-wrapper button {
    display: inline-block;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 5px;
    margin-left: 10px;
    border: 0;
    background-color: #92401D;
    color: #fff;
    cursor: pointer;
    transition: ease-in-out 0.5s;
}

.cookies-wrapper button:hover {
    background-color: #422918;
    color: #fff;
    transition: ease-in-out 0.5s;
}

/* cookies end */


.inner_sec_withSidebar.rembours {
    max-width: 1253px;
    margin: 0 auto;
}

.inner_sec_withSidebar.rembours .date {
    background: #fff url(../images/calendar.webp) no-repeat 10px 5px;
    background-size: 30px;
    padding-left: 50px;
}

.inner_sec_withSidebar.rembours p {
    text-align: center;
}


/* lcc-modal-alert start */
.js-lcc-modal-alert {
    position: fixed;
    left: 50%;

    bottom: 15px;
    /*width: 1250px;*/
    width: 100%;
    max-width: calc(100% - 30px);
    z-index: 99;
    background-color: #000;
    padding: 15px;
    border-radius: 5px;
    color: #fff;

    display: flex;
    gap: 30px;
    /*flex-wrap: wrap;*/
    align-items: center;

    transform: translateX(-50%);
}
.js-lcc-modal-alert .lcc-modal__content {
    /*width: 60%;*/
}
.js-lcc-modal-alert .lcc-modal__content .lcc-modal__title {
    font-size: 1.5rem;
}
.js-lcc-modal-alert p {
    padding: 0;
    font-size: 15px;
}
.js-lcc-modal-alert .lcc-modal__actions {
    display: flex;
    flex-flow: wrap;
    flex: 130%;
    min-width: 700px;
    max-width: 740px;
    gap: 15px;
    text-align: right;
    justify-content: space-between;
}
.js-lcc-modal-alert .lcc-modal__actions button {
    padding: 10px 15px;
    margin: 0;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    border: 0;
    background-color: #92401D;
    cursor: pointer;
    transition: ease-in-out 0.5s;
}
.js-lcc-modal-alert .lcc-modal__actions button:first-child,
.js-lcc-modal-alert .lcc-modal__actions button:nth-child(2) {
    width: calc(50% - 10px);
}
.js-lcc-modal-alert .lcc-modal__actions button:last-child {
    width: 100%;
    padding: 0;
    background-color: transparent;
}
.js-lcc-modal-alert .lcc-modal__actions button {
    white-space: nowrap;
}
.js-lcc-modal-alert .lcc-modal__actions button:first-child:hover,
.js-lcc-modal-alert .lcc-modal__actions button:nth-child(2):hover {
    background-color: #422918;
    color: #fff;
    transition: ease-in-out 0.5s;
}
.js-lcc-modal-alert .lcc-modal__actions button:last-child:hover {
    text-decoration: underline;
}

/* lcc-modal-alert end */


/* js-lcc-modal-settings start */

.js-lcc-modal-settings {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 600px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.js-lcc-modal-settings h2 {
    font-size: 20px;
    color: #432918;
}

.js-lcc-modal-settings p {
    font-size: 15px;
}

.js-lcc-modal-settings button {
    display: inline-block;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 5px;
    border: 0;
    background-color: #92401D;
    color: #fff;
    cursor: pointer;
    transition: ease-in-out 0.5s;
}

.js-lcc-modal-settings button:hover {
    background-color: #422918;
    color: #fff;
    transition: ease-in-out 0.5s;
}

.js-lcc-modal-settings .lcc-modal__close {
    float: right;
    margin-bottom: 10px;
}

.js-lcc-modal-settings .lcc-u-text-center {
    margin-bottom: 20px;
}

.js-lcc-modal-settings .lcc-modal__content {
    clear: both;
}

/* js-lcc-modal-settings end */

.banner-txt .home_head_one {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    width: 60%;
    margin: 0 auto;

    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    /*margin-inline-start: 0px;
    margin-inline-end: 0px;*/

    padding: 0;
    text-shadow: none;
}

.home_content_block h2 {
    color: #432918;
    font-family: "Montserrat", Sans-serif;
    /* font-weight: normal; */
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 20px;

}

.fonctionnement_content_block h2 {
    text-align: center;
}

.home_content_block.qui_content_block h2 {
    text-align: center;
    padding: 0 0 10px;
}

.home_section_part.brown_bg h2 {
    color: #fff;
}

.home_content_block h2 {
    color: #432918;
    font-family: "Montserrat", Sans-serif;
    font-weight: normal;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 20px;
}

h2.bottom_copy_text {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 30px 0 30px;
}

span.bottom_copy_text a {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #FFFFFF;
    /*padding: 30px 0 30px;*/

    margin: 30px 0 30px;

    /*margin: 0;*/
    text-shadow: none;

    /*display: block;*/
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

span.bottom_copy_text a:hover {
    text-decoration: underline;
    color: #FFFFFF;

}

#footer_col {
    text-align: center;
    padding: 30px 0 30px;
}

#lcc-modal-settings-label {
    font-size: 20px;
    color: #432918;

    margin: 0;
    padding: 0;
    text-shadow: none;

    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.reservation_pg h1 {
    color: #422918;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.reservation-banner-txt span {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;

    margin: 0;
    padding: 0;
    text-shadow: none;

    /*line-height: 1.2;*/
    /*display: block;*/
    /*margin-block-start: 1em;*/
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.reserve_left_head h2 {
    color: #422918;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 10px;
    text-align: center;
}

.reserve_right_title {
    color: #422918;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin: 20px 0 20px;


    padding: 0;
    text-shadow: none;

    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.tarrif-banner-txt h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.mode_de_res h2 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.traif_access h2 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
}

.sidebar_greenContent_box span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 0 15px;

    display: block;

    /*margin-block-start: 1.67em;
  margin-block-end: 1.67em;
   margin-inline-start: 0px;
   margin-inline-end: 0px;*/

    margin-top: 0px;


}


.fifthshow p.textbelow {
    text-align: center;
    color: #422918;
    font-size: 14px;
}

.fifthshow p.textbelow a {
    color: #422918;
    text-decoration: underline;
}

.fifthshow p.textbelow a:hover {
    text-decoration: none;
}

.slot_shift_disabled {
    background-color: #e9ecef !important;
    opacity: .4 !important;
}
