.center-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.last-par {
  padding-bottom: 20px;
}

.title-not-justify {
  text-align: left;
}

.mb-3em {
  margin-bottom: 3em !important;
}

.bold {
  font-weight: bold;
}

a.gold,
.gold {
  color: #a8ffff;
}

a.gold:hover {
  color: #a8ffff;
  text-decoration: underline !important;
}

a:hover {
  color: #a8ffff;
}

.btn-o {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  padding: 5px;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  border: 1px solid transparent;
  text-decoration: none !important;
}
.btn-o:hover {
  border-color: #a8ffff;
}

.back-sprite {
  background-images: url(../images/sprites.png);
}

.top-cas-img {
  padding: 40px 0;
}

.rd30pct {
  height: 30% !important;
}

.rd40pct {
  height: 40% !important;
}

.rd60pct {
  height: 60% !important;
}

.rd70pct {
  height: 70% !important;
}

/* sticky */
body:not(.fp-viewing-0) .navbar-brand .sticky {
  opacity: 1;
  height: auto;
}
body:not(.fp-viewing-0) .navbar-brand .not-sticky {
  opacity: 0;
  height: 1px;
}

/* Not sticky */
body.fp-viewing-0 .navbar-brand .sticky {
  opacity: 0;
  height: 1px;
  margin: 0;
}
body.fp-viewing-0 .navbar-brand .not-sticky {
  opacity: 1;
  height: auto;
}

.navbar.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 0;
  padding-top: 0;
}
.navbar .sidebar-sticky {
  top: 48px;
  overflow-x: visible;
  overflow-y: visible;
}
.navbar .sidebar-sticky .nav .nav-item .nav-link {
  padding: 0 1rem;
  -webkit-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.navbar .sidebar-sticky .nav .nav-item .nav-link img, .navbar .sidebar-sticky .nav .nav-item .nav-link .titre {
  display: block;
  margin: auto;
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.navbar .sidebar-sticky .nav .nav-item .nav-link img {
  margin-bottom: .5rem;
  max-width: 38px;
}
.navbar .sidebar-sticky .nav .nav-item .nav-link .titre {
  line-height: 100%;
  margin-bottom: 15px;
  font-size: .6em;
}
.navbar .sidebar-sticky .nav .nav-item .nav-link .inc-badge {
  display: inline-block;
  position: relative;
}
.navbar .sidebar-sticky .nav .nav-item .nav-link .inc-badge img {
  margin-bottom: 0;
}
.navbar .sidebar-sticky .nav .nav-item .nav-link .inc-badge .badge {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -10%;
  right: -35%;
  line-height: 100%;
  font-size: .5em;
  padding: 5px 7px;
  background: #d72447;
  color: #fff;
}
.navbar .sidebar-sticky .nav .nav-item .nav-link:hover {
  transform: scale(1.15);
}
.navbar .sidebar-sticky .nav .nav-item.active img {
  /*-webkit-filter: sepia() saturate(10000%) hue-rotate(320deg);
  -ms-filter: sepia() saturate(10000%) hue-rotate(320deg);
  -moz-filter: sepia() saturate(10000%) hue-rotate(320deg);
  filter: sepia() saturate(10000%) hue-rotate(320deg);*/
}
.navbar .sidebar-sticky .nav .nav-item.active .titre {
  color: #a8ffff;
}
.navbar .sidebar-sticky .nav .nav-item:last-child .nav-link .titre {
  color: #a8ffff;
  line-height: normal;
  font-family: "Nunito", sans-serif;
  font-size: 0.7em;
}
.navbar .navbar-brand {
  margin-right: 0;
  margin-top: 6%;
}
.navbar .navbar-brand img {
  display: block;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}
.navbar .navbar-brand img.not-sticky {
  margin-left: 50px;
  margin-bottom: 20px;
  width: 200px;
}
.navbar .navbar-brand img.sticky {
  margin-top: 10px;
}
.navbar.fixed .navbar-brand img.not-sticky { display: none; opacity: 0; }
.navbar.fixed .navbar-brand img.sticky { display: block; opacity: 1; height: auto; max-height: 40px; }
.navbar #btn_nav_list {
  cursor: pointer;
  z-index: 1111;
  padding: 10px;
  position: absolute;
  top: 15px;
  left: 10px;
}
.navbar #btn_nav_list span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.navbar #btn_nav_list span:first-child {
  transform-origin: 0% 0%;
}
.navbar #btn_nav_list span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
.navbar .open-btn span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -19px);
  background: #232323;
}
.navbar .open-btn span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.navbar .open-btn span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 18px);
}

.footer {
  z-index: 200;
  background: #fff;
  color: #000;
  background-image: none !important;
  -webkit-transition: opacity ease-in-out 0.5s;
  -moz-transition: opacity ease-in-out 0.5s;
  -ms-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
}
.footer ul {
  display: block;
  padding: 15px 0 15px;
  margin-bottom: 0;
}
.footer ul li {
  display: inline-block;
  font-size: .68em;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding: 0 8px;
  vertical-align: middle;
}
.footer ul li a, .footer ul li span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
}

body.home.fp-viewing-3 .footer {
  opacity: 1;
  z-index: 111;
}

a:hover {
  text-decoration: none !important;
}

.home #section0,
.home #section1,
.home #section2,
.home #section3 {
  background-size: cover;
  background-position: center;
}
.home #section0 {
  position: relative;
  /*background-image: url(../images/bg-home-1.jpg);*/
}
.home #section0 .video-full {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.home #section0 .video-full video {
  width: 100%;
}
.home #section0 .video-full:before {
  content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.58);
    z-index: 10;
}

@media (max-width: 910px) {

  .home #section0 .video-full video {
     width: inherit;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }

}

.home #section1 {
  background: #220F50 !important;
}
.home #section2 {
  background-color: #301765 !important;
}
.home #fullpage {
  color: #fff;
}
/*.home #fullpage #section1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background: url(../images/section-2-before.png) left bottom no-repeat;
  left: 0;
  bottom: 0;
}*/
/*.home #fullpage #section1 .after {
  width: 342px;
  height: 342px;
  position: absolute;
  background-size: contain;
  background: url(../images/section-2-after.png) right top no-repeat;
  top: 25px;
  right: 30px;
}*/
.home #fullpage #section1 .h2 {
  font-family: "Nunito", sans-serif;
  font-size: 1.6em;
  margin-bottom: 8.2rem;
}
.home #fullpage #section1 .figure .figure-img {
  margin-bottom: 1.6rem;
  height: 131px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.home #fullpage #section1 .figure .figure-caption {
  color: #fff;
}
.home #fullpage #section1 .figure .figure-caption .h3-cap {
  font-size: 1.556em;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 100%;
}
.home #fullpage #section1 .figure .figure-caption .par-cap {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 1em;
  padding: 0 3rem;
}

