@font-face {
  font-family: 'aileron';
  src: url("css/fonts/aileron-regular-webfont.woff2") format("woff2"), url("css/fonts/aileron-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'aileron';
  src: url("css/fonts/aileron-semibold-webfont.woff2") format("woff2"), url("css/fonts/aileron-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'aileron';
  src: url("css/fonts/aileron-italic-webfont.woff2") format("woff2"), url("css/fonts/aileron-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic; }
a {
  color: #006CBB; }

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

div.container {
  max-width: 1450px;
  display: block;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%; }

.bar1, .bar2, .bar3 {
  width: 25px;
  height: 4px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 0px; }

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

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

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

ul {
  padding-left: 20px; }

body {
  margin: 0;
  opacity: 0;
  transition: .5s opacity ease;
  transition-delay: .25s;
  color: initial;
  background-color: #FAFAFA;
  background-image: none;
  background-position: initial;
  max-width: 100vw;
  font-family: 'aileron', sans-serif; }

h1, h2, h3, h4, h5, h6, p, li, select, button, input, blockquote {
  font-family: 'aileron', sans-serif; }

main {
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  top: 0; }

h2, h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #161F41;
  line-height: 1; }
  @media (max-width: 1023px) {
    h2, h1 {
      font-size: 2rem; } }

h4 {
  font-weight: 600;
  color: #93A3AD;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1; }

p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #161F41;
  line-height: 1.688rem;
  font-family: 'aileron', sans-serif; }

button {
  background-color: #161F41;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 0 50px;
  height: 64px;
  border-radius: 32px;
  border: none; }
  @media (max-width: 1023px) {
    button {
      height: 56px;
      font-size: 1rem; } }

img[data-align=left] {
  float: left;
  margin-right: 30px; }

span.strong {
  font-weight: 700;
  color: #000; }

header#header {
  background-color: #fff;
  z-index: 999999999;
  width: 100%;
  position: fixed;
  top: 0; }
  header#header.change {
    background-color: #000000; }
    header#header.change .bar1, header#header.change .bar2, header#header.change .bar3 {
      background-color: #fff; }
    header#header.change section#top div.ranger div.colonne:nth-child(4), header#header.change section#top div.ranger, header#header.change section#top div.ranger div.colonne:nth-child(2) {
      border-color: #505050; }
    header#header.change section#top div.ranger div.colonne:nth-child(2) img.white {
      display: block; }
    header#header.change section#top div.ranger div.colonne:nth-child(2) img.dark {
      display: none; }
  header#header section#top {
    border-bottom: 1px solid #EBEEF0; }
    header#header section#top div.ranger div.colonne {
      height: 100px; }
      @media (max-width: 600px) {
        header#header section#top div.ranger div.colonne {
          height: 80px; } }
      header#header section#top div.ranger div.colonne:nth-child(1) {
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center; }
        header#header section#top div.ranger div.colonne:nth-child(1) div#mobile {
          cursor: pointer;
          opacity: 1;
          transition: all .5s ease; }
          header#header section#top div.ranger div.colonne:nth-child(1) div#mobile:hover {
            opacity: 0.5; }
        @media (max-width: 600px) {
          header#header section#top div.ranger div.colonne:nth-child(1) {
            width: 80px; } }
      header#header section#top div.ranger div.colonne:nth-child(2) {
        width: 320px;
        padding: 15px 40px 5px;
        border-right: 1px solid #EBEEF0;
        border-left: 1px solid #EBEEF0; }
        @media (max-width: 600px) {
          header#header section#top div.ranger div.colonne:nth-child(2) {
            width: calc( 100% - 130px);
            padding: 10px 40px; } }
        header#header section#top div.ranger div.colonne:nth-child(2) img {
          width: 100%;
          max-height: auto; }
          @media (max-width: 1023px) {
            header#header section#top div.ranger div.colonne:nth-child(2) img {
              height: 100%;
              width: auto;
              margin: 0 auto;
              display: block; } }
          header#header section#top div.ranger div.colonne:nth-child(2) img.white {
            display: none; }
        header#header section#top div.ranger div.colonne:nth-child(2) .site-branding {
          display: flex;
          flex-shrink: 1;
          align-items: center;
          min-width: auto;
          min-height: auto;
          margin-inline: initial;
          padding-block: initial;
          padding-inline-start: initial;
          padding-inline-end: initial;
          background-image: none; }
        @media (min-width: 75rem) {
          header#header section#top div.ranger div.colonne:nth-child(2) .site-branding__inner {
            height: auto;
            padding-block: initial;
            padding-inline-start: initial;
            padding-inline-end: initial; } }
      header#header section#top div.ranger div.colonne:nth-child(3) {
        width: calc( 100% - 100px - 320px - 365px - 100px); }
      header#header section#top div.ranger div.colonne:nth-child(4) {
        width: 365px;
        border-right: 1px solid #EBEEF0;
        border-left: 1px solid #EBEEF0; }
        @media (max-width: 1023px) {
          header#header section#top div.ranger div.colonne:nth-child(4) {
            display: none; } }
        header#header section#top div.ranger div.colonne:nth-child(4) .search-form {
          display: flex;
          width: 100%;
          height: 100px;
          align-items: center; }
          header#header section#top div.ranger div.colonne:nth-child(4) .search-form .js-form-type-search {
            order: 2; }
          header#header section#top div.ranger div.colonne:nth-child(4) .search-form #edit-actions {
            order: 1; }
            header#header section#top div.ranger div.colonne:nth-child(4) .search-form #edit-actions .search-form__submit {
              appearance: none;
              -webkit-appearance: none;
              -moz-appearance: none;
              font-size: 0;
              background-image: url("images/search.svg");
              background-size: 30px;
              width: 80px;
              background-position: center;
              background-repeat: no-repeat;
              background-color: transparent;
              border: 0;
              padding-left: 40px;
              height: 40px; }
          header#header section#top div.ranger div.colonne:nth-child(4) .search-form .js-form-type-search {
            display: flex;
            align-items: center;
            width: calc( 100% - 80px); }
          header#header section#top div.ranger div.colonne:nth-child(4) .search-form input {
            width: 100%;
            border: none;
            outline: none;
            padding: 0;
            height: 40px;
            background-color: transparent; }
            header#header section#top div.ranger div.colonne:nth-child(4) .search-form input:hover, header#header section#top div.ranger div.colonne:nth-child(4) .search-form input:focus {
              border: none;
              outline: none; }
      header#header section#top div.ranger div.colonne:nth-child(5) {
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 1023px) {
          header#header section#top div.ranger div.colonne:nth-child(5) {
            margin-left: auto;
            border-left: 1px solid #EBEEF0; } }
        @media (max-width: 600px) {
          header#header section#top div.ranger div.colonne:nth-child(5) {
            display: flex;
            width: 50px; } }
        header#header section#top div.ranger div.colonne:nth-child(5) .language-switcher-language-url {
          margin-block-end: initial !important; }
        header#header section#top div.ranger div.colonne:nth-child(5) li.is-active {
          display: none; }
        header#header section#top div.ranger div.colonne:nth-child(5) ul {
          margin: 0;
          padding: 0; }
        header#header section#top div.ranger div.colonne:nth-child(5) li {
          list-style: none;
          padding: 0;
          margin: 0; }
          header#header section#top div.ranger div.colonne:nth-child(5) li a {
            overflow: hidden;
            text-transform: uppercase;
            text-decoration: none;
            max-width: 1.4em;
            display: block;
            white-space: nowrap;
            color: #93A3AD; }

