/*
Pattern Name:       full-slider-story
Version:            1.0
*/

.ff-surtitre { font-family: "AbrilFatface", sans-serif !important; }
.mt-8        { margin-top: 8rem!important; }

.inner-h-250 img {
  height: 250px!important;
  object-fit: cover!important;
}

.css-histoire:before {
  position: absolute;
  top: -65px;
  content: '';
  width: 100%; height: 1px;
  background-image: linear-gradient(90deg, var(--wp--preset--color--rouge), var(--wp--preset--color--rouge) 20%, transparent 30%, transparent 100%);
  background-size: 15px 2px;
  border: none;
}

.css-histoire .slick-list, .css-histoire .slick-slide { overflow: visible; }

.css-histoire .slick-prev, .css-histoire .slick-next {
	display: none;
	top: 0;
	width: 40px; height: 40px;
	background-color: var(--wp--preset--color--rouge)!important;
	border-radius: 100%;
	margin-top: -9rem;
}

@media (min-width: 992px) {
	.css-histoire .slick-prev, .css-histoire .slick-next { display: block; }
}

.css-histoire .slick-prev:before, .css-histoire .slick-next:before {
  display: inline-block;
  content: '';
  font-size: 1px;
  line-height: initial;
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 1;
  padding: 3px;
}

.css-histoire .slick-prev:before:hover, .css-histoire .slick-next:before:hover { opacity: .75; }

.css-histoire .slick-prev { left: initial; right: calc(8.35% + 80px); }

.css-histoire .slick-prev:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
       transform: rotate(135deg);
}

.css-histoire .slick-next { right: 8.35%; }

.css-histoire .slick-next:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
       transform: rotate(-45deg);
}

.css-histoire figure { position: relative; }

.css-histoire figure:before {
  position: absolute;
  top: 0; left: calc(50% - 30px);
  display: block;
  content: '';
  width: 50px; height: 2px;
  background-image: linear-gradient(90deg, var(--wp--preset--color--rouge), var(--wp--preset--color--rouge) 20%, transparent 30%, transparent 100%);
  background-size: 15px 2px;
  border: none;
  -webkit-transform: rotate(90deg) translateX(-25px);
      -moz-transform: rotate(90deg) translateX(-25px);
          transform: rotate(90deg) translateX(-25px);
}

.css-histoire figure:after {
  position: absolute;
  top: -75px; left: calc(50% - 15px);
  content: '';
  width: 20px; height: 20px;
  background-color: var(--wp--preset--color--rouge);
  border-radius: 100%;
}

@media (min-width: 992px) {
  .mb-lg-7  { margin-bottom: 7rem!important; }
}
