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

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

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

div.container {
  width: 100%;
  max-width: 1150px;
  padding: 0 25px; }
  div.container.margin-top {
    margin-top: 110px;
    margin-bottom: 60px; }

.et-db #et-boc .et-l .et_pb_section .et_pb_row {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1130px; }

h1, h2, h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400; }

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

:focus {
  outline: none; }

select, .woocommerce form .form-row select {
  height: 44px;
  outline: none;
  box-shadow: none;
  border: 1px solid #B1B1B1;
  padding: 0 15px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/chevron-down.svg");
  background-size: 15px;
  background-position: right 10px center;
  background-repeat: no-repeat; }

button, .frm_style_style-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_style-formidable.with_frm_style input[type=submit], .frm_style_style-formidable.with_frm_style .frm_submit input[type=button], .frm_style_style-formidable.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_style-formidable.with_frm_style .frm-edit-page-btn {
  height: 44px;
  border-radius: 22px;
  color: #fff;
  background-color: #00B09B;
  font-size: 1.25rem;
  padding: 0 30px;
  border: none;
  width: auto;
  transition: all .5s ease;
  font-family: 'Open Sans', sans-serif; }
  button.bleu, .frm_style_style-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message.bleu, .frm_style_style-formidable.with_frm_style input[type=submit].bleu, .frm_style_style-formidable.with_frm_style .frm_submit input[type=button].bleu, .frm_style_style-formidable.with_frm_style .frm_submit button.bleu, .frm_form_submit_style.bleu, .frm_style_style-formidable.with_frm_style .frm-edit-page-btn.bleu {
    background-color: #005976; }
  button.royal, .frm_style_style-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message.royal, .frm_style_style-formidable.with_frm_style input[type=submit].royal, .frm_style_style-formidable.with_frm_style .frm_submit input[type=button].royal, .frm_style_style-formidable.with_frm_style .frm_submit button.royal, .frm_form_submit_style.royal, .frm_style_style-formidable.with_frm_style .frm-edit-page-btn.royal {
    background-color: #1B75BC; }
  button.blanc, .frm_style_style-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message.blanc, .frm_style_style-formidable.with_frm_style input[type=submit].blanc, .frm_style_style-formidable.with_frm_style .frm_submit input[type=button].blanc, .frm_style_style-formidable.with_frm_style .frm_submit button.blanc, .frm_form_submit_style.blanc, .frm_style_style-formidable.with_frm_style .frm-edit-page-btn.blanc {
    background-color: #fff;
    color: #005976; }
  @media (max-width: 480px) {
    button, .frm_style_style-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_style-formidable.with_frm_style input[type=submit], .frm_style_style-formidable.with_frm_style .frm_submit input[type=button], .frm_style_style-formidable.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_style-formidable.with_frm_style .frm-edit-page-btn {
      height: auto;
      padding: 10px 30px;
      margin-top: 10px; } }

a {
  color: #0cb2e3; }

.bar1, .bar2, .bar3 {
  width: 40px;
  height: 2px;
  background-color: #000;
  margin: 8px 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(-7px, -5px);
  transform: rotate(45deg) translate(-7px, -5px); }

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

p {
  font-size: 1rem;
  line-height: 1.625rem; }

h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25; }

header {
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: 999; }
  header div.top {
    background-color: #EEEEEE; }
    @media (max-width: 767px) {
      header div.top {
        display: none; } }
    header div.top nav ul {
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      header div.top nav ul li {
        padding: 0; }
        header div.top nav ul li a {
          padding: 10px 14px;
          display: block;
          color: #313030;
          font-weight: 400;
          font-size: 0.875rem; }
  header div.logo {
    display: flex;
    justify-content: center;
    padding: 30px 0 30px; }
    header div.logo img {
      width: 212px;
      position: relative;
      z-index: 9; }
      @media (max-width: 767px) {
        header div.logo img {
          width: 180px; } }
  @media (max-width: 767px) {
    header div.menu {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; } }
  header div.menu nav {
    margin-bottom: 2em; }
    @media (max-width: 767px) {
      header div.menu nav {
        display: none; } }
    header div.menu nav ul {
      padding: 0 25px;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      header div.menu nav ul li {
        padding: 0;
        position: relative; }
        header div.menu nav ul li a {
          padding: 10px 14px;
          display: block;
          color: #313030;
          text-transform: uppercase;
          font-weight: 400;
          font-size: 1rem; }
        header div.menu nav ul li.current-menu-item > a, header div.menu nav ul li:hover > a {
          color: #fff;
          background-color: #00B09B; }
        header div.menu nav ul li .sub-menu {
          display: none;
          flex-direction: column;
          background-color: #EEEEEE;
          z-index: 9;
          padding: 0; }
        header div.menu nav ul li:hover .sub-menu {
          display: flex;
          position: absolute;
          width: 320px; }
          header div.menu nav ul li:hover .sub-menu li {
            width: 100%; }
            header div.menu nav ul li:hover .sub-menu li a {
              display: block;
              width: 100%; }
  header div.menu #bouton-mobile {
    display: none;
    cursor: pointer; }
    @media (max-width: 767px) {
      header div.menu #bouton-mobile {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 25px; } }

div#menu-sec {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  top: 0;
  margin-top: 100px; }
  div#menu-sec ul#menu-mobile {
    display: flex;
    flex-direction: column; }
    div#menu-sec ul#menu-mobile > li:first-of-type > a {
      border-top: 1px solid #ccc; }
    div#menu-sec ul#menu-mobile > li a {
      display: block;
      width: 100%;
      text-align: center;
      color: #313030;
      padding: 10px 14px;
      display: block;
      color: #313030;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 1rem; }
    div#menu-sec ul#menu-mobile > li > a {
      border-bottom: 1px solid #ccc; }
    div#menu-sec ul#menu-mobile > li.menu-item-has-children {
      position: relative; }
      div#menu-sec ul#menu-mobile > li.menu-item-has-children a {
        border-bottom: 1px solid #ccc; }
        div#menu-sec ul#menu-mobile > li.menu-item-has-children a:after {
          content: '';
          width: 20px;
          height: 20px;
          background-image: url("images/chevron-down.svg");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          position: absolute;
          top: 10px;
          right: 20px; }
      div#menu-sec ul#menu-mobile > li.menu-item-has-children ul {
        display: none; }
        div#menu-sec ul#menu-mobile > li.menu-item-has-children ul li a {
          font-size: .875rem;
          font-weight: 400; }
        div#menu-sec ul#menu-mobile > li.menu-item-has-children ul li:first-of-type {
          border-top: none; }
      div#menu-sec ul#menu-mobile > li.menu-item-has-children:last-of-type a {
        border-bottom: none; }

