
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Manrope:wght@400;500;600;700&display=swap');

h3.title-banner-center {
    font-size: 29px;
}

/* ****************** DETAIL ********************************************* */


section.wrapper_detail_actu {
    position: relative;
    padding: 80px 0 40px;
}

.container.detail_actu {
    width: 1320px;
    padding: 0px 15px;
}

.content-detail {
    align-items: unset;
}

aside.aside_left {
    width: calc(70% - 85px);
    position: relative;
    padding-right: 15PX;
    padding-left: 15px;
}


.content-aside__left {
    /* padding-right: 40px; */
    position: relative;
    width: 100%;
    font-family: Poppins;
}

.item-bloc-left {
    padding: 30px 40px 30px;
    box-shadow: rgba(149,157,165,.1)0 0 24px;
    margin-bottom: 45px;
    line-height: 1.8;
    color: #676767;
    font-family: "Poppins";
    font-size: 16px;
    text-align: justify;
}

.wrap-item-bloc-left {
}

.ct-item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
    /* margin-right: 24px; */
}

.entry-meta.ct-item-meta {
    margin-bottom: 8px;
}

.ct-item-meta li {
    font-weight: 600;
    transition: all .3s linear;
    align-items: center;
    position: relative;
    margin-right: 36px;
}

.ct-item-meta li a {
}

.ct-item-meta .item-category a {
}

.ct-item-meta .item-category {
    margin-right: 36px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--second-color);
    line-height: 30px;
}

.ct-item-meta .item-category a:last-child:after, .item-comment:not(:last-child) a:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #bababa;
    top: 50%;
    right: -20px;
    transform: translatey(-50%);
}

ul.entry-date.ct-item-date {
    position: absolute;
    right: 70px;
    width: 77px;
    height: 77px;
    flex-direction: column;
    top: 0;
    color: #fff;
    font-size: 14px;
    background-color: var(--primary-color);
    display: inline-flex;
    text-align: center;
    font-weight: 500;
    justify-content: center;
    right: 0px;
}

li.item-date-m {
    font-size: 16px;
}

li.item-date-d {
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
}

.entry-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    color: #1a1a1a;
    text-align: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,var(--primary-color),var(--primary-color)50%,#1a1a1a 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all .5s cubic-bezier(0,0,.23,1);
    display: flex;
    margin: 15px 0 15px;
}

.entry-title:after {
    content: "";
    position: absolute;
    width: 100%;
}

li.item-comment {
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
}

.entry-title:hover {
    background-position: 0;
}

.entry-content h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    color: #1a1a1a;
    margin: 15px 0;
}

.entry-img {
    /* margin: 0px 0px 40px; */
    position: relative;
    overflow: hidden;
    margin: 0 -40px 20px;
    height: 480px;
}

.entry-img img {
    width: 100%;
    box-shadow: rgba(149,157,165,.1)0 0 24px;
    height: 100%;
    \=: 100%;
}


.entry-content {display: flex;justify-content: space-between;width: 100%;flex-wrap: wrap;}

.entry-content em {
}
.entry-content-chapeau {
  font-weight: 600;
}
.entry-content p {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}
p.MsoNormal:first-child {
  /*! font-weight: 500; */
  /*! color: #3e3b3b; */
}

.video-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-center video {
    height: 300px;
    width: 80%;
}

.entry-content ul {
    color: #5e5e5e;
    margin: 0 0 10px;
}

