@media(max-width:800px){
 #formation{grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}
 #formation>div{min-width:0}
 #formation .formation-photo{height:auto;min-height:0;aspect-ratio:4/3;align-self:start}
 #formation .formation-photo img{position:static;display:block;width:100%;height:100%;object-fit:cover}
 #formation .formation-photo span{max-width:100%;box-sizing:border-box;padding:10px 14px}
 #formation h2{overflow-wrap:break-word}
}
