@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,700&display=swap');
@import url("../date/datepicker.min.css");
@import url('https://fonts.googleapis.com/css?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700&display=swap');
@import url('../fontawesome/css/font-awesome.min.css');
@import url('../slick/slick-theme.css');
@import url('../slick/slick.css');
@import url('responsive.css');

body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.head-title{
    font-family: 'Parisienne', cursive;
}

*{
    box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}

#complex-sportif-inner .img-diapo .content-text p {
    opacity: .8;
    line-height: 1.3;
    font-size: 16px;
}
#destop .content-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a{
    color: inherit;
    text-decoration: none;
    display: block;
}

svg,img{
    width: 100%;
    height: auto;
    /* display: block; */
}

img {
    display: block;
}

h1,h2,h3,h4,h5{
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
}

.container-banner {
    position: relative;
    overflow: hidden;
    /* background: url(https://baselinepayroll.com/wp-content/uploads/2018/02/baseline-payroll-contact-us-banner.jpg) no-repeat; */
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

div#restaurant-page:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.66);
    z-index: 6;
}

.inner-page .container-banner {
    height: 350px;
    background: url(/images/fap-3.jpg);
    background-size: cover;
}

.container-banner.restaurant-page-- {
    background-size: cover !important;
    background-position: center !important;
}

.inner-page.contact .container-banner {
    background: url(https://baselinepayroll.com/wp-content/uploads/2018/02/baseline-payroll-contact-us-banner.jpg) no-repeat;
    background-position: center;
}

body.inner-page.reservation-page  .container-banner {
    background: url(../images/banners/bg-reservation.jpg) !important;
    background-size: cover;
    background-position: bottom;
}

.inner-page .container-banner:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000b0;
}

.container-header {
    position: absolute;
    z-index: 999;
    top: 0;
    /* background-color: #f7f7f7; */
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
}

.header-wrapper {
    margin: 0 auto;
    max-width: 100%;
    width: 85%;
}

div#responsive {
    display: none;
}

.header-bottom, .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(216, 216, 216, 0.46);
}

.header-top {
    padding: 14px 0;
    font-size: 14px;
    font-weight: 300;
}

.logo-wrapper a {
    width: 100px;
    height: auto;
}

.content-menu-wrapper ul ul {
    position: absolute;
    left: -4px;top: 206%;
    /* background-color: #239ac5; */
    opacity: 0;
    right: 0;
    min-width: 180px;
    visibility: hidden;
    transition: all ease-out .5s;
}

.content-menu-wrapper ul > li:hover ul {
    opacity: 1;
    transition: all .5s ease-in;
    top: 100% !important;
    visibility: visible;
    padding-top: 11px;
}

.content-menu-wrapper ul ul li {
    display: block;
    border-right: none !important;
}

.content-menu-wrapper ul ul li a:hover {
    background: #fff;
    color: #239ac5;
    transition: all .5s ease;
    padding-left: 15px !important;
}

.content-menu-wrapper ul ul li a {
    border-right: none;
    /* white-space: nowrap; */
    padding: 8px !important;
    font-variant: normal;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    background-color: #239ac5;
}

.header-top-left {
    display: flex;
    align-items: center;
}

.header-top-left img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.header-top-left span {
    padding-right: 25px;
}

.header-top-left a {
    padding-right: 10px;
}

.content-menu-wrapper ul > li {
    display: inline-block;
    position: relative;
}

.content-menu-wrapper ul > li:last-child a {
    border: none;
}

.content-menu-wrapper ul li {
    text-transform: capitalize;
    font-variant: small-caps;
    font-size: 18px;
    position: relative;
}

.content-menu-wrapper ul li li:first-child {
    padding-top: 5px;
    background-color: rgb(35, 154, 197);
}

.content-menu-wrapper ul ul > li:first-child:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 10px;
    border-bottom: 11px solid rgb(35, 154, 197);
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
}

.content-menu-wrapper ul li a {
    padding: 1px 6px;
    border-right: 1px solid rgba(216, 216, 216, 0.66);
    box-sizing: border-box;
}

.bloc-left-text h2,  .container-activities h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #296a33;
}

