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

body {
  opacity: 0;
  transition: opacity .7s ease; }

tooltip {
  visibility: collapse !important; }

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

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

a, a:hover {
  color: #fb6630;
  text-decoration: underline; }

.bar1, .bar2, .bar3 {
  width: 20px;
  height: 3px;
  background-color: #4c4949;
  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; }

ul li {
  color: #676565;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem; }

header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 9; }
  header div.container {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 5rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 30px;
    top: 0;
    width: 100%;
    z-index: 9; }
  header div.logo {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: space-between;
    align-items: center; }
    header div.logo a.logo img {
      width: 180px; }
    header div.logo div.social {
      display: flex; }
      @media (max-width: 767px) {
        header div.logo div.social {
          display: none; } }
      header div.logo div.social img {
        height: 15px;
        margin-right: 5px;
        object-fit: contain;
        object-position: bottom center;
        width: 25px; }
  header div.menu {
    width: 50%; }
    header div.menu nav {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      header div.menu nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex; }
        header div.menu nav ul li {
          margin: 0;
          padding: 0; }
          header div.menu nav ul li a {
            color: #4c4949;
            cursor: pointer;
            font-size: .75rem;
            padding: 0 7px;
            text-decoration: none;
            text-transform: uppercase;
            white-space: nowrap; }
            header div.menu nav ul li a.phone {
              font-weight: 700; }
          header div.menu nav ul li.menu-item-has-children {
            position: relative; }
            header div.menu nav ul li.menu-item-has-children > ul {
              display: none; }
            header div.menu nav ul li.menu-item-has-children:hover > ul {
              display: flex; }
          header div.menu nav ul li .sub-menu {
            position: absolute;
            bottom: 0;
            left: 0;
            display: flex;
            flex-direction: column;
            background-color: #0D2A3E!important;
            transform: translate(0, 100%);
            padding-top: 15px; }
            header div.menu nav ul li .sub-menu li a {
              padding: 7px 15px;
              display: block;
              background-color: #fff; }
      @media (max-width: 1099px) {
        header div.menu nav .menu-principal-container {
          display: none; } }
    header div.menu #bouton-mobile {
      display: none;
      cursor: pointer; }
      @media (max-width: 1099px) {
        header div.menu #bouton-mobile {
          display: block; } }

div#menu-sec {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  background-color: #fff; }
  div#menu-sec ul {
    display: flex;
    flex-direction: column; }
    div#menu-sec ul li a {
      color: #4c4949;
      cursor: pointer;
      display: block;
      font-size: .75rem;
      padding: 5px 30px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      white-space: nowrap;
      width: 100%;
      border-bottom: 1px solid #f1f1f1;
      font-weight: 700;
      padding: 10px 30px; }
    div#menu-sec ul li ul li a {
      font-weight: 400; }
  div#menu-sec div.social {
    display: flex;
    flex-direction: column;
    width: 65px;
    align-items: flex-end;
    justify-content: center;
    padding-top: 0px; }
    @media (max-width: 1279px) {
      div#menu-sec div.social {
        width: 100%;
        flex-direction: row;
        margin-top: 10px;
        margin-bottom: 10px; } }
    div#menu-sec div.social span.circle {
      align-items: center;
      border: 1px solid #ccc;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      height: 28px;
      justify-content: center;
      margin-bottom: 7px;
      transition: all .5s ease;
      width: 28px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1279px) {
        div#menu-sec div.social span.circle {
          margin-right: 12px; } }
      div#menu-sec div.social span.circle img {
        height: 50%;
        object-fit: contain;
        object-position: center;
        transition: all .5s ease;
        width: 50%; }
        div#menu-sec div.social span.circle img.hover {
          display: none; }
      div#menu-sec div.social span.circle:hover {
        background-color: #fb6630;
        transition: all .5s ease; }
        div#menu-sec div.social span.circle:hover img.normal {
          display: none; }
        div#menu-sec div.social span.circle:hover img.hover {
          display: block; }

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%; }

.otgs-development-site-front-end {
  display: none; }

footer div.contact {
  padding: 100px 0 70px; }
