@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" /> */
/* 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 */
.synergie-section {
  background-color: #E6FAF0;
  padding: 0;
}
.synergie-section .wrap-content {
  width: calc(100% - 20px);
  max-width: 1380px;
  margin: 0 auto;
  padding: 80px 0 100px;
}
@media only screen and (min-width: 1100px) {
  .synergie-section .wrap-content {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 1200px) {
  .synergie-section .wrap-content {
    width: calc(100% - 60px);
  }
}
.synergie-section .wrap-content .content {
  display: flex;
  gap: 0;
  padding: 0;
}
.synergie-section .wrap-content .content .intro-row {
  display: flex;
  gap: 0;
  padding: 0;
}
.synergie-section .wrap-content .content .intro-row .elementor-widget-heading h2 {
  font-size: 2rem;
  color: #002846;
  font-weight: 400;
  text-align: center;
  line-height: 120%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.synergie-section .wrap-content .content .intro-row .elementor-widget-text-editor {
  margin-top: 20px;
}
.synergie-section .wrap-content .content .intro-row .elementor-widget-text-editor p {
  font-size: 1rem;
  color: #002846;
  font-weight: 600;
  text-align: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.synergie-section .wrap-content .content .values-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 0;
  padding: 30px 0 0 0;
}
.synergie-section .wrap-content .content .values-row .values-items {
  width: 100%;
  padding-top: 150px;
  padding: 0;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item {
  display: none;
  gap: 0;
  padding: 30px 0 0 0;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item h2 {
  font-size: 1.8rem;
  font-family: "Pitch Sans", Sans-serif;
  font-weight: 600;
  color: #002846;
  border-radius: 60px;
  padding: 0px;
  display: inline;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item h2 span {
  background-color: #64BE96;
  box-shadow: 0 0 0 10px #E6FAF0;
  padding: 0 18px;
  line-height: 1.6;
  border-radius: 20px;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item h3 {
  font-size: 1.125rem;
  line-height: 130%;
  color: #002846;
  font-weight: 400;
  margin: 15px 0 12px;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item .elementor-widget-text-editor {
  overflow: hidden;
  height: 3.6rem;
  transition: all 0.3s ease;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item .elementor-widget-text-editor .elementor-widget-container p {
  font-size: 0.8125rem;
  line-height: 130%;
  color: #002846;
  font-weight: 400;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item .elementor-widget-text-editor.expanded {
  height: auto;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item .default-btn .elementor-button-wrapper a {
  opacity: 0;
  visibility: hidden;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item.active {
  display: flex;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item.active .default-btn {
  margin-top: 15px;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item.active .default-btn .elementor-button-wrapper a {
  opacity: 1;
  visibility: visible;
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: inline-block;
  background-image: url(../images/icon-orange-plus.png);
  background-size: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 26px;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item.active .default-btn .elementor-button-wrapper a span {
  font-size: 0.8125rem;
  color: #002846;
  font-weight: 400;
  display: inline-block;
  height: 26px;
  line-height: 26px;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item.active .default-btn .elementor-button-wrapper a .elementor-button-icon {
  display: none;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item.active .default-btn .elementor-button-wrapper a:hover span {
  text-decoration: underline;
}
.synergie-section .wrap-content .content .values-row .values-items .value-item.active .default-btn .elementor-button-wrapper a.open {
  background-image: url(../images/icon-orange-moins.png);
}
.synergie-section .wrap-content .content .values-row > .value-vector {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 0;
  position: static;
}
.synergie-section .wrap-content .content .values-row > .value-vector .elementor-widget-html {
  width: 300px;
  margin: 0 auto;
}
.synergie-section .wrap-content .content .values-row > .value-vector .elementor-widget-html svg {
  width: 300px;
  height: 310px;
}
.synergie-section .wrap-content .content .values-row > .value-vector .elementor-widget-html .logo-svg {
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.synergie-section .wrap-content .content .values-row > .value-vector .value-links {
  width: auto;
  display: flex;
  gap: 0px;
  padding: 0;
  position: absolute;
  bottom: 4px;
  right: 0;
}
.synergie-section .wrap-content .content .values-row > .value-vector .value-links .default-btn .elementor-button-wrapper a {
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  display: none;
}
.synergie-section .wrap-content .content .values-row > .value-vector .value-links .default-btn .elementor-button-wrapper a span.elementor-button-text {
  font-size: 0.8125rem;
  color: #002846;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  padding-right: 26px;
}
.synergie-section .wrap-content .content .values-row > .value-vector .value-links .default-btn .elementor-button-wrapper a .elementor-button-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/fleche.png), url(../images/fleche.png);
  background-size: 8px;
  background-position: top 6px right 6px, bottom -10px left -10px;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.synergie-section .wrap-content .content .values-row > .value-vector .value-links .default-btn .elementor-button-wrapper a .elementor-button-icon svg {
  display: none;
}
.synergie-section .wrap-content .content .values-row > .value-vector .value-links .default-btn .elementor-button-wrapper a:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fa6450;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}
.synergie-section .wrap-content .content .values-row > .value-vector .value-links .default-btn .elementor-button-wrapper a:hover .elementor-button-icon {
  background-position: top -10px right -10px, bottom 6px left 6px;
}
.synergie-section .wrap-content .content .values-row > .value-vector .value-links .default-btn.open .elementor-button-wrapper a {
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .synergie-section .wrap-content .content .intro-row .elementor-widget-text-editor p {
    max-width: 770px;
  }
  .synergie-section .wrap-content .content .values-row {
    flex-direction: row;
  }
  .synergie-section .wrap-content .content .values-row .values-items {
    width: 455px;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector {
    width: calc(100% - 455px - 40px);
    position: relative;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .elementor-widget-html {
    margin: 0;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .value-links {
    width: calc(100% - 300px - 40px);
    gap: 10px;
    position: relative;
    bottom: auto;
    right: auto;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .value-links .default-btn {
    width: 170px;
    margin-left: auto;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .value-links .default-btn .elementor-button-wrapper a {
    display: flex;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .value-links .default-btn .elementor-button-wrapper a span.elementor-button-text {
    font-size: 1rem;
    height: 26px;
    line-height: 26px;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .value-links .default-btn .elementor-button-wrapper a .elementor-button-icon {
    width: 26px;
    height: 26px;
    background-size: 10px;
    background-position: top 8px right 8px, bottom -10px left -10px;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .value-links .default-btn .elementor-button-wrapper a:before {
    width: 26px;
    height: 26px;
    border-radius: 26px;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .value-links .default-btn .elementor-button-wrapper a:hover .elementor-button-icon {
    background-position: top -10px right -10px, bottom 8px left 8px;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .value-links .default-btn.open .elementor-button-wrapper a:before {
    background-color: #78C8DC;
  }
}
@media only screen and (min-width: 1200px) {
  .synergie-section .wrap-content {
    padding: 100px 0 120px;
  }
  .synergie-section .wrap-content .content .intro-row .elementor-widget-heading h2 {
    font-size: 3rem;
    max-width: 700px;
  }
  .synergie-section .wrap-content .content .intro-row .elementor-widget-text-editor {
    margin-top: 25px;
  }
  .synergie-section .wrap-content .content .intro-row .elementor-widget-text-editor p {
    font-size: 1.125rem;
    max-width: 925px;
  }
  .synergie-section .wrap-content .content .values-row {
    padding: 70px 0 0 0;
  }
  .synergie-section .wrap-content .content .values-row .values-items {
    width: 490px;
  }
  .synergie-section .wrap-content .content .values-row .values-items .value-item {
    padding: 0;
  }
  .synergie-section .wrap-content .content .values-row .values-items .value-item h2 {
    font-size: 2rem;
  }
  .synergie-section .wrap-content .content .values-row .values-items .value-item h2 span {
    border-radius: 25px;
  }
  .synergie-section .wrap-content .content .values-row .values-items .value-item h3 {
    font-size: 1.175rem;
    margin: 25px 0 20px;
  }
  .synergie-section .wrap-content .content .values-row .values-items .value-item .elementor-widget-text-editor .elementor-widget-container p {
    font-size: 1rem;
  }
  .synergie-section .wrap-content .content .values-row .values-items .value-item.active .default-btn .elementor-button-wrapper a {
    background-size: 26px;
    padding-right: 32px;
  }
  .synergie-section .wrap-content .content .values-row .values-items .value-item.active .default-btn .elementor-button-wrapper a span {
    font-size: 1rem;
    height: 26px;
    line-height: 26px;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector {
    width: calc(100% - 490px - 40px);
    position: relative;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .elementor-widget-html {
    width: 400px;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .elementor-widget-html svg {
    width: 400px;
    height: 410px;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .value-links {
    width: calc(100% - 400px - 40px);
  }
}
@media only screen and (min-width: 1440px) {
  .synergie-section .wrap-content .content .intro-row .elementor-widget-heading h2 {
    font-size: 4.375rem;
    max-width: 1025px;
  }
  .synergie-section .wrap-content .content .intro-row .elementor-widget-text-editor p {
    font-size: 1.25rem;
    max-width: 925px;
  }
  .synergie-section .wrap-content .content .values-row .values-items {
    width: 585px;
  }
  .synergie-section .wrap-content .content .values-row .values-items .value-item h2 {
    font-size: 2.5rem;
  }
  .synergie-section .wrap-content .content .values-row .values-items .value-item h3 {
    font-size: 1.375rem;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector {
    width: calc(100% - 585px - 40px);
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .elementor-widget-html {
    width: 550px;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .elementor-widget-html svg {
    width: auto;
    height: auto;
  }
  .synergie-section .wrap-content .content .values-row > .value-vector .value-links {
    width: calc(100% - 550px - 40px);
  }
}