section#navigation {
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc( 100% - 100px);
  margin-top: 100px;
  background-color: #000000;
  color: #fff;
  display: none;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 1023px) {
    section#navigation {
      height: auto; } }
  section#navigation div.container {
    overflow-y: auto; }
    @media (max-width: 1023px) {
      section#navigation div.container {
        height: calc( 100vh - 70px);
        overflow-y: auto;
        padding-bottom: 50px; } }
    section#navigation div.container div.ranger div.colonne:nth-child(1) {
      width: 40%; }
      @media (max-width: 1023px) {
        section#navigation div.container div.ranger div.colonne:nth-child(1) {
          width: 100%;
          order: 4; } }
    section#navigation div.container div.ranger div.colonne:nth-child(2) {
      width: 30%; }
      @media (max-width: 1023px) {
        section#navigation div.container div.ranger div.colonne:nth-child(2) {
          width: 100%;
          order: 2; } }
    section#navigation div.container div.ranger div.colonne:nth-child(3) {
      width: 30%; }
      @media (max-width: 1023px) {
        section#navigation div.container div.ranger div.colonne:nth-child(3) {
          width: 100%;
          order: 3; } }
    section#navigation div.container div.ranger div.colonne.principal ul li a {
      color: #fff;
      transition: all .5s ease; }
      section#navigation div.container div.ranger div.colonne.principal ul li a:hover {
        text-decoration: none; }
    section#navigation div.container div.ranger div.colonne.principal ul li:nth-child(1) a:hover {
      color: #00A1ED; }
    section#navigation div.container div.ranger div.colonne.principal ul li:nth-child(2) a:hover {
      color: #00A894; }
    section#navigation div.container div.ranger div.colonne.principal ul li:nth-child(3) a:hover {
      color: #E0007A; }
    section#navigation div.container div.ranger div.colonne.principal ul li:nth-child(4) a:hover {
      color: #45A735; }
    section#navigation div.container div.ranger div.colonne.joindre {
      margin-top: 75px; }
      section#navigation div.container div.ranger div.colonne.joindre ul li a {
        font-size: 1.25rem;
        transition: all .5s ease; }
        section#navigation div.container div.ranger div.colonne.joindre ul li a:hover {
          color: #fff; }
      section#navigation div.container div.ranger div.colonne.joindre ul.social-icone {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        margin-top: 54px; }
        section#navigation div.container div.ranger div.colonne.joindre ul.social-icone li {
          margin: 0;
          padding: 0; }
          section#navigation div.container div.ranger div.colonne.joindre ul.social-icone li a {
            margin: 0 12px;
            font-size: 0;
            padding: 0;
            border: none;
            width: 31px;
            height: 24px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            text-decoration: none;
            box-shadow: none;
            transition: opacity .5s ease; }
            section#navigation div.container div.ranger div.colonne.joindre ul.social-icone li a:hover {
              box-shadow: none; }
        section#navigation div.container div.ranger div.colonne.joindre ul.social-icone li.facebook a {
          margin-left: 0;
          background-image: url("images/facebook-w.svg");
          background-position: left center;
          opacity: .5; }
          section#navigation div.container div.ranger div.colonne.joindre ul.social-icone li.facebook a:hover {
            opacity: 1; }
        section#navigation div.container div.ranger div.colonne.joindre ul.social-icone li.twitter a {
          background-image: url("images/Twitter-w.svg");
          opacity: .5; }
          section#navigation div.container div.ranger div.colonne.joindre ul.social-icone li.twitter a:hover {
            opacity: 1; }
        section#navigation div.container div.ranger div.colonne.joindre ul.social-icone li.linkedin a {
          background-image: url("images/linkedin-w.svg");
          opacity: .5; }
          section#navigation div.container div.ranger div.colonne.joindre ul.social-icone li.linkedin a:hover {
            opacity: 1; }
        section#navigation div.container div.ranger div.colonne.joindre ul.social-icone li.youtube a {
          background-image: url("images/youtube-w.svg");
          opacity: .5; }
          section#navigation div.container div.ranger div.colonne.joindre ul.social-icone li.youtube a:hover {
            opacity: 1; }
    section#navigation div.container div.ranger div.colonne ul {
      padding: 0;
      margin: 0; }
      section#navigation div.container div.ranger div.colonne ul li {
        list-style: none;
        padding: 0;
        margin: 0; }
        section#navigation div.container div.ranger div.colonne ul li a {
          display: block;
          font-size: 2.5rem;
          color: #969696;
          margin: .25em 0;
          text-decoration: none;
          transition: all .5s ease; }
          section#navigation div.container div.ranger div.colonne ul li a.underline {
            color: #fff; }
        section#navigation div.container div.ranger div.colonne ul li ul li a {
          font-size: 1.25rem;
          margin: .25em 0;
          transition: all .5s ease; }
          section#navigation div.container div.ranger div.colonne ul li ul li a:hover {
            text-decoration: underline;
            color: #fff; }

footer {
  background-color: #fff;
  padding-top: 100px; }
  footer div.container div.ranger div.colonne:nth-child(1) {
    width: 50%; }
    @media (max-width: 1023px) {
      footer div.container div.ranger div.colonne:nth-child(1) {
        width: 100%; } }
    footer div.container div.ranger div.colonne:nth-child(1) img {
      width: 205px; }
    footer div.container div.ranger div.colonne:nth-child(1) p {
      max-width: 450px;
      font-size: 1.125rem;
      color: #161F41;
      font-weight: 400;
      line-height: 1.688rem; }
  footer div.container div.ranger div.colonne:nth-child(2) {
    width: 25%;
    margin-top: 30px; }
    @media (max-width: 1023px) {
      footer div.container div.ranger div.colonne:nth-child(2) {
        width: 100%;
        margin-top: 30px; } }
    footer div.container div.ranger div.colonne:nth-child(2) ul.menu {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column; }
      footer div.container div.ranger div.colonne:nth-child(2) ul.menu li {
        margin: 0;
        padding: 0; }
        footer div.container div.ranger div.colonne:nth-child(2) ul.menu li a {
          margin-bottom: 1.5em;
          font-size: 1.125rem;
          font-weight: 600;
          text-transform: uppercase;
          display: block;
          color: #93A3AD;
          transition: all .5s ease;
          text-decoration: underline; }
          footer div.container div.ranger div.colonne:nth-child(2) ul.menu li a:hover {
            color: #161F41; }
  footer div.container div.ranger div.colonne:nth-child(3) {
    margin-top: 30px; }
    @media (max-width: 1023px) {
      footer div.container div.ranger div.colonne:nth-child(3) {
        margin-top: 0px; } }
    footer div.container div.ranger div.colonne:nth-child(3) h2 {
      margin-bottom: 1.5em;
      font-size: 1.125rem;
      font-weight: 600;
      text-transform: uppercase;
      display: block;
      color: #93A3AD;
      margin-top: 0; }
    footer div.container div.ranger div.colonne:nth-child(3) ul.social-icone {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex; }
      footer div.container div.ranger div.colonne:nth-child(3) ul.social-icone li {
        margin: 0;
        padding: 0; }
        footer div.container div.ranger div.colonne:nth-child(3) ul.social-icone li a {
          margin: 0 12px;
          font-size: 0;
          padding: 0;
          border: none;
          width: 31px;
          height: 24px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          text-decoration: none;
          box-shadow: none;
          display: block; }
          footer div.container div.ranger div.colonne:nth-child(3) ul.social-icone li a:hover {
            box-shadow: none; }
      footer div.container div.ranger div.colonne:nth-child(3) ul.social-icone li.facebook a {
        margin-left: 0;
        background-image: url("images/facebook-g.svg");
        background-position: left center; }
        footer div.container div.ranger div.colonne:nth-child(3) ul.social-icone li.facebook a:hover {
          background-image: url("images/facebook-b.svg"); }
      footer div.container div.ranger div.colonne:nth-child(3) ul.social-icone li.twitter a {
        background-image: url("images/Twitter-g.svg"); }
        footer div.container div.ranger div.colonne:nth-child(3) ul.social-icone li.twitter a:hover {
          background-image: url("images/Twitter-b.svg"); }
      footer div.container div.ranger div.colonne:nth-child(3) ul.social-icone li.linkedin a {
        background-image: url("images/linkedin-g.svg"); }
        footer div.container div.ranger div.colonne:nth-child(3) ul.social-icone li.linkedin a:hover {
          background-image: url("images/linkedin-b.svg"); }
      footer div.container div.ranger div.colonne:nth-child(3) ul.social-icone li.youtube a {
        background-image: url("images/youtube-g.svg"); }
        footer div.container div.ranger div.colonne:nth-child(3) ul.social-icone li.youtube a:hover {
          background-image: url("images/youtube-b.svg"); }
  footer div.copy {
    padding: 60px 0;
    width: 100%; }
    footer div.copy div.ranger {
      justify-content: space-between;
      width: 100%; }
      footer div.copy div.ranger div.colonne p {
        font-size: 1.125rem;
        font-weight: 600;
        color: #93A3AD !important;
        margin: 0; }
        @media (max-width: 1023px) {
          footer div.copy div.ranger div.colonne p {
            text-align: left; } }
        footer div.copy div.ranger div.colonne p a {
          color: #93A3AD;
          text-decoration: underline; }
      footer div.copy div.ranger div.colonne:nth-child(1) {
        width: 50%; }
        @media (max-width: 1023px) {
          footer div.copy div.ranger div.colonne:nth-child(1) {
            width: 100%; } }
      footer div.copy div.ranger div.colonne:nth-child(2) {
        width: 25%; }
        @media (max-width: 1023px) {
          footer div.copy div.ranger div.colonne:nth-child(2) {
            width: 100%; } }

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

main {
  padding: 25px; }

section#entete-atiku {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #EBEEF0;
  border-radius: 24px; }

