html {
  height: 100%; }

body {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1.6rem !important;
  color: #373737 !important;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* General */
h1, h2, h3 {
  font-family: inherit;
  font-weight: 900; }

input, button, select {
  border: none; }

input:focus, button:focus, select:focus {
  outline: none; }

input {
  padding: 10px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

strong {
  font-weight: 700; }

::-webkit-input-placeholder {
  color: #373737;
  font-weight: 700; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #373737;
  font-weight: 700; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #373737;
  font-weight: 700; }

:-ms-input-placeholder {
  color: #373737;
  font-weight: 700; }

.w1440 {
  max-width: 1380px; }

.w1280 {
  max-width: 1200px; }

.w960 {
  max-width: 960px; }

.cta,
.fancybox-inner .form-submit {
  background: #f6a318;
  border: none;
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .cta:hover,
  .cta:focus,
  .fancybox-inner .form-submit:hover, .fancybox-inner .form-submit:focus {
    background: #f7b039;
    color: #fff; }
  .cta:active,
  .fancybox-inner .form-submit:active {
    background: #e39209;
    color: #fff; }

.fancybox-loading {
  height: 100px !important;
  width: 100px !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important; }

.color {
  color: #f6a318; }
  .color:hover {
    color: #f6a318; }

.bold {
  font-weight: 700; }

a {
  outline: none; }

/* IE SVG patch */
.ie9 img[src$=".svg"] {
  width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; } }

/* Hover effect */
figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width: 100%; }
  figure img {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%; }
  figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  figure figcaption,
  figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*---------------*/
/***** Jazz *****/
/*---------------*/
figure.effect-jazz {
  background: -webkit-linear-gradient(-45deg, #000 0%, #000 100%);
  background: linear-gradient(-45deg, #000 0%, #000 100%); }

figure.effect-jazz img {
  opacity: 0.9; }

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

figure.effect-jazz h2,
figure.effect-jazz h3,
figure.effect-jazz p {
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1); }

figure.effect-jazz h2,
figure.effect-jazz h3 {
  align-items: center;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  text-transform: uppercase;
  margin: 0 auto; }

figure.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0; }

.grosplan.slick-slide {
  margin: 6px 0; }
  .grosplan.slick-slide .mobile {
    display: none; }
  .grosplan.slick-slide a:hover img {
    opacity: .7; }
  .grosplan.slick-slide figcaption {
    padding: 1em;
    display: flex !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important; }
  .grosplan.slick-slide .info {
    width: 100%;
    font-weight: 900;
    text-shadow: 0px 1px 0px #1e1e1e;
    white-space: normal; }
    .grosplan.slick-slide .info h3 {
      font-size: 3.6rem;
      text-align: center; }

.home_slideshow {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute !important; }
  .home_slideshow .home_slideshow__slide-img {
    width: 100%; }

.home_slideshow__slide {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden; }

.home_slideshow--has-kenBurnsFx {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/* Homepage */
.logged-in #header.home {
  margin: 0; }
  .logged-in #header.home .toppy {
    top: 0; }

.front #header.home .toppy .block-menu {
  position: absolute;
  right: 0; }

.front #header.home,
.page-node #header.home,
#header.home.pro {
  /*background: url('../images/homefond.jpg') no-repeat center;*/
  -webkit-background-size: cover;
  background-size: cover;
  height: 750px; }
  #header.home.acti{
    height: 450px;
  }
  .front #header.home .layer,
  .page-node #header.home .layer,
  #header.home.pro .layer {
    z-index: 1; }
  .front #header.home .toppy,
  .page-node #header.home .toppy,
  #header.home.pro .toppy {
    position: fixed;
    background: none;
    border: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); }
    .front #header.home .toppy #logo,
    .page-node #header.home .toppy #logo,
    #header.home.pro .toppy #logo {
      width: auto; }
    .front #header.home .toppy .block-menu,
    .page-node #header.home .toppy .block-menu,
    #header.home.pro .toppy .block-menu {
      background: none; }
      .front #header.home .toppy .block-menu .navbar-nav ul,
      .page-node #header.home .toppy .block-menu .navbar-nav ul,
      #header.home.pro .toppy .block-menu .navbar-nav ul {
        padding: 0; }
      .front #header.home .toppy .block-menu .navbar-nav li a,
      .page-node #header.home .toppy .block-menu .navbar-nav li a,
      #header.home.pro .toppy .block-menu .navbar-nav li a {
        border: none;
        color: #fff;
        font-weight: 700;
        border-bottom: 1px solid transparent; }
        .front #header.home .toppy .block-menu .navbar-nav li a:hover,
        .page-node #header.home .toppy .block-menu .navbar-nav li a:hover,
        #header.home.pro .toppy .block-menu .navbar-nav li a:hover {
          background: none;
          border-bottom: 1px solid #fff; }
      .front #header.home .toppy .block-menu .checkout_cart a,
      .page-node #header.home .toppy .block-menu .checkout_cart a,
      #header.home.pro .toppy .block-menu .checkout_cart a {
        color: #fff;
        border-bottom: 1px solid transparent;
        padding: 20px 0 20px 35px; }
        .front #header.home .toppy .block-menu .checkout_cart a:hover,
        .page-node #header.home .toppy .block-menu .checkout_cart a:hover,
        #header.home.pro .toppy .block-menu .checkout_cart a:hover {
          background: none; }

.menu-container {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
  text-align: center;
  text-shadow: 0px 3px 3px 0px #cccccc;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.univers-mobile {
  display: none;
  padding: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 900; }
  .univers-mobile:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    line-height: 2;
    transform: translateY(-25%); }

.menu-dropdown-icon:before {
  font-family: "FontAwesome";
  content: "\f107";
  display: none;
  cursor: pointer;
  float: right;
  padding: 10px 15px;
  color: #373737;
  font-size: 20px;
  font-weight: 700; }

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .menu > ul:before,
  .menu > ul:after {
    content: "";
    display: table; }
  .menu > ul:after {
    clear: both; }
  .menu > ul > li {
    display: inline-block;
    padding: 0;
    margin: 0; }
    .menu > ul > li a {
      font-size: 16px;
      text-decoration: none;
      padding: 15px;
      display: inline-block;
      color: #fff; }
    .menu > ul > li a.title {
      font-size: 20px;
      font-weight: 900; }
      .menu > ul > li a.title:after {
        font-family: "FontAwesome";
        content: "\f107";
        padding: 0 0 0 10px; }
    .menu > ul > li a.title.active {
      background-color: #007b88 !important; }
    .menu > ul > li a.title.eau {
      background: url("../images/icone-eau-white.svg") no-repeat center;
      background-position: 10px 50%;
      background-size: 40px; }
      .menu > ul > li a.title.eau:hover {
        background-color: #007b88; }
      .menu > ul > li a.title.eau span {
        padding-left: 45px; }
    .menu > ul > li a.title.air {
      background: url("../images/icone-air-white.svg") no-repeat center;
      background-position: 10px 50%;
      background-size: 40px; }
      .menu > ul > li a.title.air:hover {
        background-color: #007b88; }
      .menu > ul > li a.title.air span {
        padding-left: 45px; }
    .menu > ul > li a.title.terre {
      background: url("../images/icone-terre-white.svg") no-repeat center;
      background-position: 10px 50%;
      background-size: 40px; }
      .menu > ul > li a.title.terre:hover {
        background-color: #007b88; }
      .menu > ul > li a.title.terre span {
        padding-left: 45px; }
    .menu > ul > li a.title.neige {
      background: url("../images/icone-neige-white.svg") no-repeat center;
      background-position: 10px 50%;
      background-size: 40px; }
      .menu > ul > li a.title.neige:hover {
        background-color: #007b88; }
      .menu > ul > li a.title.neige span {
        padding-left: 45px; }
    .menu > ul > li a.title.urban {
      background: url("../images/icone-urban-white.svg") no-repeat center;
      background-position: 10px 50%;
      background-size: 40px; }
      .menu > ul > li a.title.urban:hover {
        background-color: #007b88; }
      .menu > ul > li a.title.urban span {
        padding-left: 45px; }
    .menu > ul > li a.title.insolite {
      background: url("../images/icone-insolite-white.svg") no-repeat center;
      background-position: 10px 50%;
      background-size: 40px; }
      .menu > ul > li a.title.insolite:hover {
        background-color: #007b88; }
      .menu > ul > li a.title.insolite span {
        padding-left: 45px; }
    .menu > ul > li .subtitle {
      color: #373737;
      font-size: 20px;
      font-weight: 900; }
      .menu > ul > li .subtitle:after {
        content: "";
        display: block;
        border-bottom: 3px solid #007b88;
        width: 30px;
        padding-top: 5px; }
    .menu > ul > li > ul.mega_content {
      -webkit-box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7);
      -moz-box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7);
      box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7); }
      .menu > ul > li > ul.mega_content li, .menu > ul > li > ul.mega_content ul {
        margin: 0; }
    .menu > ul > li > ul {
      display: none;
      width: 100%;
      background: #fff;
      padding: 30px 10%;
      position: absolute;
      z-index: 99;
      left: 0;
      margin: 0;
      list-style: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .menu > ul > li > ul:before,
      .menu > ul > li > ul:after {
        content: "";
        display: table; }
      .menu > ul > li > ul:after {
        clear: both; }
      .menu > ul > li > ul > li {
        margin: 0;
        padding-bottom: 0;
        list-style: none;
        font-size: 12px;
        width: 25%;
        background: none;
        float: left;
        text-align: left; }
        .menu > ul > li > ul > li a {
          color: #373737;
          font-weight: 700;
          padding: .2em 0;
          width: 95%;
          display: block; }
          .menu > ul > li > ul > li a:hover {
            color: #007b88; }
        .menu > ul > li > ul > li > ul {
          display: block;
          padding: 0;
          margin: 10px 0 0;
          list-style: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .menu > ul > li > ul > li > ul:before,
          .menu > ul > li > ul > li > ul:after {
            content: "";
            display: table; }
          .menu > ul > li > ul > li > ul:after {
            clear: both; }
          .menu > ul > li > ul > li > ul > li {
            float: left;
            width: 100%;
            margin: 0;
            font-size: .8em;
            list-style-type: disc;
            color: #ccc; }
            .menu > ul > li > ul > li > ul > li a {
              border: 0; }
      .menu > ul > li > ul.normal-sub {
        width: 300px;
        left: auto;
        padding: 10px 20px; }
        .menu > ul > li > ul.normal-sub > li {
          width: 100%; }
          .menu > ul > li > ul.normal-sub > li a {
            border: 0;
            padding: 1em 0; }

.menu.topmenu .univers-mobile {
  display: block;
  background: none;
  padding: 20px 0;
  margin: 0px 10px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  -moz-border-radius: 0;
  border-radius: 0; }
  .menu.topmenu .univers-mobile:hover, .menu.topmenu .univers-mobile:focus {
    color: #fff;
    border-color: #fff; }
  .menu.topmenu .univers-mobile:after {
    font-size: 12px;
    float: none;
    margin-left: 10px; }

.menu.topmenu .menu-dropdown-icon:before {
  display: block; }

.menu.topmenu {
  min-width: 228px; }
  .menu.topmenu > ul {
    display: none;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    -o-column-count: 4;
    column-count: 4; }
    .menu.topmenu > ul .menu-dropdown-icon::before {
      display: none; }
    .menu.topmenu > ul > li {
      display: block;
      width: auto;
      float: none;
      margin-bottom: 10px;
      text-align: left;
      border: none; }
      .menu.topmenu > ul > li a {
        padding: 0;
        width: 100%;
        display: block;
        color: #373737; }
      .menu.topmenu > ul > li a.title {
        font-size: 18px;
        font-weight: 900;
        pointer-events: none; }
        .menu.topmenu > ul > li a.title:after {
          display: none; }
      .menu.topmenu > ul > li > ul.mega_content {
        box-shadow: inherit;
        padding: 0 30px; }
      .menu.topmenu > ul > li a.title.active {
        background-color: #fff !important; }
      .menu.topmenu > ul > li a.title.eau {
        background: url("../images/icone-eau-hover.svg") no-repeat center;
        background-position: 10px 50%;
        background-size: 25px; }
        .menu.topmenu > ul > li a.title.eau:hover {
          background-color: #eee !important; }
        .menu.topmenu > ul > li a.title.eau span {
          padding-left: 40px; }
      .menu.topmenu > ul > li a.title.air {
        background: url("../images/icone-air-hover.svg") no-repeat center;
        background-position: 10px 50%;
        background-size: 25px; }
        .menu.topmenu > ul > li a.title.air:hover {
          background-color: #eee !important; }
        .menu.topmenu > ul > li a.title.air span {
          padding-left: 40px; }
      .menu.topmenu > ul > li a.title.terre {
        background: url("../images/icone-terre-hover.svg") no-repeat center;
        background-position: 10px 50%;
        background-size: 25px; }
        .menu.topmenu > ul > li a.title.terre:hover {
          background-color: #eee !important; }
        .menu.topmenu > ul > li a.title.terre span {
          padding-left: 40px; }
      .menu.topmenu > ul > li a.title.neige {
        background: url("../images/icone-neige-hover.svg") no-repeat center;
        background-position: 10px 50%;
        background-size: 25px; }
        .menu.topmenu > ul > li a.title.neige:hover {
          background-color: #eee !important; }
        .menu.topmenu > ul > li a.title.neige span {
          padding-left: 40px; }
      .menu.topmenu > ul > li a.title.urban {
        background: url("../images/icone-urban-hover.svg") no-repeat center;
        background-position: 10px 50%;
        background-size: 25px; }
        .menu.topmenu > ul > li a.title.urban:hover {
          background-color: #eee !important; }
        .menu.topmenu > ul > li a.title.urban span {
          padding-left: 40px; }
      .menu.topmenu > ul > li a.title.insolite {
        background: url("../images/icone-insolite-hover.svg") no-repeat center;
        background-position: 10px 50%;
        background-size: 25px; }
        .menu.topmenu > ul > li a.title.insolite:hover {
          background-color: #eee !important; }
        .menu.topmenu > ul > li a.title.insolite span {
          padding-left: 40px; }
      .menu.topmenu > ul > li > ul {
        position: relative;
        display: block; }
        .menu.topmenu > ul > li > ul.normal-sub {
          width: 100%; }
        .menu.topmenu > ul > li > ul > li {
          float: left;
          width: 100%; }
          .menu.topmenu > ul > li > ul > li:first-child {
            margin: 0; }
          .menu.topmenu > ul > li > ul > li a {
            padding: 0; }
          .menu.topmenu > ul > li > ul > li > ul {
            position: relative; }
            .menu.topmenu > ul > li > ul > li > ul > li {
              float: none; }
  .menu.topmenu .show-on-mobile {
    display: block;
    position: absolute;
    left: 0;
    z-index: 99;
    background: #fff;
    padding: 50px 10%;
    -webkit-box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7);
    -moz-box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7);
    box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7); }

.front .flexyhome {
  height: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.front #main .prefooter {
  margin-top: 0; }

#header.home {
  -webkit-background-size: cover;
  background-size: cover;
  height: 450px;
  position: relative;
  top: 0;
  width: 100%; }
  #header.home .flexy {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
    z-index:3; }

#header.home.pro {
  background: url("../images/pro/photo-pro.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  height: auto;
  -webkit-background-size: cover;
  background-size: cover; }
  #header.home.pro .layer {
    background-color: rgba(0, 0, 0, 0.4); }
  #header.home.pro .flexy {
    position: relative;
    background: none; }
    #header.home.pro .flexy #pagecenter {
      padding: 150px 40px; }
      #header.home.pro .flexy #pagecenter .pre {
        font-weight: 700;
        text-align: left;
        font-size: 18px;
        line-height: normal; }
      #header.home.pro .flexy #pagecenter .titlebig {
        font-size: 4.8rem; }
      #header.home.pro .flexy #pagecenter .cta {
        margin: 0; }

.front #header.home .layer {
  background: rgba(0, 0, 0, 0.2); }

.front #header.home .hp_slideshow {
  display: none; }

.front #header.home .home_slideshow {
  display: inline-block; }

.search_open {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: right; }
  .search_open:after {
    content: "";
    border-right: 1px solid #fff;
    margin-right: 10px; }

.open-search {
  color: #fff;
  border: 0;
  outline: 0;
  font-size: 22px;
  margin: 0 20px; }
  .open-search:hover, .open-search:focus {
    color: #fff; }

    .open-search.black {
      color: #373737; }
      .open-search.black:hover, .open-search.black:focus {
        color: #007b88; }

.search-box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none; }
  .search-box .container {
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .search-box .container .layer {
      background: #007b88;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
      filter: alpha(opacity=95);
      -moz-opacity: 0.95;
      -khtml-opacity: 0.95;
      opacity: 0.95; }
    .search-box .container .search_form {
      width: 100%; }
      .search-box .container .search_form form {
        display: inline-block;
        width: 100%;
        clear: both;
        padding: 50px 100px;
        text-align: center;
        margin: 0 auto; }
        .search-box .container .search_form form label {
          font-size: 40px;
          font-weight: 900;
          text-align: left;
          margin: 0 0 15px 0;
          color: #fff; }
        .search-box .container .search_form form #search {
          width: 70%;
          background: url("../images/search.svg") no-repeat 15px 50% #fff;
          background-size: 24px;
          float: left;
          width: 80%;
          padding: 20px 20px 20px 55px;
          -moz-border-radius: 50px 0 0 50px;
          border-radius: 50px 0 0 50px; }
        .search-box .container .search_form form .cta {
          float: left;
          width: 20%;
          padding: 19px 0 18px 0;
          font-size: 18px;
          font-weight: 900;
          -moz-border-radius: 0 50px 50px 0;
          border-radius: 0 50px 50px 0; }

.search-box .search-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px; }

#header-search {
  width: 91%;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  color: white;
  background: none;
  padding: 0 15px 0 50px;
  line-height: 40px;
  border: 0;
  outline: none; }

.search-box form .search-submit {
  font-size: 40px;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.25);
  background: none;
  line-height: 40px;
  border: 0;
  outline: none; }

#header {
  margin-bottom: 0; }
  #header .layer {
    background-color: rgba(0, 123, 136, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  #header .toppy {
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 55px;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #header .toppy #logo {
      width: auto; }
      #header .toppy #logo a {
        display: table-cell;
        vertical-align: middle;
        padding: 12px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
      #header .toppy #logo img {
        max-width: 200px;
        margin: 0 20px 0 0; }
      #header .toppy #logo img.mobile {
        display: none; }
    #header .toppy .search {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
      #header .toppy .search input {
        width: 100%;
        background: url("../images/search.svg") no-repeat 15px 50% #fff;
        background-size: 24px;
        padding: 10px 10px 10px 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        color: #373737;
        max-width: 600px; }
    #header .toppy .contextual-links-region {
      position: inherit; }
    #header .toppy .block-menu {
      display: table-cell;
      vertical-align: middle;
      margin: 0;
      background: #fff; } 
      #header .toppy .block-menu .navbar-nav {
        display: table;
        margin: 0;
        padding: 0;
        height: 100%; }
        #header .toppy .block-menu .navbar-nav li {
          display: table-cell;
          list-style-type: none;
          list-style-image: none;
          padding: 0;
          height: 100%; }
          #header .toppy .block-menu .navbar-nav li a {
            text-decoration: none;
            color: #373737;
            padding: 20px 0px;
            margin: 0 10px;
            display: block;
            border-left: 1px solid #eee;
            white-space: nowrap;
            height: 100%; }
            #header .toppy .block-menu .navbar-nav #button_pro a{
              color: #f6a317;
            }
            #header .toppy .block-menu .navbar-nav li a:hover {
              background: #eee;
              -webkit-transition: all 0.2s ease-in;
              -moz-transition: all 0.2s ease-in;
              -ms-transition: all 0.2s ease-in;
              -o-transition: all 0.2s ease-in;
              transition: all 0.2s ease-in; }
          #header .toppy .block-menu .navbar-nav li a.active {
            background: #eee; }
        #header .toppy .block-menu .navbar-nav li.checkout_cart {
          position: relative;
          background: url("../images/cart-white.svg") no-repeat 5% 50%;
          background-size: 25px;
          cursor: pointer;
          margin-right: 10px;
          border: none !important; }
          #header .toppy .block-menu .navbar-nav li.checkout_cart a {
            display: block;
            padding: 20px 0 20px 35px;
            font-weight: 700;
            text-decoration: none; }
            #header .toppy .block-menu .navbar-nav li.checkout_cart a:hover {
              background: url("../images/cart-white.svg") no-repeat 5% 50%;
              background-size: 25px;
              border: none !important; }
            #header .toppy .block-menu .navbar-nav li.checkout_cart a .fa {
              margin-right: 5px; }
            #header .toppy .block-menu .navbar-nav li.checkout_cart a .qty {
              width: 20px;
              height: 20px;
              position: absolute;
              font-weight: 700;
              left: 15px;
              top: 32px;
              background: #f6a318;
              color: #fff;
              padding: 2px 0;
              border-radius: 100%;
              font-size: 1rem;
              text-align: center; }
        #header .toppy .block-menu .navbar-nav .checkout_cart.empty .cart {
          display: inline-block;
          width: 40px;
          position: relative;
          padding: 10px 0; }
          #header .toppy .block-menu .navbar-nav .checkout_cart.empty .cart .qty {
            width: 20px;
            height: 20px;
            position: absolute;
            font-weight: 700;
            left: 14px;
            top: 14px;
            background: #f6a318;
            color: #fff;
            padding: 2px 0;
            border-radius: 100%;
            font-size: 1rem;
            text-align: center; }
        #header .toppy .block-menu .navbar-nav .checkout_cart.empty:hover {
          border: none;
          cursor: inherit; }
  #header .toppy.black-shifter {
    height: 67px; }
    #header .toppy.black-shifter .block-menu .navbar-nav li a {
      margin: 0;
      padding: 20px 10px; }
    #header .toppy.black-shifter .block-menu .navbar-nav .checkout_cart {
      background: url("../images/cart.svg") no-repeat 5% 50%;
      background-size: 25px; }
      #header .toppy.black-shifter .block-menu .navbar-nav .checkout_cart a {
        padding: 20px 0 20px 35px;
        margin: 0 10px 0 0; }
        #header .toppy.black-shifter .block-menu .navbar-nav .checkout_cart a:hover {
          border: none;
          background: none; }
    #header .toppy.black-shifter .menu.topmenu .univers-mobile {
      display: block;
      background: none;
      padding: 20px 10px;
      margin: 0;
      font-size: 16px;
      font-weight: normal;
      color: #373737;
      -moz-border-radius: 0;
      border-radius: 0; }
      #header .toppy.black-shifter .menu.topmenu .univers-mobile:hover, #header .toppy.black-shifter .menu.topmenu .univers-mobile:focus {
        background: #eee;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
      #header .toppy.black-shifter .menu.topmenu .univers-mobile:after {
        font-size: 12px;
        float: none;
        margin-left: 10px; }
    #header .toppy.black-shifter .menu.topmenu .menu-dropdown-icon:before {
      display: block; }
    #header .toppy.black-shifter .menu.topmenu {
      min-width: 210px;
      width: auto; }
      #header .toppy.black-shifter .menu.topmenu > ul {
        display: none; }
        #header .toppy.black-shifter .menu.topmenu > ul > li {
          width: 100%;
          float: none;
          display: block;
          text-align: left;
          border-bottom: 1px solid #eee; }
          #header .toppy.black-shifter .menu.topmenu > ul > li a {
            padding: 10px 15px;
            width: 100%;
            display: block;
            color: #373737; }
          #header .toppy.black-shifter .menu.topmenu > ul > li a.title {
            font-size: 20px;
            font-weight: 900; }
            #header .toppy.black-shifter .menu.topmenu > ul > li a.title:after {
              display: none; }
          #header .toppy.black-shifter .menu.topmenu > ul > li > ul.mega_content {
            box-shadow: inherit;
            padding: 10px 30px; }
          #header .toppy.black-shifter .menu.topmenu > ul > li a.title.active {
            background-color: #eee !important; }
          #header .toppy.black-shifter .menu.topmenu > ul > li a.title.eau {
            background: url("../images/icone-eau-hover.svg") no-repeat center;
            background-position: 10px 50%;
            background-size: 40px; }
            #header .toppy.black-shifter .menu.topmenu > ul > li a.title.eau:hover {
              background-color: #eee !important; }
            #header .toppy.black-shifter .menu.topmenu > ul > li a.title.eau span {
              padding-left: 45px; }
          #header .toppy.black-shifter .menu.topmenu > ul > li a.title.air {
            background: url("../images/icone-air-hover.svg") no-repeat center;
            background-position: 10px 50%;
            background-size: 40px; }
            #header .toppy.black-shifter .menu.topmenu > ul > li a.title.air:hover {
              background-color: #eee !important; }
            #header .toppy.black-shifter .menu.topmenu > ul > li a.title.air span {
              padding-left: 45px; }
          #header .toppy.black-shifter .menu.topmenu > ul > li a.title.terre {
            background: url("../images/icone-terre-hover.svg") no-repeat center;
            background-position: 10px 50%;
            background-size: 40px; }
            #header .toppy.black-shifter .menu.topmenu > ul > li a.title.terre:hover {
              background-color: #eee !important; }
            #header .toppy.black-shifter .menu.topmenu > ul > li a.title.terre span {
              padding-left: 45px; }
          #header .toppy.black-shifter .menu.topmenu > ul > li a.title.neige {
            background: url("../images/icone-neige-hover.svg") no-repeat center;
            background-position: 10px 50%;
            background-size: 40px; }
            #header .toppy.black-shifter .menu.topmenu > ul > li a.title.neige:hover {
              background-color: #eee !important; }
            #header .toppy.black-shifter .menu.topmenu > ul > li a.title.neige span {
              padding-left: 45px; }
          #header .toppy.black-shifter .menu.topmenu > ul > li a.title.urban {
            background: url("../images/icone-urban-hover.svg") no-repeat center;
            background-position: 10px 50%;
            background-size: 40px; }
            #header .toppy.black-shifter .menu.topmenu > ul > li a.title.urban:hover {
              background-color: #eee !important; }
            #header .toppy.black-shifter .menu.topmenu > ul > li a.title.urban span {
              padding-left: 45px; }
          #header .toppy.black-shifter .menu.topmenu > ul > li a.title.insolite {
            background: url("../images/icone-insolite-hover.svg") no-repeat center;
            background-position: 10px 50%;
            background-size: 40px; }
            #header .toppy.black-shifter .menu.topmenu > ul > li a.title.insolite:hover {
              background-color: #eee !important; }
            #header .toppy.black-shifter .menu.topmenu > ul > li a.title.insolite span {
              padding-left: 45px; }
          #header .toppy.black-shifter .menu.topmenu > ul > li > ul {
            position: relative; }
            #header .toppy.black-shifter .menu.topmenu > ul > li > ul.normal-sub {
              width: 100%; }
            #header .toppy.black-shifter .menu.topmenu > ul > li > ul > li {
              float: none;
              width: 100%;
              margin-top: 0; }
              #header .toppy.black-shifter .menu.topmenu > ul > li > ul > li:first-child {
                margin: 0; }
              #header .toppy.black-shifter .menu.topmenu > ul > li > ul > li > ul {
                position: relative; }
                #header .toppy.black-shifter .menu.topmenu > ul > li > ul > li > ul > li {
                  float: none; }
                  #header .toppy.black-shifter .menu.topmenu > ul > li > ul > li > ul > li a {
                    padding: 0px ; }
                    #header .toppy.black-shifter .menu.topmenu > ul > li > ul > li > ul > li a:hover {
                      color: #007b88; }
      #header .toppy.black-shifter .menu.topmenu .show-on-mobile {
        display: block;
        position: absolute;
        z-index: 99;
        background: #fff;
        -webkit-box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7);
        -moz-box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7);
        box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7); }
  #header #homecenter {
    position: relative;
    text-align: center;
    color: #fff;
    width: 100%; }
    #header #homecenter h1 {
      margin: 0;
      text-transform: none; }
    #header #homecenter .titlebig {
      font-weight: 900;
      font-size: 4.8rem; }
    #header #homecenter .titlesmall {
      font-size: 2.5rem;
      font-weight: 900; }
  #header #search_home {
    display: inline-block;
    width: 100%;
    padding: 70px 0 0; }
    #header #search_home .form-select {
      height: 49px;
      width: 30%;
      background: #fff;
      color: #fff; }
      #header #search_home .form-select option {
        display: none; }

