.position-relative {
    position: relative;
}

.blog-index__hero, 
.blog-post__hero {
    min-height: 300px;
    position: relative;
}
.col-md-12.image__container{
    text-align: center;
}
.blog-post .container{
    max-width:836px;
}
.dropdown__custom p{
    display:none;
}
.dropdown__custom p svg{
    width:25px;
    margin-left:15px;
}
.blog-index__hero h1 {
    font-size: 45px !important;
    font-weight: 700;
    line-height: 1.2;
}
.tag-w-serach-wrap {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 15px;
}
.blog-search-block form {
    max-width: 312px;
}
.blog-search-block form input {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 10px 40px 10px 10px;
}

.related-post-sec {
    margin-top: 30px;
    border: 1px solid #58ab40;
}

.related-post-sec h6 {
    background: #58ab40;
    color: #ffffff;
    padding: 20px 10px;
    font-size: 16px;
}

.related-post-sec ul {
    margin: 0 0 0 0;
    padding: 10px 10px 20px 30px;
    list-style: square;
}

.related-post-sec ul li a {
    font-size: 14px;
    line-height: 1;
}

.related-post-sec ul li::marker{
    color: #58ab40;
}

@media (min-width: 768px){


    .blog-index__hero-img {
        position: absolute;
        height: 100%;
        width: 95%;
        top: 0;
        left: 0;
    }
    .blog-index__hero-img img {
        max-width: 350px; 
    }
}

.blog-index__search {
    max-width: 370px;
    width: 100%;
}

.blog-index__search form {
    font-size: 16px;
    line-height: 135.8%;
    color: #BDBDBD;
    display: flex;
}
.blog-index__search .hs-search-field__input { 
    height: auto !important;
    padding: 16px;
    border: none;
    border: 2px solid #BDBDBD;
    border-right: none;
    outline: none;
}

.blog-index__search button{ padding: 0 12px; }

.blog-index__search .hs-search-field__bar button svg{ height: 20px; }

.blog-index .hs-search-field--open .hs-search-field__suggestions {
    position: absolute;
    z-index: 3;
    background-color: #fff;
    border-color: #bdbdbd;
    border-top: none;
    padding: 20px;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
}

.blog-index__topic select {
    font-size: 18px;
    line-height: 135.8%;
    width: 270px;
    max-width: 100%;
    color: #FFFFFF;
    background: #282b2d;
    border-color: #282b2d;
    padding: 14px;
    appearance: none;
    outline: none;
    background-position: 94% center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 1L11 11L1 0.999999' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

@media (max-width: 765px) {
    h1.blog-post__title {
        font-size: 30px !important;

    }
    .widget-type-post_filter ul {
        display: grid !important;
        grid-row-gap: 20px;
        text-align: center;
        padding: 0;
    }
    .blog-index__topic select,
    .blog-index__topic {
        width: 100%; 
    }
}
.blog-index__hero h1 {
    color: #282b2d;
    text-align: center;

}
.blog-index__hero h1,
.blog-post__hero h2 {
    color: #282b2d
}

.blog-index__post-title h3 {
    font-size: 1.45rem;
}
.featured-form .hs-form-required {
    color: #fff;
    font-size: 20px;
}
.blog-index__featured-post h3 {
    text-transform: uppercase;
}

.blog-index__post-title a, 
.blog-index__post-meta a,
.blog-index__post-content a {
    text-decoration: none;
}

.blog-index__post-meta {
    font-size: 0.8rem;
    font-weight: 700;
    color: #888888;
}

.blog-index__featured-post .blog-index__post-meta {
    font-weight: 400;
    font-size: 0.9rem;
}

.blog-index__social-sharing ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
}

.blog-index__social-sharing li {
    margin-right: 1rem;
}

.social-sharing__icon svg {
    width: 16px;
    height: 16px;
}

.blog-index__button {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
}
h1.blog-post__title{
    font-size:45px;
    margin-top:10%;
    text-transform: uppercase;
}
.blog-post p{
    font-size:16px;
}
.blog-post hr {
    color: #7FC141;
    background-color: #7FC141;
    height: 1px;
    border: 0;
    margin: 10% 0;
}
.blog-index__button .button {
    width: 100%;
}

.blog-index__button .button:hover {
    transform: scale(1.04);
}

.blog-index__post, .blog-index__featured-post-content {
    padding: 20px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    position: relative; 
    z-index: 3;
    height: 100%;
}
.blog-index__featured-post .blog-index__featured-post-content {
    box-shadow: none;
}
.blog-index__featured-post { 
    /*box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);*/
}

