/* -- RESPONSIVE -- */
/* FONT FAMILY */
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.eot');
  src: url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Light.woff2') format('woff2'), url('../fonts/Avenir-Light.woff') format('woff'), url('../fonts/Avenir-Light.ttf') format('truetype'), url('../fonts/Avenir-Light.svg#Avenir-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Book.eot');
  src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Book.woff2') format('woff2'), url('../fonts/Avenir-Book.woff') format('woff'), url('../fonts/Avenir-Book.ttf') format('truetype'), url('../fonts/Avenir-Book.svg#Avenir-Book') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium.eot');
  src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Medium.woff2') format('woff2'), url('../fonts/Avenir-Medium.woff') format('woff'), url('../fonts/Avenir-Medium.ttf') format('truetype'), url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy.eot');
  src: url('../fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Heavy.woff2') format('woff2'), url('../fonts/Avenir-Heavy.woff') format('woff'), url('../fonts/Avenir-Heavy.ttf') format('truetype'), url('../fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Black.eot');
  src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Black.woff2') format('woff2'), url('Avenir-Black.woff') format('woff'), url('../fonts/Avenir-Black.ttf') format('truetype'), url('../fonts/Avenir-Black.svg#Avenir-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
/* COLOR 
@color_1: #f9ac08;
@color_2: lighten(@color_background, 5%);*/
.img-shadow {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}
.img-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.65);
  z-index: 2;
}
.hide-md {
  display: initial;
}
@media (max-width: 479px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hide-md {
    display: initial;
  }
}
.show-md {
  display: none;
}
@media (max-width: 479px) {
  .show-md {
    display: initial;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .show-md {
    display: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-md {
    display: initial;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show-md {
    display: none;
  }
}
@font-face {
  font-family: 'neovarim_icon_set_1';
  src: url('../fonts/neovarim_icon_set_1.eot?6djsof');
  src: url('../fonts/neovarim_icon_set_1.eot?6djsof#iefix') format('embedded-opentype'), url('../fonts/neovarim_icon_set_1.ttf?6djsof') format('truetype'), url('../fonts/neovarim_icon_set_1.woff?6djsof') format('woff'), url('../fonts/neovarim_icon_set_1.svg?6djsof#neovarim_icon_set_1') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'neovarim';
  src: url('../fonts/neovarim.eot?6djsof');
  src: url('../fonts/neovarim.eot?6djsof#iefix') format('embedded-opentype'), url('../fonts/neovarim.ttf?6djsof') format('truetype'), url('../fonts/neovarim.woff?6djsof') format('woff'), url('../fonts/neovarim.svg?6djsof#neovarim_icon_set_1') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'neovarim' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon_thumbs:before {
  content: "\e906";
}
.icon-icon_neovarim:before {
  content: "\e900";
}
.icon-icon_search:before {
  content: "\e901";
}
.icon-icon_view-list:before {
  content: "\e902";
}
.icon-icon_view-map:before {
  content: "\e903";
}
.icon-icon_view-min:before {
  content: "\e904";
}
.icon-icon_view-plus:before {
  content: "\e905";
}
/* ALERT MESSAGES
======================================================== */
.alert_wrapper {
  margin: 0;
  position: fixed;
  z-index: 999;
  /* COLOR */
  /* CONTENT */
}
.alert_wrapper[data-position="top"] {
  top: 106px;
  left: 0;
  right: 0;
}
@media (max-width: 479px) {
  .alert_wrapper[data-position="top"] {
    top: 95px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .alert_wrapper[data-position="top"] {
    top: 95px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .alert_wrapper[data-position="top"] {
    top: 101px;
  }
}
.alert_wrapper[data-position="top"] .alert {
  animation: slideInFromTop 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -webkit-animation: slideInFromTop 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  transform-origin: top left;
  -webkit-transform-origin: top left;
}
.alert_wrapper[data-position="top"].fixe_head {
  top: 68px;
}
.alert_wrapper[data-position="bottom"] {
  bottom: 0;
  left: 0;
  right: 0;
}
.alert_wrapper[data-position="bottom"] .alert {
  animation: slideInFromBottom 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -webkit-animation: slideInFromBottom 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  transform-origin: top left;
  -webkit-transform-origin: top left;
}
.alert_wrapper .alert {
  margin: 0;
  padding: 10px 20px;
}
.alert_wrapper .container {
  position: relative;
}
.alert_wrapper .bar {
  border-radius: 0;
}
.alert_wrapper .bar .alert {
  border-radius: 0;
}
.alert_wrapper .primary .alert {
  background: #eceef0;
  color: #1e2326;
}
.alert_wrapper .primary .alert .close {
  color: #1e2326;
}
.alert_wrapper .primary_dark .alert {
  background: #353d42;
  color: #ffffff;
}
.alert_wrapper .primary_dark .alert .close {
  color: #ffffff;
  text-shadow: none;
}
.alert_wrapper .secondary .alert {
  background: #e40042;
  color: #ffffff;
}
.alert_wrapper .secondary .alert .close {
  color: #ffffff;
  text-shadow: none;
}
.alert_wrapper .info .alert {
  background: #b2e6fe;
  color: #02557c;
}
.alert_wrapper .info .alert .close {
  color: #013249;
}
.alert_wrapper .success .alert {
  background: #c6fa98;
  color: #1b3703;
}
.alert_wrapper .success .alert .close {
  color: #030700;
}
.alert_wrapper .success_flash .alert {
  background: #64c90a;
  color: #1b3703;
}
.alert_wrapper .success_flash .alert .close {
  color: #030700;
}
.alert_wrapper .warning .alert {
  background: #ffbf5a;
  color: #5a3700;
}
.alert_wrapper .warning .alert .close {
  color: #271800;
}
.alert_wrapper .error .alert {
  background: #f294a3;
  color: #620c19;
}
.alert_wrapper .error .alert .close {
  color: #35060e;
}
.alert_wrapper .error_flash .alert {
  background: #e52241;
  color: #620c19;
}
.alert_wrapper .error_flash .alert .close {
  color: #35060e;
}
.alert_wrapper p {
  font-size: 0.833rem;
  font-weight: 400;
}
.alert_wrapper .close {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 30px;
}
@media (max-width: 479px) {
  .alert_wrapper .close {
    top: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .alert_wrapper .close {
    top: 0;
  }
}
/* RESPONSIVE */
body.sidebar-visible .alert_wrapper .bar,
body.sidebar-visible .alert_wrapper .circle {
  margin-left: 280px;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -moz-transition: -moz-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -o-transition: -o-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
}
@media (max-width: 479px) {
  body.sidebar-visible .alert_wrapper .bar,
  body.sidebar-visible .alert_wrapper .circle {
    margin-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  body.sidebar-visible .alert_wrapper .bar,
  body.sidebar-visible .alert_wrapper .circle {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.sidebar-visible .alert_wrapper .bar,
  body.sidebar-visible .alert_wrapper .circle {
    margin-left: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.sidebar-visible .alert_wrapper .bar,
  body.sidebar-visible .alert_wrapper .circle {
    margin-left: 60px;
  }
}
body.sidebar-open .alert_wrapper {
  position: fixed;
  z-index: 10;
}
body.sidebar-open .alert_wrapper .bar,
body.sidebar-open .alert_wrapper .circle {
  -webkit-transform: translate3d(220px, 0, 0);
  transform: translate3d(220px, 0, 0);
  -ms-transform: translate(220px, 0);
}
@media (max-width: 479px) {
  body.sidebar-open .alert_wrapper .bar,
  body.sidebar-open .alert_wrapper .circle {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -ms-transform: translate(250px, 0);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  body.sidebar-open .alert_wrapper .bar,
  body.sidebar-open .alert_wrapper .circle {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -ms-transform: translate(250px, 0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.sidebar-open .alert_wrapper .bar,
  body.sidebar-open .alert_wrapper .circle {
    transform: translate(220px, 0) !important;
    -webkit-transform: translate(220px, 0) !important;
    -ms-transform: translate(280px, 0) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.sidebar-open .alert_wrapper .bar,
  body.sidebar-open .alert_wrapper .circle {
    transform: translate(220px, 0) !important;
    -webkit-transform: translate(220px, 0) !important;
    -ms-transform: translate(220px, 0) !important;
  }
}
/* ALERT ANIMATION
======================================================== */
@keyframes slideInFromTop {
  0% {
    transform: translateY(-150%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(150%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes animateShake {
  0% {
    -webkit-transform: rotate(13deg);
    -moz-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    -o-transform: rotate(13deg);
    transform: rotate(13deg);
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    transform: rotate(-13deg);
  }
}
@-webkit-keyframes flashNotification {
  50% {
    opacity: 0.0;
  }
}
@keyframes fadeInCircle {
  0% {
    opacity: 0;
    width: 60px;
  }
  100% {
    opacity: 1;
    width: 60px;
  }
}
@keyframes resizeCircle {
  0% {
    width: 60px;
  }
  100% {
    width: 300px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* - LESS LAYOUT - */
/* ASSETS
--------------------------------------------------- */
/* BTN
------------------------------------------------------------ */
button.btn-tool,
a.btn-tool {
  cursor: pointer;
  transition: all 0.125s ease-in-out;
}
button.btn-tool:hover,
a.btn-tool:hover {
  text-decoration: none;
  cursor: pointer;
}
.nav-tool {
  background: transparent;
  padding: 10px 20px;
}
.nav-tool.right {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 250px;
  margin: 0;
  padding: 0;
}
.nav-tool.right button.btn-tool,
.nav-tool.right a.btn-tool {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 40px 10px 10px;
  font-size: 0.833rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  transition: all 0.125s ease-in-out;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  right: -30px;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
}
.nav-tool.right button.btn-tool:hover,
.nav-tool.right a.btn-tool:hover,
.nav-tool.right button.btn-tool:focus,
.nav-tool.right a.btn-tool:focus {
  right: 0;
}
.nav-tool.right button.btn-tool span,
.nav-tool.right a.btn-tool span {
  opacity: 1;
}
.nav-tool.on-slider {
  position: absolute;
  bottom: 0;
  z-index: 11;
  padding: 10px 10px 0 10px;
  left: 70px;
}
@media (max-width: 479px) {
  .nav-tool.on-slider {
    left: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nav-tool.on-slider {
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-tool.on-slider {
    left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-tool.on-slider {
    left: 70px;
  }
}
.nav-tool.on-slider button.btn-tool,
.nav-tool.on-slider a.btn-tool {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.725rem;
}
.nav-tool.on-slider button.btn-tool i,
.nav-tool.on-slider a.btn-tool i {
  margin-right: 7px;
}
@media (max-width: 479px) {
  .nav-tool.on-slider button.btn-tool span,
  .nav-tool.on-slider a.btn-tool span {
    display: none;
  }
  .nav-tool.on-slider button.btn-tool i,
  .nav-tool.on-slider a.btn-tool i {
    margin-right: 0;
  }
  .nav-tool.on-slider button.btn-tool:hover span,
  .nav-tool.on-slider a.btn-tool:hover span,
  .nav-tool.on-slider button.btn-tool:focus span,
  .nav-tool.on-slider a.btn-tool:focus span {
    margin-left: 7px;
    display: initial;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nav-tool.on-slider button.btn-tool span,
  .nav-tool.on-slider a.btn-tool span {
    display: none;
  }
  .nav-tool.on-slider button.btn-tool i,
  .nav-tool.on-slider a.btn-tool i {
    margin-right: 0;
  }
  .nav-tool.on-slider button.btn-tool:hover span,
  .nav-tool.on-slider a.btn-tool:hover span,
  .nav-tool.on-slider button.btn-tool:focus span,
  .nav-tool.on-slider a.btn-tool:focus span {
    margin-left: 7px;
    display: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-tool.on-slider button.btn-tool span,
  .nav-tool.on-slider a.btn-tool span {
    display: none;
  }
  .nav-tool.on-slider button.btn-tool i,
  .nav-tool.on-slider a.btn-tool i {
    margin-right: 0;
  }
  .nav-tool.on-slider button.btn-tool:hover span,
  .nav-tool.on-slider a.btn-tool:hover span,
  .nav-tool.on-slider button.btn-tool:focus span,
  .nav-tool.on-slider a.btn-tool:focus span {
    margin-left: 7px;
    display: initial;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-tool.on-slider button.btn-tool i,
  .nav-tool.on-slider a.btn-tool i {
    margin-right: 0;
  }
  .nav-tool.on-slider button.btn-tool span,
  .nav-tool.on-slider a.btn-tool span {
    margin-left: 7px;
  }
}
.nav-tool button.btn-tool,
.nav-tool a.btn-tool {
  background: #e40042;
  border-color: #e40042;
  color: #FFF;
}
.nav-tool button.btn-tool:hover,
.nav-tool a.btn-tool:hover {
  background: #353d42;
  border-color: #353d42;
}
@media (max-width: 479px) {
  .nav-tool button.btn-tool,
  .nav-tool a.btn-tool {
    margin: 0 3px;
    padding: 8px 12px;
  }
}
a.btn-defaut,
button.btn-defaut {
  text-align: center;
  display: block;
  margin: auto;
  border: 1px solid;
  border-color: #e40042;
  font-weight: 700;
  background: #e40042;
  color: #FFF;
  max-width: 300px;
  min-width: 200px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 14px 20px;
  font-family: 'Avenir', sans-serif;
  font-size: 0.875rem;
  transition: all 0.15s ease-in-out;
}
a.btn-defaut i,
button.btn-defaut i {
  margin-left: 7px;
}
a.btn-defaut:hover,
button.btn-defaut:hover,
a.btn-defaut:focus,
button.btn-defaut:focus {
  background: #353d42;
  border-color: #353d42;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
  max-width: 340px;
  min-width: 240px;
}
a.btn-defaut.btn-light,
button.btn-defaut.btn-light {
  border: 1px solid;
  border-color: #353d42;
  background: transparent;
  color: #353d42;
}
a.btn-defaut.btn-light:hover,
button.btn-defaut.btn-light:hover,
a.btn-defaut.btn-light:focus,
button.btn-defaut.btn-light:focus {
  background: #353d42;
  color: #FFF;
}
a.btn-defaut.btn-form,
button.btn-defaut.btn-form {
  border: 0;
  background: transparent;
  color: #FFF;
  background: #e40042;
  max-width: initial;
  min-width: initial;
  padding: 10px 20px;
  margin: 0;
  display: inline;
}
a.btn-defaut.btn-form:hover,
button.btn-defaut.btn-form:hover,
a.btn-defaut.btn-form:focus,
button.btn-defaut.btn-form:focus {
  background: #be0037;
  color: #FFF;
  max-width: initial;
  min-width: initial;
}
a.btn-defaut.btn-right,
button.btn-defaut.btn-right {
  margin: 0;
}
a.btn-defaut.btn-left,
button.btn-defaut.btn-left {
  margin: 0;
  float: left;
}
a.btn-defaut.btn-success,
button.btn-defaut.btn-success {
  border-color: #64c90a;
  background: #64c90a;
}
a.btn-back,
button.btn-back {
  text-align: center;
  margin: 0 auto 10px;
  border: 1px solid;
  border-color: #e40042;
  font-weight: 700;
  background: #e40042;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 8px 12px;
  font-family: 'Avenir', sans-serif;
  font-size: 0.75rem;
  transition: all 0.15s ease-in-out;
}
a.btn-back i,
button.btn-back i {
  margin-left: 7px;
}
a.btn-back:hover,
button.btn-back:hover,
a.btn-back:focus,
button.btn-back:focus {
  background: #353d42;
  border-color: #353d42;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}
a.btn-download,
button.btn-download {
  text-align: center;
  margin: 0 auto 10px;
  border: 1px solid;
  border-color: #e40042;
  font-weight: 700;
  background: #e40042;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 8px 12px;
  font-family: 'Avenir', sans-serif;
  font-size: 0.75rem;
  transition: all 0.15s ease-in-out;
}
a.btn-download i,
button.btn-download i {
  margin-left: 7px;
}
a.btn-download:hover,
button.btn-download:hover,
a.btn-download:focus,
button.btn-download:focus {
  background: #353d42;
  border-color: #353d42;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}
/* BTN MENU NAVIGATION */
button.hamburger-nav-responsive,
button.btn-nav-close {
  padding: 14px 10px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  border: 0;
  background: none;
}
button.hamburger-nav-responsive:hover,
button.btn-nav-close:hover,
button.hamburger-nav-responsive:focus,
button.btn-nav-close:focus,
button.hamburger-nav-responsive:active,
button.btn-nav-close:active,
button.hamburger-nav-responsive:active:focus,
button.btn-nav-close:active:focus {
  background: none;
  color: #e40042;
  box-shadow: none;
}
button.hamburger-nav-responsive:hover #nav-icon span,
button.btn-nav-close:hover #nav-icon span,
button.hamburger-nav-responsive:focus #nav-icon span,
button.btn-nav-close:focus #nav-icon span,
button.hamburger-nav-responsive:active #nav-icon span,
button.btn-nav-close:active #nav-icon span,
button.hamburger-nav-responsive:active:focus #nav-icon span,
button.btn-nav-close:active:focus #nav-icon span {
  background: #FFF;
}
button.hamburger-nav-responsive #nav-icon,
button.btn-nav-close #nav-icon {
  width: 25px;
  height: 20px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /*
      -webkit-transition: -webkit-transform .5s, width .5s, left .5s, top .5s ease-in-out;
      -moz-transition: -moz-transform .5s, width .5s, left .5s, top .5s ease-in-out;
      -o-transition: -o-transform .5s, width .5s, left .5s, top .5s ease-in-out;
      transition: transform .5s, width .5s, left .5s, top .5s ease-in-out;*/
  cursor: pointer;
  float: left;
}
button.hamburger-nav-responsive #nav-icon span,
button.btn-nav-close #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s, width 0.25s, left 0.25s, top 0.25s, background 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s, width 0.25s, left 0.25s, top 0.25s, background 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s, width 0.25s, left 0.25s, top 0.25s, background 0.25s ease-in-out;
  transition: transform 0.25s, width 0.25s, left 0.25s, top 0.25s, background 0.25s ease-in-out;
}
button.hamburger-nav-responsive #nav-icon span:nth-child(1),
button.btn-nav-close #nav-icon span:nth-child(1) {
  top: 0px;
}
button.hamburger-nav-responsive #nav-icon span:nth-child(2),
button.btn-nav-close #nav-icon span:nth-child(2),
button.hamburger-nav-responsive #nav-icon span:nth-child(3),
button.btn-nav-close #nav-icon span:nth-child(3) {
  top: 8px;
}
button.hamburger-nav-responsive #nav-icon span:nth-child(4),
button.btn-nav-close #nav-icon span:nth-child(4) {
  top: 16px;
}
button.hamburger-nav-responsive #nav-icon.open span,
button.btn-nav-close #nav-icon.open span {
  background: #FFF;
}
button.hamburger-nav-responsive.active #nav-icon span:nth-child(2),
button.btn-nav-close.active #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
button.hamburger-nav-responsive.active #nav-icon span:nth-child(3),
button.btn-nav-close.active #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
button.hamburger-nav-responsive.active #nav-icon span:nth-child(1),
button.btn-nav-close.active #nav-icon span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
button.hamburger-nav-responsive.active #nav-icon span:nth-child(4),
button.btn-nav-close.active #nav-icon span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.close {
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -o-transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.close.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1001;
  opacity: 1;
}
/*  OWL CARROUSEL PROGRAMME
   ========================================================================== */
.owl-theme .owl-nav [class*='owl-'] {
  background: transparent;
  color: #353d42;
  border-radius: 20px;
  padding: 5px 10px;
}
.owl-theme .owl-nav [class*='owl-']:hover,
.owl-theme .owl-nav [class*='owl-']:focus {
  color: #FFF;
  background: rgba(53, 61, 66, 0.5);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #353d42;
}
.owl-prev {
  float: left;
}
.owl-prev .fa {
  margin: 3px 1px 3px -1px;
}
.owl-next {
  float: right;
}
.owl-next .fa {
  margin: 3px -1px 3px 1px;
}
.owl-dots {
  margin-top: 15px;
}
i.fa.fa-chevron-right,
i.fa.fa-chevron-left {
  font-size: 20px;
}
/* DOTS */
.owl-carousel .owl-nav {
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 1;
}
.owl-carousel .owl-nav .owl-prev {
  left: 10px;
  right: auto;
}
.owl-carousel .owl-nav .owl-next {
  right: 10px;
  left: auto;
}
.owl-carousel .owl-nav > div {
  width: 40px;
  height: 40px;
  padding: 2px;
  position: absolute;
  margin: 0;
  border: 1px solid transparent;
  color: #FFF;
  border-color: #FFF;
  border-radius: 40px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}
.owl-carousel .owl-nav > div:hover,
.owl-carousel .owl-nav > div:focus {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  color: #FFF;
  border-color: #e40042;
  background-color: #e40042;
}
.owl-carousel .owl-dots {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
}
.owl-carousel .owl-dots {
  display: none;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background: transparent;
  display: block;
  border-color: #FFF;
  border: 1px solid #FFF;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #FFF;
  border-color: #FFF;
}
/* NAV-TABS HEADER
   ========================================================================== */
.nav-tabs {
  /*justify-content: center;*/
  border-color: #d7d7d7;
}
.nav-tabs .nav-item .nav-link {
  padding: 13px 20px;
  text-transform: uppercase;
  font-size: 0.833rem;
  border: 0;
  margin-right: 5px;
}
.nav-tabs .nav-item .nav-link:hover {
  background: rgba(215, 215, 215, 0.35);
}
.nav-tabs .nav-item .nav-link.active {
  background: #e40042;
  color: #FFF;
  font-weight: 700;
  position: relative;
}
.nav-tabs .nav-item .nav-link.active:hover {
  background: #e40042;
}
/* EFFET PARALLAX
   ========================================================================== */
.img-parallax-slider {
  background: url('../img/view-03.jpg') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 479px) {
  .img-parallax-slider {
    background: transparent;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .img-parallax-slider {
    background: transparent;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-parallax-slider {
    background: transparent;
  }
}
.img-parallax-slider .img-parallax-content {
  padding: 250px 0;
}
@media (max-width: 479px) {
  .img-parallax-slider .img-parallax-content {
    padding: 0;
    margin-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .img-parallax-slider .img-parallax-content {
    padding: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-parallax-slider .img-parallax-content {
    padding: 0;
    margin-top: 0;
  }
}
/*  VIDEO VIMEO 100%
   ========================================================================== */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-indicators {
  z-index: 20;
}
/*  CARROUSEL BOOSTRAP NEWS
   ========================================================================== */
.carousel {
  z-index: 50;
  height: 100%;
  width: 100%;
}
.carousel .carousel-inner {
  height: 100%;
  width: 100%;
}
.carousel .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
}
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  bottom: 50px;
  top: inherit;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only
    .carousel-control-prev {left: -20px;}
    .carousel-control-next {right: 20px;}*/
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only
    .carousel-control-prev {left: -20px;}
    .carousel-control-next {right: 20px;}*/
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background: none;
  width: 41px;
  height: 40px;
  padding: 2px;
  position: absolute;
  margin: 0;
  border: 1px solid transparent;
  color: #FFF;
  border-color: #FFF;
  border-radius: 40px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover,
.carousel-control-prev-icon:focus,
.carousel-control-next-icon:focus {
  background: #e40042;
  border-color: #e40042;
}
@media (max-width: 479px) {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: none;
  }
}
.carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #FFF;
}
/* ANCRE JS-SCROLL TO
   ========================================================================== */
#prestations,
#contact,
#clamart,
#programme {
  height: 150px;
  width: 1px;
  opacity: 0;
  background-color: red;
  position: relative;
  margin-top: -150px;
}
.btn-delete {
  color: #fff;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
}
.btn-delete:hover,
.btn-delete:focus {
  background-color: #cacaca;
  border-color: #cacaca;
}
.btn-valid {
  color: #fff;
  background-color: #e40042;
  border-color: #e40042;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
}
.btn-valid:hover,
.btn-valid:focus {
  background-color: #353d42;
  border-color: #353d42;
}
/* BOOSTRAP DATEPCKIER */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
  background-color: #e40042;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-image: none;
  background-color: #e40042;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #e40042;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #e40042;
}
.datepicker td,
.datepicker th {
  border-radius: 5px;
  width: 35px;
  height: 30px;
}
/* -- RESPONSIVE -- */
/* FONT FAMILY */
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.eot');
  src: url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Light.woff2') format('woff2'), url('../fonts/Avenir-Light.woff') format('woff'), url('../fonts/Avenir-Light.ttf') format('truetype'), url('../fonts/Avenir-Light.svg#Avenir-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Book.eot');
  src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Book.woff2') format('woff2'), url('../fonts/Avenir-Book.woff') format('woff'), url('../fonts/Avenir-Book.ttf') format('truetype'), url('../fonts/Avenir-Book.svg#Avenir-Book') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium.eot');
  src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Medium.woff2') format('woff2'), url('../fonts/Avenir-Medium.woff') format('woff'), url('../fonts/Avenir-Medium.ttf') format('truetype'), url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy.eot');
  src: url('../fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Heavy.woff2') format('woff2'), url('../fonts/Avenir-Heavy.woff') format('woff'), url('../fonts/Avenir-Heavy.ttf') format('truetype'), url('../fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Black.eot');
  src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Black.woff2') format('woff2'), url('Avenir-Black.woff') format('woff'), url('../fonts/Avenir-Black.ttf') format('truetype'), url('../fonts/Avenir-Black.svg#Avenir-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
/* COLOR
@color_1: #f9ac08;
@color_2: lighten(@color_background, 5%);*/
.img-shadow {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}
.img-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.65);
  z-index: 2;
}
.hide-md {
  display: initial;
}
@media (max-width: 479px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hide-md {
    display: initial;
  }
}
.show-md {
  display: none;
}
@media (max-width: 479px) {
  .show-md {
    display: initial;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .show-md {
    display: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-md {
    display: initial;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show-md {
    display: none;
  }
}
@font-face {
  font-family: 'neovarim_icon_set_1';
  src: url('../fonts/neovarim_icon_set_1.eot?6djsof');
  src: url('../fonts/neovarim_icon_set_1.eot?6djsof#iefix') format('embedded-opentype'), url('../fonts/neovarim_icon_set_1.ttf?6djsof') format('truetype'), url('../fonts/neovarim_icon_set_1.woff?6djsof') format('woff'), url('../fonts/neovarim_icon_set_1.svg?6djsof#neovarim_icon_set_1') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'neovarim' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon_thumbs:before {
  content: "\e906";
}
.icon-icon_neovarim:before {
  content: "\e900";
}
.icon-icon_search:before {
  content: "\e901";
}
.icon-icon_view-list:before {
  content: "\e902";
}
.icon-icon_view-map:before {
  content: "\e903";
}
.icon-icon_view-min:before {
  content: "\e904";
}
.icon-icon_view-plus:before {
  content: "\e905";
}
/* - LESS NAVBAR - */
/* FOOTER
   ========================================================================== */
.footer-relative footer .footer_wrapper {
  position: relative;
}
footer .footer_wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
footer .footer-content {
  width: 100%;
  background: #1e2225;
  padding: 50px 0 0;
  border-bottom: 1px solid;
  border-color: rgba(237, 237, 237, 0.2);
}
footer .footer-top {
  margin-bottom: 30px;
}
footer .footer-top .footer-logo {
  width: 150px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  footer .footer-top .footer-logo {
    text-align: center;
    margin: 0 auto 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .footer-top .footer-logo {
    text-align: center;
    margin: 0 auto 20px;
  }
}
footer .footer-top p.title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #FFF;
}
footer .footer-top p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
}
footer .footer-top ul li {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  padding: 5px 0;
}
footer .footer-top ul li i {
  color: #e40042;
  margin-right: 10px;
  font-size: 15px;
}
footer .footer-top ul li a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
}
footer .footer-top ul li a:hover,
footer .footer-top ul li a:focus {
  color: #e40042;
}
footer .footer-top ul.footer-flex li {
  display: flex;
}
footer .footer-top a {
  color: #e40042;
  font-size: 0.75rem;
}
footer .footer-top a:hover,
footer .footer-top a:focus {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 479px) {
  footer .footer-top .bloc-footer {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .footer-top .bloc-footer {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-top .bloc-footer {
    margin-bottom: 20px;
  }
}
footer .footer-bottom {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid rgba(215, 215, 215, 0.2);
}
footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.688rem;
  text-align: right;
}
@media (max-width: 479px) {
  footer .footer-bottom p {
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .footer-bottom p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-bottom p {
    text-align: center;
  }
}
@media (max-width: 479px) {
  footer .footer-bottom ul {
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .footer-bottom ul {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-bottom ul {
    text-align: center;
  }
}
footer .footer-bottom ul li {
  color: rgba(255, 255, 255, 0.4);
}
footer .footer-bottom ul li a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.688rem;
}
footer .footer-bottom ul li a:hover,
footer .footer-bottom ul li a:focus {
  color: #e40042;
  cursor: pointer;
}
footer .footer-social {
  position: relative;
  text-align: center;
  background: #ebebeb;
  padding: 20px 0;
}
@media (max-width: 479px) {
  footer .footer-social {
    float: inherit;
    text-align: center;
    margin-top: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .footer-social {
    float: inherit;
    text-align: center;
    margin-top: 20px;
  }
}
footer .footer-social:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  border-width: 25px 50px 0 50px;
  border-color: #ebebeb transparent transparent transparent;
}
footer .footer-social ul li {
  display: inline;
  padding: 0 5px;
}
.home-page .footer-social {
  background: #FFF;
}
.home-page .footer-social:after {
  content: '';
  border-color: #FFF transparent transparent transparent;
}
/* - LESS LAYOUT - */
/* ------------------- STANDARD ------------------- */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"] {
  box-shadow: none;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  margin: 0;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
select {
  box-shadow: none;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  margin: 0;
  padding: 10px;
  width: 100%;
  background: #FFF;
  border: 1px solid;
  border-color: #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 10px;
  width: 100%;
  border: 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
fieldset {
  border: 0px solid #000!important;
  margin: 0!important;
  padding: 0!important;
}
/* -- FOCUS -- */
input:focus,
select:focus,
a:focus,
button:focus,
th:focus {
  outline: 0!important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: 0 !important;
  box-shadow: none;
}
textarea {
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}
/* ------------- */
/* -- DISABLED -- */
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  font-weight: 300;
  background-color: #f0f0f0!important;
  color: #b4b4b4;
  opacity: 0.90;
}
/* ROW TAILLE COTE A COTE */
.row-10 {
  float: left;
  width: 10%;
}
.row-25 {
  float: left;
  width: 25%;
}
.row-33 {
  float: left;
  width: 33%;
}
.row-34 {
  float: left;
  width: 34%;
}
.row-35 {
  float: left;
  width: 35%;
}
.row-50 {
  float: left;
  width: 50%;
}
.row-65 {
  float: left;
  width: 65%;
}
.row-75 {
  float: left;
  width: 75%;
}
.row-100 {
  float: left;
  width: 100%;
}
.form-content {
  margin-bottom: 20px;
}
/* ROW INPUT-CONTAIN
============================================== */
.input-contain {
  position: relative;
  padding: 10px 0;
}
.input-contain.b-grey {
  background: #f2f2f2;
  padding: 10px 15px;
}
.input-contain p {
  font-weight: 700;
}
.input-contain p.title {
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.input-contain p.label {
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.row-content {
  position: relative;
}
.row-content.grey {
  background-color: #f5f5f5;
  padding: 15px;
}
@media (max-width: 479px) {
  .row-content:nth-child(even) {
    margin-top: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .row-content:nth-child(even) {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-content:nth-child(even) {
    margin-top: 20px;
  }
}
/* ROW-LABEL */
.row-label {
  height: 40px;
  line-height: 40px;
  text-align: right;
}
.row-label label,
label.row-label {
  font-weight: 700;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  text-align: right;
  font-size: 14px;
  color: #626262;
}
.required .row-label label {
  color: #353d42;
}
.required .row-label label::before {
  content: '*';
  margin-right: 5px;
}
/* ROW-CONTENT SINGLE  */
.input-contain input,
.input-contain textarea {
  border: 1px solid;
  border-color: #d7d7d7;
  margin: 0;
  border-radius: 5px;
}
.input-contain input.icon {
  border-left: 0;
}
.input-contain p {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
/* ROW-DESCRIPTION */
.row-description {
  position: relative;
  height: 40px;
}
.row-description .error {
  font-style: italic;
  font-size: 0.875rem;
  color: #e52241;
}
/* OPTIONS ROW-CONTENT */
.left-photo {
  float: left;
}
.right-content {
  float: left;
  margin-left: 20px;
}
/**/
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.btn-select {
  background: #FFF;
  height: 40px;
  padding: 10px;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid;
  border-color: #d7d7d7;
  border-radius: 5px;
  width: 100%;
  text-align: left;
}
.btn-select:after {
  position: absolute;
  right: 10px;
  top: 18px;
}
.btn-first {
  border-right: 0;
}
.btn-middle {
  border-right: 0;
}
/* OPTIONS ROW-CONTENT */
.right-content {
  float: left;
  margin-left: 20px;
}
.right-content label {
  color: #353d42;
  font-weight: 400;
}
.left-photo {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 3px;
}
.left-photo .img-shadow {
  border-radius: 3px;
}
.left-photo .img-shadow::before {
  border-radius: 3px;
}
.left-photo .img-shadow img {
  vertical-align: top;
  z-index: 3;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  border-radius: 3px;
}
.input-group-addon {
  border-color: #dfdfd5;
  border-radius: 0;
}
/* RADIOBOX INPUT LABEL CSS3 ANIMATED
------------------------------------------------------------- */
label.radio-box {
  margin-bottom: 0;
  text-align: left!important;
}
.radio-box {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  line-height: 40px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}
.radio-box:hover .inner {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .35;
}
.radio-box div {
  float: left;
}
.radio-box input {
  height: 1px;
  width: 1px;
  opacity: 0;
  margin: 0;
  height: initial!important;
}
.radio-box input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio-box input:checked + .outer {
  border: 1px solid #e40042;
}
.radio-box .outer {
  height: 22px;
  width: 22px;
  display: block;
  float: left;
  margin: 10px 5px 10px 0px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.error .radio-box .outer {
  border: 1px solid #e40042;
}
.radio-box:hover .outer {
  border: 1px solid #e40042;
}
.radio-box .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 12px;
  width: 12px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 4px;
  border-radius: 50%;
  background-color: #e40042;
  opacity: 0;
}
/* ________________________________________________________ */
/* CHECKBOX INPUT LABEL CSS3 ANIMATED
---------------------------------------------------- */
label.check-box {
  margin-bottom: 0;
  padding-left: 30px;
  line-height: 40px;
}
label.check-box {
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
  font-size: 14px;
}
label.check-box:before,
label.check-box:after {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: 10px;
  left: 0px;
}
label.check-box:before {
  content: '';
  /*\e67e unchecked*/
  font-size: 21px;
  border: 1px solid #d7d7d7;
  height: 20px;
  width: 20px;
  border-radius: 0px;
  margin-top: 0px;
}
label.check-box:hover:after {
  color: #d7d7d7;
}
.check-box .thead {
  font-weight: 300;
  font-size: 14px!important ;
}
.checkbox {
  display: none;
}
.checkbox:checked + label.check-box:after {
  max-width: 20px;
  color: #e40042;
  padding: 0 0 0 3px;
  font-size: 14px;
  margin-top: -10px;
}
.checkbox:checked + label.check-box:hover:after {
  max-width: 20px;
  color: #e40042;
  padding: 0 0 0 3px;
  font-size: 14px;
  margin-top: -10px;
}
.checkbox + label.check-box:after {
  max-width: 20px;
  color: transparent;
  font-size: 1px;
  padding: 0 0 0 9px;
  margin-top: -10px;
}
.checkbox + label.check-box:hover:after {
  max-width: 20px;
  color: #d7d7d7;
  font-size: 10px;
  padding: 0 0 0 5px;
  margin-top: -10px;
}
.checkbox:checked + label.check-box:before {
  border: 1px solid #e40042;
}
.checkbox:checked + label.check-box:hover:before {
  border: 1px solid #e40042;
}
.checkbox + label.check-box:before {
  border: 1px solid #d7d7d7;
  transition: all 0.10s;
}
.checkbox + label.check-box:hover:before {
  border: 1px solid #e40042;
}
/* LABEL CHECK-BOX */
label.check-box:after {
  content: "\f00c";
  font-family: 'FontAwesome';
  max-width: 0;
  overflow: hidden;
  transition: all 0.10s;
  text-align: center;
  font-size: 0px;
  font-size: 21px;
}
/* ________________________________________________________ */
/* TOGGLE CSS
________________________________________________________ */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  margin: 0;
}
span.span-switch {
  vertical-align: 9px;
  margin-left: 5px;
  font-size: 16px;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #e40042;
}
input:focus + .slider {
  box-shadow: 0 0 1px #e40042;
}
input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.input-group-addon {
  min-width: 40px;
  border-color: #dfdfd5;
  background-color: transparent;
}
/* CUSTOM FILE */
.custom-file {
  width: 100%;
  height: 40px;
}
.custom-file input {
  border-color: #d7d7d7;
}
.custom-file .custom-file-control {
  height: 40px;
  font-size: 14px;
  line-height: 28px;
}
.custom-file .custom-file-control::before,
.custom-file .custom-file-control::after {
  height: 40px;
  line-height: 28px;
}
/* SELECT */
.select2-container--default:focus {
  outline: none;
}
.select2-container--default .select2-selection--single {
  border: 1px solid;
  border-color: #d7d7d7;
  border-radius: 5px;
  height: 40px;
  font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.select2-container--default .select2-selection--multiple {
  border: none;
  background: transparent;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered:after {
  content: '';
  border-color: #FFF transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 10px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: transparent;
  font-size: 0.875rem;
  color: #FFF;
  border: none;
  line-height: 33px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.5);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:focus {
  color: #FFF;
}
.select2-container--default .select2-selection--multiple .select2-search--inline {
  font-size: 0.875rem;
}
.select2-container--default .select2-selection--multiple input {
  margin: 0;
  margin-top: 0!important;
  height: 40px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
}
.select2-container--default.select2-container--open .select2-selection__rendered:after {
  content: '';
  border-color: transparent transparent #fff transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-dropdown {
  border-color: #d7d7d7;
}
.custom-file-control:lang(en)::before {
  font: normal normal normal 14px/1 'FontAwesome';
  content: "\f093";
  line-height: 28px;
}
.custom-file-control:lang(en):empty::after {
  content: "Choisissez un fichier";
}
.select-100 .select2-container {
  width: 100%!important;
}
.input-group .select2-container {
  width: 100%!important;
}
.input-group .select2-container--default:focus {
  outline: none;
}
.input-group .select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 5px;
  height: 40px;
  background: transparent;
}
.input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #FFF;
}
.input-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.input-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFF transparent;
}
.input-group .select2-container--default .select2-dropdown {
  border: 0;
}
.input-group.required:after {
  content: '*';
  position: absolute;
  right: 5px;
  top: 5px;
  color: #e40042;
}
.filtrer_content input,
.filtres-criteres input {
  background: transparent;
  border: none;
  color: #FFF;
}
.filtrer_content ::-webkit-input-placeholder,
.filtres-criteres ::-webkit-input-placeholder {
  color: #FFF;
}
.filtrer_content ::-moz-placeholder,
.filtres-criteres ::-moz-placeholder {
  color: #FFF;
}
.filtrer_content :-ms-input-placeholder,
.filtres-criteres :-ms-input-placeholder {
  color: #FFF;
}
.filtrer_content :-moz-placeholder,
.filtres-criteres :-moz-placeholder {
  color: #FFF;
}
.error .select2-container--default .select2-selection--single,
.error .select2-container--default .select2-selection--multiple {
  border-color: #e52241;
}
/* - LESS LAYOUT - */
/* RESET
--------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
html {
  font-size: 100%;
}
body {
  background-color: #fff;
  font-family: 'Avenir', sans-serif;
  font-weight: 300;
  font-size: 1em;
  color: #353d42;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #353d42;
}
a:hover {
  text-decoration: underline;
  color: #353d42;
}
a:focus {
  text-decoration: underline;
  outline: 0;
  color: #353d42;
}
p {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
input:focus,
select:focus,
a:focus,
button:focus,
th:focus {
  outline: 0!important;
}
.m-h62 {
  min-height: 62px;
}
.clear {
  clear: both;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-left {
  text-align: left!important;
}
.t-color_2 {
  color: #e40042;
}
.t-black {
  color: #353d42 !important;
}
.t-upp {
  text-transform: uppercase;
}
.t-init {
  text-transform: initial;
}
.t-300 {
  font-weight: 300;
}
.t-700 {
  font-weight: 700;
}
.t-900 {
  font-weight: 900;
}
.t-11 {
  font-size: 11px;
}
.p0 {
  padding: 0;
}
.pb0 {
  padding-bottom: 0!important;
}
.pt70 {
  padding-top: 70px!important;
}
.mt75 {
  margin-top: 75px;
}
.m0 {
  margin: 0!important;
}
.ml7 {
  margin-left: 7px;
}
.mr7 {
  margin-right: 7px;
}
.mt10 {
  margin-top: 10px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt60 {
  margin-top: 60px!important;
}
.mb0 {
  margin-bottom: 0px!important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb45 {
  margin-bottom: 45px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb80 {
  margin-bottom: 80px!important;
}
.mb60 {
  margin-bottom: 60px!important;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.btn-right {
  float: right;
}
@media (max-width: 479px) {
  .mb30-md {
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mb30-md {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mb30-md {
    margin-bottom: 30px;
  }
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mr20 {
  margin-right: 20px;
}
.mt20r {
  margin-top: 0;
}
@media (max-width: 479px) {
  .mt20r {
    margin-top: 20px!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mt20r {
    margin-top: 20px!important;
  }
}
.mt30r {
  margin-top: 0;
}
@media (max-width: 479px) {
  .mt30r {
    margin-top: 30px!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mt30r {
    margin-top: 30px!important;
  }
}
.mt40r {
  margin-top: 0;
}
@media (max-width: 479px) {
  .mt40r {
    margin-top: 40px!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mt40r {
    margin-top: 40px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mt40r {
    margin-top: 40px!important;
  }
}
@media (max-width: 479px) {
  .mb10r {
    margin-bottom: 10px!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mb10r {
    margin-bottom: 10px!important;
  }
}
@media (max-width: 479px) {
  .mb40r {
    margin-bottom: 40px!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mb40r {
    margin-bottom: 40px!important;
  }
}
@media (max-width: 479px) {
  .mb20r {
    margin-bottom: 20px!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mb20r {
    margin-bottom: 20px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mb20r {
    margin-bottom: 20px!important;
  }
}
.t-grey {
  color: #737373;
}
.t-white {
  color: #FFF;
}
.border-bottom {
  height: 1px;
  background: #d7d7d7;
  margin: 20px;
}
.px_separator {
  height: 1px;
  width: 15%;
  margin: 30px auto;
  background: rgba(46, 44, 51, 0.1);
  text-align: center;
}
.px_separator_w {
  height: 1px;
  width: 50%;
  margin: 20px auto;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.divider {
  width: 60%;
  height: 1px;
  background: #ededed;
  margin: 50px auto;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
#container {
  /*
    padding-bottom: 367px;
    @media @smartphones {padding-bottom: 830px;}
    @media @tablets {padding-bottom: 637px;}
    @media @screen-xs {padding-bottom: 405px;}
    */
}
/* HEADER
   ========================================================================== */
header {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.content-background {
  border-bottom: 1px solid;
  border-color: #FFF;
  background: url('../img/back-newsletter2.jpg') 50% 100% no-repeat;
  background-size: 100%;
}
/* Style for the modal and overlay*/
.ffb-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.ffb-modal .container {
  min-height: 100%;
}
.ffb-modal a.btn-defaut {
  font-weight: 400;
}
.ffb-modal a.btn-defaut:hover,
.ffb-modal a.btn-defaut:focus {
  color: #FFF;
}
.ffb-modal .input-contain {
  text-align: center;
}
.ffb-modal .input-contain label {
  font-size: 12px;
}
.ffb-show {
  visibility: visible;
}
.ffb-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ffb-show ~ .ffb-overlay {
  opacity: 1;
  visibility: visible;
}
a.ffb-close {
  position: absolute;
  top: -40px;
  right: -20px;
  font-size: 2rem;
  color: #FFF;
  cursor: pointer;
}
a.ffb-close:hover,
a.ffb-close:focus {
  color: #353d42;
  cursor: pointer;
  text-decoration: none;
}
button.ffb-link,
a.ffb-link {
  display: table;
  margin: 0 auto;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 300;
  border-radius: 5px;
  border: 1px solid;
  background: transparent;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  transition: all 0.125s ease-in-out;
  border-color: #ededed;
  background-color: #ededed;
  color: #FFF;
}
button.ffb-link:hover,
a.ffb-link:hover {
  border-color: #ededed;
  background-color: #ededed;
  color: #FFF;
  cursor: pointer;
  padding: 10px 40px;
  text-decoration: none;
}
button.ffb-link i,
a.ffb-link i {
  margin-right: 7px;
}
@media (max-width: 479px) {
  button.ffb-link i,
  a.ffb-link i {
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  button.ffb-link i,
  a.ffb-link i {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  button.ffb-link i,
  a.ffb-link i {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  button.ffb-link i,
  a.ffb-link i {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  button.ffb-link,
  a.ffb-link {
    padding: 10px 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  button.ffb-link,
  a.ffb-link {
    padding: 10px 15px;
  }
}
.ffb-modal .ffb-close-icon {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  top: -30px;
  right: 0px;
  z-index: 999;
  cursor: pointer;
  border: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* Content styles */
.ffb-content {
  color: #353d42;
  background: #FFF;
  position: relative;
  border-radius: 0;
  margin: 0 auto;
}
.ffb-content h3 {
  margin: 0;
  padding: 20px;
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #e1e1e1;
  color: #353d42;
  border-radius: 0;
  margin: auto;
  width: 87.5%;
}
.ffb-content h3:before {
  content: '';
  height: 45px;
  width: 45px;
  background: green;
  position: absolute;
  left: -25px;
  top: -25px;
}
.ffb-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.ffb-content > div p {
  margin: 0;
  padding: 10px 0;
}
.ffb-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}
.ffb-content > div ul li {
  padding: 5px 0;
}
.ffb-content input {
  text-align: center;
}
.ffb-content button {
  display: block;
  margin: 0 auto;
  padding: 9px 20px;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 300;
  border-radius: 5px;
  border: 1px solid;
  background: transparent;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  border-color: #353d42;
  background-color: #353d42;
  transition: all 0.125s ease-in-out;
}
.ffb-content button:hover {
  border-color: #ededed;
  background-color: #ededed;
  text-decoration: none;
  cursor: pointer;
}
.ffb-content p.annotation {
  font-size: 1.5rem;
  text-align: center;
  color: #ededed;
}
/* Blur background */
.ffb-show.ffb-effect ~ .ffb-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.ffb-show.ffb-effect ~ #container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}
.ffb-show.ffb-effect ~ header {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}
/* Effect: Fade in and scale up */
.ffb-effect .ffb-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ffb-show.ffb-effect .ffb-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modal-xl {
  max-width: 85vw;
}
.modal-title {
  font-weight: 700;
  text-transform: uppercase;
}
/* - LESS MODULES - */
/* BLOC CONTENT
   ========================================================================== */
.content_wrapper {
  padding: 60px 0;
}
/* BLOC ANNONCE DANS LA GOOGLE MAP
   ========================================================================== */
.map-info .map-info-image {
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  height: 200px;
  width: 200px;
  overflow: hidden;
  float: left;
}
@media (max-width: 479px) {
  .map-info .map-info-image {
    height: 170px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .map-info .map-info-image {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .map-info .map-info-image {
    height: 330px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .map-info .map-info-image {
    height: 300px;
  }
}
.map-info .map-info-image span.img-shadow img {
  opacity: 1;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.map-info .map-info-txt {
  width: calc(100% - 210px);
  min-width: 175px;
  float: left;
  margin-left: 10px;
  position: relative;
}
.map-info .map-info-txt h2 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.map-info .map-info-txt h2 span {
  font-size: 1rem;
}
.map-info .map-info-txt h2 span.accroche {
  font-size: 0.750rem!important;
  margin: 0;
}
.map-info .map-info-txt a.programme-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  width: 160px;
  padding: 10px 0;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  background: #353d42;
  color: #FFF;
}
.map-info .map-info-txt a.programme-link i {
  margin-left: 7px;
}
.map-info .map-info-txt a.programme-link:hover,
.map-info .map-info-txt a.programme-link:focus {
  text-decoration: none;
  background: #e40042;
}
.map-info .map-info-txt a.programme-download {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  width: 50px;
  padding: 10px 0;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  background: #353d42;
  color: #FFF;
}
.map-info .map-info-txt a.programme-download i {
  margin-left: 7px;
}
.map-info .map-info-txt a.programme-download:hover,
.map-info .map-info-txt a.programme-download:focus {
  text-decoration: none;
  background: #e40042;
}
.map-info .map-info-txt ul.description {
  margin: 10px 0;
}
.map-info .map-info-txt ul.description li {
  display: flex;
  padding: 5px 0;
}
.map-info .map-info-txt ul.description li i {
  color: #e40042;
  font-size: 0.725rem;
  margin-right: 7px;
  margin-top: 3px;
}
/* BLOC MAP + NOS PROGRAMMES
   ========================================================================== */
.map_wrapper.programme {
  height: 500px;
}
.map_wrapper.programme #map {
  padding: 0;
  margin: 0;
  height: 500px;
  position: relative;
  right: 0;
  top: 0;
  overflow: hidden;
}
.map_wrapper.contact {
  height: 800px;
}
.map_wrapper.contact #map-contact {
  padding: 0;
  margin: 0;
  height: 800px;
  position: relative;
  right: 0;
  top: 0;
  overflow: hidden;
}
.page_contact_content {
  background: #f2f2f2;
  padding-left: 15px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .page_contact_content {
    padding-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .page_contact_content {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_contact_content {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page_contact_content {
    display: block;
  }
}
.page_contact_content .cercle-neovarim.black {
  right: -130px;
  top: -550px;
  opacity: 0.05;
  z-index: 0;
  -ms-transform: rotate(160deg);
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
}
@media (max-width: 479px) {
  .page_contact_content .cercle-neovarim.black {
    top: -725px;
    right: 0;
  }
}
@media (max-width: 479px) {
  .page_contact_content .page_contact_form {
    padding: 0 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .page_contact_content .page_contact_form {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_contact_content .page_contact_form {
    padding: 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page_contact_content .page_contact_form {
    padding: 0 10px;
  }
}
.filtres-regions-map {
  position: absolute;
  z-index: 4;
  right: 10px;
  top: 0;
}
.filtres-regions-map button.btn-filtres {
  border: 0;
  border-radius: 5px;
  background: #e40042;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.725rem;
  padding: 10px 15px;
  margin: 10px 0 10px auto;
  text-align: right;
}
.filtres-regions-map button.btn-filtres:hover,
.filtres-regions-map button.btn-filtres:focus {
  background: #353d42;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .filtres-regions-map button.btn-filtres {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filtres-regions-map button.btn-filtres {
    display: block;
  }
}
.map {
  height: 100vh;
  padding-top: 101px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .map {
    height: auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .map {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .map {
    height: auto;
  }
}
.map #map-google {
  height: calc(100vh - 101px);
}
.map #map {
  padding: 0;
  margin: 0;
  height: calc(100vh - 101px);
  position: relative;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 50%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.map #map.full {
  width: 100%;
}
.map #map.none {
  width: 0;
}
@media (max-width: 479px) {
  .map #map {
    width: 0;
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .map #map {
    width: 0;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .map #map {
    width: 0;
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .map #map {
    width: 0;
    display: none;
  }
}
.map .row {
  margin: 0;
  padding: 0;
}
.map .col-lg-6 {
  margin: 0;
  padding: 0;
}
.nos-programmes {
  width: 50%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.nos-programmes.full {
  width: 100%;
}
.nos-programmes.none {
  width: 0;
}
@media (max-width: 479px) {
  .nos-programmes {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nos-programmes {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nos-programmes {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nos-programmes {
    width: 100%;
  }
}
.nos-programmes .filtrer_title {
  padding: 10px 0;
}
.nos-programmes .filtrer_title h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0;
  padding-top: 0;
  padding-left: 5px;
}
.nos-programmes .filtrer_title h2:before {
  left: -5px;
}
.nos-programmes .filtrer_title h2 span {
  font-size: 2rem;
}
.nos-programmes .filtrer_title .btn-center {
  text-align: center;
  margin-top: 7px;
}
.nos-programmes .filtrer_title .btn-right {
  text-align: right;
  margin-top: 7px;
}
.nos-programmes .filtrer_title button.btn-filtres,
.nos-programmes .filtrer_title a.btn-filtres {
  font-size: 0.750rem;
  font-weight: 700;
  border: 1px solid;
  background: #FFF;
  border-color: #e40042;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #e40042;
  margin-right: -5px;
  text-decoration: none;
}
.nos-programmes .filtrer_title button.btn-filtres:hover,
.nos-programmes .filtrer_title a.btn-filtres:hover,
.nos-programmes .filtrer_title button.btn-filtres:focus,
.nos-programmes .filtrer_title a.btn-filtres:focus {
  color: #FFF;
  background: #e40042;
  cursor: pointer;
}
.nos-programmes .filtrer_title button.btn-filtres:first-child,
.nos-programmes .filtrer_title a.btn-filtres:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.nos-programmes .filtrer_title button.btn-filtres:last-child,
.nos-programmes .filtrer_title a.btn-filtres:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: 0;
}
.nos-programmes .filtrer_title button.btn-filtres.active,
.nos-programmes .filtrer_title a.btn-filtres.active {
  color: #FFF;
  background: #e40042;
}
.nos-programmes .filtrer_title button.btn-filtres.active:hover,
.nos-programmes .filtrer_title a.btn-filtres.active:hover,
.nos-programmes .filtrer_title button.btn-filtres.active:focus,
.nos-programmes .filtrer_title a.btn-filtres.active:focus {
  color: #FFF;
  background: #e40042;
  cursor: default;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .nos-programmes .filtrer_title button.btn-filtres,
  .nos-programmes .filtrer_title a.btn-filtres {
    padding: 10px 5px;
  }
}
.nos-programmes .filtrer_title button.btn-map,
.nos-programmes .filtrer_title a.btn-map {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.750rem;
  border: 0;
  color: #353d42;
  text-decoration: none;
  background: transparent;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .nos-programmes .filtrer_title button.btn-map,
  .nos-programmes .filtrer_title a.btn-map {
    padding: 1px 2px 2px;
  }
}
.nos-programmes .filtrer_title button.btn-map:hover,
.nos-programmes .filtrer_title a.btn-map:hover,
.nos-programmes .filtrer_title button.btn-map:focus,
.nos-programmes .filtrer_title a.btn-map:focus {
  color: #353d42;
  cursor: pointer;
}
.nos-programmes .filtrer_title button.btn-map i,
.nos-programmes .filtrer_title a.btn-map i {
  font-size: 1.5rem;
  display: block;
}
.nos-programmes .filtrer_title button.btn-map.active,
.nos-programmes .filtrer_title a.btn-map.active {
  color: #e40042;
  font-weight: 700;
}
.nos-programmes .filtrer_title button.btn-map.active:hover,
.nos-programmes .filtrer_title a.btn-map.active:hover,
.nos-programmes .filtrer_title button.btn-map.active:focus,
.nos-programmes .filtrer_title a.btn-map.active:focus {
  color: #e40042;
  cursor: default;
}
.nos-programmes .filtrer_content {
  background: #353d42;
  padding: 0px 20px 0px 10px;
  background-image: url("../img/waves-large.svg"), url("../img/waves-small.svg"), url("../img/waves-large-right.svg"), url("../img/waves-small-right.svg");
  background-position: left 30px, left 0, right -30px, right 0;
  background-size: 100%, 40%, 40%, 35%;
  background-repeat: no-repeat;
  background-color: #353d42;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nos-programmes .filtrer_content {
    background-size: 120%, 130%, 50%, 135%;
    background-position: -140px 140px, -300px 0, 100% -30px, -20% 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nos-programmes .filtrer_content {
    background-size: 100%, 60%, 40%, 55%;
  }
}
.nos-programmes .filtrer_content #filtres-regions,
.nos-programmes .filtrer_content #filtres-regions-responsive {
  display: none;
  padding: 10px 0 0;
  text-align: center;
}
.nos-programmes .filtrer_content #filtres-regions.active,
.nos-programmes .filtrer_content #filtres-regions-responsive.active {
  display: block;
}
.nos-programmes .filtrer_content #filtres-criteres,
.nos-programmes .filtrer_content #filtres-criteres-responsive {
  display: none;
}
@media (max-width: 479px) {
  .nos-programmes .filtrer_content #filtres-criteres,
  .nos-programmes .filtrer_content #filtres-criteres-responsive {
    display: none;
    max-height: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nos-programmes .filtrer_content #filtres-criteres,
  .nos-programmes .filtrer_content #filtres-criteres-responsive {
    display: none;
    max-height: 0;
  }
}
.nos-programmes .filtrer_content #filtres-criteres.active,
.nos-programmes .filtrer_content #filtres-criteres-responsive.active {
  display: block;
}
@media (max-width: 479px) {
  .nos-programmes .filtrer_content #filtres-criteres.active,
  .nos-programmes .filtrer_content #filtres-criteres-responsive.active {
    display: block;
    max-height: 500px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nos-programmes .filtrer_content #filtres-criteres.active,
  .nos-programmes .filtrer_content #filtres-criteres-responsive.active {
    display: block;
    max-height: 500px;
  }
}
.nos-programmes .filtrer_content button.btn-filtres,
.nos-programmes .filtrer_content a.btn-filtres {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background: transparent;
  padding: 7px 25px;
  margin: 0 5px;
}
.nos-programmes .filtrer_content button.btn-filtres:hover,
.nos-programmes .filtrer_content a.btn-filtres:hover,
.nos-programmes .filtrer_content button.btn-filtres:focus,
.nos-programmes .filtrer_content a.btn-filtres:focus {
  background: #e40042;
  border-color: #e40042;
  color: #FFF;
  cursor: pointer;
}
.nos-programmes .filtrer_content button.btn-filtres.active,
.nos-programmes .filtrer_content a.btn-filtres.active {
  color: #FFF;
  background: #e40042;
  border-color: #e40042;
}
.nos-programmes .filtrer_content button.btn-filtres.active:hover,
.nos-programmes .filtrer_content a.btn-filtres.active:hover,
.nos-programmes .filtrer_content button.btn-filtres.active:focus,
.nos-programmes .filtrer_content a.btn-filtres.active:focus {
  color: #FFF;
  border-color: #e40042;
  background: #e40042;
  cursor: default;
}
.nos-programmes .filtrer_content a.btn-defaut,
.nos-programmes .filtrer_content button.btn-defaut {
  padding: 8px 9px;
  max-width: initial;
  min-width: inherit;
  color: #FFF;
}
.nos-programmes .filtrer_content a.btn-defaut i,
.nos-programmes .filtrer_content button.btn-defaut i {
  margin-left: 0;
  font-size: 20px;
  vertical-align: sub;
}
.nos-programmes .filtrer_content a.btn-defaut:hover,
.nos-programmes .filtrer_content button.btn-defaut:hover,
.nos-programmes .filtrer_content a.btn-defaut:focus,
.nos-programmes .filtrer_content button.btn-defaut:focus {
  background: #FFF;
  color: #e40042;
  border-color: #FFF;
}
.nos-programmes .filtrer_content .input-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.nos-programmes .filtrer_content .form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.6);
}
.nos-programmes .filtrer_content select.form-control {
  height: 39px;
}
.nos-programmes .filtrer_content.responsive {
  padding: 0;
}
.nos-programmes .filtrer_content.responsive .btn-filtre {
  background: transparent;
  width: 100%;
  padding: 15px;
  border: 0;
  color: #FFF;
  text-transform: uppercase;
}
.nos-programmes .filtrer_content.responsive .btn-filtre i {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: 7px;
}
.nos-programmes .filtrer_content.responsive .btn-filtre.active i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nos-programmes .filtrer_content.responsive .filtre-responsive-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nos-programmes .filtrer_content.responsive .filtre-responsive-content .row {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nos-programmes .filtrer_content.responsive .filtre-responsive-content.active {
  max-height: 500px;
  overflow: inherit;
}
.nos-programmes .filtrer_content.responsive .filtre-responsive-content.active .row {
  opacity: 1;
}
.nos-programmes .filtrer_content.responsive .btn-center {
  width: 100%;
  margin: auto;
  text-align: center;
}
.nos-programmes .nos-programmes-content {
  height: calc(100vh - 101px);
  overflow: scroll;
  padding: 20px 10px 145px 10px;
}
@media (max-width: 479px) {
  .nos-programmes .nos-programmes-content {
    height: auto;
    overflow: initial;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nos-programmes .nos-programmes-content {
    height: auto;
    overflow: initial;
  }
}
.nos-programmes .nos-programmes-content.list-view .programme_vignette {
  width: calc(25% - 20px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .nos-programmes .nos-programmes-content.list-view .programme_vignette {
    width: calc(33.3333% - 20px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nos-programmes .nos-programmes-content.list-view .programme_vignette {
    width: calc(33.3333% - 20px);
  }
}
@media (min-width: 1800px) {
  .nos-programmes .nos-programmes-content.list-view .programme_vignette {
    width: calc(16.666667% - 20px);
  }
}
.nos-programmes .nos-programmes-content .programme_vignette {
  background: #f2f2f2;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px 35px;
}
@media (max-width: 479px) {
  .nos-programmes .nos-programmes-content .programme_vignette {
    width: calc(100% - 20px);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nos-programmes .nos-programmes-content .programme_vignette {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nos-programmes .nos-programmes-content .programme_vignette {
    width: calc(50% - 20px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nos-programmes .nos-programmes-content .programme_vignette {
    width: calc(33.33333% - 20px);
  }
}
@media (min-width: 1800px) {
  .nos-programmes .nos-programmes-content .programme_vignette {
    width: calc(33.3333% - 20px);
  }
}
.nos-programmes .nos-programmes-content .programme_vignette:hover {
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.nos-programmes .nos-programmes-content .programme_vignette span.over {
  font-size: .625rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .125rem;
  text-align: center;
  color: #FFF;
  position: absolute;
  left: 50%;
  top: calc(45% - .75rem);
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
  font-weight: 300;
  transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(228, 0, 66, 0.9);
  padding: 0 15px;
}
.nos-programmes .nos-programmes-content .programme_vignette span.over:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 50%;
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nos-programmes .nos-programmes-content .programme_vignette a:hover,
.nos-programmes .nos-programmes-content .programme_vignette a:focus {
  text-decoration: none;
}
.nos-programmes .nos-programmes-content .programme_vignette a:hover span.over,
.nos-programmes .nos-programmes-content .programme_vignette a:focus span.over {
  opacity: 1;
}
.nos-programmes .nos-programmes-content .programme_vignette a:hover span.over:after,
.nos-programmes .nos-programmes-content .programme_vignette a:focus span.over:after {
  transform: scale(1, 1);
}
.nos-programmes .nos-programmes-content .programme_vignette a:hover .programme_image,
.nos-programmes .nos-programmes-content .programme_vignette a:focus .programme_image {
  background: #353d42;
}
.nos-programmes .nos-programmes-content .programme_vignette a:hover img,
.nos-programmes .nos-programmes-content .programme_vignette a:focus img {
  opacity: 0.5;
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_info {
  padding: 0 20px 20px;
  overflow: hidden;
  margin-top: -10px;
  z-index: 4;
  position: relative;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_info h3 {
  color: #353d42;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_info p {
  color: rgba(53, 61, 66, 0.5);
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_image {
  width: 100%;
  height: 225px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 479px) {
  .nos-programmes .nos-programmes-content .programme_vignette .programme_image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 275px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nos-programmes .nos-programmes-content .programme_vignette .programme_image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nos-programmes .nos-programmes-content .programme_vignette .programme_image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_image span.img-shadow::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_image span.img-shadow img.image-du-programme {
  vertical-align: top;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_image .arrow {
  position: absolute;
  right: 0;
  z-index: 3;
  bottom: 0;
  width: calc(100% + 1px);
  height: 0;
  background-color: #f2f2f2;
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_image .arrow:before,
.nos-programmes .nos-programmes-content .programme_vignette .programme_image .arrow:after {
  content: '';
  position: absolute;
  bottom: 100%;
  box-sizing: border-box;
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_image .arrow:before {
  top: inherit;
  left: 0;
  height: 0;
  width: 80%;
  border-bottom: 30px solid #f2f2f2;
  border-right: 40px solid transparent;
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_image .arrow:after {
  bottom: 0;
  height: 0;
  left: 80%;
  width: 20%;
  border-bottom: 30px solid #f2f2f2;
  border-left: 40px solid transparent;
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_image .bande-white {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  background: #FFF;
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_image .arrow-white {
  position: absolute;
  z-index: 1;
  background-color: #FFF;
  right: inherit;
  bottom: 10px;
  width: calc(100% + 1px);
  height: 0;
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_image .arrow-white:before,
.nos-programmes .nos-programmes-content .programme_vignette .programme_image .arrow-white:after {
  content: '';
  position: absolute;
  bottom: 100%;
  box-sizing: border-box;
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_image .arrow-white:before {
  top: inherit;
  left: 0;
  height: 0;
  width: 80%;
  border-bottom: 30px solid #FFF;
  border-right: 40px solid transparent;
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_image .arrow-white:after {
  bottom: 0;
  height: 0;
  left: 80%;
  width: 20%;
  border-bottom: 30px solid #FFF;
  border-left: 40px solid transparent;
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_type {
  margin-top: -73px;
  max-width: 80%;
  min-width: calc(80% - 70px);
  position: absolute;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.750rem;
  padding: 8px 0px 8px 10px;
  background: rgba(0, 0, 0, 0.5);
}
.nos-programmes .nos-programmes-content .programme_vignette .programme_type:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 0 30px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
}
.nos-programmes .nos-programmes-content .programme_vignette a.programme-link {
  display: block;
  position: absolute;
  right: 0;
  z-index: 4;
  width: 160px;
  padding: 10px 0;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  background: #353d42;
  color: #FFF;
  float: right;
  margin-top: -20px;
  margin-right: 20px;
}
.nos-programmes .nos-programmes-content .programme_vignette a.programme-link:hover,
.nos-programmes .nos-programmes-content .programme_vignette a.programme-link:focus {
  text-decoration: none;
  background: #e40042;
}
.nos-programmes .nos-programmes-content .programme_vignette a.programme-download {
  display: block;
  position: absolute;
  left: 0;
  z-index: 4;
  width: 50px;
  padding: 5px 0;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  background: #353d42;
  color: #FFF;
  float: right;
  margin-top: -20px;
  margin-left: 20px;
}
.nos-programmes .nos-programmes-content .programme_vignette a.programme-download:hover,
.nos-programmes .nos-programmes-content .programme_vignette a.programme-download:focus {
  text-decoration: none;
  background: #e40042;
}
.cercle-neovarim {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
/* BLOC ANNONCE DETAILS
   ========================================================================== */
.colonne_right .colonne_top {
  border-radius: 5px;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 30px;
  background-color: #353d42;
}
@media (max-width: 479px) {
  .colonne_right .colonne_top {
    margin-top: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .colonne_right .colonne_top {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .colonne_right .colonne_top {
    margin-top: 20px;
  }
}
.colonne_right .colonne_top .cercle-neovarim.black {
  opacity: 0.35;
  width: 400px;
  top: -80%;
  left: -70px;
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
@media (min-width: 480px) and (max-width: 767px) {
  .colonne_right .colonne_top .cercle-neovarim.black {
    right: -110px;
    left: inherit;
    width: 600px;
    top: -85%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .colonne_right .colonne_top .cercle-neovarim.black {
    right: -110px;
    left: inherit;
    width: 600px;
    top: -85%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .colonne_right .colonne_top .cercle-neovarim.black {
    right: 0;
  }
}
.colonne_right .colonne_top h3 {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 20px;
}
.colonne_right .colonne_top h3 span {
  font-weight: 900;
}
.colonne_right .colonne_top ul {
  color: rgba(255, 255, 255, 0.7);
}
.colonne_right .colonne_top ul li {
  display: flex;
  padding: 10px 0;
  font-size: 1rem;
}
.colonne_right .colonne_top ul li i {
  margin-right: 7px;
  font-size: 10px;
  margin-top: 6px;
  vertical-align: middle;
}
.colonne_right .colonne_top ul.description li {
  padding: 5px 0;
  font-size: 1rem;
  display: flex;
}
.colonne_right .colonne_top ul.description li i {
  margin-right: 7px;
  font-size: 16px;
  margin-top: 3px;
  vertical-align: middle;
}
.colonne_right .colonne_top a.btn-defaut,
.colonne_right .colonne_top button.btn-defaut {
  max-width: 100%;
  min-width: 100%;
  margin: 30px 0;
  color: #FFF;
}
.colonne_right .colonne_top a.btn-defaut:hover,
.colonne_right .colonne_top button.btn-defaut:hover,
.colonne_right .colonne_top a.btn-defaut:focus,
.colonne_right .colonne_top button.btn-defaut:focus {
  max-width: 100%;
  min-width: 100%;
  background: #cb003b;
  border-color: #cb003b;
}
.colonne_right .colonne_top a.btn-defaut.btn-success:hover,
.colonne_right .colonne_top button.btn-defaut.btn-success:hover,
.colonne_right .colonne_top a.btn-defaut.btn-success:focus,
.colonne_right .colonne_top button.btn-defaut.btn-success:focus {
  background: #58b109;
  border-color: #58b109;
}
.colonne_right h4 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.833rem;
  text-align: center;
}
.colonne_right .logo-programme {
  background: #FFF;
  height: 125px;
  line-height: 80px;
  width: 200px;
  padding: 20px;
  margin: 20px auto 20px;
  border-radius: 5px;
  text-align: center;
}
.colonne_right .logo-programme span.img-shadow:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.colonne_right .logo-programme span.img-shadow img {
  opacity: 1;
  z-index: 10;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.colonne_right .logo-promoteur {
  background: #FFF;
  height: 125px;
  line-height: 100px;
  width: 200px;
  margin: 20px auto 20px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.colonne_right .logo-promoteur span.img-shadow:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.colonne_right .logo-promoteur span.img-shadow img {
  opacity: 1;
  z-index: 10;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.colonne_right .logo-labels {
  width: 100%;
  margin-top: 20px;
}
.colonne_right .logo-labels span.img-shadow:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.colonne_right .logo-labels span.img-shadow img {
  opacity: 1;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.colonne_right .img-avatar {
  width: 100%;
  border-radius: 5px;
}
.colonne_right .img-avatar span.img-shadow {
  border-radius: 5px;
}
.colonne_right .img-avatar span.img-shadow:before {
  border-radius: 5px;
}
.colonne_right .img-avatar span.img-shadow img {
  opacity: 1;
  border-radius: 5px;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.colonne_right .colonne_bottom p {
  margin-bottom: 0!important;
}
.colonne_left .annonce-details {
  padding-top: 20px;
}
.colonne_left .annonce-details h2 {
  margin: 0;
}
.colonne_left .annonce-details h2 span.accroche {
  margin-top: 10px;
  display: block;
  font-size: 1.125rem;
  color: rgba(53, 61, 66, 0.5);
  font-weight: 300;
  line-height: 1.25rem;
}
.colonne_left .annonce-details h2:before {
  bottom: 15px;
}
.colonne_left .annonce-details h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 900;
}
.colonne_left .annonce-details h3 span {
  font-weight: 300;
}
.colonne_left .annonce-details p.two_columns {
  columns: 2;
  text-align: justify;
}
@media (max-width: 479px) {
  .colonne_left .annonce-details p.two_columns {
    columns: 1;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .colonne_left .annonce-details p.two_columns {
    columns: 1;
  }
}
.colonne_left .annonce-details p {
  margin-bottom: 10px;
}
.colonne_left .annonce-details .form-details {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url("../img/waves-large-black-03.svg"), url("../img/waves-small-black-03.svg"), url("../img/waves-large-right-black-03.svg"), url("../img/waves-small-right-black-03.svg");
  background-repeat: no-repeat;
  background-position: left top, left top, right bottom, right bottom;
  background-size: 40%, 40%, 40%, 40%;
}
.colonne_left .annonce-details .form-details .b-grey {
  background: transparent;
}
.colonne_left .annonce-details .logo-programme {
  background: #FFF;
  height: 125px;
  line-height: 80px;
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  border-radius: 5px;
  border: 0px solid;
  border-color: #d7d7d7;
  text-align: center;
}
@media (max-width: 479px) {
  .colonne_left .annonce-details .logo-programme {
    width: 200px;
    margin: 15px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .colonne_left .annonce-details .logo-programme {
    width: 200px;
    margin: 15px 0;
  }
}
.colonne_left .annonce-details .logo-programme span.img-shadow:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.colonne_left .annonce-details .logo-programme span.img-shadow img {
  opacity: 1;
  z-index: 10;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
/* BLOC SLIDER
   ========================================================================== */
.slider_wrapper {
  background: #FFF;
  position: relative;
  overflow: hidden;
}
.slider_wrapper .cercle-neovarim.rose {
  opacity: 0.75;
  width: 40%;
  bottom: -80%;
  left: 120px;
  z-index: 2;
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider_wrapper .cercle-neovarim.rose {
    right: -110px;
    left: inherit;
    width: 600px;
    top: -540px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider_wrapper .cercle-neovarim.rose {
    right: -110px;
    left: inherit;
    width: 600px;
    top: -540px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider_wrapper .cercle-neovarim.rose {
    right: 0;
  }
}
.slider_wrapper .cercle-neovarim.white {
  opacity: 0.25;
  width: 700px;
  top: -520px;
  right: -90px;
  z-index: 2;
  -ms-transform: rotate(155deg);
  -webkit-transform: rotate(155deg);
  transform: rotate(155deg);
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider_wrapper .cercle-neovarim.white {
    right: -110px;
    left: inherit;
    width: 600px;
    top: -540px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider_wrapper .cercle-neovarim.white {
    right: -110px;
    left: inherit;
    width: 600px;
    top: -540px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider_wrapper .cercle-neovarim.white {
    right: 0;
  }
}
/* IMAGE HEADER
   ========================================================================== */
.image_wrapper {
  background: #FFF;
  height: 250px;
}
.image_wrapper span.img-shadow:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.image_wrapper span.img-shadow img {
  opacity: 1;
  vertical-align: top;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
/*  OWL CARROUSEL HOME
   ========================================================================== */
.owl-home .owl-item {
  height: 80vh;
  width: 100%;
}
@media (max-width: 479px) {
  .owl-home .owl-item {
    height: 60vh;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .owl-home .owl-item {
    height: 60vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .owl-home .owl-item {
    height: 80vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .owl-home .owl-item {
    height: 80vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-height: 800px) {
  .owl-home .owl-item {
    height: 60vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-height: 1100px) {
  .owl-home .owl-item {
    height: 45vh;
  }
}
.owl-home .owl-home-slide {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  height: 90vh;
}
@media (max-width: 479px) {
  .owl-home .owl-home-slide {
    height: 60vh;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .owl-home .owl-home-slide {
    height: 60vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .owl-home .owl-home-slide {
    height: 80vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .owl-home .owl-home-slide {
    height: 80vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-height: 800px) {
  .owl-home .owl-home-slide {
    height: 60vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-height: 1100px) {
  .owl-home .owl-home-slide {
    height: 45vh;
  }
}
.owl-home .owl-home-slide img {
  opacity: 1;
  vertical-align: top;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.owl-home .owl-home-slide .owl-slide-txt {
  position: absolute;
  z-index: 10;
  top: 45vh;
  bottom: 45vh;
  left: 20px;
  right: 0;
  margin: auto;
  font-size: 24px;
  text-align: left;
  color: #FFF;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 479px) {
  .owl-home .owl-home-slide .owl-slide-txt {
    font-size: 1.375rem;
    line-height: 21px;
    top: 705%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .owl-home .owl-home-slide .owl-slide-txt {
    font-size: 1.375rem;
    line-height: 21px;
    top: 65%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .owl-home .owl-home-slide .owl-slide-txt {
    font-size: 24px;
    line-height: 30px;
    top: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .owl-home .owl-home-slide .owl-slide-txt {
    font-size: 24px;
    line-height: 30px;
    top: 45%;
  }
}
.owl-home .owl-home-slide .owl-slide-txt span {
  padding: 5px 20px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
  border-bottom-left-radius: 0;
}
.owl-home .owl-home-slide .owl-slide-txt span.gold {
  padding: 5px 20px;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  line-height: 24px;
  background: rgba(228, 0, 66, 0.75);
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
/*  OWL CARROUSEL ANNONCE
   ========================================================================== */
.owl-annonce .owl-item {
  height: 70vh;
  width: 100%;
}
@media (max-width: 479px) {
  .owl-annonce .owl-item {
    height: 60vh;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .owl-annonce .owl-item {
    height: 60vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .owl-annonce .owl-item {
    height: inherit;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .owl-annonce .owl-item {
    height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-height: 800px) {
  .owl-annonce .owl-item {
    height: 60vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-height: 1100px) {
  .owl-annonce .owl-item {
    height: 45vh;
  }
}
.owl-annonce .owl-home-slide {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  height: 70vh;
}
@media (max-width: 479px) {
  .owl-annonce .owl-home-slide {
    height: 60vh;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .owl-annonce .owl-home-slide {
    height: 60vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .owl-annonce .owl-home-slide {
    height: inherit;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .owl-annonce .owl-home-slide {
    height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-height: 800px) {
  .owl-annonce .owl-home-slide {
    height: 60vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-height: 1100px) {
  .owl-annonce .owl-home-slide {
    height: 45vh;
  }
}
.owl-annonce .owl-home-slide img {
  opacity: 1;
  vertical-align: top;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
/* BLOC NEWS
   ========================================================================== */
.news_wrapper {
  padding: 40px 0;
}
.news_wrapper .news-homepage {
  margin-bottom: 20px;
}
.news_wrapper .news-homepage .row {
  margin: 0;
}
.news_wrapper .news-homepage .col-md-5,
.news_wrapper .news-homepage .col-md-7 {
  margin: 0;
  padding: 0;
}
.news_wrapper .news-homepage .news-top {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 479px) {
  .news_wrapper .news-homepage .news-top {
    height: 250px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news_wrapper .news-homepage .news-top {
    height: 250px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news_wrapper .news-homepage .news-top {
    height: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news_wrapper .news-homepage .news-top {
    height: 180px;
  }
}
.news_wrapper .news-homepage .news-top .arrow {
  position: absolute;
  right: 30px;
  width: 0;
  height: 100%;
  z-index: 3;
  background-color: #f2f2f2;
}
@media (max-width: 479px) {
  .news_wrapper .news-homepage .news-top .arrow {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news_wrapper .news-homepage .news-top .arrow {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
  }
}
.news_wrapper .news-homepage .news-top .arrow:before,
.news_wrapper .news-homepage .news-top .arrow:after {
  content: '';
  position: absolute;
  bottom: 100%;
  box-sizing: border-box;
}
.news_wrapper .news-homepage .news-top .arrow:before {
  top: 40px;
  height: 80%;
  border-right: 30px solid #f2f2f2;
  border-top: 40px solid transparent;
}
@media (max-width: 479px) {
  .news_wrapper .news-homepage .news-top .arrow:before {
    top: inherit;
    height: inherit;
    width: 80%;
    left: 0;
    border-bottom: 30px solid #f2f2f2;
    border-right: 40px solid transparent;
    border-top: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news_wrapper .news-homepage .news-top .arrow:before {
    top: inherit;
    height: inherit;
    left: 0;
    width: 80%;
    border-bottom: 30px solid #f2f2f2;
    border-right: 40px solid transparent;
    border-top: none;
  }
}
.news_wrapper .news-homepage .news-top .arrow:after {
  bottom: calc(100% - 40px);
  height: 20%;
  border-right: 30px solid #f2f2f2;
  border-bottom: 40px solid transparent;
}
@media (max-width: 479px) {
  .news_wrapper .news-homepage .news-top .arrow:after {
    bottom: 0;
    height: 0;
    left: 80%;
    width: 20%;
    border-bottom: 30px solid #f2f2f2;
    border-left: 40px solid transparent;
    border-right: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news_wrapper .news-homepage .news-top .arrow:after {
    bottom: 0;
    height: 0;
    left: 80%;
    width: 20%;
    border-bottom: 30px solid #f2f2f2;
    border-left: 40px solid transparent;
    border-right: none;
  }
}
.news_wrapper .news-homepage .news-top .bande-white {
  position: absolute;
  z-index: 2;
  right: 0;
  height: 100%;
  width: 10px;
  background: #FFF;
}
@media (max-width: 479px) {
  .news_wrapper .news-homepage .news-top .bande-white {
    height: 10px;
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news_wrapper .news-homepage .news-top .bande-white {
    height: 10px;
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
.news_wrapper .news-homepage .news-top .arrow-white {
  position: absolute;
  right: 40px;
  width: 0;
  height: 100%;
  z-index: 1;
  background-color: #FFF;
}
@media (max-width: 479px) {
  .news_wrapper .news-homepage .news-top .arrow-white {
    right: inherit;
    bottom: 10px;
    width: 100%;
    height: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news_wrapper .news-homepage .news-top .arrow-white {
    right: inherit;
    bottom: 10px;
    width: 100%;
    height: 0;
  }
}
.news_wrapper .news-homepage .news-top .arrow-white:before,
.news_wrapper .news-homepage .news-top .arrow-white:after {
  content: '';
  position: absolute;
  bottom: 100%;
  box-sizing: border-box;
}
.news_wrapper .news-homepage .news-top .arrow-white:before {
  top: 40px;
  height: 80%;
  border-right: 30px solid #FFF;
  border-top: 40px solid transparent;
}
@media (max-width: 479px) {
  .news_wrapper .news-homepage .news-top .arrow-white:before {
    top: inherit;
    left: 0;
    height: 0;
    width: 80%;
    border-bottom: 30px solid #FFF;
    border-right: 40px solid transparent;
    border-top: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news_wrapper .news-homepage .news-top .arrow-white:before {
    top: inherit;
    left: 0;
    height: 0;
    width: 80%;
    border-bottom: 30px solid #FFF;
    border-right: 40px solid transparent;
    border-top: none;
  }
}
.news_wrapper .news-homepage .news-top .arrow-white:after {
  bottom: calc(100% - 40px);
  height: 20%;
  border-right: 30px solid #FFF;
  border-bottom: 40px solid transparent;
}
@media (max-width: 479px) {
  .news_wrapper .news-homepage .news-top .arrow-white:after {
    bottom: 0;
    height: 0;
    left: 80%;
    width: 20%;
    border-bottom: 30px solid #FFF;
    border-left: 40px solid transparent;
    border-right: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news_wrapper .news-homepage .news-top .arrow-white:after {
    bottom: 0;
    height: 0;
    left: 80%;
    width: 20%;
    border-bottom: 30px solid #FFF;
    border-left: 40px solid transparent;
    border-right: none;
  }
}
.news_wrapper .news-homepage .news-top span.img-shadow:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.news_wrapper .news-homepage .news-top span.img-shadow img {
  vertical-align: top;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.news_wrapper .news-homepage .news-top span.over {
  font-size: .625rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .125rem;
  text-align: center;
  color: #FFF;
  position: absolute;
  left: 40%;
  top: calc(50% - .75rem);
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
  font-weight: 300;
  transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(228, 0, 66, 0.9);
  padding: 0 15px;
}
.news_wrapper .news-homepage .news-top span.over:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 50%;
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news_wrapper .news-homepage a:hover .news-top,
.news_wrapper .news-homepage a:focus .news-top,
.news_wrapper .news-homepage:hover .news-top,
.news_wrapper .news-homepage:focus .news-top {
  background: #000;
}
.news_wrapper .news-homepage a:hover span.over,
.news_wrapper .news-homepage a:focus span.over,
.news_wrapper .news-homepage:hover span.over,
.news_wrapper .news-homepage:focus span.over {
  opacity: 1;
}
.news_wrapper .news-homepage a:hover span.over:after,
.news_wrapper .news-homepage a:focus span.over:after,
.news_wrapper .news-homepage:hover span.over:after,
.news_wrapper .news-homepage:focus span.over:after {
  transform: scale(1, 1);
}
.news_wrapper .news-homepage a:hover img,
.news_wrapper .news-homepage a:focus img,
.news_wrapper .news-homepage:hover img,
.news_wrapper .news-homepage:focus img {
  opacity: 0.5;
}
.news_wrapper .news-homepage .news-bottom {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  background: #f2f2f2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px;
}
@media (max-width: 479px) {
  .news_wrapper .news-homepage .news-bottom {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news_wrapper .news-homepage .news-bottom {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.news_wrapper .news-homepage .news-bottom h3 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1rem;
  text-transform: uppercase;
  color: #e40042;
  padding: 10px;
}
.news_wrapper .news-homepage .news-bottom p {
  font-size: 0.813rem;
  text-align: justify;
  overflow: hidden;
  padding: 10px;
  max-height: 85px;
}
.news_wrapper .news-homepage .news-bottom p.date {
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 10px 0;
}
.news_wrapper .news-homepage .news-bottom a.news-link {
  display: block;
  font-size: 0.688rem;
  color: #353d42;
  text-transform: none;
  text-shadow: none;
  text-align: right;
  font-weight: 400;
}
.news_wrapper .news-homepage .news-bottom a.news-link i {
  font-size: 11px;
  padding: 0 0 0 1px;
  border-radius: 25px;
  border: 1px solid #353d42;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: 5px;
}
.news_wrapper .news-homepage .news-bottom a.news-link:hover,
.news_wrapper .news-homepage .news-bottom a.news-link:focus {
  color: #353d42;
  text-decoration: none;
}
.news_wrapper .news-homepage .news-bottom a.news-link:hover i,
.news_wrapper .news-homepage .news-bottom a.news-link:focus i {
  border-color: #353d42;
}
/* BLOC FILTRES SEARCH
   ========================================================================== */
.filter_height .col-12 {
  min-height: 0;
}
.filter_wrapper {
  margin-top: -183px;
  position: relative;
  z-index: 11;
  margin-bottom: 20px;
}
.filter_wrapper .filtrer_title {
  overflow: hidden;
  display: inline-flex;
  background: rgba(0, 0, 0, 0.65);
  padding: 10px 20px 0 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.filter_wrapper .filtrer_title h2.title-white {
  margin: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}
.filter_wrapper .filtrer_content {
  background: rgba(0, 0, 0, 0.65);
  padding: 10px 20px 10px 20px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.filter_wrapper .filtrer_content .row {
  margin: 0;
  padding: 0;
}
.filter_wrapper .filtrer_content .col-md {
  margin: 0;
  padding: 0 5px;
}
.filter_wrapper .filtrer_content .col-md:first-child {
  padding: 0 5px 0 0;
}
.filter_wrapper .filtrer_content .col-button {
  padding-left: 5px;
}
.filter_wrapper .filtrer_content .btn-search {
  padding: 9px 20px;
  max-width: inherit;
  min-width: inherit;
}
.filter_wrapper .filtrer_content .btn-search:hover,
.filter_wrapper .filtrer_content .btn-search:focus {
  max-width: inherit;
  min-width: inherit;
}
.filter_wrapper .filtrer_content .input-group {
  border-bottom: 1px solid #FFF;
}
.filter_wrapper .filtrer_content .form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #FFF;
}
.filter_wrapper .filtrer_content select.form-control {
  height: 40px;
}
.filter_wrapper.responsive {
  margin-top: 0;
  margin-bottom: 0;
}
.filter_wrapper.responsive .filtrer_title {
  background: transparent;
  padding: 0;
  margin: 0;
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter_wrapper.responsive button.title-white {
  background: #e40042;
  border: 1px solid #e40042;
  color: #FFF;
  text-align: center;
  width: 100%;
  padding: 20px 10px;
  text-transform: uppercase;
  font-size: 1rem;
}
.filter_wrapper.responsive button.title-white i {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: 7px;
}
.filter_wrapper.responsive button.title-white.active i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.filter_wrapper.responsive .filtrer_content {
  padding: 0 20px;
  max-height: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #e40042;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.filter_wrapper.responsive .filtrer_content .row {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.filter_wrapper.responsive .filtrer_content.active {
  max-height: 500px;
  overflow: inherit;
}
.filter_wrapper.responsive .filtrer_content.active .row {
  opacity: 1;
}
.filter_wrapper.responsive .filtrer_content button.btn-search {
  text-align: center;
  background: #FFF;
  border-color: #FFF;
  color: #e40042;
}
.nos-programmes .col-button {
  padding-left: 5px;
}
@media (max-width: 479px) {
  .nos-programmes .col-button {
    width: 100%;
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nos-programmes .col-button {
    width: 100%;
    text-align: center;
    margin: auto;
  }
}
/* BLOC FILTRES SEARCH
   ========================================================================== */
.waves-large {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.waves-large img {
  width: 100%;
  height: 100%;
}
.waves-small {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.waves-small img {
  width: 100px;
  height: 100px;
}
.waves-large-right {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: right;
}
.waves-large-right img {
  width: 100px;
  height: 100px;
}
.waves-small-right {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: right;
}
.waves-small-right img {
  width: 100px;
  height: 100px;
}
.chiffres_cles_wrapper {
  background-image: url("../img/waves-large.svg"), url("../img/waves-small.svg"), url("../img/waves-large-right.svg"), url("../img/waves-small-right.svg");
  position: relative;
  overflow: hidden;
  background-position: left 30px, left 0, right -30px, right 0;
  background-size: 100%, 40%, 40%, 35%;
  background-repeat: no-repeat;
  background-color: #353d42;
  color: #FFF;
  padding: 70px 10%;
}
@media (max-width: 479px) {
  .chiffres_cles_wrapper {
    padding: 30px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .chiffres_cles_wrapper {
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chiffres_cles_wrapper {
    padding: 30px 0;
    background-size: 120%, 130%, 50%, 135%;
    background-position: -140px 140px, -300px 0, 100% -30px, -20% 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chiffres_cles_wrapper {
    background-size: 100%, 60%, 40%, 55%;
    padding: 70px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .chiffres_cles_wrapper {
    padding: 70px 20px;
  }
}
.chiffres_cles_wrapper .chiffres_cle_dispo {
  font-size: 0.625rem;
  text-transform: uppercase;
}
.chiffres_cles_wrapper .chiffres_cle_content {
  display: flex;
  position: relative;
}
@media (max-width: 479px) {
  .chiffres_cles_wrapper .chiffres_cle_content {
    width: 300px;
    margin: 10px auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .chiffres_cles_wrapper .chiffres_cle_content {
    width: 300px;
    margin: 10px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chiffres_cles_wrapper .chiffres_cle_content {
    width: 300px;
    margin: 10px auto;
  }
}
.chiffres_cles_wrapper .chiffres_cle_content .chiffres_cle_content-icon {
  background: url('../img/bulle-neovarim.svg') 0 0 no-repeat;
  background-size: 100px;
  height: 110px;
  width: 100px;
  line-height: 125px;
  margin-right: 10px;
}
.chiffres_cles_wrapper .chiffres_cle_content .chiffres_cle_content-icon p {
  font-size: 28px;
  color: #353d42;
  text-align: center;
  margin: auto;
  font-weight: 900;
}
.chiffres_cles_wrapper .chiffres_cle_content .chiffres_cle_content-txt {
  position: absolute;
  left: 110px;
  top: 53%;
  transform: translateY(-50%);
}
.chiffres_cles_wrapper .chiffres_cle_content .chiffres_cle_content-txt p {
  font-weight: 300;
  text-transform: uppercase;
}
/* BLOC ACTEURS HOME PAGE
   ========================================================================== */
.acteurs_wrapper {
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding: 20px 0;
  margin-top: -20px;
  margin-bottom: -30px;
}
.acteurs_wrapper .col-lg-4 {
  margin: 0;
  padding: 0;
}
.acteurs_wrapper .acteurs_content {
  position: relative;
  z-index: 1;
  padding: 40px;
}
.acteurs_wrapper .acteurs_content:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ececec;
  /*
            background: @color_4 url("../img/bulle-neovarim-grise.svg");
            background-size: 50%;
            background-repeat: no-repeat;
            background-position: center center;
            */
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media (max-width: 479px) {
  .acteurs_wrapper .acteurs_content:before {
    background-size: 80%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .acteurs_wrapper .acteurs_content:before {
    background-size: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acteurs_wrapper .acteurs_content:before {
    background-size: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acteurs_wrapper .acteurs_content:before {
    background-size: 80%;
  }
}
.acteurs_wrapper .acteurs_content:hover,
.acteurs_wrapper .acteurs_content:focus,
.acteurs_wrapper .acteurs_content.active {
  z-index: 2;
}
.acteurs_wrapper .acteurs_content:hover:before,
.acteurs_wrapper .acteurs_content:focus:before,
.acteurs_wrapper .acteurs_content.active:before {
  z-index: -1;
  background: #dedede;
  /*
                background: darken(@color_4,3%) url("../img/bulle-neovarim-grise.svg");
                background-size: 50%;
                background-repeat: no-repeat;
                background-position: center center;
                */
  transform: scale(1.1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acteurs_wrapper .acteurs_content:hover:before,
  .acteurs_wrapper .acteurs_content:focus:before,
  .acteurs_wrapper .acteurs_content.active:before {
    background-size: 80%;
  }
}
.acteurs_wrapper .acteurs_content .acteurs_content-txt {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding-bottom: 50px;
  max-width: 370px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .acteurs_wrapper .acteurs_content .acteurs_content-txt {
    min-height: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acteurs_wrapper .acteurs_content .acteurs_content-txt {
    min-height: 170px;
  }
}
.acteurs_wrapper .acteurs_content h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 15px;
  /*margin-bottom: 70px;*/
  min-height: 56px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acteurs_wrapper .acteurs_content h3 {
    font-size: 1.25rem;
  }
}
.acteurs_wrapper .acteurs_content p {
  text-align: center;
}
.acteurs_wrapper .acteurs_content a {
  text-align: center;
  margin: auto;
  margin-top: -25px;
}
/* BLOC CONTENT PAGE
   ========================================================================== */
.content-page {
  padding: 110px 0 60px;
}
/* BLOC FORM
   ========================================================================== */
.form_wrapper {
  padding: 30px 0;
  background: #ebebeb;
  overflow: hidden;
  background-image: url("../img/waves-large-black.svg"), url("../img/waves-small-black.svg"), url("../img/waves-large-right-black.svg"), url("../img/waves-small-right-black.svg");
  background-repeat: no-repeat;
  background-position: left top, left top, right bottom, right bottom;
  background-size: 40%, 40%, 40%, 40%;
}
.form_wrapper.white {
  padding-top: 35px;
  background: #FFF;
  background-image: url("../img/waves-large-black-03.svg"), url("../img/waves-small-black-03.svg"), url("../img/waves-large-right-black-03.svg"), url("../img/waves-small-right-black-03.svg");
  background-repeat: no-repeat;
  background-position: left top, left top, right bottom, right bottom;
  background-size: 40%, 40%, 40%, 40%;
}
.form_wrapper.only-white {
  padding-top: 35px;
  background: #FFF;
  background-image: none;
}
/* BLOC PARALLAX
   ========================================================================== */
.img-parallax-slider {
  background: url('../img/view-01.jpg') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .img-parallax-slider {
    background: transparent;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .img-parallax-slider {
    background: transparent;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-parallax-slider {
    background: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .img-parallax-slider {
    background-attachment: inherit;
    background-position: left ;
  }
}
.img-parallax-slider .img-parallax-content {
  padding: 250px 0;
}
@media (max-width: 479px) {
  .img-parallax-slider .img-parallax-content {
    padding: 0;
    margin-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .img-parallax-slider .img-parallax-content {
    padding: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-parallax-slider .img-parallax-content {
    padding: 0;
    margin-top: 0;
  }
}
/* BLOC CONNEXION
   ========================================================================== */
.module-connexion {
  background-image: url("../img/waves-large.svg"), url("../img/waves-small.svg"), url("../img/waves-large-right.svg"), url("../img/waves-small-right.svg");
  background-position: left 0, left 0, right 0, right 0;
  background-size: 140%, 140%, 140%, 140%;
  background-repeat: no-repeat;
  background-color: #353d42;
  padding: 20px;
  border-radius: 5px;
}
.module-connexion h3 {
  text-transform: uppercase;
  font-weight: 300;
  color: #FFF;
}
.module-connexion h3 span {
  font-weight: 900;
  color: #e40042;
}
.module-connexion input {
  border: 0;
}
.module-connexion .input-contain {
  margin: 10px 0 0;
}
.module-connexion p {
  color: #FFF;
  padding: 0;
  margin: 0;
}
.module-connexion p a {
  color: #FFF;
}
.module-connexion p a:hover,
.module-connexion p a:focus {
  color: #e40042;
}
/* BLOC CONTENT ELEMENTS
   ========================================================================== */
.content-img {
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
}
.content-img span.img-shadow {
  border-radius: 50%;
}
.content-img span.img-shadow:before {
  border-radius: 50%;
}
.content-img span.img-shadow img {
  opacity: 1;
  z-index: 10;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.content-txt h3 {
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.75rem;
}
.content-txt h3 span.number {
  font-weight: 700;
  color: #e40042;
  margin-right: 7px;
  font-size: 3rem;
  height: 62px;
  display: block;
  float: left;
}
.content-txt h3.align {
  min-height: 62px;
}
@media (max-width: 479px) {
  .content-txt h3.align {
    min-height: inherit;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .content-txt h3.align {
    min-height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-txt h3.align {
    min-height: inherit;
  }
}
.content-txt p {
  text-align: justify;
}
.content-txt p.two_columns {
  columns: 2;
  text-align: justify;
}
@media (max-width: 479px) {
  .content-txt p.two_columns {
    columns: 1;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .content-txt p.two_columns {
    columns: 1;
  }
}
.content-txt ul.list-1 {
  margin: 20px 0;
}
.content-txt ul.list-1 li {
  display: flex;
}
.content-txt ul.list-1 li i {
  color: #e40042;
  font-size: 0.725rem;
  margin-right: 7px;
  margin-top: 7px;
}
.content-txt h3.header-list-2 {
  position: relative;
  background: #353d42;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 1.75rem;
  padding: 20px 10px 10px 30px;
  color: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 300;
}
.content-txt h3.header-list-2 span {
  font-weight: 900;
}
.content-txt h3.header-list-2:before {
  content: '';
  height: 82px;
  width: 5px;
  background: #e40042;
  position: absolute;
  left: 15px;
  top: -10px;
  z-index: 0;
}
.content-txt ul.list-2 {
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #353d42;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.content-txt ul.list-2 li {
  display: flex;
  padding: 5px 0;
}
.content-txt ul.list-2 li.sub_title {
  font-weight: 700;
  color: #e40042;
}
.content-txt ul.list-2 li i {
  color: #e40042;
  font-size: 0.725rem;
  margin-right: 7px;
  margin-top: 7px;
}
.content-txt h3.title-list-3 {
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.75rem;
  background: #e40042;
  color: #FFF;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.content-txt h3.title-list-3 span.number {
  font-weight: 700;
  color: #FFF;
  margin-right: 7px;
  font-size: 3rem;
}
.content-txt ul.list-3 {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  padding: 40px 15px 20px;
  background: #ededed;
}
.content-txt ul.list-3 li {
  display: flex;
}
.content-txt ul.list-3 li i {
  color: #e40042;
  font-size: 0.725rem;
  margin-right: 7px;
  margin-top: 7px;
}
.content-txt h3.header-list-4 {
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.75rem;
  background: #e40042;
  color: #FFF;
  padding: 10px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-txt h3.header-list-4 {
    font-size: 1.5rem;
    vertical-align: 1.25rem;
  }
}
.content-txt h3.header-list-4 span.number {
  font-weight: 300;
  color: #e40042;
  margin-right: 7px;
  font-size: 3rem;
  position: absolute;
  top: -40px;
}
.content-txt h3.header-list-4.align {
  min-height: 76px;
}
@media (max-width: 479px) {
  .content-txt h3.header-list-4.align {
    min-height: inherit;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .content-txt h3.header-list-4.align {
    min-height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-txt h3.header-list-4.align {
    min-height: inherit;
  }
}
.content-txt ul.list-4 {
  margin: -20px 0px 50px 20px;
  background: #ededed;
  padding: 30px 10px 20px;
  position: relative;
  z-index: 0;
}
@media (max-width: 479px) {
  .content-txt ul.list-4 {
    margin: -20px 0px 50px 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .content-txt ul.list-4 {
    margin: -20px 0px 50px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-txt ul.list-4 {
    margin: -20px 0px 80px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-txt ul.list-4 {
    margin: -20px 0px 20px 20px;
  }
}
.content-txt ul.list-4 li {
  display: flex;
}
.content-txt ul.list-4 li i {
  color: #353d42;
  font-size: 0.725rem;
  margin-right: 7px;
  margin-top: 7px;
}
.content-txt ul.list-5 {
  margin: 20px 0;
}
.content-txt ul.list-5 li {
  display: flex;
  text-align: justify;
  padding: 10px 0;
  position: relative;
}
.content-txt ul.list-5 li:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  content: '';
  width: 60%;
  height: 0px;
  background: #d7d7d7;
  bottom: 0;
}
.content-txt ul.list-5 li:last-child:after {
  content: none;
}
.content-txt ul.list-5 li i {
  color: #e40042;
  font-size: 0.725rem;
  margin-right: 7px;
  margin-top: 7px;
}
.content-txt .news-header-img {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 40px;
  display: block;
  height: 350px;
  line-height: 300%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 479px) {
  .content-txt .news-header-img {
    height: 170px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .content-txt .news-header-img {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-txt .news-header-img {
    height: 330px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-txt .news-header-img {
    height: 300px;
  }
}
.content-txt .news-header-img span.img-shadow img {
  opacity: 1;
  z-index: 10;
  max-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.content-graphique {
  background: #f2f2f2;
  position: relative;
  z-index: 2;
  padding: 60px 0;
  margin: 40px 0 100px 0;
}
.content-graphique .graphique-img {
  width: 100%;
}
.content-graphique .line-call-to-action {
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media (max-width: 479px) {
  .content-graphique .line-call-to-action {
    bottom: -10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .content-graphique .line-call-to-action {
    bottom: -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-graphique .line-call-to-action {
    bottom: -15px;
  }
}
.content-graphique .line-call-to-action a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 10px;
  background: #353d42;
}
@media (max-width: 479px) {
  .content-graphique .line-call-to-action a {
    font-size: 0.75rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .content-graphique .line-call-to-action a {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-graphique .line-call-to-action a {
    font-size: 1rem;
  }
}
.content-graphique .line-call-to-action a:after {
  content: "";
  position: absolute;
  top: -9px;
  right: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 53px 0px 0px 60px;
  border-color: transparent transparent transparent #353d42;
}
@media (max-width: 479px) {
  .content-graphique .line-call-to-action a:after {
    border-width: 36px 0px 0px 40px;
    right: -40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .content-graphique .line-call-to-action a:after {
    border-width: 42px 0px 0px 45px;
    right: -45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-graphique .line-call-to-action a:after {
    border-width: 42px 0px 0px 45px;
    right: -45px;
  }
}
.content-graphique .line-call-to-action a:hover,
.content-graphique .line-call-to-action a:focus {
  background: #e40042;
  cursor: pointer;
  text-decoration: none;
}
.content-graphique .line-call-to-action a:hover:after,
.content-graphique .line-call-to-action a:focus:after {
  border-color: transparent transparent transparent #e40042;
}
.revalorisation-content {
  background: #ededed;
  height: 100%;
}
.revalorisation {
  padding: 0 20px 20px;
}
.revalorisation p {
  color: #e40042;
}
.revalorisation ul {
  margin-bottom: 20px;
}
.revalorisation ul li {
  display: flex;
  padding: 0;
}
.revalorisation ul li i {
  color: #e40042;
  font-size: 0.725rem;
  margin-right: 7px;
  margin-top: 7px;
}
.revalorisation-effect {
  position: relative;
}
.revalorisation-effect .arrow {
  position: absolute;
  right: 0;
  z-index: 63;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #ededed;
}
.revalorisation-effect .arrow:before,
.revalorisation-effect .arrow:after {
  content: '';
  position: absolute;
  bottom: 100%;
  box-sizing: border-box;
}
.revalorisation-effect .arrow:before {
  top: inherit;
  left: 0;
  height: 0;
  width: 80%;
  border-bottom: 30px solid #ededed;
  border-right: 40px solid transparent;
}
.revalorisation-effect .arrow:after {
  bottom: 0;
  height: 0;
  left: 80%;
  width: 20%;
  border-bottom: 30px solid #ededed;
  border-left: 40px solid transparent;
}
.revalorisation-effect .bande-white {
  position: absolute;
  z-index: 62;
  right: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  background: #FFF;
}
.revalorisation-effect .arrow-white {
  position: absolute;
  z-index: 61;
  background-color: #FFF;
  right: inherit;
  bottom: 10px;
  width: calc(100% + 1px);
  height: 0;
}
.revalorisation-effect .arrow-white:before,
.revalorisation-effect .arrow-white:after {
  content: '';
  position: absolute;
  bottom: 100%;
  box-sizing: border-box;
}
.revalorisation-effect .arrow-white:before {
  top: inherit;
  left: 0;
  height: 0;
  width: 80%;
  border-bottom: 30px solid #FFF;
  border-right: 40px solid transparent;
}
.revalorisation-effect .arrow-white:after {
  bottom: 0;
  height: 0;
  left: 80%;
  width: 20%;
  border-bottom: 30px solid #FFF;
  border-left: 40px solid transparent;
}
.news-page {
  margin-bottom: 20px;
}
.news-page .news-top {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 479px) {
  .news-page .news-top {
    height: 300px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-page .news-top {
    height: 300px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-page .news-top {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-page .news-top {
    height: 300px;
  }
}
.news-page .news-top .arrow {
  position: absolute;
  right: 0;
  z-index: 63;
  bottom: 0;
  width: calc(100% + 1px);
  height: 0;
  background-color: #f2f2f2;
}
.news-page .news-top .arrow:before,
.news-page .news-top .arrow:after {
  content: '';
  position: absolute;
  bottom: 100%;
  box-sizing: border-box;
}
.news-page .news-top .arrow:before {
  top: inherit;
  left: 0;
  height: 0;
  width: 80%;
  border-bottom: 30px solid #f2f2f2;
  border-right: 40px solid transparent;
}
.news-page .news-top .arrow:after {
  bottom: 0;
  height: 0;
  left: 80%;
  width: 20%;
  border-bottom: 30px solid #f2f2f2;
  border-left: 40px solid transparent;
}
.news-page .news-top .bande-white {
  position: absolute;
  z-index: 62;
  right: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  background: #FFF;
}
.news-page .news-top .arrow-white {
  position: absolute;
  z-index: 61;
  background-color: #FFF;
  right: inherit;
  bottom: 10px;
  width: calc(100% + 1px);
  height: 0;
}
.news-page .news-top .arrow-white:before,
.news-page .news-top .arrow-white:after {
  content: '';
  position: absolute;
  bottom: 100%;
  box-sizing: border-box;
}
.news-page .news-top .arrow-white:before {
  top: inherit;
  left: 0;
  height: 0;
  width: 80%;
  border-bottom: 30px solid #FFF;
  border-right: 40px solid transparent;
}
.news-page .news-top .arrow-white:after {
  bottom: 0;
  height: 0;
  left: 80%;
  width: 20%;
  border-bottom: 30px solid #FFF;
  border-left: 40px solid transparent;
}
.news-page .news-top span.img-shadow:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.news-page .news-top span.img-shadow img {
  vertical-align: top;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.news-page .news-top span.over {
  font-size: .625rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .125rem;
  text-align: center;
  color: #FFF;
  position: absolute;
  left: 50%;
  top: calc(50% - 30px);
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
  font-weight: 300;
  transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(228, 0, 66, 0.9);
  padding: 0 15px;
}
.news-page .news-top span.over:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 50%;
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-page a:hover .news-top,
.news-page a:focus .news-top,
.news-page:hover .news-top,
.news-page:focus .news-top {
  background: #000;
}
.news-page a:hover span.over,
.news-page a:focus span.over,
.news-page:hover span.over,
.news-page:focus span.over {
  opacity: 1;
}
.news-page a:hover span.over:after,
.news-page a:focus span.over:after,
.news-page:hover span.over:after,
.news-page:focus span.over:after {
  transform: scale(1, 1);
}
.news-page a:hover img,
.news-page a:focus img,
.news-page:hover img,
.news-page:focus img {
  opacity: 0.5;
}
.news-page .news-bottom {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  background: #f2f2f2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px;
}
@media (max-width: 479px) {
  .news-page .news-bottom {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-page .news-bottom {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.news-page .news-bottom h3 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1rem;
  text-transform: uppercase;
  color: #e40042;
  padding: 10px;
}
.news-page .news-bottom p {
  font-size: 0.813rem;
  text-align: justify;
  overflow: hidden;
  padding: 10px;
  max-height: 85px;
}
.news-page .news-bottom p.date {
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 10px 0;
}
.news-page .news-bottom a.news-link {
  display: block;
  font-size: 0.688rem;
  color: #353d42;
  text-transform: none;
  text-shadow: none;
  text-align: right;
  font-weight: 400;
}
.news-page .news-bottom a.news-link i {
  font-size: 11px;
  padding: 0 0 0 1px;
  border-radius: 25px;
  border: 1px solid #353d42;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: 5px;
}
.news-page .news-bottom a.news-link:hover,
.news-page .news-bottom a.news-link:focus {
  color: #353d42;
  text-decoration: none;
}
.news-page .news-bottom a.news-link:hover i,
.news-page .news-bottom a.news-link:focus i {
  border-color: #353d42;
}
/* BLOC BADGES
   ========================================================================== */
.badges {
  background-image: url("../img/waves-large-black.svg"), url("../img/waves-small-black.svg"), url("../img/waves-large-right-black.svg"), url("../img/waves-small-right-black.svg");
  background-position: left 0, left 0, right bottom, right bottom;
  background-size: 50%, 40%, 50%, 40%;
  background-repeat: no-repeat;
  background-color: #ededed;
  border-radius: 5px;
  padding: 15px;
  color: #FFF;
  margin-bottom: 40px;
  margin-top: 40px;
}
.badges h3.title_badges {
  text-transform: uppercase;
  font-weight: 300;
  color: #353d42;
  font-size: 1.25rem;
  padding: 10px;
  margin-bottom: 10px;
}
.badges h3.title_badges span {
  font-weight: 900;
}
.badge-content .content-txt {
  float: left;
  width: calc(100% - 150px);
}
@media (max-width: 479px) {
  .badge-content .content-txt {
    float: initial;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .badge-content .content-txt {
    float: initial;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .badge-content .content-txt {
    float: initial;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.content-badges {
  text-align: center;
  width: 150px;
  margin: auto;
  overflow: hidden;
  position: relative;
  float: left;
}
@media (max-width: 479px) {
  .content-badges {
    float: initial;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .content-badges {
    float: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-badges {
    float: initial;
  }
}
.content-badges {
  text-align: center;
  max-width: 50%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.content-badges img {
  vertical-align: top;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
p.p-badges {
  text-align: justify;
  color: #353d42;
}
@media (max-width: 479px) {
  p.p-badges {
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  p.p-badges {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p.p-badges {
    text-align: center;
  }
}
/* BLOC FORM WIZARD
   ========================================================================== */
.progress-wizard {
  padding: 20px 10px;
  background: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.progress-wizard .progress-wizard-step {
  background: url('../img/bulle-neovarim.svg') top center no-repeat;
  background-size: 50px;
  height: 90px;
  width: 100%;
  line-height: 45px;
  margin-right: 10px;
  margin: auto;
  opacity: 0.5;
}
.progress-wizard .progress-wizard-step h4 {
  padding-top: 20px;
  font-size: 18px;
  color: #353d42;
  text-align: center;
  margin: auto;
  font-weight: 900;
}
.progress-wizard .progress-wizard-step p {
  text-align: center;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1rem;
  margin-top: 20px;
}
.progress-wizard .progress-wizard-step a:hover,
.progress-wizard .progress-wizard-step a:focus {
  text-decoration: none;
}
.progress-wizard .progress-wizard-step.disabled {
  background: url('../img/bulle-neovarim-grise.svg') top center no-repeat;
  background-size: 50px;
}
.progress-wizard .progress-wizard-step.disabled:hover,
.progress-wizard .progress-wizard-step.disabled:focus {
  opacity: 0.5;
  cursor: default;
}
.progress-wizard .progress-wizard-step.disabled:hover a,
.progress-wizard .progress-wizard-step.disabled:focus a {
  cursor: default;
}
.progress-wizard .progress-wizard-step.disabled:hover a:hover,
.progress-wizard .progress-wizard-step.disabled:focus a:hover,
.progress-wizard .progress-wizard-step.disabled:hover a:focus,
.progress-wizard .progress-wizard-step.disabled:focus a:focus {
  cursor: default;
}
.progress-wizard .progress-wizard-step.active {
  opacity: 1;
}
.progress-wizard .progress-wizard-step:hover,
.progress-wizard .progress-wizard-step:focus {
  opacity: 1;
}
/* BLOC ICON ALERT
   ========================================================================== */
.icon_alert {
  padding: 18px 35px;
  font-size: 30px;
  display: table;
  text-align: center;
  margin: auto;
  border: 2px solid;
  margin-bottom: 20px;
  border-color: #e40042;
  color: #e40042;
  border-radius: 50px;
}
.footer-border {
  text-align: center;
  border-top: 0;
  margin: auto;
}
/* - LESS LAYOUT - */
.fix_bug .cercle-neovarim {
  display: none;
}
.fix_bug .chiffres_cles_wrapper {
  background-image: none;
}
.fix_bug .form_wrapper {
  background-image: none;
}
/* MAIN NAV
--------------------------------------------------- */
.header_wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: left;
  transition: all 0.125s ease-in-out;
  /* BTN HAMBURGER OPEN RESPONSIVE NAVIGATION */
}
.header_wrapper.fixe_head {
  top: -30px;
}
.header_wrapper .top-header {
  background: #353d42;
  height: 30px;
}
.header_wrapper .nav-bar {
  position: relative;
  background: #FFF;
  margin: auto;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.header_wrapper .nav-bar .nav-logoAustral {
  position: relative;
  background: #FFF;
  float: left;
  padding: 8px 30px 8px 30px;
}
@media (max-width: 479px) {
  .header_wrapper .nav-bar .nav-logoAustral {
    padding: 14px 10px 14px 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header_wrapper .nav-bar .nav-logoAustral {
    padding: 8px 10px 8px 10px;
  }
}
.header_wrapper .nav-bar .nav-logoAustral a {
  display: block;
}
.header_wrapper .nav-bar .nav-logoAustral img {
  height: 60px;
}
@media (max-width: 479px) {
  .header_wrapper .nav-bar .nav-logoAustral img {
    height: 40px;
  }
}
.header_wrapper .nav-bar .nav-logo {
  position: relative;
  float: left;
  padding: 18px 30px 8px;
}
@media (max-width: 479px) {
  .header_wrapper .nav-bar .nav-logo {
    padding: 15px 15px 8px;
  }
}
.header_wrapper .nav-bar .nav-logo a {
  display: block;
}
.header_wrapper .nav-bar .nav-logo img {
  height: 45px;
}
.header_wrapper .nav-bar .nav-menu {
  float: right;
}
.header_wrapper .nav-bar .nav-menu ul li {
  position: relative;
  float: left;
}
.header_wrapper .nav-bar .nav-menu ul li:hover,
.header_wrapper .nav-bar .nav-menu ul li:focus {
  cursor: pointer;
}
.header_wrapper .nav-bar .nav-menu ul li a {
  position: relative;
  display: block;
  padding: 22px 17px;
  font-size: 0.875rem;
  color: #353d42;
  text-transform: uppercase;
  line-height: 1rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_wrapper .nav-bar .nav-menu ul li a {
    padding: 22px 7px 22px 7px;
    font-size: 0.688rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header_wrapper .nav-bar .nav-menu ul li a {
    padding: 22px 10px 22px 10px;
  }
}
.header_wrapper .nav-bar .nav-menu ul li a:after {
  content: '';
  width: 3px;
  height: 0px;
  background: rgba(53, 61, 66, 0.15);
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0px;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
}
.header_wrapper .nav-bar .nav-menu ul li a:hover,
.header_wrapper .nav-bar .nav-menu ul li a:focus {
  text-decoration: none;
  cursor: pointer;
}
.header_wrapper .nav-bar .nav-menu ul li a:hover:after,
.header_wrapper .nav-bar .nav-menu ul li a:focus:after {
  content: '';
  width: 3px;
  height: 52px;
  background: rgba(53, 61, 66, 0.15);
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0px;
  top: 0;
}
.header_wrapper .nav-bar .nav-menu ul li a.active {
  color: #e40042;
}
.header_wrapper .nav-bar .nav-menu ul li a.active:hover,
.header_wrapper .nav-bar .nav-menu ul li a.active:focus {
  color: #e40042;
  cursor: default;
}
.header_wrapper .nav-bar .nav-menu ul li a.active:after {
  content: '';
  width: 3px;
  height: 52px;
  background: #353d42;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0px;
  top: 0;
}
.header_wrapper .nav-bar .nav-menu ul li a i {
  margin-left: 7px;
}
.header_wrapper button.hamburger-nav-responsive {
  padding: 28px 15px 20px 20px;
  border: 0;
  float: right;
}
.header_wrapper button.hamburger-nav-responsive:hover,
.header_wrapper button.hamburger-nav-responsive:focus {
  background: transparent;
}
.header_wrapper .nav-bar .nav-logo a.logo-white {
  display: initial;
}
.header_wrapper .nav-bar .nav-logo a.logo-black {
  display: none;
}
.header_wrapper.black .nav-bar {
  background: #353d42;
  box-shadow: none;
}
.header_wrapper.black .nav-bar .nav-logo a.logo-white {
  display: inherit;
}
.header_wrapper.black .nav-bar .nav-logo a.logo-black {
  display: none;
}
.header_wrapper.black .nav-bar .nav-menu ul li a {
  color: #FFF;
}
.header_wrapper.black .nav-bar .nav-menu ul li a:after {
  background: #e40042;
}
.header_wrapper.black .nav-bar .nav-menu ul li a.active {
  color: #FFF;
}
.header_wrapper.black .nav-bar .nav-menu ul li a.active:after {
  background: #e40042;
}
.header_wrapper.black .top-header {
  background: #e40042;
}
.header_wrapper.black button.hamburger-nav-responsive #nav-icon span {
  background: #FFF;
}
.header_wrapper.black button.hamburger-nav-responsive:hover #nav-icon span,
.header_wrapper.black button.hamburger-nav-responsive:focus #nav-icon span,
.header_wrapper.black button.hamburger-nav-responsive:active #nav-icon span,
.header_wrapper.black button.hamburger-nav-responsive:active:focus #nav-icon span {
  background: #FFF;
}
.header_wrapper.airAustral .nav-bar {
  background: #FFF;
}
.header_wrapper.airAustral .nav-bar .nav-logo a.logo-white {
  display: none;
}
.header_wrapper.airAustral .nav-bar .nav-logo a.logo-black {
  display: initial;
}
.header_wrapper.airAustral .nav-bar .nav-menu ul li a {
  color: #353d42;
}
.header_wrapper.airAustral .nav-bar .nav-menu ul li a:after {
  background: #e40042;
}
.header_wrapper.airAustral .nav-bar .nav-menu ul li a.active {
  color: #353d42;
}
.header_wrapper.airAustral .nav-bar .nav-menu ul li a.active:after {
  background: #e40042;
}
.header_wrapper.airAustral .top-header {
  background: transparent;
}
.header_wrapper.airAustral button.hamburger-nav-responsive #nav-icon span {
  background: #353d42;
}
.header_wrapper.airAustral button.hamburger-nav-responsive:hover #nav-icon span,
.header_wrapper.airAustral button.hamburger-nav-responsive:focus #nav-icon span,
.header_wrapper.airAustral button.hamburger-nav-responsive:active #nav-icon span,
.header_wrapper.airAustral button.hamburger-nav-responsive:active:focus #nav-icon span {
  background: #e40042;
}
.home-page .top-header {
  background: rgba(53, 61, 66, 0);
}
.home-page .black .top-header {
  background: rgba(53, 61, 66, 0);
}
.nav-responsive {
  background: #353d42;
  max-width: 320px;
  width: 90%;
  height: 100%;
  z-index: 1002;
  left: -320px;
  position: fixed;
  overflow: scroll;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.nav-responsive.visible {
  left: 0;
}
.nav-responsive .nav-menu-responsive {
  padding-top: 82px;
}
.nav-responsive .nav-menu-responsive ul li a {
  padding: 15px 10px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  border-bottom: 1px solid #2a3034;
}
.nav-responsive .nav-menu-responsive ul li a i {
  position: absolute;
  right: 20px;
  top: 20px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-responsive .nav-menu-responsive ul li a:hover,
.nav-responsive .nav-menu-responsive ul li a:focus {
  background: #24292d;
  text-decoration: none;
}
.nav-responsive .nav-menu-responsive ul li a.link {
  text-transform: uppercase;
  background: #e40042;
  border-bottom: 1px solid #cb003b;
}
.nav-responsive .nav-menu-responsive ul li a.link:hover,
.nav-responsive .nav-menu-responsive ul li a.link:focus {
  background: #be0037;
  text-decoration: none;
}
.nav-responsive .nav-menu-responsive ul li a.collapsed i {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.nav-responsive .nav-menu-responsive ul li ul li {
  border-bottom: 1px solid #191c1f;
}
.nav-responsive .nav-menu-responsive ul li ul li:last-child {
  border-bottom: 0;
}
.nav-responsive .nav-menu-responsive ul li ul li a {
  background: #24292d;
}
.nav-responsive .nav-logo {
  background: #FFF;
  padding: 20px 0;
  margin: auto;
  text-align: center;
  position: fixed;
  max-width: 320px;
  width: 90%;
  z-index: 10;
}
.nav-responsive .nav-logo img {
  max-width: 250px;
}
/* - LESS TABLES - */
table.table-set thead tr th {
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 0;
  border-top: 0;
}
table.table-set tbody tr.footable-even {
  background: rgba(215, 215, 215, 0.15);
}
table.table-set tbody tr.footable-even.footable-detail-show + .footable-row-detail {
  background: rgba(215, 215, 215, 0.15);
}
table.table-set tbody tr:hover {
  background: rgba(215, 215, 215, 0.25);
}
table.table-set tbody tr:focus {
  background: transparent;
}
table.table-set tbody tr td {
  font-size: 15px;
  letter-spacing: -0.25px;
  vertical-align: middle;
}
table.table-set tbody tr td .btn-download {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  table.table-set tbody tr td .btn-download {
    padding: 2px 5px;
    font-size: 10px;
  }
}
table.table-set tbody tr td a {
  color: #e40042;
}
table.table-set tbody tr td a:hover,
table.table-set tbody tr td a:focus {
  color: #353d42;
  text-decoration: none;
}
/* TABLE TRI ICON */
.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline;
  font: normal normal normal 14px/1 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
  float: right;
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\f0dd";
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\f0de";
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\f0dc";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator {
  color: #e40042;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator {
  color: #e40042;
}
.footable > thead > tr > th > span.footable-sort-indicator {
  color: #d7d7d7;
}
/* SEARCH TABLE */
.search-table {
  max-width: 250px;
  display: flex;
  margin-bottom: 10px;
  float: right;
}
.search-table input {
  border: 1px solid #d7d7d7;
  border-right: 0;
  width: calc(100% - 40px);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.search-table span.button_search {
  height: 40px;
  width: 40px;
  background: #e40042;
  color: #FFF;
  text-align: center;
  margin: auto;
  line-height: 40px;
  display: inline-block;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* TABLE + et - RESPONSIVE */
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 10px;
  font-size: 14px;
  color: #888888;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\f068";
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\f067";
}
.modal-dialog-centered {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 768px) {
  .modal-dialog-centered {
    min-height: calc(100vh - 20px);
  }
}
/* TABLE RESPONSIVE INTERIEUR */
.footable-row-detail-cell {
  border-top: 0!important;
  border-bottom: 3px solid #e9ecef!important;
}
.footable-row-detail-inner {
  display: table;
}
.footable-row-detail-row {
  display: table-row;
  line-height: 2em;
}
.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 10px;
  font-size: 10px;
  text-transform: uppercase;
}
.footable-row-detail-value {
  display: table-cell;
}
/* PAGINATION */
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border-left-width: 0;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #e40042;
  cursor: default;
  font-weight: 700;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #d7d7d7;
  cursor: default;
  background-color: transparent;
}
/* COLLAPSE */
.card {
  margin-bottom: 10px;
}
.card-header {
  background: #FFF;
  padding: 0;
  border-bottom: 0;
}
.card-header h5 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.card-header h5 > a {
  padding: 15px 20px;
  display: block;
}
.card-header h5 > a:hover,
.card-header h5 > a:focus {
  text-decoration: none;
}
.card-header h5 > a {
  background: rgba(215, 215, 215, 0.25);
}
.card-header h5 > a.collapsed {
  background: transparent;
}
.card-header h5 > a.collapsed:after {
  content: "\f055";
  color: rgba(87, 87, 87, 0.7);
}
.card-header h5 > a:after {
  font-family: 'FontAwesome';
  content: "\f056";
  position: absolute;
  right: 13px;
  top: 36%;
  color: #575757;
}
/* - LESS LAYOUT - */
/* TITLE
--------------------------------------------------- */
/* PAGE TITLE H1
------------------------------------------------------------ */
h1 {
  position: relative;
  font-weight: 700;
  font-size: 3.750em;
  color: #353d42;
}
h1:before {
  content: '';
}
.title-h1 {
  padding: 20px 0 0;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -60px;
}
.title-h1 h1 {
  display: inline-block;
  position: relative;
  font-size: 1.500rem;
  text-transform: uppercase;
  color: #353d42;
  font-weight: 300;
  line-height: 1.500rem;
  background: #FFF;
  padding: 28px 50px;
}
.title-h1 h1:before {
  content: '';
  height: 45px;
  width: 45px;
  background: red;
  position: absolute;
  left: -25px;
  top: -25px;
}
.title-h1 h1 span {
  color: #353d42;
  font-weight: 300;
}
h2 {
  position: relative;
  font-size: 2rem;
  text-transform: uppercase;
  color: #353d42;
  font-weight: 300;
  line-height: 2.5rem;
  padding-top: 5px;
  padding-left: 20px;
  margin-bottom: 30px;
}
h2:before {
  content: '';
  height: 100px;
  width: 5px;
  background: #e40042;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 0;
}
h2 span {
  color: #353d42;
  font-weight: 900;
  font-size: 2.625rem;
}
h2 span.accroche {
  margin-top: -5px;
  display: block;
  font-size: 1.125rem;
  color: rgba(53, 61, 66, 0.5);
  font-weight: 300;
}
h2.title-white {
  color: #FFF;
  line-height: 2rem;
}
h2.title-white span {
  color: #FFF;
}
h2.after-align:before {
  height: 75px;
}
h2.none-style {
  padding-left: 0;
}
h2.none-style span {
  font-size: 2rem;
}
h2.none-style:before {
  content: none;
}
/* - LESS LAYOUT - */
/* TITLE
--------------------------------------------------- */
.log-on {
  /* HEADER */
  /* NAVIGATION */
  /* SLIDER */
  /* NOS PROGRAMMES */
}
.log-on .home-page .black .top-header {
  background: #e40042;
  height: 30px;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.9);
  -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.9);
}
@media (max-width: 479px) {
  .log-on .home-page .black .top-header {
    background: transparent!important;
    height: 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .log-on .home-page .black .top-header {
    background: transparent!important;
    height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .log-on .home-page .black .top-header {
    background: transparent!important;
    height: 25px;
  }
}
.log-on .header_wrapper.black .top-header {
  background: #e40042;
  height: 30px;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.9);
  -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.9);
}
@media (max-width: 479px) {
  .log-on .header_wrapper.black .top-header {
    background: #e40042;
    height: 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .log-on .header_wrapper.black .top-header {
    background: #e40042;
    height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .log-on .header_wrapper.black .top-header {
    background: #e40042;
    height: 25px;
  }
}
.log-on .header_wrapper.fixe_head {
  top: 0;
}
@media (max-width: 479px) {
  .log-on .header_wrapper.fixe_head {
    top: -25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .log-on .header_wrapper.fixe_head {
    top: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .log-on .header_wrapper.fixe_head {
    top: -25px;
  }
}
.log-on .header_wrapper.black .nav-bar .nav-menu ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.log-on .header_wrapper.black .nav-bar .nav-menu ul li a.log {
  color: #ffffff;
}
.log-on .slider_wrapper {
  padding-top: 106px;
}
@media (max-width: 479px) {
  .log-on .slider_wrapper {
    padding-top: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .log-on .slider_wrapper {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .log-on .slider_wrapper {
    padding-top: 0px;
  }
}
.log-on .content-page {
  padding: 106px 0 60px;
}
@media (max-width: 479px) {
  .log-on .content-page {
    padding: 101px 0 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .log-on .content-page {
    padding: 101px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .log-on .content-page {
    padding: 101px 0 60px;
  }
}
.log-on .map {
  padding-top: 106px;
}
@media (max-width: 479px) {
  .log-on .map {
    padding-top: 101px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .log-on .map {
    padding-top: 101px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .log-on .map {
    padding-top: 101px;
  }
}
.log-on .map #map {
  height: calc(100vh - 126px);
}
.log-on .map #map-google {
  height: calc(100vh - 126px);
}
.log-on .nos-programmes .nos-programmes-content {
  height: calc(100vh - 126px);
  overflow: inherit;
  overflow-y: scroll;
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette a.programme-link {
  bottom: -15px;
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette a.programme-download {
  bottom: -15px;
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette .programme_info {
  padding: 0 20px 30px;
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette .programme_info p {
  font-size: 13px;
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette.my-mandat .programme_type {
  /*
                        background: fade(@success,75%);
                        &:after {
                          border-color:  transparent transparent transparent fade(@success,75%);
                        }*/
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette.my-mandat .programme_iconmandat {
  position: absolute;
  right: 7px;
  top: 8px;
  background: #64c90a;
  color: #FFF;
  padding: 7px 12px;
  border-radius: 35px;
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette.my-mandat a.programme-link:hover,
.log-on .nos-programmes .nos-programmes-content .programme_vignette.my-mandat a.programme-link:focus {
  background: #64c90a;
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette.my-mandat a.programme-download:hover,
.log-on .nos-programmes .nos-programmes-content .programme_vignette.my-mandat a.programme-download:focus {
  background: #64c90a;
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette.my-mandat span.over {
  background: rgba(100, 201, 10, 0.9);
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette.my-stats .programme_info {
  padding: 20px 5px 30px;
  text-align: center;
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette.my-stats .programme_info .border-l-r {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #d7d7d7;
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette.my-stats .programme_info .row {
  margin: 0;
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette.my-stats .programme_info .row > [class*="col-"] {
  padding: 10px 0;
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette.my-stats .programme_info .row > [class*="col-"]:last-child {
  padding-left: 5px;
}
@media (max-width: 479px) {
  .log-on .nos-programmes .nos-programmes-content .programme_vignette.my-stats .programme_info .row > [class*="col-"]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .log-on .nos-programmes .nos-programmes-content .programme_vignette.my-stats .programme_info .row > [class*="col-"]:last-child {
    padding-left: 0;
  }
}
.log-on .nos-programmes .nos-programmes-content .programme_vignette.my-stats .programme_info .row > [class*="col-"]:first-child {
  padding-right: 5px;
}
@media (max-width: 479px) {
  .log-on .nos-programmes .nos-programmes-content .programme_vignette.my-stats .programme_info .row > [class*="col-"]:first-child {
    padding-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .log-on .nos-programmes .nos-programmes-content .programme_vignette.my-stats .programme_info .row > [class*="col-"]:first-child {
    padding-right: 0;
  }
}
/* BLOC STATS */
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:hover .bloc_stats,
a:focus .bloc_stats {
  background: #353d42;
}
a:hover .bloc_stats .bloc_stats_icon,
a:focus .bloc_stats .bloc_stats_icon {
  color: rgba(0, 0, 0, 0.4);
}
a:hover .bloc_stats.grey,
a:focus .bloc_stats.grey {
  background: #cacaca;
}
a:hover .bloc_stats.grey .bloc_stats_icon,
a:focus .bloc_stats.grey .bloc_stats_icon {
  color: rgba(0, 0, 0, 0.4);
}
a:hover .bloc_stats.black,
a:focus .bloc_stats.black {
  background: #2a3034;
}
a:hover .bloc_stats.black .bloc_stats_icon,
a:focus .bloc_stats.black .bloc_stats_icon {
  color: rgba(0, 0, 0, 0.4);
}
.bloc_stats_tri {
  padding: 10px;
  background: linear-gradient(45deg, #d7d7d7 0%, #eaeaea 100%);
  margin-bottom: 30px;
  border-radius: 5px;
  text-align: right;
}
.bloc_stats {
  background: linear-gradient(45deg, #e40042 0%, #ff0b52 100%);
  color: #FFF;
  border-radius: 5px;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 20px;
  min-height: 125px;
}
.bloc_stats.graphique {
  background: #FFF;
  border: 1px solid #d7d7d7;
}
.bloc_stats.graphique .bloc_stats_title {
  color: #353d42;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}
.bloc_stats.grey {
  background: linear-gradient(45deg, #d7d7d7 0%, #eaeaea 100%);
  color: #353d42;
}
.bloc_stats.black {
  background: linear-gradient(45deg, #3a3a3f 15%, #49494e 85%);
}
.bloc_stats .bloc_stats_title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}
.bloc_stats .bloc_stats_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 0;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.25);
}
.bloc_stats .bloc_stats_number {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: block;
  text-align: right;
  font-size: 2rem;
  font-weight: 300;
}
@media (max-width: 479px) {
  .bloc_stats .bloc_stats_number {
    font-size: 2rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .bloc_stats .bloc_stats_number {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bloc_stats .bloc_stats_number {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bloc_stats .bloc_stats_number {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .bloc_stats .bloc_stats_number {
    font-size: 1.75rem;
  }
}
.btn-second-nav {
  background: transparent;
  position: relative;
  border: none;
  padding: 13px 20px 13px 7px;
  color: #353d42;
}
.btn-second-nav:hover,
.btn-second-nav:focus {
  cursor: pointer;
  color: #e40042;
}
/* NOTIFICATIONS
========================================================= */
.notifications {
  border-radius: 100%;
  height: 7px;
  width: 7px;
  background-color: #e52241;
  color: #fff;
  position: absolute;
  top: 12px;
  float: right;
  right: 15px;
}
.animated .notifications {
  -webkit-animation: flashNotification 2s step-start 0s infinite;
  -moz-animation: flashNotification 2s step-start 0s infinite;
  -ms-animation: flashNotification 2s step-start 0s infinite;
  -o-animation: flashNotification 2s step-start 0s infinite;
  animation: flashNotification 2s step-start 0s infinite;
  animation-fill-mode: initial;
}
/* TOP HEADER RIGHT
========================================================= */
.top-header .nav-right a.btn-logout {
  color: #FFF;
  line-height: 28px;
  font-size: 14px;
  padding: 1px 20px 1px 20px;
  background: #353d42;
  display: inline-block;
}
.top-header .nav-right a.btn-logout:hover,
.top-header .nav-right a.btn-logout:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  background: #1e2326;
}
.top-header .nav-right a.link-admin {
  color: #FFF;
  line-height: 30px;
  font-size: 0.75rem;
  padding: 0 10px;
}
.top-header .nav-right a.link-admin:hover,
.top-header .nav-right a.link-admin:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}
.dropdown-user {
  margin: 0;
  padding: 0;
  height: 30px;
}
.dropdown-user .user-dropdown-toggle {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}
.dropdown-user .user-dropdown-toggle:hover {
  cursor: pointer;
}
.dropdown-user .useravatar {
  float: right;
  height: 30px;
  max-width: 30px;
  margin: 0 0 0 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 0;
}
.dropdown-user .useravatar:hover {
  cursor: pointer;
}
.dropdown-user .useravatar span.img-shadow {
  border-radius: 0;
}
.dropdown-user .useravatar span.img-shadow:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.dropdown-user .useravatar span.img-shadow img {
  opacity: 1;
  z-index: 10;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  border-radius: 0;
}
.dropdown-user .username {
  float: right;
  white-space: nowrap;
  line-height: 30px;
  margin: 0 10px;
  font-size: 0.815rem;
  font-weight: 400;
  color: rgba(53, 61, 66, 0.5);
  padding-left: 15px;
}
.dropdown-user .username i {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.dropdown-user .user-dropdown {
  border-radius: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.dropdown-user .user-dropdown:before {
  position: absolute;
  top: -8px;
  right: 10px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid yellow;
  border-left: 10px solid transparent;
  border-bottom-color: #FFF;
  content: '';
}
.dropdown-user .dropdown-item {
  padding: 10px 15px;
  border-radius: 5px;
  color: rgba(53, 61, 66, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 0.815rem;
  font-weight: 400;
  background: rgba(53, 61, 66, 0);
}
.dropdown-user .dropdown-item:hover,
.dropdown-user .dropdown-item:focus {
  color: rgba(53, 61, 66, 0.75);
  background: rgba(53, 61, 66, 0.05);
}
.dropdown-user .dropdown-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-user .dropdown-item:last-child {
  background: #e40042;
  color: #FFF;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dropdown-user .dropdown-item:last-child:hover,
.dropdown-user .dropdown-item:last-child:focus {
  background: #353d42;
}
.dropdown-user:hover .username,
.dropdown-user:focus .username {
  color: rgba(53, 61, 66, 0.9);
}
.dropdown-user.show .username {
  color: rgba(53, 61, 66, 0.9);
}
.dropdown-user.show .username i {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.clear {
  clear: both;
}
/* MARGIN TOP */
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
/* MARGIN BOTTOM */
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-b-40 {
  margin-bottom: 40px!important;
}
/* MARGIN RIGHT */
.m-r-5 {
  margin-right: 5px;
}
.m-r-7 {
  margin-right: 7px;
}
.m-r-10 {
  margin-right: 10px;
}
/* MARGIN LEFT */
.m-l-0 {
  margin-left: 0px!important;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-7 {
  margin-left: 7px;
}
.m-l-10 {
  margin-left: 10px;
}
.hide {
  display: none;
}
/* - LESS LAYOUT - */
/* TITLE
--------------------------------------------------- */
@-moz-document url-prefix() {
  .filter_wrapper .filtrer_content {
    margin-top: -7px;
    margin-bottom: -1px;
  }
  .nos-programmes-content {
    height: calc(100vh - 220px) !important;
  }
  .log-on .nos-programmes-content {
    height: calc(100vh - 126px) !important;
  }
  @media (max-width: 479px) {
    footer .footer_wrapper {
      position: relative;
    }
  }
  @media (min-width: 480px) and (max-width: 767px) {
    footer .footer_wrapper {
      position: relative;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    footer .footer_wrapper {
      position: relative;
    }
  }
}
