html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

html {
  margin-top: 0 !important; }

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: 'Work Sans', sans-serif; }
  @media (max-width: 1024px) {
    body.no-scroll {
      overflow-y: hidden; } }

h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #303030; }
  @media (max-width: 1024px) {
    h1 {
      font-size: 38px;
      line-height: 48px; } }
  @media (max-width: 560px) {
    h1 {
      font-size: 22px;
      line-height: 30px; } }

h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  color: #fff; }
  @media (max-width: 1024px) {
    h2 {
      font-size: 50px;
      line-height: 60px; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 38px;
      line-height: 48px; } }
  @media (max-width: 560px) {
    h2 {
      font-size: 22px;
      line-height: 30px; } }

h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #303030; }
  @media (max-width: 1024px) {
    h3 {
      font-size: 26px;
      line-height: 34px; } }
  @media (max-width: 560px) {
    h3 {
      font-size: 18px;
      line-height: 24px; } }

h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #fe5b4f;
  font-family: 'Crimson Pro', serif;
  margin-bottom: 35px; }
  @media (max-width: 1024px) {
    h4 {
      font-size: 20px;
      line-height: 24px; } }
  @media (max-width: 768px) {
    h4 {
      margin-bottom: 25px; } }
  @media (max-width: 560px) {
    h4 {
      margin-bottom: 15px; } }

h5 {
  color: #303030;
  font-family: 'Crimson Pro', serif;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px;
  font-weight: 700; }
  @media (max-width: 1024px) {
    h5 {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 560px) {
    h5 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 15px; } }

h1, h2, h3 {
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    h1, h2, h3 {
      margin-bottom: 25px; } }
  @media (max-width: 560px) {
    h1, h2, h3 {
      margin-bottom: 15px; } }

