@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Satisfy&display=swap");
:root {
  /* Colors: */
  --unnamed-color-F08927: #f08927;
  --unnamed-color-B70068: #8402a9;
  --color-FDC600: #fdc600;
  --unnamed-color-ffffff: #ffffff;
  --color-text: #ffffff;
  --font-Roboto: "Roboto", sans-serif;
  --font-Satisfy: "Satisfy", cursive;
  --font-RobotoCondensed: "Roboto Condensed", sans-serif;
}

* {
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  color: #525252;
  overflow-x: hidden;
}
body p {
  font-family: var(--font-Roboto);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
}

body h1 {
  font-family: var(--font-RobotoCondensed);
  font-size: 50px;
  color: var(--unnamed-color-ffffff);
  text-transform: uppercase;
  span {
    color: var(--color-FDC600);
    font-family: var(--font-Satisfy);
    font-size: 70px;
    display: inline;
    line-height: 1.1;
    text-transform: none;
  }
}
body h2 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
}
body span.font2 {
  font-family: "Secret-Grass", sans-serif;
}
body h3 {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-style: normal;
}

.text-center {
  text-align: center !important;
}

.overlay-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, rgba(0,0,0,1), rgba(0,0,0,1) 20%, rgba(0,0,0,0) 70%);
  border-radius: inherit;
  z-index: 1;
}

.overlay-dark > * {
  position: relative;
  z-index: 2;
}

body img {
  max-width: 100%;
}

.d-mobile {
  display: none;
}

.title-desktop {
  display: block;
}
.title-mobile {
  display: none;
}

section .rows {
  margin: 0 auto !important;
}

#footer,
#header {
  display: none;
}
#type-b.arya.footer-detach #container {
  padding-bottom: unset !important;
}
#bottom {
  display: none !important;
}
#main {
  width: 100% !important;
  background-color: var(--unnamed-color-F08927);
  position: relative;
  margin-top: 198px !important;
  margin-bottom: 200px !important;
}

#main::before {
  content: "";
  position: absolute;
  top: -198px;
  left: 0;
  width: 6400px;
  height: 198px;
  background-image: url(../img/wavee.svg);
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0) scaleY(-1);
}

#form-info {
  display: none !important;
}
#main::after {
  content: "" !important;
  position: absolute !important;
  bottom: -198px !important;
  left: 0 !important;
  width: 6400px;
  height: 198px;
  background-image: url(../img/wavee.svg);
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  z-index: 0 !important;
  top: unset !important;
}
/*body#type-b.arya{
  border-radius: 30px;
  --border-radius: 30px;
}*/
dialog {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px !important;

  button {
    border: unset;
    background-color: unset;
    img {
      width: 20px;
    }
  }
  &::backdrop {
    --un-bg-opacity: 1;
    background-color: rgb(0 0 0 / 26%);
  }
  p {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px !important;
  }
}
/************************************************************************/
section h2 {
  font-size: 35px;
  font-weight: bold;
  font-family: var(--font-Roboto);

  span {
    font-size: 60px;
    font-family: var(--font-Satisfy);
    display: block;
    color: var(--color-FDC600);
  }
}
a#donButton {
  background: #f49b02;
  background: linear-gradient(
    180deg,
    rgba(244, 155, 2, 1) 0%,
    rgba(234, 101, 10, 1) 100%
  );
  display: inline-block;
  text-align: center;
  text-decoration: unset;
  padding: 8px 15px !important;
  border-radius: 50px;
  color: #ffff !important;
  font-family: var(--font-RobotoCondensed);
  font-weight: bold;
  line-height: normal;
}

