/*Blog*/

.ragnar_blog_adrian article {
    position: relative;
    cursor: pointer;
    width: 48% !important;
    margin-right: 1% !important;
    margin-left: 1% !important;
    float: left;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 30px 87px 0 rgba(150, 176, 203, 0.23);
    display: flex;
    flex-direction: column;
    transition: .4s
}

.ragnar_blog_adrian article h2 {
    font-family: var(--ff-bold);
}

.ragnar_blog_adrian .post-content {
    order: 9;
    padding: 0 0 30px 53.5%
}

.ragnar_blog_adrian a.entry-featured-image-url {
    width: 47.3%;
    float: left;
    height: 100%;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 0 !important;
    position: absolute;
    left: 0;
    top: 0
}

.ragnar_blog_adrian .post-meta span.published .day {
    font-size: 20px !important;
    display: block;
    line-height: 100%
}

.ragnar_blog_adrian .post-meta span.published {
    position: absolute;
    font-size: 15px !important;
    background: #fff;
    color: #322e2e;
    max-width: 61px;
    text-align: center;
    top: 0;
    left: 0;
    line-height: 100%;
    padding: 9px 12px;
    text-transform: capitalize !important;
    text-indent: 0;
    font-weight: bold;
}

.ragnar_blog_adrian .post-meta a:nth-child(2) {
    margin-left: 53.5%
}

body .ragnar_blog_adrian .post-meta a:hover,
body #main-content .ragnar_blog_adrian article h2 a:hover {
    color: var(--clr-accent) !important;
}

.ragnar_blog_adrian .et_pb_post a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s
}

.ragnar_blog_adrian .et_pb_post div.post-content a.more-link {
    text-transform: Capitalize;
    transition: .3s !important
}

.ragnar_blog_adrian .et_pb_post:hover div.post-content a.more-link {
    transform: translate(0, -8px)
}

.ragnar_blog_adrian .et_pb_post div.post-content a.more-link:before {
    content: "\24";
    font-family: 'ETmodules' !important;
    color: inherit;
    font-size: 19px;
    vertical-align: bottom;
    position: relative;
    margin-right: 4px
}

.ragnar_blog_adrian .et_pb_ajax_pagination_container {
    flex-wrap: wrap;
    display: flex;
    transition: .3s;
    margin: 0 -11.5px !important
}

.ragnar_blog_adrian article.et_pb_post:after {
    content: "";
    display: block;
    background-color: var(--clr-accent2);
    height: 8px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s;
    visibility: visible;
}

.ragnar_blog_adrian article.et_pb_post:hover:after {
    width: 100%
}

.ragnar_blog_adrian article.et_pb_post:hover a img {
    transform: rotate(-4deg) scale(1.1)
}

.ragnar_blog_adrian .blog_filter {
    margin-bottom: 40px;
    width: 100%;
    margin-left: auto;
    text-align: left;
    margin-right: 0 !important
}

.ragnar_blog_adrian .blog_filter ul {
    padding: 0 !important
}

.ragnar_blog_adrian .blog_filter ul li:last-child {
    margin-bottom: 0 !important;
    margin-right: 0 !important
}

.ragnar_blog_adrian .blog_filter ul li {
    color: #25282a !important;
    font-size: 18px;
    font-family: 'Barlow', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    cursor: pointer;
    list-style: none !important;
    padding-left: 0;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: 15px;
    transition: all .3s !important
}

.ragnar_blog_adrian .blog_filter ul li.active_menu_item,
.ragnar_blog_adrian .blog_filter ul li:hover {
    color: transparent !important
}

body .ragnar_blog_adrian .blog_filter li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    z-index: 0;
    white-space: nowrap;
    letter-spacing: -0.2px;
    opacity: 0;
    transition: all .3s !important
}

body .ragnar_blog_adrian .blog_filter li.active_menu_item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    z-index: -1;
    white-space: nowrap;
    letter-spacing: -0.2px;
    background-color: rgba(255, 255, 255, 0) !important;
    transition: all .3s !important;
    opacity: 1 !important;
    color: #191b1d !important
}

body .ragnar_blog_adrian .blog_filter li.active_menu_item span:before {
    background-color: rgba(255, 255, 255, 0) !important
}

body .ragnar_blog_adrian .blog_filter li:hover {
    transition: all .3s !important;
    overflow: visible
}

