
/* ------------------------ */
section, header {
  position: relative;
}
.body_user #container_gsite_header {
  display: none;
}
#container_gsite_header {
  z-index: 9998;
  position: sticky;
}
body {
  color: #161615;
  background-color: #FEC700;
/*  font-family: "Quicksand_Light";
  font-size: 16px;*/
  font-family: "Quicksand-Regular";
  font-size: 18px;
}

main {
  background-color: #FEF7EA;
  position: relative;
  padding-bottom: 100px;
}
.body_admin #sticky_mnu {
  top: 36px;
}
.body_admin {

}
#lang_choice a span {
  color: #000;
}
#lang_choice a {
  margin-bottom: 0;
  border-bottom: none;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.8);
}
/*h1.titre_header {
  font-family: "TheSecretThings";
  font-size: 8rem;
}*/
h1.titre_header {
  font-family: "TheSecretThings";
  font-size: 6rem;
  line-height: 90%;
}
h1, h2, .h1, .h2 {
  font-family: 'CarlaSansLight';
  font-size: 2rem;

}
p a,
#adm_menu3default li a,
.lien_resa a {
  color: #000 !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0,0.8);
  padding: 5px 0px;
  transition: all 0.5s ease 0s;
  position: relative;
}
.lien_resa a {
  padding: 20px 0 5px 0;
  display: inline-block;
}
p a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 199, 0,0.4);
}
#adm_menu3default li a:hover,
#adm_menu3default li a.link_item_node_selected_level_3 {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255,0.8);
  color: #fff !important;
}
.vague_beige.chambres .bg_jaune #adm_menu3default li a:hover,
.vague_beige.chambres .bg_jaune #adm_menu3default li a.link_item_node_selected_level_3,
.lien_resa a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgb(255, 199, 0);
  color: rgb(255, 199, 0) !important;
}

.vague_beige.chambres .bg_jaune #adm_menu3default li a::before,
.lien_resa a::before {
  border-bottom: 1px solid rgb(255, 199, 0);
}
p a::before,
#adm_menu3default li a::before,
.lien_resa a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-bottom: 1px solid rgba(255,199,0,5);
  transition: all .5s;
}
#adm_menu3default li a::before {
  border-bottom: 1px solid rgba(255, 255, 255,0.8);
}
p a:hover::before,
#adm_menu3default li a:hover::before,
.lien_resa a:hover::before {
  width: 100%;
}


/* -------------------------------------------------------------------------- */
/* MODULE RESA SELON PAGE */
.casa_marina #resa-casa-marina, 
.cafe_miramar #resa-cafe-miramar, 
.tyys_hotel #resa-tyys, 
#resa-tt_hotel {
  display: block !important;
  min-width: 500px;
}
.casa_marina #resa-tt_hotel,
.cafe_miramar #resa-tt_hotel,
.tyys_hotel #resa-tt_hotel {
  display: none !important;
}
.module-resa {
  position: absolute;
  bottom: 60px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  overflow: inherit;
}
.module-resa.module_resa_footer {
  bottom: inherit;
  top: -135px;
  z-index: 100;
}
.module-resa .thais_resa_form,
.module-resa .thais_resa_form_multi {
  background-color: #fff;
  padding: 5px 25px;
  border-radius: 50px;
}
.module-resa .thais_resa_form,
.module-resa .thais_resa_form_multi {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 2fr;
  gap: 15px;
  align-items: center;
  padding: 10px 15px 10px 40px;
  width: 800px;
  margin: 0 auto;
}
.module-resa .thais_resa_form_multi {
  grid-template-columns: 3fr 2fr 2fr 1fr 2fr;
  width: 880px;
}
.module-resa .thais_resa_form div,
.module-resa .thais_resa_form_multi div {
  padding: 0 5px;
}
select,
select::picker(select) {
/*  appearance: base-select !important;*/
}
.module-resa .thais_resa_form > div:hover,
.module-resa select:hover,
.module-resa .resa-col-date input:hover,
.module-resa .resa-col-date label:hover {
  cursor: pointer;
}
.thais_resa_form .resa-col-personn select,
.thais_resa_form_multi .resa-col-personn select,
select.select_thais_hot {
  width: 40px;
  background: no-repeat;
  border: none;
  padding: 0;
}
.page_reservations .module_resa_sidr .thais_resa_form_multi .thais-col-submit,
.module-resa .btn_book, #searchbutton {
  background-color: rgba(255,199,0,1);
  border: 1px solid rgba(255,199,0,1);
  border-radius: 50px;
  color: #000;
  padding: 10px;
  font-weight: bold;
  transition: all 0.5s ease 0s;
}
#searchbutton {
  padding: 5px 40px;
}
.module-resa .btn_book:hover {
  color: #000;
  background-color: rgba(255,199,0,0.3);
}
.module-resa .resa-col-date {
  border-right: 1px solid #eee;
}
.module-resa .resa-col-date label {
  position: relative;
  display: inline;
  padding-right: 15px;
}
.module-resa .resa-col-date label,
.resa-col-personn label,
.resa-col-hot-select label {
  color: #777;
}
.module-resa .resa-col-date label::after {
  content: url(../images/icones/down_icon.png);
  position: absolute;
  right: 0;
  top: -2px;
}
.module-resa .resa-col-date input {
  border: none;
}
.ui-datepicker-header {
  background: #FEC700 !important;
}

/* -------------------------------------------------------------------------- */
/* MODULE RESA page reservation */

input:disabled,
select:disabled {
  opacity: 0.3;
}

@media only screen and (max-width: 767px) { /*passage au col-sm-x */
  .page_reservations header::after {
    content: "";
    background: none;
  }

  .page_reservations #resa-tt_hotel .thais_resa_form_multi {
    display: block;
    grid-template-columns: inherit;
    gap: inherit;
    align-items: inherit;
    padding: 15px 15px;
  }
  .page_reservations #resa-tt_hotel .thais_resa_form_multi .thais-col-hot-select {
    border-bottom: 1px solid #999;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page_reservations #resa-tt_hotel .thais_resa_form_multi .thais-col-date,
  .page_reservations #resa-tt_hotel .thais_resa_form_multi .thais-col-personn {
    margin: 20px 0;
  }
  .page_reservations .module-resa .thais_resa_form_multi > div {
    padding: 0 5px;
    width: 100%;
    display: block;
    margin: 10px 0;
  }
  .page_reservations .module-resa {
    position: relative;
    bottom: inherit;
    z-index: inherit;
    left: inherit;
    transform: inherit;
    overflow: hidden;
    background-color: #FEC700;
  }
  .page_reservations .module-resa .thais_resa_form_multi, .module-resa .thais_resa_form {
    width: 100% !important;
    max-width: 100%;
    min-width: inherit;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 50px !important;
  }
  .page_reservations .module-resa .resa-col-date {
    border-right: none;
  }
}
@media only screen and (max-width: 575px) {
.page_reservations .module-resa #resa-tt_hotel {
  display: block !important;
  margin-bottom: 40px;
  max-width: 100%;
  min-width: inherit;
}


}
/* -------------------------------------------------------------------------- */
/* POPUP VIDEO HOTELS */