section#page a.back-archive {
  text-align: right;
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #313030;
  margin-bottom: 110px; }
section#page h3 {
  font-size: 2.375rem;
  line-height: 1.25; }
section#page h2 {
  font-size: 2.625rem;
  line-height: 1.25; }
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#page div#nos-services p, section#page div#nos-services a {
  color: #fff !important; }
section#page div#nos-services h3 {
  font-size: 2.625rem;
  line-height: 1.25;
  margin-bottom: 1em; }
section#page div#nos-services .bleu, section#page div#nos-services .vert {
  height: 100%; }
  section#page div#nos-services .bleu .et_pb_text_inner, section#page div#nos-services .vert .et_pb_text_inner {
    padding-bottom: 70px;
    position: relative; }
  section#page div#nos-services .bleu button, section#page div#nos-services .vert button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-bottom: initial;
    height: 44px; }
section#page .woocommerce-MyAccount-navigation ul:not(.sub-menu) {
  list-style: none;
  margin: 0;
  padding: 0; }
  section#page .woocommerce-MyAccount-navigation ul:not(.sub-menu) > li {
    margin: 0;
    padding: 0; }
    section#page .woocommerce-MyAccount-navigation ul:not(.sub-menu) > li > a {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 0px 25px;
      background-color: #00B09B;
      position: relative;
      border-radius: 35px;
      margin-bottom: 10px;
      color: #fff !important;
      font-size: 1.188rem;
      transition: all .5s ease;
      height: 69px; }
      section#page .woocommerce-MyAccount-navigation ul:not(.sub-menu) > li > a:after {
        content: '';
        position: absolute;
        transition: all .5s ease;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 20px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("images/arrows.svg"); }
    section#page .woocommerce-MyAccount-navigation ul:not(.sub-menu) > li:hover a {
      background-color: #00B09B; }
      section#page .woocommerce-MyAccount-navigation ul:not(.sub-menu) > li:hover a:after {
        transform: translateY(-50%) rotate(90deg); }
    section#page .woocommerce-MyAccount-navigation ul:not(.sub-menu) > li:hover .sub-menu {
      display: block; }
    section#page .woocommerce-MyAccount-navigation ul:not(.sub-menu) > li:before {
      content: none; }
  section#page .woocommerce-MyAccount-navigation ul:not(.sub-menu).membre > li > a {
    background-color: #005976; }
section#page .woocommerce-MyAccount-navigation ul.sub-menu {
  display: none;
  background-color: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  width: 100%; }
  section#page .woocommerce-MyAccount-navigation ul.sub-menu li {
    list-style: none;
    width: 100%; }
    section#page .woocommerce-MyAccount-navigation ul.sub-menu li a {
      background-color: #fff !important;
      color: #313030 !important;
      border-bottom: 1px solid #B1B1B1;
      width: 100%;
      display: block;
      padding: 5px; }
      section#page .woocommerce-MyAccount-navigation ul.sub-menu li a:hover {
        color: #00B09B !important; }
    section#page .woocommerce-MyAccount-navigation ul.sub-menu li:before {
      content: none; }
section#page .frm_dropzone.frm_single_upload {
  max-width: 100%; }
section#page .woocommerce-MyAccount-navigation-link--liste-des-facilitateurs a, section#page .woocommerce-MyAccount-navigation-link--proces_verbaux a {
  background-color: #005976 !important; }
section#page #form h2 {
  margin-bottom: 1em; }
section#page .woocommerce-MyAccount-content {
  padding-left: 30px; }
  @media (max-width: 768px) {
    section#page .woocommerce-MyAccount-content {
      padding-left: 0;
      padding-top: 50px; } }
section#page div.liste {
  width: 100%;
  padding-top: 40px; }
  section#page div.liste div.ranger {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px; }
    section#page div.liste div.ranger div.logo {
      width: 150px; }
      section#page div.liste div.ranger div.logo img {
        max-width: 150px; }
      @media (max-width: 500px) {
        section#page div.liste div.ranger div.logo {
          width: 100%; } }
    section#page div.liste div.ranger div.content {
      width: calc( 100% - 150px);
      padding-left: 40px; }
      @media (max-width: 500px) {
        section#page div.liste div.ranger div.content {
          width: 100%;
          padding-top: 20px;
          padding-left: 0; } }
      section#page div.liste div.ranger div.content h4 {
        margin: 0 !important;
        font-size: 1.25rem !important;
        line-height: 1.25 !important; }
      section#page div.liste div.ranger div.content p {
        font-size: 0.875rem !important;
        line-height: 1.25em !important;
        margin: 1em 0 !important; }
      section#page div.liste div.ranger div.content ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: .5em; }
        section#page div.liste div.ranger div.content ul li {
          padding-left: 30px !important;
          margin-bottom: 1em;
          display: block;
          position: relative;
          font-size: .875rem; }
          section#page div.liste div.ranger div.content ul li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background-image: url("images/map-marker-alt.svg");
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            width: 14px;
            height: 14px; }
          section#page div.liste div.ranger div.content ul li.telephone:before {
            background-image: url("images/phone.svg"); }
          section#page div.liste div.ranger div.content ul li.courriel:before {
            background-image: url("images/envelope.svg"); }
          section#page div.liste div.ranger div.content ul li.url:before {
            background-image: url("images/globe.svg"); }
          section#page div.liste div.ranger div.content ul li.facebook:before {
            background-image: url("images/facebook-f.svg"); }
          section#page div.liste div.ranger div.content ul li.linkedin:before {
            background-image: url("images/linkedin-in.svg"); }
section#page #form {
  padding-top: 0px; }

