/*
Theme Name: WMD Theme
*/

body {
    margin: 0;
    font-family: Sans-serif;
     !important;
    background: #fff !important;
    padding: 0 !important;
    max-width: 100%;
    min-width: 100%;
}

* {
	box-sizing: border-box;
}

.su-button-style-flat span {
    top: 0 !important;
    background: #b42020 !important;
}

.container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}

.content-con p {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 25px;
}

.content-con {
    font-size: 17px;
    padding: 0 15px;
    box-sizing: border-box;
}

.content-con ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.content-con ol {
    list-style: auto;
    padding-left: 20px;
    margin-bottom: 15px;
}

.content-con li {
    font-size: 17px;
    line-height: 25px;
}

.content-con table {
    border-collapse: collapse;
    margin: 20px 0;
    width: 100%;
}

.content-con table td,
.content-con table th {
    border: 1px solid #000;
    font-size: 17px;
    padding: 10px;
}

.table-auto {
    overflow: auto;
    width: 100%;
}

header {
    width: 100%;
    background: #151821 !important;
    padding: 13px 0 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 120%;
    font-weight: 400;
    word-break: break-word;
}

.content-con h1 {
    font-size: 3em;
}

.content-con h2 {
    font-size: 2.5em;
}

.content-con h3 {
    font-size: 2em;
}

.content-con h4 {
    font-size: 1.8em;
}

.content-con h5 {
    font-size: 1.6em;
}

.content-con h6 {
    font-size: 1.5em;
}

img.aligncenter {
    margin: auto;
    display: block;
}

img.alignright {
    margin-left: auto;
    display: block;
}

#header,
#header .main_nav {
    overflow: visible;
}

.header-inner {
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-item-has-children::after {
    content: "";
    width: 5px;
    height: 5px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    rotate: -45deg;
    right: 6px;
    top: 6px;
}

.wp-menu li a {
    color: #fff !important;
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: normal;
	padding: 10px 10px;
}
.wp-menu li a:hover,
.wp-menu li.current-menu-item a,
.wp-menu li.current_page_item a,
.wp-menu li.active a {
  background: #723d46;
  color: #fff;
  border-radius: 50px;
}

.menu-item-has-children a {
    padding-right: 1em !important;
}

.logo img {
    width: 230px;
    height: auto;
}

ul.wp-menu li {
    position: relative;
}

ul.sub-menu {
    position: absolute;
    background: linear-gradient(to right, #afd77e, #97c95e) !important;
    width: 180px;
    padding: 5px;
    border-top: 1px solid #fff;
    display: none;
    margin: 0;
    z-index: 999;
    right: 0;
}

ul.wp-menu li:hover ul.sub-menu {
    display: block;
}

ul.sub-menu li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 !important;
    display: inline-block;
}

dl {
    margin: 0px;
    padding: 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}

blockquote:before {
    content: '»';
    margin-right: 0.2em;
}

blockquote:before,
blockquote:after {
    font-family: Museo300Regular, Arial, Helvetica, sans-serif;
    font-size: 3em;
    display: inline-block;
    color: #d9e3eb;
}

blockquote:after {
    content: '«';
    margin-bottom: 20px;
    margin-left: 0.2em;
    vertical-align: top;
    line-height: 20px;
}

blockquote p {
    display: inline;
}

#header .main_nav a:hover {
    border-radius: 7px 7px 0 0;
}

ul.sub-menu li a {
    padding: 0 10px !important;
    display: inline-block;
    word-break: break-word;
}

ul.sub-menu li {
    background: none !important;
}

.mobile-menu {
    display: none;
}

ul.wp-menu {
    display: flex;
    gap: 10px;
    list-style: none;
    flex-wrap: wrap;
    padding: 10px 0;
}

#container {
    overflow: visible;
}

.campaign-list-item.brand_table_custom_cl {
    box-sizing: border-box;
    border: 4px solid #7db23e !important;
}

.campaign-list-item {
    box-sizing: border-box;
}

.campaign-list-item_key-features ul {
    list-style: none !important;
    padding: 0;
}

a.campaign-list-item_cta-btn.coupon_code_disabled {
    text-decoration: none;
}

.campaign-list-item_cta-btn,
.campaign-list-item_cta-btn:hover {
    background: linear-gradient(to right, #333b29, #81a953) !important;
}

.campaign-list-item_key-features p {
    margin: 0;
}

footer.footer {
    text-align: center;
    margin-top: 15px;
    padding: 20px 15px;
    background: #151821 !important;
    font-size: 17px;
    color: #000;
    box-sizing: border-box;
}

div#copyright p,
aside#block-7 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #fff;
}