.popup_video {
  display: none; /* Caché par défaut */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup_contenu {
  background: #fff;
  padding: 2px;
  border-radius: 3px;
  max-width: 800px;
  width: auto;
  position: relative;
  max-height: 100% !important;
}
.popup_contenu video {
  width: auto;
  max-height: 800px;
}
.close_video {
  float: none;
  font-size: 28px;
  font-weight: 100; 
  line-height: 28px;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  background-color: rgba(0,0,0,0.5);
  padding: 0px 5px;
  border-radius: 25px;
  cursor: pointer;
  right: 10px;
  top: 10px;
  position: absolute;
  transition: all 0.5s ease 0s;
  z-index: 999;
}
.close_video:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0,0,0,0.9);
}
/* -------------------------------------------------------------------------- */
.header_photo .vertical_centered {
  width: 800px !important;
}
.bandeau_video, .bloc_video {
  min-height: 600px;
  max-height: 860px;
  overflow: hidden;
}
.video_header_home,
.video_header_hotel {
  min-width: 100%;
  height: auto;
}
.bg_jaune.vague_bottom {
  position: relative;
}
.cafe_miramar.destination .img_cles_page_hotel,
.tyys_hotel.destination .img_cles_page_hotel,
.casa_marina.destination .img_cles_page_hotel,
.cafe_miramar.experiences .img_cles_page_hotel,
.tyys_hotel.experiences .img_cles_page_hotel,
.casa_marina.experiences .img_cles_page_hotel{
  display: none;
}
.cafe_miramar.destination .img_slogan_place_beach,
.tyys_hotel.destination .img_slogan_place_beach,
.casa_marina.destination .img_slogan_place_beach{
  display: block !important;
}
.cafe_miramar.experiences .img_surfeuse,
.tyys_hotel.experiences .img_surfeuse,
.casa_marina.experiences .img_surfeuse{
  display: block !important;
}

.cafe_miramar.vague_beige .bg_jaune.header_page_hotel,
.casa_marina.vague_beige .bg_jaune.header_page_hotel,
.tyys_hotel.vague_beige .bg_jaune.header_page_hotel,
.cafe_miramar.vague_beige header .bg_jaune,
.casa_marina.vague_beige header .bg_jaune,
.tyys_hotel.vague_beige header .bg_jaune {
  background-color: #FEF7EA;
}
body.services .SOLTY_liste-services .liste_services .row .txt_right a {
  display: none;
}
.casa_marina.services .header_photo {
  background-position-y: 100% !important;
}
body.home_page header::after, header::after, 
.vague_top_down_jaune::after, 
.vague_top_up_jaune::before,
.vague_bottom_down_jaune::after,
.vague_beige header::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  background: url(../images/illu/SHAPE-principal-jaune-up-big.png) no-repeat 50% 100% / cover;
  min-height: 140px;
  width: 100%;
  /* background-size: contain; */
}
body.home_page header::after {
  background: url(../images/illu/SHAPE-principal-beige-up-big.png) no-repeat 50% 100% / cover;

}
.vague_beige header::after {
  background: url(../images/illu/SHAPE-principal-beige-up-big.png) no-repeat 50% 100% / cover;
/*  bottom: -50px;*/
bottom: 0;
}
.vague_top_down_jaune::after {
  background: url(../images/illu/SHAPE-principal-jaune-down-big.png) no-repeat 50% 50% / cover;
  bottom: inherit;
  top: -70px;
}
.vague_top_up_jaune::before {
  background: url(../images/illu/SHAPE-principal-jaune-up-big.png) no-repeat 50% 50% / cover;
  bottom: inherit;
  top: 0px;
}
.vague_bottom_down_jaune::after {
  background: url(../images/illu/SHAPE-principal-jaune-down-big.png) no-repeat 50% 50% / cover;
  bottom: inherit;
  top: inherit;
  bottom: 0px;
}
.SOLTY_txt-img-text-left-big .vague_top_up_jaune.bg_jaune::before {
  top: -100px;
}
.overflow_visible,
.parent_overflow_visible {
  overflow: visible;
}
/* ----------------------------------------------- */
/* zone recherche */
.rechercher_lang {
  position: absolute;
  right: 10px;
  top: 20px;
}
.rechercher_lang .loupe_searchmnu {
  position: absolute;
  right: 60px;
  top: 0;
  background: none;
  border: none;
}
.rechercher_lang #inl-searchmnu {
  top: 50px;
  position: absolute;
  right: -10px;
}
#searchmnu {
  position: absolute;
  top: 50px;
  right: 0;
}
.gs-search-box input[type="text"] {
  border: 1px solid #fff !important;
  border-radius: 25px !important;
}
.gs-search-box input[type="text"] {
  padding: 10px 7px 10px 35px !important;
}
.gs-search-box .search-loop-ico {
  top: 7px !important;
}
.gs-search-box .search-loop-ico svg {
  width: 23px !important;
  height: 23px !important;
}
/* ----------------------------------------------- */
/* menu pincipal */
#goaway_mnu_head {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
#goaway_mnu_head .menu_top{
  padding: 20px 25px;

  }
#sticky_mnu {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9000;
  opacity: 1;
  background-color: rgba(255,199,0,0);
  height: 70px;
  transition: all 0.5s ease 0s;
}
#sticky_mnu.is_sticky, 
#sticky_mnu.sticky_mobile{
  background-color: rgba(255,199,0,1);
  position: fixed;
  top: 0;
}
.sticky_like,
#sticky_mnu .sticky_like.sticky_mobile {
  background-color: rgba(255,199,0,1) !important;
  position: fixed !important;
  top: 0;
}
#sticky_mnu.not_sticky {
  top: 30px;

}
.body_admin #sticky_mnu.is_sticky, 
.body_admin #sticky_mnu.sticky_mobile {
  top: 36px;
}
#sticky_mnu .div_logo a {
  padding: 14px 0 14px 0;
  display: block;
  margin-bottom: inherit;
  border-bottom: none;
}
#sticky_mnu #adm_menu1default {
  padding: 0;
  margin: 0;
}
#sticky_mnu .ul_1 li:hover > ul.ul_2 {
  display: block;
  position: absolute;
  top: 51px;
  padding-left: 0;
}
#sticky_mnu .ul_1 li > ul.ul_2 li {
  display: block;
}
#sticky_mnu .ul_1 li > ul.ul_2 li a {
  padding: 5px 0 5px 0;
}
/* -------------------------------------------------------------------------- */
/* Menu  */
.gs-boot-menu .ul_1 li {
  list-style: none;
  display: inline-block;
}
.gs-boot-menu .ul_1 li a {
  color: #000;
  display: block;
  padding: 25px 20px 25px 20px;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: "Quicksand_Light";
  border-bottom: none;
  margin-bottom: inherit;
  transition: all 0.5s ease 0s;
}

#sticky_mnu.is_sticky ul#path1default > li > a:hover, 
#sticky_mnu.is_sticky .gs-boot-menu .ul_1 > li > a:hover,
.gs-boot-menu .ul_1 li a:hover,
.gs-boot-menu .ul_1 li a.link_item_node_selected,
#sticky_mnu.is_sticky .gs-boot-menu .ul_1 > li > a.link_item_node_selected {
  color: #fff;
}


