@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");


:root {
  --main-text-color: #242421;
  --background-color: #f0e9e9;
  --secondary-color: #e9b8a7;
  --primary-color: #d5d4b9;
  --title-wrapper-width: ;
  --title-wrapper-height: ;
  --title-wrapper-left: ;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  font-weight: 300;
  color: #242421;
  scroll-behavior: smooth;
}

body {
  line-height: 1.9;
  background: #f8f7f7;
  overflow-x: hidden;
  color: var(--main-text-color);
  font-family: Roboto;
}


a {
  text-decoration: none;
  color: #242421;
}

h3,
h4 {
  font-weight: 400;
}

h1,
h2 {
  font-weight: 600;
}


/************ padding ************/

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pt-1 {
  padding-top: 1rem;
}

.px-1 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/************ font-weight ************/

.font-bold-light {
  font-weight: 400;
}

.font-bold-extra-light {
  font-weight: 300;
}

.text-underline {
  text-decoration: underline;

}

/************ font-weight ************/

.font-style-italic {
  font-style: italic;
}

/************ background-color ************/

.bg-pink {
  background-color: var(--secondary-color)
}

.bg-grey {
  background-color: var(--background-color)
}

.bg-green {
  background-color: var(--primary-color)
}

.background-color-main {
  background-color: var(--background-color);
}

.background-main-text {
  background-color: var(--main-text-color);
}

/************ list-style ************/

.list-style-type {
  list-style-type: disc;
}

.list-style-type-none {
  list-style-type: none;
}

/************ font-size ************/

.font-size-regular {
  font-size: 18px;
}

.font-0_8 {
  font-size: 0.8rem;
}

.font-1_1 {
  font-size: 1.1rem;
}

.font-1_2 {
  font-size: 1.2rem;
}

.font-1_4 {
  font-size: 1.4rem;
}

.font-1_7 {
  font-size: 1.7rem;

}

.font-1_5 {
  font-size: 1.5rem;
}


.font-3 {
  font-size: 3rem;
}

/************ margin ************/
.m-2 {
  margin: 2rem;
}

