@charset "UTF-8";
/* CSS Document */
/* Setup */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Ubuntu:wght@300;400;500;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Border Radius */
/* Border Radius */
/* Radial Gradient */
/* Radial Gradient */
/* Box Shadow */
/* Transition */
/* Transition Global */
/* Transform */
/* Import */
/* Color */
/* Font Family */
/* Speedee Bold */
@font-face {
  font-family: 'Speedee-Bold';
  src: url("../fonts/Speedee_Bd.eot");
  src: local("Ôÿ║"), url("../fonts/Speedee_Bd.woff") format("woff"), url("../fonts/Speedee_Bd.ttf") format("truetype"), url("../fonts/Speedee_Bd.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Speedee Regular */
@font-face {
  font-family: 'Speedee-Regular';
  src: url("../fonts/Speedee_Rg.eot");
  src: local("Ôÿ║"), url("../fonts/Speedee_Rg.woff") format("woff"), url("../fonts/Speedee_Rg.ttf") format("truetype"), url("../fonts/Speedee_Rg.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* SpeedeeCd Bold */
@font-face {
  font-family: 'SpeedeeCd-Bold';
  src: url("../fonts/SpeedeeCd_Bd.eot");
  src: local("Ôÿ║"), url("../fonts/SpeedeeCd_Bd.woff") format("woff"), url("../fonts/SpeedeeCd_Bd.ttf") format("truetype"), url("../fonts/SpeedeeCd_Bd.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 100%; }

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  width: 100%; }

* {
  box-sizing: border-box; }

/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible; }

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%; }

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0; }

a {
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 0 none !important; }

button:focus {
  outline: 0 none !important; }

.col-contenu {
  float: left;
  height: auto;
  width: 100%; }

.clr {
  clear: both; }

.container {
  padding: 0;
  max-width: 1391px; }

@media screen and (max-width: 1570px) {
  .container {
    max-width: 1189px; } }
@media screen and (max-width: 1336px) {
  .container {
    max-width: 978px; } }
@media screen and (max-width: 1095px) {
  .container {
    max-width: 737px; } }
@media screen and (max-width: 748px) {
  .container {
    max-width: 96%; } }
/* Animation */
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1); }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes colors {
  0%,100% {
    background-color: #ffc24b;
    transform: initial; }
  50% {
    transform: translateY(-20px);
    background-color: #ffc300; } }
@keyframes progress-bar-stripes {
  from {
    width: 0; }
  to {
    width: 100%; } }
@media screen and (max-width: 1570px) {
  @keyframes progress-bar-stripes {
    from {
      width: 0; }
    to {
      width: 100%; } } }
@media screen and (max-width: 1336px) {
  @keyframes progress-bar-stripes {
    from {
      width: 0; }
    to {
      width: 100%; } } }
@media screen and (max-width: 1095px) {
  @keyframes progress-bar-stripes {
    from {
      width: 0; }
    to {
      width: 100%; } } }
/* Parts */
/* Header */
header {
  height: 181px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }
  header a {
    background-color: #ffbc39;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position: 14px center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #1d1d1d;
    float: left;
    font-family: "Speedee-Regular", Sans-Serif;
    font-size: 20.7px;
    height: 36px;
    line-height: 42px;
    margin: 53px 0 0 -31px;
    padding: 0 18px 0 30px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: auto; }
    header a:hover {
      color: #1d1d1d;
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  header .logo {
    left: 50%;
    position: absolute;
    top: 20px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 93px; }
    header .logo img {
      width: 100%; }
    header .logo h1 {
      color: #101010;
      font-family: "Speedee-Bold", Sans-Serif;
      font-size: 30.99px;
      line-height: 30px;
      left: 50%;
      position: absolute;
      top: calc(100% + 17px);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      white-space: nowrap; }

.mac header a {
  line-height: 36px; }

@media screen and (max-width: 1570px) {
  header {
    height: 154px; }
    header a {
      background-size: 5px 10px;
      background-position: 12px center;
      font-size: 20.7px;
      height: 30px;
      line-height: 36px;
      margin: 45px 0 0 -27px;
      padding: 0 15px 0 26px; }
    header .logo {
      top: 17px;
      width: 79px; }
      header .logo h1 {
        font-size: 26.46px;
        line-height: 26px;
        top: calc(100% + 15px); }

  .mac header a {
    line-height: 30px; } }
@media screen and (max-width: 1336px) {
  header {
    height: 127px; }
    header a {
      background-size: 4px 8px;
      background-position: 10px center;
      font-size: 14.55px;
      height: 25px;
      line-height: 29px;
      margin: 37px 0 0 -22px;
      padding: 0 13px 0 22px; }
    header .logo {
      top: 14px;
      width: 65px; }
      header .logo h1 {
        font-size: 21.79px;
        line-height: 21px;
        top: calc(100% + 12px); }

  .mac header a {
    line-height: 25px; } }
@media screen and (max-width: 1095px) {
  header {
    height: 110px; }
    header a {
      background-size: 4px 8px;
      background-position: 10px center;
      font-size: 14.55px;
      height: 25px;
      line-height: 29px;
      margin: 48px 0 0 0;
      padding: 0 13px 0 22px; }
    header .logo {
      top: 14px;
      width: 87px; }
      header .logo h1 {
        font-size: 29.08px;
        line-height: 29px;
        top: calc(100% + 16px); }

  .mac header a {
    line-height: 25px; } }
@media screen and (max-width: 748px) {
  header {
    height: 120px;
    text-align: center; }
    header a {
      left: 50%;
      margin: 10px auto 0;
      padding: 0 13px 0 22px;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    header .logo {
      top: 40px;
      width: 40px; }
      header .logo h1 {
        font-size: 12px;
        line-height: 12px;
        top: calc(100% + 10px); } }
/* End Header */
/* Section */
.section {
  height: auto;
  padding: 0 0 63px;
  position: relative;
  width: 100%; }
  .section .column-1 {
    height: auto;
    position: relative;
    text-align: center;
    width: 100%; }
    .section .column-1 .img {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      .section .column-1 .img img {
        width: 100%; }
    .section .column-1 .BoxVideo {
      border-radius: 21px;
      -webkit-border-radius: 21px;
      -moz-border-radius: 21px;
      display: inline-block;
      height: 683px;
      margin: 173px 0 0;
      position: relative;
      overflow: hidden;
      width: 1371px; }
      .section .column-1 .BoxVideo img {
        height: 100%;
        width: 100%; }
      .section .column-1 .BoxVideo.m-t {
        margin-top: 55px; }
    .section .column-1 h1 {
      color: #101010;
      font-family: "Speedee-Bold", Sans-Serif;
      font-size: 38px;
      line-height: 38px;
      margin: 80px 0 0;
      text-align: center;
      position: relative;
      z-index: 1; }
    .section .column-1 h2.m-t {
      margin: 461px 0 0; }
    .section .column-1 h2 {
      color: #101010;
      font-family: "Speedee-Bold", Sans-Serif;
      font-size: 44px;
      line-height: 44px;
      margin: 152px 0 0;
      text-align: center;
      position: relative;
      z-index: 1; }
    .section .column-1 .banner {
      border-radius: 21px;
      -webkit-border-radius: 21px;
      -moz-border-radius: 21px;
      display: inline-block;
      height: auto;
      margin: 173px 0 0;
      position: relative;
      overflow: hidden;
      width: 1370px; }
      .section .column-1 .banner.m-t-1 {
        margin: 80px 0 0; }
      .section .column-1 .banner.m-t-2 {
        margin: 40px 0 0; }
      .section .column-1 .banner .item {
        height: auto;
        position: relative;
        width: 100%; }
        .section .column-1 .banner .item img {
          width: 100%; }
          .section .column-1 .banner .item img.mobile {
            display: none; }
        .section .column-1 .banner .item h1 {
          bottom: 20px;
          color: white;
          font-family: "Noto Sans", sans-serif;
          font-size: 34px;
          font-weight: 700;
          left: 0;
          line-height: 40px;
          text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
          text-align: center;
          padding: 0 40px;
          position: absolute;
          width: 100%; }
      .section .column-1 .banner .slick-arrow {
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border: 0 none;
        height: 80px;
        padding: 0;
        position: absolute;
        text-indent: -9999px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 16px;
        z-index: 100; }
        .section .column-1 .banner .slick-arrow.slick-prev {
          background-image: url("../images/arrow-left-1.png");
          left: 20px; }
        .section .column-1 .banner .slick-arrow.slick-next {
          background-image: url("../images/arrow-right-1.png");
          right: 20px; }
        .section .column-1 .banner .slick-arrow.slick-disabled {
          cursor: no-drop;
          opacity: 0.5; }
  .section .column-2 {
    height: auto;
    position: relative;
    width: 100%; }
    .section .column-2 h1 {
      color: #101010;
      font-family: "Speedee-Bold", Sans-Serif;
      font-size: 44px;
      line-height: 44px;
      margin: 110px 0 0;
      text-align: center; }
    .section .column-2 .progress {
      background-color: #ffbc39;
      border-radius: 27px;
      -webkit-border-radius: 27px;
      -moz-border-radius: 27px;
      -webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
      box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
      height: 55px;
      padding: 5px 6px;
      margin: 52px auto 0;
      position: relative;
      overflow: initial;
      width: 1268px; }
      .section .column-2 .progress .progress-bar {
        /*animation: progress-bar-stripes 4s linear infinite;*/
        background-color: transparent;
        background-image: url("../images/bg-bar.png");
        background-repeat: repeat;
        border-top-left-radius: 27px;
        border-top-right-radius: 27px;
        border-bottom-right-radius: 27px;
        border-bottom-left-radius: 27px;
        -webkit-border-top-left-radius: 27px;
        -webkit-border-top-right-radius: 27px;
        -webkit-border-bottom-right-radius: 27px;
        -webkit-border-bottom-left-radius: 27px;
        -moz-border-radius-topleft: 27px;
        -moz-border-radius-topright: 27px;
        -moz-border-radius-bottomright: 27px;
        -moz-border-radius-bottomleft: 27px; 
        width: 100%;
      }
        .section .column-2 .progress .progress-bar.w-100 {
          border-top-left-radius: 27px;
          border-top-right-radius: 27px;
          border-bottom-right-radius: 27px;
          border-bottom-left-radius: 27px;
          -webkit-border-top-left-radius: 27px;
          -webkit-border-top-right-radius: 27px;
          -webkit-border-bottom-right-radius: 27px;
          -webkit-border-bottom-left-radius: 27px;
          -moz-border-radius-topleft: 27px;
          -moz-border-radius-topright: 27px;
          -moz-border-radius-bottomright: 27px;
          -moz-border-radius-bottomleft: 27px; }
      .section .column-2 .progress .bar-fermeture {
        background-color: #eb2132;
        height: 7px;
        left: 35px;
        position: absolute;
        top: calc(100% + 9px);
        width: 36px; }
        .section .column-2 .progress .bar-fermeture span {
          color: #7b7b7b;
          font-family: "Speedee-Regular", Sans-Serif;
          font-size: 25.24px;
          line-height: 25px;
          left: 50%;
          position: absolute;
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          top: calc(100% + 15px);
          text-align: center; }
      .section .column-2 .progress .bar-reouverture {
        background-color: #ffbc39;
        height: 7px;
        right: 31px;
        position: absolute;
        top: calc(100% + 9px);
        width: 36px; }
        .section .column-2 .progress .bar-reouverture span {
          color: #7b7b7b;
          font-family: "Speedee-Regular", Sans-Serif;
          font-size: 25.24px;
          line-height: 25px;
          left: 50%;
          position: absolute;
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          top: calc(100% + 15px);
          text-align: center; }
    .section .column-2 .dots {
      font-size: 0;
      height: auto;
      margin: 112px 0 0;
      text-align: center;
      width: 100%; }
      .section .column-2 .dots li {
        background-color: #ffbc39;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        display: inline-block;
        height: 20px;
        margin: 0 0 0 11px;
        width: 20px; }
        .section .column-2 .dots li:nth-child(1) {
          margin: 0; }
        .section .column-2 .dots li.active {
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          width: 101px; }
  .section .column-3 {
    height: auto;
    margin: 97px 0 0;
    position: relative;
    width: 100%;
    z-index: 2; }
    .section .column-3 .carsouel {
      display: block;
      height: auto;
      position: relative;
      width: 100%; }
      .section .column-3 .carsouel .item {
        height: auto;
        position: relative;
        width: 100%; }
        .section .column-3 .carsouel .item .box-img {
          margin: 0 auto;
          width: 915px; }
          .section .column-3 .carsouel .item .box-img img {
            width: 100%; }
        .section .column-3 .carsouel .item h1 {
          color: #101010;
          font-family: "Speedee-Bold", Sans-Serif;
          font-size: 44px;
          line-height: 44px;
          margin: 56px 0 0;
          text-align: center; }
        .section .column-3 .carsouel .item p {
          color: #101010;
          font-family: "Speedee-Regular", Sans-Serif;
          font-size: 25.33px;
          line-height: 29px;
          margin: 26px auto 0;
          text-align: center;
          width: 1108px; }
      .section .column-3 .carsouel .slick-arrow {
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border: 0 none;
        height: 114px;
        padding: 0;
        position: absolute;
        text-indent: -9999px;
        top: 243px;
        width: 23px;
        z-index: 100; }
        .section .column-3 .carsouel .slick-arrow.slick-prev {
          background-image: url("../images/arrow-left.png");
          left: -23px; }
        .section .column-3 .carsouel .slick-arrow.slick-next {
          background-image: url("../images/arrow-right.png");
          right: -23px; }
        .section .column-3 .carsouel .slick-arrow.slick-disabled {
          cursor: no-drop;
          opacity: 0.5; }
    .section .column-3 .dots {
      font-size: 0;
      height: auto;
      margin: 99px 0 0;
      text-align: center;
      width: 100%; }
      .section .column-3 .dots li {
        background-color: #ffbc39;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        display: inline-block;
        height: 20px;
        margin: 0 0 0 11px;
        width: 20px; }
        .section .column-3 .dots li:nth-child(1) {
          margin: 0; }
        .section .column-3 .dots li.active {
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          width: 101px; }
  .section .column-4 {
    background-image: url("../images/bg-2-desktop.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 889px;
    margin: -11px 0 0;
    position: relative;
    width: 100%; }
    .section .column-4 h1 {
      color: #101010;
      font-family: "Speedee-Bold", Sans-Serif;
      font-size: 44px;
      line-height: 44px;
      margin: 127px 0 0;
      text-align: center; }
    .section .column-4 .box-content {
      font-size: 0;
      height: auto;
      margin: 90px 0 0;
      text-align: center;
      width: 100%; }
      .section .column-4 .box-content .box {
        display: inline-block;
        height: auto;
        margin: 0 0 0 112px;
        position: relative;
        vertical-align: top; }
        .section .column-4 .box-content .box:nth-child(1) {
          margin: 0; }
        .section .column-4 .box-content .box .img {
          height: 146px;
          text-align: center;
          width: 100%; }
        .section .column-4 .box-content .box h2 {
          color: #eb2132;
          font-family: "Speedee-Bold", Sans-Serif;
          font-size: 27px;
          height: 69px;
          line-height: 32px;
          margin: 43px 0 0;
          text-align: center; }
        .section .column-4 .box-content .box p {
          color: #101010;
          font-family: "Speedee-Regular", Sans-Serif;
          font-size: 25.33px;
          line-height: 29px;
          text-align: justify;
          text-align-last: center;
          width: 100%; }
        .section .column-4 .box-content .box.box-1 {
          width: 370px; }
          .section .column-4 .box-content .box.box-1 .img img {
            height: 146px; }
        .section .column-4 .box-content .box.box-2 {
          width: 393px; }
          .section .column-4 .box-content .box.box-2 .img {
            padding: 6px 0 0; }
            .section .column-4 .box-content .box.box-2 .img img {
              height: 140px; }
        .section .column-4 .box-content .box.box-3 {
          width: 404px; }
          .section .column-4 .box-content .box.box-3 .img {
            padding: 28px 0 0; }
            .section .column-4 .box-content .box.box-3 .img img {
              height: 118px; }
  .section .column-5 {
    height: auto;
    position: relative;
    width: 100%; }
    .section .column-5 .logo {
      cursor: pointer;
      margin: 121px auto 0;
      width: 178px; }
      .section .column-5 .logo img {
        width: 100%; }
    .section .column-5 p {
      color: #101010;
      font-family: "Speedee-Regular", Sans-Serif;
      font-size: 25.33px;
      line-height: 29px;
      margin: 23px auto 0;
      text-align: center;
      width: 1021px; }
    .section .column-5 .BoxVideo {
      border-radius: 21px;
      -webkit-border-radius: 21px;
      -moz-border-radius: 21px;
      height: 451px;
      margin: 20px auto 0;
      position: relative;
      overflow: hidden;
      width: 905px; }
      .section .column-5 .BoxVideo img {
        height: 100%;
        width: 100%; }
    .section .column-5 .boxbutton {
      font-size: 0;
      margin: 59px 0 0;
      text-align: center; }
      .section .column-5 .boxbutton hr {
        background-color: #c5c5c5;
        border: 0 none;
        display: inline-block;
        height: 98px;
        margin: 0 11px 0;
        vertical-align: top;
        width: 1px; }
      .section .column-5 .boxbutton button {
        background-color: #f7f7f7;
        border: 0 none;
        display: inline-block;
        height: 98px;
        padding: 0;
        position: relative;
        text-align: center;
        vertical-align: top;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        width: 217px; }
        .section .column-5 .boxbutton button img {
          left: 50%;
          position: absolute;
          top: 50%;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .section .column-5 .boxbutton button.jumia img {
          width: 132px; }
        .section .column-5 .boxbutton button.glovo img {
          width: 115px; }
        .section .column-5 .boxbutton button:hover {
          -moz-transform: scale(1.05);
          -o-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -webkit-transform: scale(1.05);
          transform: scale(1.05); }
  .section .reseau-sociaux {
    font-size: 0;
    margin: 91px 0 0;
    text-align: center;
    width: 100%; }
    .section .reseau-sociaux a {
      display: inline-block;
      cursor: pointer;
      margin: 0 0 0 34px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      width: 42px; }
      .section .reseau-sociaux a:nth-child(1) {
        margin: 0; }
      .section .reseau-sociaux a img {
        width: 100%; }
      .section .reseau-sociaux a:hover {
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px); }
  .section .column-6 {
    height: auto;
    position: relative;
    width: 100%; }
    .section .column-6 .img {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      .section .column-6 .img img {
        width: 100%; }
    .section .column-6 h1 {
      color: white;
      font-family: "Speedee-Bold", Sans-Serif;
      font-size: 44px;
      line-height: 44px;
      margin: 88px 0 0;
      text-align: center;
      position: relative;
      z-index: 1; }
      .section .column-6 h1.m-t {
        margin: 461px 0 0; }
    .section .column-6 .box-content {
      background-color: #ffbc39;
      background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-blend-mode: screen;
      border-radius: 14px;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      font-size: 0;
      height: 463px;
      margin: 143px 0 0;
      position: relative;
      width: 100%; }
      .section .column-6 .box-content::before {
        background-image: url("../images/bg-3.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        bottom: -11px;
        content: '';
        height: 463px;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0.22;
        position: absolute;
        width: 1371px;
        z-index: -1; }
      .section .column-6 .box-content .icon-camera {
        filter: drop-shadow(8px 14px 14.5px rgba(222, 120, 0, 0.6));
        -webkit-filter: drop-shadow(8px 14px 14.5px rgba(222, 120, 0, 0.6));
        -moz-filter: drop-shadow(8px 14px 14.5px rgba(222, 120, 0, 0.6));
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: -92px;
        width: 266px;
        z-index: 2; }
        .section .column-6 .box-content .icon-camera img {
          width: 100%; }
      .section .column-6 .box-content .box {
        display: inline-block;
        height: 100%;
        position: relative;
        vertical-align: top;
        text-align: center;
        width: 50%; }
        .section .column-6 .box-content .box:nth-of-type(1)::before {
          border-left: 4px dashed white;
          bottom: 53px;
          content: '';
          height: 274px;
          right: 0;
          position: absolute;
          width: 4px; }
      .section .column-6 .box-content .icon-upload {
        margin-top: 82px;
        width: 91px; }
      .section .column-6 .box-content p {
        color: white;
        font-family: "Speedee-Bold", Sans-Serif;
        font-size: 30px;
        line-height: 36px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 565px; }
        .section .column-6 .box-content p.para-1 {
          margin-top: 30px; }
        .section .column-6 .box-content p.para-2 {
          margin-top: 40px; }
      .section .column-6 .box-content .boxbutton {
        margin-left: auto;
        margin-right: auto;
        width: 301px; }
        .section .column-6 .box-content .boxbutton.m-t-1 {
          margin-top: 12px; }
        .section .column-6 .box-content .boxbutton.m-t-2 {
          margin-top: 29px; }
        .section .column-6 .box-content .boxbutton button {
          background-color: #eb2132;
          border: 0 none;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          color: white;
          font-family: "Speedee-Bold", Sans-Serif;
          font-size: 24px;
          height: 47px;
          padding: 0;
          position: relative;
          text-transform: uppercase;
          -webkit-transition: background-color 0.3s, color 0.3s;
          transition: background-color 0.3s, color 0.3s;
          width: 100%; }
          .section .column-6 .box-content .boxbutton button span {
            position: relative;
            top: 4px; }
          .section .column-6 .box-content .boxbutton button::before {
            content: '';
            position: absolute;
            top: -20px;
            left: -20px;
            bottom: -20px;
            right: -20px;
            background: inherit;
            border-radius: 50px;
            z-index: -1;
            opacity: 0.4;
            -webkit-transform: scale3d(0.8, 0.5, 1);
            transform: scale3d(0.8, 0.5, 1); }
          .section .column-6 .box-content .boxbutton button:hover {
            -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
            transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
            color: #eb2132;
            background-color: white;
            -webkit-animation: anim-moema-1 0.3s forwards;
            animation: anim-moema-1 0.3s forwards; }
            .section .column-6 .box-content .boxbutton button:hover::before {
              -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
              animation: anim-moema-2 0.3s 0.3s forwards; }
      .section .column-6 .box-content .img {
        height: 139px;
        margin: 49px auto 0;
        position: relative;
        width: 224px; }
        .section .column-6 .box-content .img .pic {
          /*@include box-shadow(5px 8px 10px 0px rgba(222, 120, 0, 0.6));*/
          height: 100%;
          position: relative;
          width: 100%;
          z-index: 3; }
        .section .column-6 .box-content .img::before, .section .column-6 .box-content .img::after {
          background-repeat: no-repeat;
          background-size: 100% 100%;
          content: '';
          display: none;
          filter: drop-shadow(4.5px 7.794px 10px rgba(222, 120, 0, 0.6));
          -webkit-filter: drop-shadow(4.5px 7.794px 10px rgba(222, 120, 0, 0.6));
          -moz-filter: drop-shadow(4.5px 7.794px 10px rgba(222, 120, 0, 0.6));
          left: 50%;
          position: absolute;
          top: 50%;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .section .column-6 .box-content .img::before {
          background-image: url("../images/bg-4.png");
          height: 153px;
          width: 235px;
          z-index: 2; }
        .section .column-6 .box-content .img::after {
          background-image: url("../images/bg-5.png");
          height: 169px;
          width: 243px;
          z-index: 1; }
        .section .column-6 .box-content .img h2 {
          color: black;
          font-family: "Speedee-Regular", Sans-Serif;
          font-size: 22px;
          line-height: 25px;
          left: calc(100% + 32px);
          position: absolute;
          top: 13px;
          width: 112px; }
        .section .column-6 .box-content .img .icon-heart {
          left: calc(100% + 133px);
          position: absolute;
          top: 3px;
          width: 29px; }
        .section .column-6 .box-content .img .arrow {
          left: calc(100% + 21px);
          position: absolute;
          top: 70px;
          width: 85px; }

.mac .section .column-6 .box-content .boxbutton button span {
  top: 0 !important; }

@media screen and (min-width: 1710px) {
  .section .column-1 h2.m-t {
    margin: 561px 0 0; } 
  .section .column-6 h1.m-t {
    margin: 561px 0 0; } 
  }
@media screen and (max-width: 1570px) {
  .section {
    padding: 0 0 54px; }
    .section .column-1 .BoxVideo {
      border-radius: 18px;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      height: 583px;
      margin: 148px 0 0;
      width: 1170px; }
      .section .column-1 .BoxVideo.m-t {
        margin-top: 47px; }
    .section .column-1 h1 {
      font-size: 32px;
      line-height: 32px;
      margin: 80px 0 0; }
    .section .column-1 h2 {
      font-size: 37.57px;
      line-height: 37px;
      margin: 136px 0 0; }
    .section .column-1 .banner {
      border-radius: 18px;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      margin: 148px 0 0;
      width: 1170px; }
      .section .column-1 .banner .item h1 {
        bottom: 20px;
        font-size: 30px;
        line-height: 34px;
        padding: 0 40px; }
      .section .column-1 .banner .slick-arrow {
        height: 70px;
        width: 14px; }
    .section .column-2 h1 {
      font-size: 37.57px;
      line-height: 37px;
      margin: 93px 0 0; }
    .section .column-2 .progress {
      border-radius: 23px;
      -webkit-border-radius: 23px;
      -moz-border-radius: 23px;
      height: 46px;
      padding: 4px 5px;
      margin: 52px auto 0;
      width: 1082px; }
      .section .column-2 .progress .progress-bar {
        border-top-left-radius: 23px;
        border-top-right-radius: 23px;
        border-bottom-right-radius: 23px;
        border-bottom-left-radius: 23px;
        -webkit-border-top-left-radius: 23px;
        -webkit-border-top-right-radius: 23px;
        -webkit-border-bottom-right-radius: 23px;
        -webkit-border-bottom-left-radius: 23px;
        -moz-border-radius-topleft: 23px;
        -moz-border-radius-topright: 23px;
        -moz-border-radius-bottomright: 23px;
        -moz-border-radius-bottomleft: 23px; }
        .section .column-2 .progress .progress-bar.w-100 {
          border-top-left-radius: 23px;
          border-top-right-radius: 23px;
          border-bottom-right-radius: 23px;
          border-bottom-left-radius: 23px;
          -webkit-border-top-left-radius: 23px;
          -webkit-border-top-right-radius: 23px;
          -webkit-border-bottom-right-radius: 23px;
          -webkit-border-bottom-left-radius: 23px;
          -moz-border-radius-topleft: 23px;
          -moz-border-radius-topright: 23px;
          -moz-border-radius-bottomright: 23px;
          -moz-border-radius-bottomleft: 23px; }
      .section .column-2 .progress .bar-fermeture {
        height: 6px;
        left: 30px;
        top: calc(100% + 7px);
        width: 30px; }
        .section .column-2 .progress .bar-fermeture span {
          font-size: 21.55px;
          line-height: 21px;
          top: calc(100% + 13px); }
      .section .column-2 .progress .bar-reouverture {
        height: 6px;
        right: 26px;
        top: calc(100% + 7px);
        width: 30px; }
        .section .column-2 .progress .bar-reouverture span {
          font-size: 21.55px;
          line-height: 21px;
          top: calc(100% + 13px); }
    .section .column-2 .dots {
      margin: 95px 0 0; }
      .section .column-2 .dots li {
        height: 17px;
        margin: 0 0 0 9px;
        width: 17px; }
        .section .column-2 .dots li.active {
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          width: 87px; }
    .section .column-3 {
      margin: 83px 0 0; }
      .section .column-3 .carsouel .item .box-img {
        width: 781px; }
      .section .column-3 .carsouel .item h1 {
        font-size: 37.57px;
        line-height: 37px;
        margin: 47px 0 0; }
      .section .column-3 .carsouel .item p {
        font-size: 21.63px;
        line-height: 25px;
        margin: 21px auto 0;
        width: 946px; }
      .section .column-3 .carsouel .slick-arrow {
        height: 97px;
        top: 207px;
        width: 19px; }
        .section .column-3 .carsouel .slick-arrow.slick-prev {
          left: -19px; }
        .section .column-3 .carsouel .slick-arrow.slick-next {
          right: -19px; }
      .section .column-3 .dots {
        margin: 84px 0 0; }
        .section .column-3 .dots li {
          height: 17px;
          margin: 0 0 0 9px;
          width: 17px; }
          .section .column-3 .dots li.active {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            width: 87px; }
    .section .column-4 {
      height: 759px;
      margin: -9px 0 0; }
      .section .column-4 h1 {
        font-size: 37.57px;
        line-height: 37px;
        margin: 109px 0 0; }
      .section .column-4 .box-content {
        margin: 77px 0 0; }
        .section .column-4 .box-content .box {
          margin: 0 0 0 96.5px; }
          .section .column-4 .box-content .box .img {
            height: 124px; }
          .section .column-4 .box-content .box h2 {
            font-size: 23.05px;
            height: 54px;
            line-height: 25px;
            margin: 37px 0 0; }
          .section .column-4 .box-content .box p {
            font-size: 21.63px;
            line-height: 25px; }
          .section .column-4 .box-content .box.box-1 {
            width: 316px; }
            .section .column-4 .box-content .box.box-1 .img img {
              height: 124px; }
          .section .column-4 .box-content .box.box-2 {
            width: 335px; }
            .section .column-4 .box-content .box.box-2 .img {
              padding: 5px 0 0; }
              .section .column-4 .box-content .box.box-2 .img img {
                height: 119px; }
          .section .column-4 .box-content .box.box-3 {
            width: 345px; }
            .section .column-4 .box-content .box.box-3 .img {
              padding: 24px 0 0; }
              .section .column-4 .box-content .box.box-3 .img img {
                height: 100px; }
    .section .column-5 .logo {
      margin: 103px auto 0;
      width: 152px; }
    .section .column-5 p {
      font-size: 21.63px;
      line-height: 25px;
      margin: 21px auto 0;
      width: 872px; }
    .section .column-5 .BoxVideo {
      border-radius: 18px;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      height: 385px;
      margin: 16px auto 0;
      width: 772px; }
    .section .column-5 .boxbutton {
      margin: 50px 0 0; }
      .section .column-5 .boxbutton hr {
        height: 83px;
        margin: 0 9px 0;
        width: 1px; }
      .section .column-5 .boxbutton button {
        height: 83px;
        width: 185px; }
        .section .column-5 .boxbutton button.jumia img {
          width: 113px; }
        .section .column-5 .boxbutton button.glovo img {
          width: 98px; }
    .section .reseau-sociaux {
      margin: 77px 0 0; }
      .section .reseau-sociaux a {
        margin: 0 0 0 29px;
        width: 37px; }
    .section .column-6 h1 {
      font-size: 37.57px;
      line-height: 37px;
      margin: 69px 0 0; }
      .section .column-6 h1.m-t {
        margin: 394px 0 0; }
      .section .column-1 h2.m-t {
        margin: 394px 0 0; }
    .section .column-6 .box-content {
      border-radius: 12px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      height: 395px;
      margin: 122px 0 0; }
      .section .column-6 .box-content::before {
        bottom: -9px;
        height: 395px;
        width: 1170px; }
      .section .column-6 .box-content .icon-camera {
        top: -79px;
        width: 227px; }
      .section .column-6 .box-content .box:nth-of-type(1)::before {
        border-left: 4px dashed white;
        bottom: 45px;
        height: 237px;
        width: 4px; }
      .section .column-6 .box-content .icon-upload {
        margin-top: 71px;
        width: 79px; }
      .section .column-6 .box-content p {
        font-size: 25.61px;
        line-height: 32px;
        width: 482px; }
        .section .column-6 .box-content p.para-1 {
          margin-top: 24px; }
        .section .column-6 .box-content p.para-2 {
          margin-top: 33px; }
      .section .column-6 .box-content .boxbutton {
        width: 256px; }
        .section .column-6 .box-content .boxbutton.m-t-1 {
          margin-top: 9px; }
        .section .column-6 .box-content .boxbutton.m-t-2 {
          margin-top: 26px; }
        .section .column-6 .box-content .boxbutton button {
          font-size: 20.49px;
          height: 40px; }
      .section .column-6 .box-content .img {
        height: 120px;
        margin: 41px auto 0;
        width: 192px; }
        .section .column-6 .box-content .img::before {
          height: 129px;
          width: 199px; }
        .section .column-6 .box-content .img::after {
          height: 142px;
          width: 206px; }
        .section .column-6 .box-content .img h2 {
          font-size: 18.78px;
          line-height: 22px;
          left: calc(100% + 26px);
          top: 12px;
          width: 96px; }
        .section .column-6 .box-content .img .icon-heart {
          left: calc(100% + 113px);
          top: 3px;
          width: 23px; }
        .section .column-6 .box-content .img .arrow {
          left: calc(100% + 17px);
          top: 62px;
          width: 72px; } }
@media screen and (max-width: 1336px) {
  .section {
    padding: 0 0 44px; }
    .section .column-1 .BoxVideo {
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      height: 480px;
      margin: 122px 0 0;
      width: 963px; }
      .section .column-1 .BoxVideo.m-t {
        margin-top: 39px; }
    .section .column-1 h1 {
      font-size: 26px;
      line-height: 26px;
      margin: 60px 0 0; }
    .section .column-1 h2 {
      font-size: 30.94px;
      line-height: 30px;
      margin: 118px 0 0; }
    .section .column-1 .banner {
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      margin: 122px 0 0;
      width: 963px; }
      .section .column-1 .banner .item h1 {
        bottom: 20px;
        font-size: 28px;
        line-height: 32px;
        padding: 0 30px; }
      .section .column-1 .banner .slick-arrow {
        height: 60px;
        width: 12px; }
    .section .column-2 h1 {
      font-size: 30.94px;
      line-height: 30px;
      margin: 75px 0 0; }
    .section .column-2 .progress {
      border-radius: 19px;
      -webkit-border-radius: 19px;
      -moz-border-radius: 19px;
      height: 38px;
      padding: 3px 4px;
      margin: 38px auto 0;
      width: 891px; }
      .section .column-2 .progress .progress-bar {
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        border-bottom-right-radius: 19px;
        border-bottom-left-radius: 19px;
        -webkit-border-top-left-radius: 19px;
        -webkit-border-top-right-radius: 19px;
        -webkit-border-bottom-right-radius: 19px;
        -webkit-border-bottom-left-radius: 19px;
        -moz-border-radius-topleft: 19px;
        -moz-border-radius-topright: 19px;
        -moz-border-radius-bottomright: 19px;
        -moz-border-radius-bottomleft: 19px; }
        .section .column-2 .progress .progress-bar.w-100 {
          border-top-left-radius: 19px;
          border-top-right-radius: 19px;
          border-bottom-right-radius: 19px;
          border-bottom-left-radius: 19px;
          -webkit-border-top-left-radius: 19px;
          -webkit-border-top-right-radius: 19px;
          -webkit-border-bottom-right-radius: 19px;
          -webkit-border-bottom-left-radius: 19px;
          -moz-border-radius-topleft: 19px;
          -moz-border-radius-topright: 19px;
          -moz-border-radius-bottomright: 19px;
          -moz-border-radius-bottomleft: 19px; }
      .section .column-2 .progress .bar-fermeture {
        height: 5px;
        left: 25px;
        top: calc(100% + 7px);
        width: 25px; }
        .section .column-2 .progress .bar-fermeture span {
          font-size: 17.75px;
          line-height: 17px;
          top: calc(100% + 11px); }
      .section .column-2 .progress .bar-reouverture {
        height: 5px;
        right: 23px;
        top: calc(100% + 7px);
        width: 25px; }
        .section .column-2 .progress .bar-reouverture span {
          font-size: 17.75px;
          line-height: 17px;
          top: calc(100% + 11px); }
    .section .column-2 .dots {
      margin: 79px 0 0; }
      .section .column-2 .dots li {
        height: 14px;
        margin: 0 0 0 7px;
        width: 14px; }
        .section .column-2 .dots li.active {
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          width: 72px; }
    .section .column-3 {
      margin: 69px 0 0; }
      .section .column-3 .carsouel .item .box-img {
        width: 643px; }
      .section .column-3 .carsouel .item h1 {
        font-size: 30.94px;
        line-height: 30px;
        margin: 39px 0 0; }
      .section .column-3 .carsouel .item p {
        font-size: 17.81px;
        line-height: 21px;
        margin: 19px auto 0;
        width: 779px; }
      .section .column-3 .carsouel .slick-arrow {
        height: 80px;
        top: 170px;
        width: 16px; }
        .section .column-3 .carsouel .slick-arrow.slick-prev {
          left: -16px; }
        .section .column-3 .carsouel .slick-arrow.slick-next {
          right: -16px; }
      .section .column-3 .dots {
        margin: 69px 0 0; }
        .section .column-3 .dots li {
          height: 14px;
          margin: 0 0 0 7px;
          width: 14px; }
          .section .column-3 .dots li.active {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            width: 72px; }
    .section .column-4 {
      height: 625px;
      margin: -6px 0 0; }
      .section .column-4 h1 {
        font-size: 30.94px;
        line-height: 30px;
        margin: 90px 0 0; }
      .section .column-4 .box-content {
        margin: 63px 0 0; }
        .section .column-4 .box-content .box {
          margin: 0 0 0 79px; }
          .section .column-4 .box-content .box .img {
            height: 102px; }
          .section .column-4 .box-content .box h2 {
            font-size: 19.98px;
            height: 45px;
            line-height: 21px;
            margin: 29px 0 0; }
          .section .column-4 .box-content .box p {
            font-size: 17.81px;
            line-height: 21px; }
          .section .column-4 .box-content .box.box-1 {
            width: 260px; }
            .section .column-4 .box-content .box.box-1 .img img {
              height: 102px; }
          .section .column-4 .box-content .box.box-2 {
            width: 276px; }
            .section .column-4 .box-content .box.box-2 .img {
              padding: 4px 0 0; }
              .section .column-4 .box-content .box.box-2 .img img {
                height: 98px; }
          .section .column-4 .box-content .box.box-3 {
            width: 284px; }
            .section .column-4 .box-content .box.box-3 .img {
              padding: 20px 0 0; }
              .section .column-4 .box-content .box.box-3 .img img {
                height: 82px; }
    .section .column-5 .logo {
      margin: 85px auto 0;
      width: 125px; }
    .section .column-5 p {
      font-size: 17.81px;
      line-height: 21px;
      margin: 17px auto 0;
      width: 718px; }
    .section .column-5 .BoxVideo {
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      height: 317px;
      margin: 13px auto 0;
      width: 636px; }
    .section .column-5 .boxbutton {
      margin: 42px 0 0; }
      .section .column-5 .boxbutton hr {
        height: 58px;
        margin: 0 8px 0;
        width: 1px; }
      .section .column-5 .boxbutton button {
        height: 58px;
        width: 152px; }
        .section .column-5 .boxbutton button.jumia img {
          width: 93px; }
        .section .column-5 .boxbutton button.glovo img {
          width: 81px; }
    .section .reseau-sociaux {
      margin: 64px 0 0; }
      .section .reseau-sociaux a {
        margin: 0 0 0 24px;
        width: 30px; }
    .section .column-6 h1 {
      font-size: 30.94px;
      line-height: 30px;
      margin: 62px 0 0; }
      .section .column-6 h1.m-t {
        margin: 344px 0 0; }
      .section .column-1 h2.m-t {
        margin: 344px 0 0; }
    .section .column-6 .box-content {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      height: 325px;
      margin: 100px 0 0; }
      .section .column-6 .box-content::before {
        bottom: -8px;
        height: 325px;
        width: 964px; }
      .section .column-6 .box-content .icon-camera {
        top: -65px;
        width: 187px; }
      .section .column-6 .box-content .box:nth-of-type(1)::before {
        border-left: 3px dashed white;
        bottom: 37px;
        height: 193px;
        width: 3px; }
      .section .column-6 .box-content .icon-upload {
        margin-top: 58px;
        width: 65px; }
      .section .column-6 .box-content p {
        font-size: 21.1px;
        line-height: 24px;
        width: 397px; }
        .section .column-6 .box-content p.para-1 {
          margin-top: 22px; }
        .section .column-6 .box-content p.para-2 {
          margin-top: 29px; }
      .section .column-6 .box-content .boxbutton {
        width: 211px; }
        .section .column-6 .box-content .boxbutton.m-t-1 {
          margin-top: 10px; }
        .section .column-6 .box-content .boxbutton.m-t-2 {
          margin-top: 20px; }
        .section .column-6 .box-content .boxbutton button {
          font-size: 16.88px;
          height: 33px; }
          .section .column-6 .box-content .boxbutton button span {
            top: 2px; }
      .section .column-6 .box-content .img {
        height: 98px;
        margin: 34px auto 0;
        width: 159px; }
        .section .column-6 .box-content .img::before {
          height: 106px;
          width: 164px; }
        .section .column-6 .box-content .img::after {
          height: 117px;
          width: 170px; }
        .section .column-6 .box-content .img h2 {
          font-size: 15.47px;
          line-height: 18px;
          left: calc(100% + 21px);
          top: 8px;
          width: 79px; }
        .section .column-6 .box-content .img .icon-heart {
          left: calc(100% + 93px);
          top: 2px;
          width: 19px; }
        .section .column-6 .box-content .img .arrow {
          left: calc(100% + 14px);
          top: 50px;
          width: 59px; } }
@media screen and (max-width: 1095px) {
  .section {
    padding: 0 0 28px; }
    .section .column-1 .BoxVideo {
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      height: 360px;
      margin: 165px 0 0;
      width: 723px; }
      .section .column-1 .BoxVideo.m-t {
        margin-top: 38px; }
    .section .column-1 h1 {
      font-size: 31px;
      line-height: 36px;
      margin: 40px 0 0; }
    .section .column-1 h2 {
      font-size: 26px;
      line-height: 30px;
      margin: 139px 0 0; }
    .section .column-1 .banner {
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      margin: 165px 0 0;
      width: 723px; }
      .section .column-1 .banner.m-t-1 {
        margin: 40px 0 0; }
      .section .column-1 .banner.m-t-2 {
        margin: 20px 0 0; }
      .section .column-1 .banner .item img.desktop {
        display: none; }
      .section .column-1 .banner .item img.mobile {
        display: block; }
      .section .column-1 .banner .item h1 {
        bottom: 16px;
        font-size: 20px;
        line-height: 24px;
        padding: 0 20px;
        text-align: justify;
        text-align-last: center; }
      .section .column-1 .banner .slick-arrow {
        height: 60px;
        width: 12px; }
    .section .column-2 h1 {
      font-size: 31.29px;
      line-height: 31px;
      margin: 41px 0 0; }
    .section .column-2 .progress {
      border-radius: 19px;
      -webkit-border-radius: 19px;
      -moz-border-radius: 19px;
      height: 39px;
      padding: 3px 5px;
      margin: 38px auto 0;
      width: 691px; }
      .section .column-2 .progress .progress-bar {
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        border-bottom-right-radius: 19px;
        border-bottom-left-radius: 19px;
        -webkit-border-top-left-radius: 19px;
        -webkit-border-top-right-radius: 19px;
        -webkit-border-bottom-right-radius: 19px;
        -webkit-border-bottom-left-radius: 19px;
        -moz-border-radius-topleft: 19px;
        -moz-border-radius-topright: 19px;
        -moz-border-radius-bottomright: 19px;
        -moz-border-radius-bottomleft: 19px; }
        .section .column-2 .progress .progress-bar.w-100 {
          border-top-left-radius: 19px;
          border-top-right-radius: 19px;
          border-bottom-right-radius: 19px;
          border-bottom-left-radius: 19px;
          -webkit-border-top-left-radius: 19px;
          -webkit-border-top-right-radius: 19px;
          -webkit-border-bottom-right-radius: 19px;
          -webkit-border-bottom-left-radius: 19px;
          -moz-border-radius-topleft: 19px;
          -moz-border-radius-topright: 19px;
          -moz-border-radius-bottomright: 19px;
          -moz-border-radius-bottomleft: 19px; }
      .section .column-2 .progress .bar-fermeture {
        height: 5px;
        left: 24px;
        top: calc(100% + 6px);
        width: 25px; }
        .section .column-2 .progress .bar-fermeture span {
          font-size: 19.2px;
          line-height: 19px;
          top: calc(100% + 10px); }
      .section .column-2 .progress .bar-reouverture {
        height: 5px;
        right: 30px;
        top: calc(100% + 6px);
        width: 25px; }
        .section .column-2 .progress .bar-reouverture span {
          font-size: 19.2px;
          line-height: 19px;
          top: calc(100% + 10px); }
    .section .column-2 .dots {
      margin: 59px 0 0; }
      .section .column-2 .dots li {
        height: 14px;
        margin: 0 0 0 7px;
        width: 14px; }
        .section .column-2 .dots li.active {
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          width: 72px; }
    .section .column-3 {
      margin: 60px 0 0; }
      .section .column-3 .carsouel .item .box-img {
        width: 651px; }
      .section .column-3 .carsouel .item h1 {
        font-size: 31.29px;
        line-height: 31px;
        margin: 42px 0 0; }
      .section .column-3 .carsouel .item p {
        font-size: 18.49px;
        line-height: 22px;
        margin: 26px auto 0;
        width: 696px; }
      .section .column-3 .carsouel .slick-arrow {
        height: 81px;
        top: 203px;
        width: 16px; }
        .section .column-3 .carsouel .slick-arrow.slick-prev {
          left: 0; }
        .section .column-3 .carsouel .slick-arrow.slick-next {
          right: 0; }
      .section .column-3 .dots {
        margin: 59px 0 0; }
        .section .column-3 .dots li {
          height: 14px;
          margin: 0 0 0 7px;
          width: 14px; }
          .section .column-3 .dots li.active {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            width: 72px; }
    .section .column-4 {
      background-image: url("../images/bg-2-mobile.png");
      height: 910px;
      margin: -6px 0 0; }
      .section .column-4 h1 {
        font-size: 31.29px;
        line-height: 31px;
        margin: 91px 0 0; }
      .section .column-4 .box-content {
        margin: 36px 0 0; }
        .section .column-4 .box-content .box {
          margin: 0 0 0 99px; }
          .section .column-4 .box-content .box .img {
            height: 102px; }
          .section .column-4 .box-content .box:nth-child(3) {
            margin: 35px 0 0; }
          .section .column-4 .box-content .box h2 {
            font-size: 19.2px;
            height: 45px;
            line-height: 21px;
            margin: 29px 0 0; }
          .section .column-4 .box-content .box p {
            font-size: 18.01px;
            line-height: 21px; }
          .section .column-4 .box-content .box.box-1 {
            width: 283px; }
            .section .column-4 .box-content .box.box-1 .img img {
              height: 102px; }
          .section .column-4 .box-content .box.box-2 {
            width: 287px; }
            .section .column-4 .box-content .box.box-2 .img {
              padding: 4px 0 0; }
              .section .column-4 .box-content .box.box-2 .img img {
                height: 98px; }
          .section .column-4 .box-content .box.box-3 {
            width: 279px; }
            .section .column-4 .box-content .box.box-3 .img {
              padding: 20px 0 0; }
              .section .column-4 .box-content .box.box-3 .img img {
                height: 82px; }
    .section .column-5 .logo {
      margin: 37px auto 0;
      width: 163px; }
    .section .column-5 p {
      font-size: 18px;
      line-height: 22px;
      margin: 35px auto 0;
      width: 627px; }
    .section .column-5 .BoxVideo {
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      height: 359px;
      margin: 13px auto 0;
      width: 721px; }
    .section .column-5 .boxbutton {
      margin: 42px 0 0; }
      .section .column-5 .boxbutton hr {
        height: 58px;
        margin: 0 8px 0;
        width: 1px; }
      .section .column-5 .boxbutton button {
        height: 58px;
        width: 152px; }
        .section .column-5 .boxbutton button.jumia img {
          width: 93px; }
        .section .column-5 .boxbutton button.glovo img {
          width: 81px; }
    .section .reseau-sociaux {
      margin: 64px 0 0; }
      .section .reseau-sociaux a {
        margin: 0 0 0 24px;
        width: 30px; }
    .section .column-6 .img {
      position: relative; }
    .section .column-6 h1 {
      font-size: 31.29px;
      line-height: 31px;
      margin: 40px 0 0; }
      .section .column-6 h1.m-t {
        margin: -25% 0 0; }
      .section .column-1 h2.m-t {
        margin: -25% 0 0; }
    .section .column-6 .box-content {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      height: auto;
      margin: 100px 0 0; }
      .section .column-6 .box-content::before {
        bottom: -8px;
        height: 325px;
        width: 98%; }
      .section .column-6 .box-content .icon-camera {
        top: -65px;
        width: 180px; }
      .section .column-6 .box-content .box {
        height: auto;
        padding: 0 0 40px;
        width: 100%; }
        .section .column-6 .box-content .box:nth-of-type(1)::before {
          border-left: 0 none;
          border-bottom: 3px dashed white;
          bottom: 0;
          left: 0;
          margin: 0 auto;
          height: 3px;
          width: 60%; }
      .section .column-6 .box-content .icon-upload {
        margin-top: 99px; }
      .section .column-6 .box-content p {
        font-size: 18px;
        line-height: 22px;
        text-align: justify;
        text-align-last: center;
        width: 80%; }
        .section .column-6 .box-content p.para-1 {
          margin-top: 20px; }
        .section .column-6 .box-content p.para-2 {
          margin-top: 20px; }
      .section .column-6 .box-content .boxbutton.m-t-1 {
        margin-top: 15px; }
      .section .column-6 .box-content .boxbutton.m-t-2 {
        margin-top: 15px; } }
@media screen and (max-width: 748px) {
  .section {
    padding: 0 0 20px; }
    .section .column-1 .BoxVideo {
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      height: 192px;
      margin: 112px 0 0;
      width: 96%; }
      .section .column-1 .BoxVideo.m-t {
        margin-top: 20px; }
    .section .column-1 h1 {
      font-size: 16px;
      line-height: 20px;
      margin: 20px 0 0; }
    .section .column-1 h2 {
      font-size: 16.7px;
      line-height: 20px;
      margin: 88px 0 0; 
      padding: 0 10px;
    }
    .section .column-1 .banner {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      margin: 112px 0 0;
      width: 96%; }
      .section .column-1 .banner.m-t-1 {
        margin: 20px 0 0; }
      .section .column-1 .banner.m-t-2 {
        margin: 10px 0 0; }
      .section .column-1 .banner .item h1 {
        bottom: 6px;
        font-size: 14px;
        line-height: 18px;
        padding: 0 20px; }
      .section .column-1 .banner .slick-arrow {
        height: 43px;
        width: 8px; }
        .section .column-1 .banner .slick-arrow.slick-prev {
          left: 10px; }
        .section .column-1 .banner .slick-arrow.slick-next {
          right: 10px; }
    .section .column-2 h1 {
      font-size: 16.7px;
      line-height: 20px;
      margin: 21px 0 0; }
    .section .column-2 .progress {
      border-radius: 19px;
      -webkit-border-radius: 19px;
      -moz-border-radius: 19px;
      height: 39px;
      padding: 3px 5px;
      margin: 38px auto 0;
      width: 100%; }
      .section .column-2 .progress .progress-bar {
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        border-bottom-right-radius: 19px;
        border-bottom-left-radius: 19px;
        -webkit-border-top-left-radius: 19px;
        -webkit-border-top-right-radius: 19px;
        -webkit-border-bottom-right-radius: 19px;
        -webkit-border-bottom-left-radius: 19px;
        -moz-border-radius-topleft: 19px;
        -moz-border-radius-topright: 19px;
        -moz-border-radius-bottomright: 19px;
        -moz-border-radius-bottomleft: 19px; }
        .section .column-2 .progress .progress-bar.w-100 {
          border-top-left-radius: 19px;
          border-top-right-radius: 19px;
          border-bottom-right-radius: 19px;
          border-bottom-left-radius: 19px;
          -webkit-border-top-left-radius: 19px;
          -webkit-border-top-right-radius: 19px;
          -webkit-border-bottom-right-radius: 19px;
          -webkit-border-bottom-left-radius: 19px;
          -moz-border-radius-topleft: 19px;
          -moz-border-radius-topright: 19px;
          -moz-border-radius-bottomright: 19px;
          -moz-border-radius-bottomleft: 19px; }
      .section .column-2 .progress .bar-fermeture {
        height: 5px;
        left: 24px;
        top: calc(100% + 6px);
        width: 25px; }
        .section .column-2 .progress .bar-fermeture span {
          font-size: 14px;
          line-height: 14px;
          top: calc(100% + 6px); }
      .section .column-2 .progress .bar-reouverture {
        height: 5px;
        right: 30px;
        top: calc(100% + 6px);
        width: 25px; }
        .section .column-2 .progress .bar-reouverture span {
          font-size: 14px;
          line-height: 14px;
          top: calc(100% + 6px); }
    .section .column-2 .dots {
      margin: 59px 0 0; }
      .section .column-2 .dots li {
        height: 14px;
        margin: 0 0 0 7px;
        width: 14px; }
        .section .column-2 .dots li.active {
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          width: 72px; }
    .section .column-3 {
      margin: 40px 0 0; }
      .section .column-3 .carsouel .item .box-img {
        width: 280px; }
      .section .column-3 .carsouel .item h1 {
        font-size: 16.7px;
        line-height: 20px;
        margin: 23px 0 0; }
      .section .column-3 .carsouel .item p {
        font-size: 14px;
        line-height: 18px;
        margin: 17px auto 0;
        text-align: justify;
        text-align-last: center;
        width: 100%; }
      .section .column-3 .carsouel .slick-arrow {
        height: 43px;
        top: 80px;
        width: 8px; }
        .section .column-3 .carsouel .slick-arrow.slick-prev {
          left: 0; }
        .section .column-3 .carsouel .slick-arrow.slick-next {
          right: 0; }
      .section .column-3 .dots {
        margin: 59px 0 0; }
        .section .column-3 .dots li {
          height: 14px;
          margin: 0 0 0 7px;
          width: 14px; }
          .section .column-3 .dots li.active {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            width: 72px; }
    .section .column-4 {
      height: auto;
      margin: -6px 0 0;
      padding: 0 0 40px; }
      .section .column-4 h1 {
        font-size: 16.7px;
        line-height: 20px;
        margin: 40px 0 0; }
      .section .column-4 .box-content {
        margin: 0;
        text-align: center; }
        .section .column-4 .box-content .box {
          margin: 20px 0 0 !important; }
          .section .column-4 .box-content .box .img {
            height: 102px; }
          .section .column-4 .box-content .box:nth-child(3) {
            margin: 20px 0 0; }
          .section .column-4 .box-content .box h2 {
            font-size: 19.2px;
            height: 45px;
            line-height: 21px;
            margin: 29px 0 0; }
          .section .column-4 .box-content .box p {
            font-size: 18.01px;
            line-height: 21px; }
          .section .column-4 .box-content .box.box-1 {
            width: 283px; }
            .section .column-4 .box-content .box.box-1 .img img {
              height: 102px; }
          .section .column-4 .box-content .box.box-2 {
            width: 287px; }
            .section .column-4 .box-content .box.box-2 .img {
              padding: 4px 0 0; }
              .section .column-4 .box-content .box.box-2 .img img {
                height: 98px; }
          .section .column-4 .box-content .box.box-3 {
            width: 279px; }
            .section .column-4 .box-content .box.box-3 .img {
              padding: 20px 0 0; }
              .section .column-4 .box-content .box.box-3 .img img {
                height: 82px; }
    .section .column-5 .logo {
      margin: 20px auto 0;
      width: 87px; }
    .section .column-5 p {
      font-size: 14px;
      line-height: 18px;
      margin: 20px auto 0;
      width: 96%; }
    .section .column-5 .BoxVideo {
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      height: 192px;
      margin: 13px auto 0;
      width: 100%; }
    .section .column-5 .boxbutton {
      margin: 16px 0 0; }
      .section .column-5 .boxbutton hr {
        height: 65px;
        margin: 0 7px 0;
        width: 1px; }
      .section .column-5 .boxbutton button {
        height: 65px;
        width: 144px; }
        .section .column-5 .boxbutton button.jumia img {
          width: 88px; }
        .section .column-5 .boxbutton button.glovo img {
          width: 76px; }
    .section .reseau-sociaux {
      margin: 19px 0 0; }
      .section .reseau-sociaux a {
        margin: 0 0 0 27px;
        width: 35px; }
    .section .column-6 h1 {
      font-size: 16.7px;
      line-height: 20px;
      margin: 20px 0 0; }
      .section .column-6 h1.m-t {
        margin: -20% 0 0; }
      .section .column-1 h2.m-t {
        margin: -20% 0 0; }
    .section .column-6 .box-content {
      margin: 70px 0 0; }
      .section .column-6 .box-content::before {
        bottom: -6px;
        width: 96%; }
      .section .column-6 .box-content .icon-camera {
        top: -55px;
        width: 130px; }
      .section .column-6 .box-content .box:nth-of-type(1)::before {
        width: 70%; }
      .section .column-6 .box-content .icon-upload {
        margin-top: 69px; }
      .section .column-6 .box-content p {
        font-size: 14px;
        line-height: 18px;
        width: 94%; }
        .section .column-6 .box-content p.para-1 {
          margin-top: 15px; }
        .section .column-6 .box-content p.para-2 {
          margin-top: 15px; }
      .section .column-6 .box-content .boxbutton.m-t-1 {
        margin-top: 10px; }
      .section .column-6 .box-content .boxbutton.m-t-2 {
        margin-top: 10px; }
      .section .column-6 .box-content .img {
        display: inline-block;
        margin: 40px 0 0 -98px; } }
/* End Section */
/* Formulaire */
.formulaire {
  height: auto;
  padding: 0 0 81px;
  position: relative;
  width: 100%; }
  .formulaire .column-1 {
    background-image: url("../images/bg-6.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    padding: 0 0 75px;
    position: relative;
    width: 100%; }
    .formulaire .column-1 .container {
      position: relative; }
    .formulaire .column-1 .retour {
      color: #101010;
      cursor: pointer;
      font-family: "Speedee-Bold", Sans-Serif;
      font-size: 27.7px;
      height: 18px;
      line-height: 27px;
      left: 11px;
      padding: 0 0 0 32px;
      position: absolute;
      top: 77px; }
      .formulaire .column-1 .retour::before {
        background-image: url("../images/arrow-2.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: '';
        height: 29px;
        left: 0;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 17px; }
    .formulaire .column-1 .logo {
      margin: 20px auto 0;
      width: 93px; }
      .formulaire .column-1 .logo img {
        width: 100%; }
    .formulaire .column-1 h1 {
      color: white;
      font-family: "Speedee-Bold", Sans-Serif;
      font-size: 49px;
      line-height: 49px;
      margin: 45px 0 0;
      text-align: center; }
    .formulaire .column-1 h2 {
      color: #282216;
      font-family: "Speedee-Regular", Sans-Serif;
      font-size: 28px;
      line-height: 28px;
      margin: 35px 0 0;
      text-align: center; }
    .formulaire .column-1 .box-content {
      font-size: 0;
      height: auto;
      margin: 44px auto 0;
      width: 1107px; }
      .formulaire .column-1 .box-content .form-control {
        background-color: white;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border: 0 none;
        color: black;
        display: inline-block;
        font-family: "Noto Sans", sans-serif;
        font-size: 18.42px;
        font-weight: 700;
        height: 60px;
        margin-top: 33px;
        padding: 0 0 0 27px;
        vertical-align: top;
        width: 521px; }
        .formulaire .column-1 .box-content .form-control.date {
          background-color: white;
          background-image: url("../images/icon-datepicker.png");
          background-repeat: no-repeat;
          background-size: 31px 32px;
          background-position: right 18px center; }
        .formulaire .column-1 .box-content .form-control:nth-child(odd) {
          margin-left: 0; }
        .formulaire .column-1 .box-content .form-control:nth-child(-n+1) {
          margin-top: 0; }
        .formulaire .column-1 .box-content .form-control:focus {
          outline: 0 none !important; }
        .formulaire .column-1 .box-content .form-control::-webkit-input-placeholder {
          color: black;
          opacity: 1; }
        .formulaire .column-1 .box-content .form-control::-moz-placeholder {
          color: black;
          opacity: 1; }
        .formulaire .column-1 .box-content .form-control:-ms-input-placeholder {
          color: black;
          opacity: 1; }
        .formulaire .column-1 .box-content .form-control:-moz-placeholder {
          color: black;
          opacity: 1; }
      .formulaire .column-1 .box-content .bootstrap-select {
        vertical-align: top;
        width: 521px; }
        .formulaire .column-1 .box-content .bootstrap-select .btn {
          background-color: white;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border: 0 none;
          color: black;
          font-family: "Noto Sans", sans-serif;
          font-size: 18.42px;
          font-weight: 700;
          height: 60px;
          line-height: 60px;
          padding: 0 0 0 27px;
          width: 100%; }
          .formulaire .column-1 .box-content .bootstrap-select .btn::after {
            margin-left: 0;
            margin-right: 20px;
            border-top: 8px solid;
            border-right: 5px solid transparent;
            border-bottom: 0;
            border-left: 5px solid transparent;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear; }
          .formulaire .column-1 .box-content .bootstrap-select .btn:focus {
            outline: 0 none !important; }
        .formulaire .column-1 .box-content .bootstrap-select .dropdown-menu {
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border: 0 none;
          padding: 0;
          width: 100%; }
          .formulaire .column-1 .box-content .bootstrap-select .dropdown-menu .dropdown-item {
            background-color: white;
            color: black;
            font-family: "Noto Sans", sans-serif;
            font-size: 18.42px;
            font-weight: 700;
            height: 40px;
            line-height: 40px;
            padding: 0 0 0 27px;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
            width: 100%; }
            .formulaire .column-1 .box-content .bootstrap-select .dropdown-menu .dropdown-item:hover {
              color: #eb2132; }
            .formulaire .column-1 .box-content .bootstrap-select .dropdown-menu .dropdown-item.active {
              color: #eb2132; }
        .formulaire .column-1 .box-content .bootstrap-select.show .btn::after {
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
      .formulaire .column-1 .box-content .t-datepicker {
        display: inline-block;
        max-width: 100%;
        margin-top: 33px;
        vertical-align: top;
        width: 521px; }
        .formulaire .column-1 .box-content .t-datepicker .t-check-in {
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border: 0 none;
          width: 100%; }
          .formulaire .column-1 .box-content .t-datepicker .t-check-in .t-dates {
            background-color: white;
            background-image: url("../images/icon-datepicker.png");
            background-repeat: no-repeat;
            background-size: 31px 32px;
            background-position: right 18px center;
            font-family: "Noto Sans", sans-serif;
            font-size: 18.42px;
            font-weight: 700;
            height: 60px;
            line-height: 60px;
            padding: 0 0 0 27px;
            width: 100%; }
            .formulaire .column-1 .box-content .t-datepicker .t-check-in .t-dates .t-date-info-title {
              color: black;
              font-family: "Noto Sans", sans-serif;
              font-size: 18.42px;
              font-weight: 700;
              line-height: 60px;
              left: 0;
              position: relative;
              opacity: 1;
              top: 0; }
        .formulaire .column-1 .box-content .t-datepicker .t-arrow-top {
          top: 52px; }
        .formulaire .column-1 .box-content .t-datepicker .t-datepicker-day {
          font-family: "Noto Sans", sans-serif;
          top: calc(100% + 12px); }
      .formulaire .column-1 .box-content .avatar-edit {
        display: inline-block;
        height: auto;
        margin-top: 33px;
        text-align: left;
        vertical-align: top;
        width: 521px; }
        .formulaire .column-1 .box-content .avatar-edit input {
          display: none; }
        .formulaire .column-1 .box-content .avatar-edit label {
          background-color: white;
          background-image: url("../images/icon-upload-mini.png");
          background-repeat: no-repeat;
          background-size: 48px 32px;
          background-position: right 23px center;
          color: black;
          font-family: "Noto Sans", sans-serif;
          font-size: 18.42px;
          font-weight: 700;
          height: 60px;
          line-height: 60px;
          padding: 0 0 0 27px;
          width: 100%; }
      .formulaire .column-1 .box-content .m-l {
        margin-left: 65px; }
      .formulaire .column-1 .box-content .m-t {
        margin-top: 0 !important; }
      .formulaire .column-1 .box-content .m-t-1 {
        margin-top: 33px; }
      .formulaire .column-1 .box-content.box-login {
        width: 521px; }
      .formulaire .column-1 .box-content #error {
        display: inline-block;
        color: #eb2132;
        font-family: "Noto Sans", sans-serif;
        font-size: 18.42px;
        font-weight: 700;
        line-height: 18px;
        margin: 10px 0 0;
        text-align: justify;
        width: 100%; }
      .formulaire .column-1 .box-content .box-button {
        margin: 65px auto 0;
        width: 351px; }
        .formulaire .column-1 .box-content .box-button button {
          background-color: #eb2132;
          border: 0 none;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          color: white;
          font-family: "Speedee-Bold", Sans-Serif;
          font-size: 24px;
          height: 47px;
          padding: 0;
          position: relative;
          text-transform: uppercase;
          -webkit-transition: background-color 0.3s, color 0.3s;
          transition: background-color 0.3s, color 0.3s;
          width: 100%; }
          .formulaire .column-1 .box-content .box-button button span {
            position: relative;
            top: 4px; }
          .formulaire .column-1 .box-content .box-button button::before {
            content: '';
            position: absolute;
            top: -20px;
            left: -20px;
            bottom: -20px;
            right: -20px;
            background: inherit;
            border-radius: 50px;
            z-index: -1;
            opacity: 0.4;
            -webkit-transform: scale3d(0.8, 0.5, 1);
            transform: scale3d(0.8, 0.5, 1); }
          .formulaire .column-1 .box-content .box-button button:hover {
            -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
            transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
            background-color: #ffc658;
            -webkit-animation: anim-moema-1 0.3s forwards;
            animation: anim-moema-1 0.3s forwards; }
            .formulaire .column-1 .box-content .box-button button:hover::before {
              -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
              animation: anim-moema-2 0.3s 0.3s forwards; }
      .formulaire .column-1 .box-content p {
        display: inline-block;
        color: white;
        font-family: "Noto Sans", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        margin: 16px 0 0;
        text-align: center;
        width: 100%; }
      .formulaire .column-1 .box-content .option {
        display: inline-block;
        font-size: 0;
        height: 140px;
        line-height: 140px;
        margin-left: 4%;
        margin-top: 20px;
        position: relative;
        text-align: left;
        vertical-align: top;
        width: 48%; }
        .formulaire .column-1 .box-content .option [type="radio"] {
          position: absolute;
          opacity: 0;
          z-index: -1; }
        .formulaire .column-1 .box-content .option label {
          border-radius: 16px;
          -webkit-border-radius: 16px;
          -moz-border-radius: 16px;
          border: 2px solid white;
          cursor: pointer;
          height: 100%;
          padding: 0 20px;
          position: relative;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          width: 100%; }
          .formulaire .column-1 .box-content .option label::before {
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border: 2px solid white;
            content: '';
            height: 20px;
            left: 20px;
            margin-top: 3px;
            position: absolute;
            top: 50%;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 20px; }
          .formulaire .column-1 .box-content .option label::after {
            background-color: white;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            content: '';
            height: 12px;
            left: 20px;
            margin: 3px 0 0 4px;
            position: absolute;
            top: 50%;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
            opacity: 0;
            visibility: hidden;
            width: 12px; }
        .formulaire .column-1 .box-content .option:nth-child(odd) {
          margin-left: 0; }
        .formulaire .column-1 .box-content .option:nth-child(-n + 2) {
          margin-top: 0; }
        .formulaire .column-1 .box-content .option .text {
          color: white;
          display: inline-block;
          font-family: "Noto Sans", sans-serif;
          font-size: 18px;
          font-weight: 700;
          line-height: 18px;
          margin-left: 40px;
          vertical-align: middle;
          width: calc(100% - 160px); }
        .formulaire .column-1 .box-content .option img {
          border-radius: 16px;
          -webkit-border-radius: 16px;
          -moz-border-radius: 16px;
          display: inline-block;
          height: 120px;
          vertical-align: middle;
          width: 120px; }
        .formulaire .column-1 .box-content .option [type="radio"]:checked ~ label {
          -moz-transform: translateY(-10px);
          -o-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px); }
          .formulaire .column-1 .box-content .option [type="radio"]:checked ~ label::after {
            opacity: 1;
            visibility: visible; }
  .formulaire .column-2 {
    height: auto;
    position: relative;
    width: 100%; }
    .formulaire .column-2 .box-checkbox {
      margin: 27px 0 0;
      text-align: center; }
      .formulaire .column-2 .box-checkbox .checkbox {
        color: #303030;
        cursor: pointer;
        display: inline-block;
        font-family: "Ubuntu", sans-serif;
        font-size: 15.52px;
        font-weight: 500;
        height: 19px;
        line-height: 19px;
        position: relative;
        padding-left: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: left; }
        .formulaire .column-2 .box-checkbox .checkbox input {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
        .formulaire .column-2 .box-checkbox .checkbox a {
          color: #303030;
          cursor: pointer;
          text-decoration: underline; }
        .formulaire .column-2 .box-checkbox .checkbox .checkmark {
          background-color: #ffdc2e;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border: 0 none;
          position: absolute;
          top: 0;
          left: 0;
          height: 19px;
          width: 19px; }
        .formulaire .column-2 .box-checkbox .checkbox .checkmark:after {
          content: "";
          position: absolute;
          display: none; }
        .formulaire .column-2 .box-checkbox .checkbox input:checked ~ .checkmark:after {
          display: block; }
        .formulaire .column-2 .box-checkbox .checkbox .checkmark:after {
          background-color: white;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          bottom: 0;
          left: 0;
          right: 0;
          top: 0;
          margin: auto;
          width: 11px;
          height: 11px; }
    .formulaire .column-2 .box-button {
      margin: 34px auto 0;
      width: 301px; }
      .formulaire .column-2 .box-button button {
        background-color: #eb2132;
        border: 0 none;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        color: white;
        font-family: "Speedee-Bold", Sans-Serif;
        font-size: 24px;
        height: 47px;
        padding: 0;
        position: relative;
        text-transform: uppercase;
        -webkit-transition: background-color 0.3s, color 0.3s;
        transition: background-color 0.3s, color 0.3s;
        width: 100%; }
        .formulaire .column-2 .box-button button span {
          position: relative;
          top: 4px; }
        .formulaire .column-2 .box-button button::before {
          content: '';
          position: absolute;
          top: -20px;
          left: -20px;
          bottom: -20px;
          right: -20px;
          background: inherit;
          border-radius: 50px;
          z-index: -1;
          opacity: 0.4;
          -webkit-transform: scale3d(0.8, 0.5, 1);
          transform: scale3d(0.8, 0.5, 1); }
        .formulaire .column-2 .box-button button:hover {
          -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
          transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
          background-color: #ffc658;
          -webkit-animation: anim-moema-1 0.3s forwards;
          animation: anim-moema-1 0.3s forwards; }
          .formulaire .column-2 .box-button button:hover::before {
            -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
            animation: anim-moema-2 0.3s 0.3s forwards; }
      .formulaire .column-2 .box-button.box-button-1 {
        margin: 20px auto 0; }
        .formulaire .column-2 .box-button.box-button-1 button {
          background-color: #ffc658; }
          .formulaire .column-2 .box-button.box-button-1 button:hover {
            background-color: #eb2132; }

.mac .formulaire .column-1 .box-content .box-button button span {
  top: 0 !important; }
.mac .formulaire .column-2 .box-button button span {
  top: 0 !important; }

@media screen and (max-width: 1570px) {
  .formulaire {
    padding: 0 0 70px; }
    .formulaire .column-1 {
      padding: 0 0 64px; }
      .formulaire .column-1 .retour {
        font-size: 23.66px;
        height: 18px;
        line-height: 23px;
        left: 9px;
        padding: 0 0 0 27px;
        top: 65px; }
        .formulaire .column-1 .retour::before {
          height: 24px;
          width: 14px; }
      .formulaire .column-1 .logo {
        margin: 17px auto 0;
        width: 79px; }
      .formulaire .column-1 h1 {
        font-size: 41.85px;
        line-height: 41px;
        margin: 40px 0 0; }
      .formulaire .column-1 h2 {
        font-size: 23.91px;
        line-height: 23px;
        margin: 32px 0 0; }
      .formulaire .column-1 .box-content {
        margin: 38px auto 0;
        width: 945px; }
        .formulaire .column-1 .box-content .form-control {
          font-size: 15.73px;
          height: 51px;
          margin-top: 29px;
          padding: 0 0 0 22px;
          width: 444px; }
          .formulaire .column-1 .box-content .form-control.date {
            background-size: 24px 26px;
            background-position: right 16px center; }
        .formulaire .column-1 .box-content .bootstrap-select {
          width: 444px; }
          .formulaire .column-1 .box-content .bootstrap-select .btn {
            font-size: 15.73px;
            height: 51px;
            line-height: 51px;
            padding: 0 0 0 22px; }
            .formulaire .column-1 .box-content .bootstrap-select .btn::after {
              margin-right: 10px; }
          .formulaire .column-1 .box-content .bootstrap-select .dropdown-menu .dropdown-item {
            font-size: 15.73px;
            height: 40px;
            line-height: 40px;
            padding: 0 0 0 22px; }
        .formulaire .column-1 .box-content .t-datepicker {
          margin-top: 29px;
          width: 444px; }
          .formulaire .column-1 .box-content .t-datepicker .t-check-in .t-dates {
            background-size: 24px 26px;
            background-position: right 16px center;
            font-size: 15.73px;
            height: 51px;
            line-height: 51px;
            padding: 0 0 0 22px; }
            .formulaire .column-1 .box-content .t-datepicker .t-check-in .t-dates .t-date-info-title {
              font-size: 15.73px;
              line-height: 51px; }
          .formulaire .column-1 .box-content .t-datepicker .t-arrow-top {
            top: 43px; }
          .formulaire .column-1 .box-content .t-datepicker .t-datepicker-day {
            top: calc(100% + 12px); }
        .formulaire .column-1 .box-content .avatar-edit {
          /*height: 51px;*/
          margin-top: 29px;
          width: 444px; }
          .formulaire .column-1 .box-content .avatar-edit label {
            background-size: 40px 27px;
            background-position: right 20px center;
            font-size: 15.73px;
            height: 51px;
            line-height: 51px;
            padding: 0 0 0 22px; }
        .formulaire .column-1 .box-content .m-l {
          margin-left: 57px; }
        .formulaire .column-1 .box-content .m-t-1 {
          margin-top: 29px; }
        .formulaire .column-1 .box-content.box-login {
          width: 444px; }
        .formulaire .column-1 .box-content #error {
          font-size: 15.73px;
          line-height: 15px; }
        .formulaire .column-1 .box-content .box-button {
          margin: 56px auto 0;
          width: 299px; }
          .formulaire .column-1 .box-content .box-button button {
            font-size: 20.5px;
            height: 40px; }
            .formulaire .column-1 .box-content .box-button button span {
              top: 3px; }
    .formulaire .column-2 .box-checkbox {
      margin: 24px 0 0; }
      .formulaire .column-2 .box-checkbox .checkbox {
        font-size: 15px;
        height: 15px;
        line-height: 15px;
        padding-left: 27px; }
        .formulaire .column-2 .box-checkbox .checkbox .checkmark {
          height: 15px;
          width: 15px; }
        .formulaire .column-2 .box-checkbox .checkbox .checkmark:after {
          width: 7px;
          height: 7px; }
    .formulaire .column-2 .box-button {
      margin: 29px auto 0;
      width: 257px; }
      .formulaire .column-2 .box-button button {
        font-size: 20.5px;
        height: 40px; }
        .formulaire .column-2 .box-button button span {
          top: 3px; }
      .formulaire .column-2 .box-button.box-button-1 {
        margin: 17px auto 0; } }
@media screen and (max-width: 1336px) {
  .formulaire {
    padding: 0 0 56px; }
    .formulaire .column-1 {
      padding: 0 0 52px; }
      .formulaire .column-1 .retour {
        font-size: 19.47px;
        height: 14px;
        line-height: 19px;
        left: 8px;
        padding: 0 0 0 22px;
        top: 54px; }
        .formulaire .column-1 .retour::before {
          height: 20px;
          width: 11px; }
      .formulaire .column-1 .logo {
        margin: 14px auto 0;
        width: 65px; }
      .formulaire .column-1 h1 {
        font-size: 34.44px;
        line-height: 34px;
        margin: 33px 0 0; }
      .formulaire .column-1 h2 {
        font-size: 19.68px;
        line-height: 19px;
        margin: 25px 0 0; }
      .formulaire .column-1 .box-content {
        margin: 38px auto 0;
        width: 779px; }
        .formulaire .column-1 .box-content .form-control {
          font-size: 13px;
          height: 41px;
          margin-top: 24px;
          padding: 0 0 0 19px;
          width: 366px; }
          .formulaire .column-1 .box-content .form-control.date {
            background-size: 20px 22px;
            background-position: right 13px center; }
        .formulaire .column-1 .box-content .bootstrap-select {
          width: 366px; }
          .formulaire .column-1 .box-content .bootstrap-select .btn {
            font-size: 13px;
            height: 41px;
            line-height: 41px;
            padding: 0 0 0 19px; }
            .formulaire .column-1 .box-content .bootstrap-select .btn::after {
              margin-right: 10px; }
          .formulaire .column-1 .box-content .bootstrap-select .dropdown-menu .dropdown-item {
            font-size: 13px;
            height: 31px;
            line-height: 31px;
            padding: 0 0 0 19px; }
        .formulaire .column-1 .box-content .t-datepicker {
          margin-top: 24px;
          width: 366px; }
          .formulaire .column-1 .box-content .t-datepicker .t-check-in .t-dates {
            background-size: 20px 22px;
            background-position: right 13px center;
            font-size: 13px;
            height: 41px;
            line-height: 41px;
            padding: 0 0 0 19px; }
            .formulaire .column-1 .box-content .t-datepicker .t-check-in .t-dates .t-date-info-title {
              font-size: 13px;
              line-height: 41px; }
          .formulaire .column-1 .box-content .t-datepicker .t-arrow-top {
            top: 34px; }
          .formulaire .column-1 .box-content .t-datepicker .t-datepicker-day {
            top: calc(100% + 12px); }
        .formulaire .column-1 .box-content .avatar-edit {
          /*height: 41px;*/
          margin-top: 24px;
          width: 366px; }
          .formulaire .column-1 .box-content .avatar-edit label {
            background-size: 33px 22px;
            background-position: right 16px center;
            font-size: 13px;
            height: 41px;
            line-height: 41px;
            padding: 0 0 0 19px; }
        .formulaire .column-1 .box-content .m-l {
          margin-left: 47px; }
        .formulaire .column-1 .box-content .m-t-1 {
          margin-top: 24px; }
        .formulaire .column-1 .box-content.box-login {
          width: 366px; }
        .formulaire .column-1 .box-content #error {
          font-size: 13px;
          line-height: 13px;
          margin: 5px 0 0; }
        .formulaire .column-1 .box-content .box-button {
          margin: 45px auto 0;
          width: 246px; }
          .formulaire .column-1 .box-content .box-button button {
            font-size: 16.87px;
            height: 33px; }
            .formulaire .column-1 .box-content .box-button button span {
              top: 2px; }
    .formulaire .column-2 .box-checkbox {
      margin: 19px 0 0; }
      .formulaire .column-2 .box-checkbox .checkbox {
        font-size: 13px;
        height: 15px;
        line-height: 15px;
        padding-left: 27px; }
        .formulaire .column-2 .box-checkbox .checkbox font {
          position: relative;
          top: -1px; }
        .formulaire .column-2 .box-checkbox .checkbox .checkmark {
          height: 15px;
          width: 15px; }
        .formulaire .column-2 .box-checkbox .checkbox .checkmark:after {
          width: 7px;
          height: 7px; }
    .formulaire .column-2 .box-button {
      margin: 24px auto 0;
      width: 211px; }
      .formulaire .column-2 .box-button button {
        font-size: 16.87px;
        height: 33px; }
        .formulaire .column-2 .box-button button span {
          top: 2px; }
      .formulaire .column-2 .box-button.box-button-1 {
        margin: 14px auto 0; } }
@media screen and (max-width: 1095px) {
  .formulaire {
    padding: 0 0 40px; }
    .formulaire .column-1 {
      padding: 0 0 52px; }
      .formulaire .column-1 .retour {
        font-size: 18px;
        height: 14px;
        line-height: 18px;
        left: 8px;
        padding: 0 0 0 22px;
        top: 41px; }
        .formulaire .column-1 .retour::before {
          height: 20px;
          width: 11px; }
      .formulaire .column-1 .logo {
        margin: 20px auto 0;
        width: 60px; }
      .formulaire .column-1 h1 {
        font-size: 30px;
        line-height: 34px;
        margin: 30px 0 0; }
      .formulaire .column-1 h2 {
        font-size: 18px;
        line-height: 22px;
        margin: 20px 0 0; }
      .formulaire .column-1 .box-content {
        margin: 30px auto 0;
        width: 400px; }
        .formulaire .column-1 .box-content .form-control {
          font-size: 13px;
          height: 41px;
          margin-left: 0;
          margin-top: 20px;
          padding: 0 0 0 19px;
          width: 100%; }
          .formulaire .column-1 .box-content .form-control:nth-child(-n + 2) {
            margin-top: 20px; }
          .formulaire .column-1 .box-content .form-control:nth-child(1) {
            margin-top: 0; }
          .formulaire .column-1 .box-content .form-control.date {
            background-size: 20px 22px;
            background-position: right 13px center; }
        .formulaire .column-1 .box-content .bootstrap-select {
          margin-top: 20px;
          width: 100%; }
        .formulaire .column-1 .box-content .t-datepicker {
          margin-top: 20px;
          width: 100%; }
          .formulaire .column-1 .box-content .t-datepicker .t-check-in .t-dates {
            background-size: 20px 22px;
            background-position: right 13px center;
            font-size: 13px;
            height: 41px;
            line-height: 41px;
            padding: 0 0 0 19px; }
            .formulaire .column-1 .box-content .t-datepicker .t-check-in .t-dates .t-date-info-title {
              font-size: 13px;
              line-height: 41px; }
          .formulaire .column-1 .box-content .t-datepicker .t-arrow-top {
            top: 34px; }
          .formulaire .column-1 .box-content .t-datepicker .t-datepicker-day {
            top: calc(100% + 12px); }
        .formulaire .column-1 .box-content .avatar-edit {
          /*height: 41px;*/
          margin-left: 0;
          margin-top: 20px;
          width: 100%; }
          .formulaire .column-1 .box-content .avatar-edit label {
            background-size: 33px 22px;
            background-position: right 13px center;
            font-size: 13px;
            height: 41px;
            line-height: 41px;
            padding: 0 0 0 19px; }
        .formulaire .column-1 .box-content .m-l {
          margin-left: 0; }
        .formulaire .column-1 .box-content .m-t-1 {
          margin-top: 20px; }
        .formulaire .column-1 .box-content.box-login {
          width: 400px; }
        .formulaire .column-1 .box-content #error {
          font-size: 13px;
          line-height: 13px;
          margin: 5px 0 0; }
        .formulaire .column-1 .box-content .box-button {
          margin: 30px auto 0;
          width: 246px; }
          .formulaire .column-1 .box-content .box-button button {
            font-size: 16.87px;
            height: 33px; }
            .formulaire .column-1 .box-content .box-button button span {
              top: 2px; }
            .formulaire .column-1 .box-content .box-button button::before {
              display: none; }
        .formulaire .column-1 .box-content p {
          font-size: 12px;
          line-height: 16px;
          margin: 6px 0 0; }
        .formulaire .column-1 .box-content .option {
          height: 80px;
          line-height: 80px;
          margin-left: 0;
          margin-top: 20px !important;
          width: 100%; }
          .formulaire .column-1 .box-content .option:nth-child(1) {
            margin-top: 0 !important; }
          .formulaire .column-1 .box-content .option .text {
            font-size: 16px;
            line-height: 16px;
            margin-left: 40px;
            width: calc(100% - 100px); }
          .formulaire .column-1 .box-content .option img {
            height: 60px;
            width: 60px; }
    .formulaire .column-2 .box-checkbox {
      margin: 19px 0 0; }
      .formulaire .column-2 .box-checkbox .checkbox {
        font-size: 13px;
        height: 15px;
        line-height: 15px;
        padding-left: 27px; }
        .formulaire .column-2 .box-checkbox .checkbox font {
          position: relative;
          top: -1px; }
        .formulaire .column-2 .box-checkbox .checkbox .checkmark {
          height: 15px;
          width: 15px; }
        .formulaire .column-2 .box-checkbox .checkbox .checkmark:after {
          width: 7px;
          height: 7px; }
    .formulaire .column-2 .box-button {
      margin: 24px auto 0;
      width: 211px; }
      .formulaire .column-2 .box-button button {
        font-size: 16.87px;
        height: 33px; }
        .formulaire .column-2 .box-button button span {
          top: 2px; }
        .formulaire .column-2 .box-button button::before {
          display: none; }
      .formulaire .column-2 .box-button.box-button-1 {
        margin: 14px auto 0; } }
@media screen and (max-width: 748px) {
  .formulaire {
    padding: 0 0 20px; }
    .formulaire .column-1 {
      background-size: 100% auto;
      background-position: left bottom;
      padding: 0 0 40px; }
      .formulaire .column-1::before {
        background-color: #ffbb1a;
        content: '';
        height: calc(100% - 40px);
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .formulaire .column-1 .retour {
        font-size: 16px;
        height: 12px;
        line-height: 16px;
        left: 2px;
        padding: 0 0 0 20px;
        top: 34px; }
        .formulaire .column-1 .retour::before {
          height: 20px;
          width: 11px; }
      .formulaire .column-1 .logo {
        margin: 15px auto 0;
        width: 50px; }
      .formulaire .column-1 h1 {
        font-size: 18px;
        line-height: 22px;
        margin: 20px 0 0; }
      .formulaire .column-1 h2 {
        font-size: 14px;
        line-height: 18px;
        margin: 10px 0 0; }
      .formulaire .column-1 .box-content {
        margin: 20px auto 0;
        width: 96%; }
        .formulaire .column-1 .box-content .form-control {
          font-size: 13px;
          height: 41px;
          margin-left: 0;
          margin-top: 10px;
          padding: 0 0 0 19px;
          width: 100%; }
          .formulaire .column-1 .box-content .form-control:nth-child(-n + 2) {
            margin-top: 10px; }
          .formulaire .column-1 .box-content .form-control:nth-child(1) {
            margin-top: 0; }
          .formulaire .column-1 .box-content .form-control.date {
            background-size: 20px 22px;
            background-position: right 13px center; }
        .formulaire .column-1 .box-content .bootstrap-select {
          margin-top: 10px; }
        .formulaire .column-1 .box-content .t-datepicker {
          margin-top: 10px;
          width: 100%; }
          .formulaire .column-1 .box-content .t-datepicker .t-check-in .t-dates {
            background-size: 20px 22px;
            background-position: right 13px center;
            font-size: 13px;
            height: 41px;
            line-height: 41px;
            padding: 0 0 0 19px; }
            .formulaire .column-1 .box-content .t-datepicker .t-check-in .t-dates .t-date-info-title {
              font-size: 13px;
              line-height: 41px; }
          .formulaire .column-1 .box-content .t-datepicker .t-arrow-top {
            top: 34px; }
          .formulaire .column-1 .box-content .t-datepicker .t-datepicker-day {
            top: calc(100% + 12px); }
        .formulaire .column-1 .box-content .avatar-edit {
          /*height: 41px;*/
          margin-left: 0;
          margin-top: 10px;
          width: 100%; }
          .formulaire .column-1 .box-content .avatar-edit label {
            background-size: 33px 22px;
            background-position: right 13px center;
            font-size: 13px;
            height: 41px;
            line-height: 41px;
            padding: 0 0 0 19px; }
        .formulaire .column-1 .box-content .m-t-1 {
          margin-top: 10px; }
        .formulaire .column-1 .box-content.box-login {
          width: 96%; }
        .formulaire .column-1 .box-content #error {
          font-size: 13px;
          line-height: 13px;
          margin: 5px 0 0; }
        .formulaire .column-1 .box-content .box-button {
          margin: 20px auto 0;
          width: 246px; }
          .formulaire .column-1 .box-content .box-button button {
            font-size: 16.87px;
            height: 33px; }
            .formulaire .column-1 .box-content .box-button button span {
              top: 2px; }
            .formulaire .column-1 .box-content .box-button button::before {
              display: none; }
        .formulaire .column-1 .box-content p {
          font-size: 10px;
          line-height: 14px; }
    .formulaire .column-2 .box-checkbox {
      margin: 19px 0 0; }
      .formulaire .column-2 .box-checkbox .checkbox {
        font-size: 13px;
        height: 15px;
        line-height: 17px;
        padding-left: 27px; }
        .formulaire .column-2 .box-checkbox .checkbox font {
          position: relative;
          top: -3px; }
        .formulaire .column-2 .box-checkbox .checkbox .checkmark {
          height: 15px;
          width: 15px; }
        .formulaire .column-2 .box-checkbox .checkbox .checkmark:after {
          width: 7px;
          height: 7px; }
    .formulaire .column-2 .box-button {
      margin: 24px auto 0;
      width: 211px; }
      .formulaire .column-2 .box-button button {
        font-size: 16.87px;
        height: 33px; }
        .formulaire .column-2 .box-button button span {
          top: 2px; } }
/* End Formulaire */
/* Galerie */
.galerie {
  height: auto;
  padding: 0 0 55px;
  position: relative;
  width: 100%; }
  .galerie .img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .galerie .img img {
      width: 100%; }
  .galerie .column-1 {
    height: auto;
    position: relative;
    width: 100%; }
    .galerie .column-1 .container {
      position: relative;
      z-index: 2; }
    .galerie .column-1 .retour {
      color: white;
      cursor: pointer;
      font-family: "Speedee-Bold", Sans-Serif;
      font-size: 27.7px;
      height: 18px;
      line-height: 27px;
      left: 11px;
      padding: 0 0 0 32px;
      position: absolute;
      top: 77px; }
      .galerie .column-1 .retour::before {
        background-image: url("../images/arrow-2.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: '';
        filter: invert(100%) sepia(3%) saturate(2%) hue-rotate(124deg) brightness(106%) contrast(100%);
        height: 29px;
        left: 0;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 17px; }
    .galerie .column-1 .logo {
      margin: 20px auto 0;
      width: 93px; }
      .galerie .column-1 .logo img {
        width: 100%; }
    .galerie .column-1 .camera {
      margin: 36px auto 0;
      width: 266px; }
      .galerie .column-1 .camera img {
        filter: drop-shadow(8px 14px 14.5px rgba(222, 120, 0, 0.6));
        -webkit-filter: drop-shadow(8px 14px 14.5px rgba(222, 120, 0, 0.6));
        -moz-filter: drop-shadow(8px 14px 14.5px rgba(222, 120, 0, 0.6));
        width: 100%; }
    .galerie .column-1 h1 {
      color: white;
      font-family: "Speedee-Bold", Sans-Serif;
      font-size: 49px;
      line-height: 49px;
      margin: 30px 0 0;
      text-align: center; }
      .galerie .column-1 h1.m-t {
        margin-top: 461px; }
    .galerie .column-1 .box-galerie {
      font-size: 0;
      height: 1400px;
      padding: 0 80px;
      position: relative;
      margin: 19px auto 0;
      text-align: center;
      overflow: hidden;
      width: 100%; }
      .galerie .column-1 .box-galerie.h-a {
        height: auto; }
      .galerie .column-1 .box-galerie .box {
        display: inline-block;
        height: auto;
        margin-left: 123.5px;
        margin-top: 43px;
        position: relative;
        vertical-align: top;
        width: 328px; }
        .galerie .column-1 .box-galerie .box:nth-child(3n + 1) {
          margin-left: 0; }
        .galerie .column-1 .box-galerie .box .img-galerie {
          height: 203px;
          position: relative;
          width: 100%; }
          .galerie .column-1 .box-galerie .box .img-galerie img {
            cursor: pointer;
            height: 100%;
            object-fit: cover;
            position: relative;
            width: 100%;
            z-index: 3; }
          .galerie .column-1 .box-galerie .box .img-galerie::before, .galerie .column-1 .box-galerie .box .img-galerie::after {
            background-repeat: no-repeat;
            background-size: 100% 100%;
            content: '';
            left: 50%;
            position: absolute;
            top: 50%;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .galerie .column-1 .box-galerie .box .img-galerie::before {
            background-image: url("../images/bg-7.png");
            height: 223px;
            width: 343px;
            z-index: 2; }
          .galerie .column-1 .box-galerie .box .img-galerie::after {
            background-image: url("../images/bg-8.png");
            height: 245px;
            width: 355px;
            z-index: 1; }
          .galerie .column-1 .box-galerie .box .img-galerie .loupe {
            background-image: url("../images/loupe.png");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            cursor: pointer;
            display: inline-block;
            height: 65px;
            left: 50%;
            opacity: 0;
            position: absolute;
            top: 50%;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
            width: 64px;
            z-index: 4; }
          .galerie .column-1 .box-galerie .box .img-galerie:hover .loupe {
            opacity: 0.40; }
        .galerie .column-1 .box-galerie .box .box-text {
          font-size: 0;
          height: 104px;
          position: relative;
          width: 100%; }
          .galerie .column-1 .box-galerie .box .box-text .bloc {
            display: inline-block;
            line-height: 104px;
            position: relative;
            vertical-align: top; }
            .galerie .column-1 .box-galerie .box .box-text .bloc:nth-child(1) {
              width: calc(100% - 100px); }
            .galerie .column-1 .box-galerie .box .box-text .bloc:nth-child(2) {
              text-align: right;
              width: 100px; }
            .galerie .column-1 .box-galerie .box .box-text .bloc h2 {
              color: #101010;
              font-family: "Speedee-Bold", Sans-Serif;
              font-size: 23px;
              line-height: 23px;
              margin: 43px 0 0;
              text-align: left; }
            .galerie .column-1 .box-galerie .box .box-text .bloc h3 {
              color: #101010;
              cursor: pointer;
              display: inline-block;
              font-family: "Speedee-Bold", Sans-Serif;
              font-size: 19.21px;
              height: 14px;
              line-height: 19px;
              margin: 45px 0 0;
              padding: 0 0 0 27px;
              position: relative;
              vertical-align: top; }
              .galerie .column-1 .box-galerie .box .box-text .bloc h3::before {
                background-image: url("../images/heart-1.png");
                background-repeat: no-repeat;
                background-size: 100% 100%;
                content: '';
                height: 19px;
                left: 0;
                position: absolute;
                top: 50%;
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 23px; }
              .galerie .column-1 .box-galerie .box .box-text .bloc h3 button {
                background-color: transparent;
                border: 0 none;
                cursor: pointer;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                text-indent: -9999px;
                width: 100%;
                z-index: 2; }
              .galerie .column-1 .box-galerie .box .box-text .bloc h3.disabled {
                color: #cbcbcb; }
                .galerie .column-1 .box-galerie .box .box-text .bloc h3.disabled::before {
                  background-image: url("../images/heart-4.png"); }
    .galerie .column-1 .dots-galerie {
      cursor: pointer;
      font-size: 0;
      margin: 41px auto 0;
      position: relative;
      width: 75px; }
      .galerie .column-1 .dots-galerie li {
        background-color: #ffc24b;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        display: inline-block;
        height: 17px;
        margin: 0 0 0 12px;
        width: 17px; }
        .galerie .column-1 .dots-galerie li:nth-child(1) {
          margin: 0; }
      .galerie .column-1 .dots-galerie span {
        color: #6e6e6e;
        font-family: "Speedee-Regular", Sans-Serif;
        font-size: 21px;
        line-height: 21px;
        left: 50%;
        position: absolute;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: calc(100% + 17px);
        white-space: nowrap; }
      .galerie .column-1 .dots-galerie.active li {
        animation: colors 1.3s ease-in-out infinite; }
        .galerie .column-1 .dots-galerie.active li:nth-child(2) {
          animation-delay: -1.1s; }
        .galerie .column-1 .dots-galerie.active li:nth-child(3) {
          animation-delay: -0.9s; }
    .galerie .column-1 .box-content {
      background-color: #ffbc39;
      background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-blend-mode: screen;
      border-radius: 14px;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      font-size: 0;
      height: 607px;
      margin: 176px 0 0;
      position: relative;
      text-align: center;
      width: 100%; }
      .galerie .column-1 .box-content::before {
        background-image: url("../images/bg-3.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        bottom: -14px;
        content: '';
        height: /*463px*/ 100% !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0.22;
        position: absolute;
        width: 1371px;
        z-index: -1; }
      .galerie .column-1 .box-content .img-1 {
        height: 139px;
        margin: 49px auto 0;
        position: relative;
        width: 224px; }
        .galerie .column-1 .box-content .img-1 .pic {
          /*@include box-shadow(5px 8px 10px 0px rgba(222, 120, 0, 0.6));*/
          height: 100%;
          position: relative;
          width: 100%;
          z-index: 3; }
        .galerie .column-1 .box-content .img-1::before, .galerie .column-1 .box-content .img-1::after {
          background-repeat: no-repeat;
          background-size: 100% 100%;
          content: '';
          display: none;
          filter: drop-shadow(4.5px 7.794px 10px rgba(222, 120, 0, 0.6));
          -webkit-filter: drop-shadow(4.5px 7.794px 10px rgba(222, 120, 0, 0.6));
          -moz-filter: drop-shadow(4.5px 7.794px 10px rgba(222, 120, 0, 0.6));
          left: 50%;
          position: absolute;
          top: 50%;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .galerie .column-1 .box-content .img-1::before {
          background-image: url("../images/bg-4.png");
          height: 153px;
          width: 235px;
          z-index: 2; }
        .galerie .column-1 .box-content .img-1::after {
          background-image: url("../images/bg-5.png");
          height: 169px;
          width: 243px;
          z-index: 1; }
        .galerie .column-1 .box-content .img-1 h2 {
          color: black;
          font-family: "Speedee-Regular", Sans-Serif;
          font-size: 22px;
          line-height: 25px;
          left: calc(100% + 32px);
          position: absolute;
          top: 13px;
          width: 112px; }
        .galerie .column-1 .box-content .img-1 .icon-heart {
          left: calc(100% + 133px);
          position: absolute;
          top: 3px;
          width: 29px; }
        .galerie .column-1 .box-content .img-1 .arrow {
          left: calc(100% + 21px);
          position: absolute;
          top: 70px;
          width: 85px; }
      .galerie .column-1 .box-content .icon-upload {
        margin-top: 44px;
        width: 93px; }
      .galerie .column-1 .box-content p {
        color: white;
        font-family: "Speedee-Bold", Sans-Serif;
        font-size: 32px;
        line-height: 43px;
        margin: 35px auto 0;
        text-align: center;
        width: 730px; }
      .galerie .column-1 .box-content .boxbutton {
        margin: 37px auto 0;
        width: 301px; }
        .galerie .column-1 .box-content .boxbutton button {
          background-color: #eb2132;
          border: 0 none;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          color: white;
          font-family: "Speedee-Bold", Sans-Serif;
          font-size: 24px;
          height: 47px;
          padding: 0;
          position: relative;
          text-transform: uppercase;
          -webkit-transition: background-color 0.3s, color 0.3s;
          transition: background-color 0.3s, color 0.3s;
          width: 100%; }
          .galerie .column-1 .box-content .boxbutton button span {
            position: relative;
            top: 4px; }
          .galerie .column-1 .box-content .boxbutton button::before {
            content: '';
            position: absolute;
            top: -20px;
            left: -20px;
            bottom: -20px;
            right: -20px;
            background: inherit;
            border-radius: 50px;
            z-index: -1;
            opacity: 0.4;
            -webkit-transform: scale3d(0.8, 0.5, 1);
            transform: scale3d(0.8, 0.5, 1); }
          .galerie .column-1 .box-content .boxbutton button:hover {
            -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
            transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
            color: #eb2132;
            background-color: white;
            -webkit-animation: anim-moema-1 0.3s forwards;
            animation: anim-moema-1 0.3s forwards; }
            .galerie .column-1 .box-content .boxbutton button:hover::before {
              -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
              animation: anim-moema-2 0.3s 0.3s forwards; }
  .galerie .column-2 {
    height: auto;
    position: relative;
    width: 100%; }
    .galerie .column-2 .container {
      position: relative;
      z-index: 2; }
    .galerie .column-2 .retour {
      color: #101010;
      cursor: pointer;
      font-family: "Speedee-Bold", Sans-Serif;
      font-size: 27.7px;
      height: 18px;
      line-height: 27px;
      left: 11px;
      padding: 0 0 0 32px;
      position: absolute;
      top: 77px; }
      .galerie .column-2 .retour::before {
        background-image: url("../images/arrow-2.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: '';
        height: 29px;
        left: 0;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 17px; }
    .galerie .column-2 .logo {
      margin: 20px auto 0;
      width: 93px; }
      .galerie .column-2 .logo img {
        width: 100%; }
    .galerie .column-2 h1 {
      color: white;
      font-family: "Speedee-Bold", Sans-Serif;
      font-size: 49px;
      line-height: 49px;
      margin: 39px 0 0;
      text-align: center; }
    .galerie .column-2 .box-content {
      background-color: #ffbc39;
      background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-blend-mode: screen;
      border-radius: 14px;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      font-size: 0;
      height: 449px;
      margin: 20px 0 0;
      position: relative;
      text-align: center;
      width: 100%; }
      .galerie .column-2 .box-content::before {
        background-image: url("../images/bg-3.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        bottom: -14px;
        content: '';
        height: 463px;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0.22;
        position: absolute;
        width: 1371px;
        z-index: -1; }
      .galerie .column-2 .box-content .icon-upload {
        margin-top: 74px;
        width: 93px; }
      .galerie .column-2 .box-content p {
        color: white;
        font-family: "Speedee-Bold", Sans-Serif;
        font-size: 32px;
        line-height: 43px;
        margin: 35px auto 0;
        text-align: center;
        width: 730px; }
      .galerie .column-2 .box-content .boxbutton {
        margin: 37px auto 0;
        width: 301px; }
        .galerie .column-2 .box-content .boxbutton button {
          background-color: #eb2132;
          border: 0 none;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          color: white;
          font-family: "Speedee-Bold", Sans-Serif;
          font-size: 24px;
          height: 47px;
          padding: 0;
          position: relative;
          text-transform: uppercase;
          -webkit-transition: background-color 0.3s, color 0.3s;
          transition: background-color 0.3s, color 0.3s;
          width: 100%; }
          .galerie .column-2 .box-content .boxbutton button span {
            position: relative;
            top: 4px; }
          .galerie .column-2 .box-content .boxbutton button::before {
            content: '';
            position: absolute;
            top: -20px;
            left: -20px;
            bottom: -20px;
            right: -20px;
            background: inherit;
            border-radius: 50px;
            z-index: -1;
            opacity: 0.4;
            -webkit-transform: scale3d(0.8, 0.5, 1);
            transform: scale3d(0.8, 0.5, 1); }
          .galerie .column-2 .box-content .boxbutton button:hover {
            -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
            transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
            color: #eb2132;
            background-color: white;
            -webkit-animation: anim-moema-1 0.3s forwards;
            animation: anim-moema-1 0.3s forwards; }
            .galerie .column-2 .box-content .boxbutton button:hover::before {
              -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
              animation: anim-moema-2 0.3s 0.3s forwards; }
    .galerie .column-2 .box-slick {
      height: auto;
      margin: 10px auto 0;
      position: relative;
      width: 1021px; }
      .galerie .column-2 .box-slick::before {
        background-image: url("../images/camera.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: '';
        height: 91px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: 0;
        width: 114px;
        z-index: 8; }
      .galerie .column-2 .box-slick .item {
        height: auto;
        padding: 40px 19px 0 17px;
        position: relative;
        width: 100%; }
        .galerie .column-2 .box-slick .item .img-galerie {
          display: inline-block;
          height: 590px;
          position: relative;
          width: 100%; }
          .galerie .column-2 .box-slick .item .img-galerie img {
            height: 100%;
            object-fit: cover;
            position: relative;
            width: 100%;
            z-index: 3; }
          .galerie .column-2 .box-slick .item .img-galerie::before, .galerie .column-2 .box-slick .item .img-galerie::after {
            background-repeat: no-repeat;
            background-size: 100% 100%;
            content: '';
            left: 50%;
            position: absolute;
            top: 50%;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .galerie .column-2 .box-slick .item .img-galerie::before {
            background-image: url("../images/bg-9.png");
            height: 615px;
            width: 1005px;
            z-index: 2; }
          .galerie .column-2 .box-slick .item .img-galerie::after {
            background-image: url("../images/bg-10.png");
            height: 642px;
            width: 1021px;
            z-index: 1; }
          .galerie .column-2 .box-slick .item .img-galerie .heart {
            background-image: url("../images/heart-2.png");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            display: inline-block;
            height: 111px;
            left: 50%;
            opacity: 0.28;
            position: absolute;
            top: 50%;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 134px;
            z-index: 5; }
        .galerie .column-2 .box-slick .item .box-text {
          font-size: 0;
          height: 135px;
          position: relative;
          width: 100%; }
          .galerie .column-2 .box-slick .item .box-text .bloc {
            display: inline-block;
            line-height: 104px;
            position: relative;
            vertical-align: top; }
            .galerie .column-2 .box-slick .item .box-text .bloc:nth-child(1) {
              width: calc(100% - 250px); }
            .galerie .column-2 .box-slick .item .box-text .bloc:nth-child(2) {
              text-align: right;
              width: 250px; }
            .galerie .column-2 .box-slick .item .box-text .bloc h2 {
              color: #101010;
              font-family: "Speedee-Bold", Sans-Serif;
              font-size: 46.08px;
              line-height: 46px;
              margin: 50px 0 0 15px;
              text-align: left; }
            .galerie .column-2 .box-slick .item .box-text .bloc h3 {
              color: #101010;
              cursor: pointer;
              display: inline-block;
              font-family: "Speedee-Bold", Sans-Serif;
              font-size: 38.48px;
              height: 28px;
              line-height: 38px;
              margin: 54px 26px 0 0;
              padding: 0 0 0 55px;
              position: relative;
              vertical-align: top; }
              .galerie .column-2 .box-slick .item .box-text .bloc h3::before {
                background-image: url("../images/heart-3.png");
                background-repeat: no-repeat;
                background-size: 100% 100%;
                content: '';
                height: 38px;
                left: 0;
                position: absolute;
                top: 50%;
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 46px; }
      .galerie .column-2 .box-slick .slick-arrow {
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border: 0 none;
        height: 75px;
        padding: 0;
        position: absolute;
        text-indent: -9999px;
        top: 230px;
        width: 30px; }
        .galerie .column-2 .box-slick .slick-arrow:focus {
          outline: 0 none !important; }
        .galerie .column-2 .box-slick .slick-arrow.slick-prev {
          background-image: url("../images/arrow-3.png");
          left: -178px; }
        .galerie .column-2 .box-slick .slick-arrow.slick-next {
          background-image: url("../images/arrow-4.png");
          right: -163px; }

.mac .galerie .column-2 .box-content .boxbutton button span {
  top: 0 !important; }

@media screen and (min-width: 1710px) {
  .galerie .column-1 h1.m-t {
    margin: 561px 0 0; } }
@media screen and (max-width: 1570px) {
  .galerie {
    padding: 0 0 47px; }
    .galerie .column-1 .retour {
      font-size: 23.66px;
      height: 18px;
      line-height: 23px;
      left: 9px;
      padding: 0 0 0 27px;
      top: 65px; }
      .galerie .column-1 .retour::before {
        height: 24px;
        width: 14px; }
    .galerie .column-1 .logo {
      margin: 17px auto 0;
      width: 79px; }
    .galerie .column-1 .camera {
      margin: 31px auto 0;
      width: 227px; }
    .galerie .column-1 h1 {
      font-size: 41.84px;
      line-height: 41px;
      margin: 25px 0 0; }
      .galerie .column-1 h1.m-t {
        margin-top: 394px; }
    .galerie .column-1 .box-galerie {
      height: 1196px;
      padding: 0 68.5px;
      margin: 19px auto 0; }
      .galerie .column-1 .box-galerie .box {
        margin-left: 104.5px;
        margin-top: 38px;
        width: 281px; }
        .galerie .column-1 .box-galerie .box .img-galerie {
          height: 174px; }
          .galerie .column-1 .box-galerie .box .img-galerie::before {
            height: 189px;
            width: 292px; }
          .galerie .column-1 .box-galerie .box .img-galerie::after {
            height: 209px;
            width: 303px; }
          .galerie .column-1 .box-galerie .box .img-galerie .loupe {
            height: 54px;
            width: 54px; }
        .galerie .column-1 .box-galerie .box .box-text {
          height: 87px; }
          .galerie .column-1 .box-galerie .box .box-text .bloc {
            line-height: 87px; }
            .galerie .column-1 .box-galerie .box .box-text .bloc:nth-child(1) {
              width: calc(100% - 80px); }
            .galerie .column-1 .box-galerie .box .box-text .bloc:nth-child(2) {
              width: 80px; }
            .galerie .column-1 .box-galerie .box .box-text .bloc h2 {
              font-size: 19.64px;
              line-height: 19px;
              margin: 36px 0 0; }
            .galerie .column-1 .box-galerie .box .box-text .bloc h3 {
              font-size: 16.4px;
              height: 11px;
              line-height: 16px;
              margin: 38px 0 0;
              padding: 0 0 0 23px; }
              .galerie .column-1 .box-galerie .box .box-text .bloc h3::before {
                height: 15px;
                width: 19px; }
    .galerie .column-1 .dots-galerie {
      margin: 37px auto 0;
      width: 64px; }
      .galerie .column-1 .dots-galerie li {
        height: 14px;
        margin: 0 0 0 11px;
        width: 14px; }
      .galerie .column-1 .dots-galerie span {
        font-size: 17.93px;
        line-height: 17px;
        top: calc(100% + 14px); }
    .galerie .column-1 .box-content {
      border-radius: 12px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      height: 514px;
      margin: 150px 0 0; }
      .galerie .column-1 .box-content::before {
        bottom: -12px;
        height: 395px;
        width: 1170px; }
      .galerie .column-1 .box-content .img-1 {
        height: 120px;
        margin: 41px auto 0;
        width: 192px; }
        .galerie .column-1 .box-content .img-1::before {
          height: 129px;
          width: 199px; }
        .galerie .column-1 .box-content .img-1::after {
          height: 142px;
          width: 206px; }
        .galerie .column-1 .box-content .img-1 h2 {
          font-size: 18.78px;
          line-height: 22px;
          left: calc(100% + 26px);
          top: 12px;
          width: 96px; }
        .galerie .column-1 .box-content .img-1 .icon-heart {
          left: calc(100% + 113px);
          top: 3px;
          width: 23px; }
        .galerie .column-1 .box-content .img-1 .arrow {
          left: calc(100% + 17px);
          top: 62px;
          width: 72px; }
      .galerie .column-1 .box-content .icon-upload {
        margin-top: 34px;
        width: 79px; }
      .galerie .column-1 .box-content p {
        font-size: 27.32px;
        line-height: 36px;
        margin: 30px auto 0;
        width: 623px; }
      .galerie .column-1 .box-content .boxbutton {
        margin: 32px auto 0;
        width: 257px; }
        .galerie .column-1 .box-content .boxbutton button {
          font-size: 20.49px;
          height: 40px; }
          .galerie .column-1 .box-content .boxbutton button span {
            top: 3px; }
    .galerie .column-2 .retour {
      font-size: 23.66px;
      height: 18px;
      line-height: 23px;
      left: 9px;
      padding: 0 0 0 27px;
      top: 65px; }
      .galerie .column-2 .retour::before {
        height: 24px;
        width: 14px; }
    .galerie .column-2 .logo {
      margin: 17px auto 0;
      width: 79px; }
    .galerie .column-2 h1 {
      font-size: 41.83px;
      line-height: 41px;
      margin: 33px 0 0; }
    .galerie .column-2 .box-content {
      border-radius: 12px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      height: 383px;
      margin: 19px 0 0; }
      .galerie .column-2 .box-content::before {
        bottom: -12px;
        height: 395px;
        width: 1170px; }
      .galerie .column-2 .box-content .icon-upload {
        margin-top: 64px;
        width: 79px; }
      .galerie .column-2 .box-content p {
        font-size: 27.32px;
        line-height: 36px;
        margin: 30px auto 0;
        width: 623px; }
      .galerie .column-2 .box-content .boxbutton {
        margin: 32px auto 0;
        width: 257px; }
        .galerie .column-2 .box-content .boxbutton button {
          font-size: 20.49px;
          height: 40px; }
          .galerie .column-2 .box-content .boxbutton button span {
            top: 3px; }
    .galerie .column-2 .box-slick {
      margin: 7px auto 0;
      width: 872px; }
      .galerie .column-2 .box-slick::before {
        height: 78px;
        width: 97px; }
      .galerie .column-2 .box-slick .item {
        padding: 34px 14px 0 14px; }
        .galerie .column-2 .box-slick .item .img-galerie {
          height: 505px; }
          .galerie .column-2 .box-slick .item .img-galerie::before {
            height: 524px;
            width: 857px;
            z-index: 2; }
          .galerie .column-2 .box-slick .item .img-galerie::after {
            height: 547px;
            width: 871px; }
          .galerie .column-2 .box-slick .item .img-galerie .heart {
            height: 93px;
            width: 113px; }
        .galerie .column-2 .box-slick .item .box-text {
          height: 113px; }
          .galerie .column-2 .box-slick .item .box-text .bloc {
            line-height: 113px; }
            .galerie .column-2 .box-slick .item .box-text .bloc:nth-child(1) {
              width: calc(100% - 180px); }
            .galerie .column-2 .box-slick .item .box-text .bloc:nth-child(2) {
              width: 180px; }
            .galerie .column-2 .box-slick .item .box-text .bloc h2 {
              font-size: 39.33px;
              line-height: 39px;
              margin: 41px 0 0 13px; }
            .galerie .column-2 .box-slick .item .box-text .bloc h3 {
              font-size: 32.85px;
              height: 23px;
              line-height: 32px;
              margin: 45px 23px 0 0;
              padding: 0 0 0 47px; }
              .galerie .column-2 .box-slick .item .box-text .bloc h3::before {
                height: 31px;
                width: 38px; }
      .galerie .column-2 .box-slick .slick-arrow {
        height: 64px;
        top: 197px;
        width: 25px; }
        .galerie .column-2 .box-slick .slick-arrow.slick-prev {
          left: -151px; }
        .galerie .column-2 .box-slick .slick-arrow.slick-next {
          right: -138px; } }
@media screen and (max-width: 1336px) {
  .galerie {
    padding: 0 0 38px; }
    .galerie .column-1 .retour {
      font-size: 19.47px;
      height: 14px;
      line-height: 19px;
      left: 8px;
      padding: 0 0 0 22px;
      top: 54px; }
      .galerie .column-1 .retour::before {
        height: 20px;
        width: 11px; }
    .galerie .column-1 .logo {
      margin: 14px auto 0;
      width: 65px; }
    .galerie .column-1 .camera {
      margin: 26px auto 0;
      width: 187px; }
    .galerie .column-1 h1 {
      font-size: 34.45px;
      line-height: 34px;
      margin: 20px 0 0; }
      .galerie .column-1 h1.m-t {
        margin-top: 344px; }
    .galerie .column-1 .box-galerie {
      height: 984px;
      padding: 0 55.5px;
      margin: 19px auto 0; }
      .galerie .column-1 .box-galerie .box {
        margin-left: 85.5px;
        margin-top: 31px;
        width: 232px; }
        .galerie .column-1 .box-galerie .box .img-galerie {
          height: 144px; }
          .galerie .column-1 .box-galerie .box .img-galerie::before {
            height: 156px;
            width: 240px; }
          .galerie .column-1 .box-galerie .box .img-galerie::after {
            height: 172px;
            width: 249px; }
          .galerie .column-1 .box-galerie .box .img-galerie .loupe {
            height: 45px;
            width: 44px; }
        .galerie .column-1 .box-galerie .box .box-text {
          height: 71px; }
          .galerie .column-1 .box-galerie .box .box-text .bloc {
            line-height: 71px; }
            .galerie .column-1 .box-galerie .box .box-text .bloc:nth-child(1) {
              width: calc(100% - 60px); }
            .galerie .column-1 .box-galerie .box .box-text .bloc:nth-child(2) {
              width: 60px; }
            .galerie .column-1 .box-galerie .box .box-text .bloc h2 {
              font-size: 16.17px;
              line-height: 16px;
              margin: 29px 0 0; }
            .galerie .column-1 .box-galerie .box .box-text .bloc h3 {
              font-size: 13.51px;
              height: 9px;
              line-height: 13px;
              margin: 31px 0 0;
              padding: 0 0 0 18px; }
              .galerie .column-1 .box-galerie .box .box-text .bloc h3::before {
                height: 13px;
                width: 15px; }
    .galerie .column-1 .dots-galerie {
      margin: 30px auto 0;
      width: 53px; }
      .galerie .column-1 .dots-galerie li {
        height: 12px;
        margin: 0 0 0 8.5px;
        width: 12px; }
      .galerie .column-1 .dots-galerie span {
        font-size: 14.76px;
        line-height: 14px;
        top: calc(100% + 12px); }
    .galerie .column-1 .box-content {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      height: 417px;
      margin: 124px 0 0; }
      .galerie .column-1 .box-content::before {
        bottom: -10px;
        height: 325px;
        width: 964px; }
      .galerie .column-1 .box-content .img-1 {
        height: 98px;
        margin: 34px auto 0;
        width: 159px; }
        .galerie .column-1 .box-content .img-1::before {
          height: 106px;
          width: 164px; }
        .galerie .column-1 .box-content .img-1::after {
          height: 117px;
          width: 170px; }
        .galerie .column-1 .box-content .img-1 h2 {
          font-size: 15.47px;
          line-height: 18px;
          left: calc(100% + 21px);
          top: 8px;
          width: 79px; }
        .galerie .column-1 .box-content .img-1 .icon-heart {
          left: calc(100% + 93px);
          top: 2px;
          width: 19px; }
        .galerie .column-1 .box-content .img-1 .arrow {
          left: calc(100% + 14px);
          top: 50px;
          width: 59px; }
      .galerie .column-1 .box-content .icon-upload {
        margin-top: 22px;
        width: 65px; }
      .galerie .column-1 .box-content p {
        font-size: 22.5px;
        line-height: 30px;
        margin: 26px auto 0;
        width: 513px; }
      .galerie .column-1 .box-content .boxbutton {
        margin: 27px auto 0;
        width: 211px; }
        .galerie .column-1 .box-content .boxbutton button {
          font-size: 16.87px;
          height: 33px; }
          .galerie .column-1 .box-content .boxbutton button span {
            top: 2px; }
    .galerie .column-2 .retour {
      font-size: 19.47px;
      height: 14px;
      line-height: 19px;
      left: 8px;
      padding: 0 0 0 22px;
      top: 54px; }
      .galerie .column-2 .retour::before {
        height: 20px;
        width: 11px; }
    .galerie .column-2 .logo {
      margin: 14px auto 0;
      width: 65px; }
    .galerie .column-2 h1 {
      font-size: 34.46px;
      line-height: 34px;
      margin: 28px 0 0; }
    .galerie .column-2 .box-content {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      height: 315px;
      margin: 16px 0 0; }
      .galerie .column-2 .box-content::before {
        bottom: -10px;
        height: 325px;
        width: 964px; }
      .galerie .column-2 .box-content .icon-upload {
        margin-top: 52px;
        width: 65px; }
      .galerie .column-2 .box-content p {
        font-size: 22.5px;
        line-height: 30px;
        margin: 26px auto 0;
        width: 513px; }
      .galerie .column-2 .box-content .boxbutton {
        margin: 27px auto 0;
        width: 211px; }
        .galerie .column-2 .box-content .boxbutton button {
          font-size: 16.87px;
          height: 33px; }
          .galerie .column-2 .box-content .boxbutton button span {
            top: 2px; }
    .galerie .column-2 .box-slick {
      margin: 6px auto 0;
      width: 718px; }
      .galerie .column-2 .box-slick::before {
        height: 64px;
        width: 80px; }
      .galerie .column-2 .box-slick .item {
        padding: 28px 10px 0 11px; }
        .galerie .column-2 .box-slick .item .img-galerie {
          height: 416px; }
          .galerie .column-2 .box-slick .item .img-galerie::before {
            height: 432px;
            width: 706px;
            z-index: 2; }
          .galerie .column-2 .box-slick .item .img-galerie::after {
            height: 451px;
            width: 717px; }
          .galerie .column-2 .box-slick .item .img-galerie .heart {
            height: 77px;
            width: 93px; }
        .galerie .column-2 .box-slick .item .box-text {
          height: 92px; }
          .galerie .column-2 .box-slick .item .box-text .bloc {
            line-height: 92px; }
            .galerie .column-2 .box-slick .item .box-text .bloc:nth-child(1) {
              width: calc(100% - 140px); }
            .galerie .column-2 .box-slick .item .box-text .bloc:nth-child(2) {
              width: 140px; }
            .galerie .column-2 .box-slick .item .box-text .bloc h2 {
              font-size: 32.4px;
              line-height: 32px;
              margin: 33px 0 0 11px; }
            .galerie .column-2 .box-slick .item .box-text .bloc h3 {
              font-size: 27.06px;
              height: 20px;
              line-height: 27px;
              margin: 33px 18px 0 0;
              padding: 0 0 0 38px; }
              .galerie .column-2 .box-slick .item .box-text .bloc h3::before {
                height: 26px;
                width: 31px; }
      .galerie .column-2 .box-slick .slick-arrow {
        height: 52px;
        top: 162px;
        width: 21px; }
        .galerie .column-2 .box-slick .slick-arrow.slick-prev {
          left: -125px; }
        .galerie .column-2 .box-slick .slick-arrow.slick-next {
          right: -114px; } }
@media screen and (max-width: 1095px) {
  .galerie {
    padding: 0 0 40px; }
    .galerie::before {
      background-color: #ffc74a;
      content: '';
      display: none;
      height: 100px;
      position: absolute;
      top: 0;
      width: 100%; }
    .galerie .img {
      position: relative;
      top: 0; }
    .galerie .column-1 .container {
      position: initial; }
    .galerie .column-1 .retour {
      font-size: 18px;
      height: 14px;
      line-height: 18px;
      left: 8px;
      padding: 0 0 0 22px;
      top: 40px; }
      .galerie .column-1 .retour::before {
        height: 20px;
        width: 11px; }
    .galerie .column-1 .logo {
      margin: 14px auto 0;
      width: 65px; }
    .galerie .column-1 .camera {
      margin: 20px auto 0;
      width: 150px; }
    .galerie .column-1 h1 {
      font-size: 30px;
      line-height: 34px;
      margin: 20px 0 0; }
      .galerie .column-1 h1.m-t {
        margin-top: -25%;
        position: relative;
        z-index: 2; }
    .galerie .column-1 .box-galerie {
      height: 984px;
      padding: 0 50px;
      margin: 19px auto 0; }
      .galerie .column-1 .box-galerie .box {
        margin-left: 80px !important; }
        .galerie .column-1 .box-galerie .box:nth-of-type(odd) {
          margin-left: 0 !important; }
    .galerie .column-1 .box-content {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      height: auto;
      padding: 0 0 40px;
      margin: 80px 0 0; }
      .galerie .column-1 .box-content::before {
        bottom: -8px;
        height: 100%;
        width: 98%; }
      .galerie .column-1 .box-content .icon-upload {
        margin-top: 20px;
        width: 60px; }
      .galerie .column-1 .box-content p {
        font-size: 18px;
        line-height: 22px;
        margin: 20px auto 0;
        width: 450px; }
      .galerie .column-1 .box-content .boxbutton {
        margin: 20px auto 0;
        width: 211px; }
        .galerie .column-1 .box-content .boxbutton button {
          font-size: 16.87px;
          height: 33px; }
          .galerie .column-1 .box-content .boxbutton button span {
            top: 2px; }
    .galerie .column-2 .retour {
      font-size: 18px;
      height: 14px;
      line-height: 18px;
      left: 8px;
      padding: 0 0 0 22px;
      top: 40px; }
      .galerie .column-2 .retour::before {
        height: 20px;
        width: 11px; }
    .galerie .column-2 .logo {
      margin: 14px auto 0;
      width: 65px; }
    .galerie .column-2 h1 {
      font-size: 30px;
      line-height: 34px;
      margin: 20px 0 0; }
    .galerie .column-2 .box-content {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      height: auto;
      padding: 0 0 40px;
      margin: 20px 0 0; }
      .galerie .column-2 .box-content::before {
        bottom: -8px;
        height: 100%;
        width: 98%; }
      .galerie .column-2 .box-content .icon-upload {
        margin-top: 40px;
        width: 60px; }
      .galerie .column-2 .box-content p {
        font-size: 18px;
        line-height: 22px;
        margin: 20px auto 0;
        width: 450px; }
      .galerie .column-2 .box-content .boxbutton {
        margin: 20px auto 0;
        width: 211px; }
        .galerie .column-2 .box-content .boxbutton button {
          font-size: 16.87px;
          height: 33px; }
          .galerie .column-2 .box-content .boxbutton button span {
            top: 2px; }
    .galerie .column-2 .box-slick {
      margin: 10px auto 0;
      width: 490px; }
      .galerie .column-2 .box-slick::before {
        height: 44px;
        width: 55px; }
      .galerie .column-2 .box-slick .item {
        padding: 18px 7px 0; }
        .galerie .column-2 .box-slick .item .img-galerie {
          height: 285px; }
          .galerie .column-2 .box-slick .item .img-galerie::before {
            height: 294px;
            width: 481px; }
          .galerie .column-2 .box-slick .item .img-galerie::after {
            height: 308px;
            width: 490px; }
          .galerie .column-2 .box-slick .item .img-galerie .heart {
            height: 52px;
            width: 63px; }
        .galerie .column-2 .box-slick .item .box-text {
          height: 64px; }
          .galerie .column-2 .box-slick .item .box-text .bloc {
            line-height: 64px; }
            .galerie .column-2 .box-slick .item .box-text .bloc:nth-child(1) {
              width: calc(100% - 100px); }
            .galerie .column-2 .box-slick .item .box-text .bloc:nth-child(2) {
              width: 100px; }
            .galerie .column-2 .box-slick .item .box-text .bloc h2 {
              font-size: 22.12px;
              line-height: 22px;
              margin: 23px 0 0 8px; }
            .galerie .column-2 .box-slick .item .box-text .bloc h3 {
              font-size: 18.48px;
              height: 12px;
              line-height: 18px;
              margin: 25px 12px 0 0;
              padding: 0 0 0 26px; }
              .galerie .column-2 .box-slick .item .box-text .bloc h3::before {
                height: 17px;
                width: 21px; }
      .galerie .column-2 .box-slick .slick-arrow {
        height: 36px;
        top: 110px;
        width: 14px; }
        .galerie .column-2 .box-slick .slick-arrow.slick-prev {
          left: -85px; }
        .galerie .column-2 .box-slick .slick-arrow.slick-next {
          right: -78px; } }
@media screen and (max-width: 748px) {
  .galerie {
    padding: 0 0 40px; }
    .galerie::before {
      height: 120px; }
    .galerie .img {
      top: 0; }
    .galerie .column-1 .retour {
      font-size: 16px;
      height: 12px;
      line-height: 16px;
      left: 2px;
      padding: 0 0 0 20px;
      top: 34px; }
      .galerie .column-1 .retour::before {
        height: 20px;
        width: 11px; }
    .galerie .column-1 .logo {
      margin: 15px auto 0;
      width: 50px; }
    .galerie .column-1 .camera {
      margin: 20px auto 0;
      width: 100px; }
    .galerie .column-1 h1 {
      font-size: 18px;
      line-height: 22px;
      margin: 20px 0 0; }
      .galerie .column-1 h1.m-t {
        margin-top: -20%; }
    .galerie .column-1 .box-galerie {
      height: 984px;
      padding: 0;
      margin: 0 auto;
      width: 300px; }
      .galerie .column-1 .box-galerie .box {
        margin-left: 0 !important; }
    .galerie .column-1 .box-content {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      height: auto;
      padding: 0 0 20px;
      margin: 60px 0 0; }
      .galerie .column-1 .box-content::before {
        bottom: -8px;
        height: 100%;
        width: 98%; }
      .galerie .column-1 .box-content .img-1 {
        display: inline-block;
        margin: 40px 0 0 -98px; }
      .galerie .column-1 .box-content .icon-upload {
        margin-top: 20px;
        width: 50px; }
      .galerie .column-1 .box-content p {
        font-size: 14px;
        line-height: 18px;
        margin: 20px auto 0;
        width: 80%; }
      .galerie .column-1 .box-content .boxbutton {
        margin: 20px auto 0;
        width: 200px; }
        .galerie .column-1 .box-content .boxbutton button {
          font-size: 16.87px;
          height: 33px; }
          .galerie .column-1 .box-content .boxbutton button span {
            top: 2px; }
    .galerie .column-2 .retour {
      font-size: 16px;
      height: 12px;
      line-height: 16px;
      left: 2px;
      padding: 0 0 0 20px;
      top: 34px; }
      .galerie .column-2 .retour::before {
        height: 20px;
        width: 11px; }
    .galerie .column-2 .logo {
      margin: 15px auto 0;
      width: 50px; }
    .galerie .column-2 h1 {
      font-size: 18px;
      line-height: 22px;
      margin: 10px 0 0; }
    .galerie .column-2 .box-content {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      height: auto;
      padding: 0 0 20px;
      margin: 20px 0 0; }
      .galerie .column-2 .box-content::before {
        bottom: -8px;
        height: 100%;
        width: 98%; }
      .galerie .column-2 .box-content .icon-upload {
        margin-top: 20px;
        width: 50px; }
      .galerie .column-2 .box-content p {
        font-size: 14px;
        line-height: 18px;
        margin: 20px auto 0;
        width: 80%; }
      .galerie .column-2 .box-content .boxbutton {
        margin: 20px auto 0;
        width: 200px; }
        .galerie .column-2 .box-content .boxbutton button {
          font-size: 16.87px;
          height: 33px; }
          .galerie .column-2 .box-content .boxbutton button span {
            top: 2px; }
    .galerie .column-2 .box-slick {
      margin: 10px auto 0;
      width: 264px; }
      .galerie .column-2 .box-slick::before {
        height: 23px;
        width: 30px; }
      .galerie .column-2 .box-slick .item {
        padding: 9px 4px 0; }
        .galerie .column-2 .box-slick .item .img-galerie {
          height: 154px; }
          .galerie .column-2 .box-slick .item .img-galerie::before {
            height: 159px;
            width: 259px; }
          .galerie .column-2 .box-slick .item .img-galerie::after {
            height: 166px;
            width: 264px; }
          .galerie .column-2 .box-slick .item .img-galerie .heart {
            height: 28px;
            width: 34px; }
        .galerie .column-2 .box-slick .item .box-text {
          height: 35px; }
          .galerie .column-2 .box-slick .item .box-text .bloc {
            line-height: 35px; }
            .galerie .column-2 .box-slick .item .box-text .bloc:nth-child(1) {
              width: calc(100% - 80px); }
            .galerie .column-2 .box-slick .item .box-text .bloc:nth-child(2) {
              width: 80px; }
            .galerie .column-2 .box-slick .item .box-text .bloc h2 {
              font-size: 12px;
              line-height: 12px;
              margin: 12px 0 0 8px; }
            .galerie .column-2 .box-slick .item .box-text .bloc h3 {
              font-size: 12px;
              height: 12px;
              line-height: 18px;
              margin: 10px 7px 0 0;
              padding: 0 0 0 13px; }
              .galerie .column-2 .box-slick .item .box-text .bloc h3::before {
                height: 9px;
                width: 11px; }
      .galerie .column-2 .box-slick .slick-arrow {
        height: 27px;
        top: 59px;
        width: 12px; }
        .galerie .column-2 .box-slick .slick-arrow.slick-prev {
          left: -40px; }
        .galerie .column-2 .box-slick .slick-arrow.slick-next {
          right: -40px; }
    .galerie.detail-galerie::before {
      height: 100px; }
    .galerie.detail-galerie .img {
      top: 100px; } }
@media screen and (max-width: 394px) {
  .galerie .column-2 .box-slick .slick-arrow.slick-prev {
    left: -20px; }
  .galerie .column-2 .box-slick .slick-arrow.slick-next {
    right: -20px; } }
/* End Galerie */
/* Galerie */
.espace-perso {
  height: auto;
  padding: 0 0 55px;
  position: relative;
  width: 100%; }
  .espace-perso .column-1 {
    background-image: url("../images/bg-6.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    padding: 0 0 34px;
    position: relative;
    width: 100%; }
    .espace-perso .column-1 .container {
      position: relative; }
    .espace-perso .column-1 .retour {
      color: #101010;
      cursor: pointer;
      font-family: "Speedee-Bold", Sans-Serif;
      font-size: 27.7px;
      height: 18px;
      line-height: 27px;
      left: 11px;
      padding: 0 0 0 32px;
      position: absolute;
      top: 77px; }
      .espace-perso .column-1 .retour::before {
        background-image: url("../images/arrow-2.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: '';
        height: 29px;
        left: 0;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 17px; }
    .espace-perso .column-1 .logo {
      margin: 20px auto 0;
      width: 93px; }
      .espace-perso .column-1 .logo img {
        width: 100%; }
    .espace-perso .column-1 .camera {
      margin: 36px auto 0;
      width: 266px; }
      .espace-perso .column-1 .camera img {
        filter: drop-shadow(8px 14px 14.5px rgba(222, 120, 0, 0.6));
        -webkit-filter: drop-shadow(8px 14px 14.5px rgba(222, 120, 0, 0.6));
        -moz-filter: drop-shadow(8px 14px 14.5px rgba(222, 120, 0, 0.6));
        width: 100%; }
    .espace-perso .column-1 h1 {
      color: white;
      font-family: "Speedee-Bold", Sans-Serif;
      font-size: 49px;
      line-height: 49px;
      margin: 30px 0 0;
      text-align: center; }
      .espace-perso .column-1 h1 span {
        font-size: 39px; }
  .espace-perso .column-2 {
    height: auto;
    position: relative;
    width: 100%; }
    .espace-perso .column-2 h1 {
      color: black;
      font-family: "Speedee-Regular", Sans-Serif;
      font-size: 49px;
      line-height: 49px;
      text-align: center; }
      .espace-perso .column-2 h1.m-t-1 {
        margin-top: 48px; }
      .espace-perso .column-2 h1.m-t-2 {
        margin-top: 60px; }
      .espace-perso .column-2 h1.m-t-3 {
        margin-top: 53px; }
    .espace-perso .column-2 .box-galerie {
      font-size: 0;
      height: auto;
      position: relative;
      margin: 3px auto 0;
      text-align: center;
      width: 100%; }
      .espace-perso .column-2 .box-galerie .box {
        display: inline-block;
        height: auto;
        margin-left: 123.5px;
        margin-top: 43px;
        position: relative;
        vertical-align: top;
        width: 328px; }
        .espace-perso .column-2 .box-galerie .box:nth-child(3n + 1) {
          margin-left: 0; }
        .espace-perso .column-2 .box-galerie .box .img-galerie {
          height: 203px;
          position: relative;
          width: 100%; }
          .espace-perso .column-2 .box-galerie .box .img-galerie img {
            cursor: pointer;
            height: 100%;
            object-fit: cover;
            position: relative;
            width: 100%;
            z-index: 3; }
          .espace-perso .column-2 .box-galerie .box .img-galerie::before, .espace-perso .column-2 .box-galerie .box .img-galerie::after {
            background-repeat: no-repeat;
            background-size: 100% 100%;
            content: '';
            left: 50%;
            position: absolute;
            top: 50%;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .espace-perso .column-2 .box-galerie .box .img-galerie::before {
            background-image: url("../images/bg-7.png");
            height: 223px;
            width: 343px;
            z-index: 2; }
          .espace-perso .column-2 .box-galerie .box .img-galerie::after {
            background-image: url("../images/bg-8.png");
            height: 245px;
            width: 355px;
            z-index: 1; }
          .espace-perso .column-2 .box-galerie .box .img-galerie .loupe {
            background-image: url("../images/loupe.png");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            cursor: pointer;
            display: inline-block;
            height: 65px;
            left: 50%;
            opacity: 0;
            position: absolute;
            top: 50%;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
            width: 64px;
            z-index: 4; }
          .espace-perso .column-2 .box-galerie .box .img-galerie:hover .loupe {
            opacity: 0.40; }
        .espace-perso .column-2 .box-galerie .box .box-text {
          font-size: 0;
          height: 104px;
          position: relative;
          width: 100%; }
          .espace-perso .column-2 .box-galerie .box .box-text .bloc {
            display: inline-block;
            line-height: 104px;
            position: relative;
            vertical-align: top; }
            .espace-perso .column-2 .box-galerie .box .box-text .bloc:nth-child(1) {
              width: calc(100% - 100px); }
            .espace-perso .column-2 .box-galerie .box .box-text .bloc:nth-child(2) {
              text-align: right;
              width: 100px; }
            .espace-perso .column-2 .box-galerie .box .box-text .bloc h2 {
              color: #101010;
              font-family: "Speedee-Bold", Sans-Serif;
              font-size: 23px;
              line-height: 23px;
              margin: 43px 0 0;
              text-align: left; }
              .espace-perso .column-2 .box-galerie .box .box-text .bloc h2 span {
                text-transform: capitalize; }
                .espace-perso .column-2 .box-galerie .box .box-text .bloc h2 span.valid {
                  color: green; }
                .espace-perso .column-2 .box-galerie .box .box-text .bloc h2 span.refus {
                  color: red; }
                .espace-perso .column-2 .box-galerie .box .box-text .bloc h2 span.attente {
                  color: #ffbc39; }
            .espace-perso .column-2 .box-galerie .box .box-text .bloc h3 {
              color: #101010;
              cursor: pointer;
              display: inline-block;
              font-family: "Speedee-Bold", Sans-Serif;
              font-size: 19.21px;
              height: 14px;
              line-height: 19px;
              margin: 45px 0 0;
              padding: 0 0 0 27px;
              position: relative;
              vertical-align: top; }
              .espace-perso .column-2 .box-galerie .box .box-text .bloc h3::before {
                background-image: url("../images/heart-1.png");
                background-repeat: no-repeat;
                background-size: 100% 100%;
                content: '';
                height: 19px;
                left: 0;
                position: absolute;
                top: 50%;
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 23px; }
              .espace-perso .column-2 .box-galerie .box .box-text .bloc h3.disabled {
                color: #cbcbcb; }
                .espace-perso .column-2 .box-galerie .box .box-text .bloc h3.disabled::before {
                  background-image: url("../images/heart-4.png"); }
    .espace-perso .column-2 .para {
      color: #101010;
      font-family: "Speedee-Regular", Sans-Serif;
      font-size: 25.33px;
      line-height: 29px;
      margin: 56px auto 0;
      text-align: center;
      width: 100%; }
      .espace-perso .column-2 .para span {
        font-family: "Speedee-Bold", Sans-Serif;
        font-size: 44px;
        line-height: 44px; }
    .espace-perso .column-2 .box-content {
      background-color: #ffbc39;
      background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%);
      background-blend-mode: screen;
      border-radius: 14px;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      font-size: 0;
      height: 330px;
      margin: 46px 0 0;
      position: relative;
      text-align: center;
      width: 100%; }
      .espace-perso .column-2 .box-content::before {
        background-image: url("../images/bg-11.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        bottom: -10px;
        content: '';
        height: 340px;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0.22;
        position: absolute;
        width: 1371px;
        z-index: -1; }
      .espace-perso .column-2 .box-content .icon-upload {
        margin-top: 65px;
        width: 93px; }
      .espace-perso .column-2 .box-content p {
        color: white;
        font-family: "Speedee-Bold", Sans-Serif;
        font-size: 32px;
        line-height: 32px;
        margin: 41px auto 0;
        text-align: center;
        width: 100%; }
      .espace-perso .column-2 .box-content .boxbutton {
        margin: 29px auto 0;
        width: 301px; }
        .espace-perso .column-2 .box-content .boxbutton button {
          background-color: #eb2132;
          border: 0 none;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          color: white;
          font-family: "Speedee-Bold", Sans-Serif;
          font-size: 24px;
          height: 47px;
          padding: 0;
          position: relative;
          text-transform: uppercase;
          -webkit-transition: background-color 0.3s, color 0.3s;
          transition: background-color 0.3s, color 0.3s;
          width: 100%; }
          .espace-perso .column-2 .box-content .boxbutton button span {
            position: relative;
            top: 4px; }
          .espace-perso .column-2 .box-content .boxbutton button::before {
            content: '';
            position: absolute;
            top: -20px;
            left: -20px;
            bottom: -20px;
            right: -20px;
            background: inherit;
            border-radius: 50px;
            z-index: -1;
            opacity: 0.4;
            -webkit-transform: scale3d(0.8, 0.5, 1);
            transform: scale3d(0.8, 0.5, 1); }
          .espace-perso .column-2 .box-content .boxbutton button:hover {
            -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
            transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
            color: #eb2132;
            background-color: white;
            -webkit-animation: anim-moema-1 0.3s forwards;
            animation: anim-moema-1 0.3s forwards; }
            .espace-perso .column-2 .box-content .boxbutton button:hover::before {
              -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
              animation: anim-moema-2 0.3s 0.3s forwards; }

@media screen and (max-width: 1570px) {
  .espace-perso {
    padding: 0 0 47px; }
    .espace-perso .column-1 {
      padding: 0 0 29px; }
      .espace-perso .column-1 .retour {
        font-size: 23.66px;
        height: 18px;
        line-height: 23px;
        left: 9px;
        padding: 0 0 0 27px;
        top: 65px; }
        .espace-perso .column-1 .retour::before {
          height: 24px;
          width: 14px; }
      .espace-perso .column-1 .logo {
        margin: 17px auto 0;
        width: 79px; }
      .espace-perso .column-1 .camera {
        margin: 31px auto 0;
        width: 227px; }
      .espace-perso .column-1 h1 {
        font-size: 41.84px;
        line-height: 41px;
        margin: 25px 0 0; }
        .espace-perso .column-1 h1 span {
          font-size: 31px; }
    .espace-perso .column-2 h1 {
      font-size: 41.84px;
      line-height: 41px; }
      .espace-perso .column-2 h1.m-t-1 {
        margin-top: 42px; }
      .espace-perso .column-2 h1.m-t-2 {
        margin-top: 52px; }
      .espace-perso .column-2 h1.m-t-3 {
        margin-top: 47px; }
    .espace-perso .column-2 .box-galerie {
      margin: 9px auto 0; }
      .espace-perso .column-2 .box-galerie .box {
        margin-left: 104.5px;
        margin-top: 38px;
        width: 281px; }
        .espace-perso .column-2 .box-galerie .box .img-galerie {
          height: 174px; }
          .espace-perso .column-2 .box-galerie .box .img-galerie::before {
            height: 189px;
            width: 292px; }
          .espace-perso .column-2 .box-galerie .box .img-galerie::after {
            height: 209px;
            width: 303px; }
          .espace-perso .column-2 .box-galerie .box .img-galerie .loupe {
            height: 54px;
            width: 54px; }
        .espace-perso .column-2 .box-galerie .box .box-text {
          height: 87px; }
          .espace-perso .column-2 .box-galerie .box .box-text .bloc {
            line-height: 87px; }
            .espace-perso .column-2 .box-galerie .box .box-text .bloc:nth-child(1) {
              width: calc(100% - 80px); }
            .espace-perso .column-2 .box-galerie .box .box-text .bloc:nth-child(2) {
              width: 80px; }
            .espace-perso .column-2 .box-galerie .box .box-text .bloc h2 {
              font-size: 19.64px;
              line-height: 19px;
              margin: 36px 0 0; }
            .espace-perso .column-2 .box-galerie .box .box-text .bloc h3 {
              font-size: 16.4px;
              height: 11px;
              line-height: 16px;
              margin: 38px 0 0;
              padding: 0 0 0 23px; }
              .espace-perso .column-2 .box-galerie .box .box-text .bloc h3::before {
                height: 15px;
                width: 19px; }
    .espace-perso .column-2 .para {
      font-size: 21.63px;
      line-height: 25px;
      margin: 47px auto 0; }
      .espace-perso .column-2 .para span {
        font-size: 37.57px;
        line-height: 47px; }
    .espace-perso .column-2 .box-content {
      border-radius: 12px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      height: 281px;
      margin: 41px 0 0; }
      .espace-perso .column-2 .box-content::before {
        bottom: -9px;
        height: 289px;
        width: 1170px; }
      .espace-perso .column-2 .box-content .icon-upload {
        margin-top: 55px;
        width: 79px; }
      .espace-perso .column-2 .box-content p {
        font-size: 27.32px;
        line-height: 27px;
        margin: 35px auto 0; }
      .espace-perso .column-2 .box-content .boxbutton {
        margin: 25px auto 0;
        width: 257px; }
        .espace-perso .column-2 .box-content .boxbutton button {
          font-size: 20.49px;
          height: 40px; }
          .espace-perso .column-2 .box-content .boxbutton button span {
            top: 3px; } }
@media screen and (max-width: 1336px) {
  .espace-perso {
    padding: 0 0 38px; }
    .espace-perso .column-1 {
      padding: 0 0 24px; }
      .espace-perso .column-1 .retour {
        font-size: 19.47px;
        height: 14px;
        line-height: 19px;
        left: 8px;
        padding: 0 0 0 22px;
        top: 54px; }
        .espace-perso .column-1 .retour::before {
          height: 20px;
          width: 11px; }
      .espace-perso .column-1 .logo {
        margin: 14px auto 0;
        width: 65px; }
      .espace-perso .column-1 .camera {
        margin: 26px auto 0;
        width: 187px; }
      .espace-perso .column-1 h1 {
        font-size: 34.45px;
        line-height: 34px;
        margin: 20px 0 0; }
        .espace-perso .column-1 h1 span {
          font-size: 24px; }
    .espace-perso .column-2 h1 {
      font-size: 34.45px;
      line-height: 34px; }
      .espace-perso .column-2 h1.m-t-1 {
        margin-top: 33px; }
      .espace-perso .column-2 h1.m-t-2 {
        margin-top: 44px; }
      .espace-perso .column-2 h1.m-t-3 {
        margin-top: 39px; }
    .espace-perso .column-2 .box-galerie {
      margin: 1px auto 0; }
      .espace-perso .column-2 .box-galerie .box {
        margin-left: 85.5px;
        margin-top: 31px;
        width: 232px; }
        .espace-perso .column-2 .box-galerie .box .img-galerie {
          height: 144px; }
          .espace-perso .column-2 .box-galerie .box .img-galerie::before {
            height: 156px;
            width: 240px; }
          .espace-perso .column-2 .box-galerie .box .img-galerie::after {
            height: 172px;
            width: 249px; }
          .espace-perso .column-2 .box-galerie .box .img-galerie .loupe {
            height: 45px;
            width: 44px; }
        .espace-perso .column-2 .box-galerie .box .box-text {
          height: 71px; }
          .espace-perso .column-2 .box-galerie .box .box-text .bloc {
            line-height: 71px; }
            .espace-perso .column-2 .box-galerie .box .box-text .bloc:nth-child(1) {
              width: calc(100% - 60px); }
            .espace-perso .column-2 .box-galerie .box .box-text .bloc:nth-child(2) {
              width: 60px; }
            .espace-perso .column-2 .box-galerie .box .box-text .bloc h2 {
              font-size: 16.17px;
              line-height: 16px;
              margin: 29px 0 0; }
            .espace-perso .column-2 .box-galerie .box .box-text .bloc h3 {
              font-size: 13.51px;
              height: 9px;
              line-height: 13px;
              margin: 31px 0 0;
              padding: 0 0 0 18px; }
              .espace-perso .column-2 .box-galerie .box .box-text .bloc h3::before {
                height: 13px;
                width: 15px; }
    .espace-perso .column-2 .para {
      font-size: 17.81px;
      line-height: 21px;
      margin: 39px auto 0; }
      .espace-perso .column-2 .para span {
        font-size: 30px;
        line-height: 40px; }
    .espace-perso .column-2 .box-content {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      height: 232px;
      margin: 31px 0 0; }
      .espace-perso .column-2 .box-content::before {
        bottom: -7px;
        height: 239px;
        width: 964px; }
      .espace-perso .column-2 .box-content .icon-upload {
        margin-top: 46px;
        width: 65px; }
      .espace-perso .column-2 .box-content p {
        font-size: 22.5px;
        line-height: 22px;
        margin: 29px auto 0; }
      .espace-perso .column-2 .box-content .boxbutton {
        margin: 22px auto 0;
        width: 211px; }
        .espace-perso .column-2 .box-content .boxbutton button {
          font-size: 16.87px;
          height: 33px; }
          .espace-perso .column-2 .box-content .boxbutton button span {
            top: 2px; } }
@media screen and (max-width: 1095px) {
  .espace-perso {
    padding: 0 0 40px; }
    .espace-perso .column-1 .retour {
      font-size: 18px;
      height: 14px;
      line-height: 18px;
      left: 8px;
      padding: 0 0 0 22px;
      top: 40px; }
      .espace-perso .column-1 .retour::before {
        height: 20px;
        width: 11px; }
    .espace-perso .column-1 .logo {
      margin: 14px auto 0;
      width: 65px; }
    .espace-perso .column-1 .camera {
      margin: 20px auto 0;
      width: 150px; }
    .espace-perso .column-1 h1 {
      font-size: 30px;
      line-height: 34px;
      margin: 20px 0 0; }
      .espace-perso .column-1 h1 span {
        font-size: 20px; }
    .espace-perso .column-2 h1 {
      font-size: 24px;
      line-height: 28px; }
      .espace-perso .column-2 h1.m-t-1 {
        margin-top: 20px; }
      .espace-perso .column-2 h1.m-t-2 {
        margin-top: 20px; }
      .espace-perso .column-2 h1.m-t-3 {
        margin-top: 20px; }
    .espace-perso .column-2 .box-galerie {
      margin: 0 auto; }
      .espace-perso .column-2 .box-galerie .box {
        margin-left: 80px !important; }
        .espace-perso .column-2 .box-galerie .box:nth-child(odd) {
          margin-left: 0 !important; }
    .espace-perso .column-2 .para {
      font-size: 16px;
      line-height: 22px;
      margin: 42px auto 0; }
      .espace-perso .column-2 .para span {
        font-size: 30px;
        line-height: 40px; }
    .espace-perso .column-2 .box-content {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      height: auto;
      padding: 0 0 40px;
      margin: 40px 0 0; }
      .espace-perso .column-2 .box-content::before {
        bottom: -8px;
        height: 100%;
        width: 98%; }
      .espace-perso .column-2 .box-content .icon-upload {
        margin-top: 40px;
        width: 60px; }
      .espace-perso .column-2 .box-content p {
        font-size: 18px;
        line-height: 22px;
        margin: 20px auto 0; }
      .espace-perso .column-2 .box-content .boxbutton {
        margin: 20px auto 0;
        width: 211px; }
        .espace-perso .column-2 .box-content .boxbutton button {
          font-size: 16.87px;
          height: 33px; }
          .espace-perso .column-2 .box-content .boxbutton button span {
            top: 2px; } }
@media screen and (max-width: 748px) {
  .espace-perso {
    padding: 0 0 40px; }
    .espace-perso .column-1 {
      padding: 0 0 20px; }
      .espace-perso .column-1 .retour {
        font-size: 16px;
        height: 12px;
        line-height: 16px;
        left: 2px;
        padding: 0 0 0 20px;
        top: 34px; }
        .espace-perso .column-1 .retour::before {
          height: 20px;
          width: 11px; }
      .espace-perso .column-1 .logo {
        margin: 15px auto 0;
        width: 50px; }
      .espace-perso .column-1 .camera {
        margin: 20px auto 0;
        width: 100px; }
      .espace-perso .column-1 h1 {
        font-size: 18px;
        line-height: 22px;
        margin: 20px 0 0; }
        .espace-perso .column-1 h1 span {
          font-size: 14px; }
    .espace-perso .column-2 h1.m-t-1 {
      margin-top: 10px; }
    .espace-perso .column-2 h1.m-t-2 {
      margin-top: 10px; }
    .espace-perso .column-2 h1.m-t-3 {
      margin-top: 10px; }
    .espace-perso .column-2 .box-galerie {
      width: 300px; }
      .espace-perso .column-2 .box-galerie .box {
        margin-left: 0 !important; }
    .espace-perso .column-2 .para {
      font-size: 14px;
      line-height: 20px;
      margin: 20px auto 0; }
      .espace-perso .column-2 .para span {
        font-size: 20px;
        line-height: 30px; }
      .espace-perso .column-2 .para font {
        display: block;
        text-align: justify;
        text-align-last: center; }
    .espace-perso .column-2 .box-content {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      height: auto;
      padding: 0 0 20px;
      margin: 20px 0 0; }
      .espace-perso .column-2 .box-content::before {
        bottom: -8px;
        height: 100%;
        width: 98%; }
      .espace-perso .column-2 .box-content .icon-upload {
        margin-top: 20px;
        width: 50px; }
      .espace-perso .column-2 .box-content p {
        font-size: 18px;
        line-height: 22px;
        margin: 10px auto 0; }
      .espace-perso .column-2 .box-content .boxbutton {
        margin: 10px auto 0;
        width: 200px; }
        .espace-perso .column-2 .box-content .boxbutton button {
          font-size: 16.87px;
          height: 33px; }
          .espace-perso .column-2 .box-content .boxbutton button span {
            top: 2px; } }
/* End Galerie */
/* Footer */
footer {
  background-image: url("../images/bg-footer.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 74px;
  position: relative;
  overflow: hidden;
  width: 100%; }
  footer h1 {
    color: #101010;
    font-family: "Speedee-Regular", Sans-Serif;
    font-size: 16px;
    line-height: 16px;
    left: 50%;
    position: absolute;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 34px; }
  footer a {
    color: white;
    display: inline-block;
    font-family: "Speedee-Regular", Sans-Serif;
    font-size: 16px;
    line-height: 16px;
    margin: 34px 0 0; }
    footer a:hover {
      color: white; }

@media screen and (max-width: 1336px) {
  footer {
    height: 52px; }
    footer h1 {
      font-size: 14px;
      line-height: 14px;
      top: 24px; }
    footer a {
      font-size: 14px;
      line-height: 14px;
      margin: 24px 0 0; } }
@media screen and (max-width: 1095px) {
  footer {
    height: 53px; }
    footer h1 {
      font-size: 12px;
      line-height: 12px;
      top: 24px; }
    footer a {
      font-size: 12px;
      line-height: 12px;
      margin: 24px 0 0 11px; } }
@media screen and (max-width: 748px) {
  footer {
    height: auto;
    padding: 10px 0; }
    footer h1 {
      font-size: 12px;
      line-height: 12px;
      left: 0;
      position: relative;
      text-align: center;
      -moz-transform: initial;
      -o-transform: initial;
      -ms-transform: initial;
      -webkit-transform: initial;
      transform: initial;
      margin-top: 10px;
      top: 0;
      width: 100%; }
    footer a {
      font-size: 12px;
      line-height: 12px;
      margin: 15px 0 0;
      position: relative;
      text-align: center;
      width: 100%; } }
/* End Footer */

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