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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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: '';
  content: none;
}

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

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/Poppins-Thin.woff2") format("woff2"), url("/fonts/Poppins-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/Poppins-Light.woff2") format("woff2"), url("/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/Poppins-Regular.woff2") format("woff2"), url("/fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/Poppins-Medium.woff2") format("woff2"), url("/fonts/Poppins-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/Poppins-SemiBold.woff2") format("woff2"), url("/fonts/Poppins-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/Poppins-Bold.woff2") format("woff2"), url("/fonts/Poppins-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/Poppins-ExtraBold.woff2") format("woff2"), url("/fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/Poppins-Black.woff2") format("woff2"), url("/fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

*:focus, *::before:focus, *::after:focus {
  outline: 0;
  outline: none;
}

body {
  font-family: "Poppins", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #1D1B1B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
  font-size: 1.6rem;
  scroll-behavior: smooth;
}

button {
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  color: inherit;
  cursor: pointer;
}

.visually-hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}

section {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.wrapper {
  width: 90%;
  max-width: 945px;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1280px) {
  .wrapper {
    max-width: 1200px;
  }
}

h1, h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-weight: #1D1B1B;
}

h1 {
  font-size: 6.7rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 980px) {
  h1 {
    font-size: 6vw;
  }
}

@media screen and (max-width: 700px) {
  h1 {
    font-size: 4rem;
  }
}

.outline h1, .outline h2, .outline h3 {
  font-weight: 800;
  font-size: 5rem;
  color: #fff;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #1D1B1B;
  text-transform: uppercase;
  line-height: 1.2;
  margin-left: 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .outline h1, .outline h2, .outline h3 {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }
}

@media screen and (max-width: 980px) {
  .outline h1, .outline h2, .outline h3 {
    font-size: 5.2vw;
  }
}

@media screen and (max-width: 700px) {
  .outline h1, .outline h2, .outline h3 {
    font-size: 3.4rem;
  }
}

h2 {
  font-size: 3rem;
}

@media screen and (max-width: 700px) {
  h2 {
    font-size: 2rem;
  }
}

h2.outline {
  font-weight: 800;
  font-size: 5rem;
  color: #fff;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #1D1B1B;
  text-transform: uppercase;
  line-height: 1.2;
  margin-left: 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h2.outline {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }
}

@media screen and (max-width: 980px) {
  h2.outline {
    font-size: 5.2vw;
  }
}

@media screen and (max-width: 700px) {
  h2.outline {
    font-size: 3.8rem;
  }
}

h2.shadow-inline {
  text-shadow: -2px 2px #ffffff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h2.shadow-inline {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }
}

@media screen and (max-width: 700px) {
  h2.shadow-inline {
    margin-top: 60px;
  }
}

h2.modal-title {
  color: white;
  background: #EC6608;
  padding: 5px;
  margin-bottom: 40px;
  display: inline-block;
}

h2 span.green-bg {
  position: relative;
  display: inline-block;
}

h2 span.green-bg::after {
  content: '';
  background: #43EFCE;
  position: absolute;
  left: -5px;
  top: 5px;
  height: calc(100% - 10px);
  width: calc(100% + 10px);
  z-index: -1;
}

h2 span.green-typewriter {
  position: relative;
}

h2 span.green-typewriter::after {
  content: '';
  background: #43EFCE;
  position: absolute;
  left: 0px;
  top: -5px;
  height: calc(100% + 10px);
  width: 100%;
  z-index: -1;
}

h3, .title3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 700px) {
  h3, .title3 {
    font-size: 2rem;
    line-height: 1.4;
  }
}

h3.outline-shadow, .title3.outline-shadow {
  font-size: 3.6rem;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #1D1B1B;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  font-weight: 900;
  text-shadow: 3px 3px #1D1D1B;
}

@media screen and (max-width: 700px) {
  h3.outline-shadow, .title3.outline-shadow {
    margin-top: 30px;
  }
}

h3.box-text-title, .title3.box-text-title {
  font-weight: 800;
  font-size: 5rem;
  color: #fff;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #000000;
  text-transform: uppercase;
  line-height: 60px;
  margin-top: 55px;
}

h3.podium__title, .title3.podium__title {
  position: relative;
}

@media screen and (max-width: 700px) {
  h3.podium__title, .title3.podium__title {
    padding-left: 50px;
  }
}

h3.podium__title::before, .title3.podium__title::before {
  content: '';
  background: url("/src/img/Glyph.svg") no-repeat;
  display: block;
  width: 80px;
  height: 70px;
  position: absolute;
  left: -85px;
  top: -20px;
}

@media screen and (max-width: 700px) {
  h3.podium__title::before, .title3.podium__title::before {
    width: 44px;
    left: 0px;
    background-size: cover;
    height: 40px;
    top: -5px;
  }
}

h3 span.green-bg, .title3 span.green-bg {
  position: relative;
}

h3 span.green-bg::after, .title3 span.green-bg::after {
  content: '';
  background: #43EFCE;
  position: absolute;
  left: -2.5px;
  top: -2.5px;
  height: calc(100% + 5px);
  width: calc(100% + 5px);
  z-index: -1;
}

@media screen and (max-width: 700px) {
  h3 span.green-bg::after, .title3 span.green-bg::after {
    top: 0;
    height: 100%;
    border: 0;
  }
}

h4 {
  line-height: 1.3;
}

h4.box-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 23px;
}

.green-bg {
  position: relative;
}

.green-bg::after {
  content: '';
  background: #43EFCE;
  position: absolute;
  left: -5px;
  top: 5px;
  height: calc(100% - 10px);
  width: calc(100% + 10px);
  z-index: -1;
}

p {
  color: black;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: Poppins;
}

p.medium {
  font-size: 1.4rem;
  font-weight: 400;
}

p.small {
  font-size: 1.2rem;
  font-weight: 400;
}

p.big {
  font-size: 1.6rem;
}

.white {
  color: #fff;
}

h2.modal-title, h3.modal-title {
  color: white;
  background: #EC6608;
  padding: 5px;
  margin-bottom: 40px;
  display: inline-block;
}

@media screen and (max-width: 700px) {
  #studio-digital {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
  }
}

#bandeau-flyer {
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
}

@media screen and (max-width: 700px) {
  #bandeau-flyer {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
}

#studio-connecte {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

#tournage {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

#partenaires {
  -webkit-transform: translateY(-45px);
      -ms-transform: translateY(-45px);
          transform: translateY(-45px);
}

@media screen and (max-width: 700px) {
  #partenaires {
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
  }
}

#quatre-espaces {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}

.box.box-primary th {
  color: #3c8dbc;
}

.table-detail {
  padding: 30px;
}