.cas-perso #section2 .fp-tableCell,
.cas-perso #section3 .fp-tableCell {
  vertical-align: top;
  padding-top: 4.7rem;
}

.cas-perso .footer .fp-tableCell {
  padding-top: 0 !important;
}

.cas-perso #section2 .h1,
.cas-perso #section3 .h1 {
  margin-bottom: 1.5rem;
}
.cas-perso #section2 .par-title,
.cas-perso #section3 .par-title {
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 3.75rem;
}
.cas-perso #section2 .client,
.cas-perso #section3 .client {
  display: block;
  margin-bottom: 16%;
}
.cas-perso #section2 .client .bg-round-img .img-back,
.cas-perso #section3 .client .bg-round-img .img-back {
  display: inline-block;
  border: 2px solid transparent;
  padding: 10px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: linear 0.4s;
  -ms-transition: linear 0.4s;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
}
.cas-perso #section2 .client.client2 .bg-round-img .bg-client,
.cas-perso #section3 .client.client2 .bg-round-img .bg-client,
.cas-perso #section2 .client.client4 .bg-round-img .bg-client,
.cas-perso #section3 .client.client4 .bg-round-img .bg-client {
  background: #3366cc;
}
.cas-perso #section2 .client.client3 .bg-round-img .bg-client,
.cas-perso #section3 .client.client3 .bg-round-img .bg-client {
  background: #2da9d0;
}
.cas-perso #section2 .client .bg-round-img,
.cas-perso #section3 .client .bg-round-img {
  position: relative;
  margin-bottom: 10px;
}
.cas-perso #section2 .client .bg-round-img .bg-client,
.cas-perso #section3 .client .bg-round-img .bg-client {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.cas-perso #section2 .client .bg-round-img .ico-logo,
.cas-perso #section3 .client .bg-round-img .ico-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 40%;
}
.cas-perso #section2 .client .desc,
.cas-perso #section3 .client .desc {
  color: #fff;
  font-size: .8em;
}
.cas-perso #section2 .client .desc .h3-desc,
.cas-perso #section3 .client .desc .h3-desc {
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  margin-bottom: 10px;
}
.cas-perso #section2 .client .desc .par-desc,
.cas-perso #section3 .client .desc .par-desc {
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  padding: 0 25%;
}
.cas-perso #section2 .client:hover .par-desc, .cas-perso #section2 .client:hover .h3-desc,
.cas-perso #section3 .client:hover .par-desc, .cas-perso #section2 .client:hover .h3-desc {
  color: #a8ffff;
}
.cas-perso #section2 .client:hover .bg-round-img .img-back,
.cas-perso #section3 .client:hover .bg-round-img .img-back {
  border-color: #a8ffff;
}
.cas-perso #section2 .client:hover .bg-round-img .bg-client,
.cas-perso #section3 .client:hover .bg-round-img .bg-client {
  background-image: url(../images/img_hover_phone1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cas-perso #section2 .client.client2:hover .bg-round-img .bg-client,
.cas-perso #section3 .client.client2:hover .bg-round-img .bg-client {
  background-image: url(../images/img_hover_phone2.png);
}
.cas-perso #section2 .client.client3:hover .bg-round-img .bg-client,
.cas-perso #section3 .client.client3:hover .bg-round-img .bg-client {
  background-image: url(../images/img_hover_phone.png);
}

.cas-perso #section2 .client.client4:hover .bg-round-img .bg-client,
.cas-perso #section3 .client.client4:hover .bg-round-img .bg-client {
  background-image: url(../images/img_hover_cas4.jpg);
}

.cas-perso #section2 .client.client5:hover .bg-round-img .bg-client,
.cas-perso #section3 .client.client5:hover .bg-round-img .bg-client {
  background-image: url(../images/img_hover_cas5.jpg);
}

.cas-perso #section2 .btn-o,
.cas-perso #section3 .btn-o {
  background: #fff;
  color: #1f2022;
  line-height: 100%;
  padding: 15px 30px;
  display: inline-block;
}
.cas-perso #section2 .btn-o:hover,
.cas-perso #section3 .btn-o:hover {
  background: #a8ffff;
}

.bounce {
  -ms-animation: bounce 3s infinite;
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
body .section > .fp-tableCell .intro .h2 {
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
body .section > .fp-tableCell .intro .h2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

body .section > .fp-tableCell .intro .col-md-3,
body .section > .fp-tableCell .col-md-4, body .section > .fp-tableCell .col-md-5 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
body .section.annimIt > .fp-tableCell .intro .col-md-3,
body .section.annimIt > .fp-tableCell .col-md-4, body .section.annimIt > .fp-tableCell .col-md-5, body .section.annimIt > .fp-tableCell .intro .col-md-5 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
body .section.annimIt > .fp-tableCell .intro .col-md-3,
body .section.annimIt > .fp-tableCell .col-md-4, body .section.annimIt > .fp-tableCell .col-md-5 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
body .section.annimIt > .fp-tableCell .intro .col-md-3 + .col-md-3,
body .section.annimIt > .fp-tableCell .col-md-4 + .col-md-4, body .section.annimIt > .fp-tableCell .col-md-5 + .col-md-5 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
body .section.annimIt > .fp-tableCell .intro .col-md-3 + .col-md-3 + .col-md-3,
body .section.annimIt > .fp-tableCell .col-md-4 + .col-md-4 + .col-md-4, body .section.annimIt > .fp-tableCell .col-md-5 + .col-md-5 + .col-md-5 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

body .section > .fp-tableCell .col-md-8, body .section > .fp-tableCell .col-md-12, body .section > .fp-tableCell .col-md-7, body .section > .fp-tableCell .col-md-9 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
body .section.annimIt > .fp-tableCell .col-md-8, body .section.annimIt > .fp-tableCell .col-md-12,
body .section.annimIt > .fp-tableCell .col-md-7, body .section.annimIt > .fp-tableCell .col-md-9 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
body .section.annimIt > .fp-tableCell .col-md-8, body .section.annimIt > .fp-tableCell .col-md-12, body .section.annimIt > .fp-tableCell .col-md-7, body .section.annimIt > .fp-tableCell .col-md-9 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
body .section.annimIt > .fp-tableCell .col-md-8 + .col-md-8, body .section.annimIt > .fp-tableCell .col-md-12 + .col-md-12,
body .section.annimIt > .fp-tableCell .col-md-7 + .col-md-7, body .section.annimIt > .fp-tableCell .col-md-9 + .col-md-9 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
body .section.annimIt > .fp-tableCell .col-md-8 + .col-md-8 + .col-md-8, body .section.annimIt > .fp-tableCell .col-md-12 + .col-md-12 + .col-md-12,
body .section.annimIt > .fp-tableCell .col-md-7 + .col-md-7 + .col-md-7, body .section.annimIt > .fp-tableCell .col-md-9 + .col-md-9 + .col-md-9 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.h3-cap {
  font-size: 1.36em;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: normal;
}

.digital #fullpage #section0,
.digital #fullpage #section1,
.digital #fullpage #section2,
.digital #fullpage #section3 {
  background-size: cover;
  background-position: center;
}
.digital #fullpage #section0 {
  background-image: url(../images/bg-digital-0.jpg);
}
.digital #fullpage #section1 {
  background-color: #220F50 !important;
}
.digital #fullpage #section2 {
  background-color: #301765  !important;
}
.digital #fullpage #section2 .title-section {
  font-size: 1.93em;
  margin-bottom: 3.5em;
}
.digital #fullpage #section2 img {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.digital #fullpage #section3 {
  background-image: url(../images/bg-rd1.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #2596d0 !important;
}
.digital #fullpage #section3 h2 {
  font-family: "Fjalla One", sans-serif;
  font-size: 2.5em;
  font-weight: 700;
}
.digital #fullpage #section1 .after {
  width: 342px;
  height: 342px;
  position: absolute;
  background-size: contain;
  background: url(../images/after_rd.png) right top no-repeat;
  top: 25px;
  right: 30px;
}
.digital #fullpage #section1 .h2 {
  font-family: "Nunito", sans-serif;
  font-size: 1.6em;
  margin-bottom: 8.2rem;
}
.digital #fullpage .block-rd1 {
  background: #220F50;
  height: 50%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.digital #fullpage .block-rd1 .par-cap {
  font-size: 1.35em;
}
.digital #fullpage .block-rd2 {
  background: #301765;
  height: 50%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.digital #fullpage .block-rd2 .par-cap {
  font-size: 1.35em;
}
.digital #fullpage .block-util {
  margin-top: 30px;
  display: block;
}
.digital #fullpage .block-util h4 {
  text-transform: uppercase;
}
.digital #fullpage .block-util h4, .digital #fullpage .block-util span {
  font-size: .78em;
  color: #fff;
  margin-bottom: 0;
  margin-top: 20px;
}
.digital #fullpage .block-util span {
  font-family: "Nunito", sans-serif;
}
.digital #fullpage #section4 {
  background: #16709e url(../images/trouver-reference.png) no-repeat top center;
}
.digital #fullpage a {
  -webkit-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.digital #fullpage a:hover img {
  transform: scale(1.15);
  -webkit-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#section3 .vertical {
  padding: 4% 0 !important;
}

