/*ajouts Chris*/

svg#phone-svg {
  width:44px;
  margin: -12px;
  display:inline-block;
}
@media screen and (max-width: 768px) {
  svg#phone-svg {
    width: 44px;
    margin: 0;
    display: inline-block;
  }
}

.phone-icon {
  stroke:#8BC34A;
  stroke-width:14;
  fill:transparent;
  stroke-dasharray:1521px;
  stroke-dashoffset:-1520px;
  animation:move 3.5s infinite;
  animation-delay: 1.5s;
  transform-origin: 50% 50%;
}
.txSvg {
  display:inline-block;
  width:1px;
  height:25px;
  overflow:hidden;
  margin-left:20px;
  margin-top: 0px;
  animation:txmove 3.5s infinite;
  animation-delay: 1.5s;
}
.txSvg p {
  width:220px;
  display:block;
  text-transform: uppercase;
    font-size: 15px;
}
@keyframes move {
  0% {
    stroke-dashoffset:-1520px;
    fill:transparent;
    opacity:1;
    display:block;
  }
  35% {
    fill:transparent;
    stroke-dashoffset:0;
  }
  45% {
    fill:#8BC34A;
    stroke:#8BC34A;
    transform:rotate(0deg);
  }
  50% {
    transform:rotate(5deg);
  }
  52% {
    transform:rotate(-5deg);
  }
  54% {
    transform:rotate(5deg);
  }
  56% {
    transform:rotate(-5deg);
    stroke:#8BC34A;
    fill:#8BC34A;
    stroke-dashoffset:0;
    transform:rotate(0deg);
    opacity:1;
  }
  57% {
    opacity:0;
    display:none;
  }
  99% {
    opacity:0;
  }
}
@keyframes txmove {
  57% {
    width:1px;
  }
  62% {
    width:220px;
  }
  95% {
    width:220px;
  }
  99% {
    width:1px;
  }
}
/*ajouts Chris*/

.label-line{
  line-height:1.1em;
}