.section-slide {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  .div-head {
    padding: 10px 15px !important;
    position: relative;
    z-index: 9;
  }
  .div-log {
    display: flex;
    align-items: center;
    justify-content: space-between;
    .img-logo {
      width: 300px;
      max-width: 100%;
    }
  }
  .div-banner {
    background-image: url(../img/Visuel.png);
    background-size: cover;
    background-position: 70% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: relative;
  }
  .headband {
    display: none;
    width: 100%;
    max-width: 100%;
    padding: 5px 15px !important;
    background: #b70067;
    background: linear-gradient(
      90deg,
      rgba(183, 0, 103, 1) 0%,
      rgba(240, 137, 39, 0.8) 100%
    );
    text-align: center;
    p {
      margin-bottom: unset !important;
      font-size: 20px;
      font-family: var(--font-Roboto);
    }
  }
  .rows {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto !important;
    height: 100%;
    position: relative;
  }
  a#donButton {
    width: 300px;
    font-size: 18px;
    text-transform: uppercase;
  }
  .div-video {
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }

  .div-pastile {
    position: absolute;
    right: 0;
    bottom: 16%;
    z-index: 9;
  }

  .row-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1600px;
    max-width: 100%;
    padding: 0px 15px 35px 15px !important;
    position: absolute;
    top: 65%;
    left: 0;
    transform: translate(0, -50%);
    .div-caption {
      width: 600px;
      max-width: 100%;
      position: relative;
      .div-txt {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        h1 {
          text-transform: uppercase;
          span {
            text-transform: none;
          }
        }
      }
    }
  }
  .sections-header {
    background-color: #8402a9;
    width: 100%;
    max-width: 100%;
    padding: 10px 5px !important;
    &.fixed {
      position: fixed !important;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 99;
      width: 100% !important;
      padding-top: 15px;
      .col-left {
        margin-top: unset;
      }
    }
    .rows {
      width: 1500px;
      max-width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto !important;
      gap: 3%;
      .container-fluid {
        flex-direction: column;
        align-items: flex-start;
      }
      span.clr1 {
        color: var(--color-FDC600);
        font-weight: bolder;
      }
    }
    .col-left {
      width: 18%;
      p {
        font-family: var(--font-Roboto);
        font-weight: bold;
        color: #fff;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        span {
          font-family: var(--font-Satisfy);
          font-weight: 400;
          color: var(--color-FDC600);
          font-size: 40px;
          display: block;
          text-transform: lowercase;
        }
      }
    }

    .navbar {
      width: 88%;
      max-width: 100%;
      .navbar-collapse {
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
      }

      .navbar-nav {
        width: 78%;
        max-width: 100%;
        justify-content: space-around;
      }

      .div-btn-nav {
        width: 22%;
        text-align: right;
      }
      .hvr-grow {
        padding: 15px 25px 15px 25px !important;
        font-size: 22px;
        justify-content: center;
        gap: 30px;
        width: 320px;
      }
      button.hvr-grow {
        color: var(--color-text);
        border: unset;
      }
    }

    .navbar-nav .form-check {
      min-height: 2.5rem;
      padding-left: 2.5em !important;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      span.prix {
        font-size: 35px;
        font-weight: bold;
        color: var(--color-text);
      }
    }

    .navbar-nav .form-check .form-check-input {
      margin-left: -2.5em !important;
    }
    .navbar-nav .form-check-input {
      width: 45px;
      max-width: 100%;
      height: 45px;
      background-color: var(--unnamed-color-ffffff);
      border: 7px solid var(--unnamed-color-F08927);
    }

    /* .navbar-nav .form-check-input:checked {
      background: var(--unnamed-color-ffffff);
    } */

    .form-check-input:checked[type="radio"] {
      background-image: url(https://dev.mind-me.co/gr/ChantiersduCardinal/img/Component\ 4\ –\ 1.png);
    }
    /****************************************/

    .li-input .form-text {
      color: var(--color-text);
      width: 210px;
      max-width: 100%;
      text-align: center;
      padding: 10px 15px !important;
      font-size: 30px;
      position: relative;
      margin-top: unset !important;
      border: 4px solid #f39204;
      border-radius: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .li-input input {
      width: 80%;
      max-width: 100%;
      font-size: 18px;
      background: transparent;
      border: unset;
      color: var(--color-text);
      z-index: 9;
      position: relative;
      outline: unset;
      font-weight: bold;
    }
    .li-input .form-text .span-placeholder {
      position: absolute;
      font-size: 18px;
      color: var(--color-text);
      top: 50%;
      left: 50%;
      z-index: 0;
      display: block;
      width: 100%;
      transform: translate(-50%, -50%);
      font-weight: bold;
    }

    .li-input:focus + .span-placeholder,
    .li-input:not(:focus):not(:placeholder-shown) + .span-placeholder {
      opacity: 0;
    }
  }
}

