.taffe-author-box {
margin-top: 40px;
padding: 20px;
display: flex;
align-items: center;
gap: 20px;
background: #f6f6f6;
border-radius: 10px;
}
.taffe-author-box .taffe-author-meta #h4 {
margin: 0 0 5px 0;
font-weight: bold;
font-size: 1.1rem;
}
.taffe-author-box .taffe-author-meta p {
margin: 0;
line-height: 1.4rem;
}
.taffe-author-box .taffe-author-name {
color: #009fe3;
text-decoration: none;
}
.taffe-author-box .taffe-author-name:hover {
text-decoration: underline;
}.post-reactions {
padding: 10px 0;
margin-bottom: 10px;
text-align: center;
}
.reactions-title {
font-size: 13px;
font-weight: 400;
color: #999;
margin-bottom: 10px;
}
.reaction-btn {
display: inline-flex;
align-items: center;
gap: 6px;
background: transparent;
border: 1px solid #e0e0e0;
border-radius: 20px;
padding: 8px 15px;
cursor: pointer;
transition: all 0.2s ease;
font-family: inherit;
}
.reaction-btn:hover:not(:disabled) {
background: #f5f5f5;
border-color: #d0d0d0;
}
.reaction-btn.active {
background: #f0f0f0;
border-color: #999;
}
.reaction-btn:disabled {
opacity: 0.4;
cursor: not-allowed;
}
.reaction-btn .emoji {
font-size: 20px;
line-height: 1;
}
.reaction-btn .count {
font-size: 17px;
font-weight: 500;
color: #666;
}
.reaction-btn.active .count {
color: #333;
} @media (max-width: 600px) {
.reactions-buttons {
gap: 6px;
}
.reaction-btn {
padding: 10px 17px;
}
.reaction-btn .emoji {
font-size: 18px;
}
}.bloc-test-jeu {
border-top: 3px solid #009fe3;
border-bottom: 3px solid #009fe3;
margin: 2rem 0;
background: #f6f6f6;
border-radius: 10px;
padding: 10px;
}
.note-globale {
font-size: 2rem;
font-weight: bold;
color: #009fe3;
}
.liste-avis {
display: flex;
gap: 2rem;
margin: 1rem 0;
justify-content: space-between;
}
@media screen and (max-width: 991px) {
.liste-avis {
flex-direction: column;
}
.note-barre {
display: flex;
flex-direction: column;
gap: 0.5rem;
margin: auto;
padding: 0px 15px 10px 15px;
}
.note-texte {
font-weight: bold;
text-align: center;
font-size: 6rem;
color: #009fe3;
}
span.note-max {
font-weight: bold;
text-align: center;
font-size: 3rem;
color: #009fe3;
}
div#note {
justify-content: center;
}
}
@media screen and (min-width: 992px) {
.note-barre {
display: flex;
flex-direction: row;
gap: 1rem;
margin: auto;
padding: 0px 15px 10px 15px;
flex-wrap: nowrap;
}
.les-plus,
.les-moins {
width: 50%;
}
.note-texte {
font-weight: bold;
text-align: center;
font-size: 4rem;
color: #009fe3;
}
span.note-max {
font-weight: bold;
text-align: center;
font-size: 2rem;
color: #009fe3;
}
div#titre-note {
display: flex;
flex-direction: column;
justify-content: center;
gap: .1rem;
}
}
.liste-avis ul {
margin: 0;
}
.barre-fond {
margin: auto;
width: 100%;
background: #e0e0e0;
height: 20px;
overflow: hidden;
border-radius: 5px;
}
.barre-remplie {
height: 100%;
background-color: #009fe3;
transition: width 0.5s ease-in-out;
border-radius: 5px;
}
div#note {
text-align: center;
margin: 1rem 0;
display: flex;
align-items: center;
}
.texte-conclusion {
border-bottom: 2px solid #e3e3e3;
margin-bottom: 1.5em;
}
.titre-conclusion {
width: 100%;
margin: auto;
font-size: 1.5rem;
font-weight: bold;
padding: 5px 15px 15px 15px;
}
.les-plus .contenu-plus ul,
.les-moins .contenu-moins ul {
margin-top: 10px
}
.resume-test {
padding: 0px 15px 10px 15px;
}
.les-plus::before {
content: "👍";
margin-right: 5px;
}
.les-plus strong {
color: green;
}
.les-moins::before {
content: "👎";
margin-right: 5px;
}
.les-moins strong {
color: red;
} .visitor-vote-section {
margin: 2rem 0;
padding: 1.5rem;
background: #ffffff;
border-left: 4px solid #009fe3;
border-radius: 5px;
}
.visitor-vote-header {
display: flex;
flex-direction: column;
gap: 1rem;
}
.visitor-vote-title {
font-size: 1rem;
font-weight: 600;
color: #333;
white-space: normal;
}
.vote-slider-container {
position: relative;
width: 100%;
min-width: 200px;
margin-bottom: 1rem;
}
.vote-average-indicator {
position: absolute;
top: -30px;
transform: translateX(-50%);
display: flex;
flex-direction: column;
align-items: center;
z-index: 10;
}
.vote-average-arrow {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 10px solid #009fe3;
margin-top: 3px;
}
.vote-average-label {
font-size: 0.75rem;
color: #009fe3;
font-weight: 600;
white-space: nowrap;
background: white;
padding: 2px 6px;
border-radius: 3px;
border: 1px solid #009fe3;
}
.vote-slider {
position: relative;
width: 100%;
height: 30px;
cursor: pointer;
user-select: none;
}
.vote-track {
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 8px;
background: linear-gradient(to right, #e0e0e0 0%, #e0e0e0 100%);
border-radius: 10px;
transform: translateY(-50%);
}
.vote-fill {
position: absolute;
top: 50%;
left: 0;
height: 8px;
background: #009fe3;
border-radius: 10px;
transform: translateY(-50%);
display: none;
transition: width 0.3s ease;
pointer-events: none;
}
.vote-marks {
position: absolute;
top: 100%;
left: 0;
right: 0;
height: 25px;
transform: translateY(0);
pointer-events: none;
margin-top: 5px;
}
.vote-mark {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
transform: translateX(-50%);
}
.vote-mark span {
font-size: 0.75rem;
color: #666;
font-weight: 500;
margin-top: 2px;
line-height: 1;
}
.vote-tooltip {
position: absolute;
bottom: 100%;
left: 0;
background: #009fe3;
color: white;
padding: 0.5rem 0.75rem;
border-radius: 4px;
white-space: nowrap;
font-weight: bold;
font-size: 0.95rem;
margin-bottom: 0.5rem;
display: none;
transform: translateX(-50%);
pointer-events: none;
box-shadow: 0 2px 8px rgba(0, 159, 227, 0.3);
z-index: 20;
}
.vote-tooltip::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
border: 6px solid transparent;
border-top-color: #009fe3;
}
.vote-message-container {
padding: 1rem;
background: #e8f5f7;
border: 1px solid #009fe3;
border-radius: 4px;
margin-top: 1rem;
animation: slideIn 0.3s ease-out;
}
.vote-success-message {
color: #009fe3;
font-size: 0.95rem;
line-height: 1.5;
}
.vote-success-message a {
color: #009fe3;
font-weight: 600;
text-decoration: none;
border-bottom: 2px solid #009fe3;
transition: all 0.2s ease;
}
.vote-success-message a:hover {
color: #0078a3;
border-bottom-color: #0078a3;
}
@keyframes slideIn {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
} @media screen and (max-width: 768px) {
.visitor-vote-section {
padding: 1rem;
}
.vote-slider {
height: 25px;
}
.vote-mark span {
font-size: 0.7rem;
}
.vote-tooltip {
font-size: 0.85rem;
padding: 0.4rem 0.6rem;
}
}.tas-summary {
background: #ffac3326;
border: 1px solid #ffac3326;
border-radius: 8px;
padding: 16px;
display: flex;
gap: 16px;
margin: 15px 0;
}
p.has-large-font-size.tas-summary__icon {
margin: .5rem 0 0 0;
}
.tas-summary__icon-col {
flex-basis: 50px;
max-width: 60px;
display: flex;
align-items: center;
justify-content: center;
}
.tas-summary__icon img {
width: 32px;
height: 32px;
}
.tas-summary__content-col {
flex: 1;
}
.tas-summary__title {
margin: 0 0 8px;
font-size: 1.05rem;
}
.tas-summary__body p {
margin: 0 0 8px;
}
@media (max-width: 782px) {
.tas-summary {
flex-direction: column;
}
.tas-summary__icon-col {
display: none;
}
.tas-summary__icon {
text-align: left;
}
}#ez-toc-container{background:#f9f9f9;border:1px solid #aaa;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);display:table;margin-bottom:1em;padding:10px 20px 10px 10px;position:relative;width:auto}div.ez-toc-widget-container{padding:0;position:relative}#ez-toc-container.ez-toc-light-blue{background:#edf6ff}#ez-toc-container.ez-toc-white{background:#fff}#ez-toc-container.ez-toc-black{background:#000}#ez-toc-container.ez-toc-transparent{background:none transparent}div.ez-toc-widget-container ul{display:block}div.ez-toc-widget-container li{border:none;padding:0}div.ez-toc-widget-container ul.ez-toc-list{padding:10px}#ez-toc-container ul ul,.ez-toc div.ez-toc-widget-container ul ul{margin-left:1.5em}#ez-toc-container li,#ez-toc-container ul{margin:0;padding:0}#ez-toc-container li,#ez-toc-container ul,#ez-toc-container ul li,div.ez-toc-widget-container,div.ez-toc-widget-container li{background:none;list-style:none none;line-height:1.6;margin:0;overflow:hidden;z-index:1}#ez-toc-container .ez-toc-title{text-align:left;line-height:1.45;margin:0;padding:0}.ez-toc-title-container{display:table;width:100%}.ez-toc-title,.ez-toc-title-toggle{display:inline;text-align:left;vertical-align:middle}#ez-toc-container.ez-toc-black p.ez-toc-title{color:#fff}#ez-toc-container div.ez-toc-title-container+ul.ez-toc-list{margin-top:1em}.ez-toc-wrap-left{margin:0 auto 1em 0!important}.ez-toc-wrap-left-text{float:left}.ez-toc-wrap-right{margin:0 0 1em auto!important}.ez-toc-wrap-right-text{float:right}#ez-toc-container a{color:#444;box-shadow:none;text-decoration:none;text-shadow:none;display:inline-flex;align-items:stretch;flex-wrap:nowrap}#ez-toc-container a:visited{color:#9f9f9f}#ez-toc-container a:hover{text-decoration:underline}#ez-toc-container.ez-toc-black a,#ez-toc-container.ez-toc-black a:visited{color:#fff}#ez-toc-container a.ez-toc-toggle{display:flex;align-items:center}.ez-toc-widget-container ul.ez-toc-list li:before{content:" ";position:absolute;left:0;right:0;height:30px;line-height:30px;z-index:-1}.ez-toc-widget-container ul.ez-toc-list li.active{background-color:#ededed}.ez-toc-widget-container li.active>a{font-weight:900}.ez-toc-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ez-toc-btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ez-toc-btn:focus,.ez-toc-btn:hover{color:#333;text-decoration:none}.ez-toc-btn.active,.ez-toc-btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.ez-toc-btn-default{color:#333;background-color:#fff}.ez-toc-btn-default.active,.ez-toc-btn-default:active,.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{color:#333;background-color:#ebebeb;border-color:#adadad}.ez-toc-btn-default.active,.ez-toc-btn-default:active{background-image:none}.ez-toc-btn-sm,.ez-toc-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ez-toc-btn-xs{padding:1px 5px}.ez-toc-btn-default{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075)}.ez-toc-btn-default:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.active,.ez-toc-btn:active{background-image:none}.ez-toc-btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff,#e0e0e0);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(180deg,#fff 0,#e0e0e0);background-repeat:repeat-x;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#ffe0e0e0",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.ez-toc-btn-default.active,.ez-toc-btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.ez-toc-pull-right{float:right!important;margin-left:10px}#ez-toc-container label.cssicon,#ez-toc-widget-container label.cssicon{height:30px}.ez-toc-glyphicon{position:relative;top:1px;display:inline-block;font-family:Glyphicons Halflings;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;line-height:1;-moz-osx-font-smoothing:grayscale}.ez-toc-glyphicon:empty{width:1em}.ez-toc-toggle i.ez-toc-glyphicon{font-size:16px;margin-left:2px}#ez-toc-container input{position:absolute;left:-999em}#ez-toc-container input[type=checkbox]:checked+nav,#ez-toc-widget-container input[type=checkbox]:checked+nav{opacity:0;max-height:0;border:none;display:none}#ez-toc-container label{position:relative;cursor:pointer;display:initial}#ez-toc-container .ez-toc-js-icon-con{display:initial}#ez-toc-container .ez-toc-js-icon-con,#ez-toc-container .ez-toc-toggle label{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}div#ez-toc-container .ez-toc-title{display:initial}.ez-toc-wrap-center{margin:0 auto 1em!important}#ez-toc-container a.ez-toc-toggle{color:#444;background:inherit;border:inherit}.ez-toc-toggle #item{position:absolute;left:-999em}label.cssicon .ez-toc-glyphicon:empty{font-size:16px;margin-left:2px}label.cssiconcheckbox{display:none}.ez-toc-widget-container ul li a{padding-left:10px;display:inline-flex;align-items:stretch;flex-wrap:nowrap}.ez-toc-widget-container ul.ez-toc-list li{height:auto!important}.ez-toc-cssicon{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}.ez-toc-icon-toggle-span{display:flex;align-items:center;width:35px;height:30px;justify-content:center;direction:ltr}#ez-toc-container .eztoc-toggle-hide-by-default{display:none}.eztoc_no_heading_found{background-color:#ff0;padding-left:10px}.eztoc-hide{display:none}.term-description .ez-toc-title-container p:nth-child(2){width:50px;float:right;margin:0}.ez-toc-list.ez-toc-columns-2{column-count:2;column-gap:20px;column-fill:balance}.ez-toc-list.ez-toc-columns-2>li{display:block;break-inside:avoid;margin-bottom:8px;page-break-inside:avoid}.ez-toc-list.ez-toc-columns-3{column-count:3;column-gap:20px;column-fill:balance}.ez-toc-list.ez-toc-columns-3>li{display:block;break-inside:avoid;margin-bottom:8px;page-break-inside:avoid}.ez-toc-list.ez-toc-columns-4{column-count:4;column-gap:20px;column-fill:balance}.ez-toc-list.ez-toc-columns-4>li{display:block;break-inside:avoid;margin-bottom:8px;page-break-inside:avoid}.ez-toc-list.ez-toc-columns-optimized{column-fill:balance;orphans:2;widows:2}.ez-toc-list.ez-toc-columns-optimized>li{display:block;break-inside:avoid;page-break-inside:avoid}@media (max-width:768px){.ez-toc-list.ez-toc-columns-2,.ez-toc-list.ez-toc-columns-3,.ez-toc-list.ez-toc-columns-4{column-count:1;column-gap:0}}@media (max-width:1024px) and (min-width:769px){.ez-toc-list.ez-toc-columns-3,.ez-toc-list.ez-toc-columns-4{column-count:2}}