.aboutus-wrapper {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.complexe-hotelier-page .aboutus-wrapper {
    align-items: center;
}

.inner-page .aboutus-wrapper {
    padding: 0;
    width: 100%;
}

.aboutus-wrapper.village- {
    flex-direction: row-reverse;
}

.bloc-left-text {
    width: 65%;
    text-align: center;
    line-height: 1.5;
    font-weight: 300;
    margin: 0 auto;
}

.complexe-hotelier-page .bloc-left-text {
    text-align: left !important;
    width: 45%;
}

.complexe-hotelier-page .bloc-left-text h2 span, .container-activities span {
    text-transform: initial;
    color: #000;
    opacity: .5;
    font-size: 28px;
}

.complexe-hotelier-page .bloc-left-text h2, .container-activities h2 {
    margin-top: 0;
    line-height: 1;
    margin-bottom: 28px;
}

.inner-page .bloc-left-text {
    width: 50%;
    padding: 45px;
    padding-left: 75px;
}

.bloc-left-text p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.bloc-left-text a, .inner-news a {
    padding: 10px;
    background: #229ac7;
    display: inline-block;
    margin-top: 11px;
    color: #fff;
    border-radius: 3px;
}

.bloc-right-video {
    width: 45%;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.complexe-hotelier-page .bloc-right-video {
    width: 50%;
}

.complexe-hotelier-page .bloc-right-video .content-video-decouverte {
    width: 100%;
    position: relative;
}

.complexe-hotelier-page .bloc-right-video .content-video-decouverte a {
    position: absolute;
    top: 48%;
    padding: 12px 20px;
    background: rgb(41, 106, 51);
    color: #fff;
    left: 42%;
    border-radius: 3px;
    font-family: inherit;
}

.complexe-hotelier-page .bloc-right-video .content-video-decouverte:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}

.inner-page .bloc-right-video {
    width: 50%;
}

.content-image-video {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: url(http://themes.quitenicestuff2.com/sohohotelwp/demo1/wp-content/uploads/2019/07/01-1.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
}

.content-image-video a {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    font-size: 35px;
    line-height: 0;
}

.content-image-video .icone-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}


.content-reseau-socio {
    display: flex;
    align-items: center;
}

.content-reseau-socio a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* background: red; */
    margin-left: 10px;
    font-size: 20px;
}

.container-village{
    display: flex;
    background-color: #06171d;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.container-village .bloc-left-text {
    width: 40%;
    padding: 80px 0 80px 40px;
    text-align: left;
}

.aboutus-wrapper.village- .bloc-left-text {
    width: 50%;
    padding-right: 60px;
}

.container-village .bloc-left-text a {
    background-color: #87b207;
}

.container-village h2 {
    color: #fff;
}

.bloc-right-image {
    display: flex;
    width: 40%;
    padding: 25px 15px 10px;
    position: relative;
}

.bloc-elt-wrapper {
    display: flex;
}

div#image-slider {
    width: 76%;
    height: auto;
}

.image-2-elt {
    margin-left: 15px;
}

.image-2-elt .image-wrap {
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.image-wrap span:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
    transform: translateY(100%);
    transition: all .5s ease;
}

.image-wrap:hover span:after {
    transition: all .5s ease;
    transform: translateY(0);
}

.bloc-right-image .image-wrap:nth-child(n+3) {
    margin: 0;
}

