article header.header-single-post {
    margin: 42px 0;
}
body.single.single-post main ul li, 
body.single.single-post main ol li{
    padding: 2px 0;
    line-height: 1.7;
}
.single.single-post h1 {
    font-size: 62px;
    margin-bottom: 42px;
    margin-top: 0;
    line-height: 1.4;
    letter-spacing: -1.8px;
    font-weight: 600;
}
.single.single-post .entry-content img{
    margin: 4px auto;
}
.single.single-post article .entry-content h2 {
    margin-top: 72px;
    padding-top: 52px;
    line-height: 1.4;
    border-top: 1px solid #d8d8d8;
}

.single.single-post article .entry-content .imgH2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 42px 0 0;
}

.single.single-post article .entry-content .imgH2 h2 {
    display: block;
    margin: 0 0 0 12px;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
}

.single.single-post article .entry-content h3 {
    margin: 42px 0 16px;
}

.single.single-post article .entry-content p.numTitle {
    display: inline-flex;
    margin: 16px 0 4px;
    border-radius: 5px;
    padding: 7px;
    line-height: 1;
    background-color: #ecf4e1;
    font-weight: 600;
    font-size: 18px;
}

.single.single-post article .entry-content p.numTitle~h3 {
    margin: 0 0 18px;
}

article header .single_post_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

article header .single_post_intro-date-time {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    min-width: 275px;
}

article header .single_post_intro-date-time .inner {
    background-color: #f3f4f6;
    padding: 8px 24px;
    border-radius: 5px;
    margin-bottom: 12px;
}

article header .single_post_intro-date-time span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3px 0;
    font-size: 15px;
}

article header .single_post_intro-date-time,
article header .single_post_intro-excerpt {
    box-sizing: border-box;
}

article header .single_post_intro-excerpt {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 24px;
}
article header .single_post_intro-excerpt p{
    margin: 0 0 16px 0;
}
body.single-post .single_post_intro img {
    display: block;
}

article header .single_post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 16px 0;
}

article header .single_post-author img,
article header .single_post-author p {
    display: block;
}

article header .single_post-author p {
    line-height: 1.3;
    margin: 0;
}

article header .single_post-author img {
    width: 36px;
    margin-right: 12px;
}

.container_thumbnail_post {
    text-align: center;
}

.single.single-post figure.post-thumbnail {
    margin: 32px auto;
    text-align: center;
}

body.single-post span.read_time {
    font-weight: 500;
    margin-right: 8px;
    letter-spacing: 0;
}

body.single-post .single_post_intro-date-time img {
    width: 16px;
    margin-right: 12px;
}

body.single-post .single_post_intro-author img {
    width: 40px;
    margin-right: 12px;
}

body.single-post p.last-updated {
    display: inline-block;
    font-size: 14px;
    background-color: #f3f4f6;
    padding: 8px 24px;
    margin: 6px 0 0;
    border-radius: 5px;
    font-style: italic;
}

body:not(.single-post) p.last-updated {
    display: none;
}

body.single-post p.article_astuce {
    background-color: #f3f3f3;
    padding: 16px;
    border-radius: 5px;
}

body.single.single-post .entry-content figure {
    width: 100% !important;
    text-align: center;
}

/* foot link in <article>*/
section.link_footcontent {
    margin: 52px 0;
    padding: 32px;
    background-color: #f3f4f6;
    border-radius: 20px;
}

section.link_footcontent strong {
    display: block;
    font-size: 20px;
}

section.link_footcontent a {
    display: block;
    margin: 6px 0;
    color: #6f6f6e;
}

/* -- */
body section.posts_in_tag {
    margin: 52px auto;
}

/* .suggestion {
    background: #f3f4f6;
    padding: 10px 20px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 32px 0;
    border-radius: 10px;
}

.suggestion i {
    font-size: 20px;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    top: -4px;
    background: url(../img/point.svg) center center #6c9d3c;
    color: #fff;
    border-radius: 50%;
    min-width: 40px;
    text-align: center;
    line-height: 2em;
}

.suggestion .contentSuggest {
    display: inline-block;
    line-height: 1.6;
}

.suggestion .contentSuggest a {
    color: #6c9d3c;
    font-weight: 600;
    text-decoration: underline;
} */