.m-1 {
  margin: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-1 {
  margin-bottom: 1rem;
}



.m-center {
  margin: 0 auto;
}

.m-center-1 {
  margin: 1rem auto;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}


.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-1 {
  margin-top: 1rem;

}

.mt-2 {
  margin-top: 2rem;

}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-3 {
  margin-bottom: 3rem;
}


.mb-38 {
  margin-bottom: 38rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-0_5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mr-1 {
  margin-right: 1rem;
}


.ml-1 {
  margin-left: 1rem;
}

.mt-23 {
  margin-top: 23rem;
}

.pt-23 {
  padding-top: 23rem;
}

.pt-21 {
  padding-top: 21rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mt-0_8 {
  margin-top: 0.8rem;
}

.mt-1_5 {
  margin-top: 1.5rem
}

.ml-0_8 {
  margin-left: 0.8rem;
}

.mb-100px {
  margin-bottom: 100px;
}



/************ height ************/

.h-270px {
  height: 270px;
}

.h-340px {
  height: 340px;
}

.h-50px {
  height: 50px;
}

.h-100pce {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.h-10_5pce {
  height: 10.5%;
}

.h-3_4pce {
  height: 3.4px;
}

.h-20 {
  height: 20rem;
}

.h-115px {
  height: 115px;
}

.h-90px {
  height: 90px;
}

.h-78px {
  height: 78px;
}

.h-65px {
  height: 65px;
}

.h-36px {
  height: 36px;
}

.mh-165px {
  max-height: 165px;
}


.mh-120px {
  max-height: 120px;
}

.h-750px {
  height: 750px;
}


/************ width ************/

.w-40px {
  width: 40px;
}

.w-27px {
  width: 27px;
}

.w-47px {
  width: 47px;
}

.w-212px {
  width: 212px;
}

.w-100pce {
  width: 100%;
}

.w-70pce {
  width: 70%;
}

.w-130px {
  width: 130px;
}

.w-12pce {
  width: 12%;
}

.w-50pce {
  width: 50%;
}

.mw-500px {
  max-width: 500px;
}

.mw-330px {
  max-width: 330px;
}

.mw-120px {
  max-width: 120px;
}

.mw-175px {
  max-width: 175px;
}


/************ transform ************/
.transform-50 {
  transform: translate(-50%)
}

.translate-y-50 {
  transform: translateY(-50%)
}


/************ radius ************/
.border-radius-3 {
  border-radius: 3px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-bottom-5 {
  border-radius: 0 0 5px 5px;
}

.border-radius-top-5 {
  border-radius: 5px 5px 0 0;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-right-corner-55 {
  border-radius: 0px 55px 55px 0px;
}

.border-radius-50pce {
  border-radius: 50%;
}

/************ positionning ************/

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}


.left-0 {
  left: 0;
}

.top-0 {
  top: 0
}

.bottom-0 {
  bottom: 0
}

.right-0 {
  right: 0;
}

.left-40px-neg {
  left: -40px;
}

.right-40px-neg {
  right: -40px;
}

.top-90 {
  top: 90%;
}

.top-21-neg {
  top: -21%;
}

.top-25px {
  top: 25px;
}

.right-25px {
  right: 25px;
}

.left-50 {
  left: 50%
}

.top-50 {
  top: 50%;
}

.top-25 {
  top: 25%;
}

.top-75 {
  top: 75%;
}

.left-100 {
  left: 100%;
}

.right-100 {
  right: 100%;
}

/************ box-shadow ************/


.box-shadow-ultra-light {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.box-shadow-light {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}



.box-shadow-strong {
  -webkit-box-shadow: 4px 3px 0px -1px rgba(0, 0, 0, 0.7);
  box-shadow: 4px 3px 0px -1px rgba(0, 0, 0, 0.7);
}

/************ display ************/
.visibility-hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}


.object-fit-cover {
  object-fit: cover;
}

.block {
  display: block;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}


.z-index-neg1 {
  z-index: -1;
}

.opacity-0_5 {
  opacity: 0.5;
}



/************ border ************/

.border-grey {
  border: 1.5px solid rgb(240, 233, 233);
}

.border-top-pink {
  border-top: 1px solid var(--secondary-color);
}

/************ cursor ************/
.pointer {
  cursor: pointer;
}

/************ font-variant ************/
.uppercase {
  font-variant: small-caps;
}

/************ transition ************/
.transition-opacity-100ms {
  transition: opacity 100ms;
}






header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  color: #242421e9;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
}

header {
  z-index: 1;
}

header.active h1 {
  z-index: 0;
}

#header:after {
  content: "";
  position: absolute;
  height: 100vh;
  width: 100%;
  background: linear-gradient(to bottom,
      rgba(240, 233, 233, 0.9) 0%,
      rgba(240, 233, 233, 0.5) 50%,
      rgba(240, 233, 233, 0.3) 100%);

  top: 0;
}

.video {
  position: absolute;
  left: 0;
  top: 0;
  height: inherit;
  width: 100%;
  object-fit: cover;
}


/*****************************************************************/
/****************************************************************/
/************************ QUI SUIS-JE **************************/
/**************************************************************/
/*************************************************************/



main .container .page-title-wrapper {
  background: var(--secondary-color);
  width: 165px;
  border-radius: 0px 55px 55px 0px;

}

main .container .page-title-wrapper h3 {
  padding: 5px 0;
}


main .container .page-title-wrapper:before {
  content: "";
  position: absolute;
  width: 69px;
  background: var(--secondary-color);
  height: 52.9px;
  left: -36px;
}


.content-info_who {
  margin-bottom: 1.5rem;
}


.content-info_who img {
  width: 100%;
}

.content-info_course {
  background-color: var(--background-color);
}

.content-info_intro .container {
  padding: 9rem 2rem 4rem 2rem;
}

.content-info_intro svg {
  bottom: 0;
  height: 100px;
  z-index: 1;
  transform: scale(-1, 1);
  display: block;
  background-repeat: no-repeat;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0;
}

.content-info_course svg {
  transform: scale(-1, -1);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
}

.quoting-wrapper {
  margin-top: 5rem;
}

.quote {
  height: 1.5rem;
  display: inline-block;
}


.quote img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#quote-one {
  margin-right: 5px;
}

#quote-two {
  margin-left: 5px;
}

.experience .img-wrapper {
  height: 6rem;
  float: left;
}

.experience img {
  height: 100%;
  object-fit: contain;
}

.pre-footer {
  background-color: var(--background-color);
  position: relative;
}

.engagement {
  width: 85%;
  background-color: var(--secondary-color);
  padding: 1.5rem;
  border-radius: 5px;
  box-shadow: 3px 2px 0px -1px var(--primary-color);
  -webkit-box-shadow: 3px 2px 0px -1px var(--primary-color);
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}


img {
  width: 100%;
  height: 100%;
}

/****************************************************************/
/***************************************************************/
/************************ MEDIA-QUERY *************************/
/*************************************************************/
/************************************************************/

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* CSS rules specific to tablets */
  /* For example: */

  .content-info_intro .container {
    padding: 9rem 4rem 4rem 4rem;
  }

  footer .container {
    padding: 7rem 4rem 2rem 4rem;
  }

  #who .page-title-wrapper::before {
    width: 73px;
    background: var(--secondary-color);
    height: 53px;
    left: -9px;
  }

  .formation {
    margin-top: 6rem;
  }

  .engagement {
    display: flex;
    align-items: center;
  }

  .engagement .img-formation {
    width: 200px;
    margin-right: 1rem;
    object-fit: cover;
  }
}





