@charset "UTF-8";
@import "bootstrap.min.css";
@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');
/*@import url('https://fonts.googleapis.com/css?family=Sofia');*/
@import "select2.min.css";
/*--------------------------------------
  VARIABLES COLORS
--------------------------------------*/
/*--------------------------------------
  QUICK COLOR STYLES
--------------------------------------*/
/* BACKGROUNDS */
.bg_ohs {
  background: #0babee;
}
.bg_orange {
  background: #eb630c;
}
.bg_dark_blue {
  background: #209ab5;
}
.bg_blue {
  background: #35bbd8;
}
.bg_light_grey {
  background: #f3f3f3;
}
.bg_twitter {
  background: #00a0de;
}
.bg_facebook {
  background: #283969;
}
.bg_google {
  background: #dd4b39;
}
.bg_white {
  background: #ffffff;
}
.bg_black {
  background: #000000;
}
.bg_grey {
  background: #cccccc;
}
/* FONT COLORS */
.twitter {
  color: #00a0de;
}
.facebook {
  color: #283969;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.grey {
  color: #cccccc;
}
.orange {
  color: #eb630c;
}
.blue {
  color: #35bbd8;
}
.light_grey {
  color: #f3f3f3;
}
.dark_blue {
  color: #209ab5;
}
/*--------------------------------------
  GENERAL STYLES
--------------------------------------*/
body {
  font-family: 'Open Sans', 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;
}
body.basket-is-visible {
  overflow: hidden;
}
body.burger-is-visible {
  overflow: hidden;
}
body.burger-is-visible .main-content section,
body.burger-is-visible .main-content footer {
  animation-direction: alternate-reverse;
  animation-iteration-count: 1;
  animation: blur;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  mainanimation-direction: alternate-reverse;
  mainanimation-iteration-count: 1;
  -webkit-animation: blur;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-font-smoothing: antialiased;
}
/*
.sofia {
  font-family: 'Sofia', cursive;
}
*/
.Nunito {
  font-family: 'Nunito', sans-serif;
}
/* 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.padding {
  padding: 0 1%;
}
@media screen and (max-width: 992px) {
  .wrap.padding {
    padding: 0px 1%;
  }
}
@media screen and (max-width: 600px) {
  .wrap.padding {
    padding: 0px;
  }
}
.wrapper {
  width: 980px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 90% !important;
  }
}
.wrapper.padding {
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  .wrapper.padding {
    padding: 0px 1%;
  }
}
@media screen and (max-width: 600px) {
  .wrapper.padding {
    padding: 0px;
  }
}
.small_wrap {
  width: 700px;
  display: block;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  .small_wrap {
    width: 100%;
  }
}
/* QUICK LAYOUT STYLES */
.lighter {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.extra {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
/* QUICK MARGINS */
.margin_0 {
  margin: 0 !important;
}
.margin_5 {
  margin: 5px 0 !important;
}
.margin_10 {
  margin: 10px 0 !important;
}
.margin_20 {
  margin: 20px 0 !important;
}
.margin_30 {
  margin: 30px 0 !important;
}
.margin_40 {
  margin: 40px 0 !important;
}
/* ------------------- */
.margin_top_0 {
  margin-top: 0 !important;
}
.margin_top_5 {
  margin: 5px 0 0 0 !important;
}
.margin_top_10 {
  margin: 10px 0 0 0 !important;
}
.margin_top_20 {
  margin: 20px 0 0 0 !important;
}
.margin_top_30 {
  margin: 30px 0 0 0 !important;
}
.margin_top_40 {
  margin: 40px 0 0 0 !important;
}
/* ------------------- */
.margin_bot_0 {
  margin-bottom: 0 !important;
}
.margin_bot_5 {
  margin: 0 0 5px 0 !important;
}
.margin_bot_10 {
  margin: 0 0 10px 0 !important;
}
.margin_bot_20 {
  margin: 0 0 20px 0 !important;
}
.margin_bot_30 {
  margin: 0 0 30px 0 !important;
}
.margin_bot_40 {
  margin: 0 0 40px 0 !important;
}
/* ------------------- */
.margin_5_5 {
  margin: 5px;
}
.margin_10_10 {
  margin: 10px;
}
.margin_20_20 {
  margin: 20px;
}
.margin_30_30 {
  margin: 30px;
}
.margin_40_40 {
  margin: 40px;
}
/* ------------------- */
iframe {
  border: none;
  max-width: 100%;
  display: inline-block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
/* QUICK VISIBILITY FOR ANIM */
.invisible {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
/* ILLUSTRATION */
img {
  max-width: 100%;
}
.illustration {
  display: inline-block;
  position: relative;
  width: 100%;
}
.illustration.logo .img {
  background-size: contain;
}
.illustration .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.illustration .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  z-index: 2;
}
.illustration a.cover_click {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
/* ------------------- */
/* élément généraux du site */
/* ------------------- */
.social_bar {
  display: inline-block;
  width: 100%;
  height: auto;
}
.social_bar ul {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.social_bar ul li {
  display: inline-block;
  list-style-type: none;
  width: auto;
  vertical-align: middle;
  vertical-align: top;
}
.social_bar ul li.i_do_it {
  width: 100% !important;
  margin: 10px 0;
}
.social_bar ul li a {
  font-size: 30px;
  display: inline-block;
  padding: 0 8px;
}
.social_bar ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.social_bar ul li a.icon-like span {
  font-size: 16px;
  color: #000000;
  background-repeat: red;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.social_bar ul li a.i_do_it {
  font-size: 16px !important;
}
@media screen and (max-width: 992px) {
  .social_bar ul li a.i_do_it {
    margin: 15px 0;
  }
}
a.add_to_board {
  height: auto;
  width: auto;
  padding: 12px;
  background: #eb630c;
  display: inline-block;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  cursor: pointer;
  position: relative;
  right: auto;
  float: right;
  display: none !important;
}
a.add_to_board:hover {
  opacity: 0.6;
}
a.add_to_board:before {
  color: #ffffff;
  font-size: 14px;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
}
a.like_action {
  position: relative;
  float: right;
  display: inline-block;
  z-index: 5;
  display: block;
  height: auto;
  width: auto;
  left: auto;
  top: 0px;
  right: auto;
  cursor: pointer;
  margin-right: 10px;
  z-index: 10;
  font-size: 23px;
}
a.like_action:before {
  color: #eb630c;
}
@media screen and (max-width: 992px) {
  a.like_action {
    color: #eb630c;
  }
}
a.like_action:hover {
  text-decoration: none;
}
a.like_action:hover:before {
  color: #fabd96;
}
@media screen and (max-width: 992px) {
  a.like_action {
    position: relative;
    right: auto;
    bottom: auto;
    display: inline-block;
  }
}
a.like_action span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-left: 3px;
}
a.back {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 100;
}
.header_title {
  display: inline-block;
  width: 100%;
  height: auto;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  margin-bottom: 15px;
}
.header_title h3 {
  width: auto;
  display: inline-block;
  padding: 10px 17px 10px 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background-color: #35bbd8;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}
.header_title h3:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 7px;
  height: 100%;
  background: #ffffff;
}
a.more {
  display: inline-block;
  /*font-family: 'Sofia', cursive;*/
  font-size: 20px;
  margin: 10px 0;
}
a.more.podcast {
  margin-left: 10px;
}
a.more span {
  margin-right: 10px;
}
/* SECTION STYLE */
section {
  display: inline-block;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
section.cta {
  padding: 40px 0;
}
section.cta .cta_subscrib {
  background-color: #35bbd8;
  background-image: url("../img/bg_motif.png");
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #ffffff;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 992px) {
  section.cta .cta_subscrib {
    margin: 10px 0 0 0;
  }
}
section.cta p {
  font-size: 20px;
}
section .header_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}

section .author_date {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
  text-align: center;
}

section .content_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .content_section.container-fluid {
  padding: 10px;
}
@media screen and (max-width: 600px) {
  section .content_section.container-fluid {
    padding: 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;
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}
.item_test {
  background: red;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .responsive_space {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    
  }
}
.row-eq-height {
  display: flex;
}
.control_member {
  position: relative;
}
.control_member .box_message {
  display: inline-block;
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  display: none;
  z-index: 3;
  height: auto;
  padding: 20px 0 0 0;
}
.control_member .box_message h3 {
  font-size: 21px;
  font-weight: 700;
}
.control_member .box_message p {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .control_member .box_message h3 {
    font-size: 18px;
  }
  .control_member .box_message p {
    font-size: 15px;
  }
}
.control_member .box_message a.login {
  text-decoration: underline;
}
.control_member .box_message a.login:hover {
  text-decoration: none;
}
.control_member.user_not_connected .box_message {
  display: inline-block;
}
.control_member.user_not_connected .global-format {
  opacity: 0.4;
  height: 150px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.control_member.user_not_abonne .global-format {
  opacity: 0.9;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  /* background: -webkit-gradient(linear, center center, center bottom, from(black), color-stop(0.85, black), to(white));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.control_member.user_not_abonne .global-format a {
  color: #868585;
}
.control_member.user_not_abonne .box_message {
  display: inline-block;
  top: -30px;
  background-color: white;
  padding-top: 0 !important;
}
.control_member.user_not_abonne .box_message::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.7),#fff);
  width: 100%;
  height: 7rem;
  top: -7rem;
  position: absolute;
  left: 0;
  content: "";
  border-bottom: 2px solid #868686;
}
.control_member.user_not_abonne .box_message a {
  color: inherit;
  background-color: transparent;
}
.control_member.user_not_abonne .btn_abonnement {
  text-transform: none;
  margin: 10px 10px;
  padding: 20px 10px;
  width: 320px;
  height: 225px;
  background-color: white;
  border: 3px solid #eb630c;
  color: #333;
  border-radius: 20px;
}
.control_member.user_not_abonne .btn_abonnement_min p {
  margin-top: 25px;
}
.control_member.user_not_abonne .btn_abonnement :hover {
  text-decoration: none !important;
}

@media screen and (max-width: 800px) {
  .control_member.user_not_abonne .btn_abonnement {
    text-transform: none;
    margin: 10px 10px;
    padding: 5px 10px;
    width: 300px;
    height: min-content;
    background-color: white;
    border: 3px solid #eb630c;
    color: #333;
    border-radius: 20px;
  }
  .control_member.user_not_abonne .btn_abonnement_min p {
    margin-top: 0px !important;
  }
  .control_member.user_not_abonne .btn_abonnement_min .titre {
    margin-bottom: 8px !important;
  }
  .control_member.user_not_abonne .btn_abonnement p {
    font-size: 17px;
  }
}
@media screen and (max-width: 650px) {
  .control_member.user_not_abonne .btn_abonnement {
    text-transform: none;
    margin: 10px 10px;
    padding: 5px 10px;
    width: 280px;
    height: min-content;
    background-color: white;
    border: 3px solid #eb630c;
    color: #333;
    border-radius: 20px;
  }
  .control_member.user_not_abonne .btn_abonnement p {
    font-size: 17px;
  }
  .control_member.user_not_abonne .btn_abonnement_min p {
    margin-top: 5px;
  }
}

.control_member.user_not_abonne .btn_abonnement:hover {
  background-color: #fdbb91;
}

.control_member.user_not_abonne .btn_abonnement .titre {
  color: #eb630c;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}
.control_member.user_not_abonne .btn_abonnement .special {
  font-weight: bold;
  color: #eb630c;
  font-size: 22px;
}

.control_member.user_not_abonne .btn_abonnement .prix_an {
  font-size: 14px;
}
.control_member.user_not_abonne .btn_abonnement .prix_an .special {
  font-size: 15px;
}

.footer_restricted_article {
  padding-top: 0 !important;
}


/*--------------------------------------
  404_error
--------------------------------------*/
.error_404 {
  padding: 50px 0 200px 0;
  text-align: center;
}
@media screen and (min-height: 670px) {
  .error_404 {
    margin-bottom: 200px;
    padding: 200px 0;
  }
}
@media screen and (max-width: 600px) {
  .error_404 {
    margin-bottom: 0;
    padding: 50px 0;
  }
}
.error_404 p {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.error_404 p span {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
.error_404 p span a {
  color: #eb630c;
  text-decoration: underline;
  font-weight: 600;
}
.error_404 p span a:hover {
  text-decoration: none;
}
.error_404 .number_404 {
  font-size: 130px;
  font-weight: bold;
  color: #eb630c;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: page_not_found;
  animation-name: page_not_found;
}
@media screen and (max-width: 360px) {
  .error_404 .number_404 {
    font-size: 80px;
  }
}
@-webkit-keyframes page_not_found {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes page_not_found {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*--------------------------------------
  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);
}
*/
/*! Prefix flex for IE10 and Safari / iOS in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */
/* These are the conditional mixins for the different syntax for IE10 Flexbox */
#burger_menu {
  visibility: hidden;
}
/*--------------------------------------
 BURGER INSIDE
--------------------------------------*/
.burger-inside {
  background-color: #ffffff;
  overflow: hidden;
  overflow-y: scroll;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  z-index: 20000;
  top: 0;
  left: 30%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  position: fixed;
  width: 30px;
  max-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -moz-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  -o-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}
.burger-inside.burger-inside-is-visible {
  visibility: visible;
  display: block;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}
@media screen and (max-width: 992px) {
  .burger-inside.burger-inside-is-visible {
    display: none !important;
  }
}
.burger-inside.burger-inside-is-visible .close-burger {
  opacity: 1;
  -webkit-transition: all 0.3s ease 1s;
  -moz-transition: all 0.3s ease 1s;
  transition: all 0.3s ease 1s;
}
/*--------------------------------------
  side NAV HEADER
--------------------------------------*/
.side-nav-header h5 {
  font-size: bold;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 20px 20px 20px  55px;
}
@media screen and (max-width: 600px) {
  .side-nav-header h5 {
    font-size: 25px;
  }
}
@media screen and (max-height: 800px) {
  .side-nav-header h5 {
    font-size: 22px;
    padding: 10px 10px 10px  55px;
  }
}
/*--------------------------------------
  side NAV
--------------------------------------*/
.side-nav {
  overflow: hidden;
  overflow-y: scroll;
  color: #eb630c;
  font-family: 'Open Sans', sans-serif;
  z-index: 30000;
  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;
  position: fixed;
  width: 340px;
  max-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -moz-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  -o-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
  -webkit-box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.2);
  /* LIENS PRINCIPAUX*/
  /* User_link */
  /* SIMPLE LIENS */
}
.side-nav.nav-is-visible {
  visibility: visible;
  display: block;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
@media screen and (max-width: 600px) {
  .side-nav.nav-is-visible {
    width: 85%;
  }
}
.side-nav *::after,
.side-nav *::before {
  box-sizing: border-box;
}
.side-nav *::after,
.side-nav *::before {
  box-sizing: border-box;
}
.side-nav * {
  box-sizing: border-box;
}
.side-nav::-webkit-scrollbar {
  display: none;
}
.side-nav::scrollbar {
  display: none;
}
.side-nav ul {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 5px 30px;
  margin: 0;
}
.side-nav ul.user {
  background: #eb630c;
  padding: 0 30px;
}
.side-nav ul.user li {
  width: 100%;
}
.side-nav ul.user li.not_connected {
  /* display: none; */
}
.side-nav ul.user li.not_connected a {
  color: #ffffff;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 100;
}
.side-nav ul.user li.not_connected a span {
  margin-right: 5px;
}
.side-nav ul.user li.not_connected.activated {
  display: inline-block;
}
.side-nav ul.user li.connected {
  display: none;
  padding: 0;
}
.side-nav ul.user li.connected a {
  text-transform: none;
}
.side-nav ul.user li.connected.activated {
  display: inline-block;
}
.side-nav ul.highlight li {
  margin-bottom: 10px;
}
.side-nav ul li {
  position: relative;
  list-style-type: none;
}
.side-nav ul li.child_visibles .second_level {
  display: inline-block;
}
.side-nav ul li.child_visibles .second_level li {
  border-bottom: none;
  padding: 5px 0;
  margin: 0;
}
.side-nav ul li.child_visibles .second_level li a {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.side-nav ul li.child_visibles .second_level li a.log_out {
  text-align: right;
}
.side-nav ul li.user {
  padding: 15px 0;
}
.side-nav ul li.user a {
  color: #ffffff;
}
.side-nav ul li.user.has_child:after {
  content: "\e903";
  font-family: 'kaizen';
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
  padding: 5px 0;
}
.side-nav ul li.has_child > a {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  outline: 0;
  cursor: pointer;
}
.side-nav ul li.has_child:after {
  content: "\e903";
  font-family: 'kaizen';
  position: absolute;
  right: 0;
  top: 0;
  color: #eb630c;
  font-weight: 600;
  font-size: 30px;
  padding: 5px 0;
}
.side-nav ul li.active.has_child:after {
  content: "\e901";
  font-family: 'kaizen';
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 900;
  font-size: 30px;
  padding: 5px 0;
}
.side-nav ul li a {
  display: inline-block;
  width: 100%;
  color: #000000;
  font-weight: 600;
  outline: 0;
}
.side-nav ul li a.no_border {
  border: none !important;
}
.side-nav ul li a.highlight {
  color: #eb630c;
  width: auto;
}
.side-nav ul li a.main_nav {
  font-size: 18px;
  font-weight: 800;
  padding: 3px 0;
}
.side-nav ul li a.main_nav .small {
  font-weight: 400;
  font-size: 18px;
}
.side-nav ul li .second_level {
  display: none;
}
.side-nav ul li .second_level.hello {
  padding: 15px 0;
  line-height: 15px;
}
.side-nav ul li .second_level li {
  border-bottom: none;
  padding: 5px 0;
  margin: 0;
}
.side-nav ul li .second_level li a {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.side-nav ul li .second_level li a.log_out {
  text-align: right;
}
.side-nav ul.user_link {
  background: none;
  padding: 20px 30px;
  margin: 0 0 10px 0 ;
  background: #eb630c;
}
.side-nav ul.user_link li {
  height: auto;
  display: inline-block;
  width: 100%;
  background: none !important;
}
.side-nav ul.user_link li a {
  height: auto;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
}
.side-nav ul.user_link li a.user_action {
  font-size: 14px;
  background: #eb630c;
  padding: 0 20px;
}
.side-nav ul.user_link li a.connexion {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 22px;
  font-weight: 400;
}
.side-nav ul.user_link li a.connexion:before {
  position: relative;
  top: 6px;
  font-size: 50px;
  font-family: "kaizen";
}
.side-nav ul.user_link li a.connexion:hover {
  text-decoration: none;
}
.side-nav ul.user_link li a.connexion:hover span {
  text-decoration: underline;
}
.side-nav ul.user_link li a.connexion span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  .side-nav ul.user_link li a.connexion span {
    font-size: 16px;
  }
}
.side-nav ul.simple_link {
  background: none;
  margin-top: 10px;
  padding: 0 30px;
  margin-bottom: 30px;
}
.side-nav ul.simple_link li {
  height: auto;
  display: inline-block;
  width: 100%;
  background: none !important;
}
.side-nav ul.simple_link li a {
  height: auto;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  font-size: 12px;
}
.side-nav ul.simple_link li a:hover {
  text-decoration: underline;
}
/*--------------------------------------
close overlay
--------------------------------------*/
.close_overlay {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  display: none;
  background: none;
}
.close_overlay.nav-is-visible {
  display: block;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation: fade_overlay;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fade_overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
/*--------------------------------------
close overlay
--------------------------------------*/
.close_burger {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #ffffff;
  color: #eb630c;
  display: inline-block;
  cursor: pointer;
}
.close_burger p {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  margin: 0;
}
.close_burger p span {
  margin-right: 5px;
  display: inline-block;
}
/*--------------------------------------
 trigger
--------------------------------------*/
.burger-trigger {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  z-index: 100000;
  color: #ffffff;
  background: #eb630c;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  text-decoration: none;
  display: inline-block;
  left: 0px;
  top: 10px;
  bottom: auto;
  right: auto;
  height: 40px;
  width: 40px;
  text-align: center;
  overflow: hidden;
  padding: 7px;
}
.burger-trigger:hover {
  text-decoration: none;
  opacity: 0.8;
}
.burger-trigger span {
  font-size: 25px;
  margin-top: 0px;
  display: inline-block;
}
/*--------------------------------------
search BAR menu
--------------------------------------*/
.search_bar_burger-menu {
  display: inline-block;
  height: auto;
  border: none;
  width: 80%;
  padding: 0px 20px 10px 20px;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .search_bar_burger-menu form {
    width: auto;
  }
}
.search_bar_burger-menu .search-bar-input-group {
  height: auto;
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.search_bar_burger-menu .search-bar-input-group .input-group-addon {
  background: white !important;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.search_bar_burger-menu .search-bar-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
  height: auto;
  padding: 10px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none !important;
  border-width: 0px !important;
}
.search_bar_burger-menu .search-bar-input-group button {
  border: 0;
  background: transparent;
}
.search_bar_burger-menu .search-bar-input-group button span.picto {
  font-size: 28px;
  color: #eb630c;
}
/* CSS Document */
.global-format {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}
.global-format p {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .global-format p {
    font-size: 16px;
    line-height: 25px;
  }
}
.global-format p a {
  text-decoration: underline;
}
.global-format img {
  max-width: 100%;
  padding: 2%;
}
.global-format img.left {
  float: left;
  margin: 10px 20px 10px 0px;
}
.global-format img.right {
  float: right;
  margin: 10px 0 20px 10px;
}
.global-format iframe {
  border: none;
  border: none;
  width: 100%;
  height: 400px;
}
@media screen and (max-width:700px) {
  .global-format iframe {
    width: 100%;
    max-width: 100%;
    height: 315px;
  }
}
@media screen and (max-width:350px) {
  .global-format iframe {
    width: 100%;
    max-width: 100%;
    height: 215px;
  }
}     
.global-format .chapo {
  font-size: 20px;
  font-weight: 400;
}
.global-format a {
  text-decoration: none;
}
.global-format a:hover {
  text-decoration: underline;
}
.global-format a img {
  border: none;
}
.global-format h1 {
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  .global-format h1 {
    font-size: 25px;
  }
}
.global-format h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  .global-format h2 {
    font-size: 20px;
  }
}
.global-format h3 {
  font-size: 19px;
  font-weight: 700;
  text-transform: none;
}
.global-format h4 {
  font-size: 15px;
  font-weight: 400;
}
.global-format .auteur {
  font-size: 15px;
  font-weight: 400;
}
.global-format hr {
  border-bottom: none;
  border-top: 1px solid #e1e1e1;
  height: 1px;
  width: 100%;
  display: inline-block;
  margin: 20px 0;
}
.global-format blockquote {
  color: #eb630c;
  font-style: normal;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 20px;
}
.global-format em {
  font-style: italic;
}
/*--------------------------------------
  FONTS IMPORT
--------------------------------------*/
@font-face {
  font-family: 'kaizen';
  src: url('../fonts/kaizen.eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kaizen';
  src: url('../fonts/kaizen.ttf');
  font-weight: normal;
  font-style: normal;
}
.picto {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kaizen' !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-logo-ohs:before {
  content: "\e93d";
}
.icon-spot_marker:before {
  content: "\e93e";
}
.icon-phone-call:before {
  content: "\e93c";
}
.icon-paper-clip:before {
  content: "\e93b";
}
.icon-paint-format:before {
  content: "\e938";
}
.icon-wrench:before {
  content: "\e991";
}
.icon-hammer:before {
  content: "\e996";
}
.icon-rss:before {
  content: "\ea9b";
}
.icon-rss2:before {
  content: "\ea9c";
}
.icon-play-button2:before {
  content: "\e93a";
}
.icon-clock2:before {
  content: "\e939";
}
.icon-diy2:before {
  content: "\e930";
}
.icon-attached_circle:before {
  content: "\e92f";
}
.icon-clock:before {
  content: "\e931";
}
.icon-diy:before {
  content: "\e932";
}
.icon-facebook_square:before {
  content: "\e933";
}
.icon-like:before {
  content: "\e934";
}
.icon-placeholder:before {
  content: "\e935";
}
.icon-twiter_square:before {
  content: "\e936";
}
.icon-wallet:before {
  content: "\e937";
}
.icon-back:before {
  content: "\e908";
}
.icon-bank-building:before {
  content: "\e909";
}
.icon-bank-transfer-logo:before {
  content: "\e90a";
}
.icon-bank:before {
  content: "\e90b";
}
.icon-calendar-clock:before {
  content: "\e90d";
}
.icon-cancel:before {
  content: "\e90e";
}
.icon-chat-2:before {
  content: "\e90f";
}
.icon-chat:before {
  content: "\e910";
}
.icon-check-signing:before {
  content: "\e912";
}
.icon-checked:before {
  content: "\e913";
}
.icon-clip:before {
  content: "\e914";
}
.icon-credit-cards-payment:before {
  content: "\e916";
}
.icon-delete-button:before {
  content: "\e917";
}
.icon-duplicate-image:before {
  content: "\e918";
}
.icon-email:before {
  content: "\e919";
}
.icon-hearts:before {
  content: "\e91a";
  color: #e64c3c;
}
.icon-location-pointer:before {
  content: "\e91b";
}
.icon-magnifier-tool:before {
  content: "\e91c";
}
.icon-menu:before {
  content: "\e91e";
}
.icon-next:before {
  content: "\e91f";
}
.icon-paper-bill:before {
  content: "\e920";
}
.icon-paypal-logo:before {
  content: "\e923";
}
.icon-play-button:before {
  content: "\e927";
}
.icon-plus-sign-in-a-black-circle:before {
  content: "\e928";
}
.icon-question-mark:before {
  content: "\e929";
}
.icon-shopping-basket:before {
  content: "\e92a";
}
.icon-shopping-cart:before {
  content: "\e92b";
}
.icon-speech-bubble:before {
  content: "\e92c";
}
.icon-star:before {
  content: "\e92d";
  color: #ed8a19;
}
.icon-star2:before {
  content: "\e92e";
  color: #fff;
}
.icon-twitter3:before {
  content: "\e904";
}
.icon-facebook3:before {
  content: "\e905";
}
.icon-letter:before {
  content: "\e911";
}
.icon-location2:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e91d";
}
.icon-star-full:before {
  content: "\e921";
}
.icon-heart:before {
  content: "\e922";
}
.icon-share2:before {
  content: "\e924";
}
.icon-instagram:before {
  content: "\e925";
}
.icon-youtube2:before {
  content: "\e926";
}
.icon-play:before {
  content: "\e906";
}
.icon-google-plus:before {
  content: "\e90c";
}
.icon-ctrl2:before {
  content: "\e900";
}
.icon-ctrl3:before {
  content: "\e901";
}
.icon-ctrl4:before {
  content: "\e902";
}
.icon-ctrl5:before {
  content: "\e903";
}
.icon-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-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-google-plus3:before {
  content: "\ea8d";
}
.icon-youtube22:before {
  content: "\ea9e";
}
/* CSS Document */
.grid {
  width: 100%;
  display: inline-block;
  height: auto;
  padding: 0;
  font-size: 0;
}
.grid.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid.flex.c2b .cl {
  width: 49%;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 600px) {
  .grid.flex.c2b .cl {
    width: 100% ;
  }
}
.grid.flex .cl {
  align-item: flex-start;
}
.grid.c6b .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 14.6666667% ;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  .grid.c6b .cl {
    width: 31.3333333% ;
    margin: 1% ;
  }
}
@media screen and (max-width: 600px) {
  .grid.c6b .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c6 .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 14.6666667% ;
  margin: 1% ;
}
@media screen and (max-width: 600px) {
  .grid.c6 .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c5b .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 18% ;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  .grid.c5b .cl {
    width: 48% ;
  }
}
@media screen and (max-width: 600px) {
  .grid.c5b .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c4b .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 23% ;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  .grid.c4b .cl {
    width: 48% ;
  }
}
@media screen and (max-width: 600px) {
  .grid.c4b .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c4c .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 22% ;
  margin: 1.5% ;
}
@media screen and (max-width: 800px) {
  .grid.c4c .cl {
    width: 47% ;
  }
}
@media screen and (max-width: 600px) {
  .grid.c4c .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c3b .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 31.3333333% ;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  .grid.c3b .cl {
    width: 48% ;
  }
}
@media screen and (max-width: 600px) {
  .grid.c3b .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c3c .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 30.3333333% ;
  margin: 1.5% ;
}
@media screen and (max-width: 800px) {
  .grid.c3c .cl {
    width: 47% ;
  }
}
@media screen and (max-width: 600px) {
  .grid.c3c .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c2b .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 48% ;
  margin: 1% ;
}
@media screen and (max-width: 600px) {
  .grid.c2b .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c2c .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 47% ;
  margin: 1.5% ;
}
@media screen and (max-width: 600px) {
  .grid.c2c .cl {
    width: 100% ;
    margin: 2% 0 ;
  }
}
.grid.c5 .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 18% ;
  margin: 1% ;
}
@media screen and (max-width: 600px) {
  .grid.c5 .cl {
    width: 100% ;
  }
}
.grid.c4 .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 23.5% ;
  margin-right: 2%;
}
.grid.c4 .cl:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 800px) {
  .grid.c4 .cl {
    width: 49% ;
    margin-right: 0 ;
  }
}
@media screen and (max-width: 600px) {
  .grid.c4 .cl {
    width: 100% ;
    margin-right: 0 ;
  }
}
.grid.c3 .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 32% ;
  margin-right: 2% ;
}
.grid.c3 .cl:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 600px) {
  .grid.c3 .cl {
    width: 100% ;
    margin-right: 0 ;
  }
}
.grid.c2 .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 49% ;
  margin-right: 2% ;
}
.grid.c2 .cl:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 600px) {
  .grid.c2 .cl {
    width: 100% ;
    margin-right: 0 ;
  }
}
.grid.c1b .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 98% ;
  margin: 1% ;
}
@media screen and (max-width: 600px) {
  .grid.c1b .cl {
    width: 100% !important;
    margin-right: 0 ;
  }
}
.grid.c1 .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 100% ;
  margin-right: 0 ;
  margin-left: 0 ;
}
.grid.c1 .cl:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 600px) {
  .grid.c1 .cl {
    width: 100% !important;
    margin-right: 0 ;
  }
}
.grid .cl {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: auto;
  margin-bottom: 2%;
  font-size: initial;
}
@media screen and (max-width: 600px) {
  .grid .cl {
    margin: 2% 0;
  }
}
/* CSS Document */
ul.grid {
  width: 100%;
  display: inline-block;
  height: auto;
  padding: 0;
  font-size: 0;
}
ul.grid * {
  font-size: 16px;
}
ul.grid.c6b li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 14.6666667% ;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  ul.grid.c6b li {
    width: 31.3333333% ;
    margin: 1% ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c6b li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c6 li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 14.6666667% ;
  margin: 1% ;
}
@media screen and (max-width: 600px) {
  ul.grid.c6 li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c5b li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 18% ;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  ul.grid.c5b li {
    width: 48% ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c5b li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c4b li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 23% ;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  ul.grid.c4b li {
    width: 48% ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c4b li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c4c li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 22% ;
  margin: 1.5% ;
}
@media screen and (max-width: 800px) {
  ul.grid.c4c li {
    width: 47% ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c4c li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c3b li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 31.3333333% ;
  margin: 1% ;
}
@media screen and (max-width: 800px) {
  ul.grid.c3b li {
    width: 48% ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c3b li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c3c li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 30.3333333% ;
  margin: 1.5% ;
}
@media screen and (max-width: 800px) {
  ul.grid.c3c li {
    width: 47% ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c3c li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c2b li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 48% ;
  margin: 1% ;
}
@media screen and (max-width: 600px) {
  ul.grid.c2b li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c2c li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 47% ;
  margin: 1.5% ;
}
@media screen and (max-width: 600px) {
  ul.grid.c2c li {
    width: 100% ;
    margin: 2% 0 ;
  }
}
ul.grid.c5 li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: 18% ;
  margin: 1% ;
}
@media screen and (max-width: 600px) {
  ul.grid.c5 li {
    width: 100% ;
  }
}
ul.grid.c4 li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 23.5% ;
  margin-right: 2%;
}
ul.grid.c4 li:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 800px) {
  ul.grid.c4 li {
    width: 49% ;
    margin-right: 0 ;
  }
}
@media screen and (max-width: 600px) {
  ul.grid.c4 li {
    width: 100% ;
    margin-right: 0 ;
  }
}
ul.grid.c3 li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 32% ;
  margin-right: 2% ;
}
ul.grid.c3 li:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 600px) {
  ul.grid.c3 li {
    width: 100% ;
    margin-right: 0 ;
  }
}
ul.grid.c2 li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 49% ;
  margin-right: 2% ;
}
ul.grid.c2 li:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 600px) {
  ul.grid.c2 li {
    width: 100% ;
    margin-right: 0 ;
  }
}
ul.grid.c1 li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto ;
  width: 100% ;
  margin-right: 0 ;
  margin-left: 0 ;
}
ul.grid.c1 li:last-child {
  margin-right: 0 ;
}
@media screen and (max-width: 600px) {
  ul.grid.c1 li {
    width: 100% !important;
    margin-right: 0 ;
  }
}
ul.grid li {
  display: inline-block;
  float: none;
  vertical-align: top;
  height: auto;
  width: auto;
  margin-bottom: 2%;
}
@media screen and (max-width: 600px) {
  ul.grid li {
    margin: 2% 0;
  }
}
header {
  display: inline-block;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
  padding-top: 20px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
header.shop_mode nav {
  padding-bottom: 0;
}
header.shop_mode nav:after {
  display: none;
}
header .header_top {
  width: 100%;
  height: 87px;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
header .header_top .logo {
  display: inline-block;
  float: left;
  width: 500px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/logo.png");
  position: absolute;
  top: 0;
  left: 0;
}
header .header_top .tools {
  display: inline-block;
  width: 350px;
  height: auto;
  float: right;
}
header .header_top .tools .news_subscribtion {
  height: auto;
  display: inline-block;
  width: auto;
  font-size: 12px;
  padding-left: 30px;
  color: #000000;
  position: relative;
  text-align: right;
  float: right;
}
header .header_top .tools .news_subscribtion:hover {
  text-decoration: underline;
}
header .header_top .tools .news_subscribtion:before {
  content: "\e919";
  font-family: "kaizen";
  font-style: 30px;
  position: absolute;
  margin-right: 10px;
  font-size: 22px;
  top: -6px;
  left: 0;
}
header .header_top .tools .news_subscribtion.findos {
  margin-right:20px;
}
header .header_top .tools .news_subscribtion.findos:before {
  content: "\e91b";
}
header .header_top .tools ul.connexion {
  display: inline-block;
  width: 100%;
  padding: 0;
  /* margin-top: 15px; */
  width: 180px;
  float: right;
}
header .header_top .tools ul.connexion li {
  list-style-type: none;
  position: relative;
  width: 100%;
  display: inline-block;
  display: none;
}
header .header_top .tools ul.connexion li.active {
  display: inline-block;
}
header .header_top .tools ul.connexion li a {
  display: inline-block;
  list-style-type: none;
  position: relative;
  width: 100%;
}
header .header_top .tools ul.connexion li a.connexion {
  font-size: 12px;
  font-weight: 100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
header .header_top .tools ul.connexion li a.connexion:hover {
  background-color: #eb630c;
  color: #ffffff;
}
header .header_top .tools ul.connexion li a.connexion span {
  margin-right: 10px;
  display: inline-block;
}
header .header_top .tools ul.connexion li.connected {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
header .header_top .tools ul.connexion li:hover .second_level {
  display: inline-block;
}
header .header_top .tools ul.connexion li .second_level {
  display: inline-block;
  width: 100%;
  padding: 0;
  height: auto;
  float: left;
  z-index: 2;
  display: none;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
header .header_top .tools ul.connexion li .second_level li {
  display: inline-block;
  width: 100%;
  list-style-type: none;
  border-top: 1px solid #eae8e8;
}
header .header_top .tools ul.connexion li .second_level li:first-child {
  border: none;
}
header .header_top .tools ul.connexion li .second_level li a {
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
  text-align: left;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  background: #ffffff;
}
header .header_top .tools ul.connexion li .second_level li a:hover {
  background: #eb630c;
  color: #ffffff;
  text-decoration: none;
}
header .header_top .tools ul.connexion li .second_level li a.log_out {
  text-transform: none;
}
header .header_top .tools ul.connexion li .second_level li a.log_out span.picto {
  margin-right: 5px;
}

header .header_top .button_don {
  width : 180px;
  display : inline-block;
  position: relative;
  background: rgb(135, 163, 58);
  font-size: 12px;
  padding: 10px;
}

header .header_nav {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
}
header .header_nav nav {
  width: 100%;
  height: auto;
  display: inline-block;
  padding-bottom: 13px;
  position: relative;
}
header .header_nav nav:after {
  content: "";
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('../img/bg_motif.png');
  background-repeat: repeat;
}
header .header_nav nav ul {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0;
  text-align: left;
  justify-content: center;
  display: flex;
  margin: 0;
}
header .header_nav nav ul li {
  display: inline-block;
  list-style-type: none;
  height: auto;
  flex: 0 1 auto;
  position: relative;
  border-bottom: 5px solid #ffffff;
}
header .header_nav nav ul li.active {
  border-bottom: 5px solid #eb630c;
}
header .header_nav nav ul li:first-child:before {
  display: none;
}
header .header_nav nav ul li:before {
  content: 1px solid #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 16px;
  width: 1px;
  background: #cccccc;
  margin-top: -8px;
}
header .header_nav nav ul li a {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
header .header_nav nav ul li a.orange {
  color: #eb630c;
}
header .header_nav nav ul li a:hover {
  text-decoration: underline;
  color: #eb630c;
}
header .header_nav nav ul li a:hover .picto {
  color: #eb630c;
}
header .header_nav nav ul li a span.small {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  width: 100%;
  display: inline-block;
  text-align: center;
}
header .header_nav nav ul li a.picto {
  font-size: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: normal;
}
header .header_nav nav ul li a.picto.icon-magnifier-tool {
  font-size: 26px;
  position: relative;
  top: 10px;
}
header .header_nav nav ul li a.picto:hover {
  text-decoration: none;
  color: #eb630c;
}
header .header_nav nav ul li a.picto:hover:before {
  text-decoration: none;
}
header .header_nav .lien_boutique {
  margin-right: 9px !important;
}
header .header_nav .lien_boutique a {
  background-color: #eb630c !important;
  color: #fff !important;
  border-radius: 15px !important;
  padding: 10px 10px 8px 10px !important;
  margin-left: 5px;
}
header .header_nav .lien_boutique a:hover {
  font-size: 18px !important;
}
header #hidden_search {
  display: none;
  width: 100%;
  height: auto;
  padding: 10px 0;
}
header #hidden_search form .search-bar-input-group {
  height: auto;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #cccccc;
}
header #hidden_search form .search-bar-input-group .input-group-addon {
  background: white !important;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
header #hidden_search form .search-bar-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: none;
  height: auto;
  padding: 10px;
  font-size: 16px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none !important;
  border-width: 0px !important;
  z-index: 1;
}
header #hidden_search form .search-bar-input-group button {
  border: 0;
  background: #eb630c;
  padding: 5px;
  font-weight: 100;
}
header .header_thematic {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
}
header .header_thematic ul {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0;
  text-align: left;
  justify-content: space-around;
  display: flex;
  margin: 0;
}
header .header_thematic ul li {
  display: inline-block;
  list-style-type: none;
  height: auto;
  flex: 0 1 auto;
  position: relative;
}
header .header_thematic ul li.active a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #eb630c;
  left: 0;
  bottom: 4px;
}
header .header_thematic ul li a {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: 100;
  text-transform: none;
  color: #000000;
  text-align: center;
  padding: 10px;
  font-family: "Nunito";
  position: relative;
}
header .header_thematic ul li a:hover {
  text-decoration: underline;
  color: #eb630c;
}
#the_sticky_header {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
  height: 80px;
  padding: 15px 0;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate3d(0px, -100%, 0px);
  -moz-transform: translate3d(0px, -100%, 0px);
  -ms-transform: translate3d(0px, -100%, 0px);
  -o-transform: translate3d(0px, -100%, 0px);
  transform: translate3d(0px, -100%, 0px);
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  #the_sticky_header {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    visibility: visible!important;
    position: relative !important;
    top: auto;
    left: auto;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
#the_sticky_header.sticked {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
}
#the_sticky_header.content_page {
  display: none;
}
@media screen and (max-width: 992px) {
  #the_sticky_header.content_page {
    display: inline-block;
  }
}
#the_sticky_header .logo_small {
  display: inline-block;
  float: left;
  width: 125px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/logo_small.png");
  position: absolute;
  top: 5px;
  left: 60px;
}
#the_sticky_header ul.small_connexion {
  display: inline-block;
  width: 32px;
  margin-top: 15px;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0;
  margin: 0;
}
#the_sticky_header ul.small_connexion li {
  list-style-type: none;
  position: relative;
  width: 100%;
  display: inline-block;
  display: none;
}
#the_sticky_header ul.small_connexion li.active {
  display: inline-block;
}
#the_sticky_header ul.small_connexion li a {
  display: inline-block;
  list-style-type: none;
  position: relative;
  width: 100%;
  text-decoration: none;
}
#the_sticky_header ul.small_connexion li a.connexion {
  font-size: 14px;
  background: #eb630c;
  padding: 5px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 33px;
  width: 33px;
}
#the_sticky_header ul.small_connexion li a.connexion:before {
  position: relative;
  top: 2px;
}
#the_sticky_header ul.small_connexion li a.connexion span {
  display: inline-block;
  color: #ffffff;
}
#the_sticky_header ul.small_connexion li.connected {
  background: red !important;
}
#the_sticky_header ul.small_connexion li:hover .second_level {
  display: inline-block;
}
#the_sticky_header ul.small_connexion li .second_level {
  display: inline-block;
  width: 230px;
  padding: 0;
  height: auto;
  float: left;
  z-index: 2;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
