/*
Theme Name: APE Theme Child
Template: twentytwentyfive
Author: Bastien
Version: 1.0
Description: Thème enfant du thème parent.
*/

/* Vos overrides CSS ici */

body {
    overflow-x: hidden;
}

.only_mobile {
    display: none !important;
}

@media (max-width: 986px) {
    .no_mobile {
        display: none !important;
    }

    .only_mobile {
        display: block !important;
    }
}



.home_ban {
    position: relative
}

.title_block {
    position: relative;
    margin-bottom: 120px;
}

.title_block .deco_title {
    position: absolute;
    bottom: -80px;
    left: 25%;
}

.logo_header {
    position: absolute;
    width: 138px;
    height: 125px;
    z-index: 5;
    top: -15px;
}

@media (max-width: 913px) {
    .logo_header {
        width: 60px;
    }
}

hr {
    width: 80px;
}

.deco {
    position: absolute;
    bottom: -20px;
    flex-shrink: 0;
}

.decod {
    left: 50%;
    transform: translateX(200px);
}

.decog {
    left: 50%;
    transform: translateX(-550px);
}

.relative {
    position: relative;
}

.deco-pour {
    top: -40px;
    right: 20px;
}

.event_list .ultp-block-excerpt p {
    display: table;
    padding: 3px 12px;
    background-color: #C97983;
    border-radius: 8px;
    font-weight: bold;
}