/*******************************************************/

.section-1 {
  padding: 3% 15px !important;
}
.section-1 .rows {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto !important;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5%;
}

.section-1 .col-left {
  width: 50%;
  max-width: 100%;
  p {
    font-size: 30px;
    font-weight: 400;
    font-family: var(--font-Roboto);
    color: #525252;
  }
}

.section-1 .col-right {
  width: 50%;
  max-width: 100%;
}
.section-1 .div-border {
  border: 4px solid rgb(239 137 39 / 30%);
  border-radius: 25px;
  text-align: center;
  padding: 6% 15px !important;
  width: 665px;
  max-width: 100%;
  margin: 0 auto !important;
  p {
    font-size: 35px;
    font-weight: 400;
    font-family: var(--font-Roboto);
    color: #525252;
    span {
      color: var(--color-FDC600);
      font-family: var(--font-Satisfy);
      font-size: 60px;
      display: block;
      /* font-weight: bold; */
    }
  }
}

/*******************************************************/
.section-2 {
  padding: 3% 15px !important;
  position: relative;
}

.section-2 > .div-title {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto 35px auto !important;
  position: relative;
  text-align: center;
  h2 {
    color: #525252 !important;
    margin-bottom: 30px !important;
    font-weight: 400;
    text-transform: uppercase;
    span {
      text-transform: capitalize;
      font-weight: 400;
    }
  }
}

.section-2 > .div-title p {
  font-size: 20px;
  color: #525252 !important;
}

.section-2 .rows {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto !important;
  position: relative;
}

.section-2 .div-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  padding: 15px 0px 15px 15px !important;
}
.section-2 .items {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 30px !important;
}
.section-2 .item,
.section-2 .item-card {
  position: relative;
  width: 33.33%;
  overflow: hidden;
  border-radius: 25px;
}

.section-2 .item img {
  display: block;
  width: 100%;
  position: relative;
}

.section-2 .item.overlay-dark img {
  z-index: 0;
}

