

.btn_slider {
  display: inline-block;
  padding: 5px 5px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: #000;
  border: 1px solid #000;
  border-radius: 8px;
  font: 12px/1.2  "KoHo", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s; }
  .btn_slider::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    border-radius: 8px;
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s; }
  .btn_slider::after {
    transition: border 0.1s linear 0.05s; }
  .btn_slider .btn_slider-inner {
    position: relative;
    z-index: 2; }
  .btn_slider:hover {
    color: #000;
    transition: color 0.1s linear 0s; 
	text-decoration: none;
}
    .btn_slider:hover::before {
      top: 0;
      height: 100%;
      opacity: 1;
      transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s; 
	text-decoration: none;
}
    .btn_slider:hover::after {
	  color : #000;
      border-color: #000;
      transition: border 0.1s linear 0s;
	  text-decoration: none;
}

/*// Personnalisation du bandeau PROMO //*/
.slideshow .slide_promo{
  background: #ffed00 ;
}
.slideshow .slide_promo .title-promo{
      color: #e30613 ;
      font-family:  "Ubuntu", sans-serif;
	  font-weight: 800;
      font-size: 5em;
      line-height: 1.2; 
      text-transform: uppercase;
}
.slideshow .slide_promo .date-promo{
      color: #000 ;
      font-family:  "Ubuntu", sans-serif;
	  font-weight: 800;
      font-size: 2.3em;
      line-height: 1.2; 
      text-transform: uppercase;
}
.slideshow .slide_promo .descriptif-promo{
      color: #000 ;
      font-family:  "Ubuntu", sans-serif;
	  font-weight: 600;
      font-size: 1.8em;
      line-height: 1.2; 
      text-transform: uppercase;
}
.slideshow .slide_promo .tarif-promo{
      color: #e30613 ;
      font-family:  "Ubuntu", sans-serif;
	  font-weight: 800;
      font-size: 6em;
      line-height: 1.2; 
      text-transform: uppercase;
}
@media (max-width : 768px) {
.imagepromo{
		visibility: hidden;
}
.slideshow .slide_promo .title-promo{
      font-size: 2em;
}
.slideshow .slide_promo .date-promo{
      font-size: 1.2em;
}
.slideshow .slide_promo .descriptif-promo{
      font-size: 0.9em;
}
.slideshow .slide_promo .tarif-promo{
      font-size: 3em;
}

}

.slideshow {
  overflow: hidden;
  position: relative;
  background: #e42586 ;
  width: 100%;
  height: 40vh;
  z-index: 1; }
  .slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease; }
    .slideshow .slide.is-active {
      display: block; }
    .slideshow .slide.is-loaded {
      opacity: 1; }
    .slideshow .slide .caption {
	padding-top: 0;
	padding-right: 0px;
	padding-left: 15%;
	padding-bottom: 0;
}
    .slideshow .slide .image-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      z-index: 1;
      background-size: cover;
      image-rendering: optimizeQuality; 
}
      .slideshow .slide .image-container::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1); 
}
    .slideshow .slide .image {
      width: 100%;
      width: 100%;
      object-fit: cover;
      height: 100%; 
}
    .slideshow .slide-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      color: #fff;
      text-align: left;
      display: flex;
      justify-content: left;
      align-items: center; 
}
    .slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
	font-weight: 400;
	font-size: 70px;
    font-family:  "Ms Madi", cursive;
}
    .slideshow .slide .text-slider2 {
      margin: 0 auto;
      max-width: 1000px;
      font-family:  "Ubuntu", sans-serif;
	  font-weight: 400;
	  color:#000;
      font-size: 33px;
      line-height: 1.2; 
      text-transform: uppercase;
}
    .slideshow .slide .text-slider {
      margin: 0 auto;
      max-width: 1000px;
      font-family:  "Ms Madi", cursive;
	  color:#fff;
      font-size: 3em;
      line-height: 1.2; 
}
    .slideshow .slide .btn {
      margin: 15px 0 0;
      border-color: #fff; 
}
      .slideshow .slide .btn::before {
        background: #fff; 
}
  .slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center; }
    .slideshow .pagination .item {
      display: inline-block;
      padding: 15px 5px;
      position: relative;
      width: 40px;
      height: 32px;
      cursor: pointer;
      text-indent: -999em;
      z-index: 1; }
      .slideshow .pagination .item + .page {
        margin-left: -2px; }
      .slideshow .pagination .item::before {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 5px;
        width: 25px;
        height: 25px;
		border-radius: 50%;
        border:1.5px solid #000;
		transition: background 0.2s ease; 
}
      .slideshow .pagination .item::after {
        width: 0;
        background: #000;
        z-index: 2;
        transition: width 0.2s ease; 
}
      .slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
        background-color: #000;
		border:0px solid #000;
 }
  .slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3; }
  .slideshow .arrows .prev {
    left: 30px; }
  .slideshow .arrows .prev:hover .svg {
    fill: #000; 
	left: -10px; }
  .slideshow .arrows .next {
    right: 30px; }
  .slideshow .arrows .next:hover .svg {
    fill: #000; 
	left: 10px; }
  .slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease; }

@media (max-width : 768px) {
   .slideshow .slide .caption {
	padding-left: 100px; }
   .slideshow .slide .title {
    font-size: 40px; }
}
@media (min-width : 1200px ){
   .slideshow .slide .title {
    font-size: 100px; }
}