/* --- POLICES LOCALES avec font-display: swap --- */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("{{ asset('webfonts/fa-solid-900.woff2') }}") format('woff2');
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("{{ asset('webfonts/fa-brands-400.woff2') }}") format('woff2');
}

@font-face {
    font-family: 'IcoMoon';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("{{ asset('fonts/icomoon.ttf') }}") format('truetype');
}

/* --- ANIMATIONS ET STYLES EXISTANTS --- */
@keyframes clignote {
    0%   { opacity: 1; }
    50%  { opacity: 0.4; }
    100% { opacity: 1; }
}

@keyframes flash-rapide {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.flash-rapide {
    animation: flash-rapide 0.5s infinite;
}

.clignotant {
    animation: clignote 1s infinite;
}

.text_gauche {
    text-align: left;
}

.texte_noir a {
    font-size: 20px;
    font-weight: bold;
    font-family: var(--agrion-font);
    line-height: 28px;
    padding-bottom: 15px;
    color: black;
}

.texte_blanc a {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--agrion-font);
    line-height: 28px;
    padding-bottom: 15px;
    color: white;
}

.img_personel {
    width: 250px;
    height: 250px;
    padding-left: 5px;
    padding-right: 5px;
}

.img_valeur {
    width: 300px;
    height: 220px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.grand {
    font-size: 40px;
}

.accrodion-content {
    display: none;
    transition: opacity 0.3s ease-in-out;
}

.espace {
    padding-top: 10px;
}

.perso {
    color: black;
}

.perso:hover {
    color: #1f6306;
}

.noir {
    color: black;
}

/* --- SUPPRESSION DES TRAITS DES COMMENTAIRES / ACTUALITÉS --- */
.comment-one__single {
    border-bottom: none !important;
    border-top: none !important;
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.comment-one__single::after {
    display: none !important;
}

.comment-one__content {
    border: none !important;
    border-top: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.comment-one__image {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