.section-2 .item-card img.img-fleche {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-2 .div-txt {
  position: absolute;
  bottom: 20px;
  width: 90%;
  max-width: 100%;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  min-height: 300px;
}
.section-2 .item .div-title {
  text-align: center;
  margin-bottom: 15px !important;
}
.section-2 .item .div-title span.span-bg {
  color: var(--unnamed-color-ffffff);
  font-size: 18px;
  font-family: var(--font-Roboto);
  font-weight: bold;
  display: inline-block;
  padding: 0px 5px !important;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}

.section-2 .item .title-desktop {
  font-size: 14px;
  padding-top: 15px !important;
}
.section-2 .item1 .div-title span.span-bg {
  background-color: var(--unnamed-color-B70068);
}
.section-2 .item2 .div-title span.span-bg {
  background-color: #36b4b3;
}
.section-2 .item3 .div-title span.span-bg {
  background-color: #bb96c1;
}
.section-2 .div-title h3 {
  font-size: 22px;
  font-weight: bold;
  color: var(--unnamed-color-ffffff);
  font-family: var(--font-Roboto);
  text-align: center;
  text-transform: uppercase;
  span {
    color: var(--color-FDC600);
    font-size: 40px;
    font-weight: 400;
    font-family: var(--font-Satisfy);
    display: block;
    text-transform: capitalize;
  }
}

.section-2 .item-card {
  width: 33.33%;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.section-2 .item-card .flech-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-2 .item-card.card1 {
  background-color: #db3c95;
}
.section-2 .item-card.card2 {
  background-color: #36b4b3;
}
.section-2 .item-card.card3 {
  background-color: #bb96c1;
}

.section-2 .item-card.card1 .col-left {
  background-color: #B70068;
  .spanbg {
    color: #B70068;
  }
}
.section-2 .item-card.card2 .col-left {
  background-color: #1c8e8d;
  .spanbg {
    color: #1c8e8d;
  }
}

.section-2 .item-card.card3 .col-left {
  background-color: #a56fad;
  .spanbg {
    color: #a56fad;
  }
}

.section-2 .item-card .col-left,
.section-2 .item-card .col-right {
  width: 50%;
  max-width: 100%;
}
.section-2 .item-card {
  border-radius: 30px;
  overflow: hidden;
}
.section-2 .item-card .col-left {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-2 .item-card .col-left p {
  color: var(--color-text);
  text-align: center;
  font-size: 14px;
  margin-bottom: unset;
  span {
    text-transform: uppercase;
  }
  span.fw-bolder {
    font-size: 20px !important ;
  }
  .spanbg {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-family: var(--font-Roboto);
    position: relative;
    z-index: 0;
    margin-top: 10px !important ;
  }
  .spanbg::before {
    content: "";
    width: 100%;
    height: 36px;
    background-color: var(--unnamed-color-ffffff);
    position: absolute;
    bottom: 6px;
    left: 0;
    z-index: -1;
  }
}
.section-2 .col-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px 15px!important;
  gap: 10px;

  p {
    background-color: rgb(255 255 255 / 15%);
    font-size: 18px;
    display: inline-block;
  }
}
.section-2 .col-right .div-icon {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.section-2 .div-btn {
  width: 220px;
  max-width: 100%;
}
.section-2 a#donButton {
  width: 100%;
  padding: 10px 15px !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
/*******************************************************/
.section-3 {
  padding: 15px 15px !important;
  background-color: #8402a9;
  position: relative;
  margin-bottom: 200px !important;
}
.section-3 .rows {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 9;
}
.section-3 .col-lef {
  width: 33.33%;
}
.section-3 .col-center {
  width: 33.33%;
}
.section-3 .col-right {
  width: 33.33%;
}
.section-3 .col-center {
  .div-txt {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px !important;
  }
  p {
    font-family: var(--font-Roboto);
    font-size: 18px;
    &.p-66 {
      color: var(--color-FDC600);
      font-size: 60px;
      font-weight: bold;
    }
  }
}
.section-3 .col-left {
  p {
    font-size: 35px;
    font-weight: bold;
    font-family: var(--font-Roboto);
    text-align: center;
    text-transform: uppercase;
    span {
      color: var(--color-FDC600);
      font-family: var(--font-Satisfy);
      font-size: 60px;
      display: block;
      font-weight: 400;
      text-transform: lowercase;
    }
  }
}

.section-3 .col-center .div-border {
  border: 1px solid #ffffff;
  border-radius: 15px;
  text-align: center;
  padding: 5px 15px !important;
  margin: 0 auto !important;
  p {
    font-weight: bold;
  }
}
.wave {
  background: url(../img/wavee-violet.svg) repeat-x;
  position: absolute;
  bottom: -125px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

/***************************************************************/
.section-4 {
  padding: 3% 15px !important;
}
.section-4 .rows {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-4 .col-txt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5% 15px !important;
  background: url(../img/bg4.png);
  background-size: cover;
  background-position: center;
  width: 70%;
  max-width: 100%;
  border-radius: 20px;
  justify-content: center;
  text-align: center;
}

.section-4 .col-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  z-index: 0;
}

.section-4 .col-txt > * {
  position: relative;
  z-index: 1;
}
.section-4 .col-txt h2 {
  font-weight: 400;
  color: var(--color-text);
  margin-bottom: 30px !important;
}

/* .section-4 .col-txt h2 span {
  text-transform: math-auto !important;
} */
.section-4 .div-content {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 35px auto !important;
}
.section-4 .div-content p {
  font-size: 20px;
}
.section-4 .icons {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 695px;
  max-width: 100%;
}

.section-4 .div-icons h3 {
  color: var(--color-text);
  font-size: 20px;
  font-family: var(--font-Roboto);
  font-weight: bold;
  background-color: #8402a9;
  padding: 0px 10px !important;
  display: inline-block;
  margin-bottom: 8% !important;
  text-transform: uppercase;
}
.section-4 .icons .item {
  text-align: center;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section-4 .icons .icon-img {
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
}
.section-4 .icon-img {
  margin: 0 auto !important;
}
.section-4 .icons p {
  font-weight: bold;
  text-transform: uppercase;
}
.section-4 .icons span {
  font-size: 35px;
  font-weight: bold;
  font-family: var(--font-Roboto);
  color: var(--color-text);
  display: inline-block;
  padding: 0px 8px !important;
  margin-bottom: 10px !important;
}

.section-4 .icons .item1 span {
  background-color: #bb96c1;
}
.section-4 .icons .item2 span {
  background-color: #f08927;
}
.section-4 .icons .item3 span {
  background-color: #e54890;
}

.section-4 .col-slide {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 525px;
  max-width: 100%;
  text-align: center;
}

.section-4 .slide {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: 100%;
  height: 500px;
  background: #8402a9;
  justify-content: center;
  border-radius: 15px;
  margin: 100px 10px 0px 10px !important;
}

.section-4 .slide img.avatar {
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
  width: 196px;
}
.section-4 .slide-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  padding: 35px 20px 15% 20px !important;
  gap: 50px;
  min-height: 350px;
}

.section-4 .slide-content .quote-img {
  position: absolute;
  left: -20px;
  top: -20%;
}
.section-4 .slide-content p,
.section-4 .slide-content > span {
  width: 380px;
  max-width: 100%;
  margin: 0 auto !important;
}

.slick-prev,
.slick-next {
  position: relative;
  transform: unset;
  width: 40px;
  height: 40px;
}
.slick-prev:before,
.slick-next:before {
  content: unset;
}
.slick-next {
  right: unset;
}
.slick-prev {
  left: unset;
}
.custom-arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 9;
}

.slick-dots {
  bottom: 30px;
}

.slick-dots li button:before {
  color: var(--unnamed-color-F08927);
}
.slick-dots li.slick-active button:before {
  color: var(--unnamed-color-F08927);
}
/***************************************************************/

.section-footer {
  background-color: var(--unnamed-color-F08927);
  position: relative;
  .block-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .ncontainer {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto !important;
  }
  .footer-logo {
    width: 200px;
    max-width: 100%;
  }
  .footer-link {
    font-family: var(--font-Roboto);
    color: #ffffff;
    text-decoration: none;
    margin: 0 0.5rem !important;
    font-size: 16px;
    line-height: 25px;

    &:hover {
      color: var(--color-FDC600);
      text-decoration: underline;
    }
  }

  .separator {
    color: #ffffff;
    margin: 0 0.5rem !important;
  }

  .footer-line {
    width: 100%;
    height: 1px;
    margin: 30px 0 17px !important;
  }

  .copyright {
    display: flex;
    flex-direction: column;
    padding: 0px 15px 25px 15px !important;
    gap: 15px;
    align-items: flex-end;
    .text {
      display: flex;
      align-items: center;
      gap: 5px;
    }
    p {
      font-family: var(--font-Roboto);
      text-align: right;
      font-size: 12px;
      line-height: 18px;
      color: #ffffff;
      margin-bottom: unset !important;
    }

    .logo-mindme {
      margin-right: 7px !important;
    }
    a {
      outline: none;
      text-decoration: none;
      color: #ffffff !important;
    }
  }
}

/*****************************************************************/

@media (max-width: 1600px) {
  .section-slide {
    .sections-header {
      padding: 0px 15px !important;
      .rows {
        gap: unset;
        .col-left {
          width: 18%;
        }
      }
      .navbar {
        .navbar-nav {
          width: 70%;
        }
        .div-btn-nav {
          width: 30%;
        }

        .hvr-grow {
          font-size: 18px;
          width: 280px;
        }
      }
    }
  }
}

@media (max-width: 1440px) {
  body h2 {
    font-size: 40px;
  }
  .section-slide {
    .div-log {
      .img-logo {
        width: 160px;
      }
    }
  }

  .section-slide {
    a#donButton {
      width: 250px;
    }
  }
  .section-slide {
    .sections-header {
      .li-input .form-text {
        width: 180px;
        padding: 5px 8px !important;
      }
      .navbar-nav .form-check {
        gap: 5px;
      }
      .navbar-nav .form-check-input {
        width: 40px;
        height: 40px;
      }
      .navbar {
        .navbar-nav {
          gap: 5px;
        }
        .navbar-collapse {
          gap: 5px;
        }
      }
    }
  }

  .section-1 .col-left {
    p {
      font-size: 25px;
    }
  }
  .section-1 .div-border {
    p {
      font-size: 30px;
      span {
        font-size: 50px;
      }
    }
  }

  .section-4 .col-txt {
    width: 65%;
    padding: 5% 30px !important;
  }

  .section-4 .col-slide {
    width: 38%;
  }
  .section-4 .slide-content .quote-img {
    left: 15px;
  }
}

@media (max-width: 1200px) {
  body h1 {
    font-size: 45px;
    span {
      font-size: 80px;
    }
  }
  body h2 {
    font-size: 25px;
  }

  section h2 span {
    font-size: 45px;
  }
  .section-slide {
    a#donButton {
      width: 250px;
      font-size: 18px;
    }

    .sections-header {
      .navbar {
        .hvr-grow {
          font-size: 16px;
          width: 220px;
          padding: 10px 25px 10px 25px !important;
          gap: 10px;
        }
      }
      .navbar-nav .form-check-input {
        width: 30px;
        height: 30px;
      }
      .navbar-nav .form-check {
        span.prix {
          font-size: 20px;
        }
      }
      .li-input .form-text {
        width: 180px;
        padding: 7px 10px !important;
        font-size: 30px;
      }

      .li-input input,
      .li-input .form-text .span-placeholder {
        font-size: 16px;
      }
    }
  }
  .section-slide .div-video img {
    width: 90px;
  }

  .section-slide .div-pastile {
    right: 5px;
  }
  .section-slide .div-pastile img {
    width: 110px;
  }

  .section-2 .items {
    gap: 15px;
  }
  .section-2 .div-txt {
    position: unset;
    margin-top: 25px !important;
  }

  .section-2 .item .div-title {
    text-align: center;
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
  }

  .section-2 .item img {
    height: 445px;
    object-fit: cover;
    border-radius: 25px;
  }
  .section-2 .div-title h3 {
    font-size: 18px;
  }
  .section-2 .div-txt p {
    color: #525252;
  }

  .section-2 .item-card .col-left {
    width: 35%;
  }
  .section-2 .item-card .col-right {
    width: 65%;
  }

  .section-2 .item-card img.img-fleche {
    left: 36%;
  }

  .section-4 .col-txt {
    width: 65%;
    padding: 5% 30px !important;
  }

  .section-4 .col-slide {
    width: 38%;
  }
  .section-4 .slide-content .quote-img {
    left: 15px;
  }

  .section-4 .slide {
    height: 435px;
  }
}

