/*
.isPPpage.navBar .socials-icons a   {
    color:black;
}
.isPPpage .website-search a {
    color:black;
    border:1px solid black;
}

.isPPpage.navBar {
    background:white;
}

.isPPpage.navBar .logo img {
    filter: invert(1);
}

.isPPpage #navigation {
    background:#a00909;
}*/


.bk-info {
    text-align: center;
}

.excerpt {
    text-align: center;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Assurez-vous que cela soit supérieur aux autres éléments */
}



.isPPpage #navigation {
    background: #229286;
    border-bottom:1px solid #229286;
}
.isPPpage #navigation a:before {
    background: #229286;
    border-bottom:1px solid #229286;
}


.navBar.isPPpage {
    height: 50px;
}
.navBar.isPPpage .wbWidth{
    height: 50px;
    display: flex;
    align-items: center;
}

.navBar.isPPpage .logo img{
    max-height: 48px;
}

.authorsListContainer {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding:0.5rem 0;
}


.authorsListContainer .authorList a {
    display:inline-flex;
    padding:0.25rem 0.5rem;
    margin-right:0.25rem;
    margin-bottom:0.5rem;
    border-radius: 0.5rem;
    background:white;
    border-radius: 0.5rem;
    border:1px solid #a00909;
    color:#a00909;
    background:white;
    transition: all ease 0.5s;
    font-size: 0.85rem;
}
.authorsListContainer .authorList a:hover {
    color:white;
    background:#a00909;
    transition: all ease 0.5s;
}


.tax-inspiration_category .themesection .wbWidth.line {
    display:none;
}

.cardAuthor {
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    z-index: 15;
    border-radius: 0.5rem;
    padding:0.5rem;
    background-color:rgba(0, 0, 0, 0.46)
}

.cardAuthor a {
    text-transform: capitalize;
    font-size: 0.9rem;
    color:#ff6c68;
}
.cardAuthor a:hover {
    color:#ffd7d6;
}

.slider-textbox {
    padding-bottom:2.5rem;
}

.progressivemenu {
        display: flex;
    align-items: stretch;
    justify-content: center;
}
.progressivemenu > ul > li > a{
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}



.page-template-template-progressivepostpage .feps-banner-infos {
   align-items: center;
    justify-content: center;
}



.loadMore , .loadMoreCatPost , .loadMore:visited , .loadMore:active  {
    padding:0.5rem 2rem;
    border:1px solid #e6201a;
    background:#fff;
    color:#e6201a;
    pointer-events: all;
    text-decoration: none;
}
.LoadMoreCatPost > * {
    pointer-events: none;
}

.loadMoreCatPost {
    display: block;
    margin:auto;
    text-align: center;
    margin-top:5rem;
    width:100%;
}

.loadMore:hover , .loadMoreCatPost:hover  {
    padding:0.5rem 2rem;
    border:1px solid #e6201a;
    background:#e6201a;
    color:#fff;
    cursor: pointer;
    transition: all ease 0.5s;
}




.readMore , .readMore:visited , .readMore:active  {
    display: flex;
    align-self: flex-start;
    pointer-events: all;
    text-decoration: none;
    padding:0.5rem 2rem;
    border:1px solid #e6201a;
    background:#ffffff;
    color:#e6201a;
    cursor: pointer;
    transition: all ease 0.5s;
}
.readMore:hover , .readMore:hover  {
    padding:0.5rem 2rem;
    border:1px solid #e6201a;
    background:#e6201a;
    color:white;
}


.publicationContainer {
    display:flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1250px;
    margin:auto;
}

.publicationCard {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(100% - 3rem);
    padding:1.5rem;
    margin-bottom:1.5rem;
}

.publicationCard .tagsContainer {
    display: none;
}

@media screen and (min-width:700px) {
    .publicationCard {
        width: calc(50% - 1.5rem);
    }
}
@media screen and (min-width:1030px) {
    .publicationCard {
        width: calc(33% - 1.5rem);
    }
}

.archiveTitle {
    width: 100%;
    padding: 1rem;
    background: #f8f8f8;
    font-weight: 700;
    margin: 1rem 0;
}

