@charset "UTF-8";
@import "bootstrap.min.css";
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,400i,600,600i,700,700i');
@import "select2.min.css";
@import "bootstrap-datetimepicker.min.css";
/*--------------------------------------
  VARIABLES COLORS
--------------------------------------*/
/*--------------------------------------
  QUICK COLOR STYLES
--------------------------------------*/
/* BACKGROUNDS */
.bg_rose {
  background-color: #c70078;
}
.bg_rouge {
  background-color: red;
}
.bg_vert {
  background-color: #94c300;
}
.bg_orange {
  background-color: #f8a824;
}
.bg_bleu_vert {
  background-color: #73c5bc;
}
.bg_rose_light {
  background-color: #ee639e;
}
.bg_orange {
  background-color: #f8a824;
}
.bg_bleu {
  background-color: #22a9cc;
}
.bg_jaune {
  background-color: #ffe45d;
}
.bg_jaune_pale {
  background-color: #fecf53;
}
.bg_twitter {
  background-color: #00a0de;
}
.bg_facebook {
  background-color: #283969;
}
.bg_google {
  background-color: #dd4b39;
}
.bg_white {
  background-color: #ffffff;
}
.bg_black {
  background-color: #000000;
}
.bg_grey {
  background-color: #cccccc;
}
.bg_lightgrey {
  background-color: #eeeeee;
}
.bg_lightblue {
  background-color: #f5fafd;
}
.bg_lightpink {
  background-color: #f7ebf7;
}
.bg_lightyellow {
  background-color: #fff4ca;
}
/* FONT COLORS */
.twitter {
  color: #00a0de;
}
.facebook {
  color: #283969;
}
.white {
  color: #ffffff;
}
.rouge {
  color: red;
}
.black {
  color: #000000;
}
.grey {
  color: #cccccc;
}
.rose {
  color: #c70078;
}
.rose_light {
  color: #ee639e;
}
.orange {
  color: #f8a824;
}
.bleu {
  color: #22a9cc;
}
.jaune {
  color: #ffe45d;
}
.jaune_pale {
  color: #fecf53;
}
.vert {
  color: #94c300;
}
.bleu_vert {
  color: #73c5bc;
}
.orange {
  color: #f8a824;
}
.darkorange {
  color: #ff8030;
}
/*--------------------------------------
  GENERAL STYLES
--------------------------------------*/
*:focus {
  outline: dashed 1px #000000;
}
body {
  font-family: 'Raleway', 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;
}
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;
}
.wrap_border {
  display: inline-block;
  width: 100%;
  height: auto;
  border: 1px solid #cccccc;
}
.wrapper {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 90% !important;
  }
}
@media screen and (max-width: 600px) {
  .wrapper {
    width: 90% !important;
  }
}
.middle_wrap {
  width: 900px;
  display: block;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .middle_wrap {
    width: 90%;
  }
}
.small_wrap {
  width: 700px;
  display: block;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  .small_wrap {
    width: 90%;
  }
}
/* QUICK LAYOUT STYLES */
.lighter {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.extra {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
/* QUICK MARGINS */
.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_70 {
  margin: 70px 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_bot_70 {
  margin: 0 0 70px 0 !important;
}
/* ------------------- */
.margin_left_5 {
  margin: 0 0 0 5px;
}
.margin_left_10 {
  margin: 0 0 0 10px;
}
.margin_left_20 {
  margin: 0 0 0 20px;
}
.margin_left_30 {
  margin: 0 0 0 30px;
}
.margin_left_40 {
  margin: 0 0 0 40px;
}
/* ------------------- */
.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;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0 !important;
}
/* ------------------- */
iframe {
  border: none;
  max-width: 100%;
  display: inline-block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
.initial_position {
  position: initial !important;
}
/* 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;
}
/* SECTION STYLE */
.containe-fluid {
  overflow: hidden;
}
.wrap_border {
  padding: 1% 0;
  border-bottom-width: 0px;
}
.wrap_border:nth-last-of-type(-n+2) {
  border-bottom-width: 1px;
}
section {
  display: inline-block;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
section .section_inside {
  display: block;
  margin: 0 auto;
  width: 1100px;
  height: auto;
  position: relative;
  border: 1px solid #CCC;
}
@media screen and (max-width: 1100px) {
  section .section_inside {
    width: 98%;
  }
}
section .header_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .header_section.paddings {
  padding: 30px 0;
}
section .content_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .content_section.paddings {
  padding: 30px 0;
}
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;
}
/* Titles STYLE */
.main_title {
  color: #c70078;
}
.main_title h2 {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  margin: 10px 0;
}
.main_title h2 span.picto {
  font-size: 40px;
  vertical-align: sub;
}
.main_title h2 span.not-inline {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.main_title span.right {
  float: right;
  padding: 19px 0;
}
.main_title span.right a:not(:last-of-type) {
  padding-right: 14px;
}
@media screen and (max-width: 800px) {
  .main_title span.right {
    float: none;
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .main_title span.right a {
    display: block;
    padding: 2px 0;
  }
}
.square_title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 600px) {
  .square_title {
    font-size: 17px;
    line-height: initial;
  }
}
.square_title:before {
  content: "\ea1e";
  font-family: "ssi";
  margin-right: 5px;
  position: relative;
  top: 2px;
  display: inline-block;
  color: #c70078;
}
.square_title span {
  text-transform: none;
  font-weight: normal;
}
.picto_title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .picto_title {
    font-size: 17px;
    line-height: initial;
  }
}
.picto_title span {
  text-transform: none;
  font-weight: normal;
}
.add_remove_tools {
  display: inline-block;
  height: auto;
  width: auto;
  margin: 15px 0;
  width: 100%;
}
.add_remove_tools .remove {
  font-size: 14px;
  float: right;
}
@media screen and (max-width: 992px) {
  .add_remove_tools .remove {
    float: left;
  }
}
.add_remove_tools ul {
  display: inline-block;
  text-align: right;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .add_remove_tools ul {
    text-align: left;
  }
}
.add_remove_tools ul li {
  list-style-type: none;
  display: inline-block;
  width: auto !important;
  padding-right: 10px;
}
.add_remove_tools ul li button {
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  background: #cccccc;
  width: 30px;
  height: 30px;
  border: none;
}
.add_remove_tools ul li input {
  display: inline-block;
  width: 50px;
}
/*--------------------------------------
  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: #ffffff;
  border: 1px solid #c70078;
  color: #c70078;
  display: none;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 20px;
  z-index: 300;
}
.nav-trigger:hover {
  color: #ffffff;
  background: #c70078;
}
@media screen and (max-width: 960px) {
  .nav-trigger {
    display: inline-block;
  }
}
#responsive_menu {
  background-color: #c70078;
}
#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: 'ssi';
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
}
#responsive_menu ul li.active {
  background: #ffffff;
}
#responsive_menu ul li.active.has_child:after {
  content: "\e901";
  font-family: 'ssi';
  position: absolute;
  right: 0;
  top: 0;
  color: #c70078;
  font-weight: 900;
  font-size: 30px;
}
#responsive_menu ul li.active a {
  color: #c70078;
}
#responsive_menu ul li a {
  display: inline-block;
  width: 100%;
  padding: 12px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
#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 a {
  color: #000000;
  font-weight: 400;
}
#responsive_menu ul.sub-nav {
  padding: 16px 0px;
}
#responsive_menu ul.sub-nav li {
  border: none;
}
#responsive_menu ul.sub-nav li a {
  padding: 8px 12px;
}
#responsive_menu ul.sub-nav.nav1 {
  background-color: #ad0369;
}
#responsive_menu ul.sub-nav.nav1 li a {
  font-size: 15px;
}
#responsive_menu ul.sub-nav.social {
  padding: 14px 12px;
  background-color: #a0025c;
}
#responsive_menu ul.sub-nav.social li {
  display: inline-block;
}
#responsive_menu ul.sub-nav.social li a {
  padding: 6px 4px;
}
#responsive_menu ul.sub-nav.social li a .picto {
  font-size: 21px;
  border: solid 2px white;
  border-radius: 50px;
  padding: 6px;
  color: #ffffff;
}
#responsive_menu ul.sub-nav.social li a:hover,
#responsive_menu ul.sub-nav.social li a:active {
  text-decoration: none;
}
#responsive_menu ul.sub-nav.social li a:hover .picto,
#responsive_menu ul.sub-nav.social li a:active .picto {
  background: #ffffff;
  color: #c70078;
}
#responsive_menu .searchbar {
  margin: 30px auto;
  width: 500px;
}
@media screen and (max-width: 680px) {
  #responsive_menu .searchbar {
    width: 90%;
  }
}
#responsive_menu .searchbar .form-control {
  height: 40px;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}
#responsive_menu .searchbar .form-control:focus {
  border: none;
  box-shadow: none;
}
#responsive_menu .searchbar .btn {
  height: 40px;
  padding: 6px 12px;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border: none;
  position: relative;
}
#responsive_menu .searchbar .btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #ffffff;
}
#responsive_menu .searchbar .btn:hover:before {
  content: "\e923";
  font-family: "ssi";
  font-size: 22px;
  color: #ffe45d;
  position: absolute;
  left: -3px;
  top: 3px;
  transform: rotate(-60deg);
}
#responsive_menu .searchbar .btn:hover .picto {
  color: #c70078;
}
#responsive_menu .searchbar .btn .picto {
  font-size: 26px;
  color: #8a8a8a;
}
/* CSS Document */
.global-format {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 20px 0;
}
.global-format .bold {
  font-weight: bold;
}
.global-format .italic {
  font-style: italic;
}
.global-format p {
  font-size: 16px;
  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 ul {
  padding: 0;
}
.global-format ul li {
  list-style-position: inside;
}
.global-format img {
  max-width: 100%;
  padding: 2%;
  margin: 6px 0;
  height: auto;
}
.global-format img.left {
  float: left;
  margin: 5px;
  padding: 0 2% 1% 0;
}
.global-format img.right {
  float: right;
  margin: 5px;
  padding: 0 0 1% 2%;
}
.global-format img.half-img {
  width: 50%;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .global-format img.half-img {
    width: 100%;
    padding: 3%;
    float: none;
  }
}
.global-format .illustration.cover_img {
  height: 360px;
  margin: 20px 0;
}
@media screen and (max-width: 600px) {
  .global-format .illustration.cover_img {
    height: 250px;
    margin: 14px 0;
  }
}
.global-format iframe {
  border: none;
}
.global-format .chapo {
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
}
.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;
  margin: 8px 0;
}
@media screen and (max-width: 600px) {
  .global-format h1 {
    font-size: 25px;
  }
}
.global-format h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  margin: 4px 0;
}
@media screen and (max-width: 600px) {
  .global-format h2 {
    font-size: 20px;
  }
}
.global-format h3 {
  margin: 3px 0;
  font-size: 19px;
  font-weight: 700;
  text-transform: none;
}
.global-format h4 {
  margin: 3px 0;
  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;
}
/*--------------------------------------
  FONTS IMPORT
--------------------------------------*/
@font-face {
  font-family: 'ssi';
  src: url('../fonts/ssi.eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ssi';
  src: url('../fonts/ssi.ttf');
  font-weight: normal;
  font-style: normal;
}
.picto {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ssi' !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-checklist:before {
  content: "\e932";
}
.icon-open-book:before {
  content: "\e933";
}
.icon-clock:before {
  content: "\e931";
}
.icon-newspaper:before {
  content: "\e904";
}
.icon-phone:before {
  content: "\e942";
}
.icon-mail:before {
  content: "\f03b";
}
.icon-accessibility:before {
  content: "\e9b2";
}
.icon-file-empty:before {
  content: "\e928";
}
.icon-flag:before {
  content: "\e9cc";
}
.icon-soutiens_animation:before {
  content: "\e909";
}
.icon-inscription:before {
  content: "\e90a";
}
.icon-guide:before {
  content: "\e90b";
}
.icon-pencil:before {
  content: "\e90e";
}
.icon-image:before {
  content: "\e90f";
}
.icon-files-empty:before {
  content: "\e927";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-stop2:before {
  content: "\ea1e";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.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-youtube2:before {
  content: "\e926";
}
.icon-play:before {
  content: "\e906";
}
.icon-ctrl2:before {
  content: "\e900";
}
.icon-ctrl3:before {
  content: "\e901";
}
.icon-ctrl4:before {
  content: "\e902";
}
.icon-ctrl5:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\ea8c";
}
.icon-twitter:before {
  content: "\ea91";
}
.icon-home:before {
  content: "\e907";
}
.icon-calendar: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-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-eye-blocked:before {
  content: "\e9d1";
}
.icon-google-plus:before {
  content: "\e92f";
}
.icon-whatsapp:before {
  content: "\e930";
}
.icon-disabled-sign:before {
  content: "\e925";
}
.icon-user-line:before {
  content: "\e929";
}
.icon-handshake:before {
  content: "\e92a";
}
.icon-new-tab:before {
  content: "\e92b";
}
.icon-share-rings:before {
  content: "\e92c";
}
.icon-puzzle-piece:before {
  content: "\e92d";
}
.icon-tools:before {
  content: "\e92e";
}
.icon-pings:before {
  content: "\e923";
}
.icon-assembly:before {
  content: "\e905";
}
.icon-camera:before {
  content: "\e908";
}
.icon-flag2:before {
  content: "\e90c";
}
.icon-guirlande:before {
  content: "\e90d";
}
.icon-hand-ok:before {
  content: "\e910";
}
.icon-hand-stop-1:before {
  content: "\e911";
}
.icon-hand-stop:before {
  content: "\e912";
}
.icon-hands-1:before {
  content: "\e913";
}
.icon-hands-five:before {
  content: "\e914";
}
.icon-hands-heart:before {
  content: "\e916";
}
.icon-list:before {
  content: "\e917";
}
.icon-loupe:before {
  content: "\e918";
}
.icon-map-france:before {
  content: "\e919";
}
.icon-map-pin-list:before {
  content: "\e91a";
}
.icon-map-pin:before {
  content: "\e91b";
}
.icon-news:before {
  content: "\e91c";
}
.icon-people:before {
  content: "\e91e";
}
.icon-question:before {
  content: "\e91f";
}
.icon-video-camera:before {
  content: "\e920";
}
/* 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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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.c8b li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 10.5% ;
  margin: 1% ;
}
@media screen and (max-width: 992px) {
  ul.grid.c8b li {
    width: 14.6666667% ;
    margin: 1% ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c8b li {
    width: 28% ;
    margin: 1% ;
  }
}
ul.grid.c6b li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 14.6666667% ;
  margin: 1% ;
}
@media screen and (max-width: 992px) {
  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: 992px) {
  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: 992px) {
  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: 992px) {
  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: 992px) {
  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: 992px) {
  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: 992px) {
  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: auto;
  position: relative;
  background: #ffffff;
}
header .header_wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 50px 8px 30px;
}
@media screen and (max-width: 1070px) {
  header .header_wrap .nav-trigger {
    display: inline-block;
    top: 33px;
  }
}
header .header_wrap .wrap_logo {
  float: left;
  display: inline-block;
}
header .header_wrap .wrap_logo .logo {
  width: 240px;
}
@media screen and (max-width: 1270px) {
  header .header_wrap .wrap_logo .logo {
    width: 200px;
    padding-bottom: 10px;
  }
}
header .header_wrap .navs_container {
  display: inline-block;
  width: auto;
  float: right;
}
@media screen and (max-width: 1070px) {
  header .header_wrap .navs_container {
    display: none;
  }
}
header .header_wrap .navs_container nav {
  display: block;
}
header .header_wrap .navs_container nav ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header .header_wrap .navs_container nav ul li {
  display: inline-block;
  margin-left: 12px;
}
@media screen and (max-width: 1270px) {
  header .header_wrap .navs_container nav ul li {
    margin-left: 6px;
  }
}
header .header_wrap .navs_container nav ul li:hover a,
header .header_wrap .navs_container nav ul li:focus a {
  text-decoration: none;
}
header .header_wrap .navs_container nav ul li.hov_yellow a:hover,
header .header_wrap .navs_container nav ul li.hov_yellow a:focus {
  color: #f8a824;
  text-decoration: none;
}
header .header_wrap .navs_container nav ul li.hov_yellow.active {
  color: #f8a824;
}
header .header_wrap .navs_container nav ul li.hov_yellow ul.second_level {
  background-color: #f8a824;
}
header .header_wrap .navs_container nav ul li.hov_blue a:hover,
header .header_wrap .navs_container nav ul li.hov_blue a:focus {
  color: #22a9cc;
  text-decoration: none;
}
header .header_wrap .navs_container nav ul li.hov_blue.active {
  color: #22a9cc;
}
header .header_wrap .navs_container nav ul li.hov_blue ul.second_level {
  background-color: #22a9cc;
}
header .header_wrap .navs_container nav ul li.hov_darkpink a:hover,
header .header_wrap .navs_container nav ul li.hov_darkpink a:focus {
  color: #c70078;
  text-decoration: none;
}
header .header_wrap .navs_container nav ul li.hov_darkpink.active {
  color: #c70078;
}
header .header_wrap .navs_container nav ul li.hov_darkpink ul.second_level {
  background-color: #c70078;
}
header .header_wrap .navs_container nav ul li.hov_pink a:hover,
header .header_wrap .navs_container nav ul li.hov_pink a:focus {
  color: #ee639e;
  text-decoration: none;
}
header .header_wrap .navs_container nav ul li.hov_pink.active {
  color: #ee639e;
}
header .header_wrap .navs_container nav ul li.hov_pink ul.second_level {
  background-color: #ee639e;
}
header .header_wrap .navs_container nav ul li.hov_green a:hover,
header .header_wrap .navs_container nav ul li.hov_green a:focus {
  color: #94c300;
  text-decoration: none;
}
header .header_wrap .navs_container nav ul li.hov_green.active {
  color: #94c300;
}
header .header_wrap .navs_container nav ul li.hov_green ul.second_level {
  background-color: #94c300;
}
header .header_wrap .navs_container .top_nav {
  text-align: right;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  header .header_wrap .navs_container .top_nav {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
header .header_wrap .navs_container .top_nav #nav1 {
  vertical-align: top;
}
header .header_wrap .navs_container .top_nav #nav1 .acteur {
  border: solid 1px #cccccc;
  padding: 4px 8px 2px 6px;
}
header .header_wrap .navs_container .top_nav #nav1 .picto.icon-question {
  font-size: 20px;
  vertical-align: text-bottom;
}
header .header_wrap .navs_container .top_nav #nav1.temp-hidden {
  display: none;
}
header .header_wrap .navs_container .top_nav #nav1 li.active a {
  color: #c70078;
}
header .header_wrap .navs_container .top_nav #nav1 li:hover a {
  color: #c70078;
}
header .header_wrap .navs_container .top_nav #nav2 {
  vertical-align: top;
}
header .header_wrap .navs_container .top_nav #nav2 li {
  margin-left: 6px;
}
header .header_wrap .navs_container .top_nav #nav2 li:focus a,
header .header_wrap .navs_container .top_nav #nav2 li:active a {
  text-decoration: none;
}
header .header_wrap .navs_container .top_nav #nav2 li.ico_loupe {
  font-size: 28px;
  position: relative;
}
header .header_wrap .navs_container .top_nav #nav2 li.ico_loupe:hover:before {
  content: "\e923";
  font-family: "ssi";
  font-size: 22px;
  color: #ffe45d;
  position: absolute;
  left: -4px;
  top: -16px;
  transform: rotate(22deg);
  -webkit-transform: rotate(22deg);
}
header .header_wrap .navs_container .top_nav #nav2 li.ico_loupe:hover .icon-cross {
  color: #c70078;
}
header .header_wrap .navs_container .top_nav #nav2 li.ico_loupe .icon-cross {
  font-size: 20px;
  color: #cccccc;
}
header .header_wrap .navs_container .top_nav #nav2 li.ico_loupe a {
  padding-top: 10px;
  position: relative;
  z-index: 4;
}
header .header_wrap .navs_container .top_nav #nav2 li.ico_loupe a:focus,
header .header_wrap .navs_container .top_nav #nav2 li.ico_loupe a:active {
  text-decoration: none;
}
header .header_wrap .navs_container .top_nav #nav2 li.ico_fb,
header .header_wrap .navs_container .top_nav #nav2 li.ico_twt {
  position: relative;
  top: -4px;
}
header .header_wrap .navs_container .top_nav #nav2 li.ico_fb .picto,
header .header_wrap .navs_container .top_nav #nav2 li.ico_twt .picto {
  display: block;
}
header .header_wrap .navs_container .top_nav #nav2 li.ico_fb .picto.icon-facebook,
header .header_wrap .navs_container .top_nav #nav2 li.ico_twt .picto.icon-facebook,
header .header_wrap .navs_container .top_nav #nav2 li.ico_fb .picto.icon-twitter,
header .header_wrap .navs_container .top_nav #nav2 li.ico_twt .picto.icon-twitter {
  border: solid 1px #cccccc;
  border-radius: 100px;
  padding: 6px;
  font-size: 20px;
}
header .header_wrap .navs_container .top_nav #nav2 li.ico_fb .picto.icon-facebook:hover,
header .header_wrap .navs_container .top_nav #nav2 li.ico_twt .picto.icon-facebook:hover,
header .header_wrap .navs_container .top_nav #nav2 li.ico_fb .picto.icon-twitter:hover,
header .header_wrap .navs_container .top_nav #nav2 li.ico_twt .picto.icon-twitter:hover {
  color: #c70078;
}
header .header_wrap .navs_container .top_nav #nav2 li.ico_fb a:focus,
header .header_wrap .navs_container .top_nav #nav2 li.ico_twt a:focus,
header .header_wrap .navs_container .top_nav #nav2 li.ico_fb a:active,
header .header_wrap .navs_container .top_nav #nav2 li.ico_twt a:active {
  text-decoration: none;
}
header .header_wrap .navs_container .top_nav .searchbar {
  background: #ffffff;
  position: absolute;
  top: -80px;
  right: 120px;
  padding: 8px 0;
  z-index: 999;
  width: 650px;
  visibility: hidden;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (max-width: 1070px) {
  header .header_wrap .navs_container .top_nav .searchbar {
    padding: 5px 0 0 0;
  }
}
header .header_wrap .navs_container .top_nav .searchbar .search-wrap {
  display: inline-block;
  width: auto;
  position: relative;
}
header .header_wrap .navs_container .top_nav .searchbar .form-control {
  float: right;
  width: 404px;
  border: none;
  box-shadow: none;
  border-bottom: solid 1px #cccccc;
  border-radius: 0;
}
header .header_wrap .navs_container .top_nav .searchbar .input-group-btn {
  position: absolute;
  font-size: 0;
  white-space: nowrap;
  width: auto;
  left: -40px;
}
header .header_wrap .navs_container .top_nav .searchbar .btn {
  padding: 0px 8px;
  top: 2px;
  border: none;
  position: relative;
  color: #cccccc;
  border-bottom: solid 1px #cccccc;
}
header .header_wrap .navs_container .top_nav .searchbar .btn:hover,
header .header_wrap .navs_container .top_nav .searchbar .btn:focus {
  color: #c70078;
  background-color: #ffffff;
}
header .header_wrap .navs_container .top_nav .searchbar .btn:hover:before,
header .header_wrap .navs_container .top_nav .searchbar .btn:focus:before {
  content: "\e923";
  font-family: "ssi";
  font-size: 22px;
  color: #ffe45d;
  position: absolute;
  left: -6px;
  top: -3px;
  transform: rotate(-48deg);
  -webkit-transform: rotate(-48deg);
}
header .header_wrap .navs_container .top_nav .searchbar .btn .picto.icon-loupe {
  font-size: 28px;
}
header .header_wrap .navs_container .top_nav .searchbar.open {
  top: -10px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
header .header_wrap .navs_container .bot_nav {
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 1270px) {
  header .header_wrap .navs_container .bot_nav {
    font-size: 14px;
  }
}
header .header_wrap .navs_container .bot_nav li {
  position: relative;
}
header .header_wrap .navs_container .bot_nav li .icon-home {
  font-size: 18px;
}
header .header_wrap .navs_container .bot_nav li a {
  padding-bottom: 16px;
}
header .header_wrap .navs_container .bot_nav li.active > a {
  position: relative;
}
header .header_wrap .navs_container .bot_nav li.active > a:before {
  content: "\e923";
  font-family: "ssi";
  font-size: 24px;
  color: #ffe45d;
  position: absolute;
  right: -9px;
  top: -24px;
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}
header .header_wrap .navs_container .bot_nav li ul.second_level {
  position: absolute;
  right: 50%;
  top: 36px;
  z-index: 9999;
  width: 100%;
  padding: 12px;
  min-width: 200px;
  text-transform: none;
  margin-right: -108px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1270px) {
  header .header_wrap .navs_container .bot_nav li ul.second_level {
    top: 34px;
  }
}
header .header_wrap .navs_container .bot_nav li ul.second_level li {
  margin-left: 0;
  display: block;
  text-align: left;
  color: #ffffff;
  margin: 8px 0;
}
header .header_wrap .navs_container .bot_nav li ul.second_level li a {
  color: #ffffff;
}
header .header_wrap .navs_container .bot_nav li ul.second_level li:hover a {
  text-decoration: underline;
  color: #ffffff;
}
header .header_wrap .navs_container .bot_nav li:hover .second_level {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* 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;
  border-bottom: solid 3px;
}
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-color: #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: #ffffff;
  cursor: pointer;
}
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.bleu_vert .header_accordeon {
  border-bottom-color: #73c5bc;
}
ul.accordeon li.bleu_vert .header_accordeon h6 {
  color: #73c5bc;
}
ul.accordeon li.bleu_vert.active .header_accordeon,
ul.accordeon li.bleu_vert:hover .header_accordeon {
  background-color: #73c5bc;
}
ul.accordeon li.bleu_vert.active .header_accordeon h6,
ul.accordeon li.bleu_vert:hover .header_accordeon h6,
ul.accordeon li.bleu_vert.active .header_accordeon .picto,
ul.accordeon li.bleu_vert:hover .header_accordeon .picto {
  color: #ffffff;
}
ul.accordeon li.rose_light .header_accordeon {
  border-bottom-color: #ee639e;
}
ul.accordeon li.rose_light .header_accordeon h6 {
  color: #ee639e;
}
ul.accordeon li.rose_light.active .header_accordeon,
ul.accordeon li.rose_light:hover .header_accordeon {
  background-color: #ee639e;
}
ul.accordeon li.rose_light.active .header_accordeon h6,
ul.accordeon li.rose_light:hover .header_accordeon h6,
ul.accordeon li.rose_light.active .header_accordeon .picto,
ul.accordeon li.rose_light:hover .header_accordeon .picto {
  color: #ffffff;
}
ul.accordeon li.vert .header_accordeon {
  border-bottom-color: #94c300;
}
ul.accordeon li.vert .header_accordeon h6 {
  color: #94c300;
}
ul.accordeon li.vert.active .header_accordeon,
ul.accordeon li.vert:hover .header_accordeon {
  background-color: #94c300;
}
ul.accordeon li.vert.active .header_accordeon h6,
ul.accordeon li.vert:hover .header_accordeon h6,
ul.accordeon li.vert.active .header_accordeon .picto,
ul.accordeon li.vert:hover .header_accordeon .picto {
  color: #ffffff;
}
ul.accordeon li.orange .header_accordeon {
  border-bottom-color: #f8a824;
}
ul.accordeon li.orange .header_accordeon h6 {
  color: #f8a824;
}
ul.accordeon li.orange.active .header_accordeon,
ul.accordeon li.orange:hover .header_accordeon {
  background-color: #f8a824;
}
ul.accordeon li.orange.active .header_accordeon h6,
ul.accordeon li.orange:hover .header_accordeon h6,
ul.accordeon li.orange.active .header_accordeon .picto,
ul.accordeon li.orange:hover .header_accordeon .picto {
  color: #ffffff;
}
ul.accordeon li .content_accordeon {
  width: 100%;
  display: inline-block;
  height: auto;
  display: none;
  padding: 2%;
  font-size: 18px;
}
ul.accordeon li .content_accordeon p {
  color: #000000;
}
@media screen and (max-width: 600px) {
  ul.accordeon li .content_accordeon p {
    font-size: 16px;
  }
}
ul.accordeon li .content_accordeon ul li {
  border: 0 !important;
  list-style-type: initial;
  list-style-type: disc;
  color: #000000 !important;
  font-size: 16px;
}
form {
  display: inline-block;
  width: 100%;
  height: auto;
  /*--------------------------------------
 	DATE PICKER STYLE
--------------------------------------*/
  /*-------------------------------------
	UPLOAD WRAP
-------------------------------------*/
  /*--------------------------------------
 	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;
  font-weight: normal;
}
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;
  height: auto;
}
form .error {
  color: red;
  display: none;
  padding: 5px;
  font-size: 12px;
  width: 100%;
}
form .has-error .error {
  display: inline-block;
}
form .picker__input.form-control[readonly] {
  background-color: #ffffff;
  cursor: text;
}
form .upload_wrap {
  position: relative;
  overflow: hidden;
  padding: 10px 15px;
  background: #9e9e9e;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: inline-block;
}
form .upload_wrap:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
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 label {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-weight: 400;
  font-size: 14px;
}
form input[type="text"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
  font-weight: 400;
  font-size: 14px;
}
form input[type="text"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
  font-weight: 400;
  font-size: 14px;
}
form input[type="text"]::-ms-input-placeholder,
form input[type="email"]::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-weight: 400;
  font-size: 14px;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-weight: 400;
  font-size: 14px;
}
form .upload_wrap {
  position: relative;
  overflow: hidden;
  padding: 10px 15px;
  background: #9e9e9e;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: inline-block;
}
form .upload_wrap.img_upload {
  padding: 0;
  width: 194px;
  max-width: 100%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  background: none;
}
form .upload_wrap.img_upload .img {
  border: 1px solid #cccccc;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  background-position: center center;
}
form .upload_wrap.img_upload .img span {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  padding: 10px 15px;
  width: auto;
  display: table-cell;
  vertical-align: middle;
}
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;
  border: 1px solid #cccccc;
}
form select.svg {
  background: #ffffff url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'25px\' height=\'25px\' fill=\'%23c70078\'><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 .select_box,
form .select_radio {
  position: relative;
  display: inline-block;
  width: auto;
  float: left;
  cursor: pointer;
  margin: 0.5%;
}
form .select_box.width_100,
form .select_radio.width_100 {
  width: 100%;
}
form .select_box.checkbox_button,
form .select_radio.checkbox_button {
  float: none;
}
form .select_box.checkbox_button label,
form .select_radio.checkbox_button label {
  text-transform: uppercase;
  font-size: 13px;
}
form .select_box.checkbox_button label:before,
form .select_radio.checkbox_button label:before {
  content: "\ea64";
  font-family: "ohcbo";
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
form .select_box.checkbox_button input[type="checkbox"]:checked + label,
form .select_radio.checkbox_button input[type="checkbox"]:checked + label,
form .select_box.checkbox_button input[type="radio"]:checked + label,
form .select_radio.checkbox_button input[type="radio"]:checked + label {
  background: #22a9cc;
}
form .select_box.checkbox_button input[type="checkbox"]:checked + label:before,
form .select_radio.checkbox_button input[type="checkbox"]:checked + label:before,
form .select_box.checkbox_button input[type="radio"]:checked + label:before,
form .select_radio.checkbox_button input[type="radio"]:checked + label:before {
  content: "\ea63";
  font-family: "ccfd";
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
form .select_box input[type="checkbox"],
form .select_radio input[type="checkbox"],
form .select_box input[type="radio"],
form .select_radio input[type="radio"] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 3;
  -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 .select_box input[type="checkbox"]:hover,
form .select_radio input[type="checkbox"]:hover,
form .select_box input[type="radio"]:hover,
form .select_radio input[type="radio"]:hover {
  cursor: pointer;
}
form .select_box label,
form .select_radio label {
  display: inline-block;
  width: 100%;
  color: #000000;
  z-index: 1;
  padding: 10px 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  background: #ccc;
}
form .select_box input[type="checkbox"] + label,
form .select_radio input[type="checkbox"] + label,
form .select_box input[type="radio"] + label,
form .select_radio input[type="radio"] + label {
  color: #000000;
  background: none;
  border: 2px solid #000000;
}
form .select_box input[type="checkbox"]:checked + label,
form .select_radio input[type="checkbox"]:checked + label,
form .select_box input[type="radio"]:checked + label,
form .select_radio input[type="radio"]:checked + label {
  background: #22a9cc;
  color: #ffffff;
  border: 2px solid #22a9cc;
}
form .select_box input[type="checkbox"]:checked + label span,
form .select_radio input[type="checkbox"]:checked + label span,
form .select_box input[type="radio"]:checked + label span,
form .select_radio input[type="radio"]:checked + label span {
  color: #ffffff;
}
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;
  }
}
/* CSS Document */
/* VARIABLE charte couleur */
.btn {
  font-weight: 700;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 1.5em 2.5em;
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
}
.btn:hover {
  opacity: 0.8;
}
.btn.larger {
  width: 100%;
}
.btn.small {
  padding: 0.5em 1.8em;
}
.btn.small.ft-big {
  font-size: 16px;
}
.btn.big {
  padding: 1em 1.5em;
  font-weight: bold;
  font-size: 18px;
}
.btn-google {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #dd4b39;
  border: none;
  color: #ffffff;
}
.btn-google:hover {
  background: #dd4b39;
  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: #283969;
  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: #00a0de;
  color: #ffffff;
}
footer {
  display: inline-block;
  float: left;
  width: 100%;
  background: #333333;
  height: auto;
}
footer .footer_content {
  display: inline-block;
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0;
}
footer .footer_content .inline_footer_menu {
  display: inline-block;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 992px) {
  footer .footer_content .inline_footer_menu {
    text-align: center;
    margin: 20px 0;
  }
}
footer .footer_content .inline_footer_menu ul li {
  margin-bottom: 0;
}
footer .footer_content .inline_footer_menu ul li:first-of-type {
  float: left;
}
@media screen and (max-width: 992px) {
  footer .footer_content .inline_footer_menu ul li:first-of-type {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 992px) {
  footer .footer_content .inline_footer_menu ul li:first-of-type img {
    width: 202px;
  }
}
footer .footer_content .inline_footer_menu ul li:not(:first-of-type) {
  margin: 31px 2% 0 2%;
  color: #ffffff;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 600px) {
  footer .footer_content .inline_footer_menu ul li:not(:first-of-type) {
    display: block;
    margin: 13px 0 0 0;
  }
}
footer .footer_content .inline_footer_menu ul li:not(:first-of-type) a:hover,
footer .footer_content .inline_footer_menu ul li:not(:first-of-type) a:focus {
  color: #f8a824;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  footer .footer_content .inline_footer_menu ul li:last-of-type {
    margin: 24px 0 0 0;
  }
}
footer .footer_content .inline_footer_menu ul li:last-of-type a .picto {
  font-size: 20px;
  border: solid 1px #ffffff;
  padding: 8px;
  border-radius: 50px;
}
footer .footer_content .inline_footer_menu ul li:last-of-type a .picto:hover {
  border-color: #f8a824;
}
footer .footer_content .inline_footer_menu ul li:last-of-type a:first-of-type {
  margin-right: 20px;
}
/* -------------------------------- 

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 .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.the_modal .the_modal-content {
  height: 100%;
  overflow-y: auto;
  padding: 3em 5%;
  background: #cccccc;
  text-align: center;
}
.the_modal .the_modal-close {
  /* 'X' icon */
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 5%;
  margin-right: 0;
  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 .3s 0s, visibility 0s .3s, opacity .3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  background: #fff;
  background: rgba(250, 250, 250, 0.6);
}
@media screen and (min-width: 930px) {
  .the_modal .the_modal-close {
    right: 50%;
    margin-right: -430px;
  }
}
.the_modal .the_modal-close::before,
.the_modal .the_modal-close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 20px;
  top: calc(49%);
  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 .7s, visibility 0s;
  transition: opacity .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 .3s 0s, visibility 0s 0s, opacity .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: 6em 5%;
  }
  .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(49%);
    left: calc(27%);
  }
}
.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.ssi .the_modal-content {
  background: rgba(0, 0, 0, 0.8);
}
.the_modal.ssi .wrap_the_modal {
  background: #fff;
  height: auto;
  display: inline-block;
  text-align: left;
  margin: 2em auto;
  max-width: 100%;
  width: 700px;
  padding: 2%;
}
.the_modal.ssi .wrap_the_modal .header_modal .picto {
  font-size: 30px;
}
.the_modal.ssi .wrap_the_modal .header_modal .picto.big {
  font-size: 60px;
}
.the_modal.ssi .wrap_the_modal .header_modal h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.the_modal.ssi .wrap_the_modal .ajouter_commander .illustration {
  width: 100px;
  height: 100px;
}
.the_modal.ssi .wrap_the_modal .ajouter_commander .add_remove_tools ul {
  text-align: center;
}
.the_modal#the_modal-newsletter .wrap_the_modal {
  background: url('../img/bg-multi.png');
}
@media screen and (max-width: 768px) {
  .the_modal#the_modal-newsletter .wrap_the_modal {
    padding: 30px;
  }
}
.the_modal#the_modal-newsletter input {
  padding: 10px 10px 9px 10px;
}
@media screen and (max-width: 768px) {
  .the_modal#the_modal-newsletter input {
    width: 100%;
    text-align: center;
  }
}
/* CSS Document */
#up {
  bottom: 10px;
  height: 40px;
  position: fixed;
  right: 10px;
  width: 40px;
  z-index: 300;
  display: none;
}
@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;
}
blockquote {
  background: url('../img/head_section_deco.png') no-repeat top right;
  border-left: 2px solid #999;
  font-style: italic;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  blockquote {
    padding: 10px 30px;
  }
}
/*--------------------------------------
  pluggins
--------------------------------------*/
.select_multiple #non_edit_tags + .select2-container .select2-selection {
  background-color: #cccccc;
  width: 50%;
}
/*
 * 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 .3s ease;
  -moz-transition: all .3s ease;
  transition: all .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: .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;
  }
}
.flexslider2 .slides {
  margin-top: 1px;
}
.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-2.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-2.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;
}
/*--------------------------------------
  FRONT
--------------------------------------*/
#main_banner .content_section {
  text-align: center;
  position: relative;
  float: left;
}
#main_banner .content_section .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 99;
  background-color: transparent;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  #main_banner .content_section .breadcrumb {
    margin: 0;
    position: relative;
    background-color: #eeeeee;
    font-size: 15px;
  }
}
#main_banner .content_section .breadcrumb > .active {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
#main_banner .content_section .breadcrumb li:not(:first-of-type):before {
  content: ">";
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
#main_banner .content_section .breadcrumb li a:hover {
  text-decoration: underline;
  color: #000;
}
#main_banner .content_section .illustration {
  height: 300px;
  position: relative;
  float: left;
}
@media screen and (max-width: 800px) {
  #main_banner .content_section .illustration {
    height: 220px;
  }
}
#main_banner .content_section .illustration .banner_title {
  display: inline-block;
  width: 100%;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}