.gs-boot-menu .ul_1 li > ul {
  display: none;
}
/* -------------------------------------------------------------------------- */
/* Menu mobile */
.menu-icon {
  position: relative;
  width: 60px;
  height: 70px;
  transition: transform 0.5s;
  margin-right: 10px;
}
.menu-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000;
  transition: background 0.5s;
}
.menu-icon span::before,
.menu-icon span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-6px);
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000;
  transition: transform 0.5s;
}
.menu-icon span::after {
  transform: translateY(6px);
}
.menu-icon.is-opened span { background: transparent; }
.menu-icon.is-opened span::before { transform: translateY(0) rotate(45deg); }
.menu-icon.is-opened span::after { transform: translateY(0) rotate(-45deg); }

.menu-icon.is-opened { transform: rotate(180deg); }

/* -------------------------------------------------------------------------- */
/* fil d'ariane */
#nav_path span, ul#path1default {
  line-height: 100%;
  padding-left: 0;
  font-size: 14px;
}
ul#path1default li{
  display: block;
  float: left;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
ul#path1default li a {
  color: #161615;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
ul#path1default li a:hover {
  color: #fff;
}
#path1default .item_node_selected::after {
  content: "/";
  padding: 0 10px;
  /* color: #EDEDED; */
}
#path1default .item_node_selected#last_li:after {
  content: "";
}
.mask_img {
  -webkit-mask-image: url(../images/mask-big-img.png);
  mask-image: url(../images/mask-big-img.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: 815px;
}
.back-img-only {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 815px;
}
.SOLTY_gif_background .img_gif .mask_img {
  -webkit-mask-image: url(../images/mask-big-gif2.png);
  mask-image: url(../images/mask-big-gif2.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: 727px;
}
.SOLTY_gif_background .img_gif .mask_img .back-img-only {
  background-size: 100% auto !important;
  /*height: 815px;*/
}
/* -------------------------------------------------------------------------- */
/* header page hotel */
.mnu_video_hotel, #adm_menu3default {
  float: left;
  margin: 0;
  padding: 0;
}
.mnu_video_hotel li, #adm_menu3default li {
  list-style: none;
  padding-right: 10px;
}
#adm_menu3default li {
  display: inline-block;
}
.mnu_video_hotel li a, #adm_menu3default li a {
  padding: 5px;
}
#openVideo {
  position: relative;
  color: #000;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,1);
  border-radius: 25px;
  padding: 7px 20px 7px 35px;
  transition: all 0.5s ease 0s;
}
#openVideo:hover {
  border: 1px solid rgba(255,255,255,0.7);

}
#openVideo::before {
  content: url(../images/icones/icon-play-noir.svg);
  position: absolute;
  top: 6px;
  left: 15px;
  height: 17px;
}
.logo_header_hotel {
  max-width: 650px;
  height: auto;
  margin: 0 auto;
}
body.casa_marina .bandeau_video h1,
body.casa_marina.home_hotel .header_photo h1, 
body.tyys_hotel.home_hotel .header_photo h1, 
body.cafe_miramar .bandeau_video h1, 
body.tyys_hotel .bandeau_video h1 {
  position: absolute;
  left: -200000px;
}
body.casa_marina .bandeau_video .logo_header_hotel,
body.casa_marina.home_hotel .logo_header_hotel#logo_casamarina,
body.cafe_miramar .bandeau_video .logo_header_hotel,
body.tyys_hotel .bandeau_video .logo_header_hotel,
body.tyys_hotel.home_hotel .logo_header_hotel#logo_tyys {
  display: block !important;
}
/* -------------------------------------------------------------------------- */
/* slide actu */
.pk-zoom-in {
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: auto;
  display: block;
}

.pk-zoom-in img {transition: all 0.5s ease 0s !important;width: 100%;}
.pk-zoom-in:hover img {transform:scale(1.05);}

.bandeau_actu .actu_title {
  font-family: "Quicksand_Book";
  font-size: 1.4rem;
}
.bandeau_actu .date_lieu_agenda {
  font-family: "Quicksand_Book";

}
.bandeau_actu .actu_resume {
  padding: 0 30px 0 0;
}
#slide_debordement {
 display: block
}

#slide_debordement > div,
#slide_debordement > div > div{
 overflow: visible;
}
.slide_chambres .lslide:nth-child(n+4){
  opacity: 0.5;
}
/* rendre transparent l'élément juste avant le slide avec le classe active */
/*.slide_chambres .lslide:has(+ div.active) {
  opacity: 0.5;
}*/
.slide_chambres .lslide.active,
.slide_chambres .lslide.active + div,
.slide_chambres .lslide.active + div + div {
  opacity: 1 !important;
  transition: all 0.5s ease 0s;
}
/*#slide_debordement .lSPager.lSpg,*/
.bandeau_actu .lSAction,
.lSAction,
#slide_debordement .lSPager {
  display: none !important;
}
.SOLTY_slide_experiences .lSAction,
.SOLTY_slide_chambres .lSAction {
  display: block !important;
}
#slide_debordement .lSAction > a {
  top: 40%;
   opacity: 1; 
  background-image: url(../images/icones/controls.png);
}
.slide_img_chambres .lSAction > a {
  top: 50%;
  opacity: 1;
  background-image: url(../images/icones/controls.png);
  border: 1px solid #fff;
  border-radius: 50px;
}
.slide_img_chambres .lSAction > .lSNext {
  background-position: -31px 3px;
}
.lSAction > .lSPrev {
  display: none;
}
.lSAction > a {
  width: 40px !important;
  height: 40px !important;
}
#slide_debordement .lSAction > .lSNext {
  background-position: -30px 4px;
  right: -150px;
  background-color: rgba(255,199,0,1);
  border-radius: 50px;
}
#slide_debordement  {
  padding: 50px 0 70px 0;
}
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: rgba(255,199,0,1) !important;
}
.bandeau_actu .btn_marron_transp {
  margin-top: 0;
  float: right;
}
.slide_txt_text {
  text-align: center;
  margin-top: 20px;
  padding: 0 10px;
}
.slide_txt_text h2 {
  font-size: 1.6rem;
}
.slide_txt_text h2 a {
  color: #000;
  text-decoration: none;
}  
.SOLTY_slide_chambres .slide_txt_text .resum_txt_chambre {
  padding: 0 50px;
}

