@charset "UTF-8";
@import "custom.css";

html, div, a, p {
  font-weight: 400; }

html {
  padding: 0;
  margin: 0;
  font-size: 10px;
  font-family: 'Work Sans', sans-serif; }
  html ::selection {
    background-color: #ff8d33; }
  html body {
    background-color: #f2f2f2; }
    html body .wrapper {
      position: initial;
      max-width: 120rem; }
      html body .wrapper main {
        width: 96rem;
        margin: 0 auto; }
        html body .wrapper main img {
          height: auto; }
        html body .wrapper main p, html body .wrapper main h1, html body .wrapper main h2, html body .wrapper main h3, html body .wrapper main h4, html body .wrapper main div {
          font-family: "Work Sans", sans-serif; }
        html body .wrapper main .breadcrumb {
          width: 70%;
          text-align: center;
          margin: 0 auto;
          font-size: 1.4rem; }
          html body .wrapper main .breadcrumb .home {
            color: #8f8f8f; }
  html .share-rs {
    position: absolute;
    display: flex;
    align-items: center;
    right: 2rem;
    bottom: 1rem; }
    html .share-rs p {
      line-height: 0rem;
      vertical-align: middle;
      margin-right: 0.5rem;
      color: #737373; }
    html .share-rs svg {
      font-size: 2.5rem;
      color: #a9a9a9;
      margin: 0 0.3rem; }
  html .article-tag a {
    color: #ffffff;
    font-weight: 600; }
  html .article-btn-g {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    html .article-btn-g a {
      padding: 0.3rem 7rem;
      background-color: #949494;
      margin: 1rem;
      font-size: 1.8rem;
      font-weight: 500;
      color: #ffffff;
      border-radius: 200px; }

@media screen and (max-width: 1024px) {
  html body .wrapper {
    max-width: 100%; }
    html body .wrapper main {
      width: 100%; }
      html body .wrapper main .article-btn-g a {
        padding: 0.3rem 1rem;
        background-color: #949494;
        margin: 1rem;
        font-size: 3vw;
        font-weight: 500;
        color: #ffffff;
        border-radius: 200px; } }

header .header-content {
  width: 96rem;
  height: 10rem;
  position: relative;
  margin: 0 auto; }

header {
  height: 10rem;
  background-color: #ffffff;
  margin-bottom: 12rem;
  box-shadow: 0px 10px 50px -20px #bfbfbf;
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0; }
  header .nav {
    transition: 0.3s ease-out;
    position: fixed;
    left: 0;
    z-index: 9999;
    transform: translateX(100%);
    width: 100%;
    height: 100vh;
    top: 5rem;
    background-color: #ffffff; }
    header .nav.nav-resp {
      transform: translateX(0);
      transition: 0.5s ease-out; }
    header .nav .menu-burger-resp {
      display: none; }
    header .nav ul {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 0;
      position: relative;
      top: 25rem;
      left: 50%;
      width: 80%;
      transform: translate(-50%, -50%);
      margin-top: 10rem; }
      header .nav ul li {
        background-color: #ffffff;
        list-style-type: none;
        transition: 0.5s ease-out;
        text-align: center;
        border-left: 10px solid black;
        border-right: 10px solid black; }
        header .nav ul li a {
          padding: 2rem 2rem;
          display: block;
          color: #000000;
          font-weight: 600;
          font-size: 2.5vw;
          font-weight: bold; }
        header .nav ul li:nth-child(1) {
          border-top: 10px solid black; }
          header .nav ul li:nth-child(1)::after {
            content: "Actualités";
            display: block;
            position: absolute;
            color: white;
            z-index: 9;
            top: -2.5rem;
            font-size: 2.2rem;
            font-family: "Work Sans", sans-serif;
            left: 50%;
            transform: translateX(-50%);
            background-color: black;
            padding: 0.5rem 3rem;
            border-radius: 35px;
            font-weight: bold; }
          header .nav ul li:nth-child(1) a:hover {
            color: #36d7d7; }
        header .nav ul li:nth-child(2) a:hover {
          color: #ff8d33; }
        header .nav ul li:nth-child(3) {
          border-bottom: 10px solid black; }
          header .nav ul li:nth-child(3) a:hover {
            color: #2553a3; }
        header .nav ul li:nth-child(4) {
          line-height: 5.5rem;
          border: none; }
          header .nav ul li:nth-child(4) a:hover {
            color: #ff8d33; }
        header .nav ul li:nth-child(5) {
          border: none;
          background-color: #eaeaea; }
          header .nav ul li:nth-child(5) a:hover {
            color: #ff8d33; }
  header .mainMenu {
    position: absolute;
    right: 0rem;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 999999; }
    header .mainMenu .logo {
      transition: 0.3s ease-out; }
      header .mainMenu .logo a img {
        width: 17.5rem; }
    header .mainMenu .mainMenu-btn {
      display: flex;
      padding-left: 3.5rem; }
      header .mainMenu .mainMenu-btn li {
        margin: 0 1rem;
        list-style-type: none;
        font-size: 1.3rem;
        font-weight: 600;
        padding: 0.5rem 1.2rem;
        border-radius: 14px;
        font-family: "Work Sans", sans-serif; }
        header .mainMenu .mainMenu-btn li a {
          color: white;
          font-weight: 600; }
        header .mainMenu .mainMenu-btn li:nth-child(1) a {
          color: #000000; }
        header .mainMenu .mainMenu-btn li:nth-child(2) {
          background-color: #0c3f98; }
        header .mainMenu .mainMenu-btn li:nth-child(3) {
          background-color: #ff8d33; }
    header .mainMenu .search {
      margin: 1rem;
      height: 3rem; }
      header .mainMenu .search input {
        padding: 0.7rem 1rem;
        border-radius: 14px;
        border: 1px solid #d0d0d0;
        text-align: left;
        width: 14rem;
        font-size: 1.2rem; }
      header .mainMenu .search button {
        display: none; }
    header .mainMenu .mainMenu-rs {
      display: flex;
      padding: 0; }
      header .mainMenu .mainMenu-rs li {
        list-style-type: none;
        padding: 0 0.6rem; }
        header .mainMenu .mainMenu-rs li i {
          font-size: 1.8rem;
          color: #000000; }
    header .mainMenu .burger {
      cursor: pointer;
      height: 2rem;
      width: 4rem;
      z-index: 99999;
      padding: 0 0.5rem;
      position: relative;
      padding-left: 1rem; }
      header .mainMenu .burger span {
        display: block;
        width: 3rem;
        height: 0.3rem;
        background-color: #000;
        position: absolute;
        transition: 0.5s ease-out;
        border-radius: 2px; }
        header .mainMenu .burger span:nth-child(1) {
          top: 0.2rem; }
        header .mainMenu .burger span:nth-child(2) {
          top: 0.9rem; }
        header .mainMenu .burger span:nth-child(3) {
          top: 1.6rem; }
        header .mainMenu .burger span.open {
          transition: 0.5s ease-out; }
        header .mainMenu .burger span:nth-child(1).open {
          transform: rotate(-45deg);
          top: 1rem; }
        header .mainMenu .burger span:nth-child(2).open {
          display: none; }
        header .mainMenu .burger span:nth-child(3).open {
          transform: rotate(45deg);
          top: 1rem; }

@media screen and (max-width: 1024px) {
  header .header-content {
    width: 100% !important; }
    header .header-content .nav {
      position: relative;
      overflow: auto; }
      header .header-content .nav .menu-burger {
        display: none; }
      header .header-content .nav .menu-burger-resp {
        display: block;
        margin-top: 12rem; }
      header .header-content .nav ul {
        width: 100%;
        top: 25rem; }
        header .header-content .nav ul li a {
          font-size: 2.5rem;
          padding: 1rem; }
        header .header-content .nav ul li:nth-child(2) a:hover {
          color: #36d7d7; }
        header .header-content .nav ul li:nth-child(3) a:hover {
          color: #ff8d33; }
        header .header-content .nav ul li:nth-child(4) {
          border-bottom: 1px solid #adadad; }
          header .header-content .nav ul li:nth-child(4) a:hover {
            color: #2553a3; }
        header .header-content .nav ul li:nth-child(5) {
          line-height: 5.5rem;
          background-color: transparent; }
          header .header-content .nav ul li:nth-child(5) a:hover {
            color: #ff8d33; }
        header .header-content .nav ul li:nth-child(6) {
          border: none;
          background-color: #eaeaea; }
          header .header-content .nav ul li:nth-child(6) a:hover {
            color: #ffffff; }
        header .header-content .nav ul li:nth-child(7) {
          border: none; }
        header .header-content .nav ul li:nth-child(8) {
          border: none; }
  header .mainMenu {
    top: 2.8rem !important; }
    header .mainMenu .logo {
      margin-left: 2rem; }
      header .mainMenu .logo a img {
        width: 10rem; }
    header .mainMenu .mainMenu-btn {
      display: none; }
    header .mainMenu .search {
      display: none; }
    header .mainMenu .mainMenu-rs {
      display: none; }
    header .mainMenu .burger {
      position: absolute;
      right: 2rem; } }

footer {
  width: 100%; }
  footer p {
    text-align: center;
    margin: 0;
    padding: 2rem 0; }
  footer .footerRsNl-resp {
    display: none; }
  footer .footerRsNl {
    width: 100%;
    margin-top: 6rem;
    border-radius: 200px 0px 0px 200px;
    background-color: #36d7d7; }
    footer .footerRsNl .newsletterbox {
      width: 100%;
      height: 28rem;
      position: relative;
      display: flex; }
      footer .footerRsNl .newsletterbox .tnp-subscription {
        display: flex;
        justify-content: center; }
        footer .footerRsNl .newsletterbox .tnp-subscription form {
          position: relative;
          margin-top: 4rem;
          width: 35rem; }
          footer .footerRsNl .newsletterbox .tnp-subscription form th {
            display: none; }
          footer .footerRsNl .newsletterbox .tnp-subscription form .tnp-submit {
            color: #000;
            position: absolute;
            top: 0;
            background-color: #ffffff;
            right: 0px;
            border-radius: 0px 100px 100px 0px;
            height: 6rem;
            width: 7rem;
            font-weight: 700;
            font-family: 'Work Sans';
            font-size: 2.5rem; }
          footer .footerRsNl .newsletterbox .tnp-subscription form .tnp-email {
            border-radius: 50px;
            height: 6rem;
            position: absolute;
            width: 35rem;
            top: 0;
            left: 50%;
            transform: translateX(-50%); }
      footer .footerRsNl .newsletterbox .newsletterbox-txt {
        color: white;
        font-family: "Work Sans", sans-serif;
        font-size: 2rem;
        text-align: center;
        height: 28rem;
        padding: 0 6rem;
        width: 50%;
        position: absolute;
        right: 0; }
        footer .footerRsNl .newsletterbox .newsletterbox-txt h3 {
          font-size: 3rem;
          line-height: 0.1rem; }
      footer .footerRsNl .newsletterbox .newsletterbox-rs {
        background-color: #ffffff;
        margin-top: 2rem;
        padding: 3rem 0 3rem 6rem;
        border-radius: 0px 200px 200px 0px;
        box-shadow: 3px 1px 25px -5px rgba(128, 128, 128, 0.75);
        width: 57rem;
        height: 22rem;
        position: absolute;
        bottom: 0; }
        footer .footerRsNl .newsletterbox .newsletterbox-rs p {
          font-size: 3rem;
          font-family: "Work Sans", sans-serif;
          margin: 0; }
        footer .footerRsNl .newsletterbox .newsletterbox-rs ul {
          display: flex;
          padding: 0;
          padding-top: 4rem; }
          footer .footerRsNl .newsletterbox .newsletterbox-rs ul li {
            list-style-type: none;
            padding-right: 3rem; }
  footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #212121;
    padding: 3rem 0;
    margin: 0; }
    footer .footer-menu li {
      list-style-type: none;
      font-size: 1.4rem; }
      footer .footer-menu li::after {
        content: "•";
        color: #ffffff;
        display: inline;
        padding: 0 2rem; }
      footer .footer-menu li:last-child::after {
        content: ""; }
      footer .footer-menu li a {
        color: #ffffff; }
  footer .footerLogo {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
    background-color: #ffffff; }
    footer .footerLogo a:first-child img {
      border-right: 1px solid #cecece; }
    footer .footerLogo a img {
      padding: 0 2rem;
      width: 11rem; }

@media screen and (max-width: 1024px) {
  footer .footerRsNl {
    display: none !important; }
  footer .footerRsNl-resp {
    width: 100%;
    margin-top: 4rem;
    display: block;
    height: 50rem;
    position: relative;
    background-color: #36d7d7; }
    footer .footerRsNl-resp .tnp {
      display: flex;
      justify-content: center; }
    footer .footerRsNl-resp form {
      position: relative;
      margin-top: 4rem;
      width: 30rem; }
      footer .footerRsNl-resp form th {
        display: none; }
      footer .footerRsNl-resp form .tnp-submit {
        color: #000;
        position: absolute;
        top: 0;
        background-color: #ffffff;
        right: 0;
        border-radius: 0px 100px 100px 0px;
        height: 6rem;
        width: 7rem;
        font-weight: 700;
        font-family: 'Work Sans';
        font-size: 2.5rem; }
      footer .footerRsNl-resp form .tnp-email {
        border-radius: 50px;
        height: 6rem;
        position: absolute;
        width: 30rem;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
    footer .footerRsNl-resp .footerRsNl-resp-txt {
      color: white;
      font-family: "Work Sans", sans-serif;
      font-size: 2rem;
      text-align: center;
      padding: 0 3rem;
      margin-top: 4rem; }
      footer .footerRsNl-resp .footerRsNl-resp-txt h3 {
        font-size: 3rem; }
    footer .footerRsNl-resp .footerRsNl-resp-rs {
      background-color: #ffffff;
      margin-top: 2rem;
      position: absolute;
      padding: 2rem 0 2rem 6rem;
      border-radius: 100px 0 0 100px;
      bottom: 0rem;
      right: 0;
      width: 96%; }
      footer .footerRsNl-resp .footerRsNl-resp-rs p {
        font-size: 5vw;
        font-family: "Work Sans", sans-serif;
        margin: 0; }
      footer .footerRsNl-resp .footerRsNl-resp-rs ul {
        display: flex;
        padding: 0;
        padding-top: 1rem; }
        footer .footerRsNl-resp .footerRsNl-resp-rs ul li {
          list-style-type: none;
          padding-right: 3rem; }
  footer .footer-menu li::after {
    content: "•";
    color: #ffffff;
    display: inline;
    padding: 0 0.5rem; } }

main section article {
  position: relative; }
  main section article .article-tag {
    position: absolute;
    left: -10%;
    top: 5%;
    min-width: 15rem;
    background-color: #949494;
    height: 3.5rem;
    vertical-align: middle;
    font-size: 1.8rem;
    line-height: 3.5rem;
    border-radius: 17px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: uppercase; }

@media screen and (max-width: 1024px) {
  main section article .article-tag {
    left: 9%;
    top: -4%; } }

.catArticle {
  margin-top: 2rem; }
  .catArticle .catArticle-title {
    position: relative;
    margin-left: -12rem;
    margin-bottom: 4rem;
    border-radius: 0px 100px 100px 0px;
    height: 8rem;
    width: 50rem;
    background-color: #36d7d7; }
    .catArticle .catArticle-title .catArticle-title-img::after {
      content: "";
      display: block;
      height: 40px;
      border-right: 1px solid #ffffff;
      position: absolute;
      left: 9rem;
      top: 50%;
      transform: translateY(-50%); }
    .catArticle .catArticle-title .catArticle-title-img img {
      position: absolute;
      left: 2rem;
      top: 50%;
      transform: translateY(-50%); }
    .catArticle .catArticle-title h1 {
      font-weight: 700;
      font-family: 'Work Sans';
      font-size: 3rem;
      color: white;
      text-align: left;
      line-height: 8rem;
      padding-left: 12rem; }
  .catArticle .catArticle-box {
    display: flex;
    justify-content: space-between; }
    .catArticle .catArticle-box .catArticle-preview {
      width: 32%;
      background-color: white;
      position: relative; }
      .catArticle .catArticle-box .catArticle-preview .catArticle-img {
        overflow: hidden;
        height: 18rem; }
        .catArticle .catArticle-box .catArticle-preview .catArticle-img img {
          width: 100%;
          transition: 0.6s ease-out; }
          .catArticle .catArticle-box .catArticle-preview .catArticle-img img:hover {
            transform: scale(1.1); }
      .catArticle .catArticle-box .catArticle-preview h2 a {
        font-weight: 700; }
      .catArticle .catArticle-box .catArticle-preview .catArticle-txt {
        padding: 2rem 3rem;
        box-sizing: border-box;
        font-size: 1.5rem;
        position: relative; }
      .catArticle .catArticle-box .catArticle-preview .article-tag {
        position: absolute;
        left: 5%;
        top: -5%;
        min-width: 10rem;
        background-color: #36d7d7;
        height: 3.5rem;
        vertical-align: middle;
        font-size: 1.8rem;
        line-height: 3.5rem;
        border-radius: 17px;
        font-weight: 700;
        color: white;
        text-align: center;
        text-transform: uppercase;
        padding: 0 2rem;
        font-family: 'Work Sans'; }
  .catArticle .catArticle-more {
    width: 30rem;
    margin: 0 auto;
    margin-top: 4rem;
    display: flex;
    justify-content: center; }
    .catArticle .catArticle-more a {
      font-size: 2.4rem;
      color: white;
      padding: 0.5rem 3rem;
      border-radius: 50px;
      transition: 0.3s ease-out; }
      .catArticle .catArticle-more a:hover {
        padding: 0.5rem 4.5rem; }

.cat0 .catArticle-title {
  background-color: #36d7d7 !important; }

.cat0 .catArticle-box .catArticle-preview .article-tag {
  background-color: #36d7d7 !important; }

.cat0 .catArticle-more a {
  background-color: #36d7d7 !important; }

.cat1 .catArticle-title {
  background-color: #ff8d33 !important; }

.cat1 .catArticle-box .catArticle-preview .article-tag {
  background-color: #ff8d33 !important; }

.cat1 .catArticle-more a {
  background-color: #ff8d33 !important; }

.cat2 .catArticle-title {
  background-color: #2553a3 !important; }

.cat2 .catArticle-box .catArticle-preview .article-tag {
  background-color: #2553a3 !important; }

.cat2 .catArticle-more a {
  background-color: #2553a3 !important; }

.pagination {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  padding: 3rem 0; }
  .pagination .current {
    font-weight: bold; }

@media screen and (max-width: 1024px) {
  .catArticle {
    margin-top: 6rem;
    width: 96%; }
    .catArticle .catArticle-title {
      width: 45rem; }
      .catArticle .catArticle-title .catArticle-title-img img {
        left: 11rem; }
      .catArticle .catArticle-title .catArticle-title-img::after {
        left: 17rem; }
      .catArticle .catArticle-title h1 {
        margin-left: 6rem;
        font-size: 2rem; }
    .catArticle .catArticle-box {
      display: flex;
      flex-wrap: wrap; }
      .catArticle .catArticle-box .catArticle-preview {
        width: 100%;
        margin-bottom: 2rem; }
        .catArticle .catArticle-box .catArticle-preview img {
          width: 100%;
          height: auto; }
        .catArticle .catArticle-box .catArticle-preview .article-tag {
          position: absolute;
          left: 2%;
          top: -4%; } }

.homepage section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .homepage section .footerRsNl-resp {
    display: none; }
  .homepage section .mouveuDesc {
    background-color: #ff8d33;
    font-size: 2rem;
    font-family: 'Work Sans';
    font-weight: 600;
    margin-top: 6rem;
    text-align: center;
    color: white;
    padding: 2rem 3rem; }
    .homepage section .mouveuDesc h3 {
      font-size: 3rem;
      font-weight: 400;
      margin: 0;
      margin-bottom: 2rem; }
  .homepage section .reseauDecouvrir {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10rem;
    position: relative; }
    .homepage section .reseauDecouvrir div {
      width: 42rem;
      height: 42rem;
      background-color: #ffffff;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      -ms-flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 3rem;
      font-size: 1.8rem;
      text-align: center;
      font-family: 'Work Sans', sans-serif; }
      .homepage section .reseauDecouvrir div h3 {
        font-size: 2.6rem;
        margin: 0; }
      .homepage section .reseauDecouvrir div a {
        color: #ffffff;
        padding: 0.2rem 3rem;
        border-radius: 30px; }
      .homepage section .reseauDecouvrir div p {
        margin: 0 0 4rem 0; }
      .homepage section .reseauDecouvrir div:first-child::before {
        content: "";
        display: block;
        width: 45rem;
        position: absolute;
        height: 18rem;
        top: -40px;
        left: -110px;
        z-index: -1;
        background-color: #1fd2d2;
        border-radius: 0px 100px 100px 0px; }
      .homepage section .reseauDecouvrir div:first-child a {
        background-color: #36d7d7; }
      .homepage section .reseauDecouvrir div:last-child::after {
        content: "";
        display: block;
        width: 45rem;
        position: absolute;
        height: 18rem;
        bottom: -40px;
        right: -110px;
        z-index: -1;
        background-color: #0c3f98;
        border-radius: 100px 0px 0px 100px; }
      .homepage section .reseauDecouvrir div:last-child a {
        background-color: #2553a3; }
  .homepage section .onlineCommu {
    width: 100%;
    margin: 0 auto;
    background-color: #d5d5d5;
    text-align: center;
    margin-top: 6rem; }
    .homepage section .onlineCommu h2 {
      color: #000000;
      font-size: 3rem;
      font-weight: 500; }
    .homepage section .onlineCommu .onlineCommu-btn {
      display: flex;
      justify-content: space-between;
      padding: 2rem 5rem; }
      .homepage section .onlineCommu .onlineCommu-btn div {
        background-color: #36d7d7;
        border-radius: 50px;
        padding: 0.5rem; }
        .homepage section .onlineCommu .onlineCommu-btn div a {
          color: white;
          font-size: 2rem;
          padding: 0 2rem;
          font-weight: 500; }
  .homepage section .footerRsNl {
    width: 100%;
    margin-top: 6rem;
    border-radius: 200px 0px 0px 200px;
    background-color: #36d7d7; }
    .homepage section .footerRsNl .newsletterbox {
      width: 100%;
      height: 28rem;
      position: relative;
      display: flex; }
      .homepage section .footerRsNl .newsletterbox::after {
        content: "";
        display: block;
        right: -120px;
        background-color: #36d7d7;
        width: 12rem;
        position: absolute;
        height: 28rem; }
      .homepage section .footerRsNl .newsletterbox .tnp-subscription {
        display: flex;
        justify-content: center; }
        .homepage section .footerRsNl .newsletterbox .tnp-subscription form {
          position: relative;
          margin-top: 4rem;
          width: 35rem; }
          .homepage section .footerRsNl .newsletterbox .tnp-subscription form th {
            display: none; }
          .homepage section .footerRsNl .newsletterbox .tnp-subscription form .tnp-submit {
            color: #000;
            position: absolute;
            top: 0;
            background-color: #ffffff;
            right: 0px;
            border-radius: 0px 100px 100px 0px;
            height: 6rem;
            width: 7rem;
            font-weight: 700;
            font-family: 'Work Sans';
            font-size: 2.5rem; }
          .homepage section .footerRsNl .newsletterbox .tnp-subscription form .tnp-email {
            border-radius: 50px;
            height: 6rem;
            position: absolute;
            width: 35rem;
            top: 0;
            left: 50%;
            transform: translateX(-50%); }
      .homepage section .footerRsNl .newsletterbox .newsletterbox-txt {
        color: white;
        font-family: "Work Sans", sans-serif;
        font-size: 2rem;
        text-align: center;
        height: 28rem;
        width: 50%;
        position: absolute;
        right: 0; }
        .homepage section .footerRsNl .newsletterbox .newsletterbox-txt h3 {
          font-size: 3rem;
          line-height: 0.1rem; }
      .homepage section .footerRsNl .newsletterbox .newsletterbox-rs {
        background-color: #ffffff;
        margin-top: 2rem;
        padding: 3rem 0 3rem 6rem;
        border-radius: 0px 200px 200px 0px;
        box-shadow: 3px 1px 25px -5px rgba(128, 128, 128, 0.75);
        width: 57rem;
        height: 22rem;
        position: absolute;
        bottom: 0;
        left: -12rem; }
        .homepage section .footerRsNl .newsletterbox .newsletterbox-rs p {
          font-size: 3rem;
          font-family: "Work Sans", sans-serif;
          margin: 0; }
        .homepage section .footerRsNl .newsletterbox .newsletterbox-rs ul {
          display: flex;
          padding: 0;
          padding-top: 4rem; }
          .homepage section .footerRsNl .newsletterbox .newsletterbox-rs ul li {
            list-style-type: none;
            padding-right: 3rem; }

@media screen and (max-width: 1024px) {
  .homepage section .mouveuDesc {
    font-size: 1.5rem;
    width: 96%;
    margin-top: 15rem !important; }
    .homepage section .mouveuDesc h3 {
      font-size: 2rem; }
  .homepage section .newsletter .newsletterbox .newsletterbox-rs {
    bottom: -10rem !important; }
  .homepage section .reseauDecouvrir {
    flex-direction: column;
    -ms-flex-direction: column;
    width: 96%;
    align-items: center; }
    .homepage section .reseauDecouvrir div {
      width: 35rem;
      height: 35rem;
      margin-top: 3rem; }
      .homepage section .reseauDecouvrir div:last-child::after {
        right: -20px; }
  .homepage section .onlineCommu {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    margin-top: 6rem; }
    .homepage section .onlineCommu h2 {
      font-size: 2rem;
      font-weight: 500; }
    .homepage section .onlineCommu .onlineCommu-btn {
      flex-direction: column;
      -ms-flex-direction: column; }
      .homepage section .onlineCommu .onlineCommu-btn div {
        margin-bottom: 2rem; }
        .homepage section .onlineCommu .onlineCommu-btn div a {
          font-size: 1.5rem; }
  .homepage section .footerRsNl {
    display: none !important; }
  .homepage section .footerRsNl-resp {
    width: 96%;
    margin-top: 4rem;
    display: block;
    height: 50rem;
    position: relative;
    background-color: #36d7d7; }
    .homepage section .footerRsNl-resp .tnp {
      display: flex;
      justify-content: center; }
    .homepage section .footerRsNl-resp form {
      position: relative;
      margin-top: 4rem;
      width: 30rem; }
      .homepage section .footerRsNl-resp form th {
        display: none; }
      .homepage section .footerRsNl-resp form .tnp-submit {
        color: #000;
        position: absolute;
        top: 0;
        background-color: #ffffff;
        right: 0;
        border-radius: 0px 100px 100px 0px;
        height: 6rem;
        width: 7rem;
        font-weight: 700;
        font-family: 'Work Sans';
        font-size: 2.5rem; }
      .homepage section .footerRsNl-resp form .tnp-email {
        border-radius: 50px;
        height: 6rem;
        position: absolute;
        width: 30rem;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
    .homepage section .footerRsNl-resp .footerRsNl-resp-txt {
      color: white;
      font-family: "Work Sans", sans-serif;
      font-size: 2rem;
      text-align: center;
      padding: 0 3rem;
      margin-top: 4rem; }
      .homepage section .footerRsNl-resp .footerRsNl-resp-txt h3 {
        font-size: 3rem;
        line-height: 0.1rem; }
    .homepage section .footerRsNl-resp .footerRsNl-resp-rs {
      background-color: #ffffff;
      margin-top: 2rem;
      position: absolute;
      padding: 2rem 0 2rem 6rem;
      border-radius: 100px 0 0 100px;
      bottom: 0rem;
      right: 0;
      width: 96%; }
      .homepage section .footerRsNl-resp .footerRsNl-resp-rs p {
        font-size: 2rem;
        font-family: "Work Sans", sans-serif;
        margin: 0; }
      .homepage section .footerRsNl-resp .footerRsNl-resp-rs ul {
        display: flex;
        padding: 0;
        padding-top: 1rem; }
        .homepage section .footerRsNl-resp .footerRsNl-resp-rs ul li {
          list-style-type: none;
          padding-right: 3rem; } }

.partners {
  border: 1px solid #dedede;
  padding: 2rem; }
  .partners .partners-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    padding: 2rem; }
    .partners .partners-box:last-child {
      border: none; }
    .partners .partners-box .logo-partner {
      width: 19rem;
      padding: 2rem 0; }
    .partners .partners-box .text-partner {
      width: 60rem; }
      .partners .partners-box .text-partner h3 {
        font-size: 2.4rem;
        margin: 0; }
      .partners .partners-box .text-partner p {
        font-size: 1.7rem; }

.category main, .tag main {
  margin-top: 12rem !important; }
  .category main h1, .tag main h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 3.5rem; }
  .category main .category-header, .tag main .category-header {
    text-align: center; }
    .category main .category-header h1, .tag main .category-header h1 {
      margin: 0;
      padding: 4rem 12rem;
      background-color: #ffffff;
      font-weight: bold;
      font-size: 4rem;
      color: #000000; }
    .category main .category-header p, .tag main .category-header p {
      font-size: 2rem;
      font-weight: 600;
      width: 90%;
      margin: 2rem auto; }
  .category main .category-box, .tag main .category-box {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .category main .category-box .category-preview, .tag main .category-box .category-preview {
      width: 49%;
      background-color: #ffffff;
      margin-bottom: 2rem; }
      .category main .category-box .category-preview h2, .tag main .category-box .category-preview h2 {
        font-size: 2.5rem; }
      .category main .category-box .category-preview p, .tag main .category-box .category-preview p {
        font-size: 1.5rem; }
      .category main .category-box .category-preview .category-img, .tag main .category-box .category-preview .category-img {
        overflow: hidden;
        height: 28rem; }
        .category main .category-box .category-preview .category-img img, .tag main .category-box .category-preview .category-img img {
          width: 100%;
          transition: 0.6s ease-out; }
          .category main .category-box .category-preview .category-img img:hover, .tag main .category-box .category-preview .category-img img:hover {
            transform: scale(1.1); }
      .category main .category-box .category-preview .category-txt, .tag main .category-box .category-preview .category-txt {
        position: relative;
        padding: 3rem 4rem;
        height: 34rem; }
        .category main .category-box .category-preview .category-txt h2 a, .tag main .category-box .category-preview .category-txt h2 a {
          font-weight: 700; }
      .category main .category-box .category-preview .article-tag, .tag main .category-box .category-preview .article-tag {
        left: 9%;
        top: -5%;
        position: absolute;
        min-width: 10rem;
        height: 3.5rem;
        vertical-align: middle;
        font-size: 1.8rem;
        line-height: 3.5rem;
        border-radius: 17px;
        font-weight: 700;
        color: white;
        text-align: center;
        text-transform: uppercase;
        padding: 0 2rem;
        font-family: 'Work Sans'; }

.article-tag {
  background-color: #949494; }

.category-2 .article-tag {
  background-color: #2553a3; }

.category-4 .article-tag {
  background-color: #36d7d7; }

.category-3 .article-tag {
  background-color: #ff8d33; }

@media screen and (max-width: 1024px) {
  .category main .category-header p, .tag main .category-header p {
    font-size: 1.5rem; }
  .category main .category-header h1, .tag main .category-header h1 {
    padding: 4rem 0.3rem;
    font-size: 2.5rem; }
  .category-preview {
    width: 100% !important; }
    .category-preview .category-txt {
      height: auto !important; }
    .category-preview .category-img {
      height: auto; }
      .category-preview .category-img img {
        min-height: auto !important; } }

.alaune {
  height: 45rem;
  width: 100%;
  display: flex;
  background-color: #ffffff;
  margin-top: 15rem; }
  .alaune::before {
    content: "";
    display: block;
    width: 18rem;
    position: absolute;
    height: 32rem;
    top: -19rem;
    left: -8rem;
    z-index: -1;
    background-color: #36d7d7;
    border-radius: 80px; }
  .alaune::after {
    content: "";
    display: block;
    width: 18rem;
    position: absolute;
    height: 45rem;
    bottom: -30rem;
    right: 0;
    z-index: -1;
    background-color: #ff8d33;
    border-radius: 80px; }
  .alaune .alaune-img {
    width: 50%;
    overflow: hidden; }
    .alaune .alaune-img a img {
      max-width: inherit;
      min-height: 45rem;
      max-height: 45rem;
      transition: 0.6s ease-out; }
      .alaune .alaune-img a img:hover {
        transform: scale(1.1); }
  .alaune .alaune-txt {
    width: 50%;
    padding: 5rem 4rem 2rem 4rem;
    position: relative; }
    .alaune .alaune-txt h2 {
      font-size: 2.6rem; }
      .alaune .alaune-txt h2 a {
        font-weight: 700; }
      .alaune .alaune-txt h2 span {
        font-weight: 500; }
    .alaune .alaune-txt p {
      font-size: 1.5rem; }

.rejoindre {
  width: 100%;
  display: flex;
  margin-top: 6rem;
  justify-content: space-between;
  align-items: center; }
  .rejoindre .joinbox {
    width: 45rem;
    height: 45rem;
    background-color: white;
    border-radius: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column; }
    .rejoindre .joinbox .joinbox-txt {
      color: black;
      font-family: "Work Sans", sans-serif;
      font-size: 2rem;
      text-align: center; }
      .rejoindre .joinbox .joinbox-txt h3 {
        font-size: 3rem;
        font-weight: 500; }
      .rejoindre .joinbox .joinbox-txt .joinbox-btn p {
        padding: 0.2rem 1rem;
        border-radius: 50px;
        margin-top: 2rem;
        width: 17rem;
        margin: 2rem auto;
        background-color: #2553a3; }
        .rejoindre .joinbox .joinbox-txt .joinbox-btn p a {
          color: #ffffff;
          padding: 0px 3rem; }
        .rejoindre .joinbox .joinbox-txt .joinbox-btn p:last-child {
          background-color: #ff8d33; }
          .rejoindre .joinbox .joinbox-txt .joinbox-btn p:last-child a {
            padding: 0 !important; }

.newsletter {
  width: 100%;
  display: flex;
  margin-top: 6rem;
  justify-content: space-between;
  margin-bottom: 8rem; }
  .newsletter .newsletterbox {
    width: 45rem;
    height: 45rem;
    background-color: #36d7d7;
    position: relative; }
    .newsletter .newsletterbox form {
      position: relative;
      margin-top: 4rem; }
      .newsletter .newsletterbox form th {
        display: none; }
      .newsletter .newsletterbox form .tnp-submit {
        color: #000;
        position: absolute;
        top: 0;
        background-color: #ffffff;
        right: 50px;
        border-radius: 0px 100px 100px 0px;
        height: 6rem;
        width: 7rem;
        font-weight: 700;
        font-family: 'Work Sans';
        font-size: 2.5rem; }
      .newsletter .newsletterbox form .tnp-email {
        border-radius: 50px;
        height: 6rem;
        position: absolute;
        width: 35rem;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
    .newsletter .newsletterbox .newsletterbox-txt {
      color: white;
      font-family: "Work Sans", sans-serif;
      font-size: 2rem;
      text-align: center;
      margin-top: 8rem; }
      .newsletter .newsletterbox .newsletterbox-txt h3 {
        font-size: 3rem;
        line-height: 0.1rem; }
    .newsletter .newsletterbox .newsletterbox-rs {
      background-color: #ffffff;
      margin-top: 2rem;
      position: absolute;
      bottom: -11rem;
      padding: 3rem 0 3rem 6rem;
      border-radius: 100px 0 0 100px;
      width: 57rem; }
      .newsletter .newsletterbox .newsletterbox-rs p {
        font-size: 3rem;
        font-family: "Work Sans", sans-serif;
        margin: 0; }
      .newsletter .newsletterbox .newsletterbox-rs ul {
        display: flex;
        padding: 0;
        padding-top: 1rem; }
        .newsletter .newsletterbox .newsletterbox-rs ul li {
          list-style-type: none;
          padding-right: 3rem; }

.enavant {
  width: 49%;
  background-color: #ffffff; }
  .enavant h2 {
    font-size: 2.5rem; }
    .enavant h2 a {
      font-weight: 700; }
  .enavant p {
    font-size: 1.5rem; }
  .enavant .enavant-img {
    overflow: hidden; }
    .enavant .enavant-img img {
      width: 100%;
      transition: 0.6s ease-out; }
      .enavant .enavant-img img:hover {
        transform: scale(1.1); }
  .enavant .enavant-txt {
    position: relative;
    padding: 3rem 4rem; }
  .enavant .article-tag {
    left: 9%;
    top: -5%; }

@media screen and (max-width: 1024px) {
  .alaune {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    height: auto;
    width: 96% !important; }
    .alaune .alaune-img {
      width: 100%;
      max-height: 45rem; }
      .alaune .alaune-img a img {
        width: 100%;
        max-height: inherit;
        min-height: auto; }
    .alaune .alaune-txt {
      width: 100%;
      padding: 3rem 4rem; }
  .rejoindre {
    flex-direction: column;
    -ms-flex-direction: column;
    width: 96%; }
    .rejoindre .joinbox {
      width: 37rem;
      height: 37rem;
      margin-top: 3rem; }
      .rejoindre .joinbox .joinbox-txt {
        position: relative; }
        .rejoindre .joinbox .joinbox-txt h3 {
          font-size: 2.5rem; }
  .enavant {
    width: 100%; }
    .enavant .article-tag {
      left: 9%;
      top: -4%; }
    .enavant .enavant-txt h2 {
      font-size: 2rem; }
  .newsletter {
    width: 96%;
    flex-direction: column;
    -ms-flex-direction: column; }
    .newsletter .newsletterbox {
      width: 100%;
      margin-top: 4rem; }
      .newsletter .newsletterbox .newsletterbox-txt .tnp-subscription {
        display: flex;
        justify-content: center; }
        .newsletter .newsletterbox .newsletterbox-txt .tnp-subscription form {
          margin-top: 4rem;
          width: 30rem; }
          .newsletter .newsletterbox .newsletterbox-txt .tnp-subscription form .tnp-email {
            width: 30rem; }
          .newsletter .newsletterbox .newsletterbox-txt .tnp-subscription form .tnp-submit {
            right: 0px; }
      .newsletter .newsletterbox .newsletterbox-rs {
        bottom: -4rem;
        width: 100%; }
        .newsletter .newsletterbox .newsletterbox-rs p {
          font-size: 2rem; } }

.page-id-47, .page-id-45 {
  background-color: #ffffff; }
  .page-id-47 article #nf-form-2-cont, .page-id-47 article #nf-form-3-cont, .page-id-45 article #nf-form-2-cont, .page-id-45 article #nf-form-3-cont {
    width: 90%;
    margin: 0 auto;
    border: 2px solid #eaeaea;
    padding: 5rem; }
    .page-id-47 article #nf-form-2-cont .nf-form-fields-required, .page-id-47 article #nf-form-3-cont .nf-form-fields-required, .page-id-45 article #nf-form-2-cont .nf-form-fields-required, .page-id-45 article #nf-form-3-cont .nf-form-fields-required {
      padding: 2rem 0; }
    .page-id-47 article #nf-form-2-cont .nf-form-content hr, .page-id-47 article #nf-form-3-cont .nf-form-content hr, .page-id-45 article #nf-form-2-cont .nf-form-content hr, .page-id-45 article #nf-form-3-cont .nf-form-content hr {
      border: 0;
      border-bottom: 1px #eaeaea solid; }
    .page-id-47 article #nf-form-2-cont .nf-form-content #nf-field-20-container, .page-id-47 article #nf-form-3-cont .nf-form-content #nf-field-20-container, .page-id-45 article #nf-form-2-cont .nf-form-content #nf-field-20-container, .page-id-45 article #nf-form-3-cont .nf-form-content #nf-field-20-container {
      margin: 0; }
    .page-id-47 article #nf-form-2-cont .nf-form-content #nf-field-18-wrap, .page-id-47 article #nf-form-3-cont .nf-form-content #nf-field-18-wrap, .page-id-45 article #nf-form-2-cont .nf-form-content #nf-field-18-wrap, .page-id-45 article #nf-form-3-cont .nf-form-content #nf-field-18-wrap {
      margin: 6rem; }
    .page-id-47 article #nf-form-2-cont .nf-form-content #nf-field-21-wrap ul, .page-id-47 article #nf-form-3-cont .nf-form-content #nf-field-21-wrap ul, .page-id-45 article #nf-form-2-cont .nf-form-content #nf-field-21-wrap ul, .page-id-45 article #nf-form-3-cont .nf-form-content #nf-field-21-wrap ul {
      display: block; }
      .page-id-47 article #nf-form-2-cont .nf-form-content #nf-field-21-wrap ul li, .page-id-47 article #nf-form-3-cont .nf-form-content #nf-field-21-wrap ul li, .page-id-45 article #nf-form-2-cont .nf-form-content #nf-field-21-wrap ul li, .page-id-45 article #nf-form-3-cont .nf-form-content #nf-field-21-wrap ul li {
        display: block; }
        .page-id-47 article #nf-form-2-cont .nf-form-content #nf-field-21-wrap ul li label, .page-id-47 article #nf-form-3-cont .nf-form-content #nf-field-21-wrap ul li label, .page-id-45 article #nf-form-2-cont .nf-form-content #nf-field-21-wrap ul li label, .page-id-45 article #nf-form-3-cont .nf-form-content #nf-field-21-wrap ul li label {
          margin-left: 2.5em;
          font-weight: 300; }
    .page-id-47 article #nf-form-2-cont .nf-form-content #nf-field-10-wrap .nf-field-label, .page-id-47 article #nf-form-3-cont .nf-form-content #nf-field-10-wrap .nf-field-label, .page-id-45 article #nf-form-2-cont .nf-form-content #nf-field-10-wrap .nf-field-label, .page-id-45 article #nf-form-3-cont .nf-form-content #nf-field-10-wrap .nf-field-label {
      text-align: left; }
      .page-id-47 article #nf-form-2-cont .nf-form-content #nf-field-10-wrap .nf-field-label label, .page-id-47 article #nf-form-3-cont .nf-form-content #nf-field-10-wrap .nf-field-label label, .page-id-45 article #nf-form-2-cont .nf-form-content #nf-field-10-wrap .nf-field-label label, .page-id-45 article #nf-form-3-cont .nf-form-content #nf-field-10-wrap .nf-field-label label {
        font-weight: 300; }
    .page-id-47 article #nf-form-2-cont .nf-form-content .nf-field-element label, .page-id-47 article #nf-form-3-cont .nf-form-content .nf-field-element label, .page-id-45 article #nf-form-2-cont .nf-form-content .nf-field-element label, .page-id-45 article #nf-form-3-cont .nf-form-content .nf-field-element label {
      font-size: 2rem;
      font-weight: 300; }
    .page-id-47 article #nf-form-2-cont .nf-form-content .nf-field-element ul, .page-id-47 article #nf-form-3-cont .nf-form-content .nf-field-element ul, .page-id-45 article #nf-form-2-cont .nf-form-content .nf-field-element ul, .page-id-45 article #nf-form-3-cont .nf-form-content .nf-field-element ul {
      display: flex;
      flex-wrap: wrap; }
      .page-id-47 article #nf-form-2-cont .nf-form-content .nf-field-element ul li, .page-id-47 article #nf-form-3-cont .nf-form-content .nf-field-element ul li, .page-id-45 article #nf-form-2-cont .nf-form-content .nf-field-element ul li, .page-id-45 article #nf-form-3-cont .nf-form-content .nf-field-element ul li {
        display: flex; }
    .page-id-47 article #nf-form-2-cont .nf-form-content .nf-field-element input[type='button'], .page-id-47 article #nf-form-3-cont .nf-form-content .nf-field-element input[type='button'], .page-id-45 article #nf-form-2-cont .nf-form-content .nf-field-element input[type='button'], .page-id-45 article #nf-form-3-cont .nf-form-content .nf-field-element input[type='button'] {
      background-color: #36d7d7;
      color: white;
      padding: 0.8rem 2rem;
      border-radius: 40px;
      position: absolute;
      right: 0;
      cursor: pointer;
      transition: 0.3s ease-out; }
      .page-id-47 article #nf-form-2-cont .nf-form-content .nf-field-element input[type='button']:hover, .page-id-47 article #nf-form-3-cont .nf-form-content .nf-field-element input[type='button']:hover, .page-id-45 article #nf-form-2-cont .nf-form-content .nf-field-element input[type='button']:hover, .page-id-45 article #nf-form-3-cont .nf-form-content .nf-field-element input[type='button']:hover {
        background-color: #2553a3; }
    .page-id-47 article #nf-form-2-cont .nf-form-content .nf-field-element input[type='radio'], .page-id-47 article #nf-form-3-cont .nf-form-content .nf-field-element input[type='radio'], .page-id-45 article #nf-form-2-cont .nf-form-content .nf-field-element input[type='radio'], .page-id-45 article #nf-form-3-cont .nf-form-content .nf-field-element input[type='radio'] {
      position: relative;
      left: 2.5rem;
      top: 0.5rem; }
      .page-id-47 article #nf-form-2-cont .nf-form-content .nf-field-element input[type='radio']::after, .page-id-47 article #nf-form-3-cont .nf-form-content .nf-field-element input[type='radio']::after, .page-id-45 article #nf-form-2-cont .nf-form-content .nf-field-element input[type='radio']::after, .page-id-45 article #nf-form-3-cont .nf-form-content .nf-field-element input[type='radio']::after {
        content: "";
        display: block;
        width: 2rem;
        height: 2rem;
        background-color: white;
        border: 2px solid #36d7d7;
        border-radius: 20px;
        position: absolute;
        cursor: pointer;
        left: -45%;
        top: -45%; }
      .page-id-47 article #nf-form-2-cont .nf-form-content .nf-field-element input[type='radio']:checked::after, .page-id-47 article #nf-form-3-cont .nf-form-content .nf-field-element input[type='radio']:checked::after, .page-id-45 article #nf-form-2-cont .nf-form-content .nf-field-element input[type='radio']:checked::after, .page-id-45 article #nf-form-3-cont .nf-form-content .nf-field-element input[type='radio']:checked::after {
        content: "✔";
        color: #36d7d7;
        text-align: center;
        line-height: 1.8rem;
        font-size: 1.2rem; }
    .page-id-47 article #nf-form-2-cont .nf-form-content .nf-field-element .nf-element, .page-id-47 article #nf-form-3-cont .nf-form-content .nf-field-element .nf-element, .page-id-45 article #nf-form-2-cont .nf-form-content .nf-field-element .nf-element, .page-id-45 article #nf-form-3-cont .nf-form-content .nf-field-element .nf-element {
      border: none;
      font-size: 1.5rem;
      transition: 0.6s ease-out;
      padding: 1rem;
      background-color: #f8f8f8; }
      .page-id-47 article #nf-form-2-cont .nf-form-content .nf-field-element .nf-element:focus, .page-id-47 article #nf-form-3-cont .nf-form-content .nf-field-element .nf-element:focus, .page-id-45 article #nf-form-2-cont .nf-form-content .nf-field-element .nf-element:focus, .page-id-45 article #nf-form-3-cont .nf-form-content .nf-field-element .nf-element:focus {
        border-left: 2px solid #36d7d7; }

@media screen and (max-width: 1024px) {
  #nf-form-2-cont, #nf-form-3-cont {
    width: 100% !important;
    padding: 2rem !important; }
    #nf-form-2-cont .nf-field-element input[type='radio']::after, #nf-form-3-cont .nf-field-element input[type='radio']::after {
      display: none !important; } }

.single {
  background-color: #ffffff; }
  .single .post {
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    font-size: 1.4rem;
    margin-top: 10rem; }
    .single .post h1 {
      font-size: 3rem;
      text-align: center;
      max-width: 70rem;
      margin: 3rem auto; }
      .single .post h1 a {
        font-weight: 700; }
    .single .post p a {
      color: #36d7d7; }
    .single .post .singlethumbnail {
      max-height: 55rem;
      overflow: hidden; }
      .single .post .singlethumbnail img {
        width: 100%; }
    .single .post .text-content {
      width: 90%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .single .post .text-content ul {
        font-size: 1.7rem; }
      .single .post .text-content .chapeau {
        font-size: 1.2rem;
        padding: 1rem 0;
        border-bottom: 1px solid #f2f2f2; }
    .single .post h3 {
      width: 100%; }
    .single .post p {
      font-size: 1.7rem;
      width: 100%; }
      .single .post p iframe {
        width: 100% !important; }

#nf-form-1-cont .nf-form-title {
  display: none; }

.nf-form-content .nf-field-label {
  font-family: arial;
  font-size: 2rem; }

.nf-form-content .nf-element {
  border: none;
  font-size: 1.5rem;
  border-bottom: 2px solid gray;
  transition: 0.6s ease-out; }
  .nf-form-content .nf-element#nf-field-4 {
    width: 20rem;
    border: none !important;
    padding: 2rem; }
    .nf-form-content .nf-element#nf-field-4:hover {
      background-color: #42f483; }

.nf-form-content .nf-error .ninja-forms-field {
  border: none !important;
  border-bottom: 2px solid #f4425c !important; }

.page-id-41, .page-id-142, .page-id-49, .page-id-148, .page-id-47, .page-id-45, .page-id-88, .page-id-86, .page-id-44308, .search {
  background-color: #ffffff; }
  .page-id-41 section, .page-id-142 section, .page-id-49 section, .page-id-148 section, .page-id-47 section, .page-id-45 section, .page-id-88 section, .page-id-86 section, .page-id-44308 section, .search section {
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    font-size: 1.4rem;
    margin-top: 10rem; }
    .page-id-41 section h1, .page-id-142 section h1, .page-id-49 section h1, .page-id-148 section h1, .page-id-47 section h1, .page-id-45 section h1, .page-id-88 section h1, .page-id-86 section h1, .page-id-44308 section h1, .search section h1 {
      font-size: 4rem;
      text-align: center;
      max-width: 70rem;
      margin: 3rem auto; }
      .page-id-41 section h1 a, .page-id-142 section h1 a, .page-id-49 section h1 a, .page-id-148 section h1 a, .page-id-47 section h1 a, .page-id-45 section h1 a, .page-id-88 section h1 a, .page-id-86 section h1 a, .page-id-44308 section h1 a, .search section h1 a {
        color: #000000; }
    .page-id-41 section .singlethumbnail, .page-id-142 section .singlethumbnail, .page-id-49 section .singlethumbnail, .page-id-148 section .singlethumbnail, .page-id-47 section .singlethumbnail, .page-id-45 section .singlethumbnail, .page-id-88 section .singlethumbnail, .page-id-86 section .singlethumbnail, .page-id-44308 section .singlethumbnail, .search section .singlethumbnail {
      max-height: 40rem;
      overflow: hidden; }
      .page-id-41 section .singlethumbnail a img, .page-id-142 section .singlethumbnail a img, .page-id-49 section .singlethumbnail a img, .page-id-148 section .singlethumbnail a img, .page-id-47 section .singlethumbnail a img, .page-id-45 section .singlethumbnail a img, .page-id-88 section .singlethumbnail a img, .page-id-86 section .singlethumbnail a img, .page-id-44308 section .singlethumbnail a img, .search section .singlethumbnail a img {
        width: 100%; }
    .page-id-41 section .text-content, .page-id-142 section .text-content, .page-id-49 section .text-content, .page-id-148 section .text-content, .page-id-47 section .text-content, .page-id-45 section .text-content, .page-id-88 section .text-content, .page-id-86 section .text-content, .page-id-44308 section .text-content, .search section .text-content {
      width: 90%;
      margin: 0 auto;
      margin-top: 5rem; }
      .page-id-41 section .text-content a, .page-id-142 section .text-content a, .page-id-49 section .text-content a, .page-id-148 section .text-content a, .page-id-47 section .text-content a, .page-id-45 section .text-content a, .page-id-88 section .text-content a, .page-id-86 section .text-content a, .page-id-44308 section .text-content a, .search section .text-content a {
        color: #36d7d7; }
      .page-id-41 section .text-content .article-btn-g a, .page-id-142 section .text-content .article-btn-g a, .page-id-49 section .text-content .article-btn-g a, .page-id-148 section .text-content .article-btn-g a, .page-id-47 section .text-content .article-btn-g a, .page-id-45 section .text-content .article-btn-g a, .page-id-88 section .text-content .article-btn-g a, .page-id-86 section .text-content .article-btn-g a, .page-id-44308 section .text-content .article-btn-g a, .search section .text-content .article-btn-g a {
        color: white; }
      .page-id-41 section .text-content .chapeau, .page-id-142 section .text-content .chapeau, .page-id-49 section .text-content .chapeau, .page-id-148 section .text-content .chapeau, .page-id-47 section .text-content .chapeau, .page-id-45 section .text-content .chapeau, .page-id-88 section .text-content .chapeau, .page-id-86 section .text-content .chapeau, .page-id-44308 section .text-content .chapeau, .search section .text-content .chapeau {
        font-size: 1.2rem;
        padding: 1rem 0;
        border-bottom: 1px solid #f2f2f2; }
    .page-id-41 section h3, .page-id-142 section h3, .page-id-49 section h3, .page-id-148 section h3, .page-id-47 section h3, .page-id-45 section h3, .page-id-88 section h3, .page-id-86 section h3, .page-id-44308 section h3, .search section h3 {
      font-size: 2.4rem; }
    .page-id-41 section p, .page-id-142 section p, .page-id-49 section p, .page-id-148 section p, .page-id-47 section p, .page-id-45 section p, .page-id-88 section p, .page-id-86 section p, .page-id-44308 section p, .search section p {
      font-size: 1.7rem; }

.search h2 a {
  font-weight: 600; }

.page-id-148 .article-btn-g {
  justify-content: left; }

.euroclic {
  width: 100%;
  margin-top: 6rem;
  padding: 3rem 0rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .euroclic .euroclic-main {
    width: 64rem;
    background-color: #ffffff;
    padding: 3rem 0 7rem 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: relative;
    overflow: hidden; }
    .euroclic .euroclic-main .euroclic-logo {
      width: 29rem; }
    .euroclic .euroclic-main .euroclic-alaune {
      display: flex;
      width: 100%;
      padding: 1.5rem;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 5rem 1.5rem; }
      .euroclic .euroclic-main .euroclic-alaune .euroclic-alaune-bloc {
        width: 49%;
        background-color: #ffffff;
        box-shadow: 7px 11px 7px -4px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 10; }
        .euroclic .euroclic-main .euroclic-alaune .euroclic-alaune-bloc .euroclic-alaune-img {
          height: 140px;
          overflow: hidden;
          z-index: 10; }
          .euroclic .euroclic-main .euroclic-alaune .euroclic-alaune-bloc .euroclic-alaune-img img {
            min-height: 140px;
            width: 100%;
            z-index: 10; }
        .euroclic .euroclic-main .euroclic-alaune .euroclic-alaune-bloc .euroclic-alaune-txt {
          padding: 2rem; }
          .euroclic .euroclic-main .euroclic-alaune .euroclic-alaune-bloc .euroclic-alaune-txt h2 {
            font-size: 2.4rem; }
            .euroclic .euroclic-main .euroclic-alaune .euroclic-alaune-bloc .euroclic-alaune-txt h2 a {
              color: #000000;
              font-weight: 700; }
        .euroclic .euroclic-main .euroclic-alaune .euroclic-alaune-bloc:last-child::before {
          content: "";
          display: block;
          background-image: url("../../img/cercle_middle.png");
          width: 8rem;
          height: 8rem;
          position: absolute;
          z-index: -1;
          top: -4rem;
          right: 3rem;
          background-size: cover; }
    .euroclic .euroclic-main::after {
      content: "";
      display: block;
      background-image: url("../../img/cercle_middle.png");
      width: 12rem;
      height: 12rem;
      position: absolute;
      bottom: -5rem;
      left: 3rem;
      background-size: cover; }
  .euroclic .euroclic-sidebar {
    width: 30.5rem; }
    .euroclic .euroclic-sidebar .tag-media h2 {
      font-size: 2.4rem;
      font-weight: 700;
      margin: 0;
      margin-bottom: 2rem;
      line-height: 2.5rem;
      color: #000000; }
    .euroclic .euroclic-sidebar .tag-media .tag-media-txt {
      background-color: #ffffff;
      padding: 1rem 2rem 1rem 2rem;
      box-sizing: border-box;
      height: 8rem;
      overflow: hidden;
      position: relative;
      margin-bottom: 1rem; }
      .euroclic .euroclic-sidebar .tag-media .tag-media-txt h3 {
        margin: 0; }
        .euroclic .euroclic-sidebar .tag-media .tag-media-txt h3 a {
          font-weight: 700;
          font-size: 1.5rem;
          color: #000000; }

@media screen and (max-width: 1024px) {
  .euroclic .euroclic-main {
    width: 100%; }
    .euroclic .euroclic-main .euroclic-alaune .euroclic-alaune-bloc {
      width: 100%;
      margin-bottom: 2rem; }
  .euroclic .euroclic-sidebar {
    width: 100%; }
    .euroclic .euroclic-sidebar .tag-media {
      margin-top: 2rem; }
      .euroclic .euroclic-sidebar .tag-media h2 {
        text-align: center; } }