span.toggle-menu {
    display: none;
}

.site-banner-header {
    position: relative;
    width: 100%;
    bottom: 0;
    top: 26px;
}

aside#block-7 a {
    text-decoration: none;
    color: #000;
}

.profile-tab-content {
    margin-top: 15px;
    padding: 0 15px;
    box-sizing: border-box;
}

.author-f-name .label,
.author-description-name .label {
    font-weight: 700;
}

.profile-header-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 29px;
}

.author-f-name {
    font-size: 20px;
}

.author-description-name {
    margin-top: 20px;
    font-size: 20px;
    word-break: break-word;
}

.header-name-container h2 {
    font-weight: 700;
    font-size: 35px;
}

.data {
    font-size: 17px;
    line-height: 30px;
    margin-top: 5px;
}

div#profile-content-about {
    border: 1px solid #817f7f;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0
}

.author-f-name {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 25px;
    margin-bottom: 5px;
}

.date-author-cl {
    margin-bottom: 5px;
}

.author-con {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    background: #15182182;
    padding: 8px;
    border-radius: 10px;
    box-sizing: border-box;
}

.author-img-con img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

span.posttim.posdate a {
    text-decoration: none;
    color: #000;
}

span.posttim.posdate a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 17px;
    line-height: 25px;
}

.copyright p {
    margin: 0;
}

#main {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

#home-subscribe {
    padding: 0;
    width: 100%;
}

.mc_embed_signup input.email,
.mc_embed_signup input.button {
    float: none;
}

#sliderBloc,
#inner-banner {
    width: 100%;
}

#home-subscribe .mc_embed_signup,
#post-content {
    width: 100%;
    float: none;
}

#inner-banner-wrapper {
    padding: 0 15px;
    box-sizing: border-box;
}

#post-content {
    padding: 0;
}

ul.wp-menu li:hover ul.sub-menu ul.sub-menu {
    display: block;
}

ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
    display: none !important;
}

ul.sub-menu li:hover ul.sub-menu {
    display: block !important;
}

img.imagecache.imagecache-homepage.imagecache-default.imagecache-homepage_default,
span.field-content img {
    width: 100%;
}

#main-wrapper {
    background: none;
    margin-top: 10px;
}

#content {
    width: 100%;
}

.panels-flexible-region-2-center,
.page-1col .right,
.node-teaser .left,
.getinvolved-banner,
.getinvolved-banner img {
    width: 100%;
    float: none;
}

.logo {
    float: none;
    width: auto;
    padding: 0;
}

/*404-page-css-start*/

section.page-section-404 {
    padding: 45px 0;
    width: 100%;
    max-width: 920px;
    margin: auto;
}

section.page-section-404 h1 {
    font-size: 35px;
    line-height: 45px;
}

.search-bar-404 strong {
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
    line-height: 26px;
}

.search-bar-404 form input, form#searchform input {
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    border: none;
    border-radius: 4px 0px 0px 4px;
    outline: none;
    height: auto;
    border: 1px solid #000;
}

.search-bar-404 button, input#searchsubmit {
    width: 100% !important;
    color: #fff !important;
    background: linear-gradient(to right, #333b29, #81a953) !important;
    border: none;
    max-width: 130px;
    border-radius: 0 4px 4px 0px !important;
    padding: 10px !important;
    font-size: 16px !important;
    cursor: pointer;
}

.search-bar-404 form, form#searchform div {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.search-bar-404 form input::placeholder {
    color: #000;
}

.links-group-404 ul {
    padding-left: 20px;
    line-height: 26px;
}

.links-group-404 ul li a, .need-more-help-404 a, .links-group-404 a {
    color: #000;
    text-decoration: none;
}

.links-group-404 ul li a:hover, .need-more-help-404 a:hover, .links-group-404 a:hover {
    color: #5b733e;
}

.links-group-404 {
    font-size: 16px;
    line-height: 26px;
}

.search-bar-404 form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.description-404 {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
}

.search-bar-404 {
    padding: 12px 0;
}

nav.navigation.pagination {
    display: inline-block;
    padding: 6px;
    margin: 20px 0;
}

.pagination {
    text-align: center;
}

.pagination .nav-links a, .pagination span.current {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    padding: 5px 10px;
    margin: -3px;
}

