@charset "UTF-8";.titre{display:flex;justify-content:center;height:80px}.titre h1{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-weight:700;font-size:3rem;padding:20px}.titre img{height:50px;padding:20px 0 0}.ios .titre{height:60px}.ios .titre h1{font-size:2.25rem;padding:15px}.ios .titre img{height:37.5px;padding:15px 0 0}.hex-card{color:#fff}.hex-card .hex{width:200px;aspect-ratio:1;perspective:800px;user-select:none;-webkit-user-select:none;-ms-user-select:none}.hex-card .hex .hex-shape{stroke:none;transition:all .3s ease}.hex-card .hex.reco-enseignant .hex-shape{stroke:#ef7d00;stroke-width:4;stroke-dasharray:10 5}.hex-card .hex.reco-equipe .hex-shape{stroke:#ad498d;stroke-width:4;stroke-dasharray:10 5}.hex-card .hex .hex-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s;position:relative}.hex-card .hex .hex-inner .hex-front,.hex-card .hex .hex-inner .hex-back{position:absolute;top:0;left:0;backface-visibility:hidden;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:sans-serif;text-align:center;font-size:.9rem;padding:10px;box-sizing:border-box;transition:opacity .4s ease,transform .6s ease}.hex-card .hex .hex-inner .hex-front span{font-weight:700;padding-bottom:5px}.hex-card .hex .hex-inner .hex-front h4{padding-bottom:5px;font-size:.67rem}.hex-card .hex .hex-inner .hex-front img{height:30px}.hex-card .hex .hex-inner .hex-back{transform:rotateY(180deg);overflow:hidden}.hex-card .hex .hex-inner .hex-back p{font-size:.45rem;line-height:.9;text-align:center;padding:15px 0}.hex-card .hex:hover .hex-inner{transform:rotateY(180deg)}.hex-card.visees{fill:#009f8c}.hex-card.conditions-enseignant{fill:#ef7d00}.hex-card.recommandations-enseignant{fill:#fff;color:#ef7d00}.hex-card.conditions-equipe{fill:#ad498d}.hex-card.recommandations-equipe{fill:#fff;color:#ad498d}.hex-card.domaine{fill:#e73458}.capture-mode .hex-inner{transform:none!important}.capture-mode .hex-back{display:none!important}.long-def{overflow-y:scroll;scrollbar-width:thin!important;scrollbar-color:rgba(0,0,0,.1) transparent}.long-def::-webkit-scrollbar{width:4px;cursor:pointer}.long-def::-webkit-scrollbar-track{background:transparent}.long-def::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:10px}.draggable-card{cursor:grab}.draggable-card.dragging{cursor:grabbing}.card-list>div{cursor:grab}.card-list>div:active{cursor:grabbing}@-moz-document url-prefix(){.hex{perspective:none!important}.hex-inner{transform:none!important}.hex-front,.hex-back{transform:none!important;backface-visibility:visible!important;opacity:1;z-index:2}.hex-back{opacity:0;z-index:1}.hex:hover .hex-front{opacity:0;z-index:1;transform:rotateY(-15deg)}.hex:hover .hex-back{opacity:1;z-index:2;transform:rotateY(0)}.hex-front img,.hex-back img{image-rendering:auto}}@supports (-webkit-transform-style: preserve-3d) and (not (-moz-appearance: none)){.hex-back{transform:rotateY(180deg) translateZ(0);will-change:transform,opacity;backface-visibility:hidden}.hex-front{transform:rotateY(0) translateZ(0);will-change:transform,opacity}}body.ios .hex{width:180px;height:180px;-webkit-perspective:800px}body.ios .hex-inner{min-width:180px;min-height:180px;-webkit-transform-style:preserve-3d}body.ios .hex-front,body.ios .hex-back{-webkit-backface-visibility:hidden}body.ios .hex-front img,body.ios .hex-back img{height:50px!important}body.ios .hex-front h4{font-size:1.2rem!important}body.ios .hex-back p{font-size:1rem!important;margin:15px;line-height:1;overflow-y:scroll}.card-library{flex:1;padding:10px;border-right:1px solid #ddd;overflow-y:auto;background:#fff;border-radius:8px}.card-library h2{font-size:1rem;font-weight:700;margin-bottom:8px}.card-library .card-category{margin-bottom:16px}.card-library .card-category h3{font-size:.9rem;margin:8px 0;font-weight:700}.card-library .card-category .card-list{display:flex;flex-wrap:wrap}.hive-board{flex:2;position:relative;background:#fffef9;overflow:hidden}.hive-board{border:2px dashed #aaa;background:#fafafa;border-radius:8px;overflow:hidden}.toolbar{position:fixed;top:100px;right:20px;display:flex;gap:10px;z-index:100}.toolbar button{background-color:#ffd84d;border:none;padding:8px 12px;border-radius:8px;cursor:pointer;font-weight:700;transition:.2s}.toolbar button:hover{background-color:#ffca3a}footer{height:80px;display:flex!important;justify-content:space-between}footer img{height:50px;padding:10px}.ios .footer{height:60px}.ios .footer img{height:37.5px;padding:7.5px}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-box{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px #00000040;text-align:center;max-width:400px;width:90%;position:relative;z-index:10000}.modal-box h2{margin-bottom:1rem;font-size:1.4rem;color:#333}.modal-box input{width:100%;padding:.6rem .8rem;font-size:1rem;border:1px solid #ccc;border-radius:6px;margin-bottom:5px;outline:none}.modal-box input:focus{border-color:#666}.modal-actions{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:1rem}.modal-box .btn{flex:1;padding:.6rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;background-color:#ffd633;color:#333;transition:background .2s}.modal-box .btn:hover{background-color:#f2b500}.modal-box .btn.secondary{background-color:#ddd}.modal-box .btn.secondary:hover{background-color:#ccc}.counter-text{font-size:.9rem;color:#666}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.char-count{text-align:right;font-size:.85rem;color:#666;margin-bottom:10px}.popup-warning{position:fixed;top:20px;left:50%;transform:translate(-50%);background-color:#fc0;color:#333;padding:12px 24px;border-radius:8px;box-shadow:0 4px 8px #0003;font-weight:700;z-index:1000;animation:fadeInOut 3s ease forwards}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(-20px)}10%{opacity:1;transform:translate(-50%) translateY(0)}90%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-20px)}}.free-space-card{width:200px;aspect-ratio:1;perspective:800px;stroke:#8bb31d;stroke-width:4;stroke-dasharray:10 5;fill:#fff;color:#8bb31d}.free-space-card .free-hex-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s;position:relative}.free-space-card .free-hex-inner .free-hex-front{position:absolute;top:0;left:0;backface-visibility:hidden;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:sans-serif;text-align:center;font-size:.9rem;padding:10px;box-sizing:border-box}.free-space-card .free-hex-inner .free-hex-front h4{font-size:.66rem;padding-top:10px}.free-space-card .free-hex-inner .free-hex-front p{font-size:.45rem}.free-space-card .free-hex-inner .free-hex-front .free-img,.free-space-card .free-hex-inner .free-hex-front .icon{height:25px}.library-card.free-space:hover{cursor:pointer}.library-card.free-space:hover .free-space-card{fill:#8bb31d;color:#fff;transition-duration:.4s}.library-card.free-space:hover .free-space-card #vert{fill:#fff;transition-duration:.4s}@-moz-document url-prefix(){.free-space-card{perspective:none!important}.free-space-card .free-hex-front{backface-visibility:visible!important;opacity:1;z-index:2;transition:background-color .4s,color .4s}.free-space-card .free-hex-front .free-img,.free-space-card .free-hex-front .icon{transition:fill .4s}.free-space-card:hover{fill:#8bb31d;color:#fff}.free-space-card:hover #vert{fill:#fff}.free-hex-inner,.free-hex-front{transform:none!important}.free-space-card:hover .free-hex-front{transform:rotateY(0)}}body.ios .free-space-card{width:180px;height:180px;-webkit-perspective:800px}body.ios .free-hex-inner{min-width:180px;min-height:180px;-webkit-transform-style:preserve-3d}body.ios .free-hex-front{-webkit-backface-visibility:hidden}body.ios .free-hex-front .free-img,body.ios .free-hex-front .icon{height:50px!important}body.ios .free-hex-front h4{font-size:1.2rem!important}body{margin:0;font-family:roboto,sans-serif;background-color:#faf9f6;color:#333}.app{display:flex;flex-direction:row;height:calc(100vh - 180px);margin-top:10px;margin-bottom:10px}@media (max-width: 768px){.app{flex-direction:column}}@media (max-width: 767px){body>*{display:none!important}body:before{content:"⚠️ Ce site n'est pas accessible sur smartphone. Veuillez utiliser une tablette en mode paysage ou un écran plus grand.";display:flex;justify-content:center;align-items:center;width:100%;height:100vh;box-sizing:border-box;background-color:#fff;color:#333;font-size:1rem;font-family:sans-serif;text-align:center;padding:20px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){body>*{display:none!important}body:before{content:"⚠️ Veuillez utiliser la tablette en mode paysage pour accéder au site.";display:flex;justify-content:center;align-items:center;width:100%;height:100vh;box-sizing:border-box;background-color:#fff;color:#333;font-size:1rem;font-family:sans-serif;text-align:center;padding:20px}}@media (min-width: 768px) and (orientation: landscape),(min-width: 1025px){body>*{display:block!important}body:before{display:none}}body.ios{overflow:hidden;-webkit-overflow-scrolling:none}body.ios .app{height:calc(100dvh - 160px)}
