/*
 Theme Name:   randonnee-hotels
 Description:  com-et-net Child Theme
 Author URI:   https://com-et-net.com/
 Template:     com-et-net
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  randonnee-hotels
*/

/*******************************************************************************
********************************************************************************
*** GENERAL
********************************************************************************
*******************************************************************************/
/*
Terre : #d8a158
Sable : #cca586
Bleu Ciel : #3f8dbf
Bleu Ciel dense : #2e6b92
Vert Nature : #9ec764
Orange : #f27a44
Vert été 2024 : #9ec764 
Bleu hiver 2024/2025 : #2885c3
*/
/*
font-family: "Barlow Semi Condensed", sans-serif;
font-family: "Get Show", Arial, sans-serif;
*/
@font-face {
  font-family: Get Show;
  src: url(https://www.randonnee-hotels.com/wp-content/themes/com-et-net-child/fonts/Get%20Show.ttf);
  font-weight: normal;
}

body {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-size: 1.2rem !important;
  line-height: 1.1 !important;
}

h1 {
  /*font-size: 3.25em;*/
  font-size: 2.9em;
  font-weight: bold;
}

h2 {
  font-size: 1.75em;
  font-weight: bold;
  /*color: #477c9e;*/
  color: #9ec764;
}

.wrap-content {
  width: 100%;
  margin: 0 auto;
  padding: 5px 20px;
  max-width: 1400px;
}

.post,
.page {
  margin-bottom: 0;
}

.get-show {
  font-family: "Get Show", Arial, sans-serif;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0.8em 0 0;
}

.breadcrumb-container {
  padding-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.breadcrumb-container ol {
  padding-left: 0;
  margin-left: -15px;
}

a {
  /*color: #477c9e;*/
  color: #9ec764;
  text-decoration: none;
}

a:hover {
  color: #2E668B;
}

ul,
ol {
  margin-left: 0;
  /*padding-left:15px;*/
}

/********************************************************************** 404/403 */
body.error404 #masthead,
body.error403 #masthead {
  display: none;
}

body.error404,
body.error403 {
  padding-top: 10%;
}

body.error404 h1,
body.error403 h1 {
  float: none;
  text-align: center;
  background-image: none;
  width: 100%;
  padding: 0;
  margin-top: 50px !important;
  margin-bottom: 10px !important;
}

body.error404 .error-404 .page-header,
body.error403 .error-403 .page-header {
  text-align: center;
}

/*******************************************************************************
********************************************************************************
*** HEADER SITE
********************************************************************************
*******************************************************************************/
.site-header {
  /*    background-image: url(img/logoBaselineFilet.png);
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      z-index: 100;
      background-position: top center;
      width: 100%;
      height: 375px;*/
}

.site-branding a.custom-logo-link img {
  /*display: none;*/
}

.site-branding a.custom-logo-link {
  /*    background: url(img/logo-hr-blanc.png);
      display: block;
      background-repeat: no-repeat;
      height: 140px;
      background-position: center;
      position: absolute;
      width: 100%;
      top: 44px;
      padding: 0;*/
}

.conteneur-header {
  /*display: flex;
  justify-content: space-between;
  align-items: flex-end;*/
  max-width: none;
}

body.home .conteneur-header,
body.single-sejour .conteneur-header,
.site-header {
  position: absolute;
  /*background-color: rgba(255,255,255,0.65);*/
  /*height: 105px;*/
  z-index: 100;
  width: 100%;
  top: 20px;
  left: 0;
}

body.home .site-header,
body.single-sejour .site-header {
  top: 0;
}


.site-header.transparent {
  background-color: transparent;
}

.site-branding {
  /*min-width: 165px;*/
  min-width: 100px;
}

.custom-logo-link {
  padding: 10px;
  width: 120px;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 2;
}

/*******************************************************************************
********************************************************************************
*** HEADER SITE FIXED
********************************************************************************
*******************************************************************************/
.site-header.fixed,
body.single-sejour .site-header.fixed .conteneur-header,
body.home .site-header.fixed .conteneur-header {
  position: fixed;
  background-color: #9ec764;
  top: 0;
}



.site-header.fixed nav#extra-navigation {
  display: none;
}

.site-header.fixed a.custom-logo-link {
  width: 60px;
  position: absolute;
  top: -5px;
  left: 10px;
}

.site-header.fixed #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
  text-shadow: none;
}

.site-header.fixed #telHeader {
  top: 5px;
}

/*******************************************************************************
********************************************************************************
*** ESPACE CLIENT WEBRESA
********************************************************************************
*******************************************************************************/
#espaceClient {
  /*position: fixed;
  top: 6px;
  right: 6px;*/
  display: inline-block;
  background-color: transparent;
  padding: 0 10px;
  border: none;
  /*color: #d8a158;*/
}

#espaceClient #webresaClientWidgetLogin {
  /*font-size: 1.3rem;
  color: #d8a158;
  font-weight: bold;
  color:#fff;
  text-shadow: 3px 2px 4px #404040;*/
}

#espaceClient #webresaClientWidgetLogin img {
  width: 17px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: none;
}

#espaceClient i.fas {
  margin-right: 5px;
}

#espaceClient div#webresaClientWidgetDialogLogin {
  left: inherit !important;
  right: -11px;
  top: 125%;
  padding: 20px;
  background-color: #fff !important;
}

#espaceClient p.label {
  /*font-weight: bold;*/
  color: #000;
  margin-bottom: 2px;
  display: inline-block;
}

#espaceClient .form-input,
#espaceClient .form-input-button,
#espaceClient .form-input-checkbox {
  margin-bottom: 10px;
}

#espaceClient .info a {}

#espaceClient p.title {
  font-weight: bold;
  color: #000;
  margin-bottom: 1em;
}

#espaceClient #loginDialog {
  color: #444444;
}

#espaceClient #loginDialog #webresaConnect_remember {
  margin-right: 5px;
}

#webresaClientWidgetDialogLogin a {
  color: #4169e1 !important;
  text-shadow: none;
}

#webresaClientWidgetDialogLogin a:hover {
  color: #2E668B !important;
}

#espaceClient .connexion {
  margin-bottom: 20px;
}

#telHeader {
  background-color: #9ec764;
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 3px;
  z-index: 1;
}

#telHeader img {
  margin-right: 8px;
  height: 20px;
}

/*******************************************************************************
********************************************************************************
*** HEADER CONTENT
********************************************************************************
*******************************************************************************/
.entry-header.bg-header {
  height: 800px;
}

.entry-header.bg-header .entry-title {
  color: #fff;
}

/*******************************************************************************
********************************************************************************
*** MENU
********************************************************************************
*******************************************************************************/
/*.main-navigation{
    position: fixed;
    top: 71px;
    max-width: 1400px;
}*/

/*.main-navigation{
    position: absolute;
    top: 500px;
}*/
/*.main-navigation {
  padding-bottom: 10px;
}*/
.menu-menu-principal-container {
  /*    width: 100%;
      margin: 0 auto;
      padding: 5px 20px;
      max-width: 1400px;*/
  background: transparent;
  /*background: #d8a158;*/
}

.main-navigation li {
  /*background: #d8a158;*/
  background: transparent;
}

.main-navigation li a {
  text-transform: uppercase;
  /*color: #fff;*/
  color: #d8a158;
  font-weight: bold;
}