.node-type-activite #header .toppy .block-menu .checkout_cart a {
  pointer-events: none; }

#main.home .home_access {
  overflow-x: auto;
  overflow-y: hidden; }
  #main.home .home_access img.mobile {
    display: none; }

.not-front #header {
  margin: 0; }
  .not-front #header .toppy {
    position: relative; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/loader.svg") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  /*height: 20px;
    width: 20px;*/
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    display: none;
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 10;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px 8px 0 8px;}

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    font-family: "FontAwesome";
    content: "\f104";
    color: #373737;
    font-size: 36px; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #373737;
    font-size: 36px; }

/* Slider */
.contentslider_more {
  display: inline-block;
  color: #007b88;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 700; }

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  outline: none;
  float: left;
  padding: 0 6px;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide figure,
.item figure {
  margin: 0; }
  .slick-slide figure .prix,
  .item figure .prix {
    font-size: 2rem !important; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide .prix.session {
  display: table;
  width: 100%;
  padding: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.7) !important; }
  .slick-slide .amount {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    font-weight: 900; }
  .slick-slide .prix.session .infos {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px; }

.slick-slide .infos {
  padding: 8px 0 0;
  line-height: normal;
  font-weight: 700; }
  .slick-slide .infos h3 {
    font-family: inherit;
    font-weight: normal;
    font-size: inherit !important;
    margin: 0; }
  .slick-slide .infos .fa {
    margin-right: 5px; }
  .slick-slide .infos .fa-star-o,
  .slick-slide .infos .fa-star {
    margin: 0; }
  .slick-slide .infos a {
    display: block;
    text-decoration: none; }
    .slick-slide .infos a:hover {
      color: #333; }
  .slick-slide .infos strong {
    font-size: 18px;
    font-weight: 900;
    display: block;}
    .slick-slide .infos strong a {
      color: #373737; }
      .slick-slide .infos strong a:hover {
        color: #000;
        text-decoration: underline; }
  .slick-slide .infos .lieu, .slick-slide .infos .date {
    display: block; }
    .slick-slide .infos .lieu .fa, .slick-slide .infos .date .fa,.slick-slide .infos .presta .fa, .slick-slide .infos .small .fa, .slick-slide .infos .amount .fa {
      color: #007b88;
      width: 15px;
      text-align: center; }
  .slick-slide .infos .lieu {
    overflow: hidden; }
  .slick-slide .infos .date {
    font-weight: 700; }
  .slick-slide .infos .small {
    display: block; }
  .slick-slide .infos .rating {
    font-size: 0.8em;
    margin-top: 5px; }
    .slick-slide .infos .rating .fa {
      color: #f6a318; }
    .acti_loca .infos .rating {
    font-size: 0.8em;
    margin-top: 5px; }
    .acti_loca .infos .rating .fa {
      color: #f6a318; }
.slick-slide figcaption {
  display: inherit !important; }
  .slick-slide figcaption .layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -moz-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.65) 100%); }
  .slick-slide figcaption h2, .slick-slide figcaption h3 {
    font-size: 3.6rem;
    text-align: left; }

#next_session .discount {
  right: 0;
  line-height: 1;
  padding: 8px;
  font-weight: 900;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute; }

#next_session .alert {
  display: block;
  font-weight: 700;
  color: #ed6054;
  padding: 0;
  margin-bottom: 5px;}

#main {
  margin: 30px 0 0; }
  #main .slide {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #main .slide a.photo {
      -webkit-background-size: cover;
      background-size: cover;
      float: left;
      width: 100%;
      min-height: 380px; }
    #main .slide p {
      margin-top: 0.75em; }
    #main .slide #textslide {
      padding: 35px 0; }
      #main .slide #textslide h2 {
        font-family: "Nunito Sans", sans-serif;
        line-height: 1.2; }
      #main .slide #textslide .fa {
        font-weight: 700; }
      #main .slide #textslide .cta {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 20px 0 0;
        padding: 10px 30px;
        text-decoration: none;
        font-weight: 700; }
        #main .slide #textslide .cta:hover {
          color: #fff; }
  #main .lined a.photo figure {
    margin-top: 2rem; }
  #main .bloctext {
    margin: 50px 0 15px 0; }
    #main .bloctext .arg {
      padding-left: 6px; }
      #main .bloctext .arg h2 {
        font-family: inherit;
        font-size: inherit;
        font-weight: normal; }
      #main .bloctext .arg strong {
        font-size: 2.5rem;
        font-weight: 900; }
  #main .profil {
    width: 100%;
    max-width: 80px;
    min-height: 80px;
    margin: 0 auto 20px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #fff; }
  #main .prix {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 5px 10px;
    font-size: 2.8rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff; }
    #main .prix .small {
      font-size: 16px; }
    #main .prix .euro {
      font-size: 16px; }
  #main .prix.session {
    padding: 0;
    bottom: 0;
    width: auto;
    background: none !important;
    font-weight: 900; }
    #main .amount {
      position: absolute;
      right: 0;
      top: 10px;
      padding: 2px 10px; 
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      font-weight: 900; }
    #main .prix.session .infos {
      padding: 8px 10px;
      white-space: nowrap;
      font-weight: 700; }
  #main #full_bloc {
    background: url("../images/home/concept-photo.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 400px;
    padding: 90px 0;
    color: #fff;
    margin: 20px 0 0;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #main #full_bloc h2 {
      text-transform: uppercase;
      font-size: 32px; }
    #main #full_bloc .cta {
      display: inline-block;
      margin-top: 30px;
      padding: 10px 30px; }
  #main #presshp {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #main #presshp .label {
      padding: 50px 30px 50px 0;
      border-right: 1px solid #eee; }
      #main #presshp .label strong {
        font-size: 2.5rem;
        text-transform: uppercase;
        font-weight: 900; }
    #main #presshp img {
      width: 100%;
      max-width: 70%; }
    #main #presshp .flexy {
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #main #presshp .flexy div {
        text-align: center; }
    #main #presshp a {
      opacity: .5; }
      #main #presshp a:hover {
        opacity: 1;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
  #main .prefooter {
    margin: 30px 0 0;
    padding: 40px 0;
    background: #007b88;
    color: #fff;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #main .prefooter strong {
      font-size: 2.5rem;
      text-transform: uppercase; }
    #main .prefooter #newsletter-form label {
      display: none; }
    #main .prefooter #newsletter-form #sportbox-ajax-newsletter .form-item {
      width: 70%;
      float: left;
      margin: -1px 0; }
      #main .prefooter #newsletter-form #sportbox-ajax-newsletter .form-item input {
        -moz-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px; }
    #main .prefooter #newsletter-form #sportbox-ajax-newsletter input#newsletter-form-submit {
      width: 30%;
      float: left;
      padding: 11px 0 10px 0;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0; }
    #main .prefooter #valid_newsletter {
      display: inline-block;
      background: #fff;
      font-weight: 700;
      color: #007b88;
      padding: 4px 10px;
      -moz-border-radius: 50px;
      border-radius: 50px; }

#footer {
  background: #3c3c3c;
  color: #fff; }
  #footer a {
    color: #fff;
    text-decoration: none; }
    #footer a:hover {
      color: #b4b4b4; }
  #footer #host_address {
    margin-top: 0.75em; }
  #footer #social {
    margin: 20px 0 0; }
    #footer #social a {
      margin: 0 5px; }
  #footer .color.white {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    margin-bottom: 30px;
    background: #fff; }
  #footer .mangopay {
    text-align: center;
    margin-bottom: 10px; }
  #footer .copy {
    text-align: center;
    padding: 15px 0;
    margin-top: 30px;
    border-top: 1px solid #4e4e4e; }

/* Search page */
#main.searchy {
  position: fixed;
  height: 100%;
  width: 100%; }
  #main.searchy #breadcrumb {
    width: 100%;
    padding: 10px 20px; }
  #main.searchy .results {
    width: 66%;
    height: 100%;
    float: left;
    overflow-x: hidden;
    overflow-y: scroll; }
    #main.searchy .results .results_content {
      padding: 20px 20px 0 20px;
      margin-top: 20px;
      border-top: 1px solid #dfdfdf; }
      #main.searchy .results .results_content .results_summary .number_hits {
        display: inline-block;
        border: 1px solid #007b88;
        color: #007b88;
        padding: 5px 20px;
        margin-bottom: 5px;
        -moz-border-radius: 50px;
        border-radius: 50px; }
      #main.searchy .results .results_content .results_summary .no_results {
        background: #eee;
        padding: 20px;
        margin-bottom: 30px; }
        #main.searchy .results .results_content .results_summary .no_results .no_result_content {
          display: flex;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          #main.searchy .results .results_content .results_summary .no_results .no_result_content .fa {
            font-size: 35px;
            margin-right: 20px; }
        #main.searchy .results .results_content .results_summary .no_results strong {
          display: block;
          margin-top: 10px; }
      #main.searchy .results .results_content .results_item {
        position: relative;
        padding-bottom: 10px; }
        #main.searchy .results .results_content .results_item .prix {
          position: absolute;
          bottom: 10px;
          left: 0;
          padding: 2px 5px;
          font-size: 2rem;
          background: rgba(0, 0, 0, 0.5);
          color: #fff; }
          #main.searchy .results .results_content .results_item .prix .smally {
            font-size: 11px; }
        #main.searchy .results .results_content .results_item .stock {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          background: #f6a318;
          color: #fff;
          padding: 2px 0;
          font-weight: 700; }
        #main.searchy .results .results_content .results_item .photo i.fa {
          display: none;
          font-size: 32px;
          color: rgba(0, 0, 0, 0.5);
          position: absolute;
          top: 15px;
          right: 15px; }
          #main.searchy .results .results_content .results_item .photo i.fa:hover {
            color: #f6a318; }
        #main.searchy .results .results_content .results_item .results_desc {
          padding: 10px 0 0;
          position: relative; }
          #main.searchy .results .results_content .results_item .results_desc a {
            text-decoration: none; }
            #main.searchy .results .results_content .results_item .results_desc a:hover {
              text-decoration: underline; }
          #main.searchy .results .results_content .results_item .results_desc span.lieu i.fa {
            margin-right: 5px; }
            #main.searchy .results .results_content .results_item .results_desc span.presta i.fa {
              margin-right: 5px; }
          #main.searchy .results .results_content .results_item .results_desc span.presta {
            font-size: 12px; }
          #main.searchy .results .results_content .results_item .results_desc h2 {
            font-size: 16px;
            margin: 0;
            word-break: break-word;
            /*width: 75%;*/ }
            #main.searchy .results .results_content .results_item .results_desc h2 .new_label {
              position: relative;
              top: -2px;
              font-size: 12px;
              font-weight: 900;
              background: #007b88;
              color: #fff;
              text-transform: uppercase;
              padding: 2px 10px;
              -moz-border-radius: 50px;
              border-radius: 50px; }
    #main.searchy .results .filters {
      padding: 20px; }
      #main.searchy .results .filters .views-widget-filter-field_activite_type_tid,
      #main.searchy .results .filters .views-widget-filter-field_activite_price_value {
        padding: 0;
        margin: 15px 0;
        width: 100%;
        clear: both; }
        #main.searchy .results .filters .views-widget-filter-field_activite_type_tid label,
        #main.searchy .results .filters .views-widget-filter-field_activite_price_value label {
          float: left;
          margin: 0.75em 2% 0 0;
          width: 18%; }
      #main.searchy .results .filters #edit-field-geofield-distance-wrapper {
        display: none; }
    #main.searchy .results .view-filters {
      padding: 20px; }
      #main.searchy .results .view-filters .localize_mobile {
        display: none; }
      #main.searchy .results .view-filters label {
        font-weight: normal;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      #main.searchy .results .view-filters .filter span.label {
        display: inline-block;
        width: 30%; }
      #main.searchy .results .view-filters .filter .search_term {
        font-weight: 900; }
      #main.searchy .results .view-filters .filter.flexy {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      #main.searchy .results .view-filters .filter.handi input {
        margin-right: 10px; }
      #main.searchy .results .view-filters .filter.handi .fa {
        margin-left: 10px; }
      #main.searchy .results .view-filters .filter_content {
        display: inline-block;
        width: 69%;
        position: relative; }
      #main.searchy .results .view-filters .filter_content.price {
        margin-bottom: 30px; }
        #main.searchy .results .view-filters .filter_content.price .price_min {
          position: absolute;
          left: 0;
          top: 30px; }
        #main.searchy .results .view-filters .filter_content.price .price_max {
          position: absolute;
          right: 0;
          top: 30px; }
      #main.searchy .results .view-filters ul#universe {
        padding: 0;
        margin: 0;
        width: 69%;
        display: inline-block; }
        #main.searchy .results .view-filters ul#universe li {
          display: inline-block;
          margin-right: 5px; }
          #main.searchy .results .view-filters ul#universe li label {
            margin: 0;
            padding: 5px 10px;
            border: 1px solid transparent; }
            #main.searchy .results .view-filters ul#universe li label:hover {
              color: #007b88; }
            #main.searchy .results .view-filters ul#universe li label span {
              margin: 0 0 0 35px; }
          #main.searchy .results .view-filters ul#universe li input {
            display: none; }
        #main.searchy .results .view-filters ul#universe li.univers-1 label {
          background: url("../images/icone-eau.svg") no-repeat center;
          background-position: 0 0;
          background-size: 40px; }
          #main.searchy .results .view-filters ul#universe li.univers-1 label:hover {
            background: url("../images/icone-eau-hover.svg") no-repeat center;
            background-position: 0 0;
            background-size: 40px; }
        #main.searchy .results .view-filters ul#universe li.univers-1.active label {
          background: url("../images/icone-eau-hover.svg") no-repeat center;
          background-position: 0 0;
          background-size: 40px;
          color: #007b88;
          border: 1px solid #007b88;
          -moz-border-radius: 50px;
          border-radius: 50px; }
        #main.searchy .results .view-filters ul#universe li.univers-59 label {
          background: url("../images/icone-terre.svg") no-repeat center;
          background-position: 0 0;
          background-size: 40px; }
          #main.searchy .results .view-filters ul#universe li.univers-59 label:hover {
            background: url("../images/icone-terre-hover.svg") no-repeat center;
            background-position: 0 0;
            background-size: 40px; }
        #main.searchy .results .view-filters ul#universe li.univers-59.active label {
          background: url("../images/icone-terre-hover.svg") no-repeat center;
          background-position: 0 0;
          background-size: 40px;
          color: #007b88;
          border: 1px solid #007b88;
          -moz-border-radius: 50px;
          border-radius: 50px; }
        #main.searchy .results .view-filters ul#universe li.univers-60 label {
          background: url("../images/icone-air.svg") no-repeat center;
          background-position: 0 0;
          background-size: 40px; }
          #main.searchy .results .view-filters ul#universe li.univers-60 label:hover {
            background: url("../images/icone-air-hover.svg") no-repeat center;
            background-position: 0 0;
            background-size: 40px; }
        #main.searchy .results .view-filters ul#universe li.univers-60.active label {
          background: url("../images/icone-air-hover.svg") no-repeat center;
          background-position: 0 0;
          background-size: 40px;
          color: #007b88;
          border: 1px solid #007b88;
          -moz-border-radius: 50px;
          border-radius: 50px; }
        #main.searchy .results .view-filters ul#universe li.univers-61 label {
          background: url("../images/icone-insolite.svg") no-repeat center;
          background-position: 0 0;
          background-size: 40px; }
          #main.searchy .results .view-filters ul#universe li.univers-61 label:hover {
            background: url("../images/icone-insolite-hover.svg") no-repeat center;
            background-position: 0 0;
            background-size: 40px; }
        #main.searchy .results .view-filters ul#universe li.univers-61.active label {
          background: url("../images/icone-insolite-hover.svg") no-repeat center;
          background-position: 0 0;
          background-size: 40px;
          color: #007b88;
          border: 1px solid #007b88;
          -moz-border-radius: 50px;
          border-radius: 50px; }
        #main.searchy .results .view-filters ul#universe li.univers-123 label {
          background: url("../images/icone-neige.svg") no-repeat center;
          background-position: 0 0;
          background-size: 40px; }
          #main.searchy .results .view-filters ul#universe li.univers-123 label:hover {
            background: url("../images/icone-neige-hover.svg") no-repeat center;
            background-position: 0 0;
            background-size: 40px; }
        #main.searchy .results .view-filters ul#universe li.univers-123.active label {
          background: url("../images/icone-neige-hover.svg") no-repeat center;
          background-position: 0 0;
          background-size: 40px;
          color: #007b88;
          border: 1px solid #007b88;
          -moz-border-radius: 50px;
          border-radius: 50px; }
        #main.searchy .results .view-filters ul#universe li.univers-133 label {
          background: url("../images/icone-urban.svg") no-repeat center;
          background-position: 0 0;
          background-size: 40px; }
          #main.searchy .results .view-filters ul#universe li.univers-133 label:hover {
            background: url("../images/icone-urban-hover.svg") no-repeat center;
            background-position: 0 0;
            background-size: 40px; }
        #main.searchy .results .view-filters ul#universe li.univers-133.active label {
          background: url("../images/icone-urban-hover.svg") no-repeat center;
          background-position: 0 0;
          background-size: 40px;
          color: #007b88;
          border: 1px solid #007b88;
          -moz-border-radius: 50px;
          border-radius: 50px; }
      #main.searchy .results .view-filters .chosen-container {
        border: 1px solid #ccc;
        font-weight: normal;
        font-size: 1.6rem;
        width: 69% !important; }
        #main.searchy .results .view-filters .chosen-container ul.chosen-choices, #main.searchy .results .view-filters .chosen-container .chosen-single {
          padding: 10px;
          border: none;
          background-image: none;
          -webkit-appearance: none;
          cursor: pointer; }
          #main.searchy .results .view-filters .chosen-container ul.chosen-choices li input, #main.searchy .results .view-filters .chosen-container .chosen-single li input {
            color: #bbb;
            cursor: pointer; }
          #main.searchy .results .view-filters .chosen-container ul.chosen-choices:after, #main.searchy .results .view-filters .chosen-container .chosen-single:after {
            font-family: "FontAwesome";
            content: "\f107";
            float: right;
            color: #aaa; }
        #main.searchy .results .view-filters .chosen-container .chosen-results li {
          padding: 10px; }
        #main.searchy .results .view-filters .chosen-container .chosen-results li.active-result.highlighted {
          background: #fad18a;
          color: inherit; }
        #main.searchy .results .view-filters .chosen-container .chosen-results li.search-choice {
          background-image: none;
          border: none; }
      #main.searchy .results .view-filters .chosen-container-single .chosen-single {
        background: none;
        white-space: inherit;
        height: inherit; }
        #main.searchy .results .view-filters .chosen-container-single .chosen-single span {
          display: inline; }
        #main.searchy .results .view-filters .chosen-container-single .chosen-single div {
          display: none; }
      #main.searchy .results .view-filters .chosen-container-single .chosen-drop {
        border-radius: 0 0 0; }
        #main.searchy .results .view-filters .chosen-container-single .chosen-drop .chosen-search input {
          border: 1px solid #dfdfdf; }
      #main.searchy .results .view-filters .ui-slider-horizontal {
        display: inline-block;
        width: 98%;
        border: none;
        height: .3em;
        background: #dfdfdf;
        position: relative;
        left: 12px; }
      #main.searchy .results .view-filters #firstpane {
        position: relative; }
        #main.searchy .results .view-filters #firstpane .menu_head, #main.searchy .results .view-filters #firstpane .reinit {
          display: inline-block;
          border: 1px solid #007b88;
          color: #007b88;
          padding: 8px 20px;
          text-decoration: none;
          cursor: pointer;
          -moz-border-radius: 2px;
          border-radius: 2px; }
          #main.searchy .results .view-filters #firstpane .menu_head:hover, #main.searchy .results .view-filters #firstpane .reinit:hover {
            background: #007b88;
            color: #fff;
            border-color: transparent; }
          #main.searchy .results .view-filters #firstpane .menu_head:active, #main.searchy .results .view-filters #firstpane .reinit:active {
            background: #007b88;
            color: #fff;
            border-color: transparent; }
      #main.searchy .results .view-filters .reinit {
        position: absolute;
        top: 0;
        left: 150px;
        cursor: pointer;
        border: none !important; }
    #main.searchy .results .pager {
      text-align: center;
      margin: 30px 0;
      font-size: 1.5rem; }
      #main.searchy .results .pager ul {
        padding: 0; }
        #main.searchy .results .pager ul li {
          display: inline; }
          #main.searchy .results .pager ul li a {
            padding: 5px 10px;
            text-decoration: none;
            -moz-border-radius: 2px;
            border-radius: 2px; }
            #main.searchy .results .pager ul li a:hover {
              background: #f6a318;
              color: #fff; }
        #main.searchy .results .pager ul li.current {
          padding: 5px 10px;
          background: #f6a318;
          color: #fff;
          -moz-border-radius: 2px;
          border-radius: 2px; }

.results_desc .profil {
  width: 100%;
  max-width: 60px;
  margin: 0 auto;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: -33px;
  right: 10px; }

#search_home .formuhome {
  display: inline-block;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7);
  -moz-box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7);
  box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7);
  -moz-border-radius: 50px;
  border-radius: 50px; }
  #search_home .formuhome .chosen-container {
    border-right: 1px solid #ccc;
    width: 40% !important;
    margin: 0 !important; }
  #search_home .formuhome #search_places2 {
    width: 40%;
    margin: 0 !important;
    border-radius: inherit; }
  #search_home .formuhome .cta {
    float: left;
    width: 20%;
    padding: 19px 0 18px 0;
    font-size: 18px;
    font-weight: 900;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0; }
  #search_home .formuhome #search {
    background: url("../images/search.svg") no-repeat 15px 50% #fff;
    background-size: 24px;
    float: left;
    width: 80%;
    padding: 20px 20px 20px 55px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px; }

/* Listing activites min-height bug */
.view-listing-activites {
  min-height: 200px; }

/* Reglette prix */
.results .filters .views-widget-filter-field_activite_price_value .wrap-slider-full .views-widget {
  float: left;
  width: 80%;
  position: relative; }

