/* CSS Document */
body, html {
  font-family: 'Roboto', sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative; }

body {
  opacity: 0;
  transition: opacity .7s ease;
  color: #4d4c4c; }

div.ranger {
  display: flex;
  flex-wrap: wrap; }

div.container {
  width: 100%;
  max-width: 1380px;
  padding: 0 30px; }

a {
  color: #0cb2e3; }

input, textarea, select, button, label {
  font-family: 'Roboto', sans-serif; }

.bar1, .bar2, .bar3 {
  width: 20px;
  height: 3px;
  background-color: #000;
  margin: 2px 0;
  transition: 0.4s;
  border-radius: 1px; }

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-2px, 6px);
  transform: rotate(-45deg) translate(-2px, 6px); }

/* Fade out the second bar */
.change .bar2 {
  opacity: 0; }

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-1px, -5px);
  transform: rotate(45deg) translate(-1px, -5px); }

.slick-slide:focus, .slick-slide a {
  outline: none; }

p {
  font-size: 1rem;
  line-height: 1.875rem; }
  p em {
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif; }

h2 {
  font-weight: 700;
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif; }

h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif; }

h4 {
  font-family: 'Roboto Condensed', sans-serif; }

header {
  background-color: #092764;
  background-image: linear-gradient(to top, #092764, #133883);
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  header:after {
    content: '';
    width: 50%;
    position: absolute;
    height: 100%;
    background-color: rgba(6, 17, 41, 0.82);
    left: 0;
    top: 0; }
  header div.container div.ranger {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center; }
    header div.container div.ranger nav ul {
      display: flex;
      flex-direction: row;
      margin: 0;
      padding: 0; }
      header div.container div.ranger nav ul li {
        margin: 0;
        padding: 0; }
        header div.container div.ranger nav ul li a {
          display: block;
          padding: 10px 17px;
          color: #fff;
          text-transform: uppercase;
          font-size: .875rem;
          font-weight: 400; }
        header div.container div.ranger nav ul li:last-of-type a {
          padding-right: 0; }
    header div.container div.ranger nav#social {
      margin-right: 70px; }
      header div.container div.ranger nav#social ul li a {
        padding: 0 10px; }
      header div.container div.ranger nav#social ul li:last-of-type {
        padding-right: 10px; }
      header div.container div.ranger nav#social img {
        height: 15px;
        width: auto; }
    header div.container div.ranger #bouton-mobile {
      display: none; }

div.container.logo {
  position: relative;
  z-index: 9; }
  div.container.logo div#logo {
    width: 145px;
    height: auto;
    position: absolute;
    top: 0;
    left: 30px; }
    div.container.logo div#logo img {
      width: 100%;
      height: auto; }

div#menu-sec {
  display: none; }
  div#menu-sec ul {
    display: flex;
    flex-direction: column; }
    div#menu-sec ul li a {
      display: block;
      padding: 10px 0;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-size: .875rem;
      font-weight: 400; }

section#page div.container div.ranger div.colonne-full {
  width: 100%; }
section#page div.container div.ranger div.colonne-2 {
  width: 50%; }
section#page div.container div.ranger div.colonne-3 {
  width: 33.33333%; }

div#subscribe {
  background-color: rgba(8, 80, 155, 0.75);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(-27.5px, -50%) rotate(-90deg);
  z-index: 5;
  height: 55px;
  width: 165px;
  transform-origin: right;
  cursor: pointer; }
  div#subscribe div#form {
    position: absolute;
    left: 0;
    width: 440px;
    height: 220px;
    background-color: rgba(255, 255, 255, 0.78);
    transform: translate(-31%, calc( -100% - 27.5px)) rotate(90deg);
    overflow: hidden;
    padding: 20px 30px;
    display: none;
    cursor: auto; }
    div#subscribe div#form input {
      border: none;
      background-color: transparent;
      padding: 0;
      height: 45px;
      box-shadow: none; }
    div#subscribe div#form .frm_style_formidable-style.with_frm_style .form-field {
      margin-bottom: 0; }
    div#subscribe div#form button {
      color: #08509b;
      background-color: transparent;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 0.688rem;
      outline: none;
      box-shadow: none;
      border: none;
      padding: 5px;
      position: absolute;
      right: 30px;
      bottom: 10px; }