#the_sticky_header ul.small_connexion li .second_level li {
  display: inline-block;
  width: 100%;
  list-style-type: none;
  border-bottom: 1px solid #eae8e8;
}
#the_sticky_header ul.small_connexion li .second_level li a {
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
  text-align: left;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  background: black;
  font-weight: 600;
  background: #ffffff;
}
#the_sticky_header ul.small_connexion li .second_level li a:hover {
  background: #eb630c;
  color: #ffffff;
}
#the_sticky_header ul.small_connexion li .second_level li a.log_out {
  text-transform: none;
}
#the_sticky_header ul.small_connexion li .second_level li a.log_out span.picto {
  margin-right: 5px;
}
@media screen and (max-width: 992px) {
  #the_sticky_header ul.small_connexion {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #the_sticky_header .basket.sticky {
    right: 0;
  }
}
#the_sticky_header .newsletter_sticky {
  position: absolute;
  right: 87px;
  top: -3px;
  font-size: 30px;
  padding: 10px;
  color: #000000;
}
#the_sticky_header .newsletter_sticky:hover {
  color: #eb630c;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  #the_sticky_header .newsletter_sticky {
    display: none;
  }
}
#the_sticky_header_reading {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
  height: 80px;
  padding: 15px 0;
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate3d(0px, -100%, 0px);
  -moz-transform: translate3d(0px, -100%, 0px);
  -ms-transform: translate3d(0px, -100%, 0px);
  -o-transform: translate3d(0px, -100%, 0px);
  transform: translate3d(0px, -100%, 0px);
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  #the_sticky_header_reading {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    visibility: visible!important;
    top: auto;
    left: auto;
    -webkit-box-shadow: 0px 0px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px -6px rgba(0, 0, 0, 0.3);
    position: fixed !important;
    bottom: 0;
  }
  #the_sticky_header_reading .logo_small {
    display: none !important;
  }
  #the_sticky_header_reading .social_bar {
    width: 100% !important;
  }
}
#the_sticky_header_reading.sticked {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
}
#the_sticky_header_reading .duplicate_title {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  padding-top: 10px;
}
@media screen and (max-width: 992px) {
  #the_sticky_header_reading .duplicate_title {
    display: none;
  }
}
#the_sticky_header_reading .duplicate_title span {
  color: #000000;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
  font-weight: bold;
}
#the_sticky_header_reading .logo_small {
  display: inline-block;
  float: left;
  width: 127px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/logo_small.png");
  position: absolute;
  top: 14px;
  left: 20px;
}
#the_sticky_header_reading .social_bar {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  right: 20px;
  top: 0px;
}
#the_sticky_header_reading .social_bar ul {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#the_sticky_header_reading .social_bar ul li {
  display: inline-block;
  list-style-type: none;
  width: auto;
}
#the_sticky_header_reading .social_bar ul li a {
  font-size: 30px;
  display: inline-block;
  padding: 0 8px;
}
#the_sticky_header_reading .social_bar ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#the_sticky_header_reading .social_bar ul li a.icon-like span {
  font-size: 16px;
  color: #000000;
  background-repeat: red;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: -5px;
  margin-left: 5px;
}
/* CSS Document */
ul.accordeon {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
ul.accordeon li {
  list-style-type: none;
  text-align: left;
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
ul.accordeon li h3 {
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  ul.accordeon li h3 {
    font-size: 18px;
  }
}
ul.accordeon li.active .header_accordeon {
  background: #cccccc;
}
ul.accordeon li.active .header_accordeon .arrow {
  transform: rotate(90deg);
}
ul.accordeon li.active .header_accordeon h6 {
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  ul.accordeon li.active .header_accordeon h6 {
    font-size: 16px;
  }
}
ul.accordeon li.active .header_accordeon span {
  color: #ffffff;
}
ul.accordeon li .header_accordeon {
  width: 100%;
  display: inline-block;
  height: auto;
  padding: 10px 2%;
  position: relative;
  background: #eee;
  cursor: pointer;
}
ul.accordeon li .header_accordeon:hover {
  background: #000000;
}
ul.accordeon li .header_accordeon:hover h6 {
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  ul.accordeon li .header_accordeon:hover h6 {
    font-size: 16px;
  }
}
ul.accordeon li .header_accordeon:hover span {
  color: #ffffff;
}
ul.accordeon li .header_accordeon h6 {
  margin: 0;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  width: 90%;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  ul.accordeon li .header_accordeon h6 {
    font-size: 16px;
  }
}
ul.accordeon li .header_accordeon .arrow {
  position: absolute;
  right: 2%;
  top: 8px;
  font-size: 30px;
}
ul.accordeon li .content_accordeon {
  width: 100%;
  display: inline-block;
  height: auto;
  display: none;
  padding: 2%;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  ul.accordeon li .content_accordeon p {
    font-size: 16px;
  }
}
ul.accordeon li .content_accordeon ul li {
  list-style-type: initial;
  list-style-type: disc;
}
form {
  display: inline-block;
  width: 100%;
  height: auto;
  /*--------------------------------------
 	PLACEHOLDER STYLE
--------------------------------------*/
  /*--------------------------------------
 	INPUT FILE STYLE
--------------------------------------*/
  /*--------------------------------------
 	SELECT STYLE
--------------------------------------*/
  /* Remove MS caret appearance */
  /*--------------------------------------
 	TEXTAREA STYLE
--------------------------------------*/
  /*--------------------------------------
 	RADIO & CHECKBOX STYLE
--------------------------------------*/
}
form label {
  font-size: 14px;
  display: inline-block;
  position: relative;
}
form label.required:after {
  content: "*";
  font-size: 13px;
  position: absolute;
  right: -9px;
  top: -2px;
}
form label.either-required:after {
	content: "**";
	position: relative;
	top: -3px; left: 2px;
	font-size: 13px;
	opacity: 0.5;
}
form label.thin {
  font-weight: normal;
}
form .form-control {
  height: 37px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  border: 1px solid #cccccc;
}
form .error {
  color: red;
  display: none;
  padding: 5px;
  font-size: 12px;
  width: 100%;
}
form .has-error .error {
  display: inline-block;
}
form input[type="text"]::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
  font-weight: 400;
}
form input[type="text"]::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
  font-weight: 400;
}
form input[type="text"]::-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
  font-weight: 400;
}
form .select2-search__field::-webkit-input-placeholder {
  color: #000000 !important;
  opacity: 1;
  font-weight: 400;
}
form .select2-search__field::-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
  font-weight: 400;
}
form .select2-search__field::-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1;
  font-weight: 400;
}
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 input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  width: 100%;
  height: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  opacity: 0;
}
form .upload_wrap span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 98%;
  background: #ffffff;
  border-radius: 0;
  padding: 3px 10px;
  color: #000000;
}
form select.svg {
  background: #ffffff url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'25px\' height=\'25px\' fill=\'%23000000\'><polyline points=\'18,8 12,16 5,8\' /></svg>") no-repeat scroll right center;
  background-position: right;
  background-repeat: no-repeat;
}
form select.select_arrow {
  background-image: url('../img/select_arrow.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
form select::-ms-expand {
  display: none;
}
form textarea {
  min-height: 250px;
}
@media screen and (max-width: 600px) {
  form .radio-inline {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  form .checkbox-inline {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px !important;
  }
}
form .select_box,
form .select_radio {
  position: relative;
  display: inline-block;
  width: auto;
  float: left;
  cursor: pointer;
  margin: 0.5%;
}
form .select_box.filters input[type="checkbox"]:checked + label,
form .select_radio.filters input[type="checkbox"]:checked + label,
form .select_box.filters input[type="radio"]:checked + label,
form .select_radio.filters input[type="radio"]:checked + label {
  background: #35bbd8;
}
form .select_box.filters label,
form .select_radio.filters label {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  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;
  border: none;
}
form .select_box.filters input[type="checkbox"] + label,
form .select_radio.filters input[type="checkbox"] + label,
form .select_box.filters input[type="radio"] + label,
form .select_radio.filters input[type="radio"] + label {
  color: #000000;
  background: #eae8e8;
}
form .select_box.filters input[type="checkbox"]:checked + label,
form .select_radio.filters input[type="checkbox"]:checked + label,
form .select_box.filters input[type="radio"]:checked + label,
form .select_radio.filters input[type="radio"]:checked + label {
  background: #35bbd8;
  color: #ffffff;
}
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: #35bbd8;
}
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: #ffffff;
  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;
  border: 1px dashed #ffffff;
}
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: #ffffff;
  background: transparent;
}
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: #35bbd8;
  color: #ffffff;
}
form .checkbox_rounded_list {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
form .checkbox_rounded_list .form-group {
  padding: 15px 0;
  border-bottom: 1px solid #c1C1C1;
  margin: 0;
}
form .checkbox_rounded_list .form-group:last-child {
  border-bottom: none;
}
form .checkbox_rounded_list .form-group.autre {
  padding-left: 30px;
}
form .checkbox_rounded_list .form-group.autre .left {
  width: 100px;
  display: inline-block;
  position: absolute;
  left: 8px;
}
form .checkbox_rounded_list .form-group.autre .right {
  width: 50%;
  display: inline-block;
}
form .checkbox_rounded_list input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  display: none;
}
form .checkbox_rounded_list input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
form .checkbox_rounded_list label {
  font-size: 18px;
  padding: 0;
  width: 100%;
  font-weight: normal !important;
  padding-left: 30px;
}
form .checkbox_rounded_list label .picto {
  position: absolute;
  left: 0;
  color: #c1C1C1;
  top: 5px;
}
form .checkbox_rounded_list input[type=checkbox]:checked + label .picto {
  color: #eb630c !important;
}
form .checkbox_rounded_list label + input[type=checkbox] + label .picto {
  color: #c1C1C1;
}
form .checkbox_rounded_list input[type=radio]:checked + label .picto {
  color: #eb630c !important;
}
form .checkbox_rounded_list label + input[type=radio] + label .picto {
  color: #c1C1C1;
}
form .radio-tab {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}
form .radio-tab.square {
  border-radius: 0px;
}
form .radio-tab.square label:first-of-type {
  border-left: none;
}
form .radio-tab input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
form .radio-tab label {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 15px !important;
  text-transform: uppercase;
  background: #cdcdcd;
  margin: 0;
  border-left: solid 2px #c1c1c1;
  font-weight: normal!important;
}
form .radio-tab label.active {
  color: #ffffff !important;
  background: #35bbd8 !important;
  border-left: solid 2px #35bbd8 !important;
}
form .radio-tab input[type=radio]:checked + label {
  color: #ffffff;
  background: #35bbd8;
  border-left: solid 2px #35bbd8;
}
form .radio-tab label + input[type=radio] + label {
  border-left: solid 2px #c1c1c1;
  background: #cdcdcd;
}
/* CSS Document */
/* VARIABLE charte couleur */
.btn {
  font-weight: 100;
  font-family: 'Nunito', sans-serif;
  white-space: initial;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 2.5em;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
}
.btn:hover {
  background: #000000;
  color: #ffffff;
}
.btn.larger {
  width: 100%;
}
.btn.small {
  padding: 0.5em 2em;
}
.btn.medium {
  padding: 0.5em 1.8em;
}
.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;
  padding: 20px 0;
  color:#ffffff;
}
footer .footer_content {
  /*display: inline-block;
  width: 100%;
  height: auto;
  float: left;
  padding: 10px 0;*/
}
footer .footer_content p.engagement {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 100;
}
@media screen and (max-width: 992px) {
  footer .footer_content a.engagement {
    font-size: 14px;
  }
}
footer .footer_content a.engagement:hover {
  text-decoration: underline;
}
footer .footer_content .footer_social {
  text-align:center;
  /*display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  padding: 20px 0;
  text-align: center;*/
}
footer .footer_content .footer_social p {
  color: #ffffff;
}
footer .footer_content .footer_social ul {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
footer .footer_content .footer_social ul li {
  display: inline-block;
}
footer .footer_content .footer_social ul li a {
  color: #ffffff;
  font-size: 40px;
  padding: 0 10px;
  display: inline-block;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
footer .footer_content .footer_social ul li a.normalos{
  font-size:45px;
}
footer .footer_content .footer_social ul li a:hover,
footer .footer_content .footer_social ul li a:focus {
  text-decoration: none;
  color: #eb630c;
}
footer .footer_content .inline_footer_menu ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  text-align: center;
}
footer .footer_content .inline_footer_menu ul li {
  text-align: center;
  display: inline-block;
  margin: 10px;
}
footer .footer_content .inline_footer_menu ul li a {
  text-decoration: underline;
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
}
footer .footer_content .inline_footer_menu ul li a:hover {
  text-decoration: none;
}
footer .footer_newsletter form input[type="text"]::placeholder{
   color:#333333;
}
footer .footer_newsletter form input[type="text"]{
  max-width: 500px;
  margin:0 auto;
  width:70%;
  float:right;
}
footer .footer_newsletter .form-group{
  margin-bottom:0;
}
footer .footer_newsletter form .btn{
  padding:10px 1em;
}
footer .footer_newsletter form .success{
  color: green;
display: none;
padding: 5px;
font-size: 12px;
width: 100%;
}
footer .footer_newsletter form .has-success .success{
    display: inline-block;
}
footer .menos ul{
  list-style: none;
  padding:0
}
footer .menos ul a{
  text-decoration: underline;
}
footer .row{
  margin-bottom:20px;
}
@media(max-width:992px){
  footer .footer_newsletter{
    margin-top:20px;
    text-align:center;
  }
  footer .footer_newsletter form input[type="text"]{
    float:none;
  }
  footer .footer_newsletter form .wrap_center.text-right{
    text-align: center;
  }
  footer .footer_newsletter form .form-group.text-right{
    text-align:center;
  }
  footer{
    padding-bottom:80px;
  }
}
@media(max-width:768px){
  footer .footer_newsletter form input[type="text"]{
    width:100%;
  }
}
/* -------------------------------- 

Shared style

-------------------------------- */
/* the_modal Window */
.the_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40000;
  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%;
  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(0, 0, 0, 0.6);
}
.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 form .btn {
  font-weight: bold;
  font-size: 18px;
}
.the_modal form label {
  font-size: 18px;
  font-weight: bold;
}
.the_modal form .form-control {
  margin-bottom: 10px;
}
.the_modal form textarea {
  width: 100%;
  display: inline-block;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #eae8e8;
}
.the_modal .the_modal-content {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
.the_modal .wrap_the_modal {
  background: #ffffff;
  max-width: 600px;
  padding: 30px;
}
.the_modal .the_modal-close {
  right: 50%;
  margin-right: -422px;
  background: rgba(235, 99, 12, 0.8);
}
@media screen and (max-width: 992px) {
  .the_modal .the_modal-close {
    margin-right: 0;
    right: 5%;
  }
}
.the_modal.search_modal {
  /*--------------------------------------
    search BAR modal
    --------------------------------------*/
}
.the_modal.search_modal .the_modal-close {
  background: rgba(0, 0, 0, 0.8);
}
.the_modal.search_modal .the_modal-content {
  background: #eb630c;
  background: rgba(235, 99, 12, 0.9);
}
.the_modal.search_modal .wrap_the_modal {
  background: none;
}
.the_modal.search_modal .header_modal h2 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 30px;
}
.the_modal.search_modal .search-bar-input-group {
  height: auto;
  background: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}
