/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-wrapper { 
    padding: 1em 2em;
    /*border-bottom: 1px var(--gray-100) solid;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-menu-toggle { 
  border: 1px var(--gray-100) solid;
  border-radius: 0;
  padding: .2em .1em .5em .5em;
}
.header-menu-toggle button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu-toggle button .fa { display: inline;color: var(--color-2);font-size: 21px; }
.header-menu-toggle button:after { 
  content: 'MENU';display: inline;padding: 0 0.5em;color: var(--color-2);
  font-size: .6em;
  font-family: 'nunito-bold';
}
.header-menu-toggle button { 
  border: 0;
  background-color: rgba(0,0,0,0);
}

.header-brand-logo { padding: 1em 0; }
.header-brand-logo .brand-logo img { height: 100px;width: 180px; }
#content-rechercher.module-rechercher { 
  border: 1px var(--gray-100) solid;
  border-radius: 0;
}
.header-profile-account { 
  padding: 0 0.5em;
  color: var(--color-2);
  font-size: .6em;
  font-family: 'nunito-bold';
  text-transform: uppercase;
  border: 1px var(--gray-100) solid;
  border-radius: 0;
  padding: 1em 1.5em 1em 1.5em;
  margin: 0 1em;
}
.header-info:hover .color-gray-200 { color: var(--color-1); }
.header-info p { margin: 0!important; }
.header-profile-account label { cursor: pointer; }
.header-profile-account:hover,
.header-info:hover { cursor: pointer;transition: all .3s;color: var(--color-1) !important; }
.header-info {
  padding: 0 0.5em;
  color: var(--color-2);
  border: 1px var(--gray-100) solid;
  border-radius: 0;
  padding: 0.3em 1em 0.1em 0.5em;
  margin: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-info img { margin-right: 0.5em; }
.header-info span { font-family: 'nunito-bold'; }
  

  /*--------------------------------------------------------------
# container-header
--------------------------------------------------------------*/

.container-header {
  position: relative;
  /* z-index: 10; */
  background-color: #ffffff;
  /* border-bottom: 1px var(--gray-100) solid; */
}
@media (max-width: 1460px) {
  .container-header { padding-bottom: 20px; }
}
@media (max-width: 991.98px) {
  .container-header {
    position: relative !important;
  }
}
.container-header .grid-child {
  padding: 0.5em;
}
.container-header nav {
  padding: 0;
  margin-top: 0.5em;
}
.container-header .site-description {
  font-size: 1rem;
  color: white;
  white-space: normal;
}
.container-header .navbar-brand {
  position: relative;
  display: inline-block;
  margin: 0 1em;
  font-size: 2rem;
  color: white;
}
[dir=rtl] .container-header .navbar-brand {
  margin-right: 0;
  margin-left: auto;
}
.container-header .navbar-brand img {
  width: 150px;
  height: 100px;
}
.container-header .navbar-brand a {
  color: white;
}
.container-header .navbar-brand:hover, .container-header .navbar-brand:focus {
  color: #f0f0f0;
}
.container-header .container-nav {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1em;
}
@media (max-width: 767.98px) {
  .container-header .container-nav .container-search,
.container-header .container-nav nav {
    margin-top: 1em;
  }
}
.container-header .container-nav .container-search:only-child {
  margin-left: auto;
}
.container-header .navbar-collapse.show {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* .container-header .mod-menu {
  flex: 1 0 100%;
  padding: 0;
  margin: 0;
  color: white;
  list-style: none;
} */
/* @media (min-width: 992px) {
  .container-header .mod-menu {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
  }
} */
/* .container-header .mod-menu > li {
  position: relative;
}
@media (min-width: 992px) {
  .container-header .mod-menu > li + li {
    margin-left: 1.55em;
  }
}
.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span {
  position: relative;
  color: currentColor;
  text-decoration: none;
}
@media (min-width: 992px) {
  .container-header .mod-menu > li::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    display: block;
    height: 2px;
    margin: auto;
    content: "";
    background: transparent;
    opacity: 0.2;
    transition: all 0.2s ease, background-color 0.2s ease;
  }
}
.container-header .mod-menu > li.active::after, .container-header .mod-menu > li:hover::after {
  right: 2px;
  left: 0;
  background: white;
}
@media (max-width: 991.98px) {
  .container-header .mod-menu > li.active > a, .container-header .mod-menu > li.active > span,
.container-header .mod-menu > li > a:hover {
    text-decoration: underline;
  }
}
.container-header .mod-menu .parent > ul {
  display: none;
  color: #22262a;
}
.container-header .metismenu > li + li {
  margin-left: 0;
} */
/* @media (min-width: 992px) {
  .container-header .metismenu > li > a::after,
.container-header .metismenu > li > button::before {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    display: block;
    height: 2px;
    margin: auto;
    content: "";
    background: transparent;
    opacity: 0.2;
    transition: all 0.2s ease, background-color 0.2s ease;
  }
}
.container-header .metismenu > li > a:hover::after,
.container-header .metismenu > li > button:hover::before, .container-header .metismenu > li.active > a::after, .container-header .metismenu > li.active > button::before {
  right: 0;
  left: 0;
  background: white;
}
.container-header .metismenu > li > button.mm-toggler-link:hover::before, .container-header .metismenu > li.active > button.mm-toggler-link::before {
  right: 0;
  left: 0.5em;
}
[dir=rtl] .container-header .metismenu > li > button.mm-toggler-link:hover::before, [dir=rtl] .container-header .metismenu > li.active > button.mm-toggler-link::before {
  right: 0.5em;
  left: 0;
} */
/* @media (min-width: 992px) {
  .container-header .metismenu > li.level-1.active > a, .container-header .metismenu > li.level-1.active > button,
.container-header .metismenu > li.level-1 > a:hover,
.container-header .metismenu > li.level-1 > button:hover {
    text-decoration: none;
  }
} */
/* .container-header .metismenu > li.level-1 > ul {
  min-width: 12rem;
} */
.container-header .navbar-toggler {
  color: white;
  cursor: pointer;
  border: 1px solid white;
}
.container-header .navbar-toggler .fas {
  font-size: 1.5rem;
}
.container-header .container-search {
  margin-top: 0.5em;
}
.container-header .mod-finder {
  position: relative;
  display: flex;
  flex: 1 0 20rem;
  max-width: 100%;
}

@media (max-width: 1799px) {
  .header-profile-account label,
  .header-menu-toggle button:after,
  .header-info > div { display: none; }
  .header-profile-account,
  .header-menu-toggle,
  .header-info {
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-info { margin: 0; }
  
  .header-info img { margin: 0; }
  .header-menu-toggle .fa { padding-bottom: 5px; }
  .header-profile-account.edm-menu label{
    display: block;
  }
}
@media (max-width: 1460px) {
  #recherche-formulaire {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 145px;
    background-color: #ffffff;
    z-index: 4;
    border: 1px var(--gray-100) solid;
    border-radius: 0;
  }
  #recherche-formulaire .column.is-formulaire-column.is-rechercher { flex: none; }
  #menu-tourist-regions { margin-top: 20px; }
  .header-wrapper-container.justify-content-left { width: 60% !important;padding: 0 !important; }
  .header-wrapper-container.justify-content-right { width: 40% !important;padding: 0 !important; }
  .header-wrapper-container.justify-content-center { width: 0% !important;padding: 0 !important; }
  .header-wrapper-container.justify-content-left { justify-content: right !important; }
  .header-wrapper-container.justify-content-right { justify-content: left !important; }

  .menu-tourist-regions { background-color: rgba(0,0,0,0) !important; }

  body.site.com_tud.view-etablishments main.component-main { padding-top: 81px; }

  .header-top-info { top: 100px; }
  .header-top-info .partager-top .texte-top { display: none; }
}
@media (max-width: 470px) {
  .header-wrapper-container.justify-content-left { width: 70% !important;padding: 0 !important }
  .header-wrapper-container.justify-content-right { width: 30% !important;padding: 0 !important; }
  .header-profile-account, .header-menu-toggle, .header-info { width: 40px !important;height: 40px !important; }
}

.header-wrapper-container {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 0 0 40px!important;
}
.header-wrapper-container.justify-content-left {
  width: 25%;
  justify-content: left;
}
.header-wrapper-container.justify-content-right {
  width: 25%;
  justify-content: right;
}
.header-wrapper-container.justify-content-center {
  width: 50%;
  justify-content: center;
}

.main-footer .brand-logo {
  width: 200px;
  display: block;
  margin: 0 auto;
  height: auto;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
}
.main-footer .action-button { margin: 2.5em 0;display: inline-block; }


.templates-tud-html-com_tudaccommodations-accommodations-header-php .breadcrumb .float-start {
  display: none;
}


/* ESTILOS VICTOR*/

.header-top-info {
  position: absolute;
  top: 86px;
  width: 100%;
  height: calc(100% - 190px);
  padding: 0 20px;
}
.header-top-info .avis-top {
  position: absolute;
  left: 0;
  bottom: 0;
}

.intro-camping .intro-video {
  position: relative;
  padding: 20px 0 70px;
}
.intro-camping .intro-video:before {
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 400px;
  background-color: #f3f4f6;
}
.intro-camping .intro-video iframe {
  box-shadow: 0 0 14px rgb(0 0 0 / 50%);
}
.hebergements-camping .hebergements-info {
  padding: 0 20px;
}
.hebergements-camping h2 {
  padding-bottom: 30px;
}

/**** AVIS ****/

.avis-buttons {
  padding-bottom: 40px;
}
.buttons-right {
  text-align: right;
  margin-top: -60px;
}

/*** IFRAME INFONET **/
.iframeinfonet{
  width: 100%;
  height: 1357px;
}

/*** ***/
.texte_de_copyright .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.texte_de_copyright p:first-child,
#menuFooter,
.powered-by-eseason
  { width: 33.33%; }
.texte_de_copyright p:first-child { text-align: left; }
.powered-by-eseason { text-align: right; }
.powered-by-eseason { margin-top: 0 !important; }

#results_rechercher_parent{
  overflow-y: scroll;
  height: calc(100vh - 75px);
  width: 100%;
  margin: 0 auto;
  padding: 0 19%;
}


/*
body.site.com_tud.wrapper-static.view-touristregion.no-layout .mod-breadcrumbs__wrapper,
body.site.com_tud.wrapper-static.view-etablishments.no-layout .mod-breadcrumbs__wrapper {
*/

body.site.wrapper-static.no-layout .mod-breadcrumbs__wrapper {
  width: 58.33333337%;
  /* padding-left: 10.3%; */
  padding-left: 25px;
  padding-top: 50px;
  /*margin: 0 auto;*/
}
body.site.wrapper-static.no-layout .breadcrumbs-results .mod-breadcrumbs__wrapper {
  padding-left: 10.3%;
}

/* HEBERGEMENTS */
#container-categories-accomodatiorns>div{
  background-color: #fff;
  box-shadow: 0 0 14px rgb(0 0 0 / 50%);
  height: 100vh;
  overflow-y: auto;
  padding: 30px;
}
#container-categories-accomodatiorns{
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 99;
  width: 100%;
}

