@charset "UTF-8";
/*
Theme Name: Seint Agglo
Description:
Requires at least: WordPress 5.1.1
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agglo
*/

/*.link-external::after {*/
    /*content:none !important;*/
/*}*/

html body a.link-external::after {
    content:none !important;
}
.media-element__wrapper {
    padding-top: 56.4%;
}
.media-element .iframe,
.media-element iframe,
.media-element img {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    border: none;
}
.media-element img {
    height: auto;
}
.media-element-audio .media-element__wrapper {
    padding-top: 0;
}

.span-wrap span{
    padding: 0;
    display: block;
    line-height: 0;
}

.checkbox.custom-checkbox label {
    position: relative;
}
.checkbox .custom-checkbox label .wpcf7-list-item-label:before{
    background-color: #fff;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
    content: '';
    height: 17px;
    left: 0;
    position: absolute;
    speak: none;
    top: 0;
    width: 17px;
    box-sizing: inherit;
    color: inherit;
}

.checkbox.custom-checkbox label .wpcf7-list-item-label:after{
    content: "\2713";
    font-size: 9px;
    left: 4px;
    top: 4px;
    color: transparent;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.checkbox.custom-checkbox label input:checked[type=checkbox] + .wpcf7-list-item-label:after {
    color: #34d7b1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ontheweb-block__item {
    flex-grow: 0;
}
.tabs__inner.social-wall__grid .ff-stream {
    width: 100%;
}

/* FACILITI */

#main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

#faciliti-cta {
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 7.5rem;
    height: 7.5rem;
    padding: 0;
    margin-right: 1.2rem;
    background: none;
}

#faciliti-cta img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    #faciliti-cta {
        height: 5.4rem;
        width: 5.4rem;
    }
}

/* EVENTS / RESERVATION */

.events-content {
    display: flex;
}

.events-content #widget-fiche-ingenie {
    width: 500px;
    margin-left: 2em;
}

@media screen and (max-width: 1024px) {
    .events-content {
        flex-direction: column;
    }

    .events-content #widget-fiche-ingenie {
        width: 100%;
        margin-top: 2em;
        margin-left: 0;
    }
}


.rte .ce-textpic p a img {
    min-height: unset !important;
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    contain-intrinsic-size: 800px 500px;
}