@media (max-width: 767px) {
  #fullpage .section p, #fullpage .section .subtitle-section, #fullpage .section .row {
    text-align: center !important;
  }

  #fullpage .section .row .ul-content p {
    text-align: left !important;
  }
}
@media (max-width: 991px) {
  #section3 .vertical {
    padding: 3% 0 !important;
  }
}
a:hover {
  text-decoration: none !important;
}

.jobs #fullpage .section h1 {
  font-size: 1.93em;
}
.jobs #fullpage .section .par {
  font-size: 1.16em;
}
.jobs #fullpage .section .title-section {
  font-size: 1.93em;
}
.jobs #fullpage .section .subtitle-section {
  font-size: 1.35em;
}
.jobs #fullpage #section0,
.jobs #fullpage #section1,
.jobs #fullpage #section2,
.jobs #fullpage #section3,
.jobs #fullpage #section4 {
  background-size: cover;
  background-position: center;
}
.jobs #fullpage #section0 {
  background-image: url(../images/top_jobs.jpg);
}
.jobs #fullpage #section1 {
  background: #220F50 !important;
}
.jobs #fullpage #section2 {
  background: #301765;
}
.jobs #fullpage #section3 {
  background: #220F50 !important;
}
.jobs #fullpage #section4 {
  background: #301765 !important;
}
.jobs #fullpage .block-jobs1 {
  height: 40%;
  padding-top: 5%;
  background-size: cover;
}
.jobs #fullpage .block-jobs1 .par-cap {
  font-size: 1.35em;
}
.jobs #fullpage .block-jobs2 {
  height: 60%;
  padding-top: 5%;
  background-size: cover;
}
.jobs #fullpage .block-jobs2 img {
  max-width: 60%;
}
.jobs #fullpage .block-jobs3 {
  height: 50%;
  padding-top: 5%;
  background-size: cover;
}
.jobs #fullpage .block-jobs4 {
  background-size: cover;
  height: 50%;
  padding-top: 5%;
}

@media (max-width: 767px) {
  .jobs #fullpage .block-jobs2, .jobs #fullpage .block-jobs1 {
    height: auto;
  }

  .jobs #fullpage .fp-section {
    position: initial !important;
    overflow: visible;
  }
}
.ul-content {
  padding-left: 15px;
}
.ul-content li {
  list-style-image: url(../images/ico_li.png);
}
.ul-content li p {
  margin-left: 10px;
}

.ul-img {
  margin: 0;
  padding: 0;
}
.ul-img li {
  list-style-type: none;
  width: 46%;
  margin: 2%;
  display: inline-block;
  float: left;
}

.img-round {
  border-radius: 50%;
}

.cas #fullpage .h1 {
  margin: 1.29em 0;
}
.cas #fullpage #section0 {
  background-image: url(../images/top_cas.jpg);
  background-size: cover;
  background-position: center bottom;
}

.cas #fullpage p {
  font-family: "Nunito", sans-serif;
}
.cas #fullpage #section1 {
  background-size: contain;
  background: #1a2632 url(../images/before_cas.png) no-repeat top center !important;
}
.cas #fullpage #section1 p {
  font-size: 0.78em;
  font-weight: 200;
}
.cas #fullpage #section1 strong {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}
.cas #fullpage #section1 span {
  font-size: 0.9em;
}
.cas #fullpage #section1 .p-g {
  font-size: 1.16em;
  font-weight: 200;
}
.cas #fullpage .h4 {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 13px;
}
.cas #fullpage #section1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  left: 0;
  bottom: 0;
}
.cas #fullpage #section1 .after {
  width: 342px;
  height: 342px;
  position: absolute;
  background-size: contain;
  background: url(../images/after_cas.png) right top no-repeat;
  top: 25px;
  right: 30px;
}
.cas #fullpage #section1 .h2 {
  font-family: "Nunito", sans-serif;
  font-size: 1.6em;
  margin-bottom: 8.2rem;
}
.cas #fullpage #section1 .figure .figure-img {
  margin-bottom: 1.6rem;
  height: 131px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.cas #fullpage #section1 .figure .figure-img:hover {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.cas #fullpage #section1 .figure .figure-caption {
  color: #fff;
}
.cas #fullpage #section1 .figure .figure-caption .h3-cap {
  font-size: 1.556em;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 100%;
}
.cas #fullpage #section1 .figure .figure-caption .par-cap {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 1em;
  padding: 0 3rem;
}
.cas #fullpage #section2 {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../images/bg_cas.jpg);
  background-color: #121b24 !important;
}
.cas #fullpage #section2 .h1 {
  margin-bottom: 1.5rem;
  font-size: 1.93em;
}
.cas #fullpage #section2 .par-title {
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 3.75rem;
}