.list_ico_services .single_service {
  float: left;
  padding: 10px;
  width: 150px;
  text-align: center;
}
.list_ico_services .single_service .img_services {
  height: 70px;
  padding: 15px;
}
.list_ico_services .single_service .img_services .img_rubrique_home {
  height: 100%;
  width: auto;
}
.list_ico_services .single_service .txt_center {
  line-height: 15px;
  height: 30px;
  overflow: hidden;
}
.SOLTY_liste-services hr {
  border-top: 1px solid #999;
}
.logo_vague::before {
  right: 0px;

}
.section_inversee .logo_vague::before {
  left: 0px;
  right: inherit;

}
.SOLTY_slide_experiences {
  background: url("../images/illu/SHAPE-stripes.png") no-repeat 0 0;
  margin-top: -50px;
  padding: 100px 0;
}
.experience_img,
.img_arche_hotel {
  filter: brightness(90%);
  transition: all 0.5s ease 0s;
}
.experience_img:hover,
.img_arche_hotel:hover {
  filter: brightness(110%);
}
.SOLTY_txt-img-text-left-small.parent_zindex999 {
  z-index: 9;
}
.SOLTY_txt-img-text-right-small .div_img img,
.SOLTY_txt-img-text-left-small .div_img img {
  width: 350px;
  height: auto;
}
.nom_destination, .titre_sympa h2 {
  font-family: "TheSecretThings";
  font-size: 4rem;
  line-height: 90%;
}
.SOLTY_titre_sympa-2 .titre_sympa-2-alt h2.nom_destination,
.SOLTY_titre_sympa .titre_sympa-2-alt h2.nom_destination {
  font-family: 'CarlaSansLight';
  font-size: 2.6rem;
  padding-top: 0 !important;
}
.SOLTY_titre_sympa .titre_sympa-2-alt h2.nom_destination span,
.SOLTY_titre_sympa-2 .titre_sympa-2-alt h2.nom_destination span {
  /* font-family: "Quicksand_Light"; */
  font-size: 1.6rem;
  text-transform: none;
}
.SOLTY_txt-img-text-left-big h2,
.SOLTY_txt-img-text-right-big h2 {
  margin-bottom: 20px;
}
h2 span.lieu_hotel,
.SOLTY_txt-img-text-left-big h2 span.lieu_hotel,
.SOLTY_txt-img-text-right-big h2 span.lieu_hotel {
  font-family: "Quicksand_Light";
  display: block;
  font-size: 1.15rem;
  margin-top: 6px;
}
.exp_unique {
  display: flex;
  margin-bottom: 60px;
  width: 100%;
}
/*.border_bottom_chambres {
  display: flex;
  margin-bottom: 60px;
  width: 100%;
  column-gap: 50px;
  padding-bottom: 60px;
}
.img_list_chambre {
  flex: 1;
}
.txt_list_chambre {
  flex: 1;

}*/
.exp_unique:nth-child(even) {
  flex-direction: row-reverse;
}

.mini_vague_blanc {
  background: #FEC700 url("../images/illu/mini_vague_blanc.png") no-repeat 120% 90%;
  background-size: 1000px;
}
.item_exp.img_liste_exp {
  flex: 1;
}

.item_exp.txt_liste_exp {
  flex: 1.5;
}
.exp_unique .item_exp.txt_liste_exp {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  overflow: hidden;
}
.exp_unique .item_exp.txt_liste_exp,
.liste_experiences .item_exp.img_liste_exp  {
  height: 400px;

}
.exp_unique .item_exp.txt_liste_exp .txt_text_exp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 50px 60px;
}
.resum_liste_exp {
/*  height: 198px;
  overflow: hidden;*/
}
.exp_unique .item_exp.txt_liste_exp .txt_text_exp p {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 16px;
}
.SOLTY_grille_img_mansonry .cont_img {
  position: relative;
  text-align: center;
}
.cont_img.cont_img_1 {
  margin: 50px 0 100px 0;
}
.cont_img.cont_img_2, .cont-img.cont_img_3 {
  margin: 100px 0;
}
.cont_img.cont_img_2 .pk-zoom-in img {
  filter: brightness(85%);
}
.cont_img .pk-zoom-in:hover img {
  filter: brightness(65%);
}
.SOLTY_grille_img_mansonry .cont_img.cont_img_2 figcaption span {
  text-shadow: 0px 0px 8px #000;
}
.SOLTY_grille_img_mansonry .cont_img figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  width: 330px;
}
.slide_img_section .lSAction > a {
  background-image: url(../images/controls2.png) !important;
  background-color: rgba(0,0,0,0.5);
  border-radius: 25px;
}
.slide_img_section .lSAction > .lSNext {
  background-position: -34px 0;
  right: 10px;
}
.slide_img_section .lSAction > .lSPrev {
  background-position: 2px 0;
  left: 10px;
}
.slide_img_section .lSPager.lSpg {
  display: none;
}
.liste_services_chambre ul {
  padding: 0;
  margin: 0;
}
.liste_services_chambre ul li {
  display: inline-block;
  margin: 7px 2px;
}
.liste_services_chambre ul li img {
  height: 40px;
  width: auto;
  max-width: 35px;
}
.liste_services_chambre h3 {
  font-family:"Quicksand_Book";
  text-transform: uppercase;
  font-size: 1.2rem;
}
.liste_chambres .border_bottom_chambres {
  border-bottom: 1px solid #999;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.slide_img_chambres .lSAction {
  display: block !important;
}
.slide_img_chambres .lSPager.lSpg {
  display: none;
}
.txt_text_chambre .nb_pers {
  position: relative;
}
.txt_text_chambre .nb_pers p {
  padding-left: 20px;
  position: relative;
}
.txt_text_chambre .nb_pers p::before {
  content: url(../images/icones/personne.png);
  position: absolute;
  top: 2px;
  left: 0;
  /* height: 17px; */
  /* transform: translateY(-50%); */
}
.titre_acces {
  text-transform: uppercase;
  font-family: 'CarlaSansLight';
  font-size: 1.9rem;
}
.logo_vague img {
  float: right;
  height: 150px;
  right: 0;
  position: relative;
/*  margin-bottom: 90px;*/
}
.slogan_ici_vue,
.slogan_place_beach {
  width: 800px; 
  height: auto;
}
.page_marque .bg_jaune .logo_vague img {
  margin-bottom: 0;
}
.page_marque .span_slogan_ici_vue,
.page_hotels .span_slogan_place_beach,
.page_destinations .span_slogan_place_beach {
  display: block !important;
}
.page_marque .white,
.page_hotels .white,
.page_destinations .white {
  display: none !important;
}
.SOLTY_logo_vague .section_inversee .logo_vague img {
  float: none;
}
/* ----------------------------------------------- */
/* footer */
.footer {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
  background-color: #FEC700;
  padding-bottom: 65px;
}
.body_admin.edit .footer {
  margin-top: 80px;
}
.footer::before {
  content: "";
  position: absolute;
  top: -145px;
  right: 0;
  background: url(../images/illu/SHAPE-principal-jaune-up-big.png) no-repeat 50% 100% / cover;
  min-height: 145px;
  width: 100%;
  background-size: contain;
  z-index: 99;
}