.entry-content ul li {
    margin: 2px 0;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.entry-content ul li:before {
    position: absolute;
    content: "";
    margin-right: 10px;
    background: #005aa9;
    font-size: 15px;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

.entry-content ul li::first-letter {
    text-transform: uppercase;
}

.entry-content blockquote {
    padding: 31px 40px;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #1b2336;
    font-weight: 600;
    position: relative;
    margin: 30px 0;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-image: url(../images/bg/blockquote_Blog_Single.jpg);
    background-position: 50%;
    background-size: cover;
}

p.mini-titre {
    text-align: center;
    font-weight: 600;
    color: #000;
}

figcaption {
    font-size: 12px;
    text-align: center;
    width: 90%;
    margin: 10px auto 0;
}

.entry-content blockquote p:first-child {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.entry-content blockquote p:last-child {
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    color: #d30d33;
    margin-bottom: 0;
}

.entry-footer {
    display: flex;
    flex-direction: column;
}

.entry-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    position: relative;
    padding: 30px 0;
    margin-top: 30px;
}

.entry-tags:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    background-color: #eee;
}

.entry-tags label {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 32px;
    font-weight: 800;
    margin: 6px 0;
    margin-right: 18px;
}

.entry-tags a {
    background-color: #fff;
    padding: 5px 20px;
    font-weight: 700;
    color: #1a1a1a;
    display: inline-block;
    font-size: 15px;
    box-shadow: rgba(50,50,93,.1)0 13px 27px -5px,rgba(0,0,0,.15)0 8px 0 -8px;
    line-height: 30px;
    font-family: Manrope;
    margin-right: 7px;
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: .25s ease;
    margin-top: 5px;
    margin-bottom: 5px;
}

.entry-tags a:hover {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.entry-social {
    display: flex;
    flex-wrap: wrap;
    margin: 11px 0;
    align-items: center;
    font-size: 15px;
    line-height: 1.86;
    color: #415674;
}

.entry-social a {
    position: relative;
    padding-right: 34px;
    font-size: 16px;
    color: #a1a1a1;
    display: flex;
    flex-basis: min-content;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    transition: .3s cubic-bezier(.24,.74,.58,1);
    align-items: center;
}

.entry-social span {
    display: inline-block;
    width: 0;
    padding-left: 5px;
    opacity: 0;
    margin-left: 0;
    transition: .25s;
    white-space: nowrap;
}

.entry-social a:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #a1a1a1;
    border-radius: 50%;
    top: 50%;
    transform: translatey(-50%);
    right: 20%;
    transition: all 220ms linear;
}

.entry-social a:hover {
    color: #d30d33;
}

.entry-social a:hover span {
    width: 100px;
    opacity: 1;
    text-align: left;
}




.entry-author-info {
    padding: 36px 55px;
    border: 1px solid #f3f3f3;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 60px;
    font-family: manrope,sans-serif;
}

.entry-author-avatar {
    min-width: 160px;
    width: 160px;
    margin-right: 30px;
}

.entry-author-avatar img {
    width: 100%;
    -webkit-border-radius: 160px;
    -khtml-border-radius: 160px;
    -moz-border-radius: 160px;
    -ms-border-radius: 160px;
    -o-border-radius: 160px;
    border-radius: 160px;
}

.entry-author-meta {}

h3.author-name {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 32px;
    margin: 0 0 15px;
    transition: .3s cubic-bezier(.24,.74,.58,1);
}

.author-description {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    font-family: DM Sans;
    color: #74787c;
}

ul.user-social {
    margin: 0;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.user-social li {}

ul.user-social a {
    color: #a1a1a1;
    margin-right: 20px;
}

ul.user-social a:hover {
    color: #f94d1c;
}




.entry-navigation {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 45px;
}

.nav-links-actu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.nav-item-actu {
    width: 50%;
    font-family: manrope,sans-serif;
}

.nav-item-actu.nav-post-prev {
    padding-right: 20px;
}

.nav-post-holder {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.nav-post-img {
    width: 75px;
    min-width: 75px;
    position: relative;
    overflow: hidden;
}

.nav-post-prev .nav-post-img {
    margin-right: 20px;
}

.nav-post-img div {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 0;
}

.nav-post-img div:before {
    content: '\f101';
    font-family: "FontAwesome";
    position: absolute;
    color: #fff;
    font-size: 21px;
    opacity: 0;
    transition: .3s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    animation: none!important;
}

.nav-post-prev .nav-post-img div:before {
    content: '\f100';
}

.nav-post-img div:after {
    content: '';
    position: absolute;
    opacity: 0;
    transition: .3s ease;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1a1a1a;
    z-index: 1;
}

.nav-post-img img {
    width: 100%;
    transition: all .3s linear;
    height: 75px;
    object-fit: cover;
}

.nav-post-meta {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    height: 100%;
}

.nav-post-link {
    font-weight: 800;
    color: #1a1a1a;
    font-size: 16px;
    margin-top: 4px;
    display: block;
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    -webkit-line-clamp: 2;
    height: 50px;
    line-height: 25px;
    -webkit-box-orient: vertical;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,var(--primary-color),var(--primary-color)50%,#1a1a1a 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all .5s cubic-bezier(0,0,.23,1);
}

.nav-post-date {
    font-size: 14px;
    /* line-height: normal; */
    color: #415674;
    font-weight: 600;
    /* display: flex; */
    /* align-items: center; */
}

.nav-post-date i {
    position: relative;
    /* top: 2px; */
    margin-right: 6px;
}

.entry-img {
    /* margin-bottom: 45px; */
    /* box-shadow: rgba(149,157,165,.1)0 0 24px; */
}

.entry-img img {
    /* width: 100%; */
    /* border-radius: 10px; */
    /* box-shadow: rgba(149,157,165,.1)0 0 24px; */
}



.nav-post-next {
    text-align: right;
    display: flex;
}

.nav-post-next .nav-post-holder {
    justify-content: flex-end;
}

.nav-post-next i {
    margin-left: 6px;
    margin-right: 0;
}

.nav-post-next .nav-post-img {
    margin-left: 20px;
}

.nav-post-holder:hover .nav-post-link {
    background-position: 0;
}

.nav-post-holder:hover .nav-post-img div:before {
    opacity: 1;
}

.nav-post-holder:hover .nav-post-img div:after {
    opacity: .75;
}




.bloc_telechargement_wrapper {
    display: flex;
    font-family: manrope,sans-serif;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-left: 20px;
}   

.bloc_telechargement {
    position: relative;
    width: 47%;
    margin-right: 0;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
    margin-bottom: 35px;
} 

.bloc_telechargement::after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #005aa9;
    bottom: 0;
    right: 0;
    transition: all linear 0.3s;
}

.bloc_telechargement:hover::after {
    transition: all linear 0.3s;
    width: 100%;
    right: auto;
    left: 0;
}

.bloc_telechargement a{
    position: relative;
    padding: 0;
    height: auto;
    display: block;
    padding: 10px 10px 0px 45px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 7%);
} 

.bloc_telechargement a:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}