.cas #fullpage p {
  font-family: "Nunito", sans-serif;
}
.cas #fullpage #section1 {
  background-size: contain;
  background: #1a2632 url(../images/before_cas.png) no-repeat top center !important;
}
.cas #fullpage #section1 p {
  font-size: 0.78em;
  font-weight: 200;
}
.cas #fullpage #section1 strong {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}
.cas #fullpage #section1 span {
  font-size: 0.9em;
}
.cas #fullpage #section1 .p-g {
  font-size: 1.16em;
  font-weight: 200;
}
.cas #fullpage .h4 {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 13px;
}
.cas #fullpage #section1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;

  left: 0;
  bottom: 0;
}
.cas #fullpage #section1 .after {
  width: 342px;
  height: 342px;
  position: absolute;
  background-size: contain;
  background: url(../images/after_cas.png) right top no-repeat;
  top: 25px;
  right: 30px;
}
.cas #fullpage #section1 .h2 {
  font-family: "Nunito", sans-serif;
  font-size: 1.6em;
  margin-bottom: 8.2rem;
}
.cas #fullpage #section1 .figure .figure-img {
  margin-bottom: 1.6rem;
  height: 131px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.cas #fullpage #section1 .figure .figure-img:hover {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.cas #fullpage #section1 .figure .figure-caption {
  color: #fff;
}
.cas #fullpage #section1 .figure .figure-caption .h3-cap {
  font-size: 1.556em;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 100%;
}
.cas #fullpage #section1 .figure .figure-caption .par-cap {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 1em;
  padding: 0 3rem;
}
.cas #fullpage #section2 {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../images/bg_cas.jpg);
  background-color: #121b24 !important;
}
.cas #fullpage #section2 .h1 {
  margin-bottom: 1.5rem;
  font-size: 1.93em;
}
.cas #fullpage #section2 .par-title {
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 3.75rem;
}

.cas2 #fullpage #section0 {
  background-image: url(../images/top_cas2.jpg);
  background-size: cover;
  background-position: center bottom;
}

.cas2 #fullpage p {
  font-family: "Nunito", sans-serif;
}
.cas2 #fullpage #section1 {
  background-size: contain;
  background: #1a2632 url(../images/before_cas.png) no-repeat top center !important;
}
.cas2 #fullpage #section1 p {
  font-size: 0.78em;
  font-weight: 200;
}
.cas2 #fullpage #section1 strong {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}
.cas2 #fullpage #section1 span {
  font-size: 0.9em;
}
.cas2 #fullpage #section1 .p-g {
  font-size: 1.16em;
  font-weight: 200;
}
.cas2 #fullpage .h4 {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 13px;
}
.cas2 #fullpage #section1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;

  left: 0;
  bottom: 0;
}
.cas2 #fullpage #section1 .after {
  width: 342px;
  height: 342px;
  position: absolute;
  background-size: contain;
  background: url(../images/after_cas.png) right top no-repeat;
  top: 25px;
  right: 30px;
}
.cas2 #fullpage #section1 .h2 {
  font-family: "Nunito", sans-serif;
  font-size: 1.6em;
  margin-bottom: 8.2rem;
}
.cas2 #fullpage #section1 .figure .figure-img {
  margin-bottom: 1.6rem;
  height: 131px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.cas2 #fullpage #section1 .figure .figure-img:hover {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.cas2 #fullpage #section1 .figure .figure-caption {
  color: #fff;
}
.cas2 #fullpage #section1 .figure .figure-caption .h3-cap {
  font-size: 1.556em;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 100%;
}
.cas2 #fullpage #section1 .figure .figure-caption .par-cap {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 1em;
  padding: 0 3rem;
}
.cas2 #fullpage #section2 {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../images/bg_cas.jpg);
  background-color: #121b24 !important;
}
.cas2 #fullpage #section2 .h1 {
  margin-bottom: 1.5rem;
  font-size: 1.93em;
}
.cas2 #fullpage #section2 .par-title {
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 3.75rem;
}

.cas3 #fullpage #section0 {
  background-image: url(../images/top_cas3.jpg);
  background-size: cover;
  background-position: center bottom;
}

.cas3 #fullpage p {
  font-family: "Nunito", sans-serif;
}
.cas3 #fullpage #section1 {
  background-size: contain;
  background: #1a2632 url(../images/before_cas.png) no-repeat top center !important;
}
.cas3 #fullpage #section1 p {
  font-size: 0.78em;
  font-weight: 200;
}
.cas3 #fullpage #section1 strong {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}
.cas3 #fullpage #section1 span {
  font-size: 0.9em;
}
.cas3 #fullpage #section1 .p-g {
  font-size: 1.16em;
  font-weight: 200;
}
.cas3 #fullpage .h4 {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 13px;
}
.cas3 #fullpage #section1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;

  left: 0;
  bottom: 0;
}
.cas3 #fullpage #section1 .after {
  width: 342px;
  height: 342px;
  position: absolute;
  background-size: contain;
  background: url(../images/after_cas.png) right top no-repeat;
  top: 25px;
  right: 30px;
}
.cas3 #fullpage #section1 .h2 {
  font-family: "Nunito", sans-serif;
  font-size: 1.6em;
  margin-bottom: 8.2rem;
}
.cas3 #fullpage #section1 .figure .figure-img {
  margin-bottom: 1.6rem;
  height: 131px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.cas3 #fullpage #section1 .figure .figure-img:hover {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.cas3 #fullpage #section1 .figure .figure-caption {
  color: #fff;
}
.cas3 #fullpage #section1 .figure .figure-caption .h3-cap {
  font-size: 1.556em;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 100%;
}
.cas3 #fullpage #section1 .figure .figure-caption .par-cap {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 1em;
  padding: 0 3rem;
}
.cas3 #fullpage #section2 {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../images/bg_cas.jpg);
  background-color: #121b24 !important;
}
.cas3 #fullpage #section2 .h1 {
  margin-bottom: 1.5rem;
  font-size: 1.93em;
}
.cas3 #fullpage #section2 .par-title {
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 3.75rem;
}
.cas4 #fullpage #section0 {
  background-image: url(../images/top_cas4.jpg);
  background-size: cover;
  background-position: center bottom;
}