/*******************************************************************************
********************************************************************************
*** MAX MEGA MENU
********************************************************************************
*******************************************************************************/
/*DEV POUR MEGAMENU APPARENT*/
/*.mega-sub-menu {
    opacity: 1 !important;
    visibility: visible!important;
}*/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item .mega-menu-link .mega-indicator {
  display: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
  /*letter-spacing: 1px;*/
  color: #fff !important;
  font-size: 23px;
  text-shadow: 3px 2px 4px #404040;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
  font-weight: bold;
  color: #000 !important;
}

.home #conteneur-menu-above-search #mega-menu-menu-1 {
  background: #d8a158;
}

.home #conteneur-menu-above-search #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
  color: #fff;
}

.home #conteneur-menu-above-search #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
  color: #000;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .montagne-menu {
  background: url(img/montagne-terre-menu.png);
  display: block;
  height: 16px;
  width: 38px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-top: 14px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .titre-menu {
  font-size: 30px;
  color: #d8a158;
  font-weight: bold;
  line-height: 1;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu .widget_media_image img {
  width: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu .widget_media_image a {
  width: 100%;
  padding: 0;
  position: relative;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu .widget_media_image a .titre-sous-menu {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  /*    font-size: 1.5rem;
      font-weight: normal;*/
  font-size: 1.7rem;
  font-weight: 600;
  text-shadow: 3px 2px 4px #404040;
  line-height: 1;

  position: absolute;
  width: 100%;
  bottom: 15px;

}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu .widget_media_image a .titre-sous-menu span {
  display: block;
  font-weight: bold;
}

/*En cas de background sur le lien*/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu .widget_media_image a {}



#mega-menu-item-308378 a {
  color: #2e6b92 !important;
}

/*Activite sub menu*/
/*.conteneurActiviteSubMenu{
    width: 262px;
    display: inline-block;
    background: #fff;
    padding: 10px;
}
.conteneurActiviteSubMenu a {
    display: inline-block;
    padding: 0;
    width: 100% !important;
}

.conteneurActiviteSubMenu .textActiviteSubMenu {
    font-size: 1.25rem;
    line-height: 3.5;
    color: #000;
    float: left;
    padding-left: 15px;
    font-weight: normal;
}

.conteneurActiviteSubMenu .imgActiviteSubMenu{
    float: left;
}
.conteneurActiviteSubMenu .imgActiviteSubMenu img{
    width: 75px;
}
*/
/*fin Activite sub menu*/

/*Activite sub menu v2*/
.conteneurActiviteSubMenu a {
  display: flex;
  align-items: center;
  width: 100% !important;
}

.conteneurActiviteSubMenu .textActiviteSubMenu {
  font-size: 1.25rem;
  line-height: 1;
  color: #000;
  padding-left: 5px;
  font-weight: normal;
}

.conteneurActiviteSubMenu a:hover .textActiviteSubMenu,
.conteneurActiviteSubMenu a:focus .textActiviteSubMenu {
  font-weight: 600;
}

.conteneurActiviteSubMenu .imgActiviteSubMenu img {
  max-width: 75px !important;
}

/*fin Activite sub menu v2*/

/*******************************************************************************
********************************************************************************
*** MENU ACCUEIL
********************************************************************************
*******************************************************************************/

.home #conteneur-menu-above-search {
  position: absolute;
  top: 501px;
  width: 100%;
  z-index: 3;
}

.home #conteneur-menu-above-search #site-navigation {
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 0;
}

.home #conteneur-menu-above-search #site-navigation .menu-menu-principal-container {
  padding: 5px 0;
  background: #d8a158;
}

.home #conteneur-menu-above-search #site-navigation li a {
  color: #fff;
}

.home #conteneur-menu-above-search #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

/*******************************************************************************
********************************************************************************
*** MENU GROUPE / PAGE GROUPE
********************************************************************************
*******************************************************************************/
/*base underscore*/
.groupe-navigation {
  display: block;
  width: 100%;
}

.groupe-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.groupe-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.groupe-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.groupe-navigation ul ul li:hover>ul,
.groupe-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.groupe-navigation ul ul a {
  width: 200px;
}

.groupe-navigation ul li:hover>ul,
.groupe-navigation ul li.focus>ul {
  left: auto;
}

.groupe-navigation li {
  position: relative;
}

.groupe-navigation a {
  display: block;
  text-decoration: none;
}

/*Small menu.*/
.menu-toggle,
.groupe-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 48em) {

  #groupe-navigation .menu-toggle {
    display: none;
  }

  .groupe-navigation ul {
    display: flex;
  }
}

/*fin base underscore*/

.groupe-navigation {
  padding-bottom: 10px;
}

.groupe-navigation ul {
  justify-content: center;
}

.groupe-navigation ul ul {
  flex-direction: column;
}

.groupe-navigation ul ul li:hover>ul,
.groupe-navigation ul ul li.focus>ul {
  display: block;
  left: 200px;
}

.groupe-navigation a {
  padding: 0 1.2125em;
}

#groupe-navigation {
  margin: 0 auto;
  padding-bottom: 0;
}

#groupe-navigation .menu-menu-groupe-container {
  padding: 5px 0;
  background: #d8a158;
}

#groupe-navigation li a {
  color: #fff;
  line-height: 35px;
  height: 35px;
  padding: 0px 10px 0px 10px;
  text-transform: uppercase;
  font-weight: bold;
}

#groupe-navigation li a:hover,
#groupe-navigation li a:focus {
  color: #000;
}

.groupe-navigation .menu-toggle {
  background: #fff;
  border-color: #fff;
}

#formDevisGroupe input.wpcf7-submit {
  padding: 5px 20px 10px;
}

.boutonGroupe .vc_btn3,
#formDevisGroupe input.wpcf7-submit {
  border-color: rgb(158, 199, 100) !important;
  color: #fff !important;
  background-color: rgb(158, 199, 100) !important;
  transition: all .35s ease-in !important;
  background-image: none !important;
  font-size: 20px !important;
}

.boutonGroupe .vc_btn3:hover,
.boutonGroupe .vc_btn3:focus,
#formDevisGroupe input.wpcf7-submit:hover,
#formDevisGroupe input.wpcf7-submit:focus {
  border-color: rgb(158, 199, 100) !important;
  color: rgb(158, 199, 100) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/*******************************************************************************
********************************************************************************
*** MENU FIXED
********************************************************************************
*******************************************************************************/
/*.main-navigation.fixed{
    position: fixed;
    top: 71px;
}
.main-navigation.fixed .menu-menu-principal-container,
.main-navigation.fixed li{
    background: transparent;
}
.main-navigation.fixed li a {
    color: #d8a158;
}*/
/*******************************************************************************
********************************************************************************
*** MENU SECONDAIRE 
********************************************************************************
*******************************************************************************/
/*.secondary-navigation .link-contact{
  background: url(img/icone-contact-terre.png);
  display: inline-block;
  height: 43px;
  width: 43px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.secondary-navigation .link-facebook{
  background: url(img/icone-fb-terre.png);
  display: inline-block;
  height: 43px;
  width: 45px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.secondary-navigation .link-instagram{
  background: url(img/icone-insta-terre.png);
  display: inline-block;
  height: 43px;
  width: 45px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.secondary-navigation .link-bon-cadeau{
  background: url(img/icone-bon-cadeau-terre.png);
  display: inline-block;
  height: 43px;
  width: 92px;
  background-repeat: no-repeat;
}*/