#submenuEtab.is-fixed-top{
  padding: 0 20px 0;
}

/**** ajustes css responsve ***/
/*
.div-inspirer .slick-inspirer .slickContent-wrapper { width: 50% !important; }
*/
#tabs_dernieres_minutes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 1400px) {
  .div-dernieres-minutes .slick-slide-three-tabs .slick-slide { height: 510px; }
}
@media (max-width: 1410px) {
  /*
  .menu-tourist-regions,
  #main-navigation-etab { display: none; }
  */

}
@media (max-width: 1024px) {
  #main-navigation-etab { 
    display: none;
  }
  #recherche-formulaire { width: 90vw;padding-bottom: 20px !important; }
  #recherche-formulaire .wrapper .columns { display: flex;flex-wrap: wrap; }
  #recherche-formulaire .is-formulaire-column {
    flex: none;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 0;
  }
  #recherche-formulaire .is-formulaire-column.is-rechercher {
    position: absolute;
    right: -8px;
    bottom: 12px;
    width: 80px;
  }
  #top-bar, header.container-header, #menu-tourist-regions { position: relative; }
  #recherche-formulaire .is-formulaire-column::after { border: 0 !important; }
  body.site {
    padding-top: 0 !important;
  }
  header.container-header { top: 0; }
  #tabs_dernieres_minutes .tabs_dernieres_minutes { border: 2px rgba(0,0,0,0) solid; }

  .header-top-info .partager-top { top: 125px; }

  .header-top-info .carte-top .texte-top,
  .dispo-top .texte-top { width: 0px !important;overflow: hidden;height: 36px;display: inline-block !important; }
  #mapa-establecimiento-toggler .texte-top { width: 0px !important;overflow: hidden;height: 15px;display: inline-block !important; }
  .header-top-info .carte-top { right: 85px; }
}

