.home .yoast-breadcrumbs {
  display: none;
}
.home .header {
  margin-bottom: 0;
}
.home .bandeau {
  background-color: var(--wp--preset--color--primary);
  background-image: url("../images/bg-bandeau.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .home .bandeau {
    padding-bottom: 20px;
  }
}
.home .bandeau::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 823px;
  height: 526px;
  background: radial-gradient(50% 50% at 50% 50%, #4B62BF 0%, var(--wp--preset--color--primary) 100%);
}
.home .bandeau::after {
  content: "";
  width: 100%;
  height: 100px;
  background-color: var(--wp--preset--color--white);
  position: absolute;
  bottom: 0;
}
@media (max-width: 1399px) {
  .home .bandeau::after {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .home .bandeau::after {
    content: none;
  }
}
.home .bandeau .swiper-container {
  padding: 0 60px;
}
@media (max-width: 1399px) {
  .home .bandeau .swiper-container {
    padding: 0 15px;
  }
}
.home .bandeau .wp-swiper__slide {
  width: 100% !important;
}
.home .bandeau .wp-block-image {
  display: block;
  flex: 0 0 auto;
  width: 600px;
  height: 800px;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .home .bandeau .wp-block-image {
    width: 525px;
    height: 700px;
  }
}
@media (max-width: 1199px) {
  .home .bandeau .wp-block-image {
    width: 450px;
    height: 600px;
  }
}
@media (max-width: 991px) {
  .home .bandeau .wp-block-image {
    width: 100%;
    height: 400px;
  }
}
.home .bandeau .wp-block-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.home .bandeau .wp-swiper__slide-content {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 1400px;
  margin: auto;
  gap: 100px;
  align-items: center;
  color: var(--wp--preset--color--white);
}
@media (max-width: 1519px) {
  .home .bandeau .wp-swiper__slide-content {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .home .bandeau .wp-swiper__slide-content {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .home .bandeau .wp-swiper__slide-content {
    flex-direction: column;
    gap: 10px;
  }
}
.home .bandeau .wp-swiper__slide-content p {
  text-align: center !important;
}
.home .bandeau .wp-swiper__slide-content strong {
  line-height: 70px;
  font-size: 70px;
  color: var(--wp--preset--color--white);
}
@media (max-width: 1199px) {
  .home .bandeau .wp-swiper__slide-content strong {
    line-height: 50px;
    font-size: 50px;
  }
}
.home .bandeau .wp-swiper__slide-content strong em {
  font-style: normal;
  position: relative;
}
.home .bandeau .wp-swiper__slide-content strong em:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: var(--wp--preset--color--secondary);
  bottom: 5px;
  left: -10px;
  z-index: -1;
}
.home .bandeau .wp-block-buttons {
  margin: auto;
}
.home .bandeau .wp-block-buttons .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  border: 2px solid var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
  font-weight: 500;
}
.home .bandeau .wp-block-buttons .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary-hover);
  border-color: var(--wp--preset--color--primary-hover);
  color: var(--wp--preset--color--white) !important;
  cursor: pointer;
}
.home .bandeau .wp-block-buttons .wp-block-button__link svg {
  font-size: 16px;
}
.home .prestation {
  padding: 20px;
  border-radius: 30px;
}
.home .prestation svg {
  font-size: 60px;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 991px) {
  .home .prestation svg {
    width: 30px;
  }
}
@media (max-width: 781px) {
  .home .prestation svg {
    width: 60px;
  }
}
.home .prestation:hover {
  cursor: pointer;
}
.home .prestation p {
  margin: 0;
}
.home .prestation h3 {
  color: #434C5B;
  margin: 0 5px 0 0;
  font-size: 22px;
  font-weight: 600;
}
.home .prestation:hover, .home .prestation.active {
  background-color: #F5F7FF;
}
.home .prestation .is-layout-flow:first-child {
  flex: 1 0 75px !important;
}
@media (max-width: 991px) {
  .home .prestation .is-layout-flow:first-child {
    flex: 1 0 35px !important;
  }
}
.home .prestation .is-layout-flow:last-child {
  flex-basis: auto !important;
}
.home .prestation .wp-block-columns {
  margin-bottom: 0 !important;
  align-items: center !important;
  gap: 30px !important;
}
@media (max-width: 991px) {
  .home .prestation .wp-block-columns {
    gap: 15px !important;
  }
}
@media (max-width: 781px) {
  .home .prestation .wp-block-columns {
    flex-direction: row !important;
  }
}
.home .prestation-content {
  position: relative;
  border-radius: 30px;
  padding: 30px;
  overflow: hidden;
}
.home .prestation-content .wp-block-group {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: 30px 30px 0 30px;
  border-radius: 30px;
  margin-top: auto;
}
.home .prestation-content .wp-block-group p {
  margin: 0;
}
.home .prestation-content .wp-block-group strong {
  font-weight: 600;
  font-size: 22px;
}
.home .prestation-content .wp-block-group a {
  margin-bottom: -22px;
  margin-top: 30px;
}
@media (max-width: 781px) {
  .home .prestation-content {
    display: none !important;
  }
}
.home .wp-block-font-awesome-icon {
  width: 75px;
}
.home .qui-sommes-nous {
  padding: 30px 60px;
  background-color: var(--wp--preset--color--primary);
}
@media (max-width: 1399px) {
  .home .qui-sommes-nous {
    padding: 30px 15px;
  }
}
.home .qui-sommes-nous .h1, .home .qui-sommes-nous p {
  color: var(--wp--preset--color--white);
}
.home .qui-sommes-nous .h1 strong {
  color: var(--wp--preset--color--secondary);
}
.home .qui-sommes-nous figure {
  border-radius: 30px;
  overflow: hidden;
}
.home .wp-block-gallery img {
  border-radius: 30px;
}
.home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--primary);
}
