@charset "UTF-8";
/* flexbox */
/*****************************************************
	Custom CSS
/*****************************************************
/*****************************************************
/*****************************************************/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/*****************************************************
	General / Reset / Structure
/*****************************************************/
/* 1em = 10px; */
html {
  font-size: 62.5% !important; }

body {
  font-family: "proxima-nova",sans-serif; }

a {
  outline: none !important; }

.tel {
  color: inherit !important;
  cursor: text; }
  .tel:hover {
    text-decoration: none; }

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

#container {
  margin: 0 auto; }

h1,
.like-h1 {
  font-size: 3.8rem;
  text-transform: uppercase;
  margin: 20px 0 10px;
  font-weight: 700; }

h2,
.like-h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 15px; }

h3,
.like-h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "industry",sans-serif;
  margin: 10px 0 5px;
  line-height: 1;
  letter-spacing: 0.8px; }

h4,
.like-h4 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 5px;
  line-height: 1; }

p {
  font-size: 1.4rem;
  margin-bottom: 18px; }

/*****************************************************
	Header
/*****************************************************/
#mmenu {
  display: none; }

#open-mmenu {
  display: none;
  position: static;
  float: right; }

#masthead ul {
  list-style: none; }

.home-link {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .home-link:hover {
    text-decoration: none; }
  .home-link:hover {
    opacity: 0.7; }

#topbar .navigation {
  float: right; }
#topbar .nav-menu {
  padding: 13px 0;
  overflow: hidden; }
  #topbar .nav-menu li {
    margin: 0 5px; }
    #topbar .nav-menu li a {
      font-family: "industry",sans-serif;
      font-weight: 400;
      font-size: 1rem;
      text-decoration: none;
      color: #e63c2e;
      text-transform: uppercase;
      border: none;
      padding: 0 5px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      #topbar .nav-menu li a:hover {
        text-decoration: none; }
      #topbar .nav-menu li a:hover {
        color: #003a5d; }
    #topbar .nav-menu li.current-menu-item > a, #topbar .nav-menu li.current-page-ancestor > a {
      color: #003a5d; }
    #topbar .nav-menu li:last-child {
      margin-right: 0; }
      #topbar .nav-menu li:last-child > a {
        padding-right: 0; }
#topbar .topnav-mobile {
  display: none; }

/* Menu */
.navigation {
  width: auto;
  clear: none;
  min-height: 0; }
  .navigation ul {
    padding: 0;
    margin: 0;
    font-size: 0; }

div#navbar {
  background-color: #f7f7f7;
  min-height: 0;
  line-height: normal; }
  div#navbar .home-link {
    margin-top: 6px; }
  div#navbar .navigation {
    border-top: 1px solid rgba(255, 0, 0, 0.2); }
  div#navbar .nav-menu {
    padding: 0; }

