html {
  scroll-behavior: smooth;
}
.bg-green {
  background-color: #0AC493 !important;
}

.text-green {
  color: #0AC493 !important;
}

.text-green a {
  color: inherit !important;
}

.bg-green2 {
  background-color: #06907E !important;
}

.text-green2 {
  color: #06907E !important;
}

.text-green2 a {
  color: inherit !important;
}

.bg-green3 {
  background-color: #ABEBDA !important;
}

.text-green3 {
  color: #ABEBDA !important;
}

.text-green3 a {
  color: inherit !important;
}

.bg-darkGreen {
  background-color: #0D656B !important;
}

.text-darkGreen {
  color: #0D656B !important;
}

.text-darkGreen a {
  color: inherit !important;
}

.bg-red {
  background-color: #FF416F !important;
}

.text-red {
  color: #FF416F !important;
}

.text-red a {
  color: inherit !important;
}

.bg-grey {
  background-color: #9D9D9D !important;
}

.text-grey {
  color: #9D9D9D !important;
}

.text-grey a {
  color: inherit !important;
}

.bg-white {
  background-color: #F7FAFC !important;
}

.text-white {
  color: #F7FAFC !important;
}

.text-white a {
  color: inherit !important;
}

@keyframes scrollUpV1 {
  10%, 20% {
    transform: translateY(-16.6666666667%);
  }
  30%, 40% {
    transform: translateY(-33.3333333333%);
  }
  50%, 60% {
    transform: translateY(-50%);
  }
  70%, 80% {
    transform: translateY(-66.6666666667%);
  }
  90%, 100% {
    transform: translateY(-83.3333333333%);
  }
}

