/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme/
Description: Thème enfant de Betheme
Author: Marc FACTOCOM
Template: betheme
Version: 1.0.0
Text Domain: betheme-child
*/

/* ===== Navigation article single ===== */

.nav-links {
    display: flex;

    max-width: 843px;
    margin:0 auto 40px auto;

    background-color: #efeff5;


}

.nav-previous,
.nav-next {
    width: 50%;
}

.nav-links a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.nav-links a:hover {
    text-decoration: none;
    color: #da2c25;
}

.post-navigation-sub {
    margin-bottom: 8px;
}

.post-navigation-sub small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-next {
    text-align: right;
}

.nav-next .post-navigation-sub small {
    justify-content: flex-end;
}

.kadence-svg-iconset.svg-baseline {
    display: inline-flex;
    align-items: center;
}

.kadence-svg-icon {
    display: block;
}

@media (max-width: 767.98px) {
    .nav-links {
        flex-direction: column;
        gap: 20px;
    }

    .nav-previous,
    .nav-next {
        width: 100%;
        text-align: left;
    }

    .nav-next .post-navigation-sub small {
        justify-content: flex-start;
    }
}
.single #Wrapper {
    background-color: #efeff5;
}
.pager .pages a:hover
 {
    background: #2e276a !important;
    color: #fff !important;
}
.single #Content a {
    text-decoration: underline;
}
.single #Content  a.button.btn-see.button_size_2 {
    text-decoration: none;
     
}
a.button.btn-see.button_size_2 {
    margin: 10px 0;
}
.page-id-482 div#Content {
    padding-top: 0;
}
.cf7-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.cf7-col {
    width: calc(50% - 12.5px);
}

.cf7-full {
    width: 100%;
}

.cf7-submit {
    margin-top: 10px;
}

/* responsive */
@media (max-width: 767px) {
    .cf7-col {
        width: 100%;
    }
}
.wpcf7 input[type="submit"].button.btn-see.button_size_2 {
    background: #da2c25;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: .4em 1em;
    cursor: pointer;
    font-size: 1.125rem;
    transition: all .3s ease-in-out;
    box-shadow: none;
}

.wpcf7 input[type="submit"].button.btn-see.button_size_2:hover {
    opacity: 0.9;
}
#Top_bar .responsive-menu-toggle, #Header_creative .creative-menu-toggle, #Header_creative .responsive-menu-toggle {
    color: #2e276a!important;
    background: transparent;
}
#Top_bar a.responsive-menu-toggle i {
    font-size: 30px;
}

