/*--------------------------------------------------------------
# Blog Actualite
--------------------------------------------------------------*/


#actualite {
    background: #f1f7fd;
    padding: 70px 0 60px;
}

/*--------------------------------------------------------------
# Fin Blog Actualite
--------------------------------------------------------------*/

#section-content-article-actualite
{
    background: white;
    padding: 70px 0 60px;
}

.sticky-top {
    top: 100px!important;
    z-index: 1;
}

.breadcrumbs .page-header {
    padding: 60px 0 60px 0;
    min-height: 20vh;
    position: relative;
    background-color: #2d77a3;
}


.breadcrumb
{
    margin-bottom: 0px!important;
}

.breadcrumb a
{
    color: #00314e;
}

.customBread
{
    background-color: #fdfdfd;
    padding: 20px 0;
}

.articleBread
{
    background: #f8fbfd;

}


.blog-section-content h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964;
}

.blog-section-content h1::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: 50%;
    margin-left: -60px;
}

.blog-section-content h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #f47768;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.article-date-publication
{
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #f47768;
    font-weight: bold;
}

.asideLanguette
{
    background-color: #005a94;
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: bold;
}

.asideArticle a
{

    color: #005a94;
    text-decoration: none;

}

.asideArticle a:hover
{

    color: #1877cc;
    text-decoration: none;
}
.asideArticle
{
    border-bottom: 3px solid #f5f5f5;
    margin-top: 10px;
    margin-bottom: 20px;
}

#section-content-article-actualite .asideArticle p
{
    font-size: 15px;

}

#section-content-article-actualite .articleRead
{
    display: inline-block;
    font-weight: bold;
    padding: 5px;
    color: #f4940d;
    border-radius: 10px;
    border: 1px solid #f4940d;

}

#section-content-article-actualite .readTime
{
    font-size: 20px;
    color: #005a94;
    font-weight: bold;
    margin-bottom: 20px;
}


#section-accueil-actualite h5
{
    font-size: 17px;

}

#section-accueil-actualite .card-text
{
    font-size: 16px;

}

#section-content-article-actualite .asideArticle h5
{
    font-size: 17px;
}


.img-hover-zoom {

    overflow: hidden;
}


.img-hover-zoom img {
    transition: transform .5s ease;
}


.img-hover-zoom:hover img {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
}

.cover-article-image
{
    /*height: 200px;*/
    border-radius: 10px;
    overflow: hidden;
}

.pictoNextArticle
{
    color: #f47768;
}
.socialArticlePicto
{
    font-size: 30px;
}
.socialArticleShare

{
    font-size: 20px;
    color: #005a94;
    font-weight: bold;
}

.ctaArticle
{
    background-color: #f47768;
    border-radius: 10px;
    padding: 10px;
    color: white;
    font-weight: bold;
}

.ctaArticle a
{
    color: white;
    text-decoration: none;
}

.ctaArticle2
{
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    color: #005a94;
    font-weight: bold;
}

.ctaArticle2 a
{
    color: #005a94;
    text-decoration: none;
}


.sectionArticleCta
{
    background-color: #005a94;
    padding: 25px;
    color: white;
    font-size: 20px;
    text-align: center;
    border-radius: 25px;
    font-weight: bold;
}

.customShareHeight
{
    height: 30px;
}

.more-article-btn-form
{

    background: rgb(249,110,91);
    color:#fff !important;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}

.more-article-btn-form:hover
{
    background: #54e6b3;
    color: #fff!important;
}

.fixBtnSimu:checked + .fixBtnSimu, .btn-check:active + .fixBtnSimu, .fixBtnSimu:active, .fixBtnSimu.active, .show > .fixBtnSimu.dropdown-toggle {
    color: #fff;
    background-color: #a8f5da;
    border-color: #212529;
}

.colorCustomEmphase
{
    color: #f47768;
}

.formatageText
{
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.page-item.active .page-link
{
    color: #fff!important;
    background-color: #f47768!important;
    border-color: #dee2e6!important;
}

.page-item.disabled .page-link
{
    color: #bcbcbc!important;
    background-color: #f5f5f5 !important;
    border-color: #dee2e6!important;
}

.colorPaginationDisabled
{
    color: #d5d5d5!important;
}
.colorMainTheme
{
    color: #f47768;
}

#blog
{
    margin-top: 100px;
}

#blog h1
{
    font-size: 30px;
}

#blog .breadcrumbs p
{
    font-size: 19px;
    color: white;
}

.blog .posts-list article {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
}

.blog .posts-list .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.blog .posts-list .post-category {
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
}

.blog .posts-list .title {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .posts-list .title a {
    color: black;
    transition: 0.3s;
}

.blog .posts-list .title a:hover {
    color: black;
}

.blog .posts-list .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.blog .posts-list .post-author-list {
    font-weight: 600;
    margin-bottom: 5px;
}

.blog .posts-list .post-date {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.blog .blog-details .post-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
    color: black;
}

.blog .blog-details .content {
    margin-top: 20px;
}

.blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .blog-details .content h4 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(34, 34, 34, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .blog-details .content blockquote p {
    color: black;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: black;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .blog-details .meta-top {
    margin-top: 20px;
    color: #00314e;
}

.color-contrast
{
    color: #00314e;
}
.blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .blog-details .meta-top ul li+li {
    padding-left: 20px;
}

.blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: black;
}

.blog .blog-details .meta-top a {
    color: #6c757d;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.blog .blog-details .meta-bottom i {
    color: #555555;
    display: inline;
}

.blog .blog-details .meta-bottom a {
    color: rgba(34, 34, 34, 0.8);
    transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
    color: black;
}

.blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: black;
    content: ",";
}

.blog .blog-details .meta-bottom .share {
    font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
}

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}



.blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: black;
}

.blog .post-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
    color: rgba(34, 34, 34, 0.5);
    margin-right: 5px;
}

.blog .post-author p {
    font-style: italic;
    color: black;
    margin-bottom: 0;
}

.certif-image
{
    max-height: 100px;
    width: auto;
}
/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;

}

.sticky {
    position: sticky;
    top: 0;
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: black;
}

.blog .sidebar .sidebar-item+.sidebar-item {
    margin-top: 40px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(34, 34, 34, 0.3);
    padding: 5px 10px;
    position: relative;
    border-radius: 50px;
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 50px;
    width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type=text]:focus {
    outline: none;
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 25px;
    margin: -1px;
    background: black;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: rgba(0, 131, 116, 0.8);
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: black;
    transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
    color: black;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgba(34, 34, 34, 0.4);
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: black;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: black;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #00314e;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #555555;
    font-size: 14px;
    padding: 6px 20px;
    margin: 0 6px 8px 0;
    border: 1px solid #d5d5d5;
    display: inline-block;
    transition: 0.3s;
    border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid black;
    background: black;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(85, 85, 85, 0.8);
    font-size: 14px;
}