/* All */
.pf-numbered-p .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
}

/* Page : J'ai besoin d'aide */

.pf-questions-bloc {
    overflow: hidden;
    border-radius: 20px;
}

.pf-questions-bloc > div {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}

.pf-questions-bloc > div > div {
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    .pf-questions-bloc > div {
        grid-template-columns: 1fr;
    }
}

/* Page : Faq */

.pf-faq .elementor-toggle-item{
    border: 1px solid #0D8281;
    border-radius: 10px;
}

.pf-faq .elementor-tab-title {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.pf-faq .elementor-tab-title a {
    display: block;
}

/* Tests */
.test-image .elementor-element {
    margin: 0 !important;
}

.test-preview {
    opacity: 0;
    background-color: rgba(255,255,255, .5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    position: absolute !important;
    border-radius: 10px;
    transition: 200ms;
}

.test-preview .elementor-widget-container, .test-preview .elementor-icon-wrapper  {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pf-card-test:hover .test-preview {
    opacity: 1;
}

/* Forms */

.pf-form-message {
    display: flex;
    flex-direction: column;
}

.pf-form-success,
.pf-form-error {
    font-family: "Luciole";
    font-size: 16px;
    font-weight: 600;
}

.pf-form-success {
    color: #0D8281;
}

.pf-form-error {
    color: #E0144C;
}

/* QUICK FIX */

ul li {
    list-style: inherit;
}

.jet-slick-dots li:before {
    display: none !important;
}

.tiktok-embed {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.border-green--thin {
    border-bottom: 2px solid #0D8281;
}

.same-card-height {
    margin: 0 -10px;
    width: auto;
}

.same-card-height section {
    height: 100%;
}

.alignnone {
    position: relative;
    top: 4px;
}

.siteplan h2, .siteplan h3, .siteplan h4 {
    display: inline-block !important;
    margin: 0;
}

.red-list ul li::before {
    content: "\2022";
    color: #E0144C !important;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* Carroussel */

.pf-carrousel .jet-carousel__item-img {
    width: auto;
    max-height: 120px;
    object-fit: contain !important;
}

.pf-carrousel .jet-carousel__item-inner {
    justify-content: center;
}

.pf-carrousel .jet-carousel__content {
    display: none;
}

.header-logo img{
	width: 70px;
	height: auto;
}