.link_social {
  margin-top: 50px;
}
.link_social p {
  margin-bottom: 5px;
}
.link_social ul {
  margin: 0;
  padding: 0;
}
.link_social ul li {
  list-style: none;
  display: inline-block;
}
.link_social ul li a img,
.bloc_spotify a .img_spotify img {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.link_social ul li a:hover img,
.bloc_spotify a:hover .img_spotify img {
  opacity: 0.7;
}
.nav_footer ul {
  margin: 0;
  padding: 0;
}
.nav_footer ul li {
  list-style: none;
}
.nav_footer ul li a,
.footer .ccgs_wrapper_reduced a {
  color: #000;
  font-family: "Quicksand_Book";
  font-size: 18px;
  transition: all 0.3s ease 0s;
  padding: 5px 0;
  display: block;
}
.nav_footer ul li a:hover,
.footer .ccgs_wrapper_reduced a:hover {
  color: #666;
  text-decoration: none;
}
.footer_colonne4 p.h3 {
  font-family: 'CarlaSansLight';
  font-size: 22px;
}
.footer_colonne {
  display: flex;
  margin-bottom: 60px;
  width: 100%;
  column-gap: 50px;
}
.footer_colonne1,
.footer_colonne2,
.footer_colonne3 {
  flex: 20%;
}
.footer_colonne4 {
  flex: 40%;
  border-left: 1px solid #161615;
  padding-left: 90px;
}
.sidebar_contact .footer_colonne4 {
    flex: inherit;
    border-left: none;
    padding-left: 0px;
    border-top: none;
    padding-top: 30px;
    padding-left: 0;
    display: block;
}

.ccgs_wrapper_reduced {
  display: none;
}
.footer .ccgs_wrapper_reduced {
  text-align: inherit !important;
  background-color: inherit !important;
  color: inherit !important;
  position: inherit !important;
  bottom: inherit !important;
  right: inherit !important;
  display: block !important;
}
.sidebar_contact .footer_colonne1 {
  padding-bottom: 30px;
}
.img_spotify, .txt_spotify {
  float: left;
  display: block;
}
.bloc_spotify {
  display: block;
  height: 30px;
  position: relative;
  margin-top: 15px;
}
.txt_spotify {
  padding-left: 33px;
}
.txt_spotify p {
  color: #000;
  max-width: 180px;
  margin-left: 10px;
  margin-bottom: 0;
  line-height: 100%;
  transition: all 0.3s ease 0s;
}
.bloc_spotify a:hover p {
  color: #666;
}
.img_spotify {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* -------------------------------------------------------------------------- */
/* Formmail */

.page_contact #formmail_elements {
  border: none;
  color: #000000;
  background: none;
  margin: 0;
  padding: 0;
}
.page_contact #formmail_footer {
  text-align: left;
}
.page_contact #formmail_footer {
  text-align: left;

}
.page_contact #formmail_footer input {
  background-color: rgba(255,199,0,1);
  border: 1px solid rgba(255,199,0,1);
  border-radius: 50px;
  color: #000;
  /* padding: 10px; */
  font-weight: normal;
  transition: all 0.5s ease 0s;
  float: none;
  font-size: 16px !important;
  padding: 10px 22px;
  margin-left: 0;
  margin-top: 20px;
}
.page_contact #formmail_footer input:hover {
  background: rgba(255,199,0,0.3);
}
.page_contact #formmail_elements label {
  float: left !important;
  width: 20% !important;
  font-weight: normal !important;
  text-align: left !important;
}
.page_contact #formmail_form {
  font-size: 18px;
}
.page_contact #formmail_elements .formmail_normal, 
.page_contact #formmail_elements .formmail_focus {
  background-color: #FFFFFF;
  width: 80%;
  border: 1px solid #ccc;
  padding: 5px;
}
.page_contact #paragraph_field_9 label,
.page_contact #paragraph_field_20 label {
  width: 95% !important;
  float: right !important;
  text-align: left !important;
  font-size: 15px;
  line-height: 100% !important;
  font-weight: normal !important;
  margin-left: 10px !important;
  padding: 0 !important;
}
.page_contact #paragraph_field_9 input#field_9,
.page_contact #paragraph_field_20 input#field_20 {
  float: right;
  width: 3% !important;
}
.page_contact .formmail_legende {
  padding-left: 40px;
}
.page_contact .formmail_legende p, .formmail_legende ul li {
  font-size: 13px;
  margin-bottom: 0;
}
.page_contact #formmail_clear_field_8,
.page_contact #formmail_clear_field_19 {
  height: 20px;
  display: block;
  margin-bottom: 15px;
}
.page_contact .mandatory_field {
  font-size: 14px;
  margin-top: 50px;
}
/* -------------------------------------------------------------------------- */
/* Credits */

.credits {
  background-color: #222;
  color: #fff;
  padding: 15px 25px;
  text-align: right;
}
.header_photo .vertical_horizontal_centered {
  min-width: 1200px;
  text-align: center;
}
/* -------------------------------------------------------------------------- */
/* responsive */

@media only screen and (max-width: 1700px) {
  #slide_debordement .lSAction > .lSNext {
    right: -60px;
  }
}
@media only screen and (min-width: 1555px) {
  .container_big {
    max-width: 1415px !important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media only screen and (max-width: 1555px) {
/*  .border_bottom_chambres {
    column-gap: 30px;
  }*/
  .item_exp.img_liste_exp {
    flex: 0.8;
  }

  .item_exp.txt_liste_exp {
    flex: 1.2;
  }
/*  .img_list_chambre {
    flex: 0.9;
  }
  .txt_list_chambre {
    flex: 1.2;
  }*/
  .mini_vague_blanc {
    background: #FEC700 url("../images/illu/mini_vague_blanc.png") no-repeat 120% 95%;
    background-size: 800px;
  }
  .SOLTY_gif_background .img_gif .mask_img .back-img-only {
    background-size: cover !important;
  }
}

@media only screen and (max-width: 1355px) {
  #sticky_mnu .container {
    max-width: 98% !important;
  }
  .gs-boot-menu .ul_1 li a {
    padding: 24px 20px 23px 12px;
  }
  #sticky_mnu #mnu_desktop nav {
    margin-right: 15px;
  }
  .header_photo .vertical_horizontal_centered {
    min-width: 800px;
  }
  #slide_debordement .lSAction > .lSNext {
    right: 10px;
  }
}

@media only screen and (max-width: 1300px) {
  .exp_unique .item_exp.txt_liste_exp .txt_text_exp {
    padding: 30px 40px;
  }

}
@media only screen and (max-width: 1200px) {

  .footer_colonne {
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
  }
  .footer_colonne1,
  .footer_colonne2,
  .footer_colonne3 {
    flex: 20%;
  }
  .footer_colonne4 {
    flex: 100%;
    border-left: none;
    padding-left: 0px;
    border-top: 1px solid #000;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1199px) { /*passage au col-lg-x */
  .displaynone_lg {
    display: none;
  }
  .displayblock_lg {
    display: block;
  }
  #content .container,
  .footer .container,
  #fil_ariane .container {
    max-width: 98%;
  }
  .container.container_big .row > .exp_unique {
    padding-left: 15px;
    padding-right: 15px;
  }
  #mnu_desktop #adm_menu1default {
    float: right;
  }
/*  #content .container,
  .footer .container {
    max-width: 95%;
  }
*/  .gs-boot-menu .ul_1 li a {
    padding: 23px 14px 23px 10px;
  }

  #sticky_mnu.is_sticky .gs-boot-menu .ul_1 li:hover > ul.ul_2 {
    top: 68px;
  }
  .gs-boot-menu .ul_1 li:hover > ul.ul_2 {
    top: 67px;
  }
  #sticky_mnu.is_sticky .gs-boot-menu nav .ul_1 > li > a.childs_multi::after {
    top: 33%;
  }

  .footer:before {
    background: url(../images/illu/SHAPE-principal-jaune-up-big.png) no-repeat 80% 39% / cover;
  }

  .bloc_video::after {
    background: url(../images/illu/SHAPE-principal-beige-up-big.png) no-repeat 80% 39% / cover;
  }
  .header_photo::after {
    background: url(../images/illu/SHAPE-principal-jaune-up-big.png) no-repeat 80% 39% / cover;
  }

  .item_exp.img_liste_exp {
    flex: 1;
  }
  .item_exp.txt_liste_exp {
    flex: 2;
  }
  .img_head_page_hotel,
  .img_cles_page_hotel {
    width: 100% !important;
  }

  .mini_vague_blanc {
    background: #FEC700 url("../images/illu/mini_vague_blanc.png") no-repeat;
    background-size: 750px;
    background-position-x: calc(50% - 400px);
    background-position-y: 100%;
  }
  .liste_chambres .txt_text_chambre {
    margin-bottom: 30px;
  }
  .liste_services_chambre ul li img {
    height: 40px;
  }
  .footer {
    padding-bottom: 15px;
  }
  .footer_colonne {
    margin-bottom: 30px;
  }
  .fleche_haut {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}

