
.splash_container{position:relative;height:330px;}

.splash_btn {position:absolute;padding-top:240px;max-width:300px;z-index:10;left:0;right:0}
.splash_btn_w{width:130px;}


.navbar-light{border-color:#dfe0e1;}
.bg_navmap{background-image: url(../images/fond_navmap80.png);color:#333333;}


.pic_h{height:100px;overflow:hidden;}
.pic_h_news{height:auto;overflow:hidden;}
.titre_h{height:100px;overflow:hidden;}  
.titre_h_news{height:40px;overflow:hidden;}

.text_h{height:100px;overflow:hidden}
.display-t-news{font-size:1.7rem;}


.carousel-control-next-icon, .carousel-control-prev-icon{height:25px;display:none;}

.mm_shadow_white{border-color:white;}

.card_news_w{max-width:490px;}
.card_vendez_h{height:auto;}
.card_news_h{height:auto;}


/* TEST SLIDESHOW SPLASH */
/*https://snook.ca/archives/html_and_css/simplest-css-slideshow*/

.crossfade > figure {
  
  animation-name: imageAnimation;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}


.crossfade > figure:nth-child(1) {animation-delay: 0s;}
.crossfade > figure:nth-child(2) {animation-delay: 5s;}
.crossfade > figure:nth-child(3) {animation-delay: 10s;}
.crossfade > figure:nth-child(4) {animation-delay: 15s;}

 @keyframes 
imageAnimation {
  0%   { opacity: 0; }
  11.11%   { opacity: 1; }
  33.33%  { opacity: 1; }
  44.44%  { opacity: 0; }
  100% { opacity: 0; }
}


/* Sm */
@media all and (min-width: 576px) {
    .pic_h{height:150px;overflow:hidden;}
    .pic_h_news{height:auto;overflow:hidden;}
    .titre_h{height:50px;overflow:hidden;}
    .titre_h_news{height:30px;overflow:hidden;}
    .text_h{height:100px;overflow:hidden;}
    .splash_btn_w{width:130px;}
    .splash_btn {padding-top:2060px;max-width:600px;}

    .carousel-control-next-icon, .carousel-control-prev-icon{display:inline-block;}
    .carousel-control-prev {left: -60px;}
    .carousel-control-next {right: -60px;}
  }	

/* MD */
@media all and (min-width: 768px) {

  .splash_container{height:430px;}
  .crossfade > figure {margin-top:10px;height:420px;}

  .splash_btn {padding-top:330px;max-width:750px;}
  .splash_btn_w{width:180px;}

    .pic_h{height:200px;overflow:hidden;}
    .pic_h_news{height:auto;overflow:hidden;}
    .titre_h{height:50px;overflow:hidden;}
    .titre_h_news{height:30px;overflow:hidden;}
    .text_h{height:100px;overflow:hidden}
    .carousel-control-prev {left: -70px;}
    .carousel-control-next {right: -70px;}
    

  }	
/* lg */
@media all and (min-width: 992px) {

    .splash_container{height:530px;}
    .crossfade > figure {height:520px;}

    .splash_btn {padding-top:410px;max-width:790px;}
    
    .txt-vendez{height:310px;overflow:hidden}
    .card_news_w{width:255px;}
    .card_news_h{height:450px};
    .card_vendez_h{height:410px;};
    .card_news_txt{height:153px;}
    .carousel-control-prev {left: -15px;}
    .carousel-control-next {right: -15px;}
  }	

/* XL */
  @media all and (min-width: 1200px) {
    
    .txt-vendez{height:385px;overflow:hidden}
    .card_news_w{width:300px;}
    .card_news_h{height:487px};
    .card_vendez_h{height:445px};

    
  }	
/* XXL */
  @media all and (min-width: 1400px) {
    
    .card_news_w{width:352px;}
    .card_vendez_h{height:487px;};
    .card_news_txt{height:553px;}
  
    
  }	