@media (max-width: 1024px) {
  .section-2 .item .div-title span.span-bg,
  .section-2 .div-title h3 {
    font-size: 16px;
  }
  .section-2 .item-card img.img-fleche {
    left: 37%;
    width: 40px;
  }

  .section-4 .icons {
    width: 525px;
  }
  .section-4 .slide img.avatar {
    top: -75px;
    width: 150px;
  }
}

@media (max-width: 992px) {
  .section-2 .div-title br {
    display: none;
  }
  .section-slide {
    .sections-header {
      padding: 15px !important;
      text-align: center;
      .rows {
        display: none;
        .col-left {
          display: none;
        }
      }
      a#donButton {
        width: 265px;
        font-size: 20px;
      }
    }
    .row-caption {
      top: 75%;
    }
  }
  .section-2 .item-card {
    flex-direction: column;
    justify-content: space-between;
  }

  .section-2 .item-card .col-left,
  .section-2 .item-card .col-right {
    width: 100%;
  }
  .section-2 .item-card .col-left {
    padding: 10px 5px !important;
  }
  .section-4 .col-txt {
    width: 60%;
  }

  .section-4 .col-slide {
    width: 44%;
  }

  .d-desktop {
    display: none;
  }
  .d-mobile {
    display: block;
  }
}

