/**
 * Theme Name: MPT Liguge
 * Template:   twentytwentyfive
 * Auteur : MPT Ligugé
 */

body {
    background-image: url('assets/img/bgLeft.png'), url('assets/img/bgRight.png');
    background-position:-5% 0%, 110% 0%;
    background-repeat:repeat-y, repeat-y;
    background-size:20% auto, 20% auto;
    /*background-attachment: fixed, fixed;*/
}
@media (max-width:900px) {
    body {
        background-repeat:no-repeat, no-repeat;
        background-position:-5% 10%, 110% 10%;
    }
}
header {
 
}
footer {
    background-color:white;
    background-image:url('assets/img/bgBottom.png');
    background-position:30% 170%;
    background-repeat:no-repeat;
    background-size:auto 50%;
}



.element-is-sticky .wp-block-site-logo img {
    height:2.5em;
    width:auto;
 }

.btn-primary::before {
    position:absolute;
    left:-6%;
    bottom:-.25em;
    width:120%;
    height:100%;
    content:"";
    background-color:rgba(51, 124, 139, 0.255);
    z-index:-1;
    transition: all .5s ease-in-out;
}
 .btn-primary {
    position:relative;
    font-weight:700;
    color:white;
    background: #337D8B;
    transition:all .35s ease-in-out;
    z-index:2;
}
.wpcf7-submit {
    padding-left:1em;
    padding-right:1em;
    padding-top:.25em;
    padding-bottom:.25em;
    border:none;
    cursor:pointer;
}
.btn-primary:hover {
    background: #1b424a;
}
.btn-primary:hover::before {
    left:-15%;
}

.wpcf7-form-control-wrap {
    display:block;
    padding-top:.25em;
}
 input.wpcf7-form-control,
 textarea.wpcf7-form-control {
    font-size:1.2em;
    max-width:100%;
 }

 .activite-catalog-title {
    position:relative;
    display:inline-block;
 }
 .activite-catalog-title::before {
    z-index:-1;
    content:"";
    position:absolute;
    width:100%;
    height:.45em;
    background-color:#ffd50076;
    bottom:.15em;
 }

 .activite-catalog-title.jeunes::before {
    background-color:#f68e4d87;
 }

 .mpt-notice strong {
    font-weight:800;
    font-size:1.2em;
 }

 .activite-accordeon summary {
    position:relative;
    font-weight:700;
    color:white;
    background: #337D8B;
    transition:all .35s ease-in-out;
    z-index:2;
    text-align:center;
    padding-left:1em;
    padding-right:1em;
    padding-top:.25em;
    padding-bottom:.25em;
 }
 iframe {
    max-height:100vh !important;
 }