@keyframes scrollUpV2 {
  6.6666666667%, 16.6666666667% {
    transform: translateY(-14.2857142857%);
  }
  23.3333333333%, 33.3333333333% {
    transform: translateY(-28.5714285714%);
  }
  40%, 50% {
    transform: translateY(-42.8571428571%);
  }
  56.6666666667%, 66.6666666667% {
    transform: translateY(-57.1428571429%);
  }
  73.3333333333%, 83.3333333333% {
    transform: translateY(-71.4285714286%);
  }
  90%, 100% {
    transform: translateY(-85.7142857143%);
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

body, html {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: 0;
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.btn-red {
  background-color: #FF416F;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 375px;
  height: 60px;
  border-radius: 45px;
  text-decoration: none;
  border: 1px solid #FF416F;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  max-width: 90%;
}

.btn-red:hover {
  background-color: white;
  color: #FF416F;
}

.logo {
  position: absolute;
  width: fit-content;
  z-index: 1;
  background-color: white;
  text-decoration: none;
}

.logo--right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 45px 0 0 45px;
  padding: 15px 30px 15px 65px;
}

.logo--right:hover {
  background-color: #0D656B;
}

.logo--right:hover a {
  color: white;
}

.logo--left {
  border-radius: 0 45px 45px 0;
  left: 0;
  top: 55px;
  padding: 15px 65px 15px 15px;
}

.logo p, .logo a {
  font-size: 33px;
  line-height: 50px;
  font-weight: 700;
  color: #0AC493;
  margin: 0;
  text-decoration: none;
}

.logo p span, .logo a span {
  color: #FF416F;
}

.form {
  background-color: rgba(255, 65, 111, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 15px;
}

.form fieldset {
  border: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}

.form fieldset input {
  border: 0;
  padding: 10px;
  height: 36px;
  flex-shrink:1;
}

.form fieldset input:not([type=checkbox]) {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  width: 100%;
}

.form fieldset input::placeholder {
  color: #9D9D9D;
  font-style: inherit;
}

.form fieldset button {
  border: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.form fieldset button svg {
  width: 16px;
  height: 16px;
  fill: #0AC493;
}

.form fieldset button:hover {
  background-color: #0AC493;
}

.form fieldset button:hover svg {
  fill: white;
}

.form--full fieldset {
  padding: 15px;
  gap: 15px;
  justify-content: flex-end;
}

.form--full fieldset input:not([type=checkbox]) {
  height: 60px;
}

.form--full fieldset input:is([type=checkbox]), .form--compact fieldset input:is([type=checkbox]) {
  height: 25px;
  width: 25px;
  min-width: 25px;
}
.form--compact fieldset .terms-block {
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin-top:15px;
  width:100%;
}
.form--compact fieldset .terms-block .input-group label{
  font-size: 12px;
}

.form--compact fieldset .input-group input:not([type=checkbox]){
  min-width:280px;
  margin-bottom:5px;
}

.form--compact .input-group:has(input:is([type=checkbox])){
  width:90%;
}

.form--compact fieldset .input-group:has(input:is([type=checkbox])) div{
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.form--full fieldset .input-group {
  gap: 15px;
  width: 100%;
}

.form--full fieldset .input-group label, .form--compact fieldset .input-group label {
  color: white;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
}
.form--full .input-group{
  display: flex;
  flex-direction: column;
}

form span.error ul{
  color:red;
  list-style-type:none;
}

.scrolling-words-container {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
}

.scrolling-words-container svg {
  width: 31px;
  height: 31px;
  fill: #FF416F;
}

.scrolling-words-container .scrolling-words-box {
  overflow: hidden;
  height: 60px;
}

.scrolling-words-container .scrolling-words-box ul {
  padding: 0;
  animation: scrollUpV2 8s infinite ease-in-out;
  margin: 0 0.625rem;
}

.scrolling-words-container .scrolling-words-box ul li {
  display: flex;
  align-items: center;
  height: 60px;
  list-style: none;
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
}

.accordion button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border: 0;
  background-color: #06907E;
  color: white;
  padding: 15px 30px;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
  text-align: left;
}

.accordion button svg {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.accordion .panel {
  padding: 20px 35px;
  display: none;
  overflow: hidden;
  background-color: #ABEBDA;
}

.accordion .panel.show {
  display: block;
}

.accordion .panel p {
  font-weight: 500;
}
#how-it-work-1 > *, #presentation-infography > *{
  margin-bottom:20px;
}
header {
  height: 220px;
  background-image: linear-gradient(to right, #0d656b, #007c7c, #009488, #00ac90, #0ac493);
  position: relative;
}

header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-image: url("./../images/motif.png");
  background-size: cover;
}

footer p {
  text-align: center;
}

footer .main ul {
  padding: 25px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .main ul li ul {
  gap: 50px;
}

footer .main ul li a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  gap: 15px;
}

footer .main ul li a:hover {
  text-decoration: underline;
}

footer .main ul li svg {
  width: 31px;
  height: 58px;
  fill: #0D656B;
}

footer .main ul li img {
  aspect-ratio: 4/4;
  max-width: 90px;
  object-fit: contain;
}

footer .main p {
  font-size: 20px;
  margin: 15px 0;
}

footer .main p a {
  font-weight: 700;
}

footer .submenu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

footer .submenu a {
  color: white;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  text-align: center;
}

footer .submenu a:hover {
  text-decoration: underline;
}

.infographies div > p, .infographies div > small{
  color:#4B4B4B;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero #main-carousel{
  height: 100%;
}

.hero #main-carousel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero .content {
  position: absolute;
  top: 45%;
  left: 35%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.hero .content > p, .hero .content h2 {
  margin: 0;
  font-weight: 700;
  font-size: 25px;
}


.hero .content > p:first-child {
  line-height: 63px;
}

.hero .content > p:last-child {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.hero .content h2 {
  line-height: 50px;
}

.hero .content svg {
  fill: white;
}

.hero .bottom-bar {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero .bottom-bar > p {
  background-color: #0D656B;
  border-radius: 20px 20px 0 0;
  padding: 10px 25px 5px;
  margin-bottom: 0;
  width: fit-content;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.intro {
  padding: 50px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  overflow: hidden;
}

.intro:before {
  content: "";
  height: 200px;
  width: 200px;
  background-image: url("./../images/ballon.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 15px;
  position: absolute;
  transform: translateY(-50%);
}

.intro:after {
  content: "";
  height: 250px;
  width: 290px;
  background-image: url("./../images/monstre.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 150px;
  right: 0;
  position: absolute;
  transform: translateX(25%);
}

.intro h2 {
  font-size: 52px;
  line-height: 78px;
  font-weight: 700;
  color: #0D656B;
  text-align: center;
  width: 100%;
}

@media (max-width: 480px) {
  .intro h2 {
    font-size: 38px;
    line-height: 58px;
  }
}

.video {
  padding: 50px 25px;
  background-image: linear-gradient(to right, #0d656b, #007c7c, #009488, #00ac90, #0ac493);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.video:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-image: url("./../images/motif.png");
  background-size: cover;
}

.video h2 {
  font-size: 52px;
  line-height: 78px;
  font-weight: 700;
  color: white;
  text-align: center;
  width: 100%;
}

@media (max-width: 480px) {
  .video h2 {
    font-size: 38px;
    line-height: 58px;
  }
}

.video h2, .video iframe {
  z-index: 1;
}

.goals {
  padding: 50px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.goals h2 {
  font-size: 52px;
  line-height: 78px;
  font-weight: 700;
  color: #0D656B;
  text-align: center;
  width: 100%;
}

@media (max-width: 480px) {
  .goals h2 {
    font-size: 38px;
    line-height: 58px;
  }
}

.goals > .content {
  margin: 25px 0;
  display: flex;
  width: 100%;
  gap: 35px;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}

/*LE LISERET ROUGE */
/*.goals > .content:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 50%;*/
/*  transform: translateY(-6px);*/
/*  height: 12px;*/
/*  width: 100%;*/
/*  border-top: 12px dashed #FF416F;*/
/*}*/

.goals .goal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px 20px;
  position: relative;
  z-index: 2;
  background-color: white;
  width:260px;
  height:auto;
  flex-shrink:0;
}

.goals .goal h3 {
  margin-bottom: 25px;
  color: #0D656B;
  width: 100%;
  text-align: center;
}

.goals .goal svg {
  fill: #0AC493;
  width: 20px;
  height: 20px;
}

.goals .goal:hover .content, .goals .goal.active .content {
  visibility: visible;
  opacity: 1;
}

.goals .goal.active .content button {
  display: block;
}

.goals .goal .content {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0D656B;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 15px 10px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.goals .goal .content p {
  font-weight: 600;
  text-align: center;
}

.goals .goal .content p:first-child {
  font-weight: 700;
}

.goals .goal .content button {
  display: none;
}

.goals .goal .content button svg {
  fill: white;
  width: 40px;
  height: 40px;
}

.temoignages {
  padding: 50px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.temoignages h2 {
  font-size: 52px;
  line-height: 78px;
  font-weight: 700;
  color: #0D656B;
  text-align: center;
  width: 100%;
}

@media (max-width: 480px) {
  .temoignages h2 {
    font-size: 38px;
    line-height: 58px;
  }
}

.temoignages:before {
  content: "";
  height: 400px;
  width: 400px;
  background-image: url("./../images/fleur.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: -120px;
  left: -100px;
  z-index:-1;
  position: absolute;
}

.temoignages #temoignages-carousel {
  margin: 50px 0 50px 150px;
  width: 100%;
}

.temoignages #temoignages-carousel .item {
  border-radius: 0 0 50px 50px;
  width: 340px;
}

.temoignages #temoignages-carousel .item.red {
  background-color: #FF416F;
}

.temoignages #temoignages-carousel .item.red .content .controls svg {
  fill: #FF416F;
}

.temoignages #temoignages-carousel .item.dark {
  background-color: #0D656B;
}

.temoignages #temoignages-carousel .item.dark .content .controls svg {
  fill: #0D656B;
}

.temoignages #temoignages-carousel .item.green {
  background-color: #0AC493;
}

.temoignages #temoignages-carousel .item.green .content .controls svg {
  fill: #0AC493;
}

.temoignages #temoignages-carousel .item.purple {
  background-color: #8449CC;
}

.temoignages #temoignages-carousel .item.purple .content .controls svg {
  fill: #8449CC;
}

.temoignages #temoignages-carousel .item.yellow {
  background-color: #F8BF4B;
}

.temoignages #temoignages-carousel .item.yellow .content .controls svg {
  fill: #F8BF4B;
}

.temoignages #temoignages-carousel .item.text .content {
  padding: 25px;
}

