/* CSS Document */
body, html {
  font-family: 'Open Sans', sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  background-color: #0F0F26;
  color: #FFFFFF; }

body {
  opacity: 0;
  transition: opacity .7s ease;
  font-family: neue-haas-grotesk-text, sans-serif; }

tooltip {
  visibility: collapse !important; }

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

div.container {
  width: 100%;
  max-width: 1360px;
  padding: 0 40px; }

a {
  color: #3694B4; }

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

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

button {
  height: 63px;
  border-radius: 32px;
  background-color: #3694B4;
  border: 2px solid #3694B4;
  color: #FFFFFF;
  padding: 0 32px;
  font-size: 20px;
  font-weight: 500;
  transition: all .5s ease; }
  button:hover {
    background-color: rgba(54, 148, 180, 0.16);
    color: #3694B4; }
  button.orange {
    border-color: #EA6109;
    background-color: #EA6109; }
    button.orange:hover {
      background-color: rgba(234, 97, 9, 0.15);
      color: #EA6109; }

header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  z-index: 9;
  background-color: #0F0F26; }
  header div.ranger {
    align-items: center; }
    header div.ranger div.colonne:nth-child(1) {
      width: 200px; }
    header div.ranger div.colonne:nth-child(2) {
      width: calc( 100% - 200px);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding-left: 52px; }
      header div.ranger div.colonne:nth-child(2) #bouton-mobile {
        display: none; }
      header div.ranger div.colonne:nth-child(2) nav ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0; }
        header div.ranger div.colonne:nth-child(2) nav ul li {
          list-style: none;
          margin: 0;
          padding: 0; }
          header div.ranger div.colonne:nth-child(2) nav ul li a {
            color: #FFFFFF;
            display: block;
            padding: 0 12px;
            font-size: 17px; }
            header div.ranger div.colonne:nth-child(2) nav ul li a:hover {
              text-decoration: underline; }
            header div.ranger div.colonne:nth-child(2) nav ul li a.back {
              opacity: .5;
              position: relative;
              padding-left: 15px; }
              header div.ranger div.colonne:nth-child(2) nav ul li a.back:after {
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                width: 5px;
                height: 10px;
                background-image: url("images/chevron.svg");
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain; }
          header div.ranger div.colonne:nth-child(2) nav ul li.menu-item-object-wpml_ls_menu_item a {
            opacity: .5; }

div#menu-sec {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0F0F26;
  height: 100vh;
  overflow-y: auto;
  z-index: 8; }
  div#menu-sec ul {
    display: flex;
    flex-direction: column;
    padding-top: 40px; }
    div#menu-sec ul li a {
      display: block;
      padding: 10px 0;
      width: 100%;
      text-align: center;
      color: #FFFFFF; }

.ouvert {
  overflow: hidden; }

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

section#header {
  display: flex;
  flex-direction: column;
  margin-bottom: -200px; }
  section#header img.big {
    display: block;
    margin: 77px auto 48px;
    width: 702px;
    position: relative;
    z-index: 2; }
  section#header img.small {
    display: block;
    width: 333px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
  section#header p {
    color: #3694B4;
    text-align: center;
    color: #3694B4;
    font-size: 24px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 2; }
    section#header p a {
      color: inherit;
      text-decoration: underline; }
  section#header div.container {
    margin-top: 200px; }
    section#header div.container div.ranger {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      width: calc( 100% + 36px);
      margin-left: -18px;
      margin-right: -18px; }
      section#header div.container div.ranger div.colonne {
        width: 33.333%;
        padding: 0 18px; }
        section#header div.container div.ranger div.colonne img, section#header div.container div.ranger div.colonne video {
          width: 100%;
          position: relative;
          transition: all .1s ease;
          z-index: 0; }

section#guide div.container div.intro {
  max-width: 1200px; }
  section#guide div.container div.intro p {
    font-size: 64px;
    line-height: 1;
    font-weight: 600;
    font-family: neue-haas-grotesk-display, sans-serif; }
    section#guide div.container div.intro p strong {
      color: #3694B4;
      font-weight: 700; }