body .ragnar_blog_adrian .blog_filter li:after {
    content: "" !important;
    display: block !important;
    background: #dcdcdc !important;
    height: 8px;
    width: 0;
    position: absolute;
    bottom: 0;
    z-index: -2;
    transition: all .3s !important
}

body .ragnar_blog_adrian .blog_filter li.active_menu_item:after,
body .ragnar_blog_adrian .blog_filter li:hover:after {
    width: 100%;
    transition: all .3s !important
}

body .ragnar_blog_adrian .blog_filter li:hover span {
    background-color: rgba(255, 255, 255, 0) !important;
    transition: all .3s !important;
    opacity: 1 !important;
    color: #191b1d !important
}

body .ragnar_blog_adrian .blog_filter li:before,
body .ragnar_blog_adrian .blog_filter li span:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    right: 0;
    transition: .3s
}

body .ragnar_blog_adrian .blog_filter li:before {
    display: none !important;
    right: auto;
    left: 0;
    width: 0
}

body .ragnar_blog_adrian .blog_filter li.active_menu_item:before,
body .ragnar_blog_adrian .blog_filter li:hover:before {
    width: 100%
}

body .ragnar_blog_adrian .blog_filter li.active_menu_item span:before,
body .ragnar_blog_adrian .blog_filter li:hover span:before {
    width: 0 !important
}

.ragnar_blog_adrian .et_pb_ajax_pagination_container.filter_clicked {
    opacity: 0
}

.ragnar_blog_adrian .et_pb_ajax_pagination_container.filter_clicked article {
    transition-delay: .25s;
    transform: scale(0);
    opacity: 0
}

.ragnar_blog_adrian article.active_post {
    transform: scale(1);
    opacity: 1;
    display: flex !important
}

.ragnar_blog_adrian article.deactive_post {
    transition: .4s !important;
    transform: scale(0);
    opacity: 0;
    display: none !important
}

@media only screen and (max-width:980px) {
    .ragnar_blog_adrian .et_pb_post div.post-content a.more-link {
        bottom: 25px
    }

    .ragnar_blog_adrian article:last-child {
        margin-bottom: 0 !important
    }

    .ragnar_blog_adrian article {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .ragnar_blog_adrian .et_pb_ajax_pagination_container {
        margin: 0 !important
    }

    body .ragnar_blog_adrian .blog_filter {
        margin-bottom: 30px !important;
        width: 100% !important;
        margin-right: auto !important;
        text-align: left !important
    }

    body .ragnar_blog_adrian .blog_filter ul {
        text-align: left !important
    }

    body .ragnar_blog_adrian .blog_filter ul li,
    body .ragnar_blog_adrian .blog_filter li:hover {
        font-size: 16px !important
    }
}

@media only screen and (max-width:767px) {
    .ragnar_blog_adrian article {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .ragnar_blog_adrian .blog_filter {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .ragnar_blog_adrian .blog_filter ul {
        padding: 0 !important;
        display: inline-block;
        text-align: right !important
    }
}

@media only screen and (max-width:480px) {
    .ragnar_blog_adrian a.entry-featured-image-url {
        width: 100%;
        position: relative
    }

    .ragnar_blog_adrian .et_pb_post div.post-content a.more-link {
        position: unset
    }

    .ragnar_blog_adrian .post-meta a:nth-child(2) {
        margin-left: 0
    }

    .ragnar_blog_adrian article.et_pb_post .entry-title {
        padding: 5px 30px 27px 30px;
        height: auto !important
    }

    .ragnar_blog_adrian .post-content {
        padding: 0 30px 30px 30px
    }

    .ragnar_blog_adrian .post-meta {
        padding: 30px 0 12px !important;
        margin: 0 30px
    }
}

/*Blog*/

/*Article Blog*/
.journal_filter .wp-block-search__input::placeholder {
    font-size: 12px !important;
    color: #322e2e;
}

.widget_categories select {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #322e2e;
    background-color: #fff;
    background-image: none;
    cursor: pointer;
    padding-right: 50px !important;
}

.widget_categories select::-ms-expand {
    display: none;
}

.widget_categories .caou_category {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: .25em;
}

.widget_categories .caou_category::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transition: .25s all ease;
    pointer-events: none;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    background: url(/wp-content/uploads/2021/11/next.webp)center no-repeat, transparent;
    background-size: 17px;
}

.widget_categories .caou_category:hover::after {
    color: #f39c12;
}


.widget_categories {
    padding-right: 0px !important;
    width: auto !important;
}

.journal_filter .et_pb_widget select>option:first-child {
    display: none !important;
}

.journal_filter .et_pb_module.et_pb_widget_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.journal_filter .et_pb_module.et_pb_widget_area .fwidget.et_pb_widget {
    margin-bottom: 0;
    margin: 0 !important;
}

.journal_filter .et_pb_widget select {
    height: 40px;
    border: 1px solid #bababa !important;
}

.journal_filter .wp-block-search__input {
    border: 1px solid #bababa;
    border-radius: 0;
}

.journal_filter .wp-block-search__button {
    display: none;
}

#caou_pins .gs-single-pin {
    max-width: 230px;
    margin: auto;
    float: none;
    right: 0;
}

#caou_pins .pins_link {
    width: 35px;
    height: 35px;
    position: absolute;
    background: #e60023;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 5%;
    left: 5%;
    color: #fff;
    transition: var(--transition);
}