/* Large Screen (Desktop) */
/*Remettre à 1200px */
@media only screen and (min-width: 1000px) {

  /*****************************************************************/
  /****************************************************************/
  /************************ QUI SUIS-JE **************************/
  /**************************************************************/
  /*************************************************************/


  .content-info_intro .container .quoting-wrapper {
    display: flex;
    justify-content: center;
  }

  .content-info_experience {
    padding: 10rem;
  }

  .content-info_course .approach.container {
    padding: 0.1rem 10rem
  }

  .engagement {
    display: flex;
    align-items: center;
  }


}

@media only screen and (min-width: 1600px) {

  .engagement {
    display: flex;
    align-items: center;
  }

  .engagement .img-formation {
    width: 150px;
    margin-right: 1rem;
    object-fit: cover;
  }


}


.accordion {
  margin: 60px 0;
}

.accordion li {
  list-style: none;
  width: 100%;
  margin: 20px 0;
  border: 10px;
  border-radius: 5px;
  background-color: var(--background-color);
  box-shadow: 3px 2px 0px -1px var(--primary-color);
  -webkit-box-shadow: 3px 2px 0px -1px var(--primary-color);
}

.accordion li label {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  margin-left: 10px;
  font-weight: 500;
}


input[type='radio'] {
  display: none;
}

.accordion .content {
  max-height: 0;
  padding: 0 1rem;
  overflow: hidden;
  transition: max-height .5s, padding 0.5s
}

.accordion input[type='radio']:checked+label+.content {
  max-height: 1400px;
}

.accordion-bottom {
  height: 1rem;
}


label::before {
  --chevron-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='white' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  content: "";
  left: 0;
  top: 0;
  width: 0.65rem;
  aspect-ratio: 320 / 512;
  display: inline-block;
  margin-right: 0.75rem;
  transform: rotate(var(--d, 0deg));
  transition: transform var(--slide-ease) var(--slide-duration) var(--slide-delay);
  mask-image: var(--chevron-icon);
  mask-size: 100% 100%;
  -webkit-mask-image: var(--chevron-icon);
  -webkit-mask-size: 100% 100%;
  background-color: currentColor;
}

.accordion input[type='radio']:checked+label::before {
  --d: 90deg;
  /* Rotates the chevron 180 degrees to point down */
}