.image-wrap:hover a:before, .image-wrap:hover a:after {
    opacity: 1;
    top: 50% !important;
    left: 50% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.image-wrap a:before {
    width: 60px;
    height: 1px;
    left: -70% !important;
}

.image-wrap a:after {
    height: 60px;
    width: 1px;
    top: -70% !important;
}

.image-wrap a:before, .image-wrap a:after {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .4s ease;
    z-index: 10;
}

.image-wrap span {background: #222;background: -moz-linear-gradient(90deg,#222 0%,#444 100%,#666 100%);background: -webkit-linear-gradient(90deg,#222 0%,#444 100%,#666 100%);background: linear-gradient(90deg,#222 0%,#444 100%,#666 100%);}

.content-form-reservation {
    position: absolute;
    bottom: 0;
    z-index: 100;
    left: 0;
    right: 0;
    width: 85%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.92);
}

.content-form-reservation form {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

form button, form a, form button {
    padding: 12px 20px;
    box-sizing: border-box;
    height: 100%;
    background: #87b207;
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
    font-family: inherit;
    text-transform: uppercase;
    width: 200px;
    text-align: center;
    border:1px solid #87b207;
}

.content-btn- {
    text-align: center;
}
.header-form {
    position: absolute;
    top: -47px;
    background: #296a33;
    padding: 10px 20px;
    color: #fff;
    border-radius: 3px 3px 0 0;
    font-size: 22px;
    font-weight: 300;
}

.col-input {
    width: 50%;
    margin-right: 13px;
}


.col-input.select {
    width: 20%;
}

.line-form .col-input.select,.line-form  .col-input {
    width: 50%;
}

.form-reservation .col-input:last-child {
    margin: 0;
}

.col-input input, .col-input.select select {
    width: 100%;
    padding: 11px 20px;
    font-size: 14px;
    font-family: inherit;
    font-weight: 300;
    box-sizing: border-box;
}

.libelle-input {
    padding-left: 5px;
    padding-bottom: 2px;
    font-weight: 300;
}

.content-bloc-footer-bas {
    display: flex;
    width: 85%;
    margin: 0 auto;
    padding: 25px 0;
}

.bloc-footer-bas {
    width: 34%;
}

.titre-footer-bas {
    font-variant: small-caps;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #06171d;
}

.liste-footer-bas li {
    display: flex;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
}

.icone-footer-bas {
    padding-right: 10px;
}

.description-footer-bas {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
}

form#form-newsletter input {
    width: 100%;
    padding: 10px 30px 10px 20px;
    margin-top: 10px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
}

.submit {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #87b207;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
}

form#form-newsletter {
    position: relative;
}

.input_email {
    position: relative;
}

.conteneur-footer {
    background-color: #f7f7f7;
}

.superfooter {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    font-size: 13px;
    color: #777;
}

.superfooter-right {
    display: flex;
}

.superfooter-right strong {
    padding-left: 10px;
}

.content-fil-ariane-titre {
    position: relative;
    color: #fff;
    padding-top: calc(350px - 150px);
    width: 85%;
    margin: auto;
    font-family: 'Cormorant Upright', serif;
    z-index: 100;
}

.content-fil-ariane-titre h1 {
    font-size: 45px;
    /* text-transform: uppercase; */
    color: #f0da32;
}

.fil-ariane a {
    display: inline;
}

.fil-ariane {
    margin-top: 16px;
    opacity: .8;
    font-weight: lighter;
    font-family: 'Cormorant Upright', serif;
    font-size: 19px;
}


.contact-wrapper-inner {
    width: 85%;
    margin: 0 auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-contact {
    background-color: #229ac7;
    width: 100%;
    padding: 47px 0;
}

.icone-left-- {
    width: 60px;
    margin-right: 15px;
}

.content-left-- {
    display: flex;
    align-items: center;
}

.content-contact-infos h3 {
    font-size: 31px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 300;
}

.content-contact-infos p {
    margin-top: 2px;
    font-weight: lighter;
    font-size: 14px;
    margin-bottom: 0;
}

.content-right-- a {
    padding: 10px 19px;
    font-size: 23px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    font-family: 'Cormorant Upright', serif;
}

.form-reservation {
    width: 85%%;
    margin: 0 auto;
}

.form-reservation h1, .contact-left-form h2 {
    font-size: 49px;
    text-transform: uppercase;
    text-align: center;
    color: #87b207;
}

.contact-left-form h2 {
    text-align: left;
}

.form-reservation form {display: flex;padding: 45px 0;flex-wrap: wrap;width: 55%;margin: 0 auto;}

form.form-reservation button {
    margin: 0 auto;
    width: 100%;
}

.container-form-reservation {
    padding: 35px 0;
}

.ccm-wrapper {
    width: 85%;
    margin:  0 auto;
    display: flex;
    padding: 25px 0;
}

.ccm-wrapper p {font-family: inherit;font-weight: 200;line-height: 1.5;/* padding-right: 25px; */opacity: .8;}

.ccm-wrapper h3 {
    font-size: 35px;
    color: #87b207;
}

.content-left-ccm, .content-service-client {
    width: 50%;
    padding: 20px;
}

.content-service-client {
    padding-left: 50px;
}

.content-left-ccm {
    border-right: 1px solid #d8d8d8;
}

.content-service-client .icone-footer-bas {
    font-size: 22px;
    color: #87b207;
}

.container-ccm {
    background-color: #06171d;
    color: white;
}

.content-service-client li {
    display: flex;
    align-items: center;
    opacity: .8;
    padding-bottom: 15px;
}

.content-service-client ul {
    margin-top: 14px;
    font-size: 15px;
    font-weight: 200;
}

.container-rooms h1 {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    color: #87b207;
}

.rooms-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 21px;
}

