@charset "UTF-8";
/*
Theme Name:Muxmo
Template:Muxmo
Author: Muxmo
Description: Thème de la refonte 2019 du site web de Muxmo
Version: 1.0
Tags:Muxmo
*/
@font-face {
  font-family: montBook;
  src: url("../fonts/Mont-Book.woff2") format("woff2"), url("../fonts/Mont-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: montBold;
  src: url("../fonts/Mont-Bold.woff2") format("woff2"), url("../fonts/Mont-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: montBlack;
  src: url("../fonts/Mont-Bold.woff2") format("woff2"), url("../fonts/Mont-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
p {
  margin-bottom: 1.8em;
}

.inverted h1.colored {
  background-image: -webkit-gradient(linear, left top, right top, from(#1787b3), color-stop(#cb194b), to(#00bcbf));
  background-image: -o-linear-gradient(left, #1787b3, #cb194b, #00bcbf);
  background-image: linear-gradient(to right, #1787b3, #cb194b, #00bcbf);
  background-size: 125% 125%;
}

h1.colored, h2.colored, h3.colored, h4.colored, h5.colored, h6.colored {
  padding-top: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#cb194b), color-stop(#00bcbf), to(#1787b3));
  background-image: -o-linear-gradient(left, #cb194b, #00bcbf, #1787b3);
  background-image: linear-gradient(to right, #cb194b, #00bcbf, #1787b3);
  background-size: 300% 300%;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: ColorAnimation 8s ease infinite;
          animation: ColorAnimation 8s ease infinite;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h1.colored, h2.colored, h3.colored, h4.colored, h5.colored, h6.colored {
    background-image: none;
    background-size: 100%;
    background-clip: border-box;
    text-fill-color: unset;
    -webkit-animation: none;
            animation: none;
    color: #272727;
  }
}

h1 {
  font-size: 50px !important;
  text-transform: uppercase;
  font-family: montBold;
  color: #272727;
  margin-top: 0.1em !important;
  margin-bottom: 0.1em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@-webkit-keyframes ColorAnimation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes ColorAnimation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
h2 {
  font-size: 45px;
  line-height: 1.25em !important;
  text-transform: uppercase;
  font-family: montBold;
  color: #272727;
}

h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: montBold;
  color: #272727;
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: montBold;
  color: #272727;
}

h5 {
  font-size: 17px;
  text-transform: uppercase;
  font-family: montBold;
  color: #272727;
}

h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: montBook;
  color: #272727;
  font-weight: light;
}

p {
  font-weight: light;
  font-size: 20px;
  font-family: montBook;
  color: #272727;
  text-align: justify;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  letter-spacing: 0.7px;
}

ul, li {
  list-style: none;
  font-size: 20px;
  text-transform: uppercase;
  font-family: montBold;
  color: #272727;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 45px !important;
  }
  h2 {
    font-size: 21px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  h6 {
    font-size: 15px !important;
  }
  p {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 13px !important;
  }
  h3 {
    font-size: 15px !important;
  }
  h4 {
    font-size: 13px !important;
  }
  h5 {
    font-size: 13px !important;
  }
  h6 {
    font-size: 13px !important;
  }
  p {
    letter-spacing: 0.8px;
    font-size: 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  p em {
    display: contents;
  }
}
@media screen and (max-width: 425px) {
  h1 {
    font-size: 30px !important;
  }
}
body {
  width: 100%;
  background-color: #fff;
}

iframe {
  overflow: hidden;
}

.wrapper {
  position: relative;
  padding: 0 50px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.limitWidth, .limitWidth-loose {
  width: 100%;
  max-width: 700px;
}

.text-right p {
  text-align: inherit;
}

.fullHeight {
  min-height: calc(100vh - 50px);
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.dropShadow {
  -webkit-filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.2));
}

.displayRowCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.displayRowTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.displayRowBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.displayColumnCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: rgb(255, 255, 255) !important;
}

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

.displayColumnRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.description {
  padding: 50px;
  width: 100%;
  background-color: #fff;
}

.basicPadding {
  padding: 50px 0;
}

section.sectionMaster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sectionMaster section.sectionItem {
  position: relative;
  width: 100%;
  padding: 2em 0;
  background-color: #fff;
}
section.sectionMaster section.sectionItem h1 {
  display: inline-block;
}
section.sectionMaster section.sectionItem.inverted {
  background-color: transparent;
}
section.sectionMaster section.sectionItem.inverted h1, section.sectionMaster section.sectionItem.inverted h2, section.sectionMaster section.sectionItem.inverted h3, section.sectionMaster section.sectionItem.inverted h4, section.sectionMaster section.sectionItem.inverted h5, section.sectionMaster section.sectionItem.inverted h6 {
  color: #fff;
}
section.sectionMaster section.sectionItem.inverted p, section.sectionMaster section.sectionItem.inverted div {
  color: #fff;
}
section.sectionMaster section.sectionItem article.displayColumnRight {
  width: 60%;
  padding-left: 1.5em;
  padding-right: 5em;
}
section.sectionMaster section.sectionItem article.displayColumnLeft {
  width: 60%;
  padding-right: 1.5em;
  padding-left: 5em;
}
section.sectionMaster section.sectionItem article.displayColumnCenter {
  width: 100%;
}
section.sectionMaster section.sectionItem.inverted article {
  z-index: 2;
}
section.sectionMaster section.sectionItem.inverted article.displayColumnLeft, section.sectionMaster section.sectionItem.inverted article.displayColumnRight, section.sectionMaster section.sectionItem.inverted article.displayColumnCenter {
  background-color: #272727;
}
section.sectionMaster section.sectionItem.inverted aside {
  z-index: 1;
}
section.sectionMaster section.sectionItem.inverted aside rect.filler {
  fill: #272727;
}
section.sectionMaster section.sectionItem.inverted button.savoirPlus {
  -webkit-box-shadow: 2px 1000px 1px #272727 inset;
          box-shadow: 2px 1000px 1px #272727 inset;
}

.sectionBottomFiller {
  position: relative;
  z-index: 1;
}
.sectionBottomFiller:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 75px; */
  background-color: #272727;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  .description {
    padding: 50px 25px;
  }
  .wrapper {
    padding: 0 50px;
  }
  .limitWidth {
    max-width: 540px;
  }
  .limitWidth-loose {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .description {
    padding: 50px 0;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wrapper {
    padding: 0 25px;
  }
  .limitWidth {
    max-width: 75%;
  }
  .limitWidth-loose {
    max-width: 80%;
  }
  .text-right {
    text-align: left !important;
  }
}
@media screen and (max-width: 425px) {
  .wrapper {
    padding: 0 25px;
  }
  .limitWidth {
    max-width: 85%;
  }
  .limitWidth-loose {
    max-width: 90%;
  }
}
.imgbox-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.imgbox-img.horizontal {
  width: 90%;
}
.imgbox-img.vertical {
  height: 90%;
}

.imgbox-disable {
  cursor: auto !important;
}

img {
  cursor: pointer;
}

:root {
  --swiper-theme-color: #00bcbf !important;
}

.swiper-home {
  width: 100%;
  height: 100%;
}
.swiper-home .swiper-pagination {
  right: 20px !important;
}

.swiper-realisations {
  width: 100%;
}

.swiper-project .swiper-wrapper, .swiper-services .swiper-wrapper, .swiper-services-gallery .swiper-wrapper {
  padding-bottom: 50px;
}

.swiper-services-gallery .swiper-slide img {
  padding: 2px;
  width: 100%;
}

.swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Center slide text vertically */
}

@media screen and (max-width: 768px) {
  #swiper-pagination-home {
    display: none !important;
  }
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

header {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 100;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 20px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 7px 20px -6px rgba(0, 0, 0, 0.5);
}
header.hidden {
  height: 40px;
}
header.hidden #bm {
  width: 100px;
  height: 40px;
}
header.hidden .Logo_Muxmo {
  width: 100px;
}
header.hidden nav.navbar {
  height: 40px;
}
header nav.navbar {
  height: 50px;
}
header #bm {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 150px;
  height: 50px;
  z-index: 1000;
  cursor: pointer;
}
header .Logo_Muxmo {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 150px;
}
header h4.h4Left {
  position: fixed;
  top: 50%;
  left: -20px;
  -webkit-transform: rotate(-90deg);
}
header h4.h4Right {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-90deg);
}

@media screen and (max-width: 1280px) {
  header h4.h4Right, header h4.h4Left {
    display: none;
  }
}
.socialmedia-icons {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.timuxContainer {
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  z-index: 10;
}
.timuxContainer .phoneFooter {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.timuxContainer #timuxFooter {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 10px;
  bottom: 5px;
  width: 100px;
}
.timuxContainer #timuxFooter:hover #timuxFooterTxt {
  opacity: 1;
}
.timuxContainer #timuxFooter #timuxFooterIcon {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  width: 100%;
}
.timuxContainer #timuxFooter #timuxFooterIcon svg, .timuxContainer #timuxFooter #timuxFooterIcon path {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  fill: #272727;
  stroke: #272727;
}
.timuxContainer #timuxFooter #timuxFooterTxt {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 0px;
  bottom: 45px;
  width: 115px;
  opacity: 0;
}
.timuxContainer #timuxFooter #timuxFooterTxt svg, .timuxContainer #timuxFooter #timuxFooterTxt path {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  fill: #272727;
  stroke: #272727;
}

.bottomTagline {
  position: absolute;
  top: 30px;
  left: 30px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #fff;
}
.bottomTagline:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -22px;
  width: 5px;
  height: 45px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cb194b), color-stop(#00bcbf), to(#1787b3));
  background-image: -o-linear-gradient(bottom, #cb194b, #00bcbf, #1787b3);
  background-image: linear-gradient(to top, #cb194b, #00bcbf, #1787b3);
}

li {
  padding: 10px;
}

.f-filler {
  width: 100%;
  height: 150px;
  background-color: #fff;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100px;
  margin-top: 50px;
  position: relative;
}
footer:before {
  content: "";
  height: 50px;
  display: block;
  position: absolute;
  top: -55px;
  width: 100%;
  background-color: #fff;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
}
footer .copyright {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: montBook;
  font-size: 0.8em;
  opacity: 0.5;
  margin-bottom: 10px;
}

#gradientBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -5;
  pointer-events: none;
  overflow: hidden;
}
#gradientBG:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../textures/BG_Gradient_Clean.png");
  background-size: cover;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  opacity: 0.55;
}
#gradientBG.colored {
  background-image: -webkit-gradient(linear, left top, right top, from(#cb194b), color-stop(#00bcbf), to(#1787b3));
  background-image: -o-linear-gradient(left, #cb194b, #00bcbf, #1787b3);
  background-image: linear-gradient(to right, #cb194b, #00bcbf, #1787b3);
  background-size: 175% 175%;
  -webkit-animation: ColorAnimation 15s ease infinite;
          animation: ColorAnimation 15s ease infinite;
}

@media screen and (max-width: 1280px) {
  .bottomTagline {
    display: none;
  }
  .timuxContainer {
    display: none;
  }
}
nav.navbar {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  padding: 10px !important;
  background-color: #fff;
  z-index: 20;
}
nav.navbar .closeIcon {
  display: none;
}
nav ul {
  list-style: none;
  text-decoration: none;
}
nav ul.navTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
nav ul li {
  font-family: montBold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 10px 0 10px;
}
nav ul li a {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  color: #272727 !important;
}
nav ul li a:hover, nav ul li.selected a, nav ul li.current-menu-item a {
  background: -webkit-gradient(linear, left top, right top, from(#cb194b), color-stop(#00bcbf), to(#1787b3));
  background: -o-linear-gradient(left, #cb194b, #00bcbf, #1787b3);
  background: linear-gradient(to right, #cb194b, #00bcbf, #1787b3);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  nav ul li a:hover, nav ul li.selected a, nav ul li.current-menu-item a {
    background-image: none;
    background-size: 100%;
    background-clip: border-box;
    text-fill-color: unset;
    -webkit-animation: none;
            animation: none;
    color: #00bcbf !important;
  }
}
nav ul li a::before {
  content: " ";
  display: block;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  width: 70%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#cb194b), color-stop(#00bcbf), to(#1787b3));
  background: -o-linear-gradient(left, #cb194b, #00bcbf, #1787b3);
  background: linear-gradient(to right, #cb194b, #00bcbf, #1787b3);
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
nav ul li a:hover::before, nav ul li.selected a::before, nav ul li.current-menu-item a::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}

.navbar-dark .navbar-toggler {
  color: #272727;
  border: none;
}

.navbar-mobile-btn-mx {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  margin: 0;
  padding: 5px;
}

.navbar-mobile-btn-mx.active {
  background-color: #00bcbf;
  color: #fff;
}

.navbar-mobile-mx {
  -webkit-transition: left 1s ease;
  -o-transition: left 1s ease;
  transition: left 1s ease;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: white;
  text-align: center;
  z-index: 10;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  overflow: -moz-scrollbars-none;
}
.navbar-mobile-mx ul {
  height: 100%;
  margin: 50px 0 0 0;
  padding: 0;
}
.navbar-mobile-mx ul li {
  display: table;
  width: auto;
  margin: 0 auto;
  padding: 6px 0;
}
.navbar-mobile-mx ul li a {
  font-size: 20px;
}
.navbar-mobile-mx ul li a:before {
  height: 3px;
}
.navbar-mobile-mx.active {
  left: 0;
}
.navbar-mobile-mx::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1280px) {
  header nav ul li {
    font-size: 13px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  nav.navbar {
    padding: 0 0 0 10px !important;
  }
}
.swiper-home .socialmedia-icons {
  padding: 0;
  text-align: left;
}
.swiper-home i.fab {
  color: #00bcbf;
}
.swiper-home i.fab:hover {
  color: #cb194b;
}

.socialmedia-icons {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

i.fab {
  font-size: 30px;
  color: white;
  padding: 20px 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
i.fab:hover {
  color: #cb194b;
}

@media screen and (max-width: 768px) {
  .swiper-home .socialmedia-icons {
    text-align: center;
  }
  .swiper-home i.fab {
    font-size: 26px;
    padding: 2px 5px;
  }
}
.underline:after {
  content: " ";
  display: block;
  height: 4px;
  margin-top: 5px;
  width: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#cb194b), color-stop(#00bcbf), to(#1787b3));
  background: -o-linear-gradient(left, #cb194b, #00bcbf, #1787b3);
  background: linear-gradient(to right, #cb194b, #00bcbf, #1787b3);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-animation: underlineAnimation 5s ease-in-out infinite alternate;
          animation: underlineAnimation 5s ease-in-out infinite alternate;
}

/*Keyframes anim lines*/
@-webkit-keyframes underlineAnimation {
  0% {
    transform: scale(1);
    -webkit-transform: scaleX(1);
  }
  100% {
    transform: scale(2);
    -webkit-transform: scaleX(2);
  }
}
@keyframes underlineAnimation {
  0% {
    transform: scale(1);
    -webkit-transform: scaleX(1);
  }
  100% {
    transform: scale(2);
    -webkit-transform: scaleX(2);
  }
}
.scrollLine {
  margin-bottom: 35px;
  position: relative;
  width: 100%;
  height: 6px;
  overflow: hidden;
}
.scrollLine .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#cb194b), color-stop(#00bcbf), to(#1787b3));
  background: -o-linear-gradient(left, #cb194b, #00bcbf, #1787b3);
  background: linear-gradient(to right, #cb194b, #00bcbf, #1787b3);
}

.divider {
  margin-bottom: 60px;
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  overflow: hidden;
}
.divider div {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#cb194b), color-stop(#00bcbf), to(#1787b3));
  background: -o-linear-gradient(left, #cb194b, #00bcbf, #1787b3);
  background: linear-gradient(to right, #cb194b, #00bcbf, #1787b3);
}

*:focus, *:active {
  outline: 0 !important;
}

a {
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #00bcbf;
  text-decoration: none;
}

a:hover {
  color: #cb194b;
  text-decoration: none;
}

a.buttonContainer {
  display: inline-block;
  padding: 20px 0;
}
a.buttonContainer .plusIcon {
  position: relative;
  top: -2px;
  width: 30px;
}

.buttonLanding {
  font-size: 1.25em;
}

.s-button, button.edges, input[type=submit] {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 10px;
  width: 250px;
  height: 45px;
  outline: 0;
  cursor: pointer;
  font-family: montBold;
  font-weight: bold;
  font-size: 1.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#cb194b), color-stop(#00bcbf), to(#1787b3));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -o-linear-gradient(left, #cb194b, #00bcbf, #1787b3);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, #cb194b, #00bcbf, #1787b3);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 2px 1000px 1px #fff inset;
          box-shadow: 2px 1000px 1px #fff inset;
}
.s-button:hover, button.edges:hover, input[type=submit]:hover {
  padding: 0px;
  border-width: 5px;
  border-radius: 10px;
}
.s-button:focus, button.edges:focus, input[type=submit]:focus {
  outline: 0;
}
.s-button.inverted, button.edges.inverted, input[type=submit].inverted {
  border: solid 2px white;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: unset;
  background-color: transparent;
}
.s-button.inverted h1, .s-button.inverted h2, .s-button.inverted h3, .s-button.inverted h4, .s-button.inverted h5, .s-button.inverted h6, button.edges.inverted h1, button.edges.inverted h2, button.edges.inverted h3, button.edges.inverted h4, button.edges.inverted h5, button.edges.inverted h6, input[type=submit].inverted h1, input[type=submit].inverted h2, input[type=submit].inverted h3, input[type=submit].inverted h4, input[type=submit].inverted h5, input[type=submit].inverted h6 {
  color: #fff;
  background: unset;
  background-clip: unset;
  text-fill-color: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.s-button.inverted:hover, button.edges.inverted:hover, input[type=submit].inverted:hover {
  border-width: 4px;
}
.s-button h1, .s-button h2, .s-button h3, .s-button h4, .s-button h5, .s-button h6, button.edges h1, button.edges h2, button.edges h3, button.edges h4, button.edges h5, button.edges h6, input[type=submit] h1, input[type=submit] h2, input[type=submit] h3, input[type=submit] h4, input[type=submit] h5, input[type=submit] h6 {
  padding: 0;
  padding-top: 2px;
  top: -2px;
  position: relative;
  margin: 0;
}
.s-button.select, button.edges.select, input[type=submit].select {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  height: 55px;
}
.s-button.select .s-offset, button.edges.select .s-offset, input[type=submit].select .s-offset {
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-button.select .s-container, button.edges.select .s-container, input[type=submit].select .s-container {
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-button.select .s-option, button.edges.select .s-option, input[type=submit].select .s-option {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  height: 55px;
  line-height: 55px;
}
.s-button.select .s-option:hover, button.edges.select .s-option:hover, input[type=submit].select .s-option:hover {
  background: -webkit-gradient(linear, left top, right top, from(#cb194b), color-stop(#00bcbf), to(#1787b3));
  background: -o-linear-gradient(left, #cb194b, #00bcbf, #1787b3);
  background: linear-gradient(to right, #cb194b, #00bcbf, #1787b3);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .s-button.select .s-option:hover, button.edges.select .s-option:hover, input[type=submit].select .s-option:hover {
    background-image: none;
    background-size: 100%;
    background-clip: border-box;
    text-fill-color: unset;
    -webkit-animation: none;
            animation: none;
    color: #1787b3;
  }
}
.s-button.select.s-active .s-option, button.edges.select.s-active .s-option, input[type=submit].select.s-active .s-option {
  position: relative;
  height: 40px;
  line-height: 40px;
}
.s-button.select:hover .s-offset, button.edges.select:hover .s-offset, input[type=submit].select:hover .s-offset {
  top: -3px;
}

@media screen and (max-width: 1280px) {
  .s-button, button {
    font-size: 18px;
  }
  a.buttonContainer .s-button, a.buttonContainer button {
    padding: 8px;
    width: 250px;
    height: 45px;
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  a.buttonContainer {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .s-button, button {
    font-size: 16px;
  }
}
.hero {
  position: relative;
  width: 100%;
  height: 300px;
}
.hero h1 {
  color: #fff;
}
.hero .heroWrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  /*Keyframes anim hero text*/
  /*Keyframes anim hero image*/
}
.hero .heroWrapper #heroText {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}
.hero .heroWrapper #heroText .row {
  height: 100%;
}
.hero .heroWrapper #heroText .row .titleTransform {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: heroTextAnimation 5s ease-in-out infinite alternate;
          animation: heroTextAnimation 5s ease-in-out infinite alternate;
}
.hero .heroWrapper #heroText .row .titleTransform .title {
  text-transform: uppercase;
  font-family: montBlack;
  font-size: 80px !important;
  margin-bottom: 0 !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero .heroWrapper #heroText .row .titleTransform .title.colored {
    color: #fff;
  }
}
.hero .heroWrapper #heroMedia {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero .heroWrapper #heroMedia .mediaContainer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero .heroWrapper #heroMedia .mediaContainer .mediaTransform {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.hero .heroWrapper #heroMedia .mediaContainer .mediaTransform .image, .hero .heroWrapper #heroMedia .mediaContainer .mediaTransform .video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -49%);
      -ms-transform: translate(-50%, -49%);
          transform: translate(-50%, -49%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
.hero .heroWrapper i.videoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  font-size: 80px;
  color: white;
  margin-top: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  cursor: pointer;
  z-index: 3;
}
.hero .heroWrapper i.videoIcon:hover {
  color: #cb194b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@-webkit-keyframes heroTextAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes heroTextAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes heroMediaAnimation {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes heroMediaAnimation {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.hero article {
  background-color: transparent !important;
}

#fleche {
  position: absolute;
  bottom: 8px;
  left: 50%;
  padding: 0;
  margin: 0 0 0 -30px;
  width: 60px !important;
}

@media screen and (max-width: 1280px) {
  .hero .heroWrapper #heroText .row .titleTransform .title {
    font-size: 55px !important;
  }
  .hero .heroWrapper #heroMedia {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .sectionLanding .hero {
    height: auto;
  }
  .sectionLanding .hero.fullHeight {
    min-height: unset;
  }
  .sectionLanding .hero .heroWrapper {
    position: relative;
    display: block;
    height: calc(100vh - 50px);
  }
  .hero .heroWrapper #heroText .row .titleTransform .title {
    margin: 0 auto !important;
    max-width: 500px;
    font-size: 45px !important;
  }
  .hero .heroWrapper #heroMedia {
    padding: 0;
  }
  .hero .heroWrapper #heroMedia .mediaContainer .mediaTransform .image, .hero .heroWrapper #heroMedia .mediaContainer .mediaTransform .video {
    width: auto;
    height: 100vh;
  }
}
@media screen and (max-width: 425px) {
  .hero .heroWrapper #heroText .row .titleTransform .title {
    max-width: 350px;
    font-size: 40px !important;
  }
}
form {
  margin-bottom: 50px;
}
form div {
  margin-left: 0 !important;
}
form input[type=text], form textarea {
  outline: none;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #272727;
  margin-bottom: 20px;
  background-color: #fff;
}
form input[type=text].error-field, form textarea.error-field {
  background-color: #ffc4c4;
}
form input[type=text] {
  width: 100% !important;
  max-width: none !important;
}
form textarea {
  resize: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.realHover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  padding-right: 20px;
  margin: 10px;
  background-repeat: no-repeat;
  background-position: 20px -20px;
  background-size: 95%;
  background-image: url("../images/Image_hover.jpg");
}
.realHover .infoReal {
  position: absolute;
  bottom: 40px;
  padding: 0 35px;
  z-index: 1;
}
.realHover .infoReal .spacer {
  position: relative;
  display: inline-block;
  height: 10px;
}
.realHover .infoReal h1, .realHover .infoReal h2, .realHover .infoReal h3, .realHover .infoReal h4, .realHover .infoReal h5, .realHover .infoReal h6 {
  color: #fff;
}
.realHover a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.realHover img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  padding-right: 20px;
  padding-top: 20px;
  z-index: 5;
}
.realHover:hover {
  background-position-y: 0px;
  background-size: 100%;
}
.realHover:hover img {
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

#videoPlayer {
  -webkit-transition: top 1s ease;
  -o-transition: top 1s ease;
  transition: top 1s ease;
  position: fixed;
  top: -105%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(45deg, #cb194b, #00bcbf, #1787b3);
  background-image: linear-gradient(45deg, #cb194b, #00bcbf, #1787b3);
  background-size: 150% 150%;
  z-index: 200;
  pointer-events: none;
}
#videoPlayer .videoClose {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #cb194b;
  border-radius: 50%;
  z-index: 10;
}
#videoPlayer .videoClose i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 50px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#videoPlayer .videoClose i:hover {
  color: #00bcbf;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#videoPlayer .videoContainer {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}
#videoPlayer .videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  /* remove styling for wordpress automatic p element */
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper p {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

.imageWrapper {
  position: relative;
  width: 100%;
  /* remove styling for wordpress automatic p element */
}
.imageWrapper img {
  width: 100%;
  height: auto;
}
.imageWrapper p {
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
}

body.front-page footer {
  display: none;
}

.preload {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 110%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  -webkit-transform: translate(-55%, -50%);
      -ms-transform: translate(-55%, -50%);
          transform: translate(-55%, -50%);
  top: 50%;
  left: 55%;
  z-index: 100;
}
.preload.complete {
  top: -50%;
}
.preload #timuxLoading {
  width: 150px;
}

.swiper-home {
  margin-top: 50px;
  height: calc(100vh - 50px);
}
.swiper-home .swiper-realisation-master {
  padding: 35px 75px 0 75px;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 1em;
}
.swiper-home .swiper-services-master {
  padding: 35px 100px 0 100px;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 1em;
}
.swiper-home .logoFallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.swiper-home .logoFallback.en, .swiper-home .logoFallback.fr {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 80%;
}
.swiper-home .logoFallback.en {
  background-image: url("../images/logo/2020_MUXMO_Logo_ang_Black.png");
}
.swiper-home .logoFallback.fr {
  background-image: url("../images/logo/2020_MUXMO_Logo_fr_Black.png");
}
.swiper-home section.sectionItem {
  position: relative;
  overflow: hidden;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.swiper-home section.sectionItem svg {
  position: relative;
  top: 0;
}
.swiper-home section.sectionItem.red {
  background-color: rgba(203, 25, 75, 0.4) !important;
}
.swiper-home section.sectionItem.teal {
  background-color: rgba(0, 188, 191, 0.4) !important;
}
.swiper-home section.sectionItem.blue {
  background-color: rgba(23, 135, 179, 0.4) !important;
}
.swiper-home section.sectionItem.displayRowBottom aside {
  right: 0;
  margin-right: 60%;
}
.swiper-home section.sectionItem.displayRowBottom aside svg {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scale(1.75) translateX(70px);
      -ms-transform: scale(1.75) translateX(70px);
          transform: scale(1.75) translateX(70px);
}
.swiper-home section.sectionItem.displayRowTop aside {
  left: 0;
  margin-left: 60%;
}
.swiper-home section.sectionItem.displayRowTop aside svg {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(1.75) translateX(-70px);
      -ms-transform: scale(1.75) translateX(-70px);
          transform: scale(1.75) translateX(-70px);
}
.swiper-home section.sectionItem.displayRowCenter {
  background-color: #fff;
}
.swiper-home section.sectionItem aside {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 0;
}
.swiper-home section.sectionItem aside .mask {
  width: 70%;
}
.swiper-home section.sectionItem aside .svgBG {
  height: 100vh;
  width: 50vw;
  max-width: 800px;
}
.swiper-home section.sectionItem aside mask rect {
  fill: #fff;
}
.swiper-home section.sectionItem aside rect.filler {
  fill: #fff;
}
.swiper-home section.sectionItem article.displayColumnLeft, .swiper-home section.sectionItem article.displayColumnRight, .swiper-home section.sectionItem article.displayColumnCenter {
  height: 100%;
}
.swiper-home section.sectionItem article.displayColumnLeft, .swiper-home section.sectionItem article.displayColumnRight {
  background-color: #fff;
  width: 60%;
}
.swiper-home section.sectionItem article.displayColumnRight {
  padding-left: 1.5em;
  padding-right: 5em;
}
.swiper-home section.sectionItem article.displayColumnLeft {
  padding-right: 1.5em;
  padding-left: 5em;
}
.swiper-home section.sectionItem article.displayColumnCenter {
  background-color: transparent !important;
  position: absolute;
  width: 100%;
}
.swiper-home section.sectionItem article .clientsTitle {
  font-size: 5em !important;
}
.swiper-home section.sectionItem.inverted h1, .swiper-home section.sectionItem.inverted h2, .swiper-home section.sectionItem.inverted h3, .swiper-home section.sectionItem.inverted h4, .swiper-home section.sectionItem.inverted h5, .swiper-home section.sectionItem.inverted h6, .swiper-home section.sectionItem.inverted p, .swiper-home section.sectionItem.inverted div {
  color: #fff;
}
.swiper-home section.sectionItem.inverted article {
  z-index: 2;
}
.swiper-home section.sectionItem.inverted article.displayColumnLeft, .swiper-home section.sectionItem.inverted article.displayColumnRight {
  background-color: transparent;
}
.swiper-home section.sectionItem.inverted aside {
  z-index: 1;
}
.swiper-home section.sectionItem.inverted aside path, .swiper-home section.sectionItem.inverted aside polygon {
  fill: rgba(203, 25, 75, 0.3);
}
.swiper-home .addressContainer {
  margin-bottom: 25px;
}
.swiper-home .addressContainer p {
  margin: 0;
}

#clients-logos {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.2;
}
#clients-logos .clients-images {
  position: relative;
  width: 100%;
}
#clients-logos .clients-images img {
  position: relative;
  width: 100%;
}
#clients-logos .clients-images.animate {
  -webkit-animation: clients-move 12s infinite linear;
          animation: clients-move 12s infinite linear;
}

@-webkit-keyframes clients-move {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes clients-move {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media screen and (max-width: 1280px) {
  .swiper-home section.sectionItem.displayRowBottom aside svg {
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scale(1.4) translateX(15px);
        -ms-transform: scale(1.4) translateX(15px);
            transform: scale(1.4) translateX(15px);
  }
  .swiper-home section.sectionItem.displayRowTop aside svg {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(1.4) translateX(-15px);
        -ms-transform: scale(1.4) translateX(-15px);
            transform: scale(1.4) translateX(-15px);
  }
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    width: 100%;
    text-align: center;
  }
  h4 {
    padding-left: 3em;
    padding-right: 3em;
  }
  aside.masks {
    display: none;
  }
  .swiper-home .addressContainer a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .swiper-home section.sectionItem {
    height: auto;
  }
  .swiper-home section.sectionItem article .clientsTitle {
    font-size: 12vw !important;
  }
  .swiper-home section.sectionItem article.displayColumnLeft, .swiper-home section.sectionItem article.displayColumnRight, .swiper-home section.sectionItem article.displayColumnCenter {
    background-color: #fff !important;
    position: relative;
    height: auto;
    min-height: 100vh;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .swiper-home section.sectionItem article.displayColumnLeft.filler, .swiper-home section.sectionItem article.displayColumnRight.filler, .swiper-home section.sectionItem article.displayColumnCenter.filler {
    display: none;
  }
  .swiper-home section.sectionItem.inverted article.displayColumnLeft, .swiper-home section.sectionItem.inverted article.displayColumnRight, .swiper-home section.sectionItem.inverted article.displayColumnCenter {
    background-color: transparent !important;
  }
  #clients-logos .clients-images {
    width: 127%;
  }
}
.aboutPhoto {
  position: relative;
  width: 100%;
  height: 325px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(39, 39, 39, 0.3);
          box-shadow: 0px 5px 15px 0px rgba(39, 39, 39, 0.3);
  background-image: url("../images/hero/Photo_Team_web_02_BW_B.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 4em;
}

.sectionAbout .sectionItem .desc h2 {
  max-width: 70%;
  font-size: 1.3em;
  margin-bottom: 1.3em;
}
.sectionAbout .sectionItem .infoExpensionPack {
  padding: 2px 5px;
  font-size: 15px;
  width: 100%;
  text-align: center;
  font-family: montBold;
  background-image: -webkit-gradient(linear, left top, right top, from(#1787b3), color-stop(#00bcbf), to(#cb194b));
  background-image: -o-linear-gradient(left, #1787b3, #00bcbf, #cb194b);
  background-image: linear-gradient(to right, #1787b3, #00bcbf, #cb194b);
  color: #fff;
}
.sectionAbout .sectionItem .infoMember {
  padding: 20px;
}
.sectionAbout .sectionItem .infoMember .photo {
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
  overflow: hidden;
}
.sectionAbout .sectionItem .infoMember .photo.texture1 {
  background-image: url("../textures/team/Texture_512px_01.gif");
}
.sectionAbout .sectionItem .infoMember .photo.texture1 .bg {
  background-color: #00bcbf;
}
.sectionAbout .sectionItem .infoMember .photo.texture2 {
  background-image: url("../textures/team/Texture_512px_02.gif");
}
.sectionAbout .sectionItem .infoMember .photo.texture2 .bg {
  background-color: #cb194b;
}
.sectionAbout .sectionItem .infoMember .photo.texture3 {
  background-image: url("../textures/team/Texture_512px_03.gif");
}
.sectionAbout .sectionItem .infoMember .photo.texture3 .bg {
  background-color: #1787b3;
}
.sectionAbout .sectionItem .infoMember .photo .bg {
  -webkit-transition: top 1s ease;
  -o-transition: top 1s ease;
  transition: top 1s ease;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sectionAbout .sectionItem .infoMember .photo img {
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  -o-transition: filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
  position: relative;
  width: 100%;
  z-index: 1;
}
.sectionAbout .sectionItem .infoMember .photo:hover .bg {
  top: 0;
}

@media screen and (max-width: 1280px) {
  .sectionAbout .sectionItem .desc h2 {
    max-width: 100%;
  }
}
.sectionRealisations .reelContainer {
  padding: 50px 0 !important;
}
.sectionRealisations .reelContainer #realisationsReel {
  padding-top: 25px;
}
.sectionRealisations .selectContainer p {
  margin-bottom: 50px;
}
.sectionRealisations .sectionItem:nth-child(4) {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-color: #fff !important;
}
.sectionRealisations .sectionItem:nth-child(3) {
  padding: 3em 0 !important;
}
.sectionRealisations .sectionItem h1 {
  display: inline-block;
}
.sectionRealisations .sectionItem .selectContainer {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.sectionRealisations .sectionItem .selectContainer .realisationsDesc {
  padding-top: 10px;
}
.sectionRealisations .sectionItem div.sectionProjets {
  width: 100%;
}
.sectionRealisations .sectionItem div.sectionProjets h1 {
  margin-bottom: 20px;
}
.sectionRealisations .sectionItem div.sectionProjets .project {
  margin-bottom: 50px;
}
.sectionRealisations .sectionItem div.sectionProjets .project a {
  position: relative;
  width: 100%;
  display: inline-block;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}
.sectionRealisations .sectionItem div.sectionProjets .project a.texture1 {
  background-image: url("../textures/team/256-25/Texture01.gif");
}
.sectionRealisations .sectionItem div.sectionProjets .project a.texture2 {
  background-image: url("../textures/team/256-25/Texture02.gif");
}
.sectionRealisations .sectionItem div.sectionProjets .project a.texture3 {
  background-image: url("../textures/team/256-25/Texture03.gif");
}
.sectionRealisations .sectionItem div.sectionProjets .project a article {
  position: relative;
  overflow: hidden;
}
.sectionRealisations .sectionItem div.sectionProjets .project a article .title {
  color: #fff;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 15px;
  padding-bottom: 5px;
}
.sectionRealisations .sectionItem div.sectionProjets .project a article .infoReal {
  position: absolute;
  top: 55px;
  left: 0;
  padding: 20px 15px 0 15px;
}
.sectionRealisations .sectionItem div.sectionProjets .project a article .infoReal .client, .sectionRealisations .sectionItem div.sectionProjets .project a article .infoReal .desc {
  color: #fff;
  font-family: montBook;
}
.sectionRealisations .sectionItem div.sectionProjets .project a article .infoReal .client {
  font-size: 1.1em;
}
.sectionRealisations .sectionItem div.sectionProjets .project a article .infoReal .desc {
  font-size: 1em;
}
.sectionRealisations .sectionItem div.sectionProjets .project a article .infoReal h4 {
  margin-bottom: 20px;
}
.sectionRealisations .sectionItem div.sectionProjets .project a article img {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  width: 100%;
  z-index: 5;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sectionRealisations .sectionItem div.sectionProjets .project a:hover img {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 150px);
      -ms-transform: translate(0, 150px);
          transform: translate(0, 150px);
}

.realisationsItem {
  margin-bottom: 50px !important;
  padding: 0 10px !important;
}
.realisationsItem.small {
  height: 400px;
  overflow: hidden;
}
.realisationsItem a {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  overflow: hidden;
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #1787b3;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}
.realisationsItem a.colored-1, .realisationsItem a.colored-2, .realisationsItem a.colored-3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#cb194b), to(#1787b3));
  background-image: -o-linear-gradient(left, #cb194b, #1787b3);
  background-image: linear-gradient(to right, #cb194b, #1787b3);
  background-size: 150% 150%;
}
.realisationsItem a article {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.realisationsItem a article .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  white-space: nowrap;
  overflow: hidden !important;
  font-size: 15px !important;
  font-family: montBold;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 15px;
  z-index: 6;
}
.realisationsItem a article .thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-top: 45px;
  z-index: 5;
}
.realisationsItem a article .thumb .thumb-transform {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.realisationsItem a article .thumb .thumb-transform img {
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  -o-transition: filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.realisationsItem a:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.realisationsItem a:hover .thumb .thumb-transform {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .swiper-realisation-master .swiper-realisation-masterScroll .realisationsItem a article .title {
    font-size: 12px !important;
    padding: 10px;
    padding-bottom: 2px;
  }
  .swiper-realisation-master .swiper-realisation-masterScroll .realisationsItem a article .thumb {
    width: 200px;
  }
}
.carrouselServices {
  padding-bottom: 4em;
  width: 70%;
  margin: 0 auto;
}

.itemCarrouselServicesAccueil, .itemCarrouselServices {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  cursor: pointer;
  text-align: center;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.itemCarrouselServicesAccueil a, .itemCarrouselServices a {
  width: 100%;
}
.itemCarrouselServicesAccueil p, .itemCarrouselServices p {
  margin: 0 !important;
}
.itemCarrouselServicesAccueil:hover, .itemCarrouselServices:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.itemCarrouselServicesAccueil {
  margin: 0;
}
.itemCarrouselServicesAccueil .itemCarrouselServices_description {
  border-radius: 10px;
  padding: 10px;
  background: transparent;
}
.itemCarrouselServicesAccueil .itemCarrouselServices_description p, .itemCarrouselServicesAccueil .itemCarrouselServices_description h4 {
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.itemCarrouselServicesAccueil:hover .itemCarrouselServices_description {
  background-scale: 150% 150%;
}
.serviceLink {
  padding: 0 30px;
}

.servicesFaded {
  position: relative;
  top: -100px;
  left: -300px;
  opacity: 0.5;
  width: 0%;
}

.sectionServices .serviceTitleContainer h1 {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
}
.sectionServices .serviceDescContainer h2 {
  font-size: 1.25em;
}
.sectionServices .serviceDescContainer p {
  margin-bottom: 50px;
}

@media screen and (max-width: 1280px) {
  .itemCarrouselServicesAccueil, .itemCarrouselServices {
    padding: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  .itemCarrouselServicesAccueil p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .carrouselServices {
    padding: 0 15vw;
  }
}
@media screen and (max-width: 425px) {
  .sectionServices .serviceTitleContainer .scrollLine .line {
    width: 100%;
  }
}
.sectionContact {
  min-height: 100vh;
  width: 100%;
}
.sectionContact .sectionMap {
  width: 100%;
  margin-top: 150px;
  z-index: 2;
}
.sectionContact .sectionMap .title {
  color: #fff;
  margin: 0;
}
.sectionContact .sectionMap iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 100%;
  height: 300px;
  -webkit-box-shadow: 0px 7px 18px 0px rgba(39, 39, 39, 0.2);
          box-shadow: 0px 7px 18px 0px rgba(39, 39, 39, 0.2);
}
.sectionContact .sectionDescription {
  position: relative;
  z-index: 1;
}
.sectionContact .sectionDescription .addressContainer p {
  margin: 0;
}
.sectionContact .sectionForm {
  position: relative;
  width: 100%;
  padding-top: 75px;
  background-color: #fff;
  z-index: 1;
}

.sectionItemContact {
  padding-bottom: 30px;
}
.sectionItemContact .contactAddress p {
  display: block;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .sectionContact .sectionItemContact .contactAddress {
    text-align: center;
  }
  .sectionContact .sectionItemContact .contactAddress p {
    display: inline-block;
  }
  .sectionContact .courriel {
    text-align: center;
    display: block;
  }
}
.itemLettersAnim {
  position: fixed;
  width: 1500px;
  z-index: -1;
  opacity: 25%;
}

#play {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 400px;
  z-index: 10;
  cursor: pointer;
  margin: none;
}

#mux-motion {
  width: 100%;
  margin-bottom: 30px;
}

#SVG_studio {
  width: 100%;
  margin: 0;
}

#animProcessus {
  width: 80%;
  margin: 0 auto;
}

#timuxTalk {
  text-align: center;
  padding-top: 35px;
}
#timuxTalk svg {
  width: 50% !important;
  margin: 0 auto;
}

#SVG_clients_6Ans {
  width: 100vw;
  max-width: 500px;
  margin: 0 auto;
}

#realisations-loop-anim {
  position: relative;
  left: -250px;
  width: 100vw;
  /*-webkit-mask-image: url(#hole-U);
   	mask-image: url(#hole-U);*/
}

.timuxContact {
  position: relative;
  width: 200px;
}

.mainAnimPosition {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.SVGTaglineContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200%;
  padding: 40px 0;
}

.SVGTagline {
  width: 50%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

#SVGTagline_1 {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

#SVGTagline_2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes SVGTaglineAnimation {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes SVGTaglineAnimation {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 1280px) {
  #animProcessus {
    width: 100%;
  }
  #timuxTalk {
    text-align: center;
  }
  .SVGTaglineContainer {
    padding: 20px 0;
  }
  .SVGTagline {
    width: 60%;
  }
  .itemLettersAnim {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .SVGTaglineContainer {
    padding: 15px 0;
  }
  .SVGTagline {
    width: 75%;
  }
  #play {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .SVGTaglineContainer {
    padding: 10px 0;
  }
  .SVGTagline {
    width: 85%;
  }
}
.sectionProjectTemplate .projectRecap .mediaRecap {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sectionProjectTemplate .projectRecap .details {
  font-family: montBook;
  line-height: 1.3em;
}
.sectionProjectTemplate .projectRecap .details span {
  display: inline-block;
  font-family: montBold;
}
.sectionProjectTemplate .projectRecap .details span:after {
  content: "";
  display: block;
  width: 110%;
  height: 2px;
  position: relative;
  top: -2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1787b3), color-stop(#00bcbf), to(#cb194b));
  background-image: -o-linear-gradient(left, #1787b3, #00bcbf, #cb194b);
  background-image: linear-gradient(to right, #1787b3, #00bcbf, #cb194b);
}
.sectionProjectTemplate .projectDescription {
  padding-top: 3em;
}
.sectionProjectTemplate .infoPreviewProject {
  -webkit-transform: rotate(-90deg) translateX(-100px) translateY(-100px);
}
.sectionProjectTemplate img {
  width: 100%;
  height: auto;
}
.sectionProjectTemplate .ProjetsSimilaires {
  padding-bottom: 6em !important;
  width: 100%;
}
.sectionProjectTemplate .display_desktop_real {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .sectionProjectTemplate .projectRecap .details {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 90%;
  }
}