@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Black.ttf) format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Medium.ttf) format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Bold.ttf) format('truetype');
  font-weight: bold;
}
section.carousel-simple {
  background-color: #D2100B;
  padding-top: 76px;
  padding-bottom: 79px;
  position: relative;
  overflow: hidden;
}
section.carousel-simple:before {
  content: "";
  background-image: url(../img/picto-grand-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  width: 368px;
  height: 510px;
}
section.carousel-simple .introduction .titre {
  font-size: 2.063rem;
  line-height: 2.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 45px;
  text-transform: uppercase;
}
section.carousel-simple .carousel .swiper .swiper-slide {
  text-align: center;
  height: auto;
}
section.carousel-simple .carousel .swiper .swiper-slide .zone {
  height: 100%;
}
section.carousel-simple .carousel .swiper .swiper-slide .zone .intitule {
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 24px;
}
section.carousel-simple .carousel .swiper .swiper-slide .zone .image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 69.234%;
}
section.carousel-simple .carousel .swiper .swiper-slide .zone .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.carousel-simple .carousel .swiper-button {
  color: #FFFFFF;
  opacity: .74;
  top: 56%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
section.carousel-simple .carousel .swiper-button:after {
  font-size: 38px;
}
section.carousel-simple .carousel .swiper-button.swiper-button-prev {
  left: -70px;
}
section.carousel-simple .carousel .swiper-button.swiper-button-next {
  right: -70px;
}
section.carousel-simple .carousel .swiper-button.swiper-button-disabled {
  opacity: .14;
}
@media screen and (max-width: 1400px) {
  section.carousel-simple {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.carousel-simple .introduction .titre {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  section.carousel-simple .carousel .swiper .swiper-slide .zone .intitule {
    font-size: .875rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  section.carousel-simple .carousel .swiper-button {
    top: -60px;
  }
  section.carousel-simple .carousel .swiper-button.swiper-button-prev {
    left: 0;
  }
  section.carousel-simple .carousel .swiper-button.swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  section.carousel-simple:before {
    display: none;
  }
  section.carousel-simple .introduction .titre {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 30px;
  }
  section.carousel-simple .carousel .swiper-button {
    top: -45px;
  }
  section.carousel-simple .carousel .swiper-button:after {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  section.carousel-simple {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.carousel-simple .introduction .titre {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
  }
  section.carousel-simple .carousel .swiper .swiper-slide .zone .intitule {
    font-size: .875rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  section.carousel-simple .carousel .swiper-button {
    top: -30px;
  }
  section.carousel-simple .carousel .swiper-button:after {
    font-size: 20px;
  }
}
