﻿@keyframes pulsation{0%,100%{bottom:0;}50%{bottom:15px;}}@keyframes slideLeft{from{margin-left:-300%;width:300%;}to{margin-left:0%;width:100%;}}@keyframes slideRight{from{margin-left:100%;width:300%;}to{margin-left:0%;width:100%;}}@keyframes slideTop{from{top:-100%;}to{top:35%;}}@keyframes slideBottom{from{margin-bottom:100%;width:300%;}to{margin-bottom:-100%;width:100%;}}#affiches-rse{padding-top:65px;margin-bottom:-4px;}#affiches-rse p{font-size:1.3em;line-height:25px;}#affiches-rse .title{width:70%;margin:0 auto;display:block;background:linear-gradient(to bottom,#8dae60 85%,transparent 100%);color:#fff;border-radius:50px;}#affiches-rse .title h1{text-align:center;padding-top:50px;font-size:4em;}#affiches-rse .title p{padding:30px 50px 200px 50px;}#affiches-rse .categories{position:relative;z-index:0;}#affiches-rse .categories .test{width:70%;position:relative;display:block;margin:0 auto;}#affiches-rse .categories .test .categories-block{display:grid;position:absolute;bottom:100px;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:59px;width:100%;}#affiches-rse .categories .test .categories-block div{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;gap:20px;background-color:#e6eeca;height:100%;padding:0 40px 20px 40px;border-radius:50px;margin:0 auto;width:80%;}#affiches-rse .categories .test .categories-block div p{grid-column:1/-1;margin:0;font-weight:bold;text-align:center;padding:40px 0 20px 0;color:#89ab57;font-size:2em;}#affiches-rse .categories .test .categories-block div img{width:100%;height:auto;object-fit:cover;margin:0 auto;}#affiches-rse .categories .test .categories-block .scolaire{background-color:#e7dfd1;}#affiches-rse .categories .test .categories-block .scolaire p{color:#b79c85;}#affiches-rse .categories .test .categories-block .scolaire .hygiene-sco{grid-column:1/-1;width:50%;}#affiches-rse .categories .main{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:12.5%;z-index:2;}@media(max-width:900px){#affiches-rse .categories .main{display:none;}}#affiches-rse .decor-feuille{width:100%;position:relative;z-index:-1;}@media(max-width:900px){#affiches-rse .decor-feuille{display:none;}}#affiches-rse .category-trigger{cursor:pointer;transition:transform .3s ease;}#affiches-rse .category-trigger:hover{transform:scale(1.05);}#affiches-rse .affiches-detail{display:none;width:80%;height:auto;border-radius:50px;margin:-150px auto -400px auto;}#affiches-rse .affiches-detail.bureau{background-color:#e6eeca;}#affiches-rse .affiches-detail.scolaire{background-color:#e7dfd1;}#affiches-rse .affiches-detail.scolaire .category-title{color:#aa8b71;}#affiches-rse .affiches-detail.scolaire .personnalisables-section .personnalisables-title{color:#aa8b71;border-color:#aa8b71;}#affiches-rse .affiches-detail.scolaire .affiche-item .download-btn{background:#aa8b71;}#affiches-rse .affiches-detail.scolaire .affiche-item .download-btn:hover{background:#9a7a60;}#affiches-rse .close-btn{width:60px;height:60px;border:0;background:#8ba574;color:#fff;font-size:35px;border-radius:50%;cursor:pointer;z-index:2;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;line-height:1;margin:1px 0 0 auto;position:relative;right:20px;top:20px;}#affiches-rse .close-btn:hover{background:#7a9463;transform:rotate(90deg);}#affiches-rse .detail-content{max-width:1400px;margin:0 auto;padding:20px;}#affiches-rse .detail-content .category-title{text-align:center;font-size:3em;color:#8ba574;margin-bottom:60px;font-weight:bold;}#affiches-rse .detail-content .affiches-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:40px;justify-content:center;}#affiches-rse .detail-content .affiches-grid .personnalisables-section{margin:40px 0;width:100%;}#affiches-rse .detail-content .affiches-grid .personnalisables-section .personnalisables-title{font-size:2em;color:#8ba574;text-align:center;font-weight:bold;padding:20px 0;display:flex;align-items:center;justify-content:center;gap:35px;}#affiches-rse .detail-content .affiches-grid .personnalisables-section .personnalisables-title::before,#affiches-rse .detail-content .affiches-grid .personnalisables-section .personnalisables-title::after{content:"";flex:1;height:2px;background-color:#8ba574;margin:0 45px;}#affiches-rse .detail-content .affiches-grid .affiche-group{border-radius:20px;padding:25px;display:inline-block;margin-bottom:20px;width:fit-content;}#affiches-rse .detail-content .affiches-grid .affiche-group .affiche-group-title{font-size:1.875em;color:#333;margin:0 0 20px 0;font-weight:600;text-align:left;}#affiches-rse .detail-content .affiches-grid .affiche-group .affiche-group-items{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:500px;}#affiches-rse .detail-content .affiches-grid .affiche-group .affiche-group-items.single-item{grid-template-columns:1fr;justify-items:center;max-width:250px;}@media(max-width:600px){#affiches-rse .detail-content .affiches-grid .affiche-group .affiche-group-items{grid-template-columns:1fr;max-width:250px;}}#affiches-rse .detail-content .affiches-grid .affiche-group .affiche-item{text-align:center;min-width:0;}#affiches-rse .detail-content .affiches-grid .affiche-group .affiche-item img{width:100%;height:auto;object-fit:cover;margin-bottom:15px;}@media(min-width:1200px){#affiches-rse .detail-content .affiches-grid .affiche-group .affiche-item img{transition:transform .2s ease;transform-style:preserve-3d;}#affiches-rse .detail-content .affiches-grid .affiche-group .affiche-item img:hover{box-shadow:0 10px 30px rgba(0,0,0,.3);}}#affiches-rse .detail-content .affiches-grid .affiche-group .affiche-item .download-btn{display:inline-flex;align-items:center;gap:8px;background:#8ba574;color:#fff;padding:10px 20px;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;font-size:.9em;position:relative;}#affiches-rse .detail-content .affiches-grid .affiche-group .affiche-item .download-btn svg{transition:transform .3s ease;}#affiches-rse .detail-content .affiches-grid .affiche-group .affiche-item .download-btn:hover{background:#7a9463;transform:scale(1.05);}#affiches-rse .detail-content .affiches-grid .affiche-group .affiche-item .download-btn:hover svg{transform:translateY(3px);}#affiches-rse .decor-feuille-resp{display:none;}@media(max-width:1200px){#affiches-rse .title{width:100%;}#affiches-rse .affiches-detail{margin:-150px auto -180px auto;}}@media(max-width:900px){#affiches-rse .decor-feuille-resp{display:block;width:100%;}#affiches-rse .categories .test .categories-block{grid-template-columns:repeat(1,1fr);position:relative;}#affiches-rse .title p{padding:30px 25px 200px 25px;}#affiches-rse .affiches-detail{margin:-145px auto -40px auto;}#affiches-rse .detail-content .category-title{font-size:1.7em;}#affiches-rse .categories .test .categories-block div{width:70%;}#affiches-rse .categories .test{width:85%;}}@media(max-width:600px){#back-to-top{width:30px;height:30px;font-size:1.2em;bottom:15px;right:15px;}}@media(min-width:601px) and (max-width:1200px){#back-to-top{width:35px;height:35px;font-size:1.4em;bottom:18px;right:18px;}}