.results .filters .views-widget-filter-field_activite_price_value .wrap-slider-full .views-widget .form-item-field-activite-price-value-min input {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.results .filters .views-widget-filter-field_activite_price_value .wrap-slider-full .views-widget .form-item-field-activite-price-value-max input {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none; }

.results .filters .views-widget-filter-field_activite_price_value .wrap-slider-full .views-widget input {
  padding: 0;
  border: none; }

.results .filters .views-widget-filter-field_activite_price_value .wrap-slider-full .views-widget label {
  display: none; }

.bef-slider.ui-slider-horizontal {
  width: 99%;
  clear: both;
  margin-top: 35px;
  height: 0.2em;
  background: #eee;
  border: none; }

.ui-slider-horizontal .ui-slider-range {
  background: #f6a318; }

.ui-slider .ui-slider-handle {
  border: 1px solid #aaa;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  height: 24px;
  margin-left: -12px;
  position: absolute;
  top: -9px;
  z-index: 2;
  width: 24px;
  font-size: 0; }

.results .filters .line {
  margin: 15px 0; }

.results .filters label {
  margin-left: 0; }

.results .filters input {
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.results .item-list {
  padding: 30px 0;
  text-align: center; }

.results .item-list ul {
  list-style-type: none;
  margin: 0; }

.results .item-list ul li {
  display: inline;
  margin: 0;
  padding: 0; }

.results .item-list ul li.pager-ellipsis,
.results .item-list ul li.pager-first.first,
.results .item-list ul li.pager-last.last {
  display: none; }

.results .item-list ul li.pager-next {
  font-family: "FontAwesome";
  content: "\f105"; }
  .results .item-list ul li.pager-next a {
    padding: 8px 10px; }

.results .item-list ul li a {
  text-decoration: none;
  font-weight: 700;
  padding: 5px 10px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.results .item-list ul li a:hover {
  background: #f6a318;
  color: #fff; }

.results .item-list ul li.pager-current {
  background: #f6a318;
  color: #fff;
  padding: 5px 10px; }

.map {
  position: relative;
  float: left;
  width: 34%;
  height: 100%; }
  .map #map_conteneur {
    height: 100%; }
    .map #map_conteneur #map_results {
      width: 100%;
      height: 100%; }
      .map #map_conteneur #map_results .marker_wrapper {
        background: #f6a318;
        color: #fff;
        width: auto;
        height: auto;
        font-size: 14px;
        font-weight: bold;
        padding: 2px 5px;
        border: 1px solid #d38708;
        white-space: nowrap;
        -moz-border-radius: 2px;
        border-radius: 2px; }
      .map #map_conteneur #map_results .marker_wrapper.opened_marker {
        background: #aaa;
        border-color: transparent; }
    .map #map_conteneur .map_refresh {
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 99;
      background: #fff;
      padding: 3px 5px;
      border: 1px solid #eee;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      .map #map_conteneur .map_refresh .content_map_refresh label {
        margin: 0;
        font-weight: normal; }
      .map #map_conteneur .map_refresh .content_map_refresh input {
        margin: 0 5px 0 0; }
      .map #map_conteneur .map_refresh span {
        font-size: 12px; }
    .map #map_conteneur .map_reload {
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 99;
      font-size: 14px;
      font-weight: 700;
      background: #fff;
      padding: 5px 20px;
      text-decoration: none;
      background: #f6a318;
      color: #fff;
      border: 1px solid #f6a318;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      .map #map_conteneur .map_reload .fa {
        margin-left: 10px; }
      .map #map_conteneur .map_reload .marker_wrapper {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        background-color: red;
        cursor: pointer; }
      .map #map_conteneur .map_reload .gm-style {
        font-family: inherit; }
    .map #map_conteneur .map_localise {
      font-size: 14px;
      top: 10px;
      right: 10px;
      background: #f6a318;
      border: none;
      color: #fff;
      text-decoration: none;
      cursor: pointer;
      padding: 5px 20px;
      font-weight: 700;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      .map #map_conteneur .map_localise:hover {
        background: #f7b039; }
      .map #map_conteneur .map_localise:active {
        background: #e39209; }
      .map #map_conteneur .map_localise .fa {
        margin-right: 10px; }

.gm-style-iw {
  width: 100%;
  max-width: 280px;
  font-family: "Nunito Sans", sans-serif; }

.infobulle_activite {
  display: inline-block;
  font-size: 1.6rem; }
  .infobulle_activite a {
    text-decoration: none; }
  .infobulle_activite .pictures {
    position: relative;
    max-height: 180px; }
    .infobulle_activite .pictures img {
      width: 100%;
      max-width: 280px; }
    .infobulle_activite .pictures .price {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px;
      color: #fff;
      font-weight: 700;
      background: rgba(0, 0, 0, 0.5);
      font-size: 18px;
      pointer-events: none; }
      .infobulle_activite .pictures .price .smally {
        font-size: 16px; }
  .infobulle_activite .content_infobulle {
    display: block;
    position: relative;
    z-index: 9;
    padding: 12px;
    background: #fff; }
  .infobulle_activite .sport {
    display: inline-block;
    font-size: .8em;
    font-weight: 400;
    background: #007b88;
    color: #fff;
    padding: 2px 15px;
    margin-bottom: 5px;
    -moz-border-radius: 50px;
    border-radius: 50px; }
  .infobulle_activite .title {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    font-weight: 900; }
  .infobulle_activite .locality {
    margin-top: 5px;
    font-weight: normal; }
    .infobulle_activite .locality .fa {
      margin-right: 8px; }

.page-trouver-votre-activite #header .toppy, .page-findactivites #header .toppy {
  position: fixed; }

.page-trouver-votre-activite #main, .page-findactivites #main {
  margin: 0;
  padding-top: 67px; }

.page-trouver-votre-activite .chosen-container-multi .chosen-choices, .page-findactivites .chosen-container-multi .chosen-choices {
  border: 1px solid #ccc; }

/* Breadcrumb */
#breadcrumb {
  width: calc(66.66667% - 2rem);
  padding: 10px 20px;
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #eee; }
  #breadcrumb ul.breadcrumb {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    background-color: transparent}
    #breadcrumb ul.breadcrumb li {
      list-style-type: none;
      display: inline;
      margin: 0 5px 0 0;
      color: #767676; }
      #breadcrumb ul.breadcrumb li a {
        text-decoration: none;
        display: inline-block;
        color: #767676; }
        #breadcrumb ul.breadcrumb li a:hover {
          text-decoration: underline; }
      #breadcrumb ul.breadcrumb li:before {
        font-family: "FontAwesome";
        content: "\f105";
        margin-right: 5px; }
    #breadcrumb ul.breadcrumb li:first-child:before {
      content: none; }

#header.home .img_blur{
  position: absolute;
  z-index: 1;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;}
#header.home #header.blur {
  height: 450px;
  background-position: center;
  background-size: cover;
  filter: blur(4px);
  -webkit-filter: blur(4px);}
#header.home .img_no_blur{
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;}
#header.home #header.img {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 1200px;
  margin: auto;
  background-size: cover;}
  #header.home.acti .toppy {
    display: table;
    background: none;
    border: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); }
    #header.home.acti .toppy #logo {
      display: table-cell;
      vertical-align: middle; }
      #header.home.acti .toppy #logo img {
        width: auto; }
  #header.home.acti .block-menu {
    background: none; }
    #header.home.acti .block-menu .navbar-nav li a {
      border: none;
      color: #fff;
      font-weight: 700;
      border-bottom: 1px solid transparent; }
      #header.home.acti .block-menu .navbar-nav li a:hover {
        background: none;
        border-bottom: 1px solid #fff; }
    #header.home.acti .block-menu .checkout_cart {
      display: table-cell; }
      #header.home.acti .block-menu .checkout_cart a {
        color: #fff;
        padding: 20px 20px 20px 45px; }
        #header.home.acti .block-menu .checkout_cart a:hover {
          border: none;
          background: none; }
  #header.home.acti #acticenter {
    position: relative;
    top: 36px;
    z-index: 99;
    text-align: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 0; }
    #header.home.acti #acticenter .minwidth {
      position: relative;
      padding: 15px; }
      #header.home.acti #acticenter .minwidth .sameheight {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        #header.home.acti #acticenter .minwidth .sameheight .parts {
          padding: 0 0 0 30px; }
    #header.home.acti #acticenter .nowrap {
      overflow: hidden; }
    #header.home.acti #acticenter .titlebig {
      font-weight: 900;
      font-size: 3rem;
      margin: 0 0 5px 0;
      padding: 0 0 0 30px;
      line-height: normal;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    #header.home.acti #acticenter .titlebig.nopad {
      padding: 0; }
    #header.home.acti #acticenter .titlesmall {
      font-size: 18px;
      margin: 5px 0; }
      #header.home.acti #acticenter .titlesmall a {
        color: inherit;
        text-decoration: none; }
        #header.home.acti #acticenter .titlesmall a:hover {
          text-decoration: underline; }
      #header.home.acti #acticenter .titlesmall .bordered {
        display: inline-block;
        border: 1px solid #fff;
        padding: 5px 20px;
        margin-left: 5px;
        -moz-border-radius: 50px;
        border-radius: 50px; }
        #header.home.acti #acticenter .titlesmall .bordered:hover {
          text-decoration: none;
          background: #fff;
          color: #007b88;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          -ms-transition: all 0.2s ease-in;
          -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in; }
        #header.home.acti #acticenter .titlesmall .bordered .fa {
          font-weight: 900;
          margin-left: 10px; }
    #header.home.acti #acticenter .titlesmall.last {
      border-left: 2px solid #fff;
      padding-left: 10px;
      margin-left: 10px; }
    #header.home.acti #acticenter .rating {
      padding: 0 0 0 30px; }
      #header.home.acti #acticenter .rating .fa {
        color: #f6a318; }
      #header.home.acti #acticenter .rating a.comments_num {
        text-transform: none;
        color: #fff;
        text-decoration: none;
        font-weight: 700; }
        #header.home.acti #acticenter .rating a.comments_num:hover {
          text-decoration: underline; }
    #header.home.acti #acticenter .valid {
      display: inline-block;
      background: #fff;
      color: #373737;
      padding: 2px 10px;
      font-weight: 700;
      margin-top: 5px;
      text-align: center;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      #header.home.acti #acticenter .valid .fa {
        margin-right: 5px;
        color: #f6a318; }
    #header.home.acti #acticenter .profil {
      width: 100%;
      max-width: 80px;
      min-width: 80px;
      min-height: 80px;
      max-height: 80px;
      margin: 0 auto 15px;
      border: 1px solid #fff;
      margin: 0;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 3px solid #fff;
      background: #fff;
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #header.home.acti #acticenter .profil img {
        -moz-border-radius: 50%;
        border-radius: 50%; }
  #header.home.acti .more_block {
    text-align: right;
    text-transform: initial;
    padding: 15px;  }
    #header.home.acti .more_block a {
      display: inline-block;
      padding: 5px 20px;
      text-decoration: none;
      font-weight: 900;
      border: 1px solid #fff;
      color: #fff;
      font-size: 18px;
      text-transform: uppercase;
      -moz-border-radius: 50px;
      border-radius: 50px; }
      #header.home.acti .more_block a:hover {
        background: #fff;
        color: #007b88;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }

#header.home.spot h1.titlebig .more_info {
  font-size: 1.5rem; }

#main.single {
  margin: 0; }
  #main.single .messages.status {
    width: calc(66.66667% - 2rem);
    background: #007b88;
    color: #fff;
    border: none;
    padding: 10px; }
    #main.single .messages.status:before {
      font-family: "FontAwesome";
      content: "\f058";
      margin-right: 5px; }
  #main.single .single_content {
    position: relative;
    margin-top: 30px; }
    #main.single .single_content .summary {
      position: relative;
      z-index: 99;
      margin-top: 30px; }
      #main.single .single_content .summary .valid {
        display: inline-block;
        margin-left: 10px;
        background: #f5f5f5;
        padding: 2px 10px;
        font-weight: 700;
        -moz-border-radius: 2px;
        border-radius: 2px; }
        #main.single .single_content .summary .valid .fa {
          margin-right: 5px;
          color: #f6a318; }
    #main.single .single_content h1 {
      font-size: 3rem;
      margin: 0; }
    #main.single .single_content h2 {
      font-size: 2.5rem; }
    #main.single .single_content h3 {
      font-size: 2.5rem; }
    #main.single .single_content img.profil.top {
      float: right;
      margin-right: 15px;
      border: 1px solid #eee;
      -webkit-appearance: none; }
  #main.single .single_content.activite {
    min-height: 1400px; }
    #main.single .single_content.activite .summary {
      margin-top: 0; }

#search_single {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%; }

#search_single .price {
  float: right;
  width: calc(33.33333% - 1.3rem);
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  color: #fff; }