@media (max-width: 800px) {
  .section-slide .div-banner {
    background-image: url(../img/visual-mobile.png);
    background-size: cover;
    background-position: center center;
    height: 90vh;
  }
  .section-2 .div-txt {
    min-height: inherit;
  }
  .section-slide {
    .div-log {
      .img-logo {
        width: 115px;
        margin-top: -10px !important;
      }
      .div-btn {
        display: none;
      }
    }
    .div-video {
      top: 25%;
    }

    .row-caption {
      .div-caption {
        .div-txt {
          p {
            font-size: 14px;
            margin-bottom: unset !important;
          }
        }
      }
    }
  }

  .section-1 .rows {
    flex-direction: column;
    gap: 30px;
  }
  .section-1 .col-left,
  .section-1 .col-right {
    width: 100%;
  }
  .section-1 .col-left {
    p {
      font-size: 20px;
    }
  }
  .section-1 .div-border {
    p {
      font-size: 25px;
      span {
        font-size: 40px;
      }
    }
  }

  .section-2 .items {
    flex-direction: column;
  }
  .section-2 .item img {
    height: unset;
  }
  .section-2 .item,
  .section-2 .item-card {
    position: relative;
    width: 80%;
    margin: 0 auto !important;
    text-align: center;
  }
  
  .section-2 .slides-mobile .item.overlay-dark::before {
    display: none !important;
  }
  .section-2 .slides-mobile .div-txt {
    position: static !important;
    background: #fff !important;
    color: #525252 !important;
  }
  .section-2 .slides-mobile .div-txt > p {
    color: #000 !important;
  }
  .section-2 .col-right{
    padding: 20px 15px !important;
  }
  
  .section-2 .item-card img.img-fleche {
    left: 49%;
  }
  .section-2 .div-txt p {
    text-align: left;
    color: #fff;
  }

  .section-2 .item .div-title {
    top: 55%;
  }

  .section-2 .item .div-title p {
    text-align: center;
    color: #fff;
  }

  .title-desktop {
    display: none;
  }
  .title-mobile {
    display: block;
  }

  .section-2 .item-card {
    flex-direction: unset;
  }

  .section-3 .rows {
    flex-wrap: wrap;
  }

  .section-3 .col-left {
    flex: 0 0 100%;
  }

  .section-3 .col-center,
  .section-3 .col-col-right {
    flex: 0 0 50%;
  }

  .section-3 .col-center {
    p {
      br {
        display: none;
      }
    }
  }

  .section-4 .rows {
    flex-direction: column;
    gap: 30px;
  }
  .section-4 .col-txt::before {
    display: none !important;
  }
  .section-4 .col-slide {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
  }
  .section-4 .col-txt {
    width: 100%;
  }
  dialog {
    left: 14%;
    transform: translate(-8%, -50%);
  }
}