/*.menu-menu-secondaire-container{
  position: absolute;
  top: 107px;
}*/
.conteneur-secondary-menu-toggle {
  display: flex;
  justify-content: flex-end;
}

/*.conteneur-secondary-menu-toggle{
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    padding-top: 15px;
    display: flex;
    justify-content: flex-end;
}*/
.secondary-menu-toggle {

  background: transparent;
  padding: 0;
  border: none;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
}

.toggle-icon {
  position: relative;
  display: inline-block;
  width: 2.8em;
  height: 1.15em;
  margin-right: 0em;
  border-top: 0.2em solid #d8a158;
  border-bottom: 0.2em solid #d8a158;
}

.toggle-icon:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0px;
  width: 100%;
  border-top: 0.2em solid #d8a158;
}

/*******************************************************************************
********************************************************************************
*** MENU SECONDAIRE ACCUEIL
********************************************************************************
*******************************************************************************/
#conteneur-menu-under-search .secondary-navigation .link-contact {
  background: url(img/icone-contact.png);
  display: inline-block;
  height: 43px;
  width: 43px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

#conteneur-menu-under-search .secondary-navigation .link-facebook {
  background: url(img/icone-fb.png);
  display: inline-block;
  height: 43px;
  width: 45px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

#conteneur-menu-under-search .secondary-navigation .link-instagram {
  background: url(img/icone-insta.png);
  display: inline-block;
  height: 43px;
  width: 45px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

#conteneur-menu-under-search .secondary-navigation .link-bon-cadeau {
  background: url(img/icone-bon-cadeau.png);
  display: inline-block;
  height: 43px;
  width: 92px;
  background-repeat: no-repeat;
}

#conteneur-menu-under-search {
  position: absolute;
  top: 719px;
  width: 100%;
  z-index: 1;
  padding-top: 16px;
}

#conteneur-menu-under-search #extra-navigation {
  margin: 0 auto;
  max-width: 1400px;
}

.menu-menu-secondaire-container {
  /*text-align: end;
  width: 200px;
  float: right;
  margin-right: 120px;

  position: relative;
  right: auto;
  top: auto;*/
  display: inline-block;
}

/*#secondary-menu{
  width: 200px;
  background-color: rgba(255,255,255,0.9);
  padding: 10px 5px;
}*/

.conteneur-secondary-menu-toggle {
  display: flex;
  justify-content: flex-end;
}

.secondary-menu-toggle {
  background: transparent;
  padding: 0;
  border: none;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
}

#conteneur-menu-under-search .toggle-icon {
  position: relative;
  display: inline-block;
  width: 2.8em;
  height: 1.15em;
  margin-right: 0em;
  border-top: 0.2em solid #fff;
  border-bottom: 0.2em solid #fff;
}

#conteneur-menu-under-search .toggle-icon:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0px;
  width: 100%;
  border-top: 0.2em solid #fff;
}


/*base underscore*/
.secondary-navigation {
  display: block;
  padding-bottom: 20px;
  text-align: center;
  /*width: 100%;*/
}

.secondary-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center;
}

.secondary-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.secondary-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.secondary-navigation ul ul li:hover>ul,
.secondary-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.secondary-navigation ul ul a {
  width: 200px;
}

.secondary-navigation ul li:hover>ul,
.secondary-navigation ul li.focus>ul {
  left: auto;
}

.secondary-navigation li {
  position: relative;
  padding: 5px 7px 0;
  display: inline-block;
}

.secondary-navigation a,
#espaceClient #webresaClientWidgetLogin {
  display: block;
  text-decoration: none;
  /*text-transform: uppercase;
  color: #808080;
  font-weight: bold;*/
  color: #fff;
  font-size: 0.9em;
  font-weight: 300;

  text-shadow: 3px 2px 4px #404040;
}

/* Small menu. */
/*.secondary-menu-toggle,*/
.secondary-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {

  .secondary-menu-toggle {
    /*display: none;*/
  }

  .secondary-navigation ul {
    /*display: flex;*/
  }
}

/*fin base underscore*/


.conteneur-moteurs {
  position: absolute !important;
  bottom: 50px !important;
  left: 0 !important;
  width: 100% !important;
}







/*******************************************************************************
********************************************************************************
*** SLIDER ACCUEIL SEJOUR
********************************************************************************
*******************************************************************************/
.home .titre-slider-sejour p {
  font-size: 75px !important;
  font-weight: bold !important;
  text-shadow: 3px 3px 3px #000 !important;
  margin-left: 40px !important;
}

.home .bouton-cta-slider-sejour a {
  border: 1px solid #77aa85 !important;
  background-color: #77aa85 !important;
  color: #fff !important;
  border-radius: 3px !important;
  padding: 3px 15px !important;
  font-size: 1.5em !important;
  text-shadow: none !important;
  transition: all .5s ease-in !important;
  margin-left: 40px !important;
}

.home .bouton-cta-slider-sejour a:hover {
  background-color: #fff !important;
  color: #77aa85 !important;
  border-color: #fff !important;
  text-decoration: none !important;
}

.home .n2-ss-slide {
  height: 70vh !important;
}


.home .conteneur-moteurs {
  top: inherit !important;
  left: inherit !important;
  bottom: 40px !important;
  z-index: 2 !important;
}



/* .home #sectionMoteur > div {
  padding: 0;
}
.home #sectionMoteur {
    margin-bottom: 0;
}

.home #sectionMoteur > div > div > div.wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:10px 40px;
  gap:40px;
}
.home #sectionMoteur .wpb_content_element {
  margin-bottom:0;
} */







