@media screen and (min-width: 0) and (max-width: 991px) {
  .contenuHome .row > [class*="col-lg"] + [class*="col-lg"] {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .contenuHome .blocs-ronds .row > [class*="col-lg"] + [class*="col-lg"] {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

.sectionPrestations-titreSection {
  width: 100vw;
  padding: 7rem 0 2.5rem;
  background: -moz-linear-gradient(280deg, #F12958, #AD00D2);
  background: linear-gradient(170deg, #F12958, #AD00D2);
}

@media (min-width: 992px) {
  .sectionPrestations-titreSection {
    width: 75vw;
  }
}

.sectionPrestations-titreSection [class*="titre"] {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .sectionPrestations-titreSection [class*="titre"] {
    padding: 0 2rem;
  }
}

@media (min-width: 992px) {
  .sectionPrestations-titreSection [class*="titre"] {
    margin-left: 50vw;
    max-width: 25vw;
    text-align: center;
  }
}

.sectionChiffresCles {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .sectionChiffresCles {
    text-align: center;
  }
  .sectionChiffresCles [class*="trait"]::after {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .sectionChiffresCles {
    padding: 8rem 0;
  }
  .sectionChiffresCles .container {
    padding-right: 0;
  }
  .sectionChiffresCles .btn {
    float: right;
  }
}

.sectionActualites {
  position: relative;
  padding: 6rem 0;
  /* CAROUSEL */
  /* NAVIGATION DU CAROUSEL */
}

.sectionActualites::before {
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #EFEFEF;
  z-index: -2;
}

@media (min-width: 992px) {
  .sectionActualites .btn {
    float: right;
    margin-top: 1.5rem;
  }
}

.sectionActualites .page_list--actualites {
  margin-top: 3.5rem;
}

.sectionActualites .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.sectionActualites .owl-item a::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EFEFEF;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.sectionActualites .owl-item:not(.active) a::after {
  opacity: 0.77;
}

.sectionActualites .owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .sectionActualites .owl-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate(-50%, -25%);
    -moz-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
  }
}

.sectionActualites .owl-nav .custom-prev,
.sectionActualites .owl-nav .custom-next {
  position: relative;
  height: 3.75rem;
  font-size: 2rem;
  color: #F12958;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
}

.sectionActualites .owl-nav .custom-prev i,
.sectionActualites .owl-nav .custom-next i {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.sectionActualites .owl-nav .custom-prev.disabled i,
.sectionActualites .owl-nav .custom-next.disabled i {
  opacity: 0.3;
}

.sectionActualites .owl-nav .custom-prev::before,
.sectionActualites .owl-nav .custom-next::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skew(0, -20deg);
  -moz-transform: translate(-50%, -50%) skew(0, -20deg);
  transform: translate(-50%, -50%) skew(0, -20deg);
  width: 3.125rem;
  height: 3.75rem;
  background: #fff;
  z-index: -1;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
}

.sectionActualites .owl-nav .custom-prev:hover,
.sectionActualites .owl-nav .custom-next:hover {
  color: #fff;
}

.sectionActualites .owl-nav .custom-prev:hover.disabled,
.sectionActualites .owl-nav .custom-next:hover.disabled {
  color: #F12958;
}

.sectionActualites .owl-nav .custom-prev:hover.disabled::before,
.sectionActualites .owl-nav .custom-next:hover.disabled::before {
  background: #fff;
}

.sectionActualites .owl-nav .custom-prev:hover::before,
.sectionActualites .owl-nav .custom-next:hover::before {
  background: #F12958;
}

.sectionActualites .owl-nav .custom-prev:focus,
.sectionActualites .owl-nav .custom-next:focus {
  outline: none;
}

.sectionActualites .owl-nav .custom-next {
  margin-left: 1.5rem;
}

@media (min-width: 576px) {
  .sectionActualites .owl-nav .custom-next {
    margin-top: 0.5rem;
    margin-left: 0;
  }
}