#caou_pins .pins_link:hover {
    background: var(--clr-accent);
}

#caou_pins .gs-pin-details {
    position: relative;
}

.article_blog .comments-number {
    padding: 0;
    position: relative;
    display: inline-block;
}

.article_blog .comments-number:before {
    content: '';
    background: url(/wp-content/uploads/2021/11/commentaire.webp);
    width: 19px;
    height: 19px;
    position: relative;
    left: 0;
    bottom: 0;
    float: left;
    margin-right: 5px;
}

.article_blog .published {
    background: #223752;
    line-height: normal;
    display: flex;
    flex-direction: column;
    width: fit-content;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    position: relative;
    border-bottom: 4px solid var(--clr-accent);
}

.article_blog .published>:first-child {
    color: var(--clr-accent);
    font-size: 33px;
    font-weight: bold;
}

.article_blog .published>:last-child {
    color: #fff;
}

.article_blog .published>span {
    display: block;
}

.article_blog .article_blog_left {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    float: none !important;
    margin: 0 !important;
}

.article_blog .article_blog_left>:first-child {
    grid-column: 1 / 5;
    margin: 0 !important;
}

.article_blog .article_blog_content {
    grid-column: 4 / -1;
    background: #fff;
    position: relative;
    padding: 5%;
    padding-top: 60px;
    box-shadow: var(--box-shadow);
}

.article_blog .article_blog_left>div {
    grid-row: 1/2;
    align-self: center;
}

.article_blog .article_blog_content {
    position: absolute;
}

.article_blog .article_blog_date {
    position: absolute;
    top: -40px;
    margin: 0 !important;
}

.article_blog .article_blog_title,
.article_blog .article_blog_date,
.article_blog .article_blog_commentaires {
    width: auto !important;
}

.article_blog .article_blog_commentaires {
    margin-bottom: 30px !important;
}

.article_blog .article_blog_content:before {
    width: 40%;
    height: 20px;
    background: var(--clr-accent2);
    content: '';
    position: absolute;
    top: -20px;
    left: 12%;
}

.article_blog .article_blog_content:after {
    width: 40%;
    height: 20px;
    background: var(--clr-accent2);
    content: '';
    position: absolute;
    bottom: -20px;
    left: 12%;
}

body #page-container .et_pb_section .et_pb_comments_0_tb_body.et_pb_comments_module .et_pb_button {
    border-width: 2px !important;
}

#comments .page_title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
}

#comments .comment-reply-title {
    margin-bottom: 40px;
}

#comments .comment_area .comment-reply-link {
    position: relative;
    top: inherit;
    bottom: inherit;
    width: fit-content;
    width: -mot-fit-content;
    margin-top: 10px;
    margin-left: auto;
}

#comments .comment-body {
    padding: 0 0px 0 100px;
}

.article_blog_commentaires p.et_pb_title_meta_container a:hover {
    color: var(--clr-accent) !important;
}

#comments ol.commentlist>li:nth-child(even) .comment_postinfo>* {
    color: #39436c !important;
}

@media (max-width: 767px) {
    .article_blog .article_blog_content {
        grid-column: inherit;
        position: relative;
    }

    .article_blog .article_blog_left>:first-child {
        grid-column: inherit;
    }

    .article_blog .article_blog_left {
        display: flex;
        flex-direction: column-reverse;
        grid-template-columns: inherit;
        padding-top: 60px;
    }

    #comments .comment-body {
        padding: 0 0 0 50px;
    }

    .journal_filter .et_pb_module.et_pb_widget_area {
        flex-direction: column;
    }
}

/*Article Blog*/