/*******************************************************************************
********************************************************************************
*** MOTEUR DEMO A DEPLACER SUR ECHOMARKET
********************************************************************************
*******************************************************************************/
/*.conteneur-moteurs{
    position: relative;
    height: 85px;
    background: #d8a158;
    width: 100%;
    z-index: 1;
    margin-top: -100px;
}
#widgetMoteur{
    height: 100%;
    background-color: transparent;
}
#widgetMoteur .conteneurTitre{
    padding: 0 12px;
}
#widgetMoteur .titreMoteur{
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1;
}
#widgetMoteur .titreMoteur span{
    font-weight: bold;
}
#rechercheWidgetMoteur{
    color: #fff;
    border: none;
    border-radius: unset;
    background: transparent;
    border-bottom: 1px solid #fff;
    padding-left: 48px;
    width: 100%;
    background: url(img/moteur/icone-placeholder-moteur.png);
    background-repeat: no-repeat;
    background-position: left;
}
#rechercheWidgetMoteur::placeholder {  Chrome, Firefox, Opera, Safari 10.1+ 
    color: #fff;
    opacity: 1;  Firefox 
}

#rechercheWidgetMoteur:-ms-input-placeholder {  Internet Explorer 10-11 
    color: #fff;
}

#rechercheWidgetMoteur::-ms-input-placeholder {  Microsoft Edge 
    color: #fff;
}
#rechercheWidgetMoteur:focus {
    outline: none;
}
#buttonWidgetMoteur{
    background: #fff;
    color: #d8a158;
    text-transform: uppercase;
    font-size: 1.15rem;
    line-height: 1.15;
    max-width: 235px;
    padding: 0.6em 0.6em 0.6em;
}
#buttonWidgetMoteur .bold{
    font-weight: bold;
}
#buttonWidgetMoteur .block{
    display: block;
}*/
/*******************************************************************************
********************************************************************************
*** MOTEUR ACCUEIL DEMO A DEPLACER SUR ECHOMARKET
********************************************************************************
*******************************************************************************/
/*.home .conteneur-moteurs{
    position: absolute;
    top: 635px;
    height: 185px;
    width: 100%;
    z-index: 1;
    background: transparent;
}
.home #widgetMoteur{
    height: 100%;
    background-color: rgba(255,255,255,0.9);
}
.home #widgetMoteur .conteneurTitre{
    padding: 0 50px;
}
.home #widgetMoteur .titreMoteur{
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #d8a158;
    line-height: 1;
}
.home #widgetMoteur .titreMoteur span{
    font-weight: bold;
}
.home #rechercheWidgetMoteur{
    border: none;
    border-radius: unset;
    background: transparent;
    border-bottom: 1px solid #666;
    padding-left: 48px;
    width: 100%;
    background: url(img/moteur/icone-placeholder-moteur-terre.png);
    background-repeat: no-repeat;
    background-position: left;
}
.home #rechercheWidgetMoteur:focus {
    outline: none;
}
.home #rechercheWidgetMoteur::placeholder {  Chrome, Firefox, Opera, Safari 10.1+ 
    color: #666;
    opacity: 1;  Firefox 
}

.home #rechercheWidgetMoteur:-ms-input-placeholder {  Internet Explorer 10-11 
    color: #666;
}

.home #rechercheWidgetMoteur::-ms-input-placeholder {  Microsoft Edge 
    color: #666;
}
.home #buttonWidgetMoteur{
    background: #d8a158;;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.15rem;
    line-height: 1.15;
    max-width: 235px;
    padding: 0.6em 0.6em 0.6em;
}*/


/*******************************************************************************
********************************************************************************
*** RESPONSIVE MOTEUR
********************************************************************************
*******************************************************************************/
/*@media (min-width: 1200px) { body { background-color:pink!important; } } .col-lg-
@media (max-width: 1199px) { body { background-color:green!important; } } .col-md-
@media (max-width: 991px) { body { background-color:blue!important; } } .col-sm-
@media (max-width: 768px) { body { background-color:red!important; } } .col-xs-
@media (max-width: 481px) { body { background-color:grey!important; } } */

/*@media (max-width: 991px) { 
    .conteneur-moteurs {
        height: 100%;
        margin-top: 0;
    }


}

@media (max-width: 768px) { 
    #widgetMoteur{
        padding: 10px;
    }
    #widgetMoteur .conteneurTitre{
        text-align: center;
    }
    #buttonWidgetMoteur {
        margin-top: 10px;
    }
    #buttonWidgetMoteur .block{
        display: none;
    }
    .home #widgetMoteur .conteneurTitre{
        text-align: center;
    }
    .home #widgetMoteur .titreMoteur {
        font-size: 1.25rem;
    }
}

@media (max-width: 481px) { 

}*/

/*******************************************************************************
********************************************************************************
*** ACCUEIL
********************************************************************************
*******************************************************************************/
.bgHeaderAccueil {
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0px !important;
  background-position: bottom;
}

.logoFiletAccueil {
  height: 373px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#accroche-accueil {
  margin-top: 0;
  position: absolute;
  top: 190px;
  left: 20%;
  width: 60%;
  z-index: 2;
  text-align: center;
}

#accroche-accueil h1 {
  font-size: 2.6em;
  /*    color: #d8a158;*/
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0px;
  text-shadow: 3px 2px 4px #404040;
}

#accroche-accueil p {
  /*color: #d8a158;*/
  color: #fff;
  font-size: 1.6em;
  text-shadow: 3px 2px 4px #404040;
}

#sectionAccueilCarouselPlusTextes {
  padding: 70px 0 0;
}

#sectionAccueilCarouselPlusTextes h2,
.conteneur-carousel-sejour .accroche-carousel-sejour {
  color: #404040 !important;
}

.conteneur-carousel-sejour .accroche-carousel-sejour {
  text-transform: initial !important;
}

#sectionAccueilCarouselPlusTextes:before {
  content: " ";
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 65%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#sectionMapArea {
  padding-top: 0;
}

#sectionMapArea .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}

#sectionActu .flexslider,
#sectionActu2 .flexslider {
  border: none;
  margin-bottom: 0;
}

#sectionActu .wpb_gallery.wpb_content_element.vc_clearfix,
#sectionActu2 .wpb_gallery.wpb_content_element.vc_clearfix {
  margin-bottom: 0;
}

body.home #sectionActiviteSaison {
  margin: 0 0 60px;
  padding-top: 0 !important;
  text-align: center;
  color: #fff;
}



/*body.home #sectionLienRegionHome {
	background-position:top center!important;
	margin-top:25px;
	margin-bottom:25px;
}
body.home #sectionLienRegionHome h2 a {
	padding:200px;
	color:#000;
	display:block;
}
body.home #sectionLienRegionHome h2 {
	color:#000!important;
	font-size:2em;
	font-weight:300;
}
body.home #sectionLienRegionHome h2 span {
	color:#9ec764!important;
	display:block;
	text-transform:uppercase;
	font-size:2em;
}*/

body.home #sectionLienRegionSemaineHome {
  padding-top: 0;
  margin-top: -40px;
}

body.home #sectionLienRegionSemaineHome a {
  color: #fff;
  text-shadow: 3px 2px 4px #404040;
  display: block;
}

body.home #colonneLienRegionHome {
  padding-right: 10px;
}

body.home #colonneLienSemaineHome {
  padding-left: 10px;
  text-align: right;
}

body.home #colonneLienRegionHome>div,
body.home #colonneLienSemaineHome>div {
  padding: 0;
}

body.home #colonneLienRegionHome a {
  padding: 320px 0 30px;
}

body.home #colonneLienSemaineHome a {
  padding: 50px 0 300px;
}

body.home #colonneLienSemaineHome h2 {
  font-size: 55px;
  font-weight: 300;
  line-height: 50px;
  padding-right: 50px;
}

body.home #colonneLienSemaineHome h2 span {
  display: block;
  text-transform: uppercase;
  font-size: 45px;
}

body.home #colonneLienRegionHome h2 {
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
  padding-left: 50px;
}

body.home #colonneLienRegionHome h2 span {
  display: block;
  text-transform: uppercase;
  font-size: 65px;
}






body.home #containerBlocsSejoursParMois {
  padding-top: 100px;
  padding-bottom: 100px;
}

body.home #containerTitreBlocsSejoursParMois {
  text-align: center;
}

body.home #containerTitreBlocsSejoursParMois h2 {
  display: inline-block;
  text-transform: uppercase;
  color: #404040 !important;
}

body.home #containerTitreBlocsSejoursParMois h2:first-of-type {
  color: #9ec764 !important;
}


body.home #sectionActiviteSaison h2 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

#sectionActiviteSaison .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}

body.home #rangeeContainerDepartsBientotConfirmes,
body.home #rangeeContainerDepartsImminents {
  margin-top: 50px;
}