@media (max-width: 490px) {
  body h1 {
    font-size: 28px;
    text-align: center;
    line-height: 45px;
    span {
      font-size: 60px;
    }
  }
  body h2 {
    font-size: 25px;
  }
  section h2 span {
    font-size: 40px;
  }
  .section-slide {
    .headband {
      p {
        font-size: 18px;
      }
    }
  }
  .section-slide .div-pastile {
    bottom: unset;
    top: 16%;
  }
  .section-slide {
    .div-video {
      top: 60%;
    }
  }
  .section-slide .div-video img {
    width: 60px;
  }
  .section-slide {
    .row-caption {
      .div-caption {
        .div-txt {
          justify-content: center;
        }
      }
    }
  }
  .section-slide {
    .row-caption {
      top: unset;
      bottom: 10px;
      transform: unset;
    }
  }

  .section-slide {
    .sections-header {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 99;
    }
  }
  .section-1 .div-border {
    p {
      font-size: 20px;
      text-transform: uppercase;
      span {
        font-size: 35px;
        text-transform: lowercase;
      }
    }
  }

  .section-1 .col-left {
    p {
      br {
        display: none;
      }
    }
  }
  section.section-2 h2 span {
    font-size: 45px;
  }

  .section-2 .div-title h3 {
    font-size: 25px;
  }

  .section-2 .item .div-title {
    top: 48%;
  }
  .section-2 .item,
  .section-2 .item-card {
    width: 100%;
  }

  .section-2 .item-card img.img-fleche {
    left: 40%;
    width: 30px;
  }
  .section-2 .div-txt {
    width: 100%;
  }
  .section-2 .item-card .col-left {
    width: 40%;
  }
  .section-2 .item-card .col-right {
    width: 60%;
  }
  .section-2 .col-right {
    p {
      font-size: 16px;
    }
  }
  .section-2 a#donButton {
    font-size: 14px;
  }
  .section-3 {
    padding: 8% 15px 15px 15px !important;
  }
  .section-3 .rows {
    flex-direction: column;
  }

  .section-3 .col-left,
  .section-3 .col-center,
  .section-3 .col-right {
    width: 100%;
  }

  .section-3 .col-left {
    p {
      font-size: 25px;
      span {
        font-size: 50px;
      }
    }
  }

  .section-3 .col-center {
    .div-txt {
      gap: 18px;
      margin-bottom: 30px !important;
    }
  }

  .section-4 .col-txt h2 {
    margin-bottom: 30px !important;
  }
  .section-4 .div-icons h3 {
    font-size: 16px;
  }
  .section-4 .div-content p {
    font-size: 18px;
  }
  .section-4 .slide-content {
    max-width: 100%;
    gap: 25px;
  }
  .section-4 .slide-content .quote-img {
    top: -12%;
  }
  .section-4 .col-txt {
    background-image: unset;
    padding: 5px 0px !important;
  }
  .section-4 .div-content {
    background: url(../img/bg4.png);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 6% 30px !important;
  }

  .section-4 .icons {
    flex-direction: column;
    gap: 35px;
  }

  .section-4 .icons p {
    color: #525252;
  }

  .section-footer {
    padding: 15px 10px 100px 10px !important;
    .block-footer {
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }
    .copyright {
      align-items: center;
      gap: 30px;
      .text {
        flex-direction: column;
        align-items: center;
      }
    }
  }
}

