/* Styles par défaut (utilisés sur tous les appareils) */
/* @media (min-width: 481px){} ==> Media query pour les écrans de plus de 481px de large ( grands smartphones) */
/* @media (min-width: 768px){} ==> Media query pour les écrans de plus de 768px de large (tablettes et ordinateurs) */
/* @media (min-width: 1024px){} ==> Media query pour les écrans de plus de 1024px de large (ordinateurs) */
/* ______________ OWL CAROUSEL ______________ */
.owl-carousel {
  margin-top: 135px;
}
.owl-carousel .single-banner-slide {
  height: 400px;
  width: 100vw;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.owl-carousel .single-banner-slide .text {
  display: flex;
  position: absolute;
  bottom: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
}
.owl-carousel .single-banner-slide .text span {
  color: #fff;
  text-align: center;
  background: #ba2221;
  padding: 10px 20px;
  font-size: 26px;
  z-index: 1;
  margin: -3px;
}
@media (min-width: 768px) {
  .owl-carousel .single-banner-slide .text span {
    padding: 15px 20px;
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .owl-carousel .single-banner-slide .text span {
    padding: 15px 20px;
    font-size: 35px;
  }
}
.owl-carousel .single-banner-slide .text p {
  color: #002633;
  font-size: 16px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 20px 20px;
}
.owl-carousel .single-banner-slide .text p strong {
  font-weight: 500;
}
@media (min-width: 768px) {
  .owl-carousel .single-banner-slide .text p {
    font-size: 17px;
    max-width: 85%;
    padding: 15px 15px;
  }
}
@media (min-width: 1024px) {
  .owl-carousel .single-banner-slide .text p {
    font-size: 18px;
    max-width: 85%;
    padding: 20px 20px;
  }
}
.owl-carousel .single-banner-slide .text a {
  color: #fff;
  background: #ba2221;
  padding: 10px 45px;
  text-decoration: none;
  font-size: 15px;
  margin-top: 20px;
  transition: 0.3s;
}
.owl-carousel .single-banner-slide .text a:hover {
  color: #000;
  background: #fff;
}
@media (min-width: 768px) {
  .owl-carousel .single-banner-slide .text a {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .owl-carousel .single-banner-slide .text a {
    font-size: 17px;
  }
}
.owl-carousel .single-banner-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 92%;
  cursor: pointer;
  color: #fff !important;
  margin-top: -30px;
  font-size: 40px !important;
  height: auto;
  width: auto;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    display: block;
  }
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    top: 50%;
  }
}
.owl-carousel .owl-nav button.owl-prev {
  left: 1.25rem;
}
.owl-carousel .owl-nav button.owl-next {
  right: 1.25rem;
}
.owl-carousel .owl-dots {
  display: none;
  padding: 1.25rem !important;
  width: auto;
  bottom: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .owl-carousel .owl-dots {
    display: block;
  }
}
.owl-carousel .owl-dots button.owl-dot {
  background: #575757 !important;
  height: 15px;
  margin: 0 1px;
  width: 15px;
  opacity: 0.7;
}
.owl-carousel .owl-dots button.owl-dot.active {
  background: #dadada !important;
}
/* ____________________________________________________________________________________ */
.homepage .nous {
  min-height: 350px;
  padding: 20px 0;
}
.homepage .nous h1 {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.homepage .nous h1 span {
  display: inline;
}
@media (min-width: 768px) {
  .homepage .nous h1 {
    text-align: right;
  }
  .homepage .nous h1 span {
    display: block;
  }
}
.homepage .nous p {
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  padding: 20px;
  text-align: left;
}
.homepage .nous .link {
  display: flex;
  justify-content: center;
}
.homepage .nous .link a {
  font-family: "Barlow", sans-serif;
  display: inline-block;
  color: #fff;
  background: #ba2221;
  padding: 10px 45px;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  margin-bottom: 15px;
}
.homepage .partenaires {
  background: #fff;
  margin-top: 20px;
  padding: 10px;
}
.homepage .partenaires img {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.homepage .services .bloc-image {
  position: relative;
  min-height: 300px;
}
.homepage .services .bloc-image div {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.homepage .services .bloc-image.bloc-image-1,
.homepage .services .bloc-image.bloc-image-2,
.homepage .services .bloc-image.bloc-image-3,
.homepage .services .bloc-image.bloc-image-4,
.homepage .services .bloc-image.bloc-image-5 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .homepage .services .bloc-image.bloc-image-5 {
    margin-bottom: 0px;
  }
}
.homepage .services .bloc {
  font-family: "Barlow", sans-serif;
  padding: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.homepage .services .bloc .numb {
  font-size: 80px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
}
.homepage .services .bloc h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
.homepage .services .bloc p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  margin: 15px 0 25px 0;
  line-height: 25px;
}
.homepage .services .bloc a,
.homepage .services .bloc .link {
  display: inline-block;
  color: #fff;
  background: #ba2221;
  padding: 10px 10px;
  font-size: 15px;
  margin-top: 20px;
  transition: 0.3s;
  text-decoration: none;
}
.homepage .services .bloc a:hover,
.homepage .services .bloc .link:hover {
  color: #000;
  background: #fff;
}
@media (min-width: 768px) {
  .homepage .services .bloc a,
  .homepage .services .bloc .link {
    font-size: 16px;
  }
  .homepage .services .bloc a span,
  .homepage .services .bloc .link span {
    display: none;
  }
}
@media (min-width: 1024px) {
  .homepage .services .bloc a,
  .homepage .services .bloc .link {
    font-size: 17px;
  }
}
.homepage .services .bloc.bloc-1 {
  background: #FFF;
  text-align: right;
  margin-bottom: 20px;
}
.homepage .services .bloc.bloc-1 h3 {
  color: #002633;
}
.homepage .services .bloc.bloc-1 p {
  color: #999;
}
.homepage .services .bloc.bloc-2 {
  background: #005881;
  text-align: right;
  margin-bottom: 20px;
}
.homepage .services .bloc.bloc-2 h3 {
  color: #FFF;
}
.homepage .services .bloc.bloc-3 {
  background: #E4A600;
  text-align: left;
  margin-bottom: 20px;
}
.homepage .services .bloc.bloc-3 h3 {
  color: #FFF;
}
.homepage .services .bloc.bloc-4 {
  background: #FFF;
  text-align: left;
  margin-bottom: 20px;
}
.homepage .services .bloc.bloc-4 h3 {
  color: #002633;
}
.homepage .services .bloc.bloc-4 p {
  color: #999;
}
.homepage .services .bloc.bloc-5 {
  background: #28a5df;
  text-align: right;
  margin-bottom: 20px;
}
.homepage .services .bloc.bloc-5 h3 {
  color: #FFF;
}
@media (min-width: 768px) {
  .homepage .services .bloc.bloc-5 {
    margin-bottom: 0px;
  }
}
.homepage .services .bloc.bloc-6 {
  background: #002633;
  text-align: center;
  padding: 20px;
}
.homepage .services .bloc.bloc-6 h3 {
  color: #FFF;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .homepage .services .bloc.bloc-6 h3 {
    margin-top: 40%;
  }
}
@media (min-width: 1024px) {
  .homepage .services .bloc.bloc-6 h3 {
    margin-top: 20%;
  }
}
.homepage .services .bloc.bloc-6 p {
  margin: 10px 0 10px 0;
}
.homepage .services .bloc.bloc-6 .link {
  margin-top: 10px;
}
.owl-partners {
  margin-top: 20px;
}