section#guide div.container div.onglets div.onglet {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #FFFFFF;
  padding-bottom: 100px;
  padding-top: 20px; }
  section#guide div.container div.onglets div.onglet div.title {
    width: 40%; }
    section#guide div.container div.onglets div.onglet div.title h3 {
      font-size: 24px;
      font-weight: 600;
      font-family: neue-haas-grotesk-display, sans-serif; }
  section#guide div.container div.onglets div.onglet div.content {
    width: 60%; }
    section#guide div.container div.onglets div.onglet div.content p {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px; }
    section#guide div.container div.onglets div.onglet div.content a {
      color: #3694B4;
      text-decoration: underline; }
    section#guide div.container div.onglets div.onglet div.content h4 {
      font-weight: 600;
      font-size: 104px;
      margin: 0;
      font-family: neue-haas-grotesk-display, sans-serif; }
section#guide div.container div.tuile {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 48px;
  border-radius: 24px;
  background-image: url("images/CTA_BG-1_Desktop.jpg");
  background-size: cover;
  background-position: center; }
  section#guide div.container div.tuile div.ranger div.colonne {
    width: 50%; }
    section#guide div.container div.tuile div.ranger div.colonne h3 {
      font-size: 40px;
      line-height: 44px;
      font-weight: 600;
      margin: 0;
      font-family: neue-haas-grotesk-display, sans-serif; }
    section#guide div.container div.tuile div.ranger div.colonne p {
      font-size: 18px;
      font-weight: 400;
      line-height: 27px; }
    section#guide div.container div.tuile div.ranger div.colonne:nth-child(2) {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center; }
      section#guide div.container div.tuile div.ranger div.colonne:nth-child(2) button {
        margin: 0 12px; }
      section#guide div.container div.tuile div.ranger div.colonne:nth-child(2) a:last-of-type button {
        margin-right: 0; }

section#apropos {
  padding: 200px 0 100px; }
  section#apropos div.container div.texte {
    max-width: 804px;
    display: block;
    margin: 0 auto;
    text-align: center; }
    section#apropos div.container div.texte h2 {
      font-weight: 600;
      line-height: 1;
      font-size: 64px;
      margin: 0;
      font-family: neue-haas-grotesk-display, sans-serif; }
    section#apropos div.container div.texte p {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      margin: 2em 0; }
      section#apropos div.container div.texte p a {
        color: #EA6109;
        text-decoration: underline; }
    section#apropos div.container div.texte img {
      display: block;
      margin: 20px auto;
      width: 240px; }
    section#apropos div.container div.texte em {
      font-style: normal;
      color: rgba(255, 255, 255, 0.5);
      font-size: 20px;
      line-height: 30px; }

section#innovation div.container div.texte {
  max-width: 1194px;
  margin: 0 auto 200px;
  display: block;
  text-align: center; }
  section#innovation div.container div.texte p {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    font-family: neue-haas-grotesk-display, sans-serif; }
    section#innovation div.container div.texte p strong {
      color: #3694B4;
      font-weight: 700; }
