@charset "UTF-8";
/*--------------------------------------
  VARIABLES COLORS
--------------------------------------*/
/*--------------------------------------
  QUICK COLOR STYLES
--------------------------------------*/
/* BACKGROUNDS */
@import "bootstrap.min.css";
.bg_twitter {
  background: #00a0de;
}
.bg_facebook {
  background: #283969;
}
.bg_google {
  background: #DD4B39;
}
.bg_white {
  background: #ffffff;
}
.bg_black {
  background: #000000;
}
.bg_grey {
  background: #cccccc;
}
.bg_yellow {
  background: #f7a600;
}
.bg_red {
  background: #68123a;
}
.bg_aubergine {
  background: #0daa8d;
}
.bg_purple {
  background: #0daa8d;
}
.bg_offgrey {
  background: #f1f1f1;
}
.bg_lightgrey {
  background: #e4e4e4;
}
.bg_offyellow {
  background: #feead0;
}
/* FONT COLORS */
.twitter {
  color: #00a0de;
}
.facebook {
  color: #283969;
}
.white {
  color: #ffffff !important;
}
.black {
  color: #000000;
}
.grey {
  color: #cccccc;
}
.yellow {
  color: #f7a600;
}
.purple {
  color: #0daa8d;
}
.red {
  color: #68123a !important;
}
.aubergine {
  color: #0daa8d;
}
/*--------------------------------------
  GENERAL STYLES
--------------------------------------*/
body {
  font-size: 17px;
  font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  border: 0 none;
  min-height: 100%;
  width: 100%;
  height: 100%;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #000000;
}
body.is-fixed {
  padding-top: 0;
}
body.modal-is-visible {
  overflow: hidden;
}
/* WRAPPERS */
.wrap {
  width: 100%;
  display: inline-block;
  height: auto;
}
.wrap.center {
  text-align: center;
}
.wrap.left {
  text-align: left;
}
.wrap.right {
  text-align: right;
}
.wrapper {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .wrapper {
    width: 90% !important;
  }
}
.small_wrap {
  width: 700px;
  display: block;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  .small_wrap {
    width: 100%;
  }
}
/* QUICK LAYOUT STYLES */
.lighter {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700 !important;
}
.extra {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
.montserrat {
  font-family: 'Montserrat Alternates', 'Lato', sans-serif;
}
.big {
  font-size: 23px;
}
.read-more {
  font-family: 'Montserrat Alternates', sans-serif;
  color: #68123a;
  font-size: 16px;
}
.small_caption {
  color: #000000;
  text-transform: none;
  font-size: 16px;
  font-style: italic;
}
/* QUICK MARGINS */
.margin_0 {
  margin: 0;
}
.margin_5 {
  margin: 5px 0;
}
.margin_10 {
  margin: 10px 0;
}
.margin_20 {
  margin: 20px 0;
}
.margin_30 {
  margin: 30px 0;
}
.margin_40 {
  margin: 40px 0;
}
/* ------------------- */
.margin_top_5 {
  margin: 5px 0 0 0;
}
.margin_top_10 {
  margin: 10px 0 0 0;
}
.margin_top_20 {
  margin: 20px 0 0 0;
}
.margin_top_30 {
  margin: 30px 0 0 0;
}
.margin_top_40 {
  margin: 40px 0 0 0;
}
/* ------------------- */
.margin_bot_5 {
  margin: 0 0 5px 0;
}
.margin_bot_10 {
  margin: 0 0 10px 0;
}
.margin_bot_20 {
  margin: 0 0 20px 0;
}
.margin_bot_30 {
  margin: 0 0 30px 0;
}
.margin_bot_40 {
  margin: 0 0 40px 0;
}
/* ------------------- */
.margin_5_5 {
  margin: 5px;
}
.margin_10_10 {
  margin: 10px;
}
.margin_20_20 {
  margin: 20px;
}
.margin_30_30 {
  margin: 30px;
}
.margin_40_40 {
  margin: 40px;
}
/* ------------------- */
iframe {
  border: none;
  max-width: 100%;
  display: inline-block;
}
a {
  text-decoration: none;
  color: #f7a600;
}
a:hover {
  text-decoration: underline;
  color: #68123a;
}
a img {
  border: none;
}
/* QUICK VISIBILITY FOR ANIM */
.invisible {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
/* ILLUSTRATION */
img {
  max-width: 100%;
}
.illustration {
  display: inline-block;
  position: relative;
  width: 100%;
}
.illustration.logo .img {
  background-size: contain;
}
.illustration .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.illustration a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* CUSTOM TEXT STYLE */
.custom-text {
  background-color: #ffffff;
  padding: 20px 40px;
}
.text-deco:after {
  content: "\e91b";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
  z-index: -1;
  font-family: 'comp-bat';
  color: #C14138;
  font-size: 21em;
  transform: rotate(15deg);
}
@media screen and (max-width: 1150px) {
  .text-deco:after {
    display: none;
  }
}
.text-deco:before {
  content: "\e90f";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  z-index: -1;
  font-family: 'comp-bat';
  color: #C14138;
  font-size: 22em;
  transform: rotate(15deg);
}
@media screen and (max-width: 1150px) {
  .text-deco:before {
    display: none;
  }
}
/* TITLE STYLE */
.header_section {
  margin: 40px 0;
}
.simple_title {
  color: #68123a;
  text-align: left;
  padding: 10px 0;
}
.simple_title h2,
.simple_title h3,
.simple_title h4 {
  font-weight: 300;
  font-size: 35px;
}
.main_title {
  color: #68123a;
  text-align: center;
  position: relative;
  z-index: 10;
}
.main_title h1,
.main_title h2,
.main_title h3 {
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
  padding-top: 6px;
}
.main_title h1:after,
.main_title h2:after,
.main_title h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  background-color: #f7a600;
  margin: auto;
  margin-top: 14px;
}
.main_title .sub_region {
  display: block;
  color: #000000;
  font-size: 23px;
  margin-top: 8px;
  text-transform: none;
}
.main_title span.picto {
  font-size: 36px;
}
.sub_title {
  color: #000000;
  text-align: center;
  position: relative;
  z-index: 10;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  padding-top: 6px;
}
.sub_title:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #000000;
  margin: auto;
  margin-top: 14px;
}
/* SECTION STYLE */
section {
  display: inline-block;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
section .header_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .content_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .footer_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
.main-content {
  margin: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 2;
  background: #ffffff;
}
.stylelist_none {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .row-md-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .row-sm-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.btn {
  white-space: normal;
}
/*--------------------------------------
  IMPORTS
--------------------------------------*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
  CUSTOM MIXINS 
---------------------------------------------------*/
/* CUSTOM-GRADIENT */
/* Implementation 
#someDiv {
    .custom-gradient(left, #663333, #333333);
}
*/
/* QUICK-GRADIENT */
/* Implementation 
#somediv {
    background-color: BADA55;
    .quick-gradient(top, 0.2);
}
*/
/* WEBKIT-REFLECTION */
/* Implementation 
#somediv {
    .reflect(20%, 0.2);
}
*/
/* box-shadow with alpha */
/* Implementation 
#somediv {
    .box-shadow-custom(5px, 5px, 6px, 0.3);
}
*/
.side-nav {
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  background: #ffffff;
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  display: none;
  position: fixed;
  width: 79%;
  max-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.side-nav.nav-is-visible {
  visibility: visible;
  display: block;
  opacity: 1;
}
.close_overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.4;
  display: none;
}
.close_overlay.nav-is-visible {
  display: block;
}
@media screen and (max-width: 600px) {
  .close_overlay {
    z-index: 6;
  }
}
.main-content {
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  margin: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 2;
  background: #ffffff;
}
.main-content.nav-is-visible {
  -webkit-transform: translate3d(79%, 0px, 0px);
  -moz-transform: translate3d(79%, 0px, 0px);
  -ms-transform: translate3d(79%, 0px, 0px);
  -o-transform: translate3d(79%, 0px, 0px);
  transform: translate3d(79%, 0px, 0px);
  -webkit-box-shadow: -5px 2px 8px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -5px 2px 8px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 2px 8px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: fixed;
}
.nav-trigger {
  background: #f7a600;
  border: 1px solid #f7a600;
  color: #ffffff;
  display: none;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 20px;
  z-index: 300;
}
@media screen and (max-width: 1125px) {
  .nav-trigger {
    display: inline-block;
  }
}
.nav-trigger:hover {
  background-color: #68123a;
  color: #ffffff;
  border-color: #68123a;
  text-decoration: none;
}
#responsive_menu {
  background-color: #ffffff;
}
#responsive_menu ul {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
}
#responsive_menu ul li {
  border-bottom: 1px solid #ffffff;
  position: relative;
}
#responsive_menu ul li.has_child:after {
  content: "\e903";
  font-family: 'comp-bat';
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
}
#responsive_menu ul li.active {
  background: #cccccc;
}
#responsive_menu ul li.active.has_child:after {
  content: "\e901";
  font-family: 'comp-bat';
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  font-weight: 900;
  font-size: 30px;
}
#responsive_menu ul li.active a {
  color: #ffffff;
}
#responsive_menu ul li a {
  display: inline-block;
  width: 100%;
  padding: 15px;
  color: #ffffff;
  font-weight: 600;
}
#responsive_menu ul li .second_level {
  display: none;
  background: #ffffff;
}
#responsive_menu ul li .second_level li {
  border-bottom: 1px solid #cacaca;
  padding-left: 2%;
}
#responsive_menu ul li .second_level li:last-of-type {
  border: 0;
}
#responsive_menu ul li .second_level li a {
  color: #000000;
  font-weight: 400;
}
#responsive_menu ul li .second_level .has_child > a {
  font-weight: bold;
  text-transform: uppercase;
}
#responsive_menu ul li .second_level .has_child:hover > a,
#responsive_menu ul li .second_level .has_child:focus > a {
  text-decoration: none;
}
#responsive_menu ul li .second_level.imbrication li:not(:first-child) {
  padding-left: 30px;
}
#responsive_menu ul li .second_level.imbrication li:first-child a {
  font-weight: bold;
}
#responsive_menu .bot_nav {
  background-color: #f7a600;
}
#responsive_menu .bot_nav ul.first_level > :first-child {
  background-color: #f7a600;
}
#responsive_menu .bot_nav ul.first_level > :first-child.active {
  background-color: #cccccc;
}
#responsive_menu .bot_nav ul.first_level > :first-child .searchbar {
  padding: 14px;
}
#responsive_menu .bot_nav ul.first_level > :first-child .searchbar input {
  height: 44px;
  border: 0;
  border: solid 1px #bcbcbc;
}
#responsive_menu .bot_nav ul.first_level > :first-child .searchbar button {
  height: 44px;
  border: solid 1px #bcbcbc;
  padding: 0 15px;
  background-color: #ffffff;
  color: #68123a;
  font-weight: bold;
  border-left: 0;
}
#responsive_menu .bot_nav ul.first_level > :last-child {
  background-color: #68123a;
}
#responsive_menu .top_nav ul li a {
  color: #000000;
  display: inline-block;
}
#responsive_menu .top_nav ul li .picto {
  font-size: 19px;
}
/* CSS Document */
.global-format {
  font-size: 18px;
  /*--------------------------------------
        VIDEO IMG
    --------------------------------------*/
}
.global-format p,
.global-format h1,
.global-format h2,
.global-format h3,
.global-format h4,
.global-format h5,
.global-format h6 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.global-format p {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .global-format p {
    font-size: 16px;
    line-height: 25px;
  }
}
.global-format p a {
  text-decoration: underline;
}
.global-format img {
  max-width: 100%;
  padding: 2%;
}
.global-format img.left {
  float: left;
  margin: 10px 20px 10px 0px;
}
.global-format img.right {
  float: right;
  margin: 10px 0 20px 10px;
}
.global-format iframe {
  border: none;
}
.global-format .chapo {
  font-size: 20px;
  font-weight: 400;
}
.global-format a {
  text-decoration: none;
}
.global-format a:hover {
  text-decoration: underline;
}
.global-format a img {
  border: none;
}
.global-format h1 {
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  .global-format h1 {
    font-size: 25px;
  }
}
.global-format h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  .global-format h2 {
    font-size: 20px;
  }
}
.global-format h3 {
  font-size: 19px;
  font-weight: 700;
  text-transform: none;
}
.global-format h4 {
  font-size: 15px;
  font-weight: 700;
}
.global-format hr {
  border-bottom: none;
  border-top: 1px solid #e1e1e1;
  height: 1px;
  width: 100%;
  display: inline-block;
  margin: 20px 0;
}
.global-format .video_news {
  font-size: 0;
}
.global-format .video_news .illustration {
  height: 180px;
  float: left;
}
.global-format .video_news .illustration .icon_video {
  display: block;
  margin: auto;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  position: relative;
  top: 90px;
  border-radius: 100px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.global-format .video_news .illustration .icon_video:after {
  content: "\ea1c";
  font-family: 'comp-bat';
  font-size: 46px;
  position: absolute;
  left: 15px;
  top: 4px;
}
.global-format .video_news .illustration .icon_video.small_video {
  width: 50px;
  height: 50px;
  top: 60px;
}
.global-format .video_news .illustration .icon_video.small_video:after {
  font-size: 34px;
  left: 11px;
  top: 2px;
}
.global-format .video_news .text {
  text-align: center;
  border: solid 1px #bcbcbc;
  border-top: 0;
  padding: 8px;
  float: left;
  width: 100%;
  display: inline-block;
  font-size: 16px;
}
.global-format .video_news .text p {
  margin-bottom: 0;
  padding: 6px 0;
}
.global-format .video_news .text a {
  color: #000000;
}
.global-format .video_news.custom .illustration {
  height: 280px;
}
/*--------------------------------------
  FONTS IMPORT
--------------------------------------*/
@font-face {
  font-family: 'comp-bat';
  src: url('../fonts/comp-bat.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'comp-bat';
  src: url('../fonts/comp-bat.eot');
  font-weight: normal;
  font-style: normal;
}
.picto {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'comp-bat' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-bus:before {
  content: "\e908";
}
.icon-calendar:before {
  content: "\e909";
}
.icon-caption:before {
  content: "\e90a";
}
.icon-contact-cloud:before {
  content: "\e90b";
}
.icon-folder:before {
  content: "\e90d";
}
.icon-hand-coin:before {
  content: "\e90e";
}
.icon-hand-wrench:before {
  content: "\e90f";
}
.icon-handshake:before {
  content: "\e910";
}
.icon-id-card:before {
  content: "\e912";
}
.icon-linear-pin:before {
  content: "\e913";
}
.icon-map:before {
  content: "\e914";
}
.icon-network:before {
  content: "\e916";
}
.icon-paper-image:before {
  content: "\e917";
}
.icon-penboard:before {
  content: "\e918";
}
.icon-presentation:before {
  content: "\e919";
}
.icon-quotes:before {
  content: "\e91a";
}
.icon-toolbox:before {
  content: "\e91b";
}
.icon-tools:before {
  content: "\e91c";
}
.icon-wheelbarrow:before {
  content: "\e91e";
}
.icon-wood-logs:before {
  content: "\e91f";
}
.icon-worker:before {
  content: "\e920";
}
.icon-search:before {
  content: "\e923";
}
.icon-twitter3:before {
  content: "\e904";
}
.icon-facebook3:before {
  content: "\e905";
}
.icon-letter:before {
  content: "\e911";
}
.icon-location2:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e91d";
}
.icon-star-full:before {
  content: "\e921";
}
.icon-heart:before {
  content: "\e922";
}
.icon-share2:before {
  content: "\e924";
}
.icon-instagram:before {
  content: "\e925";
}
.icon-youtube2:before {
  content: "\e926";
}
.icon-play:before {
  content: "\e906";
}
.icon-google-plus:before {
  content: "\e90c";
}
.icon-ctrl2:before {
  content: "\e900";
}
.icon-ctrl3:before {
  content: "\e901";
}
.icon-ctrl4:before {
  content: "\e902";
}
.icon-ctrl5:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\ea91";
}
.icon-home:before {
  content: "\e907";
}
.icon-calendar2:before {
  content: "\e953";
}
.icon-display:before {
  content: "\e956";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-tablet:before {
  content: "\e95a";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-google-plus3:before {
  content: "\ea8d";
}
.icon-youtube22:before {
  content: "\ea9e";
}
.icon-accessibility:before {
  content: "\e9b2";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-google-plus3:before {
  content: "\ea8d";
}
.icon-youtube22:before {
  content: "\ea9e";
}
.icon-accessibility:before {
  content: "\e9b2";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-search:before {
  content: "\e923";
}
/* CSS Document */
.grid {
  width: 100%;
  display: inline-block;
  height: auto;
  padding: 0;
  font-size: 0;
}
.grid.c6b .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 14.6666667%;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  .grid.c6b .cl {
    width: 31.3333333%;
    margin: 1% ;
  }
}
@media screen and (max-width: 600px) {
  .grid.c6b .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c6 .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 14.6666667%;
  margin: 1% ;
}
@media screen and (max-width: 600px) {
  .grid.c6 .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c5b .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 18% ;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  .grid.c5b .cl {
    width: 48% ;
  }
}
@media screen and (max-width: 600px) {
  .grid.c5b .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c4b .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 23% ;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  .grid.c4b .cl {
    width: 48% ;
  }
}
@media screen and (max-width: 600px) {
  .grid.c4b .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c4c .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 22% ;
  margin: 1.5%;
}
@media screen and (max-width: 800px) {
  .grid.c4c .cl {
    width: 47% ;
  }
}
@media screen and (max-width: 600px) {
  .grid.c4c .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c3b .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 31.3333333%;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  .grid.c3b .cl {
    width: 48% ;
  }
}
@media screen and (max-width: 600px) {
  .grid.c3b .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c3c .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 30.3333333%;
  margin: 1.5%;
}
@media screen and (max-width: 800px) {
  .grid.c3c .cl {
    width: 47% ;
  }
}
@media screen and (max-width: 600px) {
  .grid.c3c .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c2b .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 48% ;
  margin: 1% ;
}
@media screen and (max-width: 600px) {
  .grid.c2b .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c2c .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 47% ;
  margin: 1.5%;
}
@media screen and (max-width: 600px) {
  .grid.c2c .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c5 .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 18% ;
  margin: 1% ;
}
@media screen and (max-width: 600px) {
  .grid.c5 .cl {
    width: 100% ;
  }
}
.grid.c4 .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 23.5%;
  margin-right: 2%;
}
.grid.c4 .cl:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 800px) {
  .grid.c4 .cl {
    width: 49% ;
    margin-right: 0 ;
  }
}
@media screen and (max-width: 600px) {
  .grid.c4 .cl {
    width: 100% ;
    margin-right: 0 ;
  }
}
.grid.c3 .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 32% ;
  margin-right: 2% ;
}
.grid.c3 .cl:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 600px) {
  .grid.c3 .cl {
    width: 100% ;
    margin-right: 0 ;
  }
}
.grid.c2 .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 49% ;
  margin-right: 2% ;
}
.grid.c2 .cl:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 600px) {
  .grid.c2 .cl {
    width: 100% ;
    margin-right: 0 ;
  }
}
.grid.c1b .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 98% ;
  margin: 1% ;
}
@media screen and (max-width: 600px) {
  .grid.c1b .cl {
    width: 100% !important;
    margin-right: 0 ;
  }
}
.grid.c1 .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 100% ;
  margin-right: 0 ;
  margin-left: 0 ;
}
.grid.c1 .cl:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 600px) {
  .grid.c1 .cl {
    width: 100% !important;
    margin-right: 0 ;
  }
}
.grid .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: auto;
  margin-bottom: 2%;
  font-size: initial;
}
@media screen and (max-width: 600px) {
  .grid .cl {
    margin: 2% 0;
  }
}
/* CSS Document */
ul.grid {
  width: 100%;
  display: inline-block;
  height: auto;
  padding: 0;
  font-size: 0;
}
ul.grid * {
  font-size: 16px;
}
ul.grid.c6b li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 14.6666667%;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  ul.grid.c6b li {
    width: 31.3333333%;
    margin: 1% ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c6b li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c6 li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 14.6666667%;
  margin: 1% ;
}
@media screen and (max-width: 600px) {
  ul.grid.c6 li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c5b li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 18% ;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  ul.grid.c5b li {
    width: 48% ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c5b li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c4b li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 23% ;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  ul.grid.c4b li {
    width: 48% ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c4b li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c4c li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 22% ;
  margin: 1.5%;
}
@media screen and (max-width: 800px) {
  ul.grid.c4c li {
    width: 47% ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c4c li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c3b li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 31.3333333%;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  ul.grid.c3b li {
    width: 48% ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c3b li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c3c li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 30.3333333%;
  margin: 1.5%;
}
@media screen and (max-width: 800px) {
  ul.grid.c3c li {
    width: 47% ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c3c li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c2b li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 48% ;
  margin: 1% ;
}
@media screen and (max-width: 600px) {
  ul.grid.c2b li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c2c li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 47% ;
  margin: 1.5%;
}
@media screen and (max-width: 600px) {
  ul.grid.c2c li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c5 li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 18% ;
  margin: 1% ;
}
@media screen and (max-width: 600px) {
  ul.grid.c5 li {
    width: 100% ;
  }
}
ul.grid.c4 li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 23.5%;
  margin-right: 2%;
}
ul.grid.c4 li:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 800px) {
  ul.grid.c4 li {
    width: 49% ;
    margin-right: 0 ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c4 li {
    width: 100% ;
    margin-right: 0 ;
  }
}
ul.grid.c3 li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 32% ;
  margin-right: 2% ;
}
ul.grid.c3 li:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 600px) {
  ul.grid.c3 li {
    width: 100% ;
    margin-right: 0 ;
  }
}
ul.grid.c2 li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 49% ;
  margin-right: 2% ;
}
ul.grid.c2 li:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 600px) {
  ul.grid.c2 li {
    width: 100% ;
    margin-right: 0 ;
  }
}
ul.grid.c1 li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 100% ;
  margin-right: 0 ;
  margin-left: 0 ;
}
ul.grid.c1 li:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 600px) {
  ul.grid.c1 li {
    width: 100% !important;
    margin-right: 0 ;
  }
}
ul.grid li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: auto;
  margin-bottom: 2%;
}
@media screen and (max-width: 600px) {
  ul.grid li {
    margin: 2% 0;
  }
}
header {
  display: inline-block;
  float: left;
  width: 100%;
  height: 83px;
  position: relative;
  background-color: #ffffff;
  z-index: 99;
}
header br {
  display: none;
}
@media screen and (max-width: 800px) {
  header br {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  header .wrapper {
    text-align: center;
  }
}
header .logo {
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 20;
  background-color: #ffffff;
  margin-left: 20px;
  border-bottom: solid 10px #68123a;
}
header .logo img {
  width: 220px;
}
@media screen and (max-width: 1125px) {
  header .logo {
    width: 180px;
    float: none;
    top: 23px;
  }
}
header .top_nav {
  display: inline-block;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 1125px) {
  header .top_nav {
    display: none;
  }
}
header .top_nav ul {
  list-style: none;
  display: inline-block;
  margin: 0;
}
header .top_nav ul li {
  display: inline-block;
  padding: 6px;
  font-size: 14px;
}
header .top_nav ul li.btn_don {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #68123a;
  padding: 10px 0;
}
header .top_nav ul li.btn_don:hover {
  background-color: #931a52;
}
header .top_nav ul li.btn_don a {
  padding: 10px 24px;
  color: #ffffff;
}
header .top_nav ul li.btn_don a:hover {
  color: #ffffff;
}
header .top_nav ul li a {
  color: #000000;
}
header .top_nav ul li a span {
  margin-right: 3px;
}
header .top_nav ul li a .picto {
  font-size: 21px;
  vertical-align: bottom;
}
header .top_nav ul li a:hover {
  color: #68123a;
  text-decoration: none;
}
header .top_nav .searchbar {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
header .top_nav .searchbar #close-searchbar {
  padding: 6px 12px;
  margin: 6px 3px 0 0;
  border: none;
  background: none;
  color: #cccccc;
}
header .top_nav .searchbar #close-searchbar:hover {
  color: #000000;
}
header .top_nav .searchbar #close-searchbar .picto {
  font-size: 14px;
}
header .top_nav .searchbar .form-control {
  float: right;
  height: 32px;
  border-radius: 0;
}
header .top_nav .searchbar .input-group {
  width: 100%;
  max-width: 500px;
  margin: 6px 30px 0 0;
  float: right;
}
header .top_nav .searchbar .input-group .btn {
  padding: 6px 12px;
  border: none;
  font-size: 14px;
}
header .bot_nav {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding-right: 30px;
  background-color: #f7a600;
  padding-right: 16px;
}
@media screen and (max-width: 1125px) {
  header .bot_nav {
    display: none;
  }
}
header .bot_nav .hashtag {
  float: left;
  line-height: 40px;
  font-weight: 900;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  bottom: 40px;
  left: 250px;
  color: #f7a600;
  transition: bottom 0.3s ease 0.3s, margin-left 0.3s ease;
}
header .bot_nav .hashtag:hover,
header .bot_nav .hashtag:focus {
  color: #68123a;
}
@media screen and (max-width: 1245px) {
  header .bot_nav .hashtag {
    display: none;
  }
}
header .bot_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f7a600;
  float: right;
}
header .bot_nav ul:before,
header .bot_nav ul:after {
  content: " ";
  display: table;
}
header .bot_nav ul:after {
  clear: both;
}
header .bot_nav ul li {
  display: block;
  position: relative;
  float: left;
  text-align: left;
}
header .bot_nav ul li > a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
  text-transform: uppercase;
}
header .bot_nav ul li > a:hover {
  color: #68123a;
}
header .bot_nav ul .has_child {
  display: block;
  position: relative;
  float: left;
  text-align: left;
}
header .bot_nav ul .has_child a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
}
header .bot_nav ul .has_child .second_level {
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
header .bot_nav ul .has_child .second_level li {
  border-top: 0;
}
header .bot_nav ul .has_child .second_level li a {
  text-transform: none;
}
header .bot_nav ul .has_child .second_level li a:hover {
  color: #ffffff;
}
header .bot_nav ul .has_child .second_level li.has_child:after {
  content: ">";
  position: absolute;
  right: 15px;
  top: 7px;
  color: #ffffff;
}
header .bot_nav ul .has_child .second_level li.active a {
  background: #3d0a22;
}
header .bot_nav ul .has_child .second_level li ul {
  right: 100% !important;
  top: 0;
}
header .bot_nav ul .has_child .second_level li ul.third_level {
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
header .bot_nav ul .has_child .second_level li ul.third_level a {
  text-transform: none;
  background: #3d0a22;
}
header .bot_nav ul .has_child .second_level li ul.third_level a:hover {
  background: #11030a;
}
header .bot_nav ul .has_child .second_level li ul.third_level li.active a {
  background: #11030a;
}
header .bot_nav ul .has_child .second_level li:hover .third_level {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
header .bot_nav ul .has_child:hover > ul {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  position: absolute;
  right: 15px;
}
header .bot_nav ul .has_child:hover li {
  float: none;
}
header .bot_nav ul .has_child:hover li:hover a {
  background: #3d0a22;
}
header .bot_nav ul .has_child:hover li a {
  background: #68123a;
  padding-right: 40px;
}
header .bot_nav ul .has_child:hover li a:hover {
  background: #3d0a22;
}
header .bot_nav ul.first_level > .has_child > a {
  border-bottom: 5px solid transparent;
  text-transform: uppercase;
  padding: 8px 0 4px;
  margin: 0 15px;
}
header .bot_nav ul.first_level > .has_child:hover > a {
  color: #68123a;
}
header .bot_nav ul.first_level > .has_child.active > a {
  color: #68123a;
  border-bottom: 5px solid #68123a;
}
@media screen and (min-width: 1111px) {
  header.sticky {
    position: fixed;
    top: 0;
    display: block;
    height: 40px;
  }
  header.sticky .logo {
    padding: 0px 10px 0px 10px;
    top: 0;
  }
  header.sticky .logo img {
    width: 120px;
  }
  header.sticky .top_nav {
    display: none;
  }
  header.sticky .hashtag {
    left: 180px;
    bottom: 0;
    color: white;
    transition: bottom 0.3s ease, margin-left 0.3s ease 0.3s;
  }
}
/* CSS Document */
ul.accordeon {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
ul.accordeon li {
  list-style-type: none;
  text-align: left;
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
ul.accordeon li h3 {
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  ul.accordeon li h3 {
    font-size: 18px;
  }
}
ul.accordeon li.active .header_accordeon {
  background: #cccccc;
}
ul.accordeon li.active .header_accordeon .arrow {
  transform: rotate(90deg);
}
ul.accordeon li.active .header_accordeon h6 {
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  ul.accordeon li.active .header_accordeon h6 {
    font-size: 16px;
  }
}
ul.accordeon li.active .header_accordeon span {
  color: #ffffff;
}
ul.accordeon li .header_accordeon {
  width: 100%;
  display: inline-block;
  height: auto;
  padding: 10px 2%;
  position: relative;
  background: #eee;
  cursor: pointer;
}
ul.accordeon li .header_accordeon:hover {
  background: #000000;
}
ul.accordeon li .header_accordeon:hover h6 {
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  ul.accordeon li .header_accordeon:hover h6 {
    font-size: 16px;
  }
}
ul.accordeon li .header_accordeon:hover span {
  color: #ffffff;
}
ul.accordeon li .header_accordeon h6 {
  margin: 0;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  width: 90%;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  ul.accordeon li .header_accordeon h6 {
    font-size: 16px;
  }
}
ul.accordeon li .header_accordeon .arrow {
  position: absolute;
  right: 2%;
  top: 8px;
  font-size: 30px;
}
ul.accordeon li .content_accordeon {
  width: 100%;
  display: inline-block;
  height: auto;
  display: none;
  padding: 2%;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  ul.accordeon li .content_accordeon p {
    font-size: 16px;
  }
}
ul.accordeon li .content_accordeon ul li {
  list-style-type: initial;
  list-style-type: disc;
}
form {
  display: inline-block;
  width: 100%;
  height: auto;
  /*--------------------------------------
 	PLACEHOLDER STYLE
--------------------------------------*/
  /*--------------------------------------
 	INPUT FILE STYLE
--------------------------------------*/
  /*--------------------------------------
 	SELECT STYLE
--------------------------------------*/
  /* Remove MS caret appearance */
  /*--------------------------------------
 	TEXTAREA STYLE
--------------------------------------*/
  /*--------------------------------------
 	RADIO & CHECKBOX STYLE
--------------------------------------*/
}
form label {
  font-size: 16px;
  display: inline-block;
  position: relative;
}
form label.required:after {
  content: "*";
  color: red;
  font-size: 25px;
  position: absolute;
  right: -12px;
  top: -5px;
}
form .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  border: 1px solid #cccccc;
}
form .error {
  color: red;
}
form .error.visible {
  display: block;
}
form input[type="text"]::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
  font-weight: 400;
}
form input[type="text"]::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
  font-weight: 400;
}
form input[type="text"]::-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
  font-weight: 400;
}
form .upload_wrap {
  position: relative;
  overflow: hidden;
  padding: 10px 15px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: inline-block;
}
form .upload_wrap input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  width: 100%;
  height: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  opacity: 0;
}
form .upload_wrap span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 98%;
  background: #ffffff;
  border-radius: 0;
  padding: 3px 10px;
  color: #000000;
}
form select.svg {
  background: #ffffff url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'25px\' height=\'25px\' fill=\'%23000000\'><polyline points=\'18,8 12,16 5,8\' /></svg>") no-repeat scroll right center;
  background-position: right;
  background-repeat: no-repeat;
}
form select.filled_svg {
  background-image: url('../img/square_caret.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
form select::-ms-expand {
  display: none;
}
form textarea {
  min-height: 250px;
}
@media screen and (max-width: 600px) {
  form .radio-inline {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  form .checkbox-inline {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px !important;
  }
}
/*--------------------------------------
 	INPUT SUBMIT STYLE
--------------------------------------*/
input[type="submit"] {
  font-weight: bold;
  font-size: 17px;
}
/* CSS Document */
/* VARIABLE charte couleur */
.btn {
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 1.5em 2.5em;
  display: inline-block;
  text-transform: uppercase;
}
.btn.larger {
  width: 100%;
}
.btn.small {
  padding: 0.5em 2em;
}
.btn:hover {
  text-decoration: none !important;
  color: #ffffff;
  font-weight: bold;
}
.btn-google {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #DD4B39;
  border: none;
  color: #ffffff;
}
.btn-google:hover {
  background-color: #e47365;
  color: #ffffff;
}
.btn-facebook {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #283969;
  border: none;
  color: #ffffff;
}
.btn-facebook:hover {
  background-color: #364d8e;
  color: #ffffff;
}
.btn-twitter {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #00a0de;
  border: none;
  color: #ffffff;
}
.btn-twitter:hover {
  background-color: #12bdff;
  color: #ffffff;
}
.btn-outline {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  border: solid 1px #000000;
  color: #000000;
}
.btn-outline:hover {
  border-color: #68123a;
  color: #68123a;
}
footer {
  display: inline-block;
  float: left;
  width: 100%;
  background: #0daa8d;
  height: auto;
}
footer .wrapper {
  overflow: hidden;
}
footer .logo {
  width: 160px;
  margin: auto;
}
footer .footer_content {
  display: inline-block;
  width: 100%;
  height: auto;
  float: left;
  padding: 40px 0;
}
footer .footer_content .footer_social {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  padding: 40px 0 20px;
}
footer .footer_content .footer_social ul {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}
footer .footer_content .footer_social ul:before,
footer .footer_content .footer_social ul:after {
  content: "";
  position: absolute;
  background: #cccccc;
  height: 1px;
  width: 3000px;
  top: 20px;
}
footer .footer_content .footer_social ul:before {
  right: 100%;
}
footer .footer_content .footer_social ul:after {
  left: 100%;
}
footer .footer_content .footer_social ul li {
  display: inline-block;
}
footer .footer_content .footer_social ul li a {
  color: #ffffff;
  font-size: 30px;
  padding: 0 10px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
footer .footer_content .footer_social ul li a:hover,
footer .footer_content .footer_social ul li a:focus {
  text-decoration: none;
  color: #f7a600;
}
@media screen and (max-width: 600px) {
  footer .footer_content .footer_social ul {
    padding: 0 10px;
  }
  footer .footer_content .footer_social ul:before,
  footer .footer_content .footer_social ul:after {
    top: 13px;
  }
  footer .footer_content .footer_social ul li a {
    font-size: 20px;
  }
}
footer .footer_content .newsletter h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 0;
}
footer .footer_content .newsletter form {
  max-width: 400px;
}
footer .footer_content .newsletter form .btn {
  padding: 5px 12px;
  border: none;
  background: #68123a;
  color: #ffffff;
  border-left: 1px solid #0daa8d;
}
footer .footer_content .newsletter form .btn:hover,
footer .footer_content .newsletter form .btn:active,
footer .footer_content .newsletter form .btn:focus {
  background: #f7a600;
}
footer .footer_content .newsletter .newsletter_infos {
  color: #fff;
  text-align: center;
}
footer .footer_content .newsletter .g-recaptcha {
  margin: 15px 0;
}
footer .footer_content .newsletter .g-recaptcha div {
  width: 100% !important;
}
footer .footer_content .separator {
  background: #cccccc;
  height: 1px;
  width: 100%;
  margin: 30px 0;
}
footer .footer_content .footer_nav ul {
  margin: 0;
  padding: 0;
}
footer .footer_content .footer_nav ul li {
  padding: 0 2%;
  display: inline-block;
}
footer .footer_content .footer_nav ul li a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
/* -------------------------------- 

Shared style

-------------------------------- */
/* the_modal Window */
.the_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.the_modal .the_modal-content {
  height: 100%;
  overflow-y: auto;
  padding: 3em 5%;
  background: rgba(25, 25, 25, 0.8);
  text-align: center;
}
.the_modal .the_modal-close {
  /* 'X' icon */
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 5%;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  background: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.the_modal .the_modal-close.close_prehome {
  /* 'X' icon */
  position: absolute;
  z-index: 1;
  top: -60px;
  right: 0%;
  height: auto;
  width: auto;
  border-radius: 0;
  overflow: visible;
  white-space: nowrap;
  text-indent: 0;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: none !important;
  transform: none !important;
  background: none;
}
.the_modal .the_modal-close.close_prehome:before {
  transform: none;
  -webkit-transform: none;
  content: "";
  left: auto;
  width: 30px;
  height: 30px;
  background-image: url('../img/arrow_prehome.png');
  background-size: cover;
  background-color: transparent;
  top: -1px;
  left: -34px;
}
.the_modal .the_modal-close.close_prehome:after {
  display: none;
}
.the_modal .the_modal-close::before,
.the_modal .the_modal-close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 20px;
  top: calc(50% - 1px);
  left: calc(31%);
  background: #fff;
}
.the_modal .the_modal-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.the_modal .the_modal-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.the_modal.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.7s, visibility 0s;
  transition: opacity 0.7s, visibility 0s;
}
.the_modal.is-visible .the_modal-content {
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
}
.the_modal.is-visible .the_modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 1100px) {
  .the_modal .the_modal-content {
    padding: 4em 4em 2em 4em;
  }
  .the_modal .the_modal-close {
    height: 60px;
    width: 60px;
  }
  .the_modal .the_modal-close::before,
  .the_modal .the_modal-close::after {
    height: 2px;
    width: 26px;
    top: calc(50% - 1px);
    left: calc(50% - 23px);
  }
}
.the_modal .wrap_the_modal h1,
.the_modal .wrap_the_modal h2 {
  text-align: center;
}
.wrap_the_modal {
  background: #fff;
  height: auto;
  display: inline-block;
  text-align: left;
  margin: 2em auto;
  max-width: 800px;
  padding: 2%;
}
/* STYLE NEW MODAL HERE */
.the_modal.newsletter .wrap_the_modal {
  background-color: #68123a;
  padding: 4%;
}
.the_modal.newsletter .header_modal {
  text-align: center;
}
.the_modal.newsletter .header_modal .picto {
  font-size: 40px;
  color: #ffffff;
}
.the_modal.newsletter h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
.the_modal.newsletter form {
  max-width: 400px;
}
.the_modal.newsletter form .btn {
  padding: 5px 12px;
  border: none;
  background: #68123a;
  color: #ffffff;
  border-left: 1px solid #68123a;
}
.the_modal.newsletter form .btn:hover,
.the_modal.newsletter form .btn:active,
.the_modal.newsletter form .btn:focus {
  background: #f7a600;
}
.the_modal.newsletter .newsletter_infos {
  color: #fff;
  text-align: center;
}
.the_modal.newsletter .g-recaptcha {
  margin: 15px 0;
}
.the_modal.newsletter .g-recaptcha div {
  width: 100% !important;
}
.the_modal.prehome {
  background: none;
}
.the_modal.prehome .the_modal-content {
  background: rgba(0, 0, 0, 0.8) !important;
}
.the_modal.prehome .wrap_the_modal {
  position: relative;
  background: none;
  padding: 0;
  width: 990px;
  max-width: 100%;
}
.the_modal.prehome .header_modal {
  font-weight: bold;
  font-size: 18px;
}
.the_modal.prehome .header_modal .picto {
  font-size: 40px;
  color: #ffffff;
}
.the_modal.prehome .header_modal .bottom {
  width: 100%;
  display: inline-block;
  padding: 26px;
  background-color: #f7a600;
}
@media (min-width: 850px) {
  .the_modal.prehome .header_modal .bottom {
    position: absolute;
    right: 0;
    width: 370px;
    height: auto;
    bottom: 140px;
  }
}
.the_modal.prehome .header_modal .bottom .col-text {
  position: relative;
}
.the_modal.prehome .header_modal .bottom .col-text p {
  color: #ffffff;
  font-size: 20px;
}
.the_modal.prehome .header_modal .bottom .col-text p.title {
  font-size: 28px;
}
@media screen and (max-width: 576px) {
  .the_modal.prehome .header_modal .bottom .col-text p {
    font-size: 16px;
  }
}
.the_modal.prehome .header_modal .bottom .col-text .btn {
  margin-top: 10px;
  margin-right: 10px;
}
.the_modal.prehome .header_modal .bottom .col-logo {
  text-align: right;
}
@media screen and (max-width: 576px) {
  .the_modal.prehome .header_modal .bottom .col-logo {
    text-align: center;
  }
}
.the_modal.prehome .header_modal .bottom .col-logo .logo_prehome {
  width: 164px;
  height: auto;
}
.the_modal.prehome .content_modal {
  text-align: center;
  background: none;
}
.the_modal.prehome .content_modal a.cta_prehome {
  display: inline-block;
  font-size: 26px;
  color: #68123a;
  text-transform: uppercase;
  padding: 1rem 2rem;
  background: #ffffff;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 30px;
  font-family: 'Lato', sans-serif;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (max-width: 576px) {
  .the_modal.prehome .content_modal a.cta_prehome {
    font-size: 19px;
  }
}
/* CSS Document */
#up {
  bottom: 10px;
  height: 40px;
  position: fixed;
  right: 10px;
  width: 40px;
  z-index: 300;
}
@media screen and (max-width: 600px) {
  #up {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
}
#up #gototop {
  background: url("../img/go_up.png") no-repeat scroll 0 -40px rgba(0, 0, 0, 0);
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  width: 40px;
  transition: all 0.3s ease-in-out 0s;
}
#up #gototop:hover {
  background-position: 0 0;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  height: 100%;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  height: 100%;
  position: relative;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
  height: 100%;
}
.flexslider .slides {
  zoom: 1;
  height: 100%;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 53px;
  height: 53px;
  /*margin: -35px 0 0;*/
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-indent: -9999px;
}
.flex-direction-nav .flex-prev {
  left: -10%;
  background: url(../img/slide_prev.png);
}
.flex-direction-nav .flex-next {
  right: -10%;
  background: url(../img/slide_next.png);
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 2%;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 2%;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/*
////////////////////////////////////////////////////////////////////////////////////////////// 

    -- SLIDER

//////////////////////////////////////////////////////////////////////////////////////////////
*/
.flexslider2 {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 180px;
  padding: 10px 40px;
}
@media screen and (max-width: 600px) {
  .flexslider2 {
    height: auto;
    padding: 10px 0;
  }
}
.flexslider2 .slides li .grid li {
  position: relative;
}
@media screen and (max-width: 800px) {
  .flexslider2 .slides li .grid li {
    width: 100%;
  }
}
.flexslider2 .flex-control-paging {
  display: none;
}
.flexslider2 .flex-control-nav {
  bottom: auto;
  position: relative;
}
.flexslider2 .flex-direction-nav {
  display: inline-block;
}
.flexslider2 .flex-direction-nav .flex-next {
  opacity: 1;
  right: -5px;
  background: url('../img/slide_next-3.png');
  background-size: contain;
  font-size: 0px;
  background-repeat: no-repeat;
}
.flexslider2 .flex-direction-nav .flex-next:before {
  display: none !important;
  font-size: 0px;
}
.flexslider2 .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -5px;
  background: url('../img/slide_prev-3.png');
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0px;
}
.flexslider2 .flex-direction-nav .flex-prev:before {
  display: none !important;
  font-size: 0px;
}
.flexslider2 .flex-control-paging li a.flex-active {
  background: #cccccc;
  cursor: default;
}
/*--------------------------------------
  ASSETS
--------------------------------------*/
#breadcrumb {
  padding: 40px 0 20px;
}
#breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumb ul li {
  display: inline-block;
}
#breadcrumb ul li a {
  color: #68123a;
}
#filters {
  background: #f7a600;
  padding-top: 10px;
}
@media screen and (max-width: 992px) {
  #filters {
    padding: 10px 0;
  }
}
#filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#filters ul li {
  display: inline-block;
  margin: 0 8px 10px 0;
}
#filters ul li select {
  padding-right: 30px;
  border: none;
  background-color: #ffffff;
  border: 0;
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  #filters ul li {
    width: 48%;
  }
  #filters ul li.first {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #filters ul li {
    width: 100%;
  }
}
ul.pagination li a {
  color: #000000;
}
ul.pagination li a:hover,
ul.pagination li a:active,
ul.pagination li a:focus {
  color: #ffffff;
  background: #f7a600;
  border-color: #f7a600;
}
ul.pagination li.active a,
ul.pagination li.active:hover a {
  background: #68123a;
  border-color: #68123a;
}
#banner .illustration {
  height: 400px;
}
@media screen and (max-width: 700px) {
  #banner .illustration {
    height: auto;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1350px) {
  #banner .illustration {
    height: 500px;
  }
}
#banner .illustration .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#banner .small_wrap {
  height: 100%;
}
@media screen and (max-width: 800px) {
  #banner .small_wrap {
    width: 90%;
  }
}
#banner .content {
  position: relative;
  z-index: 3;
  top: 16%;
}
#banner .content h2 {
  color: #ffffff;
  font-size: 58px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #banner .content h2 {
    font-size: 28px;
  }
}
#banner .content .banner_buttons {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #banner .content .banner_buttons.grid {
    width: 70%;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 800px) {
  #banner .content .banner_buttons.grid .cl {
    width: 31.33333%;
  }
}
@media screen and (max-width: 700px) {
  #banner .content .banner_buttons.grid .cl {
    width: 100%;
  }
}
#banner .content .banner_buttons .item_btn {
  color: #ffffff;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-out;
}
#banner .content .banner_buttons .item_btn:hover {
  transform: scale(1.09);
}
#banner .content .banner_buttons .item_btn .tbl-btn {
  display: table;
  height: 120px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #banner .content .banner_buttons .item_btn .tbl-btn {
    height: 80px;
  }
}
#banner .content .banner_buttons .item_btn .tbl-btn .tbl-cell {
  display: table-cell;
  vertical-align: middle;
}
#banner .content .banner_buttons .item_btn p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  #banner .content .banner_buttons .item_btn p {
    font-size: 15px;
  }
}
#banner .content .banner_buttons .item_btn p:after {
  content: "";
  width: 40px;
  height: 4px;
  display: block;
  margin: 10px auto 0 auto;
}
#banner .content .banner_buttons .item_btn p.bd-red:after {
  background-color: #68123a;
}
#banner .content .banner_buttons .item_btn p.bd-yellow:after {
  background-color: #f7a600;
}
#banner.custom .illustration {
  height: 320px;
}
@media screen and (max-width: 700px) {
  #banner.custom .illustration {
    height: auto;
    padding: 20px 0;
  }
}
#banner.custom .illustration .overlay {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#banner.custom .content {
  top: 0;
}
#banner.custom .header_section {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  #banner.custom .header_section {
    margin: 0;
    margin-bottom: 10px;
  }
}
#banner.custom .header_section h2,
#banner.custom .header_section span.picto {
  color: #ffffff;
}
#banner.custom .header_section h2:after {
  background-color: #ffffff;
}
#banner.custom .banner_buttons .item_btn {
  padding: 0;
}
#banner.custom .banner_buttons .item_btn p {
  margin-bottom: 0;
}
#banner.custom .banner_buttons .item_btn p:after {
  content: none;
}
#header_banner {
  font-size: 0;
}
#header_banner .illustration {
  height: 145px;
}
@media screen and (max-width: 450px) {
  #header_banner .illustration {
    height: 100px;
  }
}
#header_banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #68123a;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#header_banner .content {
  padding-top: 25px;
}
#header_banner .content .map {
  float: left;
  width: auto;
}
#header_banner .content .picto {
  font-size: 70px;
  color: #ffffff;
  float: left;
  width: auto;
}
#header_banner .content .separator {
  float: left;
  background: #ffffff;
  height: 80px;
  width: 1px;
  margin: 10px 20px 0;
}
#header_banner .content .text {
  float: left;
  color: #ffffff;
  margin-top: 5px;
}
#header_banner .content .text .subtitle {
  font-size: 18px;
  text-transform: uppercase;
}
#header_banner .content .text .title {
  margin: 5px 0;
  font-size: 55px;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  #header_banner .content .text {
    margin-top: 15px;
  }
  #header_banner .content .text .title {
    font-size: 30px;
    font-weight: 700;
  }
}
@media screen and (max-width: 600px) {
  #header_banner .content .map {
    width: 60px;
  }
  #header_banner .content .text {
    margin-top: 15px;
  }
  #header_banner .content .text .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  #header_banner .content .map {
    width: 25px;
  }
  #header_banner .content .separator {
    height: 30px;
    margin: 0px 10px 0;
  }
  #header_banner .content .text {
    margin-top: 0;
  }
  #header_banner .content .text .subtitle {
    font-size: 14px;
  }
  #header_banner .content .text .title {
    font-size: 19px;
  }
}
#home_overview {
  background-color: #e4e4e4;
}
#home_overview .national_network {
  background-color: #f1f1f1;
}
#home_overview .national_network .map_filter .small_wrap {
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 420px) {
  #home_overview .national_network .map_filter .small_wrap {
    max-width: none;
    width: 80%;
  }
}
#home_overview .national_network .map_filter form p {
  color: #000000;
  font-size: 20px;
  font-weight: 300;
}
#home_overview .national_network .map_filter form select {
  margin-top: 12px;
  border: 0;
  padding: 2px 12px;
}
#home_overview .national_network .map_filter form select.svg {
  background: #ffffff url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'25px\' height=\'25px\' fill=\'%23c14138\'><polyline points=\'18,8 12,16 5,8\' /></svg>") no-repeat scroll right center;
}
#home_overview .support_projects {
  background-color: #e4e4e4;
  padding-bottom: 40px;
}
#home_overview .support_projects .content_section .flexslider2 .flex-direction-nav .flex-next {
  right: 45px;
  background: url('../img/slide_next-white.png');
}
@media screen and (max-width: 600px) {
  #home_overview .support_projects .content_section .flexslider2 .flex-direction-nav .flex-next {
    right: 0;
  }
}
#home_overview .support_projects .content_section .flexslider2 .flex-direction-nav .flex-prev {
  left: 45px;
  background: url('../img/slide_prev-white.png');
}
@media screen and (max-width: 600px) {
  #home_overview .support_projects .content_section .flexslider2 .flex-direction-nav .flex-prev {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  #home_overview .support_projects .content_section .flexslider2 {
    padding: 10px 0;
  }
}
#home_overview .support_projects .content_section .slides li .illustration {
  height: 350px;
}
@media screen and (max-width: 600px) {
  #home_overview .support_projects .content_section .slides li .illustration {
    height: 430px;
  }
}
#home_overview .support_projects .content_section .slides li .illustration .table-container {
  display: table;
  height: inherit;
}
#home_overview .support_projects .content_section .slides li .illustration .overlay {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #68123a;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 2;
}
#home_overview .support_projects .content_section .slides li .illustration .text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
  padding: 0 55px;
  text-align: center;
  color: #ffffff;
}
#home_overview .support_projects .content_section .slides li .illustration .text h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
#home_overview .support_projects .content_section .slides li .illustration .text button {
  margin: 10px;
}
.map {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.domtom_boxes {
  display: flex;
  flex-wrap: wrap;
}
.map_image {
  width: 60%;
  margin: auto;
  padding: 30px 0 20px 0;
  min-width: 300px;
}
.map_image a.is-active path,
.map_image a:hover path {
  fill: #68123a;
}
.map_image path {
  fill: #f7a600;
  stroke: #ffffff;
  stroke-width: 1px;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
  cursor: pointer;
}
.map_image path:hover {
  fill: #68123a;
}
.map_image path.disabled {
  fill: rgba(247, 166, 0, 0.5);
  cursor: default !important;
}
.map_image.box_map {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  float: left;
  padding: 0;
  width: 33%;
  min-width: 80px;
  margin: -1px 0 0 -1px;
  border: solid 1px #bcbcbc;
  padding: 10px;
  text-align: center;
  line-height: 12px;
  text-decoration: none;
}
.map_image.box_map svg {
  max-height: 60px;
  margin-bottom: 10px;
}
.map_image.box_map span {
  font-size: 12px;
}
.map_caption {
  position: absolute;
  left: 36%;
  top: 34%;
  background-color: #ffffff;
  padding: 20px;
  visibility: hidden;
  width: 200px;
  text-align: left;
  -webkit-box-shadow: 2px 10px 17px -7px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 2px 10px 17px -7px rgba(0, 0, 0, 0.49);
  box-shadow: 2px 10px 17px -7px rgba(0, 0, 0, 0.49);
}
.map_caption .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.map_caption .close-btn .picto {
  font-size: 14px;
  color: #000000;
}
.map_caption .close-btn:hover {
  text-decoration: none;
}
.map_caption a {
  display: block;
  font-size: 15px;
  color: #000000;
}
.map_caption p {
  font-weight: 700;
  font-size: 14px;
  color: #68123a;
}
#home_news.custom_padding .wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
#home_news .content_section {
  padding-bottom: 50px;
}
#home_news .main_news .illustration {
  height: 180px;
}
#home_news .main_news .text {
  display: inline-block;
}
#home_news .main_news .text .date {
  font-size: 15px;
  margin: 3px;
}
#home_news .main_news .text h3 {
  margin: 4px 0 8px 0;
  font-weight: 700;
}
#home_news .main_news .text p {
  font-size: 15px;
}
#home_news .main_news .text .picto {
  font-size: 25px;
  vertical-align: bottom;
}
#home_news .main_news .text .read-more {
  float: right;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #68123a;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  #home_news .main_news .col-md-6 {
    width: 49.6%;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 650px) {
  #home_news .main_news .col-md-6 {
    width: 100%;
  }
}
#home_news .video_news {
  font-size: 0;
}
#home_news .video_news .illustration {
  height: 180px;
  float: left;
}
#home_news .video_news .illustration .icon_video {
  display: block;
  margin: auto;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  position: relative;
  top: 90px;
  border-radius: 100px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#home_news .video_news .illustration .icon_video:after {
  content: "\ea1c";
  font-family: 'comp-bat';
  font-size: 46px;
  position: absolute;
  left: 15px;
  top: 4px;
}
#home_news .video_news .illustration .icon_video.small_video {
  width: 50px;
  height: 50px;
  top: 60px;
}
#home_news .video_news .illustration .icon_video.small_video:after {
  font-size: 34px;
  left: 11px;
  top: 2px;
}
#home_news .video_news .text {
  text-align: center;
  border: solid 1px #bcbcbc;
  border-top: 0;
  padding: 8px;
  float: left;
  width: 100%;
  display: inline-block;
  font-size: 16px;
}
#home_news .video_news .text p {
  margin-bottom: 0;
  padding: 6px 0;
}
#home_news .video_news .text a {
  color: #000000;
}
@media screen and (max-width: 991px) {
  #home_news .video_news .col-md-12 {
    width: 33%;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 800px) {
  #home_news .video_news .col-md-12 {
    width: 49.6%;
    vertical-align: top;
  }
}
@media screen and (max-width: 550px) {
  #home_news .video_news .col-md-12 {
    width: 100%;
  }
}
#home_news .video_news.custom .illustration {
  height: 250px;
}
#home_our_numbers {
  background-size: cover;
}
#home_our_numbers .header_section {
  text-align: center;
}
#home_our_numbers .header_section h2 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 28px;
  color: #ffffff;
}
#home_our_numbers .content_section {
  padding-bottom: 50px;
}
#home_our_numbers .content_section .item {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #home_our_numbers .content_section .item:after {
    content: "";
    position: absolute;
    background: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    right: 0;
    top: 50px;
  }
  #home_our_numbers .content_section .item:last-child:after {
    content: none;
  }
}
#home_our_numbers .content_section .item .number {
  font-size: 75px;
  color: #68123a;
  font-weight: 700;
}
#home_our_numbers .content_section .item .text {
  text-transform: uppercase;
  color: #ffffff;
  max-width: 250px;
  margin: auto;
}
#home_we_are_hiring .content_section {
  padding-bottom: 50px;
}
.jobs-list .item {
  padding: 40px 30px 30px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  min-height: 300px;
}
.jobs-list .item .category {
  color: #ffffff;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}
.jobs-list .item .type {
  color: #0daa8d;
  text-transform: uppercase;
}
.jobs-list .item .city {
  color: #f7a600;
  font-size: 20px;
}
.jobs-list .item .description {
  font-size: 20px;
  font-weight: 300;
  min-height: 120px;
  display: block;
}
.jobs-list .item .read-more {
  font-family: 'Montserrat', sans-serif;
  color: #68123a;
  font-size: 16px;
}
.news-list .item,
.events-list .item,
.items-list .item {
  background: #f1f1f1;
  padding: 20px;
  margin: 20px 0;
}
@media screen and (max-width: 500px) {
  .news-list .item,
  .events-list .item,
  .items-list .item {
    padding: 10px;
  }
}
.news-list .item .illustration,
.events-list .item .illustration,
.items-list .item .illustration {
  min-height: 300px;
  height: 100%;
}
@media screen and (max-width: 570px) {
  .news-list .item .illustration,
  .events-list .item .illustration,
  .items-list .item .illustration {
    min-height: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .news-list .item .illustration,
  .events-list .item .illustration,
  .items-list .item .illustration {
    min-height: 160px;
    height: 160px;
  }
}
.news-list .item .illustration .date,
.events-list .item .illustration .date,
.items-list .item .illustration .date {
  position: absolute;
  background: #68123a;
  color: #ffffff;
  padding: 8px 15px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .news-list .item .description .date,
  .events-list .item .description .date,
  .items-list .item .description .date {
    margin-top: 5px;
  }
}
.news-list .item .description .theme,
.events-list .item .description .theme,
.items-list .item .description .theme {
  color: #68123a;
}
.news-list .item .description .title,
.events-list .item .description .title,
.items-list .item .description .title {
  margin: 5px 0 10px;
  font-size: 22px;
  font-weight: bold;
}
.news-list .item .description .title a,
.events-list .item .description .title a,
.items-list .item .description .title a {
  color: #000000;
}
.news-list .item .description .title a:hover,
.events-list .item .description .title a:hover,
.items-list .item .description .title a:hover,
.news-list .item .description .title a:active,
.events-list .item .description .title a:active,
.items-list .item .description .title a:active,
.news-list .item .description .title a:focus,
.events-list .item .description .title a:focus,
.items-list .item .description .title a:focus {
  text-decoration: none;
  color: #68123a;
}
@media screen and (max-width: 500px) {
  .news-list .item .description .title,
  .events-list .item .description .title,
  .items-list .item .description .title {
    font-size: 22px;
  }
}
.news-list .item .description .excerpt,
.events-list .item .description .excerpt,
.items-list .item .description .excerpt {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .news-list .item .description .excerpt,
  .events-list .item .description .excerpt,
  .items-list .item .description .excerpt {
    font-size: 16px;
  }
}
.news-list .item .description .read-more,
.events-list .item .description .read-more,
.items-list .item .description .read-more {
  font-family: 'Montserrat', sans-serif;
  color: #68123a;
  font-size: 16px;
}
.news-list .item .description .infos,
.events-list .item .description .infos,
.items-list .item .description .infos {
  font-size: 18px;
  margin-top: 20px;
}
.news-list .item .description .infos .location,
.events-list .item .description .infos .location,
.items-list .item .description .infos .location,
.news-list .item .description .infos .type,
.events-list .item .description .infos .type,
.items-list .item .description .infos .type {
  display: inline-block;
  margin-right: 10px;
}
.news-list .item .description .infos .picto,
.events-list .item .description .infos .picto,
.items-list .item .description .infos .picto {
  font-size: 25px;
  vertical-align: bottom;
}
.actions-list .item {
  background: #f7a600;
  color: #ffffff;
  margin: 20px 0;
}
.actions-list .item .illustration {
  min-height: 300px;
  height: 100%;
}
@media screen and (max-width: 570px) {
  .actions-list .item .illustration {
    min-height: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .actions-list .item .illustration {
    min-height: 160px;
    height: 160px;
  }
}
.actions-list .item .description {
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .actions-list .item .description {
    padding: 20px;
  }
}
@media screen and (max-width: 400px) {
  .actions-list .item .description {
    padding: 15px;
  }
}
.actions-list .item .description .date {
  color: #68123a;
}
@media screen and (max-width: 768px) {
  .actions-list .item .description .date {
    margin-top: 5px;
  }
}
.actions-list .item .description .title {
  margin: 5px 0 10px;
  font-size: 24px;
}
.actions-list .item .description .title a {
  color: #68123a;
  text-transform: uppercase;
  font-weight: 700;
}
.actions-list .item .description .title a:hover,
.actions-list .item .description .title a:active,
.actions-list .item .description .title a:focus {
  text-decoration: none;
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .actions-list .item .description .title {
    font-size: 22px;
  }
}
.actions-list .item .description .excerpt {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .actions-list .item .description .excerpt {
    font-size: 16px;
  }
}
.actions-list .item .description .read-more {
  color: #ffffff;
  background: #68123a;
  padding: 8px 15px;
  display: inline-block;
}
.actions-list .item .description .read-more:hover,
.actions-list .item .description .read-more:active,
.actions-list .item .description .read-more:focus {
  background: #3d0a22;
  text-decoration: none;
}
.actions-list .item .description .infos {
  font-size: 18px;
  margin-top: 20px;
}
.actions-list .item .description .infos .location,
.actions-list .item .description .infos .type {
  display: inline-block;
  margin-right: 10px;
}
.actions-list .item .description .infos .picto {
  font-size: 25px;
  vertical-align: bottom;
}
.events-featured-list .item,
.news-featured-list .item {
  margin-bottom: 30px;
}
.events-featured-list .item .illustration,
.news-featured-list .item .illustration {
  height: 220px;
  margin-bottom: 10px;
}
@media screen and (max-width: 570px) {
  .events-featured-list .item .illustration,
  .news-featured-list .item .illustration {
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .events-featured-list .item .illustration,
  .news-featured-list .item .illustration {
    height: 160px;
  }
}
.events-featured-list .item .illustration .date,
.news-featured-list .item .illustration .date {
  position: absolute;
  background: #68123a;
  color: #ffffff;
  padding: 8px 15px;
  top: 0;
  left: 0;
}
.events-featured-list .item .date,
.news-featured-list .item .date {
  margin-bottom: 5px;
}
.events-featured-list .item .title,
.news-featured-list .item .title {
  font-weight: 700;
  margin-top: 0;
}
.events-featured-list .item .infos .location .picto,
.news-featured-list .item .infos .location .picto,
.events-featured-list .item .infos .type .picto,
.news-featured-list .item .infos .type .picto {
  font-size: 25px;
  vertical-align: bottom;
}
.events-featured-list .item .read-more,
.news-featured-list .item .read-more {
  font-family: 'Montserrat', sans-serif;
  color: #68123a;
  font-size: 16px;
}
.list-container {
  width: auto;
}
.reports-list {
  margin: 0 auto;
  width: 100%;
}
.reports-list .item {
  display: inline-block;
  height: 280px;
  width: 200px;
  margin: 0 10px 40px 10px;
}
.reports-list .item .image-container {
  padding: 20px;
  background: #ffffff;
}
.reports-list .item .image-container .illustration {
  height: 200px;
}
.reports-list .item .btn {
  width: 100%;
  text-align: center;
  padding: 10px 5px;
  font-size: 17px;
}
#gallery {
  padding-bottom: 40px;
}
#gallery .gallery-list .cl {
  font-size: 0;
  margin: 0.5%;
}
#gallery .gallery-list .cl .illustration {
  height: 150px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../img/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#free_content {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  #free_content {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  #free_content {
    padding: 60px 0;
  }
}
@media screen and (max-width: 600px) {
  #free_content {
    padding: 30px 0;
  }
}
#title_section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
#title_section .overlay {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff8f2;
  z-index: 22;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media screen and (max-width: 800px) {
  #title_section .small_wrap {
    width: 90%;
  }
}
#title_section .header_section {
  position: relative;
  z-index: 25;
}
#title_section.as_pre_footer {
  height: 470px;
  display: table;
}
@media screen and (max-width: 800px) {
  #title_section.as_pre_footer {
    height: 350px;
  }
}
#title_section.as_pre_footer .overlay {
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#title_section.as_pre_footer .header_section {
  display: table-cell;
  vertical-align: middle;
}
#title_section.as_pre_footer .header_section h2,
#title_section.as_pre_footer .header_section h1,
#title_section.as_pre_footer .header_section h3 {
  font-size: 44px;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  #title_section.as_pre_footer .header_section h2,
  #title_section.as_pre_footer .header_section h1,
  #title_section.as_pre_footer .header_section h3 {
    font-size: 30px;
  }
}
#two-choice-block .illustration {
  height: 330px;
}
@media screen and (max-width: 770px) {
  #two-choice-block .illustration {
    height: 200px;
  }
}
#two-choice-block .illustration .overlay {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
#two-choice-block .illustration .tbl {
  display: table;
  height: inherit;
  margin: auto;
}
#two-choice-block .illustration .tbl .tbl-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#two-choice-block .illustration .tbl .tbl-cell p {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  color: white;
}
#two-choice-block .illustration:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
#two-choice-block.without-padding .col-sm-6:first-of-type {
  padding-right: 0;
}
@media screen and (max-width: 770px) {
  #two-choice-block.without-padding .col-sm-6:first-of-type {
    padding-right: 15px;
  }
}
#two-choice-block.without-padding .col-sm-6:last-of-type {
  padding-left: 0;
}
@media screen and (max-width: 770px) {
  #two-choice-block.without-padding .col-sm-6:last-of-type {
    padding-left: 15px;
  }
}
#testimonies .wrapper {
  padding: 0 30px;
}
#testimonies .illustration {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 768px) {
  #testimonies .illustration {
    width: 100%;
  }
}
#testimonies .illustration .img {
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  #testimonies .illustration .img {
    border-radius: 0px;
  }
}
#testimonies .name {
  position: relative;
  top: 40px;
  right: -20px;
}
@media screen and (max-width: 992px) {
  #testimonies .name {
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  #testimonies .name {
    right: auto;
    top: auto;
    margin: 10px 0;
  }
}
#testimonies .name p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
#testimonies .name p:after {
  content: '';
  background-image: url('../img/quote.png');
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  right: -28px;
  top: 3px;
  position: absolute;
}
#testimonies .name span {
  text-transform: uppercase;
  color: #68123a;
  display: block;
}
#testimonies q {
  font-style: italic;
}
#testimonies .custom_padding {
  padding: 0 24px;
}
#sticky_side_nav .floating_social {
  background: #ffffff;
  display: inline-block;
  position: fixed;
  left: 0;
  top: 280px;
  z-index: 900;
}
@media screen and (max-width: 1290px) {
  #sticky_side_nav .floating_social {
    display: none;
  }
}
#sticky_side_nav .floating_social > a {
  display: block;
  width: 40px;
  padding: 6px 2px;
  text-align: center;
}
#sticky_side_nav .floating_social > a:focus,
#sticky_side_nav .floating_social > a:active {
  text-decoration: none;
}
#sticky_side_nav .floating_social > a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#sticky_side_nav .floating_social > a .picto {
  color: #ffffff;
  font-size: 26px;
}
#sticky_side_nav .floating_social > a .picto.icon-twitter,
#sticky_side_nav .floating_social > a .picto.icon-facebook {
  font-size: 19px;
}
#sticky_side_nav .floating_social #small_map {
  position: fixed;
  width: 330px;
  left: 40px;
  top: 10px;
  max-height: calc(100% - 20px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 12px;
  background-color: #e4e4e4;
  display: none;
}
#sticky_side_nav .floating_social #small_map .header_section {
  margin: 8px 0;
}
#sticky_side_nav .floating_social #small_map .header_section h2 {
  font-size: 16px;
}
#sticky_side_nav .floating_social #small_map .header_section h2:after {
  height: 4px;
}
#sticky_side_nav .floating_social #small_map .small_map_image {
  width: 60%;
  margin: auto;
  padding: 30px 0 20px 0;
  min-width: 220px;
}
#sticky_side_nav .floating_social #small_map .small_map_image a.is-active path,
#sticky_side_nav .floating_social #small_map .small_map_image a:hover path {
  fill: #68123a;
}
#sticky_side_nav .floating_social #small_map .small_map_image path {
  fill: #f7a600;
  stroke: #ffffff;
  stroke-width: 1px;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
  cursor: pointer;
}
#sticky_side_nav .floating_social #small_map .small_map_image path:hover {
  fill: #68123a;
  opacity: 1;
}
#sticky_side_nav .floating_social #small_map .small_map_image path.disabled {
  fill: rgba(247, 166, 0, 0.5) !important;
  cursor: default !important;
}
#sticky_side_nav .floating_social #small_map .small_map_image.box_map {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  float: left;
  padding: 0;
  width: 33%;
  min-width: 74px;
  margin: -1px 0 0 -1px;
  border: solid 1px #bcbcbc;
  padding: 10px;
  text-align: center;
  line-height: 12px;
  text-decoration: none;
}
#sticky_side_nav .floating_social #small_map .small_map_image.box_map svg {
  max-height: 60px;
  margin-bottom: 10px;
}
#sticky_side_nav .floating_social #small_map .small_map_image.box_map span {
  font-size: 10px;
}
#sticky_side_nav .floating_social #small_map .small_map_caption {
  width: 100%;
  max-width: 200px;
  position: absolute;
  left: 36%;
  top: 34%;
  background-color: #ffffff;
  padding: 20px;
  visibility: hidden;
  text-align: left;
  -webkit-box-shadow: 2px 10px 17px -7px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 2px 10px 17px -7px rgba(0, 0, 0, 0.49);
  box-shadow: 2px 10px 17px -7px rgba(0, 0, 0, 0.49);
}
#sticky_side_nav .floating_social #small_map .small_map_caption .small-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  margin-left: 10px;
}
#sticky_side_nav .floating_social #small_map .small_map_caption .small-close-btn .picto {
  font-size: 15px;
  color: #000000;
}
#sticky_side_nav .floating_social #small_map .small_map_caption .small-close-btn:hover {
  text-decoration: none;
}
#sticky_side_nav .floating_social #small_map .small_map_caption a {
  width: auto;
  display: block;
  font-size: 15px;
  color: #000000;
  text-align: left;
  padding: 0;
}
#sticky_side_nav .floating_social #small_map .small_map_caption a:hover {
  text-decoration: underline;
}
#sticky_side_nav .floating_social #small_map .small_map_caption p {
  font-weight: 700;
  font-size: 14px;
  color: #68123a;
}
#sticky_side_nav .map_filter form p {
  font-size: 13px;
  font-weight: bold;
}
#sticky_side_nav .map_filter form select {
  font-size: 12px;
  height: 28px;
  margin-bottom: 8px;
}
.icon-item-list .content_section .grid .illustration {
  height: 160px;
}
/*--------------------------------------
  PAGES
--------------------------------------*/
@media screen and (min-width: 600px) {
  #news .content_section {
    padding: 20px 0;
  }
}
#news_single .header_section {
  background: #f1f1f1;
  margin: 0 0 40px 0;
}
#news_single .header_section .date {
  margin-top: 30px;
  text-align: center;
}
#news_single .header_section h1 {
  font-size: 35px;
  padding: 0 50px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news_single .header_section h1 {
    font-size: 25px;
    padding: 0;
  }
}
#news_single .header_section .illustration {
  height: 450px;
}
@media screen and (max-width: 800px) {
  #news_single .header_section .illustration {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  #news_single .header_section .illustration {
    height: 280px;
  }
}
@media screen and (max-width: 450px) {
  #news_single .header_section .illustration {
    height: 200px;
  }
}
#news_single .header_section .infos {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 5px solid #f7a600;
  text-align: left;
  margin-bottom: -5px;
}
#news_single .header_section .infos .location,
#news_single .header_section .infos .type {
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 10px;
}
#news_single .header_section .infos .location .picto,
#news_single .header_section .infos .type .picto {
  font-size: 25px;
  vertical-align: bottom;
}
#news_single .content_section .go-back {
  display: inline-block;
  margin: 20px 0;
  font-family: 'Montserrat', sans-serif;
  color: #68123a;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  #events .content_section {
    padding: 20px 0;
  }
}
#events_single .header_section {
  background: #f1f1f1;
}
#events_single .header_section .theme {
  margin-top: 30px;
  text-align: center;
}
#events_single .header_section h1 {
  font-size: 35px;
  padding: 0 50px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #events_single .header_section h1 {
    font-size: 25px;
    padding: 0;
  }
}
#events_single .header_section .illustration {
  height: 450px;
}
@media screen and (max-width: 800px) {
  #events_single .header_section .illustration {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  #events_single .header_section .illustration {
    height: 280px;
  }
}
@media screen and (max-width: 450px) {
  #events_single .header_section .illustration {
    height: 200px;
  }
}
#events_single .header_section .illustration .date {
  background: #68123a;
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  padding: 8px 15px;
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  #events_single .header_section .illustration .date {
    font-size: 18px;
  }
}
#events_single .header_section .infos {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 5px solid #f7a600;
  text-align: left;
  margin-bottom: -5px;
}
#events_single .header_section .infos .location,
#events_single .header_section .infos .type {
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 10px;
}
#events_single .header_section .infos .location .picto,
#events_single .header_section .infos .type .picto {
  font-size: 25px;
  vertical-align: bottom;
}
#events_single .content_section .go-back {
  display: inline-block;
  margin: 20px 0;
  font-family: 'Montserrat', sans-serif;
  color: #68123a;
  font-size: 16px;
}
#events_single_map .event-map {
  height: 500px;
  background: #68123a;
  width: 100%;
}
#events_single_subscription {
  padding-bottom: 40px;
}
@media screen and (min-width: 600px) {
  #actions .content_section {
    padding: 20px 0;
  }
}
#actions-single .content_section .illustration {
  height: 400px;
}
@media screen and (max-width: 600px) {
  #actions-single .content_section .illustration {
    height: 250px;
  }
}
#actions-single .content_section .description {
  padding: 20px;
}
#actions-single .content_section .description h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#actions-single .content_section .description .contact-infos {
  background: #68123a;
  color: #ffffff;
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 600px) {
  #actions-single .content_section .description .contact-infos {
    padding: 10px 20px;
  }
}
#actions-single .content_section .description .contact-infos .picto {
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 90px;
}
@media screen and (max-width: 600px) {
  #actions-single .content_section .description .contact-infos .picto {
    display: block;
    position: initial;
    font-size: 60px;
  }
}
#actions-single .content_section .description .contact-infos .infos {
  padding-left: 120px;
}
@media screen and (max-width: 600px) {
  #actions-single .content_section .description .contact-infos .infos {
    padding-left: 0;
  }
}
#actions-single .content_section .description .contact-infos .infos .title {
  font-size: 18px;
}
#actions-single .content_section .description .contact-infos .infos .mail {
  word-break: break-all;
  display: block;
}
#actions-single .content_section .contact_infos_inline {
  display: inline-block;
  width: 100%;
  padding: 0 15px 10px 15px;
  border: solid 1px #cccccc;
  text-align: center;
}
#actions-single .content_section .contact_infos_inline .picto {
  font-size: 9em;
  text-align: center;
}
#actions-single .content_section .contact_infos_inline .cl {
  padding-right: 20px;
}
#actions-single .content_section .contact_infos_inline p {
  font-size: 14px;
}
#actions-single .content_section .contact_infos_inline .grid .cl:not(:last-of-type) {
  border-right: solid 1px #bcbcbc;
}
#habitat_cta .two-side-cta .illustration {
  height: 300px;
}
@media screen and (max-width: 600px) {
  #habitat_cta .two-side-cta .illustration {
    height: 180px;
  }
}
#habitat_cta .two-side-cta .illustration .overlay {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #68123a;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
#habitat_cta .two-side-cta .illustration .tbl {
  display: table;
  height: inherit;
  margin: auto;
}
#habitat_cta .two-side-cta .illustration .tbl .tbl-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#habitat_cta .two-side-cta .illustration .tbl .tbl-cell p {
  font-size: 22px;
  text-transform: uppercase;
  color: white;
}
#habitat_cta .two-side-cta .illustration:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
#habitat_cta .four-lined-cta .tbl {
  display: table;
  min-height: 180px;
  height: 180px;
  width: 100%;
  text-align: center;
  border: solid 1px #000000;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin-top: 14px;
}
@media screen and (max-width: 600px) {
  #habitat_cta .four-lined-cta .tbl {
    min-height: 140px;
    height: 140px;
  }
}
#habitat_cta .four-lined-cta .tbl:hover {
  border-color: #68123a;
}
#habitat_cta .four-lined-cta .tbl:hover .tbl-cell .picto,
#habitat_cta .four-lined-cta .tbl:hover .tbl-cell p {
  color: #68123a;
}
#habitat_cta .four-lined-cta .tbl a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}
#habitat_cta .four-lined-cta .tbl .tbl-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#habitat_cta .four-lined-cta .tbl .tbl-cell span.picto {
  font-size: 76px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 600px) {
  #habitat_cta .four-lined-cta .tbl .tbl-cell span.picto {
    font-size: 60px;
  }
}
#habitat_cta .four-lined-cta .tbl .tbl-cell p {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 600px) {
  #habitat_cta .four-lined-cta .tbl .tbl-cell p {
    font-size: 14px;
  }
}
#actions_featured_slider .slider {
  font-size: 0;
  position: relative;
}
#actions_featured_slider .slider .item {
  text-align: center;
}
#actions_featured_slider .slider .item .col-sm-6:first-of-type {
  padding-right: 0;
}
#actions_featured_slider .slider .item .col-sm-6:last-of-type {
  padding-left: 0;
}
#actions_featured_slider .slider .item .illustration {
  height: 300px;
}
#actions_featured_slider .slider .item .description {
  background-color: #f7a600;
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  height: 300px;
}
#actions_featured_slider .slider .item .description.bg_red {
  background-color: #68123a;
}
#actions_featured_slider .slider .item .description.bg_red .title {
  color: #ffffff;
}
#actions_featured_slider .slider .item .description.bg_red .read-more {
  color: #ffffff;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #actions_featured_slider .slider .item .description {
    height: auto;
    padding: 20px 24px;
  }
}
#actions_featured_slider .slider .item .description .title {
  color: #68123a;
  text-transform: uppercase;
  font-weight: 700;
}
#actions_featured_slider .slider .item .description .excerpt {
  font-size: 16px;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  #actions_featured_slider .slider .flex-direction-nav a {
    top: 45%;
  }
}
#actions_featured_slider .slider .flex-direction-nav .flex-next {
  right: -5px;
  background: url('../img/slide_next-3.png');
}
@media screen and (max-width: 600px) {
  #actions_featured_slider .slider .flex-direction-nav .flex-next {
    right: 0;
    background: url('../img/slide_next-2.png');
  }
}
#actions_featured_slider .slider .flex-direction-nav .flex-prev {
  left: -14px;
  background: url('../img/slide_prev-3.png');
}
@media screen and (max-width: 600px) {
  #actions_featured_slider .slider .flex-direction-nav .flex-prev {
    left: 0;
    background: url('../img/slide_prev-2.png');
  }
}
@media screen and (max-width: 600px) {
  #actions_featured_slider .slider {
    padding: 10px 0;
  }
}
#actions_featured_slider .slider .flex-control-nav {
  display: none;
}
#organization .content_section .departments-list {
  text-align: center;
}
@media screen and (max-width: 991px) {
  #organization .content_section .departments-list .item {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#organization .content_section .departments-list .item .title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#organization .content_section .departments-list .item .title:after {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  background-color: #68123a;
  margin: auto;
  margin-top: 14px;
}
#organization .content_section .departments-list .item .red-point-list {
  display: inline-block;
  width: auto;
  padding: 0;
  list-style: none;
}
#organization .content_section .departments-list .item .red-point-list li:before {
  content: "•";
  color: #68123a;
  margin-right: 3px;
}
#organization .content_section .departments-list .item .separator {
  width: 60px;
  height: 1px;
  background: #68123a;
  margin: 20px auto;
}
#gouvernance .members_wrapper {
  text-align: center;
  padding: 40px;
}
#gouvernance .members_wrapper h3.black:after {
  background: #68123a;
}
#gouvernance .members_wrapper .members-list .item .illustration {
  height: 120px;
  width: 120px;
}
#gouvernance .members_wrapper .members-list .item .name {
  color: #ffffff;
}
#gouvernance .members_wrapper .members-list .item .function {
  color: #ffffff;
  font-style: italic;
  font-size: 16px;
  font-weight: 100;
}
#regional .contact-infos {
  border-left: 1px solid #f1f1f1;
  text-align: center;
}
#regional .contact-infos .picto {
  font-size: 90px;
}
#regional .contact-infos .item {
  margin-bottom: 20px;
}
#regional .contact-infos .item .text {
  font-size: 14px;
}
#regional .contact-infos .item span {
  display: block;
}
@media screen and (max-width: 992px) {
  #regional .contact-infos {
    border-left: 0;
    border-top: solid 1px #f1f1f1;
  }
  #regional .contact-infos .item {
    display: inline-block;
    margin: 0 12px;
  }
}
@media screen and (min-width: 600px) {
  #documentation .content_section {
    padding: 20px 0;
  }
}
#documentation .content_section .documentation-list {
  text-align: center;
}
#documentation .content_section .documentation-list .doc_container {
  background-color: #f7a600;
  display: table;
  height: 180px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #documentation .content_section .documentation-list .doc_container {
    height: 90px;
  }
}
#documentation .content_section .documentation-list .doc_container .description {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#documentation .content_section .documentation-list .doc_container .description:hover {
  border: solid 2px #68123a;
}
#documentation .content_section .documentation-list .doc_container .description p {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 26px;
  text-align: center;
}
#documentation .content_section .documentation-list .doc_container .description a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#partners .items-list .illustration {
  min-height: 160px;
}
#projects .actions-list .item {
  background: #68123a;
}
#projects .actions-list .item .read-more {
  color: #ffffff;
  font-family: 'Montserrat Alternates', sans-serif;
  text-transform: none;
  font-size: 16px;
  padding: 0;
  margin: 10px 0;
}
#projects .actions-list .item .read-more:hover {
  background-color: transparent;
  text-decoration: underline;
}
#projects .actions-list .item .btn {
  font-size: 18px;
}
#projects .actions-list .item .btn:hover,
#projects .actions-list .item .btn:active,
#projects .actions-list .item .btn:focus {
  background: #ffb92b;
  text-decoration: none;
}
#projects .actions-list .item .title a {
  color: #ffffff;
}
#projects .actions-list .item .title a:hover,
#projects .actions-list .item .title a:active,
#projects .actions-list .item .title a:focus {
  color: #f7a600;
}
#projects .info_head {
  width: 900px;
  margin: auto auto 50px auto;
}
@media screen and (max-width: 992px) {
  #projects .info_head {
    width: 90%;
  }
}
#projects .info_head h3 {
  display: inline-block;
  text-transform: uppercase;
  border-bottom: solid 1px black;
  padding-bottom: 10px;
}
#projects .info_head p {
  text-align: left;
  margin-bottom: 18px;
}
@media screen and (max-width: 600px) {
  #projects .info_head p {
    text-align: center;
  }
}
#recruiting .content_section {
  padding-bottom: 50px;
}
#recruiting .jobs-list .item .illustration {
  height: 150px;
  margin-top: 20px;
}
#recruiting .jobs-list .item .description {
  min-height: 90px;
}
@media screen and (max-width: 768px) {
  #recruiting .jobs-list .item .description {
    min-height: auto;
  }
}
#recruiting .jobs-list .item.candidature_spontanee .content {
  display: table;
  width: 100%;
  height: 394px;
}
@media screen and (max-width: 768px) {
  #recruiting .jobs-list .item.candidature_spontanee .content {
    height: auto;
  }
}
#recruiting .jobs-list .item.candidature_spontanee .content .inside {
  display: table-cell;
  vertical-align: middle;
}
#recruiting .jobs-list .item.candidature_spontanee img {
  width: 180px;
}
#recruiting .jobs-list .item.candidature_spontanee .type {
  color: #000000;
}
#recruiting .jobs-list .item.candidature_spontanee .type:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000000;
  display: block;
  margin: 20px auto;
}
#recruiting .jobs-list .item.candidature_spontanee .btn:hover {
  background-color: #11d9b4;
}
#recruiting-single .content_section .row .col-md-7 {
  padding-left: 0;
}
#recruiting-single .content_section .illustration {
  height: 350px;
  float: left;
}
@media screen and (max-width: 600px) {
  #recruiting-single .content_section .illustration {
    height: 250px;
  }
}
#recruiting-single .content_section .illustration .category {
  color: #ffffff;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#recruiting-single .content_section .poste-infos {
  width: 100%;
  background: #f1f1f1;
  position: relative;
  padding: 14px 20px;
  float: left;
  border-left: solid 5px #f7a600;
  min-height: 184px;
}
#recruiting-single .content_section .poste-infos .picto {
  font-size: 26px;
  color: #68123a;
  margin-right: 8px;
}
#recruiting-single .content_section .poste-infos p {
  color: #68123a;
  font-weight: 700;
}
#recruiting-single .content_section .description {
  padding: 20px;
}
#recruiting-single .content_section .description h2 {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}
#recruiting-single .content_section .description p {
  font-size: 16px;
}
#recruiting_single_subscription form .upload_files .cl {
  width: auto !important;
}
#recruiting_single_subscription form .upload_wrap span {
  font-weight: 400;
}
#projects-single .content_section .illustration {
  height: 400px;
}
@media screen and (max-width: 600px) {
  #projects-single .content_section .illustration {
    height: 250px;
  }
}
#projects-single .content_section .description {
  padding: 20px;
}
#projects-single .content_section .description h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
#projects-single .content_section .description p {
  font-size: 16px;
}
#projects_featured_slider .slider {
  font-size: 0;
  position: relative;
  height: 250px;
}
@media screen and (max-width: 768px) {
  #projects_featured_slider .slider {
    height: auto;
  }
}
#projects_featured_slider .slider .row {
  background-color: #f1f1f1;
  margin: auto;
}
#projects_featured_slider .slider .item {
  text-align: left;
}
#projects_featured_slider .slider .item .illustration {
  height: 230px;
}
@media screen and (max-width: 768px) {
  #projects_featured_slider .slider .item .illustration {
    display: none;
  }
}
#projects_featured_slider .slider .item .description {
  display: table-cell;
  vertical-align: middle;
  height: 240px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #projects_featured_slider .slider .item .description {
    height: auto;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  #projects_featured_slider .slider .item .description {
    padding: 20px 40px;
  }
}
#projects_featured_slider .slider .flex-direction-nav .flex-next {
  right: -5px;
  background: url('../img/slide_next-3.png');
}
@media screen and (max-width: 600px) {
  #projects_featured_slider .slider .flex-direction-nav .flex-next {
    right: 0;
  }
}
#projects_featured_slider .slider .flex-direction-nav .flex-prev {
  left: -14px;
  background: url('../img/slide_prev-3.png');
}
@media screen and (max-width: 600px) {
  #projects_featured_slider .slider .flex-direction-nav .flex-prev {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  #projects_featured_slider .slider {
    padding: 10px 0;
  }
}
#projects_featured_slider .slider .flex-control-nav {
  display: none;
}
#volunteering-single .content_section .illustration {
  height: 500px;
}
@media screen and (max-width: 600px) {
  #volunteering-single .content_section .illustration {
    height: 250px;
  }
}
#volunteering-single .content_section .btn.larger {
  width: 90%;
  font-size: 21px;
  margin-top: 12px;
}
#volunteering-single .content_section .description {
  padding: 20px;
}
#volunteering-single .content_section .description h2 {
  font-size: 34px;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
