/* BODY */
body, .sp-preloader {
    background-color: #f4f4f4;
    color: #484848;
}


#sp-logo-wrap {
    padding: 0;
 }
 
 .logo-slogan {
     font-size: 20px !important;
     font-weight: 800;
     color: #e94083;
 }

 #sp-bottom {
     padding: 70px 0 0;
 }
 
 .sppb-img-megamu {
     border: 1px solid #c5c5c5;
     border-radius: 6px;
     padding: 10px;
     box-shadow: 0 6px 15px -5px rgb(71 116 135 / 50%);
     transition: all .2s ease-in-out;
 }
 .sppb-img-megamu:hover {
     box-shadow: none;
     transition: all .2s ease-in-out;
 }
 
 .sppb-addon-image-layout-caption {
     text-align: center;
 }
 

 @media (max-width: 992px) {
    .logo-image-phone {
        height: 76px !important;
    }
}

/* BLOG */
.finatic-blog .blog .article-list .article .article-body .article-introtext {
    padding: 0px 20px 0px;
    min-height: 11vw;
}

.sp-page-title-heading {
    font-size: 44px !important;
    letter-spacing: 2px;
    color: #ffffff !important;
}

.sp-page-title {
    padding: 40px 0px 40px 0px !important;
}

/* ARTICLES */
.com-content.view-category .article-list .article .article-intro-image img {
    height: auto;
}

.view-article .pagenavigation .pagination>li a, .pager>li a {
    font-size: 22px !important;
    color: #e72c76 !important;
}

.view-article .finatic-blog-details .article-img-wrpaaer .article-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.article-details .article-full-image img {
    width: 100%;
    border-radius: 0;
}
.article-details .article-full-image {
    margin-bottom: 0;
}
/* circuit+-overflow */
.circuit-overflow {
    overflow: auto;
    height: 50vw;
}

/* Présentation in modal */
/* Custom POI - champs personnalisés */

.article-header h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 3.2vw !important;
    color: white;
    background: #457387;
    letter-spacing: 1px;
    padding: 20px 0 0;
}

.fields-container {
    display: flex;
}

.is_timeline_vt6 .page-section .timeline .timeline__items .timeline__item .timeline__item__inner {
    padding: 20px 0px;
}

.is_timeline_vt6 .page-section .timeline .timeline__items .timeline__item .timeline__item__inner .timeline__content__wrap .timeline__content {
    border: none;
    padding: 12px 12px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 5px 10px #00000020;
    border-radius: 8px;
}

.is_timeline_vt6 .page-section .timeline .timeline__items .timeline__item .timeline__item__inner .timeline__content__wrap {
    padding: 0;
    margin: 0 25px;
}

.is_timeline_vt6 .page-section .timeline .timeline__items .timeline__item .timeline_time:before {
    display: none;
}

.is_timeline_vt6 .mod-articles-category-readmore .mod-articles-category-title {
    background: #e94083 !important;
    color: #ffffff !important;
    border-radius: 2px;
}

/* Rendu Champs suplémentaires */
.etape-label {
    background: #e62d77;
    color: #fff;
    padding: 7px;
    margin-right: 10px;
    border-radius: 3px;
}

.etape-champs {
    color: #e62d77;
    font-size: 1.4rem;
}

.image-poi .field-label  {
    display: none;
}

.image-poi .field-value img  {
    display: inline-block;
    padding: 10px;
}

.fields-container {
    display: flex;
    align-items: center;
    border: 1px solid #457387;
    background: #f7f7f7;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.fields-container dd {
    margin-bottom: 0;
}