body.home #rangeeContainerDepartsBientotConfirmes h2,
body.home #rangeeContainerDepartsImminents h2 {
  color: #404040;
  text-align: center;
  font-size: 2em;
}

body.home #rangeeContainer5engagements {
  color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 100px;
}

body.home #rangeeContainer5engagements a,
body.home #rangeeContainer5engagements a:hover,
body.home #rangeeContainer5engagements a:focus {
  color: #fff !important;
  display: block;
}

body.home #rangeeContainer5engagements:after {
  background-color: #000;
  opacity: 0.5;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

body.home #rangeeContainer5engagements h2 {
  font-size: 2em;
  color: #fff;
  font-weight: lighter;
  text-transform: uppercase;
  /*max-width:720px;*/
  background: url('../../../wp-content/uploads/2024/03/fleurDeco.png') no-repeat;
  /*background-size: auto 100%;*/
  background-position: center right;
  padding-right: 200px;
  padding-top: 75px;
}

/*******************************************************************************
********************************************************************************
*** PAGE CONTENU
********************************************************************************
*******************************************************************************/
#groupe-navigation {
  display: none;
}

/*#primary .post-thumbnail {
  text-align: center;
}*/

#containerSuppPostThumbnail {
  position: relative;
}

#primary .entry-header {
  position: absolute;
  bottom: 200px;
  width: 100%;
}

#primary .entry-header .entry-title {
  color: #fff;
  text-transform: initial;
  text-shadow: 3px 2px 4px #404040;
  font-size: 2.5em;
  /*max-width:1600px;*/
  margin: 0 auto;
  font-weight: bold;
  text-align: left;
}

#primary .type-page .entry-content {
  background: url(img/bgBoussole.png);
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: right;
}

#intro-page p:first-child {
  /*font-family: "Get Show", Arial, sans-serif;*/
  /*color: #477c9e;*/
  color: #9ec764;
  font-size: 2.5rem;
  /*line-height: 0.75;*/
  margin-bottom: 0;
  margin-top: 0.5em;
}

/*******************************************************************************
********************************************************************************
*** PAGE PORTAIL PARALLAX
********************************************************************************
*******************************************************************************/
#liste-massif ol li::marker {
  font-size: 2rem;
  color: #fff;
}

#liste-massif ol li a:hover {}

#liste-massif ol li a {
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
}

.massif h3,
.massif p,
.massif a {
  color: #fff;
}

.massif a {
  text-decoration: none;
}

.massif .vc_btn3 {
  font-size: 1.5rem !important;
}

#liste-massif a {
  color: #477c9e;
}

/*******************************************************************************
********************************************************************************
*** PAGE DESTINATION
********************************************************************************
*******************************************************************************/
/*#post-27737 .post-thumbnail::after{
    content:'';
    position:absolute;
    left:0; 
    top:0;
    width:100%; 
    height:100%;
    height:800px;
    display:inline-block;
    background: linear-gradient(to bottom,rgba(190,116,93,0) 50%,rgb(190,116,93) 80%);
}*/
/*******************************************************************************
********************************************************************************
*** PAGE ACCUEIL GROUPE
********************************************************************************
*******************************************************************************/
#conteneurLabelHr .wpb_text_column {
  color: #fff;
  margin-top: 35px;
}

#conteneurLabelHr .vc_column-inner {
  background-size: 160px;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 35px;
}

/*******************************************************************************
********************************************************************************
*** PAGE PORTAIL GROUPE
********************************************************************************
*******************************************************************************/
#portailDestinationGroupe .wpb_single_image .vc_single_image-wrapper {
  position: relative;
}

#portailDestinationGroupe .wpb_singleimage_heading {
  position: absolute;
  color: #fff;
  text-shadow: 3px 2px 4px #404040;
  text-transform: uppercase;
  font-size: 3rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease 0s;
}

#portailDestinationGroupe .wpb_single_image img {
  max-height: 320px;
}

#portailDestinationGroupe .wpb_single_image>.wpb_wrapper:hover {
  border: 4px solid #9ec764;
  transition: all 1s ease 0s;
}

#portailDestinationGroupe .wpb_single_image>.wpb_wrapper {
  border: 4px solid #fff;
  transition: all 1s ease 0s;
}

#portailDestinationGroupe .wpb_single_image>.wpb_wrapper:hover .wpb_singleimage_heading {
  color: #9ec764;
  transition: all 1s ease 0s;
}

/*******************************************************************************
********************************************************************************
*** PAGES DESTINATION GROUPE
********************************************************************************
*******************************************************************************/
#conteneurToggleButton .vc_toggle {
  /*    display: inline-block;
      padding: 15px;
      background-color: #d8a158;*/
}

#conteneurToggleButton .vc_toggle_title {
  padding: 15px;
  background-color: #d8a158;
  text-align: center;
}

#conteneurToggleButton .vc_toggle_title .vc_toggle_icon {
  display: none;
}

#conteneurToggleButton .vc_toggle_title h4 {
  font-size: 2rem;
  color: #000;
}

#conteneurToggleButton .vc_toggle .vc_toggle_content ul {
  margin-left: 0;
}

#portailActiviteHotelier .wpb_single_image .vc_single_image-wrapper {
  position: relative;
}

#portailActiviteHotelier .wpb_singleimage_heading {
  position: absolute;
  color: #fff;
  text-shadow: 3px 2px 4px #404040;
  text-transform: uppercase;
  font-size: 3rem;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  /*transition: all 1s ease 0s;*/
}

#portailActiviteHotelier .wpb_single_image img {
  /*max-height: 320px;*/
}

/*******************************************************************************
********************************************************************************
*** PAGE ACTIVITE GROUPE
********************************************************************************
*******************************************************************************/
#portailActiviteGroupe .wpb_single_image .vc_single_image-wrapper {
  position: relative;
}

#portailActiviteGroupe .wpb_singleimage_heading {
  position: absolute;
  color: #fff;
  text-shadow: 3px 2px 4px #404040;
  text-transform: uppercase;
  font-size: 3rem;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  /*transition: all 1s ease 0s;*/
}

#portailActiviteGroupe .wpb_single_image img {
  /*max-height: 320px;*/
}


.lien-block-activite {
  position: relative;
  width: 100%;
  height: 300px;
}

.lien-block-activite a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: inherit;
  text-shadow: none;
  font-size: 2.2rem;
  color: #404040;
  font-weight: bold;
  line-height: 1.2;
  min-height: 140px;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 15px solid #9ec764;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  position: absolute;
  bottom: -15px;
  left: 35px;
  text-align: left;
}

.lien-block-activite a:hover,
.lien-block-activite a:focus {
  color: #fff;
  background-color: #9ec764;
  border-color: #404040;
}


/*******************************************************************************
********************************************************************************
*** FOOTER
********************************************************************************
*******************************************************************************/
#conteneurCarouselFooter,
#conteneurCarouselFooterAgence {
  background: url(img/footer/bgCarouselFooter.jpg);
  padding-top: 80px;
  padding-bottom: 20px;
}

footer#colophon {
  background: #d8a158;
}

#footerPaiementSecure {
  background: #dee2e6;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
}

#footerPaiementSecure>div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#titrePaiementSecurise {
  /*color: #d8a158;*/
  text-transform: uppercase;
  font-size: 1.5rem;
}