@media only screen and (max-width: 1117px) { 
  .logo_vague img {
    height: 120px;
  }
  .liste_services_chambre ul li img {
    height: 29px;
  }
}

@media only screen and (min-width: 991px) { 
.sidebar_contact {
  padding-left: 30px;
  border-left: 1px solid rgba(0,0,0,.1);
  margin-left: 10px;
}
}
@media only screen and (min-width: 1200px) { 
.sidebar_contact {
  padding-left: 80px;
  border-left: 1px solid rgba(0,0,0,.1);
  margin-left: 40px;
}
}

@media only screen and (max-width: 1100px) {
.slide_chambres .lslide.active + div + div {
  opacity: 0.5 !important;
}

}
@media only screen and (max-width: 991px) { /*passage au col-md-x */
  .displaynone_md {
    display: none;
  }
  .displayblock_md {
    display: block;
  }
  .header_photo .vertical_horizontal_centered {
    min-width: 600px;
  }
  #lang_choice {
    display: none;
  }
  .rechercher_lang .loupe_searchmnu {
    right: 0px;
  }
  .bloc_video .container, .bloc_video .container .row {
/*    width: 730px !important;*/
  }
  h1, h2, .h1, .h2 {
    font-size: 1.7rem;
  }
  .nom_destination, .titre_sympa h2 {
    font-size: 3rem;
  }
  .gs-boot-menu .ul_1 li a {
    padding: 20px 7px 20px 2px;
  }
  .body_admin #sticky_mnu {
    top: 36px;
  }

  .gsi-col.col-float-right {
    padding-left: 0px;
    margin-left: 0;
  }
  .gsi-col.col-float-left {
    padding-right: 0px;
    margin-right: 0;
  }
  .gsi-withsubcol .gsi-6.col-float-left,
  .gsi-withsubcol .gsi-6.col-float-right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .SOLTY_txt-img-text-right-big .div_img {
    text-align: center;
  }
  .SOLTY_txt-img-text-left-big .div_img {
    text-align: center;
  }
  .SOLTY_txt-img-text-left-big .vague_top_up_jaune.bg_jaune .div_img {
    text-align: center;
  }
  .img_big_slide_left,
  .img_big_slide_right {
    margin-top: 50px;
  }
  
  .mini_vague_blanc {
    background: #FEC700 url("../images/illu/mini_vague_blanc.png") no-repeat 200% 98%;
    background-size: 730px;
  }
  .resum_liste_chambre ul li img {
    height: 26px;
  }
  .module-resa {
    bottom: 35px;
  }
  .casa_marina .module-resa,
  .cafe_miramar .module-resa,
  .tyys_hotel .module-resa {
    bottom: 50px;
  }
  .module-resa .thais_resa_form_multi {
    width: 100%;
    min-width: 520px;
    display: block;
    grid-template-columns: inherit;
  }
  .module-resa .thais_resa_form_multi {
    padding: 10px 15px 10px 15px;
  }
  .module-resa .thais_resa_form_multi .thais-col-hot-select {
    width: 100%;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }
  .module-resa .thais_resa_form_multi .thais-col-submit {
    width: 190px;
    display: block;
    margin: 0 auto;
  }
  .module-resa .thais_resa_form_multi > div {
    padding: 0 5px;
    width: 32%;
    display: inline-block;
    margin: 10px 0;
  }
  .module-resa .thais_resa_form {
    width: 635px;
  }
  .footer_colonne {
    column-gap: 20px;
  }
  .slogan_ici_vue, .slogan_place_beach {
    width: auto;
    height: auto;
    min-width: 600px;
  }
}

@media only screen and (max-width: 950px) {
  .exp_unique  {
    display: block;
    margin-bottom: 0;
  }
  .exp_unique .item_exp.txt_liste_exp {
    border-top: none;
    border-bottom: none;
    position: relative;
    height: auto;
    overflow: inherit;
  }
  .exp_unique .item_exp.txt_liste_exp .txt_text_exp {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    padding: 30px 0 80px 0;
  }
  .mini_vague_blanc {
    background: #FEC700 url("../images/illu/mini_vague_blanc.png") no-repeat 250% 98%;
    background-size: 730px;
  }
}
@media only screen and (max-width: 880px) {

  .mnu_video_hotel, #adm_menu3default {
    float: none;
    margin: 0 0 30px 0;
    padding: 0;
  }
  .mini_vague_blanc {
    background: #FEC700 url("../images/illu/mini_vague_blanc.png") no-repeat 250% 98%;
    background-size: 700px;
  }

/*  .border_bottom_chambres {
    display: block;
    margin-bottom: 0;
  }*/
}

@media only screen and (max-width: 767px) { /*passage au col-sm-x */
  .displaynone_sm {
    display: none;
  }
  .displayblock_sm {
    display: block !important;
  }
.experience_img {
  height: 420px !important;
}
.SOLTY_slide_experiences #slide_debordement {
  padding: 0px 0 0 0;
}
  .header_photo .vertical_horizontal_centered {
    min-width: 400px;
  }
  .header_photo .vertical_centered {
    width: 400px !important;
  }
  h1#title_princ1, h1#title_princ2 {
    font-size: 5rem;
  }
  .bloc_video .container, .bloc_video .container .row {
/*    width: 650px !important;*/
  }

  .SOLTY_txt-img-text-right-small .div_img,
  .SOLTY_txt-img-text-left-small .div_img {
    text-align: right;
  }
  .SOLTY_txt-img-text-right-small .div_img img, 
  .SOLTY_txt-img-text-left-small .div_img img {
    width: 250px;
    height: auto;
  }
  .cont_img.cont_img_1, .cont_img.cont_img_2, .cont-img.cont_img_3 {
    margin: 15px 0;
  }

  .logo_header_hotel {
    max-width: 340px;
    height: auto;
  }
  .img_head_page_hotel,
  .img_cles_page_hotel {
    width: 300px !important;
  }
  .header_page_hotel .div_img {
    text-align: center;
  }
  .SOLTY_acces_hotel .vertical_centered {
    position: relative;
    top: inherit;
    transform: inherit;
    text-align: center;
  }
  .logo_vague img {
    height: 110px;
    margin-bottom: 50px;
  }
  .slide_chambres .experience_img {
    height: 450px !important;
  }
  .list_ico_services .single_service {
    float: left;
    padding: 0px;
    width: 33%;
    text-align: center;
  }
  .mini_vague_blanc {
    background: #FEC700 url("../images/illu/mini_vague_blanc.png") no-repeat 250% 98%;
    background-size: 600px;
  }
  .module-resa .thais_resa_form_multi,
  .module-resa .thais_resa_form {
    width: 500px;
  }
  .module-resa .thais_resa_form {
    display: block;
    grid-template-columns: inherit;
    gap: inherit;
    padding: 10px 15px 10px 15px;
  }
  .module-resa .thais_resa_form .thais-col-date, .module-resa .thais_resa_form .thais-col-personn {
    width: 30%;
    float: left;
    margin: 0 0px 10px 10px;
  }
  .liste_services_chambre ul li img {
    height: 29px;
  }
  .footer {
    padding-bottom: 35px;
  }
  .footer_colonne1 {
    flex: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
  } 
  .footer_colonne2, .footer_colonne3 {
    flex: 45%;
  }
  .page_contact #formmail_elements label {
    float: none !important;
    width: 100% !important;
  }
  .page_contact #formmail_form {
    font-size: 16px;
  }
  .page_contact #formmail_elements .formmail_normal, 
  .page_contact #formmail_elements .formmail_focus {
    width: 100%;
    }
  #sticky_mnu, #sticky_mnu.is_sticky, #sticky_mnu.sticky_mobile {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header_photo {
    top: 0 !important;
  }
  .fleche_haut {
    /* display: none; */
    text-align: right;
  }
  .fleche_haut.show {
    position: fixed;
    bottom: 7px;
    right: 7px;
    background-color: rgba(255,199,0,1);
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.7);
    z-index: 99;
    transition: all 0.5s ease 0s;
    display: block;
  }
  .fleche_haut:hover {
    cursor: pointer;

  }

  .SOLTY_gif_background .img_gif .mask_img .back-img-only {
    background-size: 100% auto !important;
    background-attachment: inherit;
    height: 720px;
  }
  .SOLTY_gif_background .img_gif .mask_img {
    -webkit-mask-image: url(../images/mask-small-gif.png);
    mask-image: url(../images/mask-small-gif.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 720px;
  }
}