#volunteering-single .content_section .description p {
  font-size: 16px;
}
#volunteering-single.volontariat-jeunesse .illustration {
  height: 400px;
}
@media screen and (max-width: 992px) {
  #volunteering-single.volontariat-jeunesse .illustration {
    height: 250px;
  }
}
#volunteering-single.volontariat-jeunesse iframe {
  height: 400px;
  width: 100%;
  padding: 5px 0px 5px 10px;
}
@media screen and (max-width: 992px) {
  #volunteering-single.volontariat-jeunesse iframe {
    padding-right: 10px;
  }
}
.page_404 {
  margin: 90px 0;
}
.page_404 p {
  font-size: 20px;
}
.page_404 p span {
  font-weight: 800;
  font-size: 28px;
}
.search-result .occurence {
  font-size: 24px;
  font-weight: 800;
}
.search-result .new_search p {
  font-size: 18px;
  font-weight: 700;
}
.search-result .new_search input {
  height: 46px;
  border-radius: 0;
}
.search-result .new_search button {
  padding: 12px 24px;
  border: solid 1px #68123a;
}
.search-result .result-list ul {
  padding: 0;
  list-style: square;
}
.search-result .result-list ul li {
  margin: 35px 0;
}
.search-result .result-list ul li a {
  color: #000000;
}
.search-result .result-list ul li a h3 {
  color: #68123a;
  font-size: 28px;
}
.search-result .result-list ul li a p {
  font-size: 17px;
}
.search-result .result-list ul li a:hover {
  text-decoration: none;
}
.search-result .result-list ul li a:hover h3 {
  text-decoration: underline;
}
#sitemap .row {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #sitemap .col-sm-3 {
    width: 23%;
    margin: 0 1%;
  }
}
@media screen and (max-width: 992px) {
  #sitemap .col-sm-3 {
    width: 31%;
  }
  #sitemap .col-sm-3:nth-of-type(4) {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  #sitemap .col-sm-3 {
    width: 50%;
    float: left;
  }
  #sitemap .col-sm-3:nth-of-type(4) {
    clear: none;
  }
}
@media screen and (max-width: 600px) {
  #sitemap .col-sm-3 {
    width: 100%;
    float: none;
  }
}
#sitemap ul {
  border-left: solid 1px #cccccc;
  border-top-left-radius: 20px;
  margin: 14px 0;
  padding-left: 0px;
  list-style-type: none;
  position: relative;
}
#sitemap ul .disable {
  color: #888;
  background-color: #ffffff;
  margin-left: -2px;
}
#sitemap ul .disable:before {
  display: none;
}
#sitemap ul.ul-first-level {
  padding-top: 40px;
  padding-bottom: 10px;
  border-top: solid 1px #cccccc;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  #sitemap ul.ul-first-level {
    margin-top: 34px;
  }
}
#sitemap ul.ul-first-level.red li:before {
  background-color: #68123a;
}
#sitemap ul.ul-first-level.red li:first-child .picto {
  color: #68123a;
}
#sitemap ul.ul-first-level.yellow li:before {
  background-color: #f7a600;
}
#sitemap ul.ul-first-level.yellow li:first-child .picto {
  color: #f7a600;
}
#sitemap ul.ul-first-level.purple li:before {
  background-color: #0daa8d;
}
#sitemap ul.ul-first-level.purple li:first-child .picto {
  color: #0daa8d;
}
#sitemap ul.ul-first-level > li:first-child {
  position: absolute;
  top: -24px;
  right: 0;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  #sitemap ul.ul-first-level > li:first-child {
    top: -20px;
  }
}
#sitemap ul.ul-first-level > li:first-child:before {
  display: none;
}
#sitemap ul.ul-first-level > li:first-child .picto {
  background-color: #ffffff;
  font-size: 40px;
  padding: 10px;
  border-radius: 40px;
  border: solid 1px #cccccc;
  color: #68123a;
}
@media screen and (max-width: 600px) {
  #sitemap ul.ul-first-level > li:first-child .picto {
    font-size: 34px;
    padding: 8px;
  }
}
#sitemap ul.ul-first-level > li:first-child .picto.icon-home {
  font-size: 31px;
  padding: 16px;
}
@media screen and (max-width: 600px) {
  #sitemap ul.ul-first-level > li:first-child .picto.icon-home {
    font-size: 23px;
    padding: 12px;
  }
}
#sitemap ul.ul-first-level > li:first-child .picto.question {
  font-family: 'Lato', sans-serif !important;
  padding: 7px 23px;
}
#sitemap ul.ul-first-level .ul-second-level {
  margin-left: 20px;
  border-radius: 0;
  padding-bottom: 4px;
  padding-left: 10px;
}
#sitemap ul.ul-first-level .ul-second-level li {
  color: #888;
}
#sitemap ul.ul-first-level .ul-second-level li:before {
  margin-left: -15px;
}
#sitemap ul.ul-first-level .ul-second-level li:first-child {
  background-color: #ffffff;
  margin-left: -11px;
}
#sitemap ul.ul-first-level .ul-second-level li:first-child:before {
  display: none;
}
#sitemap ul li {
  margin: 4px 0;
}
#sitemap ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #68123a;
  border-radius: 20px;
  display: inline-block;
  margin-left: -5px;
  margin-right: 9px;
}
#sitemap ul li a {
  color: #000000;
}
/*--------------------------------------
  PRINT STYLES
--------------------------------------*/
@media print {
  body {
    height: auto;
  }
  html {
    height: auto;
  }
  .main-content {
    height: auto;
  }
  #breadcrumb {
    display: none;
  }
  section {
    display: none;
  }
  footer {
    display: none;
  }
  .button-print {
    display: none;
  }
  section#actions-single {
    display: inline-block !important;
    display: block !important;
  }
  section#actions-single .row .col-md-5 {
    width: 100%;
  }
  section#actions-single .row .col-md-7 {
    width: 100%;
  }
  section#actions-single .the_img {
    height: 350px;
    width: auto;
    display: block !important;
  }
  .global-format {
    display: inline-block !important;
  }
  #the_header {
    display: none;
  }
  .illustration {
    height: 100px;
    width: 100px;
    display: none !important;
  }
  .illustration .img {
    display: list-item;
    list-style-position: inside;
    height: 100px;
    width: 100px;
  }
}
@page {
  margin: 1cm;
}
