/* FAQ - MOBILE */

#faq-mobile .content {
    padding-left: 33px;
    padding-right: 33px;
}

#faq-mobile .title {
    padding: 0;
    margin: 0;
    font-family: "Space Grotesk";	
    font-size: 24px;
    line-height: 28px;
    color: #151F31;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 50px;
}

#faq-mobile .content-questions a.question {
    background: #FFFFFF;
    border: 1px solid #E7EBEF;
    border-radius: 8px;
    padding: 28px 22px;
    display: block;
    margin-bottom: 15px;
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #151F31;
}

#faq-mobile .content-questions a.question:hover,
#faq-mobile .content-questions a.question:focus {
    outline: none;
    text-decoration: none;
}

#faq-mobile .content-questions a.question:hover,
#faq-mobile .content-questions a.question:active {
    /* background: linear-gradient(270deg, #17e29e 0%, #00c18b 100%); */
    background: #156ffa;
    color: white;
}

#faq-mobile .content-questions {
    margin-top: 120px;
    margin-bottom: 35px;
}

#faq-mobile .content-description {
    margin-bottom: 40px;
    margin-top: 70px;
}

#faq-mobile .content-description p {
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #151F31;
}

#faq-mobile .content-description strong {
    font-family: "Space Grotesk";;
    font-weight: 600;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #151F31;
}

#faq-mobile .content-description a {
    color: #156ffa;
    text-decoration: none;
}

/* FAQ - ETAPES */

#faq-steps #steps {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* #faq-steps #steps.owl-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
} */

#faq-steps #steps.owl-carousel.owl-theme.owl-loaded.owl-drag {
    height: 100%;
    /* object-fit: cover; */
}

#faq-steps #steps .owl-stage-outer {
    height: 100%;
    /* object-fit: cover; */
}

#faq-steps #steps .owl-stage {
    height: 100%;
    /* object-fit: cover; */
}

#faq-steps #steps .owl-item {
    height: 100%;
    /* object-fit: cover; */
}

#faq-steps #steps .owl-item {
    padding-bottom: 100px;
    overflow: scroll;
}

#faq-steps #steps .item {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

#faq-steps #steps .item > .illustration {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#faq-steps #steps .item > .title {
    font-family: "Space Grotesk";
    font-size: 24px;
    line-height: 28px;
    color: #151F31;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#faq-steps #steps .item > .description {
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 21px;
    color: #8C8C8C;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

#faq-steps .footer-steps {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 130px;
    /* background: white; */
    z-index: 1000;
}

#faq-steps .footer-steps .top-part {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 38%);
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: inherit;
    padding-top: 55px;
}


#faq-steps .footer-steps button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

#faq-steps .footer-steps .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#faq-steps .footer-steps .owl-dots .owl-dot.active span, 
#faq-steps .footer-steps .owl-dots .owl-dot:hover span,
#faq-steps .footer-steps .owl-dots .owl-dot:hover {
    cursor: default;
}

#faq-steps .footer-steps .owl-dots .owl-dot.active span {
	background-color: #156ffa;
    outline: none
}

#faq-steps .footer-steps .owl-dots .owl-dot:focus {
    outline: none;
}

#faq-steps .footer-steps .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

#faq-steps .footer-steps .owl-dot {
    cursor: pointer!important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#faq-steps .footer-steps .bottom-part {
    background-color: white;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center;
}

#faq-steps .footer-steps .bottom-part a.back {
    font-family: "Space Grotesk";
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-decoration-line: none;
    color: #156ffa;
}