.see-more-button{position:relative;display:inline-block;padding:.5rem 1.5rem;font-size:1rem;color:#fff;text-decoration:none;overflow:hidden;transition:all 2s ease}.see-more-button:hover{color:#2c64f2;text-decoration:underline;text-underline-offset:5px}.footer{background-color:#2c2c2c;color:#fff;padding:4rem 0 1.5rem;margin-top:auto}.footer .container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.footer .container{padding:0 2rem}}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.footer__section{display:flex;flex-direction:column}.footer__title{font-size:1.5rem;font-weight:700;color:#2c64f2;margin-bottom:1rem}.footer__subtitle{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer__description{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem}.footer__social{display:flex;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:hsla(0,0%,100%,.1);border-radius:9999px;color:#fff;transition:.3s ease-in-out}.footer__social-link:hover{background-color:#2c64f2;transform:translateY(-2px)}.footer__social-icon{width:20px;height:20px}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.5rem}.footer__links li a{color:#7f8c8d;transition:.15s ease-in-out}.footer__links li a:hover{color:#2c64f2}.footer__schedule{color:#7f8c8d;line-height:1.6}.footer__schedule p{margin-bottom:.5rem}.footer__contact{color:#7f8c8d;line-height:1.6}.footer__contact p{margin-bottom:.5rem}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1.5rem;text-align:center}.footer__bottom p{color:#95a5a6;font-size:.875rem;margin:0}.communication-layout{min-height:100vh;display:flex;flex-direction:column}.communication-layout .main-content{flex:1 1}.program-card{height:100%;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease-in-out;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.program-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.program-card__image{position:relative;width:100%;padding-bottom:60%;overflow:hidden}.program-card__image img{transition:transform .3s ease-in-out}.program-card:hover .program-card__image img{transform:scale(1.05)}.program-card__badge{position:absolute;top:1rem;left:1rem;display:flex;gap:.25rem;z-index:2}.program-card__category{padding:6px 12px;border-radius:9999px;font-size:.875rem;font-weight:600;text-transform:capitalize;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.program-card__category--débutant{background:rgba(39,174,96,.9);color:#fff}.program-card__category--intermédiaire{background:rgba(243,156,18,.9);color:#fff}.program-card__category--avancé{background:rgba(231,76,60,.9);color:#fff}.program-card__new-badge{padding:6px 12px;background:rgba(231,76,60,.95);color:#fff;border-radius:9999px;font-size:.875rem;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.program-card__content{padding:1.5rem;display:flex;flex-direction:column;flex:1 1}.program-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:.5rem}.program-card__title{font-size:1.25rem;font-weight:700;color:#2c3e50;margin:0;line-height:1.3;flex:1 1}.program-card__description{color:#7f8c8d;font-size:1rem;line-height:1.6;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.program-card__meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.program-card__meta-item{display:flex;align-items:center;gap:6px;color:#7f8c8d;font-size:.875rem}.program-card__meta-item svg{color:#2c64f2;flex-shrink:0}.program-card__objectives{list-style:none;padding:0;margin:0 0 1rem}.program-card__objectives li{position:relative;padding-left:20px;color:#7f8c8d;font-size:.875rem;line-height:1.6;margin-bottom:.25rem}.program-card__objectives li:before{content:"✓";position:absolute;left:0;color:#27ae60;font-weight:700}.program-card__actions{display:flex;gap:.5rem;margin-top:auto}.program-card__actions>*{flex:1 1}