.the_modal.search_modal .search-bar-input-group .input-group-addon {
  background: white !important;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.the_modal.search_modal .search-bar-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #fff;
  height: auto;
  padding: 10px;
  font-size: 25px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none !important;
  border-width: 0px !important;
}
.the_modal.search_modal .search-bar-input-group button {
  border: 0;
  background: transparent;
}
.the_modal.search_modal .search-bar-input-group button span.picto {
  font-size: 28px;
  color: #eb630c;
}
.the_modal.the_modal_add_to_board .the_modal-content {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
.the_modal.the_modal_add_to_board .wrap_the_modal {
  background: #ffffff;
  max-width: 600px;
  padding: 30px;
}
.the_modal.the_modal_add_to_board .header_modal {
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.the_modal.the_modal_add_to_board .header_modal:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  display: inline-block;
}
.the_modal.the_modal_add_to_board .header_modal h2 {
  color: #000000;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.the_modal.the_modal_add_to_board .content_modal {
  padding: 20px 0;
}
.the_modal.the_modal_add_to_board .content_modal form .accordeon_content {
  display: none;
}
.the_modal.the_modal_add_to_board .content_modal form .accordeon_content.active {
  display: inline-block;
}
.the_modal.the_modal_add_to_board .content_modal form .checkbox_rounded_list .form-group:first-child {
  padding-top: 0;
}
.the_modal.the_modal_add_to_board .content_modal form .search-bar-input-group {
  height: auto;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #cccccc;
}
.the_modal.the_modal_add_to_board .content_modal form .search-bar-input-group .input-group-addon {
  background: white !important;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.the_modal.the_modal_add_to_board .content_modal form .search-bar-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: none;
  height: auto;
  padding: 10px;
  font-size: 16px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none !important;
  border-width: 0px !important;
  margin: 0;
  padding: 6px 12px;
}
.the_modal.the_modal_add_to_board .content_modal form .search-bar-input-group button {
  border: 0;
  background: transparent;
}
.the_modal.the_modal_add_to_board .content_modal form .search-bar-input-group button span.picto {
  font-size: 28px;
  color: #eb630c;
}
.the_modal.the_modal_create_board .the_modal-content {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
.the_modal.the_modal_create_board .wrap_the_modal {
  background: #ffffff;
  max-width: 600px;
  padding: 30px;
}
.the_modal.the_modal_create_board .header_modal {
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.the_modal.the_modal_create_board .header_modal:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  display: inline-block;
}
.the_modal.the_modal_create_board .header_modal h2 {
  color: #000000;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.the_modal.the_modal_create_board .content_modal {
  padding: 20px 0;
}
.the_modal.the_modal_create_board .content_modal form .search-bar-input-group {
  height: auto;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #cccccc;
}
.the_modal.the_modal_create_board .content_modal form .search-bar-input-group .input-group-addon {
  background: white !important;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.the_modal.the_modal_create_board .content_modal form .search-bar-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: none;
  height: auto;
  padding: 10px;
  font-size: 16px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none !important;
  border-width: 0px !important;
}
.the_modal.the_modal_create_board .content_modal form .search-bar-input-group button {
  border: 0;
  background: transparent;
}
.the_modal.the_modal_create_board .content_modal form .search-bar-input-group button span.picto {
  font-size: 28px;
  color: #eb630c;
}
.the_modal.the_modal_update_board .wrap_the_modal {
  background: #ffffff;
  max-width: 700px !important;
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .the_modal.the_modal_update_board .wrap_the_modal {
    width: 90%;
  }
}
.the_modal.the_modal_update_board .the_modal-content {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
.the_modal.the_modal_update_board .wrap_the_modal {
  background: #ffffff;
  max-width: 600px;
  padding: 30px;
}
.the_modal.the_modal_update_board .header_modal {
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.the_modal.the_modal_update_board .header_modal:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  display: inline-block;
}
.the_modal.the_modal_update_board .header_modal h2 {
  color: #000000;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.the_modal.the_modal_update_board .content_modal {
  padding: 20px 0;
}
.the_modal.the_modal_update_board .content_modal form .search-bar-input-group {
  height: auto;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #cccccc;
}
.the_modal.the_modal_update_board .content_modal form .search-bar-input-group .input-group-addon {
  background: white !important;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.the_modal.the_modal_update_board .content_modal form .search-bar-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: none;
  height: auto;
  padding: 10px;
  font-size: 16px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none !important;
  border-width: 0px !important;
}
.the_modal.the_modal_update_board .content_modal form .search-bar-input-group button {
  border: 0;
  background: transparent;
}
.the_modal.the_modal_update_board .content_modal form .search-bar-input-group button span.picto {
  font-size: 28px;
  color: #eb630c;
}
.the_modal.the_modal_connect .header_modal {
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.the_modal.the_modal_connect .header_modal:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  display: inline-block;
}
.the_modal.the_modal_connect .header_modal h2 {
  color: #000000;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.the_modal.the_modal_connect .content_modal {
  padding: 20px 0;
}
.the_modal.the_modal_connect .content_modal form a {
  text-decoration: underline;
  display: inline-block;
  width: 100%;
}
.the_modal.the_modal_connect .content_modal form a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .the_modal.the_modal_connect .content_modal form a {
    text-align: center !important;
  }
}
.the_modal.the_modal_message .header_modal {
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.the_modal.the_modal_message .header_modal:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  display: inline-block;
}
.the_modal.the_modal_message .header_modal h2 {
  color: #000000;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.the_modal.the_modal_message .content_modal {
  padding: 20px 0;
}
.the_modal.the_modal_delete .header_modal {
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.the_modal.the_modal_delete .header_modal:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  display: inline-block;
}
.the_modal.the_modal_delete .header_modal h2 {
  color: #000000;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.the_modal.the_modal_delete .content_modal {
  padding: 20px 0;
}
.the_modal.the_modal_img .the_modal-close {
  background: rgba(235, 99, 12, 0.8) none repeat scroll 0 0;
  margin-right: 0;
  right: -70px;
  top: -70px;
}
@media screen and (max-width: 1000px) {
  .the_modal.the_modal_img .the_modal-close {
    margin-right: 0;
    right: 0;
    top: -70px;
  }
}
.the_modal.the_modal_img .wrap_the_modal {
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .the_modal.the_modal_img .wrap_the_modal {
    max-width: 600px;
  }
}
/* 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;
}
#mask_blur {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.5;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='svgMask'><feGaussianBlur stdDeviation='10' /></filter></svg>#svgMask");
}
#mask_blur img {
  position: absolute;
  left: 100px;
  top: 100px;
  height: 300px;
  width: auto;
}
.side_basket {
  z-index: 2000;
  top: 0;
  right: 0;
  height: 100%;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  background: #ffffff;
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  position: fixed;
  width: 700px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  z-index: 30px;
  -webkit-box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .side_basket {
    width: 100%;
  }
}
.side_basket .side_basket_inside {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 5%;
  /* HEADER SIDE */
  /* CONTENT SIDE */
}
.side_basket .side_basket_inside .header_side {
  display: inline-block;
  width: 100%;
  font-size: 0;
  margin-top: 60px;
  padding: 20px;
  background-image: url('../img/bg_motif.png');
  background-repeat: repeat;
}
.side_basket .side_basket_inside .header_side h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.side_basket .side_basket_inside .content_side {
  text-align: right;
  text-align: center;
  padding: 2%;
}
.side_basket .side_basket_inside .content_side .wrap_basket {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .side_basket .side_basket_inside .content_side .wrap_basket {
    width: 100%;
  }
}
.side_basket .side_basket_inside .content_side .basket_total {
  display: inline-block;
  width: auto;
  padding: 5px;
  background: #f3f3f3;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.side_basket .side_basket_inside .content_side .basket_total .total {
  text-transform: uppercase;
  color: #eb630c;
  text-align: right;
  font-size: 18px;
}
.side_basket .side_basket_inside .content_side .basket_total .total span {
  color: #000000;
  font-weight: bold;
  font-size: 25px;
}
.side_basket .side_basket_inside .content_side .go_to_basket {
  font-weight: bold;
  font-size: 18px;
}
.side_basket .side_basket_inside .content_side #basket_table {
  width: 100%;
  margin: 20px auto;
}
.side_basket .side_basket_inside .content_side #basket_table tr {
  border-bottom: 1px solid #000000;
}
.side_basket .side_basket_inside .content_side #basket_table tr:last-child {
  border-bottom: none;
}
.side_basket .side_basket_inside .content_side #basket_table tr td {
  padding: 10px 0;
}
.side_basket .side_basket_inside .content_side #basket_table .article {
  text-align: left;
  vertical-align: top;
}
.side_basket .side_basket_inside .content_side #basket_table .price {
  text-align: right;
  font-weight: bold;
  vertical-align: top;
}
.side_basket.basket-is-visible {
  visibility: visible;
  display: block;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.side_basket.basket-is-visible .side_basket-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);
}
.side_basket-close {
  /* 'X' icon */
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  white-space: nowrap;
  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(0, 0, 0, 0.1);
  text-align: center;
  padding: 9px 0;
}
.side_basket-close:hover {
  text-decoration: none;
}
.side_basket-close .picto {
  color: #eb630c;
}
.basket {
  position: relative;
}
.basket:hover {
  color: #eb630c;
  text-decoration: none;
}
.basket .purchases {
  background: #eb630c;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  height: 20px;
  line-height: 19px;
  position: absolute;
  right: 15px;
  top: 29px;
  text-align: center;
  width: 20px;
  font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
}
.basket.sticky {
  position: absolute;
  right: 45px;
  top: -7px;
  font-size: 30px;
  padding: 10px;
  color: #000000;
}
.basket.sticky:hover {
  color: #eb630c;
  text-decoration: none;
}
#breadcrumb {
  display: inline-block;
  width: 100%;
  padding: 0 3px;
}
@media screen and (max-width: 600px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb .wrapper {
  width: 100%;
  display: inline-block;
}
#breadcrumb .breadcrumb {
  display: inline-block;
  background: none;
  width: 100%;
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 0;
  float: left;
  border-radius: 0;
  margin-left: 0px;
}
#breadcrumb .breadcrumb a {
  color: #000000;
  font-weight: normal;
  font-size: 12px;
}
#breadcrumb .breadcrumb > .active {
  color: #000000;
  font-weight: normal;
  font-size: 12px;
}
#breadcrumb .breadcrumb > li + li:before {
  content: " > ";
  color: #000000;
  font-size: 12px;
}
.time-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: auto;
  background: #eae8e8;
  width: 100%;
  font-size: 0;
}
.time-bar .bar {
  width: 100%;
  background: #000000;
  display: inline-block;
  height: 4px;
}
.time-bar .bar .progress-bar {
  height: 4px;
  background: #eb630c;
  width: 0%;
  position: absolute;
}
.pager {
  padding: 1%;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.pager li {
  width: auto !important;
  border-bottom: none !important;
}
.pager li > a,
.pager li > span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #35bbd8;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #35bbd8;
  border-color: #35bbd8;
  color: #fff;
  cursor: default;
  z-index: 3;
}
.select_multiple #non_edit_tags + .select2-container .select2-selection {
  background-color: #cccccc;
  width: 50%;
}
/*--------------------------------------
  sections
--------------------------------------*/
#section_home_slider #the_slider {
  height: auto;
}
#section_home_slider #the_slider .carousel-inner {
  height: 420px;
}
#section_home_slider_pub #the_slider .carousel-pub {
  height: 140px;
}
@media screen and (max-width: 992px) {
  #section_home_slider #the_slider .carousel-inner {
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  #section_home_slider {
    margin: 0 0 15px 0 !important;
  }
  #section_home_slider_pub {
    margin: 0 0 15px 0 !important;
    max-height: 100px;
  }
}