#archiveContainer a {
    margin: 2rem auto;
    border: 1px solid #C21A22 !important;
    color: #C21A22 !important;
    padding: 0.5rem 3rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
    display: block;
    cursor: pointer;
    transition: all ease 0.5s;
    width: 100%;
}

#archiveContainer  a:hover {
    color: white !important;
    background:#C21A22;
}



.page-template-template-progressivepostpage .entry-header {
        position: relative;
    width:100%;
    }

    .singlePublication .bk-list  {
        --bookHeight: calc(384px);
        --bookWidth: calc(300px);
    }

   .page-template-template-progressivepostpage .swiper-wrapper {
       display: flex;
       align-items: center;
        min-height: 420px;
        margin: auto;
    }


   .page-template-template-progressivepostpage .swiper-container {
       padding:0rem 0 1.5rem 0;
    }

/*
   .page-template-template-progressivepostpage .swiper-button-next,  .page-template-template-progressivepostpage .swiper-button-prev {
        color:#fff !important;
    }
*/

.singlePublication .leftContainer {
    flex-basis: 350px;
    margin-top:2.1rem;
}


.singlePublication .rightContainer {
    flex-basis: 350px;
    flex-grow: 1;
}


 .page-template-template-progressivepostpage .tagsContainer {
    display:none;
}

.tagsContainer a, .tagsContainer a:focus, .tagsContainer a:active, .tagsContainer a:visited {
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
    background: #ededed;
    margin: 0.25rem;
    color: black;
    text-decoration: none;
    margin-bottom:0.5rem;
    display:inline-flex;

}

.tagsContainer a:hover {
    background: #d9d9d9;
    transition: all ease 0.2s;
}

.authorCarrousel {
    margin:0.22rem;
    display: inline-block;
}



   .page-template-template-progressivepostpage .swiper-wrapper .postCard {
       padding-top:0 !important;
       min-height: 400px;
    }
    .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        max-height: 100%;
    }

.child-term.swiper-slide {
    height:auto;
}

    .swiper-pagination {
        position: absolute;
        bottom:0rem !important;
    }
    .swiper-pagination-bullet {
        margin:0 0.5rem;
      width: 25px;
      height: 25px;
    line-height: 25px;
      text-align: center;
      font-size: 12px;
      color: white;
      opacity: 1;
      background: rgba(0, 0, 0, 0.2);
        transition: all ease 0.5s;
    }

    .swiper-pagination-bullet-active {
      color: #e6201a;
      background: #fff;
    }












