/* CUSTOM */

/*********************** FONTS *****************************/
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');

/* Blackstone Casual */
@font-face {
    font-family: 'Blackstone';
    src: url(../fonts/blackstone/Blackstone.ttf);
}

@font-face {
    font-family: 'Blackstone Swashes';
    src: url(../fonts/blackstone/BlackstoneSwashes.otf);
}

/* Open Sans */
@font-face {
    font-family: 'Open Sans Bold';
    src: url(../fonts/open-sans/OpenSans-Bold.ttf);
}

@font-face {
    font-family: 'Open Sans Bold Italic';
    src: url(../fonts/open-sans/OpenSans-BoldItalic.ttf);
}

@font-face {
    font-family: 'Open Sans Extra Bold';
    src: url(../fonts/open-sans/OpenSans-ExtraBold.ttf);
}

@font-face {
    font-family: 'Open Sans Extra Bold Italic';
    src: url(../fonts/open-sans/OpenSans-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: 'Open Sans Extra Italic';
    src: url(../fonts/open-sans/OpenSans-Italic.ttf);
}

@font-face {
    font-family: 'Open Sans Light';
    src: url(../fonts/open-sans/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'Open Sans Light Italic';
    src: url(../fonts/open-sans/OpenSans-LightItalic.ttf);
}

@font-face {
    font-family: 'Open Sans Regular';
    src: url(../fonts/open-sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'Open Sans Semi Bold';
    src: url(../fonts/open-sans/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: 'Open Sans Semi Bold Italic';
    src: url(../fonts/open-sans/OpenSans-SemiboldItalic.ttf);
}

/* Play Fair Display */
@font-face {
    font-family: 'Play Fair Display Black';
    src: url(../fonts/playfair-display/PlayfairDisplay-Black.ttf);
}

@font-face {
    font-family: 'Play Fair Display Black Italic';
    src: url(../fonts/playfair-display/PlayfairDisplay-BlackItalic.ttf);
}

@font-face {
    font-family: 'Play Fair Display Bold';
    src: url(../fonts/playfair-display/PlayfairDisplay-Bold.ttf);
}

@font-face {
    font-family: 'Play Fair Display Bold Italic';
    src: url(../fonts/playfair-display/PlayfairDisplay-BoldItalic.ttf);
}

@font-face {
    font-family: 'Play Fair Display Italic';
    src: url(../fonts/playfair-display/PlayfairDisplay-Italic.ttf);
}

@font-face {
    font-family: 'Play Fair Display Regular';
    src: url(../fonts/playfair-display/PlayfairDisplay-Regular.ttf);
}

@font-face {
    font-family: 'Play Fair Display SC Black';
    src: url(../fonts/playfair-display/PlayfairDisplaySC-Black.ttf);
}

@font-face {
    font-family: 'Play Fair Display SC Black Italic';
    src: url(../fonts/playfair-display/PlayfairDisplaySC-BlackItalic.ttf);
}

@font-face {
    font-family: 'Play Fair Display SC Bold';
    src: url(../fonts/playfair-display/PlayfairDisplaySC-Bold.ttf);
}

@font-face {
    font-family: 'Play Fair Display SC Bold Italic';
    src: url(../fonts/playfair-display/PlayfairDisplaySC-BoldItalic.ttf);
}

@font-face {
    font-family: 'Play Fair Display SC Italic';
    src: url(../fonts/playfair-display/PlayfairDisplaySC-Italic.ttf);
}

@font-face {
    font-family: 'Play Fair Display SC Regular';
    src: url(../fonts/playfair-display/PlayfairDisplaySC-Regular.ttf);
}

/* Quickpen */
@font-face{
    font-family: 'Quickpen';
    src: url(../fonts/quickpen/Quickpen.ttf);
}

@font-face{
    font-family: 'Quickpen Bold';
    src: url(../fonts/quickpen/QuickpenBold.woff) format('woff');
    font-weight: normal;
    font-style:normal;
    font-display: swap;
}

/* Satisfaction */
@font-face {
    font-family: 'Satisfaction';
    src: url(../fonts/satisfaction/Satisfaction.woff);
}

/* Source Pro */
@font-face {
    font-family: 'Source Pro Black';
    src: url(../fonts/sourcepro/SourceSerifPro-Black.tff);
}

@font-face {
    font-family: 'Source Pro Black Italic';
    src: url(../fonts/sourcepro/SourceSerifPro-BlackItalic.tff);
}

@font-face {
    font-family: 'Source Pro Bold';
    src: url(../fonts/sourcepro/SourceSerifPro-Bold.tff);
}

@font-face {
    font-family: 'Source Pro Bold Italic';
    src: url(../fonts/sourcepro/SourceSerifPro-BoldItalic.tff);
}

@font-face {
    font-family: 'Source Pro Light';
    src: url(../fonts/sourcepro/SourceSerifPro-Light.tff);
}

@font-face {
    font-family: 'Source Pro Light Italic';
    src: url(../fonts/sourcepro/SourceSerifPro-LightItalic.tff);
}

@font-face {
    font-family: 'Source Pro Extra Light';
    src: url(../fonts/sourcepro/SourceSerifPro-ExtraLight.tff);
}

@font-face {
    font-family: 'Source Pro Extra Light Italic';
    src: url(../fonts/sourcepro/SourceSerifPro-ExtraLightItalic.tff);
}

@font-face {
    font-family: 'Source Pro Italic';
    src: url(../fonts/sourcepro/SourceSerifPro-Italic.tff);
}

@font-face {
    font-family: 'Source Pro Regular';
    src: url(../fonts/sourcepro/SourceSerifPro-Regular.tff);
}

@font-face {
    font-family: 'Source Pro Semi Bold';
    src: url(../fonts/sourcepro/SourceSerifPro-SemiBOld.tff);
}


/******************************
********* VARIABLES ***********
******************************/

:root{
    --cst-couleur-texte-default: #000;
    --cst-couleur-teasing: #858585;
    --cst-couleur-focus: #c19c76;  
    --cst-couleur-stitre: #D0AE45;
}


/******************************
********* GLOBALITES **********
******************************/

.cst-info-boxes .milenia-grid-item{
  padding-top: 0;
  padding-bottom: 0;
  max-height: 800px;
  margin-bottom: 50px;
}

/* cst info boxes grid-item */
.cst-info-boxes .milenia-grid-item li{
  padding-left: 0 !important;
}

.cst-info-boxes h2{
  font-family: 'Quickpenbold' !important;
}

.cst-info-boxes li:before{
  display: none;
}


.cst-info-boxes .milenia-entity > div{
  width: 50% !important;
}

/* cst info boxes content */
.cst-info-boxes .milenia-entity-content{
  text-align: left;
  padding-left: 2.5rem!important;
  padding-right: 1.5rem!important;
  padding-top: 0;
  padding-bottom: 0;
}

/* cst info boxes header */
.cst-info-boxes .milenia-entity-header{
  color: blue;
  margin-bottom: 0 !important;
  padding-bottom:0;
}

.milenia-header-col--padding-small-xl > .milenia-aligner-outer > .milenia-aligner-inner{
  padding-top: 0;
  padding-bottom: 0;
}

.milenia-aligner--valign-middle .milenia-aligner-inner{
  vertical-align: top;
}

.milenia-header-items{
  margin-top: 0;
}

.milenia-header-items > div{
  margin-top: 0;
}


/* body */
.slideshow_hp img.tp-rs-img{
  opacity: 1 !important;
}

/* slider nav */
.milenia-entity-media .owl-carousel .owl-nav, .owl-carousel--nav-edges .owl-carousel .owl-nav{
  bottom: 44%;
  width: 100%;
}

.milenia-entity-media .owl-carousel .owl-nav .owl-prev, 
.milenia-entity-media .owl-carousel .owl-nav .owl-next,
.owl-carousel--nav-edges.owl-carousel .owl-nav .owl-prev, 
.owl-carousel--nav-edges.owl-carousel .owl-nav .owl-next{
    width: 3rem !important;
    height: 3rem !important;
    opacity: 0.8 !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    background: none !important;
}

.owl-carousel.owl-carousel--nav-edges.owl-carousel--nav-huge .owl-nav .owl-prev, 
.owl-carousel.owl-carousel--nav-edges.owl-carousel--nav-huge .owl-nav .owl-next{
  font-size: 1.5rem;
}

.milenia-entity-media .owl-carousel .owl-nav .owl-prev:hover, 
.milenia-entity-media .owl-carousel .owl-nav .owl-next:hover,
.owl-carousel--nav-edges.owl-carousel .owl-nav .owl-prev:hover, 
.owl-carousel--nav-edges.owl-carousel .owl-nav .owl-next:hover{
  opacity: 1;
} 

.milenia-entity-media .owl-carousel .owl-nav .owl-prev,
.owl-carousel--nav-edges.owl-carousel .owl-nav .owl-prev{
  float: left;
  margin-left: 30px !important;
}

.milenia-entity-media .owl-carousel .owl-nav .owl-next, 
.owl-carousel--nav-edges.owl-carousel .owl-nav .owl-next{
  float: right;
  margin-right: 30px !important;
}

.cst-info-boxes .milenia-entity-body{
  margin-bottom: 0 !important;
}

.cst-info-boxes .milenia-entity-body li{
  font-size: 15px;
}

/* cst info boxes ul */
.cst-info-boxes .milenia-entity-body > ul{
  margin-left: -25px;
  color: #000;
}

.cst-info-boxes .milenia-entity-body > ul > li:nth-child(1){
  /*color: #858585;*/
  color: #D0AE45 !important;
}

.cst-info-boxes .milenia-entity-body > ul > li:nth-child(1) > ul > li{
  line-height: 8px;
}

.cst-info-boxes .milenia-entity-body > ul > li:nth-child(1) > ul > li:nth-child(1) > ul{
  display: flex;
}

.cst-info-boxes .milenia-entity-body > ul > li:nth-child(3) > ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Detail column */
.cst-info-boxes .milenia-entity-body > ul > li:nth-child(3) > ul > li{
  flex-basis: 30%;
}

.cst-info-boxes iframe{
  display: none;
}

/************************************************************* 
** Globalités : concernant les 3 pages prpincipales **********
**************************************************************/
.cst-globals{
    background: none !important;
}

.cst-globals h2{
    font-family: 'Bad Script', cursive !important;
}
.cst-globals-btn{
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 13px;
}

.cst-globals-btn, .cst-globals .milenia-btn{
    background-color: #c19c76 !important;
    border: 1px solid #c19c76 !important;
    color: #fff;
    text-align: center;
}

.cst-globals-btn:hover, .cst-globals .milenia-btn:hover, .cst-globals .vc_btn3-style-custom:hover{
    background-color: #fff !important;
    color: #c19c76 !important; 
    border: 1px solid #c19c76;
}

/* Message d'Intro */
.cst-globals-intro{
  padding-top: 40px;
  padding-bottom: 40px;
}

.cst-globals-intro h2{
    font-family: 'Open Sans Regular' !important;
    color: #c19c76;
}

.cst-globals-intro p{
  line-height: 25px;
  margin-bottom: 10px;
}

.cst-globals-intro > div > p:nth-child(1){
  color: #ae745a !important;
  font-size: 18px;
}

/****************************************************
********* Hébergement, mariages, boutique ***********
****************************************************/
.cst-hebergements-mariages-boutique{
  margin-top: -93px;
}

.cst-hebergements-mariages-boutique .owl-stage-outer{
  height: 500px;
  /*height: 50% !important;*/
}
          
.cst-hebergements-mariages-boutique .owl-stage-outer .owl-stage{
  /*height: 50% !important;*/
}
          
.cst-hebergements-mariages-boutique .owl-stage-outer .owl-stage .owl-item{
  /*height: 50%;*/
  /*height: 500px;*/
}
          
.cst-hebergements-mariages-boutique .owl-stage-outer .owl-stage .owl-item img{
  object-fit: cover;
  object-position: 50% 50%;
}

.cst-hebergements-mariages-boutique .vc_column_container>.vc_column-inner{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cst-hebergements-mariages-boutique .milenia-fw-bold{
    position: absolute;
    text-align: center;
    top: 32%;
    left: 6%;
    right: 6%;
    z-index: 2;
    font-size: 800%;
    font-family: 'Bad Script', cursive;
    color: #fff;
    font-weight: normal !important;
}

@media (max-width: 1440px){
          
    .cst-hebergements-mariages-boutique .milenia-fw-bold{
        font-size: 500%;
    }
}

@media (max-width: 1199px){
          
    .cst-hebergements-mariages-boutique .milenia-fw-bold{
        top: 23%;
        font-size: 400%;
    }
    
    .cst-hebergements-mariages-boutique .owl-stage-outer{
      height: 300px !important;
    }    
}

@media (max-width: 1024px){
          
    .cst-hebergements-mariages-boutique .milenia-fw-bold{
        /*top: 32%;*/
    }
}

@media (max-width: 767px){
    
    .cst-hebergements-mariages-boutique .milenia-fw-bold{
        position: absolute;
        top: 18%;    
        line-height: 5.5rem;
    }
    
    .cst-hebergements-mariages-boutique .owl-carousel .owl-stage-outer{
        height: 300px !important;
    }    
    
    .cst-hebergements-mariages-boutique-slider .owl-nav button{
        display: none !important;
    }    
    
    .cst-hebergements-mariages-boutique .owl-carousel--nav-edges.owl-carousel .owl-nav .owl-prev,
    .cst-hebergements-mariages-boutique .owl-carousel--nav-edges.owl-carousel .owl-nav .owl-next{
        display: none;
    }
}

@media (max-width: 414px){
    
    .cst-hebergements-mariages-boutique .milenia-fw-bold{
        top: 13%;    
    }
    
    .cst-hebergements-mariages-boutique .owl-carousel .owl-stage-outer{
        height: 300px !important;
    }    
}

/* Hébergements et Mariages */
.cst-listing-default h2{
  font-family: 'Bad Script', cursive !important;
  font-size: 44px;
}


/******************************
********* HEBERGEMENTS ********
******************************/

.cst-hebergements{
  color: #000;
  box-sizing: border-box;
}
          
.cst-hebergements .milenia-fw-bold{
  top: 40%;
}    

.cst-hebergements-bloc-message{
  color: #000;
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;  
  margin-top: 30px;
}

.cst-hebergements-bloc-message h2{
  font-family: 'Bad Script', cursive !important;
  color: #c19c76;  
}

.cst-hebergements-bloc-message p{
  margin-bottom: -1px;
}

.cst-hebergements-bloc-message p:nth-child(2){
  font-size: 25px;
}

.cst-hebergements-liste{
  margin-top: -70px;
}

.cst-hebergements-item, .cst-hebergements-item-inverse{
  box-sizing: border-box;
  height: 600px;
  display: flex;
  justify-content: space-between;
  transition: 7s;
}
  
.cst-hebergements-item-responsive{
  display: none;
}

.cst-hebergements-item ul{
   list-style-type: none;
}

.cst-hebergements-item li:before{
   display: none;
}

.cst-hebergements-item > div{
  margin: 10px 25px 10px 25px;
}

.cst-hebergements-item-inverse{
  flex-direction: row-reverse;
}

.cst-hebergements-item-gallerie{
  width: 50%;
  overflow: hidden;
}

.cst-hebergements-item-gallerie img{
  width:100%;
  height: 100% !important;
  z-index: 1 !important;
  object-fit: cover;
  object-position: center center;
}

.cst-hebergements-item-gallerie .cycle-slideshow{
  height: 100%;
  width: 100%;
}

.cst-hebergements-item-gallerie .slider-nav{
  display: flex;
  justify-content: space-between;
  top: 10%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  position: relative;
  top: -55%;
}

.cst-hebergements-item-gallerie .slider-btn{
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 20px;
  z-index: 2;
  cursor: pointer;
}

.milenia-header-col--light, .milenia-header--light [class*="milenia-header-section"]{
  z-index: 100;
}

.cst-hebergements-item-content{
  width: 50%;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #000;
}

.cst-hebergements-item-content-header{
  display: flex;
  flex-direction: column;
}

.cst-hebergements-item-content-header span{
  color: var(--cst-couleur-stitre);
}

.cst-hebergements-item-content-header span:nth-child(1):before{
  content: "";
  height: 30px;
  width: 30px;
}

.cst-hebergements-item .person{
  width: 20px;
}

.cst-hebergements-item-content-header span:nth-child(2){
  margin-bottom: 10px;
}

.cst-hebergements h2{
  font-family: 'Play Fair Display Black' !important;
}

.cst-hebergements-item-equipements{
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.cst-hebergements-item-equipements span{
  color: var(--cst-couleur-stitre);
}

.cst-hebergements-item-button{
  font-family: "Open Sans", "sans-serif";
  box-sizing: border-box;
  width: 150px;
  cursor: pointer;
  
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cst-hebergements-item-button:hover{
  color: var(--cst-couleur-teasing);
  background-color: #fff;
}

@media (max-width: 1199px){
  
  .cst-hebergements-item{
    height: auto;
    margin: 10px 10px 50px 10px;
  }
  
  .cst-hebergements-item h2{
    margin-top: 90px;
  }
  
  
  .cst-hebergements-list{
    margin-top: 10px;
    
  }
  
  .cst-hebergements-item > div{
    margin: 0;
  }
  
  /* Afficher équiipements en une colonne */
  .cst-hebergements-item, .cst-hebergements-item-inverse{
    flex-direction: column;
  }  
  
  .cst-hebergements-item-content-header{
    margin-top: 10px;
  }
  
  .cst-hebergements-item-content-header span:last-child{
    margin-bottom: 15px;
  }
  
  .cst-hebergements-item .cst-hebergements-item-gallerie, .cst-hebergements-item-responsive .cst-hebergements-item-gallerie{
    margin-top: -80px;
  }  
  
  .cst-hebergements-item .cst-hebergements-item-content, .cst-hebergements-item-responsive .cst-hebergements-item-content{
    margin-top: -70px;
    margin-bottom: 100px;
  }

  
  .cst-hebergements-item-equipements{
    margin-top: 0;
  }    

  .cst-hebergements-item-gallerie{
    width: 100%;
    height: 560px;
  }
  
  .cst-hebergements-item-gallerie img{
    height: 100%;
    width: 100%;
    text-align: left;
  }
  
  .cst-hebergements-item-gallerie rs-slides{
    width: 100% !important;
  }  
  
  .cst-hebergements-item-content{
    width: 100%;
  }

}

@media (max-width: 767px){
            
  .cst-hebergements .milenia-fw-bold{
    top: 25%;
  }    
  
  .cst-hebergements-item{
    display: none;
  }
  
  .cst-hebergements-item-responsive{
    display: block;
  }
  
  .cst-hebergements-item-equipements{
    margin-bottom: 30px;
  }
  
  .cst-hebergements-item-equipements li{
    font-size: 16px;
  }

  .cst-hebergements-item-gallerie{
    width: 100%;
    max-height: 390px;
  }
 
  .cst-hebergements-item .cst-hebergements-item-content, .cst-hebergements-item-responsive .cst-hebergements-item-content{
    margin-top: -90px;
    margin-bottom: 150px;
  }  
}

@media (max-width: 414px){
  .cst-hebergements .milenia-fw-bold{
    top: 20%;
    font-size: 300%;
  }    
  
  .cst-hebergements-item-gallerie{
    width: 100%;
    max-height: 210px;
  }
  
  .cst-hebergements-item-gallerie img{
    height: 100%;
    width: 100%;
    text-align: left;
  }  
  
  .cst-hebergements-item .cst-hebergements-item-content, .cst-hebergements-item-responsive .cst-hebergements-item-content{
    margin-top: -70px;
    margin-bottom: 150px;
  }    
  
  .cst-hebergements-item-content h2{
    font-size: 50px;
  }
  
  .cst-hebergements-item-content-header{
    margin-top: 10px;
  }
  
  
  .cst-hebergements-item-content-header span:last-child{
    margin-bottom: 15px;
  }
  
  .cst-hebergements-item-equipements{
    margin-top: 0;
  }  
  
}


/*****************************************
********* Mariages & Réception ***********
******************************************/

.cst-mariages-item .cst-hebergements-item-content-header{
    color: #c19c76 !important;
}

.cst-mariages-item-description{
    padding-top: 1rem;   
    padding-bottom: 1rem;
}

.cst-mariages-item-details{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding-top: .5rem;
}

.cst-mariages-item-details span{
    color: var(--cst-couleur-stitre);
}

.cst-mariages-item-btn{
    width: 230px !important;
}


@media (max-width: 1199px){
    
    .cst-mariages-item{
        margin-bottom: -80px;
    }
    
    .cst-mariages-item .cst-hebergements-item-gallerie{
        margin-top: 0px;
    }
    
}

@media (max-width: 767px){
    .cst-mariages-item{
        padding-bottom: 0;
        /*margin-bottom: -100px;*/
    }

    .cst-mariages-item h2{
       padding-top: 20px;
    }
    
    .cst-mariages-item-details{
       padding-bottom: 2rem;
    }
    
    .cst-mariages-item-btn{
        margin:0 auto !important;
    }    
    
}

/******************************
********* Boutique ************
******************************/

.cst-boutique-bloc-message{
    color: #000;
}

.cst-boutique-bloc-message-1{
    padding-bottom: 40px;
}

.cst-boutique-bloc-message-2 h2{
    color: #000 !important;
    font-family: 'Bad Script', recursive !important;
}

.cst-boutique-bloc-message-2 > div > p:nth-child(1){
  color: #ae745a !important;
  font-size: 18px;
}

.cst-boutique-cta-le-menu{
    margin-bottom: 3rem;
}

.cst-boutique-3-images{
    padding-bottom: 0px;
    margin-top: -6rem; 
}

.cst-boutique-3-images img{
    height: 100%;
}

@media (max-width: 1199px){
    
}

@media (max-width: 767px){
    
    .cst-boutique-3-images{
        margin-top: -3rem;
    }
    .cst-boutique-3-images .wpb_single_image.vc_align_left{
        text-align: center;
    }
}

@media (max-width: 414px){

    /* Blocs messages */
    .cst-boutique-bloc-message{
        margin-top: 30px !important;
        color: #000;
    }    
}

/* Accueil */
.accueil_section .milenia-entity-title{
  font-family: "Quickpen Bold";
}

.bloc_domaine_recept{
    margin: 0 auto;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
}

.bloc_domaine_recept h2{
    color: #ae745a;
    line-height: 1.3em;
    font-size: 25px;
}

.section_cta_hebergement .vc_btn3-style-custom{
    background-color: #C19C76 !important;
    color: #fff !important;
    border: 1px solid #C19C76 !important;
}

.section_cta_hebergement .vc_btn3-style-custom:hover{
    background-color: #fff !important;
    border: 1px solid #C19C76;
}

.section_cta_hebergement{
    margin: 0 auto !important;
    max-width: 800px;
}

.section_cta_hebergement .cst-info-boxes{
    background: none !important;
}

.section_cta_hebergement h2{
    margin-bottom: 15px;
    font-family: "Black Script", cursive;
    color: #1c1c1c !important;
}

.section_cta_hebergement .vc_btn3-style-custom{
    margin-top: 5px;
}

@media (max-width:1199px)
{
  
  [data-vc-full-width="true"] .owl-carousel.owl-carousel--nav-edges.owl-carousel--nav-inside .owl-nav .owl-prev, [class*="milenia-section--stretched-content"] .owl-carousel.owl-carousel--nav-edges.owl-carousel--nav-inside .owl-nav .owl-prev{
      left: 0 !important;
  }
  
  [data-vc-full-width="true"] .owl-carousel.owl-carousel--nav-edges.owl-carousel--nav-inside .owl-nav .owl-next, [class*="milenia-section--stretched-content"] .owl-carousel.owl-carousel--nav-edges.owl-carousel--nav-inside .owl-nav .owl-next{
      right: 0 !important;
  }
  
  .section_cta_hebergement{
      /*border: 1px solid red;    */
      margin-top: -150px;
  }
  
  .section_cta_hebergement .vc_cta3-container{
      margin-bottom: 10px;
  }
  
  .section_cta_hebergement div.cst-info-boxes{
      padding-top: 50px;
      padding-bottom: 0;
  }
  .cst-mariages .milenia-fw-bold{
    margin-top: 20px;
  }
}


@media (max-width:767px)
{
    body.page-id-3040 .milenia-content{
        padding-bottom: 20px;
    }
    
    .my-custom-home-class{
      font-size: 40px !important;
    }
    
    .cst-info-boxes .milenia-entity-body > ul > li:nth-child(3) > ul{
        display: block;
    }
    
    
    .cst-info-boxes .milenia-grid-item{
        max-height: none !important;
    }
    
    .section_cta_hebergement div.cst-info-boxes{
        padding: 0;
    }
    
    .section_cta_hebergement h2{
        font-size: 30px;
        line-height: 1.3em;
    }
    

  .section_cta_hebergement{
      /*border: 1px solid red;    */
      margin-top: -120px !important;
  }    
}

@media (max-width: 615px){
  .cst-mariages .milenia-fw-bold{
    margin-top: -30px;
  }
}

@media (max-width: 414px){
    .my-custom-home-class{
      font-size: 30px !important;
    }
}