@media screen and (max-width: 560px) {
  #section_home_slider {
    margin: 0 0 5px 0 !important;
  }
  #section_home_slider_pub {
    margin: 0 0 5px 0 !important;
    max-height: 70px;
  }
}

@media screen and (max-width: 360x) {
  #section_home_slider {
    margin: 0 !important;
  }
  #section_home_slider_pub {
    margin: 0 !important;
    max-height: 40px;
  }
}

#section_home_slider #the_slider .carousel-inner .item {
  height: 100%;
}
#section_home_slider #the_slider .carousel-inner .item.ohs .inside_item .illustration span.picto {
  color: #ffffff;
  font-size: 100px;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  #section_home_slider #the_slider .carousel-inner .item.ohs .inside_item .illustration span.picto {
    font-size: 80px;
  }
}
#section_home_slider #the_slider .carousel-inner .item .inside_item {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
#section_home_slider #the_slider .carousel-inner .item .inside_item a.add_to_board {
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 5;
  height: 32px;
  width: 32px;
  background: #eb630c;
  display: block;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  left: auto;
  top: auto;
  cursor: pointer;
}
#section_home_slider #the_slider .carousel-inner .item .inside_item a.add_to_board:hover {
  opacity: 0.6;
}
#section_home_slider #the_slider .carousel-inner .item .inside_item a.add_to_board:before {
  color: #ffffff;
  font-size: 20px;
  left: 50%;
  margin-left: -11px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 992px) {
  #section_home_slider #the_slider .carousel-inner .item .inside_item a.add_to_board {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
#section_home_slider #the_slider .carousel-inner .item .inside_item .illustration {
  height: 100%;
  width: 100%;
}
#section_home_slider #the_slider .carousel-inner .item .inside_item .illustration a.cover_click {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  #section_home_slider #the_slider .carousel-inner .item .inside_item .illustration {
    height: 340px;
  }
}
@media screen and (max-width: 360px) {
  #section_home_slider #the_slider .carousel-inner .item .inside_item .illustration {
    height: 180px;
  }
}
#section_home_slider #the_slider .carousel-inner .item .inside_item .illustration .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  z-index: 2;
}
#section_home_slider #the_slider .carousel-inner .item .inside_item .content_module {
  display: inline-block;
  position: absolute;
  z-index: 4;
  width: 50%;
  right: auto;
  left: 10%;
  height: auto;
  bottom: 15%;
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.9), -1px -1px 5px rgba(0,0,0,0.5);
}
#section_home_slider #the_slider .carousel-inner .item .inside_item .content_module.good_adresses {
  right: auto;
  left: 10%;
  height: auto;
  bottom: 15%;
}
#section_home_slider #the_slider .carousel-inner .item .inside_item .content_module.good_adresses h3 {
  font-weight: bold;
  margin-top: 10px;
  font-size: 38px;
}
@media screen and (max-width: 992px) {
  #section_home_slider #the_slider .carousel-inner .item .inside_item .content_module.good_adresses h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 360px) {
  #section_home_slider #the_slider .carousel-inner .item .inside_item .content_module.good_adresses h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  #section_home_slider #the_slider .carousel-inner .item .inside_item .content_module.good_adresses {
    color: #000000;
    display: inline-block;
    height: auto;
    position: relative;
    right: auto;
    width: 100%;
    z-index: 2;
    padding: 20px;
    left: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 992px) {
  #section_home_slider #the_slider .carousel-inner .item .inside_item .content_module {
    bottom: auto;
    color: #000000;
    display: inline-block;
    height: auto;
    position: relative;
    right: auto;
    width: 100%;
    z-index: 2;
    padding: 20px;
    text-shadow: none;
  }
}
#section_home_slider #the_slider .carousel-inner .item .inside_item .content_module h3 {
  font-weight: bold;
  font-size: 27px;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.9), -1px -1px 5px rgba(0,0,0,0.5);
}
@media screen and (max-width: 992px) {
  #section_home_slider #the_slider .carousel-inner .item .inside_item .content_module h3 {
    font-size: 20px;
    text-shadow: none;
  }
}
@media screen and (max-width: 360px) {
  #section_home_slider #the_slider .carousel-inner .item .inside_item .content_module h3 {
    font-size: 16px;
  }
}
#section_home_slider #the_slider .carousel-indicators li {
  background-color:#ffffff;
  border-color: #eb630c;
  width:12px;
  height:12px;
  margin:0;
}
#section_home_slider #the_slider .carousel-indicators li.active {
  background-color: #eb630c;
  border-color: #eb630c;
  
}
@media screen and (max-width: 992px) {
  #section_home_slider #the_slider .carousel-indicators {
    display: none;
  }
}
#section_home_slider #the_slider .carousel-control {
  background: none;
  width: 6%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  filter: alpha(opacity=70);
  opacity: .7;
}
#section_home_slider #the_slider .carousel-control span.picto {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #section_home_slider #the_slider .carousel-control span.picto {
    font-size: 50px;
  }
}
#section_home_slider #the_slider .carousel-control span.glyphicon-chevron-left.picto {
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  #section_home_slider #the_slider .carousel-control span.glyphicon-chevron-left.picto {
    margin-left: -20px;
  }
}
#section_home_slider #the_slider .carousel-control span.glyphicon-chevron-right.picto {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  #section_home_slider #the_slider .carousel-control span.glyphicon-chevron-right.picto {
    margin-right: -20px;
  }
}
@media screen and (max-width: 992px) {
  #section_home_slider #the_slider .carousel-control {
    height: 340px;
  }
}
@media screen and (max-width: 360px) {
  #section_home_slider #the_slider .carousel-control {
    height: 180px;
  }
}
#section_home_board .create_board {
  width: 100%;
  height: 320px;
  background: #f5f5f5;
  display: inline-block;
  padding: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #cccccc;
  display: flex;
}
@media screen and (max-width: 992px) {
  #section_home_board .create_board {
    height: auto;
    text-align: center;
    display: inline-block;
  }
}
#section_home_board .create_board a.btn:hover {
  background-color: #000000;
  color: #ffffff;
}
#section_home_board .create_board .content_module {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  text-align: center;
  align-self: center;
}
#section_home_board .create_board .content_module span {
  color: #eb630c;
  font-size: 70px;
  margin-bottom: 25px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  #section_home_board .create_board .content_module span {
    width: 100%;
    font-size: 30px;
  }
}
#section_home_board #the_slider_board {
  height: auto;
}
#section_home_board #the_slider_board .carousel-inner {
  height: 320px;
}
@media screen and (max-width: 992px) {
  #section_home_board #the_slider_board .carousel-inner {
    height: auto;
  }
}
#section_home_board #the_slider_board .carousel-inner .item {
  height: 100%;
}
#section_home_board #the_slider_board .carousel-inner .item .inside_item {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
#section_home_board #the_slider_board .carousel-inner .item .inside_item .illustration {
  height: 100%;
  width: 100%;
}
#section_home_board #the_slider_board .carousel-inner .item .inside_item .illustration a.cover_click {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  #section_home_board #the_slider_board .carousel-inner .item .inside_item .illustration {
    height: 340px;
  }
}
@media screen and (max-width: 360px) {
  #section_home_board #the_slider_board .carousel-inner .item .inside_item .illustration {
    height: 180px;
  }
}
#section_home_board #the_slider_board .carousel-inner .item .inside_item .illustration .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  z-index: 2;
}
#section_home_board #the_slider_board .carousel-inner .item .inside_item .content_module {
  display: inline-block;
  display: flex;
  justify-content: center ;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  z-index: 4;
  top: 0;
  left: 0;
  color: #ffffff;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  #section_home_board #the_slider_board .carousel-inner .item .inside_item .content_module {
    bottom: auto;
    color: #000000;
    display: inline-block;
    height: auto;
    position: relative;
    right: auto;
    width: 100%;
    z-index: 2;
    padding: 10px;
  }
}
#section_home_board #the_slider_board .carousel-inner .item .inside_item .content_module .wrap_content {
  background: #ffffff;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  align-iself: center;
  flex-wrap: no-wrap;
  padding: 50px;
  align-self: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_home_board #the_slider_board .carousel-inner .item .inside_item .content_module .wrap_content {
    padding: 10px 0;
    width: 100%;
    text-align: left;
  }
}
#section_home_board #the_slider_board .carousel-inner .item .inside_item .content_module .wrap_content a.add_to_board {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -16px;
  z-index: 5;
  height: 32px;
  width: 32px;
  background: #eb630c;
  display: block;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  cursor: pointer;
}
#section_home_board #the_slider_board .carousel-inner .item .inside_item .content_module .wrap_content a.add_to_board:hover {
  opacity: 0.6;
}
#section_home_board #the_slider_board .carousel-inner .item .inside_item .content_module .wrap_content a.add_to_board:before {
  color: #ffffff;
  font-size: 20px;
  left: 50%;
  margin-left: -11px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 992px) {
  #section_home_board #the_slider_board .carousel-inner .item .inside_item .content_module .wrap_content a.add_to_board {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
    margin: 0;
  }
}
#section_home_board #the_slider_board .carousel-inner .item .inside_item .content_module .wrap_content .btn {
  position: absolute;
  left: 50%;
  margin-left: -65px !important;
  padding: 5px 20px;
  bottom: -25px;
}
@media screen and (max-width: 992px) {
  #section_home_board #the_slider_board .carousel-inner .item .inside_item .content_module .wrap_content .btn {
    position: relative;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
    margin: 0;
    bottom: auto;
    margin: 10px 0 !important;
  }
}
#section_home_board #the_slider_board .carousel-inner .item .inside_item .content_module .wrap_content span {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
#section_home_board #the_slider_board .carousel-inner .item .inside_item .content_module h3 {
  font-weight: bold;
  font-size: 22px;
  color: #eb630c;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #section_home_board #the_slider_board .carousel-inner .item .inside_item .content_module h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 360px) {
  #section_home_board #the_slider_board .carousel-inner .item .inside_item .content_module h3 {
    font-size: 16px;
  }
}
#section_home_board #the_slider_board .carousel-indicators li {
  background-color: #ffffff;
  border-color: #ffffff;
}
#section_home_board #the_slider_board .carousel-indicators li.active {
  background-color: #eb630c;
  border-color: #eb630c;
}
@media screen and (max-width: 992px) {
  #section_home_board #the_slider_board .carousel-indicators {
    display: none;
  }
}
#section_home_board #the_slider_board .carousel-control {
  background: none;
  width: 6%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  filter: alpha(opacity=70);
  opacity: .7;
}
@media screen and (max-width: 992px) {
  #section_home_board #the_slider_board .carousel-control {
    display: inline-block;
  }
}
#section_home_board #the_slider_board .carousel-control span.picto {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #section_home_board #the_slider_board .carousel-control span.picto {
    font-size: 50px;
  }
}
#section_home_board #the_slider_board .carousel-control span.glyphicon-chevron-left.picto {
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  #section_home_board #the_slider_board .carousel-control span.glyphicon-chevron-left.picto {
    margin-left: -20px;
  }
}
#section_home_board #the_slider_board .carousel-control span.glyphicon-chevron-right.picto {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  #section_home_board #the_slider_board .carousel-control span.glyphicon-chevron-right.picto {
    margin-right: -20px;
  }
}
@media screen and (max-width: 992px) {
  #section_home_board #the_slider_board .carousel-control {
    height: 340px;
  }
}
@media screen and (max-width: 360px) {
  #section_home_board #the_slider_board .carousel-control {
    height: 180px;
  }
}
#section_reactions_slider #the_slider_reactions {
  height: auto;
}
#section_reactions_slider #the_slider_reactions .carousel-inner {
  height: auto;
  background: #f5f5f5;
}
@media screen and (max-width: 992px) {
  #section_reactions_slider #the_slider_reactions .carousel-inner {
    height: auto;
  }
}
#section_reactions_slider #the_slider_reactions .carousel-inner .item {
  height: 100%;
}
#section_reactions_slider #the_slider_reactions .carousel-inner .item .inside_item {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding: 10px 60px;
}
#section_reactions_slider #the_slider_reactions .carousel-inner .item .inside_item .coment_item {
  width: 100%;
  display: inline-block;
  padding-left: 120px;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_reactions_slider #the_slider_reactions .carousel-inner .item .inside_item .coment_item {
    text-align: center;
    padding: 0;
  }
}
#section_reactions_slider #the_slider_reactions .carousel-inner .item .inside_item .coment_item:hover .content p {
  text-decoration: underline;
}
#section_reactions_slider #the_slider_reactions .carousel-inner .item .inside_item .coment_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#section_reactions_slider #the_slider_reactions .carousel-inner .item .inside_item .coment_item .illustration {
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  height: 92px;
  width: 92px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #section_reactions_slider #the_slider_reactions .carousel-inner .item .inside_item .coment_item .illustration {
    position: relative;
    top: auto;
    left: auto;
  }
}
#section_reactions_slider #the_slider_reactions .carousel-inner .item .inside_item .coment_item .content {
  text-align: left;
}
@media screen and (max-width: 992px) {
  #section_reactions_slider #the_slider_reactions .carousel-inner .item .inside_item .coment_item .content {
    text-align: center;
  }
}
#section_reactions_slider #the_slider_reactions .carousel-inner .item .inside_item .coment_item .content span {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  text-transform: uppercase;
}
#section_reactions_slider #the_slider_reactions .carousel-inner .item .inside_item .coment_item .content h4 {
  font-size: 14px;
  font-style: normal;
}
#section_reactions_slider #the_slider_reactions .carousel-inner .item .inside_item .coment_item .content p {
  font-style: italic;
  font-size: 14px;
}
#section_reactions_slider #the_slider_reactions .carousel-indicators {
  display: none;
}
#section_reactions_slider #the_slider_reactions .carousel-indicators li {
  background-color: #eb630c;
  border-color: #eb630c;
}
#section_reactions_slider #the_slider_reactions .carousel-indicators li.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
@media screen and (max-width: 992px) {
  #section_reactions_slider #the_slider_reactions .carousel-indicators {
    display: none;
  }
}
#section_reactions_slider #the_slider_reactions .carousel-control {
  background: none;
  width: 6%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  filter: alpha(opacity=70);
  opacity: .7;
}
@media screen and (max-width: 992px) {
  #section_reactions_slider #the_slider_reactions .carousel-control {
    display: inline-block;
  }
}
#section_reactions_slider #the_slider_reactions .carousel-control span.picto {
  font-size: 50px;
  color: #35bbd8;
}
@media screen and (max-width: 768px) {
  #section_reactions_slider #the_slider_reactions .carousel-control span.picto {
    font-size: 50px;
  }
}
#section_reactions_slider #the_slider_reactions .carousel-control span.glyphicon-chevron-left.picto {
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  #section_reactions_slider #the_slider_reactions .carousel-control span.glyphicon-chevron-left.picto {
    margin-left: -20px;
  }
}
#section_reactions_slider #the_slider_reactions .carousel-control span.glyphicon-chevron-right.picto {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  #section_reactions_slider #the_slider_reactions .carousel-control span.glyphicon-chevron-right.picto {
    margin-right: -20px;
  }
}
@media screen and (max-width: 992px) {
  #section_reactions_slider #the_slider_reactions .carousel-control {
    height: 340px;
  }
}
@media screen and (max-width: 360px) {
  #section_reactions_slider #the_slider_reactions .carousel-control {
    height: 180px;
  }
}
#section_shortcuts {
  margin: 10px 0 40px 0;
}
#section_shortcuts .item {
  display: inline-block;
  width: 100%;
  height: 370px;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  padding: 10px;
}
#section_shortcuts .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
#section_shortcuts .illustration {
  height: 100%;
  width: 100%;
  display: inline-block;
  justify-content: center;
  display: flex;
}
#section_shortcuts .illustration .text {
  align-self: center;
  background: rgba(235, 99, 12, 0.7);
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  padding: 40px;
  display: inline-block;
  text-align: center;
  z-index: 5;
  position: relative;
  text-transform: uppercase;
}
#section_page_title .title {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 20px;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
}
#section_page_title .title.content {
  height: 15px;
  font-size: 0;
  padding: 0;
}
#section_page_title .title.content h1,
#section_page_title .title.content h2,
#section_page_title .title.content h3,
#section_page_title .title.content h4,
#section_page_title .title.content span {
  display: none;
}
#section_page_title .title.user {
  background: #35bbd8;
  background-image: none;
  position: relative;
  margin: 20px 0 10px 0;
}
#section_page_title .title.user .button_action_user {
  position: absolute;
  top: 30px;
  right: 20px;
}
@media screen and (max-width: 992px) {
  #section_page_title .title.user .button_action_user {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    margin: 10px 0;
  }
}
#section_page_title .title.user:after {
  background-color: #ffffff;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  bottom: -20px;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  width: 100%;
  display: none;
}
#section_page_title .title.user:before {
  background-color: #ffffff;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  top: -20px;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  width: 100%;
}
#section_page_title .title.user h1,
#section_page_title .title.user h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}
#section_page_title .title.user h1 span,
#section_page_title .title.user h2 span {
  font-weight: 400;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  text-transform: none;
}
#section_page_title .title h1,
#section_page_title .title h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
#section_page_title .title h1 span,
#section_page_title .title h2 span {
  font-weight: 400;
  margin-bottom: 5px;
}
#section_content .header_section h1,
#section_content .header_section h2 {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
}
#section_content .header_section .thematic_info {
  display: inline-block;
  width: 100%;
  height: auto;
  color: #eb630c;
  /*font-family: 'Sofia', cursive;*/
  text-align: center;
  font-size: 26px;
}
#section_content .header_section .thematic_info span {
  margin: 0 5px;
}
#section_content .header_section .date {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
#section_content .header_section .social_bar {
  display: inline-block;
  width: 100%;
  height: auto;
}
#section_content .header_section .social_bar ul {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section_content .header_section .social_bar ul li {
  display: inline-block;
  list-style-type: none;
  width: auto;
}
#section_content .header_section .social_bar ul li a {
  font-size: 30px;
  display: inline-block;
  padding: 0 8px;
}
#section_content .header_section .social_bar ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#section_content .header_section .social_bar ul li a.icon-like span {
  font-size: 16px;
  color: #000000;
  background-repeat: red;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: -5px;
  margin-left: 5px;
}
#section_content .content_section .illustration {
  width: 100%;
  height: 350px;
  margin-top: 10px;
  float: left;
  position: relative;
}
#section_content .content_section .illustration .img {
  position: absolute;
  top: 0;
  left: 0;
}
#section_content .content_section .illustration .i_do_it {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  font-size: 14px;
}
#section_content .content_section .illustration .they_do_it {
  position: absolute;
  bottom: 0;
  right: 112px;
  padding: 10px;
  background: none;
  color: #eb630c;
  z-index: 4;
  font-size: 15px;
  display: inline-block;
  height: 42px;
  background: #ffffff;
}
#section_content .content_section .illustration .they_do_it span.picto {
  margin-right: 5px;
}
#section_content .content_section .legend {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 10px 20px;
  background: #eae8e8;
  margin-bottom: 20px;
  text-align: center;
}
#section_content .sign_footer {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px 0 0 0;
  text-align: center;
}
#section_content .sign_footer:before {
  content: "";
  height: 1px;
  background: #000000;
  width: 10%;
  display: inline-block;
  position: relative;
  top: -10px;
}
#section_content .sign_footer p {
  font-size: 18px;
  font-weight: 100;
}
#section_content .sign_footer p span {
  color: #eb630c;
  font-weight: 600;
}

