:root :where(.is-layout-constrained) > * {
    margin-block-start: 0;
    margin-block-end: 0;
}

:where(.wp-site-blocks) > * {
    margin-block-start: 0;
    margin-block-end: 0;
}

main a,
footer a {
    text-decoration: none;
}

header a:hover,
main a:hover,
footer a:hover {
    text-decoration: underline;
    text-decoration-color: #ead0a5;
}

header a:where(:not(.wp-element-button)) {
    font-family: Cinzel, serif;
}

@media (max-width: 768px) {
    img[src$="schema-processus.png"] {
        display: none !important;
    }

    .wp-block-navigation {
        justify-content: center;
        text-align: center;
    }
}

.wp-block-navigation__submenu-container .wp-block-navigation-item__label {
    font-size: 15px;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    justify-content: center;
    text-align: center;
}

.fluentform input.ff-el-form-control {
    font-size: 18px;
    background-color: #ead0a5;
    border-radius: 0;
    border: 0;
    height: 64px;
    color: black;
}

.fluentform input.ff-el-form-control::placeholder {
    font-size: 18px;
    color: white;
}

.fluentform input.ff-el-form-control:focus {
    background-color: #ead0a5;
    border: 1px solid black;
    color: black;
}

.fluentform textarea.ff-el-form-control {
    font-size: 18px;
    background-color: #ead0a5;
    border-radius: 0;
    color: black;
}

.fluentform textarea.ff-el-form-control::placeholder {
    font-size: 18px;
    color: white;
}

.fluentform textarea.ff-el-form-control:focus {
    background-color: #ead0a5;
    border: 1px solid black;
    color: black;
}

.fluentform .ff-el-is-error .text-danger {
    font-size: 18px;
}

.fluentform .ff-btn-submit {
    color: white !important;
    font-weight: 300;
    font-size: 18px;
    padding-left: 32px;
    padding-right: 32px;
}

.fluentform .ff-message-success {
    border: 0;
    box-shadow: 0 0 0 0;
    text-align: center;
}

.fluentform .ff_form_not_render {
    text-align: center;
}

.swiper {
    width: 100%;
    height: 600px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
    color: white;
    outline: none;
    user-select: none;
    opacity: 0.6;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #DDD;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}

.swiper-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 30px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.swiper-slide:hover .swiper-caption {
    opacity: 1;
}