/**
 * Swiper 6.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2020 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff {} ;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px {} ;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff {} ;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000 {} ;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff {} ;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000 {} ;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff {} ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000 {} ;
}

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

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

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding-top: 30px;
}

@media screen and (max-width: 700px) {
  .swiper-container {
    pading-top: 60px;
  }
}

.swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
}

.swiper-container .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
}

.swiper-container .swiper-pagination {
  color: #fff;
  margin: 0 auto;
  height: 20px;
  position: inherit;
  bottom: -20px;
}

@media screen and (max-width: 700px) {
  .swiper-container .swiper-pagination {
    height: 55px;
  }
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  color: #fff;
}

.swiper-container .swiper-pagination {
  bottom: 0;
}

@media screen and (max-width: 700px) {
  .swiper-container .swiper-pagination {
    bottom: -5px;
  }
}

.swiper-container .swiper-pagination-bullet {
  border: 1px solid #fff;
}

.swiper-container p {
  color: #fff;
}

.swiper-container .swiper-button-disabled {
  display: none;
}

.swiper-container .swiper-button-prev:after {
  content: '';
  background: url("/img/arrow-left.png") no-repeat;
  left: -9px;
}

@media screen and (max-width: 700px) {
  .swiper-container .swiper-button-prev:after {
    left: 0px;
  }
}

.swiper-container .swiper-button-next:after {
  content: '';
  background: url("/img/arrow-right.png") no-repeat;
  right: -11px;
}

@media screen and (max-width: 700px) {
  .swiper-container .swiper-button-next:after {
    right: 0px;
  }
}

.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
  width: 20px;
  height: 30px;
  position: absolute;
  background-size: contain;
}

@media screen and (max-width: 700px) {
  .swiper-container .swiper-button-prev:after,
  .swiper-container .swiper-button-next:after {
    bottom: -260px;
    height: 35px;
  }
}

.btn {
  width: 218px;
  height: 55px;
  background: url("/img/bg-button.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 6px 6px #43EFCE;
  border: 0px;
}

@media screen and (max-width: 700px) {
  .btn {
    width: 80%;
    margin: 0px auto;
  }
}

.btn:hover {
  background: #1D1B1B;
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

.btn_contact {
  min-width: 92px;
  min-height: 45px;
  color: #1D1B1B;
  text-transform: uppercase;
  background-color: #43EFCE;
  padding: 6px 10px;
  text-decoration: none;
  font-weight: 800;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1;
  box-shadow: 6px 6px #1D1B1B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_contact:hover {
  box-shadow: 6px 6px #FFFFFF;
}

@media screen and (max-width: 980px) {
  .btn_contact {
    min-width: 120px;
  }
}

.btn_contact_text {
  text-decoration: none;
  color: #1D1B1B;
  font-weight: 600;
  font-family: Poppins;
}

a.btn_txt {
  color: #fff;
  text-transform: uppercase;
  background-color: #1D1B1B;
  padding: 6px 10px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1;
}

a.btn_txt--form {
  pointer-events: none;
}

button .btn_text {
  color: #fff;
  text-transform: uppercase;
  background-color: #1D1B1B;
  padding: 6px 10px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1;
}

.btn-sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  top: 65%;
  right: 0;
  z-index: 2;
  width: 92px;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  background-image: none;
}

.ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  font-weight: 800;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

@media screen and (max-width: 700px) {
  .datepicker .ui-widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.datepicker .ui-widget .ui-icon {
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -11px;
}

.datepicker .ui-widget.ui-widget-content {
  border: 0;
  border-bottom: 1px solid rgba(29, 27, 27, 0.1);
  padding: 0;
  width: 100% !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.datepicker .ui-widget .ui-widget-header {
  position: relative;
  font-family: Poppins;
  text-transform: capitalize;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid rgba(29, 27, 27, 0.1);
  padding: 0 0 10px 0;
}

.datepicker .ui-widget table {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.4rem;
}

.datepicker .ui-widget table thead th {
  padding-bottom: 20px;
}

.datepicker .ui-widget th {
  font-family: Poppins;
  font-size: 1.4rem;
  font-weight: 600;
}

.datepicker .ui-widget td a {
  text-decoration: none;
}

.datepicker .ui-widget td .ui-state-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 41px;
  height: 41px;
  border: 0;
  background-color: #ffffff;
  color: #1D1B1B;
  font-weight: 400;
}

.datepicker .ui-widget td .ui-state-highlight, .datepicker .ui-widget td .ui-widget-content .ui-state-highlight, .datepicker .ui-widget td .ui-widget-header .ui-state-highlight {
  background-color: #fff;
}

.datepicker .ui-widget td .ui-state-active, .datepicker .ui-widget td .ui-widget-content .ui-state-active, .datepicker .ui-widget td .ui-widget-header .ui-state-active, .datepicker .ui-widget td a.ui-button:active, .datepicker .ui-widget td .ui-button:active, .datepicker .ui-widget td .ui-button.ui-state-active:hover {
  background-color: #43EFCE;
  color: #ffffff;
  border-radius: 50%;
}

.datepicker .ui-widget.ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-last {
  padding-left: 20px;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker-prev.ui-state-hover, .ui-datepicker-next.ui-state-hover {
  border: 0 !important;
  background-color: transparent !important;
  top: 2px !important;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  cursor: pointer;
}

.ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker-prev span {
  background-image: url("/img/arrow-left.png") !important;
  background-size: contain;
  background-position: 0px 0px !important;
}

.ui-datepicker-prev.ui-state-hover {
  left: 2px !important;
}

.ui-datepicker-next {
  right: 2px;
}

.ui-datepicker-next span {
  background-image: url("/img/arrow-right.png") !important;
  background-size: contain;
  background-position: 0px 0px !important;
}

.ui-datepicker-next.ui-state-hover {
  right: 2px !important;
}

.ui-timepicker-list {
  display: block;
}

.ui-timepicker-list li {
  padding: 7px 0 7px 10px !important;
}

.form {
  background-image: url("/img/contact_bg_stripe.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 104% 17px;
  height: auto;
  padding: 60px 0px;
  font-family: 'Poppins';
}

.form .section__wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form .section__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 700px) {
  .form .section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form .section__box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  width: 50%;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 700px) {
  .form .section__box {
    width: 100%;
  }
}

.form form, .form label, .form input {
  width: 100%;
}

.form .formfield--100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  border: 1px solid #DDDDDD;
  margin: 0px 0px 15px 0px;
  font-size: 14px;
  text-indent: 10px;
  background: #FFFFFF;
  color: #1D1B1B;
  font-weight: 500;
}

.form .formfield--75 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 74%;
      -ms-flex: 0 1 74%;
          flex: 0 1 74%;
  border: 1px solid #DDDDDD;
  margin: 0px 0px 15px 0px;
  font-size: 14px;
  text-indent: 10px;
  background: #FFFFFF;
  color: #1D1B1B;
  font-weight: 500;
  width: 74%;
}

@media screen and (max-width: 700px) {
  .form .formfield--75 {
    width: 100%;
  }
}

.form .formfield--25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  border: 1px solid #DDDDDD;
  margin: 0px 0px 15px 0px;
  font-size: 14px;
  text-indent: 10px;
  background: #FFFFFF;
  color: #1D1B1B;
  font-weight: 500;
  width: 24%;
}

@media screen and (max-width: 700px) {
  .form .formfield--25 {
    width: 100%;
  }
}

.form .form-field {
  border: 1px solid #333333;
  margin: 0px 0px 15px 0px;
  font-size: 14px;
  background: #FFFFFF;
  color: #1D1B1B;
  font-weight: 500;
}

.form .form-field::-webkit-input-placeholder {
  color: #333333;
  font-weight: 500;
  font-family: 'Poppins';
}

.form .form-field::-moz-placeholder {
  color: #333333;
  font-weight: 500;
  font-family: 'Poppins';
}

.form .form-field:-ms-input-placeholder {
  color: #333333;
  font-weight: 500;
  font-family: 'Poppins';
}

.form .form-field::-ms-input-placeholder {
  color: #333333;
  font-weight: 500;
  font-family: 'Poppins';
}

.form .form-field::placeholder {
  color: #333333;
  font-weight: 500;
  font-family: 'Poppins';
}

.form .form-input::-webkit-input-placeholder {
  font-family: 'Poppins';
}

.form .form-input::-moz-placeholder {
  font-family: 'Poppins';
}

.form .form-input:-ms-input-placeholder {
  font-family: 'Poppins';
}

.form .form-input::-ms-input-placeholder {
  font-family: 'Poppins';
}

.form .form-input::placeholder {
  font-family: 'Poppins';
}

.form .form-field--50 {
  min-width: 49%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49%;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}

@media screen and (max-width: 700px) {
  .form .form-field--50 {
    width: 100%;
  }
}

.form .form-field-select {
  height: 40px;
  padding: 0px;
  text-indent: 0px;
  border: 1px solid #DDDDDD;
}

.form select {
  border-radius: 0px !important;
  font-size: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 10%;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  border-bottom: 1px solid #000000;
}

.form .form-field--25 {
  width: 24%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24%;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
}

@media screen and (max-width: 700px) {
  .form .form-field--25 {
    width: 100%;
  }
}

.form input, .form select, .form option {
  background: transparent;
  min-height: 40px;
  height: 40px;
  border: 0px;
  font-size: 16px;
  border-bottom: 1px solid #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 35%;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
  margin-bottom: 30px;
  margin-right: 15px;
  font-weight: 300;
  color: #DDDDDD;
}

.form option {
  color: #1D1B1B;
}

.form input[type="checkbox"], .form input[type="radio"] {
  margin-right: 10px;
  min-height: inherit;
  height: inherit;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 2px;
  border: 0px;
  margin-bottom: 15px;
  width: 13px;
}

.form select {
  font-weight: 500;
}

.form select:not([multiple]) {
  -moz-appearance: none;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-image: url("/img/dropdown.svg");
  background-color: transparent;
  width: 100%;
  font-weight: 500;
  border: 0px;
  padding-bottom: 2px;
  color: #1B1D1D;
  font-size: 14px;
  border: inherit;
  text-indent: 4px;
  -webkit-appearance: none;
          appearance: none;
}

.form .form-field:first-child {
  margin-right: 100%;
}

.form textarea {
  height: 148px;
  padding-top: 8px;
  font-family: 'Poppins';
  width: 100%;
}

.term__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.term__text {
  font-size: 13px;
}

.term__text--small {
  font-size: 0.8rem;
}

.required {
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 300;
  margin: 15px auto;
}

.btn_txt {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #1D1B1B;
  padding: 6px 10px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
  overflow-y: scroll;
}

.modal__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
  overflow-y: auto;
  padding-top: 170px;
}

.modal__container {
  max-width: 980px;
  width: 100%;
}

.modal__inner {
  position: relative;
}

.modal__close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 980px) {
  .modal__close {
    right: calc(50% - 20px);
  }
}

.modal__close img {
  pointer-events: none;
}

.modal__close svg {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.modal__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  background-color: #1D1B1B;
}

.modal__zoom {
  width: 100%;
  height: auto;
  max-height: 90%;
  background: white;
  padding: 50px;
  box-shadow: 6px 6px #EC6608;
}

@media screen and (max-width: 700px) {
  .modal__zoom {
    height: auto;
    padding: 30px;
  }
}

.modal__zoom__close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: #1D1B1B;
  border: 0px;
  cursor: pointer;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__zoom__close img {
  width: 70% !important;
  pointer-events: none;
  position: relative !important;
}

.modal__zoom__close svg {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.modal__zoom ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal__zoom ol, .modal__zoom ul {
  list-style: disc;
}

.modal__avail, .modal__avail-form {
  position: relative;
  width: 100%;
  max-width: 723px;
  height: auto;
  max-height: 90%;
  margin: auto;
  background: white;
  padding: 35px 41px;
}

@media screen and (max-width: 700px) {
  .modal__avail, .modal__avail-form {
    height: auto;
    padding: 40px 20px;
  }
}

.modal__avail__close, .modal__avail-form__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 15px;
  border: 0;
  cursor: pointer;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__avail .modal__title, .modal__avail-form .modal__title {
  text-transform: uppercase;
  font-weight: 800;
}

.modal#avail .modal__container {
  height: 100vh;
}

.modal iframe, .modal object, .modal embed, .modal video, .modal img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal[aria-hidden="false"] .modal__overlay {
  -webkit-animation: overlay-fade-in 200ms ease-out;
          animation: overlay-fade-in 200ms ease-out;
}

.modal[aria-hidden="false"] .modal__container {
  -webkit-animation: modal-scale-up 200ms ease-out;
          animation: modal-scale-up 200ms ease-out;
}

.modal[aria-hidden="true"] .modal__overlay {
  -webkit-animation: overlay-fade-out 150ms ease-out;
          animation: overlay-fade-out 150ms ease-out;
}

.modal[aria-hidden="true"] .modal__container {
  -webkit-animation: modal-scale-down 150ms ease-out;
          animation: modal-scale-down 150ms ease-out;
}

@-webkit-keyframes overlay-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes overlay-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes overlay-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes overlay-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes modal-scale-up {
  from {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes modal-scale-up {
  from {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes modal-scale-down {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes modal-scale-down {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.modal_none {
  display: none;
}

.availabilities #rooms .wrapper {
  margin-top: 160px;
}

@media screen and (max-width: 700px) {
  .availabilities #rooms .wrapper {
    margin-top: 120px;
  }
}

.availabilities #rooms .rooms-subtitle {
  margin-top: 15px;
  max-width: 50%;
}

@media screen and (max-width: 700px) {
  .availabilities #rooms .rooms-subtitle {
    max-width: 100%;
  }
}

.availabilities #rooms h2 {
  font-size: 4rem;
}

.availabilities #rooms h2.shadow-inline {
  text-shadow: -2px 2px #000000;
}

.availabilities #rooms .rooms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 700px) {
  .availabilities #rooms .rooms {
    margin-top: 60px;
  }
}

.availabilities #rooms .rooms .column {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding: 60px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 700px) {
  .availabilities #rooms .rooms .column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    padding: 0;
  }
}

.availabilities #rooms .rooms .column:first-child {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 850px) {
  .availabilities #rooms .rooms .column:first-child {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.availabilities #rooms .rooms .column:last-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -150px;
}

@media screen and (max-width: 850px) {
  .availabilities #rooms .rooms .column:last-child {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 700px) {
  .availabilities #rooms .rooms .column:last-child {
    margin-top: 0;
  }
}

.availabilities #rooms .card {
  max-width: 385px;
  margin-bottom: 60px;
  box-shadow: rgba(29, 27, 27, 0.1) 0 20px 40px 0;
}

@media screen and (max-width: 700px) {
  .availabilities #rooms .card {
    max-width: 385px;
  }
}

.availabilities #rooms .card-illu {
  background-color: rgba(29, 27, 27, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 220px;
}

.availabilities #rooms .card-content {
  padding: 30px;
}

.availabilities #rooms .card-content h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

.availabilities #rooms .card-content p {
  margin-bottom: 10px;
}

.availabilities #rooms .card-content .lightColor {
  color: rgba(29, 27, 27, 0.4);
}

.availabilities #rooms .card-date {
  position: relative;
  display: inline-block;
  padding: 15px 50px 15px 15px;
  border: 1px solid rgba(29, 27, 27, 0.4);
  width: 200px;
  cursor: pointer;
}

.availabilities #rooms .card-date:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -11px;
  height: 20px;
  width: 19px;
  background-image: url("/img/Calendar.svg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.availabilities #rooms .card hr {
  height: 4px;
  background-color: #000000;
  margin: 15px 0 30px 0;
}

.availabilities .modal__avail.hide, .availabilities .modal__avail-form.hide {
  display: none;
}

.availabilities .modal__avail .inputs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .availabilities .modal__avail .inputs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.availabilities .modal__avail .inputs-container > div {
  margin-right: 10px;
}

@media screen and (max-width: 700px) {
  .availabilities .modal__avail .inputs-container > div {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.availabilities .modal__avail label {
  color: rgba(29, 27, 27, 0.4);
  display: block;
  margin-bottom: 7px;
  font-size: 1.4rem;
}

.availabilities .modal__avail input, .availabilities .modal__avail select {
  border: 1px solid rgba(29, 27, 27, 0.1);
  padding: 15px 30px 15px 10px;
  outline: 0;
}

.availabilities .modal__avail select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #ffffff;
  background-image: url("/img/dropdown.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position-x: calc(100% - 8px);
  background-position-y: center;
}

.availabilities .container_text-date {
  margin-top: 30px;
  float: left;
}

.availabilities .container_text-date img {
  position: relative;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.availabilities .center {
  text-align: center;
}

.availabilities .validateDate {
  margin-top: 20px;
  padding: 10px 20px 10px 20px;
}

.availabilities #form {
  padding-top: 0;
  background: none;
}

.availabilities #form form {
  margin-top: 35px;
}

.availabilities #form p {
  font-size: 1.4rem;
}

.availabilities #form hr {
  width: 100%;
  background-color: rgba(29, 27, 27, 0.4);
  margin: 20px 0 25px 0;
}

.availabilities #form .section__wrapper {
  width: 100%;
}

.availabilities #form .toggle-content {
  float: right;
  margin-top: 20px;
  padding: 10px 20px 10px 20px;
}

.availabilities #form .btn[type='submit'] {
  background: none;
  border: 0;
  display: inline-block;
  box-shadow: none;
  width: auto;
  height: auto;
  margin-top: 45px;
}

.availabilities #form .btn[type='submit'] span {
  padding: 10px 20px 10px 20px;
}

.digitalEvent {
  font-family: "Poppins", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.digitalEvent h2 {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 45px;
  font-family: Poppins;
}

@media screen and (max-width: 980px) {
  .digitalEvent h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.digitalEvent h3 {
  text-transform: uppercase;
}

.digitalEvent strong {
  font-weight: 700;
}

.digitalEvent section {
  min-height: auto;
}

.digitalEvent section a {
  color: #EC6608;
  text-decoration: underline;
}

.digitalEvent .btn {
  padding: 20px 30px;
  height: 85px;
  width: auto;
}

@media screen and (max-width: 980px) {
  .digitalEvent .btn {
    padding: 15px 25px;
    height: auto;
  }
}

.digitalEvent .btn a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .btn a {
    font-size: 15px;
  }
}

.digitalEvent .wrapper {
  max-width: 1000px;
}

.digitalEvent p, .digitalEvent li {
  font-weight: 400;
}

@media screen and (max-width: 980px) {
  .digitalEvent p, .digitalEvent li {
    font-size: 12px;
    line-height: 16px;
  }
}

.digitalEvent .green_color {
  padding: 0 10px;
}

.digitalEvent #studio-video.event-digital {
  background-color: #fe5b00;
}

@media screen and (max-width: 980px) {
  .digitalEvent #studio-video.event-digital {
    height: 100%;
  }
}

@media screen and (max-width: 980px) {
  .digitalEvent #studio-video.event-digital .podium__title {
    margin-bottom: 15px;
  }
}

.digitalEvent #studio-video.event-digital .podium__block {
  width: 100%;
  color: #fff;
}

.digitalEvent #studio-video.event-digital .podium__block p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 980px) {
  .digitalEvent #studio-video.event-digital .podium__block p {
    font-size: 12px;
    line-height: 16px;
  }
}

.digitalEvent #studio-video.event-digital .podium__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-height: 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}

@media screen and (max-width: 980px) {
  .digitalEvent #studio-video.event-digital .podium__list {
    max-height: 100%;
  }
}

.digitalEvent #studio-video.event-digital .podium__list .ancre-digital {
  width: 100%;
  max-width: 430px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
  width: 50%;
}

@media screen and (max-width: 980px) {
  .digitalEvent #studio-video.event-digital .podium__list .ancre-digital {
    width: 100%;
  }
}

.digitalEvent #studio-video.event-digital .podium__list li {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.digitalEvent #studio-video.event-digital .podium__list li:nth-child(n+5) {
  margin-left: auto;
}

.digitalEvent #studio-video.event-digital .podium__list li span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 15px;
}

.digitalEvent .content1 {
  padding-top: 65px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content1 {
    margin-top: 15px;
  }
}

.digitalEvent .content1 .content-text {
  width: 50%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content1 .content-text {
    width: 100%;
    z-index: 1;
    padding-right: 10px;
  }
}

.digitalEvent .content1 .content-text p {
  font-size: 16px;
  line-height: 1.5;
}

.digitalEvent .content1 .content__images {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.digitalEvent .content1 .content__images::before {
  content: '';
  position: absolute;
  background-image: url("/img/digitalEvent/groupe-orange.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  width: 100%;
  height: 140%;
  top: -15%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content1 .content__images::before {
    top: -80%;
    height: 235%;
    background-image: url("/img/digitalEvent/groupe-orange-mobile.png");
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 980px) {
  .digitalEvent .content1 .content__images {
    width: 90%;
    margin-left: auto;
    margin-top: 25px;
  }
}

.digitalEvent .content1 .content-img_1, .digitalEvent .content1 .content-img_2 {
  width: 100%;
}

.digitalEvent .content1 .content-img_1 img, .digitalEvent .content1 .content-img_2 img {
  object-fit: cover;
}

.digitalEvent .content1 .content-img_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.digitalEvent .content1 .content-img_1 img {
  height: 320px;
  -webkit-transform: translateY(-45px);
      -ms-transform: translateY(-45px);
          transform: translateY(-45px);
  width: 80%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content1 .content-img_1 img {
    height: 210px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.digitalEvent .content1 .content-img_2 img {
  width: 100%;
  height: 395px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 980px) {
  .digitalEvent .content1 .content-img_2 img {
    height: 255px;
    -webkit-transform: translateY(35px);
        -ms-transform: translateY(35px);
            transform: translateY(35px);
  }
}

.digitalEvent .content1 .content__button {
  padding-top: 45px;
  padding-bottom: 45px;
  width: 90%;
}

.digitalEvent .content1 .content__button .btn {
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .digitalEvent .content1 .content__button {
    width: 100%;
  }
}

.digitalEvent .content1 .wrapper {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 0;
  max-width: 1200px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content1 .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.digitalEvent .bonne-pratique {
  width: 100%;
  height: 100%;
  background-image: url("/img/digitalEvent/background-interviews.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000000;
  background-size: 100%;
  margin-top: 0;
  color: #fff;
  padding: 40px 0;
  margin-top: 0;
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .bonne-pratique {
    background-size: cover;
    background-image: url("/img/digitalEvent/mobile-background-bonne-pratique_02_02.png");
  }
}

.digitalEvent .bonne-pratique::before {
  content: '';
  background-image: url("/img/digitalEvent/bg-vert-rs.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 20%;
  position: absolute;
  bottom: -65%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .bonne-pratique::before {
    background-size: 100%;
    bottom: -96%;
  }
}

.digitalEvent .bonne-pratique .content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.digitalEvent .bonne-pratique .content__text {
  text-align: center;
  line-height: 24px;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .digitalEvent .bonne-pratique .content__text {
    line-height: 16px;
    font-size: 12px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 980px) {
  .digitalEvent .bonne-pratique .content__text h2 {
    text-align: center;
  }
}

.digitalEvent .bonne-pratique .content__list {
  padding-top: 0;
}

.digitalEvent .bonne-pratique .content__list li {
  width: 40%;
  margin-top: 60px;
}

.digitalEvent .bonne-pratique .content__list li p {
  color: #fff;
}

.digitalEvent .bonne-pratique .content__quote .text {
  padding: 80px 0;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 {
    margin-top: 230px;
  }
}

.digitalEvent .content2 .content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}

.digitalEvent .content2 .content > div {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.digitalEvent .content2 .content__text {
  text-align: right;
  z-index: 1;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content__text {
    margin-top: 40px;
    text-align: left;
  }
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content__text h2 {
    width: 80%;
  }
}

.digitalEvent .content2 .content__text p {
  font-size: 16px;
}

.digitalEvent .content2 .content__list {
  padding-top: 75px;
  width: 95%;
}

.digitalEvent .content2 .content__list li {
  width: 40%;
  padding-bottom: 100px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content__list li {
    padding-bottom: 60px;
  }
}

.digitalEvent .content2 .content__quote {
  margin-left: -70px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content__quote {
    margin: 0 auto;
  }
}

.digitalEvent .content2 .content__quote .text {
  padding: 110px 0;
}

.digitalEvent .content2 .content,
.digitalEvent .bonne-pratique .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content,
  .digitalEvent .bonne-pratique .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.digitalEvent .content2 .content__quote,
.digitalEvent .bonne-pratique .content__quote {
  width: 48%;
  background-image: url("/img/digitalEvent/cercle.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content__quote,
  .digitalEvent .bonne-pratique .content__quote {
    width: 100%;
    height: auto;
    background-size: contain;
  }
}

.digitalEvent .content2 .content__quote::before, .digitalEvent .content2 .content__quote::after,
.digitalEvent .bonne-pratique .content__quote::before,
.digitalEvent .bonne-pratique .content__quote::after {
  content: '';
  background-image: url("/img/digitalEvent/guillemets.png");
  width: 73px;
  height: 62px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content__quote::before, .digitalEvent .content2 .content__quote::after,
  .digitalEvent .bonne-pratique .content__quote::before,
  .digitalEvent .bonne-pratique .content__quote::after {
    width: 50px;
    height: 45px;
    background-size: contain;
  }
}

.digitalEvent .content2 .content__quote::before,
.digitalEvent .bonne-pratique .content__quote::before {
  top: 10px;
  left: 50px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content__quote::before,
  .digitalEvent .bonne-pratique .content__quote::before {
    top: -10px;
  }
}

.digitalEvent .content2 .content__quote::after,
.digitalEvent .bonne-pratique .content__quote::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 0;
  right: 70px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content__quote::after,
  .digitalEvent .bonne-pratique .content__quote::after {
    bottom: -10px;
  }
}

.digitalEvent .content2 .content__quote .text,
.digitalEvent .bonne-pratique .content__quote .text {
  font-size: 40px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content__quote .text,
  .digitalEvent .bonne-pratique .content__quote .text {
    font-size: 28px;
    padding: 60px 0;
    line-height: 33px;
    width: 70%;
  }
}

.digitalEvent .content2 .content__quote .text span,
.digitalEvent .bonne-pratique .content__quote .text span {
  font-size: 80px;
  line-height: 48px;
  display: block;
  padding: 10px 0;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content__quote .text span,
  .digitalEvent .bonne-pratique .content__quote .text span {
    font-size: 56px;
    line-height: 33px;
  }
}

.digitalEvent .content2 .content__text,
.digitalEvent .bonne-pratique .content__text {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.digitalEvent .content2 .content__list,
.digitalEvent .bonne-pratique .content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content__list,
  .digitalEvent .bonne-pratique .content__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 60px;
  }
}

.digitalEvent .content2 .content__list li,
.digitalEvent .bonne-pratique .content__list li {
  position: relative;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content__list li,
  .digitalEvent .bonne-pratique .content__list li {
    width: 100%;
  }
}

.digitalEvent .content2 .content__list li::before,
.digitalEvent .bonne-pratique .content__list li::before {
  content: '';
  position: absolute;
  background-image: url("/img/digitalEvent/fleche.png");
  background-repeat: no-repeat;
  height: 48px;
  width: 60px;
  left: -80px;
  top: -10px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content__list li::before,
  .digitalEvent .bonne-pratique .content__list li::before {
    width: 43px;
    height: 35px;
    background-size: contain;
    left: -60px;
  }
}

.digitalEvent .content2 .content__list li h3,
.digitalEvent .bonne-pratique .content__list li h3 {
  font-size: 25px;
  padding-bottom: 30px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .content2 .content__list li h3,
  .digitalEvent .bonne-pratique .content__list li h3 {
    font-size: 17px;
    padding-bottom: 20px;
  }
}

.digitalEvent .content2 .content__list li p,
.digitalEvent .bonne-pratique .content__list li p {
  font-size: 16px;
  line-height: 1.4;
}

.digitalEvent .module2 {
  background-color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
  color: #fff;
  font-family: Poppins;
  position: relative;
  background-image: url("/img/digitalEvent/background-interviews.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .module2 {
    background-image: none;
  }
}

.digitalEvent .module2::before {
  content: '';
  position: absolute;
  background-image: url("/img/digitalEvent/background-direct.png");
  background-repeat: no-repeat;
  z-index: 1;
  background-position: top left;
  height: 100%;
  width: 20%;
  top: -30%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .module2::before {
    top: -2%;
    background-size: 100%;
  }
}

.digitalEvent .module2 p {
  color: #fff;
}

.digitalEvent .module2 .wrapper {
  margin-right: 0;
  max-width: 1200px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .module2 .wrapper {
    margin: 0 auto;
  }
}

.digitalEvent .module2 .content__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.digitalEvent .module2 .content__top__left {
  width: 45%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .module2 .content__top__left {
    width: 100%;
  }
}

.digitalEvent .module2 .content__image {
  width: 45%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .module2 .content__image {
    display: none;
  }
}

.digitalEvent .module2 .content__image img {
  width: 100%;
  max-height: 550px;
  height: 100%;
  object-fit: cover;
}

.digitalEvent .module2 .content__title {
  text-transform: uppercase;
  font-weight: bold;
  width: 50%;
  line-height: 1.4;
}

@media screen and (max-width: 980px) {
  .digitalEvent .module2 .content__title {
    width: 100%;
  }
}

.digitalEvent .module2 .content__text {
  padding-top: 20px;
  font-weight: normal;
  padding-top: 0;
}

.digitalEvent .module2 .content__text p {
  font-size: 16px;
  line-height: 22px;
}

.digitalEvent .module2 .content__text.text2 {
  width: 85%;
  padding-top: 40px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .module2 .content__text.text2 {
    margin: 0 auto;
    width: 100%;
  }
}

.digitalEvent .module2 .content__button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
}

.digitalEvent .module2 .content__button .btn {
  width: auto;
}

.digitalEvent .conception {
  padding: 75px 0;
}

@media screen and (max-width: 980px) {
  .digitalEvent .conception {
    padding: 40px 0;
  }
}

.digitalEvent .conception .content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .digitalEvent .conception .content {
    width: 100%;
  }
}

.digitalEvent .conception .text {
  line-height: 1.4;
  font-weight: normal;
  padding-top: 40px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .conception .text {
    font-size: 12px;
    padding-top: 0;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__title {
  background-image: url("/img/digitalEvent/background-vert.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__title {
    background-size: cover;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__title h2 {
  margin-bottom: 0;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__title h2 {
    width: 80%;
  }
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__title .button {
    margin-top: 40px;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__title .wrapper {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__title .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__title .wrapper .outline,
.digitalEvent .decouvrez-les-plateaux .content__title .wrapper .button {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__title .wrapper .outline,
  .digitalEvent .decouvrez-les-plateaux .content__title .wrapper .button {
    width: 100%;
    text-align: center;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.digitalEvent .decouvrez-les-plateaux .content__blocks__information {
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__blocks__information {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__blocks__information.information2 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__blocks__information.information2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__blocks__information.information2 .content__block__information {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__blocks__information.information2 .content__block__information {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__blocks__information.information2 .content__block__information .information__block {
  width: 45%;
  padding: 0 10px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__blocks__information.information2 .content__block__information .information__block {
    width: 50%;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__blocks__information.information2 .information {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.digitalEvent .decouvrez-les-plateaux .content__blocks__information.information2 .information__block {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.digitalEvent .decouvrez-les-plateaux .content__blocks__information h2 {
  margin-bottom: 0;
}

.digitalEvent .decouvrez-les-plateaux .content__blocks .information__title {
  width: 80%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__blocks .information__title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 30px;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__blocks .information__title h2 {
  display: inline-block;
  font-weight: bold;
}

.digitalEvent .decouvrez-les-plateaux .content__blocks .information__title h2 .green_color {
  padding: 5px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__blocks .information__title h2 {
    display: ruby;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__blocks .information__datas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.digitalEvent .decouvrez-les-plateaux .content__blocks .information__datas .background {
  background-repeat: no-repeat;
  background-position: bottom;
  height: 100%;
  width: 100%;
  margin-top: 10px;
}

.digitalEvent .decouvrez-les-plateaux .content__blocks .information__datas .background.picto1 {
  background-image: url("/img/digitalEvent/carreaux.png");
  background-size: 120px 75px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__blocks .information__datas .background.picto1 {
    background-size: 84px 52px;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__blocks .information__datas .background.picto2 {
  background-image: url("/img/digitalEvent/people.png");
  background-size: 62px 76px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__blocks .information__datas .background.picto2 {
    background-size: 44px 54px;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__blocks .information__datas .data-chiffre {
  font-size: 52px;
  font-weight: bold;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__blocks .information__datas .data-chiffre {
    font-size: 36px;
    padding-bottom: 70px;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__blocks .information__datas .data-chiffre span {
  font-size: 26px;
  padding-bottom: 5px;
}

.digitalEvent .decouvrez-les-plateaux .content__blocks .information__datas .data-text {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__blocks .information__datas .data-text {
    font-size: 12px;
    line-height: 16px;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block__image {
  width: 50%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block__image {
    width: 100%;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block__image img {
    height: 330px;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block__information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 35px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block__information {
    padding: 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block__information .data {
  font-size: 19px;
  font-weight: medium;
}

.digitalEvent .decouvrez-les-plateaux .content__block__information .information__block {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/img/digitalEvent/cercle-gris.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block__information .information__block {
    width: 50%;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio {
  width: 85%;
  padding: 35px 0 35px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block .information-studio {
    width: 100%;
    padding: 0 0 35px 0;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .information__block {
  background-position: center;
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .content-left {
  padding-top: 30px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block .information-studio .content-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .content-left .data-sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .content-left .information__block {
  background-size: 100%;
  background-position: top left;
  padding: 0 0;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block .information-studio .content-left .information__block {
    background-size: 70%;
    background-position: top center;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .content-left .picto1 {
  background-size: contain;
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .picto2 .data-chiffre {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
  -webkit-flex-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .data-text {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block .information-studio .data-text {
    font-size: 12px;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .data-chiffre {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .data-chiffre span {
  display: block;
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .data-chiffre .desc {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block .information-studio .data-chiffre .desc {
    font-size: 12px;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .data-chiffre .chiffre-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 65%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block .information-studio .block-left {
    width: 50%;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .block-left .data-text {
  margin: 0 auto;
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .block-left .content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .block-left .information__block {
  width: 45% !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block .information-studio .block-left .information__block {
    width: 100% !important;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .block-left .information__block .chiffre-sub {
  font-size: 26px;
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .block-left .information__block .data-chiffre {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block .information-studio .block-left .information__block .data-chiffre {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .block-left .background.picto3 {
  background-image: url("/img/digitalEvent/picto3.png");
  background-size: 122px 76px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block .information-studio .block-left .background.picto3 {
    background-size: 84px 52px;
  }
}

.digitalEvent .decouvrez-les-plateaux .content__block .information-studio .last-block {
  background-size: 60%;
  background-position: top 40% center;
}

@media screen and (max-width: 980px) {
  .digitalEvent .decouvrez-les-plateaux .content__block .information-studio .last-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-size: 70%;
    background-position: top 29% center;
  }
}

.digitalEvent .studio-plateaux {
  padding: 75px 0;
  margin: auto;
}

@media screen and (max-width: 980px) {
  .digitalEvent .studio-plateaux {
    margin: 0 auto 50px;
    padding: 0 0 75px;
  }
}

.digitalEvent .studio-plateaux .module4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .digitalEvent .studio-plateaux .module4 {
    text-align: left;
  }
}

.digitalEvent .studio-plateaux .module4 .btn {
  margin-top: 75px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .studio-plateaux .module4 .btn {
    width: 100%;
  }
}

.digitalEvent .studio-plateaux .module4 .content__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 75px;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .studio-plateaux .module4 .content__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.digitalEvent .studio-plateaux .module4 .content__image {
  width: 48%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .studio-plateaux .module4 .content__image {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .digitalEvent .studio-plateaux .module4 .content__image:last-child {
    margin-top: 30px;
  }
}

.digitalEvent .studio-plateaux .module4 .content__image img {
  width: 100%;
}

.digitalEvent .interview-block {
  background-color: #EC6608;
  padding: 25px 0;
  color: #fff;
  z-index: -1;
  position: relative;
}

.digitalEvent .interview-block .wrapper {
  max-width: 1200px;
  margin-right: 0;
}

@media screen and (max-width: 980px) {
  .digitalEvent .interview-block .wrapper {
    margin: 0 auto;
  }
}

.digitalEvent .interview-block .interview__content__title h2 {
  font-size: 50px;
  line-height: 60px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .interview-block .interview__content__title h2 {
    font-size: 35px;
    line-height: 42px;
  }
}

.digitalEvent .interview-block .interview__content__title .outline {
  color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  margin-left: 0;
  display: block;
}

.digitalEvent .interview-block p {
  color: #fff;
}

.digitalEvent .interview-block .interview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .digitalEvent .interview-block .interview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.digitalEvent .interview-block .interview__content {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 35px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .interview-block .interview__content {
    width: 100%;
  }
}

.digitalEvent .interview-block .interview__image {
  width: 35%;
  position: relative;
}

.digitalEvent .interview-block .interview__image::before {
  content: '';
  position: absolute;
  background-image: url("/img/digitalEvent/background-interview.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: -60px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 980px) {
  .digitalEvent .interview-block .interview__image {
    width: 100%;
    margin-top: 30px;
  }
}

.digitalEvent .interview-block .interview__image .img {
  padding-bottom: 100%;
  width: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.digitalEvent .accordeon {
  padding: 45px 0;
}

.digitalEvent .accordeon .accordion {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .digitalEvent .accordeon .accordion {
    width: 100%;
  }
}

.digitalEvent .accordeon .accordion li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 4px solid #f6f7f7;
}

.digitalEvent .accordeon .accordion-toggle {
  border: 0;
  text-align: left;
  font-family: Poppins;
  width: 100%;
  position: relative;
}

.digitalEvent .accordeon .accordion-toggle::after {
  content: '';
  position: absolute;
  background-image: url("/img/digitalEvent/noun_Close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 34px;
  width: 34px;
  right: 35px;
  top: 35px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 980px) {
  .digitalEvent .accordeon .accordion-toggle::after {
    width: 21px;
    height: 21px;
    background-size: 21px 21px;
    top: 10px;
    right: 10px;
  }
}

.digitalEvent .accordeon .accordion-toggle:not(.active) {
  background-color: #f6f7f7;
}

.digitalEvent .accordeon .accordion-toggle.active::after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.digitalEvent .accordeon .accordion-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 980px) {
  .digitalEvent .accordeon .accordion-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px 40px 15px;
  }
}

.digitalEvent .accordeon .accordion-subtitle {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff;
  margin: 0;
  padding: 40px 50px;
}

.digitalEvent .accordeon .accordion-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (max-width: 980px) {
  .digitalEvent .accordeon .accordion-text {
    width: 100%;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    padding: 30px 15px;
  }
}

.digitalEvent .accordeon .accordion-text {
  font-family: Poppins;
  width: 80%;
  padding-right: 10px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .accordeon .accordion-text {
    margin-bottom: 20px;
  }
}

.digitalEvent .accordeon .accordion-text.question {
  color: #EC6608;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  margin-left: 30px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .accordeon .accordion-text.question {
    font-size: 14px;
    margin-left: 0;
    margin: 40px 15px 20px;
  }
}

.digitalEvent .accordeon .accordion-text.reponse {
  font-weight: normal;
  padding-top: 0;
  font-size: 16px;
  line-height: 1.3;
  margin-left: 0;
  width: 90%;
  padding-bottom: 0;
}

@media screen and (max-width: 980px) {
  .digitalEvent .accordeon .accordion-text.reponse {
    font-size: 12px;
    line-height: 16px;
  }
}

.digitalEvent .fonctionnement-rs {
  padding-bottom: 45px;
}

.digitalEvent .fonctionnement-rs .module__content {
  padding: 75px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.digitalEvent .fonctionnement-rs .module__content__title {
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .digitalEvent .fonctionnement-rs .module__content__title {
    font-size: 25px;
    text-align: center;
    width: 100%;
  }
}

.digitalEvent .fonctionnement-rs .module__content__text {
  text-align: center;
  font-size: 16px;
  padding-bottom: 65px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
  line-height: 22px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .fonctionnement-rs .module__content__text {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 40px;
  }
}

.digitalEvent .fonctionnement-rs .module__content__text.text2 {
  width: 80%;
  font-weight: 400;
  padding-top: 0;
}

@media screen and (min-width: 1024px) {
  .digitalEvent .fonctionnement-rs .module__content__text.text2 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 980px) {
  .digitalEvent .fonctionnement-rs .module__content__text.text2 {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
}

.digitalEvent .fonctionnement-rs .module__content__datas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 90px;
  padding-top: 65px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .fonctionnement-rs .module__content__datas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.digitalEvent .fonctionnement-rs .module__content__datas .outline {
  color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #1D1B1B;
  text-transform: uppercase;
  line-height: 1.2;
  margin-left: 0;
}

.digitalEvent .fonctionnement-rs .module__content__datas .data {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.digitalEvent .fonctionnement-rs .module__content__datas .data::before {
  content: '';
  background-image: url("/img/digitalEvent/cercle-vert_03.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 130px;
  width: 145px;
  z-index: -1;
  background-position: top left;
}

@media screen and (max-width: 980px) {
  .digitalEvent .fonctionnement-rs .module__content__datas .data::before {
    width: 100px;
    height: 90px;
    background-position: top left;
    background-size: 100%;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 980px) {
  .digitalEvent .fonctionnement-rs .module__content__datas .data {
    width: 70%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre {
  font-size: 100px;
  line-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  padding-top: 15px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre {
    line-height: 83px;
    font-size: 70px;
    padding-top: 0;
    padding-left: 0;
  }
}

.digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre .content-data1, .digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre .content-data3 {
  font-size: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 980px) {
  .digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre .content-data1, .digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre .content-data3 {
    font-size: 37px;
  }
}

.digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre .content-data1 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.1;
}

@media screen and (max-width: 980px) {
  .digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre .content-data1 {
    line-height: 1.4;
  }
}

.digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre .content-data3 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.3;
}

.digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre.last-datas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
}

.digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre.last-datas .last-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre.last-datas .content-data1 {
  font-size: 100px;
  padding-bottom: 0;
  line-height: 90px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre.last-datas .content-data1 {
    font-size: 70px;
    line-height: 50px;
  }
}

.digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre.last-datas .content-data2 {
  font-size: 17px;
  line-height: 22px;
}

.digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre.last-datas .content-data3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 80px;
  font-weight: 100;
}

@media screen and (max-width: 980px) {
  .digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre.last-datas .content-data3 {
    font-size: 50px;
  }
}

.digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre.last-datas .content-data4 {
  font-size: 100px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .fonctionnement-rs .module__content__datas .data__chiffre.last-datas .content-data4 {
    font-size: 70px;
  }
}

.digitalEvent .fonctionnement-rs .module__content__datas .data__text {
  font-weight: bold;
  text-align: left;
  width: 65%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .fonctionnement-rs .module__content__datas .data__text {
    width: 80%;
  }
}

.digitalEvent .fonctionnement-rs .module__content__button {
  padding-top: 280px;
  width: 100%;
}

.digitalEvent .retenir {
  background-color: #EC6608;
  position: relative;
}

.digitalEvent .retenir::before {
  content: '';
  background-image: url("/img/digitalEvent/bg-retenir.png");
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  width: 30%;
  height: 110%;
  top: -25%;
  right: 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .retenir::before {
    display: none;
  }
}

.digitalEvent .retenir .module__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: #fff;
  padding: 50px 0 75px;
  width: 65%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .retenir .module__content {
    width: 100%;
  }
}

.digitalEvent .retenir .module__content__title {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  width: 80%;
}

.digitalEvent .retenir .module__content__title h2 {
  font-size: 51px;
  line-height: 62px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .retenir .module__content__title h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.digitalEvent .retenir .module__content__text {
  font-size: 18px;
  text-align: left;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .retenir .module__content__text {
    padding-top: 10px;
  }
}

.digitalEvent .retenir .module__content__text p {
  color: #fff;
  line-height: 26px;
  font-size: 18px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .retenir .module__content__text p {
    font-size: 12px;
    line-height: 16px;
  }
}

.digitalEvent .contact {
  background-image: url("/img/digitalEvent/background-devis.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .contact {
    background-size: cover;
  }
}

.digitalEvent .contact .devis__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 50px;
  text-transform: uppercase;
}

@media screen and (max-width: 980px) {
  .digitalEvent .contact .devis__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-size: 35px;
  }
}

.digitalEvent .contact .devis__content__text {
  font-weight: bold;
}

.digitalEvent .contact .devis__content__contact {
  color: #fff;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #1D1B1B;
  line-height: 1.2;
  margin-left: 5px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .contact .devis__content__contact {
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.digitalEvent .contact .devis__content__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.digitalEvent .contact .devis__content a {
  text-decoration: none;
  color: #1D1B1B;
  font-size: 50px;
}

@media screen and (max-width: 980px) {
  .digitalEvent .contact .devis__content a {
    font-size: 35px;
  }
}

.digitalEvent .contact .devis__content a.phone {
  color: #fff;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #1D1B1B;
  line-height: 1;
  margin-left: -10px;
}

.digitalEvent .ancre-digitalEvent {
  position: fixed;
  left: 0;
  z-index: 100;
  top: 50%;
}

.digitalEvent .ancre-digitalEvent.hidden {
  opacity: 0;
}

@media screen and (max-width: 980px) {
  .digitalEvent .ancre-digitalEvent {
    display: none;
  }
}

.digitalEvent .ancre-digitalEvent nav {
  max-width: 110px;
  width: 100%;
}

.digitalEvent .ancre-digitalEvent nav.hidden {
  opacity: 0 !important;
}

.digitalEvent .ancre-digitalEvent .item-nav.standard a {
  color: #8a8e8d !important;
}

.digitalEvent .ancre-digitalEvent .item-nav.standard a::before {
  border-color: #8a8e8d !important;
}

.digitalEvent .ancre-digitalEvent .item-nav.alternate a {
  color: white !important;
}

.digitalEvent .ancre-digitalEvent .item-nav.alternate a::before {
  border-color: white !important;
}

.digitalEvent .ancre-digitalEvent .item-nav.standard.active a {
  color: #fe5b00 !important;
}

.digitalEvent .ancre-digitalEvent .item-nav.standard.active a::before {
  border-color: #fe5b00 !important;
}

.digitalEvent .ancre-digitalEvent .item-nav.alternate.active a {
  color: #81eccf !important;
}

.digitalEvent .ancre-digitalEvent .item-nav.alternate.active a::before {
  border-color: #81eccf !important;
}

.digitalEvent .ancre-digitalEvent ul {
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.digitalEvent .ancre-digitalEvent ul li {
  margin-bottom: 20px;
  margin-left: 0;
  position: relative;
}

.digitalEvent .ancre-digitalEvent ul li .number {
  position: absolute;
  top: -20px;
  font-size: 20px;
  right: 0;
  font-weight: bold;
}

.digitalEvent .ancre-digitalEvent ul li a {
  font-family: Poppins;
  line-height: 1.2;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #8a8e8d;
  text-decoration: none;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-left: 25px;
  position: relative;
}

.digitalEvent .ancre-digitalEvent ul li a:before {
  content: '';
  margin-right: 10px;
  border-top: 2px solid #8a8e8d;
  position: absolute;
  width: 80%;
  top: -6px;
  left: -25px;
}

.digitalEvent .download-flyer-block {
  margin-top: 0;
  position: relative;
  padding-bottom: 50px;
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 1024px) {
  .digitalEvent .download-flyer-block {
    min-height: 270px;
  }
}

@media screen and (max-width: 700px) {
  .digitalEvent .download-flyer-block {
    min-height: 270px;
  }
}

.digitalEvent .download-flyer-block::before {
  content: '';
  position: absolute;
  background-image: url("/img/digitalEvent/Groupe11.png");
  background-repeat: no-repeat;
  background-position: bottom right 10%;
  z-index: 9;
  background-size: contain;
  height: 100%;
  width: 50%;
  right: 5%;
}

@media screen and (max-width: 980px) {
  .digitalEvent .download-flyer-block::before {
    background-position: center center;
    width: 90%;
    right: 0;
    top: -70px;
    z-index: 0;
  }
}

.digitalEvent .download-flyer-block .wrapper {
  margin: auto;
}

@media screen and (max-width: 980px) {
  .digitalEvent .download-flyer-block .wrapper {
    margin: 0 auto;
  }
}

@media screen and (max-width: 980px) {
  .digitalEvent .download-flyer-block .module__content__button {
    z-index: 1;
  }
}

@media screen and (max-width: 980px) {
  .btn-sticky.eventdigital {
    display: none;
  }
}

.mention {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 160px auto 0;
  width: 85%;
}

@media screen and (max-width: 700px) {
  .mention {
    margin: 120px auto 0;
  }
}

.mention h1 {
  font-size: 3rem;
}

@media screen and (max-width: 700px) {
  .mention h1 {
    font-size: 2rem;
  }
}

.mention h1.outline {
  font-weight: 800;
  font-size: 5rem;
  color: #fff;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #1D1B1B;
  text-transform: uppercase;
  line-height: 1.2;
  margin-left: 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mention h1.outline {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }
}

@media screen and (max-width: 980px) {
  .mention h1.outline {
    font-size: 5.2vw;
  }
}

@media screen and (max-width: 700px) {
  .mention h1.outline {
    font-size: 3rem;
  }
}

.mention .section_content {
  width: 100%;
}

.confirmation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

.confirmation .wrapper {
  margin: auto;
}

.confirmation .section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid black;
  text-align: center;
  padding: 40px 140px;
  box-shadow: 6px 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 980px) {
  .confirmation .section_content {
    padding: 40px 80px;
  }
}

@media screen and (max-width: 700px) {
  .confirmation .section_content {
    padding: 40px 20px;
  }
}

.confirmation .section_content .big-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  .confirmation .desabonnement .section_content {
    padding: 40px 60px;
    width: 90%;
  }
}

.form-flyer {
  background: none;
  padding: 0;
}

.form-flyer .form-title {
  background-color: #EC6608;
  color: #ffffff;
  padding: 5px;
}

.form-flyer .section__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-flyer .section__box {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .form-flyer .section__box {
    width: 100%;
  }
}

.form-flyer .formfield--50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49%;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  border: 1px solid #DDDDDD;
  margin: 0px 0px 15px 0px;
  font-size: 14px;
  text-indent: 10px;
  background: #FFFFFF;
  color: #1D1B1B;
  font-weight: 500;
  width: 49%;
}

@media screen and (max-width: 700px) {
  .form-flyer .formfield--50 {
    width: 100%;
  }
}

.form-flyer .form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 700px) {
  .form-flyer .form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-flyer .formfield--100 {
  width: 99%;
}

.form-flyer .formfield--25 {
  width: 25%;
}

@media screen and (max-width: 700px) {
  .form-flyer .formfield--25 {
    width: 100%;
  }
}

.header {
  position: fixed;
  min-height: 100px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  height: 100px;
}

@media screen and (max-width: 700px) {
  .header {
    min-height: 65px;
    height: 65px;
    padding: 8px 0px 9px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header .logo {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 700px) {
  .header .logo {
    height: 48px;
  }
}

.header .logo-sticky {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 700px) {
  .header .logo-sticky {
    height: 48px;
  }
}

.header.mobile-active {
  background: #1D1B1B;
  height: 100vh;
}

.header.mobile-active .logo {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 700px) {
  .header.mobile-active .logo {
    height: 48px;
  }
}

.header.mobile-active .logo-sticky {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 700px) {
  .header.mobile-active .logo-sticky {
    height: 48px;
  }
}

.header.sticky {
  background: #1D1B1B;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header.sticky .logo {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 700px) {
  .header.sticky .logo {
    height: 48px;
  }
}

.header.sticky .logo-sticky {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 700px) {
  .header.sticky .logo-sticky {
    height: 48px;
  }
}

.header.sticky .scroll_none {
  display: none;
}

.header.sticky .scroll_flex {
  display: -webkit-flex;
  display: flex;
  min-width: 92px;
  min-height: 45px;
  color: #1D1B1B;
  text-transform: uppercase;
  background-color: #FFFFFF;
  padding: 6px 10px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.header.sticky .scroll_flex:hover {
  box-shadow: 6px 6px #43EFCE;
}

.header.sticky .scroll_flex .btn_contact_text a {
  color: #000000;
}

.header.always-sticky {
  background: #1D1B1B;
}

.header.always-sticky .logo {
  display: none;
}

.header.always-sticky .logo-sticky {
  display: block;
}

.header.dark {
  background: #1D1B1B;
}

.header.dark .logo {
  display: none;
}

.header.dark .logo-sticky {
  display: block;
}

.scroll_flex {
  display: none;
}

nav, ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

@media screen and (max-width: 700px) {
  nav {
    height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
  }
}

nav.mobile-active {
  height: 100vh;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 700px) {
  nav ul {
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

nav li {
  margin-left: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: Poppins;
}

@media screen and (max-width: 700px) {
  nav li {
    margin-top: 50px;
    font-size: 1.8rem;
  }
}

nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  nav li a {
    font-size: 1.8rem;
  }
}

nav li button {
  background-color: #43EFCE;
  width: 99px;
  height: 52px;
  padding: 15px 10px;
  border-color: transparent;
  box-shadow: 8px 8px;
}

#menu-trigger {
  display: none;
}

@media screen and (max-width: 700px) {
  #menu-trigger {
    display: block;
    background-image: url("/img/burger.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 26px;
    height: 20px;
    position: absolute;
    top: 22px;
    right: 20px;
    z-index: 50;
    cursor: pointer;
  }
}

#footer {
  border-top: 1px solid #D8D8D8;
  height: 210px;
}

@media screen and (max-width: 980px) {
  #footer .wrapper {
    max-width: 965px;
  }
}

#footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px 0px;
  font-weight: 400;
  padding: 0px;
  width: 100%;
}

@media screen and (max-width: 700px) {
  #footer .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 50px;
  }
}

#footer .container .telephone {
  font-size: 1.6rem;
}

#footer .container .telephone a {
  color: #000000;
  text-decoration: none;
}

#footer .container p {
  font-size: 1.2rem;
}

#footer .container p a {
  text-decoration: none;
  color: #000000;
}

#footer .studio span {
  font-weight: 800;
}

#footer .box {
  border-left: 1px solid #d8d8d8;
  max-width: 260px;
  height: 142px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

@media screen and (max-width: 980px) {
  #footer .box {
    border: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
}

@media screen and (max-width: 700px) {
  #footer .box {
    border: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

#footer .box img {
  width: 150px;
  height: 56px;
}

#footer .logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .reseau {
  border-right: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 980px) {
  #footer .reseau {
    border-right: 0px;
  }
}

@media screen and (max-width: 980px) {
  #footer .reseau {
    border: none;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

#footer .social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
}

#footer .social-media_image-wrapper {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .social-media_image-wrapper .img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

#footer .social-media_image-wrapper a {
  font-size: 1.2rem;
  color: #000000;
  text-decoration: none;
  min-width: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#confiance {
  background-color: #1D1B1B;
  padding: 50px 0;
}

#confiance .wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}

#confiance .confiance_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 50px;
  width: 100%;
}

#confiance .confiance_box {
  border: 1px solid #ffffff;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 40px 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  max-width: 320px;
  min-width: 320px;
}

@media all and (max-width: 320px) {
  #confiance .confiance_box {
    min-width: 265px;
    max-width: 265px;
  }
}

#confiance .confiance_box::before {
  content: '';
  background-color: #1D1B1B;
  background-image: url("/img/guillemets.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  height: 60px;
  width: 60px;
  position: absolute;
  top: -39px;
  left: -13px;
}

#confiance .confiance_box .partner_logo_author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}

@media screen and (max-width: 700px) {
  #confiance .confiance_box .partner_logo_author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#confiance .confiance_box .partner_author {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}

@media screen and (max-width: 700px) {
  #confiance .confiance_box .partner_author {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#confiance .confiance_box .partner-photo {
  max-height: 187px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#confiance .confiance_box .partner-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#confiance .confiance_box .video_img {
  width: 100%;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

#confiance .confiance_box .video_img img.video {
  width: 100%;
  height: auto;
}

#confiance .confiance_box .video .video {
  width: 100%;
}

#confiance .confiance_box .video .video .photo_img .video {
  height: 100%;
  object-fit: cover;
}

#confiance .confiance_box .video_button {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
}

#confiance .confiance_logo {
  margin-bottom: 10px;
  width: auto;
  height: 100%;
  max-height: 50px;
  padding: 0px;
  object-fit: contain;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  max-width: 150px;
}

#confiance .white {
  color: #fff;
}

#connect {
  background-image: url("/img/bg100.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: auto;
  color: #fff;
  width: 100%;
}

@media screen and (max-width: 700px) {
  #connect {
    height: 100%;
  }
}

#connect .connected_title {
  font-weight: 800;
  font-size: 5rem;
  padding-top: 60px;
  padding-bottom: 70px;
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  #connect .connected_title {
    font-size: 3.8rem;
    padding-bottom: 0px;
  }
}

#connect .connected_box_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 908px;
  width: 100%;
}

@media screen and (min-width: 1280px) {
  #connect .connected_box_container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 700px) {
  #connect .connected_box_container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#connect .connected_box {
  border-top: 1px solid #fff;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32%;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  min-height: 260px;
  padding-top: 20px;
}

@media screen and (max-width: 980px) {
  #connect .connected_box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47.50%;
        -ms-flex: 0 0 47.50%;
            flex: 0 0 47.50%;
  }
}

@media screen and (max-width: 700px) {
  #connect .connected_box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0px;
    padding-top: 20px;
    min-height: 204px;
  }
}

#connect .connected_box_number {
  font-weight: 800;
  font-size: 6rem;
  text-shadow: 3px 1px 0 #EC6608;
  margin-bottom: 18px;
}

#connect .connected_box p {
  color: #fff;
  font-weight: 300;
}

@media screen and (max-width: 700px) {
  #connect .connected_box {
    margin-bottom: 20px;
  }
}

#studio-digital {
  width: 100%;
  padding: 70px 0px 0px 0px;
}

@media screen and (max-width: 980px) {
  #studio-digital {
    overflow: hidden;
  }
}

@media screen and (max-width: 700px) {
  #studio-digital {
    padding: 20px 0px;
    margin-bottom: 40px;
  }
}

#studio-digital .wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#studio-digital .container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}

@media screen and (max-width: 700px) {
  #studio-digital .container:nth-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  #studio-digital .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

#studio-digital .container br {
  display: none;
}

#studio-digital .video_img {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 80px;
  margin-left: 70px;
}

@media screen and (min-width: 1280px) {
  #studio-digital .video_img {
    width: 600px;
    height: auto;
    margin-left: 0px;
  }
}

@media screen and (max-width: 700px) {
  #studio-digital .video_img {
    margin: 70px 0px 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
  }
}

#studio-digital .video_img::before {
  content: '';
  display: block;
  background: url("/img/GreenGraphicLines.svg") no-repeat;
  position: absolute;
  top: -80px;
  left: -90px;
  width: 200px;
  height: 155px;
}

@media screen and (max-width: 700px) {
  #studio-digital .video_img::before {
    background: url("/img/traits.svg") no-repeat;
    background-position: center;
    width: 124px;
    height: 97px;
    left: calc(50% - 62px);
    top: -50px;
  }
}

#studio-digital .video_img .video {
  width: 100%;
  object-fit: contain;
}

#studio-digital .video_img .video .photo_img .video {
  height: 100%;
  object-fit: cover;
}

#studio-digital .video_img .image-youtube {
  height: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#studio-digital .video_button {
  position: absolute;
  left: calc(50% - 20px);
  background: none;
  border: none;
  cursor: pointer;
}

#studio-digital .box-text {
  margin: 50px 0px 0px 40px;
}

@media screen and (min-width: 1280px) {
  #studio-digital .box-text {
    width: 600px;
  }
}

@media screen and (max-width: 700px) {
  #studio-digital .box-text {
    width: 100%;
    margin: 0px;
  }
}

#studio-digital .box-text br {
  display: block;
}

#studio-digital .box-text--bottom {
  margin-top: 50px;
}

@media all and (min-width: 1280px) {
  #studio-digital .box-text--bottom {
    margin: 50px 50px 0 0;
  }
}

@media screen and (max-width: 700px) {
  #studio-digital .box-text--bottom {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}

#studio-digital .box-text--top {
  margin-top: 70px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #studio-digital .box-text--top {
    padding-left: 20px;
  }
}

@media screen and (max-width: 700px) {
  #studio-digital .box-text--top {
    margin-left: 0px;
  }
}

#studio-digital p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 25px;
  padding-top: 30px;
  padding-bottom: 20px;
}

#studio-digital .photo_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 460px;
  position: relative;
  margin-top: 80px;
  margin-left: 70px;
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  #studio-digital .photo_img {
    width: 600px;
    height: auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 700px) {
  #studio-digital .photo_img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}

#studio-digital .photo_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#studio-digital .photo_img::before {
  content: '';
  display: block;
  background: url("/img/GreenGraphicLines.svg") no-repeat;
  position: absolute;
  top: -80px;
  left: -90px;
  width: 200px;
  height: 155px;
}

@media screen and (max-width: 700px) {
  #studio-digital .photo_img::before {
    background: url("/img/traits.svg") no-repeat;
    background-position: center;
    width: 124px;
    height: 97px;
    left: calc(50% - 62px);
    top: -20px;
  }
}

#studio-digital .photo_img .btn {
  width: 239px;
  height: 62px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#studio-digital ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#studio-digital ul li {
  font-family: Poppins;
  font-weight: 400;
  padding-bottom: 20px;
}

#studio-video {
  background-image: url(/img/podium.png);
  background-color: #EC6608;
  background-repeat: no-repeat;
  background-position: right -1015px top -300px;
  background-size: 1700px;
  width: 100%;
  max-width: 100vw;
  min-height: 800px;
  margin-top: -100px;
  height: calc(100vh + 100px);
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  #studio-video {
    background-position: right -690px top -180px;
    background-size: 1000px;
  }
}

@media screen and (max-width: 700px) {
  #studio-video {
    background-position: right -770px top -200px;
    background-color: #EC6608;
    min-height: inherit;
  }
}

#studio-video .wrapper {
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#studio-video .podium__block {
  padding-left: 50px;
  margin-bottom: 100px;
  width: 75%;
}

@media screen and (max-width: 980px) {
  #studio-video .podium__block {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 700px) {
  #studio-video .podium__block {
    padding-left: 10px;
    margin-bottom: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  #studio-video .podium__block h1 {
    padding-right: 50px;
  }
}

#studio-video h3.podium__title {
  margin: 35px 0px 100px 0px;
  display: block;
}

@media screen and (max-width: 980px) {
  #studio-video h3.podium__title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 700px) {
  #studio-video h3.podium__title {
    min-height: 60px;
    max-width: 260px;
  }
}

#studio-video h3.podium__title::before {
  content: '';
  background: url("/img/Glyph.svg") no-repeat;
  display: block;
  width: 80px;
  height: 70px;
  position: absolute;
  left: -85px;
  top: -20px;
}

@media screen and (max-width: 700px) {
  #studio-video h3.podium__title::before {
    width: 44px;
    left: 0px;
    background-size: cover;
    height: 40px;
    top: -5px;
  }
}

#studio-video h3.podium__title .green-bg {
  display: inline-block;
}

#studio-video .button-podium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 700px) {
  #studio-video .button-podium {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#studio-video .button-podium button:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 700px) {
  #studio-video .button-podium button:first-child {
    margin: 0 auto 30px;
  }
}

#studio-video .button-podium button:last-child {
  width: 260px;
}

@media screen and (max-width: 700px) {
  #studio-video .button-podium button:last-child {
    width: 80%;
  }
}

.digitalEvent #studio-video {
  background-image: none;
  color: #ffffff;
}

.digitalEvent #studio-video:before {
  content: "";
  position: absolute;
  top: -280px;
  left: -280px;
  height: 460px;
  width: 710px;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  background-image: url(/img/podium.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.digitalEvent #studio-video .wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.digitalEvent #studio-video .podium__title {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .digitalEvent #studio-video .podium__title {
    padding-right: 0;
  }
}

.digitalEvent #studio-video .podium__block {
  margin-top: 260px;
  z-index: 1;
  padding: 0;
}

.digitalEvent #studio-video .podium__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 980px) {
  .digitalEvent #studio-video .podium__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.digitalEvent #studio-video .podium__list li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 30px;
}

.tournage {
  background-image: url("/img/Ruban.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 560px) -100px;
  background-size: 1500px;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  .tournage {
    min-height: 1100px;
    height: 100%;
  }
}

.tournages {
  margin-bottom: 60px;
}

@media screen and (max-width: 700px) {
  .tournages {
    margin-bottom: 0;
  }
}

.tournages .wrapper {
  padding-bottom: 50px;
}

@media screen and (max-width: 700px) {
  .tournages .wrapper {
    padding-bottom: 0;
  }
}

.tournages .wrapper .tournage_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .tournages .wrapper .tournage_container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

.tournages .wrapper .tournage_left, .tournages .wrapper .tournage_right {
  width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 700px) {
  .tournages .wrapper .tournage_left, .tournages .wrapper .tournage_right {
    width: 100%;
  }
}

.tournages .wrapper .tournage_left {
  padding-top: 60px;
}

.tournages .wrapper .tournage_right {
  padding-top: 135px;
}

@media screen and (max-width: 700px) {
  .tournages .wrapper .tournage_right {
    padding: 0px;
  }
}

.tournages .wrapper .tournage_text {
  display: block;
  margin-bottom: 70px;
}

.tournages .wrapper .tournage_img {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  .tournages .wrapper .tournage_img {
    width: 100%;
  }
}

.tournages .wrapper .tournage_img img {
  width: 100%;
}

.tournages .wrapper .tournage_img--align-right {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

@media screen and (max-width: 700px) {
  .tournages .wrapper .tournage_img--align-right {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

.tournages .wrapper .tournage_img_text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: auto;
  height: 40px;
}

@media screen and (max-width: 700px) {
  .tournages .wrapper .tournage_img_text {
    height: 32px;
  }
}

.tournages .wrapper .tournage_img .orange_text {
  background: #EC6608;
  padding: 3px 5px 3px 3px;
  color: #fff;
  margin-right: 5px;
  font-weight: 800;
}

@media screen and (max-width: 700px) {
  .tournages .wrapper .tournage_img .orange_text {
    font-weight: 900;
    padding: 6px 8px 6px 5px;
  }
}

.tournages .wrapper .plus {
  background-color: #000000;
  color: #fff;
  padding: 3px 10px;
  font-weight: 600;
  cursor: pointer;
}

.omnilive {
  font-family: Poppins;
  position: relative;
  margin-top: 45px;
}

.omnilive_box {
  margin-bottom: 40px;
  width: 82%;
}

@media screen and (max-width: 980px) {
  .omnilive_box {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.omnilive_box .outline {
  padding-bottom: 25px;
}

@media screen and (max-width: 700px) {
  .omnilive_box .outline h2 {
    font-size: 45px;
  }
}

.omnilive strong {
  font-weight: bold;
}

.omnilive_container {
  position: relative;
}

.omnilive_container::before {
  content: '';
  display: block;
  background: url("/img/GreenGraphicLines.svg") no-repeat;
  position: absolute;
  top: -60px;
  left: calc(50% - 125px);
  width: 200px;
  height: 155px;
  z-index: 1;
}

@media screen and (max-width: 980px) {
  .omnilive_container::before {
    display: none;
  }
}

.omnilive_container .jt-kube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 980px) {
  .omnilive_container .jt-kube {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.omnilive_container .jt-kube .video-studio {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 44px;
}

@media screen and (max-width: 980px) {
  .omnilive_container .jt-kube .video-studio {
    width: 100%;
    padding-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.omnilive_container .jt-kube .video-studio .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -3%;
  left: calc(50% - 140px);
}

@media screen and (max-width: 700px) {
  .omnilive_container .jt-kube .video-studio .title {
    left: calc(50% - 100px);
  }
}

.omnilive_container .jt-kube .video-studio .title h3 {
  color: #fff;
  background-color: #EC6608;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 195px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

@media screen and (max-width: 700px) {
  .omnilive_container .jt-kube .video-studio .title h3 {
    padding: 5px 0;
  }
}

.omnilive_container .jt-kube .video-studio .video_img {
  position: relative;
  width: 90%;
}

.omnilive_container .jt-kube .video-studio .video_img .video-img {
  width: 100%;
  height: 303px;
  object-fit: cover;
}

.omnilive_container .jt-kube .video-studio .video_img .video_button {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 65%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.omnilive_container .jt-kube .video-studio .video_img .video_button button {
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-bottom: 30px;
  margin-top: auto;
  padding: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

.omnilive_container .jt-kube .video-studio .blocfields {
  margin-left: 30px;
  width: 80%;
}

.omnilive_container .jt-kube .video-studio .blocfields .blocfield {
  border-top: 2px solid #000000;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.omnilive_container .jt-kube .video-studio .blocfields .blocfield p strong {
  font-size: 14px;
}

@media screen and (max-width: 980px) {
  .omnilive_container .jt-kube .video-studio .blocfields .blocfield p strong {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.omnilive_container .jt-kube .video-studio .blocfields .blocfield p span.orange_color strong {
  font-size: 20px;
}

.omnilive_container .jt-kube .video-studio .blocfields .blocfield:first-child {
  border-top: none;
}

.omnilive_container .jt-kube .video-studio .blocfields .blocfield:first-child span.orange_color {
  font-size: 30px;
}

@media screen and (max-width: 700px) {
  .omnilive_container .jt-kube .video-studio-right .title {
    left: calc(50% - 115px);
  }
}

.omnilive_container .jt-kube .video-studio-right .title h3 {
  width: 235px;
}

.omnilive_container .bloc-avail {
  position: relative;
  padding: 30px 50px;
  border: 10px solid #43EFCE;
  margin-top: 50px;
  margin-bottom: 75px;
}

@media screen and (max-width: 700px) {
  .omnilive_container .bloc-avail {
    padding: 30px 25px;
  }
}

.omnilive_container .bloc-avail h2 {
  font-weight: 800;
  text-transform: none;
}

@media screen and (max-width: 700px) {
  .omnilive_container .bloc-avail h2 {
    font-size: 3.7rem;
  }
}

.omnilive_container .bloc-avail .avail_text {
  width: 53%;
}

@media screen and (max-width: 700px) {
  .omnilive_container .bloc-avail .avail_text {
    width: 100%;
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 450px) {
  .omnilive_container .bloc-avail .avail_text {
    padding-bottom: 200px;
  }
}

.omnilive_container .bloc-avail .avail_text .avail-link {
  position: relative;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  margin-left: 50px;
  margin-top: 13px;
}

@media screen and (max-width: 700px) {
  .omnilive_container .bloc-avail .avail_text .avail-link {
    margin-left: 0;
  }
}

.omnilive_container .bloc-avail .avail_text .avail-link:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 36px;
  left: -50px;
  top: 50%;
  margin-top: -18px;
  background-image: url("/img/Glyph-black_outline.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 700px) {
  .omnilive_container .bloc-avail .avail_text .avail-link:before {
    content: none;
  }
}

.omnilive_container .bloc-avail .avail_illu {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 47%;
  height: calc(100% + 20px);
  background-image: url("/img/5ffc6f45b7e32_epokaup.png");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 700px) {
  .omnilive_container .bloc-avail .avail_illu {
    height: 300px;
    width: calc(100% + 20px);
    top: auto;
    bottom: -10px;
    left: -10px;
    right: auto;
    background-image: url("/img/5ffc6f45b7e32_epokaup-mobile.png");
  }
}

@media screen and (max-width: 450px) {
  .omnilive_container .bloc-avail .avail_illu {
    height: 200px;
  }
}

.omnilive_container .bloc-bottom {
  margin-top: 35px;
}

.omnilive_container .bloc-bottom .title_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  line-height: 1.3;
  padding-bottom: 30px;
}

@media screen and (max-width: 980px) {
  .omnilive_container .bloc-bottom .title_bottom {
    width: 100%;
  }
}

.omnilive_container .bloc-bottom .text_bottom {
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .omnilive_container .bloc-bottom .text_bottom {
    padding-left: 20px;
    -webkit-flex-wrap: inherit;
        -ms-flex-wrap: inherit;
            flex-wrap: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.omnilive_container .bloc-bottom .text_bottom p {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-bottom: 20px;
}

.omnilive_container .bloc-bottom .text_bottom p strong {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.omnilive_container .bloc-bottom .text_bottom p strong::before {
  content: '';
  background: url("/img/fleche-droite.png") no-repeat;
  height: 16px;
  width: 10px;
  position: absolute;
  left: -15px;
}

.omnilive_container .footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 45px;
}

.omnilive_container .footer .footer-text {
  text-align: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 60px;
  position: relative;
}

.omnilive_container .footer .footer-text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 700px) {
  .omnilive_container .footer .footer-text p {
    display: block;
  }
}

.omnilive_container .footer .footer-text p::before {
  background: url("/img/background-footer.png");
  background-repeat: repeat no-repeat;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  content: "";
  top: -30px;
}

@media screen and (max-width: 700px) {
  .omnilive_container .footer .footer-text p::before {
    height: 140px;
  }
}

.omnilive_container .footer .footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .omnilive_container .footer .footer-social {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 90%;
    height: 150px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.omnilive_container .footer .footer-social p {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 700px) {
  .omnilive_container .footer .footer-social p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#flyer {
  background-image: url(/img/bordure-flyer.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0;
  margin: 0;
  min-height: inherit;
  padding: 15px 15px 0 15px;
  z-index: 1;
  position: relative;
  margin-bottom: 45px;
}

#flyer::before {
  content: '';
  background-image: url(/img/Groupe10.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 57%;
  right: 5%;
  position: absolute;
  z-index: 5;
  top: 0;
}

@media screen and (max-width: 700px) {
  #flyer::before {
    right: 0;
    width: 50%;
  }
}

#flyer .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffffff;
  height: 100%;
  height: 320px;
  padding: 0;
  margin: 0;
}

#flyer .container .wrapper {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  height: 310px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 700px) {
  #flyer .container .wrapper {
    height: 85%;
  }
}

#flyer .container .wrapper .btn {
  z-index: 5;
}

@media screen and (max-width: 980px) {
  #flyer .container .wrapper {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 414px) {
  #flyer::before {
    width: 100%;
  }
}

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