@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
.default-btn a {
  background-color: #83b141;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
.default-btn a span.elementor-button-content-wrapper span.elementor-button-text {
  font-weight: 400;
  font-family: "Avenir", Sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
  line-height: 110%;
}
body {
  font-family: "Avenir", Sans-serif;
  font-size: 16px;
  color: #0a1d2b;
  overflow-x: hidden;
  width: 100vw;
}

.elementor-default.elementor-page .elementor-element h1.elementor-heading-title,
.elementor-default.elementor-page .elementor-element h2.elementor-heading-title,
.elementor-default.elementor-page .elementor-element h3.elementor-heading-title,
.elementor-default.elementor-page .elementor-element h4.elementor-heading-title {
  font-family: "Crimson Pro", sans-serif;
  font-weight: 400;
  color: #0a1d2b;
  margin: 0;
  line-height: 120%;
}
.elementor-default.elementor-page .elementor-element h1.elementor-heading-title {
  font-size: 2rem;
}
.elementor-default.elementor-page .elementor-element h2.elementor-heading-title {
  font-size: 0.875rem;
  line-height: 100%;
  font-family: "Avenir", Sans-serif;
  font-weight: 800;
  color: #83b141;
  text-transform: uppercase;
}
.elementor-default.elementor-page .elementor-element h3.elementor-heading-title {
  font-size: 1.25rem;
}

.default-section {
  padding: 0;
  overflow-x: hidden;
}
.default-section .wrap-content {
  padding: 0;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1350px;
}
.default-section .wrap-content .content {
  margin: 0 auto;
  padding: 0;
}
.default-section.no-padding .wrap-content .content {
  padding-top: 0 !important;
}

.elementor-widget-text-editor .elementor-widget-container a {
  color: inherit;
}

.elementor-widget p {
  font-family: "Avenir", Sans-serif;
  line-height: 130%;
  color: #0a1d2b;
  margin: 0;
  font-size: 0.875rem;
}
.elementor-widget p a {
  color: inherit;
}
.elementor-widget li {
  font-family: "Avenir", Sans-serif;
}
.elementor-widget li a {
  color: inherit;
}
.elementor-widget img {
  display: block;
  width: 100%;
  height: auto;
}

.default-section .wrap-content .content .swiper ~ .elementor-swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.default-section .wrap-content .content .swiper ~ .elementor-swiper-button.elementor-swiper-button-prev {
  left: -6vw;
  background: url("../images/IconArrow-left.svg") no-repeat center;
  background-size: contain;
}
.default-section .wrap-content .content .swiper ~ .elementor-swiper-button.elementor-swiper-button-next {
  right: -6vw;
  background: url("../images/IconArrow-right.svg") no-repeat center;
  background-size: contain;
}
.default-section .wrap-content .content .swiper ~ .elementor-swiper-button svg {
  display: none;
}
.default-section .wrap-content .content .swiper ~ .swiper-pagination {
  display: none;
}

.hidden {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .elementor-default.elementor-page .elementor-element h1.elementor-heading-title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .default-section .wrap-content {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 1200px) {
  .default-section .wrap-content {
    width: calc(100% - 80px);
    padding: 0 2.5rem;
  }
  .elementor-default.elementor-page .elementor-element h1.elementor-heading-title {
    font-size: 4rem;
  }
  .elementor-default.elementor-page .elementor-element h2.elementor-heading-title {
    font-size: 1.125rem;
  }
  .elementor-default.elementor-page .elementor-element h3.elementor-heading-title {
    font-size: 2rem;
    line-height: 135%;
  }
  .elementor-widget p {
    font-size: 1rem;
    line-height: 150%;
  }
}
@media only screen and (min-width: 1450px) {
  .default-section .wrap-content {
    max-width: 1450px;
    width: calc(100% - 126px);
  }
  .elementor-default.elementor-page .elementor-element h1.elementor-heading-title {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1620px) {
  .default-section .wrap-content {
    max-width: 1650px;
  }
  .elementor-default.elementor-page .elementor-element h1.elementor-heading-title {
    font-size: 4.875rem;
  }
}