div#title-atiku {
  position: relative;
  z-index: 5; }
  @media (max-width: 767px) {
    div#title-atiku div.container {
      padding: 0; } }
  div#title-atiku div.container div.ranger {
    align-items: center;
    margin-top: -20px; }
    @media (max-width: 767px) {
      div#title-atiku div.container div.ranger {
        margin-top: -5vw; } }
    div#title-atiku div.container div.ranger div.colonne:nth-child(1) {
      display: flex;
      align-items: center; }
      div#title-atiku div.container div.ranger div.colonne:nth-child(1) div.icone {
        margin-right: 25px; }
        @media (max-width: 767px) {
          div#title-atiku div.container div.ranger div.colonne:nth-child(1) div.icone {
            margin-right: 3vw; } }
    div#title-atiku div.container div.ranger div.colonne div.icone {
      width: 250px;
      height: 250px;
      border-radius: 50%;
      border: 1px solid #EBEEF0;
      background-image: url("images/atiku.svg");
      background-size: 150px;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #fff; }
      @media (max-width: 767px) {
        div#title-atiku div.container div.ranger div.colonne div.icone {
          width: 18vw;
          height: 18vw;
          background-size: 60%; } }
    div#title-atiku div.container div.ranger div.colonne h1 {
      font-size: 6rem;
      color: #161F41;
      font-weight: 600; }
      @media (max-width: 767px) {
        div#title-atiku div.container div.ranger div.colonne h1 {
          font-size: 8vw;
          line-height: 1.2;
          margin-right: 2vw;
          position: relative;
          top: 4vw; } }
      div#title-atiku div.container div.ranger div.colonne h1 sup {
        font-size: .5em;
        top: -.75em; }
    div#title-atiku div.container div.ranger div.colonne p {
      font-size: 2rem;
      line-height: 2.5rem;
      margin-left: 40px; }
      @media (max-width: 767px) {
        div#title-atiku div.container div.ranger div.colonne p {
          margin-left: 0;
          font-size: 3vw;
          line-height: 1.3;
          position: relative;
          top: 4vw; } }

:focus {
  outline: none; }