.room-elt-bloc {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 50px;
}

.room-elt-bloc.choosen .room-image:before {
    position: absolute;
    content:'';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: url(../images/check.png) no-repeat;
    background-size: 36%;
    background-position: center;
}

.room-elt-bloc.choosen .room-image:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 30;
}

.container-rooms {
    padding: 35px 0;
    width: 65%;
}

.content-text h4 {
    font-size: 23px;
    color: #87b207;
}

.content-text {
   /* font-family: 'Cormorant Upright', serif; */
   padding-top: 15px;
}

.content-text a {
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
    display: inline-block;
}




.content-btn-all {
    text-align: center;
    margin: 25px 0;
}

.content-btn-all a {
    display: inline-block;
    padding: 14px 25px;
    background: #87b207;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
}

.description-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    width: 75%;
}

.content-left-image {
    /* width: 50%; */
    display: flex;
    padding: 0;
}

.container-opening-restaurant .content-left-image {
    padding-left: 0;
    padding-right: 137px;
    display: none;
}

.content-description-restaurant {
    /* width: 50%; */
    text-align: center;
    padding: 0 20px;
    text-align: justify;
}

.container-opening-restaurant .content-description-restaurant {
    text-align: center;
    margin: 0 auto;
    padding: 65px 0;
}

.content-description-restaurant h3 {
    font-size: 43px;
    color: #4CAF50;
    text-align: center;
}

.content-description-restaurant p {
    text-align: center;
    line-height: 1.5;
    font-weight: 300;
    padding-right: 60px;
}
.content-left-restaurant {
    width: 85%;
    margin: 0 auto;
    display: flex;
    padding: 25px 0;
}
.image-plat {
    margin: 0 15px;
    /* height: 250px; */
    overflow: hidden;
}

.image-plat img {
    /* height: 250px; */
}

.italic-name {
    font-family: 'Cormorant Upright', serif;
    font-size: 28px;
    line-height: 1;
    opacity: .7;
    text-align: center;
}

.container-opening-restaurant .description-opening {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    text-align: center;
}

.jour-ouverture- {
    font-family: 'Cormorant Upright', serif;
    font-size:25px;
    font-weight:700;
    color: #695555;
}






.content-horaire {
    padding-top: 20px;
}

.heure-ouverture {
    font-size: 18px;
    padding-top: 5px;
    opacity: .8;
}

.container-description-restaurant {
    background: rgba(216, 216, 216, 0.11);
    border-bottom: 2px solid #d8d8d8;
}

.content-text-banniere {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    color: rgba(255, 255, 255, 0.86);
}

.inner-text {
    height: 100%;
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.inner-text h1 {
    font-size: 50px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 0.5;
}

.inner-text p {
    font-family: "Cormorant Upright", serif;
    font-size: 32px;
    line-height: 0;
    opacity: 0.7;
    text-align: center;
}
.line-form {
    width: 100%;
    display: flex;
    margin-bottom: 17px;
}


div#resultat div{
    padding: 10px;
    width: 100%;
    background: #4caf50e3;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 3px;
    display: none
}

body.inner-page.contact .container-contact {
    background: transparent;
}

.contact-wrapper {
    width: 85%;
    margin: 0 auto;
    display: flex;
}

.contact-left-form, .contact-right-localisation {
    width: 50%;
    padding: 0 20px;
}

.contact-left-form input, .contact-left-form textarea {
    background-color: rgb(249, 249, 249);
    border-width: 1px;
    border-color: rgb(241, 241, 241);
    border-radius: 0px;
    border-style: solid;
    padding: 10px 20px;
    -webkit-appearance: none;
    color: rgb(135, 135, 135);
    width: 100%;
    height: 45px;
    font-size: 17px;
    font-family: inherit;
}

