@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i,800,800i');
margin-bottom: 0;
margin-bottom: 0;
/* EXTERNAL : global/javascript/slick-1.6.0/slick/slick.css */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* EXTERNAL : global/javascript/slick-1.6.0/slick/slick-theme.css */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('/global/javascript/slick-1.6.0/slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/global/javascript/slick-1.6.0/slick/fonts/slick.eot');
  src: url('/global/javascript/slick-1.6.0/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/global/javascript/slick-1.6.0/slick/fonts/slick.woff') format('woff'), url('/global/javascript/slick-1.6.0/slick/fonts/slick.ttf') format('truetype'), url('/global/javascript/slick-1.6.0/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '←';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '→';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* ################################# DEBUT PROJET ################################################### */
/* css projet*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  body .home-section.section-default {
    padding: 80px 0;
  }
}
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 70px !important;
  background-color: #ffcf00 !important;
  border-color: #333333;
}
.home-section.section-default .section-title .title {
  line-height: 48px;
  font-size: 40px;
  color: #333333 !important;
  letter-spacing: 0;
  font-weight: 700;
}
body .home-section.section-default .section-more a {
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  display: inline-block;
  margin-right: 15px;
  height: 48px;
  line-height: 48px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 30px;
  border: 0px solid #ffffff;
  background-color: #ffcf00;
  color: #ffffff;
  border-radius: 6px !important;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
}
body .home-section.section-default .section-more a:hover {
  background: #333333;
  border: 0px solid #ffffff;
  color: #ffffff;
}
body .home-section.section-default .section-more.btn-empty a {
  border: 2px solid #ffcf00;
  background-color: transparent;
  color: #ffcf00;
  line-height: calc( 48px - 4px );
}
body .home-section.section-default .section-more.btn-empty a:hover {
  background-color: #333333;
  border: 2px solid #333333;
  color: #ffffff !important;
}
body .home-section.section-default .section-more.btn-empty-white a {
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}
body .home-section.section-default .section-more.btn-empty-white a:hover {
  background-color: #ffffff;
  color: #000000 !important;
  border: 2px solid transparent;
}
body .home-section.section-default .section-more.btn-fill-white a {
  background-color: #ffffff;
  color: #000000 !important;
  border: 2px solid transparent;
}
body .home-section.section-default .section-more.btn-fill-white a:hover {
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}
.btn-fill,
.btn-empty,
.readMore {
  border-radius: 6px;
}
.main-content-wrapper .btn-fill a {
  background-color: #ffcf00;
  color: #ffffff;
}
.main-content-wrapper .btn-fill a:hover {
  background-color: #333333;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  body .home-section.section-default .section-more {
    left: 0;
  }
  body .home-section.section-default .section-more a {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title .title {
    text-align: left;
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
  body .home-section.section-default .section-more.text-right,
  body .home-section.section-default .section-more.text-left {
    text-align: center !important;
    float: none !important;
    width: 100%;
  }
}
/* --------------------------------  END PROJET --------------------------------------------------*/
.bord-top {
  border-top: 3px solid #ffcf00 !important;
  margin-top: -3px;
}
.bord-right {
  border-right: 3px solid #ffcf00 !important;
  margin-right: -3px;
}
.bord-bottom {
  border-bottom: 3px solid #ffcf00 !important;
  margin-bottom: -3px;
}
.bord-left {
  border-left: 3px solid #ffcf00 !important;
  margin-left: -3px;
}
.bord {
  border: 3px solid #ffcf00 !important;
  box-sizing: border-box;
}
.slick-list.draggable {
  cursor: initial;
}
.home-content i.slick-arrow.fas {
  cursor: pointer;
  font-size: 32px;
  color: #333333;
  position: absolute;
  top: 80px;
}
.home-content i.slick-arrow.fas:hover {
  color: #000;
}
.home-content i.slick-arrow.fa-chevron-left {
  left: -30px;
}
.home-content i.slick-arrow.fa-chevron-right {
  right: -30px;
  left: auto;
}
ul.slick-dots {
  margin-bottom: -12px;
}
ul.slick-dots li {
  margin: 0 0px;
}
ul.slick-dots li button:before {
  font-size: 12px;
  color: #333333 !important;
  opacity: 1;
}
ul.slick-dots li.slick-active button:before,
ul.slick-dots li button:hover:before,
ul.slick-dots li button:focus:before {
  opacity: 1;
  color: #ffffff !important;
}
#section-flux_rss .hashtag {
  color: #3b94d9;
}
@media (max-width: 767.98px) {
  .home-section.section-default .section-title.underline {
    margin-bottom: 15px !important;
  }
  .home-section.section-default .section-title.underline .title {
    margin-bottom: 5px !important;
  }
}
/* LESS_COMMON : _object 'article', _type 'std-fukuoka-carrousel' */
.article-std-fukuoka-carrousel {
  background: #fff;
  position: relative;
  padding: 15px;
  border: 1px solid #d3d3d3;
  /********** DATES **********/
  /*** Pseudo-classes ***/
  /*** Modes ***/
  /********** /DATES **********/
}
@media (max-width: 991.98px) {
  .article-std-fukuoka-carrousel {
    height: auto;
  }
  .article-std-fukuoka-carrousel.imgFullWidth {
    padding-bottom: 75px !important;
  }
}
.article-std-fukuoka-carrousel .model-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.article-std-fukuoka-carrousel .model-image .containerImg .click-img:hover .newsImg {
  opacity: .90;
}
.article-std-fukuoka-carrousel .title {
  height: auto;
  color: #333333;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
}
.article-std-fukuoka-carrousel .title .title-event-type {
  text-transform: capitalize;
}
.article-std-fukuoka-carrousel .desc {
  padding: 10px 0px 20px 0px;
  min-height: 58px;
  color: #646464;
  text-align: justify;
  line-height: 1.5;
}
.article-std-fukuoka-carrousel .readmore-wrapper {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  left: 0;
  bottom: 15px;
}
.article-std-fukuoka-carrousel .readmore-wrapper a.readMore {
  position: static;
}
.article-std-fukuoka-carrousel a.readMore {
  position: absolute;
  font-size: 20px;
  color: #ffcf00;
  float: right;
  margin-right: 15px;
}
.article-std-fukuoka-carrousel a.readMore.inTriangle {
  margin-right: 7px;
  font-size: 14px;
  margin-bottom: -7px;
}
.article-std-fukuoka-carrousel a.readMore.inTriangle:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right-color: #ffcf00;
  border-bottom-color: #ffcf00;
  bottom: -15px;
  right: 0;
  z-index: 1;
}
.article-std-fukuoka-carrousel a.readMore.inTriangle i.fas {
  position: relative;
  z-index: 2;
  color: #fff;
}
.article-std-fukuoka-carrousel a.readMore.inTriangle:hover:before {
  border-right-color: #ffec99;
  border-bottom-color: #ffec99;
}
.article-std-fukuoka-carrousel a.readMore.inTriangle:hover i.fas {
  color: #ffcf00;
}
.article-std-fukuoka-carrousel .carousel-content .readmore-wrapper {
  bottom: 0;
}
.article-std-fukuoka-carrousel .carousel-content .readmore-wrapper a.readMore {
  float: none;
  margin-right: 0;
  bottom: 0;
}
.article-std-fukuoka-carrousel .model-image .readMore {
  display: none;
}
.article-std-fukuoka-carrousel .model-image .bgShadow {
  display: none;
}
.article-std-fukuoka-carrousel .date {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  display: none;
}
.article-std-fukuoka-carrousel.__date_icon .date:before {
  content: "\f017";
  display: inline-block;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0px;
  border-right: 0px;
  margin-right: 5px;
  color: #646464;
}
.article-std-fukuoka-carrousel.__date_in_img .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-fukuoka-carrousel.dateBottom .model-content .date {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 6px 15px 6px 4px;
  width: auto;
  font-weight: normal;
}
.article-std-fukuoka-carrousel.dateBottom .model-content .date .date:before {
  content: "\f017";
  display: inline-block;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0px;
  border-right: 0px;
  margin-right: 5px;
  color: #646464;
}
.article-std-fukuoka-carrousel.dateImgRectangular .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-fukuoka-carrousel.dateImgRectangular .model-image .date {
  display: block;
  bottom: 0px;
  left: 35px;
  padding: 6px 15px 6px 20px;
  text-align: left;
  width: auto;
  font-weight: bold;
  background: #333333;
  color: #ffffff;
}
.article-std-fukuoka-carrousel.dateImgRectangular .model-image .date .date:before {
  content: "\f017";
  display: inline-block;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0px;
  border-right: 0px;
  margin-right: 5px;
  color: #646464;
}
.article-std-fukuoka-carrousel.dateImgRectangular .model-image .date:before {
  color: #ffffff;
}
.article-std-fukuoka-carrousel.dateAfterTitle .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-fukuoka-carrousel.dateAfterTitle .date-after-title {
  display: block;
  bottom: 0px;
  left: 35px;
  padding: 6px 15px 6px 20px;
  text-align: left;
  width: auto;
  font-weight: bold;
  background: #333333;
  color: #ffffff;
}
.article-std-fukuoka-carrousel.dateAfterTitle .date-after-title .date:before {
  content: "\f017";
  display: inline-block;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0px;
  border-right: 0px;
  margin-right: 5px;
  color: #646464;
}
.article-std-fukuoka-carrousel.dateAfterTitle .date-after-title:before {
  color: #ffffff;
}
.article-std-fukuoka-carrousel.dateImgRectangularLeft .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-fukuoka-carrousel.dateImgRectangularLeft .model-image .date {
  display: block;
  bottom: 0px;
  left: 35px;
  padding: 6px 15px 6px 20px;
  text-align: left;
  width: auto;
  font-weight: bold;
  background: #333333;
  color: #ffffff;
}
.article-std-fukuoka-carrousel.dateImgRectangularLeft .model-image .date .date:before {
  content: "\f017";
  display: inline-block;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0px;
  border-right: 0px;
  margin-right: 5px;
  color: #646464;
}
.article-std-fukuoka-carrousel.dateImgRectangularLeft .model-image .date:before {
  color: #ffffff;
}
.article-std-fukuoka-carrousel.dateImgRectangularLeft .model-image .date {
  height: 100% !important;
  font-size: 52px !important;
  width: 30% !important;
  padding-top: 20% !important;
}
.article-std-fukuoka-carrousel.dateImgRectangularLeft .model-image .date .dateDay {
  font-weight: normal;
}
.article-std-fukuoka-carrousel.dateImgRectangularLeft .model-image .date .dateMonth {
  font-size: 36px;
  font-weight: normal;
}
.article-std-fukuoka-carrousel.dateImgRectangularLeft .model-image .date:after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #ffcf00;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -20px;
}
.article-std-fukuoka-carrousel.dateImgSquaredBottom .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-fukuoka-carrousel.dateImgSquaredBottom .model-image .date {
  display: block;
  bottom: 0px;
  left: 0px;
  width: 90px;
  height: 90px;
  padding: 10px 0;
  text-align: center;
  background: #ffcf00;
  color: #ffffff;
}
.article-std-fukuoka-carrousel.dateImgSquaredBottom .model-image .date span {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.article-std-fukuoka-carrousel.dateImgSquaredBottom .model-image .date .dateDay {
  font-size: 34px;
}
.article-std-fukuoka-carrousel.dateImgSquaredBottom .model-image .date .dateYear {
  font-weight: normal;
}
.article-std-fukuoka-carrousel.dateImgSquaredHat .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-fukuoka-carrousel.dateImgSquaredHat .model-image .containerImg {
  margin-top: 12px;
}
.article-std-fukuoka-carrousel.dateImgSquaredHat .model-content .date {
  display: none;
}
.article-std-fukuoka-carrousel.dateImgSquaredHat .model-image .date {
  display: block;
  position: absolute;
  top: -12px;
  left: 20px;
  color: #fff;
  padding: 10px 0px 15px 0px;
  background: #333333;
  font-size: 20px;
  width: 70px;
  height: 70px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.article-std-fukuoka-carrousel.dateImgSquaredHat .model-image .date span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.article-std-fukuoka-carrousel.dateImgSquaredHat .model-image .date .dateYear {
  display: none;
}
.article-std-fukuoka-carrousel.dateImgSquaredHat .model-image .date:before {
  content: " ";
  display: inline-block;
  border-top: 12px solid transparent;
  border-right: 8px solid #858588;
  position: absolute;
  left: -8px;
  top: 0;
}
.article-std-fukuoka-carrousel.dateImgSquaredHat .model-image .date:after {
  content: " ";
  display: inline-block;
  border-top: 12px solid transparent;
  border-left: 8px solid #858588;
  position: absolute;
  right: -8px;
  top: 0;
}
.article-std-fukuoka-carrousel.dateInTriangle .date {
  left: 0;
  top: 0;
  background: transparent;
  color: #fff;
  z-index: 9999;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  padding: 6px 10px;
  font-size: 12px;
  text-align: left;
}
.article-std-fukuoka-carrousel.dateInTriangle .date .dateMonth,
.article-std-fukuoka-carrousel.dateInTriangle .date .dateDay {
  display: block;
  font-weight: bold;
}
.article-std-fukuoka-carrousel.dateInTriangle .date .dateDay {
  font-size: 20px;
}
.article-std-fukuoka-carrousel.dateInTriangle:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-left-color: #ffcf00;
  border-top-color: #ffcf00;
  top: 0;
  left: 0;
  z-index: 99;
}
.article-std-fukuoka-carrousel.dateInTriangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 23px solid transparent;
  border-right-color: #ffcf00;
  border-bottom-color: #ffcf00;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.article-std-fukuoka-carrousel.dateInTriangle .readmore-wrapper {
  bottom: 0;
}
.article-std-fukuoka-carrousel.dateInTriangle .readmore-wrapper .readMore {
  bottom: 0;
  color: #fff;
  margin: 0;
  font-size: 20px;
  padding: 10px 7px 3px 10px;
  position: relative;
  z-index: 99;
  font-family: verdana, sans-serif;
}
.article-std-fukuoka-carrousel.dateInTriangle .model-content .title,
.article-std-fukuoka-carrousel.dateInTriangle .model-content .desc {
  padding: 0 30px !important;
  text-align: left;
}
@media (max-width: 767.98px) {
  .article-std-fukuoka-carrousel.dateInTriangle .without-image .title {
    padding: 50px 30px 15px  60px !important;
    height: auto;
  }
  .article-std-fukuoka-carrousel.dateInTriangle .with-image .desc,
  .article-std-fukuoka-carrousel.dateInTriangle .without-image .desc {
    padding-bottom: 40px !important;
  }
}
.article-std-fukuoka-carrousel.dateInTriangle .containerImg .date {
  display: none;
}
.article-std-fukuoka-carrousel.dateImgTriangle .containerImg {
  position: relative;
}
.article-std-fukuoka-carrousel.dateImgTriangle .date {
  left: 0;
  top: 0;
  background: transparent;
  color: #fff;
  z-index: 999;
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  position: absolute;
  padding: 6px 10px;
  font-size: 12px;
  text-align: left;
}
.article-std-fukuoka-carrousel.dateImgTriangle .date .dateMonth,
.article-std-fukuoka-carrousel.dateImgTriangle .date .dateDay {
  display: block;
  font-weight: bold;
}
.article-std-fukuoka-carrousel.dateImgTriangle .date .dateDay {
  font-size: 20px;
}
.article-std-fukuoka-carrousel.dateImgTriangle .date:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-left-color: #ffcf00;
  border-top-color: #ffcf00;
  top: 0;
  left: 0;
  z-index: -1;
}
.article-std-fukuoka-carrousel.dateImgTriangle.bottom .date {
  top: auto;
  bottom: 0;
  padding: 0 7px;
}
.article-std-fukuoka-carrousel.dateImgTriangle.bottom .date:before {
  border-color: #ffcf00;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  top: unset;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.article-std-fukuoka-carrousel.dateImgTriangle .model-content .title,
.article-std-fukuoka-carrousel.dateImgTriangle .model-content .desc {
  padding: 0 30px !important;
  text-align: left;
}
@media (max-width: 767.98px) {
  .article-std-fukuoka-carrousel.dateImgTriangle .without-image .title {
    padding: 50px 30px 15px  60px !important;
    height: auto;
  }
  .article-std-fukuoka-carrousel.dateImgTriangle .with-image .desc,
  .article-std-fukuoka-carrousel.dateImgTriangle .without-image .desc {
    padding-bottom: 40px !important;
  }
}
.article-std-fukuoka-carrousel.dateImgTriangle .model-content .date {
  display: none;
}
.article-std-fukuoka-carrousel.dateImgSquare .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-fukuoka-carrousel.dateImgSquare .model-image {
  margin-bottom: 50px;
  overflow: visible;
}
.article-std-fukuoka-carrousel.dateImgSquare .model-image .date {
  display: block;
  color: white;
  background: #ffcf00;
  width: 95px;
  height: 95px;
  font-size: 13px;
  box-sizing: border-box;
  left: calc(50% - 46px);
  bottom: -30px;
  font-weight: bold;
  text-transform: initial;
}
.article-std-fukuoka-carrousel.dateImgSquare .model-image .date span {
  font-weight: normal;
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.article-std-fukuoka-carrousel.dateImgSquare .model-image .date .dateDay {
  font-size: 45px !important;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
.article-std-fukuoka-carrousel.dateImgSquare .model-image .date .dateMonth {
  font-size: 16px !important;
  text-transform: uppercase;
  margin: 0 0 3px;
  line-height: 1;
}
.article-std-fukuoka-carrousel.dateImgSquare .model-image .date .dateYear {
  font-size: 16px !important;
  line-height: 1;
}
.article-std-fukuoka-carrousel.dateImgCircle .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-fukuoka-carrousel.dateImgCircle .model-image {
  margin-bottom: 50px;
  overflow: visible;
}
.article-std-fukuoka-carrousel.dateImgCircle .model-image .date {
  display: block;
  border-radius: 50%;
  color: white;
  background: #ffcf00;
  width: 93px;
  height: 93px;
  padding-top: 10px;
  font-size: 13px;
  box-sizing: border-box;
  border: 6px solid #fff;
  left: calc(50% - 46px);
  bottom: -47px;
  font-weight: bold;
  text-transform: initial;
}
.article-std-fukuoka-carrousel.dateImgCircle .model-image .date span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.article-std-fukuoka-carrousel.dateImgCircle .model-image .date span.dateDay {
  font-size: 16px;
  font-weight: bold;
}
.article-std-fukuoka-carrousel.dateImgCircle .model-image .date span.dateYear {
  display: block;
  font-weight: normal;
  font-size: 13px;
}
.article-std-fukuoka-carrousel.dateTop {
  padding: 95px 30px ;
}
.article-std-fukuoka-carrousel.dateTop .date {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 5px;
  margin: 0;
  height: 40px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 15px 26px;
  background: #ffcf00;
}
.article-std-fukuoka-carrousel.dateTop .title {
  height: auto;
  color: #ffcf00;
  line-height: 1.3em;
  padding: 0;
  text-transform: none;
}
.article-std-fukuoka-carrousel.dateTop .desc {
  padding: 10px 0px 20px 0px;
  min-height: 60px;
  color: #646464;
  line-height: 1.5;
  margin: 13px 0 0;
  font-size: 14px;
  text-align: left;
}
.article-std-fukuoka-carrousel.dateBevel .date:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 20px solid transparent;
  right: 0;
  top: 0;
}
.article-std-fukuoka-carrousel.bevel-right .date:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -39px;
  top: 0;
  border: 20px solid transparent;
  border-left-color: #ffcf00;
  border-top-color: #ffcf00;
}
.article-std-fukuoka-carrousel.bevel-left .date:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -39px;
  top: 0;
  border: 20px solid transparent;
  border-right-color: #ffcf00;
  border-top-color: #ffcf00;
}
.article-std-fukuoka-carrousel .date_after_title {
  text-align: left;
  font-weight: 600;
  color: #aaa;
  margin-bottom: 6px;
  font-size: 16px;
}
.article-std-fukuoka-carrousel.moreInImg .readMore {
  display: none;
}
.article-std-fukuoka-carrousel.moreInImg .model-image .readMore {
  display: block;
}
.article-std-fukuoka-carrousel.flat-btn .readMore {
  background-color: #333333;
  border-radius: 0;
  color: #fff;
  border: 0 none;
  margin-top: 26px;
  padding: 10px 28px;
}
.article-std-fukuoka-carrousel.reversedColor {
  background: #333333;
  color: #ffffff;
}
.article-std-fukuoka-carrousel.reversedColor a.readMore {
  color: #ffffff;
}
.article-std-fukuoka-carrousel.reversedColor .model-content {
  background: #333333;
}
.article-std-fukuoka-carrousel.reversedColor .model-content .date::before,
.article-std-fukuoka-carrousel.reversedColor .model-content .date,
.article-std-fukuoka-carrousel.reversedColor .model-content .title,
.article-std-fukuoka-carrousel.reversedColor .model-content .desc {
  color: #ffffff;
}
.article-std-fukuoka-carrousel.imgFullWidth {
  padding: 0px 0px;
  /*
            a.readMore {
                right: 40px;
            }
            */
}
.article-std-fukuoka-carrousel.imgFullWidth .model-image .containerImg {
  height: inherit;
}
.article-std-fukuoka-carrousel.imgFullWidth .desc,
.article-std-fukuoka-carrousel.imgFullWidth .title {
  padding: 0  15px;
}
.article-std-fukuoka-carrousel.margin {
  margin: 0;
}
.article-std-fukuoka-carrousel.bgMaincolor1 *,
.article-std-fukuoka-carrousel.bgMaincolor1 {
  overflow: hidden;
  background-color: #333333 !important;
  color: #fff !important;
  border-color: #333333 !important;
}
.article-std-fukuoka-carrousel.bgMaincolor2 *,
.article-std-fukuoka-carrousel.bgMaincolor2 {
  overflow: hidden;
  background-color: #ffcf00 !important;
  color: #fff !important;
  border-color: #ffcf00 !important;
}
.article-std-fukuoka-carrousel.dateSide {
  padding: 0;
}
.article-std-fukuoka-carrousel.dateSide .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-fukuoka-carrousel.dateSide .model-image .date {
  display: block;
  bottom: 0px;
  left: 0px;
  width: 90px;
  height: 90px;
  padding: 10px 0;
  text-align: center;
  background: #ffcf00;
  color: #ffffff;
}
.article-std-fukuoka-carrousel.dateSide .model-image .date span {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.article-std-fukuoka-carrousel.dateSide .model-image .date .dateDay {
  font-size: 34px;
}
.article-std-fukuoka-carrousel.dateSide .model-image .date .dateYear {
  font-weight: normal;
}
.article-std-fukuoka-carrousel.dateSide .model-image .date {
  background: #ffcf00;
  color: #ffffff;
}
.article-std-fukuoka-carrousel.dateSide .date {
  height: 100% !important;
  width: 30% !important;
}
.article-std-fukuoka-carrousel.dateSide .date .dateDay {
  font-size: 53px !important;
  margin: 18px 0 0;
  line-height: 1;
}
.article-std-fukuoka-carrousel.dateSide .date .dateMonth {
  font-size: 16px !important;
}
.article-std-fukuoka-carrousel.dateSide .date .dateYear {
  font-size: 20px !important;
}
.article-std-fukuoka-carrousel.dateSide .model-image {
  max-height: 100%;
  height: 100%;
  margin: 0;
  text-align: right;
}
.article-std-fukuoka-carrousel.dateSide .containerImg {
  padding: 0 !important;
}
.article-std-fukuoka-carrousel.dateSide .click-img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 30%;
}
.article-std-fukuoka-carrousel.dateSide .model-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: left;
  transition: all .4s;
}
.article-std-fukuoka-carrousel.dateSide .model-content .date {
  display: none;
}
.article-std-fukuoka-carrousel.dateSide .model-content .title {
  color: #ffffff;
  text-align: center;
  bottom: 0;
  position: absolute;
  padding: 0 30px;
}
.article-std-fukuoka-carrousel.dateSide .model-content .desc {
  display: none;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  padding: 30px;
}
.article-std-fukuoka-carrousel.dateSide .model-content .title {
  font-size: 26px;
}
.article-std-fukuoka-carrousel.dateSide .model-content:hover {
  background: #ffcf00;
  cursor: pointer;
}
.article-std-fukuoka-carrousel.dateSide .model-content:hover .desc {
  display: block;
}
.article-std-fukuoka-carrousel.dateSide .model-content:hover .title {
  display: none;
}
.article-std-fukuoka-carrousel.imgZoom:hover .newsImg {
  transition: all 0.2s ease-in-out;
}
.article-std-fukuoka-carrousel.imgZoom:hover .newsImg:hover {
  transform: scale(1.05);
}
.article-std-fukuoka-carrousel.date-rounded .date {
  border-radius: 6px;
}
.article-std-fukuoka-carrousel.rounded {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 3px;
}
.article-std-fukuoka-carrousel.logo-side .model-ratio-image {
  background: transparent;
}
.article-std-fukuoka-carrousel.logo-side .model-ratio-image .containerImg .click-img .newsImg {
  height: auto;
}
.article-std-fukuoka-carrousel.logo-side .model-image {
  width: 150px;
  overflow: hidden;
  margin-bottom: 40px;
  margin: 0;
  float: left;
  margin-right: 15px;
}
.article-std-fukuoka-carrousel.logo-side .readmore-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
}
.article-std-fukuoka-carrousel.logo-side .readmore-wrapper a {
  display: block;
  text-align: center;
  color: #333333;
  border-top: 1px solid #333333;
  float: none;
  padding: 15px 0 15px;
  left: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  transition: color .3s;
}
.article-std-fukuoka-carrousel.logo-side .readmore-wrapper a:hover {
  color: #ffcf00;
}
.article-std-fukuoka-carrousel.logo-side .model-content .link-entire-box {
  margin-left: 180px;
  display: inline-block;
  width: calc(100% - 195px);
  text-align: left;
  position: absolute;
  left: 0;
}
.article-std-fukuoka-carrousel.logo-side .model-content .link-entire-box .date {
  color: #50505A;
  font-size: 16px;
  margin: 0 0 15px;
  text-align: left;
  display: block;
}
.article-std-fukuoka-carrousel.logo-side .model-content .link-entire-box .desc {
  display: none;
}
.article-std-fukuoka-carrousel.logo-side .model-content .link-entire-box .title {
  font-size: 20px;
  line-height: 30px;
  color: #50505A;
  text-transform: uppercase;
}
.article-std-fukuoka-carrousel.logo-side .model-content .link-entire-box .title .entreprise {
  line-height: 1em;
  margin: 0 0 15px;
  font-size: 14px;
  text-transform: none;
  color: #333333;
}
@media (max-width: 767.98px) {
  .article-std-fukuoka-carrousel.logo-side .model-content .link-entire-box {
    width: calc(100% - 150px);
  }
}
.article-std-fukuoka-carrousel .article_flag-topRight {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  background: #333333;
  padding: 5px 15px;
}
.bgImg {
  padding: 0px 14px;
  border: 1px solid transparent;
}
.bgImg .model-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bgImg .model-image .containerImg {
  height: inherit;
  width: 100%;
}
.bgImg .model-image img {
  width: 100%;
  height: 100%;
}
.bgImg .model-image .bgShadow {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.bgImg a.readMore {
  color: #fff;
  right: 40px;
}
.bgImg .title {
  margin-top: 245px;
  z-index: 1;
  position: relative;
  color: #fff;
}
.bgImg .desc {
  z-index: 1;
  position: relative;
  color: #fff;
}
.bgImg .date {
  bottom: 25px;
  left: 15px;
  color: #fff;
  font-weight: normal;
  background: transparent;
}
.bgImg .date::before {
  color: #fff;
}
.bgImg.captionBot .model-image .bgShadow {
  height: 60px;
  top: auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.bgImg.captionBot .model-content .title {
  position: absolute;
  margin-top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0px 25px 0px;
  height: 60px;
}
.listView {
  height: auto;
}
.listView.hrticle-Model ome-article {
  height: auto;
}
.listView .model-content {
  width: auto;
}
@media (max-width: 1199.98px) {
  .listView .readmore-wrapper {
    display: none;
  }
}
@media (min-width: 1200px) {
  .listView {
    margin: 0;
    padding: 0;
    height: 170px;
    margin-bottom: 10px;
  }
  .listView .model-image {
    width: 30%;
    float: left;
    height: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 0px;
  }
  .listView .model-image .containerImg {
    height: inherit;
  }
  .listView .model-content {
    padding: 20px;
    float: left;
    width: 70%;
  }
  .listView .model-content .date {
    position: relative;
    display: inline-block;
    background: transparent;
    padding: 0 0 6px;
    bottom: initial;
    left: initial;
    color: #bebebe;
    font-weight: normal;
  }
  .listView .model-content .date::before {
    color: #bebebe;
  }
  .listView .model-content .title {
    padding: 0px;
    height: auto;
    margin: 0;
  }
  .listView .model-content .desc {
    padding: 10px 0px 20px 0px;
    height: 75px;
  }
  .listView .model-content a.readMore {
    bottom: 10px;
    right: 10px;
  }
  .listView.imgBigger .model-content {
    width: 30%;
    position: relative;
  }
  .listView.imgBigger .model-image {
    width: 70%;
    position: relative;
  }
}
@media (min-width: 1200px) and (max-width: 767.98px) {
  .listView.imgBigger .model-content {
    width: 100%;
  }
  .listView.imgBigger .model-image {
    width: 100%;
  }
}
.listViewReducedWrapper .col-article:last-child .listViewReduced:after {
  display: none;
}
.listViewReduced {
  height: 132px;
  border: 0;
  margin: 0;
  overflow: hidden;
}
.listViewReduced:after {
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  display: block;
  background: #e6e8eb;
  bottom: 0;
  position: absolute;
}
.listViewReduced:hover {
  background: #e3e6eb;
  color: #000000;
}
.listViewReduced .model-image {
  width: 45%;
  float: left;
  height: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 0px;
  margin-right: 15px;
}
.listViewReduced .model-image .containerImg {
  height: inherit;
}
.listViewReduced .model-content {
  padding: 0px !important;
}
.listViewReduced .model-content .date {
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 0 0 6px;
  bottom: initial;
  left: initial;
  color: #bebebe;
  font-weight: normal;
}
.listViewReduced .model-content .date::before {
  color: #bebebe;
}
.listViewReduced .model-content .title {
  padding: 0px;
  height: auto;
  margin: 0;
}
.listViewReduced .model-content .desc {
  display: none;
  min-height: auto;
  text-align: left;
}
.listViewReduced .model-content a.readMore {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.listViewReduced .model-content.with-image {
  width: 50%;
  float: left;
  padding: 10px 0px 10px 10px;
}
.ImageSquare .model-image {
  width: 100px;
}
.ImageSquare .model-image .containerImg .click-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}
.ImageSquare .model-image .containerImg .click-img img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  width: auto;
  position: relative;
}
.ImageSquare .model-ratio-image {
  width: 100px !important;
  background: #fff !important;
}
.ImageSquare .model-content.with-image {
  width: calc(100% - 115px) !important;
}
.locationBottom .location {
  font-size: 15px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  text-transform: capitalize;
  color: #888888;
}
.locationBottom .location:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 18px;
}
.halfBloc {
  height: 350px;
  padding: 0;
}
.halfBloc .model-image {
  height: 100%;
  width: 50%;
  float: left;
  margin-bottom: 0;
}
.halfBloc .model-image .containerImg {
  height: 350px;
}
.halfBloc .model-content {
  float: right;
  width: 50%;
  height: 100%;
  padding: 50px;
}
.halfBloc .title {
  font-size: 32px;
  font-weight: normal;
  margin: 5px 0 0;
  padding: 0;
  height: initial;
}
.halfBloc .desc {
  padding: 0;
  height: initial;
}
.halfBloc .date {
  position: relative;
  left: initial;
  bottom: initial;
  padding: 0;
  margin: 0 0 15px;
  text-align: left;
  background: transparent;
  color: #ffcf00;
  font-size: 14px;
  font-weight: bold;
  text-transform: initial;
}
.halfBloc .date:before {
  color: #ffcf00;
}
.halfBloc a.readMore {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lis-item .model-image {
  margin-bottom: 0;
}
.list-item:last-child .listView {
  margin-bottom: 0;
}
.list-item-odd .listView {
  background: #333333;
}
.list-item-odd .listView .date,
.list-item-odd .listView .date::before,
.list-item-odd .listView .title,
.list-item-odd .listView a.readMore,
.list-item-odd .listView .desc {
  color: #ffffff;
}
.slick-slide + .slick-slide .article-std-fukuoka-carrousel {
  border-left: 0;
}
@media (max-width: 767.98px) {
  .slick-slide + .slick-slide .article-std-fukuoka-carrousel {
    border-left: 0 none;
  }
  .article-Model.dateBottom {
    padding-bottom: 60px;
  }
  .listView {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .listView .model-content {
    width: 100%;
  }
  .listViewReduced,
  .halfBloc {
    height: auto;
  }
  .listViewReduced .model-image,
  .halfBloc .model-image,
  .listViewReduced .model-content,
  .halfBloc .model-content {
    display: block;
    clear: both;
    width: 100% !important;
    position: relative;
  }
  .listViewReduced {
    display: flex;
  }
  .listViewReduced .model-image {
    max-width: 100px;
    height: auto;
  }
}
.carousel-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.carousel-wrapper .slick-dots button {
  color: #ffcf00;
}
.carousel-wrapper .slick-dots .slick-active button:before {
  color: #fff !important;
}
.carousel-wrapper .slick-dots {
  right: 388px !important;
  top: 58px !important;
}
.carousel-wrapper .article-std-fukuoka-carrousel .model-image {
  width: 700px;
}
.carousel-wrapper .article-std-fukuoka-carrousel .carousel-content {
  padding: 130px 60px 40px;
}
.carousel-wrapper .article-std-fukuoka-carrousel .carousel-content .model-content {
  height: 100%;
  text-align: left;
}
.carousel-wrapper .article-std-fukuoka-carrousel .carousel-content .type-carousel {
  font-size: 14px;
}
.carousel-wrapper .article-std-fukuoka-carrousel .carousel-content .date {
  font-size: 14px;
  margin-bottom: 5px;
}
.carousel-wrapper .article-std-fukuoka-carrousel .carousel-content .readmore-wrapper {
  text-align: left;
}
.carousel-wrapper .article-std-fukuoka-carrousel .carousel-content .readmore-wrapper .readMore {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 6px;
  font-size: 16px;
  height: 40px;
  width: 160px;
  line-height: 36px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 10px;
  width: max-content;
  font-weight: 700 !important;
}
.carousel-wrapper .article-std-fukuoka-carrousel .carousel-content .readmore-wrapper .readMore .fas {
  font-size: 20px;
}
.carousel-wrapper .article-std-fukuoka-carrousel .carousel-content .readmore-wrapper .readMore:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #000000;
}
.carousel-wrapper .article-std-fukuoka-carrousel .carousel-content .readmore-wrapper .readMore:hover .fas {
  color: #000000 !important;
}
@media (max-width: 1199.98px + 200px) {
  .carousel-wrapper .article-std-fukuoka-carrousel .carousel-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    opacity: 0.8;
    height: 100% !important;
    min-width: 100% !important;
  }
  .carousel-wrapper .article-std-fukuoka-carrousel .carousel-content .link-entire-box *,
  .carousel-wrapper .article-std-fukuoka-carrousel .carousel-content .readmore-wrapper {
    text-align: center !important;
  }
  .carousel-wrapper .carousel-wrapper .slick-dots {
    right: 0 !important;
    top: 0 !important;
  }
}
.container-fullscreen .carousel-wrapper .article-std-fukuoka-carrousel .model-image {
  width: 100%;
}
.container-fullscreen .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
  left: 4%;
  color: #fff;
}
.container-fullscreen .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
  right: 4%;
  color: #fff;
}
.container-fullscreen .model-image {
  position: relative;
  vertical-align: middle;
  display: inline-table;
}
.article-std-fukuoka-carrousel {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0 none;
}
.article-std-fukuoka-carrousel .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article-std-fukuoka-carrousel .model-image {
  height: auto;
  position: absolute;
  top: 0;
}
.article-std-fukuoka-carrousel .model-image:hover .newsImg {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.article-std-fukuoka-carrousel .carousel-content {
  box-sizing: border-bottom;
  padding: 30px;
  position: absolute !important;
  max-width: 100%;
}
.article-std-fukuoka-carrousel .carousel-content.right {
  right: 0;
}
.article-std-fukuoka-carrousel .carousel-content.left {
  left: 0;
}
.article-std-fukuoka-carrousel .carousel-content.top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  top: 0;
}
.article-std-fukuoka-carrousel .carousel-content.bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-radius: 0;
  bottom: 0;
}
.article-std-fukuoka-carrousel .carousel-content.center {
  margin: auto;
  position: relative;
}
.article-std-fukuoka-carrousel .carousel-content.center .ModelContent {
  left: -50%;
}
.article-std-fukuoka-carrousel .carousel-content.middle {
  height: auto;
  top: 56%;
}
.article-std-fukuoka-carrousel .carousel-content.middle .ModelContent {
  top: -50%;
}
ul.slick-dots {
  display: block;
}
ul.slick-dots li button:before {
  color: #fff;
}
ul.slick-dots li.slick-active button:before,
ul.slick-dots li button:hover:before,
ul.slick-dots li button:focus:before {
  color: #000000;
}
.article-image {
  height: 100%;
  max-width: 100%;
  text-align: center;
}
.article-image img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.slick-arrow {
  display: block;
  top: initial;
  bottom: 30px;
  left: 34px;
  z-index: 1;
}
.slick-arrow.fas:hover {
  color: #7b7b7b;
}
.fa-chevron-right {
  left: initial;
  right: 34px;
}
@media (max-width: 1199.98px) {
  #row-Fukuoka-1 .home-article .article-std-fukuoka-carrousel {
    max-height: 300px;
  }
}
#row-Fukuoka-1 .readmore-wrapper {
  position: relative;
}
#row-Fukuoka-1 .readmore-wrapper .readMore:hover {
  background: #fff;
  color: #000000;
}
#row-Fukuoka-1 .model-ratio-image .containerImg .click-img .newsImg {
  min-height: 100%;
  cursor: default;
}
#row-Fukuoka-1 .article-std-fukuoka-carrousel .carousel-content .title {
  font-size: 32px;
}
#row-Fukuoka-1 .article-std-fukuoka-carrousel .carousel-content .readmore-wrapper .readMore {
  border-width: 1px;
}
#row-Fukuoka-1 .carousel-wrapper .article-std-fukuoka-carrousel .model-image {
  width: 815px;
  max-height: 421px;
}
#row-Fukuoka-1 .carousel-content .title {
  font-size: 32px;
}
@media (max-width: 1199.98px) {
  #row-Fukuoka-1 .carousel-content .title {
    opacity: 1;
  }
  #row-Fukuoka-1 .article-std-fukuoka-carrousel .carousel-content {
    padding: 50px 30px 130px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
  }
}
@media (min-width: 1200px) {
  #row-Fukuoka-1 {
    position: relative;
    background: #fff;
    height: 570px;
    padding: 0;
    background: #FAFAFA;
  }
  #row-Fukuoka-1 slick-dots {
    display: block;
  }
  #row-Fukuoka-1 ul.slick-dots {
    padding: 0;
    top: unset;
    bottom: -40px;
    right: 0;
    text-align: center;
    padding-right: 40px;
    max-width: 100%;
    width: 100%;
  }
  #row-Fukuoka-1 ul.slick-dots li,
  #row-Fukuoka-1 ul.slick-dots li button,
  #row-Fukuoka-1 ul.slick-dots li button:before {
    font-size: 20px !important;
    width: 28px !important;
    height: 28px !important;
  }
  #row-Fukuoka-1 ul.slick-dots li button:before {
    opacity: .7;
    color: #ffcf00 !important;
  }
  #row-Fukuoka-1 ul.slick-dots li.slick-active button:before,
  #row-Fukuoka-1 ul.slick-dots li button:hover:before,
  #row-Fukuoka-1 ul.slick-dots li button:focus:before {
    opacity: 1;
    color: #000000 !important;
  }
  #row-Fukuoka-1 .container > .row {
    max-height: 570px;
  }
  #row-Fukuoka-1 #main-carousel .home-content .row {
    max-height: 570px;
  }
  #row-Fukuoka-1 #main-carousel .col-article {
    padding: 0 !important;
  }
  #row-Fukuoka-1 #main-carousel .home-article .article-std-fukuoka-carrousel {
    background-color: transparent !important;
  }
  #row-Fukuoka-1 .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    top: 180px;
    color: #ffffff;
    font-size: 52px;
    height: 56px;
  }
  #row-Fukuoka-1 .home-content.big-arrows .slick-slider i.slick-arrow.fas.fa-chevron-right {
    right: 30px;
  }
  #row-Fukuoka-1 .home-content.big-arrows .slick-slider i.slick-arrow.fas.fa-chevron-left {
    left: 30px;
  }
  #row-Fukuoka-1 .readmore-wrapper {
    position: absolute;
    bottom: 42px;
  }
  #row-Fukuoka-1 .carousel-wrapper .article-std-fukuoka-carrousel .model-image {
    background: transparent;
  }
  #row-Fukuoka-1 .slick-slider img {
    min-width: 0;
    min-height: 0;
    width: auto;
    height: auto;
  }
  #row-Fukuoka-1 .article-std-fukuoka-carrousel {
    background-color: transparent !important;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
  }
  #row-Fukuoka-1 .article-std-fukuoka-carrousel .container {
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  #row-Fukuoka-1 .carousel-content {
    position: relative;
    opacity: 1;
    padding: 0;
  }
  #row-Fukuoka-1 .carousel-content .type-carousel {
    display: none;
  }
  #row-Fukuoka-1 .carousel-content .title {
    text-transform: none;
    line-height: 45px;
    text-align: left;
    margin-top: 23px;
    color: #000000 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    white-space: normal !important;
    line-height: 2.2rem;
    margin: 0 !important;
  }
  #row-Fukuoka-1 .carousel-content .date {
    font-size: 18px;
    color: #000000 !important;
    margin-top: 15px;
  }
  #row-Fukuoka-1 .carousel-content .date .dateMonth {
    text-transform: none !important;
  }
  #row-Fukuoka-1 .carousel-content .link-entire-box {
    min-height: 180px;
    display: block;
    padding-right: 170px;
  }
  #row-Fukuoka-1 .carousel-content .readmore-wrapper {
    position: absolute;
    float: right;
    width: auto !important;
    width: 160px;
    top: 43px;
    right: 20px;
    bottom: unset;
    left: unset;
  }
  #row-Fukuoka-1 .carousel-content .readmore-wrapper .readMore {
    background: #ffcf00;
    border-color: #ffcf00;
    border-radius: 6px;
    color: #ffffff;
    text-align: center;
  }
  #row-Fukuoka-1 .carousel-content .readmore-wrapper .readMore:hover {
    background: #333333;
    color: #ffffff;
    border-color: #333333;
  }
  #content-1 .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    font-size: 56px !important;
    top: 235px;
  }
}
/* LESS_COMMON : _object 'section', _type 'default' */
.home-section.section-default {
  overflow: initial;
  padding-top: 60px;
  padding-bottom: 60px;
  /***** Section footer *****/
  /**************************************************/
  /* Responsive
    /**************************************************/
}
.home-section.section-default.no-padding {
  padding: 0;
}
.home-section.section-default.no-padding-sides {
  padding-left: 0;
  padding-right: 0;
}
.home-section.section-default.no-margin {
  margin: 0;
}
.home-section.section-default .section-title {
  margin-bottom: 35px;
  /* Style de base pour le titre/la décoration */
  /* Styles pour le titre/la décoration */
}
.home-section.section-default .section-title .title {
  display: inline-block;
  font-size: 34px;
}
.home-section.section-default .section-title.default .line {
  display: none;
}
.home-section.section-default .section-title.underline .title {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.home-section.section-default .section-title.underline .line {
  display: block;
  height: 2px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  max-width: 40%;
}
.home-section.section-default .section-title.underline-full {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffcf00;
}
.home-section.section-default .section-title.upperline {
  position: relative;
  padding-top: 20px;
  display: block;
}
.home-section.section-default .section-title.upperline .title {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.home-section.section-default .section-title.upperline .line {
  display: block;
  height: 2px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  max-width: 40%;
}
.home-section.section-default .section-title.upperline .line {
  top: 0;
  position: absolute;
}
.home-section.section-default .section-title.sideline .title {
  padding-left: 12px;
  padding-right: 12px;
}
.home-section.section-default .section-title.sideline .line {
  display: block;
  height: 1px;
  margin-top: -7px;
}
.home-section.section-default .section-title.stripped {
  position: relative;
}
.home-section.section-default .section-title.stripped .title {
  position: relative;
  z-index: 1;
  padding-left: 18px;
  padding-right: 18px;
}
.home-section.section-default .section-title.stripped .line {
  display: inline-block;
  position: absolute;
  top: calc(50%);
  width: 100%;
  height: 2px;
  left: 0px;
}
.home-section.section-default .section-title.nogap {
  margin-bottom: 12px;
}
.home-section.section-default .section-title.bigfont .title {
  font-size: 40px;
}
.home-section.section-default .section-title.bgcolor {
  background: #ffcf00;
}
.home-section.section-default .section-title.bgcolor .title {
  color: #ffffff !important;
  background: transparent;
  font-size: 28px;
  height: 60px;
  vertical-align: 60px;
  padding: 15px 0 0 21px;
  letter-spacing: -1px;
  background: transparent !important;
}
.home-section.section-default .section-title.bgcolor .title b {
  font-weight: 600;
}
.home-section.section-default .section-title.side-title {
  /* media */
}
@media (min-width: 1199.98px) {
  .home-section.section-default .section-title.side-title {
    position: absolute;
    left: 0;
    top: 0;
    background: #333333;
    z-index: 99;
    height: 100%;
    padding: 0 50px 0  0;
    margin: 0;
  }
  .home-section.section-default .section-title.side-title .line {
    background: #fff !important;
  }
  .home-section.section-default .section-title.side-title .title {
    color: #fff !important;
    display: block;
    margin-top: 44px;
    font-size: 40px;
    width: 100%;
  }
  .home-section.section-default .section-title.side-title:before {
    content: '';
    position: absolute;
    left: -200%;
    right: 60px;
    background: #5b1a26;
    z-index: 98;
    width: 200%;
    height: 100%;
  }
}
.home-section.section-default .section-title.text-left {
  text-align: left;
}
.home-section.section-default .section-title.text-left .title {
  text-align: left;
}
.home-section.section-default .section-title.text-left .line {
  margin-left: 0;
}
.home-section.section-default .section-title.text-center {
  text-align: center;
}
.home-section.section-default .section-title.text-right {
  text-align: right;
}
.home-section.section-default .section-more {
  margin: 30px 0 0;
  padding: 0;
  overflow: hidden;
}
.home-section.section-default .section-more a {
  background: transparent;
  padding: 10px 22px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 12px;
  border: 2px solid #848990;
  color: #848990;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.home-section.section-default .section-more a:hover {
  background: rgba(255, 207, 0, 0.2);
  color: #848990;
  border: 2px solid #848990;
}
.home-section.section-default .section-more.text-center {
  text-align: center;
}
.home-section.section-default .section-more.text-right {
  text-align: right;
}
.home-section.section-default .section-more.text-left {
  text-align: left !important;
}
.home-section.section-default .section-more.text-left .title {
  text-align: left !important;
}
.home-section.section-default .section-more.text-left .title .lene {
  margin-left: 0 !important;
}
.home-section.section-default .section-more.fullWitdh a {
  width: 100%;
}
.home-section.section-default .section-more.big-plus {
  position: absolute;
  width: 141px;
  right: 15px;
  bottom: 70px;
  height: 135px;
  background: #ffcf00;
}
.home-section.section-default .section-more.big-plus a {
  width: 100%;
  height: 135px;
  border: 0 none;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.home-section.section-default .section-more.big-plus a:before {
  content: '+';
  position: relative;
  display: block;
  clear: both;
  font-size: 79px;
  text-align: center;
  font-weight: 200;
  font-family: ubuntu-light;
  color: #ffffff;
  padding: 0;
  line-height: 1;
}
.home-section.section-default .section-more.moreplus a {
  background: #848990 !important;
  width: 60px !important;
  height: 60px;
  text-align: center;
  line-height: 55px;
  color: #fff !important;
  display: inline-block !important;
  box-shadow: 2px 3px 3px rgba(64, 64, 64, 0.18);
  border-radius: 50% !important;
  position: relative;
  border: 0 none !important;
  margin: 5px !important;
  padding: 0 !important;
  font-size: 50px !important;
  font-weight: normal !important;
  line-height: 60px;
  font-stretch: 100%;
  font-family: monospace;
  transition: background-color 0.4s;
}
.home-section.section-default .section-more.moreplus a:hover {
  background-color: #333 !important;
}
.home-section.section-default .section-more.top_link {
  float: right;
  position: absolute;
  top: 0;
  right: 15px;
}
@media (max-width: 767.98px) {
  .home-section.section-default .section-more.top_link {
    position: relative;
    float: left;
    top: unset !important;
    margin: unset;
  }
}
@media (min-width: 768px) {
  .home-section.section-default .section-more.top_link {
    margin: 30px 0 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 26px;
    right: 0;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .home-section.section-default .section-more a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .home-section.section-default {
    overflow: hidden;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 18px;
  }
  .home-section.section-default .section-title .title {
    font-size: 24px !important;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .home-section.section-default .section-more {
    margin-top: 30px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 991.98px) {
  .home-section.section-default {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* LESS_COMMON : _object 'content', _type 'default' */
.home-content {
  /* Surcharge de slick qui met 30px par défaut */
}
.home-content .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fas {
  cursor: pointer;
  font-size: 60px;
  color: #adadad;
  position: absolute;
  top: calc(50% - 43px);
}
.home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
  right: -80px;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
  left: -80px;
}
.home-content .slick-slider.slick-vertical i.slick-arrow {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  padding: 15px 15px 7.5px;
  position: static;
  cursor: pointer;
}
.home-content .slick-slider.slick-vertical i.slick-arrow.fa-chevron-up {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.home-content .slick-slider.slick-vertical .slick-list {
  margin-top: 50px;
  margin-bottom: -15px;
}
@media (max-width: 767.98px) {
  .home-content .slick-slider.slick-vertical .slick-list {
    margin-top: 50px;
    margin-bottom: 15px;
    height: auto !important;
    max-height: 411px;
  }
}
.home-content > .row.slick-initialized {
  visibility: visible !important;
}
/* RESPONSIVE default content */
@media (max-width: 767.98px) {
  .home-content .slick-initialized .slick-slide {
    background: transparent;
    height: auto;
  }
  .home-content .slick-initialized .slick-slide img {
    display: block;
    min-height: 0;
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  .home-content .slick-arrow {
    display: none;
  }
  .home-content.side-content {
    width: 65%;
    float: right;
  }
  .home-content.side-content .slick-slider i.slick-arrow.fas {
    font-size: 40px;
    top: 37%;
  }
}
@media (min-width: 1200px) {
  #content-1-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_COMMON : _object 'article', _type 'std-fukuoka-cta' */
#row-Fukuoka-1 {
  padding: 0;
}
@media (min-width: 768px) {
  #row-Fukuoka-1 .home-section.section-default {
    padding: 0 !important;
  }
}
#row-Fukuoka-1 .home-content {
  padding: 0;
}
#row-Fukuoka-1 .col-article .lien {
  display: block;
  height: calc( 421px / 3 );
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  background: transparent;
}
#row-Fukuoka-1 .col-article .lien .lienstop-img {
  height: 100%;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
#row-Fukuoka-1 .col-article .lien .lienstop-img i {
  font-size: 2em;
  line-height: .05em;
  vertical-align: -.075em;
}
#row-Fukuoka-1 .col-article .lien .lien-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 700;
}
#row-Fukuoka-1 .col-article .lien:hover:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(255, 255, 255, 0.2) !important;
}
#row-Fukuoka-1 .col-article .lien:hover .lien-text {
  color: #fff;
}
/* LESS_COMMON : _object 'content', _type 'default' */
.home-content {
  /* Surcharge de slick qui met 30px par défaut */
}
.home-content .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fas {
  cursor: pointer;
  font-size: 60px;
  color: #adadad;
  position: absolute;
  top: calc(50% - 43px);
}
.home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
  right: -80px;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
  left: -80px;
}
.home-content .slick-slider.slick-vertical i.slick-arrow {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  padding: 15px 15px 7.5px;
  position: static;
  cursor: pointer;
}
.home-content .slick-slider.slick-vertical i.slick-arrow.fa-chevron-up {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.home-content .slick-slider.slick-vertical .slick-list {
  margin-top: 50px;
  margin-bottom: -15px;
}
@media (max-width: 767.98px) {
  .home-content .slick-slider.slick-vertical .slick-list {
    margin-top: 50px;
    margin-bottom: 15px;
    height: auto !important;
    max-height: 411px;
  }
}
/* RESPONSIVE default content */
@media (max-width: 767.98px) {
  .home-content .slick-initialized .slick-slide {
    background: transparent;
    height: auto;
  }
  .home-content .slick-initialized .slick-slide img {
    display: block;
    min-height: 0;
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  .home-content .slick-arrow {
    display: none;
  }
  .home-content.side-content {
    width: 65%;
    float: right;
  }
  .home-content.side-content .slick-slider i.slick-arrow.fas {
    font-size: 40px;
    top: 37%;
  }
}
@media (min-width: 1200px) {
  #content-2-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_COMMON : _object 'row', _type 'default' */
.home-row.spacer {
  height: 50px;
}
/* provisoire */
/* LESS_COMMON : _object 'article', _type 'std-bruxelles' */
#row-Bruxelles-2 .right-pad {
  padding-right: 50px;
}
#row-Bruxelles-2 .apropos {
  position: relative;
}
#row-Bruxelles-2 .apropos .apropos-desc {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify !important;
  margin-top: 0;
  color: #000;
}
#row-Bruxelles-2 .apropos .apropos-desc .apropos-cta {
  right: 0;
}
@media (max-width: 1200px) {
  #row-Bruxelles-2 .apropos .apropos-desc .apropos-cta {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  #row-Bruxelles-2 .apropos .apropos-desc .apropos-cta a {
    width: 100%;
  }
}
#row-Bruxelles-2 .apropos .section-title {
  margin-bottom: 50px;
}
#row-Bruxelles-2 .apropos .section-title .title {
  margin-top: -13px;
  padding-right: 10px;
  line-height: 45px;
  display: block;
}
#row-Bruxelles-2 .apropos .section-title br {
  display: none;
}
#row-Bruxelles-2 .apropos .apropos-image-wrapper {
  min-height: 385px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  #row-Bruxelles-2 .apropos .apropos-image-wrapper {
    margin: 30px auto 90px;
    float: none !important;
    text-align: center;
  }
}
#row-Bruxelles-2 .apropos .apropos-image-wrapper .apropos-image {
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}
/* LESS_COMMON : _object 'content', _type 'default' */
.home-content {
  /* Surcharge de slick qui met 30px par défaut */
}
.home-content .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fas {
  cursor: pointer;
  font-size: 60px;
  color: #adadad;
  position: absolute;
  top: calc(50% - 43px);
}
.home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
  right: -80px;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
  left: -80px;
}
.home-content .slick-slider.slick-vertical i.slick-arrow {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  padding: 15px 15px 7.5px;
  position: static;
  cursor: pointer;
}
.home-content .slick-slider.slick-vertical i.slick-arrow.fa-chevron-up {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.home-content .slick-slider.slick-vertical .slick-list {
  margin-top: 50px;
  margin-bottom: -15px;
}
@media (max-width: 767.98px) {
  .home-content .slick-slider.slick-vertical .slick-list {
    margin-top: 50px;
    margin-bottom: 15px;
    height: auto !important;
    max-height: 411px;
  }
}
/* RESPONSIVE default content */
@media (max-width: 767.98px) {
  .home-content .slick-initialized .slick-slide {
    background: transparent;
    height: auto;
  }
  .home-content .slick-initialized .slick-slide img {
    display: block;
    min-height: 0;
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  .home-content .slick-arrow {
    display: none;
  }
  .home-content.side-content {
    width: 65%;
    float: right;
  }
  .home-content.side-content .slick-slider i.slick-arrow.fas {
    font-size: 40px;
    top: 37%;
  }
}
@media (min-width: 1200px) {
  #content-3-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_COMMON : _object 'article', _type 'std-milan' */
#section-groupes .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 32px;
  color: #000000;
  margin-top: 40px;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #section-groupes .home-content.big-arrows .slick-slider i.slick-arrow.fas.fa-chevron-left {
    left: 0dvw !important;
  }
  #section-groupes .home-content.big-arrows .slick-slider i.slick-arrow.fas.fa-chevron-right {
    right: 0dvw !important;
  }
}
#section-groupes.bord-top {
  border-width: 1px !important;
  border-color: #333333 !important;
}
#section-groupes .lienstop-img {
  border: 1px solid rgba(136, 135, 136, 0.3);
  height: 160px;
  overflow: hidden;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.06));
}
#section-groupes .lienstop-img img {
  transition: all .3s;
}
@media (max-width: 1350px) {
  #section-groupes .lienstop-img {
    height: 100%;
  }
}
#section-groupes .lien-title {
  color: #000000;
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
/* LESS_COMMON : _object 'content', _type 'default' */
.home-content {
  /* Surcharge de slick qui met 30px par défaut */
}
.home-content .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fas {
  cursor: pointer;
  font-size: 60px;
  color: #adadad;
  position: absolute;
  top: calc(50% - 43px);
}
.home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
  right: -80px;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
  left: -80px;
}
.home-content .slick-slider.slick-vertical i.slick-arrow {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  padding: 15px 15px 7.5px;
  position: static;
  cursor: pointer;
}
.home-content .slick-slider.slick-vertical i.slick-arrow.fa-chevron-up {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.home-content .slick-slider.slick-vertical .slick-list {
  margin-top: 50px;
  margin-bottom: -15px;
}
@media (max-width: 767.98px) {
  .home-content .slick-slider.slick-vertical .slick-list {
    margin-top: 50px;
    margin-bottom: 15px;
    height: auto !important;
    max-height: 411px;
  }
}
.home-content > .row.slick-initialized {
  visibility: visible !important;
}
/* RESPONSIVE default content */
@media (max-width: 767.98px) {
  .home-content .slick-initialized .slick-slide {
    background: transparent;
    height: auto;
  }
  .home-content .slick-initialized .slick-slide img {
    display: block;
    min-height: 0;
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  .home-content .slick-arrow {
    display: none;
  }
  .home-content.side-content {
    width: 65%;
    float: right;
  }
  .home-content.side-content .slick-slider i.slick-arrow.fas {
    font-size: 40px;
    top: 37%;
  }
}
@media (min-width: 1200px) {
  #content-4-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_COMMON : _object 'article', _type 'std-malmo' */
.article-std-malmo {
  background: #fff;
  position: relative;
  padding: 15px;
  border: 1px solid #d3d3d3;
  /********** DATES **********/
  /*** Pseudo-classes ***/
  /*** Modes ***/
  /********** /DATES **********/
}
@media (max-width: 991.98px) {
  .article-std-malmo {
    height: auto;
  }
  .article-std-malmo.imgFullWidth {
    padding-bottom: 75px !important;
  }
}
.article-std-malmo .model-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.article-std-malmo .model-image .containerImg .click-img:hover .newsImg {
  opacity: .90;
}
.article-std-malmo .title {
  height: auto;
  color: #333333;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
}
.article-std-malmo .title .title-event-type {
  text-transform: capitalize;
}
.article-std-malmo .desc {
  padding: 10px 0px 20px 0px;
  min-height: 58px;
  color: #646464;
  text-align: justify;
  line-height: 1.5;
}
.article-std-malmo .readmore-wrapper {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  left: 0;
  bottom: 15px;
}
.article-std-malmo .readmore-wrapper a.readMore {
  position: static;
}
.article-std-malmo a.readMore {
  position: absolute;
  font-size: 20px;
  color: #ffcf00;
  float: right;
  margin-right: 15px;
}
.article-std-malmo a.readMore.inTriangle {
  margin-right: 7px;
  font-size: 14px;
  margin-bottom: -7px;
}
.article-std-malmo a.readMore.inTriangle:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right-color: #ffcf00;
  border-bottom-color: #ffcf00;
  bottom: -15px;
  right: 0;
  z-index: 1;
}
.article-std-malmo a.readMore.inTriangle i.fas {
  position: relative;
  z-index: 2;
  color: #fff;
}
.article-std-malmo a.readMore.inTriangle:hover:before {
  border-right-color: #ffec99;
  border-bottom-color: #ffec99;
}
.article-std-malmo a.readMore.inTriangle:hover i.fas {
  color: #ffcf00;
}
.article-std-malmo .carousel-content .readmore-wrapper {
  bottom: 0;
}
.article-std-malmo .carousel-content .readmore-wrapper a.readMore {
  float: none;
  margin-right: 0;
  bottom: 0;
}
.article-std-malmo .model-image .readMore {
  display: none;
}
.article-std-malmo .model-image .bgShadow {
  display: none;
}
.article-std-malmo .date {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  display: none;
}
.article-std-malmo.__date_icon .date:before {
  content: "\f017";
  display: inline-block;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0px;
  border-right: 0px;
  margin-right: 5px;
  color: #646464;
}
.article-std-malmo.__date_in_img .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-malmo.dateBottom .model-content .date {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 6px 15px 6px 4px;
  width: auto;
  font-weight: normal;
}
.article-std-malmo.dateBottom .model-content .date .date:before {
  content: "\f017";
  display: inline-block;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0px;
  border-right: 0px;
  margin-right: 5px;
  color: #646464;
}
.article-std-malmo.dateImgRectangular .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-malmo.dateImgRectangular .model-image .date {
  display: block;
  bottom: 0px;
  left: 35px;
  padding: 6px 15px 6px 20px;
  text-align: left;
  width: auto;
  font-weight: bold;
  background: #333333;
  color: #ffffff;
}
.article-std-malmo.dateImgRectangular .model-image .date .date:before {
  content: "\f017";
  display: inline-block;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0px;
  border-right: 0px;
  margin-right: 5px;
  color: #646464;
}
.article-std-malmo.dateImgRectangular .model-image .date:before {
  color: #ffffff;
}
.article-std-malmo.dateAfterTitle .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-malmo.dateAfterTitle .date-after-title {
  display: block;
  bottom: 0px;
  left: 35px;
  padding: 6px 15px 6px 20px;
  text-align: left;
  width: auto;
  font-weight: bold;
  background: #333333;
  color: #ffffff;
}
.article-std-malmo.dateAfterTitle .date-after-title .date:before {
  content: "\f017";
  display: inline-block;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0px;
  border-right: 0px;
  margin-right: 5px;
  color: #646464;
}
.article-std-malmo.dateAfterTitle .date-after-title:before {
  color: #ffffff;
}
.article-std-malmo.dateImgRectangularLeft .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-malmo.dateImgRectangularLeft .model-image .date {
  display: block;
  bottom: 0px;
  left: 35px;
  padding: 6px 15px 6px 20px;
  text-align: left;
  width: auto;
  font-weight: bold;
  background: #333333;
  color: #ffffff;
}
.article-std-malmo.dateImgRectangularLeft .model-image .date .date:before {
  content: "\f017";
  display: inline-block;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0px;
  border-right: 0px;
  margin-right: 5px;
  color: #646464;
}
.article-std-malmo.dateImgRectangularLeft .model-image .date:before {
  color: #ffffff;
}
.article-std-malmo.dateImgRectangularLeft .model-image .date {
  height: 100% !important;
  font-size: 52px !important;
  width: 30% !important;
  padding-top: 20% !important;
}
.article-std-malmo.dateImgRectangularLeft .model-image .date .dateDay {
  font-weight: normal;
}
.article-std-malmo.dateImgRectangularLeft .model-image .date .dateMonth {
  font-size: 36px;
  font-weight: normal;
}
.article-std-malmo.dateImgRectangularLeft .model-image .date:after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #ffcf00;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -20px;
}
.article-std-malmo.dateImgSquaredBottom .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-malmo.dateImgSquaredBottom .model-image .date {
  display: block;
  bottom: 0px;
  left: 0px;
  width: 90px;
  height: 90px;
  padding: 10px 0;
  text-align: center;
  background: #ffcf00;
  color: #ffffff;
}
.article-std-malmo.dateImgSquaredBottom .model-image .date span {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.article-std-malmo.dateImgSquaredBottom .model-image .date .dateDay {
  font-size: 34px;
}
.article-std-malmo.dateImgSquaredBottom .model-image .date .dateYear {
  font-weight: normal;
}
.article-std-malmo.dateImgSquaredHat .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-malmo.dateImgSquaredHat .model-image .containerImg {
  margin-top: 12px;
}
.article-std-malmo.dateImgSquaredHat .model-content .date {
  display: none;
}
.article-std-malmo.dateImgSquaredHat .model-image .date {
  display: block;
  position: absolute;
  top: -12px;
  left: 20px;
  color: #fff;
  padding: 10px 0px 15px 0px;
  background: #333333;
  font-size: 20px;
  width: 70px;
  height: 70px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.article-std-malmo.dateImgSquaredHat .model-image .date span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.article-std-malmo.dateImgSquaredHat .model-image .date .dateYear {
  display: none;
}
.article-std-malmo.dateImgSquaredHat .model-image .date:before {
  content: " ";
  display: inline-block;
  border-top: 12px solid transparent;
  border-right: 8px solid #858588;
  position: absolute;
  left: -8px;
  top: 0;
}
.article-std-malmo.dateImgSquaredHat .model-image .date:after {
  content: " ";
  display: inline-block;
  border-top: 12px solid transparent;
  border-left: 8px solid #858588;
  position: absolute;
  right: -8px;
  top: 0;
}
.article-std-malmo.dateInTriangle .date {
  left: 0;
  top: 0;
  background: transparent;
  color: #fff;
  z-index: 9999;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  padding: 6px 10px;
  font-size: 12px;
  text-align: left;
}
.article-std-malmo.dateInTriangle .date .dateMonth,
.article-std-malmo.dateInTriangle .date .dateDay {
  display: block;
  font-weight: bold;
}
.article-std-malmo.dateInTriangle .date .dateDay {
  font-size: 20px;
}
.article-std-malmo.dateInTriangle:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-left-color: #ffcf00;
  border-top-color: #ffcf00;
  top: 0;
  left: 0;
  z-index: 99;
}
.article-std-malmo.dateInTriangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 23px solid transparent;
  border-right-color: #ffcf00;
  border-bottom-color: #ffcf00;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.article-std-malmo.dateInTriangle .readmore-wrapper {
  bottom: 0;
}
.article-std-malmo.dateInTriangle .readmore-wrapper .readMore {
  bottom: 0;
  color: #fff;
  margin: 0;
  font-size: 20px;
  padding: 10px 7px 3px 10px;
  position: relative;
  z-index: 99;
  font-family: verdana, sans-serif;
}
.article-std-malmo.dateInTriangle .model-content .title,
.article-std-malmo.dateInTriangle .model-content .desc {
  padding: 0 30px !important;
  text-align: left;
}
@media (max-width: 767.98px) {
  .article-std-malmo.dateInTriangle .without-image .title {
    padding: 50px 30px 15px  60px !important;
    height: auto;
  }
  .article-std-malmo.dateInTriangle .with-image .desc,
  .article-std-malmo.dateInTriangle .without-image .desc {
    padding-bottom: 40px !important;
  }
}
.article-std-malmo.dateInTriangle .containerImg .date {
  display: none;
}
.article-std-malmo.dateImgTriangle .containerImg {
  position: relative;
}
.article-std-malmo.dateImgTriangle .date {
  left: 0;
  top: 0;
  background: transparent;
  color: #fff;
  z-index: 999;
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  position: absolute;
  padding: 6px 10px;
  font-size: 12px;
  text-align: left;
}
.article-std-malmo.dateImgTriangle .date .dateMonth,
.article-std-malmo.dateImgTriangle .date .dateDay {
  display: block;
  font-weight: bold;
}
.article-std-malmo.dateImgTriangle .date .dateDay {
  font-size: 20px;
}
.article-std-malmo.dateImgTriangle .date:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-left-color: #ffcf00;
  border-top-color: #ffcf00;
  top: 0;
  left: 0;
  z-index: -1;
}
.article-std-malmo.dateImgTriangle.bottom .date {
  top: auto;
  bottom: 0;
  padding: 0 7px;
}
.article-std-malmo.dateImgTriangle.bottom .date:before {
  border-color: #ffcf00;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  top: unset;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.article-std-malmo.dateImgTriangle .model-content .title,
.article-std-malmo.dateImgTriangle .model-content .desc {
  padding: 0 30px !important;
  text-align: left;
}
@media (max-width: 767.98px) {
  .article-std-malmo.dateImgTriangle .without-image .title {
    padding: 50px 30px 15px  60px !important;
    height: auto;
  }
  .article-std-malmo.dateImgTriangle .with-image .desc,
  .article-std-malmo.dateImgTriangle .without-image .desc {
    padding-bottom: 40px !important;
  }
}
.article-std-malmo.dateImgTriangle .model-content .date {
  display: none;
}
.article-std-malmo.dateImgSquare .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-malmo.dateImgSquare .model-image {
  margin-bottom: 50px;
  overflow: visible;
}
.article-std-malmo.dateImgSquare .model-image .date {
  display: block;
  color: white;
  background: #ffcf00;
  width: 95px;
  height: 95px;
  font-size: 13px;
  box-sizing: border-box;
  left: calc(50% - 46px);
  bottom: -30px;
  font-weight: bold;
  text-transform: initial;
}
.article-std-malmo.dateImgSquare .model-image .date span {
  font-weight: normal;
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.article-std-malmo.dateImgSquare .model-image .date .dateDay {
  font-size: 45px !important;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
.article-std-malmo.dateImgSquare .model-image .date .dateMonth {
  font-size: 16px !important;
  text-transform: uppercase;
  margin: 0 0 3px;
  line-height: 1;
}
.article-std-malmo.dateImgSquare .model-image .date .dateYear {
  font-size: 16px !important;
  line-height: 1;
}
.article-std-malmo.dateImgCircle .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-malmo.dateImgCircle .model-image {
  margin-bottom: 50px;
  overflow: visible;
}
.article-std-malmo.dateImgCircle .model-image .date {
  display: block;
  border-radius: 50%;
  color: white;
  background: #ffcf00;
  width: 93px;
  height: 93px;
  padding-top: 10px;
  font-size: 13px;
  box-sizing: border-box;
  border: 6px solid #fff;
  left: calc(50% - 46px);
  bottom: -47px;
  font-weight: bold;
  text-transform: initial;
}
.article-std-malmo.dateImgCircle .model-image .date span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.article-std-malmo.dateImgCircle .model-image .date span.dateDay {
  font-size: 16px;
  font-weight: bold;
}
.article-std-malmo.dateImgCircle .model-image .date span.dateYear {
  display: block;
  font-weight: normal;
  font-size: 13px;
}
.article-std-malmo.dateTop {
  padding: 95px 30px ;
}
.article-std-malmo.dateTop .date {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 5px;
  margin: 0;
  height: 40px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 15px 26px;
  background: #ffcf00;
}
.article-std-malmo.dateTop .title {
  height: auto;
  color: #ffcf00;
  line-height: 1.3em;
  padding: 0;
  text-transform: none;
}
.article-std-malmo.dateTop .desc {
  padding: 10px 0px 20px 0px;
  min-height: 60px;
  color: #646464;
  line-height: 1.5;
  margin: 13px 0 0;
  font-size: 14px;
  text-align: left;
}
.article-std-malmo.dateBevel .date:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 20px solid transparent;
  right: 0;
  top: 0;
}
.article-std-malmo.bevel-right .date:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -39px;
  top: 0;
  border: 20px solid transparent;
  border-left-color: #ffcf00;
  border-top-color: #ffcf00;
}
.article-std-malmo.bevel-left .date:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -39px;
  top: 0;
  border: 20px solid transparent;
  border-right-color: #ffcf00;
  border-top-color: #ffcf00;
}
.article-std-malmo .date_after_title {
  text-align: left;
  font-weight: 600;
  color: #aaa;
  margin-bottom: 6px;
  font-size: 16px;
}
.article-std-malmo.moreInImg .readMore {
  display: none;
}
.article-std-malmo.moreInImg .model-image .readMore {
  display: block;
}
.article-std-malmo.flat-btn .readMore {
  background-color: #333333;
  border-radius: 0;
  color: #fff;
  border: 0 none;
  margin-top: 26px;
  padding: 10px 28px;
}
.article-std-malmo.reversedColor {
  background: #333333;
  color: #ffffff;
}
.article-std-malmo.reversedColor a.readMore {
  color: #ffffff;
}
.article-std-malmo.reversedColor .model-content {
  background: #333333;
}
.article-std-malmo.reversedColor .model-content .date::before,
.article-std-malmo.reversedColor .model-content .date,
.article-std-malmo.reversedColor .model-content .title,
.article-std-malmo.reversedColor .model-content .desc {
  color: #ffffff;
}
.article-std-malmo.imgFullWidth {
  padding: 0px 0px;
  /*
            a.readMore {
                right: 40px;
            }
            */
}
.article-std-malmo.imgFullWidth .model-image .containerImg {
  height: inherit;
}
.article-std-malmo.imgFullWidth .desc,
.article-std-malmo.imgFullWidth .title {
  padding: 0  15px;
}
.article-std-malmo.margin {
  margin: 0;
}
.article-std-malmo.bgMaincolor1 *,
.article-std-malmo.bgMaincolor1 {
  overflow: hidden;
  background-color: #333333 !important;
  color: #fff !important;
  border-color: #333333 !important;
}
.article-std-malmo.bgMaincolor2 *,
.article-std-malmo.bgMaincolor2 {
  overflow: hidden;
  background-color: #ffcf00 !important;
  color: #fff !important;
  border-color: #ffcf00 !important;
}
.article-std-malmo.dateSide {
  padding: 0;
}
.article-std-malmo.dateSide .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-std-malmo.dateSide .model-image .date {
  display: block;
  bottom: 0px;
  left: 0px;
  width: 90px;
  height: 90px;
  padding: 10px 0;
  text-align: center;
  background: #ffcf00;
  color: #ffffff;
}
.article-std-malmo.dateSide .model-image .date span {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.article-std-malmo.dateSide .model-image .date .dateDay {
  font-size: 34px;
}
.article-std-malmo.dateSide .model-image .date .dateYear {
  font-weight: normal;
}
.article-std-malmo.dateSide .model-image .date {
  background: #ffcf00;
  color: #ffffff;
}
.article-std-malmo.dateSide .date {
  height: 100% !important;
  width: 30% !important;
}
.article-std-malmo.dateSide .date .dateDay {
  font-size: 53px !important;
  margin: 18px 0 0;
  line-height: 1;
}
.article-std-malmo.dateSide .date .dateMonth {
  font-size: 16px !important;
}
.article-std-malmo.dateSide .date .dateYear {
  font-size: 20px !important;
}
.article-std-malmo.dateSide .model-image {
  max-height: 100%;
  height: 100%;
  margin: 0;
  text-align: right;
}
.article-std-malmo.dateSide .containerImg {
  padding: 0 !important;
}
.article-std-malmo.dateSide .click-img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 30%;
}
.article-std-malmo.dateSide .model-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: left;
  transition: all .4s;
}
.article-std-malmo.dateSide .model-content .date {
  display: none;
}
.article-std-malmo.dateSide .model-content .title {
  color: #ffffff;
  text-align: center;
  bottom: 0;
  position: absolute;
  padding: 0 30px;
}
.article-std-malmo.dateSide .model-content .desc {
  display: none;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  padding: 30px;
}
.article-std-malmo.dateSide .model-content .title {
  font-size: 26px;
}
.article-std-malmo.dateSide .model-content:hover {
  background: #ffcf00;
  cursor: pointer;
}
.article-std-malmo.dateSide .model-content:hover .desc {
  display: block;
}
.article-std-malmo.dateSide .model-content:hover .title {
  display: none;
}
.article-std-malmo.imgZoom:hover .newsImg {
  transition: all 0.2s ease-in-out;
}
.article-std-malmo.imgZoom:hover .newsImg:hover {
  transform: scale(1.05);
}
.article-std-malmo.date-rounded .date {
  border-radius: 6px;
}
.article-std-malmo.rounded {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 3px;
}
.article-std-malmo.logo-side .model-ratio-image {
  background: transparent;
}
.article-std-malmo.logo-side .model-ratio-image .containerImg .click-img .newsImg {
  height: auto;
}
.article-std-malmo.logo-side .model-image {
  width: 150px;
  overflow: hidden;
  margin-bottom: 40px;
  margin: 0;
  float: left;
  margin-right: 15px;
}
.article-std-malmo.logo-side .readmore-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
}
.article-std-malmo.logo-side .readmore-wrapper a {
  display: block;
  text-align: center;
  color: #333333;
  border-top: 1px solid #333333;
  float: none;
  padding: 15px 0 15px;
  left: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  transition: color .3s;
}
.article-std-malmo.logo-side .readmore-wrapper a:hover {
  color: #ffcf00;
}
.article-std-malmo.logo-side .model-content .link-entire-box {
  margin-left: 180px;
  display: inline-block;
  width: calc(100% - 195px);
  text-align: left;
  position: absolute;
  left: 0;
}
.article-std-malmo.logo-side .model-content .link-entire-box .date {
  color: #50505A;
  font-size: 16px;
  margin: 0 0 15px;
  text-align: left;
  display: block;
}
.article-std-malmo.logo-side .model-content .link-entire-box .desc {
  display: none;
}
.article-std-malmo.logo-side .model-content .link-entire-box .title {
  font-size: 20px;
  line-height: 30px;
  color: #50505A;
  text-transform: uppercase;
}
.article-std-malmo.logo-side .model-content .link-entire-box .title .entreprise {
  line-height: 1em;
  margin: 0 0 15px;
  font-size: 14px;
  text-transform: none;
  color: #333333;
}
@media (max-width: 767.98px) {
  .article-std-malmo.logo-side .model-content .link-entire-box {
    width: calc(100% - 150px);
  }
}
.article-std-malmo .article_flag-topRight {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  background: #333333;
  padding: 5px 15px;
}
.bgImg {
  padding: 0px 14px;
  border: 1px solid transparent;
}
.bgImg .model-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bgImg .model-image .containerImg {
  height: inherit;
  width: 100%;
}
.bgImg .model-image img {
  width: 100%;
  height: 100%;
}
.bgImg .model-image .bgShadow {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.bgImg a.readMore {
  color: #fff;
  right: 40px;
}
.bgImg .title {
  margin-top: 245px;
  z-index: 1;
  position: relative;
  color: #fff;
}
.bgImg .desc {
  z-index: 1;
  position: relative;
  color: #fff;
}
.bgImg .date {
  bottom: 25px;
  left: 15px;
  color: #fff;
  font-weight: normal;
  background: transparent;
}
.bgImg .date::before {
  color: #fff;
}
.bgImg.captionBot .model-image .bgShadow {
  height: 60px;
  top: auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.bgImg.captionBot .model-content .title {
  position: absolute;
  margin-top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0px 25px 0px;
  height: 60px;
}
.listView {
  height: auto;
}
.listView.hrticle-Model ome-article {
  height: auto;
}
.listView .model-content {
  width: auto;
}
@media (max-width: 1199.98px) {
  .listView .readmore-wrapper {
    display: none;
  }
}
@media (min-width: 1200px) {
  .listView {
    margin: 0;
    padding: 0;
    height: 170px;
    margin-bottom: 10px;
  }
  .listView .model-image {
    width: 30%;
    float: left;
    height: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 0px;
  }
  .listView .model-image .containerImg {
    height: inherit;
  }
  .listView .model-content {
    padding: 20px;
    float: left;
    width: 70%;
  }
  .listView .model-content .date {
    position: relative;
    display: inline-block;
    background: transparent;
    padding: 0 0 6px;
    bottom: initial;
    left: initial;
    color: #bebebe;
    font-weight: normal;
  }
  .listView .model-content .date::before {
    color: #bebebe;
  }
  .listView .model-content .title {
    padding: 0px;
    height: auto;
    margin: 0;
  }
  .listView .model-content .desc {
    padding: 10px 0px 20px 0px;
    height: 75px;
  }
  .listView .model-content a.readMore {
    bottom: 10px;
    right: 10px;
  }
  .listView.imgBigger .model-content {
    width: 30%;
    position: relative;
  }
  .listView.imgBigger .model-image {
    width: 70%;
    position: relative;
  }
}
@media (min-width: 1200px) and (max-width: 767.98px) {
  .listView.imgBigger .model-content {
    width: 100%;
  }
  .listView.imgBigger .model-image {
    width: 100%;
  }
}
.listViewReducedWrapper .col-article:last-child .listViewReduced:after {
  display: none;
}
.listViewReduced {
  height: 132px;
  border: 0;
  margin: 0;
  overflow: hidden;
}
.listViewReduced:after {
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  display: block;
  background: #e6e8eb;
  bottom: 0;
  position: absolute;
}
.listViewReduced:hover {
  background: #e3e6eb;
  color: #000000;
}
.listViewReduced .model-image {
  width: 45%;
  float: left;
  height: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 0px;
  margin-right: 15px;
}
.listViewReduced .model-image .containerImg {
  height: inherit;
}
.listViewReduced .model-content {
  padding: 0px !important;
}
.listViewReduced .model-content .date {
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 0 0 6px;
  bottom: initial;
  left: initial;
  color: #bebebe;
  font-weight: normal;
}
.listViewReduced .model-content .date::before {
  color: #bebebe;
}
.listViewReduced .model-content .title {
  padding: 0px;
  height: auto;
  margin: 0;
}
.listViewReduced .model-content .desc {
  display: none;
  min-height: auto;
  text-align: left;
}
.listViewReduced .model-content a.readMore {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.listViewReduced .model-content.with-image {
  width: 50%;
  float: left;
  padding: 10px 0px 10px 10px;
}
.ImageSquare .model-image {
  width: 100px;
}
.ImageSquare .model-image .containerImg .click-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}
.ImageSquare .model-image .containerImg .click-img img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  width: auto;
  position: relative;
}
.ImageSquare .model-ratio-image {
  width: 100px !important;
  background: #fff !important;
}
.ImageSquare .model-content.with-image {
  width: calc(100% - 115px) !important;
}
.locationBottom .location {
  font-size: 15px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  text-transform: capitalize;
  color: #888888;
}
.locationBottom .location:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 18px;
}
.halfBloc {
  height: 350px;
  padding: 0;
}
.halfBloc .model-image {
  height: 100%;
  width: 50%;
  float: left;
  margin-bottom: 0;
}
.halfBloc .model-image .containerImg {
  height: 350px;
}
.halfBloc .model-content {
  float: right;
  width: 50%;
  height: 100%;
  padding: 50px;
}
.halfBloc .title {
  font-size: 32px;
  font-weight: normal;
  margin: 5px 0 0;
  padding: 0;
  height: initial;
}
.halfBloc .desc {
  padding: 0;
  height: initial;
}
.halfBloc .date {
  position: relative;
  left: initial;
  bottom: initial;
  padding: 0;
  margin: 0 0 15px;
  text-align: left;
  background: transparent;
  color: #ffcf00;
  font-size: 14px;
  font-weight: bold;
  text-transform: initial;
}
.halfBloc .date:before {
  color: #ffcf00;
}
.halfBloc a.readMore {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lis-item .model-image {
  margin-bottom: 0;
}
.list-item:last-child .listView {
  margin-bottom: 0;
}
.list-item-odd .listView {
  background: #333333;
}
.list-item-odd .listView .date,
.list-item-odd .listView .date::before,
.list-item-odd .listView .title,
.list-item-odd .listView a.readMore,
.list-item-odd .listView .desc {
  color: #ffffff;
}
.slick-slide + .slick-slide .article-std-malmo {
  border-left: 0;
}
@media (max-width: 767.98px) {
  .slick-slide + .slick-slide .article-std-malmo {
    border-left: 0 none;
  }
  .article-Model.dateBottom {
    padding-bottom: 60px;
  }
  .listView {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .listView .model-content {
    width: 100%;
  }
  .listViewReduced,
  .halfBloc {
    height: auto;
  }
  .listViewReduced .model-image,
  .halfBloc .model-image,
  .listViewReduced .model-content,
  .halfBloc .model-content {
    display: block;
    clear: both;
    width: 100% !important;
    position: relative;
  }
  .listViewReduced {
    display: flex;
  }
  .listViewReduced .model-image {
    max-width: 100px;
    height: auto;
  }
}
/* LESS_COMMON : _object 'content', _type 'default' */
.home-content {
  /* Surcharge de slick qui met 30px par défaut */
}
.home-content .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fas {
  cursor: pointer;
  font-size: 60px;
  color: #adadad;
  position: absolute;
  top: calc(50% - 43px);
}
.home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
  right: -80px;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
  left: -80px;
}
.home-content .slick-slider.slick-vertical i.slick-arrow {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  padding: 15px 15px 7.5px;
  position: static;
  cursor: pointer;
}
.home-content .slick-slider.slick-vertical i.slick-arrow.fa-chevron-up {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.home-content .slick-slider.slick-vertical .slick-list {
  margin-top: 50px;
  margin-bottom: -15px;
}
@media (max-width: 767.98px) {
  .home-content .slick-slider.slick-vertical .slick-list {
    margin-top: 50px;
    margin-bottom: 15px;
    height: auto !important;
    max-height: 411px;
  }
}
.home-content > .row.slick-initialized {
  visibility: visible !important;
}
/* RESPONSIVE default content */
@media (max-width: 767.98px) {
  .home-content .slick-initialized .slick-slide {
    background: transparent;
    height: auto;
  }
  .home-content .slick-initialized .slick-slide img {
    display: block;
    min-height: 0;
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  .home-content .slick-arrow {
    display: none;
  }
  .home-content.side-content {
    width: 65%;
    float: right;
  }
  .home-content.side-content .slick-slider i.slick-arrow.fas {
    font-size: 40px;
    top: 37%;
  }
}
@media (min-width: 1200px) {
  #content-5-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-fukuoka-carrousel', # */
#content-1 .article-std-fukuoka-carrousel {
  height: 505px;
  max-height: 505px;
  overflow: hidden;
}
#content-1 .article-std-fukuoka-carrousel .carousel-content {
  position: relative;
  height: auto;
  border-radius: 0;
  background: rgba(255, 207, 0, 0);
  color: #ffffff;
}
@media (min-width: 1200px) {
  #content-1 .article-std-fukuoka-carrousel .carousel-content {
    width: 100%;
  }
}
#content-1 .article-std-fukuoka-carrousel .carousel-content * {
  color: #ffffff;
}
#content-1 .article-std-fukuoka-carrousel .carousel-content .date {
  display: inline-block;
  margin-left: 5px;
}
#content-1 .article-std-fukuoka-carrousel .carousel-content .date * {
  color: inherit;
}
#content-1 .article-std-fukuoka-carrousel .carousel-content .title {
  padding: 0;
  font-size: 36px;
  height: auto;
  font-weight: bold;
  color: inherit;
}
#content-1 .article-std-fukuoka-carrousel .carousel-content .desc {
  padding: 0;
  height: auto;
  color: inherit;
  text-align: justify;
}
#content-1 .article-std-fukuoka-carrousel .model-content {
  position: relative;
  z-index: 10;
  height: 100%;
}
#content-1 .article-std-fukuoka-carrousel .model-image {
  position: relative;
  float: right;
  margin: 0;
}
#content-1 .article-std-fukuoka-carrousel .containerImg {
  width: 800px;
  opacity: 1;
  height: 421px;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #main-carousel */