section#hero {
  width: 100%;
  position: relative;
  z-index: 1; }
  section#hero div.slides-home {
    position: relative;
    z-index: -1; }
    section#hero div.slides-home div.bg {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: calc( 100vh - 100px );
      position: relative; }
      section#hero div.slides-home div.bg:after {
        content: '';
        width: 50%;
        background-color: #061129;
        opacity: 50%;
        mix-blend-mode: multiply;
        height: 100%;
        z-index: 3;
        position: absolute;
        left: 0;
        top: 0; }
      section#hero div.slides-home div.bg div.container {
        height: calc( 100vh - 100px );
        display: flex;
        flex-direction: column;
        justify-content: center; }
        section#hero div.slides-home div.bg div.container div.texte {
          width: 50%;
          color: #fff;
          position: relative;
          z-index: 4; }
          section#hero div.slides-home div.bg div.container div.texte h1, section#hero div.slides-home div.bg div.container div.texte h2 {
            font-size: 3.75rem;
            line-height: 4.5rem;
            font-weight: 400;
            text-transform: none;
            font-family: 'Roboto', sans-serif; }
          section#hero div.slides-home div.bg div.container div.texte h3 {
            text-transform: uppercase;
            font-size: 1.125rem;
            font-weight: 400;
            font-family: 'Roboto', sans-serif; }
          section#hero div.slides-home div.bg div.container div.texte button {
            background-color: transparent;
            border: none;
            color: #fff;
            font-size: .813rem;
            position: relative;
            padding-right: 20px; }
            section#hero div.slides-home div.bg div.container div.texte button:after {
              content: '';
              width: 14px;
              height: 14px;
              background-image: url("images/arrow-right.svg");
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              background-size: contain;
              background-repeat: no-repeat; }
    section#hero div.slides-home ul.slick-dots {
      position: absolute;
      bottom: initial;
      left: 100px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column; }
      section#hero div.slides-home ul.slick-dots li {
        height: 45px;
        width: 6px; }
        section#hero div.slides-home ul.slick-dots li button {
          height: 30px;
          width: 6px;
          margin: 0 7px; }
          section#hero div.slides-home ul.slick-dots li button:before {
            content: '';
            width: 1px;
            height: 30px;
            background-color: #fff;
            opacity: 1; }
        section#hero div.slides-home ul.slick-dots li.slick-active button:before {
          width: 6px; }

section#category {
  padding: 90px 0 150px; }
  section#category div.ranger {
    justify-content: center; }
    section#category div.ranger ul {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin: 0;
      padding: 0;
      list-style: none; }
      section#category div.ranger ul li {
        margin: 0;
        padding: 0; }
        section#category div.ranger ul li.active a {
          color: #08509b; }
        section#category div.ranger ul li a {
          display: block;
          padding: 5px 14px;
          color: #4d4c4c;
          text-transform: none;
          font-size: 0.875rem;
          font-weight: 400;
          border-right: 1px solid #e0e4f2;
          font-family: 'Roboto Condensed', sans-serif; }
        section#category div.ranger ul li:last-of-type a {
          border-right: none; }
  section#category.projects div.ranger ul li a {
    padding: 5px 70px;
    font-size: 1rem;
    font-weight: 300; }