.div_msg_don {
  width: 100%;
  background-color: #eb630c;
  padding: 20px 20px 10px 20px;
  border: 2px solid #eb630c;
  border-radius: 15px;
  margin-top: 20px;
}
.div_msg_don p {
  font-weight: bold !important;
}
.btn_don {
  text-transform: none;
  margin: 10px 10px;
  padding: 15px 30px;
  background-color: #faf2ec;
  border: 2px solid #eb630c;
  border-radius: 15px;
  color: #eb630c;
  font-size: 17px;
  font-weight: bold !important;
}
.btn_don:hover {
  background-color: #eb630c;
  border: 2px solid white;
  border-radius: 15px;
  color: white;
  font-size: 20px;
}

#section_chat .header_section,
.section_chat .header_section {
  width: 100%;
  height: auto;
  display: inline-block;
}
#section_chat .header_section .separation,
.section_chat .header_section .separation {
  display: inline-block;
  width: 100%;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  height: 24px;
  margin: 10px 0;
}
#section_chat .header_section h2,
.section_chat .header_section h2 {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
#section_chat .content_section .chat_content,
.section_chat .content_section .chat_content {
  width: 100%;
  display: inline-block;
}
#section_chat .content_section .chat_content .wrap_chat,
.section_chat .content_section .chat_content .wrap_chat {
  background: #ffffff;
  display: inline-block;
  width: 98%;
  padding: 2%;
  position: relative;
}
#section_chat .content_section .chat_content .wrap_chat form,
.section_chat .content_section .chat_content .wrap_chat form {
  width: 100%;
  display: inline-block;
  position: relative;
  height: auto;
}
#section_chat .content_section .chat_content .wrap_chat form textarea,
.section_chat .content_section .chat_content .wrap_chat form textarea {
  -moz-appearance: none;
  outline: 0px none transparent;
  border: 1px solid #f3f3f3;
  overflow-x: hidden;
  background: #f3f3f3;
  display: inline-block;
}
#section_chat .content_section .chat_content .wrap_chat form textarea:focus,
.section_chat .content_section .chat_content .wrap_chat form textarea:focus,
#section_chat .content_section .chat_content .wrap_chat form input:focus,
.section_chat .content_section .chat_content .wrap_chat form input:focus {
  outline: 0;
}
#section_chat .content_section .chat_content .wrap_chat form label,
.section_chat .content_section .chat_content .wrap_chat form label {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#section_chat .content_section .chat_content .wrap_chat form textarea,
.section_chat .content_section .chat_content .wrap_chat form textarea {
  height: auto;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-height: 150px;
  display: inline-block;
  padding: 15px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#section_chat .content_section .chat_content .wrap_chat form textarea -webkit-scrollbar,
.section_chat .content_section .chat_content .wrap_chat form textarea -webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
#section_chat .content_section .chat_content .wrap_chat .area_of_chat,
.section_chat .content_section .chat_content .wrap_chat .area_of_chat {
  height: auto;
  display: inline-block;
  width: 100%;
  position: relative;
}
#section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message,
.section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message {
  padding: 20px 15px 20px 80px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eae8e8;
}
@media screen and (max-width: 992px) {
  #section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message,
  .section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message {
    padding: 5px 15px 5px 50px;
  }
}
#section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message .img,
.section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message .img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  position: absolute;
  left: 0;
  top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 992px) {
  #section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message .img,
  .section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message .img {
    width: 30px;
    height: 30px;
  }
}
#section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message .who_and_when,
.section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message .who_and_when {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message .who_and_when span.name,
.section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message .who_and_when span.name {
  font-size: 16px;
  color: #595959;
  font-weight: 700;
  float: left;
}
#section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message .who_and_when span.date,
.section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message .who_and_when span.date {
  font-size: 16px;
  color: #595959;
  font-weight: 400;
  float: right;
}
#section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message p,
.section_chat .content_section .chat_content .wrap_chat .area_of_chat .item_message p {
  font-size: 16px;
}
.section_grid_item_contents.rubrique .header_title {
  margin-bottom: 0;
}
.section_grid_item_contents.last_news a.more {
  margin-top: 0;
}
.module_grid_item_contents {
  font-size: 0;
  display: inline-block;
  width: 100%;
  height: auto;
}
.module_grid_item_contents .cl {
  font-size: 0;
}
.module_grid_item_contents .item {
  height: auto;
  width: 100%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item {
    background: #eae8e8;
  }
}
.module_grid_item_contents .item.very_small .item_inside {
  height: 200px;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item.very_small .item_inside {
    height: auto;
  }
}
.module_grid_item_contents .item.very_small .item_inside .content_item h4 {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item.very_small .item_inside .content_item h4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .module_grid_item_contents .item.very_small .item_inside .content_item h4 {
    font-size: 12px;
  }
}
.module_grid_item_contents .item.big .item_inside {
  height: 430px;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item.big .item_inside {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .module_grid_item_contents .item.big .item_inside {
    height: auto;
  }
}
.module_grid_item_contents .item.big .item_inside .content_item h4 {
  font-weight: bold;
  font-size: 23px;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item.big .item_inside .content_item h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .module_grid_item_contents .item.big .item_inside .content_item h4 {
    font-size: 12px;
  }
}
.module_grid_item_contents .item.small .item_inside {
  height: 240px;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item.small .item_inside {
    height: auto;
  }
}
.module_grid_item_contents .item.small .item_inside .content_item h4 {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item.small .item_inside .content_item h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .module_grid_item_contents .item.small .item_inside .content_item h4 {
    font-size: 12px;
  }
}
.module_grid_item_contents .item.sound .item_inside span.picto:before {
  content: "\e920";
}
.module_grid_item_contents .item.sound .item_inside .illustration .overlay {
  display: none;
}
.module_grid_item_contents .item.sound .item_inside .illustration .img {
  background-color: #35bbd8;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  background-size: initial;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item.board {
    align-self: normal;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    background: #eae8e8;
    height: auto;
  }
}
.module_grid_item_contents .item.board .ud {
  height: auto;
  padding: 10px;
  text-align: left;
  width: 100%;
}
.module_grid_item_contents .item.board .ud a.delete {
  display: inline-block;
  font-size: 16px;
  margin: 5px 0;
}
.module_grid_item_contents .item.board .ud .btn {
  float: right;
}
.module_grid_item_contents .item.board .item_inside {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item.board .item_inside {
    display: inline-block;
    height: auto;
  }
}
.module_grid_item_contents .item.board .item_inside .illustration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item.board .item_inside .illustration {
    height: 140px;
    position: relative;
  }
}
.module_grid_item_contents .item.board .item_inside .content_item {
  background: #ffffff;
  display: inline-block;
  width: auto;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  padding: 20px;
  text-align: center;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  max-width: 90%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item.board .item_inside .content_item {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item.board .item_inside .content_item {
    display: inline-block;
    width: 100%;
    background: #eae8e8;
  }
}
.module_grid_item_contents .item.board .item_inside .content_item .picto {
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -15px;
  width: auto;
  background: #ffffff;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item.board .item_inside .content_item .picto {
    background: #eae8e8;
  }
}
.module_grid_item_contents .item.board .item_inside .content_item .picto:before {
  content: "\e92f";
  color: #eb630c;
  display: inline-block;
  font-size: 30px;
}
.module_grid_item_contents .item.board .item_inside .content_item span {
  display: inline-block;
  width: 100%;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.module_grid_item_contents .item.board .item_inside .content_item h4 {
  color: #eb630c;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
}
.module_grid_item_contents .item.video .item_inside span.picto:before {
  content: "\e927";
}
.module_grid_item_contents .item.adress .item_inside span.picto:before {
  content: "\e935";
}
.module_grid_item_contents .item.board_content .item_inside span.picto:before {
  content: "\e93b";
  font-size: 50px;
}
.module_grid_item_contents .item.board_content .item_inside .content_item .like_action {
  padding: 0 0 9px 0 ;
}
.module_grid_item_contents .item.article .item_inside span.picto {
  display: none;
}
.module_grid_item_contents .item.discover h3 {
  /*font-family: 'Sofia', cursive;*/
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  padding: 0 1%;
}
.module_grid_item_contents .item.discover .item_inside .content_item {
  padding: 30px;
}
.module_grid_item_contents .item.discover .item_inside span {
  font-size: 16px;
}
.module_grid_item_contents .item.discover .item_inside h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.module_grid_item_contents .item.discover .item_inside p {
  margin-bottom: 20px;
}
.module_grid_item_contents .item.diy .item_inside span.picto {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  padding: 5px;
  background: #35bbd8;
  overflow: hidden;
}
.module_grid_item_contents .item.diy .item_inside span.picto:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -15px;
  content: "\e930";
}
.module_grid_item_contents .item_inside {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 300px;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item_inside {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .module_grid_item_contents .item_inside {
    height: auto;
  }
}
/*.module_grid_item_contents .item_inside:hover .illustration .img {
  transform: translate3d(0px, 0px, 0px) scale(1);
}
.module_grid_item_contents .item_inside:hover .illustration .overlay {
  background-color: #35bbd8;
}*/
.module_grid_item_contents .item_inside a.cover_click {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.module_grid_item_contents .item_inside span.picto {
  border-radius: 120px;
  color: #ffffff;
  font-size: 40px;
  left: 20px;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  top: 20px;
  z-index: 3;
}
.module_grid_item_contents .item_inside .illustration {
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item_inside .illustration {
    height: 240px;
  }
}
.module_grid_item_contents .item_inside .illustration .subscriber {
  padding: 5px;
  display: inline-block;
  background: #eb630c;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: auto;
  font-size: 13px;
}
.module_grid_item_contents .item_inside .illustration .img {
  transform: translate3d(-30px, 0px, 0px) scale(1.12);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  width: calc(110%);
  overflow: hidden;
}
.module_grid_item_contents .item_inside .illustration .overlay {
  opacity: 0.7;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.module_grid_item_contents .item_inside .content_item {
  display: inline-block;
  position: absolute;
  z-index: 5!important;
  width: 100%;
  height: auto;
  padding: 10px;
  bottom: 0px;
  color: #ffffff;
  left: 0;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.9), -1px -1px 5px rgba(0,0,0,0.5);
  /* text-shadow: 1px 1px 4px black; */
}
.module_grid_item_contents .item_inside .content_item .add_to_board {
  float: right;
  position: relative;
}
.module_grid_item_contents .item_inside .content_item .comments {
  float: left;
  font-size: 16px;
  display: inline-block;
  margin: 5px ;
  color: #eb630c;
  cursor: pointer;
}
.module_grid_item_contents .item_inside .content_item .comments:hover {
  text-decoration: none;
  color: #ffffff !important;
}
.module_grid_item_contents .item_inside .content_item .comments span {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  position: relative;
  top: -4px;
  margin-left: 3px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item_inside .content_item .comments span {
    color: #000000;
  }
}
.module_grid_item_contents .item_inside .content_item .likes {
  float: left;
  font-size: 16px;
  display: inline-block;
  color: #eb630c !important;
  margin: 5px ;
  cursor: pointer;
}
.module_grid_item_contents .item_inside .content_item .likes:hover {
  text-decoration: none;
  color: #ffffff !important;
}
.module_grid_item_contents .item_inside .content_item .likes span {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  top: -4px;
  position: relative;
  margin-left: 3px;
  font-weight: bold;
  background-repeat: red;
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item_inside .content_item .likes span {
    color: #000000;
  }
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item_inside .content_item {
    bottom: auto;
    color: #000000;
    display: inline-block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 20px;
    text-shadow: none;
  }
}
.module_grid_item_contents .item_inside .content_item span {
  font-size: 11px;
}
.module_grid_item_contents .item_inside .content_item h4 {
  font-weight: bold;
  font-size: 16px;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.9), 
              -1px -1px 5px rgba(0,0,0,0.5);
}
@media screen and (max-width: 992px) {
  .module_grid_item_contents .item_inside .content_item h4 {
    font-size: 16px;
    text-shadow: none;
  }
}
@media screen and (max-width: 360px) {
  .module_grid_item_contents .item_inside .content_item h4 {
    font-size: 12px;
  }
}
.module_grid_item_contents .item.produit .illustration .img {
    transform: none;
    width: inherit;
    background-position: top center;
    background-size: 110%;
}
.module_grid_item_contents .item.produit .content_item span.price {
	margin-right: 5px;
	float: right;
	font-size: 14px;
}
#section_filters form.good_adresses {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 0;
  padding: 10px 0 5px 0;
}
#section_filters form.good_adresses .tag_container {
  text-align: center;
}
#section_filters form.good_adresses .tag_container .select_box {
  float: none;
}
#section_filters form.good_adresses .tag_container .select_box label {
  padding: 10px 20px 10px 30px;
}
#section_filters form.good_adresses .tag_container .select_box label:before {
  content: "\e91b";
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 16px;
  font-family: 'kaizen';
  z-index: 2;
}
#section_filters form.good_adresses_search {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 0;
  padding: 10px 0 5px 0;
}
#section_filters form.good_adresses_search .form-control {
  height: 52px;
}
#section_filters form.filters {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 0;
  padding: 10px 0 5px 0;
}
#section_filters form.sort_by {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 0;
  padding: 0;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
}
#section_filters form.sort_by.agenda {
  background: none;
  padding: 10px 0 5px 0;
}
#section_filters form.sort_by.agenda ul {
  text-align: right;
}
#section_filters form.sort_by.agenda ul li {
  width: 200px;
  text-align: right;
  display: inline-block;
  margin: 0;
}
#section_filters form.sort_by.agenda select {
  background-color: transparent;
  border: medium none;
  box-shadow: none;
  outline: 0 none;
  overflow: hidden;
  padding-right: 43px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}