section#innovation div.container div.innovation {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 184px; }
  section#innovation div.container div.innovation div.image {
    width: 40%;
    display: flex;
    justify-content: flex-start;
    padding-right: 146px;
    align-items: center; }
    section#innovation div.container div.innovation div.image img, section#innovation div.container div.innovation div.image video {
      width: 100%;
      transform: rotate(2deg); }
  section#innovation div.container div.innovation div.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%; }
    section#innovation div.container div.innovation div.content div.rel {
      position: relative; }
      section#innovation div.container div.innovation div.content div.rel h2 {
        font-size: 64px;
        font-weight: 600;
        line-height: 1;
        margin: 0;
        font-family: neue-haas-grotesk-display, sans-serif; }
      section#innovation div.container div.innovation div.content div.rel p {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        margin: 1em 0; }
      section#innovation div.container div.innovation div.content div.rel > ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        margin-bottom: 90px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        section#innovation div.container div.innovation div.content div.rel > ul > li {
          font-size: 20px;
          line-height: 30px;
          font-weight: 400;
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          justify-content: space-between;
          border-top: 1px solid rgba(255, 255, 255, 0.5);
          padding: 1em 0; }
          section#innovation div.container div.innovation div.content div.rel > ul > li ul {
            width: 70%;
            list-style: none;
            margin: 0;
            padding: 0; }
            section#innovation div.container div.innovation div.content div.rel > ul > li ul li {
              margin: 0;
              padding: 1em 0;
              border-top: 1px solid rgba(255, 255, 255, 0.5); }
              section#innovation div.container div.innovation div.content div.rel > ul > li ul li:first-child {
                padding-top: 0;
                border-top: none; }
              section#innovation div.container div.innovation div.content div.rel > ul > li ul li:last-child {
                padding-bottom: 0; }
      section#innovation div.container div.innovation div.content div.rel em {
        color: rgba(255, 255, 255, 0.5);
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        max-width: 388px;
        display: block; }
      section#innovation div.container div.innovation div.content div.rel button {
        position: absolute;
        bottom: 1em;
        right: 0;
        background-color: #EA6109;
        border: 2px solid #EA6109; }
        section#innovation div.container div.innovation div.content div.rel button:hover {
          background-color: rgba(234, 97, 9, 0.15);
          color: #EA6109; }
  section#innovation div.container div.innovation:nth-child(2n+1) div.image {
    order: 2;
    padding-left: 146px;
    padding-right: 0; }
    section#innovation div.container div.innovation:nth-child(2n+1) div.image video {
      transform: rotate(-2deg); }
  section#innovation div.container div.innovation:nth-child(2n+1) div.content {
    order: 1; }

section#projets div.container div.texte {
  max-width: 780px;
  display: block;
  margin: 0 auto;
  text-align: center; }
  section#projets div.container div.texte h2 {
    font-size: 64px;
    line-height: 1;
    font-weight: 600;
    font-family: neue-haas-grotesk-display, sans-serif; }
  section#projets div.container div.texte p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; }
  section#projets div.container div.texte h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 80px; }
section#projets div.container div.ranger {
  width: calc( 100% + 36px);
  margin-left: -18px;
  margin-right: -18px; }
  section#projets div.container div.ranger div.colonne {
    width: 33.333%;
    padding: 0 18px; }
    section#projets div.container div.ranger div.colonne div.tuile {
      border-radius: 24px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.15);
      padding: 112px 32px 32px;
      height: 100%;
      position: relative;
      text-align: center; }
      section#projets div.container div.ranger div.colonne div.tuile p {
        margin: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px; }
      section#projets div.container div.ranger div.colonne div.tuile span.number {
        top: 32px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 400;
        background-color: #3694B4;
        border-radius: 50%; }
section#projets div.container div.interet {
  width: 100%;
  max-width: 1346px;
  display: block;
  margin: 0 auto; }
  section#projets div.container div.interet p {
    font-size: 64px;
    line-height: 72px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    margin-top: 230px;
    margin-bottom: 110px;
    font-family: neue-haas-grotesk-display, sans-serif; }
    section#projets div.container div.interet p a {
      color: #3694B4;
      text-decoration: underline; }