/* Tableau resa */
.table_container .tableau {
  margin: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  background: #eee; }
  .table_container .tableau .allcontent .layer {
    display: none; }
  .table_container .tableau .colle.scroll-to-fixed-fixed .table_header .table_title_container {
    padding: 10px; }
  .table_container .tableau .colle.scroll-to-fixed-fixed .table_header .title_dispo {
    display: none; }
  .table_container .tableau .colle.scroll-to-fixed-fixed .table_header .cta-action-navigation .navi-icon.cta {
    padding: 7px 20px 7px 20px;
    transition: none; }
  .table_container .tableau .table_header {
    position: relative;
    float: left;
    width: 100%;
    background: #007b88;
    color: #fff; }
    .table_container .tableau .table_header .table_title_container {
      margin: 0;
      line-height: normal;
      width: 100%;
      text-align: center;
      padding: 1rem; }
      .table_container .tableau .table_header .table_title_container .title_dispo {
        font-size: 2rem !important;
        font-weight: 700; }
      .table_container .tableau .table_header .table_title_container .fa {
        margin-right: 5px; }
    .table_container .tableau .table_header a.changedate {
      float: left;
      position: relative;
      top: -3px;
      width: 25%;
      text-decoration: none;
      text-align: center;
      padding: 5px 0;
      text-transform: inherit; }
      .table_container .tableau .table_header a.changedate::hover {
        color: #fff; }
    .table_container .tableau .table_header .cta-action-navigation {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      transition: all 0.3s ease; }
      .table_container .tableau .table_header .cta-action-navigation .navi-icon {
        float: left; }
        .table_container .tableau .table_header .cta-action-navigation .navi-icon .fa {
          position: relative;
          top: 12px; }
      .table_container .tableau .table_header .cta-action-navigation .navi-prev {
        float: left;
        border-right: 1px solid #eb9709; }
      .table_container .tableau .table_header .cta-action-navigation .navi-next {
        float: right; }
      .table_container .tableau .table_header .cta-action-navigation .navi-icon.cta {
        height: 100%;
        font-size: 20px;
        padding: 13px 20px;
        border-radius: 0 0 0; }
  .table_container .tableau .timecontent .table_cell {
    display: inherit;
    background: #eee; }
  .table_container .tableau .table_slider {
    background: url("../images/arrowup.svg") no-repeat bottom right #eee;
    background-size: 36px;
    display: table;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    .table_container .tableau .table_slider .table_line {
      display: table-row; }
  .table_container .tableau .table_slider.fullwidth {
    background: #eee;
    width: 100%; }
    .table_container .tableau .table_slider.fullwidth .table_line.top {
      display: table;
      border-left: 1px solid #dfdfdf; }
  .table_container .tableau .table_line {
    display: table-row;
    background: #eee; }
  .table_container .tableau .table_line.last .table_cell {
    border-bottom: 1px solid #dfdfdf; }
  .table_container .tableau .table_line.top {
    background: #eee;
    text-align: center; }
    .table_container .tableau .table_line.top .table_cell {
      height: 3rem;
      font-size: 14px;
      vertical-align: middle; }
  .table_container .tableau .table_cell {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 12rem;
    height: 12rem;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf; }
  .table_container .tableau .table_cell.time {
    display: table;
    background: #eee;
    text-align: center;
    font-weight: 700; }
    .table_container .tableau .table_cell.time .time_info {
      display: table-cell;
      vertical-align: middle; }
  .table_container .tableau .table_cell.deal {
    background: #f66618;
    color: #fff;
    border-color: #f66618; }
    .table_container .tableau .table_cell.deal:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
      cursor: pointer; }
    .table_container .tableau .table_cell.deal .deal_details .fat {
      float: left;
      padding: 0.8rem 0 0 1rem;
      margin: 0;
      line-height: normal;
      font-weight: normal;
      line-height: 1.1;
      font-size: 18px; }
      .table_container .tableau .table_cell.deal .deal_details .fat span {
        font-size: 12px;
        display: block;
        font-weight: 700; }
    .table_container .tableau .table_cell.deal .deal_details a {
      display: table;
      width: 100%;
      height: 12rem;
      color: #fff;
      text-decoration: none; }
    .table_container .tableau .table_cell.deal .deal_details .discount {
      position: absolute;
      right: -5px;
      top: 0;
      text-align: right;
      line-height: 1;
      margin: 11px 0 0;
      padding: 5px 8px;
      font-weight: 700;
      font-size: 12px;
      width: 47px;
      text-align: center;
      background: #94bd3c;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg); }
    .table_container .tableau .table_cell.deal .deal_details .tarif {
      position: absolute;
      top: 6.3rem;
      width: 100%;
      padding: 0 0.25rem 1rem 1rem; }
      .table_container .tableau .table_cell.deal .deal_details .tarif .small {
        display: block;
        font-size: 12px;
        line-height: normal;
        margin: 0;
        font-weight: 700; }
      .table_container .tableau .table_cell.deal .deal_details .tarif .small.fat {
        font-weight: 900; }
      .table_container .tableau .table_cell.deal .deal_details .tarif .small.big {
        font-size: 18px;
        padding: 0;
        background: none; }
    .table_container .tableau .table_cell.deal .deal_details .fat {
      font-weight: 900; }
  .table_container .tableau .table_cell.deal.green {
    background: #309825;
    background-size: 22px;
    border-color: #2a8320; }
    .table_container .tableau .table_cell.deal.green:after {
      font-family: "FontAwesome";
      content: "\f055";
      font-size: 22px;
      position: absolute;
      top: 0;
      right: .75rem;
      pointer-events: none;
      -khtml-opacity: 0.9;
      -moz-opacity: 0.9;
      -ms-filter: "alpha(opacity=90)";
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      filter: alpha(opacity=90);
      opacity: 0.9; }
    .table_container .tableau .table_cell.deal.green .deal_details .fat {
      width: 100%;
      padding: 0.8rem 0 0.8rem 1rem;
      background: #2b8821; }
  .table_container .tableau .table_cell.deal.yellow {
    background: #f6a318;
    border-color: #eb9709; }
    .table_container .tableau .table_cell.deal.yellow .deal_details .fat {
      width: 100%;
      padding: 0.8rem 0 0.8rem 1rem;
      background: #f09a09; }
  .table_container .tableau .table_cell.deal.orange {
    background: #f66618;
    border-color: #eb5909; }
    .table_container .tableau .table_cell.deal.orange .deal_details .fat {
      width: 100%;
      padding: 0.8rem 0 0.8rem 1rem;
      background: #f05a09; }
  .table_container .tableau .table_cell.deal.red {
    background: #f10;
    border-color: #e60f00; }
    .table_container .tableau .table_cell.deal.red .deal_details .fat {
      width: 100%;
      padding: 0.8rem 0 0.8rem 1rem;
      background: #eb1000; }
  .table_container .tableau .table_cell.deal.in_cart {
    background: #00a9bb;
    border-color: #0092a2; }
    .table_container .tableau .table_cell.deal.in_cart .deal_details .fat {
      width: 100%;
      background: #0092a2;
      padding: 0.8rem 0 0.8rem 1rem; }
    .table_container .tableau .table_cell.deal.in_cart .discount {
      display: none; }
    .table_container .tableau .table_cell.deal.in_cart:after {
      font-family: "FontAwesome";
      content: "\f058";
      font-size: 22px;
      position: absolute;
      top: 0;
      right: .75rem;
      pointer-events: none;
      -khtml-opacity: 0.9;
      -moz-opacity: 0.9;
      -ms-filter: "alpha(opacity=90)";
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      filter: alpha(opacity=90);
      opacity: 0.9; }
  .table_container .tableau .table_cell.deal.small {
    background: #f6a318;
    border-color: #f6a318; }
  .table_container .tableau .table_cell.deal.big {
    background: #f10;
    border-color: #f10; }
  .table_container .tableau .table_cell.empty {
    background: #f5f5f5; }
  .table_container .tableau .notdispo {
    text-align: center;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 10px;
    clear: both; }
    .table_container .tableau .notdispo .cta {
      display: inline-block;
      padding: 10px 30px;
      margin-top: 5px;
      -moz-border-radius: 50px;
      border-radius: 50px; }

.table_container .formulas {
  margin-top: 30px; }
  .table_container .formulas .titlespe {
    display: block;
    padding: 15px 10px 0 10px;
    background: #eee;
    font-size: 2.5rem;
    font-weight: 900; }
  .table_container .formulas .info_formules {
    background: #eee;
    padding: 0 10px 10px 10px; }
    .table_container .formulas .info_formules p {
      margin: 0; }
    .table_container .formulas .info_formules .fa {
      float: left;
      text-align: right;
      line-height: 25px;
      margin-right: 10px; }
  .table_container .formulas .packform {
    margin-bottom: 30px; }
    .table_container .formulas .packform .menu_head.parent {
      position: relative;
      background: #007b88;
      color: #fff;
      border: none !important;
      padding: 0; }
      .table_container .formulas .packform .menu_head.parent .parent_content {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%; }
      .table_container .formulas .packform .menu_head.parent .fa {
        color: #fff;
        margin-left: 0 !important; }
      .table_container .formulas .packform .menu_head.parent .name_formule {
        vertical-align: middle;
        width: 60%;
        padding: 0 10px; }
      .table_container .formulas .packform .menu_head.parent .parent_right {
        vertical-align: middle;
        width: 40%;
        border-left: 1px solid #0092a2;
        padding: 0 0 0 10px; }
        .table_container .formulas .packform .menu_head.parent .parent_right .tably {
          display: table;
          width: 100%; }
      .table_container .formulas .packform .menu_head.parent .dealing {
        display: table-cell;
        padding: 10px 0; }
        .table_container .formulas .packform .menu_head.parent .dealing .seance .price {
          padding: 0;
          font-weight: 900; }
      .table_container .formulas .packform .menu_head.parent .info_formule {
        display: table-cell;
        border: none;
        font-weight: 700; }
        .table_container .formulas .packform .menu_head.parent .info_formule .tably {
          display: table;
          width: 100%; }
        .table_container .formulas .packform .menu_head.parent .info_formule .duration {
          display: table-cell;
          padding: 10px; }
        .table_container .formulas .packform .menu_head.parent .info_formule .age {
          display: table-cell; }
        .table_container .formulas .packform .menu_head.parent .info_formule .moreinfo {
          display: table-cell;
          width: 20%; }
          .table_container .formulas .packform .menu_head.parent .info_formule .moreinfo .fa {
            font-size: 20px; }
    .table_container .formulas .packform .menu_head.child {
      padding: 0 !important;
      background: #eee; }
      .table_container .formulas .packform .menu_head.child:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        cursor: pointer; }
      .table_container .formulas .packform .menu_head.child .name_formule {
        width: 60%;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .table_container .formulas .packform .menu_head.child .name_formule .text {
          display: inline-block;
          padding: 0 10px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      .table_container .formulas .packform .menu_head.child .info_formule {
        display: table;
        position: relative;
        font-weight: 700;
        width: 40%; }
        .table_container .formulas .packform .menu_head.child .info_formule .remise {
          display: table-cell;
          background: #94bd3c;
          font-size: .8em;
          color: #fff;
          padding: 0 8px;
          margin: 11px 0 0; }
        .table_container .formulas .packform .menu_head.child .info_formule .places {
          display: table-cell;
          vertical-align: middle;
          width: 35%;
          background: #dfdfdf;
          color: #007b88;
          text-align: center;
          font-size: 20px;
          padding: 0 10px;
          font-weight: 900;
          border-left: 1px solid #dfdfdf;
          line-height: 18px; }
          .table_container .formulas .packform .menu_head.child .info_formule .places .small {
            font-size: 0.6em;
            font-weight: 700; }
          .table_container .formulas .packform .menu_head.child .info_formule .places .base {
            font-size: 16px;
            font-weight: 700; }
      .table_container .formulas .packform .menu_head.child .info_formule.green .dealing {
        background: #309825; }
      .table_container .formulas .packform .menu_head.child .info_formule.yellow .dealing {
        background: #f6a318; }
      .table_container .formulas .packform .menu_head.child .info_formule.orange .dealing {
        background: #f66618; }
      .table_container .formulas .packform .menu_head.child .info_formule.red .dealing {
        background: #f10; }
      .table_container .formulas .packform .menu_head.child .dealing {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        margin: 0;
        width: 65%; }
        .table_container .formulas .packform .menu_head.child .dealing .seance {
          display: table-cell;
          padding: 12px 10px;
          width: 81%; }
          .table_container .formulas .packform .menu_head.child .dealing .seance .price {
            color: #fff;
            padding: 0;
            font-size: 18px;
            font-weight: 900; }
            .table_container .formulas .packform .menu_head.child .dealing .seance .price .normal_price {
              position: relative;
              font-size: 0.8em;
              opacity: .9; }
              .table_container .formulas .packform .menu_head.child .dealing .seance .price .normal_price:before {
                position: absolute;
                content: "";
                left: 0;
                top: 50%;
                right: 0;
                border-top: 2px solid;
                border-color: #fff;
                -webkit-transform: rotate(-20deg);
                -moz-transform: rotate(-20deg);
                -ms-transform: rotate(-20deg);
                -o-transform: rotate(-20deg);
                transform: rotate(-20deg); }
      .table_container .formulas .packform .menu_head.child .places {
        display: inline-block; }
        .table_container .formulas .packform .menu_head.child .places .duration {
          display: inline-block;
          padding-left: 10px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
  .table_container .formulas #firstpane .menu_head {
    display: block;
    width: 100%;
    cursor: pointer;
    font-weight: inherit;
    background-size: 20px;
    margin: 0;
    text-align: left;
    font-size: 1.6rem;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; }
    .table_container .formulas #firstpane .menu_head .fa {
      margin-left: 8px; }
    .table_container .formulas #firstpane .menu_head .flexy {
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .table_container .formulas #firstpane .menu_head.active {
    background: #f5f5f5; }
  .table_container .formulas .menu_body {
    display: none;
    padding: 20px;
    clear: both;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; }
    .table_container .formulas .menu_body ul {
      padding: 0 0 0 10px; }
      .table_container .formulas .menu_body ul li.highlight {
        color: #007b88;
        font-weight: 700; }
    .table_container .formulas .menu_body span {
      font-weight: 600; }
  .table_container .formulas .name_formule {
    display: inline-block;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .table_container .formulas .info_formule {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .table_container .formulas .info_formule .duration {
      display: inline-block; }
      .table_container .formulas .info_formule .duration .fa {
        color: #007b88;
        margin-right: 5px; }
    .table_container .formulas .info_formule .age {
      display: inline-block; }
      .table_container .formulas .info_formule .age .fa {
        color: #007b88;
        margin-right: 8px; }
  .table_container .formulas .dealing {
    font-weight: 700;
    margin: 0 auto;
    text-align: center; }
    .table_container .formulas .dealing .seance {
      display: inline-block;
      margin: 0 auto; }
      .table_container .formulas .dealing .seance .price {
        display: inline-block;
        padding: 0 10px 0 0;
        -moz-border-radius: 2px;
        border-radius: 2px; }
      .table_container .formulas .dealing .seance .small {
        padding: 5px;
        background: #94bd3c;
        color: #fff; }
    .table_container .formulas .dealing .moreinfo {
      position: absolute;
      right: 10px; }
      .table_container .formulas .dealing .moreinfo sup {
        margin-right: 8px; }
      .table_container .formulas .dealing .moreinfo .fa {
        font-weight: 700;
        margin: 0 !important; }

/* Popup selection places tableau */
#session_order {
  width: 315px;
  min-width: 550px; }
  #session_order h2, #session_order h3 {
    margin: 0; }
  #session_order #avail {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 2px 30px;
    font-weight: 700;
    background: #007b88;
    color: #fff;
    -moz-border-radius: 50px;
    border-radius: 50px; }
  #session_order .date {
    font-weight: 700; }
  #session_order .bloc_places {
    margin: 20px 0;
    border: 1px solid #dfdfdf; }
    #session_order .bloc_places .label {
      font-weight: 700;
      background: #eee;
      padding: 10px; }
    #session_order .bloc_places .content {
      padding: 10px; }
    #session_order .bloc_places p {
      margin: 0 0 0.55em 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      #session_order .bloc_places p .item {
        margin: 0 10px 0 0; }
        #session_order .bloc_places p .item .fa {
          margin-right: 5px; }
      #session_order .bloc_places p .price .fa {
        margin-right: 5px; }
      #session_order .bloc_places p .percent {
        display: inline-block;
        background: #94bd3c;
        color: #fff;
        padding: 2px 10px;
        margin-left: 5px;
        font-weight: 700;
        -moz-border-radius: 50px;
        border-radius: 50px; }
      #session_order .bloc_places p .select_places {
        text-align: right;
        font-size: 14px; }
      #session_order .bloc_places p .place_price {
        font-size: 14px; }
  #session_order .qtyminus,
  #session_order .qtyplus {
    float: left;
    width: 33%;
    height: 50px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: #e5e5e5;
    border: 1px solid #ccc;
    font-size: 26px;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0; }
    #session_order .qtyminus:hover,
    #session_order .qtyplus:hover {
      background: #eee;
      color: #007b88; }
    #session_order .qtyminus:active,
    #session_order .qtyplus:active {
      background: #007b88;
      color: #fff;
      border-color: #007b88; }
  #session_order .form-type-textfield {
    margin: 0; }
    #session_order .form-type-textfield input {
      float: left;
      width: 33%;
      height: 50px;
      padding: 0 10px;
      margin: 0;
      text-align: center;
      font-size: 20px;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: none;
      border-right: none;
      -moz-border-radius: 0 0 0 0;
      border-radius: 0 0 0 0; }
      #session_order .form-type-textfield input:focus,
      #session_order .form-type-textfield input:active {
        border: 1px solid #ccc; }
  #session_order .form-submit {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #f6a318;
    padding: 10px 30px;
    position: relative;
    z-index: 99;
    margin: 30px auto 0;
    width: auto;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    -moz-border-radius: 50px;
    border-radius: 50px; }
    #session_order .form-submit:hover {
      background: #f7b039; }
    #session_order .form-submit:active {
      background: #e39209; }

#session_order_user {
  max-width: 610px; }
  #session_order_user .messages.error {
    font-weight: 700;
    margin: 15px 0;
    max-width: inherit;
    font-size: inherit;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  #session_order_user .details_pers {
    border: 1px solid #dfdfdf;
    margin: 0; }
    #session_order_user .details_pers .title .cell {
      padding: 10px; }
    #session_order_user .details_pers .soustitle .cell.sub {
      padding: 10px;
      border-bottom: 1px solid #ccc; }
    #session_order_user .details_pers .soustitle .toppy {
      display: table;
      width: 100%;
      padding: 10px;
      font-weight: 700; }
      #session_order_user .details_pers .soustitle .toppy div {
        display: table-cell; }
      #session_order_user .details_pers .soustitle .toppy .cell {
        display: inline-block; }
      #session_order_user .details_pers .soustitle .toppy .cell.right {
        text-align: right;
        width: 100%; }
    #session_order_user .details_pers .content_grid {
      padding: 0; }
      #session_order_user .details_pers .content_grid .lined {
        border-top: 1px solid #dfdfdf;
        padding: 15px; }
      #session_order_user .details_pers .content_grid .cell .form-item label {
        display: none; }
      #session_order_user .details_pers .content_grid .cell .form-item input.error {
        border-color: #ed6054; }
      #session_order_user .details_pers .content_grid .cell.small {
        text-align: left; }
  #session_order_user .form-submit {
    display: block;
    width: auto;
    text-align: center;
    text-decoration: none;
    background: #f6a318;
    border: none;
    font-size: 16px;
    padding: 10px 30px;
    margin: 30px auto 0;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    -moz-border-radius: 50px;
    border-radius: 50px; }
    #session_order_user .form-submit:hover {
      background: #f7b039; }
    #session_order_user .form-submit:active {
      background: #e39209; }

.sidebar .sidebar_content {
  background: #fff; }

.sidebar .scroll-to-fixed-fixed .price {
  background: #3c3c3c !important; }

.sidebar .ticket {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border: 1px solid #dfdfdf;
  background: #fff; }
  .sidebar .ticket .options {
    display: inline-block;
    width: 100%; }
    .sidebar .ticket .options .label {
      display: inline-block;
      margin-top: 0.75em;
      font-weight: 900;
      -moz-border-radius: 50px;
      border-radius: 50px; }
    .sidebar .ticket .options .line {
      display: table;
      width: 100%;
      border-bottom: 1px solid #dfdfdf;
      padding: 10px 0; }
      .sidebar .ticket .options .line .lefty {
        display: table-cell;
        width: 75%;
        text-align: left;
        line-height: normal; }
        .sidebar .ticket .options .line .lefty .fa {
          color: #007b88; }
        .sidebar .ticket .options .line .lefty .label {
          display: inline-block;
          background: #007b88;
          color: #fff;
          padding: 5px 15px;
          margin: 5px 0;
          font-weight: 900;
          -moz-border-radius: 50px;
          border-radius: 50px; }
        .sidebar .ticket .options .line .lefty .readmore.panier + [data-readmore-toggle], .sidebar .ticket .options .line .lefty .readmore.panier[data-readmore] {
          font-size: 0.8em; }
      .sidebar .ticket .options .line .readmore.panier.formule + [data-readmore-toggle], .sidebar .ticket .options .line .readmore.panier.formule[data-readmore] {
        font-size: 0.8em; }
      .sidebar .ticket .options .line .righty {
        display: table-cell;
        width: 25%;
        text-align: right;
        font-weight: 700; }
        .sidebar .ticket .options .line .righty .amount {
          color: #007b88; }
      .sidebar .ticket .options .line .delete {
        font-size: 10px;
        margin-left: 5px;
        background: #007b88;
        color: #fff;
        padding: 2px 5px;
        -moz-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer; }
    .sidebar .ticket .options .line.noborder {
      border: none; }
    .sidebar .ticket .options .line.nopad {
      padding: 0; }
    .sidebar .ticket .options .line.formule {
      padding: 10px;
      padding-bottom: 0;
      background: #eee; }
      .sidebar .ticket .options .line.formule .lefty, .sidebar .ticket .options .line.formule .righty {
        display: block;
        float: left; }
    .sidebar .ticket .options ul.safer {
      padding: 0; }
      .sidebar .ticket .options ul.safer li {
        list-style-type: none; }
        .sidebar .ticket .options ul.safer li .fa {
          margin-right: 10px;
          width: 5%;
          text-align: center; }
        .sidebar .ticket .options ul.safer li a {
          color: #007b88;
          text-decoration: none; }
          .sidebar .ticket .options ul.safer li a:hover {
            text-decoration: underline; }
    .sidebar .ticket .options .coord ul {
      padding: 0;
      margin: 5px 0 0; }
      .sidebar .ticket .options .coord ul li {
        display: inline-block;
        margin: 0 5px; }
    .sidebar .ticket .options .coord .lang {
      display: inline-block; }
    .sidebar .ticket .options .coord .center {
      width: 100%;
      text-align: center; }
    .ticket .options .coord a.bold {
      color: #007b88 !important;
      font-weight: 700;
      text-decoration: none; 
      margin-top: 5px; }
      .sidebar .ticket .options .coord a.bold:hover {
        text-decoration: underline; }
    .bloc_plus.info_presta .pad .periode_ouverture ul.open li.active,
    .ticket .options .periode_ouverture ul.open li.active {
      background: #007b88;
      color: #fff; }
    /* .ticket .options .coord .tooltip span {
      background: #007b88;
      padding: 5px 10px;
      margin-top: -35px;
      margin-left: -5px; } */
    .sidebar .ticket .options .coord #mini_gmap {
      margin: 10px 0; }
  .ticket .cta {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #f6a318;
    border: none;
    font-size: 16px;
    padding: 10px 0;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -moz-border-radius: 50px;
    border-radius: 50px; }
    .sidebar .ticket .cta:hover {
      background: #f7b039; }
    .sidebar .ticket .cta:active {
      background: #e39209; }
    .sidebar .ticket .cta .fa {
      margin-right: 5px; }
  .sidebar .ticket .cta.tooltip span {
    text-transform: none;
    margin-top: -50px;
    left: 9px;
    font-weight: 700; }
  .sidebar .ticket .cta.nocart {
    background: none;
    color: #f6a318;
    border: 2px solid #f6a318; }

.sidebar .bloc_plus {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #dfdfdf;
  text-align: center; }
  .sidebar .bloc_plus ul {
    padding: 0;
    margin: 5px 0 0; }
    .bloc_plus ul li {
      list-style-type: none; }
  .sidebar .bloc_plus h3 {
    margin: 0; }
  .sidebar .bloc_plus img {
    width: 100%;
    max-width: 220px; }
    .bloc_plus a.bold {
      color: #007b88;
      font-weight: 700;
      text-decoration: none;}
  .sidebar .bloc_plus .fa-star,
  .sidebar .bloc_plus .fa-wheelchair {
    color: #f6a318; }

.sidebar .bloc_plus.info_presta {
  padding: 0; }
  /* .sidebar .bloc_plus.info_presta a.tooltip {
    color: #fff; } */
  .sidebar .bloc_plus.info_presta .pad {
    padding: 15px; }
  .sidebar .bloc_plus.info_presta .pad.spots {
    border-top: 1px solid #dfdfdf; }
    .sidebar .bloc_plus.info_presta .pad.spots ul li {
      display: block;
      margin: 0; }
  .sidebar .bloc_plus.info_presta .top {
    background: #eee;
    padding: 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .sidebar .bloc_plus.info_presta .top div {
      width: 100%; }
    .sidebar .bloc_plus.info_presta .top .fat {
      font-weight: 900; }
  .sidebar .bloc_plus.info_presta img.profil {
    max-width: 60px !important;
    min-height: 60px !important;
    margin: 0 10px 0 0 !important; }
  .sidebar .bloc_plus.info_presta .marger {
    margin: 0 0 15px 0; }
  .sidebar .bloc_plus.info_presta ul {
    padding: 0;
    margin: 5px 0 0; }
    .sidebar .bloc_plus.info_presta ul li {
      display: inline-block;
      margin-right: 10px; }
  .sidebar .bloc_plus.info_presta ul.open li.active {
    background: #007b88;
    color: #fff; }
  .sidebar .bloc_plus.info_presta .tooltip span {
    background: #007b88;
    padding: 5px 10px;
    margin-top: -35px;
    margin-left: -5px; }
  .sidebar .bloc_plus.info_presta .cta {
    display: block;
    margin-top: 15px;
    text-align: center;
    -moz-border-radius: 50px;
    border-radius: 50px; }
  

.booking-wrapper {
  max-width: 800px; }
  .booking-wrapper h2 {
    margin: 5px 0 0;
    line-height: normal; }
  .booking-wrapper .intro {
    display: inline-block;
    max-width: 100%;
    background: #007b88;
    color: #fff;
    padding: 5px 30px;
    font-weight: 700;
    -moz-border-radius: 50px;
    border-radius: 50px; }
    .booking-wrapper .intro .block {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .booking-wrapper p {
    margin: 0; }
  .booking-wrapper #booking-form .error {
    width: 100%;
    max-width: inherit;
    margin: 15px 0;
    font-weight: 700; }
  .booking-wrapper #booking-form .cadre {
    border: 1px solid #dfdfdf;
    margin-top: 15px;
    margin-bottom: 15px; }
    .booking-wrapper #booking-form .cadre h3 {
      font-size: 1.2em;
      background: #eee;
      padding: 15px 10px;
      margin: 0; }
  .booking-wrapper #booking-form .booking_content {
    padding: 0 10px; }
  .booking-wrapper #booking-form .champ {
    padding: 10px 0;
    width: 100%; }
    .booking-wrapper #booking-form .champ label {
      display: none; }
    .booking-wrapper #booking-form .champ .form-item {
      margin: 0; }
      .booking-wrapper #booking-form .champ .form-item input, .booking-wrapper #booking-form .champ .form-item textarea, .booking-wrapper #booking-form .champ .form-item select {
        border: 1px solid #ccc;
        width: 100%; }
        .booking-wrapper #booking-form .champ .form-item input:focus, .booking-wrapper #booking-form .champ .form-item textarea:focus, .booking-wrapper #booking-form .champ .form-item select:focus {
          border-color: #373737; }
  .booking-wrapper #booking-form .champ.nopad {
    padding: 0; }
  .booking-wrapper #booking-form .center {
    text-align: center; }
    .booking-wrapper #booking-form .center #booking-form-submit {
      display: inline-block;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      background: #f6a318;
      border: none;
      font-size: 16px;
      padding: 10px 30px;
      margin-top: 10px;
      text-transform: uppercase;
      color: #fff;
      cursor: pointer;
      -moz-border-radius: 50px;
      border-radius: 50px; }
      .booking-wrapper #booking-form .center #booking-form-submit:hover {
        background: #f7b039; }
      .booking-wrapper #booking-form .center #booking-form-submit:active {
        background: #e39209; }
  .booking-wrapper .confirm {
    margin: 10px 0; }
    .booking-wrapper .confirm .fa {
      color: #007b88;
      margin-right: 8px; }
  .booking-wrapper .cta {
    display: inline-block;
    padding: 10px 30px;
    margin-top: 10px;
    -moz-border-radius: 50px;
    border-radius: 50px; }

#vlog {
  text-align: center; }
  #vlog .container_vlog {
    margin-top: 10px; }
  #vlog iframe {
    min-height: 210px; }

.form .ticket.sup {
  margin-top: 30px;
  text-align: center;
  border-bottom: none; }

.form .ticket.sup .wish {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 10px;
  font-weight: 700;
  cursor: pointer;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.form .ticket.sup .wish:hover {
  border-color: #999; }

.form .ticket.sup .wish .fa {
  margin-right: 10px; }

.form .ticket.last {
  border: none;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.form .ticket.last .content_share {
  display: inline-block;
  width: 100%;
  border-right: 1px solid #dfdfdf;
  position: relative; }

.form .ticket.last .share {
  width: 33.33333333%;
  float: left;
  text-align: center;
  text-decoration: none;
  border: 1px solid #dfdfdf;
  padding: 10px 0; }

.form .ticket.last .share .fa {
  margin-right: 10px; }

.form .ticket.last .share.plus {
  float: right;
  margin-left: -2px;
  border-right-width: 0;
  border-left-width: 0; }

.form .ticket.last .content_share .share + .share {
  margin-left: -1px; }

.form .ticket.last .share:hover {
  background: #dfdfdf; }

.form .ticket.last .share.plus:hover {
  border-color: #dfdfdf; }

/* Detail single page */
.leftonly {
  width: calc(66.66667% - 2rem); }
  .leftonly .details {
    margin: 30px 0;
    padding-top: 20px;
    border-top: 1px solid #dfdfdf; }
    .leftonly .details .addresse {
      font-weight: 700;
      margin-top: 5px; }
      .leftonly .details .addresse .fa {
        color: #007b88;
        margin-right: 5px; }
    .leftonly .details .photo {
      display: inline-block; }
      .leftonly .details .photo ul {
        padding: 0; }
        .leftonly .details .photo ul li {
          display: inline;
          float: left;
          width: 31%;
          margin: 1%; }
          .leftonly .details .photo ul li img {
            width: 100%; }
    .leftonly .details .video iframe {
      min-height: 318px; }
    .leftonly .details .label {
      font-weight: 700;
      margin-bottom: 15px; }
    .leftonly .details .moniteurs {
      float: left;
      text-align: center;
      margin: 0 15px; }
    .leftonly .details .photo_presta {
      text-align: center;
      padding: 10px 15px;
      background: #eee;
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .leftonly .details .photo_presta img.profil {
        margin-right: 10px !important;
        min-height: 80px; }
    .leftonly .details .presta {
      padding: 15px; }
      .leftonly .details .presta .commentaires {
        margin: 20px 0;
        font-weight: 700; }
      .leftonly .details .presta h4 {
        font-size: 16px; }
      .leftonly .details .presta .cta {
        display: inline-block;
        margin-top: 15px;
        text-decoration: none;
        text-transform: inherit;
        padding: 10px 30px;
        -moz-border-radius: 50px;
        border-radius: 50px; }
        .leftonly .details .presta .cta:hover, .leftonly .details .presta .cta:active {
          color: #fff; }
  .leftonly .details.content_prestation .titlespe {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 20px; }
  .leftonly .details.content_prestation h2 {
    font-weight: normal;
    font-size: 1.6rem !important;
    display: initial;
    margin: 0; }
  .leftonly .details.noborder {
    border: none;
    padding: 0; }
  .leftonly #pro {
    border: 1px solid #dfdfdf; }
  .leftonly .comments-wrapper ul {
    padding: 0;
    margin: 0; }
    .leftonly .comments-wrapper ul li {
      list-style-type: none;
      margin: 15px 0;
      padding: 15px 0;
      border-top: 1px solid #dfdfdf; }
      .leftonly .comments-wrapper ul li .header {
        display: inline-block;
        width: 100%;
        line-height: normal;
        margin: 0 0 10px 0; }
        .leftonly .comments-wrapper ul li .header .first_line {
          display: flex;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
      .leftonly .comments-wrapper ul li .name {
        font-weight: 700; }
      .leftonly .comments-wrapper ul li .date {
        display: block; }
      .leftonly .comments-wrapper ul li .flag-icon {
        font-size: 10px;
        margin-left: 8px; }
      .leftonly .comments-wrapper ul li .rating .fa {
        color: #f6a318; }
      .leftonly .comments-wrapper ul li .source {
        margin: 10px 0 0; }

#main.single .single_content .details .moniteurs img.profil {
  margin: 0; }

#main.single .single_content .photo_presta img.profil {
  float: none;
  margin: 0; }

.single_content .presta .icon {
  display: inline-block;
  background-position: 0 0;
  width: 10%;
  margin: 0 4%;
  text-align: center; }

.single_content .presta .icon img {
  padding: 12%; }

.single_content .presta .icon span {
  display: inline-block;
  color: #767676; }

.single_content .cta_mobileonly {
  display: none; }

.readmore + [data-readmore-toggle] {
  color: #007b88;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  font-weight: 700; }
  .readmore + [data-readmore-toggle]:hover {
    color: #00a9bb; }

.readmore + [data-readmore-toggle].morelink:after {
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 5px; }

.readmore + [data-readmore-toggle].lesslink:after {
  font-family: "FontAwesome";
  content: "\f106";
  margin-left: 5px; }

[data-readmore-toggle] {
  text-align: center;
  padding: 5px 0; }

/* User page */
/* Fancybox plus d'info */
#main.single .center_content .button.fancybox_pop {
  padding: 10px 15px; }
  #main.single .center_content .button.fancybox_pop:hover {
    background: #f7b039; }
  #main.single .center_content .button.fancybox_pop:active {
    background: #e39209; }
  #main.single .center_content .button.fancybox_pop .fa {
    margin-right: 10px; }

.fancybox-inner h3 {
  border-bottom: 1px solid #eee;
  text-align: center; }

.fancybox-inner .form-item-email label {
  float: left;
  margin-right: 15px; }

.fancybox-inner .form-item-email input {
  border: 1px solid #eee; }
  .fancybox-inner .form-item-email input:focus {
    border-color: #f6a318; }

.fancybox-inner .form-submit {
  width: 100%; }

#main.user .single_content,
#main.single .single_content {
  margin: 0;
  clear: both; }

#main.user .content_user {
  clear: both; }
  #main.user .content_user .plus_presta {
    font-size: 2.8rem;
    padding: 10px;
    background: #eee; }

#main.user .single_content h1 {
  padding: 25px 0 0 120px; }

#main.single .menumob_container {
  display: block; }

#main.single .menumob_container.scroll-to-fixed-fixed .menumob {
  border-bottom: 1px solid #dfdfdf; }

#main.single .menumob {
  background: #fff;
  padding: 0; }
  #main.single .menumob li {
    display: inline-block; }
    #main.single .menumob li a {
      display: inline-block;
      text-decoration: none;
      padding: 19px 10px;
      font-weight: 700;
      border-bottom: 5px solid transparent; }
      #main.single .menumob li a:hover {
        text-decoration: none;
        color: #007b88;
        border-bottom: 5px solid #007b88; }
      #main.single .menumob li a:after {
        content: "";
        display: block; }
    #main.single .menumob li a.active {
      color: #007b88;
      border-bottom: 5px solid #007b88; }
    #main.single .menumob li:after {
      font-family: "FontAwesome";
      content: "\f111";
      font-size: 4px;
      position: relative;
      top: -3px; }
  #main.single .menumob li.last:after {
    content: inherit; }

#main.single .ancremobile {
  position: relative;
  top: -90px; }

#main.single .single_content .parts {
  display: inline-block;
  width: 100%;
  padding: 20px 0 10px 0;
  margin: 10px 0;
  border-top: 1px solid #dfdfdf; }
  #main.single .single_content .parts ul {
    padding-left: 10px; }
  #main.single .single_content .parts .label {
    font-weight: 700;
    margin-bottom: 15px; }
  #main.single .single_content .parts .list .fa {
    margin: 0 20px 0 0; }
  #main.single .single_content .parts .list ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #main.single .single_content .parts .list ul li {
      line-height: 35px; }
  #main.single .single_content .parts #big_map_activite {
    margin: 15px 0 0; }
  #main.single .single_content .parts .lang {
    padding: 0; }
    #main.single .single_content .parts .lang li {
      display: inline-block;
      margin-right: 10px; }
      #main.single .single_content .parts .lang li .flag-icon {
        margin-right: 5px; }
  #main.single .single_content .parts .addresse .fa {
    color: #007b88;
    margin-right: 5px; }