@media only screen and (max-width: 660px) {
  #sticky_mnu .container {
    max-width: 100% !important;
  }
  .bloc_video .container, .bloc_video .container .row {
/*    width: 540px !important;*/
  }
  .bloc_video .vertical_centered  {
    top: 40%;
  }
  .header_photo .logos_partenaires .ico_partenaires,
  .bloc_video .logos_partenaires .ico_partenaires {
    margin: 0 5px;
  }
  .menu-icon {
    margin-right: 15px;
  }
  .header_page_hotel #adm_menu3default {
    column-count: 2;
    column-gap: 0px;
  }
  .header_page_hotel #adm_menu3default li {
    margin: 20px 5px;
  }
  .mini_vague_blanc {
    background: #FEC700 url("../images/illu/mini_vague_blanc.png") no-repeat 200% 98%;
    background-size: 390px;
  }

}
@media only screen and (max-width: 650px) {
  .SOLTY_img_background .mask_img {
    -webkit-mask-image: url(../images/mask-small.png);
    mask-image: url(../images/mask-small.png);
    height: 400px;
  }
  .SOLTY_img_background .back-img-only {
    background-repeat: no-repeat;
    height: 400px;
    background-size: auto 400px !important;
    background-attachment: initial;
  }
  .header_photo {
    position: relative !important;
    overflow: hidden;
  }
  .SOLTY_gif_background > div:first-child {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  .experience_img {
    height: 550px !important;
  }
  .SOLTY_slide_experiences #slide_debordement {
    padding: 30px 0 30px 0;
  }
  .slide_chambres .lslide.active + div {
    opacity: 0.5 !important;
  }

  #side-resa-container.sidr {
    top: 0;
    z-index: 9998;
    backdrop-filter: blur(50px);
    background-color: rgba(255,255,255,0.8);
  }
  #side-resa-container .div_logo {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) { /*passage au col-xs-x tout à 100% */
   .h1, h1 {
    font-size: 2rem;
  }
  h1#title_princ1, h1#title_princ2 {
    font-size: 3rem;
  }
  h2, .h2, .h2 p {
    font-size: 1.8rem;
  }
  .logo_solty {
    max-width: 150px;
  }
  .nom_destination {
    font-size: 3.2rem;
  }
  .displaynone_xs {
    display: none;
  }
  .displayblock_xs {
    display: block !important;
  }
  .header_photo .vertical_horizontal_centered {
    min-width: 400px;
  }
  .bandeau_video, .bloc_video {
    max-height: 700px;
  }
  .bloc_video .container {
    max-width: 400px !important;
  }
  .bandeau_video .bloc_video .container,
  .bandeau_video .bloc_video .container .vertical_horizontal_centered {
    width: 100% !important;
    margin: 0 auto;
  }
  .bloc_video .container, 
  .bloc_video .container .vertical_horizontal_centered {
    width: 380px !important;
    margin: 0 auto;
  }
  .bloc_video .video_header_home.displayblock_xs,
  .bloc_video .video_header_hotel.displayblock_xs {
    margin-top: 0;
  }
  .slogan_ici_vue, .slogan_place_beach {
    width: auto;
    height: auto;
    min-width: 100%;
  }
  .bloc_video {
    position: relative;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
  }
  .video_header_home.displayblock_xs,
  .video_header_hotel.displayblock_xs{
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .bloc_video .container h1 {
    font-size: 1.8rem;
  }
  .header_photo .vertical_centered,
  .bloc_video .vertical_centered  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .bloc_video .vertical_centered  {
    top: 40%;
  }
  .vertical_centered,
  .vertical_horizontal_centered {
    position: relative;
    top: inherit;
    transform: inherit;
    right: inherit;
    left: inherit;
  }
  .bloc_video .vertical_horizontal_centered,
  .header_photo .vertical_horizontal_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .SOLTY_txt-img-text-right-small .div_img,
  .SOLTY_txt-img-text-left-small .div_img,
  .SOLTY_txt-img-text-right-big .div_img,
  .SOLTY_txt-img-text-left-big .div_img {
    text-align: right;
  }
  .SOLTY_txt-img-text-right-small .div_img img, 
  .SOLTY_txt-img-text-left-small .div_img img {
    width: 170px;
    height: auto;
  }
  .logo_vague img {
    height: auto;
    width: 100%;
  }
  .module-resa #resa-tt_hotel_small,
/*  .page_reservations #resa-tt_hotel,*/
  .casa_marina #resa-tt_hotel_small_marina,
  .cafe_miramar #resa-tt_hotel_small_miramar,
  .tyys_hotel #resa-tt_hotel_small_tyys  {
    display: block !important;
    cursor: pointer;
  }

  .casa_marina #resa-tt_hotel_small,
  .cafe_miramar #resa-tt_hotel_small,
  .tyys_hotel #resa-tt_hotel_small,
  .module-resa #resa-casa-marina,
  .module-resa #resa-cafe-miramar,
  .module-resa #resa-tyys,
  .module-resa #resa-tt_hotel,
  .page_reservations #resa-tt_hotel_small,
  .page_reservations #resa-tt_hotel_small_marina,
  .page_reservations #resa-tt_hotel_small_miramar,
  .page_reservations #resa-tt_hotel_small_tyys {
    display: none !important;
  }
  .module-resa,
  .casa_marina .module-resa, .cafe_miramar .module-resa, .tyys_hotel .module-resa {
    bottom: 80px;
  }
  .casa_marina.vague_beige  .module-resa, .cafe_miramar.vague_beige  .module-resa, .tyys_hotel.vague_beige  .module-resa {
    bottom: 100px;
  }
  .page_reservations .module-resa .thais_resa_form_multi {
    border-radius: 0;
  }

  .module-resa #resa-tt_hotel_small_marina .btn_book, .module-resa #resa-tt_hotel_small_miramar .btn_book, .module-resa #resa-tt_hotel_small_tyys .btn_book, .module-resa #resa-tt_hotel_small .btn_book {
    background-color: rgba(255,255,255,0.95);
    border: 1px solid #fff;
    border-radius: 50px;
    color: #000;
    padding: 13px 35px;
    /* font-weight: bold; */
    transition: all 0.5s ease 0s;
    font-family: "Quicksand-Regular";
  }
  .module-resa #resa-tt_hotel_small_marina .btn_book:hover, 
  .module-resa #resa-tt_hotel_small_miramar .btn_book:hover, 
  .module-resa #resa-tt_hotel_small_tyys .btn_book:hover, 
  .module-resa #resa-tt_hotel_small .btn_book:hover {
    text-decoration: none;
    background-color: #FEC700;
    border: 1px solid #fff;
  }

  .page_contact .sub_head_img,
  .page_contact .header_photo,
  .sub_head_img, 
  .header_photo{
    max-height: 630px !important;
    min-height: 630px !important;
  }
  .page_reservations .sub_head_img, .page_reservations .header_photo {
    max-height: 470px !important;
    min-height: 470px !important;
  }
  .page_reservations .header_photo .vertical_horizontal_centered {
    top: 50%;
  }
  .page_contact .header_photo .vertical_horizontal_centered {
    top: 35%;
  }
  .page_reservations h1#title_princ1, .page_reservations h1#title_princ2,
  .page_contact h1#title_princ1, .page_contact h1#title_princ2,
  h1#title_princ1, h1#title_princ2 {
    font-size: 3.5rem;
  }
  .home_page .SOLTY_txt-img-text-right-small > div:first-child,
  .SOLTY_txt-img-text-left-small > div:first-child{
    padding-top: 0 !important;
  }
  .casa_marina .SOLTY_slide_chambres .mini_vague_jaune,
  .tyys_hotel .SOLTY_slide_chambres .mini_vague_jaune,
  .cafe_miramar .SOLTY_slide_chambres .mini_vague_jaune,
  .SOLTY_liste-services > div:first-child{
    padding-bottom: 0 !important;
  }
  .casa_marina .SOLTY_slide-txt-img-text-right-big .vague_top_down_jaune,
  .tyys_hotel .SOLTY_slide-txt-img-text-right-big .vague_top_down_jaune,
  .cafe_miramar .SOLTY_slide-txt-img-text-right-big .vague_top_down_jaune {
    padding-top: 100px !important;
  }

  .SOLTY_slide_experiences{
    padding: 0 !important;
  }
  .popup_contenu video {
    width: auto;
    max-height: 600px;
  }
  footer {
    position: relative;
  }
  .footer_colonne {
    display: grid;
  }
  .footer {
    padding-top: 0;
    padding-bottom: 130px;
  }
  .footer_colonne1 {
    border-bottom: none;
    padding-bottom: 0px;
  } 
  .footer_colonne1, .footer_colonne2, .footer_colonne3 {
    flex: 100%;
  }
  .fleche_haut.show {
/*    bottom: 110px;*/
  }
  .fleche_haut {
    bottom: 110px;
  }
  .mnu_xs .header-icon:hover {
    cursor: pointer;
  }
  .mnu_xs {
    display: block !important;
    background-color: rgba(255,199,0,1);
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #fff;
    z-index: 100;
  }
  .mnu_xs ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0;
    margin: 0;
  }
  .mnu_xs ul li {
    list-style: none;
    border-right: 1px solid #fff;
    text-align: center;
    background-color: rgba(255,199,0,1);
    transition: all 0.3s ease 0s;
  }
  .mnu_xs ul li:hover {
    background-color: #fce599;
  }
  .mnu_xs ul li a {
    display: block;
    padding: 15px 10px;
  }
  .mnu_xs ul li a:hover {
    text-decoration: none;
  }
  .mnu_xs ul li img {
    height: 45px;
    width: auto;
    margin-bottom: 5px;
  }
  .mnu_xs ul li span {
    display: block;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
/*    font-family: "Quicksand_Book";*/
    font-weight: bold;
  }

}
@media only screen and (max-width: 475px) {

  .mnu_xs ul li span {
    font-size: 11px;
  }
  .mnu_xs ul li img {
    height: 35px;
  }

}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 960px){

  .btn_login_name {
    display: none;
  }
  #container_btn_orders a,
  #container_btn_cart a {
    font-size: 0 !important;
  }
  #container_btn_orders a i,
  #container_btn_cart a i {
    margin-right: 0 !important;
  }

}