section#hero {
  background-size: cover;
  background-position: top left;
  height: 616px; }
  @media (max-width: 1023px) {
    section#hero {
      background-position: right 50% top; } }
  section#hero div.container {
    height: inherit; }
    section#hero div.container div.ranger {
      height: inherit; }
      section#hero div.container div.ranger div.colonne {
        height: inherit;
        width: 50%;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        @media (max-width: 1023px) {
          section#hero div.container div.ranger div.colonne {
            width: 100%;
            height: initial;
            padding-left: 40%; }
            section#hero div.container div.ranger div.colonne:first-of-type {
              display: none; } }
        @media (max-width: 767px) {
          section#hero div.container div.ranger div.colonne {
            padding-left: 15%; } }
        @media (max-width: 500px) {
          section#hero div.container div.ranger div.colonne {
            padding-left: 0; } }
        section#hero div.container div.ranger div.colonne h1 {
          font-size: 3.5rem;
          line-height: 4.125rem;
          margin: 0;
          margin-top: 90px; }
          @media (max-width: 1023px) {
            section#hero div.container div.ranger div.colonne h1 {
              margin-top: 0; } }
          @media (max-width: 500px) {
            section#hero div.container div.ranger div.colonne h1 {
              font-size: 2.5rem;
              line-height: 1.25; } }

body.et-db #et-boc .et-l .et_pb_module input.text:not(.qty), body .et-db #et-boc .et-l .et_pb_module input.title, body.et-db #et-boc .et-l .et_pb_module input[type=email], body.et-db #et-boc .et-l .et_pb_module input[type=password], body.et-db #et-boc .et-l .et_pb_module input[type=tel], body.et-db #et-boc .et-l .et_pb_module input[type=text] {
  height: 44px;
  padding: 0 15px;
  border: 2px solid #313030;
  width: 600px;
  max-width: 100%; }
body #et-boc .et-l textarea {
  height: 155px;
  padding: 15px;
  border: 2px solid #313030;
  width: 600px;
  max-width: 100%; }

section#page #bottins div.ranger {
  margin-top: 30px;
  margin-bottom: 30px; }
  section#page #bottins div.ranger div.logo {
    width: 250px; }
    @media (max-width: 650px) {
      section#page #bottins div.ranger div.logo {
        width: 100%; } }
    section#page #bottins div.ranger div.logo img {
      width: 100%; }
  section#page #bottins div.ranger div.content {
    width: calc( 100% - 250px);
    padding-left: 40px; }
    @media (max-width: 650px) {
      section#page #bottins div.ranger div.content {
        width: 100%;
        padding-left: 0;
        padding-top: 20px; } }
    section#page #bottins div.ranger div.content h3 {
      margin: 0; }
section#page ul li {
  list-style: none; }
  section#page ul li.adresse:before {
    background-image: url("images/map-marker-alt.svg");
    width: 20px;
    height: 20px; }
  section#page ul li.telephone:before {
    background-image: url("images/phone.svg");
    width: 20px;
    height: 20px; }
  section#page ul li.courriel:before {
    background-image: url("images/envelope.svg");
    width: 20px;
    height: 20px; }
  section#page ul li.url:before {
    background-image: url("images/globe.svg");
    width: 20px;
    height: 20px; }
  section#page ul li.facebook:before {
    background-image: url("images/facebook-f.svg");
    width: 20px;
    height: 20px; }
  section#page ul li.linkedin:before {
    background-image: url("images/linkedin-in.svg");
    width: 20px;
    height: 20px; }
section#page p {
  color: #313030; }
section#page h2 {
  font-size: 2.625rem;
  line-height: 1.25;
  margin: 0;
  color: #005976; }
section#page label {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding-top: 10px !important; }
section#page ul {
  list-style: none;
  padding-left: 0; }
  section#page ul li {
    position: relative;
    margin-bottom: 1rem !important;
    font-size: 1rem;
    color: #313030;
    padding-left: 35px !important;
    list-style: none !important; }
    section#page ul li:not(.wc_payment_method):before {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      left: 5px;
      top: 5px;
      background-image: url("images/bullet.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
@media (max-width: 1023px) {
  section#page div#au-quebec .et_pb_column img {
    max-width: 500px;
    display: block;
    margin: 20px auto; } }
section#page div.woocommerce ul {
  list-style: none;
  padding: 0; }
  section#page div.woocommerce ul li {
    position: relative;
    margin-bottom: 0rem !important;
    font-size: 1rem;
    color: #313030;
    padding-left: 0px !important;
    list-style: none !important; }
    section#page div.woocommerce ul li:before {
      content: none; }
    section#page div.woocommerce ul li a:hover {
      color: #005976; }
section#page.accueil #accueil-propos {
  margin-top: -207px;
  z-index: 3;
  color: #fff; }
  section#page.accueil #accueil-propos h2 {
    font-size: 2.625rem;
    margin-bottom: .5em; }
  section#page.accueil #accueil-propos .bleu, section#page.accueil #accueil-propos .vert {
    position: relative; }
    section#page.accueil #accueil-propos .bleu .et_pb_text_inner, section#page.accueil #accueil-propos .vert .et_pb_text_inner {
      padding-bottom: 60px;
      height: 100%; }
    section#page.accueil #accueil-propos .bleu button, section#page.accueil #accueil-propos .vert button {
      position: absolute;
      bottom: 0;
      right: 0; }
  section#page.accueil #accueil-propos .bleu button {
    background-color: #00B09B;
    color: #fff; }
    section#page.accueil #accueil-propos .bleu button:hover {
      background-color: #fff;
      color: #00B09B; }
  section#page.accueil #accueil-propos .vert button {
    background-color: #005976;
    color: #fff; }
    section#page.accueil #accueil-propos .vert button:hover {
      background-color: #fff;
      color: #005976; }
section#page h3 {
  font-size: 2.375rem;
  line-height: 2.75rem;
  margin-top: 0; }
section#page #call-to-action h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25; }
section#page #call-to-action .et_pb_text {
  height: 100%; }
section#page #call-to-action .et_pb_text_inner {
  height: 100%;
  position: relative;
  padding-bottom: 80px; }
  section#page #call-to-action .et_pb_text_inner button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    width: 180px; }
section#page #devenir_membre h2 {
  font-size: 2.375rem;
  line-height: 1.25;
  color: #313030; }
  @media (max-width: 1123px) {
    section#page #devenir_membre h2 {
      padding: 0 30px; } }
section#page #devenir_membre h3 {
  font-size: 2.625rem;
  line-height: 3.25rem; }