.temoignages #temoignages-carousel .item.text .content p {
  color: white;
  text-align: center;
}

.temoignages #temoignages-carousel .item .content {
  position: relative;
  height: 340px;
}

.temoignages #temoignages-carousel .item .content video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.temoignages #temoignages-carousel .item .content .controls {
  position: absolute;
  bottom: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.temoignages #temoignages-carousel .item .content .controls button {
  cursor: pointer;
}

.temoignages #temoignages-carousel .item .content .controls svg {
  width: 15px;
  height: 20px;
  fill: #0AC493;
}

.temoignages #temoignages-carousel .item .title {
  padding: 25px;
}

.temoignages #temoignages-carousel .item .title p {
  font-weight: 700;
  text-align: center;
  color: white;
}

.etapes {
  padding: 50px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  background:#F7FAFC;
}

.etapes h2 {
  font-size: 52px;
  line-height: 78px;
  font-weight: 700;
  color: #0D656B;
  text-align: center;
  width: 100%;
}

@media (max-width: 480px) {
  .etapes h2 {
    font-size: 38px;
    line-height: 58px;
  }
}

.faq {
  position: relative;
  padding: 50px 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.faq:after {
  content: "";
  height: 316px;
  width: 379px;
  background-image: url("./../images/ours.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  position: absolute;
  transform: translateX(50%);
}

.faq h2 {
  font-size: 52px;
  line-height: 78px;
  font-weight: 700;
  color: white;
  text-align: center;
  width: 100%;
}

@media (max-width: 480px) {
  .faq h2 {
    font-size: 38px;
    line-height: 58px;
  }
}

.faq .col {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  z-index: 1;
}

.faq .col:last-child p, .faq .col:last-child h3, .faq .col:last-child ul.next-meet li {
  color: white;
}

.faq .col ul.next-meet {
  padding-left: 50px;
}

.faq .col > p {
  font-size: 25px;
  line-height: 35px;
}

.faq .col > p:first-child {
  font-weight: 700;
}

.faq .col h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  margin-top: 25px;
}

.faq .col div {
  color:#4B4B4B;
}

.profile {
  background: rgb(255, 65, 111);
  background: linear-gradient(90deg, rgb(255, 65, 111) 0%, rgb(162, 116, 218) 100%);
  padding: 35px;
  position: relative;
}

.profile .scrolling-words-container {
  width: 50%;
  justify-content: flex-end;
}

.profile .scrolling-words-container > p {
  font-weight: 700;
  font-size: 42px;
  line-height: 63px;
}

.profile .scrolling-words-container .scrolling-words-box {
  width:70%;
  height: 70px;
}

@media (max-width: 1200px) {
  .profile .scrolling-words-container .scrolling-words-box {
    width:auto;
  }
}

.profile .scrolling-words-container .scrolling-words-box ul {
  animation: scrollUpV2 8s infinite ease-in-out;
}

.profile .scrolling-words-container .scrolling-words-box ul li {
  height: 70px;
}

.remerciements {
  margin: 50px 0 25px;
  padding:0 25px;
}

.remerciements > div {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.remerciements h2 {
  font-size: 42px;
  line-height: 63px;
  font-weight: 700;
  color: #0D656B;
  width: 100%;
}

.remerciements p {
  color: #0D656B;
  font-weight: 700;
}

.remerciements .liens {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
  margin-top: 50px;
  position: relative;
}

.remerciements .liens:before {
  content: "";
  height: 240px;
  width: 300px;
  background-image: url("./../images/croco.png");
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  right: 100px;
  position: absolute;
}

.remerciements .liens .lien {
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  width: calc(25% - 35px);
}

.remerciements .liens .lien p:last-child {
  color: black;
  font-weight: 400;
}

.splide__arrow {
  background-color: white;
}

.splide__arrow svg {
  fill: #0AC493;
}

.splide__track {
  height: 100%;
}
.next-meet{
  font-size:20px;
}
/* Mobile */

@media (max-width: 480px) {
  .btn-red {
    font-size: 20px;
    line-height: 30px;
  }
  section.faq, section.intro, section.goals, section.temoignages, section.remerciements {
    padding: 25px;
  }
  .remerciements .liens:before {
    content: unset;
  }
  .remerciements .liens .lien {
    width: 100% !important;
  }
  .video iframe {
    max-width: 90%;
    height: auto;
  }
  .intro:before, .intro:after {
    content: unset;
  }
  .goals .content {
    flex-direction: column;
  }
  .goals .content:after {
    content: unset;
  }
  .goals .content .goal {
    width: 100%;
  }
  .logo {
    padding: 25px;
  }
  .logo--right {
    top: 80%;
  }
  .logo p, .logo a {
    font-size: 18px;
  }
  .scrolling-words-container .scrolling-words-box {
    height: 80px;
  }
  .scrolling-words-container .scrolling-words-box ul {
    margin: 0;
  }
  .scrolling-words-container .scrolling-words-box ul li {
    font-size: 30px;
    height: 80px;
  }
  .faq:after {
    content: unset;
  }
  .faq .col {
    width: 100%;
  }
  .profile {
    padding-bottom: 150px;
  }
  .profile .scrolling-words-container {
    width: 100%;
    flex-direction: column;
  }
  .hero #main-carousel img {
    object-position: 85% 50%;
    object-fit: cover;
  }
  .hero .content {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    padding: 25px;
  }
  .hero .content .scrolling-words-container svg {
    display: none;
  }
  .hero .content .scrolling-words-container .scrolling-words-box ul li {
    color: #0D656B;
  }
  .hero .content p, .hero .content h2 {
    color: #0D656B;
  }
  .hero .content svg {
    fill: #0D656B;
    width: 100%;
  }
  .hero .bottom-bar {
    width: 100%;
    position: relative;
    transform: unset;
    left: unset;
    bottom: unset;
  }
  .hero .bottom-bar > p {
    border-radius: 0;
  }
  .form fieldset {
    flex-direction: column;
    gap: 15px;
  }
  .form fieldset .terms-block {
    flex-direction: column;
  }
  .form fieldset .terms-block button{
    align-self: end;
    margin-top:15px;
  }
  .temoignages #temoignages-carousel {
    margin: 25px 0;
  }
  .temoignages #temoignages-carousel .item {
    height: fit-content;
  }
  .temoignages #temoignages-carousel .item.text .content {
    height: auto;
  }
}