.content-input {
    margin-bottom: 15px;
}

textarea#message {
    height: auto;
}

.content-other-information-localisati ul {
    display: flex;
    flex-wrap: wrap;
}

.content-other-information-localisati li {
    display: flex;
    width: 45%;
    justify-content: space-between;
    margin-top: 25px;
    border-bottom: 1px solid #d8d8d8;
    margin: 15px 10px 0 10px;
    line-height: 1.7;
    color: #242424;
    flex-direction: column;
}

.val-libelle-- {
    opacity: .5;
}

.content-info-oo {
    margin-top: 38px;
}

.content-info-oo p {font-size: 20px;text-transform: uppercase;opacity: .7;position: relative;font-weight: 600;}

.content-info-oo p:before {content: '';position: absolute;left: 0;width: 79px;bottom: -5px;height: 1px;background: rgb(77, 77, 77);}

.content-info-oo h5 {
    font-size: 50px;
    color: #009688;
    font-weight: 600;
}

.content-map-localisation {
    width: 100%;
    min-height: 189px;
}

.generiquep {
    width: 85%;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.7;
    font-weight: 300;
}

.generiquep p {
    margin-top: 25px;
}

.content-text-bannier {
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 41px;
    color: rgba(255, 255, 255, 0.92);
}

.container-banner:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.57);
    z-index: 10;
}

.content-btn-center
 a {
    padding: 11px 25px;
    margin: 25px 20px 0;
    white-space: nowrap;
}

.content-btn-center a:last-child {
    background: rgb(135, 178, 7);
}

div#image-slider a {
    display: block;
    position: relative;
}

.image-wrap {
    display: block;
    width: auto;
}

.next, .prev {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 47px;
    top: 48%;
    text-align: center;
    background: #fff;
    color: rgb(6, 23, 29);
    border-radius: 50%;
    font-size: 34px;
    cursor: pointer;
}

.next-service {
    right: -60px;
}

.prev-service {
    left: -60px;
}


.conplexe-wrapper {
    width: 85%;
    margin: 0 auto;
    padding: 25px 0;
    display: flex;
}

.conplexe-wrapper h5 {
    font-size: 25px;
    color: #4CAF50;
}

.complexe-sportif h5 {
    color: rgb(240, 218, 50) !important;
}

.img-diapo h6 {
    margin: 0;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

#complex-sportif-inner .img-diapo .content-text h6 {
    font-size: 24px;
    color: rgb(76, 175, 80);
}

.content-left-bloc {
    width: 75%;
    padding-right: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-right-blox {
    width: 25%;
}

div#content-diapo {
    margin-top: 25px;
}

.content-other h2 {
    padding: 10px;
    color: #fff;
    background: #4CAF50;
    border-radius: 5px;
    margin-bottom: 15px;
}

.content-other li a {
    padding: 9px 10px;
    border-bottom: 1px solid #d8d8d8;
    opacity: .8;
}

.content-other li:last-child a {
    border: navajowhite;
}

.img-diapo {
    position: relative;
    margin-bottom: 25px;
}

.img-diapo .content-text {
    position: absolute !important;
    bottom: 0;
    color: #fff;
    z-index: 5;
    padding: 20px 22px;
    width: 100%;
}

#complex-sportif-inner .img-diapo .content-text {
    position: relative !important;
    color: #242424;
    padding: 20px 15px;
}

#complex-sportif-inner .img-diapo .content-text:before {
    background: transparent;
}

.content-list-activities .img-diapo .content-text {
    padding: 8px 10px;
    width: 100%;
}

.content-text h6 {
    font-size: 25px;
}

.img-diapo .content-text:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.62);
    z-index: -1;
}

body.inner-page.complexe-sportif .container-banner {
    background: url(../images/banners/bg-sport-loisir.jpg);
    background-size: cover;
    background-position: center;
}

div#content-image-domaine {
    display: flex;
    flex-wrap: wrap;
}

div#content-image-domaine .img-diapo {
    width: 48%;
    margin-right: 18px;
}

div#content-image-domaine .img-diapo:nth-child(2n+2) {
    margin-right: 0;
}

div#content-image-domaine .img-diapo a {
    position: relative;
    overflow: hidden;
    height: 250px;
    display: block;
}
.activities-wrapper {
    width: 85%;
    margin: 0 auto;
}