p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #303030;
  margin-bottom: 35px; }
  @media (max-width: 768px) {
    p {
      margin-bottom: 20px; } }
  @media (max-width: 560px) {
    p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 15px; } }
  p a {
    color: #fe5b4f;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700; }
  p strong {
    font-weight: 900; }

a {
  text-decoration: none;
  outline: none;
  font-family: 'Crimson Pro', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px; }
  @media (max-width: 560px) {
    a {
      font-size: 16px;
      line-height: 20px; } }
  a.btn {
    display: inline-block;
    border-radius: 35px;
    color: #ffffff;
    padding: 15px 60px 20px 30px;
    background-image: url("../assets/images/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-color: #fe5b4f;
    background-size: 28px;
    transition: all 0.3s;
    cursor: pointer;
    white-space: nowrap; }
    @media (max-width: 560px) {
      a.btn {
        padding: 12px 35px 14px 15px;
        background-position: calc(100% - 10px);
        background-size: 20px; } }
    a.btn:hover {
      background-color: #e9574c; }
    a.btn.small {
      font-size: 20px;
      padding: 10px 50px 15px 25px; }
      @media (max-width: 560px) {
        a.btn.small {
          padding: 12px 35px 14px 15px;
          background-position: calc(100% - 10px);
          background-size: 20px;
          font-size: 16px;
          line-height: 20px; } }
  a.line {
    display: inline-block;
    color: #fe5b4f;
    border-bottom: 3px solid #fe5b4f; }
    @media (max-width: 560px) {
      a.line {
        border-bottom: 2px solid #fe5b4f; } }
    a.line.small {
      font-size: 20px; }
      @media (max-width: 560px) {
        a.line.small {
          font-size: 16px;
          line-height: 20px; } }

.wrap {
  position: relative;
  max-width: 1920px;
  width: 100%;
  padding: 0 100px;
  margin: auto; }
  .wrap.mid-small {
    max-width: 1880px;
    padding: 0 200px; }
  .wrap.smaller {
    max-width: 860px; }
  @media (max-width: 768px) {
    .wrap {
      padding: 0 50px; }
      .wrap.mid-small {
        padding: 0 100px; } }
  @media (max-width: 560px) {
    .wrap {
      padding: 0 25px; } }

.clr {
  clear: both; }

.top {
  position: relative;
  height: 190px; }
  @media (max-width: 768px) {
    .top {
      height: 150px; } }
  @media (max-width: 560px) {
    .top {
      height: 125px; } }
  .top .logo {
    position: absolute;
    left: 100px;
    top: 40px; }
    @media (max-width: 768px) {
      .top .logo {
        left: 50px;
        top: 25px; }
        .top .logo img {
          width: 150px; } }
    @media (max-width: 560px) {
      .top .logo {
        left: 25px;
        top: 25px; }
        .top .logo img {
          width: 135px; } }
  .top .hamburger, .top .btn {
    position: absolute;
    right: 100px;
    top: 100px;
    width: 50px;
    cursor: pointer; }
    .top .hamburger.mobile, .top .btn.mobile {
      display: none; }
      @media (max-width: 1024px) {
        .top .hamburger.mobile, .top .btn.mobile {
          display: block; } }
    @media (max-width: 768px) {
      .top .hamburger, .top .btn {
        right: 42.5px;
        top: 65px; } }
    @media (max-width: 560px) {
      .top .hamburger, .top .btn {
        right: 25px;
        top: 60px;
        width: 35px; } }
  .top .search {
    position: absolute;
    right: 185px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    top: 109px;
    transition: color 0.3s; }
    @media (max-width: 1024px) {
      .top .search {
        color: #303030; } }
    @media (max-width: 768px) {
      .top .search {
        display: none; } }
  .top .uti {
    position: absolute;
    right: 100px;
    top: 35px; }
    @media (max-width: 768px) {
      .top .uti {
        display: none; } }
    .top .uti li {
      display: inline-block;
      margin-left: 25px; }
      .top .uti li a {
        font-weight: 100;
        font-family: 'Work Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        transition: color 0.3s; }
        @media (max-width: 1024px) {
          .top .uti li a {
            color: #303030; } }
      .top .uti li:last-of-type a {
        font-weight: 900;
        text-transform: uppercase; }

.banner {
  position: relative;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  background: url(../assets/images/banner-img.jpg) no-repeat right top;
  background-size: contain;
  background-attachment: fixed; }
  @media (max-height: 900px) {
    .banner {
      background-attachment: scroll;
      background-position: right top; } }
  @media (max-width: 1440px) {
    .banner {
      background-position: calc(100% + 150px) top; } }
  @media (max-width: 1024px) {
    .banner {
      background: none;
      min-height: auto; } }
  .banner .content {
    margin: 40px 0 290px 0;
    max-width: 680px;
    width: 40%; }
    @media (max-width: 1024px) {
      .banner .content {
        max-width: 100%;
        width: 100%;
        margin-bottom: 225px; } }
    @media (max-width: 768px) {
      .banner .content {
        margin: 0px 0 175px 0; } }
    @media (max-width: 560px) {
      .banner .content {
        margin: 25px 0 125px 0; } }
    .banner .content h1 {
      max-width: 500px; }
      @media (max-width: 1024px) {
        .banner .content h1 {
          max-width: 100%; } }
    .banner .content span {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #b9b6b2; }
      .banner .content span a {
        font-size: 14px;
        color: #fe5b4f;
        font-family: 'Work Sans', sans-serif;
        font-weight: 700;
        line-height: 20px; }
  .banner .cta .btn {
    margin-right: 25px;
    margin-bottom: 20px; }
  .banner .decoration {
    position: absolute;
    bottom: -30px;
    left: 0;
    pointer-events: none; }
    @media (max-width: 1024px) {
      .banner .decoration {
        width: 450px; } }
    @media (max-width: 768px) {
      .banner .decoration {
        width: 400px; } }
    @media (max-width: 560px) {
      .banner .decoration {
        width: 300px; } }
  .banner.minimal {
    min-height: 0;
    background: none; }
    .banner.minimal .content {
      margin: 0; }
    .banner.minimal a, .banner.minimal ul li a {
      color: #303030; }
      .banner.minimal a:hover, .banner.minimal ul li a:hover {
        color: #fe5b4f; }

.bg-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../assets/images/banner-img.jpg) no-repeat right top;
  background-size: contain; }

.news {
  position: relative;
  width: 100%;
  height: auto;
  background: #fe5b4f;
  padding: 140px 0 95px 0;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .news {
      padding: 100px 0 50px 0; } }
  @media (max-width: 560px) {
    .news {
      padding: 50px 0; } }
  .news h2 {
    max-width: 670px; }
  .news .decoration {
    position: absolute;
    right: 0;
    top: 150px;
    pointer-events: none; }
    @media (max-width: 1024px) {
      .news .decoration {
        width: 300px;
        right: -50px; } }
    @media (max-width: 768px) {
      .news .decoration {
        bottom: 25px;
        top: inherit; } }
  .news .news-container {
    max-width: 1880px;
    padding: 0 75px;
    margin: 100px auto 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .news .news-container {
        margin-top: 50px; } }
    @media (max-width: 680px) {
      .news .news-container {
        padding: 0; } }
    @media (max-width: 560px) {
      .news .news-container {
        margin-top: 25px; } }
  .news .nouvelle {
    height: auto;
    margin: 0 25px;
    background: #ECE9E4; }
    @media (max-width: 680px) {
      .news .nouvelle {
        margin: 0; } }
    .news .nouvelle img {
      width: 100%;
      height: auto; }
    .news .nouvelle .content {
      padding: 35px 25px 60px 25px;
      background: #ECE9E4;
      position: relative; }
      @media (max-width: 560px) {
        .news .nouvelle .content {
          padding: 25px 25px 45px 25px; } }
      .news .nouvelle .content span {
        color: #868686;
        font-family: 'Crimson Pro', serif;
        display: block;
        margin-bottom: 25px; }
        @media (max-width: 560px) {
          .news .nouvelle .content span {
            margin-bottom: 15px; } }
      .news .nouvelle .content a {
        position: absolute;
        right: 25px;
        bottom: 25px; }
  .news .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 45px; }
    @media (max-width: 560px) {
      .news .owl-dots {
        margin-top: 25px; } }
  .news .owl-carousel button.owl-dot {
    background: #e44135;
    width: 15px;
    height: 15px;
    margin: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    outline: none; }
    .news .owl-carousel button.owl-dot.active {
      background: #ECE9E4; }

.about {
  padding: 100px; }
  @media (max-width: 1440px) {
    .about {
      padding: 100px 0; } }
  @media (max-width: 768px) {
    .about {
      padding: 50px 0; } }
  @media (max-width: 560px) {
    .about {
      padding: 25px 0; } }
  .about img {
    display: none; }
  .about .pic-1 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 200px;
    margin-right: 50%;
    z-index: 10;
    background-size: cover;
    background-position: center; }
    .about .pic-1 .text {
      margin-right: -100%;
      margin-left: calc(100% - 200px);
      background: #fff;
      padding: 65px 0 40px 50px; }
  .about .pic-2 {
    position: relative;
    padding-top: 300px;
    padding-bottom: 50px;
    margin-left: calc(50% - 200px);
    margin-top: -200px;
    z-index: 5;
    background-size: cover;
    background-position: center; }
    .about .pic-2 .text {
      margin-left: calc(-100% + 400px);
      margin-right: calc(100% - 300px);
      background: #fff;
      padding: 65px 50px 40px 0; }
  .about .cta .btn {
    margin-right: 25px;
    margin-bottom: 20px; }
  @media (max-width: 1024px) {
    .about img {
      display: block;
      width: 100%;
      height: auto; }
    .about .pic-1, .about .pic-2 {
      padding: 0;
      margin: 0;
      width: 100%;
      background-image: none !important; }
      .about .pic-1 .text, .about .pic-2 .text {
        width: 100%;
        position: relative;
        margin: 0;
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 560px) {
    .about .pic-1 .text, .about .pic-2 .text {
      padding: 25px 0 25px 0; } }

.page-content, .page-profil {
  position: relative;
  padding-bottom: 200px; }
  @media (max-width: 1200px) {
    .page-content, .page-profil {
      padding-bottom: 150px; }
      .page-content .decoration, .page-profil .decoration {
        width: 450px; } }
  @media (max-width: 1024px) {
    .page-content .decoration, .page-profil .decoration {
      width: 400px; } }
  @media (max-width: 768px) {
    .page-content, .page-profil {
      padding-bottom: 125px; }
      .page-content .decoration, .page-profil .decoration {
        width: 350px; } }
  @media (max-width: 560px) {
    .page-content, .page-profil {
      padding-bottom: 100px; }
      .page-content .decoration, .page-profil .decoration {
        width: 300px; } }
  .page-content .header, .page-profil .header {
    height: 500px;
    width: 100%;
    background: url(../assets/images/placeholder-banner.jpg) no-repeat center center;
    background-size: cover; }
    .page-content .header.no-pic, .page-profil .header.no-pic {
      height: 300px;
      background: url(../assets/images/placeholder-content.jpg) no-repeat center center;
      background-size: cover; }
    @media (max-width: 1200px) {
      .page-content .header, .page-profil .header {
        height: 350px; }
        .page-content .header.no-pic, .page-profil .header.no-pic {
          height: 250px; } }
    @media (max-width: 1024px) {
      .page-content .header, .page-profil .header {
        height: 300px; }
        .page-content .header.no-pic, .page-profil .header.no-pic {
          height: 200px; } }
    @media (max-width: 768px) {
      .page-content .header, .page-profil .header {
        height: 250px; }
        .page-content .header.no-pic, .page-profil .header.no-pic {
          height: 150px; } }
    @media (max-width: 560px) {
      .page-content .header, .page-profil .header {
        height: 200px; } }
  .page-content .dropdown, .page-profil .dropdown {
    position: relative;
    display: none;
    z-index: 900;
    background: #fff;
    margin: 0;
    margin-top: -80px; }
    @media (max-width: 1024px) {
      .page-content .dropdown, .page-profil .dropdown {
        margin-top: -54px; } }
    .page-content .dropdown ul, .page-profil .dropdown ul {
      display: none; }
    .page-content .dropdown span, .page-content .dropdown ul li, .page-profil .dropdown span, .page-profil .dropdown ul li {
      display: block;
      width: 100%;
      cursor: pointer;
      background-color: #ECE9E4;
      font-size: 24px;
      line-height: 30px;
      font-family: 'Crimson Pro', serif;
      font-weight: 600;
      margin-bottom: 3px; }
      .page-content .dropdown span a, .page-content .dropdown ul li a, .page-profil .dropdown span a, .page-profil .dropdown ul li a {
        color: #303030;
        display: block;
        padding: 25px 50px; }
      .page-content .dropdown span:hover, .page-content .dropdown span.active, .page-content .dropdown ul li:hover, .page-content .dropdown ul li.active, .page-profil .dropdown span:hover, .page-profil .dropdown span.active, .page-profil .dropdown ul li:hover, .page-profil .dropdown ul li.active {
        background-color: #ddd8cf; }
        .page-content .dropdown span:hover a, .page-content .dropdown span.active a, .page-content .dropdown ul li:hover a, .page-content .dropdown ul li.active a, .page-profil .dropdown span:hover a, .page-profil .dropdown span.active a, .page-profil .dropdown ul li:hover a, .page-profil .dropdown ul li.active a {
          color: #303030; }
      .page-content .dropdown span.back, .page-content .dropdown ul li.back, .page-profil .dropdown span.back, .page-profil .dropdown ul li.back {
        background: #fe5b4f; }
        .page-content .dropdown span.back:hover, .page-content .dropdown ul li.back:hover, .page-profil .dropdown span.back:hover, .page-profil .dropdown ul li.back:hover {
          background: #fe5b4f; }
        .page-content .dropdown span.back a, .page-content .dropdown ul li.back a, .page-profil .dropdown span.back a, .page-profil .dropdown ul li.back a {
          color: #fff; }
      .page-content .dropdown span.parent, .page-content .dropdown ul li.parent, .page-profil .dropdown span.parent, .page-profil .dropdown ul li.parent {
        background-color: #fe5b4f;
        color: #fff; }
        .page-content .dropdown span.parent a, .page-content .dropdown span.parent span, .page-content .dropdown ul li.parent a, .page-content .dropdown ul li.parent span, .page-profil .dropdown span.parent a, .page-profil .dropdown span.parent span, .page-profil .dropdown ul li.parent a, .page-profil .dropdown ul li.parent span {
          color: #fff;
          font-size: 24px !important;
          line-height: 30px !important; }
    .page-content .dropdown span, .page-profil .dropdown span {
      padding: 25px 50px;
      background: url(../assets/images/chevron-down.svg) no-repeat calc(100% - 25px) center;
      background-size: 45px;
      background-color: #fe5b4f !important; }
      .page-content .dropdown span.open, .page-profil .dropdown span.open {
        background: url(../assets/images/chevron-up.svg) no-repeat calc(100% - 25px) center;
        background-size: 45px; }
    @media (max-width: 1200px) {
      .page-content .dropdown, .page-profil .dropdown {
        display: block; } }
    @media (max-width: 1024px) {
      .page-content .dropdown span, .page-content .dropdown ul li a, .page-profil .dropdown span, .page-profil .dropdown ul li a {
        padding: 15px 25px;
        font-size: 20px;
        line-height: 24px; }
      .page-content .dropdown span, .page-content .dropdown span.open, .page-profil .dropdown span, .page-profil .dropdown span.open {
        background-size: 30px; } }
    @media (max-width: 560px) {
      .page-content .dropdown span, .page-content .dropdown span.open, .page-profil .dropdown span, .page-profil .dropdown span.open {
        padding: 15px 12.5px;
        background-size: 25px;
        background-position: calc(100% - 10px); }
      .page-content .dropdown ul li a, .page-profil .dropdown ul li a {
        padding: 10px 12.5px;
        font-size: 14px;
        line-height: 18px; } }
  .page-content .left, .page-profil .left {
    height: auto;
    position: relative;
    width: calc(100% - 400px);
    float: left; }
    @media (max-width: 1200px) {
      .page-content .left, .page-profil .left {
        width: 100%; } }
    .page-content .left .title-content, .page-profil .left .title-content {
      width: 100%;
      padding: 100px 50px 75px 50px;
      background: #fe5b4f;
      margin-top: -100px;
      overflow: hidden;
      position: relative; }
      @media (max-width: 1200px) {
        .page-content .left .title-content, .page-profil .left .title-content {
          margin-top: 0; } }
      @media (max-width: 1024px) {
        .page-content .left .title-content, .page-profil .left .title-content {
          padding: 50px 25px 25px 25px; } }
      @media (max-width: 560px) {
        .page-content .left .title-content, .page-profil .left .title-content {
          padding: 25px; } }
      .page-content .left .title-content h1, .page-content .left .title-content h4, .page-profil .left .title-content h1, .page-profil .left .title-content h4 {
        color: #fff;
        margin-top: 25px;
        margin-bottom: 0;
        z-index: 10;
        position: relative; }
      .page-content .left .title-content h1, .page-profil .left .title-content h1 {
        margin: 0; }
    .page-content .left .wysiwyg, .page-profil .left .wysiwyg {
      border-left: 3px solid #fe5b4f;
      padding: 75px 50px 0 50px;
      width: 100%; }
      @media (max-width: 1200px) {
        .page-content .left .wysiwyg, .page-profil .left .wysiwyg {
          padding-right: 0; } }
      @media (max-width: 1024px) {
        .page-content .left .wysiwyg, .page-profil .left .wysiwyg {
          padding: 50px 0 0 25px; } }
      @media (max-width: 768px) {
        .page-content .left .wysiwyg, .page-profil .left .wysiwyg {
          padding: 50px 0 0 0;
          border-left: none; } }
      @media (max-width: 560px) {
        .page-content .left .wysiwyg, .page-profil .left .wysiwyg {
          padding: 25px 0 0 0; } }
      .page-content .left .wysiwyg h3, .page-content .left .wysiwyg h4, .page-content .left .wysiwyg p, .page-content .left .wysiwyg a, .page-content .left .wysiwyg ul, .page-profil .left .wysiwyg h3, .page-profil .left .wysiwyg h4, .page-profil .left .wysiwyg p, .page-profil .left .wysiwyg a, .page-profil .left .wysiwyg ul {
        margin-bottom: 35px; }
        @media (max-width: 560px) {
          .page-content .left .wysiwyg h3, .page-content .left .wysiwyg h4, .page-content .left .wysiwyg p, .page-content .left .wysiwyg a, .page-content .left .wysiwyg ul, .page-profil .left .wysiwyg h3, .page-profil .left .wysiwyg h4, .page-profil .left .wysiwyg p, .page-profil .left .wysiwyg a, .page-profil .left .wysiwyg ul {
            margin-bottom: 15px; } }
      .page-content .left .wysiwyg .btn, .page-profil .left .wysiwyg .btn {
        display: inline-block;
        border-radius: 35px;
        color: #ffffff;
        padding: 15px 60px 20px 30px;
        background-image: url("../assets/images/arrow-right.svg");
        background-repeat: no-repeat;
        background-position: calc(100% - 15px) center;
        background-color: #fe5b4f;
        background-size: 28px;
        transition: all 0.3s;
        cursor: pointer;
        white-space: nowrap;
        margin-right: 15px;
        font-family: 'Crimson Pro', serif;
        font-size: 24px;
        line-height: 30px; }
        @media (max-width: 560px) {
          .page-content .left .wysiwyg .btn, .page-profil .left .wysiwyg .btn {
            font-size: 16px;
            line-height: 20px;
            padding: 12px 35px 14px 15px;
            background-position: calc(100% - 10px);
            background-size: 20px;
            margin-right: 0; } }
      .page-content .left .wysiwyg img, .page-profil .left .wysiwyg img {
        width: 100%;
        height: auto;
        margin-bottom: 0; }
      .page-content .left .wysiwyg blockquote, .page-profil .left .wysiwyg blockquote {
        padding: 0 0 0 50px;
        opacity: 0.7;
        font-style: italic; }
        @media (max-width: 560px) {
          .page-content .left .wysiwyg blockquote, .page-profil .left .wysiwyg blockquote {
            padding-left: 12.5px; } }
      .page-content .left .wysiwyg p strong,
      .page-content .left .wysiwyg li strong, .page-profil .left .wysiwyg p strong,
      .page-profil .left .wysiwyg li strong {
        font-weight: bold; }
      .page-content .left .wysiwyg ul, .page-profil .left .wysiwyg ul {
        list-style: disc;
        padding-left: 25px; }
        .page-content .left .wysiwyg ul li, .page-profil .left .wysiwyg ul li {
          font-weight: 400;
          font-size: 20px;
          line-height: 30px;
          color: #303030;
          padding: 0 0px 15px 10px; }
          .page-content .left .wysiwyg ul li a, .page-profil .left .wysiwyg ul li a {
            color: #fe5b4f;
            font-weight: 700;
            font-family: 'Work Sans', sans-serif; }
        @media (max-width: 560px) {
          .page-content .left .wysiwyg ul, .page-profil .left .wysiwyg ul {
            padding-left: 15px; }
            .page-content .left .wysiwyg ul li, .page-content .left .wysiwyg ul li a, .page-profil .left .wysiwyg ul li, .page-profil .left .wysiwyg ul li a {
              font-size: 14px;
              line-height: 20px;
              padding: 0 0 10px 5px; } }
      .page-content .left .wysiwyg a, .page-profil .left .wysiwyg a {
        font-size: 20px;
        line-height: 30px; }
        @media (max-width: 560px) {
          .page-content .left .wysiwyg a, .page-profil .left .wysiwyg a {
            font-size: 14px;
            line-height: 20px; } }
      .page-content .left .wysiwyg .video-container, .page-profil .left .wysiwyg .video-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        margin: 35px 0px; }
      .page-content .left .wysiwyg iframe, .page-profil .left .wysiwyg iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .page-content .left .wysiwyg #fb-container, .page-profil .left .wysiwyg #fb-container {
        margin-top: 50px; }
      .page-content .left .wysiwyg .fb-page.fb_iframe_widget, .page-profil .left .wysiwyg .fb-page.fb_iframe_widget {
        width: 100%; }
        .page-content .left .wysiwyg .fb-page.fb_iframe_widget span, .page-content .left .wysiwyg .fb-page.fb_iframe_widget iframe, .page-profil .left .wysiwyg .fb-page.fb_iframe_widget span, .page-profil .left .wysiwyg .fb-page.fb_iframe_widget iframe {
          display: block;
          width: 100% !important; }
      .page-content .left .wysiwyg span, .page-profil .left .wysiwyg span {
        display: block;
        margin-top: -18px;
        margin-bottom: 35px;
        font-size: 12px;
        line-height: 18px; }
      .page-content .left .wysiwyg .custom-description, .page-profil .left .wysiwyg .custom-description {
        padding: 50px 50px 15px 50px;
        margin-bottom: 50px;
        margin-top: 50px;
        background-color: #fbfaf8; }
        @media (max-width: 1024px) {
          .page-content .left .wysiwyg .custom-description, .page-profil .left .wysiwyg .custom-description {
            padding: 25px 25px 1px 25px; } }
        @media (max-width: 560px) {
          .page-content .left .wysiwyg .custom-description, .page-profil .left .wysiwyg .custom-description {
            margin: 25px 0;
            padding: 15px 15px 5px 15px; } }
  .page-content .right, .page-profil .right {
    float: left;
    width: 350px;
    height: auto;
    margin-left: 50px;
    background: #ECE9E4;
    margin-top: 50px; }
    @media (max-width: 1200px) {
      .page-content .right, .page-profil .right {
        display: none; } }
    .page-content .right ul, .page-profil .right ul {
      width: 100%; }
      .page-content .right ul li, .page-profil .right ul li {
        display: block;
        border-bottom: 3px solid #fff;
        transition: all 0.3s; }
        .page-content .right ul li:last-of-type, .page-profil .right ul li:last-of-type {
          border-bottom: none; }
        .page-content .right ul li a, .page-content .right ul li span, .page-profil .right ul li a, .page-profil .right ul li span {
          padding: 15px 25px;
          color: #303030;
          display: block;
          font-family: 'Crimson Pro', serif;
          margin-bottom: 0;
          font-weight: 600;
          font-size: 20px;
          line-height: 26px; }
        .page-content .right ul li:hover, .page-content .right ul li.active, .page-profil .right ul li:hover, .page-profil .right ul li.active {
          background: #ddd8cf; }
          .page-content .right ul li:hover a, .page-content .right ul li.active a, .page-profil .right ul li:hover a, .page-profil .right ul li.active a {
            color: #303030; }
        .page-content .right ul li.parent, .page-profil .right ul li.parent {
          background: #fe5b4f;
          color: #fff; }
          .page-content .right ul li.parent a, .page-content .right ul li.parent span, .page-profil .right ul li.parent a, .page-profil .right ul li.parent span {
            color: #fff;
            font-size: 24px !important;
            line-height: 30px !important; }
        .page-content .right ul li.back, .page-profil .right ul li.back {
          background: #fe5b4f; }
          .page-content .right ul li.back a, .page-profil .right ul li.back a {
            color: #fff; }
  .page-content .decoration, .page-profil .decoration {
    position: absolute;
    right: 0;
    bottom: -25px;
    pointer-events: none; }
    @media (max-width: 560px) {
      .page-content .decoration, .page-profil .decoration {
        width: 300px; } }
  .page-content.no-sibblings .wrap .left, .page-profil.no-sibblings .wrap .left {
    float: none;
    width: 100%; }
  .page-content.no-sibblings .wrap .right, .page-profil.no-sibblings .wrap .right {
    display: none; }

#map .infowindow-membres-item .membre-title {
  display: block;
  font-weight: 900;
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 24px; }

#map .infowindow-membres-item .map-title {
  display: block;
  max-width: 200px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px; }
  @media (max-width: 560px) {
    #map .infowindow-membres-item .map-title {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px; } }

#map .infowindow-membres-item .map-link {
  text-decoration: underline;
  color: #fe5b4f;
  font-size: 20px; }
  @media (max-width: 560px) {
    #map .infowindow-membres-item .map-link {
      font-size: 18px;
      line-height: 20px; } }

.recherche .header {
  height: auto;
  padding: 100px 0 100px 0;
  background: url(../assets/images/placeholder-content.jpg) no-repeat center center;
  background-size: cover; }
  .recherche .header h1 {
    color: white;
    text-align: center; }
  @media (max-width: 1200px) {
    .recherche .header {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      height: 250px; }
      .recherche .header h1 {
        margin-bottom: 0; } }
  @media (max-width: 1024px) {
    .recherche .header {
      height: 200px; } }
  @media (max-width: 768px) {
    .recherche .header {
      height: 150px; } }

.recherche .left .title-content {
  background: white;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1880px;
  padding: 50px 50px; }
  @media (max-width: 1200px) {
    .recherche .left .title-content {
      padding: 50px 40px; } }
  @media (max-width: 560px) {
    .recherche .left .title-content {
      padding: 25px; } }

.recherche .wrap.mid-small {
  z-index: 1; }
  @media (max-width: 1200px) {
    .recherche .wrap.mid-small {
      width: 100%;
      max-width: 100%;
      padding: 0; } }

.recherche .search-map {
  height: 635px;
  background: #efefef;
  margin: -130px 0px 0px 0px; }
  @media (max-width: 1200px) {
    .recherche .search-map {
      margin-top: 0;
      height: 600px; } }
  @media (max-width: 1024px) {
    .recherche .search-map {
      height: 550px; } }
  @media (max-width: 768px) {
    .recherche .search-map {
      height: 450px; } }
  @media (max-width: 560px) {
    .recherche .search-map {
      height: 400px; } }

.recherche .form-elements::after, .recherche .results-grid::after {
  content: "";
  display: table;
  clear: both; }

.recherche .second-row {
  margin-top: 20px; }
  .recherche .second-row .form-element-container:first-child {
    width: 50%; }
    @media (max-width: 768px) {
      .recherche .second-row .form-element-container:first-child {
        width: 100%; } }
  @media (max-width: 1200px) {
    .recherche .second-row {
      margin-top: 0; } }

.recherche .checkbox-group {
  display: inline-block;
  height: 25px;
  padding-top: 4px; }
  .recherche .checkbox-group label {
    position: relative;
    top: -6px;
    cursor: pointer; }
  .recherche .checkbox-group:first-child {
    padding-right: 20px; }

.recherche .form-element-container {
  width: 25%;
  padding: 0px 10px;
  box-sizing: border-box;
  float: left; }
  .recherche .form-element-container:first-child {
    padding-left: 0px; }
  .recherche .form-element-container:last-child {
    padding-right: 0px; }
  .recherche .form-element-container.float-right {
    float: right;
    margin-bottom: 0; }
  @media (max-width: 1200px) {
    .recherche .form-element-container {
      width: 50%;
      margin-bottom: 20px;
      padding: 0 10px !important; } }
  @media (max-width: 768px) {
    .recherche .form-element-container {
      width: 100%;
      padding: 0; } }

.recherche input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .recherche input[type="checkbox"]:active, .recherche input[type="checkbox"]:checked:active, .recherche input[type="checkbox"]:focus {
    box-shadow: none;
    outline: none; }
  .recherche input[type="checkbox"]:checked {
    background-color: #E4594E;
    border: 1px solid #E4594E;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7; }
  .recherche input[type="checkbox"]:checked:after {
    content: '\2713';
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 2px;
    color: #FFF; }

.recherche input[type="text"] {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 22px 1.4em 23px .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #F0EBEA;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 100; }
  .recherche input[type="text"]:focus {
    outline: none; }
  .recherche input[type="text"]:hover {
    border: 1px solid #DFDFDF; }

.recherche input[type="button"], .recherche input[type="submit"] {
  display: inline-block;
  border-radius: 35px;
  font-family: 'Crimson Pro', serif;
  color: #ffffff;
  padding: 15px 30px 20px 30px;
  background-image: url("../assets/images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-color: #fe5b4f;
  background-size: 28px;
  transition: all 0.3s;
  box-shadow: none;
  width: 100%;
  border: none;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 25px 15px 25px;
  font-weight: 700;
  text-align: left;
  margin-top: 0; }
  .recherche input[type="button"]:hover, .recherche input[type="submit"]:hover {
    background-color: #e9574c; }
  @media (max-width: 560px) {
    .recherche input[type="button"], .recherche input[type="submit"] {
      padding: 10px 35px 12px 15px;
      background-position: calc(100% - 10px);
      background-size: 20px;
      font-size: 16px;
      line-height: 20px; } }

.recherche select {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .8em 1.4em .8em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #F0EBEA;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../assets/images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  background-color: #fff;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  font-weight: 100; }
  .recherche select:focus {
    outline: none; }

.recherche select:hover {
  border-color: #DFDFDF; }

.recherche .results-grid {
  width: calc(100% - 150px);
  margin: auto;
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1200px) {
    .recherche .results-grid {
      width: 100%; } }
  @media (max-width: 1024px) {
    .recherche .results-grid {
      margin-top: 50px; } }
  @media (max-width: 768px) {
    .recherche .results-grid {
      margin-top: -25px; } }
  @media (max-width: 560px) {
    .recherche .results-grid {
      margin-top: 0; } }

.recherche .results {
  padding-top: 140px; }
  @media (max-width: 1024px) {
    .recherche .results {
      padding-top: 100px; } }
  @media (max-width: 560px) {
    .recherche .results {
      padding-top: 50px; } }
  .recherche .results h2 {
    color: #303030; }
  .recherche .results .result-element {
    position: relative;
    border: 3px solid #ECE9E4;
    padding: 50px;
    width: calc(33.333% - 50px);
    float: left;
    margin: 25px 25px 25px 25px;
    padding-bottom: 135px; }
    @media (max-width: 1440px) {
      .recherche .results .result-element {
        width: calc(50% - 50px); } }
    @media (max-width: 1024px) {
      .recherche .results .result-element {
        width: calc(100%);
        margin: 25px 0; } }
    @media (max-width: 768px) {
      .recherche .results .result-element {
        padding: 25px 25px 100px 25px; } }
    @media (max-width: 560px) {
      .recherche .results .result-element {
        padding: 25px 25px 85px 25px; } }
    .recherche .results .result-element .photo {
      width: 200px;
      height: 200px;
      border-radius: 100px;
      overflow: hidden;
      margin: auto;
      margin-top: -75px;
      margin-bottom: 35px;
      background-size: cover;
      background-position: center;
      border: 3px solid #fff; }
      @media (max-width: 768px) {
        .recherche .results .result-element .photo {
          width: 150px;
          height: 150px;
          border-radius: 75px;
          margin-top: -50px;
          margin-bottom: 25px; } }
    .recherche .results .result-element .text-container {
      width: 100%; }
      .recherche .results .result-element .text-container ul li {
        padding-left: 30px;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px; }
        @media (max-width: 560px) {
          .recherche .results .result-element .text-container ul li {
            font-size: 14px;
            line-height: 20px; } }
        .recherche .results .result-element .text-container ul li.marker {
          background: url(../assets/images/map-pin-red.svg) no-repeat left 1px;
          background-size: 20px; }
        .recherche .results .result-element .text-container ul li.email {
          background: url(../assets/images/mail-red.svg) no-repeat 1px 3px;
          background-size: 19px;
          word-break: break-all; }
        .recherche .results .result-element .text-container ul li.phone {
          background: url(../assets/images/phone-red.svg) no-repeat 1px 3px;
          background-size: 19px; }
        .recherche .results .result-element .text-container ul li .active {
          font-weight: bold; }
      .recherche .results .result-element .text-container .btn {
        width: calc(100% - 100px);
        position: absolute;
        bottom: 50px; }
        @media (max-width: 768px) {
          .recherche .results .result-element .text-container .btn {
            width: calc(100% - 50px);
            bottom: 25px; } }

@media (max-width: 1200px) {
  .page-profil .title-content {
    margin-top: -80px !important; } }

@media (max-width: 1024px) {
  .page-profil .title-content {
    margin-top: -54px !important; } }

.page-profil .title-content h4 {
  display: inline-block;
  margin-right: 35px;
  padding-left: 45px;
  margin-top: 12.5px !important; }
  .page-profil .title-content h4.ville {
    background: url(../assets/images/map-pin.svg) no-repeat left 3px;
    background-size: auto 30px;
    margin-top: 25px !important; }
    @media (max-width: 560px) {
      .page-profil .title-content h4.ville {
        margin-top: 15px !important; } }
  .page-profil .title-content h4.mail {
    background: url(../assets/images/mail.svg) no-repeat left 5px;
    background-size: auto 30px;
    word-break: break-all; }
  .page-profil .title-content h4.phone {
    background: url(../assets/images/phone.svg) no-repeat left 5px;
    background-size: auto 30px; }
  @media (max-width: 1440px) {
    .page-profil .title-content h4 {
      font-size: 24px;
      line-height: 30px;
      background-size: auto 25px !important;
      padding-left: 40px; } }
  @media (max-width: 1024px) {
    .page-profil .title-content h4 {
      margin-top: 10px !important;
      margin-right: 0;
      display: block; } }
  @media (max-width: 768px) {
    .page-profil .title-content h4 {
      font-size: 20px;
      line-height: 24px;
      background-size: auto 20px !important;
      padding-left: 30px; } }
  @media (max-width: 560px) {
    .page-profil .title-content h4 {
      font-size: 16px;
      line-height: 20px;
      background-size: 18px 15px !important;
      padding-left: 25px; } }

@media (max-width: 1024px) {
  .page-profil .title-content {
    padding-bottom: 30px !important; } }

.page-profil .right {
  background: none;
  margin-left: 50px;
  width: 350px;
  margin-top: -100px; }
  .page-profil .right .profil-pic {
    border: 3px solid #fff;
    margin: auto;
    width: 350px;
    overflow: hidden;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 175px;
    -moz-border-radius: 175px;
    border-radius: 175px;
    margin-bottom: 50px; }
  .page-profil .right ul {
    margin-bottom: 35px; }
    .page-profil .right ul li {
      border-bottom: none;
      margin-bottom: 25px;
      padding-left: 35px;
      background: url(../assets/images/checkbox-red.svg) no-repeat left 2px;
      background-size: auto 25px; }
      .page-profil .right ul li p {
        margin-bottom: 0; }
      .page-profil .right ul li:hover {
        background: url(../assets/images/checkbox-red.svg) no-repeat left 2px;
        background-size: auto 25px; }
        .page-profil .right ul li:hover a {
          color: #fe5b4f; }
      .page-profil .right ul li a {
        color: #fe5b4f;
        padding: 0; }
        .page-profil .right ul li a:hover {
          color: #fe5b4f; }
      .page-profil .right ul li.website {
        background: url(../assets/images/link.svg) no-repeat left 2px;
        background-size: auto 25px;
        word-break: break-all; }
        .page-profil .right ul li.website a {
          font-size: 24px; }
  .page-profil .right .line {
    margin-bottom: 35px; }

/* SECTION ABONNEMENT */
#pms_login a {
  display: inline-block;
  color: #fe5b4f;
  border-bottom: 3px solid #fe5b4f; }
  @media (max-width: 560px) {
    #pms_login a {
      border-bottom: 2px solid #fe5b4f; } }

.content-inscription {
  position: relative; }
  .content-inscription .wrap.smaller {
    border: 1px solid #ECE9E4;
    padding: 100px;
    margin-top: 40px;
    position: relative;
    background: #ffffff; }
    @media (max-width: 768px) {
      .content-inscription .wrap.smaller {
        padding: 50px;
        border: none;
        border-top: 1px solid #ECE9E4;
        margin-top: 0; } }
    @media (max-width: 560px) {
      .content-inscription .wrap.smaller {
        padding: 25px; } }
    .content-inscription .wrap.smaller label {
      display: block;
      font-size: 20px;
      line-height: 30px;
      font-weight: 700;
      color: #303030;
      margin-bottom: 12.5px; }
      @media (max-width: 560px) {
        .content-inscription .wrap.smaller label {
          font-size: 14px;
          line-height: 20px; } }
    .content-inscription .wrap.smaller .pms-field-subscriptions {
      margin-top: 50px; }
    .content-inscription .wrap.smaller .login-remember label {
      font-weight: 100; }
    .content-inscription .wrap.smaller .pms-field input[type=checkbox], .content-inscription .wrap.smaller .pms-field input[type=radio] {
      margin-right: 15px; }
    .content-inscription .wrap.smaller p.info {
      margin-bottom: 50px; }
    .content-inscription .wrap.smaller .info a {
      font-size: inherit; }
  .content-inscription h1 {
    max-width: 500px; }

input[type=text], input[type=password], input[type=email] {
  height: 40px;
  outline: none;
  border: 1px solid #ECE9E4;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  padding: 0 10px;
  color: #303030;
  font-family: 'Work Sans', sans-serif; }
  @media (max-width: 560px) {
    input[type=text], input[type=password], input[type=email] {
      font-size: 14px;
      line-height: 20px; } }

input[type=submit] {
  display: inline-block;
  border-radius: 35px;
  color: #ffffff;
  background-image: url("../assets/images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-color: #fe5b4f;
  background-size: 28px;
  transition: all 0.3s;
  border: none;
  font-size: 24px;
  font-family: 'Crimson Pro', serif;
  line-height: 30px;
  margin-top: 25px;
  padding: 15px 60px 20px 30px;
  cursor: pointer;
  outline: none; }
  @media (max-width: 560px) {
    input[type=submit] {
      margin-top: 0;
      padding: 12px 35px 14px 15px;
      background-position: calc(100% - 10px);
      background-size: 20px;
      font-size: 14px;
      line-height: 20px; } }

.pms-form-fields-wrapper, .pms-field {
  padding-left: 0 !important;
  padding-bottom: 0 !important; }

.pms-form-fields-wrapper {
  margin-bottom: 0 !important; }

.pms-account-navigation a {
  color: #fe5b4f; }

@media (max-width: 768px) {
  .pms-account-navigation ul {
    display: block !important;
    height: auto !important; }
  .pms-account-navigation li.pms-account-navigation-link {
    margin-right: 0;
    display: block;
    margin-left: 0;
    padding-left: 0 !important; } }

.info-tab {
  padding: 0px 0 25px 0; }

.pms-account-subscription-details-table {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px !important; }
  .pms-account-subscription-details-table tr {
    height: 35px;
    vertical-align: middle; }

.pms-account-subscription-details-table__actions .pms-account-subscription-action-link {
  color: #fe5b4f;
  font-size: 20px;
  font-family: 'Crimson Pro', serif;
  line-height: 30px; }
  .pms-account-subscription-details-table__actions .pms-account-subscription-action-link:hover {
    text-decoration: underline; }

.pms-account-subscription-action-link__upgrade, .pms-account-subscription-action-link__cancel {
  display: none; }

#pms-payment-history {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 50px !important; }
  #pms-payment-history tr {
    padding: 15px 0;
    text-align: left; }
  #pms-payment-history th, #pms-payment-history td {
    padding: 10px; }

.membre-edit {
  font-size: 20px !important;
  width: calc(100% + 24px);
  margin-left: -12px; }
  @media (max-width: 560px) {
    .membre-edit {
      font-size: 14px !important;
      line-height: 20px !important; } }
  .membre-edit label, .membre-edit p.description {
    font-size: 20px !important;
    line-height: 30px !important; }
  .membre-edit .acf-fields > .acf-field {
    border: none !important; }
  .membre-edit .acf-checkbox-list label {
    font-weight: 100 !important; }
  .membre-edit .acf-actions a, .membre-edit a.acf-add-checkbox, .membre-edit a {
    color: #fe5b4f;
    font-size: 20px; }
    @media (max-width: 560px) {
      .membre-edit .acf-actions a, .membre-edit a.acf-add-checkbox, .membre-edit a {
        font-size: 14px !important;
        line-height: 20px !important; } }
  .membre-edit input[type=text], .membre-edit input[type=password], .membre-edit input[type=email] {
    font-size: 20px !important; }
    @media (max-width: 560px) {
      .membre-edit input[type=text], .membre-edit input[type=password], .membre-edit input[type=email] {
        font-size: 14px !important;
        line-height: 20px !important; } }
  .membre-edit .acf-tooltip.top {
    display: none !important;
    background: transparent !important;
    color: transparent !important; }
  .membre-edit .acf-taxonomy-field .categorychecklist-holder {
    height: auto;
    max-height: 600px; }
  .membre-edit textarea {
    outline: none;
    border: 1px solid #ECE9E4;
    font-size: 20px !important;
    font-weight: 300;
    line-height: 30px !important;
    padding: 0 10px;
    color: #303030;
    font-family: 'Work Sans', sans-serif; }
    @media (max-width: 560px) {
      .membre-edit textarea {
        font-size: 14px !important;
        line-height: 20px !important; } }
  .membre-edit .acf-taxonomy-field .categorychecklist-holder {
    border: none !important; }
  .membre-edit .acf-taxonomy-field .acf-checkbox-list {
    padding: 0; }
  .membre-edit .select2-container--default .select2-selection--single, .membre-edit .select2-container.-acf .select2-selection {
    border: 1px solid #ECE9E4;
    padding-top: 5px;
    border-radius: none !important;
    height: 40px !important;
    vertical-align: middle; }
  .membre-edit .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px; }
  .membre-edit .line {
    margin-top: 25px; }
  .membre-edit .file-info a {
    font-size: 14px !important; }
  .membre-edit .updated p {
    font-weight: 900 !important; }
  @media (max-width: 560px) {
    .membre-edit label {
      font-size: 14px !important;
      line-height: 20px !important; } }
  @media (max-width: 768px) {
    .membre-edit .acf-field {
      width: 100% !important; } }

.footer, .main-menu {
  position: relative; }
  .footer .bg-left, .main-menu .bg-left {
    width: 50%;
    position: absolute;
    height: 100%;
    background: #ECE9E4; }
  .footer .bg-right, .main-menu .bg-right {
    width: 50%;
    position: absolute;
    height: 100%;
    margin-left: 50%;
    background: #e4e1db; }
  .footer .decoration, .main-menu .decoration {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    pointer-events: none; }
    @media (max-width: 1600px) {
      .footer .decoration, .main-menu .decoration {
        width: 600px;
        right: -50px; } }
    @media (max-width: 1500px) {
      .footer .decoration, .main-menu .decoration {
        width: 550px;
        right: -75px; } }
    @media (max-width: 1440px) {
      .footer .decoration, .main-menu .decoration {
        display: none; } }
  .footer .col-1, .main-menu .col-1 {
    background: #ECE9E4;
    width: 320px;
    float: left;
    height: auto;
    position: relative;
    padding: 100px 0; }
    .footer .col-1 .logo, .main-menu .col-1 .logo {
      margin-bottom: 25px;
      display: block; }
    .footer .col-1 p, .footer .col-1 p a, .main-menu .col-1 p, .main-menu .col-1 p a {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 25px; }
    .footer .col-1 .social img, .main-menu .col-1 .social img {
      height: 32px;
      width: auto;
      margin-right: 5px; }
  .footer .col-2, .main-menu .col-2 {
    float: left;
    width: calc(100% - 320px);
    padding: 100px 0 75px 50px;
    background: #e4e1db; }
    .footer .col-2 .footer-menu, .main-menu .col-2 .footer-menu {
      column-count: 3;
      margin-bottom: 100px; }
      @media (max-width: 1440px) {
        .footer .col-2 .footer-menu, .main-menu .col-2 .footer-menu {
          column-count: 2; } }
      @media (max-width: 1024px) {
        .footer .col-2 .footer-menu, .main-menu .col-2 .footer-menu {
          column-count: 1; } }
      .footer .col-2 .footer-menu ul, .main-menu .col-2 .footer-menu ul {
        margin-bottom: 35px;
        padding-right: 12.5px; }
        .footer .col-2 .footer-menu ul li, .main-menu .col-2 .footer-menu ul li {
          margin-bottom: 15px; }
          .footer .col-2 .footer-menu ul li.menu-item-has-children > a, .main-menu .col-2 .footer-menu ul li.menu-item-has-children > a {
            font-weight: 700;
            margin-bottom: 15px;
            display: block; }
          .footer .col-2 .footer-menu ul li.menu-item-has-children, .main-menu .col-2 .footer-menu ul li.menu-item-has-children {
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid; }
          .footer .col-2 .footer-menu ul li a, .main-menu .col-2 .footer-menu ul li a {
            font-family: 'Work Sans', sans-serif;
            font-weight: 100;
            color: #303030;
            font-size: 18px;
            line-height: 24px;
            transition: color 0.3s; }
            .footer .col-2 .footer-menu ul li a:hover, .main-menu .col-2 .footer-menu ul li a:hover {
              color: #fe5b4f; }
            @media (max-width: 560px) {
              .footer .col-2 .footer-menu ul li a, .main-menu .col-2 .footer-menu ul li a {
                padding-right: 0;
                font-size: 14px;
                line-height: 20px; } }
        .footer .col-2 .footer-menu ul.menu-item, .main-menu .col-2 .footer-menu ul.menu-item {
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid; }
      .footer .col-2 .footer-menu a.btn, .main-menu .col-2 .footer-menu a.btn {
        margin-bottom: 15px;
        white-space: nowrap; }
      .footer .col-2 .footer-menu a.line, .main-menu .col-2 .footer-menu a.line {
        white-space: nowrap; }
    .footer .col-2 .partners img, .main-menu .col-2 .partners img {
      margin-right: 0px;
      height: auto;
      margin-bottom: 0px;
      max-width: 175px; }

@media (max-width: 768px) {
  .footer {
    padding: 0; }
    .footer .bg-left, .footer .bg-right {
      display: none; }
    .footer .col-1, .footer .col-2 {
      width: calc(100% + 100px);
      margin-left: -50px;
      padding: 50px; }
      .footer .col-1 .btn, .footer .col-2 .btn {
        margin-right: 15px; }
      .footer .col-1 .footer-menu, .footer .col-2 .footer-menu {
        margin-bottom: 50px; }
      .footer .col-1 .partners img, .footer .col-2 .partners img {
        max-width: 125px; } }

@media (max-width: 560px) {
  .footer .logo img {
    max-width: 135px; }
  .footer h4 {
    margin-bottom: 15px; }
  .footer .wrap {
    padding: 0; }
  .footer .col-1, .footer .col-2 {
    width: 100%;
    margin-left: 0;
    padding: 50px 25px; }
    .footer .col-1 .partners, .footer .col-2 .partners {
      text-align: center;
      margin: auto; }
  .footer .col-2 {
    padding-bottom: 25px; } }

.bottom {
  background: #303030;
  padding: 35px 50px;
  z-index: 10;
  position: relative; }
  @media (max-width: 768px) {
    .bottom {
      padding: 25px 50px; } }
  @media (max-width: 560px) {
    .bottom {
      padding: 25px; } }
  .bottom .left, .bottom .right {
    float: left;
    width: 50%; }
    @media (max-width: 768px) {
      .bottom .left, .bottom .right {
        width: 100%;
        float: none;
        text-align: left !important; }
        .bottom .left.left, .bottom .right.left {
          display: none; } }
  .bottom .right {
    text-align: right; }
  .bottom p {
    color: #787672;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0; }
    @media (max-width: 560px) {
      .bottom p {
        font-size: 12px;
        line-height: 18px; } }
  .bottom a {
    color: #e4e1db;
    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
    font-size: 14px;
    line-height: 28px; }
  .bottom ul {
    display: block; }
    .bottom ul li {
      display: inline-block;
      margin-right: 15px;
      border-right: 1px solid #787672;
      padding-right: 20px; }
      .bottom ul li:last-of-type {
        border-right: none; }

.scroll-menu {
  background: #fe5b4f;
  height: 100px;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 990; }
  .scroll-menu .logo {
    position: absolute;
    top: 30px; }
    .scroll-menu .logo img {
      width: 100px; }
  .scroll-menu .hamburger {
    position: absolute;
    right: 100px;
    top: 25px;
    width: 50px;
    cursor: pointer; }
    .scroll-menu .hamburger.mobile {
      display: none; }
      @media (max-width: 1024px) {
        .scroll-menu .hamburger.mobile {
          display: block; } }
  .scroll-menu .search {
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 35px;
    right: 185px;
    transition: color 0.3s; }

.main-menu {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: -999px;
  transition: all 0.5s;
  overflow-y: scroll; }
  .main-menu .mob-uti {
    display: none; }
  .main-menu .uti li:last-child a, .main-menu .mob-uti li:last-child a {
    text-transform: uppercase; }
  @media (max-width: 1024px) {
    .main-menu {
      right: -100%;
      top: 0;
      background: #ECE9E4;
      min-height: 100vh; }
      .main-menu .bg-left, .main-menu .bg-right {
        display: none; }
      .main-menu .col-2 {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-bottom: 0;
        background: #ECE9E4;
        padding-top: 50px !important; }
      .main-menu .col-1 {
        width: 100%;
        float: none;
        background: none;
        padding-bottom: 0;
        padding-top: 50px; }
        .main-menu .col-1 p {
          display: none; }
        .main-menu .col-1 .logo {
          display: inline-block; }
      .main-menu .hamburger {
        z-index: 900; }
      .main-menu .footer-menu {
        column-count: 2 !important; } }
  @media (max-width: 768px) {
    .main-menu .hamburger {
      right: 35px !important;
      top: 65px !important; }
    .main-menu .uti {
      display: none; }
    .main-menu .mob-uti {
      display: block;
      padding: 25px 25px 10px 25px;
      background: #e4e1db;
      margin-top: 15px;
      margin-bottom: 60px !important; }
      .main-menu .mob-uti li a {
        font-weight: 900 !important; }
    .main-menu .col-2 {
      padding-top: 0 !important; }
    .main-menu .col-1 {
      padding-top: 25px;
      padding-bottom: 25px; }
      .main-menu .col-1 .logo img {
        width: 150px; }
    .main-menu .footer-menu {
      margin-bottom: 0 !important;
      column-count: 1 !important; } }
  @media (max-width: 560px) {
    .main-menu .hamburger {
      width: 35px !important;
      right: 25px !important;
      top: 60px !important; }
    .main-menu .col-1 .logo img {
      width: 135px; }
    .main-menu h4 {
      margin-bottom: 15px; }
    .main-menu .mob-uti {
      margin-bottom: 75px !important; } }
  .main-menu.open {
    top: 0; }
    @media (max-width: 1024px) {
      .main-menu.open {
        right: 0;
        bottom: 0;
        min-height: 100vh; } }
  .main-menu .hamburger {
    position: absolute;
    right: 100px;
    top: 100px;
    width: 50px;
    cursor: pointer; }
    .main-menu .hamburger.mobile {
      display: none; }
      @media (max-width: 1024px) {
        .main-menu .hamburger.mobile {
          display: block; } }
  .main-menu .search {
    position: absolute;
    right: 185px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    top: 109px;
    transition: color 0.3s; }
  .main-menu .uti {
    position: absolute;
    right: 100px;
    top: 35px; }
    .main-menu .uti li {
      display: inline-block;
      margin-left: 25px; }
      .main-menu .uti li a {
        font-weight: 100;
        font-family: 'Work Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        color: #303030;
        transition: color 0.3s; }
        .main-menu .uti li a:hover {
          color: #fe5b4f; }
      .main-menu .uti li:last-of-type a {
        font-weight: 900; }
  .main-menu .col-2 {
    padding-top: 103px; }

#card {
  width: 3.5in;
  height: 2in;
  border: 1px solid #303030;
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  overflow: hidden; }
  #card .logo {
    top: 10%;
    left: 6%;
    width: 35%;
    position: absolute; }
  #card .decoration1 {
    position: absolute;
    right: -5%;
    top: -10%;
    width: 35%; }
  #card .decoration2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%; }
  #card .content {
    position: absolute;
    left: 6%;
    top: 50%;
    color: #303030; }
    #card .content span {
      display: block;
      margin: inherit; }
    #card .content .type {
      color: #fe5b4f;
      font-size: 12px;
      font-family: 'Crimson Pro', serif;
      margin-bottom: 5%; }
    #card .content .nom {
      font-family: 'Work Sans', sans-serif;
      font-weight: 700;
      font-size: 14px; }
    #card .content .numero {
      font-family: 'Work Sans', sans-serif;
      font-size: 14px; }
    #card .content .expiration {
      font-family: 'Crimson Pro', serif;
      font-size: 12px;
      margin-top: 5%; }

.btn.membre-carte-download {
  margin-bottom: 15px !important; }

@media print {
  body * {
    visibility: hidden; }
  #card, #card * {
    visibility: visible; }
  #card {
    position: absolute;
    left: 0;
    top: 0; } }

.popup {
  display: none;
  position: fixed;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  min-height: 100vh;
  padding: 100px 50px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: scroll; }
  @media (max-width: 768px) {
    .popup {
      padding: 50px 25px; } }
  @media (max-width: 560px) {
    .popup {
      padding: 50px 12.5px; } }
  .popup .content {
    pointer-events: all;
    position: relative;
    padding: 100px 100px 50px 100px;
    background: #fff;
    position: relative;
    max-width: 768px;
    margin: auto;
    text-align: left;
    color: #303030 !important; }
    @media (max-width: 768px) {
      .popup .content {
        padding: 75px 25px 25px 25px; } }
    @media (max-width: 560px) {
      .popup .content {
        padding: 50px 25px 25px 25px; } }
    .popup .content input[type=text], .popup .content input[type=password], .popup .content input[type=email], .popup .content textarea {
      width: 100%;
      outline: none;
      border: 1px solid #ECE9E4;
      font-size: 16px;
      line-height: 24px;
      padding: 15px;
      color: #303030;
      font-family: 'Work Sans', sans-serif;
      margin-top: 15px; }
      @media (max-width: 1024px) {
        .popup .content input[type=text], .popup .content input[type=password], .popup .content input[type=email], .popup .content textarea {
          font-size: 14px;
          line-height: 20px; } }
    .popup .content textarea {
      height: 150px; }
    .popup .content span.wpcf7-not-valid-tip {
      display: inline-block;
      color: #fe5b4f;
      font-size: 16px;
      line-height: 24px; }
      @media (max-width: 768px) {
        .popup .content span.wpcf7-not-valid-tip {
          font-size: 14px;
          line-height: 20px; } }
    .popup .content .wpcf7-validation-errors {
      padding: 25px;
      border: 1px solid #fe5b4f;
      font-size: 16px;
      line-height: 24px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      color: #fe5b4f; }
      @media (max-width: 768px) {
        .popup .content .wpcf7-validation-errors {
          font-size: 14px;
          line-height: 20px;
          padding: 10px 12.5px; } }
    .popup .content .wpcf7-mail-sent-ok {
      border: none;
      padding: 0;
      font-size: 20px;
      line-height: 30px;
      font-weight: 900; }
      @media (max-width: 768px) {
        .popup .content .wpcf7-mail-sent-ok {
          font-size: 14px;
          line-height: 20px; } }
    .popup .content .fichier {
      margin-top: 10px;
      display: block; }
    .popup .content h3 {
      color: #fe5b4f;
      margin-bottom: 25px; }
    .popup .content label {
      font-weight: 900 !important; }
    .popup .content .closeform {
      background: url(../assets/images/x.svg) no-repeat center;
      background-size: contain;
      position: absolute;
      right: 25px;
      top: 25px;
      width: 40px;
      height: 40px;
      cursor: pointer; }
      @media (max-width: 768px) {
        .popup .content .closeform {
          width: 30px;
          height: 30px;
          right: 15px;
          top: 15px; } }

#emplois {
  border-bottom: 3px solid #fff; }