#titrePaiementSecurise span {
  font-weight: bold;
}

#titrePaiementCheque {
  font-size: 1.5rem;
}

#imgPaiementSecurise {
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

#imgRandosBalades {
  height: 120px;
}

.site-info {
  background: #414042;
  padding: 13px 0;
  color: #fff;
}

.site-info a {
  text-decoration: none;
  color: #fff;
}


#footerMenu {
  padding-top: 50px;
  padding-bottom: 50px;
}

#footerMenu #conteneurLinkMenuFooter a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-size: 1rem;
}

#footerMenu #conteneurLinkMenuFooter #link-facebook {
  background: url(img/icone-fb.png);
  display: inline-block;
  height: 43px;
  width: 45px;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-top: 10px;
}

#footerMenu #conteneurLinkMenuFooter #link-instagram {
  background: url(img/icone-insta.png);
  display: inline-block;
  height: 43px;
  width: 45px;
  background-repeat: no-repeat;
  margin-top: 10px;
}

#footerMenu #tagcloud {
  text-align: center;
}

#footerMenu #tagcloud a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  /*font-size: 1.5rem;*/
  font-weight: bold;
  padding: 0 5px;
  display: inline-block;
}

#footerMenu #containerInscriptionNewsletter {
  padding-top: 75px;
}

#footerMenu #containerInscriptionNewsletter .titreAboNews {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 0.2em;
}

#footerMenu #containerInscriptionNewsletter .titreAboNews span {
  font-weight: bold;
}

#footerMenu #containerInscriptionNewsletter #mailjetSubscriptionForm .mailjet-widget-form-group {
  /*width: 80%;*/
  width: 75%;
  display: inline-block;

}

#footerMenu #containerInscriptionNewsletter #mailjetSubscriptionForm .mailjet-widget-form-group #mailjet_widget_email {
  width: 100%;
}

#mailjetSubscriptionForm input[type="submit"] {
  background: #414143;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 0.5em 1.5em;
  font-weight: bold;
  border-radius: inherit;
}

#containerInscriptionNewsletter .mailjet_widget_front_container {
  margin-bottom: 0;
}

#footerMenu #containerInscriptionNewsletter .titreTelechargementNews {
  color: #fff;
  font-size: 1.75rem;
}

#footerMenu #containerInscriptionNewsletter .titreTelechargementNews a {
  color: #fff;
}


#containerReseauxSociaux {
  margin-left: 100px;
  margin-top: 55px;
  margin-bottom: 0;
}

#footerGuestSuite {
  background-color: #fff;
  padding: 50px 0;
  text-align: right;
}

#footerGuestSuite p {
  margin: 0 110px;
  position: relative;
  /*width:fit-content;*/
}

#footerGuestSuite .row {
  align-items: center;
}

#footerGuestSuite #taux-satisfaction {
  /*color: #b30d3d;*/
  font-size: 6rem;
  font-weight: bold;
}

#footerGuestSuite #symbole-taux {
  /*color: #b30d3d;*/
  font-size: 6rem;
  font-weight: bold;
}

#footerGuestSuite #accroche-satisfaction {
  /*color: #fff;*/
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;

  text-align: left;
  padding-left: 15px;
}

#footerGuestSuite #accroche-satisfaction-block {
  display: block;
}

#footerGuestSuite #accroche-satisfaction .rouge {
  color: #b30d3d;
  text-transform: uppercase;
}

#footerGuestSuite #logo-guest-suite {
  background: url(img/footer/guest-suite.png);
  display: block;
  display: inline-block;
  height: 100px;
  width: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -80px;
  top: -20px;
}

#footerSyncNote {
  background-color: #fff;
  padding: 50px 20px;
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
}

#titreFooterSyncNote {
  font-size: 35px;
  max-width: 460px;
  font-weight: bold;
  color: #666;
  margin-right: 50px;
}

.scroll-to-top {
  display: none;
  opacity: 0;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  z-index: 9999;
}

.scroll-to-top.show {
  opacity: 1;
  display: block;
}

.scroll-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

.scroll-to-top #scrollUp {
  background: url(img/footer/arrow-up-white.png);
  display: block;
  height: 100%;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

/*******************************************************************************
********************************************************************************
*** FORMULAIRE DE CONTACT
********************************************************************************
*******************************************************************************/
#formulaireContact .wpcf7 .label-sejour {
  width: 285px;
}

#formulaireContact .wpcf7 textarea {
  width: 75%;
}

#formulaireContact .wpcf7 .label-contact {
  width: 150px;
}

#formulaireContact .wpcf7 .label-textarea {
  margin-bottom: 10px;
}

#formulaireContact .wpcf7 .astered {
  color: red;
}

#formulaireContact select,
#formulaireContact input,
#formulaireContact textarea {
  border: 2px solid #9ec764;
  border-radius: 3px;
}

#formulaireContact input[type='checkbox'] {
  width: 14px !important;
  height: 14px !important;
  /*margin: 5px;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 1px solid #9ec764;
  box-shadow: none;
  font-size: 0.8em;
  text-align: center;
  line-height: 0.7em;
  /*background: red;*/
  border-radius: 3px;
}

#formulaireContact input[type='checkbox']:checked:after {
  content: '✔';
  /*color: white;*/
}

#formulaireContact input.wpcf7-submit {
  border: 1px solid #ccc;
}


/*******************************************************************************
********************************************************************************
*** 404
********************************************************************************
*******************************************************************************/
.error-404 .page-content p:first-child {
  text-align: center;
}

/*******************************************************************************
********************************************************************************
*** MODIF PROMOTION SALON
********************************************************************************
*******************************************************************************/
.boutonPromos .vc_btn3 {
  border-color: rgb(158, 199, 100) !important;
  color: #fff !important;
  background-color: rgb(158, 199, 100) !important;
  transition: all .35s ease-in !important;
  background-image: none !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.boutonPromos .vc_btn3:hover,
.boutonPromos .vc_btn3:focus {
  border-color: rgb(158, 199, 100) !important;
  color: rgb(158, 199, 100) !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

#conteneurBoutonPromos {
  position: relative;
}

#conteneurBoutonPromos .boutonPromos {
  position: absolute;
  width: 100%;
  bottom: -52px;
}

#conteneurPromoBandeau .vc_column-inner {
  background: #eee;
}

#conteneurPromoBandeau .boutonPromos {
  margin-bottom: 0;
}










#containerBlocsAccordeonImage>div>div.wpb_wrapper {
  display: flex;
  font-size: 18px;
}

.blocAccordeonImage {
  font-size: 2em;
  flex: 1;
  transition: all 1s;
  margin: 0 5px;
  background-position: center !important;
}