section#mission {
  color: #4d4c4c; }
  section#mission div.intro {
    padding-bottom: 90px;
    text-align: center; }
    section#mission div.intro h2 {
      margin-bottom: 0; }
    section#mission div.intro p {
      font-size: 1rem;
      font-weight: 300;
      margin-top: 0.5em; }
  section#mission div.mission {
    background-image: url("images/bg-vector.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    section#mission div.mission div.absolute {
      width: 50%;
      height: 100%;
      right: 0;
      top: 0;
      position: absolute; }
  section#mission div.ranger div.colonne {
    width: 50%; }
    section#mission div.ranger div.colonne:first-of-type {
      padding: 150px 60px 60px 0; }
      section#mission div.ranger div.colonne:first-of-type ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex; }
        section#mission div.ranger div.colonne:first-of-type ul li {
          margin: 0;
          padding: 0; }
          section#mission div.ranger div.colonne:first-of-type ul li a {
            display: block;
            padding: 5px 30px;
            color: #4d4c4c;
            text-transform: uppercase;
            font-size: 1.125rem;
            font-weight: 700;
            border-right: 1px solid #4d4c4c;
            font-family: 'Roboto Condensed', sans-serif; }
          section#mission div.ranger div.colonne:first-of-type ul li:last-of-type a {
            border-right: none;
            padding-right: 0; }
          section#mission div.ranger div.colonne:first-of-type ul li:first-of-type a {
            padding-left: 0; }
    section#mission div.ranger div.colonne:last-of-type {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }

section#team {
  color: #4d4c4c;
  padding-top: 260px;
  padding-bottom: 230px; }
  section#team.about {
    padding-top: 0;
    padding-bottom: 5px; }
  section#team.about.sales-team {
    padding-bottom: 150px; }
  section#team div.intro {
    padding-bottom: 100px;
    text-align: center; }
    section#team div.intro h2 {
      position: relative;
      margin-bottom: 0; }
      section#team div.intro h2:after {
        content: '';
        width: 1px;
        height: 50px;
        background-color: #858585;
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translate(50%, -100%); }
    section#team div.intro p {
      font-size: 1rem;
      font-weight: 300;
      margin-top: 0.5em; }
  section#team div.ranger {
    width: calc( 100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    justify-content: flex-start; }
    section#team div.ranger div.colonne {
      width: 25%;
      padding: 0 15px;
      margin-bottom: 60px; }
      section#team div.ranger div.colonne div.tuile {
        width: 100%;
        position: relative; }
        section#team div.ranger div.colonne div.tuile img {
          width: 100%; }
        section#team div.ranger div.colonne div.tuile div.nom {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          padding-top: 20px; }
          section#team div.ranger div.colonne div.tuile div.nom h4 {
            color: #08509b;
            font-weight: 700;
            font-size: 1rem;
            margin: 0;
            padding-left: 8px;
            padding-right: 12px;
            line-height: 1.25rem; }
          section#team div.ranger div.colonne div.tuile div.nom p {
            font-size: .875rem;
            font-weight: 300;
            margin: 0;
            line-height: 1.25rem; }
        section#team div.ranger div.colonne div.tuile p.phone {
          color: #08509b;
          font-weight: 300;
          margin: 0;
          font-style: italic;
          font-size: .875rem;
          padding-left: 8px;
          line-height: 1.25rem;
          font-family: 'Roboto Condensed', sans-serif; }
        section#team div.ranger div.colonne div.tuile div.link {
          position: absolute;
          right: 8px;
          bottom: 0; }
          section#team div.ranger div.colonne div.tuile div.link p {
            margin: 0; }
          section#team div.ranger div.colonne div.tuile div.link img {
            height: 14px;
            width: auto;
            margin-left: 8px; }
        section#team div.ranger div.colonne div.tuile div.rel {
          position: relative; }
        section#team div.ranger div.colonne div.tuile div.hover {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          padding: 25px 40px;
          color: #fff;
          opacity: 0;
          transition: all 0s ease; }
          section#team div.ranger div.colonne div.tuile div.hover div.abs {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #2d4a79;
            mix-blend-mode: multiply;
            opacity: 1;
            transition: all 0s ease; }
          section#team div.ranger div.colonne div.tuile div.hover p {
            font-size: 0.875rem;
            line-height: 1.5rem;
            font-style: italic;
            position: relative;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300; }
        section#team div.ranger div.colonne div.tuile:hover div.hover {
          opacity: 1; }
          section#team div.ranger div.colonne div.tuile:hover div.hover:before {
            opacity: 1; }