div.search-bar {
  margin-top: 60px;
  position: relative;
  z-index: 4; }
  div.search-bar:before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: -1000px;
    width: calc( 100% + 2000px);
    height: 1000px;
    background-color: #fff;
    z-index: -1; }
  div.search-bar div.container {
    padding: 0; }
  div.search-bar div.border {
    height: 72px;
    border-radius: 36px;
    background-color: #fff;
    box-shadow: 0 3px 5px 1px #EBEEF0;
    position: relative; }
    @media (max-width: 1023px) {
      div.search-bar div.border {
        height: 56px; } }
    div.search-bar div.border.open {
      border-bottom-right-radius: 0; }
      div.search-bar div.border.open div.ranger #mobile {
        border-bottom-left-radius: 0; }
    div.search-bar div.border div.overflow {
      overflow-y: auto;
      position: absolute;
      width: calc(100% - 30px); }
      @media (max-width: 1023px) {
        div.search-bar div.border div.overflow {
          width: 100%;
          position: relative; } }
      div.search-bar div.border div.overflow.open {
        height: 300px; }
    div.search-bar div.border ul.first {
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative; }
      div.search-bar div.border ul.first li label.placeholder {
        font-weight: 400;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 64px;
        border-radius: 32px;
        color: #93A3AD;
        background-color: #EBEEF0;
        padding: 0 36px;
        border: none;
        background-image: url("images/Arrow-down-black.svg");
        background-size: 16px;
        background-position: right 20px center;
        background-repeat: no-repeat;
        font-size: 1.125rem;
        font-style: italic; }
        @media (max-width: 1023px) {
          div.search-bar div.border ul.first li label.placeholder {
            height: 44px;
            font-size: .813rem; } }
        @media (max-width: 767px) {
          div.search-bar div.border ul.first li label.placeholder {
            padding: 0 15px; } }
      div.search-bar div.border ul.first li ul.main {
        display: none;
        flex-direction: column;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
        border: 1px solid #EBEEF0;
        border-top: none;
        overflow: hidden;
        border-bottom-left-radius: 32px;
        border-bottom-right-radius: 32px; }
        div.search-bar div.border ul.first li ul.main li {
          width: 100%;
          padding: 0 36px;
          height: 64px;
          display: flex;
          flex-direction: row;
          border-bottom: 1px solid #EBEEF0;
          align-items: center;
          justify-content: space-between; }
          @media (max-width: 767px) {
            div.search-bar div.border ul.first li ul.main li {
              padding: 0 10px; } }
          div.search-bar div.border ul.first li ul.main li:last-child {
            border-bottom: none; }
          div.search-bar div.border ul.first li ul.main li.none.visible {
            display: flex; }
          div.search-bar div.border ul.first li ul.main li.none {
            display: none; }
          div.search-bar div.border ul.first li ul.main li span.more.first, div.search-bar div.border ul.first li ul.main li span.more.sub, div.search-bar div.border ul.first li ul.main li span.more.sub2 {
            color: #93A3AD;
            display: block;
            float: right;
            text-align: right;
            padding-right: 40px;
            position: relative;
            cursor: pointer;
            z-index: 2; }
            @media (max-width: 767px) {
              div.search-bar div.border ul.first li ul.main li span.more.first, div.search-bar div.border ul.first li ul.main li span.more.sub, div.search-bar div.border ul.first li ul.main li span.more.sub2 {
                font-size: 0; } }
            div.search-bar div.border ul.first li ul.main li span.more.first:after, div.search-bar div.border ul.first li ul.main li span.more.sub:after, div.search-bar div.border ul.first li ul.main li span.more.sub2:after {
              content: '';
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              background-image: url("images/fleche.svg");
              width: 20px;
              height: 18px; }
          div.search-bar div.border ul.first li ul.main li span.first:not(.more) {
            display: flex;
            align-items: center;
            font-size: 1.125rem;
            font-weight: 400;
            color: #161F41;
            justify-content: space-between;
            z-index: 1; }
          div.search-bar div.border ul.first li ul.main li label {
            display: flex;
            align-items: center;
            font-size: 1.125rem;
            font-weight: 400;
            color: #161F41;
            width: 100%;
            justify-content: space-between;
            z-index: 1; }
            @media (max-width: 767px) {
              div.search-bar div.border ul.first li ul.main li label {
                font-size: .875rem; } }
            div.search-bar div.border ul.first li ul.main li label.placehoder-sub, div.search-bar div.border ul.first li ul.main li label.placehoder-sub2, div.search-bar div.border ul.first li ul.main li label.placehoder-sub3 {
              position: relative;
              padding-left: 40px; }
              div.search-bar div.border ul.first li ul.main li label.placehoder-sub:before, div.search-bar div.border ul.first li ul.main li label.placehoder-sub2:before, div.search-bar div.border ul.first li ul.main li label.placehoder-sub3:before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                background-image: url("images/fleche-back.svg");
                width: 20px;
                height: 18px; }
            div.search-bar div.border ul.first li ul.main li label input[type=checkbox] {
              width: 20px;
              height: 20px;
              border-radius: 3px;
              border: 1px solid #161F41;
              -moz-appearance: none;
              -webkit-appearance: none;
              appearance: none;
              background-color: #fff;
              margin-right: 10px;
              cursor: pointer; }
              div.search-bar div.border ul.first li ul.main li label input[type=checkbox]:checked {
                background-image: url("images/done.svg");
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat; }
      div.search-bar div.border ul.first li ul.sub {
        display: none;
        flex-direction: column;
        margin: 0;
        padding: 0;
        list-style: none; }
        div.search-bar div.border ul.first li ul.sub.open {
          display: flex; }
          div.search-bar div.border ul.first li ul.sub.open .sub2 {
            display: none;
            flex-direction: column; }
            div.search-bar div.border ul.first li ul.sub.open .sub2.open {
              display: flex; }
              div.search-bar div.border ul.first li ul.sub.open .sub2.open > li:not(.li2) {
                display: flex !important; }
          div.search-bar div.border ul.first li ul.sub.open .sub3 {
            display: flex;
            flex-direction: column; }
            div.search-bar div.border ul.first li ul.sub.open .sub3.open {
              display: flex; }
              div.search-bar div.border ul.first li ul.sub.open .sub3.open > li:not(.li2) {
                display: flex !important; }
          div.search-bar div.border ul.first li ul.sub.open.close {
            display: none; }
            div.search-bar div.border ul.first li ul.sub.open.close.open {
              display: flex; }
              div.search-bar div.border ul.first li ul.sub.open.close.open.close li {
                display: none; }
                div.search-bar div.border ul.first li ul.sub.open.close.open.close li.open {
                  display: flex; }
                  div.search-bar div.border ul.first li ul.sub.open.close.open.close li.open.close li.li2 {
                    display: none; }
              div.search-bar div.border ul.first li ul.sub.open.close.open ul.sub2.open {
                display: flex; }
                div.search-bar div.border ul.first li ul.sub.open.close.open ul.sub2.open > li {
                  display: flex; }
                div.search-bar div.border ul.first li ul.sub.open.close.open ul.sub2.open .sub3 {
                  display: none; }
                  div.search-bar div.border ul.first li ul.sub.open.close.open ul.sub2.open .sub3.open {
                    display: flex; }
                div.search-bar div.border ul.first li ul.sub.open.close.open ul.sub2.open.close .li2 {
                  display: none; }
              div.search-bar div.border ul.first li ul.sub.open.close.open ul.sub2.open.close > li {
                display: none !important; }
              div.search-bar div.border ul.first li ul.sub.open.close.open.close ul.open {
                display: flex; }
                div.search-bar div.border ul.first li ul.sub.open.close.open.close ul.open ul.sub3.open li {
                  display: flex; }
                  div.search-bar div.border ul.first li ul.sub.open.close.open.close ul.open ul.sub3.open li.li3 {
                    display: flex; }
                div.search-bar div.border ul.first li ul.sub.open.close.open.close ul.open li:not(.li2) {
                  display: flex; }
          div.search-bar div.border ul.first li ul.sub.open li {
            display: flex; }
      div.search-bar div.border ul.first li.open label.placeholder {
        background-color: #fff;
        border: 1px solid #EBEEF0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      div.search-bar div.border ul.first li.open ul.main {
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        transform: translateY(100%);
        z-index: 4;
        background-color: #fff; }
        div.search-bar div.border ul.first li.open ul.main.close > li {
          display: none; }
    div.search-bar div.border div.ranger {
      display: flex;
      justify-content: space-between; }
      div.search-bar div.border div.ranger div.first {
        display: flex;
        flex-wrap: wrap;
        width: calc( 458px);
        height: 72px; }
        @media (max-width: 1023px) {
          div.search-bar div.border div.ranger div.first {
            height: 56px;
            display: none; } }
      div.search-bar div.border div.ranger #mobile {
        display: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        height: 56px;
        background-color: #fff;
        border-bottom-left-radius: 28px;
        border-top-left-radius: 28px;
        border: none;
        padding: 0 0px 0 10px;
        color: #161F41;
        font-size: .813rem;
        width: 33.333%;
        background-image: url("images/Arrow-down-black.svg");
        background-size: 12px;
        background-position: right 0px center;
        background-repeat: no-repeat; }
        @media (max-width: 1023px) {
          div.search-bar div.border div.ranger #mobile {
            display: block; } }
      div.search-bar div.border div.ranger .border-left {
        border-bottom-left-radius: 36px;
        border-top-left-radius: 36px; }
        @media (max-width: 1023px) {
          div.search-bar div.border div.ranger .border-left {
            border-bottom-left-radius: 28px;
            border-top-left-radius: 28px; } }
      div.search-bar div.border div.ranger .border-right span {
        border-bottom-right-radius: 36px;
        border-top-right-radius: 36px; }
        @media (max-width: 1023px) {
          div.search-bar div.border div.ranger .border-right span {
            border-bottom-right-radius: 28px;
            border-top-right-radius: 28px; } }
      div.search-bar div.border div.ranger div.bouton {
        height: 72px;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #fff;
        color: #161F41;
        font-size: 1.25rem;
        border-right: 1px solid #EBEEF0; }
        @media (max-width: 1023px) {
          div.search-bar div.border div.ranger div.bouton {
            height: 56px; } }
        div.search-bar div.border div.ranger div.bouton:last-of-type {
          border-right: none; }
        div.search-bar div.border div.ranger div.bouton.active, div.search-bar div.border div.ranger div.bouton:hover {
          background-color: #006CBB;
          color: #fff; }
          div.search-bar div.border div.ranger div.bouton.active a, div.search-bar div.border div.ranger div.bouton:hover a {
            color: #fff; }
        div.search-bar div.border div.ranger div.bouton a {
          padding: 0 36px;
          height: 72px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          color: #161F41;
          transition: all .5s ease; }
      div.search-bar div.border div.ranger button.loupe {
        background-color: transparent;
        font-size: 0;
        padding: 0 0px;
        height: 72px;
        width: 72px;
        background-image: url("images/loupe-grise.svg");
        background-size: 25px;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 0;
        border: none;
        background-color: #fff; }
        @media (max-width: 1023px) {
          div.search-bar div.border div.ranger button.loupe {
            height: 56px;
            width: 56px;
            background-size: 17px; } }
      div.search-bar div.border div.ranger form {
        width: calc( 100% - 458px);
        position: relative;
        display: flex;
        z-index: 2; }
        @media (max-width: 1023px) {
          div.search-bar div.border div.ranger form {
            width: 66.666%; } }
        div.search-bar div.border div.ranger form div.form {
          width: calc( 100% - 370px);
          display: flex;
          border-right: 1px solid #EBEEF0;
          border-left: 1px solid #EBEEF0; }
          @media (max-width: 1023px) {
            div.search-bar div.border div.ranger form div.form {
              width: calc( 100% - 65px);
              padding: 0; } }
          div.search-bar div.border div.ranger form div.form input[type=text] {
            width: calc( 100% - 72px);
            padding: 0; }
        div.search-bar div.border div.ranger form div.form-search {
          z-index: 1;
          position: absolute;
          bottom: 0;
          width: 100%;
          transform: translateY(100%);
          left: 0;
          background-color: #fff;
          border-bottom-left-radius: 35px;
          border-bottom-right-radius: 35px;
          border: 1px solid #EBEEF0;
          border-top: none;
          padding: 30px;
          padding-top: 30px;
          display: none;
          box-shadow: 0 3px 5px 1px #EBEEF0; }
          @media (max-width: 1023px) {
            div.search-bar div.border div.ranger form div.form-search {
              left: initial;
              right: 0;
              width: calc(100vw - 50px );
              padding: 10px; } }
          div.search-bar div.border div.ranger form div.form-search div.ranger {
            width: calc( 100% + 30px);
            margin-left: -15px;
            margin-right: -15px; }
            div.search-bar div.border div.ranger form div.form-search div.ranger div.full {
              width: 100%;
              padding: 0 15px; }
              div.search-bar div.border div.ranger form div.form-search div.ranger div.full input[type=text] {
                font-weight: 400;
                width: 100%;
                height: 64px;
                border-radius: 32px;
                color: #93A3AD;
                background-color: #EBEEF0;
                border: none;
                font-style: italic; }
                @media (max-width: 1023px) {
                  div.search-bar div.border div.ranger form div.form-search div.ranger div.full input[type=text] {
                    height: 45px; } }
            div.search-bar div.border div.ranger form div.form-search div.ranger div.half {
              width: 50%;
              padding: 0 15px;
              position: relative; }
              @media (max-width: 1023px) {
                div.search-bar div.border div.ranger form div.form-search div.ranger div.half {
                  width: 100%; } }
            div.search-bar div.border div.ranger form div.form-search div.ranger div.third {
              width: 25%;
              padding: 0 15px; }
              @media (max-width: 1023px) {
                div.search-bar div.border div.ranger form div.form-search div.ranger div.third {
                  width: 100%;
                  margin-bottom: 0px; } }
              div.search-bar div.border div.ranger form div.form-search div.ranger div.third button {
                border: 1px solid #161F41;
                background-color: transparent;
                color: #161F41;
                width: 100%;
                padding: 0;
                margin-top: 40px; }
                @media (max-width: 1023px) {
                  div.search-bar div.border div.ranger form div.form-search div.ranger div.third button {
                    height: 44px;
                    font-size: .813rem; } }
            div.search-bar div.border div.ranger form div.form-search div.ranger div.two_third {
              width: 75%;
              padding: 0 15px;
              margin-top: 40px; }
              @media (max-width: 1023px) {
                div.search-bar div.border div.ranger form div.form-search div.ranger div.two_third {
                  width: 100%;
                  margin-top: 15px; } }
              div.search-bar div.border div.ranger form div.form-search div.ranger div.two_third button {
                width: 100%; }
                @media (max-width: 767px) {
                  div.search-bar div.border div.ranger form div.form-search div.ranger div.two_third button {
                    font-size: .813rem; } }
          div.search-bar div.border div.ranger form div.form-search label.label {
            display: block;
            width: 100%;
            font-size: 1.125rem;
            color: #161F41;
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: .25em;
            font-weight: 600;
            margin-top: 30px; }
            @media (max-width: 1023px) {
              div.search-bar div.border div.ranger form div.form-search label.label {
                font-size: .875rem;
                margin-top: 15px; } }
          div.search-bar div.border div.ranger form div.form-search select {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            width: 100%;
            height: 64px;
            border-radius: 32px;
            color: #93A3AD;
            background-color: #EBEEF0;
            padding: 0 36px;
            border: none;
            background-image: url("images/Arrow-down-black.svg");
            background-size: 16px;
            background-position: right 20px center;
            background-repeat: no-repeat;
            font-size: 1.125rem;
            font-style: italic; }
      div.search-bar div.border div.ranger input[type=text] {
        height: 72px;
        padding: 0 36px;
        color: #161F41;
        font-size: 1.25rem;
        border: none; }
        @media (max-width: 1023px) {
          div.search-bar div.border div.ranger input[type=text] {
            height: 56px;
            font-size: .813rem; } }
      div.search-bar div.border div.ranger div.recherche-avancee span {
        cursor: pointer;
        padding: 0 36px 0 72px;
        background-color: #fff;
        color: #161F41;
        height: 72px;
        background-image: url("images/advance_search.svg");
        background-size: 25px;
        background-position: center left 36px;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 1.25rem; }
        @media (max-width: 1023px) {
          div.search-bar div.border div.ranger div.recherche-avancee span {
            height: 56px;
            font-size: 0;
            background-position: center left 16px;
            padding: 0 43px 0 0px; } }
  div.search-bar ::-webkit-input-placeholder {
    /* Edge */
    color: #93A3AD;
    font-style: italic; }
  div.search-bar :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #93A3AD;
    font-style: italic; }
  div.search-bar ::placeholder {
    color: #93A3AD;
    font-style: italic; }

div.breadcrumb {
  padding: 80px 0; }
  @media (max-width: 767px) {
    div.breadcrumb {
      padding: 30px 0; } }
  div.breadcrumb div.container {
    padding: 0; }
    div.breadcrumb div.container ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
      div.breadcrumb div.container ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 1.125rem;
        color: #161F41;
        padding-right: 30px;
        position: relative; }
        @media (max-width: 1023px) {
          div.breadcrumb div.container ul li {
            font-size: .875rem;
            line-height: 2; } }
        div.breadcrumb div.container ul li span {
          text-decoration: underline; }
        div.breadcrumb div.container ul li:after {
          content: '>';
          position: absolute;
          right: 5px;
          color: #93A3AD;
          top: 50%;
          transform: translateY(-50%); }
        div.breadcrumb div.container ul li:last-of-type:after {
          content: none; }
        div.breadcrumb div.container ul li a {
          text-decoration: underline;
          color: #93A3AD; }

div.content div.container {
  padding: 0; }
  div.content div.container div.ranger div.colonne {
    width: 50%; }
    div.content div.container div.ranger div.colonne:nth-child(1) {
      padding-right: 72px; }
    div.content div.container div.ranger div.colonne img {
      width: 100%;
      border-radius: 16px;
      margin-bottom: 40px; }
    @media (max-width: 1023px) {
      div.content div.container div.ranger div.colonne {
        width: 100%; }
        div.content div.container div.ranger div.colonne:nth-child(1) {
          padding-right: 0px;
          order: 2; }
        div.content div.container div.ranger div.colonne:nth-child(2) {
          order: 1; } }
    div.content div.container div.ranger div.colonne h2 {
      font-size: 3rem;
      line-height: 3.5rem;
      margin-top: 0; }
      @media (max-width: 1023px) {
        div.content div.container div.ranger div.colonne h2 {
          font-size: 2rem;
          line-height: 1.2; } }
    div.content div.container div.ranger div.colonne p {
      font-size: 1.5rem;
      line-height: 2rem; }
      @media (max-width: 1023px) {
        div.content div.container div.ranger div.colonne p {
          font-size: 1rem;
          line-height: 1.33; } }

div.contact div.container {
  padding: 0; }
  div.contact div.container div.ranger {
    width: calc( 100% + 30px);
    margin-left: -15px;
    margin-right: -15px; }
    div.contact div.container div.ranger div.colonne {
      width: 50%;
      padding: 0 15px;
      margin-bottom: 30px; }
      @media (max-width: 1279px) {
        div.contact div.container div.ranger div.colonne {
          width: 100%; } }
      div.contact div.container div.ranger div.colonne div.tuile {
        width: 100%;
        border: 1px solid #EBEEF0;
        background-color: #fff;
        border-radius: 24px;
        overflow: hidden;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        div.contact div.container div.ranger div.colonne div.tuile div.ranger {
          align-items: center; }
          div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne {
            padding: 0;
            margin: 0; }
            div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(1) {
              width: 238px; }
              @media (max-width: 767px) {
                div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(1) {
                  width: 100%; }
                  div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(1) img {
                    width: 400px;
                    max-width: 100%;
                    display: block;
                    margin: 0 auto;
                    max-height: 350px;
                    object-fit: cover;
                    object-position: center; } }
            div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(2) {
              width: calc(100% - 238px);
              padding: 30px; }
              @media (max-width: 767px) {
                div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(2) {
                  width: 100%; } }
              div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(2) div.texte h3 {
                margin: 0;
                padding: 0;
                font-size: 1.5rem;
                line-height: 1.2; }
                @media (max-width: 1023px) {
                  div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(2) div.texte h3 {
                    font-size: 1.25rem; } }
              div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(2) div.texte h4 {
                text-transform: none;
                margin: 0;
                padding: 0;
                font-size: 1rem;
                line-height: 1.5; }
                @media (max-width: 1023px) {
                  div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(2) div.texte h4 {
                    font-size: .875rem; } }
              div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(2) div.texte p {
                font-size: 1.125rem;
                line-height: 1.688rem; }
                @media (max-width: 1023px) {
                  div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(2) div.texte p {
                    font-size: 1rem;
                    line-height: 1.5; } }
                div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(2) div.texte p a {
                  color: #006CBB;
                  text-decoration: underline; }
              div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(2) div.texte button {
                text-decoration: none;
                color: #93A3AD;
                background-color: #EBEEF0;
                padding: 0 26px;
                height: 44px;
                border-radius: 22px;
                font-size: 1rem;
                transition: all .5s ease; }
                div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(2) div.texte button:hover {
                  background-color: #161F41;
                  color: #fff;
                  border-color: #161F41; }
                @media (max-width: 1023px) {
                  div.contact div.container div.ranger div.colonne div.tuile div.ranger div.colonne:nth-child(2) div.texte button {
                    font-size: .875rem; } }

.slick-track {
  display: flex !important;
  margin-left: 0; }

.slick-slide {
  height: inherit !important; }

div.slides .slider {
  margin-top: 100px;
  margin-bottom: 100px;
  width: calc( 100% + 400px);
  margin-left: -200px;
  margin-right: -200px; }
  div.slides .slider div.slick-slide {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 1023px) {
      div.slides .slider div.slick-slide {
        padding: 0 25px; } }
    div.slides .slider div.slick-slide img {
      width: 100%; }

div.content-two-col {
  margin-bottom: 100px; }
  div.content-two-col div.container {
    padding: 0; }
    div.content-two-col div.container div.ranger {
      width: calc( 100% + 50px);
      margin-left: -25px;
      margin-right: -25px; }
      div.content-two-col div.container div.ranger div.colonne {
        width: 50%;
        padding: 0 25px; }
        @media (max-width: 1023px) {
          div.content-two-col div.container div.ranger div.colonne {
            width: 100%; } }
        div.content-two-col div.container div.ranger div.colonne h3 {
          font-size: 2rem;
          line-height: 2.5rem;
          margin-top: 0; }
          @media (max-width: 1023px) {
            div.content-two-col div.container div.ranger div.colonne h3 {
              font-size: 1.5rem;
              line-height: 1.2; } }
        div.content-two-col div.container div.ranger div.colonne p {
          font-size: 1.25rem;
          line-height: 2rem; }
          @media (max-width: 1023px) {
            div.content-two-col div.container div.ranger div.colonne p {
              font-size: 1rem;
              line-height: 1.33; } }

div.image {
  margin-bottom: 100px; }
  div.image div.container {
    padding: 0; }
    div.image div.container img {
      width: 100%;
      border-radius: 24px;
      border: 1px solid #EBEEF0;
      overflow: hidden; }

div#signification div.container {
  padding: 0; }
  div#signification div.container div.ranger {
    align-items: center; }
    div#signification div.container div.ranger div.colonne:nth-child(1) {
      width: 376px; }
      @media (max-width: 1023px) {
        div#signification div.container div.ranger div.colonne:nth-child(1) {
          width: 100%; } }
      div#signification div.container div.ranger div.colonne:nth-child(1) div.icone {
        width: 376px;
        height: 376px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #EBEEF0;
        background-image: url("images/atiku.svg");
        background-size: 204px;
        background-repeat: no-repeat;
        background-position: center; }
        @media (max-width: 1023px) {
          div#signification div.container div.ranger div.colonne:nth-child(1) div.icone {
            width: 166px;
            height: 166px;
            background-size: 70%;
            margin-bottom: 30px; } }
    div#signification div.container div.ranger div.colonne:nth-child(2) {
      width: calc( 100% - 376px);
      padding-left: 100px; }
      @media (max-width: 1023px) {
        div#signification div.container div.ranger div.colonne:nth-child(2) {
          width: 100%;
          padding-left: 0; } }
      div#signification div.container div.ranger div.colonne:nth-child(2) h3 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-top: 0; }
      div#signification div.container div.ranger div.colonne:nth-child(2) p {
        font-size: 1.25rem;
        line-height: 2rem; }
        div#signification div.container div.ranger div.colonne:nth-child(2) p strong {
          font-size: 1.5rem; }
          @media (max-width: 1023px) {
            div#signification div.container div.ranger div.colonne:nth-child(2) p strong {
              flex: 1.25rem; } }
        @media (max-width: 1023px) {
          div#signification div.container div.ranger div.colonne:nth-child(2) p {
            font-size: 1rem;
            line-height: 1.33; } }