.blocAccordeonImage>div {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/*.blocAccordeonImage > div a {
  color:#fff;
  border:1px solid #fff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
  padding:5px 15px;
  text-decoration:none;
  opacity:0;
  transition: opacity 1s;
  font-size:0.5em;
}*/
.blocAccordeonImage:hover,
.blocAccordeonImage:focus {
  flex: 5;
  font-size: 2em;
}

.blocAccordeonImage,
.blocAccordeonImage a {
  min-height: 645px;
}

.blocAccordeonImage a {
  width: 100%;
  height: 10%;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px;
}

.blocAccordeonImage a img {
  display: block;
  margin: 20px auto 0;
  width: 110px;
}


/*.blocAccordeonImage:hover > div a,
.blocAccordeonImage:focus > div a {
  opacity:1;
  font-size:0.5em;
}
.blocAccordeonImage:hover > div a:hover,
.blocAccordeonImage:hover > div a:focus,
.blocAccordeonImage:focus > div a:hover,
.blocAccordeonImage:focus > div a:focus {
  background-color:#fff;
  color:#404040;
  text-shadow:none;
}*/







#carouselSejourAccueil {
  margin-top: 0 !important;
}





/*******************************************************************************
********************************************************************************
*** RESPONSIVE
********************************************************************************
*******************************************************************************/
/*@media (min-width: 1200px) { body { background-color:pink!important; } } .col-lg-
@media (max-width: 1199px) { body { background-color:green!important; } } .col-md-
@media (max-width: 991px) { body { background-color:blue!important; } } .col-sm-
@media (max-width: 767px) { body { background-color:red!important; } } .col-xs-
@media (max-width: 481px) { body { background-color:grey!important; } } */


@media (min-width: 1400px) {
  .container {
    max-width: 1280px !important;
  }


  body.home #rangeeContainer5engagements h2 {
    padding-right: 35%;
  }
}

@media (max-width: 1399px) {
  .container {
    max-width: 1040px !important;
  }
}



@media (max-width: 1199px) {

  body.home #sectionLienRegionHome h2 a {
    padding: 150px 100px;
  }



  /* #accroche-accueil {
  margin-top: 310px;
} */

  #accroche-accueil {
    width: 80%;
    left: 10%;
  }

  /*#primary .entry-header {
    top: 125px;
  }*/
  #footerPaiementSecure .container img {
    width: 300px;
  }

  #footerPaiementSecure {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #footerPaiementSecure>div {
    margin: 20px 0;
  }

  .container {
    max-width: 960px !important;
  }

  .conteneur-moteurs {
    bottom: 30px !important;
  }

  #primary .entry-header {
    bottom: 150px;
  }

  body.home #colonneLienSemaineHome h2 {
    padding-right: 30px;
    line-height: 40px;
  }

  body.home #colonneLienSemaineHome h2 span {
    font-size: 40px;
  }

  body.home #colonneLienRegionHome h2 {
    padding-left: 30px;
  }

}


@media (max-width: 991px) {


  #accroche-accueil {
    top:160px;
  }

  #titreFooterSyncNote {
    font-size: 30px;
    max-width: 375px;
  }

  body.home #sectionLienRegionHome h2 a {
    padding: 100px 50px;
  }

  .container {
    max-width: 960px !important;
  }

  #primary .entry-header {
    position: relative;
    bottom: inherit;
  }

  #primary .entry-header .entry-title {
    color: #9ec764;
    text-shadow: none;
    margin-top: 50px;
  }


  .agence .entry-header .container {
    background-color: #9ec764;
    margin-left: 0;
    margin-right: 0;
    padding: 25px;
    text-shadow: none !important;
    max-width: none !important;
  }



  .breadcrumb-container {
    margin-top: -20px;
  }

  body.single-sejour .breadcrumb-container,
  body.single-agence .breadcrumb-container {
    margin-top: 0;
  }

  .conteneur-moteurs {
    position: relative !important;
    top: inherit !important;
    bottom: inherit !important;
    background-color: #ccc;
    padding: 10px;
  }

  .home .conteneur-moteurs {
    /*top: 600px !important;*/
    position: absolute !important;
    bottom: 35px !important;
  }


  /* #accroche-accueil h1 {
    font-size: 3em;
  }
    #accroche-accueil {
    margin-top: 280px;
  } */
  /*#carouselSejourAccueil {
    margin-top: 275px;
  }*/
  #footerPaiementSecure .container {
    flex-direction: column;
  }

  .home #conteneur-menu-under-search {
    top: 785px;
  }

  .home #conteneur-menu-above-search {
    top: 566px;
  }

  .groupe .entry-header .entry-title {
    font-size: 1.9em;
  }

  #footerPaiementSecure .container img {
    margin: 20px;
  }

  #conteneurLinkMenuFooter {
    text-align: center;
  }

  #containerReseauxSociaux {
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
  }

  #footerMenu #containerInscriptionNewsletter {
    text-align: center;
  }

  .blocAccordeonImage {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #containerBlocsAccordeonImage>div>div.wpb_wrapper {
    flex-direction: column;
  }


  .custom-logo-link {
    width: 80px;
    top: -15px;
    left: 5px;
  }

  .secondary-navigation {
    margin-top: 40px;
  }

  .home .conteneur-moteurs {
    background-color: transparent;
  }


  body.home #colonneLienSemaineHome h2 span {
    font-size: 30px;
  }

  body.home #colonneLienRegionHome h2 span {
    font-size: 60px;
  }

  body.home #colonneLienRegionHome a {
    padding-top: 200px;
  }

  body.home #colonneLienSemaineHome a {
    padding-bottom: 200px;
  }

}