footer div.desc {
  padding-right: 40px;
  width: 220px; }
  @media (max-width: 1279px) {
    footer div.desc {
      width: 50%;
      padding-right: 12vw; } }
  @media (max-width: 767px) {
    footer div.desc {
      width: 100%;
      padding-right: 40px;
      margin-bottom: 60px; } }
footer div.colonne {
  position: relative;
  width: 295px; 
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
footer div.colonne .icon {
  width: 60px;
  height: auto;
  margin: 15px 0 0;
}
  @media (max-width: 1279px) {
    footer div.colonne {
      width: 50%; } }
  @media (max-width: 767px) {
    footer div.colonne {
      width: 100%; } }
  footer div.colonne:nth-child(2):after {
    background-image: url("images/map-marker-alt.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 23px;
    position: absolute;
    top: -23px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 16px; }
footer div.menu {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: 160px;
  padding-left: 40px; }
  @media (max-width: 1279px) {
    footer div.menu {
      width: 50%;
      align-items: flex-start;
      padding-left: 0; } }
  @media (max-width: 767px) {
    footer div.menu {
      width: 100%; } }
  footer div.menu p {
    color: #4d4c4c;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.125rem;
    text-decoration: none; }
    footer div.menu p:first-of-type {
      margin-top: 0; }
  footer div.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 100px; }
    footer div.menu ul li {
      margin: 0;
      padding: 0; }
      footer div.menu ul li a {
        color: #4d4c4c;
        display: block;
        font-size: .75rem;
        font-weight: 400;
        line-height: 1.125rem;
        min-width: 100px;
        text-decoration: none; }
footer div.social {
  display: flex;
  flex-direction: column;
  width: 65px;
  align-items: flex-end;
  padding-top: 0px; }
  @media (max-width: 1279px) {
    footer div.social {
      width: 100%;
      flex-direction: row;
      margin-top: 30px; } }
  footer div.social a {
    width: 28px;
    min-width: 28px; }
  footer div.social span.circle {
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 28px;
    justify-content: center;
    margin-bottom: 7px;
    transition: all .5s ease;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1279px) {
      footer div.social span.circle {
        margin-right: 12px; } }
    footer div.social span.circle img {
      height: 50%;
      object-fit: contain;
      object-position: center;
      transition: all .5s ease;
      width: 50%; }
      footer div.social span.circle img.hover {
        display: none; }
    footer div.social span.circle:hover {
      background-color: #fb6630;
      transition: all .5s ease; }
      footer div.social span.circle:hover img.normal {
        display: none; }
      footer div.social span.circle:hover img.hover {
        display: block; }
footer p strong {
  color: #08509b;
  font-size: .875rem;
  font-weight: 900;
  text-transform: uppercase; }
footer p {
  color: #4d4c4c;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-decoration: none; }
footer a {
  color: #4d4c4c;
  display: block;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.125rem;
  min-width: 100px;
  text-decoration: none; }
  footer a.mail {
    position: relative;
    top: 30px;
    display: block; }
    @media (max-width: 1279px) {
      footer a.mail {
        margin-bottom: 50px; } }
    footer a.mail:after {
      position: absolute;
      background-image: url("images/envelope-b.svg");
      background-position: 0;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      height: 20px;
      left: 0;
      position: absolute;
      top: -4px;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      width: 26px; }
footer div.copy {
  background-image: radial-gradient(circle at 100%, #0e3464, #18588e, #0e3464);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 90px;
  justify-content: center; }
  footer div.copy p {
    color: #fff;
    font-size: .75rem;
    margin: 0;
    text-align: left; }
    footer div.copy p a {
      margin-right: 20px; }
footer div.slider {
  background-image: radial-gradient(circle at 100%, #0e3464, #18588e, #0e3464);
  height: 242px; }
  footer div.slider div.slick-slide {
    height: 242px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    footer div.slider div.slick-slide img {
      margin: 0 auto;
      max-height: 90px;
      max-width: 75%;
      object-fit: contain;
      object-position: center;
      padding: 0 30px; }

section#hero {
  margin-bottom: 0; }
  section#hero div.bg {
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
    border-radius: 6px;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    height: 45vw;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    @media (max-width: 1023px) {
      section#hero div.bg {
        height: 80vh;
        min-height: 75vw; } }
    section#hero div.bg:before {
      background-color: #305d84;
      content: "";
      height: 100%;
      left: 0;
      mix-blend-mode: multiply;
      position: absolute;
      top: 0;
      width: 50%; }
      @media (max-width: 1023px) {
        section#hero div.bg:before {
          width: 80%;
          left: 10%; } }
    section#hero div.bg h3 {
      color: #fb6630;
      font-size: 1.25rem;
      font-weight: 900;
      text-transform: uppercase; }
    section#hero div.bg h2 {
      color: #fff;
      font-size: 3.25rem;
      font-weight: 400;
      margin: 0; }
      @media (max-width: 1279px) {
        section#hero div.bg h2 {
          font-size: 3.5vw; } }
      @media (max-width: 1023px) {
        section#hero div.bg h2 {
          font-size: 8.25vw; } }
    section#hero div.bg a.more {
      color: #fb6630;
      font-size: .875rem;
      font-weight: 900;
      margin-top: 1.5rem;
      position: relative;
      text-align: left;
      text-decoration: none;
      text-transform: uppercase;
      z-index: 2;
      display: block; }
  section#hero div.ranger div.colonne {
    width: 50%;
    padding-right: 20px; }
    @media (max-width: 1279px) {
      section#hero div.ranger div.colonne {
        margin-left: 50px; } }
    @media (max-width: 1023px) {
      section#hero div.ranger div.colonne {
        width: 60%;
        margin-left: 20%; } }
  section#hero .slick-dots {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    left: calc(50vw - 720px);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    z-index: 9; }
    @media (max-width: 1571px) {
      section#hero .slick-dots {
        left: 12px; } }
    section#hero .slick-dots li button:before {
      content: '';
      position: absolute; }
    section#hero .slick-dots li button {
      background-color: #fff;
      border: 0;
      color: transparent;
      cursor: pointer;
      display: block;
      font-size: 0;
      height: 32px;
      line-height: 0;
      outline: none;
      padding: 0;
      width: 2px; }
    section#hero .slick-dots li.slick-active button {
      background-color: #fb6630;
      width: 6px; }
    section#hero .slick-dots li {
      background-color: initial;
      cursor: pointer;
      display: inline-block;
      height: 32px;
      left: 0;
      margin: 5px 0;
      opacity: 1;
      padding: 0;
      position: relative;
      width: 1px; }