div.content-two-col.contenu {
  margin-top: 100px;
  margin-bottom: 180px; }
  @media (max-width: 1023px) {
    div.content-two-col.contenu {
      margin-bottom: 50px; } }
  div.content-two-col.contenu h2 {
    margin-top: 0; }
  div.content-two-col.contenu div.container div.ranger div.colonne:nth-child(2) {
    padding-top: 70px; }
  div.content-two-col.contenu button {
    display: block;
    margin-top: 40px;
    border: 1px solid #161F41; }
    div.content-two-col.contenu button.bleu {
      border-color: #00A1ED;
      background-color: #00A1ED;
      color: #fff;
      transition: all .5s ease; }
      div.content-two-col.contenu button.bleu:hover {
        background-color: #EBEEF0;
        color: #00A1ED; }
    div.content-two-col.contenu button.transparent {
      border-color: #161F41;
      background-color: transparent;
      color: #161F41;
      transition: all .5s ease; }
      div.content-two-col.contenu button.transparent:hover {
        background-color: #DCE7F5; }

div.terms {
  margin-top: 100px; }
  div.terms:last-of-type {
    margin-bottom: 100px; }
  div.terms div.container {
    padding: 0; }
    div.terms div.container h2 {
      font-size: 3rem;
      line-height: 1.2;
      margin: 0; }
      @media (max-width: 1023px) {
        div.terms div.container h2 {
          font-size: 1.5rem;
          line-height: 1.2; } }
    div.terms div.container div.ranger-arrows {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 1023px) {
        div.terms div.container div.ranger-arrows {
          margin-top: 25px;
          display: block; } }
      div.terms div.container div.ranger-arrows h2 {
        display: block; }
      div.terms div.container div.ranger-arrows div.arrows {
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 1023px) {
          div.terms div.container div.ranger-arrows div.arrows {
            margin-top: 25px; } }
        div.terms div.container div.ranger-arrows div.arrows div.arrow {
          background-color: #EBEEF0;
          width: 71px;
          height: 64px;
          border-right: 1px solid #93A3AD;
          cursor: pointer; }
          @media (max-width: 1023px) {
            div.terms div.container div.ranger-arrows div.arrows div.arrow {
              height: 44px;
              width: 44px; } }
          div.terms div.container div.ranger-arrows div.arrows div.arrow:nth-child(2) {
            border-right: none;
            border-bottom-right-radius: 32px;
            border-top-right-radius: 32px;
            background-image: url("images/Arrow-right-black.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 14px; }
            @media (max-width: 1023px) {
              div.terms div.container div.ranger-arrows div.arrows div.arrow:nth-child(2) {
                border-bottom-right-radius: 22px;
                border-top-right-radius: 22px;
                background-size: 10px; } }
          div.terms div.container div.ranger-arrows div.arrows div.arrow.slick-disabled:nth-child(2) {
            background-image: url("images/Arrow-right-gris.svg"); }
          div.terms div.container div.ranger-arrows div.arrows div.arrow:nth-child(1) {
            border-bottom-left-radius: 32px;
            border-top-left-radius: 32px;
            background-image: url("images/Arrow-left-black.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 14px; }
            @media (max-width: 1023px) {
              div.terms div.container div.ranger-arrows div.arrows div.arrow:nth-child(1) {
                border-bottom-left-radius: 22px;
                border-top-left-radius: 22px;
                background-size: 10px; } }
          div.terms div.container div.ranger-arrows div.arrows div.arrow.slick-disabled:nth-child(1) {
            background-image: url("images/Arrow-left.svg"); }
    div.terms div.container div.slider {
      width: calc( 100% - 30px + calc( 33.333% ));
      margin-left: -15px;
      margin-right: -15px;
      display: block;
      margin-top: 60px; }
      @media (min-width: 1400px) {
        div.terms div.container div.slider {
          width: calc( 125% + 30px + calc( (100vw - 1400px) / 2 )); } }
      @media (max-width: 1023px) {
        div.terms div.container div.slider {
          width: calc( 100% + 75vw);
          margin-top: 25px; } }
      div.terms div.container div.slider div.colonne {
        padding: 0 15px; }
        div.terms div.container div.slider div.colonne a {
          color: #161F41; }
          div.terms div.container div.slider div.colonne a h4 {
            color: #93A3AD; }
        div.terms div.container div.slider div.colonne div.tuile {
          border-radius: 24px;
          overflow: hidden;
          border: 1px solid #EBEEF0;
          background-color: #fff;
          display: flex;
          flex-direction: column;
          height: 100%; }
          div.terms div.container div.slider div.colonne div.tuile div.rel {
            height: 0;
            padding-bottom: 60%;
            width: 100%;
            position: relative; }
          div.terms div.container div.slider div.colonne div.tuile img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            object-position: center; }
          div.terms div.container div.slider div.colonne div.tuile div.pad {
            width: 100%;
            padding: 25px 25px 5px; }
            div.terms div.container div.slider div.colonne div.tuile div.pad h3 {
              text-decoration: underline;
              font-size: 1.5rem;
              line-height: 2rem;
              margin: 0; }
            div.terms div.container div.slider div.colonne div.tuile div.pad h4 {
              text-transform: uppercase;
              margin: 0 0 .1em; }

div.resultats-de-recherche-filters div.container {
  padding: 0; }
  @media (max-width: 1023px) {
    div.resultats-de-recherche-filters div.container {
      padding: 0; } }
  div.resultats-de-recherche-filters div.container div.ranger {
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      div.resultats-de-recherche-filters div.container div.ranger {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    div.resultats-de-recherche-filters div.container div.ranger div {
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media (max-width: 1023px) {
        div.resultats-de-recherche-filters div.container div.ranger div {
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; } }
    div.resultats-de-recherche-filters div.container div.ranger h3 {
      font-size: 2rem;
      font-weight: 600;
      color: #161F41;
      line-height: 1.2;
      margin: 0;
      margin-right: 60px; }
    div.resultats-de-recherche-filters div.container div.ranger p {
      color: #93A3AD;
      font-size: 1.125rem;
      line-height: 1.2; }
    div.resultats-de-recherche-filters div.container div.ranger select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      width: 100%;
      height: 64px;
      border-radius: 32px;
      color: #93A3AD;
      background-color: #EBEEF0;
      padding: 0 36px;
      border: none;
      background-image: url("images/Arrow-down-black.svg");
      background-size: 16px;
      background-position: right 20px center;
      background-repeat: no-repeat;
      font-size: 1.125rem;
      width: calc( 50% - 15px );
      font-style: italic; }
      @media (max-width: 1023px) {
        div.resultats-de-recherche-filters div.container div.ranger select {
          margin-bottom: 15px;
          width: 100%; } }
    div.resultats-de-recherche-filters div.container div.ranger div.flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 50%; }
      @media (max-width: 1023px) {
        div.resultats-de-recherche-filters div.container div.ranger div.flex {
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          width: 100%; } }
      div.resultats-de-recherche-filters div.container div.ranger div.flex a.filters-adjust {
        cursor: pointer;
        color: #161F41;
        font-size: 1.25rem;
        text-decoration: underline;
        float: right;
        text-align: right; }
        @media (max-width: 1023px) {
          div.resultats-de-recherche-filters div.container div.ranger div.flex a.filters-adjust {
            display: block;
            width: 100%; } }

div#results {
  margin-top: 40px; }
  div#results div.container {
    padding: 0; }
    div#results div.container div.border {
      padding: 8px;
      border: 1px solid #EBEEF0;
      margin-bottom: 30px;
      border-radius: 24px;
      background-color: #fff; }
      div#results div.container div.border div.ranger div.colonne:nth-child(1) {
        order: 2;
        width: 309px; }
        @media (max-width: 1279px) {
          div#results div.container div.border div.ranger div.colonne:nth-child(1) {
            display: none; } }
        @media (max-width: 1023px) {
          div#results div.container div.border div.ranger div.colonne:nth-child(1) {
            width: 100%; } }
        div#results div.container div.border div.ranger div.colonne:nth-child(1) img {
          width: 100%;
          border-radius: 16px;
          overflow: hidden;
          border: 1px solid #EBEEF0;
          min-height: 100%;
          height: auto;
          object-fit: cover;
          object-position: center; }
      div#results div.container div.border div.ranger div.colonne:nth-child(2) {
        order: 1;
        width: calc( 100% - 309px - 412px );
        padding: 25px;
        border-right: 1px solid #EBEEF0;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media (max-width: 1279px) {
          div#results div.container div.border div.ranger div.colonne:nth-child(2) {
            width: calc( 100% -  412px ); } }
        @media (max-width: 1023px) {
          div#results div.container div.border div.ranger div.colonne:nth-child(2) {
            width: 100%;
            border-right: none; } }
        div#results div.container div.border div.ranger div.colonne:nth-child(2) h3 {
          font-size: 1.5rem;
          font-weight: 600;
          line-height: 2rem;
          margin: 0;
          color: #161F41; }
          @media (max-width: 1023px) {
            div#results div.container div.border div.ranger div.colonne:nth-child(2) h3 {
              font-size: 1.25rem;
              line-height: 1.2; } }
        div#results div.container div.border div.ranger div.colonne:nth-child(2) p.author {
          color: #161F41;
          font-size: 1rem; }
          @media (max-width: 1023px) {
            div#results div.container div.border div.ranger div.colonne:nth-child(2) p.author {
              font-size: .875rem;
              line-height: 1.2; } }
          div#results div.container div.border div.ranger div.colonne:nth-child(2) p.author a {
            color: #93A3AD;
            font-size: 1rem;
            text-decoration: underline; }
        div#results div.container div.border div.ranger div.colonne:nth-child(2) p.sujets {
          color: #93A3AD;
          font-size: 1rem;
          margin-bottom: 0; }
          @media (max-width: 1023px) {
            div#results div.container div.border div.ranger div.colonne:nth-child(2) p.sujets {
              font-size: .875rem;
              line-height: 1.2; } }
          div#results div.container div.border div.ranger div.colonne:nth-child(2) p.sujets a {
            color: #93A3AD;
            font-size: 1rem;
            text-decoration: underline; }
            @media (max-width: 1023px) {
              div#results div.container div.border div.ranger div.colonne:nth-child(2) p.sujets a {
                font-size: .75rem;
                line-height: 1.2; } }
        div#results div.container div.border div.ranger div.colonne:nth-child(2) p.clipboard, div#results div.container div.border div.ranger div.colonne:nth-child(2) p.download-ris {
          cursor: pointer; }
          div#results div.container div.border div.ranger div.colonne:nth-child(2) p.clipboard:hover, div#results div.container div.border div.ranger div.colonne:nth-child(2) p.download-ris:hover {
            text-decoration: underline; }
        @media (max-width: 1023px) {
          div#results div.container div.border div.ranger div.colonne:nth-child(2) p {
            font-size: .875rem;
            line-height: 1.2; } }
      div#results div.container div.border div.ranger div.colonne:nth-child(3) {
        order: 3;
        width: 412px;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media (max-width: 1023px) {
          div#results div.container div.border div.ranger div.colonne:nth-child(3) {
            width: 100%; } }
        div#results div.container div.border div.ranger div.colonne:nth-child(3) select {
          -moz-appearance: none;
          -webkit-appearance: none;
          appearance: none;
          width: 100%;
          height: 64px;
          border-radius: 32px;
          color: #93A3AD;
          background-color: #EBEEF0;
          padding: 0 36px;
          border: none;
          background-image: url("images/Arrow-down-black.svg");
          background-size: 16px;
          background-position: right 20px center;
          background-repeat: no-repeat;
          font-size: 1.125rem;
          width: calc( 100% );
          font-style: italic;
          margin-top: 1rem; }
          @media (max-width: 1023px) {
            div#results div.container div.border div.ranger div.colonne:nth-child(3) select {
              font-size: 1rem;
              height: 53px; } }
        div#results div.container div.border div.ranger div.colonne:nth-child(3) div.select {
          width: 100%;
          height: 64px;
          border-radius: 32px;
          color: #93A3AD;
          background-color: #EBEEF0;
          padding: 0 36px;
          border: none;
          background-image: url("images/Arrow-down-black.svg");
          background-size: 16px;
          background-position: right 20px center;
          background-repeat: no-repeat;
          font-size: 1.125rem;
          width: calc( 100% );
          font-style: italic;
          margin-top: 1rem;
          position: relative;
          padding: 22px 36px;
          z-index: 2; }
          div#results div.container div.border div.ranger div.colonne:nth-child(3) div.select:hover {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0; }
          @media (max-width: 1023px) {
            div#results div.container div.border div.ranger div.colonne:nth-child(3) div.select {
              font-size: 1rem;
              height: 53px;
              padding: 18px 36px; } }
          div#results div.container div.border div.ranger div.colonne:nth-child(3) div.select div.content {
            display: none;
            position: absolute;
            bottom: 0;
            left: 0;
            transform: translateY(100%);
            flex-direction: column;
            z-index: 3;
            width: 100%; }
            div#results div.container div.border div.ranger div.colonne:nth-child(3) div.select div.content ul {
              display: flex;
              list-style: none;
              padding: 0;
              margin: 0;
              flex-direction: column;
              background-color: #fff;
              border: 1px solid #EBEEF0;
              border-bottom-left-radius: 32px;
              border-bottom-right-radius: 32px;
              overflow: hidden; }
              div#results div.container div.border div.ranger div.colonne:nth-child(3) div.select div.content ul li {
                margin: 0;
                padding: 0; }
                div#results div.container div.border div.ranger div.colonne:nth-child(3) div.select div.content ul li a {
                  display: flex;
                  height: 50px;
                  padding: 0 20px;
                  flex-direction: column;
                  justify-content: center;
                  background-color: #fff;
                  width: 100%;
                  color: #000000; }
          div#results div.container div.border div.ranger div.colonne:nth-child(3) div.select:hover div.content {
            display: flex; }
        div#results div.container div.border div.ranger div.colonne:nth-child(3) div.row {
          border-bottom: 1px solid #EBEEF0;
          width: 100%; }
          div#results div.container div.border div.ranger div.colonne:nth-child(3) div.row ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: row;
            align-items: center;
            min-height: 54px; }
            div#results div.container div.border div.ranger div.colonne:nth-child(3) div.row ul li {
              width: 100%;
              margin: 0;
              padding: 0;
              display: flex;
              flex-direction: row;
              color: #161F41; }
              div#results div.container div.border div.ranger div.colonne:nth-child(3) div.row ul li span:not(.strong) {
                width: auto;
                min-width: 120px;
                font-size: 1rem;
                line-height: 1.5;
                color: #161F41;
                font-weight: 600;
                min-height: 54px;
                padding: 1rem 0; }
                @media (max-width: 1023px) {
                  div#results div.container div.border div.ranger div.colonne:nth-child(3) div.row ul li span:not(.strong) {
                    font-size: .875rem;
                    line-height: 1.5; } }
              div#results div.container div.border div.ranger div.colonne:nth-child(3) div.row ul li ul {
                width: auto;
                display: flex;
                flex-direction: column;
                padding: 1rem 0; }
                div#results div.container div.border div.ranger div.colonne:nth-child(3) div.row ul li ul li {
                  font-size: 1rem;
                  line-height: 1.5;
                  color: #161F41; }
                  @media (max-width: 1023px) {
                    div#results div.container div.border div.ranger div.colonne:nth-child(3) div.row ul li ul li {
                      font-size: .875rem;
                      line-height: 1.5; } }
                  div#results div.container div.border div.ranger div.colonne:nth-child(3) div.row ul li ul li a {
                    text-decoration: underline;
                    color: #161F41; }

