.columns-container {
  margin-top: 0px !important; }
  .columns-container .sliderHome {
    margin-bottom: 0px; }
    .columns-container .sliderHome .rev_slider_wrapper {
      height: calc(100vh - 77px) !important;
      top: 77px !important; }
      @media screen and (max-width: 767px) {
        .columns-container .sliderHome .rev_slider_wrapper {
          top: 0 !important; } }
      .columns-container .sliderHome .rev_slider_wrapper .rev-btn {
        width: 200px !important;
        text-align: center !important; }
      .columns-container .sliderHome .rev_slider_wrapper .tparrows {
        background-color: #ffffff !important;
        width: 58px !important;
        height: 58px !important;
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
        .columns-container .sliderHome .rev_slider_wrapper .tparrows:before {
          color: #e32119 !important;
          line-height: 58px !important;
          font-size: 30px !important; }
        .columns-container .sliderHome .rev_slider_wrapper .tparrows.tp-rightarrow {
          -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
          -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); }
      .columns-container .sliderHome .rev_slider_wrapper .tp-bullets:before {
        content: '';
        width: 100%;
        height: 0.5px !important;
        background-color: #dedede !important;
        position: absolute;
        top: 50%;
        margin: 0 !important;
        padding: 0 !important; }
      .columns-container .sliderHome .rev_slider_wrapper .tp-bullets .tp-bullet {
        background-color: #e2e2e2 !important;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 16px !important;
        height: 16px !important; }
        .columns-container .sliderHome .rev_slider_wrapper .tp-bullets .tp-bullet.selected {
          background-color: #e32119 !important; }
    .columns-container .sliderHome .desktop {
      display: block; }
      @media screen and (max-width: 767px) {
        .columns-container .sliderHome .desktop {
          display: none; } }
    .columns-container .sliderHome .mobile {
      display: none; }
      @media screen and (max-width: 767px) {
        .columns-container .sliderHome .mobile {
          display: block;
          margin-top: 75px; }
          .columns-container .sliderHome .mobile h1 {
            font-size: 50px !important; }
          .columns-container .sliderHome .mobile .btnSlideMobile {
            font-size: 18px !important; }
          .columns-container .sliderHome .mobile .textSlideMobile {
            font-size: 15px !important;
            max-width: 80vw !important;
            min-width: 80vw !important;
            line-height: 25px !important; } }
  .columns-container h2 {
    font-family: "gotham-bold";
    font-size: 50px;
    color: #3D3D3D;
    margin: 35px 0 !important;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .columns-container h2 {
        font-size: 25px; } }
  .columns-container .contentGammes > div {
    padding: 0 !important; }
  .columns-container .contentGammes .gammeBlock {
    padding: 0 !important;
    width: 33.33%;
    float: left;
    margin: 0px; }
    @media screen and (max-width: 767px) {
      .columns-container .contentGammes .gammeBlock {
        width: 50%; } }
    .columns-container .contentGammes .gammeBlock > div {
      padding: 0px;
      position: relative; }
    .columns-container .contentGammes .gammeBlock:hover {
      /*button, a{
        background-color: rgba(0,0,0,0.5);
      }*/ }
      .columns-container .contentGammes .gammeBlock:hover .hover {
        opacity: 1;
        height: auto; }
    .columns-container .contentGammes .gammeBlock .imgGamme {
      margin-bottom: 0px;
      z-index: 8; }
    .columns-container .contentGammes .gammeBlock .hover {
      opacity: 0;
      -webkit-transition: ease-in-out 0.5s opacity;
      -moz-transition: ease-in-out 0.5s opacity;
      -ms-transition: ease-in-out 0.5s opacity;
      -o-transition: ease-in-out 0.5s opacity;
      transition: ease-in-out 0.5s opacity;
      position: absolute;
      top: 0; }
    .columns-container .contentGammes .gammeBlock .titleGamme {
      position: absolute;
      text-align: center;
      width: 100%;
      left: 50%;
      bottom: 20px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #ffffff;
      font-family: "gotham-bold";
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 0px;
      z-index: 9; }
      @media screen and (max-width: 767px) {
        .columns-container .contentGammes .gammeBlock .titleGamme {
          font-size: 15px;
          bottom: 5px;
          line-height: 20px; } }
      .columns-container .contentGammes .gammeBlock .titleGamme p {
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .columns-container .contentGammes .gammeBlock button, .columns-container .contentGammes .gammeBlock a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 999;
      background-color: transparent;
      margin: 0;
      padding: 0;
      border: 0;
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -ms-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      /*&:after{
        content: url('../img/bolle_pictoOpacity.png');
        opacity: 0.5;
        position: absolute;
        top:50%;
        left:50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: 0.5s ease-in-out ;
        -moz-transition: 0.5s ease-in-out ;
        -ms-transition: 0.5s ease-in-out ;
        -o-transition: 0.5s ease-in-out ;
        transition: 0.5s ease-in-out ;
        @media screen and (max-width: 767px) {
          -webkit-transform: translate(-50%,-50%) scale(.4);
          -moz-transform: translate(-50%,-50%) scale(.4);
          -ms-transform: translate(-50%,-50%) scale(.4);
          -o-transform: translate(-50%,-50%) scale(.4);
          transform: translate(-50%,-50%) scale(.4);
        }
      }*/ }
      .columns-container .contentGammes .gammeBlock button span, .columns-container .contentGammes .gammeBlock a span {
        display: none; }
  .columns-container .trois_blocks {
    padding: 50px 30px !important;
    background-color: #f9f9f9; }
    @media screen and (max-width: 767px) {
      .columns-container .trois_blocks {
        padding: 15px !important; } }
    .columns-container .trois_blocks .container3blocks {
      height: 70vh;
      position: relative;
      margin-right: 3.5%;
      width: 31% !important;
      background: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        .columns-container .trois_blocks .container3blocks {
          width: 100% !important;
          float: none;
          margin-right: 0px;
          margin-bottom: 15px; }
          .columns-container .trois_blocks .container3blocks:last-of-type {
            margin-bottom: 0px; } }
      .columns-container .trois_blocks .container3blocks a {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 9;
        background: transparent;
        left: 0; }
        .columns-container .trois_blocks .container3blocks a span {
          display: none; }
      .columns-container .trois_blocks .container3blocks .wpb_single_image {
        margin-bottom: 50px; }
      .columns-container .trois_blocks .container3blocks:first-of-type img {
        max-width: 60px;
        max-height: 60px; }
      .columns-container .trois_blocks .container3blocks:nth-child(4) img {
        max-width: 60px;
        max-height: 60px; }
      .columns-container .trois_blocks .container3blocks:last-of-type {
        padding-top: 10px;
        margin-right: 0px;
        background-color: #ffffff; }
        .columns-container .trois_blocks .container3blocks:last-of-type .wpb_single_image {
          margin-bottom: 20px; }
          .columns-container .trois_blocks .container3blocks:last-of-type .wpb_single_image img {
            max-height: 60px; }
      .columns-container .trois_blocks .container3blocks .content3Blocks {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80%; }
        @media screen and (max-width: 767px) {
          .columns-container .trois_blocks .container3blocks .content3Blocks {
            width: 100%;
            padding: 0 10px;
            margin: 0; } }
        .columns-container .trois_blocks .container3blocks .content3Blocks .text3blocks {
          color: #ffffff;
          text-align: center;
          font-family: 'gotham-light';
          font-size: 38px;
          line-height: 38px;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.23); }
          @media screen and (max-width: 767px) {
            .columns-container .trois_blocks .container3blocks .content3Blocks .text3blocks {
              font-size: 25px;
              line-height: 30px; } }
          .columns-container .trois_blocks .container3blocks .content3Blocks .text3blocks strong {
            font-family: 'gotham-medium';
            text-transform: uppercase; }
      .columns-container .trois_blocks .container3blocks .iframeInstagram {
        width: 100%; }
        .columns-container .trois_blocks .container3blocks .iframeInstagram img {
          width: 33.33%;
          margin-right: 20px; }

.popNewsletter {
  width: 100vw;
  height: calc(100vh - 77px);
  z-index: 9999;
  position: fixed;
  top: 77px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 980px) {
    .popNewsletter {
      top: 75px; } }
  .popNewsletter .content {
    height: 100%;
    width: 100%;
    box-sizing: inherit;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 980px) {
      .popNewsletter .content {
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        -ms-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding-top: 8px; } }
    .popNewsletter .content #popNewsletter {
      background-color: #ffffff;
      padding: 5% 5% 30px;
      color: #000000;
      font-family: "gotham-light";
      text-align: center;
      width: 85vw;
      position: relative; }
      @media screen and (max-width: 980px) {
        .popNewsletter .content #popNewsletter {
          width: 95vw; } }
      .popNewsletter .content #popNewsletter .close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-family: "gotham-book";
        font-size: 20px; }
        @media screen and (max-width: 980px) {
          .popNewsletter .content #popNewsletter .close {
            position: inherit;
            top: inherit;
            right: inherit;
            font-family: "gotham-book";
            font-size: 24px;
            margin-bottom: 10px;
            width: 100%;
            text-align: right; } }
      .popNewsletter .content #popNewsletter .left, .popNewsletter .content #popNewsletter .right {
        width: 50%;
        float: left;
        font-size: 16px;
        line-height: 25px; }
        @media screen and (max-width: 980px) {
          .popNewsletter .content #popNewsletter .left, .popNewsletter .content #popNewsletter .right {
            width: 100%;
            float: inherit; } }
        .popNewsletter .content #popNewsletter .left p:first-of-type, .popNewsletter .content #popNewsletter .right p:first-of-type {
          font-size: 30px;
          font-family: "gotham-bold";
          margin-bottom: 20px; }
        .popNewsletter .content #popNewsletter .left p:last-of-type, .popNewsletter .content #popNewsletter .right p:last-of-type {
          margin-bottom: 30px; }
          @media screen and (max-width: 980px) {
            .popNewsletter .content #popNewsletter .left p:last-of-type, .popNewsletter .content #popNewsletter .right p:last-of-type {
              display: none; } }
        .popNewsletter .content #popNewsletter .left.left, .popNewsletter .content #popNewsletter .right.left {
          border-right: 1px solid #979797;
          padding-right: 5%; }
          @media screen and (max-width: 980px) {
            .popNewsletter .content #popNewsletter .left.left, .popNewsletter .content #popNewsletter .right.left {
              border-right: 0px;
              margin-bottom: 5vh;
              padding-right: 0; } }
          .popNewsletter .content #popNewsletter .left.left #langueNewsletter, .popNewsletter .content #popNewsletter .right.left #langueNewsletter {
            display: none; }
          .popNewsletter .content #popNewsletter .left.left .select, .popNewsletter .content #popNewsletter .right.left .select {
            position: relative;
            display: inline-block;
            width: auto; }
            @media screen and (max-width: 980px) {
              .popNewsletter .content #popNewsletter .left.left .select, .popNewsletter .content #popNewsletter .right.left .select {
                width: 100%;
                text-align: left; } }
            .popNewsletter .content #popNewsletter .left.left .select .styledSelect, .popNewsletter .content #popNewsletter .right.left .select .styledSelect {
              border: 1px solid #D2D2D2;
              padding-right: 10vw;
              width: 100%;
              font-size: 16px;
              color: #000;
              cursor: pointer;
              position: relative; }
              .popNewsletter .content #popNewsletter .left.left .select .styledSelect:after, .popNewsletter .content #popNewsletter .right.left .select .styledSelect:after {
                content: '\f107';
                font-family: FontAwesome;
                font-size: 30px;
                color: #000;
                top: 50%;
                right: 10px;
                position: absolute;
                -webkit-transition: 0.5s ease-in-out;
                -moz-transition: 0.5s ease-in-out;
                -ms-transition: 0.5s ease-in-out;
                -o-transition: 0.5s ease-in-out;
                transition: 0.5s ease-in-out;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%); }
              .popNewsletter .content #popNewsletter .left.left .select .styledSelect.active:after, .popNewsletter .content #popNewsletter .right.left .select .styledSelect.active:after {
                -webkit-transform: rotate(-180deg) translateY(50%);
                -moz-transform: rotate(-180deg) translateY(50%);
                -ms-transform: rotate(-180deg) translateY(50%);
                -o-transform: rotate(-180deg) translateY(50%);
                transform: rotate(-180deg) translateY(50%); }
              .popNewsletter .content #popNewsletter .left.left .select .styledSelect.flagDE:before, .popNewsletter .content #popNewsletter .right.left .select .styledSelect.flagDE:before {
                content: url("../img/flagDE.png");
                display: inline-block;
                vertical-align: middle;
                transform: scale(0.5);
                margin: -10px 0; }
              .popNewsletter .content #popNewsletter .left.left .select .styledSelect.flagUS:before, .popNewsletter .content #popNewsletter .right.left .select .styledSelect.flagUS:before {
                content: url("../img/flagUS.png");
                display: inline-block;
                vertical-align: middle;
                margin: -10px 0;
                transform: scale(0.5); }
              .popNewsletter .content #popNewsletter .left.left .select .styledSelect.flagFR:before, .popNewsletter .content #popNewsletter .right.left .select .styledSelect.flagFR:before {
                content: url("../img/flagFR.png");
                display: inline-block;
                vertical-align: middle;
                transform: scale(0.5);
                margin: -10px 0; }
              .popNewsletter .content #popNewsletter .left.left .select .styledSelect.flagEN:before, .popNewsletter .content #popNewsletter .right.left .select .styledSelect.flagEN:before {
                content: url("../img/flagEN.png");
                display: inline-block;
                vertical-align: middle;
                transform: scale(0.5);
                margin: -10px 0; }
              .popNewsletter .content #popNewsletter .left.left .select .styledSelect.flagES:before, .popNewsletter .content #popNewsletter .right.left .select .styledSelect.flagES:before {
                content: url("../img/flagES.png");
                display: inline-block;
                vertical-align: middle;
                transform: scale(0.5);
                margin: -10px 0; }
              .popNewsletter .content #popNewsletter .left.left .select .styledSelect.flagIT:before, .popNewsletter .content #popNewsletter .right.left .select .styledSelect.flagIT:before {
                content: url("../img/flagIT.png");
                display: inline-block;
                vertical-align: middle;
                transform: scale(0.5);
                margin: -10px 0; }
            .popNewsletter .content #popNewsletter .left.left .select .options, .popNewsletter .content #popNewsletter .right.left .select .options {
              display: none;
              border: 1px solid #D2D2D2;
              background-color: #ffffff;
              -webkit-box-shadow: 0px 4px 7px 0 rgba(0, 0, 0, 0.2);
              -moz-box-shadow: 0px 4px 7px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0px 4px 7px 0 rgba(0, 0, 0, 0.2);
              position: absolute;
              width: 100%;
              left: 0; }
              .popNewsletter .content #popNewsletter .left.left .select .options li, .popNewsletter .content #popNewsletter .right.left .select .options li {
                text-align: left;
                border-bottom: 1px solid #F0F0F0;
                cursor: pointer; }
                .popNewsletter .content #popNewsletter .left.left .select .options li:hover, .popNewsletter .content #popNewsletter .right.left .select .options li:hover {
                  color: #dd271d; }
                .popNewsletter .content #popNewsletter .left.left .select .options li span, .popNewsletter .content #popNewsletter .right.left .select .options li span {
                  color: #000;
                  display: inline-block;
                  vertical-align: middle; }
                .popNewsletter .content #popNewsletter .left.left .select .options li.flagDE:before, .popNewsletter .content #popNewsletter .right.left .select .options li.flagDE:before {
                  content: url("../img/flagDE.png");
                  display: inline-block;
                  vertical-align: middle;
                  transform: scale(0.5);
                  margin: -10px 0; }
                .popNewsletter .content #popNewsletter .left.left .select .options li.flagUS:before, .popNewsletter .content #popNewsletter .right.left .select .options li.flagUS:before {
                  content: url("../img/flagUS.png");
                  display: inline-block;
                  vertical-align: middle;
                  transform: scale(0.5);
                  margin: -10px 0; }
                .popNewsletter .content #popNewsletter .left.left .select .options li.flagFR:before, .popNewsletter .content #popNewsletter .right.left .select .options li.flagFR:before {
                  content: url("../img/flagFR.png");
                  display: inline-block;
                  vertical-align: middle;
                  transform: scale(0.5);
                  margin: -10px 0; }
                .popNewsletter .content #popNewsletter .left.left .select .options li.flagEN:before, .popNewsletter .content #popNewsletter .right.left .select .options li.flagEN:before {
                  content: url("../img/flagEN.png");
                  display: inline-block;
                  vertical-align: middle;
                  margin: -10px 0;
                  transform: scale(0.5); }
                .popNewsletter .content #popNewsletter .left.left .select .options li.flagES:before, .popNewsletter .content #popNewsletter .right.left .select .options li.flagES:before {
                  content: url("../img/flagES.png");
                  display: inline-block;
                  vertical-align: middle;
                  transform: scale(0.5);
                  margin: -10px 0; }
                .popNewsletter .content #popNewsletter .left.left .select .options li.flagIT:before, .popNewsletter .content #popNewsletter .right.left .select .options li.flagIT:before {
                  content: url("../img/flagIT.png");
                  display: inline-block;
                  vertical-align: middle;
                  transform: scale(0.5);
                  margin: -10px 0; }
        .popNewsletter .content #popNewsletter .left.right, .popNewsletter .content #popNewsletter .right.right {
          padding-left: 5%; }
          @media screen and (max-width: 980px) {
            .popNewsletter .content #popNewsletter .left.right, .popNewsletter .content #popNewsletter .right.right {
              padding-left: 0; } }
      .popNewsletter .content #popNewsletter input[type=email] {
        border: 1px solid #D2D2D2;
        padding: 10px 25% 10px 20px;
        font-style: italic;
        font-size: 16px;
        color: #000; }
        @media screen and (max-width: 980px) {
          .popNewsletter .content #popNewsletter input[type=email] {
            width: 100%;
            margin: 0; } }
        .popNewsletter .content #popNewsletter input[type=email]::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #b2b2b2; }
        .popNewsletter .content #popNewsletter input[type=email]::-moz-placeholder {
          /* Firefox 19+ */
          color: #b2b2b2; }
        .popNewsletter .content #popNewsletter input[type=email]:-ms-input-placeholder {
          /* IE 10+ */
          color: #b2b2b2; }
        .popNewsletter .content #popNewsletter input[type=email]:-moz-placeholder {
          /* Firefox 18- */
          color: #b2b2b2; }
      .popNewsletter .content #popNewsletter input[type=submit] {
        text-decoration: none;
        border: 0px solid;
        background-color: #DD271D;
        color: #ffffff;
        padding: 15px 5%;
        font-size: 16px;
        margin-top: 5vh; }
        @media screen and (max-width: 980px) {
          .popNewsletter .content #popNewsletter input[type=submit] {
            padding: 15px 10vw; } }

.instagram-title a {
  position: inherit !important;
  height: inherit !important;
  width: inherit !important;
  left: inherit !important; }

/*# sourceMappingURL=homepage_new.css.map */