.postContainer {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.postMassonery{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.absoluteLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.smallPost {
    display: flex;
    align-items: stretch;
    position: relative;
    background-color: #f5f5f5;
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
    flex-grow: 1;
}

.smallPostFirst > *, .smallPost > * {
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}

.smallPostTitle {
    font-family: 'Roboto' , cursive;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3rem;
    display: flex;
    flex-wrap: wrap;
}

.smallPostTitle a {
    text-decoration: none;
    transition: all ease 0.5s;
}

.smallPostTitle > a:after {
    content: '';
    width: 10px;
    margin-left: 10px;
}
.postCategory {
    width: 100%;
    display:none;
}
.postCategory a, .postCategory a:visited, .postCategory a:active {
    margin-right: 0.25rem;
    font-size: 0.9rem;
    color: #E6201A;
    font-weight: 300;
}
.termDescription {
    font-size: 0.95rem;
    line-height: 1.4rem;
    position: relative;
    flex-grow: 1;
}

.smallPost .readMore , .smallPost .readMore:visited {
    border: 1px solid white;
    margin-top: 0.75rem;
    background: #f5f5f5;
    color: black;
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
}

.smallPost .readMore:hover  {
    border: 1px solid white;
    color: black;
    background: #ffffff;
    border: 1px solid white;
    margin-top: 0.75rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
}

.readMore:hover, .readMore:hover , .receiveNewlstter:hover, .receiveNewlstter:hover {
    padding: 0.5rem 2rem;
    border: 1px solid #e6201a;
    background: #e6201a;
    color: white;
}

.readMore, .readMore:visited, .readMore:active , .receiveNewlstter, .receiveNewlstter:visited, .receiveNewlstter:active {
    display: flex;
    align-self: flex-start;
    pointer-events: all;
    text-decoration: none;
    padding: 0.5rem 2rem;
    border: 1px solid #e6201a;
    background: #ffffff;
    color: #e6201a;
    cursor: pointer;
    transition: all ease 0.5s;
}

.descriptiveLink {
    font-size: 0 !important;
}

.publicationContainer {
    margin: auto;
    padding:4vh 0;
}

.singlePublication , #massoneryTriple ,  #massoneryQuintuple , .progressiveContent {
    margin:auto;
    width:100%;
       max-width:1100px;
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.progressiveContent > article {
    width:100%;
    padding:2rem;
}
.progressiveContent > article .readMore , .receiveNewlstter {
    margin-left:5%;
    max-width: 250px;
    margin-top:1.5rem;
    text-align: center;
    justify-content: center;
}

.noMarginParagraph {
    margin-top:1.5rem;
}

.alignTitle {
    width:100%;
}

.navDesktop .wbWidth{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.lastArticleTitle {
    font-size: 0.85rem;
    text-transform: uppercase;
    color:#656565;
    margin-bottom: 1rem;
}

.smallPostPermalink {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.smallPostPermalink .termDescription {
    margin:0.5rem 0;
}


.smallPost .authorList a {
    font-size: 0.9rem;
}

.progressive-post-menu {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-basis: 350px;
    flex-grow: 1;
}
.progressive-post-menu  a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    min-width: 120px;
    text-align: center;
}

.ppLogo {
    width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 90px;
}

@media screen and (min-width:1100px) {
    .ppLogo {
        width:auto;
    }
    .progressive-post-menu {
    flex-grow: 0;
}
}

.ppLogo img{
    height:100%;
    width:auto;
    min-width: 150px;
    max-height: 75px;
    max-width: 190px;
}


/* PROGRESSIVE POST CSS*/

.articleContainer {
    display:flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.articleContainer > article , #massoneryTriple > .postMassonery{
    display: flex;
    width:100%;
    margin-bottom: 1.5rem;
    padding:0.5rem;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}



@media screen and (min-width:800px) {
    .articleContainer > article , #massoneryTriple > .postMassonery{
        width:50%;
        max-width: 50%;
    }
}

@media screen and (min-width:1200px) {
    .articleContainer > article , #massoneryTriple > .postMassonery{
        width:33%;
         max-width: 33%;
    }
}




.articleContainer > article , #massoneryQuintuple > .postMassonery{
    display: flex;
    width:100%;
    margin-bottom: 1.5rem;
    padding:0.5rem;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}



#massoneryQuintuple  .postContainer ,  #massoneryTriple .postContainer{
    border-radius: 1rem;
    overflow: hidden;
}






.articleCountryName {
    font-size: 1.2rem;
    border-bottom: 1px solid grey;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: 700;
}

.articleCountry {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.articleCountry > * {
    margin:0.5rem;
}
.articleCountryThumbnail {
    width:calc(50% - 1rem);
    display: flex;
    aspect-ratio:16/9;
    border-radius:1rem;
    overflow: hidden;
}

.articleCountryText {
    width:calc(50% - 1rem);
}

.articleCountryThumbnail img {
    height:100%;
    width:100%;
    object-fit: cover;
    transition:all ease 0.5s;
}

.articleCountryTitle {
    margin: 0.25rem 0;
    font-size: 19px;
    width: 100%;
    line-height: 23px;
    word-break: break-word;
    font-weight: 700;
    transition:all ease 0.5s;
}

.articleCountry:hover .articleCountryTitle{
color: #BA0909;
}
.articleCountry:hover .articleCountryThumbnail img{
    transform: scale(1.1);
    transition:all ease 0.5s;
}


















@media screen and (min-width:800px) {
     #massoneryQuintuple > .postMassonery{
        width:33%;
        max-width: 33%;
    }
}


@media screen and (min-width:950px) {
     #massoneryQuintuple > .postMassonery{
        width:25%;
        max-width: 25%;
    }
}

@media screen and (min-width:1100px) {
     #massoneryQuintuple > .postMassonery{
        width:20%;
         max-width: 20%;
    }
}