section#accordeon {
  background-size: cover;
  background-position: top center; }
  section#accordeon div.accordeon div.title {
    height: 122px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    cursor: pointer; }
    section#accordeon div.accordeon div.title h2 {
      color: #fff;
      font-size: 1.313rem;
      line-height: 1.25;
      letter-spacing: -.4px; }
    section#accordeon div.accordeon div.title div.container {
      position: relative; }
      section#accordeon div.accordeon div.title div.container img {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        transition: all .5s ease; }
    section#accordeon div.accordeon div.title.active div.container img {
      transform: rotate(45deg) translate(-50%, -50%); }
  section#accordeon div.accordeon div.content {
    display: none;
    background-color: rgba(0, 0, 0, 0.73);
    color: #fff; }
    section#accordeon div.accordeon div.content div.container {
      padding-bottom: 200px;
      padding-top: 120px;
      position: relative; }
    section#accordeon div.accordeon div.content h3 {
      font-size: 1.875rem;
      line-height: 1.25;
      margin: 0; }
    section#accordeon div.accordeon div.content p {
      font-size: 1.125rem;
      line-height: 1.875rem; }
      section#accordeon div.accordeon div.content p:first-of-type {
        margin-top: 0.5em; }
    section#accordeon div.accordeon div.content img.arrow {
      width: 18px;
      position: absolute;
      bottom: 120px;
      left: 30px; }

.flip {
  position: relative; }
  .flip > .front,
  .flip > .back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: .5s;
    transition-property: transform, opacity; }
  .flip > .front {
    transform: rotateY(0deg);
    position: relative; }
    .flip > .front h2 {
      color: #fff;
      font-size: 1.125rem;
      padding: 17px;
      width: 70%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.73);
      text-align: center; }
  .flip > .back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg); }
  .flip:hover > .front {
    transform: rotateY(180deg); }
  .flip:hover > .back {
    opacity: 1;
    transform: rotateY(0deg); }
  .flip.flip-vertical > .back {
    transform: rotateX(-180deg); }
  .flip.flip-vertical:hover > .front {
    transform: rotateX(180deg); }
  .flip.flip-vertical:hover > .back {
    transform: rotateX(0deg); }

.flip {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 25px;
  width: 100%; }
  .flip > .front,
  .flip > .back {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 350px;
    padding: 30px 45px;
    background: #f4f5fa;
    border-radius: 0px; }
    .flip > .front img.arrow,
    .flip > .back img.arrow {
      position: absolute;
      bottom: 45px;
      left: 45px;
      width: 18px; }
    .flip > .front p,
    .flip > .back p {
      font-size: 0.938rem;
      line-height: 1.5;
      color: #4d4c4c;
      font-weight: 300; }
    .flip > .front h3,
    .flip > .back h3 {
      font-size: 1.875rem;
      color: #4d4c4c; }

section#projects {
  padding-top: 250px;
  width: 100%; }
  section#projects div.intro {
    padding-bottom: 100px;
    text-align: center; }
    section#projects div.intro h2 {
      position: relative;
      margin-bottom: 0; }
      section#projects div.intro h2:after {
        content: '';
        width: 1px;
        height: 50px;
        background-color: #858585;
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translate(50%, -100%); }
    section#projects div.intro p {
      font-size: 1rem;
      font-weight: 300;
      margin-top: 0.5em; }
  section#projects div.container {
    max-width: 1090px; }
    section#projects div.container div.ranger {
      width: calc( 100% + 30px);
      margin-left: -15px;
      margin-right: -15px; }
      section#projects div.container div.ranger div.colonne {
        width: 50%;
        padding: 0 15px; }
  section#projects #more {
    background-color: transparent;
    border: none;
    text-align: center;
    box-shadow: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4d4c4c;
    font-weight: 700;
    font-size: 1.5rem;
    position: relative;
    margin-top: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase; }
    section#projects #more:after {
      content: '';
      width: 1px;
      height: 50px;
      background-color: #858585;
      position: absolute;
      top: -35px;
      left: 50%;
      transform: translate(50%, -100%); }