section#action {
  width: 100%; }
  section#action div.ranger div.colonne {
    width: 25%; }
    @media (max-width: 1023px) {
      section#action div.ranger div.colonne {
        width: 50%; } }
    @media (max-width: 1023px) {
      section#action div.ranger div.colonne {
        width: 100%; } }
    section#action div.ranger div.colonne div.image {
      overflow: hidden;
      height: 0;
      padding-bottom: 100%;
      position: relative; }
      section#action div.ranger div.colonne div.image img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%) scale(1);
        transition: all 2.5s ease; }
    section#action div.ranger div.colonne a:hover div.image img {
      transform: translate(-50%, -50%) scale(1.3); }
    section#action div.ranger div.colonne a:hover div.tuile h3 {
      color: #fb6630; }
    section#action div.ranger div.colonne div.tuile {
      align-items: center;
      background-image: linear-gradient(90deg, #0e3464, #365b80);
      display: flex;
      flex-direction: column;
      height: 200px;
      justify-content: center;
      width: 100%; }
      @media (max-width: 1023px) {
        section#action div.ranger div.colonne div.tuile {
          height: 100px; } }
      section#action div.ranger div.colonne div.tuile h3 {
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0;
        text-decoration: none;
        transition: all .5s ease;
        text-align: center; }
        @media (max-width: 1279px) {
          section#action div.ranger div.colonne div.tuile h3 {
            font-size: 1.5vw; } }
        @media (max-width: 1023px) {
          section#action div.ranger div.colonne div.tuile h3 {
            font-size: 3vw; } }
        @media (max-width: 600px) {
          section#action div.ranger div.colonne div.tuile h3 {
            font-size: 5vw; } }
    section#action div.ranger div.colonne a {
      text-decoration: none; }