section#projets div.container div.tuile-interet {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 48px;
  border-radius: 24px;
  margin-bottom: 150px;
  background-image: url("images/CTA_BG-2_Desktop.jpg");
  background-size: cover;
  background-position: center; }
  section#projets div.container div.tuile-interet div.ranger {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
    section#projets div.container div.tuile-interet div.ranger div.colonne {
      padding: 0;
      width: 50%; }
      section#projets div.container div.tuile-interet div.ranger div.colonne h3 {
        font-size: 40px;
        line-height: 44px;
        font-weight: 600;
        margin: 0;
        font-family: neue-haas-grotesk-display, sans-serif; }
      section#projets div.container div.tuile-interet div.ranger div.colonne p {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px; }
        section#projets div.container div.tuile-interet div.ranger div.colonne p a {
          text-decoration: underline;
          color: inherit; }
      section#projets div.container div.tuile-interet div.ranger div.colonne:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center; }
        section#projets div.container div.tuile-interet div.ranger div.colonne:nth-child(2) button {
          margin: 0 12px; }
        section#projets div.container div.tuile-interet div.ranger div.colonne:nth-child(2) a:last-of-type button {
          margin-right: 0; }

footer {
  padding: 50px 0; }
  footer div.container div.ranger {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    footer div.container div.ranger p {
      margin: 0;
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.6); }
      footer div.container div.ranger p a {
        color: inherit;
        text-decoration: underline; }
      footer div.container div.ranger p img.canada {
        width: 127px;
        margin-left: 40px; }
      footer div.container div.ranger p img.quebec {
        width: 167px;
        margin-left: 40px; }

@media (max-width: 1400px) {
  div.container {
    max-width: 100%;
    padding: 0 7%; }

  section#header img.big {
    margin: 50px auto 32px;
    width: 50%; }

  section#header img.small {
    width: 30%; }

  section#header p {
    font-size: 20px; }

  section#guide div.container div.intro p {
    font-size: 48px; }

  section#guide div.container div.intro {
    max-width: 90%; }

  section#guide div.container div.onglets div.onglet div.title h3 {
    font-size: 20px; }

  section#guide div.container div.onglets div.onglet div.content p {
    font-size: 20px;
    line-height: 1.5; }

  section#guide div.container div.onglets div.onglet div.content h4 {
    font-size: 72px; }

  section#guide div.container div.tuile div.ranger div.colonne h3 {
    font-size: 32px;
    line-height: 36px; }

  section#guide div.container div.tuile div.ranger div.colonne p {
    font-size: 16px; }

  button {
    height: 50px;
    border-radius: 25px;
    padding: 0 25px;
    font-size: 18px; }

  section#apropos div.container div.texte h2 {
    font-size: 48px; }

  section#apropos div.container div.texte {
    max-width: 80%; }

  section#apropos div.container div.texte p {
    font-size: 20px;
    line-height: 1.5; }

  section#apropos div.container div.texte em {
    font-size: 16px; }

  section#innovation div.container div.innovation div.content div.rel h2 {
    font-size: 48px; }

  section#innovation div.container div.innovation div.content div.rel p {
    font-size: 20px;
    line-height: 1.5; }

  section#innovation div.container div.innovation div.content div.rel > ul > li {
    font-size: 16px; }

  section#innovation div.container div.innovation div.content div.rel em {
    font-size: 16px;
    line-height: 1.5;
    max-width: 55%; }

  section#projets div.container div.texte h2 {
    font-size: 48px; }

  section#projets div.container div.texte {
    max-width: 70%; }

  section#projets div.container div.texte p {
    font-size: 16px;
    line-height: 1.5; }

  section#projets div.container div.texte h4 {
    font-size: 20px;
    margin-top: 50px; }

  section#projets div.container div.ranger div.colonne div.tuile p {
    font-size: 16px;
    line-height: 1.5; }

  section#projets div.container div.ranger div.colonne div.tuile span.number {
    font-size: 20px;
    width: 32px;
    height: 32px; }

  section#projets div.container div.ranger div.colonne div.tuile {
    padding-top: 90px; }

  section#projets div.container div.interet p {
    font-size: 48px;
    line-height: 1.1; }

  section#projets div.container div.interet {
    max-width: 80%; }

  section#projets div.container div.tuile-interet div.ranger div.colonne h3 {
    font-size: 32px;
    line-height: 36px; }

  section#projets div.container div.tuile-interet div.ranger div.colonne p {
    font-size: 16px; }

  section#projets div.container div.tuile-interet {
    margin-bottom: 100px; }

  section#guide div.container div.onglets div.onglet {
    padding-bottom: 60px; }

  section#apropos {
    padding: 100px 0 50px; }

  section#innovation div.container div.texte p {
    font-size: 32px;
    line-height: 1.2; }

  footer div.container div.ranger p {
    font-size: 14px; }

  footer div.container div.ranger p img.canada {
    width: 80px; }

  footer div.container div.ranger p img.quebec {
    width: 110px; }

  section#innovation div.container div.innovation {
    margin-bottom: 100px; }

  section#innovation div.container div.texte {
    margin-bottom: 100px; }

  section#projets div.container div.interet p {
    margin-top: 100px;
    margin-bottom: 50px; }

  section#innovation div.container div.innovation div.image {
    padding-right: 7%; }

  section#innovation div.container div.innovation:nth-child(2n+1) div.image {
    padding-left: 7%;
    padding-right: 0; } }