section#number {
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  margin-top: 210px; }
  section#number div.ranger div.colonne {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    section#number div.ranger div.colonne h4 {
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 1.063rem;
      text-transform: uppercase; }
    section#number div.ranger div.colonne div.cercle {
      position: relative;
      width: 65%; }
      section#number div.ranger div.colonne div.cercle svg {
        width: 100% !important;
        height: auto; }
      section#number div.ranger div.colonne div.cercle div.counter {
        font-size: 2.438rem;
        font-weight: 700;
        font-family: 'Roboto Condensed', sans-serif;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.active .circle-chart__circle {
  animation: circle-chart-fill 2s reverse;
  /* 1 */
  transform: rotate(-90deg);
  /* 2, 3 */
  transform-origin: center;
  /* 4 */ }

.active .circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1);
  /* 1, 2, 3 */ }

.active .circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em); }

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100; } }
@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0); } }
/* Layout styles only, not needed for functionality */
.grid {
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: repeat(1, 1fr); }

@media (min-width: 31em) {
  .grid {
    grid-template-columns: repeat(2, 1fr); } }
footer {
  padding-top: 65px; }
  footer div.container h4 {
    color: #08509b;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    font-size: 0.875rem; }
  footer div.container p {
    font-size: .75rem;
    line-height: 1.125rem; }
  footer div.container div.ranger.top {
    margin-top: 85px;
    padding-bottom: 70px; }
    footer div.container div.ranger.top div.colonne:nth-child(1) {
      width: 50%;
      position: relative; }
      footer div.container div.ranger.top div.colonne:nth-child(1) img.markers {
        position: absolute;
        top: -20px;
        left: 0;
        transform: translateY(-100%);
        width: 16px; }
    footer div.container div.ranger.top div.colonne:nth-child(2) {
      width: 50%;
      position: relative; }
      footer div.container div.ranger.top div.colonne:nth-child(2) nav ul {
        margin: 10px 0 0;
        padding: 0;
        list-style: none;
        columns: 2;
        max-width: 231px; }
        footer div.container div.ranger.top div.colonne:nth-child(2) nav ul li {
          margin: 0;
          padding: 0; }
          footer div.container div.ranger.top div.colonne:nth-child(2) nav ul li a {
            color: #4d4c4c;
            font-size: .75rem;
            line-height: 1.125rem;
            display: block; }
      footer div.container div.ranger.top div.colonne:nth-child(2) input {
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #c6c9cd;
        max-width: 370px;
        width: 100%;
        color: #08509b;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        margin: 42px 0 0;
        font-size: 0.875rem;
        padding: 10px 0; }
      footer div.container div.ranger.top div.colonne:nth-child(2) ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #08509b;
        opacity: 1;
        /* Firefox */ }
      footer div.container div.ranger.top div.colonne:nth-child(2) :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #08509b; }
      footer div.container div.ranger.top div.colonne:nth-child(2) ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #08509b; }
    footer div.container div.ranger.top div.colonne div.ranger div.col {
      width: 170px; }
    footer div.container div.ranger.top ul.network {
      position: absolute;
      top: 40px;
      right: 0;
      display: flex;
      flex-direction: row;
      margin: 0;
      padding: 0;
      list-style: none; }
      footer div.container div.ranger.top ul.network li {
        margin: 0 7.5px;
        padding: 0; }
        footer div.container div.ranger.top ul.network li span {
          width: 42px;
          height: 42px;
          position: relative;
          border-radius: 50%;
          border: 1px solid #666666;
          display: block; }
          footer div.container div.ranger.top ul.network li span img {
            height: 20px;
            width: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          footer div.container div.ranger.top ul.network li span.blue {
            background-color: #08509b;
            border: none; }
        footer div.container div.ranger.top ul.network li:last-of-type {
          margin-right: 0; }
  footer div.copy {
    width: 100%;
    background-color: #061129;
    color: #fff;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    footer div.copy p {
      font-weight: 700;
      font-size: 0.75rem;
      margin: 0; }

section#header {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 440px; }
  section#header div.container {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff; }
    section#header div.container h1 {
      font-size: 3rem;
      line-height: 1.25;
      text-transform: uppercase;
      font-family: 'Roboto Condensed', sans-serif;
      text-align: center; }