#main.single .single_content #comments {
  margin-top: 30px; }
  #main.single .single_content #comments ul {
    padding: 0;
    margin: 0; }
    #main.single .single_content #comments ul li {
      list-style-type: none;
      padding: 20px 0;
      border-bottom: 1px solid #dfdfdf; }
      #main.single .single_content #comments ul li .header {
        display: inline-block;
        width: 100%;
        line-height: normal;
        margin: 0 0 10px 0; }
        #main.single .single_content #comments ul li .header .first_line {
          display: flex;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
      #main.single .single_content #comments ul li .name {
        font-weight: 700; }
      #main.single .single_content #comments ul li .date {
        display: block; }
      #main.single .single_content #comments ul li .flag-icon {
        font-size: 10px;
        margin-left: 8px; }
      #main.single .single_content #comments ul li .rating .fa {
        color: #f6a318; }
      #main.single .single_content #comments ul li .source {
        margin: 10px 0 0; }

#main.single .single_content .indis {
  margin: 0;
  padding: 0; }
  #main.single .single_content .indis li {
    list-style-type: none; }
    #main.single .single_content .indis li .fa {
      font-weight: 700;
      margin-right: 8px; }

#main.single .single_content .parts.noborder {
  border: none;
  padding: 0; }

#main.single .single_content p.title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 20px; }

#main.single .single_content .acti {
  display: inline-block;
  margin-bottom: 20px;
  background: #fff;
  width: 100%; }
  #main.single .single_content .acti:hover {
    -webkit-box-shadow: 0px 3px 3px 0px #cccccc;
    -moz-box-shadow: 0px 3px 3px 0px #cccccc;
    box-shadow: 0px 3px 3px 0px #cccccc;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  #main.single .single_content .acti a {
    text-decoration: none; }
  #main.single .single_content .acti .title_principal {
    display: none; }
  #main.single .single_content .acti .content_acti {
    border: 1px solid #dfdfdf; }
    #main.single .single_content .acti .content_acti .mid .image {
      position: relative; }
      #main.single .single_content .acti .content_acti .mid .image .amount {
        position: absolute;
        /* bottom: 0;
        left: 0; */
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-weight: 700;
        padding: 2px 10px; }
    #main.single .single_content .acti .content_acti .mid .mid_content {
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px; }
      #main.single .single_content .acti .content_acti .mid .mid_content strong {
        font-weight: 900; }
    #main.single .single_content .acti .content_acti .mid h2 {
      font-size: inherit;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    #main.single .single_content .acti .content_acti .mid .icon {
      float: left;
      min-width: 20px;
      max-width: 20px;
      margin-right: 10px;
      margin-left: 0;
      text-align: center; }
      #main.single .single_content .acti .content_acti .mid .icon img {
        padding: 0; }
    #main.single .single_content .acti .content_acti .mid .fa {
      margin-right: 10px; }
    #main.single .single_content .acti .content_acti .mid .label {
      display: inline-block;
      margin-bottom: 5px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
    #main.single .single_content .acti .content_acti .mid .title {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    #main.single .single_content .acti .content_acti .mid .lieu {
      font-weight: 400; }
    #main.single .single_content .acti .content_acti .mid .price {
      font-weight: 700; }
      #main.single .single_content .acti .content_acti .mid .price .big {
        font-size: 2rem; }
      #main.single .single_content .acti .content_acti .mid .price .stock {
        display: block;
        margin-top: 5px;
        color: #ed6054;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      #main.single .single_content .acti .content_acti .mid .price .reserve {
        display: inline-block;
        color: #fff;
        background: #f6a318;
        padding: 5px 20px;
        margin: 5px 0;
        -moz-border-radius: 50px;
        border-radius: 50px; }
        #main.single .single_content .acti .content_acti .mid .price .reserve:hover {
          background: #f7b039; }
        #main.single .single_content .acti .content_acti .mid .price .reserve:active {
          background: #e39209; }
        #main.single .single_content .acti .content_acti .mid .price .reserve .fa {
          margin: 0 0 0 10px;
          font-weight: 700; }
    #main.single .single_content .acti .content_acti .mid .cta {
      float: right;
      padding: 5px 10px;
      text-decoration: none;
      text-align: center;
      background: none;
      border: 1px solid #767676;
      color: inherit; }
      #main.single .single_content .acti .content_acti .mid .cta:hover, #main.single .single_content .acti .content_acti .mid .cta:active {
        border-color: #373737; }
      #main.single .single_content .acti .content_acti .mid .cta .fa {
        margin-left: 10px;
        margin-right: 0; }

#main.single .single_content .not_published {
  width: 100%;
  display: block;
  background-color: #007C89;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  margin-top: 30px; }

#main.single .single_content .details_table {
  border: 1px solid #dfdfdf; }
  #main.single .single_content .details_table .label {
    background: #eee;
    margin: 0;
    padding: 10px; }
  #main.single .single_content .details_table .content_details_table {
    padding: 10px; }
    #main.single .single_content .details_table .content_details_table h3 {
      font-size: 1.2em; }

#main.spot {
  margin: 0; }
  #main.spot #breadcrumb {
    width: 100%; }
  #main.spot .acti_loca .item {
    margin-bottom: 30px; }
    #main.spot .acti_loca .item .prix {
      bottom: 0;
      font-weight: 900; }
    #main.spot .acti_loca .item .infos {
      padding: 8px 0 0;
      line-height: normal;
      font-weight: 700; }
      #main.spot .acti_loca .item .infos h3 {
        font-family: inherit;
        font-weight: normal;
        font-size: inherit;
        margin: 0; }
      #main.spot .acti_loca .item .infos .fa {
        margin-right: 2px; }
      #main.spot .acti_loca .item .infos a {
        display: block;
        text-decoration: none; }
        #main.spot .acti_loca .item .infos a:hover {
          color: #333; }
      #main.spot .acti_loca .item .infos strong {
        font-size: 18px;
        font-weight: 900;
        display: block;
        overflow: hidden;}
        #main.spot .acti_loca .item .infos strong a {
          color: #373737; }
          #main.spot .acti_loca .item .infos strong a:hover {
            color: #000;
            text-decoration: underline; }
      #main.spot .acti_loca .item .infos .lieu, #main.spot .acti_loca .item .infos .date {
        display: block; }
        #main.spot .acti_loca .item .infos .lieu .fa, #main.spot .acti_loca .item .infos .date .fa, #main.spot .acti_loca .item .infos .small .fa {
          color: #007b88;
          width: 15px;
          text-align: center; }
      #main.spot .acti_loca .item .infos .date {
        font-weight: 700; }
      #main.spot .acti_loca .item .infos .small {
        display: block; }

.single_content .parts .content_content {
  text-align: center; }

.single_content .parts .offers {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #fff; }

.single_content .parts .offers:hover {
  border: 1px solid #dfdfdf;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.single_content .parts .offers .img_offers {
  float: left;
  width: 40%;
  margin-right: 5%; }

.single_content .parts .offers .fa {
  margin: 0 10px 0 0; }

.single_content .parts .offers a.cta {
  display: inline-block;
  margin: 15px 0 0;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none; }

.single_content .parts .offers a.cta:hover,
.single_content .parts .offers a.cta:active {
  color: #fff; }

.single_content .parts .offers a.cta .fa {
  margin-left: 10px; }

.single_content .parts .offers .content_offers {
  width: 55%;
  float: left;
  padding: 20px 0;
  position: relative; }

.single_content .parts .offers .content_offers span {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  color: #007b88; }

.single_content .parts .more {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 10px;
  font-weight: 700;
  cursor: pointer;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.single_content .parts .more:hover {
  border-color: #999; }

.single_content .parts .more .fa {
  margin-left: 10px; }

.details .compteur {
  background: #007b88;
  color: #fff;
  font-weight: 700;
  padding: 2px 10px;
  margin: 0 5px 0 0;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.single_content .parts .avis {
  margin: 30px 0; }

.single_content .parts .avis .fa {
  color: #f6a318; }

.single_content .parts .photo_visiteur {
  text-align: center;
  font-size: 12px; }

#main.single .single_content .parts .photo_visiteur img.profil {
  float: none;
  margin: 0 0 5px 0; }

iframe {
  display: block; }

.web {
  display: block; }

/* formulaire page user */
.url-textfield {
  display: none; }

/* Coordonnees user */
#main.user .form,
#main.single .form {
  position: absolute;
  top: 0;
  right: 0; }

.page-node #main .single_content .form {
  top: -111px;
  position: absolute;
  z-index: 99 !important; }

.page-node #main .single_content .form.nc {
  top: -97px; }

.page-node #main .single_content.user .form {
  top: -54px; }

.page-node #main .single_content .form.scroll-to-fixed-fixed .price {
  background: #373737; }

.logged-in.page-node #main .single_content .form {
  top: -111px; }

.logged-in.page-node #main .single_content.user .form {
  top: -97px; }

#main.single .sidebar .sticky.nc .price {
  padding: 22px 15px; }

#main.user .form .price,
#main.single .form .price {
  position: relative;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px;
  font-weight: 700;
  line-height: normal; }
  #main.user .form .price span,
  #main.single .form .price span {
    font-size: 2.8rem;
    color: #f6a318; }
  #main.user .form .price h3,
  #main.single .form .price h3 {
    margin: 0;
    font-weight: inherit;
    font-size: inherit; }

#main.user .coord .inter,
#main.single .coord .inter {
  display: inline-block;
  width: 100%;
  padding: 4px 0; }

#main.user .coord a,
#main.single .coord a {
  color: #f6a318;
  text-decoration: none; }

#main.user .coord a:hover,
#main.single .coord a:hover {
  text-decoration: underline; }

#main.user .coord a.button,
#main.single .coord a.button,
.parts .button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #f6a318;
  border: none;
  font-size: 14px;
  padding: 5px 15px;
  color: #fff;
  margin: 0;
  cursor: pointer;
  font-weight: 700;
  -moz-border-radius: 50px;
  border-radius: 50px; }
  #main.user .coord a.button:hover,
  #main.single .coord a.button:hover,
  .parts .button:hover {
    background: #f7b039; }
  #main.user .coord a.button:active,
  #main.single .coord a.button:active,
  .parts .button:active {
    background: #e39209; }

#main.user .coord a.button.information,
#main.single .coord a.button.information,
.parts .button.information {
  margin-right: 15px;
  font-weight: 700; }
  #main.user .coord a.button.information .fa,
  #main.single .coord a.button.information .fa,
  .parts .button.information .fa {
    margin-right: 5px; }

#main.user .coord a.button.myenterprise,
#main.single .coord a.button.myenterprise,
.parts .button.myenterprise {
  background: #f6a318;
  font-weight: 900;
  font-size: 16px;
  padding: 8px 30px;
  -moz-border-radius: 50px;
  border-radius: 50px; }
  #main.user .coord a.button.myenterprise .fa,
  #main.single .coord a.button.myenterprise .fa,
  .parts .button.myenterprise .fa {
    margin-right: 5px; }
  #main.user .coord a.button.myenterprise:hover,
  #main.user .coord a.button.myenterprise:focus,
  #main.single .coord a.button.myenterprise:hover,
  #main.single .coord a.button.myenterprise:focus,
  .parts .button.myenterprise:hover, .parts .button.myenterprise:focus {
    background: #f7b039;
    color: #fff; }
  #main.user .coord a.button.myenterprise:active,
  #main.single .coord a.button.myenterprise:active,
  .parts .button.myenterprise:active {
    background: #e39209;
    color: #fff; }

.moreinfo {
  text-align: center; }
  .moreinfo .highlight {
    font-size: 2rem;
    background: #007b88;
    color: #fff;
    font-weight: 900;
    padding: 5px 10px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .moreinfo #sportrizer_prestataire_moreinformation div {
    text-align: center; }
    .moreinfo #sportrizer_prestataire_moreinformation div .form-item-email label {
      margin: 0; }
    .moreinfo #sportrizer_prestataire_moreinformation div .form-item-email input.form-email {
      width: 100%;
      border: 1px solid #dfdfdf; }
    .moreinfo #sportrizer_prestataire_moreinformation div input.form-submit {
      outline: none;
      background: #f6a318;
      display: inline-block;
      padding: 10px 30px;
      margin-top: 20px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff;
      cursor: pointer;
      -moz-border-radius: 50px;
      border-radius: 50px; }
      .moreinfo #sportrizer_prestataire_moreinformation div input.form-submit:hover {
        background: #f7b039; }
      .moreinfo #sportrizer_prestataire_moreinformation div input.form-submit:active {
        background: #e39209; }
      .moreinfo #sportrizer_prestataire_moreinformation div input.form-submit:visited {
        color: #fff; }

#main.user .coord a.button .fa,
#main.single .coord a.button .fa {
  margin: 0 10px 0 0; }

#main.user .coord a.button:hover,
#main.single .coord a.button:hover
.parts .button:hover {
  background: #f7b039; }

#main.user .coord a.button:active,
#main.single .coord a.button:active,
.parts .button:active {
  background: #e39209; }

#main.user .coord a.button.phone,
#main.single .coord a.button.phone {
  display: none;
  cursor: pointer; }

#pagecenter {
  position: relative;
  z-index: 99;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 0 40px; }
  #pagecenter .titlebig {
    font-weight: 900;
    font-size: 30px;
    line-height: 50px; }
  #pagecenter .titlesmall {
    font-size: 18px; }
  #pagecenter .cta {
    display: inline-block;
    padding: 10px 30px;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 700;
    color: #fff; }
    #pagecenter .cta:hover {
      background: #f7b039; }
    #pagecenter .cta:active {
      background: #e39209; }
    #pagecenter .cta:visited {
      color: #fff; }

.pro #breadcrumb {
  width: 100% !important; }

.pro .flexy {
  align-items: center; }

.pro .spacy {
  margin: 4rem 0; }

.pro .spacy.second {
  margin: 100px 0 30px 0; }
  .pro .spacy.second:before {
    content: "";
    display: block;
    max-width: 100px;
    margin: 0 auto;
    border-top: 5px solid #007b88;
    padding: 2rem 0 0; }
  .pro .spacy.second h2:before {
    content: none; }

.pro .biggy {
  text-align: center;
  margin: 0;
  line-height: normal; }

.pro .smally {
  font-size: 1.8rem;
  text-align: center;
  margin: 10px 0 0; }

.pro .smally.fin {
  font-weight: normal; }

.pro h2.spacer:before {
  content: "";
  display: block;
  border-top: 5px solid #007b88;
  max-width: 50px;
  padding-bottom: 20px; }

.pro .displaymobile {
  display: none; }

.pro .lead {
  margin-top: 50px;
  margin-bottom: 50px; }
  .pro .lead .lead_content {
    text-align: center;
    background: #eee;
    padding: 20px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .pro .lead .lead_content div {
      width: 100%; }
      .pro .lead .lead_content div strong {
        display: inline-block;
        font-weight: 900;
        font-size: 20px;
        margin-bottom: 10px; }
        .pro .lead .lead_content div strong .fa {
          font-size: 32px;
          color: #007b88; }

.pro .lead.second {
  margin-top: 0; }

.pro .photopro {
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 400px;
  background-position: top center; }

.pro .textpro {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox; }
  .pro .textpro .number {
    font-weight: 900;
    font-size: 80px;
    color: #007b88; }

.pro .textpro.right {
  padding: 0 0 0 20px; }
  .pro .textpro.right h3 {
    margin: 0; }
  .pro .textpro.right .number {
    padding: 0 20px 0 0; }

.pro .textpro.left {
  padding: 0 30px 0 0; }
  .pro .textpro.left h3 {
    margin: 0; }
  .pro .textpro.left .number {
    padding: 0 20px 0 0; }

.pro .textpro.center {
  padding: 30px 0; }
  .pro .textpro.center h3 {
    margin: 0; }

.pro .centerbutton {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  text-align: center; }
  .pro .centerbutton .cta {
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    font-weight: 700; }
    .pro .centerbutton .cta:hover, .pro .centerbutton .cta:focus {
      color: #fff; }

#header.home.team {
  background: url("../images/photo-equipe.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  height: auto; }
  #header.home.team .layer {
    background-color: rgba(0, 0, 0, 0.8); }
  #header.home.team #pagecenter {
    padding: 120px 40px 80px 40px; }
    #header.home.team #pagecenter .titlebig {
      font-size: 4.8rem;
      font-family: inherit; }

#header.home.concept {
  background: url("../images/ecran_concept.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  height: auto; }
  #header.home.concept .layer {
    background-color: rgba(0, 0, 0, 0.8); }
  #header.home.concept #pagecenter {
    padding: 120px 40px 80px 40px; }
    #header.home.concept #pagecenter .titlebig {
      font-size: 4.8rem;
      font-family: inherit; }

#header.home.presse {
  background: url("../images/photo-presse.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  height: auto; }
  #header.home.presse .layer {
    background-color: rgba(0, 0, 0, 0.8); }
  #header.home.presse #pagecenter {
    padding: 120px 40px 80px 40px; }
    #header.home.presse #pagecenter .titlebig {
      font-size: 4.8rem;
      font-family: inherit; }

.w960 {
  margin: 50px auto; }
  .w960 .menu_in_page {
    text-align: center;
    margin: 0 0 50px 0;
    padding: 0;
    border-bottom: 1px solid #eee; }
    .w960 .menu_in_page li {
      display: inline-block; }
      .w960 .menu_in_page li a {
        display: block;
        font-size: 2.2rem;
        font-weight: 700;
        text-decoration: none;
        padding: 10px;
        border-bottom: 5px solid transparent; }
        .w960 .menu_in_page li a:hover {
          border-color: #007b88; }
      .w960 .menu_in_page li a.active {
        border-color: #007b88; }
  .w960 .spacy h2:before {
    content: none; }
  .w960 .team_profil {
    display: table;
    width: 100%;
    margin-bottom: 50px; }
    .w960 .team_profil .photo {
      display: table-cell;
      width: 20%; }
      .w960 .team_profil .photo img {
        width: 100%;
        display: block; }
    .w960 .team_profil .name {
      display: table-cell;
      vertical-align: middle;
      width: 80%; }
      .w960 .team_profil .name .marger {
        margin-left: 5%; }
        .w960 .team_profil .name .marger .status {
          font-weight: 700; }
        .w960 .team_profil .name .marger .links {
          display: inline-block;
          margin-top: 10px; }
          .w960 .team_profil .name .marger .links a {
            font-size: 2rem;
            margin-right: 10px;
            color: #007b88; }
            .w960 .team_profil .name .marger .links a:hover {
              color: #00a9bb; }
          .w960 .team_profil .name .marger .links:before {
            content: "";
            display: block;
            border-top: 3px solid #007b88;
            max-width: 25px;
            padding-bottom: 8px; }
      .w960 .team_profil .name h3 {
        display: block;
        font-size: 2.5rem;
        font-weight: 700;
        margin: 0; }
  .w960 .team_profil.mid {
    width: 49.5%;
    display: inline-block; }
    .w960 .team_profil.mid .photo {
      width: 30%; }
    .w960 .team_profil.mid .name {
      width: 70%; }
  .w960 h2,
  .w960 h2.spacer {
    font-family: inherit; }
    .w960 h2:before,
    .w960 h2.spacer:before {
      content: "";
      display: block;
      border-top: 5px solid #007b88;
      max-width: 50px;
      padding-bottom: 20px; }
  .w960 .label {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .w960 .label img {
      padding: 10px;
      width: 100%; }
  .w960 .article {
    border: 1px solid #eee;
    margin-bottom: 2rem; }
    .w960 .article a {
      display: inline-block;
      text-decoration: none;
      padding: 20px;
      text-align: center;
      color: #007b88; }
      .w960 .article a img {
        max-width: 80%; }
      .w960 .article a p.date {
        color: #767676; }
  .w960 .centerbutton a.connect {
    display: inline-block;
    color: #007b88;
    text-decoration: inherit;
    font-weight: 700;
    margin-top: 20px; }
    .w960 .centerbutton a.connect:hover {
      text-decoration: underline; }

.colorfond {
  display: inline-block;
  width: 100%;
  background: #007b88;
  color: #fff;
  padding: 0 0 30px 0;
  margin: 4rem 0 0; }
  .colorfond iframe {
    max-width: 768px;
    margin: 30px auto 0; }
  .colorfond .smally {
    font-size: 1.8rem;
    text-align: center;
    color: #fff; }
  .colorfond .cta.pro {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    text-decoration: none; }
    .colorfond .cta.pro:hover, .colorfond .cta.pro:focus {
      color: #fff; }

.colorfond.nopad {
  margin: 0;
  padding-bottom: 0; }

/* Connexion et admin */
.page-user-login ul.dropdown-menu {
  margin: 0;
  list-style-type: none; }

.page-user-login ul.dropdown-menu li {
  display: block; }

.page-user-login ul.dropdown-menu li a {
  text-decoration: none;
  padding: 10px;
  display: block; }

.page-user-login ul.dropdown-menu li a:hover,
.page-user ul.dropdown-menu li a:hover {
  background: #eee; }

.page-user-login #main input,
.page-user #main input {
  border: 1px solid #eee; }

.page-user-login #main input#edit-submit-google,
.page-user #main input#edit-submit-google {
  border: none;
  cursor: pointer;
  padding: 0; }

.node-type-prestataire .tabs-primary,
.single .tabs-primary {
  float: left ;
  background: #373737; }

.node-type-prestataire .btn-xs,
.single .btn-xs {
  background: #007b88;
  color: #fff;
  padding: 5px 10px; }

.node-type-prestataire .tabs-primary ul,
.single .tabs-primary ul {
  margin: 0;
  padding: 0; }

.node-type-prestataire .tabs-primary ul li,
.single .tabs-primary ul li {
  display: inline; }

.single #main.user .form, #main.single .form {
  /*margin-top: -150px;*/
  top: -133px; }

.logged-in .single .tabs {
  display: inline-block;
  width: 100%; }

.page-user .tabs {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  background: #373737;
  color: #fff; }

.page-user .tabs-primary {
  float: left; }

.page-user .btn-xs {
  float: left;
  padding: 5px 10px;
  background: #007b88;
  color: #fff; }

.page-user ul.dropdown-menu {
  float: left;
  margin: 0;
  padding: 0; }

.page-user ul.dropdown-menu li {
  display: inline; }

.page-user ul.dropdown-menu li a,
.node-type-prestataire .tabs-primary ul li a,
.single .tabs-primary ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #fff; }

.page-user ul.dropdown-menu li a:hover,
.node-type-prestataire .tabs-primary ul li a:hover,
.single .tabs-primary ul li a:hover {
  background: #f6a318; }

/* Inscription */
.page-user-login input#edit-submit, .page-user input#edit-submit {
  background: #f6a318;
  color: #fff;
  border: none;
  cursor: pointer;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.page-user-login input#edit-submit:hover, .page-user input#edit-submit:hover {
  background: #f7b039; }

.page-user-login input#edit-submit:active, .page-user input#edit-submit:active {
  background: #e39209; }

#sliding-popup.sliding-popup-bottom {
  background: #fff;
  border: 1px solid #dfdfdf;
  max-width: 600px;
  left: 30px;
  bottom: 30px !important;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  #sliding-popup.sliding-popup-bottom .popup-content {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    max-width: 100%;
    padding: 10px; }
    #sliding-popup.sliding-popup-bottom .popup-content #popup-text {
      max-width: inherit;
      margin: 0;
      width: 100%; }
      #sliding-popup.sliding-popup-bottom .popup-content #popup-text h4 {
        font-size: 16px;
        margin: 0;
        font-weight: 300;
        color: #373737;
        font-weight: 700; }
      #sliding-popup.sliding-popup-bottom .popup-content #popup-text p {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        display: inline-block; }
        #sliding-popup.sliding-popup-bottom .popup-content #popup-text p em {
          font-style: normal;
          color: #373737;
          font-weight: 700; }
    #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons {
      max-width: inherit; }
      #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button.agree-button {
        background: none;
        color: #007b88;
        font-size: 16px;
        font-weight: 400;
        margin-top: 0;
        padding: 4px 8px;
        text-transform: uppercase;
        text-shadow: none;
        box-shadow: none;
        border: 1px solid #007b88;
        -moz-border-radius: 2px;
        border-radius: 2px; }
      #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button.find-more-button {
        background: none;
        color: #373737;
        font-size: 16px;
        font-weight: 400;
        margin-top: 1.8em;
        padding: 4px 8px;
        text-shadow: none;
        box-shadow: none;
        border: none;
        border-radius: 0 0 0; }
    #sliding-popup.sliding-popup-bottom .popup-content .eu-cookie-compliance-more-button {
      color: #007b88 !important;
      text-decoration: none; }
      #sliding-popup.sliding-popup-bottom .popup-content .eu-cookie-compliance-more-button:hover {
        text-decoration: underline; }

#session_order_continue {
  font-weight: bold; }
  #session_order_continue h2 {
    margin: 0; }
  #session_order_continue h3 {
    margin-top: 0; }
  #session_order_continue #avail {
    margin: 0 0 30px 0;
    font-weight: 700;
    color: #007b88; }
  #session_order_continue .resa, #session_order_continue .continue {
    display: inline-block; }
  #session_order_continue input {
    background: #f6a318;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    margin: 0 10px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase; }
    #session_order_continue input:hover {
      background: #f7b039; }
    #session_order_continue input:active {
      background: #e39209; }
    #session_order_continue input:visited {
      color: #fff; }
  #session_order_continue input#sportbox-ajax-session_order_continue-continue {
    background: #dfdfdf;
    color: #373737; }
    #session_order_continue input#sportbox-ajax-session_order_continue-continue:hover {
      background: #e5e5e5; }

