body {
  padding: 0;
  margin: 0;
  min-height: 480px;
  font-family: "myriad-pro", helvetica, arial, sans-serif;
}
body.noscroll {
  overflow: hidden !important;
}

.site {
  position: relative;
}

.topBar {
  height: 75px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: #7b16ce;
  background: -webkit-linear-gradient(left, #7b16ce; 0%, #1997c1 100%);
  background: linear-gradient(to right, #7b16ce 0%, #1997c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$magenta', endColorstr='$orange',GradientType=1 );
}
@media (max-width: 400px) {
  .topBar {
    height: 40px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .topBar {
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topBar {
    height: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topBar {
    height: 60px;
  }
}
.topBar .left img {
  float: left;
  margin: 5px 5px 5px 40px;
}
@media (max-width: 400px) {
  .topBar .left img {
    margin: 2px 2px 2px 15px;
    height: 36px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .topBar .left img {
    margin: 2px 2px 2px 20px;
    height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topBar .left img {
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topBar .left img {
    height: 50px;
  }
}
.topBar .left .slogan {
  float: left;
  color: #ffffff;
  margin-left: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 11.5px;
}
@media (max-width: 400px) {
  .topBar .left .slogan {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 2px;
    font-weight: 600;
    margin-left: 10px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .topBar .left .slogan {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 2px;
    font-weight: 600;
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topBar .left .slogan {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topBar .left .slogan {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 8px;
  }
}
.topBar .right {
  float: right;
}
.topBar .right a {
  color: #ffffff;
  font-size: 30px;
  text-decoration: none;
  line-height: 75px;
  margin-right: 40px;
}
@media (max-width: 400px) {
  .topBar .right a {
    font-size: 18px;
    line-height: 40px;
    margin-right: 15px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .topBar .right a {
    font-size: 22px;
    line-height: 40px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topBar .right a {
    font-size: 24px;
    line-height: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topBar .right a {
    font-size: 24px;
    line-height: 60px;
  }
}

#fullpage {
  z-index: 1;
}

.section {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 400px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bottomBar {
  height: 75px;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #7b16ce;
  padding: 0 40px;
}
@media (max-width: 400px) {
  .bottomBar {
    height: 40px;
    padding: 0 15px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .bottomBar {
    height: 40px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottomBar {
    height: 60px;
    padding: 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bottomBar {
    height: 60px;
    padding: 0 40px;
  }
}
.bottomBar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 400px) {
  .bottomBar ul {
    height: 40px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .bottomBar ul {
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottomBar ul {
    height: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bottomBar ul {
    height: 60px;
  }
}
.bottomBar ul li {
  display: inline-block;
  margin-right: 60px;
}
@media (max-width: 400px) {
  .bottomBar ul li {
    margin-right: 20px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .bottomBar ul li {
    margin-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottomBar ul li {
    margin-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bottomBar ul li {
    margin-right: 50px;
  }
}
.bottomBar ul li:last-child {
  margin-right: 0;
}
.bottomBar ul li.active a {
  border-bottom-color: #ffffff;
}
.bottomBar ul li a {
  color: #ffffff;
  text-decoration: none;
  line-height: 75px;
  font-size: 30px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  border-bottom: 3px solid transparent;
}
@media (max-width: 400px) {
  .bottomBar ul li a {
    line-height: 40px;
    font-size: 20px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .bottomBar ul li a {
    line-height: 40px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottomBar ul li a {
    line-height: 60px;
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bottomBar ul li a {
    line-height: 60px;
    font-size: 26px;
  }
}

/*.fullpageContainer {
    height: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
}*/
/*.section.accueil2 {
    position: relative;
    background-image: url(https://www.grmp.ca/images/Video-Back.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    
    .phrase {
        text-align: center;
        color: #ffffff;
        font-size: 36px;
        font-weight: bold;
        margin-top: 50px;
    }
    .play {
        text-align: center;
        margin-top: 250px;
        cursor: pointer;
    }
}*/
.section.accueil {
  position: relative;
  background-color: #ffffff;
}

.section.accueil .videoCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.section.accueil #player {
  width: 100%;
}
.section.accueil .container[data-container] {
  background: linear-gradient(to right, black, navy, black);
}
.section.accueil #homeVideo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
}

.section.agence {
  background-color: #24293D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section.agence #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 400px) {
  .section.agence #particles-js {
    display: none;
  }
}
.section.agence .agenceContainer {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 25px 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(36, 41, 61, 0.8);
  width: 80%;
  text-align: center;
  border: 5px solid #ffffff;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 400px) {
  .section.agence .agenceContainer {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 10px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .section.agence .agenceContainer {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 15px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.agence .agenceContainer {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section.agence .agenceContainer {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.section.agence .agenceContainer .phrase {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 400px) {
  .section.agence .agenceContainer .phrase {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .section.agence .agenceContainer .phrase {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.agence .agenceContainer .phrase {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section.agence .agenceContainer .phrase {
    font-size: 32px;
  }
}
.section.agence .agenceContainer img {
  height: 100%;
}
.section.agence .agenceContainer .mask {
  height: 300px;
  min-height: 300px;
  width: 468px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .section.agence .agenceContainer .mask {
    height: 240px;
    min-height: 240px;
    width: 374.4px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.agence .agenceContainer .mask {
    height: 210px;
    min-height: 210px;
    width: 327.6px;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .section.agence .agenceContainer .mask {
    height: 180px;
    min-height: 180px;
    width: 280.8px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .section.agence .agenceContainer .mask {
    height: 120px;
    min-height: 120px;
    width: 187.2px;
  }
}
.section.agence .agenceContainer .mask img {
  position: absolute;
  top: 0;
  left: 0;
}
.section.agence .agenceContainer .mask.out img {
  -webkit-animation: backTeam 1800ms steps(6) forwards;
          animation: backTeam 1800ms steps(6) forwards;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .section.agence .agenceContainer .mask.out img {
    -webkit-animation: backTeam1199 1800ms steps(6) forwards;
            animation: backTeam1199 1800ms steps(6) forwards;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.agence .agenceContainer .mask.out img {
    -webkit-animation: backTeam991 1800ms steps(6) forwards;
            animation: backTeam991 1800ms steps(6) forwards;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .section.agence .agenceContainer .mask.out img {
    -webkit-animation: backTeam767 1800ms steps(6) forwards;
            animation: backTeam767 1800ms steps(6) forwards;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .section.agence .agenceContainer .mask.out img {
    -webkit-animation: backTeam400 1800ms steps(6) forwards;
            animation: backTeam400 1800ms steps(6) forwards;
  }
}
.section.agence .agenceContainer .mask.over img {
  -webkit-animation: playTeam 1800ms steps(6) forwards;
          animation: playTeam 1800ms steps(6) forwards;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .section.agence .agenceContainer .mask.over img {
    -webkit-animation: playTeam1199 1800ms steps(6) forwards;
            animation: playTeam1199 1800ms steps(6) forwards;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.agence .agenceContainer .mask.over img {
    -webkit-animation: playTeam991 1800ms steps(6) forwards;
            animation: playTeam991 1800ms steps(6) forwards;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .section.agence .agenceContainer .mask.over img {
    -webkit-animation: playTeam767 1800ms steps(6) forwards;
            animation: playTeam767 1800ms steps(6) forwards;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .section.agence .agenceContainer .mask.over img {
    -webkit-animation: playTeam400 1800ms steps(6) forwards;
            animation: playTeam400 1800ms steps(6) forwards;
  }
}
@-webkit-keyframes playTeam {
  0% {
    left: 0px;
  }
  100% {
    left: -2808px;
  }
}
@keyframes playTeam {
  0% {
    left: 0px;
  }
  100% {
    left: -2808px;
  }
}
@-webkit-keyframes backTeam {
  0% {
    left: -2808px;
  }
  100% {
    left: 0px;
  }
}
@keyframes backTeam {
  0% {
    left: -2808px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes playTeam400 {
  0% {
    left: 0px;
  }
  100% {
    left: -1123.2px;
  }
}
@keyframes playTeam400 {
  0% {
    left: 0px;
  }
  100% {
    left: -1123.2px;
  }
}
@-webkit-keyframes backTeam400 {
  0% {
    left: -1123.2px;
  }
  100% {
    left: 0px;
  }
}
@keyframes backTeam400 {
  0% {
    left: -1123.2px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes playTeam767 {
  0% {
    left: 0px;
  }
  100% {
    left: -1684.8px;
  }
}
@keyframes playTeam767 {
  0% {
    left: 0px;
  }
  100% {
    left: -1684.8px;
  }
}
@-webkit-keyframes backTeam767 {
  0% {
    left: -1684.8px;
  }
  100% {
    left: 0px;
  }
}
@keyframes backTeam767 {
  0% {
    left: -1684.8px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes playTeam991 {
  0% {
    left: 0px;
  }
  100% {
    left: -1965.6px;
  }
}
@keyframes playTeam991 {
  0% {
    left: 0px;
  }
  100% {
    left: -1965.6px;
  }
}
@-webkit-keyframes backTeam991 {
  0% {
    left: -1965.6px;
  }
  100% {
    left: 0px;
  }
}
@keyframes backTeam991 {
  0% {
    left: -1965.6px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes playTeam1199 {
  0% {
    left: 0px;
  }
  100% {
    left: -2246.4px;
  }
}
@keyframes playTeam1199 {
  0% {
    left: 0px;
  }
  100% {
    left: -2246.4px;
  }
}
@-webkit-keyframes backTeam1199 {
  0% {
    left: -2246.4px;
  }
  100% {
    left: 0px;
  }
}
@keyframes backTeam1199 {
  0% {
    left: -2246.4px;
  }
  100% {
    left: 0px;
  }
}
.section.agence .agenceContainer .text {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 400px) {
  .section.agence .agenceContainer .text {
    font-size: 14px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .section.agence .agenceContainer .text {
    font-size: 16px;
  }
}

.section.services .serviceContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  .section.services .serviceContainer {
    padding: 0;
  }
}
.section.services .serviceContainer .service {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .section.services .serviceContainer .service {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.section.services .serviceContainer .service, .section.services .serviceContainer .service *, .section.services .serviceContainer .service .box:before, .section.services .serviceContainer .service .box:after {
  -webkit-transition: all .75s;
  transition: all .75s;
}
.section.services .serviceContainer .service.red .box {
  border-color: #ED3129;
}
.section.services .serviceContainer .service.red .box:before {
  border-right-color: #ED3129;
  border-bottom-color: #ED3129;
}
.section.services .serviceContainer .service.red .box.over, .section.services .serviceContainer .service.red .box.clicked, html.touchevents .section.services .serviceContainer .service.red .box {
  background-color: #ED3129;
}
.section.services .serviceContainer .service.red .box.over:before, .section.services .serviceContainer .service.red .box.clicked:before, html.touchevents .section.services .serviceContainer .service.red .box:before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.section.services .serviceContainer .service.red .box.over:after, .section.services .serviceContainer .service.red .box.clicked:after, html.touchevents .section.services .serviceContainer .service.red .box:after {
  color: #ED3129;
}
.section.services .serviceContainer .service.red .title {
  color: #ED3129;
}
.section.services .serviceContainer .service.magenta .box {
  border-color: #7b16ce;
}
.section.services .serviceContainer .service.magenta .box:before {
  border-right-color: #7b16ce;
  border-bottom-color: #7b16ce;
}
.section.services .serviceContainer .service.magenta .box.over, .section.services .serviceContainer .service.magenta .box.clicked, html.touchevents .section.services .serviceContainer .service.magenta .box {
  background-color: #7b16ce;
}
.section.services .serviceContainer .service.magenta .box.over:before, .section.services .serviceContainer .service.magenta .box.clicked:before, html.touchevents .section.services .serviceContainer .service.magenta .box:before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.section.services .serviceContainer .service.magenta .box.over:after, .section.services .serviceContainer .service.magenta .box.clicked:after, html.touchevents .section.services .serviceContainer .service.magenta .box:after {
  color: #7b16ce;
}
.section.services .serviceContainer .service.magenta .title {
  color: #7b16ce;
}
.section.services .serviceContainer .service.orange .box {
  border-color: #1997c1;
}
.section.services .serviceContainer .service.orange .box:before {
  border-right-color: #1997c1;
  border-bottom-color: #1997c1;
}
.section.services .serviceContainer .service.orange .box.over, .section.services .serviceContainer .service.orange .box.clicked, html.touchevents .section.services .serviceContainer .service.orange .box {
  background-color: #1997c1;
}
.section.services .serviceContainer .service.orange .box.over:before, .section.services .serviceContainer .service.orange .box.clicked:before, html.touchevents .section.services .serviceContainer .service.orange .box:before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.section.services .serviceContainer .service.orange .box.over:after, .section.services .serviceContainer .service.orange .box.clicked:after, html.touchevents .section.services .serviceContainer .service.orange .box:after {
  color: #1997c1;
}
.section.services .serviceContainer .service.orange .title {
  color: #1997c1;
}
.section.services .serviceContainer .service.purple .box {
  border-color: #688A08;
}
.section.services .serviceContainer .service.purple .box:before {
  border-right-color: #688A08;
  border-bottom-color: #688A08;
}
.section.services .serviceContainer .service.purple .box.over, .section.services .serviceContainer .service.purple .box.clicked, html.touchevents .section.services .serviceContainer .service.purple .box {
  background-color: #688A08;
}
.section.services .serviceContainer .service.purple .box.over:before, .section.services .serviceContainer .service.purple .box.clicked:before, html.touchevents .section.services .serviceContainer .service.purple .box:before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.section.services .serviceContainer .service.purple .box.over:after, .section.services .serviceContainer .service.purple .box.clicked:after, html.touchevents .section.services .serviceContainer .service.purple .box:after {
  color: #688A08;
}
.section.services .serviceContainer .service.purple .title {
  color: #688A08;
}
.section.services .serviceContainer .service .inner {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.section.services .serviceContainer .service .box {
  border: 5px solid transparent;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.section.services .serviceContainer .service .box:after {
  content: '\f067';
  font-family: FontAwesome;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 15;
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
.section.services .serviceContainer .service .box:before {
  position: absolute;
  bottom: -5px;
  right: -5px;
  content: '';
  border-color: transparent;
  border-style: solid;
  border-width: 50px;
  z-index: 10;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .section.services .serviceContainer .service .box {
    padding: 30px 40px;
  }
  .section.services .serviceContainer .service .box .title {
    font-size: 40px;
  }
  .section.services .serviceContainer .service .box:after {
    font-size: 36px;
    line-height: 36px;
    width: 36px;
  }
  .section.services .serviceContainer .service .box:before {
    border-width: 46px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.services .serviceContainer .service .box {
    padding: 25px 35px;
  }
  .section.services .serviceContainer .service .box .title {
    font-size: 30px;
  }
  .section.services .serviceContainer .service .box:after {
    font-size: 28px;
    line-height: 28px;
    width: 28px;
  }
  .section.services .serviceContainer .service .box:before {
    border-width: 38px;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .section.services .serviceContainer .service .box {
    padding: 20px 30px;
  }
  .section.services .serviceContainer .service .box .title {
    font-size: 20px;
  }
  .section.services .serviceContainer .service .box:after {
    font-size: 24px;
    line-height: 24px;
    width: 24px;
  }
  .section.services .serviceContainer .service .box:before {
    border-width: 34px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .section.services .serviceContainer .service .box {
    padding: 15px 20px;
  }
  .section.services .serviceContainer .service .box .title {
    font-size: 16px;
  }
  .section.services .serviceContainer .service .box:after {
    font-size: 20px;
    line-height: 20px;
    width: 20px;
  }
  .section.services .serviceContainer .service .box:before {
    border-width: 30px;
  }
}
html:not(.touchevents) .section.services .serviceContainer .service .box.over, html:not(.touchevents) .section.services .serviceContainer .service .box.clicked, html.touchevents .section.services .serviceContainer .service .box {
  padding-top: 15px;
}
html:not(.touchevents) .section.services .serviceContainer .service .box.over .title, html:not(.touchevents) .section.services .serviceContainer .service .box.clicked .title, html.touchevents .section.services .serviceContainer .service .box .title {
  color: #ffffff;
}
html:not(.touchevents) .section.services .serviceContainer .service .box.over .desc, html:not(.touchevents) .section.services .serviceContainer .service .box.clicked .desc, html.touchevents .section.services .serviceContainer .service .box .desc {
  opacity: 1;
}
.section.services .serviceContainer .service .title {
  font-size: 50px;
}
@media (max-width: 767px), (max-height: 767px) {
  .section.services .serviceContainer .service .title br {
    display: none;
  }
}
.section.services .serviceContainer .service .desc {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  opacity: 0;
  font-size: 16px;
}
@media (max-width: 400px), (max-height: 400px) {
  .section.services .serviceContainer .service .desc {
    font-size: 14px;
  }
}

.overlay {
  background-color: rgba(0, 0, 0, 0.45);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  display: none;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  position: fixed;
  overflow-y: auto;
  -ms-overflow-style: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.overlay::-webkit-scrollbar {
  display: none;
}
.overlay.visible {
  opacity: 1;
  display: block;
}
.overlay .popup {
  background-color: #ED3129;
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  box-shadow: 0 5px 16px 10px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.overlay .popup.red {
  background-color: #ED3129;
}
.overlay .popup.red:after {
  color: #ED3129;
}
.overlay .popup.magenta {
  background-color: #7b16ce;
}
.overlay .popup.magenta:after {
  color: #7b16ce;
}
.overlay .popup.orange {
  background-color: #1997c1;
}
.overlay .popup.orange:after {
  color: #1997c1;
}
.overlay .popup.purple {
  background-color: #688A08;
}
.overlay .popup.purple:after {
  color: #688A08;
}
.overlay .popup:after {
  content: '\f068';
  font-family: FontAwesome;
  color: #ED3129;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 15;
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
}
.overlay .popup:before {
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: '';
  border-color: transparent;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-style: solid;
  border-width: 50px;
  z-index: 10;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .overlay .popup:after {
    font-size: 36px;
    line-height: 36px;
    width: 36px;
  }
  .overlay .popup:before {
    border-width: 46px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .overlay .popup:after {
    font-size: 28px;
    line-height: 28px;
    width: 28px;
  }
  .overlay .popup:before {
    border-width: 38px;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .overlay .popup:after {
    font-size: 24px;
    line-height: 24px;
    width: 24px;
  }
  .overlay .popup:before {
    border-width: 34px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .overlay .popup:after {
    font-size: 20px;
    line-height: 20px;
    width: 20px;
  }
  .overlay .popup:before {
    border-width: 30px;
  }
}
.overlay .popup .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .overlay .popup .text {
    padding: 15px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .overlay .popup .text {
    padding: 15px 25px;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .overlay .popup .text {
    padding: 10px 20px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .overlay .popup .text {
    padding: 10px 15px;
  }
}
.overlay .popup .titleMain {
  font-size: 50px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .overlay .popup .titleMain {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .overlay .popup .titleMain {
    font-size: 30px;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .overlay .popup .titleMain {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .overlay .popup .titleMain {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
}
.overlay .popup .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.overlay .popup .blocks::-webkit-scrollbar {
  display: none;
}
@media (max-width: 500px), (max-height: 500px) {
  .overlay .popup .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.overlay .popup .blocks .block {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 400px), (max-height: 400px) {
  .overlay .popup .blocks .block {
    font-size: 14px;
  }
}
.overlay .popup .blocks .block .innerBlock {
  padding-right: 30px;
}
.overlay .popup .blocks .block.four {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media (max-width: 900px) {
  .overlay .popup .blocks .block.four {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.overlay .popup .blocks .block:last-child .innerBlock {
  padding-right: 0;
}
.overlay .popup .blocks .block .title {
  font-weight: 600;
  text-decoration: underline;
  font-size: 24px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .overlay .popup .blocks .block .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .overlay .popup .blocks .block .title {
    font-size: 18px;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .overlay .popup .blocks .block .title {
    font-size: 16px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .overlay .popup .blocks .block .title {
    font-size: 15px;
  }
}
.overlay .popup .blocks .block ul {
  list-style-type: none;
  padding: 0;
}
.overlay .popup .blocks .block ul li {
  padding-left: 25px;
  position: relative;
}
.overlay .popup .blocks .block ul li:before {
  font-family: FontAwesome;
  content: '\f101';
  position: absolute;
  left: 0;
  top: 2px;
}
.overlay .popup .link {
  text-align: center;
}
@media (max-width: 500px), (max-height: 500px) {
  .overlay .popup .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 20px;
  }
}
.overlay .popup .link a {
  color: #ffffff;
  font-size: 24px;
}
.overlay .popup .link a + a {
  margin-left: 20px;
}
.overlay .popup .link a .fa {
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .overlay .popup .link a {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .overlay .popup .link a {
    font-size: 18px;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .overlay .popup .link a {
    font-size: 16px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .overlay .popup .link a {
    font-size: 14px;
  }
}

.sliderContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
}

.section.equipe .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  left: 0;
}
.section.equipe .row .teammate {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}
.section.equipe .row .teammate.anim-6 .box {
  padding: 25px;
  background-image: url(http://www.auplod.com/u/padoulaf371.png);
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  background-size: 100%;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-6 .box {
    height: 200px;
    width: 200px;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-6 .box {
    height: 175px;
    width: 175px;
    padding: 17.5px;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-6 .box {
    height: 200px;
    width: 200px;
    padding: 20px;
  }
}
.section.equipe .row .teammate.anim-6 .mask {
  height: 250px;
  width: 250px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-6 .mask {
    height: 200px;
    min-height: 200px;
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-6 .mask {
    height: 175px;
    min-height: 175px;
    width: 175px;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-6 .mask {
    height: 200px;
    min-height: 200px;
    width: 200px;
  }
}
.section.equipe .row .teammate.anim-6 .mask img {
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-6 .mask img {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-6 .mask img {
    height: 175px;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-6 .mask img {
    height: 200px;
  }
}
.section.equipe .row .teammate.anim-6 .mask.out img {
  -webkit-animation: back-6 1500ms steps(5) forwards;
          animation: back-6 1500ms steps(5) forwards;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-6 .mask.out img {
    -webkit-animation: back-61199 1500ms steps(5) forwards;
            animation: back-61199 1500ms steps(5) forwards;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-6 .mask.out img {
    -webkit-animation: back-6991 1500ms steps(5) forwards;
            animation: back-6991 1500ms steps(5) forwards;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-6 .mask.out img {
    -webkit-animation: back-61199 1500ms steps(5) forwards;
            animation: back-61199 1500ms steps(5) forwards;
  }
}
.section.equipe .row .teammate.anim-6 .mask.over img {
  -webkit-animation: play-6 1500ms steps(5) forwards;
          animation: play-6 1500ms steps(5) forwards;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-6 .mask.over img {
    -webkit-animation: play-61199 1500ms steps(5) forwards;
            animation: play-61199 1500ms steps(5) forwards;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-6 .mask.over img {
    -webkit-animation: play-6991 1500ms steps(5) forwards;
            animation: play-6991 1500ms steps(5) forwards;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-6 .mask.over img {
    -webkit-animation: play-61199 1500ms steps(5) forwards;
            animation: play-61199 1500ms steps(5) forwards;
  }
}
@-webkit-keyframes play-6 {
  0% {
    left: 0px;
  }
  100% {
    left: -1250px;
  }
}
@keyframes play-6 {
  0% {
    left: 0px;
  }
  100% {
    left: -1250px;
  }
}
@-webkit-keyframes back-6 {
  0% {
    left: -1250px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-6 {
  0% {
    left: -1250px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes play-6400 {
  0% {
    left: 0px;
  }
  100% {
    left: -500px;
  }
}
@keyframes play-6400 {
  0% {
    left: 0px;
  }
  100% {
    left: -500px;
  }
}
@-webkit-keyframes back-6400 {
  0% {
    left: -500px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-6400 {
  0% {
    left: -500px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes play-6767 {
  0% {
    left: 0px;
  }
  100% {
    left: -750px;
  }
}
@keyframes play-6767 {
  0% {
    left: 0px;
  }
  100% {
    left: -750px;
  }
}
@-webkit-keyframes back-6767 {
  0% {
    left: -750px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-6767 {
  0% {
    left: -750px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes play-6991 {
  0% {
    left: 0px;
  }
  100% {
    left: -875px;
  }
}
@keyframes play-6991 {
  0% {
    left: 0px;
  }
  100% {
    left: -875px;
  }
}
@-webkit-keyframes back-6991 {
  0% {
    left: -875px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-6991 {
  0% {
    left: -875px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes play-61199 {
  0% {
    left: 0px;
  }
  100% {
    left: -1000px;
  }
}
@keyframes play-61199 {
  0% {
    left: 0px;
  }
  100% {
    left: -1000px;
  }
}
@-webkit-keyframes back-61199 {
  0% {
    left: -1000px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-61199 {
  0% {
    left: -1000px;
  }
  100% {
    left: 0px;
  }
}
.section.equipe .row .teammate.anim-8 .box {
  padding: 25px;
  background-image: url(http://www.auplod.com/u/padoulaf371.png);
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  background-size: 100%;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-8 .box {
    height: 200px;
    width: 200px;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-8 .box {
    height: 175px;
    width: 175px;
    padding: 17.5px;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-8 .box {
    height: 200px;
    width: 200px;
    padding: 20px;
  }
}
.section.equipe .row .teammate.anim-8 .mask {
  height: 250px;
  width: 250px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-8 .mask {
    height: 200px;
    min-height: 200px;
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-8 .mask {
    height: 175px;
    min-height: 175px;
    width: 175px;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-8 .mask {
    height: 200px;
    min-height: 200px;
    width: 200px;
  }
}
.section.equipe .row .teammate.anim-8 .mask img {
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-8 .mask img {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-8 .mask img {
    height: 175px;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-8 .mask img {
    height: 200px;
  }
}
.section.equipe .row .teammate.anim-8 .mask.out img {
  -webkit-animation: back-8 2100ms steps(7) forwards;
          animation: back-8 2100ms steps(7) forwards;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-8 .mask.out img {
    -webkit-animation: back-81199 2100ms steps(7) forwards;
            animation: back-81199 2100ms steps(7) forwards;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-8 .mask.out img {
    -webkit-animation: back-8991 2100ms steps(7) forwards;
            animation: back-8991 2100ms steps(7) forwards;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-8 .mask.out img {
    -webkit-animation: back-81199 2100ms steps(7) forwards;
            animation: back-81199 2100ms steps(7) forwards;
  }
}
.section.equipe .row .teammate.anim-8 .mask.over img {
  -webkit-animation: play-8 2100ms steps(7) forwards;
          animation: play-8 2100ms steps(7) forwards;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-8 .mask.over img {
    -webkit-animation: play-81199 2100ms steps(7) forwards;
            animation: play-81199 2100ms steps(7) forwards;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-8 .mask.over img {
    -webkit-animation: play-8991 2100ms steps(7) forwards;
            animation: play-8991 2100ms steps(7) forwards;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-8 .mask.over img {
    -webkit-animation: play-81199 2100ms steps(7) forwards;
            animation: play-81199 2100ms steps(7) forwards;
  }
}
@-webkit-keyframes play-8 {
  0% {
    left: 0px;
  }
  100% {
    left: -1750px;
  }
}
@keyframes play-8 {
  0% {
    left: 0px;
  }
  100% {
    left: -1750px;
  }
}
@-webkit-keyframes back-8 {
  0% {
    left: -1750px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-8 {
  0% {
    left: -1750px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes play-8400 {
  0% {
    left: 0px;
  }
  100% {
    left: -700px;
  }
}
@keyframes play-8400 {
  0% {
    left: 0px;
  }
  100% {
    left: -700px;
  }
}
@-webkit-keyframes back-8400 {
  0% {
    left: -700px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-8400 {
  0% {
    left: -700px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes play-8767 {
  0% {
    left: 0px;
  }
  100% {
    left: -1050px;
  }
}
@keyframes play-8767 {
  0% {
    left: 0px;
  }
  100% {
    left: -1050px;
  }
}
@-webkit-keyframes back-8767 {
  0% {
    left: -1050px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-8767 {
  0% {
    left: -1050px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes play-8991 {
  0% {
    left: 0px;
  }
  100% {
    left: -1225px;
  }
}
@keyframes play-8991 {
  0% {
    left: 0px;
  }
  100% {
    left: -1225px;
  }
}
@-webkit-keyframes back-8991 {
  0% {
    left: -1225px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-8991 {
  0% {
    left: -1225px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes play-81199 {
  0% {
    left: 0px;
  }
  100% {
    left: -1400px;
  }
}
@keyframes play-81199 {
  0% {
    left: 0px;
  }
  100% {
    left: -1400px;
  }
}
@-webkit-keyframes back-81199 {
  0% {
    left: -1400px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-81199 {
  0% {
    left: -1400px;
  }
  100% {
    left: 0px;
  }
}
.section.equipe .row .teammate.anim-9 .box {
  padding: 25px;
  background-image: url(http://www.auplod.com/u/padoulaf371.png);
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  background-size: 100%;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-9 .box {
    height: 200px;
    width: 200px;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-9 .box {
    height: 175px;
    width: 175px;
    padding: 17.5px;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-9 .box {
    height: 200px;
    width: 200px;
    padding: 20px;
  }
}
.section.equipe .row .teammate.anim-9 .mask {
  height: 250px;
  width: 250px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-9 .mask {
    height: 200px;
    min-height: 200px;
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-9 .mask {
    height: 175px;
    min-height: 175px;
    width: 175px;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-9 .mask {
    height: 200px;
    min-height: 200px;
    width: 200px;
  }
}
.section.equipe .row .teammate.anim-9 .mask img {
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-9 .mask img {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-9 .mask img {
    height: 175px;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-9 .mask img {
    height: 200px;
  }
}
.section.equipe .row .teammate.anim-9 .mask.out img {
  -webkit-animation: back-9 2400ms steps(8) forwards;
          animation: back-9 2400ms steps(8) forwards;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-9 .mask.out img {
    -webkit-animation: back-91199 2400ms steps(8) forwards;
            animation: back-91199 2400ms steps(8) forwards;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-9 .mask.out img {
    -webkit-animation: back-9991 2400ms steps(8) forwards;
            animation: back-9991 2400ms steps(8) forwards;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-9 .mask.out img {
    -webkit-animation: back-91199 2400ms steps(8) forwards;
            animation: back-91199 2400ms steps(8) forwards;
  }
}
.section.equipe .row .teammate.anim-9 .mask.over img {
  -webkit-animation: play-9 2400ms steps(8) forwards;
          animation: play-9 2400ms steps(8) forwards;
}
@media (min-width: 992px) and (max-width: 1260px), (min-height: 601px) and (max-height: 900px) {
  .section.equipe .row .teammate.anim-9 .mask.over img {
    -webkit-animation: play-91199 2400ms steps(8) forwards;
            animation: play-91199 2400ms steps(8) forwards;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.equipe .row .teammate.anim-9 .mask.over img {
    -webkit-animation: play-9991 2400ms steps(8) forwards;
            animation: play-9991 2400ms steps(8) forwards;
  }
}
@media (min-width: 531px) and (max-width: 650px), (min-height: 401px) and (max-height: 500px) {
  .section.equipe .row .teammate.anim-9 .mask.over img {
    -webkit-animation: play-91199 2400ms steps(8) forwards;
            animation: play-91199 2400ms steps(8) forwards;
  }
}
@-webkit-keyframes play-9 {
  0% {
    left: 0px;
  }
  100% {
    left: -2000px;
  }
}
@keyframes play-9 {
  0% {
    left: 0px;
  }
  100% {
    left: -2000px;
  }
}
@-webkit-keyframes back-9 {
  0% {
    left: -2000px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-9 {
  0% {
    left: -2000px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes play-9400 {
  0% {
    left: 0px;
  }
  100% {
    left: -800px;
  }
}
@keyframes play-9400 {
  0% {
    left: 0px;
  }
  100% {
    left: -800px;
  }
}
@-webkit-keyframes back-9400 {
  0% {
    left: -800px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-9400 {
  0% {
    left: -800px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes play-9767 {
  0% {
    left: 0px;
  }
  100% {
    left: -1200px;
  }
}
@keyframes play-9767 {
  0% {
    left: 0px;
  }
  100% {
    left: -1200px;
  }
}
@-webkit-keyframes back-9767 {
  0% {
    left: -1200px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-9767 {
  0% {
    left: -1200px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes play-9991 {
  0% {
    left: 0px;
  }
  100% {
    left: -1400px;
  }
}
@keyframes play-9991 {
  0% {
    left: 0px;
  }
  100% {
    left: -1400px;
  }
}
@-webkit-keyframes back-9991 {
  0% {
    left: -1400px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-9991 {
  0% {
    left: -1400px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes play-91199 {
  0% {
    left: 0px;
  }
  100% {
    left: -1600px;
  }
}
@keyframes play-91199 {
  0% {
    left: 0px;
  }
  100% {
    left: -1600px;
  }
}
@-webkit-keyframes back-91199 {
  0% {
    left: -1600px;
  }
  100% {
    left: 0px;
  }
}
@keyframes back-91199 {
  0% {
    left: -1600px;
  }
  100% {
    left: 0px;
  }
}
.section.equipe .row .teammate .infos {
  padding: 15px 40px;
}
.section.equipe .row .teammate .name {
  color: #7F7F7F;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.section.equipe .row .teammate .job {
  margin-top: 6px;
  color: #7F7F7F;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}
.section.equipe .row .teammate .quote {
  margin-top: 6px;
  color: #7F7F7F;
  font-size: 15px;
  text-align: justify;
}

.section.realisations .title {
  margin-top: 60px;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #688A08;
  padding: 0 40px;
}
.section.realisations .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  left: 0;
}
.section.realisations .row .project {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  height: 100%;
}
.section.realisations .row .project:hover {
  background-color: rgba(145, 39, 143, 0.2);
}
.section.realisations .row .project .img img {
  max-width: 100%;
  height: auto;
}
.section.realisations .row .project .infos {
  padding: 15px 20px;
}
.section.realisations .row .project .name {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 6px;
}
.section.realisations .row .project .client {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 700;
}
.section.realisations .row .project .desc {
  margin-top: 6px;
  color: #7F7F7F;
  font-size: 14px;
}
.section.realisations .row .project .tags {
  margin-top: 10px;
}
.section.realisations .row .project .tags .tag {
  display: inline-block;
  padding: 0 4px;
  color: #ffffff;
  line-height: 18px;
  font-size: 14px;
}
.section.realisations .row .project .tags .tag.graphisme {
  background-color: #7b16ce;
}
.section.realisations .row .project .tags .tag.web {
  background-color: #1997c1;
}
.section.realisations .row .project .tags .tag.linguistique {
  background-color: #688A08;
}
.section.realisations .row .project .tags .tag.video {
  background-color: #ED3129;
}
.section.realisations .row .project .images-to-load, .section.realisations .row .project .images-to-load img {
  display: none;
}

.section.contact {
  background-color: #7808A0;
  color: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .section.contact {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.contact {
    font-size: 20px;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .section.contact {
    font-size: 18px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .section.contact {
    font-size: 16px;
  }
}
.section.contact .contactContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.section.contact .contactContainer::-webkit-scrollbar {
  display: none;
}
.section.contact .title {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .section.contact .title {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.contact .title {
    font-size: 26px;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .section.contact .title {
    font-size: 24px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .section.contact .title {
    font-size: 20px;
  }
}
.section.contact p {
  margin-top: 60px;
}
.section.contact .textbox {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ffffff;
  padding: 2px 0;
  outline: none;
  resize: none;
  font-size: 24px;
  background-color: transparent;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  font-family: "myriad-pro", helvetica, arial, sans-serif;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .section.contact .textbox {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.contact .textbox {
    font-size: 20px;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .section.contact .textbox {
    font-size: 18px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .section.contact .textbox {
    font-size: 16px;
  }
}
.section.contact .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.contact .form .inputContainer {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .section.contact .form .inputContainer {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section.contact .form .inputContainer .input-left {
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .section.contact .form .inputContainer .input-left {
    padding-right: 0;
  }
}
.section.contact .form .inputContainer .input-right {
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .section.contact .form .inputContainer .input-right {
    padding-left: 0;
  }
}
.section.contact .button {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  font-weight: bold;
  font-size: 24px;
  padding: 4px 8px;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .section.contact .button {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.contact .button {
    font-size: 20px;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .section.contact .button {
    font-size: 18px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .section.contact .button {
    font-size: 16px;
  }
}
.section.contact .infolettre {
  margin-top: 30px;
  /*alignment-baseline.name {
      font-weight: bold;
  }
  
  .inputContainer {
      margin-bottom: 6px;
  }*/
}
.section.contact .errorMessage {
  color: #ff3737;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  display: none;
}
.section.contact .successMessage {
  color: #00b511;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  display: none;
}
.section.contact #mailchimp label {
  color: #ff3737;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}
.section.contact .info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*@media (min-width:992px) and (max-width:1199px) {
      margin-top: 50px;
  }
  @media (min-width:768px) and (max-width:991px), (min-height:501px) and (max-height:900px) {
      margin-top: 30px;
  }
  @media (min-width:401px) and (max-width:767px), (min-height:401px) and (max-height:500px) {
      margin-top: 30px;
  }
  @media (max-width:400px), (max-height:400px) {
      margin-top: 30px;
  }*/
}
.section.contact .info .block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.section.contact .info .block.block2 .name,
.section.contact .info .block.block2 .value {
  padding-left: 40px;
}
@media (min-width: 541px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .section.contact .info .block.block2 .name,
  .section.contact .info .block.block2 .value {
    padding-left: 0;
  }
}
@media (max-width: 540px), (max-height: 400px) {
  .section.contact .info .block.block2 .name,
  .section.contact .info .block.block2 .value {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .section.contact .info .block {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 541px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .section.contact .info .block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 540px), (max-height: 400px) {
  .section.contact .info .block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.section.contact .info .block .name {
  font-weight: 600;
}
.section.contact .info .block .value {
  margin-top: 5px;
}
.section.contact .info .block .value + .name {
  margin-top: 25px;
}
.section.contact .info .block .value a {
  color: #ffffff;
  text-decoration: none;
}
.section.contact .info .block .value a:hover {
  text-decoration: underline;
}
.section.contact .info .block .value .fa {
  margin-right: 32px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pager .left {
  background-image: url(https://www.grmp.ca/images/left-arrow.png);
  width: 48px;
  height: 56px;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .pager .left {
    width: 40px;
    height: 47px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .pager .left {
    width: 36px;
    height: 42px;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .pager .left {
    width: 30px;
    height: 35px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .pager .left {
    width: 24px;
    height: 28px;
  }
}
.pager .left.swiper-button-disabled {
  opacity: 0.4;
}
.pager .swiper-pagination {
  position: relative;
}
.pager .page,
.pager .swiper-pagination-bullet {
  margin: 0 10px;
  background-color: #7b16ce;
  opacity: 0.4;
  height: 10px;
  width: 100px;
  cursor: pointer;
  border-radius: 0;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .pager .page,
  .pager .swiper-pagination-bullet {
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .pager .page,
  .pager .swiper-pagination-bullet {
    width: 60px;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .pager .page,
  .pager .swiper-pagination-bullet {
    width: 40px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .pager .page,
  .pager .swiper-pagination-bullet {
    width: 20px;
  }
}
.pager .page.active, .pager .page.swiper-pagination-bullet-active,
.pager .swiper-pagination-bullet.active,
.pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.pager .right {
  background-image: url(https://www.grmp.ca/images/right-arrow.png);
  width: 48px;
  height: 56px;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px), (min-height: 601px) and (max-height: 900px) {
  .pager .right {
    width: 40px;
    height: 47px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
  .pager .right {
    width: 36px;
    height: 42px;
  }
}
@media (min-width: 401px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
  .pager .right {
    width: 30px;
    height: 35px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  .pager .right {
    width: 24px;
    height: 28px;
  }
}
.pager .right.swiper-button-disabled {
  opacity: 0.4;
}