#main_banner .content_section .illustration .banner_title .picto {
  font-size: 114px;
}
@media screen and (max-width: 800px) {
  #main_banner .content_section .illustration .banner_title .picto {
    font-size: 84px;
  }
}
#main_banner .content_section .illustration .banner_title h2 {
  font-size: 40px;
  margin: 0;
}
@media screen and (max-width: 800px) {
  #main_banner .content_section .illustration .banner_title h2 {
    font-size: 28px;
  }
}
#signing_forms .signup {
  border-right: solid 1px #cccccc;
  padding: 0 40px;
}
@media screen and (max-width: 992px) {
  #signing_forms .signup {
    margin: 20px 0;
    border: 0;
  }
}
@media screen and (max-width: 992px) {
  #signing_forms .signup #form_signup {
    margin-bottom: 20px;
  }
}
#signing_forms .signup #structure_check h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
#signing_forms .signup #structure_check input {
  max-width: 350px;
  margin: auto;
}
#signing_forms .login {
  padding: 0 40px;
}
@media screen and (max-width: 992px) {
  #signing_forms .login {
    margin: 20px 0;
  }
}
#signing_forms .login .header_section hr {
  display: none;
}
@media screen and (max-width: 992px) {
  #signing_forms .login .header_section hr {
    display: block;
  }
}
#signing_forms .login #form_login .forgot-pwd {
  float: right;
  color: #8a8a8a;
  text-decoration: underline;
}
#signing_forms .login #form_login .forgot-pwd:hover {
  color: #c70078;
}
#home_slider {
  overflow: hidden;
}
#home_slider #home-carousel .carousel-inner {
  position: relative;
}
#home_slider #home-carousel .carousel-inner .illustration {
  height: 500px;
}
@media screen and (max-width: 767px) {
  #home_slider #home-carousel .carousel-inner .illustration {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #home_slider #home-carousel .carousel-inner .illustration {
    height: 240px;
  }
}
#home_slider #home-carousel .carousel-inner .illustration a {
  z-index: 902;
}
#home_slider #home-carousel .carousel-inner .item .carousel-caption {
  background-color: #22a9cc;
  position: absolute;
  right: 0;
  bottom: 40px;
  max-width: 650px;
  text-align: left;
  padding: 0;
  text-shadow: none;
  max-height: 200px;
}
@media screen and (min-width: 768px) {
  #home_slider #home-carousel .carousel-inner .item .carousel-caption {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #home_slider #home-carousel .carousel-inner .item .carousel-caption {
    position: relative;
    top: -6px;
    left: 0;
    max-width: 100%;
    height: 170px;
  }
}
#home_slider #home-carousel .carousel-inner .item .carousel-caption .caption_wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 24px 13px 16px 13px;
}
#home_slider #home-carousel .carousel-inner .item .carousel-caption .caption_label {
  display: inline-block;
  width: auto;
  background-color: #c70078;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  padding: 4px 8px 2px 8px;
  position: absolute;
  top: -15px;
  left: 83px;
}
#home_slider #home-carousel .carousel-inner .item .carousel-caption .text {
  margin-left: 70px;
}
#home_slider #home-carousel .carousel-inner .item .carousel-caption .text:before {
  content: "";
  background-image: url('../img/guillemet-rose.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  position: absolute;
  width: 40px;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
#home_slider #home-carousel .carousel-inner .item .carousel-caption .text h2 {
  font-size: 22px;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #home_slider #home-carousel .carousel-inner .item .carousel-caption .text h2 {
    font-size: 18px;
  }
}
#home_slider #home-carousel .carousel-inner .item .carousel-caption .text p {
  font-size: 18px;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  #home_slider #home-carousel .carousel-inner .item .carousel-caption .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  #home_slider #home-carousel .carousel-inner .item .carousel-caption .text p {
    font-size: 14px;
  }
}
#home_slider #home-carousel .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  bottom: auto;
  font-size: 60px;
  height: auto;
  width: 8%;
}
@media screen and (max-width: 767px) {
  #home_slider #home-carousel .carousel-control {
    top: 36%;
    width: 14%;
  }
}
#home_slider #home-carousel .carousel-control.left,
#home_slider #home-carousel .carousel-control.right {
  background-image: none;
}
#home_event .container-fluid {
  padding: 0;
}
#home_event .row {
  margin: 0;
}
@media screen and (max-width: 850px) {
  #home_event .home_event_filter {
    margin: 24px 0;
  }
}
@media screen and (max-width: 600px) {
  #home_event .home_event_filter {
    margin: 14px 0 0 0;
  }
}
#home_event .home_event_filter > div {
  background-color: #eeeeee;
}
@media screen and (max-width: 850px) {
  #home_event .home_event_filter > div {
    padding: 3%;
  }
}
#home_event .home_event_filter .cl {
  width: 35.333333%;
}
@media screen and (max-width: 850px) {
  #home_event .home_event_filter .cl {
    width: 100%;
  }
}
#home_event .home_event_filter .cl label {
  padding: 0 40px;
  background-color: #22a9cc;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0;
  border-color: #22a9cc;
}
@media screen and (max-width: 1100px) {
  #home_event .home_event_filter .cl label {
    padding: 0 20px;
  }
}
@media screen and (max-width: 850px) {
  #home_event .home_event_filter .cl label {
    min-width: 88px;
  }
}
#home_event .home_event_filter .cl input {
  border-color: #cccccc;
}
#home_event .home_event_filter .cl:last-of-type {
  width: 23.333333%;
}
@media screen and (max-width: 850px) {
  #home_event .home_event_filter .cl:last-of-type {
    width: 100%;
    text-align: center;
  }
}
#home_event .home_event_filter .cl:last-of-type .btn {
  padding: 0.3em 1.8em;
}
@media screen and (max-width: 850px) {
  #home_event .home_event_filter .cl:last-of-type .btn {
    width: auto;
  }
}
#home_event .carte {
  display: block;
  height: 520px;
  margin: 20px 0;
  position: relative;
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  #home_event .carte {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  #home_event .carte {
    height: 400px;
  }
}
#home_event .carte .map {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#home_event .events_list {
  margin: 14px 0;
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  #home_event .events_list {
    padding: 0;
  }
}
ul.grid.items_list {
  vertical-align: top;
}
ul.grid.items_list .item {
  display: inline-block;
  width: 100%;
  height: auto;
  height: 254px;
  position: relative;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 992px) {
  ul.grid.items_list .item {
    height: auto;
    min-height: 254px;
    overflow: auto;
  }
}
ul.grid.items_list .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
ul.grid.items_list .item.coup_de_main {
  background: #fecf53;
  height: 200px;
}
ul.grid.items_list .item.coup_de_main h5 {
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 13px;
}
ul.grid.items_list .item.button_item {
  height: 254px;
}
ul.grid.items_list .item.button_item .button_item_inside {
  display: table;
  height: 100%;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
ul.grid.items_list .item.button_item .button_item_inside p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
ul.grid.items_list .item.button_item .button_item_inside p .picto {
  font-size: 30px;
  color: #ffffff;
}
ul.grid.items_list .item.button_item a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
ul.grid.items_list .item .illustration {
  width: 100%;
  height: 150px;
  float: left;
}
ul.grid.items_list .item .illustration .overlay {
  background: #c70078;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.6;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
ul.grid.items_list .item .illustration .overlay:before {
  content: "\e9d1";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  font-family: "ssi";
  color: #ffffff;
  font-size: 36px;
}
ul.grid.items_list .item .text {
  display: inline-block;
  width: 100%;
  background: #22a9cc;
  color: #ffffff;
  float: left;
  height: 108px;
  padding: 5px;
}
@media screen and (max-width: 992px) {
  ul.grid.items_list .item .text {
    height: auto;
  }
}
ul.grid.items_list .item .text.coup_de_main {
  background: #fecf53;
  padding-top: 80px;
}
ul.grid.items_list .item .text.coup_de_main .left {
  float: left;
  display: inline-block;
  text-align: center;
  width: 60px;
  position: relative;
  padding: 5px;
}
@media screen and (max-width: 600px) {
  ul.grid.items_list .item .text.coup_de_main .left {
    width: 100%;
  }
  ul.grid.items_list .item .text.coup_de_main .left br {
    display: none;
  }
}
ul.grid.items_list .item .text.coup_de_main .left p {
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  width: 100%;
  display: inline-block;
}
ul.grid.items_list .item .text.coup_de_main .left p span {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
ul.grid.items_list .item .text.coup_de_main .right {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 10px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 600px) {
  ul.grid.items_list .item .text.coup_de_main .right {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
ul.grid.items_list .item .text.coup_de_main .right p {
  font-size: 14px;
  font-weight: 400;
  margin: 4px 0 0 0;
  line-height: initial;
}
ul.grid.items_list .item .text.coup_de_main .right p:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  ul.grid.items_list .item .text.coup_de_main .right p:before {
    display: none;
  }
}
ul.grid.items_list .item .text.coup_de_main .right span {
  font-weight: bold;
  font-size: 14px;
  text-transform: none;
  font-weight: 100;
}
ul.grid.items_list .item .text.supports {
  display: table;
}
ul.grid.items_list .item .text.supports p {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 10px;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
ul.grid.items_list .item .text.events .left {
  float: left;
  display: inline-block;
  text-align: center;
  width: 60px;
  position: relative;
  padding: 5px;
}
@media screen and (max-width: 600px) {
  ul.grid.items_list .item .text.events .left {
    width: 100%;
  }
  ul.grid.items_list .item .text.events .left br {
    display: none;
  }
}
ul.grid.items_list .item .text.events .left p {
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  ul.grid.items_list .item .text.events .left p {
    margin-bottom: 0;
  }
}
ul.grid.items_list .item .text.events .left p span {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
ul.grid.items_list .item .text.events .right {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 600px) {
  ul.grid.items_list .item .text.events .right {
    width: 100%;
    text-align: center;
    padding: 2px 8px 8px 8px;
  }
}
ul.grid.items_list .item .text.events .right p {
  font-size: 12px;
  font-weight: 400;
  margin: 4px 0 0 0;
  line-height: initial;
}
ul.grid.items_list .item .text.events .right p:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  ul.grid.items_list .item .text.events .right p:before {
    display: none;
  }
}
ul.grid.items_list .item .text.events .right span {
  font-weight: bold;
  font-size: 14px;
  text-transform: none;
  font-weight: 100;
}
ul.grid.items_list .item .text.events_start_end {
  position: relative;
}
ul.grid.items_list .item .text.events_start_end .left {
  float: left;
  display: inline-block;
  text-align: center;
  width: 75px;
  position: relative;
  padding: 5px 0px;
}
@media screen and (max-width: 600px) {
  ul.grid.items_list .item .text.events_start_end .left {
    width: 100%;
  }
  ul.grid.items_list .item .text.events_start_end .left br {
    display: none;
  }
}
ul.grid.items_list .item .text.events_start_end .left p {
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  ul.grid.items_list .item .text.events_start_end .left p {
    margin-bottom: 0;
  }
  ul.grid.items_list .item .text.events_start_end .left p br {
    display: none;
  }
}
ul.grid.items_list .item .text.events_start_end .left p span {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  font-family: arial;
}
ul.grid.items_list .item .text.events_start_end .left p span small {
  font-size: 8px;
  font-family: arial;
}
ul.grid.items_list .item .text.events_start_end .right {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 10px;
  position: relative;
  position: absolute;
  left: 82px;
  top: 10px;
}
@media screen and (max-width: 600px) {
  ul.grid.items_list .item .text.events_start_end .right {
    left: auto;
    top: auto;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 2px 8px 8px 8px;
  }
}
ul.grid.items_list .item .text.events_start_end .right p {
  font-size: 12px;
  font-weight: 400;
  margin: 4px 0 0 0;
  line-height: initial;
}
ul.grid.items_list .item .text.events_start_end .right p:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  ul.grid.items_list .item .text.events_start_end .right p:before {
    display: none;
  }
}
ul.grid.items_list .item .text.events_start_end .right span {
  font-weight: bold;
  font-size: 14px;
  text-transform: none;
  font-weight: 100;
}
.border-list:after {
  content: "";
  clear: both;
}
.border-list a:hover .item,
.border-list a:active .item,
.border-list a:focus .item {
  transform: scale(0.97);
  transition: all ease 0.1s;
}
.border-list .item {
  width: 20%;
  height: 250px;
  padding-top: 30px;
  text-align: center;
  border: 1px solid #ccc;
  float: left;
  margin: -1px 0 0 -1px;
  background: #ffffff;
}
@media screen and (max-width: 1200px) {
  .border-list .item {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .border-list .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .border-list .item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .border-list .item {
    width: 100%;
  }
}
.border-list .item .name {
  padding: 0 10px;
}
.border-list .item .illustration {
  width: 80%;
  height: 110px;
  margin: 20px 0;
}
.headband_news .content_section {
  margin: 14px 0;
}
.headband_news .item {
  display: inline-block;
  width: 100%;
  height: auto;
}
.headband_news .item .illustration {
  height: 247px;
  width: 100%;
}
.headband_news .item h3 {
  padding-left: 40px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  position: relative;
  margin-top: 8px;
  text-transform: uppercase;
}
.headband_news .item h3:before {
  content: "";
  background-image: url("../img/deco_guillemet.png");
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
.headband_news .item .type {
  background-color: #73c5bc;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 8px;
  margin-left: 5px;
  font-size: 14px;
}
#newsletter_head_band {
  background-image: url("../img/bg-multi.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
#newsletter_head_band .header_section {
  text-align: center;
  color: #ffffff;
}
#newsletter_head_band .header_section h3 {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: bold;
}
#newsletter_head_band form {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
#newsletter_head_band form .custom {
  font-size: 16px;
  padding: 10px 10px 9px 10px;
}
@media screen and (max-width: 600px) {
  #newsletter_head_band form .custom {
    width: 100%;
    margin-bottom: 10px;
  }
  #newsletter_head_band form .btn {
    width: 100%;
  }
}
.logo_list {
  background: #ffffff;
}
.logo_list .header_section {
  text-align: center;
  color: #ffffff;
  padding: 30px 0;
}
.logo_list .header_section h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.logo_list .content_section ul {
  text-align: center;
}
.logo_list .content_section ul li .item {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
}
.logo_list .content_section ul li .item .illustration {
  width: 75px;
  height: 75px;
}
.logo_list .content_section ul li .item .illustration.big {
  width: 136px;
  height: 136px;
}
.logo_list.no-grid .grid li {
  margin: 2%;
}
@media screen and (max-width: 600px) {
  .logo_list.no-grid .grid li {
    width: 49.33333%;
    margin: 2% 0;
  }
}
.headband_shortcuts {
  background-image: url("../img/bg-rose.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.headband_shortcuts ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  text-align: center;
  padding: 30px;
  margin-bottom: 0;
}
.headband_shortcuts ul li {
  list-style-type: none;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 40px;
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  .headband_shortcuts ul li {
    padding: 0;
  }
}
.headband_shortcuts ul li .item {
  display: inline-block;
  width: 236px;
  height: auto;
  padding: 10px 0;
  white-space: initial;
  position: relative;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .headband_shortcuts ul li .item {
    padding: 1%;
  }
}
.headband_shortcuts ul li .item .item_inside {
  display: table;
  width: 100%;
  height: 100%;
  white-space: initial;
  position: relative;
}
.headband_shortcuts ul li .item .item_inside .content {
  display: table-cell;
  vertical-align: middle;
  white-space: initial;
  position: relative;
  text-align: center;
}
.headband_shortcuts ul li .item .item_inside .content p {
  font-size: 18px;
  font-weight: 600;
  color: #b10067;
  text-transform: uppercase;
}
.headband_shortcuts ul li .item .item_inside .content img {
  margin: 10px;
}
.headband_shortcuts ul li .item .item_inside .content a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.acteur_detail .illustration {
  height: 200px;
}
.acteur_detail .text .name h2 {
  font-size: 24px;
  font-weight: bold;
}
.acteur_detail .text .name span {
  display: inline-block;
  background-color: #f8a824;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 8px;
}
.acteur_detail .text .actions p span {
  color: #f8a824;
  font-weight: bold;
}
.acteur_info .row {
  background-color: #eeeeee;
}
.acteur_info .infos {
  padding: 20px 6px 20px 20px;
}
.acteur_info .infos a {
  text-decoration: underline;
}
.acteur_info .infos .header_section {
  padding: 0 30px 18px 30px;
}
.acteur_info .infos .header_section p {
  color: #000000;
}
.acteur_info .infos .content_section {
  background-color: #22a9cc;
  color: #ffffff;
  padding: 18px 30px;
}
.acteur_info .infos .content_section h3 {
  margin-top: 10px;
}
.acteur_info .infos .content_section .grid li {
  display: block;
}
.acteur_info .infos .content_section .grid li span {
  margin-right: 6px;
}
.acteur_info .infos .content_section .grid li p {
  margin: 0;
}
.acteur_info .carte.col-md-6 {
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  .acteur_info .carte.col-md-6 {
    padding-left: 0;
  }
}
.acteur_info .carte .map {
  height: 465px;
}
.collectif_headband {
  background-image: url('../img/bg-rose.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 15px 0;
  position: relative;
}
.collectif_headband:before {
  content: "";
  background-image: url('../img/yellow_deco_headband.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  width: 150px;
  right: 70px;
  top: -50px;
}
@media screen and (max-width: 900px) {
  .collectif_headband:before {
    display: none;
  }
}
.collectif_headband .header_section h2 {
  color: #ffffff;
  font-weight: 300;
}
.collectif_headband .header_section p {
  color: #ffffff;
  font-size: 18px;
}
.collectif_headband .header_section a {
  text-decoration: underline;
}
.collectif_headband .content_section ul {
  margin: 10px 0;
  padding: 0 1%;
  text-align: center;
}
.collectif_headband .content_section ul li {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  margin: 0;
  width: 20%;
  border: solid 1px #eeeeee;
  padding: 20px 10px;
}
@media screen and (max-width: 860px) {
  .collectif_headband .content_section ul li {
    width: 33%;
  }
}
@media screen and (max-width: 600px) {
  .collectif_headband .content_section ul li {
    width: 80%;
    padding: 10px;
  }
}
.collectif_headband .content_section ul li .illustration {
  height: 130px;
  margin-top: 6px;
}
@media screen and (max-width: 800px) {
  .collectif_headband .content_section ul li .illustration {
    height: 100px;
  }
}
.collectif_headband .content_section ul li a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.collectif_headband.no_background {
  background-image: none;
}
.collectif_headband.no_background:before {
  display: none;
}
.collectif_headband.no_background .header_section h2 {
  color: #c70078;
  font-weight: 400;
}
.collectif_headband.no_background .header_section p {
  color: #c70078;
  font-size: 18px;
}
#event_search {
  background-color: #eeeeee;
}
#event_search .carte {
  padding-top: 30px;
  padding-bottom: 30px;
}
#event_search .carte .map {
  height: 520px;
}
#event_search .search {
  padding-top: 40px;
  padding-bottom: 30px;
}
#event_search .search form .c3b .cl:not( :nth-of-type(2)) {
  width: 45.44444%;
}
#event_search .search form .c3b .word_link {
  width: 3%;
  padding-top: 6px;
}
@media screen and (max-width: 600px) {
  #event_search .search form .c3b .cl:first-child {
    width: 100%;
  }
  #event_search .search form .c3b .cl:nth-of-type(2) {
    width: 10%;
  }
  #event_search .search form .c3b .cl:nth-of-type(3) {
    width: 90%;
  }
}
#event_search .search form label {
  min-width: 50px;
  text-transform: uppercase;
  border-radius: 0;
}
#event_search .search form label.blue {
  border-radius: 0;
  border-color: #22a9cc;
  background-color: #22a9cc;
  color: #ffffff;
}
#event_search .search form label.rose {
  border-radius: 0;
  border-color: #c70078;
  background-color: #c70078;
  color: #ffffff;
}
#event_search .search form label.orange {
  border-radius: 0;
  border-color: #f8a824;
  background-color: #f8a824;
  color: #ffffff;
}
#event_search .search form label.vert {
  border-radius: 0;
  border-color: #94c300;
  background-color: #94c300;
  color: #ffffff;
}
#event_search .search form label.handi {
  text-transform: none;
}
@media screen and (max-width: 1100px) {
  #event_search .search form label {
    padding: 0 20px;
  }
}
@media screen and (max-width: 850px) {
  #event_search .search form label {
    min-width: 88px;
  }
}
#event_search .search form .select2-container--default .select2-selection--multiple {
  border-radius: 0;
  border-color: #bcbcbc;
}
/*-------------------------------*/
#breadcrumb {
  width: 100%;
  border: none;
}
#breadcrumb .breadcrumb {
  display: inline-block;
  background: none;
  border-radius: 0;
  padding-top: 20px;
  margin-left: 0px;
  padding-left: 0;
}
#breadcrumb .breadcrumb a {
  color: #000000;
  font-weight: normal;
}
#breadcrumb .breadcrumb > .active {
  color: #000000;
}
#breadcrumb .breadcrumb > li + li:before {
  content: " > ";
  color: #000000;
  text-decoration: none !important;
}
#dashboard {
  display: inline-block;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  background: #ffffff;
}
#dashboard .section_inside {
  border: none;
}
#dashboard .header_section {
  background: #22a9cc;
  padding: 20px;
  position: relative;
}
#dashboard .header_section:after {
  content: "";
  width: 200px;
  height: 200px;
  background-image: url('../img/dashboard_deco.png');
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  top: 20px;
  z-index: 1;
}
@media screen and (max-width: 1070px) {
  #dashboard .header_section:after {
    opacity: 0.5;
  }
}
@media screen and (max-width: 992px) {
  #dashboard .header_section:after {
    display: none;
  }
}
#dashboard .header_section .illustration {
  width: 360px;
  height: 230px;
  background-color: #ffffff;
  display: inline-block;
  z-index: 2;
}
#dashboard .header_section .illustration img {
  z-index: 1;
}
#dashboard .header_section .illustration a {
  z-index: 3;
}
@media screen and (max-width: 900px) {
  #dashboard .header_section .illustration {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #dashboard .header_section .illustration {
    height: 150px;
  }
}
#dashboard .header_section .illustration:after {
  content: "> Modifier";
  font-size: 15px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100%;
  color: #000000;
  height: 15px;
  text-align: right;
  z-index: 2;
}
#dashboard .header_section .text {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: top;
  color: #ffffff;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  #dashboard .header_section .text {
    width: 100%;
  }
}
#dashboard .header_section .text ul {
  padding: 0 0 0 15px;
}
#dashboard .block_alert {
  display: inline-block;
  width: 100%;
  background: #73c5bc;
  height: 140px;
  position: relative;
  padding-left: 303px;
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  #dashboard .block_alert {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
#dashboard .block_alert:after {
  content: "";
  width: 105px;
  height: 105px;
  background-image: url('../img/bell_deco.png');
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  top: 20px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  #dashboard .block_alert:after {
    opacity: 0.5;
  }
}
@media screen and (max-width: 992px) {
  #dashboard .block_alert:after {
    display: none;
  }
}
#dashboard .block_alert a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 2;
}
#dashboard .block_alert .illustration {
  height: 140px;
  width: 284px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  #dashboard .block_alert .illustration {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
  }
}
#dashboard .block_alert .text {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  #dashboard .block_alert .text {
    display: inline-block;
    height: auto;
  }
}
#dashboard .block_alert .text p {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  #dashboard .block_alert .text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #dashboard .block_alert .text p {
    display: inline-block;
  }
}
#dashboard .block_whatsnew {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
}
#dashboard .block_whatsnew .content {
  border: 1px solid #cccccc;
  display: inline-block;
  width: 100%;
  padding: 0;
  height: auto;
}
#dashboard .block_whatsnew .content .head_content {
  width: 100%;
  padding: 20px;
  height: auto;
}
#dashboard .block_whatsnew .content .head_content .right {
  float: right;
  display: inline-block;
  padding-top: 10px;
}
@media screen and (max-width: 600px) {
  #dashboard .block_whatsnew .content .head_content .right {
    float: left;
    width: 100%;
    padding-top: 0;
  }
}
#dashboard .block_whatsnew .content ul.grid {
  vertical-align: top;
  margin-bottom: 0;
}
#dashboard .block_whatsnew .content ul.grid li {
  margin-bottom: 0;
}
#shortcuts .section_inside {
  border: none;
}
#shortcuts ul li .item {
  display: table;
  height: 100px;
  width: 100%;
}
#shortcuts ul li .item a {
  display: table-cell;
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  vertical-align: middle;
  font-size: 20px;
  padding: 2%;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