section.content {
  text-align: center;
  padding-top: 135px;
  padding-bottom: 40px; }
  section.content h2 {
    color: #fb6630;
    font-family: Roboto Condensed,sans-serif;
    font-size: 2.625rem;
    font-weight: 700;
    margin-bottom: 85px;
    margin-top: 75px;
    text-transform: uppercase; }
  section.content p {
    color: #676565;
    display: block;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 3rem;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 0px 20px;
    width: 100%; }
  section.content a {
    font-weight: 700; }
  section.content.forming h2 {
    font-size: 3rem; }
  section.content.about_us, section.content.certification {
    text-align: left;
    padding-top: 25px;
    padding-bottom: 150px; }
    section.content.about_us h2, section.content.certification h2 {
      font-size: 3rem;
      text-transform: none; }
    section.content.about_us p, section.content.certification p {
      font-size: 1.25rem;
      line-height: 2rem; }
  section.content.our_team {
    padding-top: 75px;
    padding-bottom: 90px; }
    section.content.our_team p {
      font-size: 1.25rem;
      line-height: 1.8; }
  section.content.rddesign-up {
    text-align: left; }
    section.content.rddesign-up h2 {
      color: #fb6630;
      font-family: Roboto Condensed,sans-serif;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: .25em;
      margin-top: 1.5em;
      text-align: left;
      text-transform: none; }
    section.content.rddesign-up p {
      font-size: 1.25rem;
      line-height: 2rem; }
  section.content.career h2 {
    color: #fb6630;
    font-family: Roboto Condensed,sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 75px;
    margin-top: 1.5em;
    text-align: center;
    text-transform: none; }
  section.content.career p {
    color: #676565;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: left; }

section#accordeon {
  background-position: top 23% center;
  background-size: 100% auto;
  position: relative; }
  section#accordeon:before {
    background-color: #001f3c;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: darken;
    opacity: .54;
    position: absolute;
    top: 0;
    width: 100%; }
  section#accordeon div.title {
    margin: 0 auto; }
    section#accordeon div.title h3 {
      color: #fff;
      cursor: pointer;
      font-family: Roboto Condensed,sans-serif;
      font-size: 1.313rem;
      line-height: 2.188rem;
      margin: 0;
      overflow: hidden;
      padding: 3.75rem 0;
      position: relative;
      text-transform: uppercase;
      transition: all .5s ease; }
  section#accordeon div.content {
    display: none;
    padding-bottom: 90px;
    position: relative; }
    section#accordeon div.content p {
      color: #fff;
      display: block;
      font-size: 1.375rem;
      line-height: 1.75rem;
      margin: 0 auto;
      max-width: 1240px;
      padding: 0 30px;
      text-align: center;
      width: 100%; }
    section#accordeon div.content a {
      color: #fb6630;
      text-decoration: underline; }
  section#accordeon div.accordeon {
    position: relative;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center; }
    section#accordeon div.accordeon.active:before {
      background-color: #001f3c;
      content: "";
      height: 100%;
      left: 0;
      mix-blend-mode: darken;
      opacity: .54;
      position: absolute;
      top: 0;
      width: 100%; }
    section#accordeon div.accordeon.active div.title h3 {
      font-size: 1.875rem;
      padding: 165px 0 15px;
      transition: all .5s ease; }