.bloc_telechargement_logo img {
    height: 35px;
    width: auto;
}

.bloc_telechargement_logo {
    padding: 10px;
    background-color: #005aa9;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
}

.content_description {
    width: 100%;
    padding-bottom: 10px;
}

.bloc_telechargement_titre {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 7px;
}

.bloc_telechargement_texte {
    font-size: 14px;
    display: none;
}

.bloc_telechargement_footer {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    padding: 7px 0;
    background: #fff;
    line-height: 1;
    color: #7e7e7e;
    text-transform: none;
    font-size: 10px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.date_publication {
    font-size: 10px;
}

span.date_publication i {
    margin-right: 5px;
}

.date_publication span {
  padding-right: 15px;
}

span.btn-dld {
    font-size: 13px;
    line-height: 1.5;
}

span.btn-dld:hover {
    color: #005aa9;
    font-weight: 600;
}





.comments-area {
    margin-bottom: 45px;
}

.comment-list-wrap {
    margin-top: 15px;
    padding: 30px 50px 10px;
    box-shadow: rgba(149,157,165,.1)0 0 24px;
    border-radius: 5px;
}

.comments-title, h3.srubrique-article {
    font-size: 24px;
    line-height: 25px;
    font-weight: 800;
    font-family: Manrope;
    color: #1a1a1a;
    margin-bottom: 32px;
}

.comment-list {}

.item-commentaire {
    margin-bottom: 54px;
}

.comment-body {
    padding: 20px 40px 25px;
    background-color: #fafafa;
}

.comment-inner {
    display: flex;
    flex-wrap: nowrap;
}

.comment-content {
    position: relative;
    flex-grow: 1;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}

.comment-meta {}

.comment-date {
    position: relative;
    font-size: 16px;
    padding-left: 23px;
    color: #74787c;
    font-weight: 500;
    font-family: DM Sans;
    line-height: 28px;
    display: inline-block;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.comment-date:before {
    content: "\f073";
    font-family: "FontAwesome";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
}

.comment-text {
    color: #363636;
    font-size: 16px;
    padding: 7px 0 10px;
    line-height: 30px;
    font-family: DM Sans;
    font-weight: 400;
}

.comment-avatar {
    display: flex;
}

.comment-avatar img {
    width: 35px;
    height: 35px;
    min-width: 35px;
    margin-right: 9px;
    float: left;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

h4.comment-title {
    text-transform: capitalize;
    margin-bottom: 2px;
    font-size: 20px;
    font-family: DM Sans;
    line-height: 34px;
    font-weight: 700;
    color: #5e5e5e;
    transition: .3s cubic-bezier(.24,.74,.58,1);
}

.comment-reply {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-reply a {
    line-height: 35px;
    display: inline-block;
    padding: 0 17px;
    font-size: 14px;
    color: #1a1a1a;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
    color: #005aa9;
}

.comment-reply a i {
    margin-left: 4px;
    font-size: 14px;
}

.children-commentaire {
    padding-left: 76px;
    margin: -22px 0;
}

.children-commentaire li {
    margin-top: 50px;
}







.wrap-content-element-propriety form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.ligne-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-submit-btn input#submit {
    border: 1px solid #005aa9;
    padding: 0 30px;
    height: 50px;
    /* line-height: 50px; */
    color: #fff;
    line-height: 1.5;
    box-shadow: 0 7px 18px 0 #005aa945;
    /* width: 100%; */
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
    border-radius: 5px;
    background-color: #005aa9;
    font-family: "DM sans";
}

.form-group {
    margin-bottom: 15px;
}

.btn.btn-theme-light-2.rounded {
   position: relative;
    overflow: hidden;
    background: var(--primary-color);
    z-index: 1;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    width: fit-content;
    font-family: var(--primary-font);
    height: auto;
    color: var(--white-color);
    white-space: nowrap;
    font-weight: 500;
     font-size: 16px; 
    padding: 13px 13px 13px 13px;
    border-radius: 10px;
    line-height: 1;
}

.form-group label {
    font-size: 16px;
    font-weight: 600;
    color: #455892;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.form-group input {
    }

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: 100%;
    color: #111111;
    background-color: #ffffff;
    border-radius: 4px;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: "DM sans";
    display: block;
}

textarea.form-control {
    height: 180px;
}

.btn.btn-black {
    background: #263547;
    color: #fff;
    border: 1px solid #263547;
    width: 100%;
    padding: 1em 1.5em;
    font-size: 1em;
    border-radius: 0.25rem;
    font-weight: 400;
    line-height: 1.5;
}


.form-group.two-items {
    width: 49%;
}

.form-group.one-item {
    width: 100%;
}


.form-group.review-submit-btn {
    margin: 10px 0 0;
}








.conteneur-liste-fichier-joint {
    margin-top: 40px;
}

h3.srubrique-article {}








.text-artiicle {
    box-shadow: 0px 0px 20px 0px rgb(123 123 123 / 10%);
    padding: 30px;
    /* margin-bottom: 30px; */
}

h2.titre-article {
    color: #004a9b;
    font-size: 22px;
    margin: 0;
    padding: 10px 0 10px;
    font-weight: 600;
    /* letter-spacing: -1px; */
}

a.item-photo-actu {
    padding: 0 15px;
    display: block;
}

a.item-photo-actu img {
    max-width: 100%;
    height: 325px;
    object-fit: cover;
}

.photos-actu .nav-btn {
    position: absolute;
    top: 46%;
    background: #129f61;
    height: 43px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 3px;
    font-size: 21px;
    transform: translateY(-50%);
}

.photos-actu .nav-btn i {
    color: #fff;
}

.photos-actu .nav-btn.next-slide {
    right: 0;
}










.conteneur-contenu-joint {
    margin: 40px 0 0;
}

.bloc-contenus-joint {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 0;
}

.item-contenus-joint {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.wrap-item-contenus-joint {
    background: #fff;
    border-radius: 20px;
    /* overflow: hidden; */
    box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
    position: relative;
    line-height: 1.375;
}

a.wrap-item-contenus-joint {}

.image-contenus-joint {
    position: relative;
}

.image-contenus-joint img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.image-contenus-joint:after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0);
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    will-change: background;
    -webkit-transition: .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 20px 20px 0 0;
}

.wrap-item-contenus-joint:hover .image-contenus-joint:after {
    background: rgba(0,0,0,.2);
}

.content-contenus-joint {
    padding: 23px 30px 40px;
    box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
    border-radius: 0 0 20px 20px;
}

h3.title-contenus-jount {
    color: #111;
    font-family: Poppins;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.364;
}

.wrap-item-contenus-joint:hover h3.title-contenus-jount {
    color: var(--primary-color);
}

.meta-contenus-joint {
    display: flex;
    /* position: absolute; */
    /* bottom: 30px; */
    padding: 10px 0 0;
}

.meta-item {
    font-size: 12px;
    line-height: 18px;
    color: #818181;
    margin-right: 10px;
}
.meta-item span {
    margin-right: 7px;
}




.more-btn-wraper {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all ease .8s;
    height: 100%;
    width: 100%;
    transform: translate(50%, 0);
    transform: translate(-50%, 16px);
    opacity: 0;
    visibility: hidden;
    transition: all ease .8s;
}

.wrap-item-contenus-joint:hover .more-btn-wraper {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.more-btn-wraper .btn-more {
    background: #fff;
    color: var(--second-color);
    padding: 5px 5px 5px 22px;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -.1px;
    display: flex;
    align-items: center;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px -1px 40px 0px rgb(0 0 0 / 9%);
    width: max-content;
    position: relative;
    left: 75px;
    top: -19px;
}

.more-btn-wraper .btn-more i {
    width: 30px;
    height: 30px;
    line-height: 44px;
    font-size: 12px;
    background: var(--second-color);
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 8px;
}


/* statut de ratification */


.wrapr-rubrique-pays {
    margin-bottom: 26px;
}

.entry-content td, .entry-content th {
    border-bottom: 1px solid #e0e0e0;
    padding: 4px 10px;
    line-height: 1.4;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    margin-bottom: -1px;
}

.entry-content table {
    border-spacing: unset;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    color: #000000 !important;
    /* font-weight: 300; */
    width: 100%;
}

.entry-content tr:nth-child(2n) {
    background-color: #f8f8f8;
}

.entry-content td+td, .entry-content th+th {
    border-left: 1px solid #e0e0e0;
}

.entry-content td:nth-child(2), .entry-content th:nth-child(2) {
    max-width: 568px;
}

.entry-content td:nth-child(3), .entry-content th:nth-child(3) {
    min-width: 115px;
}

h3.titre-rubrique-interne {
    margin-bottom: 10px;
    font-size: 14px;
}

.tab-statut-3 td:nth-child(1), .tab-statut-3 th:nth-child(1) {
    min-width: 95px !important;
}


.tab-statut-4 td:nth-child(2), .tab-statut-4 th:nth-child(2) {
    min-width: 168px;
}

table.table-prochaine-election td {
    border-left: 1px solid #e0e0e0;
    min-width: 85px !important;
}

table.table-prochaine-election td, table.table-prochaine-election th {
    padding: 15px;
    font-weight: 500;
    min-width: 214px;
    text-transform: uppercase;
}

table.table-prochaine-election tr:first-child td, table.table-prochaine-election  tr:first-child th {
    font-weight: 700;
    font-size: 18px;
}


li.niveau0.active>a {
    /* background: #cb4b11; */
    color: #cb4b11;
}