#shortcuts ul li .item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  #shortcuts ul li .item a {
    font-size: 16px;
  }
}
.block_shortcuts {
  display: inline-block;
  width: 100%;
  height: auto;
}
.block_shortcuts .grid li .item {
  display: table;
  height: 100px;
  width: 100%;
}
.block_shortcuts .grid li .item a {
  display: table-cell;
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  vertical-align: middle;
  font-size: 20px;
  padding: 2%;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
.block_shortcuts .grid li .item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .block_shortcuts .grid li .item a {
    font-size: 16px;
  }
}
.formulaire .header_section {
  padding: 1%;
}
.formulaire .events_list {
  display: inline-block;
  text-transform: center;
  border: 1px solid #cccccc;
  width: 210px;
  height: auto;
  padding: 10px;
  text-align: center;
}
.formulaire .events_list input {
  margin-left: 0;
  position: relative;
  width: 100%;
  vertical-align: top;
}
.formulaire .events_list .illustration {
  width: 100%;
  height: 160px;
}
.formulaire form .wrap_border {
  padding: 1% 0;
  border-bottom-width: 0px;
}
.formulaire form .wrap_border:nth-last-of-type(-n+2) {
  border-bottom-width: 1px;
}
.formulaire .grid {
  vertical-align: top;
}
.formulaire .grid .cl {
  margin: 10px 1%;
}
.formulaire .charte {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
}
.formulaire .charte a {
  text-decoration: underline;
  color: #c70078;
}
.formulaire .text_area {
  min-height: 356px;
}
.formulaire .text_area.normal {
  min-height: initial;
}
.formulaire form:last-of-type {
  border-bottom-width: 1px !important;
  margin-bottom: 30px;
}
.formulaire .highlight_block {
  padding: 30px;
  display: inline-block;
  width: 100%;
  height: auto;
}
.formulaire .wrap_formulaire {
  width: 630px;
  display: inline-block;
  float: left;
  margin: 0px auto;
  padding: 30px;
}
@media screen and (max-width: 800px) {
  .formulaire .wrap_formulaire {
    width: 100%;
    padding-bottom: 0;
  }
}
.formulaire .wrap_formulaire.full {
  width: 100%;
  padding: 10px 30px;
}
.formulaire .wrap_formulaire .header_wrap {
  display: inline-block;
  width: 100%;
}
.formulaire .wrap_formulaire .header_options {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px 30px 0 0;
  z-index: 99;
}
@media screen and (max-width: 800px) {
  .formulaire .wrap_formulaire .header_options {
    position: relative;
    padding: 0 0 30px 0;
  }
}
.formulaire .wrap_formulaire .content_wrap {
  display: inline-block;
  width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .formulaire .wrap_formulaire .content_wrap {
    padding: 0;
  }
}
.formulaire .wrap_formulaire.cover {
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .formulaire .wrap_formulaire.cover {
    margin-top: 0;
  }
}
.formulaire .upload_wrap.img_upload {
  width: 100%;
  height: 350px;
}
.bordered {
  border: 1px solid #cccccc;
}
.no_border_left {
  border-left: 0px ;
}
#events_list {
  display: inline-block;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  background: #ffffff;
}
#events_list .filters {
  padding: 0;
  display: inline-block;
  text-align: left;
  width: auto;
  float: left;
}
#events_list .filters li {
  display: inline-block;
  list-style-type: none;
}
#events_list .filters li button {
  color: #22a9cc;
  background: #ffffff;
}
#events_list .filters li button.active {
  background: #22a9cc;
  color: #ffffff;
  box-shadow: none;
}
#events_list .header_section {
  padding: 1%;
}
#events_list .header_section .bilan {
  position: relative;
  bottom: -10px;
}
.financial_support {
  width: 100%;
  border: none;
  text-align: center;
}
.financial_support .picto_soutien {
  width: 80px;
  margin-bottom: 12px;
}
.financial_support .picto_title .picto {
  font-size: 30px;
}
.financial_support .wrap_border {
  padding: 30px;
}
.financial_support .small_wrap {
  display: inline-block;
}
.financial_support ul.grid.items_list .item.button_item {
  height: 200px;
}
.financial_support ul.grid.items_list .item.button_item p .picto {
  font-size: 54px;
  display: inline-block;
  margin-bottom: 15px;
}
#supports {
  width: 100%;
  border: none;
}
#supports .picto_title .picto {
  font-size: 30px;
}
#supports .wrap_border {
  padding: 30px;
}
#supports .small_wrap {
  float: left;
  display: inline-block;
}
#supports ul.grid.items_list .item.button_item {
  height: 200px;
}
#supports ul.grid.items_list .item.button_item p .picto {
  font-size: 54px;
  display: inline-block;
  margin-bottom: 15px;
}
#supports_basket .wrap_border {
  background: #f8a824;
}
#supports_basket .header_section {
  background: #f8a824;
  padding: 15px 30px;
  position: relative;
}
#supports_basket .header_section h4 {
  color: #ffffff;
}
#supports_basket .header_section .btn {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 992px) {
  #supports_basket .header_section .btn {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
  }
}
#supports_basket .content_section {
  padding: 15px 30px;
}
#supports_basket .content_section ul {
  padding-left: 15px;
}
#supports_basket .content_section ul li {
  color: #ffffff;
}
.supports_block {
  margin: 15px 0;
}
.supports_block .wrap_border {
  padding-top: 0;
}
.supports_block .header_section {
  padding: 15px 30px;
  position: relative;
}
.supports_block .header_section h4 {
  color: #ffffff;
  text-transform: uppercase;
}
.supports_block .header_section a {
  position: absolute;
  top: 20px;
  right: 30px;
}
@media screen and (max-width: 992px) {
  .supports_block .header_section a {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
  }
}
.supports_block .content_section {
  padding: 15px 30px;
}
.supports_block .content_section .row .column:first-child {
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 992px) {
  .supports_block .content_section .row .column:first-child {
    border-right: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
  }
}
.supports_block .content_section .item {
  display: inline-block;
  width: 100%;
  height: auto;
}
.supports_block .content_section .item .illustration {
  width: 100%;
  height: 115px;
}
.supports_block .content_section .item .text {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
.coup_de_main_block .wrap_border {
  padding-top: 0;
}
.coup_de_main_block .header_section {
  padding: 30px;
  position: relative;
  text-align: center;
}
.coup_de_main_block .header_section h4 {
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.coup_de_main_block .content_section {
  padding: 30px;
}
.coup_de_main_block .content_section .row .column:first-child {
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 992px) {
  .coup_de_main_block .content_section .row .column:first-child {
    border-right: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .coup_de_main_block .content_section .row img {
    display: block;
    margin: auto;
  }
}
.coup_de_main_block .content_section .item {
  display: inline-block;
  width: 100%;
  height: auto;
}
.coup_de_main_block .content_section .item .illustration {
  width: 100%;
  height: 115px;
}
.coup_de_main_block .content_section .item .text {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
.full_event_list {
  width: 100%;
  border: none;
}
.full_event_list .events {
  padding: 20px 15px;
  list-style-type: none;
}
.full_event_list .events li {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 14px 0;
}
.full_event_list .events li .illustration {
  width: 38%;
  height: 260px;
  margin: 0 1%;
  margin-left: 0;
  float: left;
  position: relative;
}
.full_event_list .events li .illustration.coup_de_coeur {
  border: solid #c70078 1px;
}
.full_event_list .events li .illustration.coup_de_coeur:before {
  content: "";
  background-image: url('../img/coup-de-coeur.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  display: inline-block;
  top: 16px;
  right: 0;
  width: 110px;
  height: 110px;
  z-index: 9;
}
.full_event_list .events li .illustration.coup_de_coeur:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 200px 200px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 0;
  right: 0;
  z-index: 8;
}
@media screen and (max-width: 800px) {
  .full_event_list .events li .illustration {
    width: 100%;
  }
}
.full_event_list .events li .texte {
  display: inline-block;
  width: 60%;
  margin: 0 1%;
  margin-right: 0;
}
.full_event_list .events li .texte .texte-inside {
  max-width: 600px;
}
.full_event_list .events li .texte h4 {
  text-transform: uppercase;
  font-size: 20px;
}
.full_event_list .events li .texte p {
  margin-bottom: 3px;
}
.full_event_list .events li .texte .hashtags {
  margin-bottom: 8px;
  font-size: 0;
}
.full_event_list .events li .texte .hashtags span {
  color: #ffffff;
  padding: 1px 6px;
  margin: 0 4px 4px 0;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
}
.full_event_list .events li .texte .hashtags span.type {
  background: #c70078;
}
.full_event_list .events li .texte .hashtags span.theme {
  background: #f8a824;
}
.full_event_list .events li .texte .hashtags span.target {
  background: #94c300;
}
@media screen and (max-width: 800px) {
  .full_event_list .events li .texte {
    width: 100%;
  }
}
.filter_band {
  display: inline-block;
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.filter_band .header_section {
  padding: 0;
}
.filter_band form ul.filter {
  padding: 10px;
  margin: 15px 0;
  display: inline-block;
  text-align: left;
  height: auto;
  width: 100%;
  background: #cccccc;
}
.filter_band form ul.filter li {
  display: inline-block;
  height: auto;
  vertical-align: top;
  padding: 10px 5px;
}
.filter_band form ul.filter li label {
  text-transform: uppercase;
  font-size: 15px;
}
.mes_infos {
  width: 100%;
  border: none;
}
@media screen and (max-width: 992px) {
  .mes_infos .column {
    margin: 15px 0;
  }
}
.mes_infos .header_block {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.mes_infos .content_block {
  display: inline-block;
  width: 100%;
  height: auto;
}
.mes_infos .content_block.bg_jaune {
  padding: 30px;
}
.mes_infos .content_block .illustration {
  width: 252px;
  height: 114px;
  display: block;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 600px) {
  .mes_infos .content_block .illustration {
    width: 100%;
    height: 100px;
  }
}
.mes_infos .bordered {
  border: none;
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 992px) {
  .mes_infos .bordered {
    border-right: none;
  }
}
.mes_infos .logo_info {
  width: 200px;
  height: 200px;
}
.mes_infos .picto_title .picto {
  font-size: 30px;
}
.mes_infos .wrap_border {
  padding: 30px;
}
.mes_infos .small_wrap {
  float: left;
  display: inline-block;
}
.mes_infos ul.grid.items_list .item.button_item {
  height: 200px;
}
.mes_infos ul.grid.items_list .item.button_item p .picto {
  font-size: 54px;
  display: inline-block;
  margin-bottom: 15px;
}
.flexslider2 .item {
  width: 100%;
  height: 230px;
  display: inline-block;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 600px) {
  .flexslider2 .item {
    height: auto;
    padding: 10px;
  }
}
.flexslider2 .item.add {
  background: #22a9cc;
}
.flexslider2 .item.add p {
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
}
.flexslider2 .item.add p .picto {
  font-size: 30px;
}
.flexslider2 .item.add_partenaire {
  background: #c70078;
}
.flexslider2 .item.add_partenaire p {
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
}
.flexslider2 .item.add_partenaire p .picto {
  font-size: 30px;
}
.flexslider2 .item.partenaire {
  background: #ffffff;
}
.flexslider2 .item.partenaire .illustration {
  border: 1px solid #cccccc;
  height: 150px;
  width: 150px;
  display: inline-block;
  left: auto;
  top: auto;
}
@media screen and (max-width: 600px) {
  .flexslider2 .item.partenaire .illustration {
    padding: 10px;
    width: 100%;
    text-align: center;
    height: auto;
  }
  .flexslider2 .item.partenaire .illustration .img {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
  }
}
.flexslider2 .item.partenaire span {
  margin-bottom: 10px;
  display: inline-block;
}
.flexslider2 .item.partenaire .inside {
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .flexslider2 .item.partenaire .inside {
    height: auto;
    display: inline-block;
  }
}
.flexslider2 .item .tab {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: table;
}
@media screen and (max-width: 600px) {
  .flexslider2 .item .tab {
    height: auto;
    display: inline-block;
  }
}
.flexslider2 .item .tab a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
.flexslider2 .item .tab p {
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .flexslider2 .item .tab p {
    height: auto;
    display: inline-block;
  }
}
.pagination li a {
  color: #000000;
  font-weight: bold;
  background-color: transparent;
  border: none;
}
.pagination li a:hover,
.pagination li a.active,
.pagination li a:focus,
.pagination li a:active {
  color: #c70078;
  background: transparent;
  text-decoration: none;
}
.filters {
  padding: 0 20px;
}
.filters.custom .grid {
  float: left;
}
.filters.custom .middle_wrap {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .filters.custom .middle_wrap {
    width: 90%;
  }
}
.filters.custom .search-bar input {
  width: 100%;
  height: 40px !important;
}
.filters .checkbox-block {
  display: inline-block;
  padding: 5px 30px;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 600px) {
  .filters .checkbox-block {
    padding: 5px 10px;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.filters .search-bar input {
  width: 100%;
}
.filters button[type=submit] {
  background: #c70078;
  border: none;
  color: #ffffff;
  font-size: 15px;
}
.filters button[type=submit].padding {
  padding: 10px 20px ;
}
.filters button[type=submit].margin {
  margin: 10px 0;
}
.filters select.date {
  border: 0;
  position: relative;
  cursor: pointer;
  border: 1px solid #cccccc;
  height: 40px;
  padding-right: 25px;
  background: #ffffff url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'22px\' height=\'22px\' fill=\'%23000000\'><polyline points=\'18,8 12,16 5,8\' /></svg>") no-repeat scroll right center;
  width: auto;
}
@media screen and (max-width: 600px) {
  .filters select.date {
    width: 100% !important;
  }
}
.filters ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.filters ul li {
  margin: 5px 2px;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
}
.filters ul li.align-center {
  display: block;
  text-align: center;
}
.filters ul li.width100 {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .filters ul li {
    width: 100%;
  }
}
.filters ul li select {
  border: 0;
  position: relative;
  cursor: pointer;
  border: 1px solid #cccccc;
  padding-right: 25px;
  background: #ffffff url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'22px\' height=\'22px\' fill=\'%23000000\'><polyline points=\'18,8 12,16 5,8\' /></svg>") no-repeat scroll right center;
  width: auto;
}
@media screen and (max-width: 600px) {
  .filters ul li select {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .filters ul li input {
    width: 100% !important;
  }
}
.filters ul li button[type=submit] {
  background: #c70078;
  border: none;
  color: #ffffff;
  font-size: 15px;
}
.filters ul li button[type=submit].padding {
  padding: 4px 20px 3px;
}
.filters ul li button[type=submit].margin {
  margin: 10px 0;
}
/*--------------------------------------
  PAGES
--------------------------------------*/
section.news .header_section {
  margin: 0 1%;
}
section.news .header_section .main_title {
  margin-top: 30px;
}
section.news .header_section input[name=where]:after {
  content: "\e915";
  position: absolute;
  right: 0;
  display: block;
}
section.news .filters {
  padding: 10px 20px;
}
section.news .filters p {
  margin: 0;
}
section.news .filters li {
  vertical-align: middle;
}
section.news .filters .search {
  width: 250px;
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  section.news .filters .search {
    width: 100%;
    margin-left: 0;
  }
}
section.news .filters .search input {
  width: 100%;
  padding: 8px 40px 8px 15px;
  border: 1px solid #cccccc;
}
section.news .filters .search button {
  color: #000000;
  position: absolute;
  background: transparent;
  border: none;
  right: 5px;
  top: 0;
  font-size: 30px;
  line-height: 45px;
}
section.news .news-list .news-item .news-image .illustration {
  height: 300px;
}
section.news .news-list .news-item .informations .date {
  margin-bottom: 10px;
}
section.news .news-list .news-item .informations .type {
  background: #73c5bc;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 20px;
  display: inline-block;
  text-transform: uppercase;
}
section.news .news-list .news-item .informations .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0;
}
section.news .news-list .news-item .informations .excerpt {
  text-overflow: ellipsis;
  max-height: 113px;
  overflow: hidden;
}
section.news .news-list .news-item .informations .view-more {
  margin-top: 10px;
  color: #c70078;
  font-weight: bold;
  display: block;
}
section.news-single .header_section {
  padding: 40px 0;
}
section.news-single .header_section .illustration {
  height: 400px;
}
section.news-single .post-datas .picto {
  font-size: 50px;
}
section.news-single .post-datas .type {
  background: #73c5bc;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
}
section.news-single .post-datas .title {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 40px 0;
}
section.news-single .gallery .picto {
  font-size: 50px;
}
section.news-single .gallery .title {
  margin-bottom: 25px;
}
section.news-single .gallery .illustration {
  height: 220px;
  margin-bottom: 20px;
}
section.news-single .share-buttons {
  font-size: 0;
}
section.news-single .share-buttons .share-txt {
  font-size: 15px;
  text-transform: uppercase;
}
section.news-single .share-buttons a {
  height: 30px;
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-left: 5px;
}
section.news-single .share-buttons a .picto {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
section.news-single .share-buttons a:hover,
section.news-single .share-buttons a:active,
section.news-single .share-buttons a:focus {
  text-decoration: none;
}
section.news-single .share-buttons a.share-fb {
  background-color: #283969;
}
section.news-single .share-buttons a.share-twt {
  background-color: #00a0de;
}
section.news-single .share-buttons a.share-gplus {
  background-color: #dd4b39;
}
section.news-single .share-buttons a.share-whatsapp {
  background-color: #43C654;
}
section.news-single .share-buttons a.share-mail {
  background-color: #8a8a8a;
}
section.fds-actors .header_section .main_title {
  margin-top: 30px;
}
section.fds-actors .header_section input[name=where]:after {
  content: "\e915";
  position: absolute;
  right: 0;
  display: block;
}
section.fds-actors .view-selector {
  height: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 670px) {
  section.fds-actors .view-selector {
    height: auto;
    padding-bottom: 10px;
    text-align: center;
  }
}
section.fds-actors .view-selector a {
  font-size: 22px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 670px) {
  section.fds-actors .view-selector a {
    display: block;
  }
}
section.fds-actors .view-selector a.active,
section.fds-actors .view-selector a:hover,
section.fds-actors .view-selector a:active,
section.fds-actors .view-selector a:focus {
  color: #c70078;
  text-decoration: none;
}
section.fds-actors .view-selector a .picto {
  font-size: 35px;
  vertical-align: sub;
}
section.fds-actors .view-selector a:first-child .picto {
  font-size: 40px;
}
section.fds-actors .map {
  height: 600px;
}
@media screen and (max-width: 800px) {
  section.fds-actors .map {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  section.fds-actors .map {
    height: 300px;
  }
}
section.fds-actors .actors-list a {
  margin-top: 20px;
}
section.fds-actors .actors-list a .actors-item {
  border: 1px solid #cccccc;
  margin-top: 20px;
}
section.fds-actors .actors-list a .actors-item:hover,
section.fds-actors .actors-list a .actors-item:active,
section.fds-actors .actors-list a .actors-item:focus,
section.fds-actors .actors-list a .actors-item.active {
  border: 1px solid #ee639e;
}
section.fds-actors .actors-list a .actors-item.coras {
  border: 1px solid #ee639e;
  background: #ee639e;
}
section.fds-actors .actors-list a .actors-item.coras .informations .name {
  color: #ffffff;
}
section.fds-actors .actors-list a .actors-item.coras .informations .mail,
section.fds-actors .actors-list a .actors-item.coras .informations .phone,
section.fds-actors .actors-list a .actors-item.coras .informations .address {
  color: #ffffff;
}
section.fds-actors .actors-list a .actors-item .actor-image {
  margin: 0;
  padding: 20px;
  background: #ffffff;
}
section.fds-actors .actors-list a .actors-item .illustration {
  height: 200px;
  margin: auto;
}
section.fds-actors .actors-list a .actors-item .informations {
  padding: 30px 35px;
}
@media screen and (max-width: 600px) {
  section.fds-actors .actors-list a .actors-item .informations {
    padding: 0px 20px 30px;
  }
}
section.fds-actors .actors-list a .actors-item .informations .name {
  text-transform: uppercase;
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
section.fds-actors .actors-list a .actors-item .informations .name .type {
  background: #ffffff;
  font-size: 20px;
  color: #ee639e;
  padding: 0px 6px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
section.fds-actors .actors-list a .actors-item .informations .tags {
  font-size: 0;
  margin-bottom: 5px;
}
section.fds-actors .actors-list a .actors-item .informations .tags span {
  color: #fff;
  padding: 4px 10px;
  margin: 0 5px 5px 0;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
}
section.fds-actors .actors-list a .actors-item .informations .tags span.festisol {
  background: #22a9cc;
}
section.fds-actors .actors-list a .actors-item .informations .tags span.festisol-referent {
  background: #94c300;
}
section.fds-actors .actors-list a .actors-item .informations .tags span.committee {
  background: #f8a824;
}
section.fds-actors .actors-list a .actors-item .informations .mail,
section.fds-actors .actors-list a .actors-item .informations .phone,
section.fds-actors .actors-list a .actors-item .informations .address {
  color: #c70078;
}
section.fds-actors .actors-list a .actors-item .informations .mail span,
section.fds-actors .actors-list a .actors-item .informations .phone span,
section.fds-actors .actors-list a .actors-item .informations .address span {
  font-size: 18px;
  margin-right: 10px;
}
section.fds-actors .actors-list a .actors-item .informations .mail {
  word-break: break-all;
}
section.fds-actors .actors-list a .actors-item .informations .address {
  position: relative;
}
section.fds-actors .actors-list a .actors-item .informations .address span {
  position: absolute;
  top: 5px;
}
section.fds-actors .actors-list a .actors-item .informations .address p {
  position: relative;
  padding-left: 30px;
  margin: 0;
}
section.fds-actors-single .header_section .illustration {
  height: 200px;
  width: 400px;
}
section.fds-actors-single .actors-description .name {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}
section.fds-actors-single .actors-description .name .coral {
  background: #ee639e;
  font-size: 20px;
  color: #ffffff;
  padding: 0px 6px;
  margin-right: 5px;
}
section.fds-actors-single .actors-description .tags {
  font-size: 0;
  margin-bottom: 5px;
}
section.fds-actors-single .actors-description .tags span {
  color: #fff;
  padding: 4px 10px;
  margin: 0 5px 5px 0;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
}
section.fds-actors-single .actors-description .tags span.festisol {
  background: #22a9cc;
}
section.fds-actors-single .actors-description .tags span.festisol-referent {
  background: #94c300;
}
section.fds-actors-single .actors-description .tags span.committee {
  background: #f8a824;
}
section.fds-actors-single .actors-description .type {
  display: inline-block;
  margin: 10px 0;
}
section.fds-actors-single .actors-informations {
  margin-top: 50px;
}
section.fds-actors-single .actors-informations .general {
  padding: 40px;
  margin: 0;
  height: 400px;
}
section.fds-actors-single .actors-informations .general .title {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 30px;
}
section.fds-actors-single .actors-informations .general .specific {
  padding: 20px;
  margin-top: 20px;
}
section.fds-actors-single .actors-informations .general .specific .subtitle {
  font-size: 20px;
  margin-bottom: 20px;
}
section.fds-actors-single .actors-informations .general .specific .job {
  margin-bottom: 5px;
}
section.fds-actors-single .actors-informations .general .specific .mail,
section.fds-actors-single .actors-informations .general .specific .phone {
  word-wrap: break-word;
}
section.fds-actors-single .actors-informations .general .specific .mail .picto,
section.fds-actors-single .actors-informations .general .specific .phone .picto {
  margin-right: 10px;
}
section.fds-actors-single .actors-informations .map-wrapper {
  padding: 0;
  margin: 0;
}
section.fds-actors-single .actors-informations .map-wrapper .map {
  height: 400px;
}
section.fds-actors-single .events .picto {
  font-size: 50px;
  margin-top: 70px;
}
section.fds-actors-single .events .title {
  font-size: 22px;
  margin-bottom: 30px;
}
section.fds-actors-single .slides .grid.c5b li {
  margin: 0;
}
section.fds-actors-single.collective {
  margin-top: 40px;
  padding: 30px 0 40px;
  background-size: cover;
}
section.fds-actors-single.collective:after {
  content: "";
  position: absolute;
  right: 10%;
  top: -30px;
  width: 80px;
  height: 80px;
  display: block;
  background-size: contain;
  background-image: url('../img/dashboard_deco.png');
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  section.fds-actors-single.collective:after {
    width: 120px;
    height: 110px;
  }
}
section.fds-actors-single.collective .picto {
  font-size: 50px;
  margin-bottom: 10px;
}
section.fds-actors-single.collective .title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
}
section.fds-actors-single.collective .title .name {
  font-size: 22px;
}
section.fds-actors-single .partners .picto {
  font-size: 50px;
}
section.fds-actors-single .partners .title {
  font-size: 22px;
  margin-bottom: 30px;
}
section.fds-members {
  margin: 40px auto;
}
section.fds-members .head {
  margin: 20px auto;
}
section.fds-members .description {
  margin: 20px 0;
}
section.fds-members .description h2 {
  text-transform: uppercase;
}
section.fds-partners {
  padding: 30px 0;
}
section.fds-partners .hat {
  padding: 30px 0;
}
section.fds-partners .header_section .picto {
  font-size: 60px;
  color: #c70078;
  margin-bottom: 5px;
}
section.fds-partners .header_section h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #c70078;
  margin: 0;
}
section.events-all-events-single .header_section .illustration {
  width: 100%;
  height: 300px;
  position: relative;
}
section.events-all-events-single .header_section .illustration.coup_de_coeur {
  border: solid #c70078 1px;
}
section.events-all-events-single .header_section .illustration.coup_de_coeur:before {
  content: "";
  background-image: url('../img/coup-de-coeur.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  display: inline-block;
  top: 16px;
  right: 0;
  width: 110px;
  height: 110px;
  z-index: 9;
}
section.events-all-events-single .header_section .illustration.coup_de_coeur:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 200px 200px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 0;
  right: 0;
  z-index: 8;
}
@media screen and (max-width: 800px) {
  section.events-all-events-single .header_section .illustration {
    width: 100%;
  }
}
section.events-all-events-single .header_section .details {
  padding: 20px;
}
section.events-all-events-single .header_section .details .keywords {
  font-size: 0;
}
section.events-all-events-single .header_section .details .keywords span {
  background: #c70078;
  color: #ffffff;
  font-weight: bold;
  padding: 4px 8px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 5px 5px 0;
}
section.events-all-events-single .header_section .details .keywords span.type {
  background: #c70078;
}
section.events-all-events-single .header_section .details .keywords span.theme {
  background: #f8a824;
}
section.events-all-events-single .header_section .details .keywords span.target {
  background: #94c300;
}
section.events-all-events-single .header_section .details h1 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
section.events-all-events-single .header_section .informations {
  padding: 20px;
}
section.events-all-events-single .header_section .informations .grid .cl,
section.events-all-events-single .header_section .informations .grid .cl span,
section.events-all-events-single .header_section .informations .grid .cl a {
  word-break: break-all;
  white-space: normal;
}
section.events-all-events-single .content_section .description {
  padding: 20px 20px 40px 20px;
}
section.events-all-events-single .content_section .location .infos {
  padding: 20px;
}
section.events-all-events-single .content_section .location a {
  margin-top: 5px;
  display: block;
}
section.events-all-events-single .content_section .location .map {
  height: 250px;
}
section.events-all-events-single.actors .partners .picto {
  font-size: 50px;
}
section.events-all-events-single.actors .partners .title {
  font-size: 22px;
  margin-bottom: 30px;
}
section.events-all-events-single.logo_list .content_section ul li {
  margin: 0 20px;
}
section.events-all-events-single.logo_list .content_section ul li .item .illustration {
  width: 120px;
  height: 120px;
}
section.events-training {
  margin: 40px 0;
}
section.events-training .header_section .main_title {
  margin-top: 30px;
}
section.events-training .header_section button[type=submit] {
  background: #c70078;
  border: none;
  color: #ffffff;
  padding: 4px 10px;
}
section.events-training .cta-s {
  text-align: center;
  margin-top: 20px;
}
section.events-training .cta-s .cta {
  color: #ffffff;
  background: #333333;
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 5px 5px;
  display: inline-block;
  font-size: 15px;
}
section.events-training .cta-s .cta:hover,
section.events-training .cta-s .cta:active,
section.events-training .cta-s .cta:focus {
  text-decoration: none;
  background: #000000;
}
section.events-training .training-list .item {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}
section.events-training .training-list .item .cover .illustration {
  height: 220px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.events-training .training-list .item .cover {
    width: 300px;
  }
}
@media screen and (min-width: 600px) {
  section.events-training .training-list .item .informations {
    padding: 0px 20px 30px;
  }
}
section.events-training .training-list .item .informations .title {
  text-transform: uppercase;
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
section.events-training-single .header_section .illustration {
  width: 100%;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 800px) {
  section.events-training-single .header_section .illustration {
    width: 100%;
  }
}
section.events-training-single .header_section .details {
  padding: 20px;
}
section.events-training-single .header_section .details h1 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
section.events-training-single .header_section .informations {
  padding: 20px;
}
section.events-training-single .content_section .description {
  padding: 20px 20px 40px 20px;
}
section.events-training-single .content_section .button {
  text-transform: uppercase;
  font-weight: bold;
  width: 270px;
  margin: 10px auto 40px;
  display: block;
}
section.events-training-single .content_section .button a {
  padding: 10px 0;
  opacity: 0.9;
  display: block;
}
section.events-training-single .content_section .button a:hover,
section.events-training-single .content_section .button a:active,
section.events-training-single .content_section .button a:focus {
  text-decoration: none;
  opacity: 1;
}
section.events-training-single .content_section .button a .picto {
  font-size: 70px;
}
section.events-training-single .content_section .location .infos {
  padding: 20px;
}
section.events-training-single .content_section .location a {
  margin-top: 5px;
  display: block;
}
section.events-training-single .content_section .location .map {
  height: 250px;
}
section.organize-boosts-single .header_section .illustration {
  width: 100%;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 800px) {
  section.organize-boosts-single .header_section .illustration {
    width: 100%;
  }
}
section.organize-boosts-single .header_section .details {
  padding: 20px;
}
section.organize-boosts-single .header_section .details h1 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
section.organize-boosts-single .header_section .informations {
  padding: 20px;
}
section.organize-boosts-single .content_section .description {
  padding: 20px 20px 40px 20px;
}
section.organize-boosts-single .content_section .button {
  text-transform: uppercase;
  font-weight: bold;
  width: 270px;
  margin: 10px auto 40px;
  display: block;
}
section.organize-boosts-single .content_section .button a {
  padding: 10px 0;
  opacity: 0.9;
  display: block;
}
section.organize-boosts-single .content_section .button a:hover,
section.organize-boosts-single .content_section .button a:active,
section.organize-boosts-single .content_section .button a:focus {
  text-decoration: none;
  opacity: 1;
}
section.organize-boosts-single .content_section .button a .picto {
  font-size: 70px;
}
section.organize-boosts-single .content_section .location .infos {
  padding: 20px;
}
section.organize-boosts-single .content_section .location a {
  margin-top: 5px;
  display: block;
}
section.organize-boosts-single .content_section .location .map {
  height: 250px;
}
section.organize-boosts .header_section .main_title {
  margin-top: 30px;
}
section.organize-boosts .header_section input[name=where]:after {
  content: "\e915";
  position: absolute;
  right: 0;
  display: block;
}
section.organize-boosts .header_section button[type=submit] {
  background: #c70078;
  border: none;
  color: #ffffff;
  padding: 7px 10px;
}
section.organize-boosts .cta-s {
  text-align: center;
  margin-top: 20px;
}
section.organize-boosts .cta-s .cta {
  color: #ffffff;
  background: #333333;
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 5px 5px;
  display: inline-block;
  font-size: 15px;
}
section.organize-boosts .cta-s .cta:hover,
section.organize-boosts .cta-s .cta:active,
section.organize-boosts .cta-s .cta:focus {
  text-decoration: none;
  background: #000000;
}
section.organize-boosts .view-selector {
  height: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 670px) {
  section.organize-boosts .view-selector {
    height: auto;
    padding-bottom: 10px;
    text-align: center;
  }
}
section.organize-boosts .view-selector a {
  font-size: 22px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 670px) {
  section.organize-boosts .view-selector a {
    display: block;
  }
}
section.organize-boosts .view-selector a.active,
section.organize-boosts .view-selector a:hover,
section.organize-boosts .view-selector a:active,
section.organize-boosts .view-selector a:focus {
  color: #c70078;
  text-decoration: none;
}
section.organize-boosts .view-selector a .picto {
  font-size: 35px;
  vertical-align: sub;
}
section.organize-boosts .view-selector a:first-child .picto {
  font-size: 40px;
}
section.organize-boosts .map {
  height: 600px;
}
@media screen and (max-width: 800px) {
  section.organize-boosts .map {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  section.organize-boosts .map {
    height: 300px;
  }
}
section.organize-boosts .requests-list .item {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}
section.organize-boosts .requests-list .item .cover .illustration {
  height: 220px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.organize-boosts .requests-list .item .cover {
    width: 300px;
  }
}
@media screen and (min-width: 600px) {
  section.organize-boosts .requests-list .item .informations {
    padding: 0px 20px 30px;
  }
}
section.organize-boosts .requests-list .item .informations .city .picto,
section.organize-boosts .requests-list .item .informations .category .picto {
  margin-right: 5px;
}
section.organize-boosts .requests-list .item .informations .title {
  text-transform: uppercase;
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0;
}
section.organize-tools-and-ressources.detail .content_section span.label_detail {
  font-size: 14px;
}
section.organize-tools-and-ressources.detail .content_section .middle_wrap {
  width: 700px;
}
@media screen and (max-width: 992px) {
  section.organize-tools-and-ressources.detail .content_section .middle_wrap {
    width: 90%;
  }
}
section.organize-tools-and-ressources.detail .content_section .middle_wrap .item .cover .illustration {
  height: 230px;
}
section.organize-tools-and-ressources .the_secondary_nav {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}
section.organize-tools-and-ressources .the_secondary_nav .small_wrap {
  margin: 0 auto;
}
section.organize-tools-and-ressources .the_secondary_nav a.secondary_nav {
  padding: 15px;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #f8a824;
  display: inline-block;
  float: none;
  width: 32.2%;
  margin: 0.5%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
section.organize-tools-and-ressources .the_secondary_nav a.secondary_nav:last-of-type {
  margin-left: 0;
}
section.organize-tools-and-ressources .the_secondary_nav a.secondary_nav:first-of-type {
  margin-right: 0;
}
section.organize-tools-and-ressources .the_secondary_nav a.secondary_nav:hover {
  background-color: #f8a824;
  color: #ffffff;
}
section.organize-tools-and-ressources .the_secondary_nav a.secondary_nav.active {
  background-color: #f8a824;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  section.organize-tools-and-ressources .the_secondary_nav a.secondary_nav {
    font-size: 9px;
    padding: 10px;
    width: auto;
  }
}
section.organize-tools-and-ressources .title_tools {
  display: inline-block;
  width: 100%;
  text-align: center;
}
section.organize-tools-and-ressources .title_tools h4 {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}
section.organize-tools-and-ressources .hashtags {
  margin-bottom: 8px;
  font-size: 0;
}
section.organize-tools-and-ressources .hashtags span {
  color: #ffffff;
  padding: 1px 6px;
  margin: 0 4px 4px 0;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
}
section.organize-tools-and-ressources .hashtags span.type {
  background: #c70078;
}
section.organize-tools-and-ressources .hashtags span.theme {
  background: #f8a824;
}
section.organize-tools-and-ressources .hashtags span.target {
  background: #94c300;
}
section.organize-tools-and-ressources .hashtags span.public {
  background: #22a9cc;
}
section.organize-tools-and-ressources .header_section {
  padding-top: 40px;
}
section.organize-tools-and-ressources .header_section h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 20px 0 0;
}
section.organize-tools-and-ressources .header_section .button {
  text-transform: uppercase;
  font-weight: bold;
  width: 270px;
  margin: 10px auto 40px;
  display: block;
}
section.organize-tools-and-ressources .header_section .button.bg_orange:hover {
  background: #e28f07;
}
section.organize-tools-and-ressources .header_section .button.bg_bleu_vert:hover {
  background: #4fb6ab;
}
section.organize-tools-and-ressources .header_section .button.bg_vert:hover {
  background: #6d9000;
}
section.organize-tools-and-ressources .header_section .button .txt {
  font-weight: 400;
}
section.organize-tools-and-ressources .header_section .button a {
  padding: 10px 0;
  opacity: 0.9;
  display: block;
}
section.organize-tools-and-ressources .header_section .button a:hover,
section.organize-tools-and-ressources .header_section .button a:active,
section.organize-tools-and-ressources .header_section .button a:focus {
  text-decoration: none;
  opacity: 1;
}
section.organize-tools-and-ressources .header_section .button a .picto {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-size: contain;
}
section.organize-tools-and-ressources .content_section .tools-list .item {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
section.organize-tools-and-ressources .content_section .tools-list .item .cover {
  margin-bottom: 20px;
}
section.organize-tools-and-ressources .content_section .tools-list .item .cover .illustration {
  height: 150px;
  margin: auto;
}
section.organize-tools-and-ressources .content_section .tools-list .item .informations {
  padding: 20px 0;
}
@media screen and (min-width: 600px) {
  section.organize-tools-and-ressources .content_section .tools-list .item .informations {
    padding: 0px 20px 10px;
  }
}
section.organize-tools-and-ressources .content_section .tools-list .item .informations .city .picto,
section.organize-tools-and-ressources .content_section .tools-list .item .informations .category .picto {
  margin-right: 5px;
}
section.organize-tools-and-ressources .content_section .tools-list .item .informations .title {
  text-transform: uppercase;
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
section.organize-tools-and-ressources .content_section .tools-list .item .informations .infos {
  margin-bottom: 5px;
}
section.organize-tools-and-ressources .content_section .tools-detail .item {
  padding: 20px 0;
}
section.organize-tools-and-ressources .content_section .tools-detail .item .cover {
  margin-bottom: 20px;
}
section.organize-tools-and-ressources .content_section .tools-detail .item .cover .illustration {
  height: 150px;
  margin: auto;
}
section.organize-tools-and-ressources .content_section .tools-detail .item .informations {
  padding: 20px 0;
}
@media screen and (min-width: 600px) {
  section.organize-tools-and-ressources .content_section .tools-detail .item .informations {
    padding: 0px 20px 10px;
  }
}
section.organize-tools-and-ressources .content_section .tools-detail .item .informations .city .picto,
section.organize-tools-and-ressources .content_section .tools-detail .item .informations .category .picto {
  margin-right: 5px;
}
section.organize-tools-and-ressources .content_section .tools-detail .item .informations .title {
  text-transform: uppercase;
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
section.organize-tools-and-ressources .content_section .tools-detail .item .informations .infos {
  margin-bottom: 5px;
}
section.organize-tools-and-ressources .content_section .tools-detail .item .informations .infos p {
  margin-bottom: 2px;
}
section.organize-tools-and-ressources .content_section .tools-detail .item .informations .infos .author_and_date_editor {
  display: inline-block;
  width: 100%;
}
section.organize-tools-and-ressources .content_section .tools-detail .item .informations .infos .author_and_date_editor .author {
  display: inline-block;
  font-style: normal;
}
section.organize-tools-and-ressources .content_section .tools-detail .item .informations .infos .author_and_date_editor .date {
  color: #c70078;
}
section.organize-tools-and-ressources .content_section .tools-detail .item .informations .infos .author_and_date_editor .editor {
  display: inline-block;
  font-style: normal;
}
section.organize-tools-and-ressources .content_section .tools-detail .item .informations .infos .item {
  display: inline-block;
  margin: 2px 5px;
  padding: 5px 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
section.organize-tools-and-ressources .content_section .tools-detail .item .informations .infos .item.type {
  background: #c70078;
  color: #ffffff;
  padding: 1px 6px;
}
section.organize-tools-and-ressources .content_section .tools-detail .item .informations .infos .item.theme {
  background: #f8a824;
  color: #ffffff;
  padding: 1px 6px;
}
section.organize-tools-and-ressources .content_section .tools-detail .item .informations .infos .item.public {
  background: #22a9cc;
  color: #ffffff;
  padding: 1px 6px;
}
.footer_tool {
  margin-bottom: 30px;
}
.footer_tool .small_wrap {
  padding: 10px;
  background-color: #eeeeee;
  width: 700px;
}
@media screen and (max-width: 992px) {
  .footer_tool .small_wrap {
    width: 100%;
  }
}
.footer_tool .logo {
  width: 100px;
}
.footer_tool p {
  font-size: 13px;
}
.footer_tool .content {
  padding-top: 20px;
}
section.contact {
  margin: 40px 0;
}
section.contact .col-md-6,
section.contact .col-md-12 {
  margin-bottom: 15px;
}
section.contact button[type=submit] {
  background: #c70078;
  border: none;
  color: #ffffff;
  font-size: 15px;
  padding: 4px 20px 3px;
  font-weight: bold;
}
section.contact button[type=submit].big {
  padding: 8px 28px;
  font-size: 17px;
}
section.contact .input-dates .col-md-6 {
  padding: 0;
  padding-left: 8px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  section.contact .input-dates .col-md-6 {
    padding-left: 0;
  }
}
section.contact .input-dates .col-md-6:first-of-type {
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  section.contact .input-dates .col-md-6:first-of-type {
    margin-bottom: 14px;
  }
}
section.contact .input-dates .col-md-6 label {
  display: inline-block;
  width: ;
}
section.contact .input-dates .input-group-addon {
  padding: 3px;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 0px;
  border-radius: 0;
}
section.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #ffffff url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'28px\' height=\'22px\' fill=\'%23c70078\'><polyline points=\'18,8 12,16 5,8\' /></svg>") no-repeat scroll right center;
  padding-right: 20px;
  border-radius: 0;
  color: #000;
}
section.boosts-banner {
  margin-top: 50px;
  background-size: cover;
}
section.boosts-banner .content_section {
  text-align: center;
  padding: 30px 0 50px;
}
section.boosts-banner .content_section .banner_title {
  text-transform: uppercase;
  color: #ffffff;
}
section.boosts-banner .content_section .banner_title .picto {
  font-size: 114px;
}
section.boosts-banner .content_section .banner_title h2 {
  font-size: 25px;
  margin: 0 0 20px 0;
  font-weight: 600;
}
section.boosts-banner .content_section .banner_title .cta {
  background: #333333;
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 0 5px;
  display: inline-block;
  font-size: 15px;
}
section.boosts-banner .content_section .banner_title .cta:hover,
section.boosts-banner .content_section .banner_title .cta:active,
section.boosts-banner .content_section .banner_title .cta:focus {
  text-decoration: none;
  background: #000000;
}
/*! 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*/
  }
}
