@charset "UTF-8";
/* categories colors */
/* caterories colors */
/**
 * Helper mixins
*/
.user-logged-in.path-forum footer .footer-top, .user-logged-in.taxonomy-term--forums footer .footer-top, .user-logged-in.page-node-type-forum footer .footer-top {
  display: none;
}

.page-node-homepage .dialog-off-canvas-main-canvas .page-header .header.connected {
  height: 0;
}

.taxonomy-term--theme header .header.sous-menu.connected .sous-menu-block ul:before, .page-node-type-dossier header .header.sous-menu.connected .sous-menu-block ul:before, .page-node-type-dossier-recette header .header.sous-menu.connected .sous-menu-block ul:before, .page-node-type-blog-expert header .header.sous-menu.connected .sous-menu-block ul:before {
  display: none;
}
.taxonomy-term--theme header .header.sous-menu.connected .sous-menu-block ul li.menu-mag, .page-node-type-dossier header .header.sous-menu.connected .sous-menu-block ul li.menu-mag, .page-node-type-dossier-recette header .header.sous-menu.connected .sous-menu-block ul li.menu-mag, .page-node-type-blog-expert header .header.sous-menu.connected .sous-menu-block ul li.menu-mag {
  border-radius: 20px;
  border: 5px solid white;
}
@media only screen and (max-width:991px) {
  .taxonomy-term--theme header .header.sous-menu.connected .sous-menu-block ul li.menu-mag, .page-node-type-dossier header .header.sous-menu.connected .sous-menu-block ul li.menu-mag, .page-node-type-dossier-recette header .header.sous-menu.connected .sous-menu-block ul li.menu-mag, .page-node-type-blog-expert header .header.sous-menu.connected .sous-menu-block ul li.menu-mag {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
    justify-content: center;
  }
}
@media only screen and (max-width:650px) {
  .taxonomy-term--theme header .header.sous-menu.connected .sous-menu-block ul li.menu-mag, .page-node-type-dossier header .header.sous-menu.connected .sous-menu-block ul li.menu-mag, .page-node-type-dossier-recette header .header.sous-menu.connected .sous-menu-block ul li.menu-mag, .page-node-type-blog-expert header .header.sous-menu.connected .sous-menu-block ul li.menu-mag {
    width: calc(100% - 1rem);
    margin: 0;
  }
}
.taxonomy-term--theme header .header.sous-menu.connected .sous-menu-block ul li.sub-main-menu-item, .page-node-type-dossier header .header.sous-menu.connected .sous-menu-block ul li.sub-main-menu-item, .page-node-type-dossier-recette header .header.sous-menu.connected .sous-menu-block ul li.sub-main-menu-item, .page-node-type-blog-expert header .header.sous-menu.connected .sous-menu-block ul li.sub-main-menu-item {
  display: none;
}
@media only screen and (max-width:991px) {
  .taxonomy-term--theme header .header.sous-menu:not(.connected) .sous-menu-block ul li.menu-mag, .page-node-type-dossier header .header.sous-menu:not(.connected) .sous-menu-block ul li.menu-mag, .page-node-type-dossier-recette header .header.sous-menu:not(.connected) .sous-menu-block ul li.menu-mag, .page-node-type-blog-expert header .header.sous-menu:not(.connected) .sous-menu-block ul li.menu-mag {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
    justify-content: center;
  }
}
@media only screen and (max-width:650px) {
  .taxonomy-term--theme header .header.sous-menu:not(.connected) .sous-menu-block ul li.menu-mag, .page-node-type-dossier header .header.sous-menu:not(.connected) .sous-menu-block ul li.menu-mag, .page-node-type-dossier-recette header .header.sous-menu:not(.connected) .sous-menu-block ul li.menu-mag, .page-node-type-blog-expert header .header.sous-menu:not(.connected) .sous-menu-block ul li.menu-mag {
    width: 100%;
    margin: 0;
  }
}
.taxonomy-term--theme header .header.sous-menu:not(.connected) .sous-menu-block ul li.sub-main-menu-item, .page-node-type-dossier header .header.sous-menu:not(.connected) .sous-menu-block ul li.sub-main-menu-item, .page-node-type-dossier-recette header .header.sous-menu:not(.connected) .sous-menu-block ul li.sub-main-menu-item, .page-node-type-blog-expert header .header.sous-menu:not(.connected) .sous-menu-block ul li.sub-main-menu-item {
  margin-right: 3px;
  margin-left: 3px;
}
@media only screen and (max-width:991px) {
  .taxonomy-term--theme header .header.sous-menu:not(.connected) .sous-menu-block ul li.sub-main-menu-item, .page-node-type-dossier header .header.sous-menu:not(.connected) .sous-menu-block ul li.sub-main-menu-item, .page-node-type-dossier-recette header .header.sous-menu:not(.connected) .sous-menu-block ul li.sub-main-menu-item, .page-node-type-blog-expert header .header.sous-menu:not(.connected) .sous-menu-block ul li.sub-main-menu-item {
    display: none;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
}
header .header.scrolled:not(.connected) {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
header .max-width {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  position: relative;
}
@media only screen and (max-width:991px) {
  header .max-width {
    padding: 0 12px;
    height: 66px;
  }
}
header .header {
  background-color: #ffffff;
}
@media only screen and (max-width:1377px) {
  header .header {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width:991px) {
  header .header {
    padding: 0;
  }
}
@media only screen and (max-width:1199px) {
  header .header {
    justify-content: space-between;
  }
}
@media only screen and (max-width:320px) {
  header .header {
    padding-left: 8px;
    padding-right: 8px;
  }
}
header .header img.logo {
  width: auto;
  height: 36px;
  margin-right: 18px;
}
@media only screen and (max-width:1377px) {
  header .header img.logo {
    margin-right: 15px;
  }
}
@media only screen and (max-width:480px) {
  header .header img.logo {
    margin-right: 5px;
    width: auto;
    height: 28px;
  }
}
header .header.sous-menu:not(.connected) {
  height: 122px;
  background-color: #ffffff;
}
@media only screen and (max-width:991px) {
  header .header.sous-menu:not(.connected) {
    padding: 0;
    height: 122px;
  }
}
header .header.sous-menu:not(.connected) .sous-menu-block {
  background-color: var(--primary-color-light, #f0f8ff);
}
@media only screen and (max-width:991px) {
  header .header.sous-menu:not(.connected) .sous-menu-block {
    overflow-x: scroll;
    padding: 0.5rem 1rem;
  }
  header .header.sous-menu:not(.connected) .sous-menu-block ul li.sub-main-menu-item:last-child {
    margin-right: 34px;
    padding-right: 0;
  }
}
header .header.sous-menu:not(.connected) .nav.theme-navigation {
  top: 7.5rem;
}
header .header.sous-menu.connected .sous-menu-block {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 1.5rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*ul {
    &:before {
      position         : absolute;
      content          : "";
      bottom           : 2px;
      left             : 0;
      width            : 100%;
      height           : 1px;
      background-color : $grey;
    }
  }*/
}
@media only screen and (max-width:650px) {
  header .header.sous-menu.connected .sous-menu-block {
    position: fixed;
    padding: 0 0 10px 1rem;
    top: 3.5rem;
    right: 0;
    overflow-x: scroll;
  }
}
header .header.sous-menu.connected .nav.theme-navigation {
  top: 4rem;
}
header .header.sous-menu.connected.scrolled .sous-menu-block {
  opacity: 0;
}
header .header.sous-menu.connected.scrolled-plus .sous-menu-block {
  display: none;
}
header .header.sous-menu .sous-menu-block {
  font-size: 14px;
}
header .header.sous-menu .sous-menu-block ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width:650px) {
  header .header.sous-menu .sous-menu-block ul {
    justify-content: center;
    padding-left: 0;
    width: fit-content;
    margin: 0 auto;
  }
}
header .header.sous-menu .sous-menu-block ul li {
  position: relative;
  margin-right: 34px;
  /*&:before {
      @include abs-topcalcrightabs(8px, -34px);
      @include width-height(1px, 16px);
      background-color: $grey;
  }*/
}
@media only screen and (max-width:650px) {
  header .header.sous-menu .sous-menu-block ul li {
    white-space: nowrap;
  }
}
header .header.sous-menu .sous-menu-block ul li:last-child {
  /*&:before {
      display: none;
  }*/
  margin-right: 0;
}
header .header.sous-menu .sous-menu-block ul li.active {
  font-weight: 700;
}
header .header.sous-menu .sous-menu-block ul li.active:after {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--primary-color, #2598FF);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
header .header.sous-menu .sous-menu-block ul li.sub-main-menu-item {
  height: 40px;
  display: flex;
  align-items: center;
  margin-left: 34px;
  margin-right: 34px;
}
header .header.sous-menu .sous-menu-block ul li.sub-main-menu-item:before {
  position: absolute;
  content: "";
  top: calc(50% - 8px);
  top: -moz-calc(50% - 8px);
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  top: -moz-calc(50% - 8px);
  top: -webkit-calc(50% - 8px);
  right: -34px;
  width: 1px;
  height: 16px;
  background-color: #7a8a9b;
}
header .header.sous-menu .sous-menu-block ul li.sub-main-menu-item:last-child {
  margin-right: 0;
}
header .header.sous-menu .sous-menu-block ul li.sub-main-menu-item:last-child:before {
  display: none;
}
header .header.sous-menu .sous-menu-block ul li.menu-mag {
  cursor: pointer;
  height: 40px;
  background-color: var(--primary-color, #2598FF);
  color: #ffffff;
  display: none;
  align-items: center;
  padding: 0 1rem;
  white-space: nowrap;
  margin-left: 0;
}
header .header.sous-menu .sous-menu-block ul li.menu-mag:after {
  content: "";
  display: block;
  position: relative;
  width: 13px;
  height: 6px;
  margin-left: 13px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 13 6" enable-background="new 0 0 13 6" xml:space="preserve" height="6px" width="13px" fill="rgb(255,255,255,1)" ><g><path d="M6.49996 5.5L2.94447e-07 1.62903L3.44372e-07 0.5L6.49996 1.62903L13 0.5L13 1.62903L6.49996 5.5Z"/></g></svg>');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
header .header.sous-menu .sous-menu-block ul li.menu-mag:before {
  content: "";
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 13px;
  background-image: url("/themes/custom/metacoaching_theme/image/picto/search_mag.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width:991px) {
  header .header.sous-menu .sous-menu-block ul li.menu-mag.open:after {
    transform: rotate(180deg);
  }
}
header .header.header-solo {
  border-bottom: 1px solid #7a8a9b;
}
header .header.header-solo.without-border {
  border-bottom: none;
}
header .header.header-solo .header-left {
  width: 100%;
}
header .header.header-solo .header-left nav {
  display: none;
}
header .header.header-solo .header-left a {
  width: 100%;
}
header .header.header-solo .header-left a img {
  margin-left: auto;
  margin-right: auto;
}
header .header.header-solo .header-right {
  display: none;
}
header .header.header-solo a img.logo {
  width: 215px;
  height: auto;
}
@media only screen and (max-width:1199px) {
  header .header.header-solo a img.logo {
    margin-left: auto;
    margin-right: auto;
  }
}
header .header.header-close {
  -webkit-box-shadow: 0px 0px 25px rgba(34, 36, 46, 0.07);
  -moz-box-shadow: 0px 0px 25px rgba(34, 36, 46, 0.07);
  box-shadow: 0px 0px 25px rgba(34, 36, 46, 0.07);
}
@media only screen and (max-width:991px) {
  header .header.header-close {
    padding: 0 18px;
    box-shadow: none;
  }
}
header .header.header-close.without-border {
  border-bottom: none;
}
header .header.header-close.header-close-small .max-width {
  height: 77px;
}
header .header.header-close .max-width {
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  height: 120px;
  flex-direction: row;
  padding: 0;
}
@media only screen and (max-width:991px) {
  header .header.header-close .max-width {
    height: initial;
    flex-direction: column-reverse;
  }
}
header .header.header-close .max-width .header-left {
  padding-right: 2rem;
}
@media only screen and (max-width:991px) {
  header .header.header-close .max-width .header-left {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
  header .header.header-close .max-width .header-left h1 {
    text-align: center;
  }
}
header .header.header-close .max-width .header-left nav {
  display: none;
}
@media only screen and (max-width:991px) {
  header .header.header-close .max-width .header-right {
    justify-content: flex-end;
    width: 50%;
  }
}
header .header.header-close .max-width .header-right a.button {
  color: white;
}
header .header.header-close .max-width .header-right a {
  color: var(--primary-color, #2598FF);
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header.header-close .max-width .header-right a span {
  margin-right: 0.5rem;
  white-space: nowrap;
}
header .header.header-close .max-width .header-right a .icon-close {
  border: 2px solid var(--primary-color, #2598FF);
  border-radius: 16px;
  padding: 1px 3px;
  height: 30px;
  width: 30px;
  position: relative;
}
header .header.header-close .max-width .header-right a .icon-close:before {
  content: none;
}
header .header.header-close .max-width .header-right a .icon-close svg {
  position: absolute;
  top: 4px;
  left: 4px;
}
header .header.header-close .max-width .header-right a .icon-close svg .custom-color-fill {
  fill: var(--primary-color, #2598FF);
}
header .header.bilan-header, header .header.connected {
  background-color: transparent;
  margin-left: 180px;
}
@media only screen and (max-width:767px) {
  header .header.bilan-header, header .header.connected {
    margin-left: initial;
  }
}
header .header.bilan-header .bilan, header .header.connected .bilan {
  display: none;
}
header .header.connected .connect .connexion {
  display: none;
}
header .header.connected .connect .is-connected {
  display: block;
}
@media only screen and (max-width:650px) {
  header .header.connected .connect .is-connected {
    display: flex;
    align-items: center;
  }
}
header .header.connected .make-bilan {
  display: none;
}
@media only screen and (max-width:650px) {
  header .header.connected .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .connect .connexion {
    display: none;
  }
}
header .header .header-left {
  display: flex;
  align-items: center;
}
header .header .header-left nav > ul {
  display: flex;
  align-items: center;
}
header .header .header-left nav > ul > li {
  position: relative;
  margin-left: 14px;
  margin-right: 14px;
  font-size: 14px;
}
@media only screen and (max-width:1377px) {
  header .header .header-left nav > ul > li {
    margin-left: 11px;
    margin-right: 11px;
  }
}
@media only screen and (max-width:1199px) {
  header .header .header-left nav > ul > li {
    display: none;
  }
}
header .header .header-left nav > ul > li p {
  display: flex;
  align-items: center;
  cursor: pointer;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
header .header .header-left nav > ul > li p svg {
  margin-left: 8px;
}
header .header .header-left nav > ul > li a:hover, header .header .header-left nav > ul > li a:focus {
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: var(--primary-color-hovered, #1782E1);
}
header .header .header-left nav > ul > li.active {
  font-weight: 700;
  /*
  &:after {
      @include content-bottomleftnocalc(-16px,0);
      @include width-height(100%,5px);
      background-color: var(--primary-color, $second-c)-c;
      @include border-radius(12px);
  }
  */
}
header .header .header-left nav > ul > li.burger-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width:991px) {
  header .header .header-left nav > ul > li.burger-menu {
    right: 12px;
    top: -6px;
  }
}
@media only screen and (max-width:1199px) {
  header .header .header-left nav > ul > li.burger-menu {
    display: flex;
  }
}
@media only screen and (max-width:1199px) {
  header .header .header-left nav > ul > li.burger-menu .pictos-menus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 19px;
    right: 0;
    width: 72px;
    height: 42px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary-color, #2598FF);
  }
}
@media only screen and (max-width:380px) {
  header .header .header-left nav > ul > li.burger-menu .pictos-menus {
    padding-left: 11px;
    padding-right: 11px;
    width: 62px;
  }
}
@media only screen and (max-width:320px) {
  header .header .header-left nav > ul > li.burger-menu .pictos-menus {
    padding-left: 6px;
    padding-right: 6px;
    width: 52px;
  }
}
header .header .header-left nav > ul > li.burger-menu .pictos-menus svg {
  width: 0;
  height: 0;
}
@media only screen and (max-width:1199px) {
  header .header .header-left nav > ul > li.burger-menu .pictos-menus svg {
    position: relative;
    top: -18px;
    right: -15px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    color: var(--primary-color, #2598FF);
    margin-left: 8px;
  }
}
header .header .header-left nav > ul > li .toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  z-index: 998;
}
@media only screen and (max-width:1199px) {
  header .header .header-left nav > ul > li .toggle {
    position: relative;
    top: inherit;
    right: inherit;
    width: 16px;
    height: 16px;
  }
}
header .header .header-left nav > ul > li .toggle span.icon-bar {
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 0;
  opacity: 1;
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #22242E;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
@media only screen and (max-width:1199px) {
  header .header .header-left nav > ul > li .toggle span.icon-bar {
    width: 16px;
    height: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: var(--primary-color, #2598FF);
  }
}
header .header .header-left nav > ul > li .toggle span.icon-bar:first-child {
  top: 30px;
}
@media only screen and (max-width:1199px) {
  header .header .header-left nav > ul > li .toggle span.icon-bar:first-child {
    top: -16px;
  }
}
header .header .header-left nav > ul > li .toggle span.icon-bar:nth-child(2), header .header .header-left nav > ul > li .toggle span.icon-bar:nth-child(3) {
  top: 36px;
  right: -5px;
}
@media only screen and (max-width:1199px) {
  header .header .header-left nav > ul > li .toggle span.icon-bar:nth-child(2), header .header .header-left nav > ul > li .toggle span.icon-bar:nth-child(3) {
    top: -11px;
  }
}
header .header .header-left nav > ul > li .toggle span.icon-bar:last-child {
  top: 42px;
}
@media only screen and (max-width:1199px) {
  header .header .header-left nav > ul > li .toggle span.icon-bar:last-child {
    top: -6px;
  }
}
header .header .header-left nav > ul > li .toggle.open span.icon-bar:first-child, header .header .header-left nav > ul > li .toggle.open span.icon-bar:last-child {
  display: none;
}
header .header .header-left nav > ul > li .toggle.open span.icon-bar:nth-child(2), header .header .header-left nav > ul > li .toggle.open span.icon-bar:nth-child(3) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .header .header-left nav > ul > li .toggle.open span.icon-bar:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .header .header-left nav > ul > li .toggle.open svg {
  top: -17px;
}
header .header .header-left nav > ul > li .sidebar {
  width: 270px;
  height: auto;
  overflow: scroll;
  background-color: #ffffff;
  position: fixed;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  top: 66px;
  left: inherit;
  right: -1300px;
  bottom: 0;
  z-index: 995;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
}
header .header .header-left nav > ul > li .sidebar .connect .connexion svg {
  display: block;
}
header .header .header-left nav > ul > li .sidebar .connect .connexion p {
  display: block;
  white-space: nowrap;
}
header .header .header-left nav > ul > li .sidebar .level-0.nos-offres {
  display: none;
}
header .header .header-left nav > ul > li .sidebar .formul {
  display: block;
}
header .header .header-left nav > ul > li .sidebar .formul .wrapper-bloc-offres {
  height: auto;
  display: block;
}
header .header .header-left nav > ul > li .sidebar .formul a, header .header .header-left nav > ul > li .sidebar .formul a:hover, header .header .header-left nav > ul > li .sidebar .formul a:focus {
  color: #fff !important;
}
header .header .header-left nav > ul > li .sidebar .formul .title h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-left: 36px;
}
header .header .header-left nav > ul > li .sidebar .formul .title h4 svg {
  position: absolute;
  left: 0;
}
header .header .header-left nav > ul > li .sidebar .formul .formul-contener {
  display: block;
}
header .header .header-left nav > ul > li .sidebar .formul .formula {
  padding: 45px 15px 15px 15px;
}
header .header .header-left nav > ul > li .sidebar .formul .formula h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  text-transform: uppercase;
}
header .header .header-left nav > ul > li .sidebar .formul .formula::before {
  width: 170px;
  height: 110px;
}
header .header .header-left nav > ul > li .sidebar .formul .formula.premium::before {
  background-position: 50px 60px;
  background-size: 50%;
}
header .header .header-left nav > ul > li .sidebar .formul .formula .formula-description .price {
  padding-top: 0;
}
header .header .header-left nav > ul > li .sidebar .formul .formula .formula-description .price span {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
header .header .header-left nav > ul > li .sidebar .formul .formula .formula-description .price u {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
header .header .header-left nav > ul > li #sidebartoggler {
  display: none;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .sidebar {
  right: 0px;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .toggle {
  height: 55px;
  top: 5px;
  right: 0;
  margin-top: -5px;
  padding-top: 20px;
}
@media only screen and (max-width:1199px) {
  header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .toggle {
    top: 40px;
    padding: 0;
  }
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap li {
  position: relative;
  min-width: 100%;
  line-height: 54px;
  font-size: 18px;
  padding-left: 32px;
  padding-right: 24px;
  border-bottom: 1px solid #E5E5E5;
  z-index: 5;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap li:hover:before, header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap li:focus:before, header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap li.active:before {
  width: 6px;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: var(--primary-color, #2598FF);
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap li.main-rubr > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap li.main-rubr svg {
  min-width: 14px;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap li.main-rubr.active > p .currentColor {
  fill: var(--primary-color, #2598FF);
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap li.main-rubr.active > p svg {
  transform: rotate(180deg);
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap li.main-rubr.active .sub-menu {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: auto;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap li.main-rubr.menu-item--active-trail > p > a {
  color: var(--primary-color, #2598FF);
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .sub-menu {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-left: -32px;
  margin-right: -24px;
  width: -webkit-calc(100% + 56px);
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 0;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .sub-menu li {
  padding: 0;
  background-color: rgba(37, 152, 255, 0.12);
  border: none;
  margin: 0;
  padding-left: 32px;
  padding-right: 24px;
  font-size: 16px;
  line-height: 40px;
  z-index: 4;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .sub-menu li.menu-item--active-trail a {
  font-weight: 700;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .connect {
  display: none;
}
@media only screen and (max-width:1199px) {
  header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .connect {
    display: block;
    padding: 16px 0 14px 32px;
    padding-bottom: 14px;
    margin-right: 0;
    border-bottom: 1px solid #E5E5E5;
  }
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .connect .connexion {
  display: flex;
  align-items: center;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .connect .connexion svg {
  margin: 0 4px 0 0;
}
@media only screen and (max-width:1199px) {
  header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .connect .connexion svg {
    margin-right: 16px;
  }
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .connect .connexion p {
  font-size: 18px;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .connect .is-connected img {
  margin-left: 0;
  margin-right: 16px;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .connect .is-connected p {
  max-width: 139px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .search {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 0 18px 32px;
  border-bottom: 1px solid #7a8a9b;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .search svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 8px;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .search .input input {
  height: auto;
  padding: 0;
  border: none;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .make-bilan {
  width: 250px;
  text-align: center;
  color: #ffffff;
  margin: 16px auto;
  padding: 20px 0 16px 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .make-bilan strong {
  display: block;
  font-size: 20px;
  margin-bottom: 7px;
}
header .header .header-left nav > ul > li #sidebartoggler:checked + .page-wrap .make-bilan span {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}
header .header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header .header-right .bilan {
  margin-right: 30px;
}
@media only screen and (max-width:991px) {
  header .header .header-right .bilan {
    margin-right: 10px;
  }
}
@media only screen and (max-width:380px) {
  header .header .header-right .bilan {
    margin-right: -10px;
  }
}
@media only screen and (max-width:320px) {
  header .header .header-right .bilan {
    margin-right: -10px;
  }
}
@media only screen and (max-width:480px) {
  header .header .header-right .bilan svg {
    display: none;
  }
}
@media only screen and (max-width:991px) {
  header .header .header-right .bilan .button {
    padding-left: 5px;
    padding-right: 5px;
  }
}
header .header .header-right .bilan .button span {
  font-weight: 600 !important;
}
@media only screen and (max-width:991px) {
  header .header .header-right .bilan .button span {
    font-size: 13px !important;
  }
}
header .header .header-right .top-bar {
  position: fixed;
  top: 15px;
  right: 30px;
  z-index: 10;
}
@media only screen and (max-width:650px) {
  header .header .header-right .top-bar {
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
  }
}
header .header .header-right .top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px;
  background: #ffffff;
  border-radius: 60px;
  box-shadow: 0 5px 20px rgba(34, 36, 46, 0.07);
}
@media only screen and (max-width:650px) {
  header .header .header-right .top-bar__inner {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
  }
}
header .header .header-right .top-bar__coach {
  position: relative;
  background: #f8f4f2;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  margin-right: 12px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
header .header .header-right .top-bar__coach a {
  display: flex;
  text-decoration: none;
  color: #7A8A9B;
}
header .header .header-right .top-bar__coach a .wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
header .header .header-right .top-bar__coach span {
  display: block;
  font-weight: 600;
}
header .header .header-right .top-bar__coach svg {
  width: 20px;
  height: auto;
}
header .header .header-right .top-bar__right {
  display: flex;
}
header .header .header-right .top-bar__notifications {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f4f2;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 8px;
  margin: 0 12px 0 0;
  cursor: pointer;
}
header .header .header-right .top-bar__account {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #f8f4f2;
  height: 40px;
  border-radius: 40px;
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
  color: #7A8A9B !important;
}
header .header .header-right .top-bar__account svg {
  margin: 0 8px;
}
header .header .header-right .top-bar__account i {
  margin: 0 5px;
  font-size: 10px;
}
@media only screen and (max-width:991px) {
  header .header .header-right .top-bar__account .account__name {
    display: none;
  }
}
header .header .header-right .top-bar__menu {
  position: fixed;
  top: 80px;
  right: -600px;
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
  text-align: left;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(34, 36, 46, 0.07);
  transition: all 0.25s;
  z-index: 10;
}
@media only screen and (max-width:991px) {
  header .header .header-right .top-bar__menu {
    top: 60px;
    width: 300px;
    border-radius: 0;
    border-bottom-left-radius: 10px;
  }
}
header .header .header-right .top-bar__menu.active {
  right: 30px;
}
@media only screen and (max-width:991px) {
  header .header .header-right .top-bar__menu.active {
    right: 0;
  }
}
header .header .header-right .top-bar__menu .menu__item {
  margin: 7px 0;
  color: #7a8a9b;
  transition: all 0.25s;
  font-size: 14px;
}
@media only screen and (max-width:991px) {
  header .header .header-right .top-bar__menu .menu__item {
    font-size: 15px;
  }
}
header .header .header-right .top-bar__menu .menu__item:hover {
  color: #2598FF;
  text-decoration: none;
}
header .header .header-right .top-bar__menu .menu__item--deco {
  color: #7a8a9b;
}
header .header .header-right .top-bar__menu .menu__item--deco:hover {
  color: #FF0355;
}
header .header .header-right .top-bar .notif {
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 25px;
  background: #FF0355;
  color: #ffffff;
  font-size: 14px;
}
header .header .main-rubr {
  position: relative;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .header .main-rubr svg {
  min-width: 10px;
  width: 10px;
}
header .header .main-rubr:hover, header .header .main-rubr:focus {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .header .main-rubr:hover .sub-menu, header .header .main-rubr:focus .sub-menu {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .header .main-rubr:hover svg, header .header .main-rubr:focus svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  color: var(--primary-color-hovered, #1782E1);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -2px;
}
header .header .main-rubr:hover p, header .header .main-rubr:focus p {
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: var(--primary-color-hovered, #1782E1);
}
header .header .connect .connexion {
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  color: var(--primary-color, #2598FF);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .header .connect .connexion:hover, header .header .connect .connexion:focus {
  color: var(--primary-color-hovered, #1782E1);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width:1199px) {
  header .header .connect .connexion {
    width: 5rem;
    cursor: initial;
  }
}
header .header .connect .connexion svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin: 0 auto 6px auto;
}
@media only screen and (max-width:1199px) {
  header .header .connect .connexion svg {
    display: none;
  }
}
@media only screen and (max-width:1199px) {
  header .header .connect .connexion p {
    display: none;
  }
}
header .header .connect .is-connected {
  display: none;
}
header .header .connect .is-connected p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
@media only screen and (max-width:650px) {
  header .header .connect .is-connected p {
    font-size: 18px;
    font-weight: 500;
  }
}
header .header .connect .is-connected img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
}
header .header .sub-menu {
  width: 209px;
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 7px 18px rgba(7, 25, 45, 0.3019607843);
  padding: 10px 24px 10px 24px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width:1199px) {
  header .header .sub-menu {
    position: relative;
    width: 80%;
    font-size: 16px !important;
    top: inherit;
    left: inherit;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
header .header .sub-menu li {
  margin-bottom: 5px;
}
header .header nav.theme-navigation {
  position: relative;
  height: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 5px 20px rgba(34, 36, 46, 0.07);
  overflow: hidden;
}
header .header nav.theme-navigation .block-lc-search-form-block {
  margin: 0;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  position: absolute;
  bottom: 0;
}
header .header nav.theme-navigation .block-lc-search-form-block:before {
  content: none;
}
header .header nav.theme-navigation .block-lc-search-form-block .input-label {
  display: none;
}
header .header nav.theme-navigation .block-lc-search-form-block .input-container form .form-actions .button {
  font-size: 0;
  line-height: 0;
  padding: 0 40px 0 18px;
}
header .header nav.theme-navigation .block-lc-search-form-block .input-container form .form-actions:after {
  content: none;
}
@media only screen and (max-width:991px) {
  header .header nav.theme-navigation {
    display: none;
    position: absolute;
  }
}
header .header nav.theme-navigation.active, header .header nav.theme-navigation:hover {
  height: auto;
  overflow: auto;
}
header .header nav.theme-navigation.active .menu.level-0, header .header nav.theme-navigation:hover .menu.level-0 {
  display: flex;
}
header .header nav.theme-navigation .menu {
  max-width: 1200px;
  padding: 0;
  margin: 0;
}
header .header nav.theme-navigation .menu.level-0 {
  background: #ffffff;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
  margin: 0 auto;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  overflow: visible;
}
header .header nav.theme-navigation .menu.level-0 .menu-item {
  width: 100%;
  position: initial;
  min-height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header nav.theme-navigation .menu.level-0 .menu-item a {
  margin-left: 20px;
  padding-right: 20px;
  display: block;
  width: 100%;
}
header .header nav.theme-navigation .menu.level-1, header .header nav.theme-navigation .menu.level-2, header .header nav.theme-navigation .menu.level-3 {
  width: 15rem;
  position: absolute;
  top: 0;
  left: 15rem;
  background: #fff;
}
header .header nav.theme-navigation .menu.level-2 {
  width: 20rem;
}
header .header nav.theme-navigation .menu .menu-item {
  padding: 0;
  margin: 0 !important;
}
header .header nav.theme-navigation .menu .menu-item:first-child a, header .header nav.theme-navigation .menu .menu-item:first-child span.show-more {
  margin-top: 10px;
}
header .header nav.theme-navigation .menu .menu-item:last-child a, header .header nav.theme-navigation .menu .menu-item:last-child span.show-more {
  margin-bottom: 10px;
}
header .header nav.theme-navigation .menu .menu-item.level-1, header .header nav.theme-navigation .menu .menu-item.level-2, header .header nav.theme-navigation .menu .menu-item.level-3 {
  padding: 0 1rem 0 1rem;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: inherit;
  min-height: 40px;
  font-size: 14px;
  position: initial;
  width: 100%;
}
header .header nav.theme-navigation .menu .menu-item:hover {
  background: var(--primary-color-light, #f0f8ff);
}
header .header nav.theme-navigation .menu .menu-item a {
  white-space: nowrap;
}
header .header nav.theme-navigation .menu .menu-item span.show-more {
  width: 1rem;
  height: 1rem;
  position: relative;
  float: right;
  margin-right: 1.2rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 4 9" enable-background="new 0 0 4 9" xml:space="preserve" height="9px" width="4px" fill="rgb(0,0,0,1)" ><g>						<path d="M4 4.50003L0.903225 9L-1.14342e-07 9L0.903225 4.50003L3.35036e-07 -1.18503e-07L0.903225 -1.18503e-07L4 4.50003Z"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
header .header nav.theme-navigation .menu .menu-item.level-0.active .menu.level-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
header .header nav.theme-navigation .menu .menu-item.level-0.active .menu.level-1:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #7a8a9b;
  position: absolute;
  left: 0;
}
header .header nav.theme-navigation .menu .menu-item.level-0.active .menu-item.level-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .header nav.theme-navigation .menu .menu-item.level-0.active .menu-item.level-1 span.show-more {
  margin-right: 0;
}
header .header nav.theme-navigation .menu .menu-item.level-1.active .menu.level-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
header .header nav.theme-navigation .menu .menu-item.level-1.active .menu.level-2:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #7a8a9b;
  position: absolute;
  left: 0;
}
header .header nav.theme-navigation .menu .menu-item.level-1.active .menu-item.level-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .header nav.theme-navigation .menu .menu-item.level-1.active .menu-item.level-2 span.show-more {
  margin-right: 0;
}
header .header nav.theme-navigation .menu .menu-item.level-2.active .menu.level-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}
header .header nav.theme-navigation .menu .menu-item.level-2.active .menu.level-3:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #7a8a9b;
  position: absolute;
  left: 0;
}
header .header nav.theme-navigation .menu .menu-item.level-2.active .menu-item.level-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .header nav.theme-navigation .menu .menu-item.level-2.active .menu-item.level-3 span.show-more {
  margin-right: 0;
}

/*correspond au menu theme-navigation pour mobile */
.mm-menu {
  border-right: 0px solid white;
}
.mm-menu.mm-menu {
  background: white;
  border: 0px solid white;
  top: 120px;
  height: fit-content;
  overflow: visible;
}
.mm-menu .mm-panels {
  height: fit-content;
  overflow: visible;
  position: relative !important;
}
.mm-menu .mm-panel {
  height: fit-content;
  overflow: visible;
  position: absolute;
}
.mm-menu.mm-menu_opened {
  display: none !important;
}
@media only screen and (max-width:991px) {
  .mm-menu.mm-menu_opened {
    display: block !important;
    top: 120px;
  }
  .mm-menu.mm-menu_opened .mm-navbar_has-btns {
    display: flex;
    height: fit-content;
  }
  .mm-menu.mm-menu_opened .mm-panels {
    top: 0;
  }
  .mm-menu.mm-menu_opened .mm-navbar__btn {
    padding: 0;
  }
}
.mm-menu.mm-menu_offcanvas {
  z-index: 2;
  width: 100%;
}
.mm-menu .mm-navbars_top {
  background: white;
  top: 0;
  padding: 9px 0 0;
  position: static !important;
}
.mm-menu .mm-navbar {
  top: 0;
  background: transparent;
  color: green;
  text-transform: uppercase;
  border-bottom: 0px solid white;
}
.mm-menu .mm-navbar a {
  color: red;
}
.mm-menu .mm-navbar .mm-navbar__title {
  text-align: left;
  color: var(--primary-color, #2598FF);
  text-transform: initial;
  font-weight: 700;
  padding: 0;
}
.mm-menu .mm-btn_close:before, .mm-menu .mm-btn_close:after {
  border-color: rgb(255, 255, 255);
  opacity: 1;
}
.mm-menu .mm-btn_prev:before {
  border-color: rgb(255, 255, 255);
  opacity: 1;
  content: "";
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" enable-background="new 0 0 14 14" xml:space="preserve" height="14px" width="14px" fill="rgb(0,0,0,1)" ><g><path d="M7 14L8.23375 12.7662L3.35125 7.875L14 7.875L14 6.125L3.35125 6.125L8.23375 1.23375L7 -6.11959e-07L6.11959e-07 7L7 14Z"/></g></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" enable-background="new 0 0 14 14" xml:space="preserve" height="14px" width="14px" fill="rgb(0,0,0,1)" ><g><path d="M7 14L8.23375 12.7662L3.35125 7.875L14 7.875L14 6.125L3.35125 6.125L8.23375 1.23375L7 -6.11959e-07L6.11959e-07 7L7 14Z"/></g></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  background-color: var(--primary-color);
  width: 14px;
  height: 14px;
  border-top: none;
  border-left: none;
  transform: rotate(0deg);
}
.mm-menu .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}
.mm-menu .mm-listitem {
  opacity: 1;
  border-bottom: 0px solid white;
}
.mm-menu .mm-listitem:after {
  left: inherit;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 34 34" enable-background="new 0 0 34 34" xml:space="preserve" height="34px" width="34px" fill="rgb(37,152,255,1)" ><g><polygon points="13.914062 13.175 17.77709 17 13.914062 20.825 15.10333 22 20.16406 17 15.10333 11.9999999"></polygon></g></svg>');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  width: 34px;
  height: 34px;
  top: 6px;
  right: 20px;
  border-bottom: none !important;
  z-index: 0;
}
.mm-menu .mm-listitem .show-more {
  display: none;
}
.mm-menu .mm-listitem:hover, .mm-menu .mm-listitem:active, .mm-menu .mm-listitem:focus {
  background: var(--primary-color-light);
}
.mm-menu .mm-listitem:hover .mm-btn_next:after, .mm-menu .mm-listitem:active .mm-btn_next:after, .mm-menu .mm-listitem:focus .mm-btn_next:after {
  background-color: var(--primary-color-light);
}
.mm-menu .mm-listitem__btn {
  min-width: 4rem;
  padding-right: 0;
  border-left-width: 0px;
  padding-bottom: 9px;
  padding-top: 9px;
}
.mm-menu .mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 0px;
}
.mm-menu .mm-btn_next:after {
  right: 20px;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 34 34" enable-background="new 0 0 34 34" xml:space="preserve" height="34px" width="34px" fill="rgb(37,152,255,1)" ><g><rect x="16" y="11" width="2" height="12" /><rect x="11" y="18" width="2" height="12" transform="rotate(-90 11 18)" /></g></svg>');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: white;
  width: 34px;
  height: 34px;
  border-top: none;
  border-left: none;
  transform: rotate(0deg);
  z-index: 10;
}
.mm-menu .mm-panel_opened:before, .mm-menu .mm-panel_opened-parent:before {
  display: none;
}
.mm-menu .mm-panel_opened .mm-listitem__text, .mm-menu .mm-panel_opened-parent .mm-listitem__text {
  text-transform: initial;
}
.mm-menu .mm-listitem__text {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 0 !important;
  opacity: 1;
  font-size: 16px;
  white-space: normal;
  text-transform: initial;
  font-weight: 600;
  padding-top: 9px;
  padding-bottom: 9px;
}
.mm-menu .mm-searchfield .mm-searchfield__input {
  padding-top: 0;
}
.mm-menu .mm-searchfield .mm-searchfield__input input {
  border: 2px solid #bfc9d5 !important;
  background: white;
  height: calc(var(--mm-navbar-size) * 0.9);
}
.mm-menu .mm-searchfield .mm-searchfield__input input::placeholder {
  color: black;
}
.mm-menu .mm-navbars_bottom {
  bottom: 2rem;
}
.mm-menu .mm-navbars_bottom .mm-navbar {
  padding: 0 1.5rem;
}
.mm-menu .mm-navbars_bottom .mm-navbar a {
  flex: inherit;
}
.mm-menu .mm-navbars_bottom .mm-navbar:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.mm-menu .mm-navbars_bottom .mm-navbar:nth-child(1) .left, .mm-menu .mm-navbars_bottom .mm-navbar:nth-child(1) .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  max-width: 3rem;
}
.mm-menu .mm-navbars_bottom .mm-navbar:nth-child(1) .left a, .mm-menu .mm-navbars_bottom .mm-navbar:nth-child(1) .right a {
  font-size: 0px;
  margin-right: 0;
  color: red;
}
.mm-menu .mm-navbars_bottom .mm-navbar:nth-child(1) .left a:before, .mm-menu .mm-navbars_bottom .mm-navbar:nth-child(1) .right a:before {
  font-size: 3rem;
}
.mm-menu .mm-navbars_bottom .mm-navbar:nth-child(1) .left a span, .mm-menu .mm-navbars_bottom .mm-navbar:nth-child(1) .right a span {
  margin-top: -16px;
}
.mm-menu .mm-navbars_bottom .mm-navbar:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.mm-menu .mm-navbars_bottom .mm-navbar:nth-child(2) a {
  font-size: 0.8rem;
  padding: 0.3rem 0;
}
.mm-menu .search-block-form {
  margin: 0;
  padding: 0;
  position: static;
  background: transparent;
}
.mm-menu .search-block-form .input-label {
  display: none;
}
.mm-menu .search-block-form .input-container {
  display: flex;
  width: 100%;
}
.mm-menu .search-block-form .input-container form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background: transparent;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}
.mm-menu .search-block-form .input-container form .form-submit {
  font-size: 0;
}
.mm-menu .search-block-form .input-container form .form-type-search {
  width: 80%;
  padding: 0 12px;
}
.mm-menu .search-block-form .link-advanced-search {
  display: none;
}

.user-account-menu {
  position: fixed;
  top: 80px;
  right: -600px;
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(34, 36, 46, 0.07);
  transition: all 0.25s;
  z-index: 10;
  text-align: left;
}
@media (max-width: 768px) {
  .user-account-menu {
    top: 60px;
    width: 300px;
    border-radius: 0;
    border-bottom-left-radius: 10px;
  }
}
.user-account-menu.active {
  right: 30px;
}
@media (max-width: 768px) {
  .user-account-menu.active {
    right: 0;
  }
}
.user-account-menu .menu__item {
  margin: 7px 0;
  color: #22242E;
  transition: all 0.25s;
  font-size: 16px;
  color: #7A8A9B;
}
.user-account-menu .menu__item:hover {
  color: var(--primary-color, #2598FF);
}
.user-account-menu .menu__item[href^="/user/logout"] {
  color: var(--primary-color, #2598FF);
}
.user-account-menu .menu__item[href^="/user/logout"]:hover {
  color: var(--primary-color, #2598FF);
}

body.path-mon-bilan-gratuit-questionnaire .header > .max-width {
  justify-content: center;
}
body.path-mon-bilan-gratuit-questionnaire .header > .max-width img.logo {
  width: 215px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
body.path-mon-bilan-gratuit-questionnaire .header > .max-width nav {
  display: none;
}
body.path-mon-bilan-gratuit-questionnaire .header > .max-width .header-right {
  display: none;
}

footer {
  padding: 0;
}
footer .footer-top {
  display: flex;
  padding: 46px 0 6px 0;
}
footer .footer-top .max-width {
  display: flex;
}
@media only screen and (max-width:1199px) {
  footer .footer-top .max-width {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width:991px) {
  footer .footer-top .max-width {
    flex-wrap: wrap;
  }
}
footer .footer-top .max-width p {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width p {
    font-weight: 500;
  }
}
footer .footer-top .max-width p span {
  display: block;
}
footer .footer-top .max-width nav {
  display: flex;
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav.meta-desk {
    display: none;
  }
}
footer .footer-top .max-width nav.meta-resp {
  display: none;
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav.meta-resp {
    display: flex;
  }
}
@media only screen and (max-width:991px) {
  footer .footer-top .max-width nav {
    width: 100%;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav {
    flex-wrap: wrap;
  }
}
footer .footer-top .max-width nav p {
  margin-bottom: 10px;
}
footer .footer-top .max-width nav p span {
  display: block;
}
@media only screen and (max-width:991px) {
  footer .footer-top .max-width nav > ul {
    width: 33.3%;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav > ul {
    width: 50%;
  }
}
@media only screen and (max-width:320px) {
  footer .footer-top .max-width nav > ul {
    width: 100%;
  }
}
footer .footer-top .max-width nav > ul > li {
  margin-right: 76px;
}
@media only screen and (max-width:991px) {
  footer .footer-top .max-width nav > ul > li {
    margin-right: 0;
  }
}
footer .footer-top .max-width nav > ul > li ul {
  margin-bottom: 10px;
}
footer .footer-top .max-width nav > ul > li ul li {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
footer .footer-top .max-width nav > ul > li ul li:first-child {
  display: flex;
  align-items: center;
}
footer .footer-top .max-width nav > ul > li ul li:first-child svg {
  display: none;
  width: 10px;
  min-width: 10px;
  height: 11.5px;
  margin-top: -7px;
  margin-left: 5px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-top .max-width .other {
  width: 370px;
  margin-left: auto;
}
@media only screen and (max-width:991px) {
  footer .footer-top .max-width .other {
    width: 100%;
    display: flex;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width .other {
    flex-wrap: wrap;
  }
}
footer .footer-top .max-width .other .autres-programmes .title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
footer .footer-top .max-width .other .autres-programmes .sites ul {
  display: block;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
footer .footer-top .max-width .other .autres-programmes .sites ul .site {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
footer .footer-top .max-width .other > div {
  margin-bottom: 24px;
}
@media only screen and (max-width:991px) {
  footer .footer-top .max-width .other > div {
    width: 100%;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width .other > div {
    width: 100%;
  }
}
footer .footer-top .max-width .other > div ul {
  display: flex;
  align-items: center;
}
footer .footer-top .max-width .other > div ul.reseaux li {
  margin-right: 16px;
}
footer .footer-top .max-width .other > div ul.reseaux li svg {
  min-width: 26px;
  width: 26px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-top .max-width .other > div ul.reseaux li.fb svg {
  min-width: 15px;
  width: 15px;
}
footer .footer-top .max-width .other > div ul.reseaux li:hover svg {
  color: #1782E1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-top .max-width .other > div.newsletter {
  width: 100%;
}
@media only screen and (max-width:991px) {
  footer .footer-top .max-width .other > div.newsletter {
    width: 40%;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width .other > div.newsletter {
    width: 100%;
  }
}
footer .footer-top .max-width .other > div.newsletter div {
  position: relative;
}
footer .footer-top .max-width .other > div.newsletter div input.form-control {
  max-width: 307px;
  background-color: #ffffff;
  height: 48px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
@media only screen and (max-width:991px) {
  footer .footer-top .max-width .other > div.newsletter div input.form-control {
    width: 100%;
    max-width: 100%;
  }
}
footer .footer-top .max-width .other > div.newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  width: 69px;
  height: 48px;
  padding: 0;
  margin-right: 0;
  -webkit-border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
}
@media only screen and (max-width:1199px) {
  footer .footer-top .max-width .other > div.newsletter button {
    right: 0;
  }
}
footer .footer-top .max-width .other > div.newsletter button svg {
  width: 20px;
  min-width: 20px;
  margin-left: 0;
}
footer .footer-bottom {
  padding: 18px 0;
  font-size: 14px;
}
footer .footer-bottom .max-width {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width:1199px) {
  footer .footer-bottom .max-width {
    display: block;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width:1199px) {
  footer .footer-bottom .max-width p {
    text-align: center;
    margin-top: 15px;
  }
}
footer .footer-bottom .max-width ul {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width:1199px) {
  footer .footer-bottom .max-width ul {
    justify-content: center;
  }
}
@media only screen and (max-width:767px) {
  footer .footer-bottom .max-width ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
footer .footer-bottom .max-width ul li {
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}
footer .footer-bottom .max-width ul li:before {
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  content: "•";
  font-size: 18px;
}
footer .footer-bottom .max-width ul li:last-child:before {
  display: none;
}

.user-logged-in footer .footer-top {
  padding: 0;
  background: #fff;
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav > ul > li ul.footer-li-visible li {
    opacity: 1;
    visibility: visible;
    height: auto;
    cursor: pointer;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav > ul > li ul.footer-li-visible li a {
    display: block;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav > ul > li ul.footer-li-visible li:first-child svg {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav > ul > li ul {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav > ul > li ul li {
    visibility: hidden;
    opacity: 0;
    height: 0;
    cursor: pointer;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav > ul > li ul li a {
    display: none;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav > ul > li ul li p a {
    display: block;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav > ul > li ul li.footer-li-visible {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav > ul > li ul li.footer-li-visible a {
    display: block;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav > ul > li ul li:first-child {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav > ul > li ul li:first-child svg {
    display: block;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width nav > ul > li ul li.meta-resp {
    margin-top: -42px;
  }
}
@media only screen and (max-width:320px) {
  footer .footer-top .max-width nav > ul > li ul li.meta-resp {
    margin-top: 0;
  }
}
@media only screen and (max-width:650px) {
  footer .footer-top .max-width .other > div.reseaux-block p {
    display: none;
  }
}

.menu-footer-logged {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  flex-wrap: wrap;
}
.menu-footer-logged .title {
  font-weight: 600;
  font-size: 14px;
}
.menu-footer-logged .link-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.menu-footer-logged .link-list ul li a {
  font-size: 14px;
  font-weight: 400;
}

/* fix active trail level 0 */
.menu-item--active-trail.level-0.main-rubr > p > a, .menu-item--active-trail.level-0.main-rubr > a {
  font-weight: bold;
}
.menu-item--active-trail.level-0.main-rubr > p > a::after, .menu-item--active-trail.level-0.main-rubr > a::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--primary-color, #2598FF);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* fix dossier breadcrumb anonyme */
.page-node-type-dossier.user-type-anonymous .block-system-breadcrumb-block, .page-node-type-dossier-recette.user-type-anonymous .block-system-breadcrumb-block, .page-node-type-blog-expert.user-type-anonymous .block-system-breadcrumb-block {
  margin-top: 10px;
}
@media only screen and (max-width:991px) {
  .page-node-type-dossier.user-type-anonymous .block-system-breadcrumb-block, .page-node-type-dossier-recette.user-type-anonymous .block-system-breadcrumb-block, .page-node-type-blog-expert.user-type-anonymous .block-system-breadcrumb-block {
    margin-top: 18px;
  }
}
.page-node-type-dossier.user-type-anonymous .block-system-breadcrumb-block .social-media, .page-node-type-dossier-recette.user-type-anonymous .block-system-breadcrumb-block .social-media, .page-node-type-blog-expert.user-type-anonymous .block-system-breadcrumb-block .social-media {
  display: none;
}
@media only screen and (max-width:991px) {
  .page-node-type-dossier.user-type-anonymous main > .container, .page-node-type-dossier-recette.user-type-anonymous main > .container, .page-node-type-blog-expert.user-type-anonymous main > .container {
    padding-top: 122px;
  }
}

.show-on-bilan {
  display: none;
}

/* hide bilan button on the bilan results pages */
body.route--mtc_appraisal--appraisal header .header .header-left nav > ul > li.burger-menu, body.route--ts--bilan header .header .header-left nav > ul > li.burger-menu, body.route--ts--appraisal--display header .header .header-left nav > ul > li.burger-menu {
  display: none;
}
body.route--mtc_appraisal--appraisal header .header .header-right .bilan, body.route--mtc_appraisal--appraisal header .header .header-right .connect, body.route--ts--bilan header .header .header-right .bilan, body.route--ts--bilan header .header .header-right .connect, body.route--ts--appraisal--display header .header .header-right .bilan, body.route--ts--appraisal--display header .header .header-right .connect {
  display: none;
}
body.route--mtc_appraisal--appraisal header .header .header-right .show-on-bilan, body.route--ts--bilan header .header .header-right .show-on-bilan, body.route--ts--appraisal--display header .header .header-right .show-on-bilan {
  display: block;
}

body.route--entity--webform--canonical header .header .header-right .bilan, body.route--entity--webform--canonical header .header .header-right .connect, body.route--mtc_appraisal--loading header .header .header-right .bilan, body.route--mtc_appraisal--loading header .header .header-right .connect, body.route--ts--loading header .header .header-right .bilan, body.route--ts--loading header .header .header-right .connect {
  display: none;
}

/* add bold to nos offres in menu */
.nos-offres > a, .nos-offres > p > a, .tarifs > a, .tarifs > p > a {
  font-weight: bold;
}

.partner-domain-page .block-system-branding-block .block-content {
  display: flex;
}
.partner-domain-page header {
  position: absolute;
}
.partner-domain-page header .header.scrolled:not(.connected) {
  box-shadow: none;
}
.partner-domain-page header .site-branding__logo {
  display: inline-block;
}
.partner-domain-page header .site-branding__logo img {
  max-height: 40px;
  width: auto;
}
.partner-domain-page header .nowrap {
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partner-domain-page header .logo-separator {
  font-size: 20px;
  margin: 0 15px;
  display: inline-block;
  line-height: 44px;
  color: var(--primary-color);
  vertical-align: bottom;
}
.partner-domain-page header nav {
  display: none;
}

.block-system-breadcrumb-block {
  display: none;
}

.site-metacoaching header .header .header-right {
  display: none;
}
.site-metacoaching .sidebar .connect, .site-metacoaching .sidebar .formul {
  display: none !important;
}
