html {
    overflow-x: hidden;
    overflow-y: auto!important;
    scroll-behavior: smooth;
}
body {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

#cta h2, #foire-aux-questions-section h2, #equipe h2 {
    font-size: 1.5rem!important;
    font-weight: 600!important;
    line-height: 1.4!important;
    margin: 0 0 1rem 0!important;
    /* text-transform: uppercase; */
    letter-spacing: 0.5rem!important;
}
.radial-banner {
    position: fixed;
    background: linear-gradient(90deg, rgb(69, 140, 111) 0%, #2D6ADE 97.15%);
    opacity: 0.5;
    filter: blur(392px);
    border-radius: 508.5px;
    width: 200vw;
    height: 200vh;
    /* z-index: -2; */
    animation-name: radialBannerAnimation;
    animation-duration: 25s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform: translateZ(0);
    /* Forces GPU layer */
    will-change: transform;
    /* Prepares compositing */
}

@keyframes radialBannerAnimation {

    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

}

.arrowOne {
    position: absolute;
    bottom: 37%;
    left: 0px;
    background-image: url('/images/arrowOne.svg');
    width: 110px;
    height: 59px;
    background-repeat: no-repeat;
    z-index: 0;
    /* animation-name: arrowOneAnimation; */
    animation-duration: 600s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes arrowOneAnimation {
    from {
        left: calc(0vw - 110px);
    }

    to {
        left: calc(100vw + 110px);
    }
}

.arrowTwo {
    position: absolute;
    top: 20%;
    left: 17%;
    background-image: url('/images/arrowTwo.svg');
    width: 9%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    /* animation-name: arrowTwoAnimation; */
    animation-duration: 500s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes arrowTwoAnimation {
    0% {
        left: 17%;
    }

    100% {
        left: 109%;
    }
}

.arrowThree {
    position: absolute;
    background-image: url('/images/arrowThree.svg');
    top: 32%;
    left: 53%;
    width: 9%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    /* animation-name: arrowThreeAnimation; */
    animation-duration: 500s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform: scaleX(-1);
}

@keyframes arrowThreeAnimation {
    from {
        left: 53%;
    }

    to {
        left: -9%;
    }
}

.arrowFour {
    position: absolute;
    background-image: url('/images/arrowFour.svg');
    top: 48%;
    left: 46%;
    width: 9%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

.arrowFive {
    position: absolute;
    background-image: url('/images/arrowFive.svg');
    top: 61%;
    left: 53%;
    width: 9%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

.arrowSix {
    position: absolute;
    background-image: url('/images/arrowSix.svg');
    top: 39%;
    left: 80%;
    width: 9%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

.arrowSeven {
    position: absolute;
    background-image: url('/images/arrowSeven.svg');
    top: 57%;
    left: 79%;
    width: 9%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

.arrowEight {
    position: absolute;
    background-image: url('/images/arrowEight.svg');
    top: 57%;
    right: 0%;
    width: 9%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}



#cta {
    text-align: center;
     padding-top: 6rem;
    padding-bottom: 6rem;
    z-index: 2;
    overflow: hidden;
}


.cta-one {
  position: absolute;
  background-image: url('/images/arrowone.svg');
  top: 57%;
  left: 0%;
  width: 9%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}

.cta-two {
  position: absolute;
  background-image: url('/images/arrowtwo.svg');
  top: 15%;
  left: 5%;
  width: 9%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}

.cta-three {
  position: absolute;
  background-image: url('/images/arrowthree.svg');
  top: 80%;
  left: 8%;
  width: 9%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}

.cta-four {
  position: absolute;
  background-image: url('/images/arrowfour.svg');
  top: 32%;
  left: 21%;
  width: 9%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}

.cta-five {
  position: absolute;
  background-image: url('/images/arrowfive.svg');
  top: 84%;
  left: 33%;
  width: 9%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}

.cta-six {
  position: absolute;
  background-image: url('/images/arrowsix.svg');
  top: 79%;
  left: 63%;
  width: 9%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}

.cta-seven {
  position: absolute;
  background-image: url('/images/arrowseven.svg');
  top: 47%;
  left: 70%;
  width: 9%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}

.cta-eight {
  position: absolute;
  background-image: url('/images/arroweight.svg');
  top: 70%;
  left: 78%;
  width: 9%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}

.cta-nine {
  position: absolute;
  background-image: url('/images/arrownine.svg');
  top: 26%;
  left: 82%;
  width: 9%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}

.cta-ten {
  position: absolute;
  background-image: url('/images/arrowten.svg');
  top: 50%;
  right: 0%;
  width: 4%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
#foire-aux-questions-section h2 {
    text-align: center;
}
#foire-aux-questions-section {
    z-index: 100;
     padding-top: 10rem;
    padding-bottom: 10rem;
}
.accordion-faq {
   
    font-weight: 300;
    letter-spacing: 0.2rem;
    padding: 0 1.25rem 0 1.35rem;


    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border: 1px solid #C9A050;
    margin-top: 25px;
    border-radius: 15px;
    line-height: 1.5;
    /* <-- multi-line breathing room */
    padding-top: 20px;
    padding-bottom: 20px;
    white-space: normal;
    /* allow multi-line text */
    word-wrap: break-word;
    overflow-wrap: anywhere;
    box-sizing: border-box;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
}

.foire-aux-questions-section-content {
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
}

.foire-aux-questions-section-container-left {
    width: 47.5%;
}

.foire-aux-questions-section-container-right {
    width: 47.5%;
}

.active-faq,
.accordion-faq:hover {
    backdrop-filter: saturate(140%) blur(10px);
    background: rgba(10, 28, 24, .55);
    border: 1px solid #C9A050;
}

#faq-01:hover #faq-btn-01,
#faq-01:hover #panel-faq-01,
#faq-02:hover #faq-btn-02,
#faq-02:hover #panel-faq-02,
#faq-03:hover #faq-btn-03,
#faq-03:hover #panel-faq-03 {
    transform: scale(1.1);
    cursor: pointer;
}

.active-faq,
.active-faq.accordion-faq:hover {
    border-bottom: none;
    border-radius: 15px 15px 0px 0px;
}

.panel-faq {
    padding: 25px;
    display: none;
    backdrop-filter: saturate(140%) blur(10px);
    background: rgba(10, 28, 24, .55);
    border: 1px solid #C9A050;
    border-top: none;
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
    transition: 0.4s;
}

.panel-faq p {
    margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
    .foire-aux-questions-section-container-left {
        width: 67.5%;
    }

    .foire-aux-questions-section-container-right {
        width: 32.5%;
        margin-right: -10%;
    }
}

@media screen and (max-width: 736px) {
    .foire-aux-questions-section-content {
        flex-direction: column;
    }

    .foire-aux-questions-section-container-left {
        width: 100%;
    }

    .foire-aux-questions-section-container-right {
        width: 100%;
        text-align: center;
        margin-right: -0%;
        margin-top: 50px;

    }
}