@charset "UTF-8";
/*
 Theme Name:   astra-child
 Theme URI:    https://wpastra.com/
 Description:  Thème enfant
 Author:       Upnow
 Author URI:   https://upnow.fr
 Template:     astra
 Version:      1.0.0
*/
@import url("//fonts.googleapis.com/css?family=Galada|Montserrat:400,600");
body {
  font-family: "Montserrat";
  /*@media screen and (min-width:768px) and (max-width:1024px){
           margin-left: 0px; 
    }
    
    @media screen and (max-width:768px){
            margin-left: 0px;
    }*/
}
.header {
  width: 270px;
  height: 100%;
  position: fixed;
  padding-bottom: 50px;
  box-sizing: border-box;
  top: 0;
  overflow: auto;
  overflow-x: hidden;
  z-index: 300;
}
.header  .header-logo img {
  width: 120px;
}
@media screen and (max-width: 1140px) {
  .header  .header-logo img {
    height: 80%;
    width: auto;
  }
}
.header  .menu-main {
  padding-top: 40px;
}
@media screen and (max-width: 1400px) {
  .header  .menu-main {
    padding-top: 20px;
  }
}
.header  .menu-main .elementor-nav-menu {
  /*& > li {
                &.btn-resa-menu {
                    background-color: $primary-color;
                    a {
                        color : white !important;
                    }
                    &:hover {
                        background-color: $primary-color-darker;
                    }
                    &:hover a {
                        color : white !important;
                    }
                }
            }*/
}
.header  .menu-main .elementor-nav-menu li {
  padding: 5px 0;
  border-bottom: 1px solid lightgrey;
  width: 100%;
}
.header  .menu-main-room {
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
}
@media screen and (max-width: 1400px) {
  .header  .menu-main-room {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.header  .menu-main-room .elementor-nav-menu li {
  padding: 5px 0;
  border-bottom: 1px solid lightgrey;
  width: 100%;
}
.sub-menu a {
  text-transform: capitalize !important;
}
.wpml-ls-flag {
  width: 20px !important;
  height: 20px !important;
}
/*.wpml-ls-menu-item{
    display: inline-block;
    border: none !important;
    li{
        width: 50% !important;
    }
    a{
        padding: 20px 0px !important;
    }
}*/
.wpml-ls-item-fr {
  width: 50% !important;
  display: inline-block !important;
  border: none !important;
  padding-top: 10px !important;
}
@media screen and (max-width: 1020px) {
  .wpml-ls-item-fr {
    width: auto !important;
    padding-bottom: 10px !important;
  }
}
.wpml-ls-item-en {
  width: 50% !important;
  display: inline-block !important;
  border: none !important;
  padding-top: 10px !important;
}
@media screen and (max-width: 1020px) {
  .wpml-ls-item-en {
    width: auto !important;
    padding-bottom: 10px !important;
  }
}
.site-content {
  position: relative;
  margin-left: 270px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-content {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .site-content {
    margin-left: 0px;
  }
}
figure h1, figure h2, figure h3, figure h4, figure h5 {
  letter-spacing: 0px !important;
}
.snip1554 {
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}
.snip1554 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.snip1554:after {
  background-color: white;
  opacity: 0.4;
  top: 0;
  bottom: 0;
  content: "";
  left: -100%;
  position: absolute;
  width: 200px;
  box-shadow: 0 0 100px white;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.snip1554 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1554 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 1em;
  opacity: 0;
}
.snip1554 h3 {
  font-size: 16px !important;
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  text-transform: uppercase;
  color: white !important;
  word-spacing: 3px;
}
.snip1554 p {
  font-size: 12px !important;
  position: absolute;
  left: 20px;
  bottom: 0px;
  font-weight: 400;
  margin: 0;
  color: white !important;
}
.snip1554 h3 span {
  text-transform: lowercase;
  font-weight: bolder;
}
.snip1554 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1554:hover > img, .snip1554.hover > img {
  opacity: 0.7;
}
.snip1554:hover:after, .snip1554.hover:after {
  left: 200%;
}
.snip1554:hover figcaption, .snip1554.hover figcaption {
  opacity: 1;
}
.btn-primary a {
  border: 2px solid #bf9f6a !important;
  background-color: #bf9f6a !important;
  border-radius: 0;
  letter-spacing: 1px;
  color: white;
  transition: all 0.5s ease;
}
.btn-primary a:hover {
  background: none !important;
  color: #bf9f6a;
  letter-spacing: 2px;
}
.btn-room-resa a {
  border: 2px solid #bf9f6a !important;
  background-color: #fff !important;
  color: #bf9f6a !important;
  font-weight: 400 !important;
  transition: all 0.5s ease;
  border-radius: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
}
.btn-room-resa a:hover {
  background-color: #bf9f6a !important;
  color: #fff !important;
}
#btn-room {
  width: 140px;
  height: 50px;
  border: 1px solid white;
  background-color: none !important;
  position: absolute;
  top: 450px;
  bottom: 0;
  display: grid;
  opacity: 0.5;
  justify-items: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400 !important;
  color: white;
}
@media screen and (max-width: 768px) {
  #btn-room {
    top: 360px;
  }
}
#btn-room.btn-right {
  right: 20px;
  /*@media screen and ( max-width : 1140px ) {
            right : 0px;
        }*/
}
#btn-room.btn-left {
  right: 180px;
  /*@media screen and ( max-width : 1140px ) {
            right : 160px;
        }*/
}
#btn-room .icon {
  align-items: center;
  align-self: center;
  justify-self: center;
  font-size: 20px;
  color: white;
  margin: 0 !important;
  vertical-align: sub;
  padding-left: 2px;
}
#btn-room:hover {
  opacity: 1;
  color: white;
}
.btn-resa-business a, .btn-resa-rooms a {
  border: 2px solid #bf9f6a !important;
  background-color: #bf9f6a !important;
  border-radius: 0;
  letter-spacing: 2px;
  color: white;
  padding: 15px 25px;
  margin-top: 37vh;
  transition: all 0.7s ease;
  z-index: 1000;
}
.btn-resa-business a:hover, .btn-resa-rooms a:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  letter-spacing: 3px;
}
.btn-map-hide {
  display: none;
}
.btn-deroulant {
  border: 2px solid #bf9f6a;
  color: #bf9f6a !important;
  transition: all 0.5s ease;
  display: inline-block;
  width: 130px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px;
}
.btn-deroulant a, .btn-deroulant span {
  display: block;
  color: #bf9f6a;
}
.btn-deroulant:hover {
  cursor: pointer;
  background-color: #bf9f6a;
  color: white !important;
}
.btn-deroulant:hover a, .btn-deroulant:hover span {
  color: white;
}
.rooms-cat-vars--container {
  display: none;
}
.rooms-cat-vars--container .rooms-cat-vars {
  display: inline-block;
  width: 130px;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  text-align: center;
}
.rooms-cat-vars--container .rooms-cat-vars li {
  border-bottom: 1px solid lightgrey;
}
.rooms-cat-vars--container .rooms-cat-vars li a {
  display: block;
  transition: all 0.5s ease;
  font-size: 12px;
  padding: 2px 0;
  color: #2e2e2e;
}
.rooms-cat-vars--container .rooms-cat-vars li a:hover {
  background-color: #efefef;
  color: #bf9f6a;
}
form .section-form {
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px !important;
}
form .section-form p {
  margin-bottom: 10px;
  font-size: 14px;
}
form input, form select, form textarea {
  width: 100%;
  margin-bottom: 10px !important;
  font-family: "Montserrat";
  font-size: 12px;
  color: #252525;
  font-weight: 700;
}
form input::placeholder, form select::placeholder, form textarea::placeholder {
  color: lightgrey;
}
form input[type="date"] {
  font-size: 13px;
  color: #767676;
  padding: 10px 12px;
  background-color: #fdfdfd;
  border: 1px solid #e3e3e3;
  outline: 0;
  height: 38px;
}
form #your-contacts, form #your-options, form .your-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
form #your-contacts .your-tel, form #your-options .your-tel, form .your-options .your-tel {
  grid-column-start: 2;
  grid-row-start: 1;
}
@media screen and (max-width: 768px) {
  form #your-contacts, form #your-options, form .your-options {
    display: block;
  }
}
form #your-contacts.col-3, form #your-options.col-3, form .your-options.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
form textarea {
  max-width: 100%;
  min-width: 100%;
  resize: vertical;
}
form input[type="submit"] {
  width: auto;
  float: right;
  padding: 15px 20px;
  background-color: #bf9f6a;
}
form input[type="submit"]:hover {
  background-color: #a5895b;
  cursor: pointer;
}
form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-bottom: 0 !important;
  margin-right: 10px;
}
.section-offers .card-offers {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  min-height: 500px;
  transition: all 0.5s ease;
  width: 350px;
  display: inline-block;
}
.section-offers:hover .card-offers:hover {
  transform: scale(1.01);
  cursor: pointer;
}
.title-offers h3 {
  font-family: "galada";
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #404040;
  margin: 0;
}
.separator-offers {
  border: 1px solid #bf9f6a;
  width: 20%;
  display: inline-block;
  margin: 10px;
}
.site-footer {
  padding: 20px 0;
  text-align: center;
  background-color: #867E77 !important;
  background-color: #463f34 !important;
  background-color: #232323 !important;
}
.site-footer p, .site-footer a {
  color: #c6c6c6;
  font-size: 12px;
  text-align: center;
}
.site-footer a:hover {
  color: white;
}
.site-footer .logo-garden-inn-footer {
  width: 150px;
}
.grid-carousel {
  position: relative;
}
.grid-carousel .grid-room {
  overflow: hidden;
}
.grid-carousel .grid-room .room-list {
  display: flex;
  list-style: none;
  position: relative;
  transition: left 0.8s ease;
  margin-left: 0px;
  justify-content: center;
}
.grid-carousel .grid-room .room-list .card-room {
  padding: 5px;
  box-sizing: border-box;
}
.grid-carousel .grid-room .room-list.col-4 .card-room {
  flex: 1 0 25%;
  max-width: 25%;
}
.grid-carousel .arrow-left, .grid-carousel .arrow-right {
  z-index: 1;
  position: absolute;
  top: calc(50% - 25px);
  line-height: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: grid;
  justify-content: center;
  align-content: center;
  transition: all 0.4s ease;
  /*@media screen and (max-width:) {
            width: 25px;
            height: 25px;
            top: calc(50% - 12.5px);
        }*/
}
.grid-carousel .arrow-left:hover, .grid-carousel .arrow-right:hover {
  cursor: pointer;
  background: white;
}
.grid-carousel .arrow-left {
  left: 10px;
  /*@media screen and (max-width:) {
            left: 5px;
        }*/
}
.grid-carousel .arrow-left:hover {
  left: 0px;
}
.grid-carousel .arrow-right {
  right: 10px;
  /*@media screen and (max-width:) {
            right: 5px;
        }*/
}
.grid-carousel .arrow-right:hover {
  right: 0px;
}
.grid-carousel svg {
  height: 20px;
  width: auto;
  fill: #bf9f6a;
  stroke: #bf9f6a;
  font-weight: 600;
  /*@media screen and (max-width:) {
            height: 10px;
        }*/
}
#cookie-law-info-bar {
  padding: 0px 200px !important;
}
@media screen and (max-width: 768px) {
  #cookie-law-info-bar {
    padding: 0px 10px !important;
  }
}
@media screen and (max-width: 479px) {
  #cookie-law-info-bar {
    padding: 0px 10px !important;
  }
}
.cli-style-v2 {
  display: inline;
}
.wt-cli-cookie-bar-container .cli-bar-message, #cookie-law-info-bar .cli-bar-message {
  width: 100% !important;
  font-family: "Montserrat" !important;
  line-height: 1.8;
  text-align: center !important;
  font-size: 12px;
}
.wt-cli-cookie-bar-container .cli-bar-btn_container, #cookie-law-info-bar .cli-bar-btn_container {
  width: 100%;
  grid-column-gap: 50px;
  text-align: center;
  justify-content: center;
}
.wt-cli-cookie-bar-container .cookie_action_close_header_reject, #cookie-law-info-bar .cookie_action_close_header_reject {
  font-size: 10px;
}
.wt-cli-cookie-bar-container .cookie_action_close_header_reject:hover, #cookie-law-info-bar .cookie_action_close_header_reject:hover {
  text-decoration: none;
}
.cli_settings_button {
  text-decoration: none !important;
  border: 1px solid #bf9f6a;
  padding: 8px;
  width: 180px;
  font-size: 12px;
  letter-spacing: 0.2px;
}
.cli_settings_button:hover {
  color: #000000 !important;
  letter-spacing: 0.5px;
}
.medium.cli-plugin-button {
  font-size: 12px;
  border: 1px solid #bf9f6a;
  width: 180px;
  padding: 10px;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.medium.cli-plugin-button:hover {
  background-color: #fff !important;
  color: #bf9f6a !important;
  letter-spacing: 1px;
}
#cookie-law-info-again {
  height: 35px !important;
  width: 200px !important;
  right: 0 !important;
  bottom: 20px !important;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1) !important;
}
#cookie_hdr_showagain {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#cookie_hdr_showagain:hover {
  color: #bf9f6a !important;
  letter-spacing: 0.1px;
  font-weight: 500;
}
#cliSettingsPopup {
  font-family: "Montserrat" !important;
  font-size: 12px !important;
}
#cliSettingsPopup .cli-tab-footer a {
  background: #bf9f6a !important;
  border-radius: 2px !important;
  border: none !important;
  padding: 12px 20px !important;
}
#cliSettingsPopup .cli-switch input:checked + .cli-slider {
  background-color: #bf9f6a;
}
.cli-privacy-content-text {
  font-size: 12px;
}
.cli-tab-container p {
  font-size: 12px;
}
.newsletter {
  width: 400px !important;
}
@media screen and (max-width: 1280px) {
  .newsletter {
    width: auto !important;
  }
}
.btn-newsletter {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  margin-top: 13px !important;
  padding: 10px 20px 10px 20px !important;
}
@media screen and (max-width: 1280px) {
  .btn-newsletter {
    right: 180px !important;
  }
}
@media screen and (max-width: 512px) {
  .btn-newsletter {
    padding: 8px 10px 8px 10px !important;
    right: 0 !important;
  }
}
::-moz-selection {
  color: #fff;
  background: #bf9f6a;
}
::selection {
  color: #fff;
  background: #bf9f6a;
}
h1, h2, h3, h4 {
  letter-spacing: 1px;
}
a {
  text-decoration: none;
}
strong {
  color: #bf9f6a;
}
.map-homepage {
  display: none;
}
.elementor-slideshow__title {
  display: none;
}
.elementor-slideshow__description {
  display: none;
}
.encart-right {
  padding: 80px 0;
  top: 17.5%;
}
@media screen and (max-width: 768px) {
  .encart-right {
    margin-bottom: 60px !important;
    height: 80%;
    border-top: 0;
    top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .encart-right {
    padding-bottom: 60px;
    height: 50%;
    border-top: 0;
    top: 0%;
    margin: 0px 105px;
  }
}
@media screen and (max-width: 550px) {
  .encart-right {
    margin-bottom: 60px !important;
    height: 50%;
    border-top: 0;
    top: 0%;
    margin: 0px 30px;
  }
}
.encart-left {
  padding: 80px 0;
  top: 17.5%;
}
@media screen and (max-width: 768px) {
  .encart-left {
    height: 80%;
    border-bottom: 0;
    top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .encart-left {
    height: 50%;
    border-top: 0;
    top: 10%;
    margin: 0px 105px;
    padding-bottom: 60px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 530px) {
  .encart-left {
    margin-bottom: 60px !important;
    height: 50%;
    border-top: 0;
    top: 15%;
    margin: 0px 30px;
  }
}
@media screen and (max-width: 420px) {
  .encart-left {
    height: 60%;
    top: 19%;
  }
}
.elementor-element-13ffd6f {
  margin-bottom: 80px;
}
.half-bloc-text {
  padding: 0 1%;
  min-height: 500px;
  display: grid;
  align-items: center;
}
.pictos-seminaire {
  text-align: center;
}
.pictos-seminaire img {
  width: 45px !important;
  margin: 0px 5px;
}
.btn-rooms:hover {
  cursor: pointer;
}
.btn-main-menu:hover {
  cursor: pointer;
}
.headers-rooms {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .headers-rooms {
    height: 500px;
  }
}
.header-homepage {
  height: 950px;
}
@media screen and (max-width: 768px) {
  .header-homepage {
    height: 880px;
  }
}
@media screen and (max-width: 479px) {
  .header-homepage {
    height: 550px;
  }
}
.header-business, .header-offers {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .header-business, .header-offers {
    height: 400px;
  }
}
.portfolio-homepage figcaption {
  width: 370px;
}
.portfolio-homepage .wp-caption {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .portfolio-homepage {
    width: 370px;
    margin: auto;
  }
}
.cnm_inner {
  margin-left: 270px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cnm_inner {
    margin-left: 0px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .cnm_inner {
    margin-left: 0px;
    padding-top: 70px;
  }
}
a.cnm_close {
  display: none;
}
#coronavirus_notice {
  padding-top: 0px;
  padding-bottom: 15px;
}