@media (min-width: 1920px) {
  .bloc_video .video_header_home,
  .bloc_video .video_header_hotel {
    margin-top: -300px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1920px) {
  .bloc_video {
    position: relative;
    display: grid;
    align-items: center;
  }

}
/* -------------------------------------------------------------------------- */
/* Special style for slide section if First */

#section_list > section:first-child.txt-img-slide-fullsize,
#section_list > .item_li_section:first-child > .txt-img-slide-fullsize {
  margin-top: -100px;
}
.edit #section_list > .item_li_section:first-child > .txt-img-slide-fullsize {
  margin-top: 0;
}


.sitemap {
  margin-top: 80px;
/*  margin-bottom: 250px;*/
}
.sitemap br {
  display: none;
}
ul#sitemap_full > li > ul {
  -webkit-columns: 1 200px !important;
  -moz-columns: 1 200px !important;
  columns: 1 200px !important;
}
ul#sitemap_full .map_depth_1 a {
  border-bottom: solid 1px #ccc;
  margin-bottom: 5px !important;
  text-transform: uppercase;
/*  background-color: #eee;*/
  padding: 5px 5px 5px 3px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.1rem;
}

ul#sitemap_full .map_depth_3 a, ul#sitemap_full .map_depth_4 a, ul#sitemap_full .map_depth_5 a {
  font-size: 0.98rem;
  font-weight: normal;
  padding: 2px 0 !important;
}
ul#sitemap_full .map_depth_2 a,
ul#sitemap_full a {
  color: #330608;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

ul#sitemap_full a:hover {
  color: #FEC700;
}
ul#sitemap_full > li > ul > li > ul > li > ul {
  margin: 0 !important;
}
.map_depth_2 {
  margin-top: 15px !important;
}


.concours #title_princ1 {
  position: absolute;
  left: -20000rem;
}


/* -------------------------------------------------------------------------- */
/* bandeau cookies */
.ccgs_html {
  max-width: 900px !important;
  margin: 0 auto;
}
.ccgs_html .intro_text {
  font-size: 0.9rem !important;
  margin: 0 0 20px;
}
.ccgs_more {
  display: none !important;
}
.ccgs_banner.light {
  background-color: rgba(240,240,240,0.75) !important;
  color: #000 !important;
  backdrop-filter: blur(15px) !important;
  padding: 15px 15px;
}
.accept_all {
  margin-left: 0 !important;
}
.ccgs_consent_btn.light_btn {
  margin-left: 0;
  display: block;
  border-bottom: none !important;
  text-decoration: underline !important;
}
.accept_all, .refuse_all {
  background-color: rgba(255,199,0,1) !important;
  border-color: rgba(255,199,0,1) !important;
  font-weight: normal !important;
  color: #333 !important;
  border-radius: 50px !important;
  transition: all 0.5s ease 0s;
  border-width: 1px !important;
}
.ccgs_actions > a {
  display: inline-block;
  margin: 0 0 20px 10px !important;
}
.ccgs_banner .ccgs_consent_btn.accept_all:hover, 
.ccgs_banner .ccgs_consent_btn.refuse_all:hover {
  background-color: #555;
  border-color: #999 !important;
  color: #000 !important;
  background-color: rgba(255,199,0,0.8) !important;
}