section#page #devenir_membre #rejoindre {
  margin-top: -200px;
  position: relative; }
  @media (max-width: 980px) {
    section#page #devenir_membre #rejoindre {
      margin-top: 0; } }
section#page #les-forfaits .et_pb_text {
  height: 100%;
  position: relative; }
  section#page #les-forfaits .et_pb_text .et_pb_text_inner {
    padding-bottom: 30px !important;
    height: 100%; }
  section#page #les-forfaits .et_pb_text button {
    right: -10px;
    bottom: -10px;
    position: absolute; }
section#page #bleu-qui-sommes-nous {
  margin-top: -200px; }
  @media (max-width: 980px) {
    section#page #bleu-qui-sommes-nous {
      margin-top: 0; } }
  section#page #bleu-qui-sommes-nous h2 {
    margin-bottom: 0.5em !important;
    font-size: 2.625rem;
    line-height: 3.25rem; }
  section#page #bleu-qui-sommes-nous p {
    color: #fff !important; }
section#page #code .bleu, section#page #code .vert {
  height: 100%; }
  section#page #code .bleu h2, section#page #code .vert h2 {
    margin-bottom: .5em; }
  section#page #code .bleu p, section#page #code .vert p {
    color: #fff !important;
    font-size: 1.25rem; }
section#page #les-valeurs .et_pb_with_border {
  height: 100%; }
section#page a:not(.button) {
  color: #00B09B !important; }
section#page h4 {
  margin-top: 1em !important;
  margin-bottom: -0.5em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  line-height: 1.25 !important; }

#produits h2 {
  font-size: 2.375rem !important;
  line-height: 1.25 !important;
  margin: 1em  0 !important;
  color: #005976 !important; }
#produits .programmation strong {
  font-size: 1.25rem;
  line-height: 1.625rem; }
#produits a {
  color: #00B09B !important; }

section#accueil-news {
  padding: 100px 0; }
  section#accueil-news div.container div.ranger {
    width: calc( 100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center; }
    section#accueil-news div.container div.ranger div.colonne {
      width: 33.3333%;
      padding: 0 10px; }
      @media (max-width: 1023px) {
        section#accueil-news div.container div.ranger div.colonne {
          width: 100%;
          max-width: 500px;
          display: block;
          margin: 0 auto 30px; } }
      section#accueil-news div.container div.ranger div.colonne div.tuile {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        color: #fff;
        align-items: flex-end;
        padding-bottom: 20px;
        background-color: #1B75BC; }
        section#accueil-news div.container div.ranger div.colonne div.tuile h4 {
          text-transform: uppercase; }
        section#accueil-news div.container div.ranger div.colonne div.tuile img {
          width: 100%;
          height: 160px;
          object-fit: cover; }
          @media (max-width: 767px) {
            section#accueil-news div.container div.ranger div.colonne div.tuile img {
              height: 40vw; } }
        section#accueil-news div.container div.ranger div.colonne div.tuile button {
          float: right;
          display: block;
          background-color: #fff;
          color: #1B75BC;
          position: relative;
          right: 20px; }
        section#accueil-news div.container div.ranger div.colonne div.tuile div.texte {
          padding: 20px; }
      section#accueil-news div.container div.ranger div.colonne:nth-child(2) div.tuile {
        background-color: #005976; }
        section#accueil-news div.container div.ranger div.colonne:nth-child(2) div.tuile button {
          float: right;
          display: block;
          background-color: #fff;
          color: #005976; }
      section#accueil-news div.container div.ranger div.colonne:nth-child(3) div.tuile {
        background-color: #00B09B; }
        section#accueil-news div.container div.ranger div.colonne:nth-child(3) div.tuile button {
          float: right;
          display: block;
          background-color: #fff;
          color: #00B09B; }

section#accueil-devenir-membre div.ranger div.col-1-3 {
  width: calc( 50% - 353px / 2 );
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat; }
  @media (max-width: 1023px) {
    section#accueil-devenir-membre div.ranger div.col-1-3 {
      display: none; } }
section#accueil-devenir-membre div.ranger div.col-2-3 {
  width: calc( 50% + 353px / 2 );
  background-color: #313030; }
  @media (max-width: 1023px) {
    section#accueil-devenir-membre div.ranger div.col-2-3 {
      width: 100%; } }
  section#accueil-devenir-membre div.ranger div.col-2-3 div.texte {
    max-width: 780px;
    padding: 50px;
    color: #fff;
    height: 100%; }
    @media (max-width: 1023px) {
      section#accueil-devenir-membre div.ranger div.col-2-3 div.texte {
        max-width: 100%; } }
    section#accueil-devenir-membre div.ranger div.col-2-3 div.texte h3 {
      font-size: 2.625rem;
      line-height: 1.25;
      margin: 0; }
    section#accueil-devenir-membre div.ranger div.col-2-3 div.texte button {
      margin-top: 2em; }

section#partenaires {
  margin-top: 60px;
  margin-bottom: 20px; }
  section#partenaires h2 {
    color: #005976;
    font-size: 2.625rem;
    line-height: 1.25;
    margin: 0; }