.pagination {
  display: block;
  margin: 0 auto; }
  .pagination ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center; }
    .pagination ul li {
      width: 56px;
      height: 56px;
      background-color: #EBEEF0;
      color: #93A3AD;
      font-size: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-right: 1px solid #EBEEF0; }
      .pagination ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #93A3AD; }
        .pagination ul li a.first, .pagination ul li a.last {
          color: #161F41;
          font-size: 0;
          width: 100%;
          height: 100%;
          background-image: url("images/Arrow-left-black.svg");
          background-size: 12px;
          background-position: center;
          background-repeat: no-repeat; }
          .pagination ul li a.first.last, .pagination ul li a.last.last {
            background-image: url("images/Arrow-right-black.svg"); }
          .pagination ul li a.first.pale, .pagination ul li a.last.pale {
            color: #93A3AD;
            font-size: 0;
            width: 100%;
            height: 100%;
            background-image: url("images/Arrow-left.svg");
            background-size: 12px;
            background-position: center;
            background-repeat: no-repeat; }
            .pagination ul li a.first.pale.last, .pagination ul li a.last.pale.last {
              background-image: url("images/Arrow-right.svg"); }
      .pagination ul li span {
        color: #93A3AD; }
        .pagination ul li span.current {
          color: #161F41; }
        .pagination ul li span.first, .pagination ul li span.last {
          color: #161F41;
          font-size: 0;
          width: 100%;
          height: 100%;
          background-image: url("images/Arrow-left-black.svg");
          background-size: 12px;
          background-position: center;
          background-repeat: no-repeat; }
          .pagination ul li span.first.last, .pagination ul li span.last.last {
            background-image: url("images/Arrow-right-black.svg"); }
          .pagination ul li span.first.pale, .pagination ul li span.last.pale {
            color: #93A3AD;
            font-size: 0;
            width: 100%;
            height: 100%;
            background-image: url("images/Arrow-left.svg");
            background-size: 12px;
            background-position: center;
            background-repeat: no-repeat; }
            .pagination ul li span.first.pale.last, .pagination ul li span.last.pale.last {
              background-image: url("images/Arrow-right-gris.svg"); }
      .pagination ul li:first-child {
        border-left: 1px solid #EBEEF0;
        border-top-left-radius: 26px;
        border-bottom-left-radius: 26px; }
      .pagination ul li:last-child {
        border-top-right-radius: 26px;
        border-bottom-right-radius: 26px; }

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