div#fixed {
  display: flex;
  position: fixed;
  right: 0;
  top: 400px;
  z-index: 99999; }
  div#fixed div#form {
    display: none;
    height: 470px;
    padding: 30px;
    position: relative;
    right: 60px;
    top: -171px;
    width: 400px;
    overflow: hidden;
    max-width: calc(100vw - 80px); }
    div#fixed div#form:before {
      background-color: #305d84;
      content: "";
      height: 100%;
      left: 0;
      mix-blend-mode: multiply;
      opacity: .85;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
    div#fixed div#form input, div#fixed div#form textarea {
      background-color: initial;
      border: none;
      border-bottom: 1px solid #fff;
      color: #fff;
      margin-bottom: 10px;
      width: 100%;
      height: 30px;
      padding: 5px 0;
      font-size: 1rem;
      border-radius: 0;
      box-shadow: none; }
    div#fixed div#form textarea {
      height: 100px;
      padding: 5px 0; }
    div#fixed div#form ::-webkit-input-placeholder {
      /* Edge */
      color: #fff; }
    div#fixed div#form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff; }
    div#fixed div#form ::placeholder {
      color: #fff; }
    div#fixed div#form button {
      background-color: initial;
      border: none;
      box-shadow: none;
      color: #fb6630;
      font-family: Roboto Condensed,sans-serif;
      font-size: .75rem;
      font-weight: 700;
      padding: 10px 0;
      text-transform: uppercase; }
  div#fixed div#open {
    align-items: center;
    background-color: #fb6630;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    -webkit-transform: translate(-30%, -100%) rotate(-90deg);
    transform: translate(-30%, -100%) rotate(-90deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    width: 200px;
    z-index: 99999; }

section#entete {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 376px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column; }
  section#entete:before {
    background-color: #2d4a79;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    opacity: .82;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 2; }
    @media (max-width: 1023px) {
      section#entete:before {
        width: 80%;
        left: 10%; } }
  section#entete div.container {
    position: relative;
    height: inherit; }
  section#entete h1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    color: #fff;
    font-size: 3.25rem;
    font-weight: 400;
    z-index: 3;
    margin: 0; }
    @media (max-width: 1023px) {
      section#entete h1 {
        text-align: center;
        width: calc(75%);
        left: 50%;
        transform: translate(-50%, -50%); } }

section#about {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 175px 10vw;
  width: 100%; }
  section#about div.container {
    padding: 0;
    max-width: 100%; }
    section#about div.container div.bg {
      padding: 100px 7vw;
      position: relative;
      width: 100%; }
      section#about div.container div.bg:before {
        content: '';
        position: absolute;
        left: 0;
        background-color: #2d4a79;
        mix-blend-mode: multiply;
        opacity: .84;
        top: 0;
        width: 100%;
        height: 100%; }
      section#about div.container div.bg div.ranger {
        position: relative;
        z-index: 4;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        width: 100%; }
        section#about div.container div.bg div.ranger div.colonne {
          width: calc(33.333% - 4vw);
          color: #fff; }
          @media (max-width: 1023px) {
            section#about div.container div.bg div.ranger div.colonne {
              width: 100%; } }
          section#about div.container div.bg div.ranger div.colonne h3 {
            font-family: Roboto Condensed,sans-serif;
            font-size: 1.875rem;
            margin-top: 0; }
          section#about div.container div.bg div.ranger div.colonne p {
            font-weight: 700;
            font-size: 1rem;
            line-height: 1.4; }

section#team div.container div.ranger {
  width: calc( 100% + 36px);
  margin-left: -16px;
  margin-right: -16px; }
  section#team div.container div.ranger div.colonne {
    margin-bottom: 60px;
    padding: 0 18px;
    width: 25%;
    position: relative; }
    @media (max-width: 1023px) {
      section#team div.container div.ranger div.colonne {
        width: 50%; } }
    @media (max-width: 767px) {
      section#team div.container div.ranger div.colonne {
        width: 100%; } }
    section#team div.container div.ranger div.colonne img {
      width: 100%;
      margin-bottom: 22px; }
    section#team div.container div.ranger div.colonne p {
      color: #08509b;
      font-size: .938rem;
      font-weight: 700;
      font-family: Roboto Condensed,sans-serif;
      line-height: 1.25;
      margin: 0; }
      section#team div.container div.ranger div.colonne p span.job {
        color: #202020;
        font-size: .875rem;
        font-style: italic;
        font-weight: 400; }
      section#team div.container div.ranger div.colonne p span.phone {
        font-family: Roboto Condensed,sans-serif;
        line-height: 1.25;
        margin: 0;
        font-weight: 400;
        color: #08509b; }
    section#team div.container div.ranger div.colonne div.abs {
      position: absolute;
      bottom: 0;
      right: 16px; }
      section#team div.container div.ranger div.colonne div.abs p {
        margin: 0; }
        section#team div.container div.ranger div.colonne div.abs p img {
          width: 10px;
          margin-bottom: 0;
          height: 10px;
          object-fit: contain;
          object-position: bottom; }