/* .suggestion .contentSuggest br, .suggestion .contentSuggest p{
    display: none;
} */
/* .suggestion .contentSuggest span {
    display: block;
    font-size: 14px;
    font-style: italic;
} */

body.single.single-post article .entry-content h5 {
    font-size: 17px;
}

/* TABLE IN SINGLE POST */
body.single.single-post article .entry-content table{
    width: 100%;
    margin: 16px 0;
    border-radius: 10px;
    overflow-x: auto;
    display: block;
}

body.single article .entry-content table.single-post-price-table {
    background-color: #f3f4f6;
}

body.single article .entry-content table tr:first-child {
    background-color: #6f6f6e;
    color: #fff;
}

body.single article .entry-content table tr {
    padding: 4px 16px;
    text-align: left;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}
body.single article .entry-content table.brosse_table tr.title_row_table td{
    text-align: center;
    background-color: #f3f4f5;
}
body.single article .entry-content table.single-post-price-table tr {
    display: table-row;
}

body.single article .entry-content table tr.subrow {
    background-color: #f3f4f6;
    border-top: 1px solid #ccc;
}

body.single article .entry-content table tr td:first-child,
body.single article .entry-content table tr th:first-child {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%;
}

body.single article .entry-content table tr td:last-child,
body.single article .entry-content table tr th:last-child {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
}

body.single article .entry-content table tr td {
    padding: 2px 4px;
}

/* table post gs anti feu */
body.single article#post-9188 .entry-content table{
    display: block;
    box-sizing: border-box;
    font-size: 15px;
    /* overflow: initial; */
}
body.single article#post-9188 .entry-content table tbody tr:first-child{
    background-color: #fff;
    color: #3e3e3e;
} 
body.single article#post-9188 .entry-content table tr th:first-child,
body.single article#post-9188 .entry-content table tr td:first-child{
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
}
body.single article#post-9188 .entry-content table tr th:not(:first-child),
body.single article#post-9188 .entry-content table tr td:not(:first-child){
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
}
body.single article#post-9188 .entry-content table tr th,
body.single article#post-9188 .entry-content table tr td{
    padding: 6px;
}
body.single article#post-9188 .entry-content table tr th,
body.single article#post-9188 .entry-content table tr td{
    min-width: 160px;
}


/* GS PADEL */
picture.picture_padel img{
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
}
.container_price_padel{
    margin: 22px auto;
}
.container_price_padel .price{
    font-size: 36px;
    font-weight: 700;
    display: block;
    color: #f26419;
    margin: 16px 0;
}
.container_price_padel .price .decimal_price{
    font-size: 15px;
    font-weight: 500;
}
.info_product{
    display: inline-flex;
    position: relative;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    margin: 4px 6px;
}
.info_product.stock{
    padding: 8px 12px 8px 32px;
    color: #5b8e2e;
    background-color: #d6e6c5;
}
.info_product.condi{
    background-color: #ebf3ff;
    padding: 8px 12px;
}
.info_product.stock:before {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    background-color: #5b8e2e;
    border-radius: 50px;
}

.cta_padel{
    text-align: center;
    background-color: #f3f4f6;
    padding: 12px;
    border-radius: 20px;
}
.cta_padel a:not(.btn){
    display: inline-flex;
    background-color: #3a86fe;
    color: #fff;
    margin: 6px 0;
    padding: 12px 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    border-radius: 50px;
}
.cta_padel a:not(.btn):hover{
    background-color: #192bc2 !important;
}
.cta_padel p{
    margin: 16px 0 6px;
}
.accordion_title{
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 42px 0 16px;
}
.single.single-post article .accordion_title h3{
    margin: 0;
}
.single.single-post article .accordion_title img{
    display: block;
    width: 22px;
    height: 22px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: all .5s ease;
    margin: 0;
}

/* accordion */
.single.single-post article .accordion_title img {
    transition: transform 0.3s ease;
}

@media screen and (max-width: 768px) {
    .single.single-post article .accordion_title {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #ebebeb;
        background-color: #f3f4f5;
        padding: 16px 18px;
        margin: 22px 0;
        border-radius: 18px;
    }

    .single.single-post article .accordion_content {
        display: none;
    }

    .single.single-post article .accordion_item.active .accordion_content {
        display: block;
    }

    .single.single-post article .accordion_item.active .accordion_title img {
        transform: rotate(180deg);
    }
    .single.single-post article .accordion_title h3{
        font-size: 18px;
    }
}

