@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 */
.hero-section.default-section .wrap-content {
  padding: 0;
}
.hero-section.default-section .wrap-content .content {
  background-color: #f2f1ef;
  border-radius: 12px;
  padding: 8rem 2.125rem 2rem;
  margin-top: 1rem;
}
.hero-section.default-section .wrap-content .content .left {
  gap: 2.125rem;
}
.hero-section.default-section .wrap-content .content .left h1 {
  line-height: 100%;
}
.hero-section.default-section .wrap-content .content .right .elementor-element {
  display: flex;
  justify-content: center;
}
.hero-section.default-section .wrap-content .content .right .elementor-element img {
  max-height: 300px;
  max-width: 400px;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .hero-section.default-section .wrap-content .content {
    padding: 6.875rem 4.125rem 3.313rem;
  }
  .hero-section.default-section .wrap-content .content .right .elementor-element img {
    max-height: 500px;
    max-width: 600px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-section.default-section .wrap-content .content {
    padding: 6.875rem 4.125rem 5.313rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-section.default-section .wrap-content .content {
    padding: 6.875rem 5.125rem 5.313rem;
  }
}