@media (max-width: 768px) {

    /* ── HEADER ── */
    .header {
        padding: 10px;
    }

    .header .sucette img {
        width: 55px !important;
    }

    .logo img {
        width: 180px !important;
    }

    .body {
        flex-direction: column;
    }

  
    .banderose1 {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.4em;
        padding: 0.6em 0.5em;
        order: 0;
    }

    .banderose1 a,
    .banderose1 summary {
        font-size: 1.1em;
        margin: 0;
        padding: 0.3em 0.6em;
        border-radius: 8px;
        background-color: rgba(0, 0, 0, 0.15);
    }

  
    .bonbons-roll {
        position: relative;
    }

    .bonbons-roll[open] {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        padding: 0.3em 0.5em;
    }

    .bonbons-roll a {
        font-size: 0.95em !important;
        display: block;
        text-align: left;
        margin: 0.2em 0;
        padding: 0;
        background: none;
    }


    .milieu {
        width: 100%;
        order: 1;
        padding: 0 0.5em;
    }

    h1 {
        font-size: 1.4em !important;
        margin-top: 1em;
        margin-bottom: 0.8em;
        padding: 0 0.5em;
    }

    h2 {
        font-size: 1.4em;
    }

    .banderose2 {
        width: 100%;
        order: 2;
        padding: 1em 0;
    }

    .co-ho {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.2em;
    }

    .co-ho h2 {
        font-size: 1.3em;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }

    .co-ho p,
    .co-ho a {
        font-size: 0.95em;
    }

  
    .diapo {
        height: 220px;
        max-width: 100%;
    }

    .slide.active {
        width: 200px;
        height: 200px;
    }

    .slide.prev,
    .slide.next {
        width: 120px;
        height: 120px;
    }

    .slide.prev {
        transform: translate(-220px, -50%);
    }

    .slide.next {
        transform: translate(100px, -50%);
    }

  
    section {
        gap: 20px;
        margin-bottom: 2.5em;
    }

    section img {
        max-width: 130px;
    }


    section div img {
        transform: none !important;
    }

    section img:hover {
        transform: scale(1.05) !important;
    }

    hr {
        margin-left: 0.8em;
        margin-right: 0.8em;
    }


    .yaller {
        flex-direction: column;
        align-items: center;
        gap: 1em;
    }

    iframe {
        width: 95vw;
        height: 280px;
    }


    .editeur,
    .hebergeur,
    .copyright,
    .data {
        margin-left: 0.8em;
        margin-right: 0.8em;
        padding: 0.8em;
        font-size: 0.9em;
    }

  
    .footer {
        flex-direction: column;
        text-align: center;
        gap: 0.8em;
        padding: 1em;
    }

    .footer .logo-su7 img {
        max-width: 55px;
    }

    .footer .logo-gums img {
        max-width: 120px;
    }
}