.cas4 #fullpage p {
  font-family: "Nunito", sans-serif;
}
.cas4 #fullpage #section1 {
  background-size: contain;
  background: #1a2632 url(../images/before_cas.png) no-repeat top center !important;
}
.cas4 #fullpage #section1 p {
  font-size: 0.78em;
  font-weight: 200;
}
.cas4 #fullpage #section1 strong {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}
.cas4 #fullpage #section1 span {
  font-size: 0.9em;
}
.cas4 #fullpage #section1 .p-g {
  font-size: 1.16em;
  font-weight: 200;
}
.cas4 #fullpage .h4 {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 13px;
}
.cas4 #fullpage #section1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;

  left: 0;
  bottom: 0;
}
.cas4 #fullpage #section1 .after {
  width: 342px;
  height: 342px;
  position: absolute;
  background-size: contain;
  background: url(../images/after_cas.png) right top no-repeat;
  top: 25px;
  right: 30px;
}
.cas4 #fullpage #section1 .h2 {
  font-family: "Nunito", sans-serif;
  font-size: 1.6em;
  margin-bottom: 8.2rem;
}
.cas4 #fullpage #section1 .figure .figure-img {
  margin-bottom: 1.6rem;
  height: 131px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.cas4 #fullpage #section1 .figure .figure-img:hover {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.cas4 #fullpage #section1 .figure .figure-caption {
  color: #fff;
}
.cas4 #fullpage #section1 .figure .figure-caption .h3-cap {
  font-size: 1.556em;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 100%;
}
.cas4 #fullpage #section1 .figure .figure-caption .par-cap {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 1em;
  padding: 0 3rem;
}
.cas4 #fullpage #section2 {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../images/bg_cas.jpg);
  background-color: #121b24 !important;
}
.cas4 #fullpage #section2 .h1 {
  margin-bottom: 1.5rem;
  font-size: 1.93em;
}
.cas4 #fullpage #section2 .par-title {
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 3.75rem;
}

a:hover {
  text-decoration: none !important;
}

.g-recaptcha > div {
  margin: 0 auto;
}

.contact #nextSection {
  display: none;
}
.contact #fullpage #section0,
.contact #fullpage #section1,
.contact #fullpage #section2,
.contact #fullpage #section3 {
  background-size: cover;
  background-position: center;
}
/*.contact #fullpage #section0 {
  background-image: url(../images/bg_contact2.jpg);
}*/
.contact #fullpage .col-md-7.block-plan {
  opacity: 1 !important;
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
  position: relative;
  z-index: 1;
}
.contact #fullpage .col-md-5.block-form {
  position: relative;
  opacity: 1 !important;
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
  z-index: 2;
}
.contact #fullpage .col-md-12 {
  opacity: 1 !important;
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
}
.contact #fullpage .form-contact {
  position: absolute;
  right: -40%;
  max-width: 100%;
  background: #fff;
  -webkit-box-shadow: 3px 3px 26px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 26px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 26px -8px rgba(0, 0, 0, 0.75);
  bottom: 0;
  z-index: 9;
  padding: 50px 50px 20px;
  top: 0;
  margin: auto 0;
  height: 690px;
}
.contact #fullpage .form-contact p {
  color: #000;
  margin-bottom: 10px;
  font-size: 0.77em;
}
.contact #fullpage .form-contact span {
  color: #cc9966;
}
.contact #fullpage .form-contact h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.55em;
}
.contact #fullpage .form-contact h4 {
  margin-top: 30px;
  color: #000;
  text-transform: uppercase;
  font-size: 1.16em;
}
.contact #fullpage .form-contact .form-control {
  color: #000;
  background-color: #f9f9f9;
  font-size: 1.25rem;
  margin: 10px 0;
  border: none;
  font-family: "Nunito", sans-serif;
  font-weight: 200;
}
.contact #fullpage .form-contact button {
  background: #ceaa52;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  padding: 15px 50px;
  text-transform: uppercase;
  margin: 25px 0 0;
}
.contact #fullpage .form-contact .custom-file-label {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  width: 91%;
  height: 40px;
  left: 15px;
  border-radius: 0;
  padding-bottom: 20px;
}
.contact #fullpage .form-contact .custom-file-label::after {
  display: none;
}
.contact #fullpage .form-contact #validatedCustomFile {
  height: 44px;
}
.contact #fullpage #map_canvas {
  width: 100%;
  min-height: 100%;
  background-color: #F8F9FB;
  margin-bottom: 3em;
}
.contact #fullpage .gmnoprint img {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@media (max-width: 1600px) {
  .contact #fullpage .form-contact {
    bottom: 0;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .contact #fullpage .form-contact {
    right: -60%;
    max-width: 125%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact #fullpage .form-contact {
    right: -60%;
    max-width: 120%;
    bottom: 0;
    height: 690px;
  }
}
@media (max-width: 767px) {
  .jobs #fullpage .block-jobs2 {
    height: auto;
  }

  .jobs #fullpage .fp-section {
    position: initial !important;
    overflow: visible;
  }

  .contact #fullpage .form-contact {
    position: initial;
    height: 800px !important;
    margin-top: 120px;
  }

  .contact #fullpage #section0 .intro {
    padding: 0;
  }

  .contact #fullpage .form-contact button {
    margin: 0;
  }

  .contact #fullpage #map_canvas {
    margin-bottom: 0;
  }

  .contact #fullpage .col-md-7.block-plan {
    padding: 0;
  }
}
.btn-transparent {
  padding: 15px 30px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
}

.bottom-section2 {
  background-size: contain;
  margin-top: -1px;
  background: #301765 !important;
}

.editeurs #fullpage #section0 {
  background-image: url(../images/top_editeur.jpg);
  background-size: cover;
  background-position: center bottom;
}
.editeurs #fullpage .section .title-section {
  font-size: 1.93em;
}
.editeurs #fullpage .section h2.subtitle-section {
  font-size: 1.93em;
  margin-bottom: 80px;
}
.editeurs #fullpage .section .ul-content {
  padding-bottom: 50px;
}
.editeurs #fullpage .section .ul-content li p {
  margin-bottom: 5px;
}
.editeurs #fullpage #section1 {
  background-size: contain;
  background: #301765;
}
.editeurs #fullpage #section1 .h2 {
  font-family: "Nunito", sans-serif;
  font-size: 1.6em;
  margin-bottom: 8.2rem;
}
/*.editeurs #fullpage #section1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background: url(../images/section1_editeur_before.png) left bottom no-repeat;
  left: 0;
  bottom: 0;
}*/
.editeurs #fullpage #section1 .after {
  width: 342px;
  height: 342px;
  position: absolute;
  background-size: contain;
  background: url(../images/section1_editeur_after.png) right top no-repeat;
  top: 25px;
  right: 30px;
}
.editeurs #fullpage #section2 {
  background-size: contain;
  background: #220F50 !important;
}
.editeurs #fullpage #section2 strong {
  font-weight: bold;
}
.editeurs #fullpage #section3 {
  background-size: contain;
  background: #301765 !important;
}
.editeurs #fullpage #section4 {
  background-size: contain;
  background: #220F50 !important;
}
.editeurs #fullpage #section5 {
  background-size: contain;
  background: #301765 !important;
}
.editeurs #fullpage #section6 {
  background-size: contain;
  background: #220F50 !important;
}
.editeurs #fullpage #section7 {
  background-size: contain;
  background: #301765 !important;
}