#section_filters form.sort_by ul {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: left;
  padding: 0 5px;
  margin: 0;
}
#section_filters form.sort_by ul li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
}
#section_filters form.sort_by ul li:first-child {
  margin-right: 0;
}
#section_filters form.sort_by ul li select {
  background-color: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  width: 180px;
}
#section_filters form.sort_by ul li span {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#section_search_diy {
  margin-bottom: 20px;
}
#section_search_diy .search_diy {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 400px;
  background: #000000;
  display: flex;
  justify-content: center;
}
#section_search_diy .search_diy .search_inside {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  z-index: 5;
  text-align: center;
  align-self: center;
}
#section_search_diy .search_diy .search_inside .small_wrap {
  width: 440px;
}
@media screen and (max-width: 440px) {
  #section_search_diy .search_diy .search_inside .small_wrap {
    width: 90%;
  }
}
#section_search_diy .search_diy .search_inside h2 {
  /*font-family: 'Sofia', cursive;*/
  font-size: 59px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  #section_search_diy .search_diy .search_inside h2 {
    font-size: 22px;
  }
}
#section_search_diy .search_diy .search_inside form {
  padding: 2%;
  text-align: center;
}
#section_search_diy .search_diy .search_inside form .tag_container {
  display: inline-block;
  width: 80%;
  text-align: center;
}
#section_search_diy .search_diy .search_inside form #key_word {
  background: none;
  color: #ffffff;
  border: 1px dotted #ffffff;
}
#section_search_diy .search_diy .search_inside form .btn {
  font-size: 16px;
}
#section_search_diy .search_diy .search_inside form .tag_mode {
  text-transform: uppercase;
  color: #ffffff;
}
#section_search_diy .search_diy .search_inside form .select_box {
  border: 1px solid dashed #ffffff;
  background: none;
  float: none;
}
#section_search_diy .search_diy .search_inside form select {
  overflow: hidden;
  padding-right: 43px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#section_search_diy .search_diy .illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#section_search_diy .search_diy .illustration .overlay {
  opacity: 0.8;
}
.section_ads {
  margin: 10px 0 40px 0px;
}
.section_ads .the_ad {
  display: inline-block;
  width: 100%;
  height: auto;
}
.section_tools {
  font-size: 0;
}
.section_tools .top {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: left;
  padding-top: 20px;
}
@media screen and (max-width: 992px) {
  .section_tools .top {
    text-align: center;
  }
}
.section_tools .top .thematic {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
  display: none;
}
@media screen and (max-width: 992px) {
  .section_tools .top .thematic {
    display: inline-block;
  }
}
.section_tools .top .social_bar {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  right: 20px;
  top: 2px;
}
@media screen and (max-width: 992px) {
  .section_tools .top .social_bar {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    display: inline-block;
  }
}
.section_tools .top .social_bar ul {
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.section_tools .top .social_bar ul li {
  display: inline-block;
  list-style-type: none;
  width: auto;
}
.section_tools .top .social_bar ul li a {
  font-size: 16px;
  display: inline-block;
  padding: 0 8px;
}
.section_tools .top .social_bar ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.section_tools .top .social_bar ul li a.picto span {
  font-size: 16px;
  color: #000000;
  background-repeat: red;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  margin-left: 5px;
}
.section_tools .sharer {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.section_tools .sharer .btn {
  border: 1px solid #cccccc;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
}
.section_tools .sharer .btn:hover {
  background-color: #f3f3f3;
  color: #000000;
}
.section_tools .sharer .btn .picto {
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  #section_events .row-eq-height {
    display: inline-block;
  }
}
#section_events ul.list_events {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
}
#section_events ul.list_events li {
  display: inline-block;
  width: 100%;
  height: auto;
  list-style-type: none;
  margin: 15px 0;
}
#section_events ul.list_events li .item {
  display: inline-block;
  width: 100%;
  height: auto;
}
#section_events ul.list_events li .item .wrap_text_content {
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  #section_events ul.list_events li .item .wrap_text_content {
    padding-left: 15px;
    display: inline-block;
  }
}
#section_events ul.list_events li .item .where_and_when {
  display: inline-block;
  width: 100%;
  padding: 2px 10px;
  background-image: url("../img/bg_motif.png");
  align-self: end;
}
#section_events ul.list_events li .item .where_and_when p {
  display: inline-block;
  margin: 0;
}
#section_events ul.list_events li .item .where_and_when p .picto {
  color: #35bbd8;
  margin-right: 5px;
}
#section_events ul.list_events li .item .where_and_when p .separation {
  margin: 0 5px;
  display: inline-block;
}
#section_events ul.list_events li .item .text_content {
  width: 100%;
  height: auto;
  display: inline-block;
  min-height: 210px;
}
#section_events ul.list_events li .item .text_content h3 {
  font-size: 27px;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  margin-top: 10px;
}
#section_events ul.list_events li .item .text_content .theme {
  color: #35bbd8;
  font-weight: 100;
  font-size: 14px;
}
#section_events ul.list_events li .item .date {
  display: inline-block;
  font-size: 0;
  line-height: 10px;
  margin: 0;
  padding: 15px 5px 5px;
  position: absolute;
  right: -12px;
  text-align: center;
  z-index: 3;
  top: 30px;
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 992px) {
  #section_events ul.list_events li .item .date {
    top: 0;
    right: 15px;
  }
}
#section_events ul.list_events li .item .date p {
  font-size: initial;
  line-height: 0px;
}
#section_events ul.list_events li .item .date .day {
  font-size: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
}
#section_events ul.list_events li .item .date .month {
  font-size: 13px;
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}
#section_events ul.list_events li .item .illustration {
  height: 100%;
  width: 100%;
  overflow: hidden;
  float: left;
  min-height: 210px;
}
@media screen and (max-width: 992px) {
  #section_events ul.list_events li .item .illustration {
    height: 250px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  #section_events ul.list_events li .item .illustration {
    height: 150px;
  }
}
#section_events ul.list_events li .item .illustration a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}
#section_events ul.list_events li .item .illustration:hover .img {
  transform: translate3d(0px, 0px, 0px) scale(1);
}
#section_events ul.list_events li .item .illustration:hover .overlay {
  background-color: #35bbd8;
  opacity: 0.5;
}
#section_events ul.list_events li .item .illustration .img {
  transform: translate3d(-30px, 0px, 0px) scale(1.12);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  width: calc(110%);
  overflow: hidden;
}
#section_events ul.list_events li .item .illustration .overlay {
  opacity: 0;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