footer {
  background-color: #f3f3f3;
  padding: 60px 0 0; }
  footer div.container > div.ranger {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 60px; }
    footer div.container > div.ranger > div.colonne:first-child {
      width: 237px;
      margin: 0 40px; }
      footer div.container > div.ranger > div.colonne:first-child img {
        width: 100%;
        position: relative; }
      @media (max-width: 768px) {
        footer div.container > div.ranger > div.colonne:first-child {
          width: 100%; }
          footer div.container > div.ranger > div.colonne:first-child img {
            width: 90%;
            max-width: 200px;
            display: block;
            margin: 0 auto; } }
    footer div.container > div.ranger > div.colonne:last-child {
      width: 320px;
      margin: 0 40px; }
      @media (max-width: 768px) {
        footer div.container > div.ranger > div.colonne:last-child {
          width: 100%;
          max-width: 320px;
          display: block;
          margin: 0 auto;
          text-align: center;
          margin-top: 30px; } }
      footer div.container > div.ranger > div.colonne:last-child h4 {
        font-size: 1.125rem;
        line-height: 1.25rem;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0; }
      footer div.container > div.ranger > div.colonne:last-child p {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.25rem;
        margin: 8px 0px; }
        footer div.container > div.ranger > div.colonne:last-child p a {
          color: #313030; }
        footer div.container > div.ranger > div.colonne:last-child p img {
          width: 26px; }
  footer div.copy {
    width: 100%;
    background-color: #313030;
    color: #fff;
    position: relative; }
    @media (max-width: 1023px) {
      footer div.copy {
        padding-top: 20px; } }
    footer div.copy div.container div.ranger {
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0; }
      @media (max-width: 1023px) {
        footer div.copy div.container div.ranger {
          flex-direction: column; } }
      footer div.copy div.container div.ranger nav ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row; }
        @media (max-width: 1023px) {
          footer div.copy div.container div.ranger nav ul {
            flex-direction: column; } }
        footer div.copy div.container div.ranger nav ul li {
          padding: 0;
          margin: 0; }
          footer div.copy div.container div.ranger nav ul li a {
            display: block;
            font-size: 1rem;
            color: #fff;
            padding: 0 10px; }
            @media (max-width: 1023px) {
              footer div.copy div.container div.ranger nav ul li a {
                padding: 10px;
                text-align: center; } }
      @media (max-width: 1775px) {
        footer div.copy div.container div.ranger > p {
          transform: none; } }
      @media (max-width: 1023px) {
        footer div.copy div.container div.ranger > p {
          text-align: center;
          transform: none; } }
      footer div.copy div.container div.ranger > p a {
        color: #fff; }

section#entete {
  width: 100%;
  background-color: #313030;
  color: #fff; }
  section#entete div.container {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative; }
    section#entete div.container:after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(-100%, -50%);
      width: 197px;
      height: 110px;
      background-image: url("images/vecteur.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  section#entete h1 {
    font-size: 2.625rem;
    line-height: 1.25;
    margin: 0; }
    @media (max-width: 767px) {
      section#entete h1 {
        font-size: 2rem; } }

#produits-divi .et_pb_column:last-child {
  background-color: #F3F3F3;
  padding: 30px;
  position: relative;
  top: -100px;
  right: 40px; }
  #produits-divi .et_pb_column:last-child h1 {
    color: #00B09B;
    font-size: 2rem; }
  #produits-divi .et_pb_column:last-child .amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: #005976; }
  #produits-divi .et_pb_column:last-child label {
    color: #00B09B !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem; }
  #produits-divi .et_pb_column:last-child select {
    position: relative;
    height: 32px !important;
    color: #005976;
    font-size: 1rem;
    padding-left: 15px; }

body.et-db #et-boc .et-l .et_pb_wc_add_to_cart form.cart .variations td.value span {
  position: relative; }

body.et-db #et-boc .et-l .et_pb_wc_add_to_cart form.cart .variations td.value span:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 18px;
  background-image: url("images/select.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-color: transparent;
  margin-top: initial; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #005976;
  border-radius: 22px;
  height: 44px;
  padding: 10px 15px; }

section#litterature {
  padding-bottom: 30px; }
  section#litterature div.colonne {
    padding: 0 8px; }
  section#litterature .slick-next:before {
    content: '';
    width: 12px;
    height: 32px;
    background-image: url("images/arrows.right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0; }
  section#litterature .slick-prev:before {
    content: '';
    width: 12px;
    height: 32px;
    background-image: url("images/arrows.left.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0; }
  section#litterature .slick-dots li button:before {
    font-size: 20px;
    color: #005976;
    opacity: 1; }
  section#litterature .slick-dots li.slick-active button:before {
    color: #00B09B; }
  section#litterature .slick-dots {
    bottom: -38px; }

section#ca {
  padding: 110px 0 70px; }
  section#ca div.container div.ranger {
    width: calc( 100% + 60px);
    margin-left: -30px;
    margin-right: -30px; }
    section#ca div.container div.ranger div.colonne {
      width: 33.333%;
      padding: 0 30px;
      margin-bottom: 70px; }
      @media (max-width: 1023px) {
        section#ca div.container div.ranger div.colonne {
          width: 50%; } }
      @media (max-width: 767px) {
        section#ca div.container div.ranger div.colonne {
          width: 100%; } }
      section#ca div.container div.ranger div.colonne div.tuile {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; }
      section#ca div.container div.ranger div.colonne div.image {
        padding: 0 30px; }
        section#ca div.container div.ranger div.colonne div.image img {
          width: 100%;
          height: 260px;
          object-fit: cover; }
          @media (max-width: 767px) {
            section#ca div.container div.ranger div.colonne div.image img {
              height: 80vw; } }
      section#ca div.container div.ranger div.colonne h4 {
        text-align: center;
        color: #313030;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1;
        margin: 0;
        margin: 2.5rem 2.5rem 0;
        white-space: nowrap; }
      section#ca div.container div.ranger div.colonne p {
        text-align: center;
        font-weight: 400;
        color: #313030;
        font-size: 1rem; }
      section#ca div.container div.ranger div.colonne button {
        border-radius: 0;
        background-color: #f3f3f3;
        height: 54px;
        color: #00B09B;
        padding: 0 60px 0 20px;
        background-image: url("images/plus.svg");
        background-position: right 20px center;
        background-size: 31px;
        background-repeat: no-repeat;
        width: 100%; }

section#faq {
  padding: 80px 0 70px; }
  section#faq div.container div.accordeon {
    margin-bottom: 28px; }
    section#faq div.container div.accordeon div.titre {
      width: 100%;
      background-color: #005976;
      border-radius: 35px;
      height: 69px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 50px;
      position: relative;
      transition: all .5s ease;
      cursor: pointer; }
      section#faq div.container div.accordeon div.titre.active {
        background-color: #00B09B; }
        section#faq div.container div.accordeon div.titre.active:after {
          transform: translateY(-50%) rotate(90deg); }
      section#faq div.container div.accordeon div.titre:after {
        transition: all .5s ease;
        content: '';
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 20px;
        background-image: url("images/arrows.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; }
      section#faq div.container div.accordeon div.titre h5 {
        color: #fff;
        font-size: 1.25rem;
        line-height: 1;
        font-weight: 400;
        margin: 0; }
    section#faq div.container div.accordeon div.content {
      display: none;
      padding: 10px 50px; }
      @media (max-width: 1023px) {
        section#faq div.container div.accordeon div.content {
          padding: 10px 25px; } }