#main.checkout {
  margin: 30px 0 0; }
  #main.checkout .single_content .tabs {
    display: inherit; }
  #main.checkout .single_content h1 {
    line-height: normal;
    margin-bottom: 10px; }
  #main.checkout .single_content .relatif {
    position: relative; }
  #main.checkout .single_content form .mobileonly {
    display: none; }
  #main.checkout .single_content form .panier {
    margin-top: 30px;
    top: inherit; }
  #main.checkout .single_content form .leftonly .etape {
    display: inline-block;
    width: 100%;
    padding: 0 0 30px 0; }
    #main.checkout .single_content form .leftonly .etape .details {
      padding: 0;
      border: 1px solid #dfdfdf; }
      #main.checkout .single_content form .leftonly .etape .details .label {
        background: #eee;
        padding: 15px;
        margin: 0; }
      #main.checkout .single_content form .leftonly .etape .details .text {
        padding: 15px; }
      #main.checkout .single_content form .leftonly .etape .details .customer_profile_billing legend {
        display: none; }
      #main.checkout .single_content form .leftonly .etape .details select, #main.checkout .single_content form .leftonly .etape .details input {
        border: 1px solid #ccc;
        width: 100%; }
        #main.checkout .single_content form .leftonly .etape .details select:focus, #main.checkout .single_content form .leftonly .etape .details input:focus {
          border-color: #373737; }
      #main.checkout .single_content form .leftonly .etape .details input#edit-customer-profile-billing-edit-button,
      #main.checkout .single_content form .leftonly .etape .details input#edit-customer-profile-billing-cancel-button,
      #main.checkout .single_content form .leftonly .etape .details input#edit-customer-profile-billing-edit-button--2 {
        background: #fff;
        margin-top: 15px;
        padding: 10px 30px;
        cursor: pointer; }
        #main.checkout .single_content form .leftonly .etape .details input#edit-customer-profile-billing-edit-button:hover,
        #main.checkout .single_content form .leftonly .etape .details input#edit-customer-profile-billing-cancel-button:hover,
        #main.checkout .single_content form .leftonly .etape .details input#edit-customer-profile-billing-edit-button--2:hover {
          background: #eee; }
      #main.checkout .single_content form .leftonly .etape .details .field-type-addressfield .form-item {
        margin-top: 0;
        margin-bottom: 0; }
      #main.checkout .single_content form .leftonly .etape .details .field-type-addressfield .addressfield-container-inline .form-item-customer-profile-billing-commerce-customer-address-und-0-postal-code {
        width: 32%;
        margin-right: 2%; }
      #main.checkout .single_content form .leftonly .etape .details .field-type-addressfield .addressfield-container-inline .form-item-customer-profile-billing-commerce-customer-address-und-0-locality {
        width: 66%;
        margin: 0; }
      #main.checkout .single_content form .leftonly .etape .details .form-type-checkbox input {
        width: auto; }
      #main.checkout .single_content form .leftonly .etape .details fieldset {
        margin: 0;
        padding: 0; }
        #main.checkout .single_content form .leftonly .etape .details fieldset .commerce-extra-panes-checkout-form {
          width: 100%;
          max-height: 150px;
          overflow-y: scroll;
          border: 1px solid #ccc;
          padding: 0 10px; }
    #main.checkout .single_content form .leftonly .etape .details_pers select, #main.checkout .single_content form .leftonly .etape .details_pers input {
      border: 1px solid #ccc;
      width: 100%; }
      #main.checkout .single_content form .leftonly .etape .details_pers select:focus, #main.checkout .single_content form .leftonly .etape .details_pers input:focus {
        border-color: #373737; }
    #main.checkout .single_content form .leftonly .etape #cgv h2, #main.checkout .single_content form .leftonly .etape #cgv h3 {
      font-size: inherit;
      font-weight: inherit; }
    #main.checkout .single_content form .leftonly .etape .checkout-buttons {
      margin: 30px 0; }
      #main.checkout .single_content form .leftonly .etape .checkout-buttons input.checkout-continue {
        background: #f6a318;
        color: #fff;
        border: none;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        float: none;
        padding: 10px 20px;
        margin-right: 10px;
        text-decoration: none;
        text-align: center;
        -moz-border-radius: 50px;
        border-radius: 50px; }
        #main.checkout .single_content form .leftonly .etape .checkout-buttons input.checkout-continue:hover {
          background: #f7b039; }
        #main.checkout .single_content form .leftonly .etape .checkout-buttons input.checkout-continue:active {
          background: #e39209; }
      #main.checkout .single_content form .leftonly .etape .checkout-buttons .button-operator {
        display: none; }
      #main.checkout .single_content form .leftonly .etape .checkout-buttons input.checkout-cancel,
      #main.checkout .single_content form .leftonly .etape .checkout-buttons input.checkout-back {
        padding: 0;
        margin: 0 0 0 10px;
        color: #007b88;
        font-weight: 700;
        cursor: pointer; }
    #main.checkout .single_content form .leftonly .etape .eta {
      display: inline-block;
      width: 100%;
      background: #fff;
      font-size: 1.2em;
      font-weight: 900;
      margin: 20px 0 0;
      border: 1px solid #dfdfdf;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      #main.checkout .single_content form .leftonly .etape .eta .label {
        display: inline-block;
        background: #007b88;
        color: #fff;
        padding: 5px 20px;
        margin-right: 10px;
        border: 1px solid #007b88;
        -moz-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px; }
      #main.checkout .single_content form .leftonly .etape .eta i.fa {
        float: right;
        font-size: 26px;
        line-height: normal; }
    #main.checkout .single_content form .leftonly .etape #intro_infos {
      margin: 30px 0; }
    #main.checkout .single_content form .leftonly .etape #mangoimg {
      text-align: center; }
    #main.checkout .single_content form .leftonly .etape .message_confirm .complete {
      font-size: 3rem;
      font-weight: 900;
      margin: 30px 0; }
  #main.checkout .single_content form .leftonly .etape.last {
    border: none; }
  #main.checkout .single_content form .leftonly .etape.more {
    padding: 60px 0; }
  #main.checkout .single_content form .leftonly .messages.error {
    font-weight: 700;
    margin: 15px 0;
    max-width: inherit;
    font-size: inherit;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  #main.checkout .single_content form .leftonly fieldset.checkout-buttons {
    padding: 0;
    margin: 0;
    text-align: center; }
  #main.checkout .single_content form .summary.desktop .leftonly {
    width: auto; }
  #main.checkout .single_content form .form.panier.desktop {
    position: inherit;
    margin-top: 30px;
    margin-bottom: 30px; }

#main.single .form.panier {
  background: #fff;
  top: 100px; }
  #main.single .form.panier img {
    margin-bottom: 15px; }
  #main.single .form.panier hr {
    margin: 10px 0; }
  #main.single .form.panier .ticket_panier {
    background: #fff; }
    #main.single .form.panier .ticket_panier .line {
      display: table;
      width: 100%;
      padding: 10px;
      border-bottom: 1px solid #dfdfdf; }
      #main.single .form.panier .ticket_panier .line .lefty {
        display: table-cell;
        width: 70%;
        text-align: left; }
        #main.single .form.panier .ticket_panier .line .lefty .fa {
          color: #007b88; }
      #main.single .form.panier .ticket_panier .line .righty {
        display: table-cell;
        width: 30%;
        text-align: right;
        font-weight: 700;
        color: #007b88; }
    #main.single .form.panier .ticket_panier .line.formule {
      padding-bottom: 0; }
      #main.single .form.panier .ticket_panier .line.formule .lefty, #main.single .form.panier .ticket_panier .line.formule .righty {
        display: block;
        float: left; }
    #main.single .form.panier .ticket_panier .line.noborder {
      border: none; }
    #main.single .form.panier .ticket_panier .line.nopad {
      padding: 0; }
  #main.single .form.panier .bloc_plus {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #dfdfdf;
    text-align: center; }
    #main.single .form.panier .bloc_plus h3 {
      margin: 0; }
    #main.single .form.panier .bloc_plus img {
      width: 100%;
      max-width: 220px;
      margin: 0; }
    #main.single .form.panier .bloc_plus a.bold {
      color: #007b88;
      font-weight: 700;
      text-decoration: none; }
      #main.single .form.panier .bloc_plus a.bold:hover {
        text-decoration: underline; }

.details_pers.first {
  border: 1px solid #dfdfdf; }
  .details_pers.first .title {
    background: none;
    color: inherit; }
  .details_pers.first .content_grid {
    padding: 15px; }
  .details_pers.first .cell.left {
    background: #eee;
    padding: 15px; }

.details_pers {
  margin: 20px 0; }
  .details_pers [class*="grid-"] {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .details_pers .content_grid {
    padding: 20px 0; }
  .details_pers .cell .form-item {
    display: inline-block;
    width: 100%;
    margin: 0; }
  .details_pers .cell .prefix {
    font-weight: 700; }
  .details_pers .cell .middle,
  .details_pers .cell .unite {
    float: left;
    width: 100%; }
  .details_pers .cell.left {
    text-align: left;
    padding: 10px; }
    .details_pers .cell.left .title {
      background: #007b88; }
  .details_pers .cell.small .form-item {
    margin: 0; }
  .details_pers .title {
    background: #007b88;
    color: #fff;
    font-weight: 700; }
  .details_pers .soustitle {
    background: #eee; }
  .details_pers input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px; }
    .details_pers input:active,
    .details_pers input:focus {
      border-color: #767676; }

#commerce-checkout-form-payments .checkout-help,
#commerce-checkout-form-payments fieldset#edit-commerce-payment legend,
#commerce-checkout-form-payments .fieldset-wrapper #edit-commerce-payment-payment-method {
  display: none; }

#commerce-checkout-form-payments #payment-content {
  border: 1px solid #dfdfdf;
  padding: 15px;
  margin: 30px 0; }

#commerce-checkout-form-payments .commerce_payment {
  padding: 0;
  margin: 0; }
  #commerce-checkout-form-payments .commerce_payment #payment-details select {
    background: url("../images/sort.svg") no-repeat right 0.75rem center;
    background-size: 12px;
    padding: 10px 25px 10px 10px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important; }
  #commerce-checkout-form-payments .commerce_payment #payment-details .form-item {
    margin-top: 0;
    margin-bottom: 10px; }
  #commerce-checkout-form-payments .commerce_payment #payment-details label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: normal; }
  #commerce-checkout-form-payments .commerce_payment #payment-details input,
  #commerce-checkout-form-payments .commerce_payment #payment-details select {
    border: 1px solid #ccc;
    padding: 5px; }
  #commerce-checkout-form-payments .commerce_payment #payment-details input:active,
  #commerce-checkout-form-payments .commerce_payment #payment-details input:focus {
    border-color: #767676; }
  #commerce-checkout-form-payments .commerce_payment #payment-details select:active,
  #commerce-checkout-form-payments .commerce_payment #payment-details select:focus {
    border-color: #767676; }
  #commerce-checkout-form-payments .commerce_payment #payment-details select.form-select {
    width: 30%; }
  #commerce-checkout-form-payments .commerce_payment #payment-details .grid-2 .commerce-credit-card-expiration .form-select {
    width: 49%; }
  #commerce-checkout-form-payments .commerce_payment #payment-details .grid-2 .commerce-credit-card-expiration .commerce-month-year-divider {
    display: none; }
  #commerce-checkout-form-payments .commerce_payment #payment-details .grid-2 .form-item-commerce-payment-payment-details-credit-card-code {
    margin-top: 0; }
    #commerce-checkout-form-payments .commerce_payment #payment-details .grid-2 .form-item-commerce-payment-payment-details-credit-card-code input#edit-commerce-payment-payment-details-credit-card-code {
      width: 50%;
      background: url("../images/question.svg") no-repeat right 0.75rem center;
      background-size: 16px;
      -moz-appearance: none !important;
      -webkit-appearance: none !important; }
  #commerce-checkout-form-payments .commerce_payment #payment-details input#edit-commerce-payment-payment-details-credit-card-number {
    width: 50%; }
  #commerce-checkout-form-payments .commerce_payment #payment-details input.full {
    width: 100%; }
  #commerce-checkout-form-payments .commerce_payment #payment-details input#edit-commerce-payment-payment-details-credit-card-number {
    background: url("../images/lock.svg") no-repeat right 0.75rem center;
    background-size: 14px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important; }
  #commerce-checkout-form-payments .commerce_payment #payment-details .cta {
    margin-top: 20px; }

#commerce-checkout-form-complete .leftonly .etape .eta.confirm {
  margin-bottom: 10px; }
  #commerce-checkout-form-complete .leftonly .etape .eta.confirm strong {
    font-size: 2.5rem;
    font-weight: 900; }

#commerce-checkout-form-complete .leftonly .etape .details_pers {
  border: 1px solid #dfdfdf; }
  #commerce-checkout-form-complete .leftonly .etape .details_pers [class*="grid-"] {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid {
    padding: 0; }
    #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid .user {
      border-top: 1px solid #dfdfdf;
      display: table;
      width: 100%; }
      #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid .user .cell {
        display: table-cell;
        vertical-align: middle;
        width: 20%;
        text-align: center;
        margin-right: 10px; }
        #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid .user .cell .prefix,
        #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid .user .cell .suffix {
          position: inherit;
          top: auto; }
        #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid .user .cell .suffix {
          margin: 0; }
      #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid .user .cell.name {
        padding: 10px; }
      #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid .user .cell.trip {
        border-left: 1px solid #eee;
        padding: 10px; }
        #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid .user .cell.trip .prefix {
          display: block;
          width: 100%; }
      #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid .user .cell.label {
        position: inherit;
        top: auto; }
  #commerce-checkout-form-complete .leftonly .etape .details_pers .line {
    display: inline-block;
    text-align: right;
    border-top: 1px solid #eee;
    padding: 10px;
    width: 100%; }
    #commerce-checkout-form-complete .leftonly .etape .details_pers .line .label {
      margin-right: 10px !important;
      background: none !important;
      padding: 0 !important; }
  #commerce-checkout-form-complete .leftonly .etape .details_pers .line.small {
    font-size: 0.8em; }
  #commerce-checkout-form-complete .leftonly .etape .details_pers .line.total {
    background: #eee; }

#commerce-checkout-form-complete .checkout_complete_sidebar {
  background: #007b88;
  padding: 30px;
  color: #fff; }
  #commerce-checkout-form-complete .checkout_complete_sidebar h2 {
    font-size: 3rem !important;
    line-height: normal; }
  #commerce-checkout-form-complete .checkout_complete_sidebar #social a {
    margin: 0 5px; }
  #commerce-checkout-form-complete .checkout_complete_sidebar .nl {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #00a9bb; }
    #commerce-checkout-form-complete .checkout_complete_sidebar .nl h3 {
      margin-bottom: 10px; }
    #commerce-checkout-form-complete .checkout_complete_sidebar .nl #sportbox-ajax-newsletter .form-item {
      display: inline-block;
      margin: 0;
      width: 60%; }
      #commerce-checkout-form-complete .checkout_complete_sidebar .nl #sportbox-ajax-newsletter .form-item label {
        display: none; }
      #commerce-checkout-form-complete .checkout_complete_sidebar .nl #sportbox-ajax-newsletter .form-item input {
        -moz-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px; }
    #commerce-checkout-form-complete .checkout_complete_sidebar .nl #sportbox-ajax-newsletter .cta {
      display: inline-block;
      width: 40%;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0; }

.errorpage h1 {
  font-size: 2.8em;
  margin: 0; }

.errorpage h2 {
  margin-bottom: 0;
  font-size: 1.4em; }

.errorpage img {
  width: 100%; }

.errorpage ul {
  padding: 0;
  margin-bottom: 20px; }
  .errorpage ul li {
    list-style-type: none; }
    .errorpage ul li a {
      color: #007b88;
      text-decoration: none; }
      .errorpage ul li a:hover {
        text-decoration: underline;
        color: #007b88; }

.scroll {
  overflow: scroll;
  max-width: 320px;
  max-height: 295px; }

.shopping-cart {
  margin: 69px 0 0;
  float: right;
  background: #fff;
  width: 100%;
  max-width: 320px;
  position: absolute;
  border-radius: 3px;
  padding: 20px;
  display: none;
  right: 15px;
  z-index: 9999;
  border: 1px solid #eee; }
  .shopping-cart:after {
    bottom: 100%;
    left: 95%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px; }
  .shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px; }
    .shopping-cart .shopping-cart-header .shopping-cart-total .amount {
      color: #007b88;
      font-weight: 700; }
  .shopping-cart .shopping-cart-items {
    list-style-type: none;
    padding: 0; }
    .shopping-cart .shopping-cart-items li {
      margin-bottom: 10px;
      line-height: normal; }
      .shopping-cart .shopping-cart-items li .item-title {
        display: block;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .shopping-cart .shopping-cart-items li .item-price {
        color: #007b88;
        font-weight: 700; }
  .shopping-cart a.cta {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    -moz-border-radius: 50px;
    border-radius: 50px; }

/* Shifter Responsive Menu
--------------------------------------------------*/
#navi {
  background: #fff; }
  #navi #logomob {
    max-width: 200px;
    padding: 10px; }
  #navi #menu-mobile {
    margin-top: 0; }
  #navi .sub-menu {
    text-indent: 20px; }
  #navi ul {
    clear: both;
    margin: 0; }
  #navi hr {
    margin: 15px 0;
    border: none;
    background: #dfdfdf; }
  #navi ul#social {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
    text-align: center; }
    #navi ul#social li {
      display: inline-block;
      width: 20%; }
      #navi ul#social li a {
        display: inline-block;
        border: none;
        padding: 0;
        margin: 5px; }
        #navi ul#social li a:hover {
          background: none; }

.shifter .shifter-handle {
  z-index: 5000;
  position: absolute;
  top: 0;
  right: 50px; }

.shifter .shifter-navigation ul {
  padding-left: 0;
  list-style: none; }

.shifter .shifter-navigation ul li {
  padding: 0; }

.shifter .shifter-navigation a {
  display: block;
  font-size: inherit;
  padding: 15px;
  text-decoration: none; }
  .shifter .shifter-navigation a:hover {
    text-decoration: none; }

.shifter-open {
  overflow: hidden; }

.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none; }

.shifter-navigation {
  display: none;
  opacity: 0; }

.shifter-handle {
  display: none; }

.shifter-enabled .shifter-page {
  display: block;
  z-index: 1;
  position: relative;
  min-height: 100%;
  overflow: hidden; }

.shifter-enabled.shifter-left .shifter-page {
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.15); }

.shifter-enabled .shifter-navigation {
  display: block;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100%;
  overflow: auto;
  background: #fff;
  -webkit-transition: opacity 0.001s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.001s linear 0.2s, transform 0.2s ease;
  pointer-events: none; }

.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.shifter-enabled .shifter-handle {
  display: none;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -ms-user-select: none; }

.shifter-enabled .shifter-handle:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 4px;
  margin: auto;
  background: #fff;
  box-shadow: 0 8px 0 #fff, 0 -8px 0 #fff; }

.shifter-enabled .black-shifter .shifter-handle:after {
  background: #fff;}

.shifter-enabled .shifter-navigation {
  right: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0); }

.shifter-open .shifter-page,
.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px, 0, 0);
  -ms-transform: translate3D(270px, 0, 0);
  transform: translate3D(270px, 0, 0); }

.shifter-enabled.shifter-left .shifter-navigation {
  left: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0); }

.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px, 0, 0);
  -ms-transform: translate3D(270px, 0, 0);
  transform: translate3D(270px, 0, 0); }

.shifter-open .shifter-navigation {
  opacity: 1;
  -webkit-transition: opacity 0.001s linear 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.001s linear 0s, transform 0.2s ease;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  pointer-events: all; }

.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -270px; }

.no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation {
  left: -270px; }

.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: -270px; }

.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0; }

.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page {
  right: -270px;
  left: auto; }

.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation {
  left: 0; }

/* Checkbox & radio buttons */
.page-node .form-type-checkbox,
.page-checkout .form-type-checkbox,
.page-user-login .form-type-checkbox {
  padding-left: 25px; }
  .page-node .form-type-checkbox label,
  .page-checkout .form-type-checkbox label,
  .page-user-login .form-type-checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 8px; }
    .page-node .form-type-checkbox label:before,
    .page-checkout .form-type-checkbox label:before,
    .page-user-login .form-type-checkbox label:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 22px;
      height: 22px;
      left: 0;
      margin-left: -25px;
      border: 1px solid #ccc;
      -moz-border-radius: 50px;
      border-radius: 50px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .page-node .form-type-checkbox label:after,
    .page-checkout .form-type-checkbox label:after,
    .page-user-login .form-type-checkbox label:after {
      display: inline-block;
      position: absolute;
      width: 22px;
      height: 22px;
      left: 0;
      top: 0;
      margin-left: -25px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555;
      line-height: 1.4; }
  .page-node .form-type-checkbox input[type="checkbox"],
  .page-node .form-type-checkbox input[type="radio"],
  .page-checkout .form-type-checkbox input[type="checkbox"],
  .page-checkout .form-type-checkbox input[type="radio"],
  .page-user-login .form-type-checkbox input[type="checkbox"],
  .page-user-login .form-type-checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer; }

.page-node .form-type-checkbox input[type="checkbox"]:focus + label::before,
.page-node .form-type-checkbox input[type="radio"]:focus + label::before,
.page-checkout .form-type-checkbox input[type="checkbox"]:focus + label::before,
.page-checkout .form-type-checkbox input[type="radio"]:focus + label::before,
.page-user-login .form-type-checkbox input[type="checkbox"]:focus + label::before,
.page-user-login .form-type-checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.page-node .form-type-checkbox input[type="checkbox"]:checked + label::after,
.page-node .form-type-checkbox input[type="radio"]:checked + label::after,
.page-checkout .form-type-checkbox input[type="checkbox"]:checked + label::after,
.page-checkout .form-type-checkbox input[type="radio"]:checked + label::after,
.page-user-login .form-type-checkbox input[type="checkbox"]:checked + label::after,
.page-user-login .form-type-checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #fff;
  font-size: 16px; }

.page-node .form-type-checkbox input[type="checkbox"]:indeterminate + label::after,
.page-node .form-type-checkbox input[type="radio"]:indeterminate + label::after,
.page-checkout .form-type-checkbox input[type="checkbox"]:indeterminate + label::after,
.page-checkout .form-type-checkbox input[type="radio"]:indeterminate + label::after,
.page-user-login .form-type-checkbox input[type="checkbox"]:indeterminate + label::after,
.page-user-login .form-type-checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px; }

.page-node .form-type-checkbox input[type="checkbox"]:disabled,
.page-node .form-type-checkbox input[type="radio"]:disabled,
.page-checkout .form-type-checkbox input[type="checkbox"]:disabled,
.page-checkout .form-type-checkbox input[type="radio"]:disabled,
.page-user-login .form-type-checkbox input[type="checkbox"]:disabled,
.page-user-login .form-type-checkbox input[type="radio"]:disabled {
  cursor: not-allowed; }

.page-node .form-type-checkbox input[type="checkbox"]:disabled + label,
.page-node .form-type-checkbox input[type="radio"]:disabled + label,
.page-checkout .form-type-checkbox input[type="checkbox"]:disabled + label,
.page-checkout .form-type-checkbox input[type="radio"]:disabled + label,
.page-user-login .form-type-checkbox input[type="checkbox"]:disabled + label,
.page-user-login .form-type-checkbox input[type="radio"]:disabled + label {
  opacity: 0.65; }

.page-node .form-type-checkbox input[type="checkbox"]:disabled + label::before,
.page-node .form-type-checkbox input[type="radio"]:disabled + label::before,
.page-checkout .form-type-checkbox input[type="checkbox"]:disabled + label::before,
.page-checkout .form-type-checkbox input[type="radio"]:disabled + label::before,
.page-user-login .form-type-checkbox input[type="checkbox"]:disabled + label::before,
.page-user-login .form-type-checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.page-node .form-type-checkbox.form-type-checkbox-circle label::before,
.page-checkout .form-type-checkbox.form-type-checkbox-circle label::before,
.page-user-login .form-type-checkbox.form-type-checkbox-circle label::before {
  border-radius: 50%; }

.page-node .form-type-checkbox.form-type-checkbox-inline,
.page-checkout .form-type-checkbox.form-type-checkbox-inline,
.page-user-login .form-type-checkbox.form-type-checkbox-inline {
  margin-top: 0; }