#section_event_detail .header_section {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
}
#section_event_detail .header_section .content_header {
  position: relative;
  width: 100%;
  height: 333px;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
@media screen and (max-width: 992px) {
  #section_event_detail .header_section .content_header {
    height: auto;
    display: inline-block;
  }
}
#section_event_detail .header_section .illustration {
  height: 333px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  #section_event_detail .header_section .illustration {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  #section_event_detail .header_section .illustration {
    position: relative;
    height: 150px;
  }
}
@media screen and (max-width: 992px) {
  #section_event_detail .header_section .illustration .overlay {
    display: none;
  }
}
#section_event_detail .header_section .text_content {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #ffffff;
  width: 100%;
  text-align: center;
  align-self: center;
}
@media screen and (max-width: 992px) {
  #section_event_detail .header_section .text_content {
    color: #000000;
    margin-bottom: 10px;
  }
}
#section_event_detail .header_section .text_content span {
  /*font-family: 'Sofia', cursive;*/
  font-size: 35px;
  font-weight: 100;
}
#section_event_detail .header_section .text_content h2,
#section_event_detail .header_section .text_content h1 {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_event_detail .header_section .text_content h2,
  #section_event_detail .header_section .text_content h1 {
    color: #000000;
    font-size: 20px;
  }
}
#section_event_detail .content_section .social_bar {
  text-align: left;
  display: inline-block;
}
#section_event_detail .content_section .social_bar p {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 10px;
  width: 100%;
}
#section_event_detail .content_section .social_bar ul {
  text-align: left;
}
#section_event_detail .content_section .infos {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  padding: 30px 10px;
}
#section_event_detail .content_section .infos:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
}
#section_event_detail .content_section .infos:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
}
#section_event_detail .content_section .infos .btn {
  font-size: 20px;
}
#section_event_detail .content_section .infos .btn.holidays {
  font-size: 16px;
}
#section_event_detail .content_section .infos p {
  display: inline-block;
  width: 100%;
  padding: 10px 10px 10px 40px;
  position: relative;
}
#section_event_detail .content_section .infos p:last-child {
  margin-bottom: 0;
}
#section_event_detail .content_section .infos p.complementary_info {
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#section_event_detail .content_section .infos p span {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 30px;
}
#section_event_detail .content_section .content {
  display: inline-block;
  width: 100%;
  height: auto;
}
#section_event_detail .content_section .section_chat .wrapper {
  width: 100%;
}
#section_event_detail .content_section .section_chat .small_wrap {
  width: 100%;
}
#section_agenda {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #section_agenda .col_agenda {
    width: 100%;
  }
}
/***** ÉVÉNEMENTS ****/
#section_agenda .calendar_list {
  display: inline-block;
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #section_agenda .calendar_list .row-eq-height {
    display: inline-block;
  }
}
#section_agenda .calendar_list li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
#section_agenda .calendar_list li .item {
  display: inline-block;
  width: 100%;
  height: 200px;
  float: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 992px) {
  #section_agenda .calendar_list li .item {
    display: inline-block;
    height: auto;
  }
}
#section_agenda .calendar_list li .item .infos {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 30px 30px 30px 140px;
  position: relative;
  background: #ffffff;
  background: #eae8e8;
}
@media screen and (max-width: 992px) {
  #section_agenda .calendar_list li .item .infos {
    width: 100%;
  }
}
#section_agenda .calendar_list li .item .infos .type {
  text-transform: uppercase;
  font-size: 14px;
}
#section_agenda .calendar_list li .item .infos .type_small {
  text-transform: uppercase;
  font-size: 12px;
}
#section_agenda .calendar_list li .item .infos .date {
  font-size: 57px;
  font-family: 'Nunito', sans-serif;
  text-align: right;
  display: inline-block;
  padding-right: 20px;
  position: absolute;
  left: 30px;
  top: 38px;
  line-height: 36px;
}
#section_agenda .calendar_list li .item .infos .date:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #cccccc;
}
#section_agenda .calendar_list li .item .infos .date small {
  display: block;
  width: 100%;
  font-size: 17px;
  text-align: right;
}
#section_agenda .calendar_list li .item .infos .date_eqds {
  font-size: 21px;
  font-family: 'Nunito', sans-serif;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  padding-right: 10px;
  position: absolute;
  left: 10px;
  top: 50px;
  line-height: 36px;
}
#section_agenda .calendar_list li .item .infos .date_eqds:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #cccccc;
}
#section_agenda .calendar_list li .item .illustration {
  width: 45%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  #section_agenda .calendar_list li .item .illustration {
    height: 160px;
    width: 100%;
    position: relative;
    display: inline-block;
  }
}
/***** CONFERÉRENCES ****/
#section_agenda .conference_list {
  display: inline-block;
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #section_agenda .conference_list .row-eq-height {
    display: inline-block;
  }
}
#section_agenda .conference_list li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
#section_agenda .conference_list li .item {
  display: inline-block;
  width: 100%;
  height: auto;
  float: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 992px) {
  #section_agenda .conference_list li .item {
    display: inline-block;
    height: auto;
  }
}
#section_agenda .conference_list li .item .infos {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 15px 30px 30px 30px;
  position: relative;
  background: #ffffff;
  background: #eae8e8;
}
@media screen and (max-width: 992px) {
  #section_agenda .conference_list li .item .infos {
    width: 100%;
  }
}
#section_agenda .conference_list li .item .infos .type {
  text-transform: uppercase;
  font-size: 14px;
}
#section_agenda .conference_list li .item .infos .date {
  font-size: 57px;
  font-family: 'Nunito', sans-serif;
  text-align: right;
  display: inline-block;
  padding-right: 20px;
  position: absolute;
  left: 30px;
  top: 38px;
  line-height: 36px;
}
#section_agenda .conference_list li .item .infos .date:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #cccccc;
}
#section_agenda .conference_list li .item .infos .date small {
  display: block;
  width: 100%;
  font-size: 17px;
  text-align: right;
}
#section_agenda .conference_list li .item .illustration {
  width: 40%;
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 992px) {
  #section_agenda .conference_list li .item .illustration {
    height: 160px;
    width: 100%;
    position: relative;
    display: inline-block;
  }
}
.conference_list li .intervenant {
  font-weight: 600;
  margin: 0;
}
.conference_list li .short_description {
  margin: 10px 0 10px;
}
.conference_list li .conference_button {
  position: absolute;
  bottom: 20px;
}
section .intervenant_date {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
  text-align: center;
  font-size: 20px;
}
.global-format .conf_chapo {
  text-align: justify;
  font-size: 18px;
  text-transform: none;
  margin: 20px 0;
}
/***** PODCASTS ****/
#section_agenda .agenda_aside {
  display: inline-block;
  width: 100%;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  padding: 20px;
}
#section_agenda .agenda_aside .medias_list {
  display: inline-block;
  width: 100%;
  padding: 0;
  height: auto;
}
#section_agenda .agenda_aside .medias_list li {
  display: inline-block;
  width: 100%;
  list-style-type: none;
  height: auto;
  margin-bottom: 10px;
}
#section_agenda .agenda_aside .medias_list li span.picto {
  color: #35bbd8;
  font-size: 30px;
}
#section_agenda .agenda_aside .medias_list li h4 {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #000000;
}
#section_agenda .agenda_aside h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0 20px 0px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 0;
}
#section_agenda .agenda_aside h3:after {
  content: "";
  height: 1px;
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.section_subscription .subscrib {
  background-color: #35bbd8;
  background-image: url("../img/bg_motif.png");
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.section_subscription .subscrib p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.section_subscription .subscrib .btn {
  font-size: 18px;
}
.section_img_text .illustration {
  height: 100%;
  width: 100%;
  display: inline-block;
  justify-content: center;
  display: flex;
}
.section_img_text .illustration a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}
.section_img_text .illustration .text {
  align-self: center;
  background: rgba(235, 99, 12, 0.7);
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  padding: 25px;
  display: inline-block;
  text-align: center;
  z-index: 5;
  /*position: relative;*/
  position: absolute;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .section_img_text .illustration .text {
    padding: 10px;
    font-size: 18px;
  }
}
.section_img_text .illustration .text img {
  width: 100px;
  height: auto;
}
.section_partners .partenaires_liste {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: auto;
}
.section_partners .partenaires_liste .item {
  display: inline-block;
  width: 100%;
  height: auto;
}
.section_partners .partenaires_liste .item .illustration {
  height: 213px;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 20px;
}
.section_partners .partenaires_liste .item .illustration .img {
  position: relative;
  top: auto;
  left: auto;
}
.section_partners .partenaires_liste .item .text {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
  font-weight: bold;
}
.section_discover .block_discover {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 25px;
  background-size: cover;
}
.section_discover .text {
  display: inline-block;
  width: 100%;
  height: auto;
  color: #ffffff;
}
.section_discover .text .wrap_button {
  display: inline-block;
}
.section_discover .text .wrap_button a {
  display: inline-block;
  font-size: 13px;
  padding: 10px;
}
.section_discover .text span {
  font-size: 16px;
  font-weight: 400;
}
.section_discover .text p {
  font-size: 14px;
  font-weight: 400;
}
.section_discover .text h2 {
  font-size: 30px;
  font-weight: 700;
}
.section_discover .illustration {
  width: 100%;
  height: 330px;
}
.section_discover .illustration .img {
  background-size: contain;
}
#section_our_team {
  margin: 20px 0;
}
#section_our_team .content_section {
  font-size: 0;
  display: inline-block;
  width: 100%;
  height: auto;
}
#section_our_team .content_section .cl {
  font-size: 0;
}
#section_our_team .content_section .cl:nth-child(3n+3) .item {
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  #section_our_team .content_section .cl:nth-child(3n+3) .item {
    padding-right: 10px;
  }
}
#section_our_team .content_section .item {
  height: auto;
  width: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 10px 10px 10px 0;
}
@media screen and (max-width: 992px) {
  #section_our_team .content_section .item {
    padding: 0 !important;
  }
}
#section_our_team .content_section .item_inside {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 285px;
}
@media screen and (max-width: 992px) {
  #section_our_team .content_section .item_inside {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  #section_our_team .content_section .item_inside {
    height: auto;
  }
}
#section_our_team .content_section .item_inside:hover .content_item {
  visibility: visible;
  opacity: 1;
}
#section_our_team .content_section .item_inside:hover .illustration .overlay {
  background-color: #35bbd8;
}
#section_our_team .content_section .item_inside .content_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: initial;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
@media screen and (max-width: 992px) {
  #section_our_team .content_section .item_inside .content_item {
    height: auto;
    position: relative;
    display: inline-block;
    opacity: 1;
    visibility: visible;
    background: #35bbd8;
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #section_our_team .content_section .item_inside .content_item {
    height: auto;
  }
}
#section_our_team .content_section .item_inside .content_item .words {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 10px 0;
  font-size: 13px;
}
#section_our_team .content_section .item_inside .content_item .job {
  display: inline-block;
  width: auto;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
}
#section_our_team .content_section .item_inside .content_item .team_member {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  width: 100%;
  font-size: 24px;
  text-align: center;
}
#section_our_team .content_section .item_inside .content_item .team_member .first_name {
  /*font-family: 'Sofia', cursive;*/
  display: inline-block;
  width: 100%;
}
#section_our_team .content_section .item_inside .illustration {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #section_our_team .content_section .item_inside .illustration {
    height: 285px;
    position: relative;
  }
}
#section_our_team .content_section .item_inside .illustration .img {
  overflow: hidden;
  background-position: top center;
}
#section_our_team .content_section .item_inside .illustration .overlay {
  opacity: 0.8;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
#section_contact {
  margin: 30px 0;
}
#section_contact .col_form {
  vertical-align: top;
  font-size: 0;
}
#section_contact form .btn {
  font-weight: bold;
  font-size: 18px;
}
#section_contact form label {
  font-size: 18px;
  font-weight: bold;
}
#section_contact form .form-control {
  margin-bottom: 10px;
}
#section_contact form textarea {
  width: 100%;
  display: inline-block;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  min-height: 215px;
  font-size: initial;
}
#section_contact .capcha {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 15px 0;
}
.section_intro {
  text-align: center;
}
.section_intro h2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .section_intro h2 {
    font-size: 14px;
  }
}
.section_intro h2 span {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .section_intro h2 span {
    font-size: 18px;
  }
}
.section_intro .author {
  font-size: 14px;
}
.section_intro .small_wrap {
  margin: 10px auto;
}
.section_intro .small_wrap p {
  font-size: 16px;
  font-weight: 100;
}
@media screen and (max-width: 600px) {
  .section_intro .small_wrap p {
    font-size: 14px;
  }
}
.section_intro .social_bar {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
}
.section_intro .social_bar ul {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.section_intro .social_bar ul li {
  display: inline-block;
  list-style-type: none;
  width: auto;
}
.section_intro .social_bar ul li a {
  font-size: 30px;
  display: inline-block;
  padding: 0 8px;
}
.section_intro .social_bar ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.section_intro .social_bar ul li a.icon-like span {
  font-size: 16px;
  color: #000000;
  background-repeat: red;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: -5px;
  margin-left: 5px;
}
#section_map {
  margin: 30px 0;
}
#section_map .content_section .wrap_map {
  display: inline-block;
  width: 100%;
  height: 500px;
}
#section_map .content_section .wrap_map #map {
  width: 100%;
  display: inline-block;
  height: 100%;
}
#section_map .content_section .wrap_map #map .infos_content {
  min-width: 300px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  #section_map .content_section .wrap_map #map .infos_content {
    min-width: initial;
  }
}
#section_map .content_section .wrap_map #map .infos_content .siteNotice .place_name {
  font-size: 24px;
  font-weight: bold;
}
#section_map .content_section .wrap_map .infos_adress {
  font-size: 16px;
}
#section_map .content_section .wrap_map .infos_hours {
  font-size: 16px;
}
#section_map .content_section .wrap_map .infos_hours .hours_bold {
  font-size: 14px;
  display: inline-block;
  padding-bottom: 5px;
}
#section_map .content_section .wrap_map .place_link {
  font-size: 15px;
  font-weight: bold;
  color: #eb630c;
  width: 100%;
  text-align: right;
  display: inline-block;
  padding: 10px 0;
}
@media screen and (max-width: 992px) {
  #section_map .content_section .wrap_map .place_link {
    text-align: left;
  }
}
#section_map .content_section .wrap_map iframe {
  width: 100%;
  display: inline-block;
  height: 100%;
}
#section_list_map ul.list_map {
  padding: 0;
  display: inline-block;
  width: 100%;
}
#section_list_map ul.list_map li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #878787;
}
#section_list_map ul.list_map li:last-child {
  border: none;
}
#section_list_map ul.list_map li .item {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 20px 0;
}
#section_list_map ul.list_map li .item .ohs_label {
  display: none;
}
#section_list_map ul.list_map li .item.ohs .illustration {
  float: left;
}
#section_list_map ul.list_map li .item.ohs .ohs_label {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #0BABEE;
  float: left;
  position: relative;
}
#section_list_map ul.list_map li .item.ohs .ohs_label:before {
  color: #FFF;
  content: "\e93e";
  font-family: 'kaizen';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 33px;
  left: 11px;
  margin-right: 5px;
  padding: 2px 2px 0;
  position: absolute;
  top: -20px;
  width: 40px;
  background: #0BABEE;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
}
#section_list_map ul.list_map li .item.ohs .ohs_label .logo_ohs {
  width: 50px;
}
#section_list_map ul.list_map li .item.ohs .ohs_label p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding: 5px;
  margin: 0;
}
#section_list_map ul.list_map li .item h3 {
  margin-top: 0;
}
#section_list_map ul.list_map li .item .illustration {
  width: 100%;
  height: 130px;
}
#section_list_map ul.list_map li .item .place_link {
  color: #eb630c;
  text-align: right;
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
}
#section_adress_detail.ohs .header_section .illustration span.picto {
  color: #ffffff;
  font-size: 100px;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  #section_adress_detail.ohs .header_section .illustration span.picto {
    display: none;
  }
}
#section_adress_detail.ohs .header_section .text_content .logo_ohs {
  display: none;
  width: 110px;
  color: #0BaBEE;
}
@media screen and (max-width: 992px) {
  #section_adress_detail.ohs .header_section .text_content .logo_ohs {
    display: inline-block;
  }
}
#section_adress_detail .header_section {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
}
#section_adress_detail .header_section .content_header {
  position: relative;
  width: 100%;
  height: 333px;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
