/* MENU */


.sp-dropdown.sp-dropdown-main.sp-menu-right {
  /*margin-top: -70px;*/
}
.sp-dropdown.sp-dropdown-sub.sp-menu-right {
  margin-top: -20px;
}
.sp-dropdown-inner {
  margin-top: 27px;
}
.sp-dropdown-mega .sp-dropdown-inner {
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  /*margin-top: -40px;*/
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  background: #ccbb97;
}
.sp-dropdown-items a::before {
  content: "• ";
}
.sp-dropdown-items .sp-menu-separator, .offcanvas-menu .menu-child .menu-separator {
  font-weight: bold;
  font-style: italic;
  color: #ccbb97 !important;
  padding-top:10px !important;
}
.sp-dropdown-items .sp-menu-item {
  height: 24px;
}
#sp-menu.menu-center .sp-megamenu-wrapper {
    justify-content: right !important;
}
span.sp-menu-heading {
    font-size: 17px !important;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover, .sp-menu-item span:hover {
    color: #CCBB97;
}
.sp-megamenu-parent .sp-dropdown-sub li.sp-menu-item>a:hover {
    color: #fff !important;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  content: none !important;
}
.sp-menu-item a, .sp-menu-item span {
  font-weight: 600 !important;
}
#sp-header {
  height: unset !important;
}
/* MEGAMENU */
.menu_item.item-header {
    margin-bottom: 50px;
}
a.sp-group-title {
    color: #CCBB97 !important;
    font-size: 17px !important;
    font-weight:700 !important;
	pointer-events: none;
}
.sp-group-title img {
    display: inline;
    vertical-align: bottom;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #F7F7F7 !important;
}

/* OFFCANVAS */
.menu-toggler {
  width: 100% !important;
  text-align: right;
}
#offcanvas-toggler {
  margin-top: 50px;
}
.burger-icon > span {
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
  width: 30px;
  margin-top:7px;
}
.close-offcanvas .burger-icon > span {
  height: 2px; 
  margin-top:0px;
}
.offcanvas-inner .nav-header {
    display: none;
}
.menu-child .menu-child a::before {
  content: "• ";
}
.offcanvas-inner .menu img {
  display: none;
}
.offcanvas-inner .image-title {
  text-transform: uppercase;
  color: #CCBB97 !important;
  font-weight: 500;
  font-size: 12.4px;
  letter-spacing: -0.5px !important;
}
.menu-child .menu-child li {
  line-height: 17px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  line-height: 22px;
}

/* LOGO */
.offcanvas-menu .logo-image {
  height: auto !important;
}
#sp-header .logo {
  height: unset !important;
}

/* TAGS */
#sp-bottom .sp-module ul>li {
    display: block;
    margin-bottom: 15px;
    float: left;
}

.mwall-filters-sortings span {
    display: none;
}

/* ARTICLES */
.article-can-edit.d-flex.flex-wrap.justify-content-between {
    display: none !important;
}

/* ACTUALITES */
h3.mwall-title a, h3.mwall-title span {
    font-size: 25px;
}
.mwall-date {
    font-size: 14px;
    font-weight: 500;
}
.article-full-image.float-left {
  width: 47%;
  float: left;
  margin-right: 3%;
}
.article-header h1 {
  text-align: left !important;
}

/* COOKIES CK */
div#cookiesck_options {
    z-index: 1000000;
}
#cookiesck { min-height: 90px; z-index: 9999;}

#cookiesck_interface { max-width: 1200px; max-height: 570px; margin:auto !important;}

/* TEXTES */
strong {
    font-weight: bold;
}

/* BOUTONS */
.sppb-btn.focus, .sppb-btn:focus {
  box-shadow: none !important;
}

/* CONTACT */
input {
  height: 38px !important;
}
textarea {
  height: 118px !important;
}


/* LANGUES */
div.mod-languages ul li.lang-active {
    background: none !important;
}
.sp-module-content .mod-languages img {
    filter: grayscale(1);
    opacity: 0.6;
}
.sp-module-content .mod-languages img:hover {
    filter: none;
    opacity: 1;
}

/* SP PAGE BUILDER EDIT */
#sp-page-builder .sp-pagebuilder-page-edit {
    left: 15px !important;
	right: unset !important;
}