@media (max-width: 1300px) {
  section#guide div.container div.tuile div.ranger div.colonne:nth-child(2), section#projets div.container div.tuile-interet div.ranger div.colonne:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column; }

  section#guide div.container div.tuile div.ranger div.colonne:nth-child(2) button, section#projets div.container div.tuile-interet div.ranger div.colonne:nth-child(2) button {
    margin: 12px 0; }

  header div.ranger div.colonne:nth-child(2) nav ul li a {
    font-size: 14px; } }
@media (max-width: 1023px) {
  section#guide div.container div.intro {
    max-width: 100%; }

  section#guide div.container div.intro p {
    font-size: 32px; }

  section#guide div.container div.onglets div.onglet {
    padding-top: 10px;
    padding-bottom: 30px; }

  section#guide div.container div.onglets div.onglet div.title h3 {
    font-size: 16px; }

  section#guide div.container div.onglets div.onglet div.content p {
    font-size: 16px; }

  section#guide div.container div.onglets div.onglet div.content h4 {
    font-size: 48px; }

  section#guide div.container div.tuile div.ranger div.colonne h3 {
    font-size: 24px;
    line-height: 1.2; }

  button {
    height: 44px;
    border-radius: 22px;
    padding: 0 20px;
    font-size: 16px; }

  section#apropos div.container div.texte h2 {
    font-size: 32px; }

  section#apropos div.container div.texte em {
    font-size: 14px; }

  section#apropos div.container div.texte p {
    font-size: 16px; }

  section#innovation div.container div.texte p {
    font-size: 24px; }

  section#innovation div.container div.innovation div.content div.rel h2 {
    font-size: 32px; }

  section#innovation div.container div.innovation div.content div.rel p {
    font-size: 16px; }

  section#innovation div.container div.innovation div.content div.rel > ul > li {
    font-size: 14px; }

  section#innovation div.container div.innovation div.content div.rel em {
    font-size: 14px; }

  section#projets div.container div.texte h2 {
    font-size: 32px; }

  section#projets div.container div.interet p {
    font-size: 32px; }

  header div.ranger div.colonne:nth-child(2) #bouton-mobile {
    display: block;
    cursor: pointer; }

  header div.ranger div.colonne:nth-child(2) nav.main {
    display: none; }

  header div.ranger div.colonne:nth-child(2) {
    justify-content: flex-end; }

  header div.ranger div.colonne:nth-child(2) nav ul li a.back {
    padding-right: 0;
    margin-right: 32px; }

  section#header {
    margin-bottom: 0; }

  section#apropos div.container div.texte img {
    width: 180px; }

  section#projets div.container div.ranger div.colonne {
    width: 100%;
    margin-bottom: 36px; }

  section#guide div.container div.tuile {
    background-image: url("images/CTA_BG-1_Mobile.jpg"); }

  section#projets div.container div.tuile-interet {
    background-image: url("images/CTA_BG-2_Mobile.jpg"); } }