/*404-page-css-end*/
@media screen and (max-width: 991px) {
  .wp-menu li a:hover {
    background: none !important;
    color: inherit !important;
  }
	.wp-menu li.current-menu-item a:hover,
.wp-menu li.active a:hover {
  background: #723d46 !important;
}
	
  .site-header-in .wp-menu {
    position: absolute;
    top: 100%; 
    left: 0;
    width: 100%;
    background: #151821 !important; 
    padding: 15px 15px;
    z-index: 9999;
    border-radius: 0;
  }


  .site-header-in .wp-menu li {
    background: none !important;
    border: none;
    margin: 0;
  }
	

  .site-header-in .wp-menu li a {
    display: block;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 0;
    text-align: left;
    background: transparent;
  }
	

  .site-header-in .wp-menu li.current-menu-item a,
  .site-header-in .wp-menu li.active a {
    background: #723d46; 
    border-radius: 50px;
	display:inline-block;
  }
  .site-header-in .wp-menu li a:hover {
    background: none;
    color: #fff;
  }
	
}
@media screen and (max-width: 992px) {
    .banner-btns {
        position: relative;
        top: 0;
        left: 0;
        z-index: 100;
    }
    body #page {
        width: 95%;
    }
    #header .titre_site {
        width: auto;
    }
    #content.accueil #center {
        width: 100%;
    }
    #right {
        display: none;
    }
    #center {
        width: 100%;
        float: left;
    }
    #g_nav {
        display: block;
    }
    .mobile-menu {
        display: block !important;
    }
    ul.wp-menu {
        gap: 0px;
        flex-wrap: wrap;
        padding: 10px;
    }
    #header,
    #header .main_nav {
        position: relative;
    }
    nav .wp-menu {
        display: none;
    }
    #header .main_nav {
        height: 35px;
    }
    .wp-menu {
        background: linear-gradient(to right, #7db23e, #7cb13f) !important;
        position: absolute;
        width: 100%;
        top: 52px;
        left: 0;
        margin: 0 !important;
        z-index: 999;
    }
    .wp-menu li {
        background: none;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #000;
    }
    .wp-menu a {
        padding: 10px;
    }
	.wp-menu li a:hover {
    background: #723d46;
    color: #fff;
  }
    ul.sub-menu {
        position: relative;
        width: 100%;
        padding: 0px 0px 0px 25px;
        border-top: 0;
        display: block;
    }
    ul.sub-menu li {
        border-bottom: 0 !important;
        border-top: 1px solid #fff;
    }
    .menu-item-has-children::after {
        display: none;
    }
    #logo {
        max-width: 50%;
        margin-left: 0;
    }
    span.toggle-menu {
        position: absolute;
        right: 7px;
        top: 10px;
        display: block;
        color: #000 !important;
    }
    .mobile-menu {
        display: block !important;
        position: absolute;
        right: 15px;
        top: 26px;
        color: #fff !important;
    }
    .mobile-menu i {
        font-size: 25px;
    }
    .easingslider-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #g_nav {
        display: block;
    }
    .mobile-menu {
        display: block !important;
    }
    ul.wp-menu {
        gap: 0px;
        flex-wrap: wrap;
        padding: 10px;
    }
    #header,
    #header .main_nav {
        position: relative;
    }
    nav .wp-menu {
        display: none;
    }
    #header .main_nav {
        height: 35px;
    }
    .wp-menu {
        background: linear-gradient(to right, #7db23e, #7cb13f) !important;
        position: absolute;
        width: 100%;
        top: 52px;
        left: 0;
        margin: 0 !important;
        z-index: 999;
    }
    .wp-menu li {
        background: none;
        width: 100%;
        padding: 0px;
        border-bottom: 1px solid #000;
    }
    .wp-menu a {
        padding: 10px;
    }
    ul.sub-menu {
        position: relative;
        width: 100%;
        padding: 0px 0px 0px 25px;
        border-top: 0;
        display: block;
    }
    ul.sub-menu li {
        border-bottom: 0 !important;
        border-top: 1px solid #fff;
    }
    .menu-item-has-children::after {
        display: none;
    }
    #logo {
        max-width: 50%;
        margin-left: 0;
    }
	
	.logo img {max-width:200px;width:auto; height:auto;}
    span.toggle-menu {
        position: absolute;
        right: 7px;
        top: 10px;
        display: block;
        color: #000;
    }
    .mobile-menu {
        display: block !important;
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .mobile-menu i {
        font-size: 28px;
    }
}