div.centered-button{align-items:center;display:flex;justify-content:center;width:100%}div.centered-button.hidden{display:none}a.basic-button,button:not(button[title="Show Symfony toolbar"],button.second-button,button#send-button,button.see-more,button#refresh-button,button.hide-button){background:radial-gradient(ellipse at bottom,#44e4cc 0,#a88ece 70%) no-repeat;border:2px solid #44e4cc;border-radius:5px;box-shadow:4px 4px 0 #44e4cc;color:#010134;cursor:pointer;font-size:1.3rem;font-weight:600;margin-top:20px;padding:10px 20px;text-align:center;text-decoration:none;transition:box-shadow .2s linear}a.basic-button:hover,button:not(button[title="Show Symfony toolbar"],button.second-button,button#send-button,button.see-more,button#refresh-button,button.hide-button):hover{background:radial-gradient(ellipse at top,#ffb0cc 0,#a88ece 70%) no-repeat;border:2px solid #ffb0cc;box-shadow:-4px -4px 0 #ffb0cc}a.basic-button.button-inverted{background:radial-gradient(ellipse at bottom,#ffb0cc 0,#a88ece 70%) no-repeat;border:2px solid #ffb0cc;box-shadow:4px 4px 0 #ffb0cc}a.basic-button.button-inverted:hover{background:radial-gradient(ellipse at top,#44e4cc 0,#a88ece 70%) no-repeat;border:2px solid #44e4cc;box-shadow:-4px -4px 0 #44e4cc}button.copy-button.second-button{background:#44e4cc none;border:none;border-radius:5px;color:#010134;cursor:pointer;font-family:Changa,sans-serif;font-size:1rem;margin:0;padding:8px 15px;transition:background .2s linear}button.copy-button.second-button:hover{background:#a88ece}.button-tooltip{align-self:center;border:2px solid #a88ece;border-radius:5px;display:block;font-size:.95rem;margin-left:5px;opacity:0;padding:5px 8px;position:relative;transition:all .3s}.button-tooltip:before{background:#a88ece;border-radius:2px;clip-path:polygon(100% 0,0 50%,100% 100%);content:"";display:block;height:10px;left:-10px;position:absolute;top:5px;width:10px}.button-tooltip.show{opacity:1}a.see-more,div.centered-button button.see-more{background:none;border:none;box-shadow:none;color:#a88ece;cursor:pointer;display:block;font-family:Nunito,sans-serif;font-size:1rem;font-weight:700;margin:15px 0;position:relative;text-decoration:none;transition:color .3s ease}a.see-more:after,a.see-more:before,div.centered-button button.see-more:after,div.centered-button button.see-more:before{background:#ffb0cc;content:"";display:inline-block;height:2px;position:absolute;transform:rotate(0deg);transition:transform .2s ease;width:12px}a.see-more:before,div.centered-button button.see-more:before{left:-20px;top:50%}a.see-more:after,div.centered-button button.see-more:after{right:-20px;top:50%}a.see-more:hover,div.centered-button button.see-more:hover{box-shadow:none;color:#ffb0cc}a.see-more:hover:after,a.see-more:hover:before,div.centered-button button.see-more:hover:after,div.centered-button button.see-more:hover:before{background:#44e4cc;transform:rotate(90deg)}@media screen and (max-width:580px){.button-tooltip:before{background:#a88ece;border-radius:2px;clip-path:polygon(50% 0,0 100%,100% 100%);content:"";display:block;height:10px;left:0;position:absolute;top:-10px;width:10px}}article.post{margin-bottom:40px;padding-left:20px;width:100%}article.post.astuce{border-left:3px solid #a88ece}article.post.avis{border-left:3px solid #ffb0cc}article.post h4{font-size:1.3rem;margin:10px 0 5px}article.post h4:before{content:"> "}article.post h4 a{color:#ffb0cc;text-decoration:none;transition:color .2s linear}article.post h4 a:hover{color:#44e4cc}article.post span.metadata{display:block;font-size:.95rem;margin-bottom:15px}article.post span.metadata a.action-link{font-size:.95rem}article.post span.metadata a.action-parenthesis{margin-left:10px}article.post div.content{line-height:1.3;margin-bottom:15px}article.post span.separator{color:#ffb0cc;margin:0 5px}article.post span.rating{font-weight:600}article.post div.footer-post{display:flex;justify-content:space-between}article.post div.footer-post div.action{align-items:center;display:flex;gap:25px}article.post div.footer-post div.action span{margin-bottom:15px}article.post div.footer-post div.action span a{margin-bottom:0;margin-left:10px}article.post div.footer-post div.action span.like:before{background:url(/build/images/star-cyan.32545ca8.svg) no-repeat 50%;background-size:contain;content:"";display:inline-block;height:20px;margin-right:5px;vertical-align:sub;width:20px}article.post div.footer-post div.action span.comment:before{background:url(/build/images/bubble-cyan.21115492.svg) no-repeat 50%;background-size:contain;content:"";display:inline-block;height:20px;margin-right:5px;vertical-align:sub;width:20px}@media screen and (max-width:520px){article.post div.footer-post div.action{align-items:flex-start;flex-direction:column;gap:15px}article.post div.footer-post div.action span a{display:block;margin:10px 0 0}}@media screen and (max-width:420px){article.post.astuce,article.post.avis{border-left:none;padding-left:0}}.action-post-container{display:flex;flex-wrap:wrap;gap:25px;margin:35px auto;width:50%}.action-post-container a.basic-button{margin:auto}form{margin-bottom:30px}form input[type=radio]+label{border:2px solid #44e4cc;border-radius:5px;color:#44e4cc;display:inline-block;font-family:Changa,sans-serif;font-size:1.2rem;margin:5px 15px 5px 0;padding:5px 10px;transition:background .3s ease,color .3s ease}form input[type=radio]+label:last-of-type{margin-right:0}form input[type=radio]+label:hover{background:#44e4cc;color:#010134}form input[type=radio]+label:before{display:none}form input[type=radio]:checked+label{background:#44e4cc;color:#010134}section.comments form{margin-bottom:50px}section.comments form textarea{width:100%}section.comments div.comment{align-items:flex-start;display:flex;flex-direction:column;margin-top:20px}section.comments div.comment:nth-child(odd) div.comment-container{border:2px solid #ffb0cc}section.comments div.comment:nth-child(odd) div.comment-container:before{background:#ffb0cc}section.comments div.comment:nth-child(2n) div.comment-container{border:2px solid #44e4cc}section.comments div.comment:nth-child(2n) div.comment-container:before{background:#44e4cc}section.comments div.comment div.comment-container{border-radius:5px;margin-top:5px;padding:8px 15px;position:relative}section.comments div.comment div.comment-container:before{border-radius:2px;clip-path:polygon(50% 0,0 100%,100% 100%);content:"";display:block;height:20px;left:5px;position:absolute;top:-20px;width:20px}section.comments div.comment span.comment-metadata{font-family:Changa,sans-serif;font-size:1rem;margin-left:35px;margin-right:0;margin-top:5px}section.comments div.comment span.comment-metadata a:not(.action-parenthesis){font-family:Nunito,sans-serif}section.comments div.comment span.comment-metadata a.action-parenthesis{margin-left:10px}section.comments div.comment span.comment-metadata:last-of-type{margin-left:0}@media screen and (max-width:420px){.action-post-container{width:100%}}