@media (max-width: 1460px) {
  body.site.wrapper-static.no-layout .breadcrumbs-results .mod-breadcrumbs__wrapper { padding-left: 20px;padding-top: 15px !important; }
  .results-data-info-header { margin-left: 20px !important;margin-right: 20px !important;padding-top: 0 !important;padding-bottom: 0 !important; }
  #results_rechercher_parent { padding: 0 20px; }
  .main-navigation > ul { margin-top: 18px; }

  #main-navigation-etab { 
    font-size: 12px;
    max-width: 100% !important;
  }
  .main-navigation > ul { margin-top: 20px; }
  .main-navigation > ul::before { top: -12px !important;height: 42px !important; }

  .header-top-info .partager-top { top: 125px; }
  

  body.view-etablishment .header-wrapper-container.has-modules-position-rechercher { position: absolute; }
  body.view-etablishment .header-wrapper-container.has-modules-position-rechercher #content-rechercher { top: 95px !important; }
}

@media (max-width: 1024px) {
  nav.mod-breadcrumbs__wrapper.modules-mod_breadcrumbs-tmpl-default-php { margin-top: 20px; }

  .results_serach-php { max-height: inherit; }
  #results_rechercher_parent { height: auto;overflow-y: auto; }

  body.view-etablishment #content-rechercher .btnRechercher {
    top: -30px !important;
    position: absolute !important;
    width: 250px;
    left: -125px;

  }
}