section#vigie {
  padding: 110px 0 170px; }
  section#vigie div.container div.ranger aside {
    width: 320px; }
    @media (max-width: 1023px) {
      section#vigie div.container div.ranger aside {
        width: 100%; } }
    section#vigie div.container div.ranger aside div.ensemble a span {
      color: #fff; }
    section#vigie div.container div.ranger aside div.ensemble div.parent {
      border-radius: 35px;
      height: 69px;
      color: #fff;
      margin-bottom: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 30px;
      font-size: 20px;
      font-weight: 400;
      text-transform: uppercase;
      position: relative; }
      section#vigie div.container div.ranger aside div.ensemble div.parent:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 20px;
        background-image: url("images/arrows.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        text-outline: 50%;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .5s ease; }
    section#vigie div.container div.ranger aside div.ensemble.active .parent:after, section#vigie div.container div.ranger aside div.ensemble.effet .parent:after {
      transform: translateY(-50%) rotate(90deg); }
    section#vigie div.container div.ranger aside div.ensemble div.child-div {
      margin-bottom: 1em;
      display: none; }
    section#vigie div.container div.ranger aside div.ensemble div.enfant {
      padding: 5px 30px;
      border-bottom: 1px solid #B1B1B1;
      color: #313030;
      font-size: 1rem;
      text-transform: none;
      font-weight: 400; }
      section#vigie div.container div.ranger aside div.ensemble div.enfant.active {
        color: #3FA7F3;
        font-weight: 700; }
    section#vigie div.container div.ranger aside div.ensemble.active div.child-div {
      display: block; }
  section#vigie div.container div.ranger section#archive-vigie {
    width: calc( 100% - 320px );
    padding-left: 50px; }
    @media (max-width: 1023px) {
      section#vigie div.container div.ranger section#archive-vigie {
        width: 100%;
        padding-left: 0;
        padding-top: 40px; } }
    section#vigie div.container div.ranger section#archive-vigie div.ranger-flex {
      display: flex;
      flex-wrap: wrap;
      width: calc( 100% + 20px);
      margin-right: -10px;
      margin-left: -10px; }
      section#vigie div.container div.ranger section#archive-vigie div.ranger-flex div.colonne {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          section#vigie div.container div.ranger section#archive-vigie div.ranger-flex div.colonne {
            width: 100%; } }
        section#vigie div.container div.ranger section#archive-vigie div.ranger-flex div.colonne div.tuile {
          display: flex;
          justify-content: space-between;
          flex-direction: column;
          height: 100%;
          padding-bottom: 70px;
          background-color: #f3f3f3;
          position: relative; }
          section#vigie div.container div.ranger section#archive-vigie div.ranger-flex div.colonne div.tuile h4 {
            display: block;
            margin: 0;
            padding: 25px 30px;
            background-color: #3FA7F3;
            width: 100%;
            color: #fff; }
          section#vigie div.container div.ranger section#archive-vigie div.ranger-flex div.colonne div.tuile img {
            width: 100%;
            height: 160px;
            object-fit: cover; }
            @media (max-width: 767px) {
              section#vigie div.container div.ranger section#archive-vigie div.ranger-flex div.colonne div.tuile img {
                height: 40vw; } }
          section#vigie div.container div.ranger section#archive-vigie div.ranger-flex div.colonne div.tuile div.pad {
            padding: 10px 30px; }
          section#vigie div.container div.ranger section#archive-vigie div.ranger-flex div.colonne div.tuile button {
            background-color: #3FA7F3;
            position: absolute;
            right: 20px;
            bottom: 20px; }
            section#vigie div.container div.ranger section#archive-vigie div.ranger-flex div.colonne div.tuile button:hover {
              background-color: #313030 !important; }
          section#vigie div.container div.ranger section#archive-vigie div.ranger-flex div.colonne div.tuile p {
            color: #313030; }

div#arrows {
  background-color: #1B75BC;
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 999999;
  cursor: pointer; }
  div#arrows img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