section#tuiles {
  width: 100%; }
  section#tuiles div.ranger div.colonne {
    width: 50%;
    background-image: radial-gradient(circle at -120%, #0e3464, #0e3464, #4f7492);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    justify-content: center;
    line-height: 2rem;
    padding: 70px 0;
    background-size: cover;
    background-position: center; }
    @media (max-width: 1023px) {
      section#tuiles div.ranger div.colonne {
        width: 100%;
        min-height: 433px; } }
    section#tuiles div.ranger div.colonne h3 {
      color: #fb6630; }
    section#tuiles div.ranger div.colonne img {
      object-fit: cover;
      object-position: center;
      transition: all .5s ease;
      opacity: 0;
      height: 100%;
      width: 100%; }
    section#tuiles div.ranger div.colonne:hover img {
      opacity: 1; }
    section#tuiles div.ranger div.colonne:nth-child(odd) {
      padding-left: calc(50vw - 590px);
      padding-right: 75px; }
      @media (max-width: 1079px) {
        section#tuiles div.ranger div.colonne:nth-child(odd) {
          padding-left: 30px;
          padding-right: 30px; } }
    section#tuiles div.ranger div.colonne:nth-child(even) {
      padding: 0; }
  section#tuiles div.ranger:nth-child(even) {
    flex-direction: row-reverse; }
    section#tuiles div.ranger:nth-child(even) div.colonne:nth-child(even) {
      padding: 0; }
    section#tuiles div.ranger:nth-child(even) div.colonne:nth-child(odd) {
      padding-right: calc(50vw - 590px);
      padding-left: 75px; }
      @media (max-width: 1079px) {
        section#tuiles div.ranger:nth-child(even) div.colonne:nth-child(odd) {
          padding-left: 30px;
          padding-right: 30px; } }

:focus {
  outline: none; }

section#contact {
  padding-bottom: 60px;
  padding-top: 130px; }
  section#contact div.container div.ranger div.colonne {
    width: 50%; }
    section#contact div.container div.ranger div.colonne:nth-child(1) {
      display: flex;
      gap: 30px;
      flex-direction: column;
      padding-bottom: 100px; }
    @media (max-width: 1023px) {
      section#contact div.container div.ranger div.colonne {
        width: 100%;
        min-height: 400px; } }
    section#contact div.container div.ranger div.colonne h3 {
      color: #4d4c4c;
      font-size: 1rem;
      font-weight: 900;
      line-height: 1;
      margin: 0;
      text-transform: uppercase; }
    section#contact div.container div.ranger div.colonne h2 {
      color: #ccc;
      font-family: Roboto Condensed,sans-serif;
      font-size: 3rem;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 110px;
      margin: 0px;
      text-transform: none;
      cursor: pointer; }
      section#contact div.container div.ranger div.colonne h2.active {
        color: #fa662c !important; }
    section#contact div.container div.ranger div.colonne a.direction {
      color: #07509b;
      text-decoration: none;
      font-size: .875rem;
      font-weight: 900; }
    section#contact div.container div.ranger div.colonne input, section#contact div.container div.ranger div.colonne textarea {
      border: none;
      border-bottom: 1px solid #999;
      color: #000;
      font-size: .875rem;
      height: 50px;
      line-height: 1.2;
      padding: 10px 0;
      width: 100%;
      border-radius: 0;
      box-shadow: none; }
    section#contact div.container div.ranger div.colonne textarea {
      height: 150px; }
    section#contact div.container div.ranger div.colonne .frm_fields_container {
      margin-top: 50px; }
    section#contact div.container div.ranger div.colonne .frm_radio {
      display: none; }
    section#contact div.container div.ranger div.colonne button {
      background-color: initial;
      border: none;
      box-shadow: none;
      background: #fb6630;
      color: #fff;
      font-family: Roboto Condensed,sans-serif;
      font-size: 1rem;
      font-weight: 700;
      border-radius: 0;
      padding: 10px 0;
      text-transform: uppercase;
      margin-top: 50px;
      padding: 10px 20px;
    }