@media screen and (min-width: 769px) {
    .single.single-post article .accordion_content {
        display: block !important;
    }
    
    .single.single-post article .accordion_title img {
        display: none;
    }
}


/* TABLE RESPONSIVE */
#technicals_padel .tech-row{
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 15px;
}
#technicals_padel dt,
#technicals_padel dd{
    display: block;
    padding: 6px 12px;
    margin: 0;
}
#technicals_padel dt{
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
}
#technicals_padel dd{
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
}
#technicals_padel dt{
    border-bottom: 1px solid #ebebeb;
}
#technicals_padel dd{
    border-bottom: 1px solid #fff;
    background-color: #f3f4f5;
}
@media (max-width: 660px){
    #technicals_padel .tech-row{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 8px 0;
    }
    #technicals_padel dt,
    #technicals_padel dd{
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        border: 0;
    }
    #technicals_padel dt{
        font-weight: 700;
    }
}

/* --- */

/* navigation article */
.sommaire {
    background-color: #f3f4f6;
    border-radius: 20px;
    padding: 16px;
    margin: 32px 0;
}

.sommaire i.icon-arrowR {
    font-size: 12px;
    margin-right: 6px;
}

.sommaire ol li span {
    color: #6c9d3c;
    font-weight: 600;
    cursor: pointer;
}

.sommaire ol li,
.sommaire ul li {
    padding: 6px 0;
}

.sommaire ol li a,
.sommaire ul li a {
    text-decoration: none;
    font-weight: 600;
}

nav.navigation.post-navigation {
    margin: 42px 0;
    padding: 22px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

nav.navigation.post-navigation h2 {
    margin: 0;
}

.single_post_nav .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 22px 0;
}

.single_post_nav .nav-links .nav-previous,
.single_post_nav .nav-links .nav-next {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
}

.single_post_nav .nav-links a {
    display: block;
    text-decoration: none;
    color: #3e3e3e;
    background-color: #f3f4f6;
    border-radius: 10px;
    padding: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #f3f4f6;
}

.single_post_nav .nav-links a:hover,
.single_post_nav .nav-links a:focus {
    border: 1px solid #6c9d3c;
    -webkit-box-shadow: 0 7px 30px 0 rgb(150 170 180 / 30%);
    box-shadow: 0 7px 30px 0 rgb(150 170 180 / 30%);
}

.single_post_nav .nav-links p.meta-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    color: #5b5b5ba6;
}

.single_post_nav .nav-links p.meta-nav svg {
    margin: 0 3px;
}

.single_post_nav .nav-links p.post-title {
    font-weight: 700;
    line-height: 1.3;
}

