.elementor-kit-508077{--e-global-color-primary:#FF511C;--e-global-color-secondary:#242937;--e-global-color-text:#333333;--e-global-color-accent:#FFC43D;--e-global-color-77677ac:#00708F;--e-global-color-678ce18:#6DB448;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#FFFDF9;font-family:"Poppins", Sans-serif;}.elementor-kit-508077 e-page-transition{background-color:#FFBC7D;}.elementor-kit-508077 a{color:var( --e-global-color-secondary );}.elementor-kit-508077 h1{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;}.elementor-kit-508077 h2{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;}.elementor-kit-508077 h3{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;}.elementor-kit-508077 h4{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;}.elementor-kit-508077 h5{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;}.elementor-kit-508077 h6{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.elementor-widget-theme-post-title h1::after {
    content: '';
    display: block;
    width: 200px;      /* longueur du trait */
    height: 5px;      /* épaisseur */
    background-color: #fff;
    margin-top: 8px;
    margin-bottom: -15px;
}

.elementor-widget-theme-post-title h1 a {
    color: #fff;
    text-decoration: none;
}

.elementor-post-info__terms-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Masque les virgules sur le span direct */
span.elementor-post-info__terms-list {
    font-size: 0;
}

/* Remet la taille sur les liens uniquement */
span.elementor-post-info__terms-list a.elementor-post-info__terms-list-item {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    padding: 4px 14px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.snt-derniers-tests {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    max-width: 100%;
}
.snt-tests-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #111;
}
.snt-tests-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.snt-test-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 24px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: inherit;
    transition: background .15s;
}
.snt-test-item:last-child { border-bottom: none; }
.snt-test-item:hover { background: #f9f9f9; }
.snt-test-thumb {
    flex: 0 0 56px;
    text-align: center;
}
.snt-test-img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}
.snt-test-name {
    flex: 1;
    font-weight: 500;
    font-size: .95rem;
}
.snt-test-score {
    position: relative;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
}
.snt-score-value {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: .9rem;
    color: #5cb85c;
}

@media (max-width: 1024px) {
  .snt-header .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
  }

  .snt-logo  { order: 1 !important; }
  .snt-menu  { order: 3 !important; }
  .snt-search { order: 2 !important; }
}

#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar {
    width: 63px !important;
    height: 48px !important;
}
#wpdcom {
    max-width: 100% !important;
}

.hmr-text {
    display: flex;
    border-radius: 5px;
    justify-content: center;
    padding: 2px;
    cursor: pointer;
    transition: all .1s ease;
    margin-bottom: 7px;
    text-align: center;
}
.hmr-text:last-child {
    margin-bottom: 0;
}
.hmr-text.drone {
    border: 2px solid #ff7247;
}
.hmr-text.drone:hover {
    background: #ff7247;
    color: #fff;
}
.hmr-text.photo {
    border: 2px solid #2e4057;
}
.hmr-text.photo:hover {
    background: #2e4057;
    color: #fff;
}
.hmr-text.fpv {
    border: 2px solid #97CB7C;
}
.hmr-text.fpv:hover {
    background: #97CB7C;
    color: #fff;
}
.hmr-text.tests {
    border: 2px solid #6398a9;
}
.hmr-text.tests:hover {
    background: #6398a9;
    color: #fff;
}
.hmr-text.tutos {
    border: 2px solid #6398a9;
}
.hmr-text.tutos:hover {
    background: #6398a9;
    color: #fff;
}
.hmr-text.legislation {
    border: 2px solid #ffc43d;
}
.hmr-text.legislation:hover {
    background: #ffc43d;
    color: #fff;
}/* End custom CSS */