.nav-menu li {
  margin: 0 21px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-menu li:hover {
    text-decoration: none; }
  .nav-menu li a {
    padding: 17px 0;
    font-family: "industry",sans-serif;
    color: #003a5d;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6rem;
    height: auto;
    line-height: normal;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .nav-menu li a:hover {
      text-decoration: none; }
    .nav-menu li a:focus {
      color: #003a5d;
      background-color: transparent; }
  .nav-menu li.current-menu-item > a, .nav-menu li.current-menu-ancestor > a {
    border-color: #e63c2e;
    color: #e63c2e;
    background-color: transparent; }
  .nav-menu li .sub-menu {
    background-color: #f7f7f7;
    border: none;
    padding: 5px 0;
    -webkit-box-shadow: 1px 6px 8px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 6px 8px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 6px 8px -2px rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .nav-menu li .sub-menu:hover {
      text-decoration: none; }
    .nav-menu li .sub-menu li {
      margin: 0 15px;
      border-bottom: 1px solid #003a5d; }
      .nav-menu li .sub-menu li a {
        background-color: transparent;
        color: #003a5d;
        padding: 10px 0;
        border: none;
        font-size: 1.4rem; }
        .nav-menu li .sub-menu li a:hover {
          color: #e63c2e; }
      .nav-menu li .sub-menu li.current-menu-item > a, .nav-menu li .sub-menu li.current-page-ancestor > a {
        color: #e63c2e; }
      .nav-menu li .sub-menu li:last-child {
        border-bottom: none; }
  .nav-menu li:hover > a {
    color: #e63c2e;
    background-color: transparent; }
  .nav-menu li:hover .sub-menu {
    opacity: 1; }
  .nav-menu li:last-child {
    margin-right: 0; }
    .nav-menu li:last-child > a {
      padding-right: 0; }

/* MOBILE MENU */
/*****************************************************
	HOME
/*****************************************************/
.home-page {
  position: relative;
  z-index: 1; }
  .home-page:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(( 100% - 1170px ) / 2);
    background: url("../images/home_left_image.jpg") no-repeat left top;
    z-index: -1; }
  .home-page:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(( 100% - 1170px ) / 2);
    background: url("../images/home_right_image.jpg") no-repeat right top;
    z-index: -1; }
  .home-page h1 {
    letter-spacing: 0.2em; }
  .home-page h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 3.4rem;
    letter-spacing: 0.2em; }
  .home-page p {
    font-size: 1.6rem;
    color: #ffffff; }
    .home-page p a {
      font-weight: 700;
      font-family: "industry",sans-serif;
      letter-spacing: 0.2em; }
  .home-page .two-col > .c12 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .home-page .two-col .left-col,
  .home-page .two-col .right-col {
    background-color: #003a5d;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .home-page .two-col .left-col.c6 .inner-col,
    .home-page .two-col .right-col.c6 .inner-col {
      max-width: 390px;
      margin: 0 auto; }
      .home-page .two-col .left-col.c6 .inner-col.img-bg,
      .home-page .two-col .right-col.c6 .inner-col.img-bg {
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 22%;
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); }
      .home-page .two-col .left-col.c6 .inner-col .title,
      .home-page .two-col .right-col.c6 .inner-col .title {
        letter-spacing: 0.52em;
        margin: 0 0 40px; }
        .home-page .two-col .left-col.c6 .inner-col .title:after,
        .home-page .two-col .right-col.c6 .inner-col .title:after {
          content: "";
          width: 100%;
          height: 1px;
          background-color: rgba(255, 255, 255, 0.3);
          display: block;
          margin-top: 21px; }
    .home-page .two-col .left-col .inner-col,
    .home-page .two-col .right-col .inner-col {
      padding: 0 15px;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .home-page .two-col .left-col .inner-col .text > p:last-of-type,
      .home-page .two-col .right-col .inner-col .text > p:last-of-type {
        margin-bottom: 0; }
    .home-page .two-col .left-col > figure a,
    .home-page .two-col .right-col > figure a {
      opacity: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .home-page .two-col .left-col > figure a:hover,
      .home-page .two-col .right-col > figure a:hover {
        text-decoration: none; }
      .home-page .two-col .left-col > figure a:hover,
      .home-page .two-col .right-col > figure a:hover {
        opacity: 0.6; }
      .home-page .two-col .left-col > figure a.hov-play,
      .home-page .two-col .right-col > figure a.hov-play {
        position: relative;
        display: block; }
        .home-page .two-col .left-col > figure a.hov-play:after,
        .home-page .two-col .right-col > figure a.hov-play:after {
          content: url("../images/play_blanc.png");
          position: absolute;
          left: 50%;
          top: 50%;
          -ms-transform: translateY(-50%) translateX(-50%);
          -webkit-transform: translateY(-50%) translateX(-50%);
          -moz-transform: translateY(-50%) translateX(-50%);
          -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }
  .home-page .full-width.bg-red .section-content {
    background-color: #e63c2e; }
  .home-page .full-width.bg-blue .section-content {
    background-color: #003a5d; }
  .home-page .full-width.bg-image .section-content {
    padding: 0;
    max-width: 535px;
    position: absolute;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .home-page .full-width .wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1; }
  .home-page .full-width .section-content {
    padding: 20px 0 11px; }
    .home-page .full-width .section-content.left {
      left: 0;
      margin-left: 8.3333%; }
    .home-page .full-width .section-content.center {
      left: 0;
      right: 0;
      text-align: center; }
      .home-page .full-width .section-content.center h2 {
        font-size: 3rem;
        font-weight: 700; }
    .home-page .full-width .section-content.right {
      right: 0;
      margin-right: 8.3333%; }
  .home-page .recent-articles {
    background-color: #ffffff;
    padding: 31px 0 58px;
    text-align: center; }
    .home-page .recent-articles h2 {
      font-size: 3rem;
      font-weight: 700;
      color: #003a5d;
      text-align: center;
      margin: 0 0 29px; }
    .home-page .recent-articles .articles,
    .home-page .recent-articles .articles-mobile {
      text-align: left;
      padding-bottom: 17px; }
      .home-page .recent-articles .articles .article,
      .home-page .recent-articles .articles-mobile .article {
        padding: 0 15px; }
        .home-page .recent-articles .articles .article h4,
        .home-page .recent-articles .articles-mobile .article h4 {
          color: #003a5d;
          font-weight: 600;
          letter-spacing: 0.2em;
          margin: 23px 0 8px;
          line-height: 24px; }
          .home-page .recent-articles .articles .article h4 a,
          .home-page .recent-articles .articles-mobile .article h4 a {
            color: inherit;
            -webkit-transition: all 0.5s;
            transition: all 0.5s; }
            .home-page .recent-articles .articles .article h4 a:hover,
            .home-page .recent-articles .articles-mobile .article h4 a:hover {
              text-decoration: none; }
            .home-page .recent-articles .articles .article h4 a:hover,
            .home-page .recent-articles .articles-mobile .article h4 a:hover {
              color: #e63c2e; }
        .home-page .recent-articles .articles .article p,
        .home-page .recent-articles .articles-mobile .article p {
          color: #333333; }
        .home-page .recent-articles .articles .article .date,
        .home-page .recent-articles .articles-mobile .article .date {
          color: #e63c2e;
          font-weight: 700;
          font-size: 1.4rem; }
        .home-page .recent-articles .articles .article .readmore,
        .home-page .recent-articles .articles-mobile .article .readmore {
          font-family: "industry",sans-serif;
          font-weight: 700;
          color: #e63c2e;
          letter-spacing: 0.2em;
          font-size: 1.6rem;
          text-transform: uppercase;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          .home-page .recent-articles .articles .article .readmore:hover,
          .home-page .recent-articles .articles-mobile .article .readmore:hover {
            text-decoration: none; }
          .home-page .recent-articles .articles .article .readmore:hover,
          .home-page .recent-articles .articles-mobile .article .readmore:hover {
            text-decoration: underline; }
    .home-page .recent-articles .articles-mobile {
      display: none; }
      .home-page .recent-articles .articles-mobile .article {
        padding: 0; }
      .home-page .recent-articles .articles-mobile .owl-nav {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 50;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .home-page .recent-articles .articles-mobile .owl-nav svg {
          width: 48px;
          height: 20px; }
          .home-page .recent-articles .articles-mobile .owl-nav svg * {
            fill: #ffffff; }
        .home-page .recent-articles .articles-mobile .owl-nav .owl-prev {
          float: left;
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
        .home-page .recent-articles .articles-mobile .owl-nav .owl-next {
          float: right;
          -ms-transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }
    .home-page .recent-articles .button {
      font-size: 3rem;
      font-weight: 700;
      font-family: "industry",sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      background-color: #e63c2e;
      color: #ffffff;
      padding: 8px 15px;
      display: inline-block;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .home-page .recent-articles .button:hover {
        text-decoration: none; }
      .home-page .recent-articles .button:hover {
        background-color: #003a5d; }
  .home-page .newsletter-section {
    position: relative;
    z-index: 1; }
    .home-page .newsletter-section:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: calc(( 100% - 1170px ) / 2);
      background: url("../images/newsletter_left.jpg") no-repeat left top;
      z-index: -1; }
    .home-page .newsletter-section:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: calc(( 100% - 1170px ) / 2);
      background: url("../images/newsletter_right.jpg") no-repeat right top;
      z-index: -1; }
    .home-page .newsletter-section .join h2 {
      color: #e63c2e;
      font-weight: 700;
      font-size: 5.6rem; }
    .home-page .newsletter-section .join p {
      font-size: 1.8rem;
      max-width: 500px;
      margin: 10px auto 18px; }
    .home-page .newsletter-section .join input {
      background-color: #ffffff; }

/*****************************************************
	Blog
/*****************************************************/
.blog {
  padding-top: 31px; }
  .blog .top-blog {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 0 23px;
    margin-bottom: 20px; }
    .blog .top-blog .top-blog-wrapper {
      padding-right: 127px; }
    .blog .top-blog .blog-select {
      text-align: center; }
      .blog .top-blog .blog-select label {
        font-size: 1.2rem;
        position: relative;
        /*&:after{
        	content:"\f0dd";
        	font-family: fontawesome;
        	color:$color2;
        	position: absolute;
        	right: 0;
        	line-height: normal;
        }*/ }
        .blog .top-blog .blog-select label:first-of-type {
          float: left; }
        .blog .top-blog .blog-select label select {
          font-size: inherit;
          font-weight: 700;
          color: #003a5d;
          text-transform: uppercase;
          font-family: "proxima-nova",sans-serif;
          letter-spacing: 1.2px;
          vertical-align: middle;
          padding-right: 11px;
          position: relative;
          z-index: 1;
          background-color: transparent; }
        .blog .top-blog .blog-select label .select2-container {
          min-width: 200px; }
      .blog .top-blog .blog-select input[type="submit"] {
        font-size: 1.4rem;
        font-weight: 700;
        font-family: "industry",sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        background-color: #e63c2e;
        color: #ffffff;
        padding: 5px 12px;
        display: inline-block;
        border: none;
        vertical-align: middle;
        margin-left: 10px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .blog .top-blog .blog-select input[type="submit"]:hover {
          text-decoration: none; }
        .blog .top-blog .blog-select input[type="submit"]:hover {
          background-color: #003a5d; }
    .blog .top-blog .back-to-blog {
      font-family: "industry",sans-serif;
      font-weight: 700;
      font-size: 1.4rem;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .blog .top-blog .back-to-blog span {
        font-weight: 800;
        font-size: 1.6rem; }
    .blog .top-blog .sociaux {
      float: right;
      margin-bottom: 0; }
  .blog .articles-vedette {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    .blog .articles-vedette .vedette {
      width: calc(50% - 15px); }
      .blog .articles-vedette .vedette figure {
        margin-bottom: 38px; }
      .blog .articles-vedette .vedette h1 {
        font-weight: 500;
        font-size: 2.4rem;
        margin: 0; }
      .blog .articles-vedette .vedette .more-infos {
        margin-top: 0; }
        .blog .articles-vedette .vedette .more-infos .author span {
          color: #003a5d; }
        .blog .articles-vedette .vedette .more-infos a {
          color: #003a5d; }
          .blog .articles-vedette .vedette .more-infos a:hover {
            color: #e63c2e; }
      .blog .articles-vedette .vedette .readmore {
        font-size: 1.6rem;
        font-weight: 700;
        text-decoration: underline;
        letter-spacing: 2px;
        display: inline-block; }
  .blog .single-article {
    padding-right: 5.5%; }
    .blog .single-article > div {
      padding-right: 63px;
      padding-top: 6px;
      border-right: 1px solid rgba(0, 0, 0, 0.2); }
    .blog .single-article .more-infos a {
      color: #003a5d; }
    .blog .single-article .more-infos .author {
      color: inherit; }
      .blog .single-article .more-infos .author span {
        color: #003a5d; }
    .blog .single-article .blog-content {
      padding-top: 45px; }
      .blog .single-article .blog-content p, .blog .single-article .blog-content li {
        font-size: 1.6rem; }
      .blog .single-article .blog-content .author-bio {
        padding: 15px 0 40px; }
        .blog .single-article .blog-content .author-bio figure {
          float: left;
          padding-right: 30px; }
        .blog .single-article .blog-content .author-bio div {
          overflow: hidden;
          max-width: 360px; }
          .blog .single-article .blog-content .author-bio div p {
            font-size: 1.4rem;
            margin-bottom: 0;
            line-height: 24px; }
          .blog .single-article .blog-content .author-bio div .author {
            text-transform: uppercase;
            font-family: "industry",sans-serif;
            font-weight: 700;
            color: #666666;
            letter-spacing: 2px;
            margin-bottom: 8px; }
            .blog .single-article .blog-content .author-bio div .author span {
              color: #e63c2e; }
    .blog .single-article .forum-link {
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 33px 0 27px;
      text-align: center; }
      .blog .single-article .forum-link h1 {
        letter-spacing: 0.2em;
        font-size: 3.7rem;
        margin: 0; }
        .blog .single-article .forum-link h1 {
          font-size: 23px; }
          @media screen and (min-width: 781px) {
            .blog .single-article .forum-link h1 {
              font-size: calc(23px + 14 * ((100vw - 781px) / 419)); } }
          @media screen and (min-width: 1200px) {
            .blog .single-article .forum-link h1 {
              font-size: 37px; } }
        .blog .single-article .forum-link h1 a {
          text-decoration: underline; }
    .blog .single-article .recents-posts {
      padding: 59px 0 0; }

.single-blog-sidebar {
  padding: 110px 0 0 2.5%; }
  .single-blog-sidebar .promo {
    margin-bottom: 20px; }
    .single-blog-sidebar .promo a {
      opacity: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .single-blog-sidebar .promo a:hover {
        text-decoration: none; }
      .single-blog-sidebar .promo a:hover {
        opacity: 0.7; }

.recents-posts {
  padding: 0; }
  .recents-posts .posts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .recents-posts .posts .article {
      border-bottom: 1px solid rgba(230, 60, 46, 0.3);
      padding-bottom: 43px;
      margin-bottom: 0;
      margin-top: 30px; }
      .recents-posts .posts .article.c6 {
        width: calc(50% - 15px); }
      .recents-posts .posts .article.c4 {
        width: calc(33.3333% - 20px); }
      .recents-posts .posts .article .more-infos a {
        color: #003a5d; }
        .recents-posts .posts .article .more-infos a:hover {
          color: #e63c2e; }
      .recents-posts .posts .article h4 {
        font-size: 1.6rem;
        font-weight: 500;
        color: #e63c2e;
        line-height: normal;
        letter-spacing: 1px;
        margin: 10px 0 9px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .recents-posts .posts .article h4:hover {
          text-decoration: none; }
        .recents-posts .posts .article h4 a {
          color: inherit; }
        .recents-posts .posts .article h4:hover {
          color: #003a5d; }
      .recents-posts .posts .article .author {
        color: #999999;
        margin-bottom: 0; }
        .recents-posts .posts .article .author span {
          color: #003a5d; }
        .recents-posts .posts .article .author a {
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          .recents-posts .posts .article .author a:hover {
            text-decoration: none; }
          .recents-posts .posts .article .author a:hover {
            color: #003a5d; }

.woocommerce .site-content nav.woocommerce-pagination,
.site-content nav.blog-pagination {
  border-top: none;
  max-width: none;
  text-align: center; }
  .woocommerce .site-content nav.woocommerce-pagination ul,
  .site-content nav.blog-pagination ul {
    display: inline-block; }
    .woocommerce .site-content nav.woocommerce-pagination ul li:before,
    .site-content nav.blog-pagination ul li:before {
      content: "";
      display: none; }
    .woocommerce .site-content nav.woocommerce-pagination ul li span,
    .site-content nav.blog-pagination ul li span {
      color: #e63c2e;
      font-family: "industry",sans-serif;
      font-size: 2rem;
      font-weight: 600; }
      .woocommerce .site-content nav.woocommerce-pagination ul li span.current,
      .site-content nav.blog-pagination ul li span.current {
        color: #003a5d; }
    .woocommerce .site-content nav.woocommerce-pagination ul li a,
    .site-content nav.blog-pagination ul li a {
      color: #999999;
      font-family: "industry",sans-serif;
      font-size: 2rem;
      font-weight: 600;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .woocommerce .site-content nav.woocommerce-pagination ul li a:hover,
      .site-content nav.blog-pagination ul li a:hover {
        text-decoration: none; }
      .woocommerce .site-content nav.woocommerce-pagination ul li a svg polygon,
      .site-content nav.blog-pagination ul li a svg polygon {
        fill: #003a5d;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .woocommerce .site-content nav.woocommerce-pagination ul li a svg polygon:hover,
        .site-content nav.blog-pagination ul li a svg polygon:hover {
          text-decoration: none; }
      .woocommerce .site-content nav.woocommerce-pagination ul li a:hover,
      .site-content nav.blog-pagination ul li a:hover {
        color: #003a5d; }
        .woocommerce .site-content nav.woocommerce-pagination ul li a:hover svg polygon,
        .site-content nav.blog-pagination ul li a:hover svg polygon {
          fill: #e63c2e; }

/*****************************************************
	shop
/*****************************************************/
.woocommerce-page .site-main .site-content .sidebar-shop,
.woocommerce-page .site-main .site-content .woocommerce-MyAccount-navigation {
  padding-right: 30px; }
  .woocommerce-page .site-main .site-content .sidebar-shop ul li:before,
  .woocommerce-page .site-main .site-content .woocommerce-MyAccount-navigation ul li:before {
    content: "";
    display: none; }
  .woocommerce-page .site-main .site-content .sidebar-shop ul li a,
  .woocommerce-page .site-main .site-content .woocommerce-MyAccount-navigation ul li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .woocommerce-page .site-main .site-content .sidebar-shop ul li a:hover,
    .woocommerce-page .site-main .site-content .woocommerce-MyAccount-navigation ul li a:hover {
      text-decoration: none; }
    .woocommerce-page .site-main .site-content .sidebar-shop ul li a:hover,
    .woocommerce-page .site-main .site-content .woocommerce-MyAccount-navigation ul li a:hover {
      color: #ffffff;
      text-decoration: none; }
  .woocommerce-page .site-main .site-content .sidebar-shop ul li.current-cat a, .woocommerce-page .site-main .site-content .sidebar-shop ul li.is-active a,
  .woocommerce-page .site-main .site-content .woocommerce-MyAccount-navigation ul li.current-cat a,
  .woocommerce-page .site-main .site-content .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ffffff; }

div.woocommerce {
  padding: 55px 15px; }

.woocommerce .shop {
  padding-top: 40px; }
.woocommerce .site-content ul.products {
  padding-top: 40px; }
  .woocommerce .site-content ul.products li.product:before {
    content: "";
    display: none; }
  .woocommerce .site-content ul.products li.product a:hover {
    text-decoration: none; }
  .woocommerce .site-content ul.products li.product .star-rating {
    font-size: 1.8rem; }
.woocommerce .site-content nav.woocommerce-pagination {
  border-top: 1px solid rgba(172, 43, 40, 0.3); }
.woocommerce .woocommerce-ordering {
  margin: 0; }
.woocommerce #customer_login .login input.button {
  vertical-align: middle; }
  .woocommerce #customer_login .login input.button + .inline {
    margin-left: 10px; }
    .woocommerce #customer_login .login input.button + .inline input {
      vertical-align: sub; }
.woocommerce #customer_login .register .acf-field {
  padding: 3px; }
.woocommerce .acf-field .acf-input label input {
  vertical-align: middle; }
.woocommerce .acf-field .acf-input label span {
  vertical-align: middle; }
.woocommerce .woocommerce-MyAccount-content .available-programme .shop_table .download-product a {
  color: #e63c2e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .woocommerce .woocommerce-MyAccount-content .available-programme .shop_table .download-product a:hover {
    text-decoration: none; }
  .woocommerce .woocommerce-MyAccount-content .available-programme .shop_table .download-product a:hover {
    color: #003a5d; }
.woocommerce .woocommerce-MyAccount-content .available-programme .shop_table .video-cat-title {
  padding-top: 20px; }

.single-product .baniere {
  margin-bottom: 0; }
.single-product .top-product {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0 23px;
  margin-bottom: 37px; }
  .single-product .top-product .back-to-shop {
    font-family: "industry",sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #003a5d;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .single-product .top-product .back-to-shop:hover {
      text-decoration: none; }
    .single-product .top-product .back-to-shop:hover {
      color: #e63c2e; }
    .single-product .top-product .back-to-shop span {
      font-weight: 800;
      font-size: 1.6rem; }
  .single-product .top-product .sociaux {
    margin-bottom: 0; }
.single-product div.product {
  padding: 0;
  overflow: hidden; }
  .single-product div.product .product-col-left {
    width: 75%;
    border-bottom: none;
    margin-bottom: 0; }
    .single-product div.product .product-col-left .star-rating {
      float: none;
      display: inline-block;
      font-size: 2.4rem;
      margin-right: 26px;
      color: #e63c2e;
      margin-top: 0;
      vertical-align: middle; }
    .single-product div.product .product-col-left .woocommerce-review-link {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.4rem;
      color: #003a5d;
      vertical-align: top;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .single-product div.product .product-col-left .woocommerce-review-link:hover {
        text-decoration: none; }
      .single-product div.product .product-col-left .woocommerce-review-link:hover {
        color: #e63c2e; }
  .single-product div.product .related {
    border-top: 1px solid rgba(172, 43, 40, 0.3);
    padding-top: 46px; }
    .single-product div.product .related h2 {
      color: #003a5d; }

.woocommerce #content div.product div.summary {
  width: 25%; }
  .woocommerce #content div.product div.summary .price {
    font-size: 3rem; }

.woocommerce #reviews {
  border-top: 1px solid rgba(172, 43, 40, 0.3);
  padding-top: 46px;
  padding-bottom: 50px; }
  .woocommerce #reviews #comments h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #003a5d;
    letter-spacing: 1px; }
  .woocommerce #reviews #comments ol.commentlist {
    padding-left: 0; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
      border: none;
      margin-left: 0;
      padding-left: 0; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        font-size: 1.4rem;
        color: #333333; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
          font-weight: 400; }
    .woocommerce #reviews #comments ol.commentlist li .star-rating {
      float: none;
      margin-bottom: 10px;
      font-size: 1.8rem;
      color: #e63c2e; }
  .woocommerce #reviews #respond textarea {
    border: 1px solid rgba(0, 57, 93, 0.2); }

.woocommerce-error li:before,
.woocommerce-info li:before,
.woocommerce-message li:before {
  content: "";
  display: none; }

/*****************************************************
	training camp
/*****************************************************/
.page-sem-conf {
  background-color: transparent; }
  .page-sem-conf div ul li {
    list-style-type: none;
    line-height: 26px;
    text-indent: -10px;
    margin-left: 10px; }
  .page-sem-conf .c8 {
    padding: 10px 60px 10px 0; }
  .page-sem-conf h3 {
    color: #003a5d;
    font-weight: 700;
    margin-left: 0; }
  .page-sem-conf form {
    padding: 20px 0; }
  .page-sem-conf label {
    color: #003a5d; }
  .page-sem-conf input,
  .page-sem-conf select,
  .page-sem-conf textarea {
    background-color: rgba(0, 58, 93, 0.1); }
  .page-sem-conf .wpcf7-form span.wpcf7-not-valid-tip {
    color: #e63c2e; }
  .page-sem-conf .wpcf7-form div.wpcf7-response-output {
    color: #333333; }
  .page-sem-conf .coachs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-right: -15px;
    flex-wrap: wrap; }
    .page-sem-conf .coachs .coach {
      margin-right: 15px;
      margin-bottom: 15px;
      width: calc(25% - 15px);
      max-width: 150px; }
      .page-sem-conf .coachs .coach a {
        display: block;
        position: relative; }
        .page-sem-conf .coachs .coach a .overlay {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          opacity: 0;
          background-color: rgba(255, 255, 255, 0.7);
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          .page-sem-conf .coachs .coach a .overlay:hover {
            text-decoration: none; }
          .page-sem-conf .coachs .coach a .overlay h4 {
            text-align: center;
            color: #e63c2e;
            position: absolute;
            bottom: 10px;
            left: 0;
            right: 0; }
        .page-sem-conf .coachs .coach a:hover .overlay {
          opacity: 1; }
      .page-sem-conf .coachs .coach.no-thumbnail a {
        width: 100%;
        height: 0;
        padding-top: 100%;
        /* hack pour avoir la hauteur ├®gal ├á la largeur */ }
        .page-sem-conf .coachs .coach.no-thumbnail a figure {
          background-color: #003a5d;
          padding-bottom: 20px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }
        .page-sem-conf .coachs .coach.no-thumbnail a .overlay {
          opacity: 1;
          background-color: transparent; }
        .page-sem-conf .coachs .coach.no-thumbnail a:hover .overlay {
          background-color: rgba(255, 255, 255, 0.7); }

#demande-info {
  background-color: transparent;
  border-left: 1px solid rgba(172, 43, 40, 0.3);
  margin-top: 20px;
  padding: 33px 0 20px 15%; }
  #demande-info input[type="submit"] {
    display: inline-block;
    margin: 0; }

/*****************************************************
	biography
/*****************************************************/
.bio .coachs {
  padding-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .bio .coachs .coach {
    padding-right: 30px;
    margin-bottom: 80px; }
    .bio .coachs .coach .inner-coach {
      height: 100%;
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(172, 43, 40, 0.3); }
    .bio .coachs .coach figure {
      padding-right: 30px; }
      .bio .coachs .coach figure a {
        opacity: 1;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .bio .coachs .coach figure a:hover {
          text-decoration: none; }
        .bio .coachs .coach figure a:hover {
          opacity: 0.6; }
    .bio .coachs .coach .description h2 {
      font-weight: 600;
      color: #e63c2e;
      letter-spacing: 2px;
      margin-top: 0; }
      .bio .coachs .coach .description h2 a {
        color: inherit;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .bio .coachs .coach .description h2 a:hover {
          text-decoration: none; }
        .bio .coachs .coach .description h2 a:hover {
          color: #003a5d; }
    .bio .coachs .coach .description .readmore {
      font-family: "industry",sans-serif;
      font-weight: 700;
      font-size: 1.6rem;
      color: #e63c2e;
      text-decoration: underline;
      text-transform: uppercase;
      letter-spacing: 2px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .bio .coachs .coach .description .readmore:hover {
        text-decoration: none; }
      .bio .coachs .coach .description .readmore:hover {
        color: #003a5d;
        text-decoration: underline; }
    .bio .coachs .coach.no-thumbnail {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .bio .coachs .coach.no-thumbnail figure {
        height: 100%; }
        .bio .coachs .coach.no-thumbnail figure a {
          width: 100%;
          height: 100%;
          background-color: #003a5d;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center; }

.content-with-image {
  padding: 70px 0 60px;
  border-bottom: 1px solid rgba(172, 43, 40, 0.3); }
  .content-with-image h1, .content-with-image h2, .content-with-image h3, .content-with-image h4, .content-with-image h5, .content-with-image h6 {
    margin-top: 0;
    letter-spacing: 0.1em; }
  .content-with-image > .c6 + .c6 {
    padding-left: 30px; }

/*****************************************************
	single coach
/*****************************************************/
.top-coach {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0 23px;
  margin-bottom: 40px; }
  .top-coach .back-to-bio {
    font-family: "industry",sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #003a5d;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .top-coach .back-to-bio:hover {
      text-decoration: none; }
    .top-coach .back-to-bio:hover {
      color: #e63c2e; }
    .top-coach .back-to-bio span {
      font-weight: 800;
      font-size: 1.6rem; }

.content-coach {
  padding-bottom: 50px; }
  .content-coach .coach-profile {
    padding-right: 30px; }
  .content-coach h1 {
    font-size: 2.8rem;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: 1px; }
  .content-coach .sociaux {
    list-style-type: none;
    padding: 0;
    overflow: hidden; }
    .content-coach .sociaux li {
      float: left;
      margin-right: 16px; }
      .content-coach .sociaux li a {
        display: block;
        background-color: #003a5d;
        border-radius: 50%;
        color: #ffffff;
        font-size: 1.5rem;
        text-align: center;
        width: 28px;
        height: 28px;
        line-height: 28px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .content-coach .sociaux li a:hover {
          text-decoration: none; }
        .content-coach .sociaux li a:hover {
          background-color: #e63c2e; }
  .content-coach .coach-recent-post {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 35px;
    margin-top: 50px; }
    .content-coach .coach-recent-post h4 {
      font-size: 1.6rem;
      color: #003a5d;
      letter-spacing: 2px;
      margin-bottom: 21px; }
    .content-coach .coach-recent-post p {
      margin-bottom: 5px; }

/*****************************************************
	Online coaching
/*****************************************************/
#temp-out-info p {
  margin: 10px 0 0;
  color: #003a5d; }

.spots-available {
  font-weight: 600;
  color: #003a5d;
  font-size: 2.3rem;
  letter-spacing: 1px;
  text-align: center;
  padding: 12px 0 8px;
  border-top: 1px solid rgba(0, 58, 93, 0.6);
  border-bottom: 1px solid rgba(0, 58, 93, 0.6); }

.select-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: auto;
  max-width: none;
  justify-content: space-between;
  margin-right: -14px; }
  .select-wrap .wpcf7-form-control-wrap {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 14px; }
    .select-wrap .wpcf7-form-control-wrap select {
      margin-right: 0;
      width: 100%; }

.oc-description {
  margin-bottom: 50px; }

/*****************************************************
	Programs
/*****************************************************/
.programs-page {
  padding: 70px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .programs-page .programme {
    padding: 0 15px;
    margin-bottom: 50px; }
    .programs-page .programme .inner-program {
      border-bottom: 1px solid rgba(172, 43, 40, 0.3);
      padding-bottom: 40px;
      height: 100%;
      overflow: hidden; }
      .programs-page .programme .inner-program figure a {
        opacity: 1;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .programs-page .programme .inner-program figure a:hover {
          text-decoration: none; }
        .programs-page .programme .inner-program figure a:hover {
          opacity: 0.6; }
      .programs-page .programme .inner-program .description {
        padding-right: 10px; }
      .programs-page .programme .inner-program h2 {
        font-size: 2.4rem;
        letter-spacing: 1px;
        color: #e63c2e;
        font-weight: 600;
        margin: 42px 0 19px; }
        .programs-page .programme .inner-program h2 a {
          color: inherit;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          .programs-page .programme .inner-program h2 a:hover {
            text-decoration: none; }
          .programs-page .programme .inner-program h2 a:hover {
            color: #003a5d; }
      .programs-page .programme .inner-program .price {
        font-weight: 600;
        font-size: 2rem;
        color: #e63c2e;
        letter-spacing: 1.1px;
        margin-bottom: 21px; }
      .programs-page .programme .inner-program p {
        font-size: 1.6rem;
        margin-bottom: 0; }
      .programs-page .programme .inner-program .button-wrap {
        overflow: hidden;
        margin-top: 31px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .programs-page .programme .inner-program .button-wrap a {
          font-size: 1.6rem;
          font-weight: 700;
          font-family: "industry",sans-serif;
          text-transform: uppercase;
          text-decoration: underline;
          float: left;
          letter-spacing: 2px;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          .programs-page .programme .inner-program .button-wrap a:hover {
            text-decoration: none; }
          .programs-page .programme .inner-program .button-wrap a.learn-more {
            color: #003a5d; }
            .programs-page .programme .inner-program .button-wrap a.learn-more:hover {
              color: #e63c2e;
              text-decoration: underline; }
          .programs-page .programme .inner-program .button-wrap a.purchase {
            color: #e63c2e; }
            .programs-page .programme .inner-program .button-wrap a.purchase:hover {
              color: #003a5d;
              text-decoration: underline; }
          .programs-page .programme .inner-program .button-wrap a + a {
            float: right; }
    .programs-page .programme.featured-program figure {
      float: left;
      width: 58.3333%;
      padding-right: 30px; }
    .programs-page .programme.featured-program .description {
      float: left;
      width: 41.6666%;
      padding-right: 0; }
      .programs-page .programme.featured-program .description h2 {
        font-size: 3.4rem;
        margin-top: 0; }
      .programs-page .programme.featured-program .description .button-wrap a {
        font-weight: 600;
        text-decoration: none;
        color: #ffffff;
        padding: 8px 18px 6px;
        line-height: 24px; }
        .programs-page .programme.featured-program .description .button-wrap a.learn-more {
          background-color: #003a5d; }
          .programs-page .programme.featured-program .description .button-wrap a.learn-more:hover {
            background-color: #e63c2e;
            color: #ffffff;
            text-decoration: none; }
        .programs-page .programme.featured-program .description .button-wrap a.purchase {
          background-color: #e63c2e; }
          .programs-page .programme.featured-program .description .button-wrap a.purchase:hover {
            background-color: #003a5d;
            color: #ffffff;
            text-decoration: none; }
        .programs-page .programme.featured-program .description .button-wrap a + a {
          float: left;
          margin-left: 30px; }

/* single program */
.site-content .single-program h1 {
  font-size: 4rem;
  letter-spacing: 0.2em; }
.site-content .single-program p {
  font-size: 2rem; }
.site-content .single-program .button {
  font-size: 2rem;
  font-weight: 700;
  font-family: "industry",sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background-color: #e63c2e;
  color: #ffffff;
  padding: 8px 15px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .site-content .single-program .button:hover {
    text-decoration: none; }
  .site-content .single-program .button:hover {
    background-color: #003a5d; }
.site-content .single-program .program-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 105px 0 95px; }
  .site-content .single-program .program-banner h1 {
    font-size: 9em;
    font-weight: 700;
    letter-spacing: 0.3em;
    margin-top: 0;
    line-height: 92px; }
  .site-content .single-program .program-banner h2 {
    font-size: 3rem;
    color: #f7f7f7;
    letter-spacing: 0.3em;
    font-weight: 400;
    margin: 0; }
  .site-content .single-program .program-banner p {
    color: #f7f7f7; }
  .site-content .single-program .program-banner .img-banner {
    position: absolute;
    top: 0;
    z-index: -1;
    max-width: none; }
.site-content .single-program .program-introduction {
  text-align: center;
  padding: 111px 0 87px; }
  .site-content .single-program .program-introduction h1 {
    margin: 0 0 16px; }
  .site-content .single-program .program-introduction .text-program p {
    color: #202020;
    line-height: 38px;
    margin-bottom: 33px; }
  .site-content .single-program .program-introduction .text-program strong {
    font-size: 3rem;
    color: #e63c2e;
    line-height: 40px; }
.site-content .single-program .program-testimony {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #181818;
  padding: 120px 0 78px; }
  .site-content .single-program .program-testimony .img-testimony {
    position: absolute;
    z-index: -1; }
  .site-content .single-program .program-testimony .author-image {
    text-align: center;
    padding-right: 30px; }
  .site-content .single-program .program-testimony .testimony-text p {
    font-style: italic;
    color: #ffffff; }
  .site-content .single-program .program-testimony .testimony-text .author-infos p {
    font-size: 1.6rem;
    font-style: normal; }
  .site-content .single-program .program-testimony .testimony-text .author-infos .author {
    font-weight: 700;
    text-transform: uppercase; }
.site-content .single-program .program-testimony-button {
  background-color: #e63c2e;
  overflow: hidden;
  padding: 37px 0; }
  .site-content .single-program .program-testimony-button > .c12 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .site-content .single-program .program-testimony-button h3 {
    font-size: 3rem;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    text-transform: none;
    font-family: "proxima-nova",sans-serif;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .site-content .single-program .program-testimony-button .button {
    background-color: #003a5d;
    margin-left: 10px;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .site-content .single-program .program-testimony-button .button:hover {
      color: #003a5d;
      background-color: #ffffff; }
.site-content .single-program .program-overview {
  text-align: center;
  padding: 112px 0; }
  .site-content .single-program .program-overview h1 {
    margin: 0 0 21px; }
  .site-content .single-program .program-overview .overview-list {
    text-align: left;
    padding: 0;
    margin: 43px 0 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; }
    .site-content .single-program .program-overview .overview-list li {
      text-indent: -10px;
      margin-left: 10px;
      font-size: 2rem;
      margin-bottom: 26px;
      display: inline-block; }
      .site-content .single-program .program-overview .overview-list li:before {
        content: "-";
        font-weight: 900;
        color: #e63c2e;
        font-family: "proxima-nova",sans-serif; }
.site-content .single-program .program-include {
  text-align: center;
  padding: 112px 0; }
  .site-content .single-program .program-include h1 {
    margin: 0 0 21px; }
  .site-content .single-program .program-include .include-list {
    text-align: left;
    padding: 0;
    margin: 43px 0 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; }
    .site-content .single-program .program-include .include-list li {
      text-indent: -29px;
      margin-left: 29px;
      font-size: 2rem;
      margin-bottom: 26px;
      display: inline-block; }
      .site-content .single-program .program-include .include-list li:before {
        content: "\2713";
        color: #e63c2e;
        font-size: 2.5rem;
        margin-right: 10px; }
.site-content .single-program .program-cta {
  text-align: center;
  padding: 112px 0;
  margin-bottom: 1px; }
  .site-content .single-program .program-cta h1 {
    color: #ffffff;
    font-size: 6rem;
    font-weight: 600;
    margin: 0 0 56px; }

/*****************************************************
	FAQ
/*****************************************************/
body #content .program-faq,
body #content .faq-page {
  text-align: center;
  padding: 112px 0; }
  body #content .program-faq h1,
  body #content .faq-page h1 {
    margin: 0 0 21px; }
  body #content .program-faq .faq-list,
  body #content .faq-page .faq-list {
    text-align: left;
    padding: 0;
    margin: 43px 0 0;
    overflow: hidden; }
    body #content .program-faq .faq-list li,
    body #content .faq-page .faq-list li {
      display: inline-block;
      cursor: pointer;
      float: left;
      width: 50%;
      padding-right: 15px; }
      body #content .program-faq .faq-list li:nth-child(2n+1),
      body #content .faq-page .faq-list li:nth-child(2n+1) {
        clear: both; }
      body #content .program-faq .faq-list li:before,
      body #content .faq-page .faq-list li:before {
        content: "+";
        float: left;
        border: 2px solid #e63c2e;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        color: #e63c2e;
        font-weight: 700;
        font-family: "proxima-nova",sans-serif;
        font-size: 3.1rem;
        margin-right: 15px;
        -webkit-transition: color 0.5s, border-color 0.5s;
        transition: color 0.5s, border-color 0.5s; }
      body #content .program-faq .faq-list li .question-wrapper,
      body #content .faq-page .faq-list li .question-wrapper {
        overflow: hidden; }
        body #content .program-faq .faq-list li .question-wrapper .answer,
        body #content .faq-page .faq-list li .question-wrapper .answer {
          display: none;
          width: 100% !important;
          /* prevent width animation */ }
          body #content .program-faq .faq-list li .question-wrapper .answer p,
          body #content .faq-page .faq-list li .question-wrapper .answer p {
            color: #e63c2e;
            font-style: italic; }
      body #content .program-faq .faq-list li:hover:before,
      body #content .faq-page .faq-list li:hover:before {
        border-color: #003a5d;
        color: #003a5d; }
      body #content .program-faq .faq-list li.opened:before,
      body #content .faq-page .faq-list li.opened:before {
        content: "-";
        font-weight: 400;
        line-height: 15px;
        font-size: 4.5rem; }

body #content .faq-page .faq-list li {
  display: list-item;
  margin-bottom: 12px; }

/*****************************************************
	Seminars
/*****************************************************/
#les-sem-conf > li:before {
  content: "";
  display: none; }

#infolettre-sidebar {
  padding: 0 0 20px 15%; }
  #infolettre-sidebar h1 {
    font-size: 5.4rem;
    font-weight: 700;
    line-height: 54px;
    margin: 70px 0 43px; }
  #infolettre-sidebar form {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(172, 43, 40, 0.3); }
    #infolettre-sidebar form .inner-form {
      background: url("../images/sidebar-newsletter.jpg") no-repeat 0 0/cover;
      padding: 20px 33px; }
    #infolettre-sidebar form label {
      font-family: "industry",sans-serif;
      font-weight: 700;
      font-size: 1.6rem;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 46px; }
    #infolettre-sidebar form input[name="email"] {
      background-color: #ffffff;
      width: calc(100% - 35px);
      float: left; }
    #infolettre-sidebar form button {
      background-color: #e63c2e;
      border: none;
      width: 35px;
      height: 35px;
      float: left; }
      #infolettre-sidebar form button svg {
        width: 21px;
        height: 9px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        #infolettre-sidebar form button svg * {
          fill: #ffffff; }
    #infolettre-sidebar form .error-log {
      color: #ffffff;
      clear: both;
      margin-bottom: 0; }

/*****************************************************
	Forum
/*****************************************************/
#bbpress-forums {
  padding-top: 55px; }

.bbpress ul li:before {
  content: "";
  display: none; }

/*****************************************************
	Forms
/*****************************************************/
input {
  background-color: rgba(0, 58, 93, 0.1); }

select {
  background-color: rgba(0, 58, 93, 0.1); }

textarea {
  background-color: rgba(0, 58, 93, 0.1); }

/*****************************************************
	Frame / Content
/*****************************************************/
#main {
  margin-top: 98px; }

#content {
  background-color: #f7f7f7; }

body:not(.bbpress) .site-content {
  background-color: #f7f7f7; }
  body:not(.bbpress) .site-content ul:not(.sociaux) li a, body:not(.bbpress) .site-content ol li a {
    color: #e63c2e; }
    body:not(.bbpress) .site-content ul:not(.sociaux) li a:hover, body:not(.bbpress) .site-content ol li a:hover {
      text-decoration: underline; }
  body:not(.bbpress) .site-content ul:not(.sociaux) li:before {
    content: "\f105";
    margin-right: 5px;
    font-family: fontawesome; }
  body:not(.bbpress) .site-content ol {
    counter-reset: numbering; }
    body:not(.bbpress) .site-content ol li:before {
      margin-right: 5px; }

.select2-container li:before {
  content: "";
  display: none; }

header {
  position: relative;
  background-color: #f7f7f7; }

.baniere {
  background-size: auto auto;
  position: relative;
  padding-top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .baniere:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .baniere h1 {
    font-size: 6rem;
    letter-spacing: 0.7em; }
    .baniere h1 {
      font-size: 34px; }
      @media screen and (min-width: 781px) {
        .baniere h1 {
          font-size: calc(34px + 20 * ((100vw - 781px) / 419)); } }
      @media screen and (min-width: 1200px) {
        .baniere h1 {
          font-size: 54px; } }

/* Sidebar */
/* Pager with pagenavi */
.wp-pagenavi .pages {
  display: none; }
.wp-pagenavi span, .wp-pagenavi a {
  background-color: #FDF5DE;
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  border: none;
  font-family: "Roboto Condensed",sans-serif;
  color: #000;
  text-decoration: none;
  width: 30px;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .wp-pagenavi span:hover, .wp-pagenavi a:hover {
    text-decoration: none; }
.wp-pagenavi a:not(.page) {
  background-color: #f82b3a;
  color: #fff; }
.wp-pagenavi a:hover {
  opacity: 0.6; }

/* Share */
.sharing {
  padding: 18px 0;
  font-size: 0; }
  .sharing a {
    display: inline-block;
    font-size: 1.4rem;
    padding-right: 16px;
    color: #373431;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .sharing a:hover {
      text-decoration: none; }
    .sharing a:hover {
      opacity: 0.5; }

/*****************************************************
	Footer
/*****************************************************/
footer.site-footer {
  background-color: #0b2432;
  line-height: normal; }
  footer.site-footer .footer-content {
    padding: 38px 0 13px; }
    footer.site-footer .footer-content .c3 {
      padding-right: 15px; }
    footer.site-footer .footer-content h3 {
      margin: 8px 0 21px; }
    footer.site-footer .footer-content .social {
      display: none;
      margin: 3px 0 0 5px; }
      footer.site-footer .footer-content .social a {
        background-color: #e63c2e; }
    footer.site-footer .footer-content .footer-menu {
      padding: 0;
      margin: 30px 0 38px;
      list-style-type: none;
      text-align: left;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; }
      footer.site-footer .footer-content .footer-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        float: left;
        width: calc(50% - 30px);
        margin-right: 30px;
        padding: 10px 0 9px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
        footer.site-footer .footer-content .footer-menu li a {
          color: #ffffff;
          font-size: 1.6rem;
          padding: 0; }
    footer.site-footer .footer-content p {
      color: #ffffff;
      line-height: 24px; }
    footer.site-footer .footer-content .secured h3 i {
      margin-left: 11px; }
    footer.site-footer .footer-content .instagram-feed .instagram-post {
      width: 50%;
      float: left;
      opacity: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      footer.site-footer .footer-content .instagram-feed .instagram-post:hover {
        text-decoration: none; }
      footer.site-footer .footer-content .instagram-feed .instagram-post:hover {
        opacity: 0.6; }

#copyrights {
  background-color: #041925;
  text-align: left;
  max-height: none; }
  #copyrights p {
    float: left;
    color: #82a9c0; }
    #copyrights p a {
      color: inherit; }
  #copyrights .fleche a {
    vertical-align: middle; }
  #copyrights .fleche svg * {
    fill: #044d75; }

/*****************************************************
	popup
/*****************************************************/
#all-blue {
  z-index: 201; }
  #all-blue .toggle-infolettre {
    position: absolute;
    top: -45px;
    right: -50px;
    width: 27px;
    height: 27px;
    z-index: 2; }
    #all-blue .toggle-infolettre:before, #all-blue .toggle-infolettre:after {
      content: "";
      width: 17px;
      height: 17px;
      display: block;
      border-color: #ffffff;
      border-style: solid;
      position: absolute;
      top: 0;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      #all-blue .toggle-infolettre:before:hover, #all-blue .toggle-infolettre:after:hover {
        text-decoration: none; }
    #all-blue .toggle-infolettre:before {
      border-width: 3px 3px 0 0;
      left: -9px; }
    #all-blue .toggle-infolettre:after {
      border-width: 0 0 3px 3px;
      right: -8px; }
    #all-blue .toggle-infolettre:hover:before, #all-blue .toggle-infolettre:hover:after {
      border-color: #e63c2e; }

#infolettre-popup {
  width: calc(100% - 30px); }
  #infolettre-popup .popup-header {
    position: relative;
    overflow: hidden;
    height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    #infolettre-popup .popup-header h1 {
      position: relative;
      z-index: 1;
      margin: 0 auto; }
    #infolettre-popup .popup-header img {
      position: absolute;
      max-width: none;
      top: -60px;
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  #infolettre-popup form {
    padding: 22px 45px 40px; }
    #infolettre-popup form p {
      text-align: center;
      font-size: 1.6rem;
      line-height: 24px; }
    #infolettre-popup form .input-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-right: -30px; }
      #infolettre-popup form .input-wrap .input-validation-wrap {
        margin-bottom: 20px;
        width: calc(50% - 30px);
        -webkit-box-flex: 1 0 auto;
        -moz-box-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-right: 30px; }
    #infolettre-popup form input, #infolettre-popup form select {
      padding-left: 12px;
      border: 1px solid transparent;
      margin-bottom: 0; }
      #infolettre-popup form input.error, #infolettre-popup form select.error {
        border: 1px solid #e63c2e; }
    #infolettre-popup form select option {
      color: #141412; }
    #infolettre-popup form select option[value=""],
    #infolettre-popup form select.noval {
      color: rgba(125, 123, 109, 0.54); }
    #infolettre-popup form label {
      display: inline-block;
      margin-top: 9px; }
      #infolettre-popup form label input {
        float: left;
        padding-left: 0;
        width: auto;
        height: auto;
        margin: 3px 5px 0 0; }
      #infolettre-popup form label label {
        float: left;
        clear: both; }
    #infolettre-popup form #email-error,
    #infolettre-popup form #accept-error {
      color: #e63c2e;
      margin-top: 2px; }
    #infolettre-popup form button {
      font-size: 1.6rem;
      float: right;
      margin-top: 0; }
    #infolettre-popup form .loading {
      background-color: transparent;
      color: #003a5d;
      float: right; }
    #infolettre-popup form .error-log {
      clear: both;
      text-align: right; }

/*****************************************************
	Maintenance
/*****************************************************/
.page-maintenance, #maintenance {
  height: 100%; }

#maintenance {
  background-color: #003a5d;
  position: relative; }
  #maintenance h1, #maintenance h2 {
    color: #ffffff; }
  #maintenance #content {
    background-color: transparent;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0; }
  #maintenance .container {
    text-align: center; }
  #maintenance .container figure {
    display: inline-block;
    padding: 0 50px 20px;
    border-bottom: 1px solid #e63c2e; }

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