@charset "UTF-8";
/*!
Theme Name: Selectrum Theme
Theme URI: http://www.jointswp.com
Description: 
Author: Selectrum
Author URI: http://www.selectrum.com
Version: 5.1 (Development)
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass
******************************************************************/
body {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1; }
  body.mobile-nav--open {
    overflow: hidden; }

a {
  transition: 400ms ease; }

h1, h2 {
  font-family: "Arapey";
  line-height: 1; }
.d_flex-ai_middle{
  display: flex;
  align-items: center;
}

h2 {
  font-size: 1.8rem;
  color: #99111F;
  margin-bottom: 1rem;
  line-height: 1.2; }
  h2 a {
    color: #3E4F56; }
    h2 a:hover {
      color: #99111F; }

p {
  line-height: 1.4; }

.bold_uppercase {
  font-weight: 700;
  text-transform: uppercase; }

.alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem; }

.alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0; }

@media screen and (max-width: 39.9375em) {
  .alignright, .alignleft {
    display: block;
    float: none;
    margin: 0.5rem 0 1rem; } }

iframe {
  width: 100%; }

.search-result {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  .search-result a {
    text-decoration: none !important; }

.button {
  font-family: "Arapey";
  font-size: 1rem;
  background: #D9002D;
  border: 1px solid #D9002D;
  color: #fff;
  text-transform: uppercase; }
  .button:hover, .button:focus, .button:active {
    color: #D9002D;
    background: transparent; }
  .button.secondary {
    background: #87888A;
    border: 1px solid #87888A; }
    .button.secondary:hover, .button.secondary:focus, .button.secondary:active {
      color: #87888A;
      background: transparent; }
  .button.invert-primary {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 0.75rem;
    background: transparent;
    color: #99111F;
    border: 1px solid #9A9B9F;
    margin: 2rem 0 0; }
    .button.invert-primary:hover, .button.invert-primary:focus, .button.invert-primary:active {
      background: #D9002D;
      color: #fff;
      border-color: #D9002D;
      opacity: 1; }
  .button.border_dark {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 0.75rem;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin: 1.5rem 0 0;
    padding: 1rem; }
    .button.border_dark:hover, .button.border_dark:focus, .button.border_dark:active {
      background: #fff;
      color: #3E4F56;
      border-color: #fff;
      opacity: 1; }

.search-results .content-page--wrapper .button.invert-primary {
  border: 1px solid #99111F;
  margin: 1rem 0 0; }

.cell.social-medias, .social-medias {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 123px; }
  .cell.social-medias .fb-link, .cell.social-medias .twitter-link, .cell.social-medias .linked-link, .social-medias .fb-link, .social-medias .twitter-link, .social-medias .linked-link, .instagram-link {
    display: block; }

.fb-link, .twitter-link, .linked-link, .instagram-link {
  display: inline-block;
  background-size: cover; }

.fb-link {
  background-image: url(assets/images/facebook.svg);
  width: 26px;
  height: 25px; }

.twitter-link {
  background-image: url(assets/images/twitter.svg);
  width: 30px;
  height: 30px; }

.linked-link {
  background-image: url(assets/images/linkedin.svg);
  width: 30px;
  height: 30px; }

.instagram-link {
  background-image: url(assets/images/instagram.png);
  width: 30px;
  height: 30px; }

.pastilles-wrap {
  position: relative; }
  .pastilles-wrap .pastille-img {
    width: 200px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    margin-top: -3rem; }
  @media screen and (max-width: 39.9375em) {
    .pastilles-wrap .pastille-img {
      width: 150px;
      margin-top: -2rem; } }

.content-page--wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #EFEFEF; }
  @media screen and (max-width: 63.9375em) {
    .content-page--wrapper {
      padding-top: 2rem;
      padding-bottom: 0; } }

.content-page--wrapper,
.styles-contenu {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 0.95rem;
  color: #3E4F56; }
  .content-page--wrapper h1,
  .styles-contenu h1 {
    color: #D9002D;
    text-transform: uppercase;
    font-size: 52px;
    letter-spacing: 2px;
    margin-bottom: 1rem; }
  .content-page--wrapper header p, .content-page--wrapper h2,
  .styles-contenu header p,
  .styles-contenu h2 {
    font-family: "Arapey";
    color: #3E4F56;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 1rem; }
  .content-page--wrapper h2,
  .styles-contenu h2 {
    color: #000; }
  .content-page--wrapper h3,
  .styles-contenu h3 {
    font-family: "Open Sans Condensed";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    color: #000;
    margin-bottom: 1rem; }
  .content-page--wrapper h4,
  .styles-contenu h4 {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1.5rem; }
  .content-page--wrapper .main-content h2,
  .styles-contenu .main-content h2 {
    font-family: "Open Sans Condensed";
    color: #3E4F56;
    letter-spacing: 0;
    font-weight: 700;
    margin: 2rem 0 0; }
  .content-page--wrapper .main-content h3,
  .styles-contenu .main-content h3 {
    font-family: "Arapey";
    letter-spacing: 1px; }
  .content-page--wrapper hr,
  .styles-contenu hr {
    margin: 1.5rem auto;
    border-bottom: 1px dashed #cacaca; }
  .content-page--wrapper ul,
  .styles-contenu ul {
    list-style: none;
    margin: 0 0 1rem; }
    .content-page--wrapper ul li,
    .styles-contenu ul li {
      position: relative;
      margin-bottom: 0.2rem;
      padding-left: 0.8rem; }
      .content-page--wrapper ul li::before,
      .styles-contenu ul li::before {
        content: "›";
        font-weight: 700;
        position: absolute;
        left: -0.1rem; }
      .content-page--wrapper ul li a,
      .styles-contenu ul li a {
        color: #3E4F56;
        text-decoration: underline; }
  .content-page--wrapper p a, .content-page--wrapper ol li a,
  .styles-contenu p a,
  .styles-contenu ol li a {
    color: #3E4F56;
    text-decoration: underline; }
  .content-page--wrapper .fb-link,
  .styles-contenu .fb-link {
    background-image: url(assets/images/facebook-red.svg);
    background-size: cover;
    height: 26px; }
  .content-page--wrapper .twitter-link,
  .styles-contenu .twitter-link {
    background-image: url(assets/images/twitter-red.svg); }
  .content-page--wrapper .linked-link,
  .styles-contenu .linked-link {
    background-image: url(assets/images/linkedin-red.svg); }
  .content-page--wrapper .instagram-link,
  .styles-contenu .instagram-link {
    background-image: url(assets/images/instagram-red.png); }
  .content-page--wrapper .sep,
  .styles-contenu .sep {
    border-left: 1px dashed #aaa;
    padding-right: 1rem;
    margin-bottom: 1.5rem; }
  @media screen and (max-width: 63.9375em) {
    .content-page--wrapper h1,
    .styles-contenu h1 {
      font-size: 36px; }
    .content-page--wrapper h2,
    .styles-contenu h2 {
      font-size: 25px; } }

.styles-contenu h2 {
  color: #99111F; }

table {
  margin: 1.5rem auto 2rem;
  width: 100% !important;
  color: #3E4F56; }
  table tbody td, table tbody th,
  table tfoot td, table tfoot th, table thead td, table thead th {
    padding: 1rem .625rem 1.1rem;
    background: #DBDCDD;
    text-align: left;
    border: 2px solid #fff; }
  table tfoot td, table tfoot th, table thead td, table thead th, table tbody th {
    font-family: "Open Sans Condensed";
    font-weight: 700;
    color: #99111F;
    text-transform: uppercase;
    letter-spacing: 2px; }
  table a {
    color: #D9002D;
    text-decoration: underline; }
  @media screen and (max-width: 63.9375em) {
    table {
      width: auto !important; } }

.white-bg--styles,
.grid-container.full.white-bg--styles {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .white-bg--styles .text-center ul li:before,
  .grid-container.full.white-bg--styles .text-center ul li:before {
    position: static;
    margin-right: 0.5rem; }
  .white-bg--styles h2,
  .grid-container.full.white-bg--styles h2 {
    color: #99111F; }
  .white-bg--styles .accordion,
  .grid-container.full.white-bg--styles .accordion {
    text-align: center; }
    .white-bg--styles .accordion li,
    .grid-container.full.white-bg--styles .accordion li {
      margin-bottom: 0;
      padding-left: 0; }
      .white-bg--styles .accordion li a,
      .grid-container.full.white-bg--styles .accordion li a {
        text-decoration: none; }
      .white-bg--styles .accordion li:before,
      .grid-container.full.white-bg--styles .accordion li:before {
        display: none; }
      .white-bg--styles .accordion li .accordion-title,
      .grid-container.full.white-bg--styles .accordion li .accordion-title {
        font-family: "Open Sans Condensed";
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 1.25rem 1rem 1rem;
        border: 0 none;
        color: #99111F; }
        .white-bg--styles .accordion li .accordion-title:before,
        .grid-container.full.white-bg--styles .accordion li .accordion-title:before {
          display: none; }
        .white-bg--styles .accordion li .accordion-title:hover, .white-bg--styles .accordion li .accordion-title:focus, .white-bg--styles .accordion li .accordion-title:active,
        .grid-container.full.white-bg--styles .accordion li .accordion-title:hover,
        .grid-container.full.white-bg--styles .accordion li .accordion-title:focus,
        .grid-container.full.white-bg--styles .accordion li .accordion-title:active {
          background: transparent; }
      .white-bg--styles .accordion li .sub-titles,
      .grid-container.full.white-bg--styles .accordion li .sub-titles {
        padding: .8rem 0 0.7rem;
        font-family: "Open Sans Condensed";
        font-size: 24px;
        text-transform: uppercase;
        border-top: 2px dashed #aaa;
        border-bottom: 2px dashed #aaa; }
        .white-bg--styles .accordion li .sub-titles .sep,
        .grid-container.full.white-bg--styles .accordion li .sub-titles .sep {
          border-left: 2px dashed #aaa;
          height: 100%;
          margin: 0px 1.1rem; }
        .white-bg--styles .accordion li .sub-titles a,
        .grid-container.full.white-bg--styles .accordion li .sub-titles a {
          padding: 0.3rem 1rem;
          color: #99111F; }
          .white-bg--styles .accordion li .sub-titles a.active, .white-bg--styles .accordion li .sub-titles a:hover, .white-bg--styles .accordion li .sub-titles a:active,
          .grid-container.full.white-bg--styles .accordion li .sub-titles a.active,
          .grid-container.full.white-bg--styles .accordion li .sub-titles a:hover,
          .grid-container.full.white-bg--styles .accordion li .sub-titles a:active {
            background: #99111F;
            color: #fff; }
      .white-bg--styles .accordion li .accordion-content,
      .grid-container.full.white-bg--styles .accordion li .accordion-content {
        border: 0 none;
        background: #EFEFEF; }
        .white-bg--styles .accordion li .accordion-content .levels,
        .grid-container.full.white-bg--styles .accordion li .accordion-content .levels {
          position: relative;
          width: 80%;
          max-width: 600px;
          min-height: 175px;
          height: auto;
          margin: auto; }
          .white-bg--styles .accordion li .accordion-content .levels > div,
          .grid-container.full.white-bg--styles .accordion li .accordion-content .levels > div {
            position: absolute;
            top: 50%;
            left: 0;
            opacity: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            transition: 300ms ease; }
          .white-bg--styles .accordion li .accordion-content .levels > div.active,
          .grid-container.full.white-bg--styles .accordion li .accordion-content .levels > div.active {
            opacity: 1; }
    @media screen and (max-width: 40em) {
      .white-bg--styles .accordion li,
      .grid-container.full.white-bg--styles .accordion li {
        margin-top: 1rem; }
        .white-bg--styles .accordion li .accordion-title,
        .grid-container.full.white-bg--styles .accordion li .accordion-title {
          font-size: 25px; }
        .white-bg--styles .accordion li .sub-titles,
        .grid-container.full.white-bg--styles .accordion li .sub-titles {
          border: 0 none;
          border-bottom: 1px solid #99111F;
          padding: 0; }
          .white-bg--styles .accordion li .sub-titles .sep,
          .grid-container.full.white-bg--styles .accordion li .sub-titles .sep {
            display: none; }
          .white-bg--styles .accordion li .sub-titles a,
          .grid-container.full.white-bg--styles .accordion li .sub-titles a {
            display: block;
            border-top: 1px solid #99111F; }
        .white-bg--styles .accordion li .accordion-content .levels,
        .grid-container.full.white-bg--styles .accordion li .accordion-content .levels {
          min-height: 275px; } }

@media screen and (max-width: 63.9375em) {
  .small-align-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; } }

.header .header-top--wrapper {
  background: #3E4F56;
  color: #fff; }
  .header .header-top--wrapper .flex-cell {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .header .header-top--wrapper .flex-cell .menu {
      font-family: "Open Sans";
      font-weight: 500;
      font-size: 0.7rem;
      margin-right: 1rem; }
      .header .header-top--wrapper .flex-cell .menu a {
        color: #fff;
        display: inline-block;
        padding: .3rem 1rem; }
        .header .header-top--wrapper .flex-cell .menu a:hover {
          color: #fff; }
      .header .header-top--wrapper .flex-cell .menu .active > a, .header .header-top--wrapper .flex-cell .menu .is-active > a {
        background: transparent; }

.header .header-bottom--wrapper {
  background: #EFEFEF;
  padding-top: 3rem;
  padding-bottom: 2.5rem; }
  .header .header-bottom--wrapper .left-header {
    position: relative;
    min-height: 155px; }
    .header .header-bottom--wrapper .left-header p {
      font-family: "Arapey";
      font-size: 24px;
      margin: 0; }
      .header .header-bottom--wrapper .left-header p.telephone {
        color: #707070;
        font-size: 36px;
        line-height: 1; }
      .header .header-bottom--wrapper .left-header p a {
        color: #707070; }
        .header .header-bottom--wrapper .left-header p a:hover {
          color: #99111F; }
    .header .header-bottom--wrapper .left-header:before {
      right: 0; }
  .header .header-bottom--wrapper .center-header img {
    max-width: 220px;
    margin: auto; }
  .header .header-bottom--wrapper .right-header {
    position: relative;
    min-height: 155px; }
    .header .header-bottom--wrapper .right-header .button {
      padding: 1.2rem 0;
      width: 257px;
      margin: 1rem 0 0;
      font-size: 0.92rem;
      letter-spacing: 1px; }
    .header .header-bottom--wrapper .right-header:before {
      left: 0; }
  .header .header-bottom--wrapper .left-header::before, .header .header-bottom--wrapper .right-header::before {
    content: "";
    background: url(assets/images/dashed-line.svg) no-repeat top center;
    width: 1px;
    height: 130px;
    top: 14px;
    position: absolute; }

.header-img--wrapper {
  width: 100%; }
  .header-img--wrapper img {
    width: 100%;
    height: auto; }

.search-field {
  width: 235px;
  margin: 10px 0;
  height: 28px;
  padding: 0 10px;
  line-height: 28px;
  border: 0 none;
  font-size: 14px;
  font-family: "Open Sans";
  color: #3E4F56;
  background: #fff url(assets/images/m-glass.svg) no-repeat 95%;
  background-size: 20px auto; }

.bx-wrapper {
  box-shadow: none;
  border: 0 none;
  margin: 0; }
  .bx-wrapper img {
    width: 100%; }
  .bx-wrapper .relative--wrapper {
    position: relative; }
    .bx-wrapper .relative--wrapper .read_more {
      position: absolute;
      bottom: 12%;
      background: transparent;
      margin: 0 auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border: 1px solid #fff;
      font-family: "Barlow";
      font-size: 13px;
      font-weight: 700;
      padding: 1rem 1.8rem; }
      .bx-wrapper .relative--wrapper .read_more:hover {
        background: #fff;
        color: #D9002D; }
  .bx-wrapper .bx-pager.bx-default-pager {
    padding: 0;
    bottom: 5%; }
    .bx-wrapper .bx-pager.bx-default-pager a {
      background: transparent;
      border: 1px solid #fff; }
      .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #fff; }
  .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 998; }
    .bx-wrapper .bx-controls-direction a.bx-next {
      right: 20px;
      background: url(assets/images/arrow.svg) no-repeat 0 0; }
    .bx-wrapper .bx-controls-direction a.bx-prev {
      left: 20px;
      background: url(assets/images/arrow-left.svg) no-repeat 0 0; }

.footer {
  margin: 0; }

.top-footer--wrapper {
  background: #3E4F56;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .top-footer--wrapper h3, .top-footer--wrapper p {
    font-family: "Open Sans"; }
  .top-footer--wrapper h3 {
    font-size: 0.9rem;
    margin-bottom: 1rem; }
  .top-footer--wrapper p {
    font-size: .75rem;
    line-height: 1.4;
    margin-bottom: 0.8rem; }
    .top-footer--wrapper p a {
      color: #fff; }
  .top-footer--wrapper .fb-link {
    margin-left: 0.5rem; }
  .top-footer--wrapper .logo-footer {
    max-width: 128px; }
  .top-footer--wrapper .border-left {
    position: relative;
    padding-left: 2rem; }
    .top-footer--wrapper .border-left::before {
      content: "";
      background: url(assets/images/dashed-white-line.svg) no-repeat top center;
      width: 1px;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
  .top-footer--wrapper hr {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    width: 100%;
    margin: 1.25rem 0 2rem; }
  .top-footer--wrapper .sep {
    border-left: 1px dashed rgba(255, 255, 255, 0.5);
    padding: 0 0.5rem;
    margin-left: 0.8rem; }
  @media screen and (max-width: 39em) {
    .top-footer--wrapper .small-6.cell-bottom {
      margin: 0 0.8rem 2rem;
      width: 41%; }
    .top-footer--wrapper .small-7.cell-bottom {
      margin: 0 0.8rem;
      width: 60%; } }

.bottom-footer--wrapper {
  background: #000;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .bottom-footer--wrapper .copyright {
    max-width: 1280px;
    margin: 0 auto; }
    .bottom-footer--wrapper .copyright p {
      font-family: "Open Sans";
      margin: 0;
      text-align: center;
      font-size: 0.7rem; }
      .bottom-footer--wrapper .copyright p a {
        color: #fff;
        margin: 0 0.5rem; }
        .bottom-footer--wrapper .copyright p a:hover, .bottom-footer--wrapper .copyright p a:active, .bottom-footer--wrapper .copyright p a:focus {
          text-decoration: underline; }

#menu-footer-fr.menu,
#menu-footer-fr-anglais.menu {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0; }
  #menu-footer-fr.menu li,
  #menu-footer-fr-anglais.menu li {
    position: relative;
    line-height: 1;
    margin: 0 0 0.3rem;
    padding-left: 0.8rem; }
    #menu-footer-fr.menu li:before,
    #menu-footer-fr-anglais.menu li:before {
      content: "•";
      position: absolute;
      left: -0.1rem;
      top: -3px;
      line-height: 1; }
    #menu-footer-fr.menu li a,
    #menu-footer-fr-anglais.menu li a {
      margin-bottom: 0;
      font-family: "Open Sans";
      color: #fff;
      font-size: .75rem;
      padding: 0;
      line-height: 1.2; }
      #menu-footer-fr.menu li a:hover,
      #menu-footer-fr-anglais.menu li a:hover {
        text-decoration: underline; }
    #menu-footer-fr.menu li.active > a, #menu-footer-fr.menu li.is-active > a,
    #menu-footer-fr-anglais.menu li.active > a,
    #menu-footer-fr-anglais.menu li.is-active > a {
      background: transparent;
      color: #fff; }

.footer_menu {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0; }
  .footer_menu .menu {
    display: block;
    margin: 0 0 1rem;
    list-style: none;
    padding: 0; }
  .footer_menu.menu > li > a {
    font-size: .75rem;
    font-weight: 600;
    margin: 0 0 0.3rem; }
  .footer_menu .menu li {
    position: relative;
    line-height: 1;
    margin: 0 0 0.3rem;
    padding-left: 0.8rem; }
    .footer_menu .menu li:before {
      content: "•";
      position: absolute;
      left: 0;
      top: -3px;
      line-height: 1; }
  .footer_menu li a {
    margin-bottom: 0;
    font-family: "Open Sans";
    color: #fff;
    font-size: .75rem;
    padding: 0;
    line-height: 1.2; }
    .footer_menu li a:hover {
      text-decoration: underline; }
  .footer_menu li.active > a, .footer_menu li.is-active > a {
    background: transparent;
    color: #fff; }

.main-menu--wrapper {
  max-width: 1280px;
  width: 100%;
  margin: auto; }
  .main-menu--wrapper .menu {
    font-family: "Open Sans";
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .main-menu--wrapper .menu li {
      -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center;
      position: relative;
      border-left: 1px solid #BCBEC0;
      transition: 400ms ease; }
      .main-menu--wrapper .menu li a {
        position: relative;
        width: auto;
        height: 64px;
        line-height: 64px;
        color: #3E4F56;
        background: transparent;
        padding: 0 20px; }
      .main-menu--wrapper .menu li.menu-item-has-children > a {
        margin-left: -10px; }
        .main-menu--wrapper .menu li.menu-item-has-children > a::after {
          content: "";
          background-color: #87888A;
          -webkit-mask-image: url(assets/images/arrow-down.svg);
          mask-image: url(assets/images/arrow-down.svg);
          background-size: cover;
          height: 6px;
          position: absolute;
          width: 10px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          @supports (-ms-ime-align: auto) {
            .main-menu--wrapper .menu li.menu-item-has-children > a::after {
              background: none; } }
          @media all and (-ms-high-contrast: none) {
            .main-menu--wrapper .menu li.menu-item-has-children > a::after {
              background: none; } }
      .main-menu--wrapper .menu li:first-child {
        border: 0 none; }
      .main-menu--wrapper .menu li:last-child .menu {
        left: auto;
        right: 0; }
      .main-menu--wrapper .menu li:hover {
        background: #D9002D;
        border-color: #D9002D; }
        .main-menu--wrapper .menu li:hover .menu {
          display: block; }
        .main-menu--wrapper .menu li:hover.menu-item-has-children > a::after {
          background-color: #fff; }
          @supports (-ms-ime-align: auto) {
            .main-menu--wrapper .menu li:hover.menu-item-has-children > a::after {
              background: none; } }
          @media all and (-ms-high-contrast: none) {
            .main-menu--wrapper .menu li:hover.menu-item-has-children > a::after {
              background: none; } }
      .main-menu--wrapper .menu li.active {
        color: #fff;
        background: #D9002D;
        border-color: #D9002D; }
        .main-menu--wrapper .menu li.active.menu-item-has-children > a::after {
          background-color: #fff; }
      .main-menu--wrapper .menu li.active > a,
      .main-menu--wrapper .menu li:hover > a {
        color: #fff;
        background: transparent; }
    .main-menu--wrapper .menu .menu {
      display: none;
      position: absolute;
      min-width: 340px;
      left: 0;
      width: auto;
      top: 64px;
      font-weight: 500;
      padding: 0.5rem 1.5rem;
      z-index: 1;
      background: #fff; }
      .main-menu--wrapper .menu .menu li {
        text-align: left;
        border-left: 0 none; }
        .main-menu--wrapper .menu .menu li:first-child > a {
          border: 0 none; }
        .main-menu--wrapper .menu .menu li a {
          width: 100%;
          border-top: 1px dashed #707070;
          line-height: 1.4;
          height: auto;
          padding: 0.8rem 0;
          border-left: 0 none; }
          .main-menu--wrapper .menu .menu li a:hover, .main-menu--wrapper .menu .menu li a:active, .main-menu--wrapper .menu .menu li a:focus {
            background: transparent;
            color: #99111F; }
        .main-menu--wrapper .menu .menu li.active,
        .main-menu--wrapper .menu .menu li.active > a,
        .main-menu--wrapper .menu .menu li:hover > a {
          background: transparent;
          color: #99111F;
          border-color: #707070; }
        .main-menu--wrapper .menu .menu li:hover {
          background: transparent; }
        .main-menu--wrapper .menu .menu li.menu-item-has-children > a {
          margin-left: 0; }
          .main-menu--wrapper .menu .menu li.menu-item-has-children > a::after {
            top: 43%;
            -webkit-transform: rotate(-90deg) translateY(-50%);
            -ms-transform: rotate(-90deg) translateY(-50%);
            transform: rotate(-90deg) translateY(-50%); }
        .main-menu--wrapper .menu .menu li .menu {
          display: none;
          left: 100%;
          top: -0.5rem; }
        .main-menu--wrapper .menu .menu li:hover .menu {
          display: block; }
        .main-menu--wrapper .menu .menu li:hover.menu-item-has-children > a::after {
          background-color: #87888A; }
          @supports (-ms-ime-align: auto) {
            .main-menu--wrapper .menu .menu li:hover.menu-item-has-children > a::after {
              background: none; } }
          @media all and (-ms-high-contrast: none) {
            .main-menu--wrapper .menu .menu li:hover.menu-item-has-children > a::after {
              background: none; } }

.mobile-nav--wrapper {
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 99999; }

.mobile-nav {
  width: 45px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }
  .mobile-nav span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #D9002D;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .mobile-nav span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    .mobile-nav span:nth-child(2) {
      top: 12px;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    .mobile-nav span:nth-child(3) {
      top: 24px;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
  .mobile-nav.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px; }
  .mobile-nav.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .mobile-nav.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 30px;
    left: 8px; }

.mobile-menu--wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  z-index: 99998;
  overflow-x: hidden; }
  .mobile-menu--wrapper #menu-mobile-nav,
  .mobile-menu--wrapper #menu-mobile-nav-en {
    position: relative;
    font-family: "Open Sans";
    margin-top: 5rem;
    font-size: 0.95rem;
    width: 52%;
    border-right: 1px dashed #ccc;
    transition: 500ms ease; }
    .mobile-menu--wrapper #menu-mobile-nav li a,
    .mobile-menu--wrapper #menu-mobile-nav-en li a {
      background: transparent;
      color: #D9002D;
      line-height: 1.5;
      padding: .2rem 0.5rem; }
    .mobile-menu--wrapper #menu-mobile-nav li.menu-item-has-children > a,
    .mobile-menu--wrapper #menu-mobile-nav-en li.menu-item-has-children > a {
      position: relative; }
      .mobile-menu--wrapper #menu-mobile-nav li.menu-item-has-children > a::after,
      .mobile-menu--wrapper #menu-mobile-nav-en li.menu-item-has-children > a::after {
        content: " ";
        position: absolute;
        width: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #D9002D;
        height: 0;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .mobile-menu--wrapper #menu-mobile-nav li.section-title,
    .mobile-menu--wrapper #menu-mobile-nav-en li.section-title {
      font-weight: bold; }
    .mobile-menu--wrapper #menu-mobile-nav .menu,
    .mobile-menu--wrapper #menu-mobile-nav-en .menu {
      display: none;
      position: absolute;
      left: 200%;
      top: 0;
      width: 90%; }
      .mobile-menu--wrapper #menu-mobile-nav .menu a,
      .mobile-menu--wrapper #menu-mobile-nav-en .menu a {
        width: 100%; }
  .mobile-menu--wrapper .bottom-menu-mobile {
    width: 80%;
    margin: 1rem auto 0; }
    .mobile-menu--wrapper .bottom-menu-mobile .button {
      width: 100%;
      font-size: 13px;
      padding: 1rem; }
    .mobile-menu--wrapper .bottom-menu-mobile .search-field {
      width: 100%;
      height: auto;
      border: 1px solid #d8d8d8;
      padding: 4px 10px; }

.main-menu--container {
  background: #fff; }
  .main-menu--container.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #ececec; }

.content-red--wraper,
.af-red--wrapper {
  background: url("assets/images/books-bg.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 7rem 0;
  color: #fff; }
  .content-red--wraper a,
  .af-red--wrapper a {
    color: #fff;
    text-decoration: underline; }
  .content-red--wraper table a,
  .af-red--wrapper table a {
    color: #3E4F56; }
  .content-red--wraper h2,
  .af-red--wrapper h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 3rem;
    letter-spacing: 4px; }
  @media screen and (max-width: 63.9375em) {
    .content-red--wraper,
    .af-red--wrapper {
      padding: 4rem 0; }
      .content-red--wraper h2,
      .af-red--wrapper h2 {
        font-size: 1.8rem; } }

.margins-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.af-red--wrapper {
  background: #99111F;
  padding: 6rem 0; }
  .af-red--wrapper .sessions {
    padding-top: 1rem;
    margin-top: 0.8rem;
    border-top: 1px dashed #fff; }
    .af-red--wrapper .sessions p {
      margin-bottom: 0.3rem;
      font-size: 1.05rem; }
      .af-red--wrapper .sessions p.mention_speciale {
        margin-bottom: 0.6rem; }
        .af-red--wrapper .sessions p.mention_speciale span {
          position: relative;
          display: inline-block; }
          .af-red--wrapper .sessions p.mention_speciale span:before {
            content: url("assets/images/ico_special.svg");
            position: static;
            display: block;
            top: -48px;
            left: calc(50% - 18px); }
            @media screen and (min-width: 40em) {
              .af-red--wrapper .sessions p.mention_speciale span:before {
                position: absolute;
                top: -9px;
                left: -42px; } }
          .af-red--wrapper .sessions p.mention_speciale span:after {
            content: url("assets/images/ico_special.svg");
            position: static;
            display: none; }
            @media screen and (min-width: 40em) {
              .af-red--wrapper .sessions p.mention_speciale span:after {
                position: absolute;
                display: block;
                bottom: 0;
                top: -9px;
                right: -42px; } }
    .af-red--wrapper .sessions h3 {
      font-weight: 700;
      margin-bottom: 0.8rem;
      font-size: 2.3rem; }
    .af-red--wrapper .sessions:first-child, .af-red--wrapper .sessions:nth-child(2) {
      padding-top: 0;
      margin-top: 0;
      border-top: 0 none; }
  .af-red--wrapper .epreuve h3 {
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 1.2rem 0; }
  .af-red--wrapper .epreuve ul {
    list-style: none;
    margin: 0 0 1rem; }
    .af-red--wrapper .epreuve ul li {
      position: relative;
      margin-bottom: 0.2rem;
      padding-left: 0.8rem; }
      .af-red--wrapper .epreuve ul li::before {
        content: "›";
        font-weight: 700;
        margin-right: 0.5rem; }
  .af-red--wrapper .infos {
    margin-top: 4rem; }
    .af-red--wrapper .infos p {
      margin-bottom: 0.3rem;
      font-size: 1.05rem; }
  .af-red--wrapper .sep {
    border-right: 1px dashed #fff; }
  .af-red--wrapper.calendrier {
    padding: 4rem 0; }
    .af-red--wrapper.calendrier h3 {
      font-family: "Arapey";
      font-size: 48px;
      letter-spacing: 10px;
      margin-bottom: 1.5rem;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase; }
    .af-red--wrapper.calendrier table {
      margin: 1.5rem auto 2rem;
      max-width: 700px;
      color: #fff;
      border: 0 none; }
      .af-red--wrapper.calendrier table tbody td, .af-red--wrapper.calendrier table tbody th,
      .af-red--wrapper.calendrier table tfoot td, .af-red--wrapper.calendrier table tfoot th, .af-red--wrapper.calendrier table thead td, .af-red--wrapper.calendrier table thead th {
        background: #99111F;
        border: 2px solid #fff;
        text-align: center; }
      .af-red--wrapper.calendrier table tfoot td, .af-red--wrapper.calendrier table tfoot th, .af-red--wrapper.calendrier table thead td, .af-red--wrapper.calendrier table thead th, .af-red--wrapper.calendrier table tbody th {
        color: #fff;
        text-align: center; }
      .af-red--wrapper.calendrier table a {
        color: #D9002D;
        text-decoration: underline; }
    .af-red--wrapper.calendrier table {
      border-collapse: collapse; }
      .af-red--wrapper.calendrier table tr:first-child th {
        border-top: 0;
        border-left: 0;
        border-right: 0; }
      .af-red--wrapper.calendrier table tr:last-child td {
        border-bottom: 0;
        border-left: 0;
        border-right: 0; }
      .af-red--wrapper.calendrier table tr td,
      .af-red--wrapper.calendrier table tr th {
        border-left: 0;
        border-right: 0; }
      .af-red--wrapper.calendrier table tbody, .af-red--wrapper.calendrier table tfoot, .af-red--wrapper.calendrier table thead {
        border: 0 none; }
  @media screen and (max-width: 63.9375em) {
    .af-red--wrapper {
      padding: 4rem 0; }
      .af-red--wrapper .sessions:nth-child(2) {
        padding-top: 1rem;
        margin-top: 0.8rem;
        border-top: 1px dashed #fff; } }

.af-blue--wrapper {
  background: url("assets/images/inscription.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 3.5rem 0 1.5rem;
  color: #fff; }
  .af-blue--wrapper h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: 3rem;
    letter-spacing: 4px; }
  .af-blue--wrapper h3 {
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 1rem;
    letter-spacing: 1px; }
    .af-blue--wrapper h3 span {
      font-size: 14px;
      display: block; }
  .af-blue--wrapper p {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 0.9rem;
    margin-bottom: 0.5rem; }
  .af-blue--wrapper ul {
    list-style: none;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 0.9rem;
    margin: 0 0 1rem; }
    .af-blue--wrapper ul li {
      position: relative;
      margin-bottom: 0.2rem;
      padding-left: 0.8rem; }
      .af-blue--wrapper ul li::before {
        content: "›";
        font-weight: 700;
        margin-right: 0.5rem; }
  .af-blue--wrapper ol {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 0.9rem;
    margin: 0 0 1rem; }
  .af-blue--wrapper a {
    color: #fff; }
    .af-blue--wrapper a:hover {
      opacity: 0.7; }
    .af-blue--wrapper a.button {
      font-family: "Open Sans";
      font-weight: 700;
      font-size: .75rem;
      background: transparent;
      border: 1px solid #fff;
      margin: 1rem auto 0;
      max-width: 55%;
      line-height: 1.3;
      padding: 0.5rem; }
      .af-blue--wrapper a.button:hover, .af-blue--wrapper a.button:active, .af-blue--wrapper a.button:focus {
        background: #fff;
        color: #3E4F56; }
  .af-blue--wrapper .row-etapes > .cell {
    padding: 0 3.5rem 3rem; }
  .af-blue--wrapper .etape {
    border-left: 1px dashed rgba(255, 255, 255, 0.5); }
    .af-blue--wrapper .etape:nth-of-type(1):before {
      content: "1";
      font-family: 'Barlow Semi Condensed';
      font-size: 120px;
      line-height: 1.2;
      font-weight: 400; }
    .af-blue--wrapper .etape:nth-of-type(2):before {
      content: "2";
      font-family: 'Barlow Semi Condensed';
      font-size: 120px;
      line-height: 1.2;
      font-weight: 400; }
    .af-blue--wrapper .etape:nth-of-type(3):before {
      content: "3";
      font-family: 'Barlow Semi Condensed';
      font-size: 120px;
      line-height: 1.2;
      font-weight: 400; }
    .af-blue--wrapper .etape:nth-of-type(4):before {
      content: "4";
      font-family: 'Barlow Semi Condensed';
      font-size: 120px;
      line-height: 1.2;
      font-weight: 400; }
    .af-blue--wrapper .etape:nth-of-type(5):before {
      content: "5";
      font-family: 'Barlow Semi Condensed';
      font-size: 120px;
      line-height: 1.2;
      font-weight: 400; }
    .af-blue--wrapper .etape:first-child, .af-blue--wrapper .etape:nth-of-type(4), .af-blue--wrapper .etape:nth-of-type(7) {
      border-left: 0 none; }
  .af-blue--wrapper hr {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    width: 100%;
    margin: 2.5rem 0; }
  .af-blue--wrapper strong {
    font-size: 1.1rem; }
  .af-blue--wrapper .bottom-af-blue--wrapper {
    margin: 2.8rem 0 0; }
    .af-blue--wrapper .bottom-af-blue--wrapper p {
      text-align: center;
      max-width: 1200px;
      margin: auto; }
    .af-blue--wrapper .bottom-af-blue--wrapper hr {
      border-style: dashed;
      max-width: 100%;
      margin: 1.5rem auto; }
    .af-blue--wrapper .bottom-af-blue--wrapper a {
      font-size: 1.1rem;
      font-weight: 700;
      text-decoration: underline; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .af-blue--wrapper .row-etapes > .cell {
      padding: 0 1.5rem 3rem; }
    .af-blue--wrapper .etape:nth-child(odd) {
      border-left: 0; } }
  @media screen and (max-width: 40em) {
    .af-blue--wrapper .row-etapes > .cell {
      padding: 0 3rem 3rem; }
    .af-blue--wrapper .etape {
      border-left: 0;
      border-bottom: 1px dashed #fff; }
    .af-blue--wrapper .bottom-af-blue--wrapper hr {
      display: none; }
    .af-blue--wrapper .bottom-af-blue--wrapper p {
      width: 90%;
      margin: 0 auto 1rem; } }

.single-tests_et_examens .styles-contenu h3 {
  font-family: "Arapey";
  font-size: 30px;
  letter-spacing: 5px;
  margin-bottom: 1.5rem;
  color: #99111F;
  font-weight: 400; }

@media screen and (min-width: 1024px) {
  .single-tests_et_examens .styles-contenu .frais-inscription,
  .single-tests_et_examens .styles-contenu .tableau-inscription {
    width: 560px; } }

.single-tests_et_examens .styles-contenu .tableau-inscription table {
  margin: 0 auto; }

.single-tests_et_examens .styles-contenu .frais-inscription h3 {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 17px;
  margin-top: 3.5rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem; }

.page-template-culture .grid-container.full {
  padding: 0; }

.culture-link {
  margin: 0;
  background: #fff;
  color: #3E4F56;
  border-bottom: 1px solid #3E4F56;
  border-left: 1px solid #3E4F56;
  height: 300px;
  position: relative;
  transition: 300ms ease; }
  .culture-link a.icon {
    display: block;
    position: relative;
    color: #3E4F56; }
    .culture-link a.icon div {
      height: 85px;
      margin: auto; }
      .culture-link a.icon div svg {
        display: block;
        height: 100%;
        margin: auto; }
        .culture-link a.icon div svg path, .culture-link a.icon div svg rect, .culture-link a.icon div svg polygon {
          fill: #D9002D; }
          .culture-link a.icon div svg path#Path_1274, .culture-link a.icon div svg rect#Path_1274, .culture-link a.icon div svg polygon#Path_1274 {
            fill: transparent; }
        .culture-link a.icon div svg #Culturethèque path.cls-1, .culture-link a.icon div svg #Culturethèque rect.cls-1, .culture-link a.icon div svg #Culturethèque polygon.cls-1 {
          fill: transparent; }
  .culture-link .title--wrap {
    text-align: center; }
    .culture-link .title--wrap h2 {
      font-family: "Barlow";
      font-weight: 700;
      font-size: 1.5rem;
      letter-spacing: 4px;
      color: #3E4F56;
      margin: 1.3rem 0; }
    .culture-link .title--wrap .button.border_dark {
      margin: 0;
      color: #3E4F56;
      border-color: #3E4F56;
      font-size: 0.9rem;
      padding: 0.7rem; }
  .culture-link .content-culture--icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%; }
  .culture-link:hover {
    background: #D9002D;
    color: #fff; }
    .culture-link:hover a.icon div svg path, .culture-link:hover a.icon div svg rect, .culture-link:hover a.icon div svg polygon {
      fill: #fff; }
    .culture-link:hover .title--wrap h2 {
      color: #fff; }
    .culture-link:hover .title--wrap .button.border_dark {
      border-color: #fff;
      color: #fff; }
      .culture-link:hover .title--wrap .button.border_dark:hover {
        color: #D9002D; }

.event-link {
  margin-top: 1.8rem;
  background: #D9002D; }
  .event-link .thumb {
    position: relative; }
    .event-link .thumb img {
      width: 100%; }
    .event-link .thumb .date {
      font-family: "Barlow Semi Condensed";
      font-weight: 600;
      position: absolute;
      top: 0;
      left: 0;
      padding-top: 0.15rem;
      height: 90px;
      border-right: 5px solid #fff;
      border-bottom: 5px solid #fff;
      background: #000;
      color: #fff;
      text-align: center;
      font-size: 3rem;
      line-height: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .event-link .thumb .date span {
        font-size: 1.5rem;
        margin-left: 5px;
        display: block;
        letter-spacing: 4px;
        text-transform: uppercase; }
      .event-link .thumb .date .wrap-date-to {
        margin: 0 0.5rem;
        font-size: 1.5rem;
        text-transform: uppercase;
        letter-spacing: inherit;
        text-align: center; }
  .event-link .title--wrap {
    position: relative;
    background: #D9002D;
    color: #fff;
    text-align: center;
    padding: 0 1rem 1.6rem; }
    .event-link .title--wrap h2 {
      font-family: "Barlow";
      font-weight: 700;
      font-size: 1.3rem;
      letter-spacing: 4px;
      color: #fff;
      margin-bottom: 1rem; }
    .event-link .title--wrap .button.border_dark {
      margin: 0;
      padding: 0.7rem; }
    .event-link .title--wrap .category {
      padding: 0.4rem 1rem;
      background: #000;
      text-transform: uppercase;
      font-family: "Arapey";
      font-size: 1rem;
      letter-spacing: 3px;
      max-width: 70%;
      margin: 0 auto 1.5rem; }
      .event-link .title--wrap .category a {
        color: #fff; }

.single-notre_culture .cat {
  font-family: "Open Sans Condensed";
  font-weight: 700;
  color: #3E4F56;
  text-decoration: underline;
  font-size: 18px; }

.single-notre_culture .time {
  font-family: "Open Sans";
  font-weight: 700;
  color: #000;
  font-size: 25px;
  margin: 2rem 0 0; }
  .single-notre_culture .time p {
    margin: 0; }

.single-notre_culture p.adresse {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 20px;
  margin: 0; }

.single-notre_culture p.directions {
  margin: 0.8rem 0 1rem;
  font-family: "Open Sans Condensed";
  font-size: 18px; }
  .single-notre_culture p.directions a {
    color: #D9002D; }

.single-notre_culture .action_section {
  margin-top: 1.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .single-notre_culture .action_section .border_dark {
    border: 1px solid #87888A;
    color: #D9002D;
    padding: 0.8rem 1.5rem;
    margin: 0 2rem 1rem 0; }
    .single-notre_culture .action_section .border_dark:hover, .single-notre_culture .action_section .border_dark:focus, .single-notre_culture .action_section .border_dark:active {
      border-color: #D9002D;
      background: #D9002D;
      color: #fff; }
  .single-notre_culture .action_section .icon_share {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0.2rem;
    margin-left: 0.5rem; }
    .single-notre_culture .action_section .icon_share svg {
      width: 100%; }
      .single-notre_culture .action_section .icon_share svg path {
        fill: #D9002D; }

.single-notre_culture .videoWrapper {
  position: relative;
  padding-bottom: 33%;
  padding-top: 25px;
  height: 0; }
  .single-notre_culture .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 63.9375em) {
  .single-notre_culture .content-page--wrapper {
    padding-top: 0;
    padding-bottom: 0; }
    .single-notre_culture .content-page--wrapper .cell {
      margin-bottom: 2rem; } }

.af-blue-color--wrapper {
  font-family: "Open Sans";
  background: #3E4F56;
  color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 0.95rem; }
  .af-blue-color--wrapper h2 {
    font-family: "Barlow";
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.2rem;
    letter-spacing: 1px;
    margin-bottom: 2rem; }
  .af-blue-color--wrapper p a {
    color: #fff;
    text-decoration: underline; }

.partenaires {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .partenaires img {
    max-width: 140px;
    margin: 0 1rem 1rem; }

.description_event {
  padding: 0;
  font-family: "Open Sans";
  font-size: 0.94rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .description_event .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(177, 0, 18, 0.88);
    width: 100%;
    height: 100%; }
  .description_event .grid-container {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .description_event .contenu {
    position: relative;
    width: 100%;
    max-width: 520px;
    z-index: 999; }
    .description_event .contenu a {
      color: #fff;
      font-weight: 700; }
      .description_event .contenu a:hover {
        text-decoration: underline; }
  @media screen and (max-width: 63.9375em) {
    .description_event {
      background-image: none !important; }
      .description_event .grid-container {
        min-height: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px dashed #fff; }
        .description_event .grid-container .contenu {
          position: static;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          top: 0; } }

.mention {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: "Open Sans";
  font-size: 0.94rem;
  line-height: 1.6;
  background-color: #b10012; }

.content-page--wrapper .test_exams_list {
  margin-top: 3rem; }

.content-page--wrapper .logo_list .name {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow";
  margin-top: 0.5rem; }
  .content-page--wrapper .logo_list .name a {
    color: #D9002D;
    text-decoration: none; }

.logo_list .logo_block {
  position: relative;
  display: block;
  background: #fff;
  border: 2px solid #fff;
  height: 180px;
  transition: 300ms ease; }
  .logo_list .logo_block img {
    position: absolute;
    max-width: 95%;
    width: auto;
    max-height: 134px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .logo_list .logo_block:hover {
    border-color: #ececec; }

.form .form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .form .form-row .half-item {
    width: 48%; }

@media screen and (max-width: 39.9375em) {
  .form .form-row .half-item {
    width: 100%; } }

div.wpcf7 {
  margin: 1rem 0 1.3rem;
  font-family: "Open Sans"; }
  div.wpcf7 label {
    font-size: .95rem;
    color: #3e4f56; }
  div.wpcf7 [type=color], div.wpcf7 [type=date], div.wpcf7 [type=datetime-local],
  div.wpcf7 [type=datetime], div.wpcf7 [type=email], div.wpcf7 [type=month], div.wpcf7 [type=number],
  div.wpcf7 [type=password], div.wpcf7 [type=search], div.wpcf7 [type=tel], div.wpcf7 [type=text],
  div.wpcf7 [type=time], div.wpcf7 [type=url], div.wpcf7 [type=week], div.wpcf7 select, div.wpcf7 textarea {
    border: 1px solid #2b2e34;
    box-shadow: none;
    margin-bottom: 0.8rem; }
  div.wpcf7 textarea[rows] {
    height: 170px; }
  div.wpcf7 [type=button], div.wpcf7 [type=submit] {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0.5rem 0;
    background: #fff;
    border: 1px solid #2b2e34;
    margin-top: 0.5rem;
    cursor: pointer;
    transition: 300ms ease; }
    div.wpcf7 [type=button]:hover, div.wpcf7 [type=submit]:hover {
      background: #2b2e34;
      color: #fff; }
  div.wpcf7 span.wpcf7-not-valid-tip {
    color: #99111F;
    font-size: 0.9rem;
    margin: -0.5rem 0 1rem;
    font-style: italic; }
  div.wpcf7 div.wpcf7-mail-sent-ok,
  div.wpcf7 div.wpcf7-validation-errors, div.wpcf7 div.wpcf7-acceptance-missing {
    border: 0 none !important;
    padding: 0;
    margin: 1rem 0;
    text-align: center;
    font-weight: bold; }
  @media screen and (max-width: 39.9375em) {
    div.wpcf7 label > [type=checkbox], div.wpcf7 label > [type=radio] {
      float: left;
      margin: 0.3rem 0 0 0.3rem; }
    div.wpcf7 .wpcf7-list-item-label {
      float: left;
      width: 90%;
      line-height: 1.3;
      margin-left: 0.5rem; }
    div.wpcf7 span.wpcf7-list-item {
      margin: 0; } }

.testimonials--wrapper 
{
  background: #99111F;
  /*padding: 10rem 0 12rem; */
}
  .testimonials--wrapper .bx-wrapper {
    background: transparent;
    color: #fff;
    text-align: center; }
    .testimonials--wrapper .bx-wrapper .bx-controls-direction a {
      top: 40%;
      -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
      transform: translateY(-40%); }
      .testimonials--wrapper .bx-wrapper .bx-controls-direction a.bx-next {
        right: -80px; }
      .testimonials--wrapper .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -80px; }
    .testimonials--wrapper .bx-wrapper .bx-pager.bx-default-pager {
      bottom: -40px; }
    .testimonials--wrapper .bx-wrapper p {
      font-family: "Arapey";
      font-size: 28px;
      line-height: 1.4; }
      .testimonials--wrapper .bx-wrapper p.name {
        margin-top: 20px;
        margin-bottom: 0;
        font-family: "Open Sans";
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase; }
    .testimonials--wrapper .bx-wrapper .testimonial-elem {
      display: inline-block;
      float: none !important; }
    .testimonials--wrapper .bx-wrapper .slider-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 63.9375em) {
    .testimonials--wrapper {
      padding: 3rem 0 5rem; }
      .testimonials--wrapper .bx-wrapper {
        max-width: 80% !important;
        margin: auto; }
        .testimonials--wrapper .bx-wrapper .bx-controls-direction a {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          .testimonials--wrapper .bx-wrapper .bx-controls-direction a.bx-next {
            right: -40px; }
          .testimonials--wrapper .bx-wrapper .bx-controls-direction a.bx-prev {
            left: -40px; }
        .testimonials--wrapper .bx-wrapper p {
          font-size: 18px; } }

.home .testimonials--wrapper {
  background: transparent url("assets/images/testimonials-bg.jpg") no-repeat center bottom;
  background-size: cover; }

.form-red--wrapper {
  background: #D9002D;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 2rem; }
  .form-red--wrapper h1 {
    text-transform: uppercase;
    letter-spacing: 12px;
    text-align: center;
    margin-bottom: 2rem; }
  .form-red--wrapper div.wpcf7 label {
    color: #fff; }
  .form-red--wrapper div.wpcf7 [type=color], .form-red--wrapper div.wpcf7 [type=date], .form-red--wrapper div.wpcf7 [type=datetime-local],
  .form-red--wrapper div.wpcf7 [type=datetime], .form-red--wrapper div.wpcf7 [type=email], .form-red--wrapper div.wpcf7 [type=month], .form-red--wrapper div.wpcf7 [type=number],
  .form-red--wrapper div.wpcf7 [type=password], .form-red--wrapper div.wpcf7 [type=search], .form-red--wrapper div.wpcf7 [type=tel], .form-red--wrapper div.wpcf7 [type=text],
  .form-red--wrapper div.wpcf7 [type=time], .form-red--wrapper div.wpcf7 [type=url], .form-red--wrapper div.wpcf7 [type=week], .form-red--wrapper div.wpcf7 select, .form-red--wrapper div.wpcf7 textarea {
    border: 1px solid #fff; }
  .form-red--wrapper div.wpcf7 [type=button], .form-red--wrapper div.wpcf7 [type=submit] {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1rem; }
    .form-red--wrapper div.wpcf7 [type=button]:hover, .form-red--wrapper div.wpcf7 [type=submit]:hover {
      background: #fff;
      color: #99111F; }
  .form-red--wrapper div.wpcf7 span.wpcf7-not-valid-tip {
    color: #fff; }

.pourquoi-afo {
  position: relative;
  border: 2px solid #99111F;
  width: 95%;
  max-width: 1200px;
  margin: 9rem auto 5rem; }
  .pourquoi-afo h2 {
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: auto;
    background: #fff;
    color: #99111F;
    margin-top: -55px; }
  .pourquoi-afo hr {
    width: 75%;
    margin-bottom: 0; }
  .pourquoi-afo .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.5rem; }
    .pourquoi-afo .row .one-theme {
      width: 49%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .pourquoi-afo .row .one-theme .icon {
        width: 40px; }
    .pourquoi-afo .row .content {
      width: 80%; }
      .pourquoi-afo .row .content h3 {
        margin: 0.5rem 0;
        color: #99111F; }
      .pourquoi-afo .row .content ul {
        margin: 0 0 1rem 1rem; }
        .pourquoi-afo .row .content ul li {
          margin: 0;
          font-size: 0.8rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .pourquoi-afo h2 {
      margin-top: -40px; }
    .pourquoi-afo hr {
      display: none; }
    .pourquoi-afo .row {
      padding: 2.5rem 1rem; } }
  @media screen and (max-width: 39.9375em) {
    .pourquoi-afo h2 {
      width: 90%;
      margin-top: -46px; }
    .pourquoi-afo hr {
      display: none; }
    .pourquoi-afo .row {
      padding: 1.5rem; }
      .pourquoi-afo .row .one-theme {
        display: block;
        width: 100%;
        margin-bottom: 2rem; }
        .pourquoi-afo .row .one-theme .icon {
          margin: 0 auto; }
      .pourquoi-afo .row .content {
        width: 100%;
        margin-left: 0; }
        .pourquoi-afo .row .content h3 {
          text-align: center; } }

.sidebar {
  width: calc(30% - 3rem) !important;
  padding: 0 3rem 0 4rem;
  border-left: 1px dashed #cacaca; }
  .sidebar h3 {
    color: #99111F;
    margin-bottom: 0.5rem; }
  .sidebar ul {
    font-size: 0.9rem;
    line-height: 1.3;
    display: inline-block; }
    .sidebar ul li {
      margin-bottom: .6rem; }
      .sidebar ul li a {
        color: #2B2E34;
        text-decoration: none;
        padding: 0;
        line-height: 1.3; }
        .sidebar ul li a:hover {
          text-decoration: underline; }
      .sidebar ul li ul {
        margin: 1rem 0 0; }
    .sidebar ul.menu .active > a {
      background: none;
      color: #2B2E34; }

.sidebar-mobile {
  position: relative;
  width: 100% !important;
  margin: 3rem 0 0 !important;
  padding: 0;
  background: #fff; }
  .sidebar-mobile .sidebar--wrapper {
    position: relative;
    border: 2px solid #D9002D;
    width: 95%;
    padding: 2rem;
    margin: 3rem auto; }
    .sidebar-mobile .sidebar--wrapper h3 {
      text-align: center;
      width: 100%;
      max-width: 400px;
      margin: auto;
      background: #fff;
      color: #D9002D;
      margin: -3.5rem auto 2rem;
      font-family: "Arapey";
      font-size: 2rem;
      letter-spacing: 6px;
      font-weight: 400; }
    .sidebar-mobile .sidebar--wrapper .cta_sidebar a {
      display: block;
      padding: 1rem;
      text-align: center;
      border: 1px solid #D9002D;
      color: #D9002D;
      margin-top: 2rem;
      font-size: 1.5rem; }
    @media screen and (max-width: 39.9375em) {
      .sidebar-mobile .sidebar--wrapper {
        padding: 2rem 1rem; }
        .sidebar-mobile .sidebar--wrapper h3 {
          margin: -3.5rem auto 1rem; }
        .sidebar-mobile .sidebar--wrapper .cta_sidebar a {
          padding: 1rem 0.5rem;
          margin-top: 1rem;
          font-size: 0.94rem; } }

#map {
  height: 560px; }
  @media screen and (max-width: 39.9375em) {
    #map {
      height: 500px; } }

.popup-tip-anchor {
  height: 0;
  position: absolute;
  width: 245px; }

.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }
  .popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #D9002D; }

.popup-bubble-content {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  background-color: #D9002D;
  padding: 20px 30px;
  font-family: "Open Sans";
  overflow-y: auto;
  color: #fff;
  text-align: center;
  font-size: 0.9rem; }
  .popup-bubble-content p {
    margin: 0;
    line-height: 1.6; }
  .popup-bubble-content h3 {
    font-family: "Barlow";
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0; }

.button_map {
  display: block;
  text-align: center;
  width: 80%;
  padding: 0.2rem 0;
  background: #D9002D;
  border: 1px solid #fff;
  margin: .7rem auto 0;
  cursor: pointer;
  transition: 300ms ease;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem; }
  .button_map:hover, .button_map:active, .button_map:focus {
    background: #fff;
    color: #D9002D; }

.content-page--wrapper .page-navigation .pagination li:before, .styles-contenu .page-navigation .pagination li:before {
  display: none; }

.content-page--wrapper .page-navigation .pagination li a, .styles-contenu .page-navigation .pagination li a {
  text-decoration: none; }

.content-page--wrapper .page-navigation .pagination .current, .styles-contenu .page-navigation .pagination .current {
  background: #99111F; }

.grid-container.full.cta--homepage {
  margin-top: 0.2rem;
  margin-bottom: 3rem;
  background: #F3F3F4; }
  .grid-container.full.cta--homepage .je-souhaite {
    position: relative;
    font-family: "Open Sans Condensed";
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 700;
    color: #99111F;
    text-transform: uppercase;
    padding: 65px 0;
    letter-spacing: 4px; }
    .grid-container.full.cta--homepage .je-souhaite:after {
      content: "";
      position: absolute;
      width: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      right: -20px;
      z-index: 999;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid #f3f3f4; }
      @media screen and (max-width: 74.9375em) {
        .grid-container.full.cta--homepage .je-souhaite:after {
          display: none; } }
  .grid-container.full.cta--homepage .large-auto a {
    position: relative;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    background: #D9002D;
    color: #fff;
    font-family: "Barlow Semi Condensed";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.2;
    height: 263px;
    letter-spacing: 1px; }
    @media screen and (max-width: 63.9375em) {
      .grid-container.full.cta--homepage .large-auto a {
        border-left: 1px dashed rgba(255, 255, 255, 0.6);
        border-bottom: 1px dashed rgba(255, 255, 255, 0.6); } }
    .grid-container.full.cta--homepage .large-auto a .cta_content {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 60%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .grid-container.full.cta--homepage .large-auto a img {
      display: block;
      width: 64px;
      height: auto;
      margin: 0 auto 1rem; }
    .grid-container.full.cta--homepage .large-auto a::before {
      content: "";
      background: url(assets/images/dashed-white-line.svg) no-repeat top center;
      width: 1px;
      height: 204px;
      left: 0;
      top: 30px;
      position: absolute; }
    @media screen and (max-width: 63.9375em) {
      .grid-container.full.cta--homepage .large-auto a {
        padding: 20px 5px;
        font-size: 0.9rem;
        min-height: 206px; }
        .grid-container.full.cta--homepage .large-auto a::before {
          display: none; } }
  .grid-container.full.cta--homepage .large-auto:nth-child(2) a:before {
    display: none; }
  @media screen and (max-width: 63.9375em) {
    .grid-container.full.cta--homepage .large-auto:nth-of-type(2) a,
    .grid-container.full.cta--homepage .large-auto:nth-of-type(4) a,
    .grid-container.full.cta--homepage .large-auto:nth-of-type(6) a {
      border-left: 0 none; }
    .grid-container.full.cta--homepage .large-auto:nth-of-type(4) a,
    .grid-container.full.cta--homepage .large-auto:nth-of-type(5) a {
      border-bottom: 0 none; } }

.fil-actualites {
  margin-top: 4rem;
  margin-bottom: 7rem; }
  .fil-actualites .grid-col {
    width: 32.5%;
    float: left;
    margin: 0 0.6rem 0 0; }
    .fil-actualites .grid-col .actualite {
      background-size: cover;
      background-repeat: no-repeat;
      margin-bottom: 0.6rem;
      height: 340px; }
      .fil-actualites .grid-col .actualite .overlay {
        position: relative;
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%; }
        .fil-actualites .grid-col .actualite .overlay .act_content {
          position: absolute;
          top: 50%;
          left: 50%;
          color: #fff;
          text-align: center;
          width: 75%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          .fil-actualites .grid-col .actualite .overlay .act_content h3 {
            font-family: "Arapey";
            line-height: 1;
            font-size: 1.8rem;
            color: #fff;
            text-transform: uppercase;
            border-bottom: 1px dashed #fff;
            padding-bottom: 1rem;
            width: 80%;
            margin: 0 auto 1rem; }
          .fil-actualites .grid-col .actualite .overlay .act_content .button.border_dark {
            margin: 0;
            padding: 0.8rem 1.4rem; }
      .fil-actualites .grid-col .actualite.title {
        background: #3E4F56;
        text-align: center;
        position: relative; }
        .fil-actualites .grid-col .actualite.title h2 {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 38%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #fff;
          font-family: "Open Sans Condensed";
          font-weight: 700;
          text-transform: uppercase;
          font-size: 1.7rem;
          border-bottom: 1px dashed #fff;
          padding-bottom: 1rem;
          margin: 0 auto 1rem;
          letter-spacing: 2px; }
    .fil-actualites .grid-col:nth-child(2) .actualite {
      height: 690px; }
  .fil-actualites:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 1024px) and (max-width: 1200px) {
    .fil-actualites .grid-col {
      width: 32%; } }
  @media screen and (max-width: 63.9375em) {
    .fil-actualites {
      margin-top: 1rem;
      margin-bottom: 3rem; }
      .fil-actualites .grid-col {
        width: 100%;
        float: none;
        margin: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .fil-actualites .grid-col .actualite,
        .fil-actualites .grid-col .actualite.title {
          width: auto;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin: 0 1% 1.7%;
          height: 280px; }
          .fil-actualites .grid-col .actualite .overlay .act_content,
          .fil-actualites .grid-col .actualite.title .overlay .act_content {
            width: 90%; }
            .fil-actualites .grid-col .actualite .overlay .act_content h3,
            .fil-actualites .grid-col .actualite.title .overlay .act_content h3 {
              width: 100%; }
            .fil-actualites .grid-col .actualite .overlay .act_content .button.border_dark,
            .fil-actualites .grid-col .actualite.title .overlay .act_content .button.border_dark {
              font-size: 0.7rem;
              padding: .6rem 1rem; }
          .fil-actualites .grid-col .actualite h2,
          .fil-actualites .grid-col .actualite.title h2 {
            width: 80%; }
        .fil-actualites .grid-col:nth-child(2) .actualite {
          height: 580px; } }
  @media screen and (max-width: 39.9375em) {
    .fil-actualites .grid-col .actualite,
    .fil-actualites .grid-col .actualite.title {
      height: 180px; }
      .fil-actualites .grid-col .actualite .overlay .act_content p,
      .fil-actualites .grid-col .actualite.title .overlay .act_content p {
        display: none; }
      .fil-actualites .grid-col .actualite .overlay .act_content h3,
      .fil-actualites .grid-col .actualite.title .overlay .act_content h3 {
        font-size: 1.3rem;
        letter-spacing: 2px;
        padding-bottom: 0.7rem; }
      .fil-actualites .grid-col .actualite h2,
      .fil-actualites .grid-col .actualite.title h2 {
        font-size: 1.3rem;
        width: 75%; }
    .fil-actualites .grid-col:nth-child(2) .actualite {
      height: 380px; } }

.main-content--wrapper {
  background: #F6F6F6;
  padding-top: 9.5rem;
  padding-bottom: 9.5rem; }
  .main-content--wrapper img {
    max-width: 250px; }
  .main-content--wrapper .content {
    position: relative;
    padding-left: 60px; }
    .main-content--wrapper .content h1 {
      font-size: 2.65rem;
      color: #DA002D;
      margin-bottom: 1.2rem; }
    .main-content--wrapper .content p {
      font-size: 1.13rem;
      line-height: 1.4;
      color: #3D4F56; }
    .main-content--wrapper .content:before {
      position: absolute;
      content: "";
      background: url(assets/images/dashed-grey-line.svg) repeat-y center center;
      width: 1px;
      height: 115%;
      left: 0;
      top: -6%; }
  @media screen and (max-width: 63.9375em) {
    .main-content--wrapper {
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .main-content--wrapper img {
        display: block;
        margin: 0 auto;
        max-width: 150px; }
      .main-content--wrapper .logo-cell {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px dashed #cacaca; }
      .main-content--wrapper .content {
        padding-left: 0; }
        .main-content--wrapper .content h1 {
          font-size: 1.7rem;
          margin-bottom: 1rem; }
        .main-content--wrapper .content p {
          font-size: 1rem; }
        .main-content--wrapper .content::before {
          display: none; } }

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


a.button.border_dark.large {
    font-size: 2.8rem;
}
