.section-container {
  padding: 5% 10%;
  max-width: 100%;
}
.first-section {
  background: #fbf9f7;
  display: flex;
}
.first-section .left-img {
  position: relative;
  padding-top: 34px;
  padding-left: 30px;
  width: fit-content;
}
.first-section .left-img .splash-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 106px;
}
.first-section .left-img .play-img {
  position: absolute;
  top: 53%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 42px;
}
.first-section .right-section {
  margin-left: 200px;
}
.right-section .bordred-section {
  border-radius: 10px;
  border: 1.5px solid #000;
  background: #fff;
  box-shadow: 10px 10px 0px 0px #cceedb;
  padding: 32px 40px;
  height: fit-content;
  margin: auto;
}
.bordred-section h1 {
  margin-bottom: 44px;
}

.accomp-section {
  background-color: #fbf9f7;
  text-align: center;
}
.cta-col {
  display: flex;
  flex-direction: column;
  padding: 0 18px;
}
.cta-col img {
  width: 37px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.cta-container {
  margin-top: 70px;
}
.cta-col .bordred-btn {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}
.cta-col p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.workshop-section {
  background-color: #ddedfd;
}
.workshop-section .cards-container {
  padding: 35px 25px;
}
.cards-container .card-col {
  padding-left: 40px;
  position: relative;
}
.meet-card {
  border-radius: 10px;
  padding: 0;
  border: none;
  transition: transform 0.3s ease;
}
.meet-card:hover {
  transform: rotate(-3deg);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}
.card-col .card-icon {
  z-index: 9;
  width: 90px;
  top: -10%;
  left: 4%;
  position: absolute;
}
.meet-card .card-img {
 /* background-image: url("../images//card-img.png"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
  height: 224px;
}
.meet-card .card-footer .card-title img {
  width: 16px;
  height: 16px;
  margin: auto auto auto 6px;
}
.meet-card .card-footer .card-title h4 {
  margin-top: auto;
  margin-bottom: auto;
}
.meet-card .card-footer {
  padding: 17px 20px;
  border-radius: 0 0 10px 10px;
  border: none;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}
.meet-card:hover {
  box-shadow: 0px 4px 20px 0px #5b51e329;
}
.meet-card .card-footer .card-title {
  margin-bottom: 7px;
}
.meet-card .card-footer .calendar {
  padding-bottom: 10px;
  display: flex;
  font-family: "NeueHaasDisplayBold", sans-serif;
  color: #5b51e3;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.meet-card .card-footer .calendar::before {
  content: "";
  background-image: url(../images/calendar.png);
  background-position: center;
  background-size: cover;
  height: 24px !important;
  width: 24px !important;
  margin-right: 6px;
}
.meet-card .card-footer .position {
  /* padding-left: 30px; */
  display: flex;
  color: #5b51e3;
  font-family: "NeueHaasDisplayBold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.meet-card .card-footer .position::before {
  content: "";
  background-image: url(../images/position.png);
  background-position: center;
  background-size: cover;
  height: 24px !important;
  width: 24px !important;
  margin-right: 6px;
}
.link-container {
  display: flex;
  padding-top: 16px;
}
.workshop-section .link-container .blue-link {
  margin: auto;
  display: flex;
}

.link-container .blue-link {
  position: relative;
}

.link-container .blue-link .link-arrow {
  display: block;
  height: 20px;
  width: 20px;
  margin: auto;
  transform: translate(8px);
  filter: blur(0);
  opacity: 0;
  transition: opacity 0.8s ease;
}

.link-container .blue-link:hover .link-arrow {
  opacity: 1;
}

.link-container .blue-link:hover .link-arrow {
  height: 20px;
  opacity: 1;
}

.game-section {
  background: #fbf9f7;
}
.game-section .left-side {
  position: relative;
  padding-top: 64px;
}
.game-section .left-side .splash-img {
  position: absolute;
  top: -63px;
  left: -66px;
  height: 106px;
}
.left-side-container {
  position: relative;
  margin: auto;
}
.game-section .right-side {
  margin: auto;
}
.game-section .right-side .orange-btn {
  padding-left: 40px;
  padding-right: 40px;
}
.game-section .right-side .game-list {
  list-style-type: none;
  padding: 0;
  margin-top: 47px;
  margin-bottom: 50px;
}
.game-section .right-side .game-list li {
  position: relative; /* Permet de positionner le pseudo-élément par rapport à cet élément */
  display: flex;
  margin-bottom: 26px;
  font-family: "NeueHaasDisplayLight", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding-left: 46px;
}

.game-section .right-side .game-list li::before {
  content: "";
  background-image: url(../images/game-list.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) scale(1);
  margin-right: 15px;
}

.testimony-section {
  background: #d8e8ea;
}
.testimony-section .row {
  width: 100%;
  margin: 0;
}
.testimony-section-left {
  padding-top: 60px;
}
.testimony-card {
  border-radius: 10px;
  position: relative;
  border: none;
  width: 289px;
}
.testimony-card .quotation-icon {
  position: absolute;
  width: 78px;
  top: -25px;
  left: 25px;
}
.testimony-card .card-body {
  border-radius: 10px 10px 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 218px;
  width: auto;
  border: none;
}
.testimony-card .card-footer {
  padding: 20px 18px;
  flex-direction: column;
  border: none;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.testimony-card .card-footer small {
  margin-bottom: 16px;
  line-height: 20px;
}
.testimony-card .card-footer .author {
  color: #0a6a58;
  font-family: "NeueHaasDisplayBold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.testimony-section.section-container {
  padding-right: 0;
  padding: 65px 40px;
  padding-right: 0;
  padding-left: 10vw;
}
.next-btn {
  position: unset !important;
  width: 45px !important;
  height: 45px !important;
  background-image: url(../images/next-btn.png);
  background-size: 158%;
  background-position: center;
}
.prev-btn {
  position: unset !important;
  width: 45px !important;
  height: 45px !important;
  background-image: url(../images/prev-btn.png);
  background-position: center;
  background-size: 158%;
  margin-right: 20px;
}
.next-btn::after {
  content: "" !important;
}
.prev-btn::after {
  content: "" !important;
}
.slider-btn {
  display: flex;
  margin-top: 40px;
}
.testimony-swiper-container {
  padding-top: 25px;
}
.mobile.link-container {
  display: none;
}
.mission-section {
  text-align: center;
  padding-left: 400px;
  padding-right: 400px;
  background: #fbf9f7;
}
.mission-section .text-container {
  text-align: center;
}
.mission-section .text-container h2 {
  color: #e3723c;
  position: relative;
  max-width: 539px;
  margin: auto;
  line-height: 40px;
}
.mission-section .text-container h2 img {
  height: 106px;
  position: absolute;
}
.mission-section .text-container h2 .top-img {
  top: -70%;
  left: -8%;
}
.mission-section .text-container h2 .bottom-img {
  bottom: -62%;
  right: -9%;
  transform: rotate(163deg);
}
.videos-section {
  background: #ddedfd;
  padding-right: 0 !important;
  padding-top: 187px;
  padding-bottom: 88px;
}
.videos-section .row {
  max-width: 100%;
  margin: 0;
}
.testimony-section-right {
  padding-right: 0;
}
.testimony-section-right .swiper-wrapper {
  padding-top: 26px;
}
.videos-section-right video {
  border-radius: 10px;
}
.videos-section-right {
  padding-right: 0;
}
.cta-expert-section {
  background-color: #fbf9f7;
}

.cta-expert-section {
  max-width: 1012px;
  margin: auto;
  border-radius: 10px;
}
.cta-expert-section .cta-expert-section-card {
  border-radius: 10px;
  background: #cceedb;
}
.cta-expert-section-card .desc {
  display: flex;
}
.cta-expert-section .cta-expert-section-card .cta-card-img {
  background-image: url(../images/cta-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
.cta-expert-section .cta-expert-section-card .card-body {
  padding: 36px;
  display: flex;
  flex-direction: column;
}
.testimony-card .card-footer small {
  max-height: 3.9em;
  overflow: auto;
}
.testimony-card .card-footer small::-webkit-scrollbar {
  width: 3px;
}
.testimony-card .card-footer small::-webkit-scrollbar-thumb {
  background-color: #41434373;
}

.testimony-card .card-footer small::-webkit-scrollbar-track {
  background-color: transparent;
}
footer {
  padding: 81px 213px 158px;
  background-color: #fbf9f7;
  display: flex;
  flex-direction: column;
}
footer .line {
  background: #000;
  height: 1.5px;
  width: 100%;
  margin-bottom: 48px;
}
footer .line.mobile {
  display: none;
}
footer .footer-left {
  padding-left: 48px;
  padding-right: 48px;
}
footer .footer-logo {
  width: 222px;
  margin-bottom: 18px;
}
footer .social-media .linkedin {
  width: 33px;
  height: 33px;
  background-image: url(../images/linkedin-icon.png);
  background-size: cover;
  margin-top: 15px;
}
footer .social-media {
  padding-left: 10px;
}
footer .footer-menu {
  list-style: none;
}
footer .footer-menu li {
  margin-bottom: 18px;
  font-size: 14px;
  font-family: "NeueHaasDisplayLight", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
}
footer .orange-btn {
  width: 71px;
  height: 71px;
}
.chat-bubble {
  margin-left: auto;
  margin-top: -66px;
  display: flex;
  margin-right: 5px;
}
.chat-bubble.active::before {
  content: "";
  background-image: url(../images/active-chat.svg);
  background-size: cover;
  height: 76px;
  width: 77px;
  position: absolute;
}
.video-container {
  position: relative;
}

/* .custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 70px;
  background-image: url(../images/play-btn.png);
  background-size: cover;
  background-position: center;
  cursor: pointer;
} */
.reverse-on-mobile {
  display: flex;
  flex-direction: column;
}
.underline {
  position: relative;
  display: inline-block;
  width: fit-content !important;
}

.underline::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  transform: rotate(-182deg);
}
.videos-section-left {
  height: fit-content;
  margin: auto;
  margin-right: 50px !important;
}
.game-section-img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1350px) and (min-width: 1100px) {
  .first-section .right-section {
    margin-left: 100px;
  }
}
@media screen and (min-width: 200px) {
  .testimony-section-left {
    display: flex;
    flex-direction: column;
  }
  .testimony-section-left h1 {
    margin-top: auto;
  }
  .testimony-section-left .link-container {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 1100px) {
  .first-section .right-section {
    margin-left: 0px;
  }
  .first-section {
    padding: 26px 25px;
    margin: 0;
    flex-direction: column-reverse;
    background-color: #fbf9f7;
  }
  .first-section .video-container {
    margin: 80px auto auto;
  }
}
@media screen and (max-width: 896px) and (min-width: 576px) {
  .first-section {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 576px) {
  .testimony-section.section-container {
    padding-right: 40px !important;
  }
  .first-section {
    padding: 26px 25px;
    margin: 0;
    flex-direction: column-reverse;
    background-color: #fbf9f7;
  }
  .bordred-section h1 {
    margin-bottom: 0;
  }
  .right-section .bordred-section {
    padding: 26px 29px;
    margin-bottom: 0;
  }
  .first-section .left-img .play-img {
    top: 54%;
    left: 53%;
  }
  .cta-col {
    margin-bottom: 56px;
  }
  .workshop-section {
    text-align: center;
    padding: 46px 24px;
  }
  .workshop-section .cards-container {
    padding: 0;
  }
  .cards-container .card-col {
    padding: 0 16px;
    margin-bottom: 46px;
  }
  .card-col .card-icon {
    left: -4%;
  }
  .link-container .blue-link .link-arrow {
    display: block;
    height: 20px;
    width: 20px;
    margin: auto;
    margin-left: 8px;
  }
  .link-container .blue-link {
    display: flex;
  }
  .game-section {
    flex-direction: column;
    padding-bottom: 65px;
  }
  .game-section .left-side .game-section-img {
    width: 266px;
    margin: auto;
    margin-bottom: 36px;
  }
  .game-section .left-side {
    padding-left: 0;
    padding-right: 0;
  }
  .game-section .img-row {
    width: auto !important;
  }
  .game-section .left-side .splash-img {
    left: -58px;
  }
  .game-section .right-side .game-list {
    /* padding-bottom: 18px; */
    /* padding-top: 22px; */
    margin-top: 14px;
  }
  .game-section .right-side .game-list li {
    font-family: "NeueHaasDisplayLight", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .game-section .right-side .game-list li::before {
    width: 24px;
    height: 24px;
  }
  .game-section .right-side .orange-btn {
    margin: auto;
    background: var(--orange, #e3723c);
    border-style: none;
    color: #fff;
  }
  .game-section .right-side {
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .game-section .right-side {
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .testimony-section {
    padding: 40px 8px;
  }

  .testimony-section-left {
    text-align: center;
    margin-bottom: 24px;
  }
  .testimony-card .quotation-icon {
    width: 58px;
    top: -20px;
    left: 20px;
  }
  .testimony-section-left .link-container {
    display: none;
  }
  .mobile.link-container {
    display: flex;
    margin-top: 43px;
  }
  .mobile.link-container .blue-link {
    display: flex;
    margin: auto;
    color: #0a6a58;
  }
  .mission-section {
    padding: 42px 48px;
  }
  .mission-section .text-container h2 .top-img {
    top: -33%;
    /* left: -19%; */
  }
  .mission-section .text-container h2 .bottom-img {
    bottom: -33%;
    /* right: -19%; */
  }
  .mission-section .text-container {
    margin-top: 15px;
  }
  .cta-expert-section {
    padding: 64px 24px !important;
  }
  .cta-expert-section .cta-expert-section-card {
    flex-direction: column;
  }
  .cta-expert-section .cta-expert-section-card .cta-card-img {
    height: 220px;
  }
  .cta-expert-section-card .card-body .orange-btn {
    background: var(--orange, #e3723c);
    color: #fff;
  }
  footer {
    padding: 88px 38px 419px;
  }
  footer .footer-logo {
    margin: auto auto 30px auto;
  }
  footer .social-media .linkedin {
    margin: auto;
    margin-bottom: 34px;
    margin-top: 15px;
  }
  footer .line.mobile {
    display: flex;
  }
  .footer-container {
    max-width: 100%;
    margin: auto;
  }
  footer .footer-left {
    padding: 0;
    text-align: center;
  }
  .chat-bubble {
    margin-top: 0;
  }
  .videos-section {
    padding: 64px 20px !important;
  }
  .video-swiper-button-prev {
    margin-left: auto;
  }
  .video-swiper-button-next {
    margin-right: auto;
  }
  .reverse-on-mobile {
    flex-direction: column-reverse;
  }
  .videos-section-left h1 {
    font-size: 57px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -0.25px;
  }
  .videos-section-left small {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.8px;
    margin-bottom: 34px;
  }
  .videos-section-right {
    margin-top: 34px;
  }
  .cta-expert-section p {
    font-size: 16px;
  }
  .underline::after {
    left: 0;
    /* width: 50%; */
  }
}

@media screen and (max-width: 1087px) and (min-width: 577px) {
  .first-section {
    padding: 5% 0%;
    margin: 0;
  }
  .first-section .right-section {
    padding: 0 30px;
  }

  .workshop-section {
    padding: 46px 24px;
  }
  /* .testimony-section-left {
  padding-left: 54px;
}
.videos-section-left {
  padding-left: 54px;
} */
  .cta-expert-section {
    padding: 5% !important;
  }
  footer {
    padding: 81px 36px 158px;
  }
  .game-section-img {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .game-section .left-side .splash-img {
    height: 106px;
    width: 100px;
  }
  .game-section .right-side {
    margin-top: 64px;
  }
  .mission-section {
    padding: 42px 48px;
  }
  .first-section .left-img .play-img {
    top: 44%;
    left: 63%;
  }
  .right-section .bordred-section {
    width: 100%;
  }
  .videos-section {
    padding: 5%;
  }
  .underline {
    width: 74%;
  }
  .underline::after {
    left: 0;
    /* width: 62%; */
  }
}