@media (max-width: 767px) {

   #accroche-accueil {
    top: 30px;
  }


  #footerSyncNote {
    flex-direction: column;
  }

  #titreFooterSyncNote {
    margin-right: 0;
    text-align: center;
    max-width: 500px;
    margin-bottom: 20px;
  }

  .conteneur-moteurs {
    position: relative !important;
    top: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    right: inherit !important;
    width: 100% !important;
  }

  .home .conteneur-moteurs {
    position: absolute !important;
    /*top: 510px !important;*/
    background-color: #ccc;
  }

  .secondary-navigation .link-contact,
  .secondary-navigation .link-facebook,
  .secondary-navigation .link-instagram,
  .secondary-navigation .link-bon-cadeau {
    z-index: 1;
  }

  #espaceClient {
    z-index: 2;
  }

  /* #accroche-accueil h1 {
    font-size: 3.5em;
    line-height: 1;
  }
  #accroche-accueil p{
    font-size: 1.5em;
  }
  #accroche-accueil {
    margin-top: 150px;
    margin-bottom:60px;
  } */
  .logoFiletAccueil {
    background-size: 90rem;
    background-position: center 95px;
  }

  /*#carouselSejourAccueil {
    margin-top: 265px;
  }*/
  #conteneur-menu-above-search #mega-menu-wrap-menu-1 .mega-menu-toggle {
    background: #d8a158;
  }

  .secondary-navigation .link-bon-cadeau {
    background: url(img/icone-bon-cadeau-simple-terre.png);
    background-repeat: no-repeat;
    width: 43px;
    margin-right: 45px;
  }

  #masthead .conteneur-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  #masthead .main-navigation {
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
  }

  #telHeader {
    right: 80px;
  }

  .mega-toggle-blocks-right {
    margin-right: 15px;
  }

  #masthead #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
  #masthead #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
  #masthead #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    background-color: #fff;
  }

  #masthead #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
    position: absolute;
    width: 94%;
    top: 65px;
    background-color: #9ec764;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    left: 3%;
    padding: 25px;
  }

  #mega-menu-menu-1 a {
    letter-spacing: 1px !important;
    color: #fff !important;
    font-size: 25px !important;
    text-shadow: none !important;
  }

  #mega-menu-menu-1 a:hover,
  #mega-menu-menu-1 a:focus {
    font-weight: bold;
    color: #000 !important;
  }





  #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item .mega-menu-link .mega-indicator {
    display: block !important;
  }

  /*#mega-menu-wrap-menu-1 .mega-sub-menu .mega-menu-item .conteneurActiviteSubMenu .imgActiviteSubMenu {
      display: none;
  }*/
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu .mega-menu-item img {
    display: none;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0 0 5px 0 !important;
  }

  #mega-menu-wrap-menu-1 .mega-sub-menu .mega-menu-item .conteneurActiviteSubMenu .textActiviteSubMenu {
    font-size: 0.9rem;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu .widget_media_image a .titre-sous-menu {
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: normal;
    text-shadow: none;
    position: relative;
    bottom: inherit;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu .widget_media_image a {
    padding: 0 1.2125em;
  }

  #sectionActu .vc_column_container .vc_column-inner,
  #sectionActu2 .vc_column_container .vc_column-inner {
    padding: 0 !important;
  }

  #footerGuestSuite .row {
    flex-direction: column;
  }

  .site-branding {
    min-width: 90px;
  }

  /* #primary .entry-header {
    top: 100px;
  }*/
  .entry-header .entry-title {
    font-size: 1.75em;
    line-height: 1;
  }

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  .bgHeaderAccueil {
    height: auto;
  }

  #carouselSejourAccueil .wpb_content_element {
    margin-bottom: 0;
  }

  #groupe-navigation {
    z-index: 3;
    position: relative;
  }

  #logoAccueilGroupe {
    top: 10px !important;
  }

  #logoAccueilGroupe img {
    width: 80px;
  }

  #groupe-navigation .menu-menu-groupe-container {
    padding: 0;
    background: #d8a158;
  }

  #contenuGroupe {
    /*margin-top: 80px;*/
  }

  .groupe .entry-header .entry-title {
    font-size: 1.5em;
  }

  .groupe .entry-header {
    top: 90px !important;
  }

  .vc_row-o-equal-height>.vc_col-has-fill {
    min-height: 400px;
  }

  #footerGuestSuite #accroche-satisfaction {
    text-align: center;
  }

  #footerGuestSuite #logo-guest-suite {
    position: relative;
    top: inherit;
    right: inherit;
    display: block;
    margin: 30px auto 0;
    height: 150px;
    width: 150px;
  }

  #sectionAccueilCarouselPlusTextes {
    padding-top: 25px;
  }

  #carouselSejourAccueil {
    margin-top: 100px !important;
  }

  #footerPaiementSecure>div {
    flex-direction: column;
  }

  #footerPaiementSecure img {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #footerGuestSuite {
    text-align: center;
  }

  .conteneur-moteurs {
    margin-top: 0px !important;
  }

  .secondary-navigation {
    margin-top: 0;
    position: absolute;
    top: 50px;
    right: 15px;
  }

  #webresaClientWidgetDialogLogin {
    max-width: 320px;
  }

  #espaceClient #webresaClientWidgetLogin {
    font-size: 25px;
    font-weight: 600;
  }

  #espaceClient #webresaClientWidgetLogin img {
    display: inline-block;
  }

  body.home #sectionLienRegionHome h2 {
    font-size: 1.5em;
  }

  body.home #colonneLienRegionHome {
    padding-right: 0;
    min-height: 1px;
    padding-bottom: 10px;
  }

  body.home #colonneLienSemaineHome {
    padding-left: 0;
    min-height: 1px;
    padding-top: 10px;
  }


}

@media (max-width: 575px) {


  #accroche-accueil h1 {
    font-size: 2.2em;
  }
  #accroche-accueil p {
    font-size: 1.3em;
  }


  /*.home .conteneur-moteurs {
      top: 717px!important;
    }*/
  #imgRandosBalades {
    height: auto;
  }


  /*.home .conteneur-moteurs {
    top: 580px !important;
  }*/


}

@media (max-width: 481px) {
  /*.home .conteneur-moteurs {
    top: 610px !important;
  }*/

  #accroche-accueil {
    top: 60px;
  }
   #accroche-accueil h1 {
    font-size: 2em;
  }
   #accroche-accueil p {
    font-size: 1.15em;
  }

  #footerGuestSuite p {
    margin-left: auto;
    margin-right: auto;
  }

  /* #accroche-accueil {
        min-height:415px;
    } */

  /*#masthead #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
  #masthead #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
  #masthead #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    background-color: #d8a158;
  }*/
  .conteneur-moteurs {
    margin-top: 0 !important;
  }

  /*.post-thumbnail img{
    display: none;
  }*/
  /* #accroche-accueil h1 {
    font-size: 2.75em;
    margin-top: 1em;
  }
  #accroche-accueil p{
    font-size: 1.35em;
    margin-top: 0.5em;
  } */
  .logoFiletAccueil {
    background-position: center 80px;
  }

  /*#carouselSejourAccueil {
    margin-top: 230px;
  }*/
  #sectionMapArea,
  #sectionActiviteSaison {
    display: none;
  }

  #footerGuestSuite #taux-satisfaction {
    font-size: 7rem;
  }

  #footerGuestSuite #accroche-satisfaction {
    font-size: 2rem;
  }

  #footerGuestSuite #logo-guest-suite {
    margin-top: 20px;
    height: 140px;
    width: 140px;
    background-size: 140px;
  }

  .site-branding {
    min-width: 75px;
  }

  #primary .entry-header {
    top: 75px
  }

  .entry-header .entry-title {
    font-size: 1.5em;
  }

  #liste-massif ol li::marker,
  #liste-massif ol li a {
    font-size: 1.35rem;
  }

  #espaceClient {
    top: 0;
    padding: 0 10px;
  }

  .site-header {
    position: relative;
  }

  /*#espaceClient {
    position:absolute;
  }*/
  /*.home .site-header, .home #espaceClient {
    position:fixed;
  }*/
  #primary .entry-header {
    position: relative;
    top: inherit;
    left: inherit;
  }

  .home #primary .entry-header {
    display: none;
  }

  /*#primary .entry-header .entry-title {
    color: #1E607F;
  }*/
  .groupe .entry-content {
    margin-top: 90px;
  }

  /*#masthead {
    background-color:#9ec764;
    position:relative!important;
    top:inherit!important;
    left:inherit!important;
  }*/

  body.home #sectionLienRegionHome h2 {
    font-size: 1.2em;
  }

  body.home #sectionLienRegionHome h2 a {
    padding: 60px 20px;
  }


  body.home #colonneLienSemaineHome h2,
  body.home #colonneLienSemaineHome h2 span,
  body.home #colonneLienRegionHome h2,
  body.home #colonneLienRegionHome h2 span {
    font-size: 50px;
    line-height: 50px;
  }

}

/*@media (max-width: 375px) {
  .secondary-navigation .link-contact,
  .secondary-navigation .link-facebook,
  .secondary-navigation .link-instagram{
    margin-right: 5px;
  }
  #espaceClient div#webresaClientWidgetDialogLogin{
    width: 320px;
  }
}

@media (max-width: 320px) {
  #masthead .main-navigation {
    right: 0px;
  }
  #espaceClient div#webresaClientWidgetDialogLogin{
    width: 305px;
  }
}*/