section#archive-codedeveloppeur {
  padding: 110px 0 160px; }
  section#archive-codedeveloppeur #et-boc .et-l .et_pb_section {
    background-color: transparent; }
  section#archive-codedeveloppeur a.back-archive {
    text-align: right;
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #313030;
    margin-bottom: 110px; }
  section#archive-codedeveloppeur div.container div.ranger-content {
    display: flex;
    flex-wrap: wrap; }
    section#archive-codedeveloppeur div.container div.ranger-content div.sidebar {
      width: 310px; }
      @media (max-width: 1023px) {
        section#archive-codedeveloppeur div.container div.ranger-content div.sidebar {
          width: 100%; } }
      section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin: 0;
        padding: 0; }
        section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li form {
          display: flex;
          background-color: #EEEEEE;
          border-radius: 35px;
          height: 70px;
          align-items: center;
          padding: 0 25px; }
          section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li form input {
            border: none;
            background-color: transparent; }
          section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li form button {
            background-color: transparent;
            width: auto;
            background-image: url("images/loupe.svg");
            background-position: center;
            background-size: 30px;
            background-repeat: no-repeat; }
        section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent {
          margin: 0;
          padding: 0; }
          section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent > a {
            display: block;
            padding: 22px 25px;
            background-color: #005976;
            position: relative;
            border-radius: 35px;
            margin-bottom: 10px;
            color: #fff;
            font-size: 1.188rem;
            transition: all .5s ease; }
            section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent > a.active, section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent > a:hover {
              background-color: #00B09B; }
              section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent > a.active:after, section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent > a:hover:after {
                transform: translateY(-50%) rotate(90deg); }
            section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent > a:after {
              content: '';
              position: absolute;
              transition: all .5s ease;
              right: 25px;
              top: 50%;
              transform: translateY(-50%);
              width: 10px;
              height: 20px;
              background-size: contain;
              background-position: center;
              background-repeat: no-repeat;
              background-image: url("images/arrows.svg"); }
          section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent .flex {
            position: relative;
            display: flex;
            border-radius: 35px;
            background-color: #F4F4F4;
            overflow: hidden; }
            section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent .flex input {
              width: calc( 100% - 50px);
              height: 69px;
              border: none;
              background-color: transparent;
              padding: 0 25px; }
            section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent .flex button {
              width: 50px;
              padding: 0;
              background-color: transparent;
              height: 69px;
              position: relative; }
              section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent .flex button img {
                width: 32px;
                position: absolute;
                top: 50%;
                right: 25px;
                transform: translate(0%, -50%); }
          section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent ul.child-div {
            margin-bottom: 1em;
            display: none; }
            section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent ul.child-div li {
              padding: 5px 30px;
              border-bottom: 1px solid #B1B1B1;
              color: #313030;
              font-size: 1rem;
              text-transform: none;
              font-weight: 400; }
              section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent ul.child-div li a {
                color: #313030; }
          section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul li.parent.active ul.child-div {
            display: block; }
        section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul ::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #B0B0B0;
          opacity: 1;
          /* Firefox */
          text-transform: uppercase; }
        section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #B0B0B0;
          text-transform: uppercase; }
        section#archive-codedeveloppeur div.container div.ranger-content div.sidebar ul ::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #B0B0B0;
          text-transform: uppercase; }
    section#archive-codedeveloppeur div.container div.ranger-content div.content {
      width: calc( 100% - 310px );
      padding-left: 50px; }
      @media (max-width: 1023px) {
        section#archive-codedeveloppeur div.container div.ranger-content div.content {
          width: 100%;
          padding-top: 50px;
          padding-left: 0; } }
      section#archive-codedeveloppeur div.container div.ranger-content div.content div.ranger {
        width: calc( 100% + 20px);
        margin-left: -10px;
        margin-right: -10px; }
      section#archive-codedeveloppeur div.container div.ranger-content div.content div.colonne {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
        position: relative; }
        @media (max-width: 767px) {
          section#archive-codedeveloppeur div.container div.ranger-content div.content div.colonne {
            width: 100%; } }
        section#archive-codedeveloppeur div.container div.ranger-content div.content div.colonne div.tuile {
          background-color: #F4F4F4;
          position: relative;
          padding-bottom: 70px;
          height: 100%; }
          section#archive-codedeveloppeur div.container div.ranger-content div.content div.colonne div.tuile img {
            width: 100%;
            height: 160px;
            object-fit: cover; }
            @media (max-width: 767px) {
              section#archive-codedeveloppeur div.container div.ranger-content div.content div.colonne div.tuile img {
                height: 40vw; } }
        section#archive-codedeveloppeur div.container div.ranger-content div.content div.colonne h4 {
          display: block;
          background-color: #005976;
          margin: 0;
          padding: 20px 30px;
          color: #fff;
          text-transform: uppercase;
          font-size: 1.25rem;
          font-weight: 700; }
        section#archive-codedeveloppeur div.container div.ranger-content div.content div.colonne div.p {
          padding: 10px 30px;
          color: #313030; }
          section#archive-codedeveloppeur div.container div.ranger-content div.content div.colonne div.p p {
            font-size: 1.125rem;
            line-height: 1.15; }
        section#archive-codedeveloppeur div.container div.ranger-content div.content div.colonne button {
          position: absolute;
          bottom: 20px;
          right: 30px;
          background-color: #005976; }
          section#archive-codedeveloppeur div.container div.ranger-content div.content div.colonne button:hover {
            background-color: #313030 !important; }
  section#archive-codedeveloppeur div.container div.ranger-PDF {
    width: calc( 100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap; }
    section#archive-codedeveloppeur div.container div.ranger-PDF div.colonne {
      width: 33.3333%;
      padding: 0 10px;
      margin-bottom: 20px;
      position: relative; }
      @media (max-width: 1023px) {
        section#archive-codedeveloppeur div.container div.ranger-PDF div.colonne {
          width: 50%; } }
      @media (max-width: 767px) {
        section#archive-codedeveloppeur div.container div.ranger-PDF div.colonne {
          width: 100%; } }
      section#archive-codedeveloppeur div.container div.ranger-PDF div.colonne div.tuile {
        background-color: #F4F4F4;
        position: relative;
        padding-bottom: 70px;
        height: 100%; }
        section#archive-codedeveloppeur div.container div.ranger-PDF div.colonne div.tuile img {
          width: 100%;
          height: 160px;
          object-fit: cover; }
          @media (max-width: 767px) {
            section#archive-codedeveloppeur div.container div.ranger-PDF div.colonne div.tuile img {
              height: 40vw; } }
      section#archive-codedeveloppeur div.container div.ranger-PDF div.colonne h4 {
        display: block;
        background-color: #00B09B;
        margin: 0;
        padding: 20px 30px;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25rem;
        font-weight: 700; }
      section#archive-codedeveloppeur div.container div.ranger-PDF div.colonne div.p {
        padding: 10px 30px;
        color: #313030; }
        section#archive-codedeveloppeur div.container div.ranger-PDF div.colonne div.p p {
          font-size: 1.125rem;
          line-height: 1.15; }
      section#archive-codedeveloppeur div.container div.ranger-PDF div.colonne button {
        position: absolute;
        bottom: 20px;
        right: 30px;
        background-color: #00B09B; }
        section#archive-codedeveloppeur div.container div.ranger-PDF div.colonne button:hover {
          background-color: #313030 !important; }
  section#archive-codedeveloppeur div.flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 170px;
    margin-bottom: 65px; }
    section#archive-codedeveloppeur div.flex h3 {
      color: #005976;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 2.625rem;
      margin: 0;
      width: 350px; }
    section#archive-codedeveloppeur div.flex form {
      display: flex;
      justify-content: flex-end; }
    section#archive-codedeveloppeur div.flex div {
      width: calc( 100% - 350px );
      padding-left: 40px; }
      @media (max-width: 1023px) {
        section#archive-codedeveloppeur div.flex div {
          width: 100%;
          padding-left: 0;
          padding-top: 30px; } }
      section#archive-codedeveloppeur div.flex div select {
        width: calc( 30% - 110px / 2 );
        height: 69px;
        border-radius: 35px;
        background-image: url("images/arrows.svg");
        background-size: 10px;
        background-position: right 25px center;
        background-repeat: no-repeat;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #f4f4f4;
        color: #b0b0b0;
        text-transform: uppercase;
        font-size: 1.188rem;
        border: none;
        padding: 0 25px; }
        @media (max-width: 767px) {
          section#archive-codedeveloppeur div.flex div select {
            width: 100%; } }
        section#archive-codedeveloppeur div.flex div select#categories {
          width: calc(70% - 110px / 2 );
          margin-left: 20px; }
          @media (max-width: 767px) {
            section#archive-codedeveloppeur div.flex div select#categories {
              width: 100%;
              margin-left: 0;
              margin-top: 20px; } }
      section#archive-codedeveloppeur div.flex div button {
        background-color: #005976;
        height: 69px;
        width: 69px;
        border-radius: 50%;
        position: relative;
        margin-left: 10px; }
        @media (max-width: 767px) {
          section#archive-codedeveloppeur div.flex div button {
            float: right;
            margin-top: 20px; } }
        section#archive-codedeveloppeur div.flex div button img {
          width: 32px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
  section#archive-codedeveloppeur.archive div.container div.flex {
    margin-top: 0; }