/* .box-shadow-menu {position: relative;padding-left: 1.25em;} */
.box-shadow-menu {display:inline-block;position: relative;padding:40px 0 0 0;text-align:center;}
.box-shadow-menu:before {content: "";position: absolute;left: 0;right: 0;margin: auto;top: 0.5em;width: 1.8em;height: .25em;background: #553684;box-shadow: 0 0.65em 0 0 #553684, 0 1.3em 0 0 #553684;}
.hide {
  display: none;
}

.coupon .loader{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#fff;
  opacity:.7;
  z-index:100;
  display:none;
  margin:0;
}

.coupon .img-loader{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:110;
  background:url(./../images/loader.gif) no-repeat center center transparent;
}

.loader-base{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#fff;
  opacity:.7;
  z-index:100;
  display:none;
  margin:0;
}

.img-loader-base{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:110;
  background:url(./../images/loader.gif) no-repeat center center transparent;
}


.tr_sl_three {
  width: 33%;
}
.loader {
  text-align: center;
  margin: 10px;
}
.loader img {
  width: 30px;
}
.form-control:disabled {
  background: rgba(244, 67, 54, 0.19) !important;
}
.messageInline {
  font-size: 12px;
  padding: 5px;
  /* margin: 5px 0; */
  margin: 5px 0 2px 0;
  font-family: sans-serif;
}
.messageInline.true {
  color: #fff;
  background: #F44336;
}
.messageInline.false {
  background: #8BC34A;
  color: #fff;
}
img.full-width {
  width: 100%;
}
img.nutriscore {
  width: 60%;
}
.client_statut {
  width: 15px;
  height: 15px;
  position: fixed;
  top: 0;
  left: 0;
}
.client_statut.online {
  background: green;
}
.client_statut.offline {
  background: red;
}
.ra_autocomplet {
  list-style-type: none;
  background: #f0f0f0;
  padding: 5px;
  margin: 5px 0;
}
.ra_autocomplet li {
  background: #e6e6e6;
  padding: 6px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 5px;
  display: inline-flex;
  font-size: 12px;
  width: 100%;
}
.ra_autocomplet li:hover {
  cursor: pointer;
  color: #fff;
  background: #8BC34A;
}
@media (min-width: 768px) {
  .fivecolumns .col-md-2,
  .fivecolumns .col-sm-2,
  .fivecolumns .col-lg-2 {
    width: calc(16.66666667%);
    max-width: calc(16.66666667%);
    flex: 0 0 calc(16.66666667%);
  }
}
@media (min-width: 1200px) {
  .fivecolumns .col-md-2,
  .fivecolumns .col-sm-2,
  .fivecolumns .col-lg-2 {
    width: calc(16.66666667%);
    max-width: calc(16.66666667%);
    flex: 0 0 calc(16.66666667%);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .fivecolumns .col-md-2,
  .fivecolumns .col-sm-2,
  .fivecolumns .col-lg-2 {
    width: calc(16.66666667%);
    max-width: calc(16.66666667%);
    flex: 0 0 calc(16.66666667%);
  }
}
@media (min-width: 768px) and (max-width: 9999px) {
  .alert-aks {
    padding: 7px !important;
  }
}
img.home_click {
  width: 100%;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-border {
  border: 0;
}
.no-padding {
  padding: 0;
}
.fea_home .card-block {
  padding: 0 !important;
}
.fea_home .card-block h3 {
  font-size: 15px !important;
  color: #811966;
  line-height: 19px;
  text-transform: uppercase;
}
.padding-5 {
  padding: 0 5px;
}
a.nav-link.disabled {
  color: #2a2a2a !important;
  background: #c7c7c7;
  opacity: .8;
  cursor: not-allowed;
}
.modal-content {
  background: #fffefe;
  border-radius: 0;
  border: 5px solid #811966;
  outline: 2px solid #ffffff;
}
.owl-prev {
  position: absolute;
  left: 6px;
  background: #bdbdbd;
  color: #fff;
  top: 50px;
  padding: 2px 10px;
  font-weight: bold;
  border-radius: 500%;
  border: 1px solid #fff;
  border-left: 0;
}
.owl-next {
  position: absolute;
  right: 6px;
  background: #bdbdbd;
  color: #fff;
  top: 50px;
  padding: 2px 10px;
  font-weight: bold;
  border-radius: 500%;
  border: 1px solid #fff;
  border-right: 0;
}
.spr {
  /*background: url('/assets/front/img/spr.png') no-repeat top left;*/
  width: 50px;
  height: 50px;
}
.spr.facebook {
  background-position: 0 0;
  width: 48px;
  height: 48px;
}
.spr.gplus {
  background-position: -48px 0;
  width: 64px;
  height: 64px;
}
.spr.instagram {
  background-position: -112px 0;
}
.spr.pinterest {
  background-position: -162px 0;
  width: 52px;
  height: 52px;
}
.spr.twitter {
  background-position: -214px 0;
}
.spr.youtube {
  background-position: -264px 0;
}
ul.bottom_ul.socials .spr {
  margin: -7px 10px 15px;
}
.spr.phone {
  background-position: -314px 0;
  width: 100px;
  height: 100px;
}
.spr.burger {
  background-position: -414px 0;
  width: 26px;
  height: 23px;
}
.spr.avis-verifies {
  background-position: -440px 0;
  width: 120px;
  height: 85px;
}
.spr.coach {
  background-position: -560px 0;
  width: 75px;
  height: 75px;
}
.spr.package {
  background-position: -635px 0;
  width: 75px;
  height: 75px;
}
.spr.plate-eat {
  background-position: -710px 0;
  width: 75px;
  height: 75px;
}
.spacedown-md,
body {
  background: #811966 !important;
}
body {
  font-family: 'Montserrat', sans-serif;
}
body b.logo-color {
  font-family: 'Montserrat', sans-serif;
  color: #ec407a;
  font-weight: 600;
}
body b.logo-color o {
  color: #81197f;
}
body .container {
  max-width: 970px;
  margin: 0 auto;
  background-color: #ffffff;
  padding-bottom: 1px;
}
body .container .bg_white {
  padding: 5px;
}
body .container h3.cja_rose {
  font-size: 17px;
  padding: 0;
  color: #ee1065;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
body .container h3.cja_rose span {
  font-family: 'trashhandregular';
  font-size: 22px;
  display: block;
  font-weight: 100;
}
body .container h3.cja_rose o {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 29px;
}
body .container ul.faq_list {
  margin-top: 15px;
  list-style-type: square;
  padding-left: 20px;
}
body .container ul.faq_list li a {
  font-size: 14px;
  color: #000;
}
body .container .faq_list_response .response {
  background: #eeeeee;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px dashed #cecece;
}
body .container .faq_list_response .response .title_question {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ec1a67;
  font-weight: 500;
}
body .container .faq_list_response .response .content_response {
  font-size: 12px;
  text-align: justify;
}
body .container .plus_ico {
  text-align: center;
  font-weight: bold;
  font-size: 33px;
  color: #ec1a67;
  line-height: 23px;
}
body .container .big_head {
  margin-top: 1em;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #ee1065;
  margin-bottom: 3px;
}
body .container .big_subhead {
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  /* line-height: 5px; */
  line-height: 1.2;
}
body .container .mixedHead {
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}
body .container .mixedHead o {
  margin-top: 2em;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #ee1065;
}
body .container .sub_mixedHead {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
body .container .sub_mixedHead o {
  color: #ec1a67;
}
body .container .featured_block {
  text-align: center;
  padding: 15px 0;
}
body .container .featured_block .featured_icon {
  padding: 7px;
}
body .container .featured_block .featured_icon img {
  height: 85px;
  background: rgba(241, 241, 241, 0.43);
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dadada;
}
body .container .featured_block .featured_text {
  font-weight: bold;
  font-size: 13px;
  color: #353535;
  text-transform: uppercase;
}
body .container .featured_block .featured_text o {
  display: block;
  font-size: 17px;
  line-height: 16px;
}
body .container .featured_block .featured_text em {
  vertical-align: super;
  font-size: 11px;
  font-style: normal;
}
body .container .day_block .wh_block {
  background: #fff;
  text-align: center;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  max-height: 375px;
}
body .container .day_block .wh_block .top_pict img {
  height: 51px;
  margin: 15px;
}
body .container .day_block .wh_block .top_title {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 8px;
}
body .container .day_block .wh_block .top_subtitle {
  font-family: 'trashhandregular';
  padding: 0 5px;
}
body .container .day_block .wh_block .bottom_pict img {
  width: 100%;
}
body .container ul.elia {
  font-size: 14px;
  font-family: sans-serif;
}
body .container ul.elia li {
  float: left;
  width: 100%;
  border-bottom: 1px dashed #bcb9b9;
}
body .container ul.elia li .right {
  float: right;
  color: #e91e63;
  font-size: 16px;
}
body .container ul.elia li .right b {
  font-weight: normal;
  font-size: 11px;
  padding: 2px;
  color: #707070;
  vertical-align: super;
}
body .container ul.elia li .right em {
  font-size: 12px;
}
body .container .min_title {
  font-size: 15px;
  text-transform: uppercase;
  color: #ec1a67;
  font-weight: bold;
}
body .container .min_text o {
  font-size: 13px;
  line-height: 18px;
  display: block;
  margin-bottom: 5px;
}
body .container .min_text b {
  display: block;
  font-size: 14px;
}
body .container .band {
  background: #dfdfdf;
  font-weight: 500;
}
body .container .band .band_pict {
  text-align: center;
}
body .container .band .band_pict img {
  height: 115px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
body .container .band .band_text {
  /* padding: 10px 0; */
  padding: 0 0 10px 0;
  font-size: 12px;
}
body .container .band .band_text o {
  color: #ec1a67;
  display: block;
  margin-top: 5px;
}
body .container .disclamer_text {
  font-size: 12px;
  font-style: italic;
}
body .container .ico_text {
  color: #fff;
  z-index: 1;
  position: absolute;
  font-size: 11px;
  left: 0;
  right: 0;
  top: 18px;
  margin: auto;
  line-height: 13px;
  text-transform: uppercase;
}
body .container .ico_text o {
  display: block;
}
body .container .inline_bk_how {
  font-size: 13px;
  color: #2f2f2f;
  padding-left: 15px;
  line-height: 16px;
  margin-bottom: 15px;
}
body .container .inline_bk_how o {
  font-weight: 600;
  display: block;
}
body .container .icon_circle {
  float: left;
  margin-left: -35px;
  margin-top: -1px;
  background: #ec1a67;
  color: #fff;
  width: 24px;
  height: 25px;
  border-radius: 500px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
body .container .help_section_head {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  color: #2f2f2f;
}
body .container .help_section_head h1 {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0 10px;
  line-height: 25px;
}
body .container .help_section_head o {
  color: #ec1a67;
}
body .container .help_section_content {
  text-align: justify;
  font-size: 12px;
  font-weight: 500;
  padding-right: 60px;
}
body .container .help_section_content p {
  line-height: 15px;
  margin-bottom: 12px;
}
body .container .help_section_content p o {
  color: #ec1a67;
  font-size: 27px;
  display: block;
  margin-top: 15px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}
body .container a.payus-block.go_command {
  width: 250px !important;
  font-size: 23px !important;
  line-height: 35px !important;
  margin: 0 auto 20px auto;
}
body .container .subline {
  color: #ee1065;
  text-transform: uppercase;
  padding: 0 7px;
  background: white;
  overflow: hidden;
  position: relative;
  margin: 12px 0;
}
body .container .subline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ee1065;
  top: 12px;
  margin-left: 10px;
}
body .container .interview {
  padding: 15px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.22);
  height: auto;
  float: left;
}
body .container .title_interview {
  text-transform: uppercase;
  color: #811966;
  line-height: 18px;
  font-size: 19px;
}
body .container .title_interview span {
  display: block;
  font-size: 12px;
  color: #ec1a67;
}
body .container .content_interview {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
body .container .interview_sub {
  font-size: 13px;
  margin: 15px 0 30px 0;
  text-align: justify;
}
body .container .sport h3 {
  color: #ec1a67;
  font-size: 16px;
}
body .container .sport p {
  font-size: 13px;
    font-family: 'Montserrat', sans-serif;
  text-align: justify;
}
body .container img.chart_loose {
  width: 100%;
}
body .container h3.category_menu {
  color: #000;
  padding: 7px;
  font-size: 15px;
  margin-top: 0;
  font-family: sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
}
body .container h3.category_menu o {
  color: #ee1065 !important;
  font-family: 'trashhandregular';
  /*font-size: 30px !important;*/
  font-size: 25px !important;
}
body .container h3.category_menu span {
  font-family: 'trashhandregular';
  font-size: 18px;
  float: right;
  text-align: right;
  color: grey;
}
body .container h3.category_menu.purple o {
  color: #7f207e !important;
}
body .container .purple {
  color: #7f207e !important;
}
body .container .purple.subline:after {
  background: #7f207e;
}
body .container h3.category_menu.blue o {
  color: #00b5ac !important;
}
body .container h3.category_menu.orange o {
  color: #f38236 !important;
}
body .container .head-picture.our_menus {
  background-image: url(/images/banniere/nos-menus-2.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 246px;
  position: relative;
}
body .container .head-picture.our_menus .head-picture-title {
  font-size: 40px;
  color: #ee1065;
  line-height: 43px;
  padding: 90px 0 0 15px;
  font-family: 'trashhandregular';
}
body .container .head-picture.our_menus .head-picture-description {
  padding: 0px 0 0px 14px;
  width: 60%;
  font-size: 13px;
}
body .container .head-picture.our_menus .head-picture-description b {
  text-transform: capitalize;
}
body .container .border-block {
  border: 2px solid;
  margin-top: 10px;
  min-height: 200px;
  background: #fff;
}
body .container h3.cja_rose {
  font-size: 20px;
  padding: 15px 0 0 0;
  color: #ee1065;
}
body .container .video-aside .view_at_tv {
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 10px;
  color: #811966;
  line-height: 15px;
  border-bottom: 4px solid #811966;
}
body .container .video-aside iframe {
  height: 125px;
  border: 1px solid #811966;
}
body .container .owl-1{
	padding:5px 73px;
}

body .container .owl-6,
body .container .owl-12 {
  /*padding: 5px;*/
}
body .container .owl-carousel.product_menu .owl-item .item img {
  border-bottom: 2px solid #e3e3e3;
  display: inline-table;
}
body .container .owl-next,
body .container .owl-prev {
  top: 24%;
  background: transparent;
  border: 0 !important;
}
body .container header {
  position: relative;
}
body .container a.avis-verifies {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  width: 110px;
}
body .container a.avis-verifies img {
  width: 100%;
}
body .container a.callToUs {
  color: #79b236;
  width: 125px;
  height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  right: 57px;
  text-decoration: none;
  font-size: 15px !important;
  padding: 0px 0 !important;
  line-height: 3px;
  top: 6px;
}
body .container a.callToUs o {
  color: #8ab741 !important;
  font-size: 41px;
  float: left;
  width: 100%;
  margin-top: 0px;
  line-height: 48px;
}
body .container form.command_go button {
  border: 0;
  margin: 0 auto;
  display: block;
  background: #fc7a00;
  color: white;
  padding: 5px 40px;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  position: relative;
}
body .container h2.buying_tunnel_header {
  color: #e91e63;
  font-weight: 300;
  font-size: 24px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin: 7px;
  margin-top: 0;
}
body .container .buying_tunnel {
  padding: 0 10px;
}
body .container .buying_tunnel .custom-control-input:checked ~ .custom-control-indicator,
body .container .buying_tunnel .custom-control-input:active ~ .custom-control-indicator {
  color: #fff !important;
  background-color: #e91e63 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
body .container .buying_tunnel .custom-radio .custom-control-indicator {
  border-radius: 0;
  border: 2px solid #e91e63;
}
body .container .buying_tunnel label {
  font-family: sans-serif;
  font-size: 13px;
  color: #595959;
  /* text-align: right; */
  line-height: 17px;
  padding-right: 0;
}
body .container .buying_tunnel input,
body .container .buying_tunnel select {
  color: black;
  font-family: sans-serif;
  padding: 7px !important;
  max-height: 33px;
  border-radius: 0;
  background: rgba(230, 230, 230, 0.22);
  font-size: 13px;
}
body .container .buying_tunnel small.important {
  font-family: sans-serif;
  text-align: right;
  color: #FF5722 !important;
}
body .container .breadcrumb {
  text-align: center;
  display: inline-block;
  counter-reset: flag;
  width: 100%;
  padding: 3px;
  /* margin-top: 10px; */
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
body .container .breadcrumb > a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: #fff;
  width: 33%;
  position: relative;
  border-radius: 0 !important;
}
body .container .breadcrumb > a:nth-child(1) {
  background: #EC407A;
}
body .container .breadcrumb > a:nth-child(1):after {
  background: #EC407A;
  box-shadow: 1px -1px 0 1px #EC407A;
  color: #ffffff;
}
body .container .breadcrumb > a:nth-child(2) {
  background: #FC3880;
  text-indent: 20px;
}
body .container .breadcrumb > a:nth-child(2):after {
  background: #FC3880;
  box-shadow: 1px -1px 0 1px #FC3880;
  color: #ffffff;
}
body .container .breadcrumb > a:nth-child(3) {
  background: #EE1065;
}
body .container .breadcrumb > a:nth-child(3):after {
  background: #EE1065;
  box-shadow: 1px -1px 0 1px #EE1065;
  color: #ffffff;
}
body .container .breadcrumb > a:first-child {
  border-radius: 5px 0 0 5px;
}
body .container .breadcrumb > a:first-child::before {
  left: 14px;
}
body .container .breadcrumb > a:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 20px;
}
body .container .breadcrumb > a::before {
  content: counter(flag);
  counter-increment: flag;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  font-weight: bold;
  text-indent: 0px;
  color: #bf0846;
}
body .container .breadcrumb > a::after {
  content: '';
  position: absolute;
  top: 1px;
  right: -15px;
  width: 33px;
  height: 34px;
  -webkit-transform: scale(0.707) rotate(45deg);
  -moz-transform: scale(0.707) rotate(45deg);
  -o-transform: scale(0.707) rotate(45deg);
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  box-shadow: 1px -1px 0 1px #ca1e58;
  border-radius: 0 5px 0 50px;
}
body .container .flat a,
body .container .flat a::after {
  transition: all 0.5s;
}
body .container .flat a::before {
  background: #fff;
}
body .container .flat a.active,
body .container .flat a.active::after {
  background: #ec407a;
}
body .container .flat a.active {
  color: #fff;
  opacity: 1;
}
body .container .flat a.active::before {
  color: #ec407a;
}
body .container button.navbar-toggler {
  background: rebeccapurple;
  color: white;
  outline: 0;
  border-radius: 0;
  float: right;
  height: 40px;
  width: 47px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
  padding: 0;
}
body .container nav.navbar.navbar-toggleable-md {
  padding-right: 0;
  padding-left: 0;
  float: right;
}
body .container ul.navbar-nav.topnavbar li {
  position: relative;
}
body .container ul.navbar-nav.topnavbar li a {
  color: white;
  padding: 3px 9px;
  font-size: 12px;
  border-radius: 0;
}
body .container ul.navbar-nav.topnavbar li a.client-space {
  font-weight: bold;
  border-bottom: 2px dashed #841e82;
}
body .container ul.navbar-nav.topnavbar li:first-child:after {
  display: none;
}
body .container ul.navbar-nav.topnavbar li:not(.last):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #ffffff;
  top: 9px;
  left: -2px;
}
body .container .logo {
  height: 0px;
  float: left;
  max-width: 235px;
}
body .container .logo img {
  width: 100%;
}
body .container .most_popularCorner {
  position: absolute;
  right: -40px;
  top: -7px;
  color: #fff;
  width: 105px;
  height: 42px;
  background: #ee1065;
  font-size: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 10px;
}
body .container .most_popularCorner.big {
  width: 90px;
  height: 90px;
  font-size: 12px;
  line-height: 13px;
  padding: 30px 0;
  background: #ec1a67;
  border-radius: 500px;
  transform: none;
  text-transform: uppercase;
  top: 21%;
  right: -20px;
  z-index: 99;
  font-weight: bold;
}
body .container .most_popularCorner.big o {
  font-size: 28px;
  line-height: 20px;
}
body .container p.head-description {
  font-size: 11px;
  padding: 5px;
  margin: 0;
}
body .container p.head-description b.logo-color {
  text-transform: capitalize;
  font-size: 13px;
}
body .container .legacy {
  padding: 5px 0px;
  margin: 65px -15px 0;
  border-right: 0;
  border-left: 0;
}
body .container .middle-nav nav ul {
  display: table;
}
body .container .middle-nav nav ul li {
  display: table-cell;
  vertical-align: middle;
}
body .container .middle-nav nav ul li a {
  color: #811966;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  line-height: 20px;
  position: relative;
}
body .container .middle-nav nav ul li a:after {
  content: '';
  position: absolute;
  height: 29px;
  width: 2px;
  background: #811966;
  right: 0;
  top: 5px;
}
body .container .middle-nav nav ul li a br {
  display: none;
}
body .container .middle-nav nav ul li:last-child a:after {
  display: none;
}
body .container .purple-bg {
  background: #e3015a;
}
body .container .head-callus {
  font-weight: 600;
  color: #8BC34A;
  margin-top: -35px;
  padding: 5px 0;
  font-family: 'Nunito', sans-serif;
}
body .container .callus-block {
  border: 2px solid #8BC34A;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 294px;
  position: absolute;
  right: 0px;
  top: 51px;
  height: 44px;
}
body .container .callus-block .callUsHead {
  font-family: 'Nunito', sans-serif;
  position: absolute;
  left: -175px;
  line-height: 43px;
  font-weight: bold;
  color: #8bc34a;
  font-size: 19px;
  text-transform: uppercase;
}
body .container .callus-block .right-block-callus {
  padding: 8px 0 0 17px;
  font-size: 13px;
  text-align: left;
  background: #8BC34A;
  font-weight: bold;
  color: #fff;
  float: right;
  width: 41%;
  height: 100%;
  line-height: 14px;
  position: relative;
  font-family: 'Nunito', sans-serif;
}
body .container .callus-block .right-block-callus:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
}
body .container .callus-block .left-block-callus {
  font-size: 22px;
  padding: 4px 0;
  font-weight: 700;
  color: #8BC34A;
  text-align: center;
  width: 59%;
  float: left;
  background: white;
}
body .container .carousel-control-next,
body .container .carousel-control-prev {
  opacity: 1;
  width: 28px;
}
body .container .carousel-control-next img,
body .container .carousel-control-prev img {
  width: 30px;
  filter: hue-rotate(320deg);
}
body .container img.buyprogram-arrow {
  width: 25px;
  filter: contrast(0) sepia(100%) hue-rotate(360deg) brightness(2) saturate(0.28);
}
body .container img.buyprogram-arrow.right {
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
body .container img.buyprogram-arrow.left {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
body .container a.payus-block {
  background: #fc7a00;
  width: 100%;
  height: 46px;
  display: table;
  color: #fff !important;
  padding: 6px;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 17px;
  position: relative;
  font-weight: 500;
}
body .container a.payus-block:hover {
  background: #ff9d42;
}
body .container .selUp.bottom {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(9090deg);
}
body .container .alert-aks {
  padding: 4px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}
body .container .alert-aks .aside_title {
  float: left;
  background: rgba(0, 0, 0, 0.17);
  padding: 8px 21px;
  height: 44px !important;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: 20px;
  margin-left: -22px;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
  width: 107px;
  border-right: 6px solid rgba(0, 0, 0, 0.14);
}
body .container .alert-aks .aside_title .text {
  line-height: 14px;
  font-weight: 500;
  font-size: 15px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  text-transform: uppercase;
}
body .container .aks-color-red {
  background: #F44336;
}
body .container .mainNavInTopMobile {
  display: none;
}
body .container .middle-nav {
  height: 46px;
  padding: 2px 0;
}
body .container .middle-nav .nav-pills {
  width: 100%;
  float: left;
}
body .container .middle-nav .right-space-info {
  float: left;
  width: 24%;
  display: table;
}
body .container .middle-nav .right-space-info a.program-space {
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #811966;
  padding: 5px;
}
body .container .banner_price {
  background: #e6e6e6;
  border: 15px solid white;
  border-top: 0;
  border-bottom: 0;
  padding: 15px 10px;
}
body .container .banner_price .col-lg-3.nop {
  padding: 0 5px;
  width: 20%;
  flex: 0 0 20%;
  max-width: 20%;
  float: left;
}
body .container .banner_price .offer_card.sex_w:hover {
  border-color: #e3025a;
}
body .container .banner_price .offer_card.sex_m:hover {
  border-color: #00BCD4;
}
body .container .banner_price .offer_card.inactive {
  opacity: .5;
}
body .container .banner_price .offer_card.most_popular {
  border-color: #e3025a !important;
}
body .container .banner_price .offer_card {
  background: #fff;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  min-height: 317px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.09);
}
body .container .banner_price .offer_card .title {
  font-size: 26px;
  /* text-transform: uppercase; */
  font-weight: bold;
  color: #e3025a;
  padding-top: 10px;
  line-height: 1;
}
body .container .banner_price .offer_card .title .subtitle {
  font-size: 11px;
  font-weight: normal;
  /*text-transform: lowercase;*/
  font-family: sans-serif;
}
body .container .banner_price .offer_card .description {
  font-family: 'trashhandregular';
  color: #811966;
  line-height: 20px;
  padding: 14px 0;
  font-size: 21px;
}
body .container .banner_price .offer_card .price_reduction {
  color: #e3025a;
  font-size: 20px;
  padding: 5px 0;
}
body .container .banner_price .offer_card .price_total {
  font-size: 24px;
  color: #e3025a;
  font-weight: bold;
}
body .container .banner_price .offer_card .price_total b {
  font-size: 20px;
  font-weight: normal;
}
body .container .banner_price .offer_card .price_total em {
  font-size: 12px;
  vertical-align: top;
}
body .container .banner_price .offer_card .price_total i {
  margin-left: -5px;
  font-size: 14px;
}
body .container .banner_price .offer_card .reduction_banner {
  background: #ee1065;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  font-size: 15px;
}
body .container .banner_price .offer_card .selection_banner {
  height: 60px;
  position: relative;
}
body .container .banner_price .offer_card .selection_banner .checkboxSelec {
  position: absolute;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #ee1065;
}
body .container .banner_price .offer_card .selection_banner .checkboxSelec .selectedCheckbox.show {
  background: url(../images/offer_check.png) rgba(255, 255, 255, 0);
  width: 34px;
  height: 47px;
  background-size: contain;
  margin: -5px 7px;
}
body .container .panel-login {
  padding: 50px 0;
}
body .container .panel-login .panel-heading {
  color: rgba(0, 0, 0, 0.67);
  margin: 0 13px 7px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 100;
  font-family: sans-serif;
}
body .container .panel-login label {
  font-size: 13px;
  font-family: sans-serif;
}
body .container .panel-login .form-group {
  margin: 0 15px;
}
body .container .panel-login .form-group .form-control {
  border-radius: 0;
  background: #f8f7f7;
}
body .container .panel-login .forgot_password {
  font-size: 12px;
  font-family: sans-serif;
  color: #ee1065;
  font-weight: 600;
  float: right;
  margin: 5px 0;
  padding: 5px 0;
}
body .container .remember_me {
  padding: 5px 0;
}
body .container .remember_me input {
  width: 12px;
  height: 11px;
}
body .container button.next_step {
  background: #8bc34a;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
}
body .container p.sub_info {
  font-size: 11px;
  color: grey;
}
body .container span.custom-control-description {
  line-height: 25px;
  font-size: 15px;
  text-align: left;
}
body .container span.custom-control-description b {
  color: #e91e63;
}
body .container .basket_aside.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
body .container .basket_aside h3 {
  font-weight: 400;
  font-size: 14px;
  color: grey;
  padding-bottom: 5px;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 27px;
}
body .container .basket_aside ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body .container .basket_aside ul .program {
  font-size: 20px;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #8e8888;
}
body .container .basket_aside ul .program_offer {
  font-size: 19px;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #8e8888;
}
body .container .basket_aside .startPrice {
  float: right;
  font-size: 19px;
}
body .container .basket_aside .startPrice b {
  font-size: 12px;
  font-weight: 500;
}
body .container .basket_aside .finalPrice {
  color: #ec407a;
  font-size: 28px ;
}
body .container .basket_aside .finalPrice b {
  font-weight: 500;
  font-size: 20px;
}
body .container .basket_aside .shipping_free {
  font-size: 22px;
  font-family: sans-serif;
  display: block;
  border-bottom: 1px solid #c1c1c1;
}
body .container .basket_aside .shipping_free b {
  color: #ec407a;
  font-weight: 900;
}
body .container .basket_aside ul.total .total_left {
  width: 50%;
  float: left;
  text-align: left;
}
body .container .basket_aside ul.total .total_right {
  width: 50%;
  float: left;
  text-align: right;
}
body .container .basket_aside ul.total .total_right b {
  font-weight: normal;
  font-size: 14px;
}
body .container .basket_aside ul.total .total_right em {
  vertical-align: top;
  font-size: 13px;
}
body .container .basket_aside ul.total .eco {
  background: #e91e63;
  color: #fff;
  padding: 5px;
  margin-top: 5px;
}
body .container ul.dropdown-menu {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #d6d6d6;
  left: inherit;
  right: 0;
  padding: 0;
  z-index: 9999;
}
body .container ul.dropdown-menu li {
  border-bottom: 1px solid #d5d5d5;
}
body .container ul.dropdown-menu li a {
  color: #000000 !important;
  font-family: sans-serif;
  font-size: 13px !important;
}
body .container .home .coupon {
  margin: 0 !important;
}
body .container .coupon {
  background: #f5f4f4;
  /* padding: 2px 10px; */
  padding: 2px 5px;
  border: 2px solid #EE1065;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body .container .coupon.mb-10px {
  margin-bottom: 15px;
  position:relative;
}
body .container .coupon .head {
  color: #ee1065;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}
body .container .coupon .head b {
  display: block;
  font-size: 29px;
  line-height: 23px;
}
body .container .coupon .head span {
  font-family: 'trashhandregular';
  font-size: 25px;
}
body .container .coupon p {
  color: #8d8a8a;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 7px;
  text-transform: uppercase;
  margin-top: -10px;
}
body .container .coupon form {
  color: white;
  font-size: 14px;
}
body .container .coupon form .form-group {
  margin-bottom: 13px;
}
body .container .coupon form .form-group label {
  margin-bottom: 2px;
  display: none;
}
body .container .coupon form .form-group input {
  border-radius: 0;
  font-size: 13px;
  padding: 8px;
  border: 1px solid #c6c6c6;
  background: #ffffff;
  height: 30px;
}
body .container .picto_bottom {
  margin: 1em 0;
}
body .container .picto_bottom .picto {
  margin-bottom: .7em;
}
body .container .picto_bottom .picto img {
  width: 87px;
  height: 86px;
  background: rgba(241, 241, 241, 0.43);
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dadada;
}
body .container .picto_bottom .picto-text {
  color: #565656;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
}
body .container .picto_bottom .picto-text b {
  display: block;
  color: #787878;
  font-weight: 600;
  font-size: 18px;
}
body .container .btn-primary {
  color: #fff;
  background-color: #EE1065;
  border-color: transparent;
  width: 100%;
  font-weight: bold;
  font-size: 19px;
  border-radius: 0;
  padding: 6px;
  cursor: pointer;
}
body .container .btn-primary:hover {
  /* background-color: #811966 !important; */
  background-color: #811966 !important;
}
body .container .go-div {
  padding: 5px 0;
  position: relative;
}
body .container .go-div img {
  float: left;
  height: 48px;
}
body .container .go-div .gs-text {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #811966;
}
body .container .everyt {
  font-weight: 500;
  font-size: 17px;
  padding: 10px;
  margin: 0;
  text-align: center;
}
body .container .everyt b {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
body .container .noUnderlineSub,
body .container .noUnderlineSub > * {
  text-decoration: none;
}
body .container .product_detail .product_title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 33px;
  line-height: 35px;
  color: #ec1a67;
}
body .container .product_detail .product_description {
  font-size: 14px;
  margin-top: 15px;
}
body .container .product_detail .product_ingredients {
  padding: 10px;
  border: 2px solid rgba(141, 141, 141, 0.29);
  font-size: 12px;
  color: #272727;
  margin-top: 10px;
}
body .container .product_detail .product_punchline {
  font-family: 'trashhandregular';
  font-size: 30px;
  color: #ec1a67;
}
body .container .product_preparation {
  color: #fff;
  font-family: 'trashhandregular';
  font-size: 24px;
}
body .container .product_information {
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
}
body .container .product_preparation_text {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
body .container .legal {
  font-size: 10px;
  color: grey;
  margin-top: 3px;
}
body .container .diet-program {
  background: #fff;
  padding: 10px;
  text-align: center;
  outline: 3px solid #dfdfdf;
  color: #5e5e5e;
}
body .container .diet-program .title-program {
  font-size: 23px;
  text-transform: uppercase;
}
body .container .diet-program .title-program o {
  font-family: 'trashhandregular';
  display: block;
  font-size: 55px;
  line-height: 55px;
  color: #727272;
}
body .container .diet-program .subtitle-program {
  font-size: 14px;
}
body .container .diet-program .price-program {
  font-size: 50px;
  color: #3c3c3c;
  line-height: 37px;
}
body .container .diet-program .price-program i {
  font-size: 14px;
  margin-right: -55px;
}
body .container .diet-program .price-program b {
  font-size: 20px;
  font-weight: normal;
}
body .container .diet-program .price-program em {
  font-size: 12px;
  vertical-align: text-top;
}
body .container .diet-program .description-program {
  text-align: justify;
  padding: 2px;
  font-size: 12px;
  color: #5a5a5a;
}
body .container .diet-program .description-program o {
  display: none;
  padding-top: 5px;
  color: #000;
}
body .container .diet-program .btn-program {
  background: #fc7a00;
  color: #fff;
  padding: 7px;
  display: block;
  margin-top: 10px;
  width: 60%;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}
body .container .popular {
  outline: 3px solid #ee1065;
}
body .container .popular .title-program o {
  color: #ee1065;
}
body .container .program-header {
  text-align: center;
  margin-bottom: 15px;
  font-size: 23px;
  color: #fc7a00;
  font-weight: bold;
  text-transform: uppercase;
}
body .container .program-header img {
  height: 42px;
  padding: 5px;
  margin: -12px -3px 0;
}
body .container .inline_coupon {
  margin-top: 1em;
}
body .container .inline_coupon .coupon {
  position: relative;
  float: left;
}
body .container .inline_coupon .coupon p {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right !important;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 20px;
}
body .container .inline_coupon .coupon form {
  float: left;
  width: 100%;
}
body .container .inline_coupon .coupon form button {
  float: right;
  width: calc(32.25806452%);
  margin-right: 5px !important;
  height: 30px;
  padding: 2px;
}
body .container .inline_coupon .head {
  float: left;
  width: 100%;
}
body .container .inline_coupon .head b,
body .container .inline_coupon .head span {
  float: left;
  line-height: 23px;
  margin-right: 10px;
}
body .container .inline_coupon .form-group {
  width: calc(33.33333333%);
  float: left;
  padding: 0 5px;
}
body .container .gtk {
  background: #f5f4f4;
  margin-top: 15px;
  padding: 5px;
  border: 2px solid #ee1065;
}
body .container .gtk .widget_title {
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  color: #ec1a67;
  font-weight: bold;
}
body .container .gtk .response.minified {
  font-size: 11px;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
body .container .gtk .response.minified .content_response {
  font-size: 11px !important;
}
body .container .container_block {
  position: relative;
}
body .container .container_block a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
body .container .container_block a .block_t {
  background-size: cover !important;
  min-height: 299px;
}
body .container .container_block a .block_t .block_name {
  padding: 5px 0 5px 10px;
  line-height: 16px;
}
body .container .container_block a .block_t .block_picture_min {
  width: 50%;
  padding: 0px 14px 0 10px;
  margin-bottom: 10px;
}
body .container .container_block a .block_t .block_picture_min img {
  width: 100%;
}
body .container .container_block a .block_t .block_text {
  font-family: 'trashhandregular';
  font-size: 29px;
  color: #ec1a67;
  padding: 0 0 0 10px;
  line-height: 17px;
  margin-top: 32px;
}
body .container .container_block a .block_t .block_text .block_w_loose {
  line-height: 46px;
}
body .container .container_block a .block_t .read_suite {
  font-size: 13px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-decoration: underline;
  padding: 0 10px;
}
body .container .widget_imc {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 2px solid #80B71B;
  background: rgba(128, 183, 27, 0.07);
}
body .container .widget_imc .custom-control-input:checked ~ .custom-control-indicator,
body .container .widget_imc .custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #80b71b;
  outline: 0;
}
body .container .widget_imc .card-block {
  padding: 0 10px;
  /*border: 1px solid #e6e6e6;*/
  border-top: 0;
  background: transparent;
}
body .container .widget_imc .card-header {
  background: transparent;
  font-size: 35px;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
  padding: 0 0 5px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-align: center;
  color: #80b71b;
  text-transform: uppercase;
  line-height: 39px;
  padding: 20px 0 0 0;
}
body .container .widget_imc .card-header o {
  font-weight: 100;
  font-size: 28px;
  font-family: 'trashhandregular';
  line-height: 40px;
}
body .container .widget_imc .form-group {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 24px;
}
body .container .widget_imc .form-groupde {
  font-size: 9px !important;
}
body .container .widget_imc .form-group .input-group-addon {
  /* width: 47px; */
  width: 50px;
  background: rgba(255, 255, 255, 0.68);
  color: #383838;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 11px;
  height: 30px;
}
body .container .widget_imc .form-group input,
body .container .widget_imc .form-group select {
  font-size: 13px;
  padding: 5px;
  margin:0;
  border-radius: 0;
  height: 30px;
}
body .container .widget_imc .btn {
  cursor: pointer;
  color: #fff;
  font-size:16px;
  background-color: #80B71B;
  border-color: #80B71B;
  border-radius: 0;
  margin-bottom: 4px;
  text-transform:uppercase;
  height:30px;
}
body .container .widget_feature {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body .container .widget_feature .card-block {
  padding: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body .container .widget_feature .card-block .card-title {
  margin-bottom: 5px;
  font-size: 23px;
}
body .container .widget_feature .card-block .card-title img {
  float: left;
  margin: 8px 10px 0 0;
  height: 45px;
}
body .container .widget_feature .card-block .card-text {
  font-size: 12px;
}
body .container .play_video {
  width: 100%;
}
body .container .plans {
  float: left;
  width: 100%;
}
body .container .plans ul.pagination {
  display: inherit;
}
body .container .plans ul.pagination li {
  padding: 5px 13px;
  background: #ee1065;
  color: white;
  margin: 0 2px;
  display: table-caption;
}
body .container .plans ul.pagination li.active {
  background: #ff86b4;
}
body .container .plans ul.pagination li a {
  color: white;
  font-size: 15px;
}
body .container .testimonials {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
body .container .testimonials .t_line {
  float: left;
  width: 100%;
}
body .container .testimonials .t_line .t_title {
  font-size: 15px;
  color: #ee1065;
  border-bottom: 2px solid #ee1065;
  width: 100%;
  float: left;
}
body .container .testimonials .t_line .t_city {
  width: 250px;
  float: left;
  color: #8e8e8e;
  padding: 5px 0;
  font-size: 14px;
}
body .container .testimonials .t_line .t_weight {
  width: 75px;
  float: right;
  color: #ffffff;
  padding: 0px 5px 0 0;
  background: #ee1065;
  text-align: center;
  font-size: 26px;
}
body .container .testimonials .t_line .t_weight .unity {
  font-size: 14px;
  float: right;
}
body .container .testimonials .t_line .t_content {
  float: left;
  width: 100%;
  padding: 5px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.84);
  text-align: justify;
}
body .container .testimonials .t_line .t_register_at {
  float: left;
  font-size: 12px;
  margin-bottom: 10px;
  color: grey;
  padding: 5px 0;
  width: 100%;
  text-align: right;
}
body .container .doctor_bg {
  background: #efeef4;
  color: #3e3e3e;
  margin: 0;
  border-top: 2px solid rgba(62, 62, 62, 0.2);
  border-bottom: 1px solid rgba(62, 62, 62, 0.2);
}
body .container .doctor_bg .doctor_review {
  font-size: 12px;
  font-family: sans-serif;
  /* padding: 20px; */
  padding: 16px;
  text-align: justify;
}
body .container .doctor_bg .doctor_review b {
  font-size: 13px;
}
body .container .doctor_bg .doctor_review p {
  margin: 0;
}
body .container .doctor_bg .doctor-picture {
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  padding: 10px 0;
}
body .container .doctor_bg .doctor-picture img {
  width: 100%;
}
body .container .good_bg {
  padding: 10px 0;
  color: #ee1065;
}
body .container .good_bg h2 {
  font-size: 20px;
}
body .container .good_bg h2 {
  font-size: 20px;
}
body .container .good_bg .doctor-picture-family img {
  width: 100%;
}
body .container .custom-control-indicator {
	display:inline-block;
  background-color: transparent;
  float: left;
}
body .container .custom-radio .custom-control-indicator {
  border-radius: 0;
  border: 2px solid #83bb44;
}
body .container .widget_review {
  border: 0;
}
body .container .widget_review a {
  color: #000;
  text-decoration: none;
}
body .container .widget_review a:hover {
  background: rgba(221, 221, 221, 0.22);
}
body .container img.position_review {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 215px;
  margin: 9px;
  background: #fff;
  padding: 4px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body .container .status_review {
  font-size: 30px;
  line-height: 23px;
}
body .container .count_review {
  padding: 5px;
  font-size: 13px;
  color: #fe8e0c;
}
body .container ul.good-reason {
  list-style-type: none;
  padding: 0;
  display: block;
  float: left;
  margin: 0;
}
body .container ul.good-reason li.gr-step {
  background: rgba(229, 229, 229, 0.52);
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
}
body .container ul.good-reason li.gr-step .gr-number {
  color: #ee1065;
  font-size: 30px;
  float: left;
  /* padding: 8px 10px 5px; */
  padding: 8px 4px 98px 10px;
  line-height: 27px;
}
body .container ul.good-reason li.gr-step .little {
  font-size: 18px;
}
body .container ul.good-reason li.gr-step .gr-description {
  font-size: 12px;
  font-family: sans-serif;
  padding: 5px;
  min-height: 105px;
  border: 1px solid lightgrey;
}
body .container .our_menus-picture img {
  margin-top: 12px;
  width: 100%;
}
body .container .aside-widget {
  margin-bottom: 10px;
}
body .container .imc-aside .card-block .col-lg-6 {
  width: 100% !important;
  max-width: 100% !important;
  flex: inherit;
}
body .container .imc-aside .widget_imc .card-header o {
  font-size: 23px !important;
  font-family: 'trashhandregular';
  line-height: 0px;
}
body .container #modalAvisVerifies .modal-dialog {
  max-width: 75% !important;
}
body .container #modalAvisVerifies .modal-dialog .modal-header {
  padding: 11px !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0 !important;
  z-index: 99;
}
body .container #modalAvisVerifies .modal-dialog .modal-body {
  padding: 0 !important;
}
body .container #modalAvisVerifies .modal-dialog .modal-body iframe {
  width: 100%;
  border: 0 !important;
  min-height: 700px;
}
body .container .programSelected .gender {
  color: #fff;
  padding: 5px;
  margin-bottom: 20px;
  min-width: 185px;
  text-align: center;
  border: 4px solid #e6e6e6;
}
body .container .programSelected .gender:hover {
  cursor: pointer;
  opacity: .8;
}
body .container .programSelected .sex_m {
  background: #00BCD4;
  float: left;
}
body .container .programSelected .sex_w {
  float: right;
  background: #E91E63;
}
body .container .programSelected .ps_event.inactive {
  color: rgba(32, 32, 32, 0.52);
  outline-color: rgba(0, 0, 0, 0.09);
}
body .container .programSelected .ps_w .description-program o {
  font-size: 13px;
  color: #ee1065;
  display: block;
  margin-top: 5px;
  text-align: justify;
}
body .container .programSelected .ps_m .description-program o {
  font-size: 13px;
  color: #0090a3;
  display: block;
  margin-top: 5px;
  text-align: justify;
}
body .container .wm_sex_2 {
  display: none;
}
body .container .mt-2.page-content {
  margin-top: 0px !important;
}
body .container .page-content {
  background: #f9f8f8;
}
body .container .page-content .page-title {
  color: #fff;
  padding: 7px;
  text-transform: uppercase;
  font-family: sans-serif;
  background: #8bc34a;
  text-align: center;
  margin: 0;
  font-size: 17px;
}
body .container .page-content .page-subtitle {
  background: #8bc34a;
  text-align: center;
  color: #fff;
  padding: 0 5px 10px;
  font-size: 14px;
  font-family: sans-serif;
  margin-bottom: 5px;
}
body.bt_page a.logo img {
  padding: 7px !important;
}
body.bt_page .callus-block {
  top: 10px;
}
body.bt_page .legacy {
  border: 0;
}
body.bt_page .noT {
  color: #919191;
  font-size: 13px;
}
body.bt_page .panel-login {
  padding: 15px 0;
}
body.bt_page .logo img {
  padding: 0;
  max-width: 190px;
  margin: 0 5px;
}
body.bt_page .nav-tabs {
  border-bottom: 0;
  margin-bottom: 10px;
  border-bottom: 5px solid #ec407a;
}
body.bt_page .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
}
body.bt_page .nav-tabs .nav-item .nav-link {
  text-transform: uppercase;
  border: 1px solid #e91e63;
  color: #e91e63;
}
body.bt_page .nav-tabs .nav-item .nav-link.active {
  background: #E91E63;
  color: #fff !important;
}
body.bt_page .form-group {
  margin-bottom: 0.3em;
}
body ul.icon-press {
  list-style-type: none;
  width: 100%;
  float: left;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body ul.icon-press li {
  display: inline-block;
  vertical-align: middle;
  width: 16%;
  float: left;
  text-align: center;
  height: 65px;
  padding: 5px 0;
}
body ul.icon-press li img {
  height: 100%;
  padding: 7px;
}
/*body footer {
  background: #811966;
}*/
body footer h5 {
  color: #fff;
  padding: 25px 0 13px 0;
}
body footer h1.title {
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  padding: 25px 0 5px 0;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
body footer p.subtitle {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.86);
  font-family: sans-serif;
  text-align: justify;
}
body footer p.subtitle a {
  color: #fff;
}
body footer .footerleft {
  margin-top: 50px;
  padding: 0 36px;
}
body footer .footerleft p {
  color: #fff;
  font-size: 12px !important;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
}
body footer .footerleft p i {
  width: 20px;
  color: #999;
}
body footer .logofooter {
  margin-bottom: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  background: #fff;
}
body footer .logofooter img {
  width: 100%;
  padding: 10px;
}
body footer .paddingtop-bottom {
  margin-top: 50px;
}
body footer .footer-ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 2px;
}
body footer .footer-ul i {
  margin-right: 10px;
}
body footer .footer-ul li {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 21px;
  text-indent: 0;
  font-family: sans-serif;
}
body footer .footer-ul li a {
  color: #fff;
}
body footer .social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
body footer .icon-ul {
  list-style-type: none !important;
  margin: 0px;
  padding: 0px;
}
body footer .icon-ul li {
  line-height: 75px;
  width: 100%;
  float: left;
}
body footer .icon {
  float: left;
  margin-right: 5px;
}
body footer .posts {
  margin-left: -5px;
}
body footer .posts .article {
  color: #fff;
  font-size: 11px;
  display: block;
  padding: 4px;
  text-decoration: none;
  text-align: justify;
  font-family: sans-serif;
}
body footer .posts .article:hover {
  text-decoration: underline;
}
body footer .posts .article .title {
  color: #FFF;
  font-size: 14px;
}
body footer .posts .article span {
  font-size: 10px;
  display: block;
  font-style: italic;
}
body .overflow-hidden {
  overflow: hidden !important;
}
body .copyright {
  min-height: 40px;
  /* background-color: #b20046; */
}
body .copyright p {
  text-align: left;
  color: #FFF;
  padding: 10px 0;
  margin-bottom: 0px;
}
body .copyright .copyright_n {
  font-size: 11px;
  text-align: left;
}
body .copyright .socials li a {
  text-decoration: none;
}
body .copyright .socials li a .social-icon {
  height: 22px;
  margin-right: 15px;
}
body .heading7 {
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
body .post p {
  font-size: 12px;
  color: #FFF;
  line-height: 20px;
}
body .post p span {
  display: block;
  color: #8f8f8f;
}
body .bottom_ul {
  list-style-type: none;
  float: right;
  margin-bottom: 0px;
}
body .bottom_ul li {
  float: left;
  line-height: 40px;
}
body .bottom_ul li a {
  color: #FFF;
  font-size: 12px;
}
body .footer-call {
  background: #8bc34a;
  color: #fff;
  padding: 0;
}
body .footer-call .callUsHead {
  font-size: 22px;
  text-align: center;
}
body .footer-call .left-block-callus {
  text-align: center;
  font-size: 17px;
  color: #FFD;
  width: 100%;
  display: block;
  background: #80ca29;
  margin: 5px 0;
  padding: 8px;
  border: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
}
body .footer-call .right-block-callus {
  font-size: 14px;
  text-align: center;
}
body .footer-call .right-block-callus br {
  display: none;
}
@media (min-width: 0px) and (max-width: 420px) {
  .nop {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 15px;
  }
  .fivecolumns .col-lg-2 {
    width: calc(50%) !important;
    padding: 0 5px;
  }
}
@media (max-width: 765px) {
  body .container .tab_program {
    float: left;
  }
  body .container .tab_program .item_tab {
    padding: 7px 10px;
    font-weight: 500;
    font-size: 20px;
    width: 50%;
    float: left;
    line-height: 23px;
  }
  body .container .band_pict,
  body .container .ico_text {
    display: none;
  }
  body .container .wh_block {
    max-height: 230px;
    margin-bottom: 15px;
    position: relative;
  }
  body .container .wh_block .bottom_pict {
    width: 180px;
    position: absolute;
    right: 0;
    top: 0;
  }
  body .container .wh_block .top_pict {
    float: left;
    width: 20%;
  }
  body .container .wh_block .top_title {
    text-align: left;
    font-size: 20px;
    position: absolute;
    z-index: 2;
    left: 20%;
    top: 25px;
  }
  body .container .wh_block .top_subtitle {
    text-align: left;
    font-size: 20px;
    position: absolute;
    z-index: 2;
    left: 20%;
    top: 37px;
    background: #fff;
    padding: 0px 5px 0 0;
  }
  body .container .mt-2-m {
    margin-top: 2em;
  }
  body .container .mt-1-m {
    margin-top: 1em;
  }
  body .container .no-p-m {
    padding: 0 !important;
  }
  body .container .mt-0-m {
    margin-top: 0 !important;
  }
  body .container .most_popularCorner.big {
    transform: initial !important;
    top: -14px !important;
    right: 10px !important;
    margin: auto;
    width: 50% !important;
    font-size: 12px !important;
    height: 22px !important;
    padding: 2px !important;
    text-transform: uppercase;
    border-radius: 0px;
    line-height: 18px;
  }
  body .container .most_popularCorner.big o {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  body .container .most_popularCorner.big br {
    display: none;
  }
  body .container .home .coupon {
    padding-top: 15px;
  }
  body .container .diet-program {
    outline: 2px solid #fc7a00;
    overflow: visible;
    height: auto;
    float: left;
    margin-bottom: 30px;
    position: relative;
  }
  body .container .diet-program.popular {
    margin-top: 35px !important;
    margin-bottom: 25px !important;
    outline: 3px solid #ee1065;
  }
  body .container .diet-program .btn-program {
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
  }
  body .container .diet-program .price-program {
    float: right;
    color: #5d5d5d !important;
    font-size: 1.3em !important;
    width: 20%;
    text-align: left;
    margin-top: -9px;
  }
  body .container .diet-program .price-program b {
    font-size:0.6em !important;
  }
  body .container .diet-program .price-program i {
    display: block;
    margin-top: -23px;
    margin-right: 0 !important;
  }
  body .container .diet-program .description-program {
    display: block !important;
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 5px;
    background: transparent !important;
    border: 0 !important;
    text-align: left !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #525252 !important;
  }
  body .container .diet-program .description-program o {
    display: none !important;
  }
  body .container .diet-program .title-program {
    text-align: left;
    float: left;
    width: 65%;
    font-size: 0.8em !important;
  }
  body .container .diet-program .title-program o {
    display: initial !important;
    font-size: 2.1em !important;
  }
  body .container .diet-program .title-program br {
    display: none;
  }
  body .container .diet-program .subtitle-program {
    float: left;
    width: 15%;
    text-align: right;
    font-size: 12px !important;
    padding-right: 3px;
  }
  body .container .breadcrumb > a::before {
    top: 0;
    left: 0;
    right: 0;
    margin: 8px auto;
    color: #ec407a;
  }
  body .container .breadcrumb > a {
    position: relative;
    text-indent: -999px !important;
    color: transparent;
  }
  body .container .no-padding-left {
    padding-left: 15px;
  }
  body .container .coupon {
    margin-top: 0;
    border: 0 !important;
  }
  body .container .footer-ul li {
    line-height: 18px;
    text-indent: 0 !important;
  }
  body .container .bottom_ul {
    margin: 0;
    float: inherit;
    padding: 5px !important;
  }
  body .container ul.bottom_ul.socials .spr {
    zoom: .6;
  }
  body footer h1.title {
    font-size: 15px;
    text-align: left;
    line-height: 17px;
  }
}
@media (max-width: 380px) {
  body,
  footer {
    background: #f3f3f3 !important;
  }
  footer *,
  .copyright p {
    color: #545454 !important;
  }
  .icon_press {
    background: #383838;
  }
  .carousel-item .img-fluid {
    height: 196px !important;
  }
  .program-header {
    font-size: 13px !important;
    margin: 0 !important;
  }
  .callToUs {
    padding: 10px 0 !important;
    width: 82px !important;
    font-size: 13px !important;
  }
  .callToUs o {
    float: inherit;
  }
  .widget_review {
    margin-top: 5px;
  }
  .widget_review .card-block {
    height: 115px;
  }
  .alert-aks {
    font-size: 14px !important;
  }
}
@media (min-width: 1px) and (max-width: 768px) {
  .col-xs-12.flex-last {
    width: 100% !important;
  }

  .aside_title {
    transform: initial !important;
    border: 0 !important;
    width: inherit !important;
    height: inherit !important;
    padding: 0px !important;
    margin: 0 !important;
    background: transparent !important;
    float: right !important;
    text-align: right;
  }

  .aside_title * {
    font-size: 16px !important;
    transform: initial !important;
    line-height: 20px !important;
  }

  .alert-aks {
    padding: 10px 10px 15px 10px;
  }

  body .container .widget_imc .card-header {
    font-size: 35px;
  }

  @media (max-width: 320px) {
    .carousel-item .img-fluid {
      height: 168px !important;
    }

    .callToUs {
      width: 50px !important;
      font-size: 1px !important;
    }

    .callToUs o {
      float: inherit !important;
    }
  }
  @media (min-width: 745px) and (max-width: 992px) {
    .banner_price {
      padding-bottom: 0;
    }

    .banner_price .nop {
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 50% !important;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important;
      max-width: 50% !important;
      margin-bottom: 15px;
    }
  }
  @media (min-width: 0px) and (max-width: 744px) {
    .banner_price {
      padding-bottom: 0;
    }

    .banner_price .nop {
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 992px) {
    .mainNavInTopMobile #containerNavbarCenter {
      position: fixed;
      z-index: 999;
      left: 0;
      right: 0;
      top: 110px;
      background: #fff;
    }

    body.bt_page .col-md-6.flex-last {
      width: 48%;
      float: left;
      flex: initial !important;
    }

    body footer .container {
      padding-bottom: 0 !important;
    }

    body .container {
      padding-bottom: 15px !important;
    }

    body .container .coupon form .form-group {
      margin-bottom: 10px;
    }

    body .container .mixedHead {
      font-size: 18px;
    }

    body .container .selection_banner {
      position: absolute !important;
      bottom: 0;
      right: 0;
    }

    body .container .selection_banner .checkboxSelec {
      right: 19px !important;
      left: inherit !important;
      bottom: 19px !important;
    }

    body .container .banner_price {
      border: 0;
    }

    body .container .big_head {
      font-size: 30px;
    }

    body .container .day_block {
      margin-bottom: 15px;
    }

    body .container .band {
      margin-top: 2em !important;
    }

    body .container .band .band_pict img {
      right: 0 !important;
      left: inherit !important;
    }

    body .container .band .ico_text {
      right: 10px !important;
      left: inherit !important;
    }

    body .container .big_subhead {
      line-height: 20px;
    }

    body .container .lw_lr {
      background: rgba(255, 255, 255, 0.79);
    }

    body .container .lw_ll {
      overflow: hidden;
    }

    body .container .lw_ll img {
      margin-left: -165px;
    }

    body .container .reduction_banner {
      position: absolute;
      top: -25px;
      right: -57px;
      transform: rotate(29deg);
      width: 223px;
      height: 80px;
    }

    body .container .reduction_banner span {
      color: transparent;
    }

    body .container .reduction_banner span b {
      color: #fff;
      position: absolute;
      top: 19px;
      right: 59px;
      font-size: 37px;
      transform: rotate(-29deg);
    }

    body .container .reduction_banner span b em {
      font-size: 19px;
      float: right;
    }

    body .container .offer_card {
      min-height: 140px !important;
    }

    body .container .offer_card.most_popular {
      border-color: #ee1065 !important;
      border-top-width: 4px;
    }

    body .container .offer_card .title {
      text-align: left;
      padding-left: 15px;
      line-height: 19px;
    }

    body .container .offer_card .title .subtitle {
      font-style: normal;
      color: #6f6f6f;
      font-size: 11px !important;
      font-weight: bold !important;
    }

    body .container .offer_card .description {
      padding: 0 0 0 15px !important;
      text-align: left;
      font-size: 18px !important;
    }

    body .container .offer_card .price_total {
      width: calc(33.33333333%);
      float: left;
      text-align: right;
      font-size: 24px;
      color: #fc7a00;
    }

    body .container .offer_card .price_reduction {
      width: calc(33.33333333%);
      float: left;
      color: #8d8d8d !important;
      text-align: right;
    }

    body .container .offer_card .selection_banner {
      width: calc(33.33333333%);
      float: right;
      height: 40px !important;
    }

    body .container .help_section_content {
      padding: 0 !important;
    }

    body .container .help_section_content p o {
      text-align: left;
      font-size: 22px;
    }

    body .container .inline_bk_how {
      text-align: center;
    }

    body .container .inline_bk_how .icon_circle {
      margin: 5px auto 5px !important;
      display: block;
      float: inherit !important;
    }

    body .container .head-picture.our_menus {
      background: none;
      min-height: initial;
    }

    body .container .picto_bottom {
      margin: 1em 0 0 0;
    }

    body .container .head-picture-description {
      width: 100% !important;
    }

    body .container h3.category_menu span {
      font-size: 17px;
      display: none;
    }

    body .container .min_title {
      text-align: center;
      font-size: 21px !important;
    }

    body .container .min_text {
      text-align: center;
    }

    body .container .head-picture-title {
      font-size: 31px !important;
      color: #ee1065 !important;
      line-height: 33px !important;
      padding: 7px 0 0 13px !important;
      font-family: 'trashhandregular';
    }

    body .container .head-picture-description {
      display: none;
    }

    body .container .widget_feature .card-block .card-title {
      text-align: right;
      font-size: 10px !important;
      margin-top: 0px !important;
      line-height: 11px;
    }

    body .container .widget_feature .card-block .card-title img {
      margin: 8px 10px 7px 0;
      width: 100%;
      height: auto;
    }

    body .container .picto-text {
      font-size: 12px;
    }

    body .container .picto-text b {
      font-size: 16px !important;
    }

    body .container .flex-first.basket_aside {
      -webkit-box-ordinal-group: 0;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      margin: 7px;
    }

    body .container .program-header {
      margin-bottom: 0px;
      font-size: 19px;
    }

    body .container .no-margin {
      margin-left: -15px;
      margin-right: -15px;
    }

    body .container header .spacedown-md {
      background: #ffffff !important;
      margin-left: 0;
      margin-right: 0;
    }

    body .container a.logo {
      border: 0 !important;
      min-width: 180px !important;
      box-shadow: none !important;
      width: 100%;
    }

    body .container a.logo img {
      margin: 0;
      padding: 0 !important;
      position: absolute;
      max-width: 170px;
      width: 100%;
      z-index: 99;
      top: 0px;
      left: 5px;
    }

    body .container ul.navbar-nav.topnavbar li a {
      color: rebeccapurple !important;
    }

    body .container .carousel-item {
      height: auto;
    }

    body .container .diet-program {
      margin-top: 15px;
    }

    body .container .diet-program .title-program {
      font-size: 23px;
      top: 0px;
    }

    body .container .diet-program .title-program o {
      font-size: 38px;
      line-height: 42px;
    }

    body .container .diet-program .subtitle-program {
      font-size: 14px;
    }

    body .container .diet-program .price-program {
      font-size: 40px;
      font-weight: 500;
      line-height: 38px;
      margin-bottom: -13px;
    }

    body .container .diet-program .description-program {
      font-size: 11px;
      display: none;
    }

    body .container .content_announcement {
      font-size: 14px;
      line-height: 20px;
    }

    body .container .mainNavInTopMobile {
      display: block !important;
    }

    body .container .carousel-item .img-fluid {
      height: 335px;
    }

    body .container .legacy {
      margin-top: 33px;
      margin-bottom: 15px;
    }

    body .container .logo i {
      display: none;
    }

    body .container .popular {
      outline: 2px solid #ee1065;
    }

    body .container .most_popularCorner.big {
      width: 75px;
      height: 75px;
      font-size: 10px;
    }

    body .container .most_popularCorner.big o {
      font-size: 22px;
      line-height: 3px;
    }

    body .container .logo {
      max-width: 185px;
    }

    body .container .logo i {
      left: 110px;
      top: 50px;
    }

    body .container .avis-verifies {
      display: none;
    }

    body .container .navbar-collapse ul li {
      text-align: right;
      border-bottom: 1px solid rgba(102, 51, 153, 0.23);
      padding: 5px;
    }

    body .container .navbar-collapse ul li a {
      font-size: 16px !important;
    }

    body .container .navbar-collapse ul li:after {
      display: none;
    }

    body .container .alert-aks,
    body .container header {
      margin-left: -15px;
      margin-right: -15px;
    }

    body .container .go-div {
      padding: 10px;
    }

    body .container .go-div .gs-ico {
      width: 43px;
      height: 43px;
    }

    body .container .go-div .gs-text {
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
    }

    body .container .go-div .gs-text b {
      left: 37px;
      top: 4px;
      font-size: 12px;
    }

    body .container .allPress img {
      width: 100%;
      padding: 10px;
    }

    body .container a.nav-link br {
      display: none;
    }

    body .container .bgImg {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 0;
      height: 100%;
    }

    body .container .bgImg img {
      position: absolute;
      top: 0;
      left: 0;
      height: 275px;
    }

    body .container .fivecolumns {
      padding: 0 5px 0 0;
    }

    body .container .row.fivecolumns .col-lg-2 {
      width: calc(33.33333333%);
      padding: 0 5px;
    }

    body .container .area_pad {
      padding-top: 10px;
    }

    body.bt_page .legacy {
      margin-top: 60px !important;
      background: transparent !important;
    }

    body.bt_page .navbar-toggler {
      display: none;
    }

    body.bt_page a.callToUs {
      right: 0;
    }
  }
  @media (min-width: 420px) and (max-width: 576px) {
    .nop {
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 50% !important;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important;
      max-width: 50% !important;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 576px) {
    .block_picture_min {
      width: 45% !important;
    }

    .no-padding-xs {
      padding: 0 !important;
    }

    .block_text {
      font-size: 30px;
      margin-top: 0px;
    }

    .block_text * {
      line-height: 19px !important;
      padding: 7px;
    }

    .read_suite {
      position: initial !important;
      padding: 15px !important;
    }

    .container_block {
      margin-bottom: 10px;
      padding: 0 !important;
    }

    .block_w_loose {
      padding: 0 !important;
      margin: 6px 0;
    }
  }
  /**
   * Menu overview.
   */
  .c-menu {
    position: fixed;
    z-index: 200;
    background-color: #ffffff;
    transition: transform 0.3s;
  }

  .c-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /**
   * Close button resets.
   */
  .c-menu__close {
    color: #fff;
    background-color: #553684;
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }

  /**
   * Close button resets.
   */
  .c-menu__close:focus {
    outline: none;
  }

  /**
   * Body states.
   *
   * When a menu is active, we want to hide the overflows on the body to prevent
   * awkward document scrolling.
   */
  body.has-active-menu {
    overflow: hidden;
  }

  /**
   * Mask component
   */
  .c-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  }

  .c-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.3s;
  }

  .c-menu--slide-left,
  .c-menu--slide-right,
  .c-menu--push-left,
  .c-menu--push-right {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }

  @media all and (min-width: 320px) {
    .c-menu--slide-left,
    .c-menu--slide-right,
    .c-menu--push-left,
    .c-menu--push-right {
      width: 255px;
    }
  }
  .c-menu--slide-left .c-menu__item,
  .c-menu--slide-right .c-menu__item,
  .c-menu--push-left .c-menu__item,
  .c-menu--push-right .c-menu__item {
    display: block;
    text-align: center;
    border-top: solid 1px #dedede;
  }

  .c-menu--slide-left .c-menu__item:first-child,
  .c-menu--slide-right .c-menu__item:first-child,
  .c-menu--push-left .c-menu__item:first-child,
  .c-menu--push-right .c-menu__item:first-child {
    border-top: none;
  }

  .c-menu--slide-left .c-menu__item:last-child,
  .c-menu--slide-right .c-menu__item:last-child,
  .c-menu--push-left .c-menu__item:last-child,
  .c-menu--push-right .c-menu__item:last-child {
    border-bottom: none;
  }

  .c-menu--slide-left .c-menu__link,
  .c-menu--slide-right .c-menu__link,
  .c-menu--push-left .c-menu__link,
  .c-menu--push-right .c-menu__link {
    display: block;
    padding: 10px 15px 10px 0;
    color: #000;
    text-align: right;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
  }

  .c-menu--slide-left .c-menu__close,
  .c-menu--slide-right .c-menu__close,
  .c-menu--push-left .c-menu__close,
  .c-menu--push-right .c-menu__close {
    display: block;
    padding: 12px 24px;
    width: 100%;
  }

  .c-menu--slide-right,
  .c-menu--push-right {
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  @media all and (min-width: 320px) {
    .c-menu--slide-right,
    .c-menu--push-right {
      transform: translateX(255px);
    }
  }
  .c-menu--slide-right.is-active,
  .c-menu--push-right.is-active {
    transform: translateX(0);
  }

  div#c-button--slide-right {
    padding: 20px 0;
    line-height: 55px;
    margin-bottom: -39px;
    text-transform: uppercase;
    font-weight: bold;
    color: #553684;
  }

  a.c-menu__link br {
    display: none;
  }

  a.c-menu__link.client-space {
    background: #ee1065;
    color: white;
  }

  nav#c-menu--slide-right {
    border-left: 1px solid #5e5e5e;
  }

  /* Dropdown Button */
  .dropbtn {
    background-color: transparent;
    color: white;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    border: none;
    cursor: pointer;
  }

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #b1b1b1;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }

  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {
    display: block;
  }

  /*
  -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  */
  div#cookie_disclaimer {
    position: fixed;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.97);
    z-index: 88;
    bottom: 0;
    padding: 15px;
  }

  div#cookie_disclaimer div {
    max-width: 960px;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: 12px;
  }

  div#cookie_disclaimer div span#cookie_stop {
    float: right;
    background: #464646;
    padding: 3px 10px;
    cursor: pointer;
    margin-top: -11px;
  }

  .tab_program {
    border-bottom: 2px solid #ee1065;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .tab_program.w {
    border-bottom: 2px solid #ee1065;
  }

  .tab_program.w .sex_m {
    border-bottom: 0;
  }

  .tab_program.m {
    border-bottom: 2px solid #7e137f;
  }

  .tab_program.m .sex_w {
    border-bottom: 0;
  }

  .tab_program.m .sex_m {
    border-right: 2px solid #7e137f !important;
    border-top: 2px solid #7e137f !important;
    border-left: 2px solid #7e137f !important;
    border-bottom: 0;
  }

  .tab_program .item_tab {
    display: inline-block;
    border: 0;
    padding: 7px 18px;
    border-bottom: 2px solid #ee1065;
    margin-bottom: -2px;
    cursor: pointer;
    font-weight: 500;
    font-size: 23px;
  }

  .tab_program .item_tab.active {
    border: 2px solid #ee1065;
    border-bottom: 3px solid #f9f8f8;
    margin-bottom: -2px;
  }

  .tab_program .item_tab:hover {
    color: black;
  }

  .tab_program .item_tab o {
    font-family: 'trashhandregular';
    font-size: 25px;
    font-weight: normal;
  }

  .women_color {
    color: #ee1065;
  }

  .men_color {
    color: #7e137f;
  }

  .head_sex:not(.active) {
    display: none;
  }

  .head_sub_title {
    padding-bottom: 12px;
    line-height: 23px;
    font-weight: 500;
    color: #5c5c5c;
  }

  .head_title {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 42px;
    padding-top: 16px;
    color: #5c5c5c;
  }

  .program_list {
    padding-bottom: 20px;
  }

  h3.cja_rose b,
  h3.cja_rose b o {
    font-size: 22px !important;
    display: inline !important;
  }

  li.c-menu__item.program_discover * {
    background: #f58129;
    color: #fff !important;
  }
}

/*Ajout Chris Novembre 2019 */

body .container .head-picture.our_menus .nutriscore {
  position:absolute;
  width: 156px;
  height:171px;
  background-image:url(/images/banniere/nutriscore.png);
  background-size:cover;
  z-index:99;
  top:0;
  left:0;
}

body .container .head-picture.our_menus .logo-ffr {
  position:absolute;
  width: 102px;
  height:104px;
  background-image:url(/images/banniere/logo-ffr.png);
  background-size:cover;
  z-index:99;
  top:0;
  left:358px;
}

body .container .head-picture.our_menus ul  {
    position:absolute;
    z-index:99;
    top:0;
    right:26px;
    list-style-type: none;
    font-size:20px;
    line-height: 22px;
}
body .container .head-picture.our_menus ul:before {
    content: "";
  background-image:url(/images/banniere/arrow-down.png);
  background-size:cover;
    width: 44px;
    height: 54px;
    z-index: -1;
    position: absolute;
    left: 9px;
    top: 12px;
    border-radius: 4px;
}

body .container .head-picture.our_menus ul li {
  background: #fff200;
  padding: 2px;
  margin-bottom: 3px;
  font-size: 12px;
  display: inline-block;
  text-align: right;
  margin-right: -20px;
  font-weight: 500;
  line-height: 19px;
  margin-top: 6px;
}

body .container .head-picture.our_menus ul li:before {
    content: "";
    background: #fff200;
    width: 17px;
    height: 17px;
    z-index: -1;
    position: absolute;
    left: 32px;
    margin-top: 1px;
    transform: rotate(45deg);
    border-radius: 4px;
}

@media (max-width: 768px) and (min-width: 1px) {
  .body .container .head-picture.our_menus ul {
    display:none;
  }
}

.pastille_de_1 {

	width: 90%;
    font-size: 12px;
    font-weight:bold;
    padding: 10px 0;
    background: #811966;
    z-index: 99;
    color:#FFF;
    line-height: 12px;
    text-align: center;
    margin: 0 auto 20px;
	text-transform: uppercase;
	position:relative;

}
.pastille_de_1:after {
	content: "";
    position: absolute;
    border: 1px solid #811966;
    width: 102%;
    height: 125%;
    top: -13%;
    left: -1%;
}