section.posts_in_tag ul {
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.posts_in_tag ul li {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    max-width: 22%;
    margin: 16px 1%;
    background-color: #f3f4f6;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

section.posts_in_tag a {
    color: #3e3e3e;
    text-decoration: none;
}

section.posts_in_tag a h3 {
    font-size: 16px;
    margin: 16px 8px;
    line-height: 1.35;
}

/* LOOP POST AFTER CONTENT_SINGLE */
section.posts_after_content {
    margin: 52px auto!important;
}
section.posts_after_content h2{
    margin: 32px auto;
    text-align: center;
}
section.posts_after_content .container_posts_prev{
    margin: 32px 0;
}
.container_posts_prev{
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 22px;
}
.container_posts_prev .itemArticle{
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    position: relative;
    cursor: pointer;
    padding: 0 0 42px;
    border-radius: 10px;
    overflow: hidden;
    color: #3e3e3e;
    -webkit-box-shadow: 0 7px 30px -10px rgba(150, 170, 180, .5);
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, .5);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.container_posts_prev .articleContent{
    padding: 0 12px;
}
.container_posts_prev .itemArticle h3{
    line-height: 1.1;
}
.container_posts_prev .itemArticle h3 a{
    font-size: 16px;
    font-weight: 600;
    color: #3e3e3e;
}
.container_posts_prev .itemArticle p{
    font-size: 15px;
    line-height: 1.6;
}
.articleContent p.dateArticle {
    color: #3e3e3e99;
    font-size: 13px;
    margin: 4px 0 0;
    font-style: italic;
}
.container_posts_prev .itemArticle span.buttonLink{
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    border: 0;
    background-color: #3e3e3e;
    color: #fff;
    padding: 8px 16px;
    text-align: left;
    font: 400 15px / 1.5 'Inter', Arial, sans-serif;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.container_posts_prev .itemArticle .imageAlaUneArticle,
.container_posts_prev .itemArticle .imageAlaUneArticle img,
.container_posts_prev .itemArticle .imageAlaUneArticle span.buttonLink{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.container_posts_prev .itemArticle:hover{
    transform: translateY(-6px);
    -webkit-box-shadow: 0 7px 30px -10px rgba(150, 170, 180, .85);
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, .85);
}
.container_posts_prev .itemArticle:hover .imageAlaUneArticle img{
    scale: 1.05;
}
.container_posts_prev .itemArticle:hover span.buttonLink{
    background-color: #a0c540;
}
@media (max-width: 992px){
    .container_posts_prev{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .container_posts_prev .itemArticle{
        -ms-flex-preferred-size: 45%;
        -webkit-flex-basis: 45%;
        flex-basis: 45%;
        max-width: 45%;
    }
}
@media (max-width: 600px){
    .container_posts_prev{
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
        padding: 32px 0;
    }
    .container_posts_prev .itemArticle{
        min-width: 270px;
    }
}
@media (max-width: 1300px) {
    .single.single-post h1 {
        font-size: 52px;
    }
}

@media (max-width: 1260px) {
    article header .single_post_intro-excerpt {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media (max-width: 1200px) {

    .single.single-post span.date,
    article header .single_post-author p {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .single.single-post .pageTitle {
        margin-top: 0;
    }
}

@media (max-width: 820px) {
    article header .single_post_intro {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    article header .single_post_intro-excerpt,
    article header .single_post_intro-date-time {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    article header .single_post_intro-excerpt {
        order: 1;
        padding: 0;
    }

    article header .single_post_intro-date-time {
        order: 2;
        margin: 16px 0;
        padding: 8px;
        background-color: #f3f4f6;
    }

    article header .single_post_intro-excerpt,
    article header .single_post_intro-date-time .inner {
        padding: 0;
    }

    article header .single_post_intro-date-time .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: transparent;
        margin-bottom: 0;
    }

    .single.single-post span.read_time,
    .single.single-post span.last-updated,
    .single.single-post span.date {
        margin-right: 18px;
    }

    body.single-post .single_post_intro-date-time img {
        width: 20px;
        margin-right: 6px;
    }
}

@media (max-width: 768px) {
    .single.single-post h1 {
        font-size: 42px;
    }

    section.posts_in_tag ul li {
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
        max-width: 46%;
    }
    body.single article .entry-content table.single-post-price-table{
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .single.single-post h1 {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: -1px;
    }
    .table-responsive{
        overflow-x: auto;
        max-width: 100%;
      }
      .table-responsive table {
        min-width: 600px; /* largeur minimale pour déclencher le scroll si nécessaire */
        border-collapse: collapse;
      }
      body.single article .entry-content table.brosse_table tr.title_row_table td{
        text-align: left;
    }
}

@media (max-width: 530px) {
    .single_post_nav .nav-links p.meta-nav {
        font-size: 11px;
        line-height: 1;
    }

    .single_post_nav .nav-links p.post-title {
        font-size: 14px;
    }

    .suggestion {
        border: 1px solid #d5e6bd;
    }

    .suggestion i {
        display: none;
    }
}

@media (max-width: 468px) {
    section.posts_in_tag ul li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    section.posts_in_tag a h3 {
        font-size: 15px;
    }
}







/*Design articles*/
.new-design {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-design h1 {
    font-size: 48px !important;
    margin-bottom: 16px !important;
}

.new-design .container_thumbnail_post {
    flex: 0 0 720px;
}

.new-design .container_thumbnail_post img {
    border-radius: 20px;
}

.new-design .single_intro {
    flex: 0 0 620px;
    padding-left: 94px;
}

.new-design .single_intro .single_post_intro-excerpt {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
}

.new-design .single_intro .single_post_intro-excerpt p {
    margin: 0;
    color: #6e6d7a;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.new-design .single_post_intro-date-time {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #f3f3f6;
    padding: 8px 16px;
    gap: 16px;
    max-width: 100%;
}