/* pagination */
.pagination {
  float: right;
  margin-right: 2.5%; }

.pagination ul {
  display: inline-block;
  list-style: none; }

.pagination ul li {
  display: inline-block;
  list-style: none;
  padding: 3px 8px;
  color: #313030;
  font-weight: 200; }

.pagination ul li a {
  color: #00B09B;
  font-weight: 400;
  display: block; }

.pagination ul li img {
  margin-top: -3px; }

.pagination ul li:before {
  content: ""; }

/* end pagination */
section#evenements-formations {
  padding: 50px 0 80px; }
  section#evenements-formations div.container h1, section#evenements-formations div.container h2 {
    font-size: 2.625rem;
    line-height: 1.25;
    color: #005976;
    font-weight: 400;
    text-transform: none; }
    section#evenements-formations div.container h1.formation, section#evenements-formations div.container h2.formation {
      margin-top: 75px; }
  section#evenements-formations div.container p {
    color: #fff; }
    section#evenements-formations div.container p.none {
      color: #313030; }
  section#evenements-formations div.container div.ranger {
    width: calc( 100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    section#evenements-formations div.container div.ranger div.colonne {
      width: 33.3333%;
      padding: 0 10px;
      margin-bottom: 20px;
      position: relative; }
      @media (max-width: 1023px) {
        section#evenements-formations div.container div.ranger div.colonne {
          width: 50%; } }
      @media (max-width: 767px) {
        section#evenements-formations div.container div.ranger div.colonne {
          width: 100%; } }
      section#evenements-formations div.container div.ranger div.colonne div.tuile {
        background-color: #1B75BC;
        position: relative;
        padding-bottom: 70px;
        height: 100%; }
        section#evenements-formations div.container div.ranger div.colonne div.tuile img {
          width: 100%;
          height: 160px;
          object-fit: cover; }
          @media (max-width: 767px) {
            section#evenements-formations div.container div.ranger div.colonne div.tuile img {
              height: 40vw; } }
      section#evenements-formations div.container div.ranger div.colonne h4 {
        display: block;
        background-color: transparent;
        margin: 0;
        padding: 20px 30px;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25rem;
        font-weight: 700;
        padding-bottom: 0; }
      section#evenements-formations div.container div.ranger div.colonne div.p {
        padding: 10px 30px;
        color: #313030; }
        section#evenements-formations div.container div.ranger div.colonne div.p p {
          font-size: 1.125rem;
          line-height: 1.15; }
      section#evenements-formations div.container div.ranger div.colonne button {
        position: absolute;
        bottom: 20px;
        right: 30px;
        background-color: #fff; }
      section#evenements-formations div.container div.ranger div.colonne:nth-child(3n + 1) div.tuile {
        background-color: #1B75BC; }
      section#evenements-formations div.container div.ranger div.colonne:nth-child(3n + 1) button {
        color: #1B75BC; }
      section#evenements-formations div.container div.ranger div.colonne:nth-child(3n + 2) div.tuile {
        background-color: #005976; }
      section#evenements-formations div.container div.ranger div.colonne:nth-child(3n + 2) button {
        color: #005976; }
      section#evenements-formations div.container div.ranger div.colonne:nth-child(3n + 3) div.tuile {
        background-color: #00B09B; }
      section#evenements-formations div.container div.ranger div.colonne:nth-child(3n + 3) button {
        color: #00B09B; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .et-db #et-boc .et-l .et_pb_wc_cart_notice .wc-forward {
  height: 44px;
  border-radius: 22px;
  color: #fff !important;
  background-color: #00B09B;
  font-size: 1.25rem;
  padding: 12px 30px;
  border: none;
  width: auto;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #00B09B;
  color: #fff !important; }

.woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  content: none !important; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  height: 44px;
  border-radius: 22px;
  color: #fff !important;
  background-color: #00B09B;
  font-size: 1.25rem;
  padding: 12px 30px;
  border: none;
  width: auto;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif; }

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, #form input {
  height: 44px;
  outline: none;
  box-shadow: none;
  border: 1px solid #B1B1B1;
  padding: 0 15px;
  border-radius: 5px; }

.woocommerce form .form-row textarea {
  height: 100px;
  padding: 15px; }

.select2-container .select2-selection--single {
  height: 44px;
  outline: none;
  box-shadow: none;
  border: 1px solid #B1B1B1;
  padding-top: 7px;
  border-radius: 5px;
  padding-left: 15px; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: #00B09B !important; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
  width: 100%; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #005976; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: #f3f3f3; }

.woocommerce .woocommerce-ordering select {
  height: 44px;
  border-radius: 22px;
  background-image: url("images/arrows.svg");
  background-size: 10px;
  background-position: right 25px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #00B09B;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.188rem;
  border: none;
  padding: 0 25px; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  color: #313030; }

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  color: #00B09B; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2, .learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue {
  background-color: #1B75BC; }

#mc_embed_signup input {
  margin-bottom: 20px !important; }
#mc_embed_signup input[type="submit"] {
  height: 44px !important;
  border-radius: 22px !important;
  color: #fff !important;
  background-color: #00B09B !important;
  font-size: 1.25rem !important;
  padding: 0 30px !important;
  border: none !important;
  width: auto !important;
  transition: all 0.5s ease !important;
  font-family: "Open Sans", sans-serif !important;
  margin-top: 20px !important; }

.woocommerce-MyAccount-navigation-link--ppcp-paypal-payment-tokens {
  display: none; }

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