.content-btn-responsive {
    display: none;
}

.content-list-activities .img-diapo {
    width: 32.5%;
    margin-right: 15px;
    margin-bottom: 15px;
}

.content-list-activities .img-diapo:nth-child(3n+3) {
    margin-right: 0;
}
body.complexe-hotelier-page .container-banner {
    height: 621px;
    background: url(../images/banners/banner-complexe-hotelier.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.content-list-activities {
    display: flex;
    flex-wrap: wrap;
}

.container-activities {
    /* background-color: rgb(243, 243, 243); */
    border-top: 2px solid #d8d8d8;
    padding: 40px 0;
}

.complexe-hotelier-page .container-aboutus {
    background: rgb(243, 243, 243);
}

.content-cross {
    display: none;
}

.room-image {
    position: relative;
}

.room-image:hover .content-text-hebergement {
    transform: scaleX(1);
}

.content-prix-chambre {
    position: absolute;
    right: 0;
    padding: 10px;
    background: rgb(135, 178, 7);
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    z-index: 15;
}

.content-text-hebergement {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 25px;
    z-index: 21;
    color: #fff;
    transform: scale(0);
    transition: all ease .5s;
}

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

.content-text-hebergement:before {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(76, 175, 80, 0.75);z-index: 1;}

.content-text-hebergement li {
    padding-bottom: 6px;
}

.message-erreur {
    font-size: 13px;
    margin-top: 5px;
    color: red;
    display:none
}

.content-input.input-error input, .content-input.input-error textarea {
    border-color: red;
}

body.inner-page.apropos-page .container-banner {
    background: url(../images/banners/bg-apropos.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.container-3-bloc {
    display: flex;
    flex-wrap: wrap;
}

.complexe-sportif .container-3-bloc {
    flex-wrap: nowrap;
}

.container-left-bloc-inner {
    padding-right: 30px;
    /* width: auto !important; */
    width: 52% !important;
}

.fap-page .container-left-bloc-inner {
    width: 129% !important;
}


.content-inner-image {
    position: relative;
    margin-bottom: 37px;
}

body.inner-page.fap-page .content-inner-image {
    min-height: auto;
    margin-bottom: 20px;
}

.content-lib-text {
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    line-height: 1.5;
    left: 0;
    right: 0;
}

.content-lib-text p {
    font-size: 14px;
    font-weight: 300;
    height: 0;
    overflow: hidden;
    transition: ease-in-out .3s;
}

.fap-page .content-img-2 .content-inner-image {
    /* height: 500px; */
    overflow: hidden;
    width: 32%;
    margin-right: 10px;
}
.content-img-2 {
    display: flex;
}

.complexe-sportif .content-img-2 {
    display: block;
    width: 48%;
}

.complexe-sportif .content-img-2:hover p {
    height: auto;
    transition: ease-in-out .3s;
}

div#form-reservation- {
    max-width: 70%;
    margin: 0 auto;
    background: #fff;
    /* padding: 40px; */
}

.content-inner-relative {}

.content-form-wrapper {
    padding: 20px;
    text-align: center;
}

.content-header-popup {
    padding: 17px 0;
    text-align: center;
    background: #8bc34a;
    color: #fff;
    font-size: 21px;
}

.col-input.full {
    width: 100%;
}

button#close-elt {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    line-height: unset;
    background: transparent;
    border: 1px solid rgb(135 178 7);
    color: #4caf50;
    opacity: 1;
    width: 200px;
    height: auto;
    font-size: 18px;
    text-transform: capitalize;
    font-family: inherit;
}
div#resultat- {
    padding: 10px;
    text-align: center;
    background: rgb(26 152 44);
    margin-bottom: 10px;
    color: #fff;
}

.content-btn-booking {
    display: inline-block;
    margin-left: 10px;
}

.content-btn-booking a {
    border: none;
    padding: 8px 15px;
    background: rgb(135 178 7);
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 14px;
}
.inner-room-detail {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    align-items: baseline;
}

.content-bloc-info-resa {
    width: 30%;
    /* background: #000; */
    color: #fff;
}

.content-line-up {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-around;
    background: rgb(0 0 0);
}

.block- {
    width: 40%;
}

.block-.nb-night {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}

.nb-perso {
    padding: 20px;
    /* background: rgb(128 128 128); */
    display: flex;
}

.block-.nb-perso {
    width: 90%;
    /* background: rgb(128 128 128); */
    padding: 0;
    margin-top: 20px;
    justify-content: space-between;
}

.block-.nb-perso p {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.block-.nb-perso input {
    background: #000;
    border: none;
    color: #fff;
}

.inner-from {
    /* display: flex; */
}

.inner-from h6 {
    font-size: 19px;
    margin: 0;
    text-align: center;
    /* margin-bottom: 10px; */
    width: 100%;
    white-space: nowrap;
}

.content-date-from {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    background: gray;
    flex-wrap: wrap;
}

.content-date-from label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.content-day {
    font-size: 50px;
    width: 40%;
}

.arrows {
    width: 18px;
    margin: 0 auto;
}

.content-month {
    text-align: center;
    width: 50%;
}
.nb-adultes, .nb-enft {
    width: 45%;
    background: rgb(128 128 128);
    display: flex;
    flex-wrap: wrap;
}

.nb-adultes span, .nb-enft span {
    font-size: 50px;
    display: block;
    width: 64%;
    text-align: center;
}

.recapitulatif-reservation .nb-adultes span,.recapitulatif-reservation  .nb-enft span {
    width: 100%;
}

.up {
    width: 30px;
    transform: rotate(180deg);
}

.down {
    width: 30px;
}

.arrows-wrapper {
    display: inline-block;
    width: 30%;
    cursor: pointer;
}

.month {
    font-size: 20px;
    padding-left: 10px;
}

p.danger {
    text-align: center;
    padding: 6px;
    margin: 0;
    background: rgb(231 209 49 / 50%);
    color: rgb(0 0 0);
}

label input {
    height: 0;
    background: transparent;
    border: none;
    opacity: 1;
    position: absolute;
    z-index: -1;
}

.checkbox-room {
    opacity: 0;
}


.content-elt-supple {
    background: #fff;
    border: 1px solid;
    padding: 20px;
    color: #000;
}

.line-chambres {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.libell-chambres {
    max-width: 60%;
}

.content-montnt- {
    max-width: 40%;
    font-weight: 600;
}

.content-line-montant {
    padding-top: 20px;
}

div#sejour_number {
    padding-top: 10px;
    font-size: 30px;
}
.content-form-- {
    background: #fff;
}

.content-form-- form {
    margin-top: 30px;
}
.message-error {
    color: red;
    display: none;
    padding-bottom: 10px;
}
.content-btn button {width: 100% !important;}
.list-chambrs-choisi {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.item-wrapper {
    width: 32.4%;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.item-wrapper:nth-child(3n+3) {
    margin-right: 0;
}

.item-wrapper i {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    font-size: 20px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-line-header h4, .recapitulatif-reservation h4 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    margin-bottom: 10px;
    color: #87b207;
}

.content-line-header {margin-top: 20px;}


.content-list-extras label input {
    display: inline-block;
    border: 1px solid;
    position: relative;
    opacity: 1;
    z-index: auto !important;
    height: auto;
}

.content-reseau {
    padding: 20px 0;
}
.content-list-extras label span {
    font-size: 14px;
}

.line-extras label {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 10px;
    padding-bottom: 10px;
    justify-content: flex-end;
}

.line-extras {
    display: inline-block;
    width: 25%;
    cursor: pointer;
}
img.ls-bg.ls-preloaded {
    width: 100% !important;
    height: auto;
}
.list-extras {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.content-list-extras {
    padding-left: 20px;
    padding-top: 20px;
}
div#news-sliders {
    width: 82%;
    margin: 0 auto;
}

.inner-news {
    padding: 10px;
}

.news-img {
    margin-bottom: 20px;
    position: relative;
}

.news-img span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background: #06171d;
    color: #fff;
}

.container-actu {
    padding: 40px 0;
}

.content-item-blog {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.img-blog {
    width: 100px;
    margin-right: 10px;
}

.container-complexe {
    padding: 30px 0;
}

.conplexe-wrapper.blog-wrapper {
    flex-wrap: wrap-reverse;
}

.conplexe-wrapper.blog-wrapper .news-wrapper {
    width: 50%;
}