section.content div.intro {
  padding-bottom: 70px;
  text-align: center;
  padding-top: 175px; }
  section.content div.intro h2 {
    position: relative;
    margin-bottom: 0; }
    section.content div.intro h2:after {
      content: '';
      width: 1px;
      height: 50px;
      background-color: #858585;
      position: absolute;
      top: -35px;
      left: 50%;
      transform: translate(50%, -100%); }
  section.content div.intro p {
    font-size: 1rem;
    font-weight: 300;
    margin-top: 0.5em; }
section.content p {
  font-size: 1.5rem;
  line-height: 3rem; }
section.content.sales-team div.intro {
  padding-bottom: 0px;
  text-align: center;
  padding-top: 70px; }
  section.content.sales-team div.intro h3 {
    font-size: 1.5rem;
    line-height: 1.25;
    position: relative;
    margin-bottom: 0; }
    section.content.sales-team div.intro h3:after {
      content: '';
      width: 1px;
      height: 50px;
      background-color: #858585;
      position: absolute;
      top: -35px;
      left: 50%;
      transform: translate(50%, -100%); }

section#service {
  margin-top: 125px;
  background-size: cover;
  background-position: center;
  padding: 175px 0; }
  section#service div.container div.bg {
    padding: 65px 180px;
    position: relative; }
    section#service div.container div.bg:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(45, 74, 121, 0.82);
      mix-blend-mode: multiply; }
    section#service div.container div.bg a {
      color: #fff; }
    section#service div.container div.bg div.ranger {
      position: relative; }
      section#service div.container div.bg div.ranger div.colonne {
        width: 33.3333%;
        padding: 0 50px; }
        section#service div.container div.bg div.ranger div.colonne h3 {
          font-size: 1.875rem;
          line-height: 1.25;
          margin: 0;
          text-transform: none; }
        section#service div.container div.bg div.ranger div.colonne strong {
          font-size: 0.938rem; }
        section#service div.container div.bg div.ranger div.colonne p {
          font-size: .75rem;
          line-height: 1.2rem; }
          section#service div.container div.bg div.ranger div.colonne p:first-of-type {
            margin-top: 0; }
        section#service div.container div.bg div.ranger div.colonne img.arrow {
          width: 18px;
          position: absolute;
          bottom: 0;
          left: 0; }
      section#service div.container div.bg div.ranger div.tuile {
        height: 100%;
        position: relative;
        padding-bottom: 20px; }

section#extended-family {
  padding: 100px 0 180px; }
  section#extended-family h2 {
    font-size: 1.875rem;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    margin: 0 0 100px; }

:focus {
  outline: none; }