/* Extra small devices */

/* Small tablets */
@media (max-width: 768px){
  .intro:after{
    content: unset;
  }
}

/* Large tablets/laptops */
@media (max-width: 992px) {
  .form fieldset {
    flex-direction: column;
    gap: 15px;
  }
  .temoignages:before {
    content: unset;
  }
  .form fieldset .terms-block {
    flex-direction: column;
  }
  .form fieldset .terms-block button{
    align-self: end;
    margin-top:15px;
  }
  .scrolling-words-container .scrolling-words-box {
    height: 80px;
  }
  .scrolling-words-container .scrolling-words-box ul {
    margin: 0;
  }
  .scrolling-words-container .scrolling-words-box ul li {
    font-size: 30px;
    height: 80px;
  }
  .hero{
    height:auto;
  }
  .hero #main-carousel{
    height:auto;
  }
  .hero #main-carousel img {
    height:auto;
    object-position: 85% 50%;
    object-fit: cover;
  }
  .hero .content {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    padding: 25px;
  }
  .hero .content .scrolling-words-container svg {
    display: none;
  }
  .hero .content .scrolling-words-container .scrolling-words-box ul li {
    color: #0D656B;
  }
  .hero .content p, .hero .content h2 {
    color: #0D656B;
  }
  .hero .content svg {
    fill: #0D656B;
    width: 100%;
  }
  .hero .bottom-bar {
    width: 100%;
    position: relative;
    transform: unset;
    left: unset;
    bottom: unset;
  }
  .hero .bottom-bar > p {
    border-radius: 0;
  }
  .faq:after {
    content: unset;
  }
  .faq .col {
    width: 100%;
  }
  footer .main ul {
    flex-direction: column;
  }
  .remerciements .liens:before {
    content: unset;
  }
  .remerciements .liens .lien {
    width: calc(50% - 35px);
  }

}

/* Desktops */

/* Extra large screens */
@media (max-width: 1400px) {
  .profile {
    padding-bottom: 150px;
  }
  .profile .scrolling-words-container {
    width: 100%;
    flex-direction: column;
  }
  .logo--right {
    top: 80%;
  }
  .logo p, .logo a {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero .content {
    left:40%;
  }
  .hero .content svg {
    height:50px;
    width:300px;
  }
  .hero .content > p, .hero .content h2 {
    font-size: 18px;
  }
  .hero .scrolling-words-container{
    left:50px;
  }
  .hero .scrolling-words-container svg{
    height:30px;
    width:100px;
  }
  .hero .scrolling-words-container {
    height:10px;
  }

  .hero .scrolling-words-container .scrolling-words-box li{
    font-size: 18px;
  }
}

body {
  background-color: white;
  color: black;
  position: relative;
  font-size: calc(16 / 16 * 1rem);
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