@media screen and (max-width: 992px) {
  #section_adress_detail .header_section .content_header {
    height: auto;
    display: inline-block;
  }
}
#section_adress_detail .header_section .illustration {
  height: 333px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  #section_adress_detail .header_section .illustration {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  #section_adress_detail .header_section .illustration {
    position: relative;
    height: 150px;
  }
}
@media screen and (max-width: 992px) {
  #section_adress_detail .header_section .illustration .overlay {
    display: none;
  }
}
#section_adress_detail .header_section .text_content {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #ffffff;
  width: 100%;
  text-align: center;
  align-self: center;
}
@media screen and (max-width: 992px) {
  #section_adress_detail .header_section .text_content {
    color: #000000;
    margin-bottom: 10px;
  }
}
#section_adress_detail .header_section .text_content span {
  font-size: 16px;
  font-weight: 100;
}
#section_adress_detail .header_section .text_content h2,
#section_adress_detail .header_section .text_content h1,
#section_adress_detail .header_section .text_content h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 10px;
}
@media screen and (max-width: 992px) {
  #section_adress_detail .header_section .text_content h2,
  #section_adress_detail .header_section .text_content h1,
  #section_adress_detail .header_section .text_content h3 {
    color: #000000;
    font-size: 30px;
  }
}
#section_adress_detail .content_section .social_bar {
  text-align: left;
  display: inline-block;
}
#section_adress_detail .content_section .social_bar p {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 10px;
  width: 100%;
}
#section_adress_detail .content_section .social_bar ul {
  text-align: left;
}
#section_adress_detail .content_section .infos {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  padding: 30px 10px;
}
#section_adress_detail .content_section .infos:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
}
#section_adress_detail .content_section .infos:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
}
#section_adress_detail .content_section .infos .btn {
  font-size: 20px;
}
#section_adress_detail .content_section .infos .btn.holidays {
  font-size: 16px;
}
#section_adress_detail .content_section .infos p {
  display: inline-block;
  width: 100%;
  padding: 10px 10px 10px 40px;
  position: relative;
}
#section_adress_detail .content_section .infos p:last-child {
  margin-bottom: 0;
}
#section_adress_detail .content_section .infos p.complementary_info {
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#section_adress_detail .content_section .infos p span {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 30px;
}
#section_adress_detail .content_section .infos p span.bold {
  position: relative;
  top: auto;
  left: auto;
  font-size: inherit;
}
#section_adress_detail .content_section .content {
  display: inline-block;
  width: 100%;
  height: auto;
}
#section_adress_detail .content_section .section_chat .wrapper {
  width: 100%;
}
#section_adress_detail .content_section .section_chat .small_wrap {
  width: 100%;
}
.littles_news .item_news {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.littles_news .item_news:nth-child(odd) .text {
  float: left;
}
@media screen and (max-width: 992px) {
  .littles_news .item_news:nth-child(odd) .text {
    float: right;
  }
}
.littles_news .item_news:nth-child(odd) .illustration {
  float: right;
}
@media screen and (max-width: 992px) {
  .littles_news .item_news:nth-child(odd) .illustration {
    float: left;
  }
}
.littles_news .item_news .illustration {
  height: 324px;
  width: 48%;
  float: left;
}
@media screen and (max-width: 992px) {
  .littles_news .item_news .illustration {
    width: 100%;
  }
}
.littles_news .item_news .text {
  display: inline-block;
  width: 48%;
  height: auto;
  float: right;
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .littles_news .item_news .text {
    width: 100%;
  }
}
.littles_news .item_news .text .date {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.littles_news .item_news .text p {
  font-size: 16px;
  font-weight: normal;
}
.littles_news .item_news .text .sharer a {
  float: left;
  display: inline-block;
  width: auto;
  font-size: 13px;
  border: 1px solid #cccccc;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  margin-right: 5px;
  padding: 10px;
}
.littles_news .item_news .text .sharer a .picto {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.littles_news .item_news .text .sharer a.share_facebook:hover {
  color: #ffffff;
  background: #283969;
}
.littles_news .item_news .text .sharer a.share_facebook:hover .picto {
  color: #ffffff;
}
.littles_news .item_news .text .sharer a.share_twitter:hover {
  color: #ffffff;
  background: #00a0de;
}
.littles_news .item_news .text .sharer a.share_twitter:hover .picto {
  color: #ffffff;
}
/*--------------------------------------
  modules
--------------------------------------*/
.module_do_it_your_self {
  width: 100%;
  display: inline-block;
  height: 430px;
  float: left;
}
@media screen and (max-width: 992px) {
  .module_do_it_your_self {
    height: auto;
  }
}
.module_do_it_your_self .content_module {
  width: 100%;
}
.module_do_it_your_self .content_module .item {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 180px;
}
.module_do_it_your_self .content_module .item:hover .illustration .overlay {
  background-color: #35bbd8;
}
.module_do_it_your_self .content_module .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.module_do_it_your_self .content_module .item span.picto {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  padding: 5px;
  background: #35bbd8;
  overflow: hidden;
}
.module_do_it_your_self .content_module .item span.picto:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -15px;
}
.module_do_it_your_self .content_module .item .illustration {
  height: 100%;
}
.module_do_it_your_self .content_module .item .illustration .overlay {
  opacity: 0.4;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.module_do_it_your_self .content_module .item h4 {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 20px;
  z-index: 2;
}
.module_highlight {
  display: inline-block;
  width: 100%;
  border: 1px solid #cccccc;
  height: 463px;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.module_highlight .btn {
  font-size: 15px;
  padding: 15px 82px;
}
@media screen and (max-width: 992px) {
  .module_highlight {
    height: auto;
  }
}
.module_highlight.large_item {
  height: auto;
}
.module_highlight.large_item .illustration {
  width: 100%;
  height: 180px;
}
.module_highlight.large_item .illustration .img {
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .module_highlight .grid .cl {
    height: auto;
    width: 100%;
  }
}
.module_highlight .content_module {
  display: inline-block;
  width: 100%;
  height: 100%;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.module_highlight .content_module .module_inside {
  width: 100%;
  padding: 10px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module_highlight .content_module .module_inside .subscrib_link {
  width: 100%;
  display: inline-block;
}
.module_highlight .content_module .module_inside .illustration {
  width: 100%;
  height: 260px;
  margin-bottom: 10px;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.module_highlight .content_module .module_inside .illustration .img {
  background-size: contain;
  height: 100%;
  width: 210px;
  background-position: top;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 992px) {
  .module_highlight .content_module .module_inside .illustration {
    width: 100%;
    text-align: center;
    height: 260px;
  }
}
.module_highlight .content_module .module_inside .infos {
  text-transform: uppercase;
  font-size: 21px;
  color: #cccccc;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 100;
}
@media screen and (max-width: 992px) {
  .module_highlight .content_module .module_inside .infos {
    text-align: center;
  }
}
.module_highlight .content_module .module_inside .text_content {
  font-size: 14px;
  padding-top: 25px;
}
@media screen and (max-width: 992px) {
  .module_highlight .content_module .module_inside .text_content {
    text-align: center;
  }
}
.module_highlight .content_module .module_inside .text_content h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}
.module_agenda {
  width: 100%;
  display: inline-block;
  height: auto;
  float: left;
}
@media screen and (max-width: 992px) {
  .module_agenda {
    height: auto;
  }
}
.module_agenda.one_item {
  min-height: 232px;
}
.module_agenda .content_module {
  width: 100%;
}
.module_agenda .content_module ul {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 0;
  margin: 0;
}
.module_agenda .content_module ul li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 1px;
  font-size: initial;
}
.module_agenda .content_module ul li .item {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 148px;
  padding: 30px 30px 30px 140px;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.module_agenda .content_module ul li .item:hover {
  background: #eae8e8;
}
.module_agenda .content_module ul li .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: inline-block;
  left: 0;
  top: 0;
}
.module_agenda .content_module ul li .item .date {
  font-size: 57px;
  font-family: 'Nunito', sans-serif;
  text-align: right;
  display: inline-block;
  padding-right: 20px;
  position: absolute;
  left: 30px;
  top: 38px;
  line-height: 36px;
}
.module_agenda .content_module ul li .item .date:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #cccccc;
}
.module_agenda .content_module ul li .item .date small {
  display: block;
  width: 100%;
  font-size: 17px;
  text-align: right;
}
.module_agenda .visuel-sommet-event {
  padding:0px;
  font-weight:bold;
}
.module_agenda .visuel-sommet-event .event-infos {
  display:inline-block;
  width:60%;
  height:100%;
  padding:10px;
  max-width:90%;
  text-align:center;
}
.module_agenda .visuel-sommet-event .event-infos p {
  margin:0px;
}
.module_agenda .visuel-sommet-event .event-image {
  position:absolute;
  right:0px;
  display:inline-block;
  max-height:100%;
  max-width:40%;
}

#sommet-no-event {
  margin: 0;
}
#sommet-no-event .item {
  display: inline-block;
  width: 100%;
  height: 450px;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  padding: 10px;
}
#sommet-no-event .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
#sommet-no-event .illustration {
  height: 100%;
  width: 100%;
  display: inline-block;
  justify-content: center;
  display: flex;
}
#sommet-no-event .illustration .text {
  align-self: center;
  width: 380px;
  background: rgba(235, 99, 12, 0.7);
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 10px;
  display: inline-block;
  text-align: center;
  z-index: 5;
  position: absolute;
  bottom: 70px;
}
#sommet-no-event .illustration .text p {
  margin-bottom : 0;
}
@media screen and (max-width: 992px) {
  #agenda {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  #sommet-no-event .illustration .text {
    max-width: 300px;
  }
}
@media screen and (max-width: 360px) {
  #sommet-no-event .illustration .text {
    max-width: 200px;
  }
}

.module_podcast {
  width: 100%;
  display: inline-block;
  height: auto;
  float: left;
  font-size: 0;
}
@media screen and (max-width: 992px) {
  .module_podcast {
    height: auto;
  }
}
.module_podcast .content_module {
  width: 100%;
  font-size: 0;
}
.module_podcast .content_module iframe {
  font-size: initial;
  display: inline-block;
  margin-bottom: 10px;
}
.module_podcast .content_module iframe:last-child {
  margin-bottom: 0px;
}
.module_podcast .content_module iframe.youtube {
  height: 315px;
}
.module_podcast .content_module iframe.sound_cloud {
  height: 122px;
}
.module_propose {
  float: left;
}
@media screen and (max-width: 992px) {
  .module_propose {
    float: none;
  }
}
.module_propose .content_module {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.module_propose .item {
  display: inline-block;
  width: 100%;
  height: 490px;
  position: relative;
}
.module_propose .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.module_propose .illustration {
  height: 100%;
  width: 100%;
  display: inline-block;
  justify-content: center;
  display: flex;
}
.module_propose .illustration .text {
  align-self: center;
  background: rgba(235, 99, 12, 0.7);
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  padding: 40px;
  display: inline-block;
  text-align: center;
  z-index: 5;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .module_propose .illustration .text {
    padding: 10px;
    font-size: 18px;
  }
}
.module_propose .illustration .text img {
  width: 100px;
  height: auto;
}
.module_buy {
  width: 100%;
  display: inline-block;
  height: auto;
  font-size: 0;
}
@media screen and (max-width: 992px) {
  .module_buy {
    height: auto;
  }
}
.module_buy .content_module {
  width: 100%;
  font-size: 0;
}
.module_buy .content_module .illustration {
  width: 100%;
  height: 180px;
}
.module_buy .content_module .illustration .img {
  background-size: contain;
}
.module_buy .content_module .product_info {
  display: flex;
  justify-content: center;
}
.module_buy .content_module .text {
  display: inline-block;
  width: 100%;
  align-item: center;
  align-self: center;
}
.module_buy .content_module .text p {
  font-size: 16px;
  width: 100%;
  display: inline-block;
}
.module_buy .content_module .text .price {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.module_suggest .item {
  display: inline-block;
  width: 100%;
  height: 490px;
  border: 1px solid #eae8e8;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.module_suggest .item .illustration {
  height: 260px;
  width: 220px;
  display: inline-block;
  position: relative;
}
.module_suggest .text {
  display: inline-block;
  text-align: center;
  position: relative;
}
.module_suggest .text p {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  width: 100%;
  display: inline-block;
}
.module_suggest .text span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
}
.the_modal.the_modal_connect_newsleter_subscribe .header_modal {
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.the_modal.the_modal_connect_newsleter_subscribe .header_modal:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-image: url("../img/bg_motif.png");
  background-repeat: repeat;
  display: inline-block;
}
.the_modal.the_modal_connect_newsleter_subscribe .header_modal h2 {
  color: #000000;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.the_modal.the_modal_connect_newsleter_subscribe .content_modal {
  padding: 20px 0;
}
.the_modal.the_modal_connect_newsleter_subscribe .content_modal form .form-check-label {
  font-size: 16px;
  font-weight: normal;
}
.the_modal.the_modal_connect_newsleter_subscribe .content_modal form a {
  text-decoration: underline;
  display: inline-block;
  width: 100%;
}
.the_modal.the_modal_connect_newsleter_subscribe .content_modal form a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .the_modal.the_modal_connect_newsleter_subscribe .content_modal form a {
    text-align: center !important;
  }
}
.the_modal.the_modal_connect_newsleter_subscribe .content_modal form .rgpd {
  font-size: 12px;
  text-align: center;
}
.the_modal.the_modal_connect_newsleter_subscribe .content_modal form .rgpd a {
  font-weight: bold;
  text-decoration: none;
  display: inline;
}
.the_modal.the_modal_connect_newsleter_subscribe .content_modal form .rgpd a:hover {
  text-decoration: underline;
}
.the_modal.the_modal_connect_newsleter_subscribe .content_modal form .btn {
  width: auto;
  display: inline-block;
}
/*--------------------------------------
  call_back
--------------------------------------*/
ul.select2-selection__rendered {
  background-image: url('../img/select_arrow.svg');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 32px;
}

/* DIY autonomy sticky */

.sticky_autonomy {
	position: fixed;
	top: 25%;
	right: 0;
	width: 150px;
	background: #eb630c;
	transform: translate(150px);
	transition: all 0.75s ease 0.25s;
	z-index: 200000;
}
@media screen and (min-width: 980px) {
	.sticky_autonomy {
		top: 10%;
		top: calc(20% - 48px);
	}
}
.sticky_autonomy.show {
	transform: none;
}

.sticky_autonomy > div {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.sticky_autonomy .link {
	height: 48px;
	padding: 3px;
	color: white;
	font-size: 14px;
	overflow: hidden;
}
.sticky_autonomy .link:hover {
	background: #f5b185;
}
.sticky_autonomy .link a:hover,
.sticky_autonomy .link a:focus {
	text-decoration: none;
}

.sticky_autonomy .toggle {
	position: absolute;
	top: 0;	left: -48px;
	width: 48px; height: 48px;
	padding: 14px;
	background: #eb630c;
	color: white;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s ease;
}
.sticky_autonomy .toggle:hover {
	width: 64px;
	left: -64px;
}
.sticky_autonomy.show .toggle:hover {
	width: 48px;
	left: -48px;
}

/* reCAPTCHA */
.grecaptcha-badge {
	visibility: hidden;
}

a#bandeau-abo {
  background-color:rgb(252, 185, 2);
  border-radius:10px;
  border:none;
  cursor: pointer;
  display:inline-block;
  padding: 20px 0;
  margin: 25px 0;
  width: 100%;
  text-decoration:none;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #333;
}
a#bandeau-abo:hover {
  background-color: #eb630c;
  text-decoration: none;
  color:#333;
}
@media screen and (max-width: 700px) {
  a#bandeau-abo {
    padding: 20px 0;
    margin: 10px 0 20px 0;
    font-size: 16px;
  }
}

div#bandeau-don {
  background-color:#eb630c;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 10px 0 20px 0;
  width: 100%;
  height: max-content;
}
div#bandeau-don p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 15px 0 25px 0;
}
#bandeau-don-btn {
  background-color: #faf2ec;
  color: #eb630c;
  border-radius: 15px;
  border: 2px solid #faf2ec;
  padding: 7px 10px 10px 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}
#bandeau-don-btn:hover {
  background-color: #eb630c;
  border: 2px solid #faf2ec;
  text-decoration: none;
  color: #faf2ec;
  font-size: 22px;
}

@media screen and (max-width: 700px) {
  div#bandeau-don p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 10px 10px 20px 10px;
  }
  #bandeau-don-btn {
    background-color: #faf2ec;
    color: #eb630c;
    border-radius: 15px;
    border: 2px solid #faf2ec;
    padding: 7px 10px 10px 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
  }
  #bandeau-don-btn:hover {
    background-color: #eb630c;
    border: 2px solid #faf2ec;
    text-decoration: none;
    color: #faf2ec;
    font-size: 18px;
  }
}

.box_3_col {
  box-sizing: border-box;
  margin: 20px 0;
}
.box_3_col {
  clear: both;
  content: " ";
}
.col3 {
  position:relative;
  float:left;
  width:31%;
  margin-right:15px;
}

@media screen and (max-width: 800px) {
  .col3 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}