@media (max-width: 767px) {
  section#guide div.container div.onglets div.onglet div.title {
    width: 100%; }

  section#guide div.container div.onglets div.onglet div.content {
    width: 100%; }

  section#guide div.container div.tuile div.ranger div.colonne {
    width: 100%; }

  section#guide div.container div.tuile div.ranger div.colonne:nth-child(2), section#projets div.container div.tuile-interet div.ranger div.colonne:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    gap: 10px; }

  section#guide div.container div.tuile div.ranger div.colonne:nth-child(2) button, section#projets div.container div.tuile-interet div.ranger div.colonne:nth-child(2) button {
    margin: 0; }

  section#apropos div.container div.texte img {
    width: 140px; }

  section#innovation div.container div.innovation div.image {
    width: 100%;
    padding-left: 7%;
    order: 1;
    padding-bottom: 40px; }

  section#innovation div.container div.innovation div.content {
    width: 100%;
    order: 2; }

  section#innovation div.container div.innovation:nth-child(2n+1) div.image {
    order: 1;
    padding-right: 7%; }

  section#innovation div.container div.innovation:nth-child(2n+1) div.content {
    order: 2; }

  section#projets div.container div.tuile-interet div.ranger div.colonne {
    width: 100%;
    padding: 0;
    margin-bottom: 20px; }

  footer div.container div.ranger p {
    width: 100%;
    margin: 1em 0;
    text-align: center;
    display: block; }

  footer div.container div.ranger p img {
    display: block;
    margin: 20px auto !important; }

  footer div.container div.ranger p:nth-child(1) {
    order: 2; }

  footer div.container div.ranger p:nth-child(2) {
    order: 1; }

  section#guide div.container div.intro p {
    font-size: 24px;
    line-height: 1.1; }

  section#guide div.container div.tuile div.ranger div.colonne h3 {
    font-size: 22px; }

  section#apropos div.container div.texte h2 {
    font-size: 24px; }

  section#innovation div.container div.texte p {
    font-size: 22px; }

  section#innovation div.container div.innovation div.content div.rel h2 {
    font-size: 24px; }

  section#innovation div.container div.innovation div.content div.rel button {
    position: relative;
    margin-top: 20px; }

  section#innovation div.container div.innovation div.content div.rel em {
    max-width: 100%; }

  section#guide div.container div.tuile {
    padding: 24px; }

  section#apropos div.container div.texte {
    max-width: 100%; }

  section#projets div.container div.texte {
    max-width: 100%; }

  section#projets div.container div.ranger div.colonne div.tuile {
    padding: 70px 24px 24px; }

  section#projets div.container div.ranger div.colonne div.tuile span.number {
    top: 24px; }

  section#projets div.container div.interet p {
    font-size: 24px;
    margin-top: 70px;
    margin-bottom: 40px; }

  section#innovation div.container div.innovation {
    margin-bottom: 60px; }

  section#projets div.container div.tuile-interet {
    padding-bottom: 10px; }

  section#projets div.container div.interet {
    max-width: 100%; }

  header div.ranger div.colonne:nth-child(2) nav ul li a.back {
    position: absolute;
    right: 25px;
    top: 15px;
    margin-right: 0;
    font-size: 12px; }

  header {
    padding: 50px 25px 25px; }

  section#header p {
    font-size: 14px; }

  section#header img.big {
    width: 80%; }

  section#header img.small {
    width: 50%; }

  section#header div.container div.ranger div.colonne {
    padding: 0 9px; }

  section#header div.container div.ranger {
    width: calc( 100% + 18px);
    margin-left: -9px;
    margin-right: -9px; }

  div.container {
    padding: 0 25px; }

  section#projets div.container div.tuile-interet {
    padding: 24px; }

  section#projets div.container div.tuile-interet div.ranger {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  section#innovation div.container div.innovation div.content div.rel > ul {
    margin-bottom: 0; } }

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