.blog-index__featured-post:hover, 
.blog-index__post:hover { 
    /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);*/
}

.blog-index__post, .blog-index__featured-post {
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.blog-index__post-content-image {
    height: 220px;
    object-fit: cover;
    width: 100%;
    display:block;
}
.content-p{padding:20px 20px 0px 20px;}
.blog-index__featured-post .blog-index__post-content-image {
    height: 220px;
}
div.blog-index__post .blog-index__post-tags{
    display:none;
}
@media (min-width: 992px) {
    .blog-index__wrapper {
        display: grid;
        grid-column-gap: 2rem;
        grid-template-columns: 1fr 1fr;
    }
}

.blog-index__post-content-link {
    grid-column: 1/ 1;
    grid-row: 1/-1;
}

.blog-index__post-conrent-more >div{
    font-weight: bold;
    font-size: 17px;
    border-bottom: 1px solid;
}

a.blog-post__tag-link, .blog-index__post-tag-title {
    text-decoration: none;
    font-size: 16px;
    color: #3C3C3B;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-index__post-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-pagination__link svg {
    height: 1rem;
    width: 1rem;
}

.blog-pagination__link {
    border: 2px solid #282b2d;
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    margin: 0.4rem;
    color: #282b2d;
    transition: all ease .3s;
}

.blog-pagination__link:not(.blog-pagination__prev-link):not(.blog-pagination__next-link):hover,
.blog-pagination__link--active {
    text-decoration: none;
    color: #fff;
    background-color: #282b2d;
    border-color: #282b2d;
}

a.blog-pagination__prev-link,
a.blog-pagination__next-link {
    border: none;
    width: auto;
    color: #282b2d;
}

.blog-pagination {
    position: relative;
    z-index: 3;
    margin-bottom: 50px;
}

.blog-index__wrapper {
    position: relative;
    padding: 50px 0 30px;
}

.sidebar__inner {
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
}

@media (max-width: 992px) {
    .blog-pagination {
        margin-bottom: 20px;
    }

    .blog-index__wrapper {
        position: relative;
        padding: 30px 0 0px;
    }
}

/** Blog Post **/
.blog-post {
    width: 100%;
}

.blog-post__meta {
    color: #282B2D;
}

.blog-post__hero h2 {
    font-size: 54px;
}

.blog-post__featured-image {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
#blog-social-sharing .blog-post-sharing__title{
    font-size:20px;
    font-weight:400;
}
.blog__sharing{
    margin:10% 0;
}
.blog-post__title {
    color: #282b2d;
}

.blog-post__meta {
    font-size: 0.8rem; 
}
.widget-type-post_filter ul{
    display: flex;
    list-style: none;
}
.link__post{
    display:flex;
    text-decoration: none;
    margin: 2% 0;
}
.body-container-wrapper .blog-bost__post-tags{
    display:none;
}
.widget-type-post_filter ul li{
    margin: 0 20px;
}
.hs_cos_wrapper_type_post_filter h3{
    display:none;
}
.filter-link-count{
    display:none;
}
a.link__post svg{
    width:30px;
    fill: #7FC141;
    margin-right:20px;
}
.tags__post{
    display: grid;
    justify-content: center;
}
.blog-index hr{
    color: #7FC141;
    background-color: #7FC141;
}
.widget-type-post_filter ul li a{
    text-decoration:none;
    font-size: 18px;
    font-weight: 600;
}
.blog-bost__post-tags {
    font-weight: bold;
    font-size: 0.8rem; 
}

#hs_cos_wrapper_blog-social-sharing,
.blog-post__progress {
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    top: 20px;
    z-index: 10;
}

.blog-post__progress-bar {
    height: 4px;
    background-color: #282b2d;
    width: 1px;
    max-width: 100%;
    min-width: 1px;
    transition: width .6s ease;
}

.blog-post__time {
    color: #282b2d;
    font-size: 16px;
    font-weight: 400;
}
.blog-post__time {
    padding:0px !important;
}
.blog-post__related-posts {
    position: relative;
    background-color: #F2F8FC;
}
a{
    color:#282b2d !important;
}
@media screen and (max-width:768px){


    .tags__post{
        display:none;
    }
    .dropdown__custom p{
        display: flex;
        text-align: center;
        font-size: 18px;
        justify-content: center;
    }
    .showMenu{
        display: block;
    }
}

.blog-index__wrapper.d-grid.blog-pg-top {
    padding-top: 0;
    margin-top: -30px;
}
h3.blog-title-n {
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
}
.blog-pg-top {
    grid-column-gap: 3rem !important;
}
.blog-index hr {
    margin-top: -8px;
}
h3.blog-title-n a {
    font-family: 'Montserrat';
    font-weight: 800;
}
.tag-post-b ul li a, .tag-post-b ul li a span {
    font-weight: 800;
    font-family: 'Montserrat';
}

.blog-post .container {
    max-width: 1240px;
}
.single-post-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.single-post-main img {
    max-width: 100%;
}
.custom-sidebar {
    width: 27%;
}
.d-flex.flex-wrap.blog-post__hero.align-items-center.mb-4.mx-n3.mx-md-n2.single-post-pg {
    width: 70%;
}
h1.blog-post__title {
    margin-top: 0 !important;
}
.single-post-main .col-md-12.image__container.featured-thumbn {
    padding: 0px;
}
.custom-sidebar {
    width: 35%;
}
.d-flex.flex-wrap.blog-post__hero.align-items-center.mb-4.mx-n3.mx-md-n2.single-post-pg {
    width: 60%;
}
.lire-plus-main img {
    width: 100%;
}
.lire-plus-main-content img {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 15px;
}
.lire-plus-main-content {
    margin-top: -6px;
    padding: 20px;
    background: #ebebeb;
}
.lire-plus-section {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.lire-plus-main-bitton button {
    background: #58ab40;
    border: navajowhite;
    color: #fff;
    padding: 15px;
    width: 100%;
}
.lire-plus-main-form {
    background: #58ab40;
    color: #fff;
    padding: 20px;
    margin-top: 30px;
}
.newsletter-block .hs_cos_wrapper {
    width: 100%;
}
.lire-plus-main-form h3 {
    color: #fff;
    text-align: center;
    font-size: 18px;
}
form.sidebar-form input {
    max-width: 100%;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
}
.lire-plus-main-form-button button {
    background: #fff;
    border: none;
    color: #58ab40;
    padding: 12px;
    width: 100%;
    margin-top: 20px;
}
form.sidebar-form label {
    font-size: 13px;
}
.lire-plus-main-form h3 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.blog-post p {
    font-size: 16px;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 600;
}
.lire-plus-main button {
    font-weight: 600;
}
.lire-plus-main-form h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 10px;
}
hr.horizontal-ln {
    margin-top: 5%;
    margin-bottom: 4%;
}
.single-post-pg .col-md-12 {
    padding: 0 !important;
}
.single-post-pg h1.blog-post__title.mb-4 {
    font-size: 35px;
}
.lire-plus-main-bitton button {
    cursor: pointer;
}
.lire-plus-main-form-button button {
    cursor: pointer;
}
.single-post-pg .blog-post__meta.mb-3 p {
    line-height: 1.7;
}
p.italic-sky {
    padding: 20px;
    border-left: 7px solid #23afdb !important;
    margin-bottom: 30px;
    margin-top: 10px;
}
.blog-related-posts__list {
    display: flex;
    justify-content: space-between;
}
section.blog-related-posts h2 {
    color: #58ab40;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
}
article.blog-related-posts__post {
    width: 47%;
}
hr.horizontal-ln-autures {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.autures-sec h3 a {
    text-decoration: unset;
}
.autures-sec h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    margin: 20px 0 10px 0;
}
.autures-sec p {
    font-weight: unset;
}
.blog__sharing.single-pg-social-icons {
    margin: 4% auto;
}
section.blog-related-posts {
    margin-bottom: 60px;
}
.footer_drag_drop-row-0-background-color {
    background-color: #282b2d !important;
}
.author-bio-flex {
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
}
.author-left-content {
    width: 40%;
}
.author-img {
    width: 40% !important;
}
.author-img img {
    width: 100%;
}
.author-left-content p.heading {
    font-size: 30px;
    font-weight: 900;
    font-family: 'Montserrat';
}
.author-main-sec p {
    font-family: 'Montserrat';
}
.author-left-content p.description {
    font-size: 14px;
    font-weight: unset;
    margin-bottom: 15px;
}
.author-left-content p.heading.second {
    margin-top: 50px;
}
.author-left-content p.description span {
    display: block !IMPORTANT;
}
.grey-sections {
    padding: 80px 0 40px;
}
.formulaire-hubspot p.heading {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 900;
}
.grey-sections {
    padding: 80px 0 40px;
    background-image: linear-gradient(to right, #ebebeb 75%, #fff 25%);
}
.grey-sections.second {
    padding: 130px 0;
    background-color: #ebebeb;
    margin-top: 120px;
}

.formulaire-hubspot p.heading {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 900;
}
.grey-sections.second p {
    max-width: 35%;
    margin: 0 auto;
}
.author-img {
    margin-top: 70px;
}
.author-left-content p.description b {
    font-style: italic;
}
.grey-sections.second {
    margin-bottom: 120px !important;
}
.author-main-sec.lire-plus-btn {
    display: block !important;
}
.grey-sections.second {
    background-image: unset !important;
}
.grey-sections.second {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.formulaire-hubspot {
    background-color: #ebebeb;
}
.grey-sections.second p.“heading” {
    font-size: 25px;
    max-width: 100%;
    text-align: center;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1.2;
} 




@media(max-width:768px){
    .dropdown__custom.cat-title p {
        font-weight: 900;
        font-family: 'Montserrat';
        font-size: 22px;
        text-transform: capitalize;
    }
    .dropdown__custom.cat-title {
        margin-bottom: 30px;
    }
    .dropdown__custom p svg {
        width: 15px !important;
    }
    .blog-index__wrapper.d-grid.blog-pg-top {
        margin-top: 0px;
        padding-top: 0;
    }
    .blog-index__post-content-summary {
        line-height: 1.5;
    }
    .blog-index__post-content-image {
        height: auto;
        object-fit: cover;
        width: 100%;
        margin: 0 auto;
    }
    .blog-index__post_image {
        text-align: center;
    }
    .blog-index__post.p-0.position-relative {
        width: 90%;
        margin: 0 auto;
    }
    .single-post-main {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap !important;
    }
    .d-flex.flex-wrap.blog-post__hero.align-items-center.mb-4.mx-n3.mx-md-n2.single-post-pg {
        margin-left: 0px !important;
        width: 100%;
    }
    .custom-sidebar {
        width: 100%;
    }
    form.sidebar-form {
        display: flex;
        flex-direction: column;
    }
    .lire-plus-main-content img {
        margin: 0 auto;
        padding-bottom: 15px;
        width: 100%;
    }
    .custom-sidebar {
        margin-bottom: 60px;
    }
    .author-bio-flex {
        margin: 0 30px;
        flex-direction: column-reverse;
    }
    .grey-sections {
        background-image: unset;
        padding: 0px 0 40px;
        background: #ebebeb;
    }
    .author-left-content {
        width: 100%;
    }
    author-img {
        width: 100%!important;
    }
    .author-img {
        margin-top: 30px;
        margin-bottom: 40px;
        text-align: center;
    }
    .author-img img {
        width: 100%;
    }
    .author-left-content p.heading {
        font-size: 22px;
    }
    .grey-sections.second {
        background-color: #ebebeb;
        margin-top: 60px;
        padding: 50px 0;
        margin-bottom: 60px!important;
    }
    .grey-sections.second p {
        margin: 0 auto;
        max-width: 83%;
        font-size: 20px;
    }
    .author-img {
        width: 100%!important;
    }
}



.infoletter_form-right_sidebar input[type="submit"] {
    text-align: center;
    display: block;
    padding-left:0px;
    padding-right:0px;
    width:100%;
}

.infoletter_form-right_sidebar .hs_email label {
    display:none;
}
.infoletter_form-right_sidebar .hs_email input {
    font-size:.8rem;
    background: rgba(255,255,255,.15);
    border-width: 0px 0px 1px 0px;
    border-color:white;
    color: white;
    border-radius:0px;

}
.infoletter_form-right_sidebar .hs_email input::placeholder { 
    color: rgba(255,255,255,.7);
    opacity: 1; /* Firefox */
}

.infoletter_form-right_sidebar .hs_email input:-ms-input-placeholder { /
    color: rgba(255,255,255,.7);
}

.infoletter_form-right_sidebar .hs_email input::-ms-input-placeholder { 
    color: rgba(255,255,255,.7);
}


.about-me-sec {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.075);
    background: #ffffff;
    overflow: hidden;
    border-radius: 5px;
}

.absout-me-des{padding:20px 20px;}
.body-container-wrapper li{
    margin-bottom: 0.2em;
    padding: 6px 0;
    border-bottom: dotted 1px #d6d6d6;
}
.related-post-sec ul li a{
 text-decoration:none;
}