section#fourimage {
  width: 100%; }
  section#fourimage div.ranger div.colonne {
    width: 25%; }
    @media (max-width: 767px) {
      section#fourimage div.ranger div.colonne {
        width: 100%; } }
    section#fourimage div.ranger div.colonne.double {
      width: 50%; }
      @media (max-width: 767px) {
        section#fourimage div.ranger div.colonne.double {
          width: 100%; } }
      section#fourimage div.ranger div.colonne.double div.image {
        padding-bottom: 40%; }
    section#fourimage div.ranger div.colonne div.image {
      width: 100%;
      height: 0;
      padding-bottom: 80%;
      background-size: cover;
      background-position: center; }

section#rddesign {
  background-image: radial-gradient(circle at 160%, #0e3464, #18588e, #0e3464);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  padding: 120px 0; }
  section#rddesign ul {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: 4; }
    @media (max-width: 1023px) {
      section#rddesign ul {
        columns: 2; } }
    @media (max-width: 767px) {
      section#rddesign ul {
        columns: 1; } }
    section#rddesign ul li {
      color: #fff; }
  section#rddesign h3, section#rddesign h2 {
    font-size: 2rem;
    color: #fb6630;
    text-transform: uppercase;
    font-family: Roboto Condensed,sans-serif; }

section#three-images {
  width: 100%; }
  section#three-images div.container div.ranger {
    width: calc( 100% + 16px);
    margin-left: -8px;
    margin-right: -8px; }
    section#three-images div.container div.ranger div.colonne {
      width: 33.333%;
      padding: 0 8px;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        section#three-images div.container div.ranger div.colonne {
          width: 100%; } }
      section#three-images div.container div.ranger div.colonne img {
        width: 100%; }

section#positions div.container h2.position {
  color: #fa662b;
  font-family: Roboto Condensed,sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 130px;
  text-transform: uppercase; }
section#positions div.container div.ranger {
  align-items: center;
  border-top: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0; }
  section#positions div.container div.ranger:last-of-type {
    border-bottom: 1px solid #e1e1e1; }
  section#positions div.container div.ranger span.date {
    color: #fa662c;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1rem;
    margin: 0;
    display: block; }
  section#positions div.container div.ranger h4 {
    color: #676565;
    font-size: 1rem;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase; }
  section#positions div.container div.ranger span.location {
    color: #676565;
    font-size: .875rem;
    font-weight: 400;
    margin: 1rem 0 0;
    text-transform: uppercase;
    display: block; }
  section#positions div.container div.ranger span.time {
    color: #676565;
    font-size: .875rem;
    font-weight: 900;
    margin: 1rem 0 0;
    text-transform: uppercase;
    display: block; }
  section#positions div.container div.ranger button {
    background-color: #61646c;
    border-radius: 3px;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: .75rem;
    font-weight: 900;
    height: 28px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all .5s ease;
    border: none; }
    @media (max-width: 1023px) {
      section#positions div.container div.ranger button {
        margin-top: 40px; } }
  section#positions div.container div.ranger div.colonne:nth-child(1) {
    width: 34%; }
    @media (max-width: 1023px) {
      section#positions div.container div.ranger div.colonne:nth-child(1) {
        width: 100%; } }
  section#positions div.container div.ranger div.colonne:nth-child(2) {
    width: 22%; }
    @media (max-width: 1023px) {
      section#positions div.container div.ranger div.colonne:nth-child(2) {
        width: 100%; } }
  section#positions div.container div.ranger div.colonne:nth-child(3) {
    width: 22%; }
    @media (max-width: 1023px) {
      section#positions div.container div.ranger div.colonne:nth-child(3) {
        width: 100%; } }
  section#positions div.container div.ranger div.colonne:nth-child(4) {
    width: 22%;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 1023px) {
      section#positions div.container div.ranger div.colonne:nth-child(4) {
        width: 100%;
        justify-content: flex-start; } }

div.iframeVideo {
  position: relative;
  height: 0;
  padding-bottom: 66.6%;
  width: 100%; }
  div.iframeVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