@media (max-width: 376px) {
  .section-2 .item .div-title {
    top: 40%;
  }

  .section-4 .slide-content .quote-img {
    left: 25px;
  }
}

@media (max-width: 320px) {
  /* Ajuster le div-txt pour remonter le contenu */
  .section-2 .div-txt .div-title {
    bottom: 10px;
    min-height: 250px;
    margin-top: -80px !important;
  }
  }

/************************************************************************/

/************************************************************************/

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  transition: transform 0s linear 0s, -webkit-transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Vertical alignment */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(13, 1, 61, 0.82);
  /* overlay color */
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto !important;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625) !important;
  /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16 / 9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0 !important;
    padding-left: calc((100vh - 10em) * 1.7778) !important;
    /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625) !important;
    /* 16:9 calc */
  }
}

/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

iframe#youtube-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1;
}

.show-video-modal .video-modal-content {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

/******************************************************************/

/* .pulsate-fwd {
  -webkit-animation: pulsate-fwd 2s ease-in-out infinite both;
  animation: pulsate-fwd 2s ease-in-out infinite both;
} */

/* ----------------------------------------------
 * Generated by Animista on 2025-10-23 14:29:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.section-2.animate .item {
  opacity: 0;
  animation: 1s ease 0s slide-and-fade-in;
  animation-fill-mode: forwards;
}

.section-2.animate .item2 {
  animation-delay: 1s;
}

.section-2.animate .item3 {
  animation-delay: 2s;
}

.section-2.animate .item-card {
  opacity: 0;
  animation: 2s ease 0s zoom-out;
  animation-fill-mode: forwards;
}

.section-2.animate .card1 {
  animation-delay: 1s;
}
.section-2.animate .card2 {
  animation-delay: 1s;
}


.section-2.animate .card3 {
  animation-delay: 1s;
}
@keyframes slide-and-fade-in {
  0% {
    right: 100px;
    opacity: 0;
  }

  100% {
    right: 0px;
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Overlay */
#popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none; /* hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Popup box */
.popup {
  background: #fff;
  padding: 20px 25px !important;
  border-radius: 10px;
  width: 660px;
  max-width: 100%;
  text-align: left;
  position: relative;
  animation: fadeIn 0.3s ease;
  color: #000;
  div.fs30 {
    font-size: 30px;
  }
  p {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px !important;
  }
}

/* Close button */
.popup .close {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 42px;
  cursor: pointer;
}

/* Animation */
@keyframes fadeIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
