.th-dark .tiles-picto .btn.secondary {
    --bg-color-hover: var(--neutre-100);
    --color-hover: var(--white);
}

.th-light .tiles-picto {
    background: var(--ocre-20);
}

.tiles-picto {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media screen and (min-width:768px) {
    .tiles-picto {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

.tiles-picto--title{
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 90%;
    width: 100%;
    margin: auto;
}

@media screen and (min-width:992px) {
    .tiles-picto--title{
        margin: 0;
    }
}

@media screen and (min-width: 1280px) {
    .tiles-picto--list {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        justify-content: center;
    }
}

.tiles-picto--list .owl-stage-outer {
    margin-left: -4px;
}

@media screen and (min-width: 768px) {
    .tiles-picto--list .owl-stage-outer {
        margin-left: -54px;
    }
}

@media screen and (min-width: 1024px) {
    .tiles-picto--list .owl-stage-outer {
        margin-left: -100px;
    }
}

.tiles-picto--dots {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

@media screen and (min-width: 1280px) {
    .tiles-picto--dots {
        display: none;
    }
}

.tiles-picto--dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ocre-60);
    transition: all .4s ease;
}

.th-light .tiles-picto--dots button,
.th-dark .tiles-picto--dots button {
    background: var(--neutre-40);
}

.tiles-picto--dots button.active {
    background: var(--ocre-100);
}

.th-light .tiles-picto--dots button.active,
.th-dark .tiles-picto--dots button.active {
    background: var(--neutre-100);
}

.tiles-picto--buttons {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .tiles-picto--buttons {
        margin-top: 48px;
    }
}

.tiles-picto--buttons .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.tiles-picto--title {
    margin-bottom: 32px;
    padding-inline: 20px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .tiles-picto--title {
        margin-bottom: 48px;
        text-align: left;
    }

    .centered .tiles-picto--title {
        text-align: center;
        margin: auto auto 40px auto;
    }
}

@media screen and (min-width: 1248px) {
    .tiles-picto--title {
        padding: 0;
    }
}

.tiles-picto--item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border: 1px solid #B6B6B6;
    border-radius: 20px;
}

@media screen and (min-width: 992px) {
    .tiles-picto--item {
        padding: 30px;
        gap: 16px;
    }
}

@media screen and (min-width: 1280px) {
    .tiles-picto--item {
        /* flex: 1; */
        max-width: 384px;
        width: 100%;
    }
}

.centered .tiles-picto--item {
    align-items: center;
}

.centered .tiles-picto--item h3{
    text-align: center;
}
.centered .tiles-picto--item p{
    text-align: center;
}

.tiles-picto--item .picto {
    height: 64px;
    width: 64px;
    background: var(--ocre-100);
}

.th-light .tiles-picto--item .picto,
.th-dark .tiles-picto--item .picto {
    background: var(--neutre-100);
}

.acf-block-preview .tiles-picto {
    padding-top: 32px;
    padding-bottom: 32px;
}

.acf-block-preview .tiles-picto--container {
    max-width: 1440px;
    margin: 0 auto;
}

.acf-block-preview .tiles-picto--list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.acf-block-preview .tiles-picto--list .owl-stage-outer,
.acf-block-preview .tiles-picto--list .owl-stage,
.acf-block-preview .tiles-picto--list .owl-item {
    display: contents;
    margin-left: 0;
}

.acf-block-preview .tiles-picto a,
.acf-block-preview .tiles-picto .btn {
    pointer-events: none;
}

.acf-block-preview .tiles-picto .tiles-picto--dots {
    display: none;
}

@media screen and (max-width: 991px) {
    .acf-block-preview .tiles-picto--list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .acf-block-preview .tiles-picto--list {
        grid-template-columns: minmax(0, 1fr);
    }
}