#section5 .vertical {
  padding: 4% 0 !important;
}

.block-ulimage {
  text-align: center;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.block-ulimage li {
  display: inline-block;
  margin: 15px 1.8%;
  margin-bottom: 30px;
  width: 16%;
}

.conseils #fullpage .section .par {
  font-size: 1.16em;
}
.conseils #fullpage .section .title-section {
  font-size: 1.93em;
}
.conseils #fullpage .section .subtitle-section {
  font-size: 1.35em;
}
.conseils #fullpage #section0,
.conseils #fullpage #section1,
.conseils #fullpage #section2,
.conseils #fullpage #section3 {
  background-size: cover;
  background-position: center;
}
/*.conseils #fullpage #section0 {
  background-image: url(../images/top_conseils.jpg);
}*/
.conseils #fullpage #section1 {
  background: #220F50 !important;
}
.conseils #fullpage #section2 {
  background: #301765 !important;
}
.conseils #fullpage #section2 h2 {
  font-family: "Nunito", sans-serif;
  font-size: 1.6em;
  margin-bottom: 8.2rem;
}
.conseils #fullpage #section6 {
  background: #301765;
  background-size: contain;
}
.conseils #fullpage .block-conseils1 {
  background: #301765;
  height: 50%;
  padding-top: 5%;
}
.conseils #fullpage .block-conseils2 {
  background: #301765;
  background-size: contain;
  height: 50%;
  padding-top: 5%;
}
.conseils #fullpage .block-conseils3 {
  background: #220F50;
  background-size: contain;
  height: 50%;
  padding-top: 5%;
}
.conseils #fullpage .block-conseils4 {
  background: #220F50;
  background-size: contain;
  height: 50%;
  padding-top: 5%;
}
.conseils #fullpage .block-conseils5 {
  background: #301765;
  background-size: contain;
  height: 50%;
  padding-top: 5%;
}
.conseils #fullpage .block-conseils6 {
  background: #301765;
  background-size: contain;
  height: 50%;
  padding-top: 5%;
}
.conseils #fullpage .block-conseils8 {
  background: #220F50;
  height: 50%;
  padding-top: 5%;
}
.conseils #fullpage .block-conseils9 {
  background: #220F50;
  height: 50%;
  padding-top: 3%;
}
.conseils #fullpage .block-conseils9 .subtitle-section {
  margin-bottom: 30px;
  margin-top: 30px;
}

.conseils #fullpage .block-conseils9 .block-ulimage {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .conseils #fullpage .block-conseils9 {
    height: 100%;
  }
}
@media (max-width: 768px) {
  #fullpage .bi-section .fp-tableCell {
    padding-bottom: 0 !important;
  }

  #fullpage .bi-section {
    padding-bottom: 0;
  }

  .conseils #fullpage .block-conseils1, .conseils #fullpage .block-conseils2, .block-conseils3, .block-conseils4, .block-conseils5, .block-conseils6, .block-conseils7, .block-conseils8 {
    text-align: center;
  }
}
.h1 {
  margin-bottom: 1.5rem;
  font-size: 1.93em;
}

.h4 {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 13px;
}

.reference #fullpage #section0 {
  background-image: url(../images/top_reference.jpg);
  background-size: cover;
  background-position: center bottom;
}
.reference #fullpage #section1 {
  background-size: contain;
  background: #220F50 !important;
}
.reference #fullpage #section1 .fp-tableCell {
  z-index: 2;
  position: relative;
}
/*.reference #fullpage #section1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background: url(../images/after_reference.png) left bottom no-repeat;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.reference #fullpage #section1 .after {
  width: 342px;
  height: 342px;
  position: absolute;
  background-size: contain;
  background: url(../images/before_reference.png) right top no-repeat;
  top: 25px;
  right: 30px;
}*/
.reference #fullpage #section1 .h2 {
  font-family: "Nunito", sans-serif;
  font-size: 1.6em;
  margin-bottom: 8.2rem;
}
.reference #fullpage #section1 .block-ulimage li {
  margin: 15px 1.8% 30px;
  background: white;
  vertical-align: bottom;
  position: relative;
}
.reference #fullpage #section1 .block-ulimage li:before{
  content: "";
  display: block;
  padding-top: 100%; 	/* initial ratio of 1:1*/
}
.reference #fullpage #section1 .block-ulimage li img {
  position: absolute;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.reference #fullpage #section2 {
  background: #301765 !important;
}
.reference #fullpage #section3 {
  background: #220F50 !important;
}
.reference #fullpage #section2 .btn-o,
.reference #fullpage #section3 .btn-o {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
}
.reference #fullpage #section4 {
  background: #301765 !important;
}
.reference #fullpage #section4 strong {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}
.reference #fullpage #section4 .p-temoin {
  margin-bottom: 90px;
}
.reference #fullpage #section4 span {
  font-size: 0.7em;
}
.reference #fullpage #section5 {
  background: #220F50 !important;
}

@media (max-width: 767px) {
  .conseils #fullpage .block-conseils9 ul li {
    display: block;
    margin: 0 auto;
  }

  .conseils #fullpage .block-conseils9 {
    height: 100%;
  }

  .digital #fullpage #section2 {
    text-align: center !important;
  }

  .reference #fullpage #section1 .block-ulimage li {
    min-height: 110px;
  }
}
body {
  font-size: 26px;
  font-family: "Fjalla One", sans-serif;
}

#nextSection {
  position: fixed;
  width: 20px;
  height: 36px;
  display: block;
  margin: auto;
  z-index: 11111;
  right: 0;
  left: 0;
  bottom: 25px;
  color: #fff;
  -webkit-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#fullpage {
  color: #ffffff;
}
#fullpage .section .h1 {
  text-transform: uppercase;
  font-size: 2.4em;
  line-height: 100%;
}
#fullpage .section .par {
  font-family: "Nunito", sans-serif;
  font-size: 1.6em;
  font-weight: 200;
}
#fullpage .section p {
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  font-weight: 300;
}
#fullpage .section .title-section {
  font-family: "Nunito", sans-serif;
  font-size: 2.8em;
  margin-bottom: 1.5em;
  font-weight: 700;
}
#fullpage .section .subtitle-section {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.4em;
  margin-bottom: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
#fullpage .section.bottom-section {
  padding: 75px 15px 90px;
  background: #220F50;
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #220F50 0%, #220F50 53%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#220F50', endColorstr='#220F50',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
#fullpage .section.bottom-section .quest {
  font-family: "Nunito", sans-serif;
  font-size: 1.55em;
  font-weight: 700;
  margin-bottom: 10px;
}
#fullpage .section.bottom-section .btn-o {
  font-family: "Nunito", sans-serif;
  background: #fff;
  color: #16709e;
  line-height: 100%;
  padding: 15px 30px;
  display: inline-block;
  font-size: .8em;
  font-weight: 700;
}
#fullpage .section.bottom-section .btn-o:hover {
  background: #a8ffff;
}