.page-node .form-type-checkbox input[type="checkbox"]:checked + label::before,
.page-node .form-type-checkbox input[type="radio"]:checked + label::before,
.page-checkout .form-type-checkbox input[type="checkbox"]:checked + label::before,
.page-checkout .form-type-checkbox input[type="radio"]:checked + label::before,
.page-user-login .form-type-checkbox input[type="checkbox"]:checked + label::before,
.page-user-login .form-type-checkbox input[type="radio"]:checked + label::before {
  background-color: #f6a318;
  border-color: #f6a318; }

/*.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}*/
/* Fakeloader */
.front .loader {
  position: absolute !important; }
  .front .loader div {
    top: 50% !important; }

/**********************
 *CSS Animations by:
***********************/
.spinner1 {
  width: 40px;
  height: 40px;
  position: relative; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.spinner2 {
  width: 40px;
  height: 40px;
  position: relative; }

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.spinner2 .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%; }

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

.circle1 {
  top: 0;
  left: 0; }

.circle2 {
  top: 0;
  right: 0; }

.circle3 {
  right: 0;
  bottom: 0; }

.circle4 {
  left: 0;
  bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.spinner3 {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.spinner4 {
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.spinner5 {
  width: 32px;
  height: 32px;
  position: relative; }

.cube1, .cube2 {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out; }

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

.spinner6 {
  width: 50px;
  height: 30px;
  text-align: center; }

.spinner6 > div {
  background-color: #007b88;
  height: 100%;
  width: 6px;
  margin-left: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out; }

.spinner6 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.spinner6 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.spinner6 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.spinner6 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.spinner7 {
  width: 90px;
  height: 30px;
  text-align: center; }

.spinner7 > div {
  background-color: #fff;
  height: 15px;
  width: 15px;
  margin-left: 3px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
  animation: stretchdelay 0.7s infinite ease-in-out; }

.spinner7 .circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.spinner7 .circ3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.spinner7 .circ4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.spinner7 .circ5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px); }
  20% {
    -webkit-transform: translateY(-20px); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px); }
  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px); } }

/* Media Queries */
@media (max-width: 1440px) {
  .w1440 {
    padding: 0 50px; }
  .front #header.home {
    height: 600px; } }

@media (max-width: 1280px) {
  .w1280,
  .w960 {
    padding: 0 50px; }
  .front #header.home {
    height: 500px; }
  #header .menu-container {
    margin: 30px 0; }
  #header #search_home {
    padding: 0; }
  .map #map_conteneur .map_localise {
    right: inherit;
    top: 50px;
    left: 50px; } }

@media (max-width: 1100px) {
  figure.effect-jazz h2,
  figure.effect-jazz h3 {
    font-size: 20px !important; }
  #full_bloc {
    padding: 50px 0; }
  #main.single #breadcrumb {
    width: calc(100% * 1 - .01px);
    font-size: 12px; }
  .single_content [class*="grid-"].relatif {
    display: block;
    align-items: inherit; }
  .single_content .grid-2-1 > :nth-child(2n+1) {
    width: calc(100% * 1 - 2rem - .01px); }
  .single_content .leftonly {
    width: 100%; }
  #main.single .form,
  .node-type-prestataire #main.user .form,
  #main.single .form,
  .page-node #main .single_content .form {
    position: inherit !important;
    margin: 30px 0 0 2rem !important;
    width: calc(100% * 1 - 2rem - .01px) !important;
    z-index: -1 !important; }
  #main.single.user .form {
    position: inherit !important;
    margin: 30px 0 0 2rem !important;
    width: calc(100% * 1 - 2rem - .01px) !important;
    z-index: 0 !important; }
  #main.user .form .price,
  #main.single .form .price {
    background: #373737; }
  .logged-in.page-node #main .single_content .form {
    margin-top: 0; }
  #main.checkout .single_content form .panier.desktop {
    margin-left: 2rem;
    margin-top: 10px;
    margin-bottom: 30px !important;
    padding: 20px;
    background: #eee; }
    #main.checkout .single_content form .panier.desktop #imgacti {
      display: none; }
    #main.checkout .single_content form .panier.desktop .ticket_panier {
      background: inherit; }
    #main.checkout .single_content form .panier.desktop .bloc_plus {
      border: none;
      padding: 0; }
  #main.checkout .single_content #commerce-checkout-form-complete .checkout_complete_sidebar {
    width: calc(100% * 1 - 2rem - .01px);
    text-align: center; }
    #main.checkout .single_content #commerce-checkout-form-complete .checkout_complete_sidebar h2 {
      font-size: 2.5rem !important; }
  .details_pers.first [class*="grid-2"] > * {
    width: calc(100% * 1 - 2rem - .01px); }
  .details_pers.first .content_grid .cell.trip .form-item input {
    float: none; }
  .details_pers.first .content_grid .cell.trip .suffix {
    margin: 0;
    position: absolute;
    right: 10px; }
  #main.single .messages.status {
    width: 100%; }
  .sidebar .ticket .options .coord ul.open li {
    width: 25px; }
  .sidebar .bloc_plus.info_presta ul.open li {
    width: 25px; } }

@media (max-width: 960px) {
  .w960 {
    padding: 0 50px; }
  .shifter-handle,
  .shifter-enabled .shifter-handle {
    display: block;
    z-index: 10000; }
  .shifter-open .shifter-page {
    overflow: inherit; }
  .shifter-open .shifter-page {
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    opacity: 0.5; }
  .front #header.home {
    height: 400px; }
    .front #header.home .toppy #logo {
      padding: 0;
      margin: 0 auto; }
      .front #header.home .toppy #logo a {
        padding: 0; }
        .front #header.home .toppy #logo a img {
          max-width: 150px; }
    .front #header.home .menu-container {
      margin: 30px 0; }
  .search-box .container .search_form form {
    padding: 0 30px; }
  #header .toppy #logo {
    padding-left: 60px; }
    #header .toppy #logo img {
      max-width: 150px; }
  #header .toppy .navbar-nav {
    display: none; }
  #header .toppy .block-menu .navbar-nav {
    height: auto; }
    #header .toppy .block-menu .navbar-nav li {
      display: none; }
    #header .toppy .block-menu .navbar-nav li.checkout_cart {
      display: block; }
      #header .toppy .block-menu .navbar-nav li.checkout_cart a {
        margin: 0; }
        #header .toppy .block-menu .navbar-nav li.checkout_cart a .qty {
          top: 20px; }
        #header .toppy .block-menu .navbar-nav li.checkout_cart a .cart_text {
          display: none; }
  #header .toppy .search input {
    width: 100%;
    max-width: inherit; }
  #header.home.acti .toppy #acticenter .minwidth {
    width: 100%; }
  .node-type-activite #header .toppy .block-menu .checkout_cart a {
    pointer-events: none; }
  #main.searchy .results .view-filters .filter label select {
    border: 1px solid #dfdfdf;
    width: 70%; }
  #main.searchy .results .view-filters .filter_content.price {
    width: 63%; }
  .content_slider {
    overflow-y: hidden;
    margin-right: -10px; 
  white-space: nowrap;}
    .content_slider .threeitems {
      padding: 0 18px 25px 18px;
      margin-left: -17px;
      margin-bottom: -30px;
      overflow-y: hidden;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .content_slider .threeitems .item {
        display: inline-block;
        width: 48%;
        overflow-y: hidden; }
        .content_slider .threeitems .item a {
          display: inline-block;
          padding: 0 6px; }
        .content_slider .threeitems .item .infos {
          padding: 8px 0 0;
          line-height: normal;
          height: 110px; 
          }
          .content_slider .threeitems .item_blog_post .infos{
            padding: 8px 0 0;
            line-height: normal;
            height: 300px; 
          }
          .content_slider .threeitems .item .infos h3 {
            font-family: inherit;
            font-weight: normal;
            font-size: inherit;
            margin: 0; }
          .content_slider .threeitems .item .infos .fa {
            margin-right: 5px; }
          .content_slider .threeitems .item .infos a {
            display: block;
            text-decoration: none; }
            .content_slider .threeitems .item .infos a:hover {
              color: #333; }
          .content_slider .threeitems .item .infos strong {
            display: block;
            overflow: hidden;
            font-weight: 900; }
            .content_slider .threeitems .item .infos strong a {
              color: #373737; }
              .content_slider .threeitems .item .infos strong a:hover {
                color: #000;
                text-decoration: underline; }
          .content_slider .threeitems .item .infos .lieu {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .content_slider .threeitems .item .infos .lieu .fa, .content_slider .threeitems .item .infos .date .fa, .content_slider .threeitems .item .infos .small .fa {
              color: #007b88; }
          .content_slider .threeitems .item .infos .small {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .content_slider .threeitems .item .infos .rating {
            font-style: 0.8em;
            margin-top: 5px; }
            .content_slider .threeitems .item .infos .rating .fa {
              color: #f6a318;
              margin: 0; }
        .content_slider .threeitems .item figcaption {
          display: inherit !important; }
          .content_slider .threeitems .item figcaption .layer {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.65) 100%);
            background: -moz-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.65) 100%);
            background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.65) 100%); }
          .content_slider .threeitems .item figcaption h2, .content_slider .threeitems .item figcaption h3 {
            font-size: 3.6rem;
            text-align: left; }
    .content_slider .threeitems .grosplan.item .mobile {
      display: none; }
    .content_slider .threeitems .grosplan.item figcaption {
      display: flex !important;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important; }
      .content_slider .threeitems .grosplan.item figcaption .info {
        width: 100%;
        white-space: normal;
        font-weight: 900;
        text-shadow: 0px 1px 0px #1e1e1e; }
        .content_slider .threeitems .grosplan.item figcaption .info h3 {
          text-align: center; }
  #navi .checkout_cart {
    display: inline-block;
    width: 100%;
    position: relative;
    background: url("../images/cart.svg") no-repeat 5% 50% #fff;
    background-size: 30px;
    float: left;
    border-left: 1px solid #eee;
    cursor: pointer; }
    #navi .checkout_cart a {
      display: block;
      padding: 20px 20px 20px 40px;
      font-weight: 700;
      text-decoration: none; }
      #navi .checkout_cart a:hover {
        background: url("../images/cart.svg") no-repeat 5% 50% #eee;
        background-size: 30px; }
      #navi .checkout_cart a .fa {
        margin-right: 5px; }
      #navi .checkout_cart a .qty {
        position: absolute;
        font-weight: 700;
        left: 19px;
        top: 35px;
        background: #f6a318;
        color: #fff;
        padding: 0 5px;
        border-radius: 100%;
        font-size: 1.2rem; }
      #navi .checkout_cart a .cart_text {
        color: #373737; }
  .grid-2-1.slide > :nth-child(2n) {
    width: calc(33.33333% - 2rem) !important; }
  .menu-container {
    padding: 0 50px;
    border: none;
    margin-top: 20px; }
  .univers-mobile {
    display: block;
    background: #f6a318;
    padding: 10px 20px;
    font-size: 20px;
    -moz-border-radius: 50px;
    border-radius: 50px; }
    .univers-mobile:hover, .univers-mobile:focus {
      color: #fff; }
  .menu-dropdown-icon:before {
    display: block; }
  .menu {
    position: relative;
    display: none;}
    .menu > ul {
      display: none; }
      .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        text-align: left;
        border-bottom: 1px solid #eee; }
        .menu > ul > li a {
          padding: 10px 15px;
          width: 100%;
          display: block;
          color: #373737; }
        .menu > ul > li a.title {
          font-size: 20px;
          font-weight: 900; }
          .menu > ul > li a.title:after {
            display: none; }
        .menu > ul > li > ul.mega_content {
          box-shadow: inherit;
          padding: 10px 30px; }
        .menu > ul > li a.title.active {
          background-color: #eee !important; }
        .menu > ul > li a.title.eau {
          background: url("../images/icone-eau-hover.svg") no-repeat center;
          background-position: 10px 50%;
          background-size: 40px; }
          .menu > ul > li a.title.eau:hover {
            background-color: #eee !important; }
          .menu > ul > li a.title.eau span {
            padding-left: 45px; }
        .menu > ul > li a.title.air {
          background: url("../images/icone-air-hover.svg") no-repeat center;
          background-position: 10px 50%;
          background-size: 40px; }
          .menu > ul > li a.title.air:hover {
            background-color: #eee !important; }
          .menu > ul > li a.title.air span {
            padding-left: 45px; }
        .menu > ul > li a.title.terre {
          background: url("../images/icone-terre-hover.svg") no-repeat center;
          background-position: 10px 50%;
          background-size: 40px; }
          .menu > ul > li a.title.terre:hover {
            background-color: #eee !important; }
          .menu > ul > li a.title.terre span {
            padding-left: 45px; }
        .menu > ul > li a.title.neige {
          background: url("../images/icone-neige-hover.svg") no-repeat center;
          background-position: 10px 50%;
          background-size: 40px; }
          .menu > ul > li a.title.neige:hover {
            background-color: #eee !important; }
          .menu > ul > li a.title.neige span {
            padding-left: 45px; }
        .menu > ul > li a.title.urban {
          background: url("../images/icone-urban-hover.svg") no-repeat center;
          background-position: 10px 50%;
          background-size: 40px; }
          .menu > ul > li a.title.urban:hover {
            background-color: #eee !important; }
          .menu > ul > li a.title.urban span {
            padding-left: 45px; }
        .menu > ul > li a.title.insolite {
          background: url("../images/icone-insolite-hover.svg") no-repeat center;
          background-position: 10px 50%;
          background-size: 40px; }
          .menu > ul > li a.title.insolite:hover {
            background-color: #eee !important; }
          .menu > ul > li a.title.insolite span {
            padding-left: 45px; }
        .menu > ul > li > ul {
          position: relative; }
          .menu > ul > li > ul.normal-sub {
            width: 100%; }
          .menu > ul > li > ul > li {
            float: none;
            width: 100%;
            margin-top: 20px; }
            .menu > ul > li > ul > li:first-child {
              margin: 0; }
            .menu > ul > li > ul > li > ul {
              position: relative; }
              .menu > ul > li > ul > li > ul > li {
                float: none; }
    .menu .show-on-mobile {
      display: block;
      position: absolute;
      z-index: 99;
      background: #fff;
      -webkit-box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7);
      -moz-box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7);
      box-shadow: 0 15px 46px rgba(26, 26, 29, 0.7); }
  .search_open {
    width: 100%; }
  .menu.topmenu {
    width: auto;
    position: initial; }
    .menu.topmenu .show-on-mobile {
      padding: 10px; } }

@media (max-width: 768px) {
  .w1280,
  .w960 {
    padding: 0 10px; }
  body {
    font-size: 14px !important;
    overflow-x: hidden; }
  #breadcrumb {
    display: none; }
  .front #header.home {
    height: 350px; }
  .search-box .container .search_form form .cta {
    font-size: 14px;
    padding: 22px 0 21px 0; }
  #header #homecenter {
    padding: 0 10px; }
    #header #homecenter .titlebig {
      font-size: 3.8rem; }
    #header #homecenter #search_home .minipad {
      padding: 0; }
      #header #homecenter #search_home .minipad .formuhome .cta {
        padding: 21px 0; }
  #header .toppy.black-shifter .menu.topmenu {
    display: none; }
     #header.home .flexy{
       background: rgba(0, 0, 0, 0.3);
     }
  .menu-container {
    padding: 0; }
  #search_home .formuhome .cta {
    font-size: .9em; }
  .content_slider .threeitems .grosplan.item .desktop {
    display: none; }
  .content_slider .threeitems .grosplan.item .mobile {
    display: block; }
  #main {
    margin: 15px 0; }
    #main .slide #textslide {
      padding-top: 10px; }
      #main .slide #textslide h2 {
        font-size: 20px; }
    #main .content_slider .threeitems .item {
      width: 48%; }
    #main .bloctext .arg strong {
      font-size: 18px; }
    #main #full_bloc {
      padding: 30px 0;
      height: 300px; }
      #main #full_bloc .w50 {
        width: 100%; }
        #main #full_bloc .w50 h2 {
          font-size: 20px; }
    #main .results_desc {
      padding: 15px 0; }
      #main .results_desc .profil {
        margin: 0;
        max-width: 50px;
        top: -35px;
        right: 0; }
      #main .results_desc h2 {
        width: 100%; }
    #main #presshp {
      display: none; }
    #main .prefooter strong {
      font-size: 1.8rem; }
    #main .prefooter #newsletter-form #sportbox-ajax-newsletter input#newsletter-form-submit {
      padding: 8px 0 9px; }
    #main .prefooter #newsletter button,
    #main .prefooter #newsletter input#mc-embedded-subscribe {
      font-size: 100%; }
  #main.single .single_content h1 {
    font-size: 20px; }
  #main.single .single_content h2 {
    font-size: 18px; }
  #main.single .single_content h3,
  #main.single .single_content .details.content_prestation .titlespe {
    font-size: 16px; }
  #main.single .single_content .summary {
    margin-top: 0; }
  #main.single .menumob_container {
    border-top: 1px solid #eee;
    margin-right: -10px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #eee; }
  #main.single .menumob {
    background: #fff;
    overflow-x: auto;
    padding: 0 18px 18px 18px;
    margin-bottom: -18px;
    margin-left: -17px;
    -webkit-overflow-scrolling: touch; }
    #main.single .menumob li a {
      padding: 8px 10px;
      margin: 0;
      border-bottom: 3px solid transparent; }
      #main.single .menumob li a:hover {
        border-bottom: 3px solid #007b88;
        color: #007b88; }
    #main.single .menumob li a.active {
      border-bottom: 3px solid #007b88; }
    #main.single .menumob li.last:after {
      content: inherit; }
  #main.user .single_content .summary {
    margin-top: 30px; }
  #main.user .coord a.button, #main.user #main.single .coord a.button, #main.user .parts .button {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 !important; }
  #main.user .content_user .plus_presta {
    font-size: 18px;
    margin: 10px 0 0; }
  #acticenter .parts .button {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 !important; }
  #main.searchy {
    position: inherit;
    height: auto;
    width: auto; }
    #main.searchy .results {
      width: 100%;
      height: auto;
      overflow-x: auto;
      overflow-y: auto; }
      #main.searchy .results .view-filters {
        padding: 20px 10px; }
        #main.searchy .results .view-filters .localize_mobile {
          display: inline-block;
          width: 100%;
          margin: 15px 0;
          text-align: center; }
          #main.searchy .results .view-filters .localize_mobile #localize_user {
            font-size: 14px;
            top: 10px;
            right: 10px;
            background: #f6a318;
            border: none;
            color: #fff;
            text-decoration: none;
            cursor: pointer;
            padding: 5px 50px;
            font-weight: 700;
            -moz-border-radius: 50px;
            border-radius: 50px; }
            #main.searchy .results .view-filters .localize_mobile #localize_user:hover {
              background: #f7b039; }
            #main.searchy .results .view-filters .localize_mobile #localize_user:active {
              background: #e39209; }
            #main.searchy .results .view-filters .localize_mobile #localize_user .fa {
              margin-right: 10px; }
        #main.searchy .results .view-filters ul#universe li {
          width: 20%;
          margin: 0; }
          #main.searchy .results .view-filters ul#universe li label {
            padding: 8px 10px;
            background-position: 50% 0 !important; }
            #main.searchy .results .view-filters ul#universe li label span {
              margin: 30px 0 0;
              width: 100%;
              text-align: center; }
        #main.searchy .results .view-filters ul#universe li.active label {
          -moz-border-radius: 5px !important;
          border-radius: 5px !important; }
      #main.searchy .results .results_content {
        padding: 10px 10px 0 10px; }
    #main.searchy .map {
      display: none; }
  .tableau .table_header .table_title_container,
  .tableau .table_header a.changedate {
    top: 0;
    margin: 0; }
  .table_container .tableau .allcontent {
    position: relative;
    display: inline-block;
    width: 100%; }
    .table_container .tableau .allcontent .layer {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 9; }
      .table_container .tableau .allcontent .layer .icon {
        width: 100px;
        position: relative;
        top: 60px;
        margin: 0 auto; }
        .table_container .tableau .allcontent .layer .icon img {
          position: absolute;
          animation: run 3s linear infinite; }
  @-webkit-keyframes run {
    0% {
      right: 0;
      opacity: 0;
      -webkit-transform: rotate(30deg); }
    10% {
      right: 0;
      opacity: 1;
      -webkit-transform: rotate(30deg); }
    50% {
      right: 50px;
      opacity: 1;
      -webkit-transform: rotate(0deg); }
    80% {
      right: 50px;
      opacity: 0;
      -webkit-transform: rotate(0deg); }
    100% {
      right: 0;
      opacity: 0;
      -webkit-transform: rotate(0deg); } }
  .table_container .tableau .timecontent {
    width: 20%; }
    .table_container .tableau .timecontent .table_cell {
      width: 100%; }
  .table_container .tableau .table_slider {
    width: 80%;
    display: inherit;
    position: relative; }
    .table_container .tableau .table_slider .table_cell {
      white-space: nowrap; }
      .table_container .tableau .table_slider .table_cell .deal_details {
        width: 10rem; }
      .table_container .tableau .table_slider .table_cell .equal_width {
        width: 10rem;
        background: #f5f5f5; }
  .table_container .tableau .table_slider.fullwidth {
    width: 100%;
    overflow: hidden; }
    .table_container .tableau .table_slider.fullwidth .equal_width {
      width: 12rem; }
  .table_container .formulas .titlespe {
    font-size: 16px; }
  .table_container .formulas .packform #firstpane .menu_head {
    font-size: 14px;
    line-height: normal;
    padding: 5px 10px; }
  .leftonly .details.content_prestation h2 {
    font-size: inherit !important; }
  .colorfond .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
  .colorfond .video-container iframe,
  .colorfond .video-container object,
  .colorfond .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #main.checkout .single_content form .leftonly .etape .message_confirm .complete {
    font-size: 20px;
    margin: 0; }
  .menu.topmenu > ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    column-count: 3; } }