@media (min-width: 768px) {
  .p4-md {
    padding: 4rem;
  }

  .px-2-md {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .px-3-md {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .mb-18-md {
    margin-bottom: 18rem;
  }

  .m-center-md {
    margin: 0 auto;
  }

  .mt-12-md {
    margin-top: 12rem;
  }

  .mr-1-md {
    margin-right: 1rem;
  }

  .mb-none-md {
    margin-bottom: 0;
  }

  .mx-auto-md {
    margin-left: auto;
    margin-right: auto;
  }


  .w-265px-md {
    width: 265px;
  }

  .w-63px-md {
    width: 63px;
  }

  .mw-535px-md {
    max-width: 535px;
  }

  .top-85-md {
    top: 85%;
  }

  .left-0-md {
    left: 0;
  }

  .right-0-md {
    right: 0;
  }

  .ml-2-md {
    margin-left: 2rem;
  }

  .m-0-md {
    margin: 0;
  }

  .mt-0-md {
    margin-top: 0;
  }

  .pt-0-md {
    padding-top: 0;
  }

  .mt-2-md {
    margin-top: 2rem;
  }

  .flex-md {
    display: flex;
  }

  .flex-row-md {
    flex-direction: row;
  }

  .justify-content-center-md {
    justify-content: center;
  }

  .justify-content-space-around-md {
    justify-content: space-around;
  }

  .justify-content-space-between-md {
    justify-content: space-between;
  }

  .justify-content-space-evenly-md {
    justify-content: space-evenly;
  }

  .align-items-center-md {
    align-items: center;
  }

  .w-400px-md {
    width: 400px;
  }

  .w-300px-md {
    width: 300px;

  }

  .w-45pce-md {
    width: 45%;
  }

  .w-300px-md {
    width: 300px;

  }

  .w-9pce-md {
    width: 9%;
  }

  .h-100pce-md {
    height: 100%;
  }

  .pt-10-md {
    padding-top: 10rem;
  }

  .pt-14-md {
    padding-top: 14rem;
  }

  .pb-5-md {
    padding-bottom: 5rem;
  }

  .px-8-md {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .px-6-md {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .pt-3-md {
    padding-top: 3rem;
  }

  .w-75-md {
    width: 75%;
  }

  .h-390px-md {
    height: 390px;
  }


  /************ border ************/

  .border-right-pink-md {
    border-right: 1px solid var(--secondary-color);
  }

  .border-top-pink-md {
    border-top: 1px solid var(--secondary-color);
  }

  .mh-150-md {
    max-height: 150px;
  }

  .mw-150-md {
    max-width: 150px;
  }

}




@media (min-width: 1024px) {

  .p-4-lg {
    padding: 4rem;
  }

  .p-1-lg {
    padding: 1rem;

  }

  .ml-none-lg {
    margin-left: 0;
  }

  .mt-1-lg {
    margin-top: 1rem;
  }

  .mt-0-lg {
    margin-top: 0rem;
  }

  .mb-18-lg {
    margin-bottom: 18rem;
  }

  .mr-1-lg {
    margin-right: 1rem
  }

  .ml-1-lg {
    margin-left: 1rem
  }

  .mr-2-lg {
    margin-right: 2rem
  }

  .ml-2-lg {
    margin-left: 2rem
  }

  .mx-1-lg {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mr-1-lg {
    margin-right: 1rem;
  }

  .inset-lg {
    inset: 5;
  }

  .left-0-lg {
    left: 0;

  }

  .right-0-lg {
    right: 0;
  }

  .w-49-pce-lg {
    width: 49%
  }

  .margin-inline-lg {
    margin-inline: auto;
  }

  .font-1_5-lg {
    font-size: 1.5rem;
  }

  .w-90p-lg {
    width: 90%
  }

  .w-30pce-lg {
    width: 30%;
  }

  .h-370px-lg {
    height: 370px;
  }


  .w-55pce-lg {
    width: 55%;
  }

  .w-45pce-lg {
    width: 45%;
  }

  .mx-auto-lg {
    margin-left: auto;
    margin-right: auto;
  }


  .h-566px-lg {
    height: 566px;
  }

  .w-566px-lg {
    width: 566px;
  }

  .w-100pce-lg {
    width: 100%;
  }

  .w-284px-lg {
    width: 284px;
  }

  .mx-2-auto-lg {
    margin: 2rem auto;
  }

  .mt-0-lg {
    margin-top: 0;
  }

  .ml-2-lg {
    margin-left: 2rem;
  }

  .none-lg {
    display: none;
  }

  .z-index-2-lg {
    z-index: 2;
  }

  .flex-lg {
    display: flex;
  }

  .align-items-center-lg {
    align-items: center;
  }

  .justify-content-center-lg {
    justify-content: center;
  }

  .visibility-visible-lg {
    visibility: visible;
  }

  .translate-y-inherit-lg {
    transform: inherit;
  }

  .ml-none-lg {
    margin-left: 0;
  }

  .absolute-lg {
    position: absolute;
  }

  .mt-2-lg {
    margin-top: 2rem;
  }

  .left-825px-lg {
    left: 825px;
  }

  .right-825px-lg {
    right: 825px;
  }

  .mt-4-lg {
    margin-top: 4rem;
  }

  .block-lg {
    display: block;
  }

  .fixed-lg {
    position: fixed;
  }

  .h-129px-lg {
    height: 129px;
  }

  .h-95px-lg {
    height: 95px;
  }

  .h-120px-lg {
    height: 120px;

  }

  .bg-grey-lg {
    background-color: var(--background-color);
  }

  .bg-inherit-lg {
    background-color: inherit;
  }

  .box-shadow-light-lg {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }

  .relative-lg {
    position: relative;
  }

  .h-100pce-lg {
    height: 100%;
  }

  .top-0-lg {
    top: 0;
  }

  .justify-content-between-lg {
    justify-content: space-between;
  }

  .max-height-0 {
    max-height: 0;
  }

  #slide {
    transition: max-height 0.5s ease-in-out, opacity, 0.5s ease-in-out;
    opacity: 0;
  }

  #sub-menu:hover {
    #slide {
      max-height: 400px;
      opacity: 1;
    }
  }

  .block-lg {
    display: block;
  }
}

@media (min-width: 1490px) {

  .engagement {
    width: 63%;
  }

  .p8-xl {
    padding: 8rem;
  }

  .px-4-xl {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .mt-xl-2 {
    margin-top: 2rem;
  }

  .pb-4-xl {
    padding-bottom: 4rem;
  }

  .py-5-xl {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .py-3-xl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pt3-xl {
    padding-top: 3rem;
  }

  .pb2-xl {
    padding-bottom: 2rem;
  }


  .pt4-xl {
    padding-top: 4rem;
  }

  .px-8-xl {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .w-75p-xl {
    width: 75%
  }

  .pt-20-xl {
    padding-top: 20rem;
  }

  .pb-10-xl {
    padding-bottom: 10rem
  }

  .px-20-xl {
    padding-right: 20rem;
    padding-left: 20rem
  }

  .px-17-xl {
    padding-right: 17rem;
    padding-left: 17rem
  }

  .mx-8-xl {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .mb-1_5-xl {
    margin-bottom: 1.5rem;
  }

  .mb-none-xl {
    margin-bottom: none;
  }

  .mt-1-xl {
    margin-top: 1rem;
  }

  .w-250px-xl {
    width: 250px;
  }

  .w-47-xl {
    width: 47%;
  }

  .py2-xl {
    padding-top: 2rem;
  }

  .pr5-xl {
    padding-right: 2rem;
  }

  .pl9-xl {
    padding-left: 9rem;
  }

  .pt-10-xl {
    padding-top: 10rem;
  }

  .pt-12-xl {
    padding-top: 12rem;
  }

  .pb-7-xl {
    padding-bottom: 7rem;
  }

  .pb-5-xl {
    padding-bottom: 5rem;
  }

  .mr-1-xl {
    margin-right: 1rem;
  }



  .py-4-xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .px-17-xl {
    padding-right: 17rem;
    padding-left: 17rem;

  }

  .mx-20-xl {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .mx-auto-xl {
    margin-left: auto;
    margin-right: auto;
  }

  .mb-6-xl {
    margin-bottom: 6rem;
  }

  .w-600px-xl {
    width: 600px;
  }

  .mw-700px-xl {
    max-width: 700px;
  }


  .w-265px-xl {
    width: 265px;
  }

  .font-size-1_3-xl {
    font-size: 1.3rem;
  }

  .w-55pce-xl {
    width: 55%;
  }

  .flex-xl {
    display: flex;
  }

  .align-items-center-xl {
    align-items: center;
  }
}



#arrow {
  height: 15%;
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  z-index: 1;
  animation: scroll 1s ease-in-out infinite alternate;
}



@keyframes scroll {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  100% {
    transform: translateX(-50%) translateY(10px);
  }
}


#approach-svg {
  bottom: 0px;
  transform: scale(-1, 1);
  position: absolute;
  right: 0px;
}

#support {
  transform: scale(-1, -1);
}

#approach-title::before {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--secondary-color);
  width: var(--title-wrapper-width);
  height: var(--title-wrapper-height);
  left: 0;
}


#slides-container::-webkit-scrollbar {
  width: 0px;
}

#slides-container {
  width: 100%;
  display: flex;
  scroll-behavior: smooth;
  overflow: hidden;
  scrollbar-gutter: stable;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgb(217, 217, 217);
}

#slide-arrow-prev:hover,
#slide-arrow-prev:focus,
#slide-arrow-next:hover,
#slide-arrow-next:focus {
  opacity: 1;
}

.slide2 {
  width: 100%;
  flex: 1 0 100%;
  padding: 2rem;
}