#fullpage .bi-section .fp-tableCell {
  display: table;
  padding-top: 0 !important;
}
#fullpage .bi-section .fp-tableCell > div {
  display: table;
  width: 100%;
  padding: 0;
}
#fullpage .bi-section .fp-tableCell > div .vertical {
  padding: 2% 0;
  display: table-cell;
  vertical-align: middle;
}

body.last-section #nextSection {
  opacity: 0;
}

@media (max-width: 1439px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 1661px) {
  .fp-viewing-1 .navbar.sidebar {
    padding-top: 0%;
  }

  .fp-viewing-1 .navbar .navbar-brand {
    margin-top: 6%;
  }
}
@media (min-width: 2200px) {
  #fullpage #section2 .client .bg-round-img .ico-logo,
  #fullpage #section3 .client .bg-round-img .ico-logo {
    max-width: 185px;
  }

  #fullpage #section2 .client .bg-round-img .img-back,
  #fullpage #section3 .client .bg-round-img .img-back {
    max-width: 247px;
  }
}
@media (max-width: 1664px) {
  body {
    font-size: 18px;
  }

  .navbar.sidebar {
    padding-top: 0;
  }

  #fullpage #section2 .par-title {
    margin-bottom: 2%;
  }

  .footer ul {
    padding: 1.45rem 15px 1.15rem;
  }

  .footer ul li {
    font-size: .6em;
  }
}
@media (max-width: 1440px) {
  #fullpage #section1 .after {
    display: none;
  }

  body {
    font-size: 18px;
  }

  .navbar.sidebar {
    padding-top: 1%;
  }

  .navbar .navbar-brand img.not-sticky {
    margin-left: 15px;
  }

  .navbar .navbar-brand {
    min-height: 20px;
  }

  .navbar .sidebar-sticky .nav .nav-item .nav-link img {
    max-width: 35px;
  }
  .navbar .sidebar-sticky .nav .nav-item .nav-link .titre {
    font-size: .55em;
  }

  #fullpage #section1 .h2 {
    margin: 2rem 0;
  }

  #fullpage #section1 .figure .figure-img {
    height: 70px;
  }
  #fullpage #section1 .figure .figure-caption .par-cap {
    padding: 0;
  }

  #fullpage #section2 .fp-tableCell {
    padding-top: 5%;
  }

  #fullpage #section2 .par-title {
    margin-bottom: 2%;
  }

  #fullpage #section2 .client .desc .par-desc {
    padding: 0 15%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 950px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1470px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1285px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .container {
    max-width: 600px;
  }
}
@media (max-width: 1440px) and (min-width: 992px) {
  #fullpage #section2 .client .bg-round-img .img-back,
  #fullpage #section3 .client .bg-round-img .img-back {
    max-width: 60%;
  }
  #fullpage #section2 .client .bg-round-img .ico-logo,
  #fullpage #section3 .client .bg-round-img .ico-logo {
    max-width: 40%;
  }

  .footer ul {
    padding: 15px 25px 15px;
  }

  #fullpage #section2 .client .bg-round-img,
  #fullpage #section3 .client .bg-round-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 1366px) {
  .navbar .navbar-brand {
    max-height: 100px;
  }
  .navbar .navbar-brand img {
    max-width: 70%;
  }
  .navbar .navbar-brand img.not-sticky {
    margin: 0 auto;
  }
  .navbar .navbar-brand img.sticky {
    margin-top: 0;
  }

  .navbar .sidebar-sticky .nav .nav-item .nav-link img {
    margin-bottom: .3rem;
    max-width: 30px;
  }
  .navbar .sidebar-sticky .nav .nav-item .nav-link .titre {
    margin-bottom: .8rem;
  }

  #fullpage #section2 .client,
  #fullpage #section3 .client {
    margin-bottom: 10%;
  }
  #fullpage #section2 .client .bg-round-img,
  #fullpage #section3 .client .bg-round-img {
    margin-bottom: 10px;
  }
  #fullpage #section2 .client .bg-round-img .img-back,
  #fullpage #section3 .client .bg-round-img .img-back {
    padding: 7px;
    margin-bottom: 10px;
  }
  #fullpage #section2 .fp-tableCell,
  #fullpage #section3 .fp-tableCell {
    padding-top: 3%;
  }
}
@media (max-width: 1280px) {
  .navbar .navbar-brand {
    max-height: 90px;
  }

  .navbar .sidebar-sticky .nav .nav-item .nav-link img {
    max-width: 30px;
  }
  .navbar .sidebar-sticky .nav .nav-item .nav-link img.sticky {
    margin-top: 0;
  }
  .navbar .sidebar-sticky .nav .nav-item .nav-link .titre {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 14px;
  }

  .footer ul li {
    padding: 0 6px;
  }

  .navbar .sidebar-sticky .nav .nav-item .nav-link img {
    max-width: 25px;
  }
}
@media (max-width: 992px) {
  .footer {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .footer ul {
    text-align: center;
    padding: 0;
    margin-bottom: 0;
  }

  .navbar .navbar-brand {
    max-height: 80px;
  }

  body {
    font-size: 13px;
  }

  #fullpage .section .par {
    padding: 0 15%;
  }

  .navbar .navbar-brand img.sticky {
    margin-top: 0;
  }

  .navbar.sidebar {
    padding-top: 0;
  }

  .navbar .sidebar-sticky .nav .nav-item .nav-link img {
    margin-bottom: 7px;
  }

  #fullpage #section2 .client .bg-round-img,
  #fullpage #section3 .client .bg-round-img {
    margin-bottom: 20px;
  }
  #fullpage #section2 .client .bg-round-img .img-back,
  #fullpage #section3 .client .bg-round-img .img-back {
    max-width: 65%;
  }

  body.home:not(.fp-viewing-0) .navbar-brand .sticky {
    max-height: 40px;
  }

  .navbar .sidebar-sticky .nav .nav-item .nav-link img {
    margin-bottom: 5px;
  }

  .navbar .sidebar-sticky .nav .nav-item .nav-link .titre {
    margin-bottom: 10px;
  }

  .navbar .sidebar-sticky .nav .nav-item .nav-link .inc-badge .badge {
    padding: 2px 4px;
  }

  #fullpage #section2 .btn-o {
    padding: 10px 15px;
  }

  #fullpage #section2 .client,
  #fullpage #section3 .client {
    margin-bottom: 5%;
  }
  #fullpage #section2 .client .bg-round-img .ico-logo,
  #fullpage #section3 .client .bg-round-img .ico-logo {
    max-width: 20% !important;
  }
  #fullpage #section2 .client .bg-round-img .img-back,
  #fullpage #section3 .client .bg-round-img .img-back {
    max-width: 30%;
  }
  #fullpage #section2 .fp-tableCell {
    padding-top: 90px;
  }
  #fullpage .section:not(.notResp) .fp-tableCell {
    padding-top: 90px;
    padding-bottom: 4.7rem;
  }

  .home #section2 {
    padding-bottom: 50px;
  }

  .digital #fullpage .section:not(.notResp) .fp-tableCell {
    padding-bottom: 0;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  #fullpage #section2 .client {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  #btn_nav_list {
    display: none;
  }
}