section#contact {
  padding-bottom: 60px;
  padding-top: 115px; }
  section#contact div.container div.ranger div.colonne h3 {
    font-size: 1rem;
    color: #4d4c4c;
    text-transform: uppercase; }
  section#contact div.container div.ranger div.colonne p {
    font-size: 0.875rem;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif; }
    section#contact div.container div.ranger div.colonne p a {
      color: #08509b; }
  section#contact div.container div.ranger div.colonne:first-child {
    width: 380px; }
    section#contact div.container div.ranger div.colonne:first-child h2 {
      color: #ccc;
      font-size: 3rem;
      line-height: 1;
      margin: 0;
      text-transform: none;
      cursor: pointer; }
      section#contact div.container div.ranger div.colonne:first-child h2.blue {
        color: #08509b; }
    section#contact div.container div.ranger div.colonne:first-child div.city {
      margin-top: 50px;
      margin-bottom: 96px; }
      section#contact div.container div.ranger div.colonne:first-child div.city #result {
        color: #B94A48;
        font-size: .75rem; }
  section#contact div.container div.ranger div.colonne:last-child {
    width: calc( 100% - 380px ); }
    section#contact div.container div.ranger div.colonne:last-child #frm_form_2_container {
      margin-top: 70px; }
      section#contact div.container div.ranger div.colonne:last-child #frm_form_2_container input, section#contact div.container div.ranger div.colonne:last-child #frm_form_2_container textarea {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
        color: #4d4c4c;
        box-shadow: none; }
        section#contact div.container div.ranger div.colonne:last-child #frm_form_2_container input:focus, section#contact div.container div.ranger div.colonne:last-child #frm_form_2_container textarea:focus {
          border-color: #4d4c4c; }
      section#contact div.container div.ranger div.colonne:last-child #frm_form_2_container textarea {
        height: 160px; }
      section#contact div.container div.ranger div.colonne:last-child #frm_form_2_container ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #ccc;
        opacity: 1;
        /* Firefox */ }
      section#contact div.container div.ranger div.colonne:last-child #frm_form_2_container :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #ccc; }
      section#contact div.container div.ranger div.colonne:last-child #frm_form_2_container ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #ccc; }
    section#contact div.container div.ranger div.colonne:last-child button {
      font-family: 'Roboto Condensed', sans-serif;
      color: #08509b;
      font-size: 0.875rem;
      background-color: transparent;
      border: none;
      padding: 20px 0;
      text-transform: uppercase;
      box-shadow: none;
      margin-top: 60px; }
    section#contact div.container div.ranger div.colonne:last-child #frm_field_11_container {
      display: none; }

section#project {
  padding-bottom: 140px; }
  section#project div.container {
    max-width: 100%;
    padding: 0 60px; }
    section#project div.container div.ranger {
      width: calc( 100% + 8px);
      margin-left: -4px;
      margin-right: -4px; }
      section#project div.container div.ranger div.colonne {
        width: 33.3333%;
        padding: 4px; }
        section#project div.container div.ranger div.colonne div.tuile {
          padding-bottom: 65%;
          position: relative;
          background-size: cover;
          height: 0; }
          section#project div.container div.ranger div.colonne div.tuile div.hover {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(15, 24, 40, 0.8);
            transition: all .5s ease;
            opacity: 0; }
          section#project div.container div.ranger div.colonne div.tuile:hover div.hover {
            opacity: 1; }
        section#project div.container div.ranger div.colonne div.texte {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 90%;
          transform: translate(-50%, -50%);
          text-align: center; }
          section#project div.container div.ranger div.colonne div.texte h3 {
            color: #fff;
            font-size: 1.313rem;
            line-height: 1.563rem;
            margin: 0; }
          section#project div.container div.ranger div.colonne div.texte p {
            font-weight: 300;
            font-size: 1rem;
            color: #fff; }
        section#project div.container div.ranger div.colonne div.share {
          position: absolute;
          bottom: 0;
          left: 25px;
          display: flex;
          align-items: center; }
          section#project div.container div.ranger div.colonne div.share .jssocials-share-link {
            background: none !important;
            border: none;
            box-shadow: none; }
          section#project div.container div.ranger div.colonne div.share img.jssocials-share-logo {
            width: auto;
            height: 10px;
            object-fit: cover; }
          section#project div.container div.ranger div.colonne div.share .share-list {
            float: left; }
          section#project div.container div.ranger div.colonne div.share span {
            float: left;
            color: #fff;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 700;
            font-size: .5rem;
            margin-right: 20px; }
  section#project #more {
    background-color: transparent;
    border: none;
    text-align: center;
    box-shadow: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4d4c4c;
    font-weight: 700;
    font-size: 1.5rem;
    position: relative;
    margin-top: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase; }
    section#project #more:after {
      content: '';
      width: 1px;
      height: 50px;
      background-color: #858585;
      position: absolute;
      top: -35px;
      left: 50%;
      transform: translate(50%, -100%); }