@media (max-width: 640px) {
  h1 {
    font-size: 22px; }
  body [class*="grid-"] > * {
    width: calc(100% * 1 - 2rem - .01px); }
  body #main.home [class*="grid-"] > * {
    width: calc(100% * 1 - 2rem - .01px); }
  .search-box .container .search_form form label {
    font-size: 26px;
    text-align: center; }
  .search-box .container .search_form form .cta {
    display: none; }
  .search-box .container .search_form form #search {
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100%; }
  .search-box .search-close {
    width: 20px; }
  #header #sliderhp {
    display: none; }
  #header .toppy #logo {
    display: none; }
  #header .toppy .search {
    border: none;
    background: none;
    padding: 11.5px 10px;
    margin-left: 60px; }
    #header .toppy .search input {
      width: 100%;
      background-size: 14px;
      text-indent: 0;
      padding: 10px 10px 10px 40px; }
  #header .toppy .block-menu .navbar-nav {
    margin: 0; }
  #header #homecenter {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    #header #homecenter .titlebig {
      font-size: 18px;
      line-height: normal; }
    #header #homecenter .titlesmall {
      font-size: 14px; }
  #header .search input {
    border: 1px solid #ccc;
    background: url("../images/search.svg") no-repeat 8px 50%;
    background-size: 24px;
    text-indent: 30px;
    -webkit-appearance: none;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .front #header.home {
    background: url("../images/homefond.jpg") no-repeat center;
    height: auto;
    display: inherit;
    align-items: inherit;
    -webkit-background-size: cover;
    background-size: cover; }
    .front #header.home .toppy #logo {
      display: block; }
    .front #header.home #homecenter {
      text-align: left;
      color: inherit;
      padding: 100px 10px;
      color: #fff;
      line-height: normal; }
      .front #header.home #homecenter .titlebig {
        margin: 0;
        text-transform: none;
        font-weight: normal;
        font-size: 22px; }
      .front #header.home #homecenter .titlesmall {
        margin: 0;
        text-transform: none;
        font-size: 18px; }
    .front #header.home #search_home {
      background: none;
      position: inherit; }
      .front #header.home #search_home .form-select {
        height: auto;
        width: 100%;
        color: inherit;
        background: url("../images/sort.svg") no-repeat right 0.75rem center;
        background-size: 10px;
        border: 1px solid #ccc;
        margin: 0; }
        .front #header.home #search_home .form-select option {
          display: block; }
      .front #header.home #search_home .formuhome {
        -moz-border-radius: 50px;
        border-radius: 50px; }
        .front #header.home #search_home .formuhome #search {
          margin: 0;
          padding: 20px;
          -moz-border-radius: 50px;
          border-radius: 50px; }
        .front #header.home #search_home .formuhome .cta {
          display: none; }
  #header.home {
    height: auto;
    display: inherit;
    align-items: inherit; }
    #header.home .flexy {
      position: inherit; }
    #header .img_blur{
      visibility: hidden;
    }
    #header.home #header.img{
      max-width: 100%;
      height: 350px;
    }
  #header.home.pro .flexy #pagecenter .titlebig {
    line-height: normal;
    text-transform: initial;
    font-size: 22px; }
  #header.home.pro .flexy #pagecenter .pre {
    font-size: 16px;
    text-transform: initial; }
  #header.home.acti {
    height: 350px;
    display: inherit;
    align-items: inherit; }
    #header.home.acti .toppy {
      display: inline-flex; }
      #header.home.acti .toppy #logo {
        display: none; }
    #header.home.acti .flexy #acticenter {
      top: auto; }
      #header.home.acti .flexy #acticenter .minwidth .sameheight {
        display: block; }
      #header.home.acti .flexy #acticenter .minwidth .titlebig {
        width: 100%;
        font-size: 26px;
        line-height: inherit;
        padding: 0; }
      #header.home.acti .flexy #acticenter .minwidth .titlesmall {
        display: block;
        font-size: 16px; }
      #header.home.acti .flexy #acticenter .minwidth .titlesmall.last {
        padding: 0;
        margin: 0;
        border: none; }
      #header.home.acti .flexy #acticenter .minwidth .profil {
        display: none; }
      #header.home.acti .flexy #acticenter .titlesmall .bordered {
        border: none;
        margin: 0;
        padding: 0; }
        #header.home.acti .flexy #acticenter .titlesmall .bordered .fa {
          display: none; }
      #header.home.acti .flexy #acticenter .rating {
        padding: 0; }
    #header.home.acti .more_block {
      position: inherit;
      left: 0;
      top: 0;
      text-align: left;
      padding: 0 15px 0 15px; }
      #header.home.acti .more_block a {
        font-size: inherit; }
  .lined {
    margin: 0; }
  #full_bloc, #header .navbar-nav, .nomob {
    display: none; }
  .home #header {
    margin: 0;
    height: 420px; }
  #search_home .formuhome [class*="grid-3"] > * {
    width: calc(100% * 1 - 2rem - .01px); }
  #search_home .formuhome #search {
    width: 100%;
    margin-bottom: 10px; }
  #search_home .formuhome .cta {
    width: calc(100% * 1 - .01px);
    margin-top: 5px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  #search_home .formuhome .chosen-container {
    width: 100% !important;
    border: 1px solid #ccc; }
    #search_home .formuhome .chosen-container .chosen-choices {
      font-size: 14px;
      padding: 10px; }
      #search_home .formuhome .chosen-container .chosen-choices li.search-field input {
        font-size: 0.9em; }
    #search_home .formuhome .chosen-container .chosen-drop {
      font-size: 14px; }
  #search_home .formuhome #search_places2 {
    width: 100% !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  #main.home .gridhome .lined a.photo {
    width: 100%;
    margin: 0; }
    #main.home .gridhome .lined a.photo figure {
      margin-top: 1rem; }
  #main.home .home_access img.desktop {
    display: none; }
  #main.home .home_access img.mobile {
    display: block; }
  #main .content_slider .threeitems .item.session {
    width: 65%; }
  #main .contentslider_more {
    border: 1px solid #007b88;
    width: 100%;
    text-align: center;
    padding: 10px;
    -moz-border-radius: 50px;
    border-radius: 50px; }
    #main .contentslider_more .fa {
      display: none; }
  #main .slide a.photo {
    min-height: 200px; }
  #footer {
    padding: 0; }
    #footer .color.white {
      padding: 20px 0; }
    #footer .links {
      display: none; }
    #footer .copy {
      margin: 0;
      border: none; }
  .details .moniteurs {
    margin: 5px 0;
    text-align: left; }
  body.node-type-activite #main.single .single_content .acti, body.node-type-prestataire #main.single .single_content .acti {
    margin-bottom: 30px; }
    body.node-type-activite #main.single .single_content .acti .title_principal, body.node-type-prestataire #main.single .single_content .acti .title_principal {
      display: block;
      font-weight: 900;
      margin-bottom: 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    body.node-type-activite #main.single .single_content .acti .content_acti [class*="grid-"] > *, body.node-type-prestataire #main.single .single_content .acti .content_acti [class*="grid-"] > * {
      width: calc(100% * 1 / 2 - 2rem - .01px); }
    body.node-type-activite #main.single .single_content .acti .content_acti .title, body.node-type-prestataire #main.single .single_content .acti .content_acti .title {
      display: none; }
  body.node-type-activite #big_map_activite, body.node-type-prestataire #big_map_activite {
    height: 250px; }
  #main.single .single_content img.profil {
    float: left; }
  .single_content .grid-1-3.details .photo_presta {
    text-align: left; }
  #main.single .single_content .parts.sum {
    margin-top: 0; }
    #main.single .single_content .parts.sum .acti {
      margin-bottom: 30px; }
      #main.single .single_content .parts.sum .acti .title_principal {
        display: block;
        font-weight: 900;
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      #main.single .single_content .parts.sum .acti .content_acti .image {
        position: relative; }
        #main.single .single_content .parts.sum .acti .content_acti .image .amount {
          position: absolute;
          right: 0; 
          top: 10px; 
          background: rgba(0, 0, 0, 0.5);
          color: #fff;
          font-weight: 700;
          padding: 2px 10px; }
      #main.single .single_content .parts.sum .acti .content_acti .mid_content .title {
        display: none; }
      #main.single .single_content .parts.sum .acti .icon {
        text-align: center;
        margin-bottom: 10px;
        max-width: 40px; }
      #main.single .single_content .parts.sum .acti .acti_text {
        width: 100%;
        margin: 0; }
        #main.single .single_content .parts.sum .acti .acti_text .cta.mobile {
          display: inline-block;
          width: 100%;
          margin-bottom: 10px; }
        #main.single .single_content .parts.sum .acti .acti_text .mid {
          width: 100%; }
  #main.single .single_content .acti .content_acti .mid .price .reserve {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0; }
  #main.single .single_content .content_user .parts #big_map {
    height: 300px; }
  #main.single .single_content .parts .list div {
    width: 100%; }
  #main.single .single_content .parts .offers {
    display: inherit; }
    #main.single .single_content .parts .offers .img_offers, #main.single .single_content .parts .offers .content_offers {
      width: 100%;
      margin: 0; }
    #main.single .single_content .parts .offers a.cta {
      width: 100%;
      position: inherit;
      display: inline-block;
      margin-top: 15px; }
  #main.single .single_content .parts .photo_visiteur, #main.single .single_content .parts .comment {
    width: 100%;
    text-align: left;
    margin: 0; }
  #main.single .single_content .parts .photo_visiteur img.profil {
    float: left;
    margin-right: 10px; }
  #main.single .single_content .presta {
    margin: 0; }
  #main.single .single_content .cta_mobileonly {
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%; }
    #main.single .single_content .cta_mobileonly .margering {
      margin: 0; }
      #main.single .single_content .cta_mobileonly .margering .cta {
        display: inline-block;
        text-decoration: none;
        text-align: center;
        width: 100%;
        font-weight: 700;
        border-radius: 0 0 0;
        font-size: 14px;
        border-top: 1px solid #eb9709; }
        #main.single .single_content .cta_mobileonly .margering .cta:hover {
          color: #fff; }
        #main.single .single_content .cta_mobileonly .margering .cta .fa {
          margin-right: 5px; }
    #main.single .single_content .cta_mobileonly p {
      display: inline-block;
      background: #fff;
      padding: 8px 5rem;
      margin-top: 5px;
      text-align: center;
      width: 100%; }
      #main.single .single_content .cta_mobileonly p .fa {
        margin-right: 5px;
        color: #f6a318; }
  #main.single .table_container .tableau .table_header .table_title_container {
    width: 80%;
    margin: 0 auto; }
    #main.single .table_container .tableau .table_header .table_title_container .title_dispo {
      display: none; }
  #main.single .table_container .tableau .table_header .cta-action-navigation {
    width: 100%;
    text-align: center; }
    #main.single .table_container .tableau .table_header .cta-action-navigation .navi-next {
      position: absolute;
      right: 0;
      width: 10%; }
    #main.single .table_container .tableau .table_header .cta-action-navigation .navi-prev {
      position: absolute;
      left: 0;
      width: 10%; }
    #main.single .table_container .tableau .table_header .cta-action-navigation .navi-icon.cta {
      width: 10%;
      padding: 2px;
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #main.single .table_container .tableau .table_header .cta-action-navigation .navi-icon.cta .fa {
        top: inherit;
        margin: 0 auto; }
  #main.single .table_container .tableau .timecontent .table_cell.time {
    height: 10rem; }
  #main.single .table_container .tableau .table_line .table_cell.deal,
  #main.single .table_container .tableau .table_line .table_cell.empty {
    height: 10rem; }
    #main.single .table_container .tableau .table_line .table_cell.deal .deal_details a,
    #main.single .table_container .tableau .table_line .table_cell.empty .deal_details a {
      height: 10rem; }
      #main.single .table_container .tableau .table_line .table_cell.deal .deal_details a .tarif,
      #main.single .table_container .tableau .table_line .table_cell.empty .deal_details a .tarif {
        top: 5.3rem; }
        #main.single .table_container .tableau .table_line .table_cell.deal .deal_details a .tarif .fat,
        #main.single .table_container .tableau .table_line .table_cell.empty .deal_details a .tarif .fat {
          font-size: 16px; }
  #main.single .table_container .tableau .table_cell.deal .deal_details .fat {
    text-align: left; }
  #main.single .table_container .formulas .packform .menu_head.parent .name_formule {
    width: 50%;
    padding: 0 10px 0 0; }
  #main.single .table_container .formulas .packform .menu_head.parent .parent_right {
    width: 50%; }
  #main.single .table_container .formulas .packform .menu_head.parent .dealing {
    width: 35%; }
  #main.single .table_container .formulas .packform .menu_head.parent .info_formule {
    width: 65%; }
    #main.single .table_container .formulas .packform .menu_head.parent .info_formule .moreinfo {
      display: none; }
  #main.single .table_container .formulas .packform .menu_head.child .name_formule {
    width: 50%; }
    #main.single .table_container .formulas .packform .menu_head.child .name_formule .places {
      width: 40%; }
  #main.single .table_container .formulas .packform .menu_head.child .info_formule {
    width: 50%; }
  #main.single .table_container .formulas .menu_body {
    padding: 10px; }
  #main.single .sidebar .bloc_plus {
    display: none; }
  #session_order .date {
    display: block;
    margin-top: 5px; }
  .booking-wrapper #booking-form .center {
    margin-bottom: 30px; }
  #main.user .single_content h1 {
    padding: 0; }
  #main.user .single_content img.profil.top {
    position: inherit; }
  .pro .textpro.left, .pro .textpro.right {
    padding: 20px 0; }
  .pro .displaydesktop {
    display: none; }
  .pro .displaymobile {
    display: block; }
  .pro .lead .lead_content {
    padding: 10px; }
  #header.home.team #pagecenter .titlebig,
  #header.home.concept #pagecenter .titlebig,
  #header.home.presse #pagecenter .titlebig {
    text-transform: initial;
    font-size: 22px; }
  #header.home.team #pagecenter .titlesmall,
  #header.home.concept #pagecenter .titlesmall,
  #header.home.presse #pagecenter .titlesmall {
    text-transform: initial;
    font-size: 18px; }
  .team .team_profil .photo, .team .team_profil .name {
    width: 100%;
    display: block; }
    .team .team_profil .photo .marger, .team .team_profil .name .marger {
      margin: 0; }
  .team .team_profil .photo img {
    max-width: 150px; }
  .team .team_profil.mid {
    width: 100%; }
    .team .team_profil.mid .photo, .team .team_profil.mid .name {
      width: 100%;
      display: block; }
      .team .team_profil.mid .photo .marger, .team .team_profil.mid .name .marger {
        margin: 0; }
    .team .team_profil.mid .photo img {
      max-width: 100px; }
  .team .grid-3.contentlabel > div {
    width: calc(100% * 1 / 2 - 2rem - .01px); }
  #main.checkout .single_content form .leftonly .etape .eta {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #main.checkout .single_content form .leftonly .etape .eta .label {
      padding: 12px; }
      #main.checkout .single_content form .leftonly .etape .eta .label .prefixed {
        display: none; }
  .details_pers .toppy .cell {
    display: none; }
  .details_pers .cell.label {
    position: inherit; }
  .details_pers .cell {
    text-align: left;
    margin-bottom: 5px; }
    .details_pers .cell .prefix, .details_pers .cell .suffix {
      position: inherit; }
    .details_pers .cell .prefix {
      float: left; }
    .details_pers .cell .middle {
      width: 60px;
      float: right; }
    .details_pers .cell .suffix {
      margin: 0;
      position: absolute;
      right: 7px; }
    .details_pers .cell input {
      padding: 10px; }
  .details_pers .cell.label {
    width: 100%; }
  #commerce-checkout-form-payments .commerce_payment #payment-details select.form-select,
  #commerce-checkout-form-payments .commerce_payment #payment-details input#edit-commerce-payment-payment-details-credit-card-number {
    width: 100%; }
  #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid {
    padding: 0; }
    #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid .specs {
      clear: both; }
    #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid .cell .suffix {
      position: inherit;
      right: auto; }
    #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid .cell.small {
      font-size: 14px; }
    #commerce-checkout-form-complete .leftonly .etape .details_pers .content_grid .cell.small.label {
      font-weight: 700; }
  #commerce-checkout-form-complete .leftonly .etape .line {
    width: 100%; }
  #session_order_continue {
    text-align: center; }
    #session_order_continue .resa, #session_order_continue .continue {
      width: 100%; }
    #session_order_continue .resa {
      margin-bottom: 15px; }
  .shopping-cart {
    padding: 10px; }
    .shopping-cart .scroll {
      max-height: 215px; }
    .shopping-cart a.cta {
      margin: 0;
      padding: 5px 0; }
  .menu.topmenu > ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2; }}


@media (max-width: 600px) {
  #sliding-popup.sliding-popup-bottom {
    width: 100%;
    left: 0;
    bottom: 0 !important; }
    #sliding-popup.sliding-popup-bottom .popup-content #popup-text {
      max-width: 100%; }
    #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons {
      max-width: 100%;
      clear: both; }
      #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button {
        margin-top: 0 !important; }
  #session_order {
    width: 100%;
    min-width: inherit; } }

@media (max-width: 460px) {
  .front #header.home .toppy #logo {
    display: block; }
  .front #header.home #homecenter {
    padding: 130px 10px 30px 10px; }
  .front #header.home #search_home .formuhome #search {
    padding: 10px 20px; }
  #header .toppy #logo {
    display: none; }
  #header .toppy .search {
    padding-left: 60px;
    margin: 0; }
    #header .toppy .search input {
      padding: 5px 5px 5px 40px; }
  #header #search_home .chosen-container-multi .chosen-choices::after {
    display: none; }
  #header.home.acti .toppy #acticenter .valid {
    font-size: 12px; }
  #header.home.acti .flexy {
    padding-top: 50px; }
  #main .w960 .menu_in_page li a {
    font-size: 1.8rem; }
  #main .prix {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 2px 2px;
    font-size: 14px !important;
    }
    .content_acti .mid .amount{
      top: 5px !important;
      right: 0 !important;
    }
    #main .prix .small {
      font-size: 14px; }
      #main .prix .small .fa {
        display: none; }
    #main .prix sup.euro {
      font-size: inherit;
      top: auto;
      bottom: auto; }
  #main .item .prix.session {
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }
    #main .item .prix.session .amount {
      line-height: normal;
      padding: 2px 10px; }
    #main .item .prix.session .discount {
      font-size: 14px;
      padding: 5px 10px; }
    #main .item .prix.session .infos {
      padding: 5px; }
  #main.single .table_container .formulas .packform .menu_head.parent .parent_content {
    display: block; }
    #main.single .table_container .formulas .packform .menu_head.parent .parent_content .name_formule, #main.single .table_container .formulas .packform .menu_head.parent .parent_content .parent_right {
      width: 100%;
      display: inline-block;
      border: none; }
      #main.single .table_container .formulas .packform .menu_head.parent .parent_content .name_formule .tably, #main.single .table_container .formulas .packform .menu_head.parent .parent_content .parent_right .tably {
        display: block; }
        #main.single .table_container .formulas .packform .menu_head.parent .parent_content .name_formule .tably .dealing, #main.single .table_container .formulas .packform .menu_head.parent .parent_content .parent_right .tably .dealing {
          display: inherit;
          float: left;
          text-align: left;
          width: auto; }
        #main.single .table_container .formulas .packform .menu_head.parent .parent_content .name_formule .tably .info_formule, #main.single .table_container .formulas .packform .menu_head.parent .parent_content .parent_right .tably .info_formule {
          display: inherit;
          float: left;
          text-align: left;
          width: auto; }
  #main.single .table_container .formulas .packform .menu_head.child .flexy {
    display: block; }
  #main.single .table_container .formulas .packform .menu_head.child .name_formule {
    width: 100%;
    padding: 10px 0; }
    #main.single .table_container .formulas .packform .menu_head.child .name_formule .places {
      width: 50%; }
  #main.single .table_container .formulas .packform .menu_head.child .info_formule {
    width: 100%; }
    #main.single .table_container .formulas .packform .menu_head.child .info_formule .places, #main.single .table_container .formulas .packform .menu_head.child .info_formule dealing {
      width: 50%; }
    #main.single .table_container .formulas .packform .menu_head.child .info_formule .dealing .seance {
      display: block;
      width: 100%; }
    #main.single .table_container .formulas .packform .menu_head.child .info_formule .remise {
      display: none; }
}

@media (min-width: 461px) {
  .flexyhome #homecenter .container{
    display: none;
  }
}

@media (max-width: 450px) {
  #main .arg strong,
  #main .slide #textslide strong {
    font-size: 18px;
    line-height: normal; }
  #header .mbYTP_wrapper {
    display: none; }
  #header .titlebig {
    letter-spacing: normal;
    font-size: 18px; }
  #header .menu.topmenu {
    display: none; }
  #header.home.acti .flexy #acticenter .minwidth .nowrap {
    overflow: hidden; }
  #header.home.acti .flexy #acticenter .minwidth .titlebig {
    font-size: 18px;
    line-height: normal;
    padding: 0; }
  #header.home.acti .flexy #acticenter .minwidth .titlesmall {
    font-size: 14px; }
  #header.home.acti .flexy #acticenter .minwidth .valid {
    text-align: left; }
  #header.home.acti .more_block a {
    margin-right: 0;
    text-align: center;
    white-space: nowrap; }
  .single_content .parts.sum .acti {
    width: 100%;
    margin: 0; }
  #main .content_slider .threeitems .item, #main .content_slider .threeitems .item.session {
    width: 95%; }
    #main .content_slider .threeitems .item .infos, #main .content_slider .threeitems .item.session .infos {
      white-space: initial; }
  #main .prefooter #newsletter-form {
    margin-top: 10px; }
    #main .prefooter #newsletter-form #sportbox-ajax-newsletter .form-item,
    #main .prefooter #newsletter-form #sportbox-ajax-newsletter input#newsletter-form-submit {
      width: 100%; }
    #main .prefooter #newsletter-form #sportbox-ajax-newsletter input#newsletter-form-submit {
      margin-top: 10px; }
  #main.single .table_container .tableau .table_header .table_title_container {
    font-size: 14px !important;
    padding: 10px; }
    #main.single .table_container .tableau .table_header .table_title_container .title_dispo {
      display: none; }
  #main.single .table_container .tableau .table_cell.deal .deal_details .tarif {
    top: 4.3rem; }
  #main.single .single_content .acti .content_acti {
    display: block;
    width: 100%; }
    #main.single .single_content .acti .content_acti .mid .mid_content, #main.single .single_content .acti .content_acti .mid.right .mid_content {
      margin-left: 0;
      width: 50% !important;
      padding: 15px; }
    #main.single .single_content .acti .content_acti .mid .price .reserve, #main.single .single_content .acti .content_acti .mid.right .price .reserve {
      display: block; }
    #main.single .single_content .acti .content_acti .mid .icon, #main.single .single_content .acti .content_acti .mid.right .icon {
      display: none; }
    #main.single .single_content .acti .content_acti .mid .cta, #main.single .single_content .acti .content_acti .mid.right .cta {
      float: left;
      width: 100%;
      padding: 6px 0; }
  #main.single .single_content .table_container .formulas .name_formule {
    width: calc(100% * 1 - 2rem - .01px); }
  #main.searchy .results .view-filters label {
    display: block; }
  #main.searchy .results .view-filters .filter span.label {
    width: 100%;
    margin-bottom: 5px; }
  #main.searchy .results .view-filters .filter label select {
    width: 100%; }
  #main.searchy .results .view-filters .filter.flexy {
    display: block; }
  #main.searchy .results .view-filters .filter_content.price {
    width: 94%; }
  #main.searchy .results .view-filters ul#universe {
    width: 100%; }
    #main.searchy .results .view-filters ul#universe li {
      width: 49%;
      margin: 5px 0; }
      #main.searchy .results .view-filters ul#universe li label {
        background-position: 0 0 !important;
        padding: 8px 0; }
        #main.searchy .results .view-filters ul#universe li label span {
          margin: 0 0 0 50px; }
    #main.searchy .results .view-filters ul#universe li.active label {
      -moz-border-radius: 5px !important;
      border-radius: 5px !important; }
  #main.searchy .results .view-filters #firstpane .reinit {
    padding: 8px 0; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px; } }

/* Page activité  - comment s'y rendre */
    .parts a.bold {
      color: #007b88;
      font-weight: 700;}
      .parts ul li a.bold:hover {
        text-decoration: underline; }
      .parts ul li{
        list-style-type: none;}
    .parts .pad .fa {
          margin-right: 10px; }

/* Page Activité - Langue parlée */
#pro .marger{
  text-align: center;
}

/* Page Activité - réduction affichage à 4 activités mobile */
@media (max-width: 576px){
  .supp-activity{
    display: none;
}}

/* Page activité - Les autres activités */
.supp-activity-other{
  display: none;
}

/* Menu sticky */
.toppy.sticky{
  background-color: #373737 !important;
}

.toppy.sticky .block-menu .navbar-nav li a{
  border-bottom: transparent !important;
}

@media (max-width: 576px){
#header .toppy.sticky .block-menu {
      background: #373737; } }

/* @media (max-width: 961px){
.toppy.sticky{
  position: absolute !important;
  background-color: transparent !important;
}
} */

/* Page presta Activité */
.coord .inter .lang{
  display: inline-block;
}

.coord .inter .lang .flag-icon{
  margin: 0 5px;
}

.figure #vlog{
  width: calc(33.33333% - 2rem);
}

.ticket .bloc_plus .fa{
  margin-right: 10px; 
}

.soustitle .toppy{
  background-color: #eee !important;
}

.title .toppy{
  background-color: #007C89 !important; 
}

/* HomePage -Bloc image Pro */
#main #image-pro {
    background: url("../images/visuel_saut_vide.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 280px;
    padding: 90px 0;
    color: #fff;
    margin: 0 0;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }


#main #image-pro .cta {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 30px;
    border-radius: 5px; 
}

.blogpost .card .card-body{
  padding: 0;
}

@media (max-width: 576px){
#main #image-pro .cta {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 30px;
    border-radius: 5px; 
}}

#text-image-pro-titre{
    margin: 15px 0px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

@media (max-width: 576px){
#text-image-pro-titre {
   font-size: 18px;
}}

#col-img-pro{
  margin-top: 40px; 
}

#col-img-pro p{
  font-size: 22px; 
  font-weight: bold;
}

#text-image-pro{
      margin-top: 15px;
}

#image-pro p{
  color: #fff; 
}
#image-pro a{
  text-decoration: none; 
}


/* HomePage - vignettes activitées */

#cta-activity{
  background: #f6a318 !important;
  color: #fff; 
  font-size: 20px; 
  font-weight: 700;
  border-radius: 0;
  padding: 0;
}

.row figure.effect-jazz {
  text-align: justify !important;
}



/* Page concept */

#concept-text > p {
  line-height: 1.8; 
}

#intro{ 
  text-align: center;
  padding: 10px 5px 10px 5px;
  font-weight: bold;
}

.w960 h2#spacer-concept:before,
.w960 h2#spacer-concept:before {
  content: "";
  display: block;
  border-top: 5px solid #007b88;
  max-width: 50px;
  padding-bottom: 15px; 
  margin-top: 60px;}

h2#spacer-concept.spacer{
  margin-bottom: 15px; 
}

#image-utilisateurs{
  margin: 50px 0 20px 0; 
}

#icone-concept{
  padding: 5px 0 20px 0;
  max-width: 100px;}

@media (max-width: 767px){
  #col-concept{
  margin: 0 20px 0px 20px;
  padding: 30px;
  }

  #col-concept:hover{
  margin: 0 20px 20px 20px;
  }}

@media (max-width: 576px){
  #image-utilisateurs{
    display: none; 
  }
}
@media (min-width: 576px){
  #image-mobile-utilisateurs{
    display: none; 
  }
}

/* Page Equipe */
.container .row .photo img{
  max-width: 170px;
}

.container .margin_left_team{
  margin-left: 80px; 
}

.container .margin_right_team{
  margin-right: 80px; 
}

/* Page presta + activité - Période ouverture */

.info_presta .pad .periode_ouverture ul, 
.ticket .options .periode_ouverture ul{
  padding: 0;
  margin: 5px 0 0;
}
.info_presta .pad .periode_ouverture ul li, 
.ticket .options .periode_ouverture ul li {
  list-style: none;
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
}

.info_presta .pad .periode_ouverture ul li.active,
.ticket .options .periode_ouverture ul li.active {
  background-color: #007C89;
}

.info_presta .pad .periode_ouverture ul.open li, .ticket .options .periode_ouverture ul.open li {
    font-size: 14px;
    border: 1px solid #007b88;
    color: #007b88;
    width: 1.9%;
    max-height: 6.9%;
    margin: 2px 0;
    text-align: center;
    -moz-border-radius: 100%;
    border-radius: 100%; }
    
@media (max-width:767px){
  .info_presta .pad .periode_ouverture ul.open li, .ticket .options .periode_ouverture ul.open li{
    width: 6.9%;
  }
} 
.info_presta .pad .periode_ouverture .tooltip span,
.ticket .options .periode_ouverture .tooltip span {
    background: #007b88;
    padding: 5px 10px;
    margin-top: -35px;
    margin-left: -5px;
}
.info_presta .pad, 
.ticket .options .periode_ouverture {
  padding: 0; 
}

.ticket .options .inter {
  display: inline-block;
  width: 100%;
  padding: 4px 0; }