@media (max-width: 850px) {

  body.view-etablishment #content-rechercher,
  body.view-etablishment #content-rechercher #recherche-formulaire { width: calc(100vw - 80px) !important; }
}

@media (max-width: 768px) {
  .header-top-info .avis-top { bottom: 20px; }
  .header-top-info .avis-top .badge-avis { display: none; }
  .header-top-info .titre-top { padding-top: 140px;padding-right: 65px;}
  .header-top-info .titre-top .font-size-45px { line-height: 45px; }

  #content-map,
  #content-reservation-directe { width: 100% !important;text-align: center; }
  #content-map .action-button.toggle-map { position: relative;margin-right: -15px; }

  #content-reservation-directe .action-button { left: inherit !important;top: inherit !important;position: relative !important; }

  body.view-etablishment #content-rechercher .btnRechercher {
    top: 65px !important;

  }
  #content-rechercher.module-rechercher { 
    border: 0;background-color: rgba(0,0,0,0);
  }
  body.view-etablishment #recherche-formulaire {
    position: relative;
    top: 155px;
  }
  body.view-etablishment #recherche-formulaire { padding: 0 35px !important;}
  body.view-etablishment #recherche-formulaire .thr-search-engine-main .thr-search-engine-pers,
  body.view-etablishment #recherche-formulaire .thr-search-engine-main .thr-search-engine-dates { 
    width: 100%;
    border-right: 0 !important;
  }
  body.view-etablishment #recherche-formulaire .thr-search-engine-main .thr-search-engine-dates { border-bottom: 1px #ccc solid !important; }
  body.view-etablishment #recherche-formulaire .thr-btn-search {
    position: relative !important;
    border-radius: 40px !important;
    margin-bottom: 20px !important;
  }
  body.view-etablishment #recherche-formulaire .thr-btn-search i { margin-right: 4px !important; }
}


.header-brand-logo .navbar-brand a.brand-logo img {
  width: 100% !important;
  height: initial !important;
  max-width: initial !important;
}


/*
#content-slide { margin-top: -70px !important; }
*/

@media (max-width: 1799px) {
  .header-menu-toggle { min-width: 50px; }
  
}
@media (max-width: 1460px) {
  #content-slide { margin-top: -50px !important; }
}

#content-rechercher .btnRechercher { top: 150px; }



body.site.view-etablishment #content-rechercher {
  border: 0;background-color: rgba(0,0,0,0);
}
body.site.view-etablishment #recherche-formulaire button.btn.thr-btn-search {
  top: 5px;right: 5px !important;
}
body.view-etablishment #content-rechercher, 
body.view-etablishment #content-rechercher #recherche-formulaire {
  width: 600px;border-radius: 0;border: 1px var(--gray-100) solid;
}

body.view-etablishment #content-rechercher .thr-search-engine-dates, body.view-etablishment #content-rechercher .thr-search-engine-pers {
  border-right: 0 !important; 
}

body.view-etablishment #content-rechercher .form-group {
  margin: 0 0.5em;
}