section#single-header {
  padding: 95px 0 65px;
  background-image: url("images/bg-vector.png"); }
  section#single-header div.container a.back {
    display: block;
    color: #4d4c4c;
    font-size: .875rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 700; }
  section#single-header div.container div.ranger div.colonne {
    width: 25%; }
    section#single-header div.container div.ranger div.colonne:last-of-type {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: space-between; }
      section#single-header div.container div.ranger div.colonne:last-of-type a.pdf {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: .75rem;
        color: #08509b;
        text-transform: uppercase;
        font-weight: 700; }
    section#single-header div.container div.ranger div.colonne p {
      color: #4d4c4c;
      font-weight: 700;
      font-size: 1rem;
      font-family: 'Roboto Condensed', sans-serif; }
      section#single-header div.container div.ranger div.colonne p strong {
        color: #08509b; }
      section#single-header div.container div.ranger div.colonne p a {
        color: #4d4c4c; }

section#social {
  display: flex;
  justify-content: flex-end; }
  section#social div.container {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  section#social div.share {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    section#social div.share .jssocials-share-link {
      background: none !important;
      border: none;
      box-shadow: none; }
    section#social div.share img.jssocials-share-logo {
      width: auto;
      height: 15px;
      object-fit: cover; }
    section#social div.share .share-list {
      float: left; }
    section#social div.share .jssocials-shares {
      margin: 0; }
  section#social span {
    float: left;
    color: #08509b;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: .75rem;
    margin-right: 20px;
    text-transform: uppercase; }

section#content {
  padding-top: 60px 0 100px;
  width: calc( 100% + 40px);
  margin-left: -20px;
  margin-right: -20px; }
  section#content div.col-full {
    width: 100%;
    padding: 0 20px; }
    section#content div.col-full.video {
      padding: 70px 20px 100px; }
      section#content div.col-full.video img {
        width: 100%; }
      section#content div.col-full.video .slick-prev:before, section#content div.col-full.video .slick-next:before {
        content: '';
        width: 15px;
        height: 24px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      section#content div.col-full.video .slick-prev:before {
        background-image: url("images/chevron-left.svg"); }
      section#content div.col-full.video .slick-next:before {
        background-image: url("images/chevron-right.svg"); }
      section#content div.col-full.video .slick-prev {
        left: -60px; }
      section#content div.col-full.video .slick-next {
        right: -60px; }
      section#content div.col-full.video .slick-dots li button:before {
        color: #a8a4a4;
        font-size: 12px; }
      section#content div.col-full.video .slick-dots li {
        margin: 0 12px; }
      section#content div.col-full.video .slick-dots {
        bottom: -60px; }
  section#content div.colonne-2 {
    width: 50%;
    padding: 0 20px; }
  section#content div.colonne-3 {
    width: 33.333%;
    padding: 0 20px; }

section#pagination {
  padding-bottom: 60px;
  padding-top: 160px;
  margin-bottom: 4px;
  border-bottom: 1px solid #ebebeb; }
  section#pagination h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #0a1b36;
    margin: 0;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase; }
  section#pagination hr {
    border-top: 1px solid #ebebeb; }
  section#pagination div.ranger .navigation {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between; }
    section#pagination div.ranger .navigation a {
      color: #4d4c4c;
      font-size: 0.625rem;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700; }
      section#pagination div.ranger .navigation a img {
        width: 20px; }
    section#pagination div.ranger .navigation .alignleft img {
      margin-right: 15px;
      transform: rotate(180deg); }
    section#pagination div.ranger .navigation .alignright img {
      margin-left: 15px; }
    section#pagination div.ranger .navigation .bar1, section#pagination div.ranger .navigation .bar2, section#pagination div.ranger .navigation .bar3 {
      width: 20px;
      height: 3px;
      background-color: #888;
      margin: 2px 0;
      transition: 0.4s;
      border-radius: 1px; }

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