@media (max-width: 1200px) {

  .navbar .sidebar-sticky .nav .nav-item .nav-link img {
    max-width: 34px;
  }
  .navbar .sidebar-sticky .nav .nav-item .nav-link .titre {
    font-size: 13px;
  }

}

@media (max-width: 768px) {
  .fp-section.fp-table, .fp-slide.fp-table {
    overflow: hidden;
  }

  .container-fluid {
    padding: 0;
    position: relative;
  }

  .row {
    margin: 0;
  }

  #nextSection {
    display: none;
  }

  #fullpage #section1:before {
    display: none;
  }

  body {
    font-size: 13px;
  }
  body.menu-open {
    overflow: hidden !important;
  }
  body.menu-open .navbar #btn_nav_list {
    position: fixed;
  }
  body.menu-open .navbar.sidebar {
    overflow: visible;
  }
  body.menu-open .content {
    overflow: hidden;
    max-height: 470px;
  }

  .footer {
    position: inherit;
    opacity: 1;
  }

  #section2 {
    background-position: center bottom;
    padding-bottom: 4.7rem;
  }

  .navbar .sidebar-sticky {
    background: rgba(0, 0, 0, 0.73);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -sand-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -ms-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -sand-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    position: absolute;
    z-index: 111;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 3rem;
  }
  .navbar .sidebar-sticky.sticky-open {
    display: flex;
    height: 100vh;
    min-height: inherit !important;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    -moz-transform: inherit;
    -sand-transform: inherit;
    transform: inherit;
  }
  .navbar .sidebar-sticky ul li {
      padding: 10px 0;
  }

  .navbar .sidebar-sticky .nav {
    max-height: 45%;
    height: 100%;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }
  .navbar .sidebar-sticky .nav .nav-item .nav-link img {
    max-width: 25px;
  }
  .navbar .sidebar-sticky .nav .nav-item .nav-link .titre {
    font-size: 1em;
  }

  .navbar .navbar-brand {
    position: absolute;
    right: 15px;
    top: 3px;
    z-index: 111;
    max-height: 80px;
    margin-top: 0;
  }
  .navbar .navbar-brand img {
    max-width: 160px;
    margin-left: auto;
  }
  .navbar .navbar-brand img.sticky {
    margin-top: 1px;
    max-width: 72%;
  }

  .navbar.sidebar {
    padding-top: 0;
    width: 100% !important;
    position: inherit;
    max-width: 100% !important;
  }

  .content {
    overflow-x: hidden;
  }

  .block-ulimage li {
    width: 39%;
    overflow: hidden;
  }

  nav.fixed {
    /*background: rgba(53, 53, 53, 0.71);*/
    background: rgba(0, 0, 0, 0.50);
    height: 63px;
    position: fixed !important;
  }
  .navbar .navbar-brand img.not-sticky {
    max-width: 132px;
  }
  .home #section0 .video-full:before {
    display: none;
  }
  .home #section0:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.58);
    z-index: 10;
  }
  #fullpage #section0 .intro {
      position: relative;
      z-index: 15;
  }

  /*nav.fixed #btn_nav_list {
    top: 40px;
    left: 30px;
  }*/
  .navbar #btn_nav_list {
    top: 12px;
    left: 30px;
  }
  .footer ul li a, .footer ul li span {
    font-size: 12px;
  }
  body.fp-viewing-0 .navbar-brand .not-sticky {
    margin-top: -5px !important;
  }
  .home #fullpage #section1 .figure .figure-caption .par-cap,
  #fullpage .section p,
  .cas #fullpage #section1 p,
  .cas #fullpage #section2 .par-title,
  .cas-perso #section2 .par-title {
    font-size: 16px;
  }
  .digital #fullpage .block-util h4,
  .digital #fullpage .block-util span {
    font-size: 20px;
  }
  .figure-img {
    max-width: 55%;
  }
  .conseils #fullpage .section .title-section {
    font-size: 22px;
  }
  #fullpage .section.bottom-section .btn-o {
    font-size: 16px;
  }
  .content {
    overflow: visible !important;
  }
  .home #section3 {
    z-index: 10;
  }

  .navbar .sidebar-sticky .nav .nav-item .nav-link {
    min-height: 76px;
    display: flex;
    flex-direction: column;
  }
  .navbar .sidebar-sticky .nav .nav-item .nav-link .inc-badge .badge {
    position: absolute;
    top: 2px;
    right: 0;
  }
  .navbar .sidebar-sticky .nav .nav-item .nav-link img {
    max-width: 36px;
  }
  .navbar .sidebar-sticky .nav .nav-item .nav-link .titre {
    font-size: 14px;
  }
  .section img {
      margin: 35px 0 30px;
  }

  /*.g-recaptcha iframe {
    max-width: 100%;
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin: center center;
    -webkit-transform-origin: center center;
  }
  #rc-imageselect {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
  .g-recaptcha > div {
    max-width: 100%;
  }*/
  /*#rc-imageselect,
  .g-recaptcha {
      transform:scale(0.77);
      transform-origin:0;
      transform:scale(0.77);
      transform-origin:0 0;
      -webkit-transform:scale(0.77);
      transform:scale(0.77);
      -webkit-transform-origin:0 0;
      transform-origin:0 0;
  }*/
  .g-recaptcha {
    margin-top: 10px;
  }

}
@media (max-width: 575px) {
  #fullpage #section2 .client,
  #fullpage #section3 .client {
    margin-bottom: 5%;
  }
  #fullpage #section2 .client .bg-round-img .ico-logo,
  #fullpage #section3 .client .bg-round-img .ico-logo {
    max-width: 100%;
    width: 100px;
  }
  #fullpage #section2 .client .bg-round-img .img-back,
  #fullpage #section3 .client .bg-round-img .img-back {
    max-width: 100%;
    width: 150px;
  }

  #fullpage #section0 .intro {
    padding: 160px 15px;
  }

  body {
    min-width: 320px;
  }
  .navbar .navbar-brand img.sticky {
    max-width: 40px;
  }

}

@media (max-width: 500px) {

  .contact #fullpage .form-contact {
    padding-left: 10px;
    padding-right: 10px;
  }

}

.home #section0 .video-full {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}
#fullpage .section {
  overflow: hidden;
}