section#career div.container div.ranger div.aside {
  width: 230px;
  border-bottom: 1px solid #e1e1e1; }
  @media (max-width: 1023px) {
    section#career div.container div.ranger div.aside {
      width: 100%;
      border-bottom: none; } }
  section#career div.container div.ranger div.aside h2 {
    color: #fa662c;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase; }
section#career div.container div.ranger div.info {
  width: 230px;
  color: #646363;
  font-size: .75rem;
  line-height: 1.25rem; }
  @media (max-width: 1023px) {
    section#career div.container div.ranger div.info {
      width: 100%; } }
  section#career div.container div.ranger div.info p {
    font-size: 1rem;
    margin: 1.5em 0;
    font-weight: 400; }
    section#career div.container div.ranger div.info p strong {
      font-weight: 700;
      text-transform: uppercase; }
      section#career div.container div.ranger div.info p strong span {
        color: #fa662c; }
  section#career div.container div.ranger div.info hr {
    border-top: 1px solid #e1e1e1; }
  section#career div.container div.ranger div.info div.career_share {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    section#career div.container div.ranger div.info div.career_share div.share {
      font-size: .75rem;
      font-weight: 900; }
    section#career div.container div.ranger div.info div.career_share img {
      margin: 0 5px; }
section#career div.container div.ranger div.content {
  color: #555;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding-left: 40px;
  width: calc(100% - 230px); }
  @media (max-width: 1023px) {
    section#career div.container div.ranger div.content {
      width: 100%;
      padding-left: 0; } }
  section#career div.container div.ranger div.content h3 {
    color: #555;
    font-size: 1rem;
    font-weight: 700;
    margin: .25em 0;
    text-transform: uppercase; }
  section#career div.container div.ranger div.content p, section#career div.container div.ranger div.content li {
    color: #555;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem; }
    section#career div.container div.ranger div.content p:first-of-type, section#career div.container div.ranger div.content li:first-of-type {
      margin-top: 0; }
  section#career div.container div.ranger div.content ul {
    margin: 0;
    padding: 0;
    padding-left: 30px;
    list-style: none;
    margin-bottom: 2em; }
  section#career div.container div.ranger div.content li {
    list-style: none;
    padding-left: 0px;
    position: relative; }
    section#career div.container div.ranger div.content li:before {
      content: "–";
      left: -15px;
      position: absolute;
      top: 0; }
  section#career div.container div.ranger div.content div#form {
    background-color: #f8f8f8;
    padding: 40px 20px 20px;
    position: relative; }
    section#career div.container div.ranger div.content div#form ::-webkit-input-placeholder {
      /* Edge */
      color: #555; }
    section#career div.container div.ranger div.content div#form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #555; }
    section#career div.container div.ranger div.content div#form ::placeholder {
      color: #555; }
    section#career div.container div.ranger div.content div#form input, section#career div.container div.ranger div.content div#form textarea {
      background-color: #fff;
      border: none;
      color: #666;
      display: block;
      font-size: .875rem;
      height: 50px;
      line-height: 1.2;
      margin-top: 0px;
      padding: 0 10px;
      width: 100%;
      box-shadow: none; }
    section#career div.container div.ranger div.content div#form textarea {
      height: 169px;
      padding: 10px; }
    section#career div.container div.ranger div.content div#form button {
      background-color: #fa662c;
      color: #fff;
      font-family: Roboto,sans-serif;
      font-size: .813rem;
      font-weight: 400;
      max-width: 230px;
      padding: 10px 40px;
      text-transform: none;
      border: none;
      border-radius: 0; }
    section#career div.container div.ranger div.content div#form .frm_dropzone.frm_single_upload {
      max-width: 100%; }

footer .copy .politique {
  display: flex; }
footer .copy p {
  display: flex; }
  footer .copy p span {
    margin-left: 45px; }
footer .copy a {
  margin-left: 1px;
  color: #fff;
  text-decoration: none; }

.page-id-517 ul li,
.page-id-519 ul li,
.page-id-521 ul li,
.page-id-529 ul li {
  font: 1em Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1.25em; }

span.btncookie {
  text-decoration: underline;
  cursor: pointer; }

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