#main-carousel .section-title .title {
  color: #ffcf00;
  background: transparent;
}
#main-carousel .section-title .line {
  background: #ffcf00;
}
#main-carousel .section-title.stripped .title,
#main-carousel .section-title.sideline .title {
  background: !important;
}
#main-carousel .home-content .row {
  max-height: 500px;
  overflow: hidden;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-2 */
#section-2 {
  background: transparent;
}
#section-2 .section-title .title {
  color: #ffcf00;
  background: transparent;
}
#section-2 .section-title .line {
  background: #ffcf00;
}
#section-2 .section-title.stripped .title,
#section-2 .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-Fukuoka-1 */
#row-Fukuoka-1 .row-title .title {
  color: #ffcf00;
  background: transparent;
}
#row-Fukuoka-1 .row-title .line {
  background: #ffcf00;
}
#row-Fukuoka-1 .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-Fukuoka-1 .row-title.stripped .title,
#row-Fukuoka-1 .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-apropos */
#section-apropos .section-title .title {
  color: #ffcf00;
  background: transparent;
}
#section-apropos .section-title .line {
  background: #ffcf00;
}
#section-apropos .section-title.stripped .title,
#section-apropos .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-Bruxelles-2 */
#row-Bruxelles-2 .row-title .title {
  color: #ffcf00;
  background: transparent;
}
#row-Bruxelles-2 .row-title .line {
  background: #ffcf00;
}
#row-Bruxelles-2 .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-Bruxelles-2 .row-title.stripped .title,
#row-Bruxelles-2 .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-groupes */
#section-groupes .section-title .title {
  color: #ffcf00;
  background: transparent;
}
#section-groupes .section-title .line {
  background: #ffcf00;
}
#section-groupes .section-title.stripped .title,
#section-groupes .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-Milan-3 */
#row-Milan-3 .row-title .title {
  color: #ffcf00;
  background: transparent;
}
#row-Milan-3 .row-title .line {
  background: #ffcf00;
}
#row-Milan-3 .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-Milan-3 .row-title.stripped .title,
#row-Milan-3 .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-1.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-1 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-1.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-1.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-1.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-1.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-1.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-1.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-1.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-1.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-1.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-1.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-1.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-2.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-2 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-2.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-2.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-2.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-2.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-2.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-2.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-2.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-2.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-2.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-2.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-2.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-3.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-3 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-3.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-3.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-3.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-3.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-3.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-3.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-3.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-3.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-3.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-3.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-3.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-4.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-4 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-4.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-4.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-4.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-4.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-4.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-4.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-4.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-4.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-4.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-4.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-4.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-5.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-5 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-5.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-5.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-5.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-5.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-5.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-5.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-5.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-5.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-5.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-5.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-5.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-6.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-6 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-6.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-6.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-6.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-6.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-6.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-6.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-6.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-6.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-6.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-6.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-6.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-7.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-7 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-7.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-7.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-7.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-7.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-7.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-7.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-7.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-7.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-7.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-7.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-7.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-8.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-8 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-8.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-8.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-8.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-8.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-8.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-8.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-8.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-8.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-8.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-8.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-8.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-9.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-9 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-9.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-9.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-9.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-9.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-9.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-9.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-9.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-9.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-9.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-9.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-9.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-10.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-10 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-10.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-10.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-10.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-10.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-10.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-10.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-10.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-10.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-10.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-10.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-10.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-11.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-11 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-11.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-11.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-11.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-11.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-11.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-11.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-11.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-11.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-11.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-11.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-11.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-12.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-12 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-12.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-12.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-12.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-12.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-12.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-12.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-12.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-12.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-12.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-12.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-12.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-13.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-13 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-13.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-13.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-13.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-13.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-13.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-13.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-13.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-13.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-13.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-13.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-13.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-14.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-14 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-14.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-14.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-14.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-14.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-14.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-14.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-14.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-14.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-14.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-14.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-14.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-15.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-15 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-15.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-15.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-15.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-15.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-15.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-15.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-15.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-15.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-15.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-15.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-15.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-16.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-16 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-16.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-16.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-16.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-16.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-16.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-16.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-16.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-16.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-16.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-16.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-16.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-17.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-17 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-17.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-17.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-17.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-17.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-17.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-17.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-17.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-17.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-17.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-17.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-17.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-18.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-18 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-18.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-18.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-18.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-18.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-18.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-18.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-18.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-18.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-18.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-18.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-18.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-19.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-19 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-19.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-19.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-19.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-19.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-19.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-19.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-19.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-19.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-19.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-19.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-19.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-20.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-20 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-20.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-20.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-20.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-20.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-20.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-20.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-20.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-20.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-20.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-20.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-20.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'article', _type 'std-malmo', # */
.article-std-malmo#content-5-article-21.dateSide {
  height: calc( 480px / 3);
}
.article-std-malmo#content-5-article-21 .listView {
  height: 170;
}
.article-std-malmo#content-5-article-21.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-malmo#content-5-article-21.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-malmo#content-5-article-21.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-malmo#content-5-article-21.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-malmo#content-5-article-21.listViewReduced .model-content .desc {
  display: none;
}
.article-std-malmo#content-5-article-21.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-malmo#content-5-article-21.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-std-malmo#content-5-article-21.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-malmo#content-5-article-21.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-malmo#content-5-article-21.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-malmo#content-5-article-21.listViewHalf .date {
  font-weight: bold;
}
#row-Malmo-5 .home-content i.slick-arrow.fas {
  top: calc(50% - 15px);
}
#row-Malmo-5 #section-partenaires {
  text-align: center;
}
#row-Malmo-5 #section-partenaires .home-article {
  box-shadow: 0 none;
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
  border: 0 none ;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#row-Malmo-5 #section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1350px) {
  #row-Malmo-5 .fa-chevron-left {
    left: 0 !important;
  }
  #row-Malmo-5 .fa-chevron-right {
    right: 0 !important;
  }
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-partenaires */
#section-partenaires .section-title .title {
  color: #ffcf00;
  background: transparent;
}
#section-partenaires .section-title .line {
  background: #ffcf00;
}
#section-partenaires .section-title.stripped .title,
#section-partenaires .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-Malmo-5 */
#row-Malmo-5 .row-title .title {
  color: #ffcf00;
  background: transparent;
}
#row-Malmo-5 .row-title .line {
  background: #ffcf00;
}
#row-Malmo-5 .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-Malmo-5 .row-title.stripped .title,
#row-Malmo-5 .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-5 */
#row-5 .row-title .title {
  color: #ffcf00;
  background: transparent;
}
#row-5 .row-title .line {
  background: #ffcf00;
}
#row-5 .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-5 .row-title.stripped .title,
#row-5 .row-title.sideline .title {
  background: !important;
}
/*
44 composants less pour 6205 lignes :
             article            std-malmo     COMMON       1322 lignes (1 fichiers) 
             article            std-malmo   SPECIFIC       1659 lignes (21 fichiers) 
             article std-fukuoka-carrousel     COMMON       1797 lignes (1 fichiers) 
             article std-fukuoka-carrousel   SPECIFIC         66 lignes (1 fichiers) 
             article        std-bruxelles     COMMON         70 lignes (1 fichiers) 
             article      std-fukuoka-cta     COMMON         63 lignes (1 fichiers) 
             article            std-milan     COMMON         51 lignes (1 fichiers) 
             content              default     COMMON        564 lignes (5 fichiers) [[DEVRAIT ETRE UNIQUE]]
             section              default     COMMON        307 lignes (1 fichiers) 
             section              default   SPECIFIC        102 lignes (5 fichiers) 
                 row              default     COMMON          1 lignes (1 fichiers) 
                 row              default   SPECIFIC        115 lignes (5 fichiers) 


LESS_COMMON : _object 'article', _type 'std-fukuoka-carrousel' => 1797 lignes
LESS_COMMON : _object 'section', _type 'default' => 307 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_COMMON : _object 'article', _type 'std-fukuoka-cta' => 63 lignes
LESS_COMMON : _object 'content', _type 'default' => 111 lignes
LESS_COMMON : _object 'row', _type 'default' => 1 lignes
LESS_COMMON : _object 'article', _type 'std-bruxelles' => 70 lignes
LESS_COMMON : _object 'content', _type 'default' => 111 lignes
LESS_COMMON : _object 'article', _type 'std-milan' => 51 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_COMMON : _object 'article', _type 'std-malmo' => 1322 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_SPECIFIC : _object 'article', _type 'std-fukuoka-carrousel', # => 66 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #main-carousel => 25 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-2 => 20 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-Fukuoka-1 => 23 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-apropos => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-Bruxelles-2 => 23 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-groupes => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-Milan-3 => 23 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'article', _type 'std-malmo', # => 79 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-partenaires => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-Malmo-5 => 23 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-5 => 23 lignes
 */
