@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i,800,800i');
/* 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: 'Montserrat', 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: 'Montserrat', 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: #f0f0f0 !important;
  border-color: #002d5d;
}
.home-section.section-default .section-title .title {
  line-height: 48px;
  font-size: 40px;
  color: #002d5d !important;
  letter-spacing: 0;
  font-weight: 700;
}
body .home-section.section-default .section-more a {
  font-family: 'Montserrat', 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: #002d5d;
  color: #ffffff;
  border-radius: 0 !important;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
}
body .home-section.section-default .section-more a:hover {
  background: #f0f0f0;
  border: 0px solid #000000;
  color: #000000;
}
body .home-section.section-default .section-more.btn-empty a {
  border: 2px solid #002d5d;
  background-color: transparent;
  color: #002d5d;
  line-height: calc( 48px - 4px );
}
body .home-section.section-default .section-more.btn-empty a:hover {
  background-color: #f0f0f0;
  border: 2px solid #f0f0f0;
  color: #000000 !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: 0;
}
.main-content-wrapper .btn-fill a {
  background-color: #002d5d;
  color: #ffffff;
}
.main-content-wrapper .btn-fill a:hover {
  background-color: #f0f0f0;
  color: #000000;
}
@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 #f0f0f0 !important;
  margin-top: -3px;
}
.bord-right {
  border-right: 3px solid #f0f0f0 !important;
  margin-right: -3px;
}
.bord-bottom {
  border-bottom: 3px solid #f0f0f0 !important;
  margin-bottom: -3px;
}
.bord-left {
  border-left: 3px solid #f0f0f0 !important;
  margin-left: -3px;
}
.bord {
  border: 3px solid #f0f0f0 !important;
  box-sizing: border-box;
}
.slick-list.draggable {
  cursor: initial;
}
.home-content i.slick-arrow.fas {
  cursor: pointer;
  font-size: 32px;
  color: #002d5d;
  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: #002d5d !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-stuttgart' */
#row-Dusseldorf-1 {
  background-image: url(/images/params/0/home_id1_row1_header.png?v=52);
  background-repeat: no-repeat;
  background-position: top center !important;
  background-size: auto 500px !important;
  height: fit-content !important;
}
#row-Dusseldorf-1:before {
  height: 500px;
}
#row-Dusseldorf-1 #section-header {
  min-height: 300px;
}
@media (min-width: 1200px) {
  #row-Dusseldorf-1 #section-header {
    height: 500px;
    padding-top: 161px;
  }
}
#row-Dusseldorf-1 #section-header .header-phrase {
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
}
@media (min-width: 1200px) {
  #row-Dusseldorf-1 #section-header .header-phrase {
    max-height: 300px;
    max-width: 515px;
    border-radius: 8px;
    padding: 50px 10px 70px;
    box-sizing: border-box;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#row-Dusseldorf-1 #section-header .header-phrase .desc {
  display: none;
}
#row-Dusseldorf-1 #section-header .header-phrase .title,
#row-Dusseldorf-1 #section-header .header-phrase .subtitle {
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: none;
  color: #fff;
}
#row-Dusseldorf-1 #section-header .header-phrase .title {
  font-size: 32px;
  line-height: 45px;
  font-weight: 700 !important;
}
#row-Dusseldorf-1 #section-header .header-phrase .subtitle {
  font-size: 20px;
  line-height: 45px;
  font-weight: 500 !important;
}
#row-Dusseldorf-1 #section-header .header-phrase .site_header-actions {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  #row-Dusseldorf-1 #section-header .header-phrase .site_header-actions {
    flex-direction: column;
  }
}
#row-Dusseldorf-1 #section-header .header-phrase .site_header-actions .cta-header {
  letter-spacing: 2.26px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  font-size: 14px !important;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-radius: 0;
  white-space: nowrap;
  text-transform: uppercase;
}
#row-Dusseldorf-1 #section-header .header-phrase .site_header-actions .cta-header.empty {
  border: 1px solid #fff;
  background: transparent;
  width: auto;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  #row-Dusseldorf-1 #section-header .header-phrase .site_header-actions .cta-header.empty {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
#row-Dusseldorf-1 #section-header .header-phrase .site_header-actions .cta-header.fill {
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
}
#row-Dusseldorf-1 #section-header .header-phrase .site_header-actions .cta-header.btn-block {
  display: block;
  overflow: hidden;
  width: fit-content;
  padding: 0 30px;
  margin: 0 auto 20px;
}
#row-Dusseldorf-1 #section-header .header-phrase .site_header-actions .cta-header.fill-white {
  border: 0 none !important;
  background: #fff !important;
  color: #333333 !important;
}
#row-Dusseldorf-1 #section-header .header-phrase .site_header-actions .cta-header.btn-center {
  display: block;
  overflow: hidden;
  width: auto;
  text-align: center;
  padding: 0 30px;
  margin: 0 auto 10px !important;
}
#row-Dusseldorf-1 #section-header .header-phrase .site_header-actions .cta-header:hover {
  color: #fff !important;
  background-color: #002d5d !important;
  border: 1px solid #002d5d;
}
/* 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 #f0f0f0;
}
.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: #f0f0f0;
}
.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: #002d5d;
    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(240, 240, 240, 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: #f0f0f0;
}
.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;
  }
}
/* 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 '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' */
@media (min-width: 1200px) {
  #row-Bruxelles-10 .right-pad {
    padding-right: 50px;
  }
}
#row-Bruxelles-10 .apropos {
  position: relative;
}
#row-Bruxelles-10 .apropos .apropos-desc {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify !important;
  margin-top: 0;
  color: #000;
}
@media (max-width: 1200px) {
  #row-Bruxelles-10 .apropos .apropos-desc .apropos-cta {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  #row-Bruxelles-10 .apropos .apropos-desc .apropos-cta a {
    width: 100%;
  }
}
#row-Bruxelles-10 .apropos .section-title {
  margin-bottom: 50px;
}
#row-Bruxelles-10 .apropos .section-title .title {
  margin-top: -13px;
  padding-right: 10px;
  line-height: 45px;
  display: block;
}
#row-Bruxelles-10 .apropos .section-title br {
  display: none;
}
#row-Bruxelles-10 .apropos .apropos-image-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  #row-Bruxelles-10 .apropos .apropos-image-wrapper {
    min-height: 385px;
  }
}
@media (max-width: 1200px) {
  #row-Bruxelles-10 .apropos .apropos-image-wrapper {
    margin: 30px auto 90px;
    float: none !important;
    text-align: center;
  }
}
#row-Bruxelles-10 .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-berne-presentation' */
@media (min-width: 1200px) {
  #section-services-left .services-details {
    padding: 30px 50px 0 0;
  }
}
#row-Berne-11 #section-services-left {
  line-height: 24px;
}
#row-Berne-11 #section-services-left .services-titre {
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
}
#row-Berne-11 #section-services-left .services-details {
  min-height: 250px;
}
#row-Berne-11 #section-services-left .services-actions {
  margin-top: 33px;
  width: auto;
}
#row-Berne-11 #section-services-left .services-actions .cta-1,
#row-Berne-11 #section-services-left .services-actions .cta-2 {
  display: inline-block;
  font-weight: 600;
}
#row-Berne-11 #section-services-left .services-actions .cta-1 a,
#row-Berne-11 #section-services-left .services-actions .cta-2 a {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  height: 48px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  #row-Berne-11 #section-services-left .services-titre {
    color: #fff !important;
    line-height: 1.2em;
    font-size: 30px !important;
    font-weight: 600;
    margin: 20px 0 !important;
    text-align: left;
    width: 100%;
  }
}
#row-Berne-11 .lien {
  display: block;
  height: 200px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #fff;
}
#row-Berne-11 .lien .fas {
  margin: 0;
  font-size: 56px;
  height: 117px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#row-Berne-11 .lien i {
  display: block;
  width: 100%;
  height: 106px;
}
@media (max-width: 767.98px) {
  #row-Berne-11 #section-lienstop .slick-slide {
    width: 365px !important;
    clear: unset !important;
  }
  #row-Berne-11 #section-lienstop .slick-slide > div > div {
    display: block !important;
  }
}
#row-Berne-11 #section-services-left .section-title .title {
  color: #fff !important;
}
#row-Berne-11 #section-services-left .section-title .line {
  background: #fff !important;
}
#row-Berne-11 #section-services-left .services-details {
  overflow: hidden;
  color: #fff;
  overflow-y: auto;
  max-height: 200px;
  height: 200px;
  min-height: unset;
  padding-top: 5px;
}
@media (min-width: 767.98px) and (max-width: 1199.98px) {
  #row-Berne-11 #section-services-left .services-details {
    max-height: 210px;
    height: 210px;
    min-height: unset;
  }
  #row-Berne-11 #section-lienstop {
    padding-top: 20px;
  }
  #row-Berne-11 #section-lienstop .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 767.98px) {
  #row-Berne-11 .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    gap: 30px;
  }
}
#row-Berne-11 .slick-slide {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767.98px) {
  #row-Berne-11 .slick-slide {
    padding: 0 30px;
  }
}
#row-Berne-11 .slick-slide > div {
  width: 100%;
  margin: 0 auto;
}
#row-Berne-11 .slick-slide > div > div {
  margin: 0 auto !important;
}
@media (max-width: 1199.98px) {
  #row-Berne-11 .col-article + .col-article .lien {
    margin-top: 30px;
  }
}
/* 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-4-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_COMMON : _object 'article', _type 'std-berne-cta' */
@media (max-width: 767.98px) {
  #row-Berne-11 #section-lienstop .slick-slide {
    width: 365px !important;
    clear: unset !important;
  }
  #row-Berne-11 #section-lienstop .slick-slide > div > div {
    display: block !important;
  }
}
#row-Berne-11 #section-services-left .section-title .title {
  color: #fff !important;
}
#row-Berne-11 #section-services-left .section-title .line {
  background: #fff !important;
}
#row-Berne-11 #section-services-left .services-details {
  overflow: hidden;
  color: #fff;
  overflow-y: auto;
  max-height: 200px;
  height: 200px;
  min-height: unset;
  padding-top: 5px;
}
@media (min-width: 767.98px) and (max-width: 1199.98px) {
  #row-Berne-11 #section-services-left .services-details {
    max-height: 210px;
    height: 210px;
    min-height: unset;
  }
  #row-Berne-11 #section-lienstop {
    padding-top: 20px;
  }
  #row-Berne-11 #section-lienstop .slick-track {
    width: 100%;
  }
  #row-Berne-11 #section-lienstop .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
  }
}
#row-Berne-11 #section-lienstop .col-article {
  margin: 0 auto 30px;
  background: #fff;
  height: 224px;
  position: relative;
  border: 1px solid #EEEEEE;
  padding: 0;
  max-width: 270px;
  border-radius: 8px;
  transition: all .3s;
}
#row-Berne-11 #section-lienstop .col-article > a.lien {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
#row-Berne-11 #section-lienstop .col-article > a.lien .lien-icon {
  font-size: 30px;
}
#row-Berne-11 #section-lienstop .col-article > a.lien .lien-titre {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}
#row-Berne-11 #section-lienstop .col-article > a.lien .lien-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  #row-Berne-11 #section-lienstop .col-article > a.lien .lien-text {
    font-size: 20px;
  }
}
#row-Berne-11 #section-lienstop .col-article > a.lien:hover {
  color: #fff;
}
#row-Berne-11 #section-lienstop .col-article > a.lien [class*=" fa-"] {
  font-size: 56px;
  display: block;
  margin-bottom: 45px;
  color: #fff;
}
#row-Berne-11 #section-lienstop .col-article:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  #row-Berne-11 #section-lienstop .slick-slide {
    width: 100% !important;
    clear: both !important;
  }
  #row-Berne-11 #section-lienstop .slick-slide > div > div {
    display: block !important;
  }
}
#row-Berne-11 #section-lienstop .slick-track {
  display: flex;
}
#row-Berne-11 #section-lienstop .lienstop-img {
  min-height: 50px;
  display: flex;
  align-items: center;
}
#row-Berne-11 #section-lienstop .lienstop-img img {
  max-width: 110px;
  min-width: unset;
  margin: auto;
  display: inline-block;
}
@media (min-width: 1200px) {
  #row-Berne-11 #section-lienstop .col-article {
    float: right;
  }
}
#row-Berne-11 #section-lienstop .col-article > a.lien [class*=" fa-"] {
  color: #fff;
}
#row-Berne-11 #section-lienstop .lien-text {
  font-size: 20px !important;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #333333 !important;
  display: inline-block;
}
@media (min-width: 768px) {
  #row-Berne-11 #section-lienstop {
    padding-right: 15px;
  }
}
/* 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_COMMON : _object 'article', _type 'std-newcastle-news' */
@media (min-width: 768px) and (max-width: 1199.98px) {
  #row-Newcastle-13 .home-content .slick-track {
    width: 100% !important;
  }
  #row-Newcastle-13 .home-content .slick-track .slick-slide {
    min-width: 50% !important;
  }
}
#row-Newcastle-13 .home-article {
  border-radius: 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 10px;
  border: 0 none;
  min-height: 470px;
}
#row-Newcastle-13 .home-article .model-content .date {
  line-height: 24px;
  text-align: left;
  margin: 0;
  display: block;
  margin-left: 30px;
  text-transform: none;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}
#row-Newcastle-13 .home-article .title {
  position: relative;
  color: #000000;
  text-align: left;
  padding: 0;
  margin: 15px 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}
#row-Newcastle-13 .home-article .desc {
  padding: 30px 30px 0px 30px;
  position: relative;
  bottom: 30px;
  text-align: left;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 767.98px) {
  #row-Newcastle-13 .home-article .desc,
  #row-Newcastle-13 .home-article .title {
    margin: 0;
    padding: 30px 15px;
  }
}
#row-Newcastle-13 .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#row-Newcastle-13 .home-article .readmore-wrapper {
  text-transform: uppercase;
  font-size: 20px;
  bottom: 30px;
}
#row-Newcastle-13 .home-article .readmore-wrapper a {
  color: #000000;
  font-size: 14px;
  float: left;
  margin-left: 30px;
  font-weight: bold;
}
#row-Newcastle-13 .home-article .readmore-wrapper a i {
  margin-left: 8px;
  transition: margin .3s;
  font-size: 14px;
}
#row-Newcastle-13 .home-article .readmore-wrapper a:hover i {
  margin-left: 30px;
}
#row-Newcastle-13 .home-article .model-image .readMore {
  display: none;
}
@media (max-width: 767.98px) {
  #row-Newcastle-13 .home-section.section-default .section-more.text-left {
    width: auto;
    max-width: fit-content;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  #row-Newcastle-13 .section-more a {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  #row-Newcastle-13 {
    position: relative;
  }
  #row-Newcastle-13:after {
    content: '';
    height: calc( 100% - 100px );
    width: auto;
    position: absolute;
    left: calc( 50% + 114px );
    top: 0;
    right: 0;
    background: #002d5d;
    margin: 60px 0;
    z-index: 0;
    border-radius: 0;
  }
  #row-Newcastle-13 > .container {
    z-index: 99;
    position: relative;
  }
  #row-Newcastle-13 .section-title {
    margin-top: 20px;
    margin-bottom: 43px;
  }
}
/* 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-6-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_COMMON : _object 'article', _type 'std-newcastle-events' */
#row-Newcastle-13 #section-events div.col-article {
  padding: 0;
  max-width: 400px;
  margin: 0 auto !important;
}
#row-Newcastle-13 #section-events .section-title .title {
  color: #ffffff !important;
}
#row-Newcastle-13 #section-events .section-title .line {
  background: #ffffff !important;
}
@media (max-width: 1199.98px) {
  #row-Newcastle-13 #section-events {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 767.98px) {
  #row-Newcastle-13 #section-events {
    background: #002d5d;
  }
}
#row-Newcastle-13 #section-events .model-image {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 0;
}
#row-Newcastle-13 #section-events .home-article {
  background: transparent;
  border: 0 none;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
  min-height: unset;
}
#row-Newcastle-13 #section-events .home-article .containerImg {
  min-height: 240px;
}
#row-Newcastle-13 #section-events .home-article .model-content .title {
  position: absolute;
  bottom: 10px;
  padding: 0 30px !important;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  height: 64px;
}
@media (max-width: 767.98px) {
  #row-Newcastle-13 #section-events .home-article .model-content .title {
    bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }
}
#row-Newcastle-13 #section-events .home-article .model-content .desc {
  display: none;
}
#row-Newcastle-13 #section-events .home-article .model-content .date {
  color: #ffffff;
  line-height: 35px;
  text-align: left;
  background: #002d5d;
  border-radius: 0;
  padding: 0 15px;
  display: inline-block;
  height: 35px;
  position: absolute;
  top: 110px;
  left: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
}
#row-Newcastle-13 #section-events .home-article .model-content .date.btn-empty {
  background-color: transparent;
}
#row-Newcastle-13 #section-events .home-article .model-content .date.btn-fill {
  color: #ffffff;
  background: #002d5d;
}
#row-Newcastle-13 #section-events .home-article .containerImg .date {
  display: none;
}
#row-Newcastle-13 #section-events .col-article {
  padding: 0;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
#row-Newcastle-13 #section-events .model-image {
  border-radius: 0;
}
#row-Newcastle-13 #section-events .article-Model {
  background-color: transparent;
}
#row-Newcastle-13 #section-events .readMore {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 0px;
}
#row-Newcastle-13 #section-events .section-more a {
  background: #fff;
  color: #000000;
  border-color: #f0f0f0;
}
#row-Newcastle-13 #section-events .section-more a:hover {
  background: #002d5d;
  color: #ffffff;
}
#row-Newcastle-13 #section-events .col-article + .col-article {
  margin-top: 15px !important;
}
#row-Newcastle-13 #section-events .col-article {
  margin: 0 !important;
  max-width: 400px;
  margin: auto !important;
}
@media (max-width: 767.98px) {
  #row-Newcastle-13 #section-events {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #row-Newcastle-13 #section-events .home-article.article-Model {
    background-color: transparent !important;
  }
  #row-Newcastle-13 #section-events .containerImg {
    padding-bottom: 66%;
  }
  #row-Newcastle-13 #section-events .model-image.model-ratio-image {
    margin: 0;
  }
}
/* 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-7-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_COMMON : _object 'article', _type 'std-lisbonne' */
#row-Lisbonne-14 {
  background: #FAFAFA;
}
#row-Lisbonne-14 .slick-slider i.slick-arrow,
#row-Lisbonne-14 .arrow {
  display: none !important;
}
#row-Lisbonne-14 ul.slick-dots li.slick-active button:before {
  color: #000000 !important;
}
#row-Lisbonne-14 ul.slick-dots li button:before {
  font-size: 20px;
  color: #000 !important;
}
#row-Lisbonne-14 .temoignage {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 5px 25px 25px;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
}
#row-Lisbonne-14 .temoignage .temoignage-contenu {
  display: flex;
  gap: 25px;
}
#row-Lisbonne-14 .temoignage .temoignage-contenu .auteur-photo {
  width: 96px;
}
@media (max-width: 767.98px) {
  #row-Lisbonne-14 #section-temoignage {
    padding-top: 50px;
  }
  #row-Lisbonne-14 #section-temoignage blockquote {
    padding-top: 50px !important;
  }
  #row-Lisbonne-14 #section-temoignage blockquote:before {
    top: 0 !important;
    left: 0 !important;
    font-size: 56px;
  }
}
#row-Lisbonne-14 #section-temoignage .section-title {
  margin-bottom: 10px;
}
#row-Lisbonne-14 #section-temoignage ul.slick-dots {
  display: block !important;
  bottom: -35px;
  top: unset;
  width: 100%;
  left: 0;
  margin-bottom: -20px;
}
#row-Lisbonne-14 #section-temoignage ul.slick-dots li {
  width: 30px;
}
#row-Lisbonne-14 #section-temoignage .section-title .title {
  padding-bottom: 10px;
}
#row-Lisbonne-14 #section-temoignage .section-title .line {
  background: #f0f0f0 !important;
}
#row-Lisbonne-14 #section-temoignage .home-content {
  margin-top: 30px;
}
#row-Lisbonne-14 #section-temoignage blockquote {
  max-width: 790px;
  margin: 0 auto;
  position: relative;
  border: 0 none;
  line-height: 35px;
  padding: 0;
  color: #000;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
#row-Lisbonne-14 #section-temoignage .auteur-photo {
  float: left;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
#row-Lisbonne-14 #section-temoignage .auteur-photo img {
  min-height: 100%;
  min-width: 100%;
}
#row-Lisbonne-14 #section-temoignage .temoignage_contenu-right {
  min-height: 335px;
  margin-top: 10px;
}
#row-Lisbonne-14 #section-temoignage .auteur-wrapper {
  max-width: 96px;
}
#row-Lisbonne-14 #section-temoignage .auteur-nom-wrapper {
  font-size: 20px;
  line-height: 30px;
  position: relative;
}
#row-Lisbonne-14 #section-temoignage .auteur-nom-wrapper a {
  color: #000000;
}
#row-Lisbonne-14 #section-temoignage .auteur-nom-wrapper a:hover {
  color: #000000;
}
#row-Lisbonne-14 #section-temoignage .auteur-nom-wrapper .auteur {
  position: relative;
  padding: 0;
}
#row-Lisbonne-14 #section-temoignage .auteur-nom-wrapper .auteur .auteur-text {
  line-height: 1.7em;
  margin-top: 15px;
}
#row-Lisbonne-14 #section-temoignage .auteur-nom-wrapper .auteur .auteur-text .auteur-nom {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000 !important;
}
#row-Lisbonne-14 #section-temoignage .auteur-nom-wrapper .auteur .auteur-text .auteur-nom:before {
  content: '';
  height: 2px;
  background: #f0f0f0;
  width: 50px;
  position: absolute;
  bottom: -8px;
  left: 0;
}
#row-Lisbonne-14 #section-temoignage .auteur-nom-wrapper .auteur .auteur-text .auteur-info {
  text-transform: uppercase;
  margin: 15px 0 30px;
  color: #000000 !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 1199.98px) {
  #row-Lisbonne-14 #section-temoignage .temoignage-contenu {
    flex-direction: column;
    align-items: center;
  }
  #row-Lisbonne-14 #section-temoignage .temoignage-contenu blockquote {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
/* 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-8-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_COMMON : _object 'article', _type 'std-istanbul' */
#row-Istanbul-15 .section-more {
  visibility: hidden;
}
#row-Istanbul-15 .bloc-applis .title {
  text-align: left !important;
}
#row-Istanbul-15 .bloc-applis .article-details {
  font-size: 20px;
  line-height: 30px;
  padding: 0 60px 50px 0;
  text-align: left;
}
#row-Istanbul-15 .bloc-applis .section-title {
  padding: 0;
}
@media (min-width: 1200px) {
  #row-Istanbul-15 .bloc-applis .col-gauche {
    padding-top: 60px;
  }
}
#row-Istanbul-15 .home-section {
  padding: 80px 0 0;
}
@media (max-width: 1199.98px) {
  #row-Istanbul-15 .home-section .applis-inner {
    margin-bottom: 30px;
    text-align: center;
  }
}
/* 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-9-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-header */
#section-header .section-title .title {
  color: #f0f0f0;
  background: transparent;
}
#section-header .section-title .line {
  background: #f0f0f0;
}
#section-header .section-title.stripped .title,
#section-header .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'article', _type 'std-marseille', # */
#row-Dusseldorf-1 #section-lienstop {
  padding-top: 0 !important;
}
#row-Dusseldorf-1 .home-section {
  padding-bottom: 0 !important;
}
@media (min-width: 1200px) {
  #row-Dusseldorf-1 {
    height: 500px;
  }
}
#row-Dusseldorf-1 #content-2 {
  margin-top: -55px;
  padding-bottom: 0 !important;
}
#row-Dusseldorf-1 #content-2 .col-article > a.lien {
  color: #000000;
  height: 170px;
  position: relative;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  border: 1px solid #fff;
  transition: color .5s;
}
#row-Dusseldorf-1 #content-2 .col-article > a.lien .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  display: block;
  margin: 22px auto 10px;
  border-radius: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #002d5d;
}
#row-Dusseldorf-1 #content-2 .col-article > a.lien .lienstop-img i {
  color: #ffffff;
}
#row-Dusseldorf-1 #content-2 .col-article > a.lien .lienstop-img i {
  font-size: 50px;
}
#row-Dusseldorf-1 #content-2 .col-article > a.lien .lien-title {
  margin: 0 auto 10px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
#row-Dusseldorf-1 #content-2 .col-article > a.lien .lien-title .lien-text {
  font-weight: bold;
  color: #000;
}
#row-Dusseldorf-1 #content-2 .col-article > a.lien:hover {
  font-weight: 700;
  color: #000000 !important;
  border: 1px solid #002d5d;
  box-shadow: 0 0 15px 0 rgba(0, 45, 93, 0.4);
}
@media (max-width: 1199.98px) {
  #row-Dusseldorf-1 #content-2 {
    padding-top: 60px !important;
  }
}
@media (max-width: 767.98px) {
  #row-Dusseldorf-1 #content-2 {
    padding-top: 60px !important;
  }
  #row-Dusseldorf-1 #content-2 .col-article {
    margin-top: 0;
  }
  #row-Dusseldorf-1 #content-2 .col-article + .col-article {
    margin-top: 15px;
  }
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-lienstop */
#section-lienstop .section-title .title {
  color: #f0f0f0;
  background: transparent;
}
#section-lienstop .section-title .line {
  background: #f0f0f0;
}
#section-lienstop .section-title.stripped .title,
#section-lienstop .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-Dusseldorf-1 */
#row-Dusseldorf-1 {
  background-image: url("/ressources/temp/images/100_1846x744_180139926_home-id1-row1-header.webp");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#row-Dusseldorf-1:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#row-Dusseldorf-1 > * {
  z-index: 99;
  position: relative;
}
#row-Dusseldorf-1 .row-title .title {
  color: #f0f0f0;
  background: transparent;
}
#row-Dusseldorf-1 .row-title .line {
  background: #f0f0f0;
}
#row-Dusseldorf-1 .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-Dusseldorf-1 .row-title.stripped .title,
#row-Dusseldorf-1 .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-apropos */
#section-apropos .section-title .title {
  color: #f0f0f0;
  background: transparent;
}
#section-apropos .section-title .line {
  background: #f0f0f0;
}
#section-apropos .section-title.stripped .title,
#section-apropos .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-Bruxelles-10 */
#row-Bruxelles-10 .row-title .title {
  color: #f0f0f0;
  background: transparent;
}
#row-Bruxelles-10 .row-title .line {
  background: #f0f0f0;
}
#row-Bruxelles-10 .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-Bruxelles-10 .row-title.stripped .title,
#row-Bruxelles-10 .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-services-left */
#section-services-left .section-title .title {
  color: #f0f0f0;
  background: transparent;
}
#section-services-left .section-title .line {
  background: #f0f0f0;
}
#section-services-left .section-title.stripped .title,
#section-services-left .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-lienstop */
#section-lienstop {
  background: transparent;
}
#section-lienstop .section-title .title {
  color: #f0f0f0;
  background: transparent;
}
#section-lienstop .section-title .line {
  background: #f0f0f0;
}
#section-lienstop .section-title.stripped .title,
#section-lienstop .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-Berne-11 */
#row-Berne-11 {
  background-image: url("/ressources/temp/images/100_1846x744_180139926_home-id1-row11-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#row-Berne-11:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#row-Berne-11 > * {
  z-index: 99;
  position: relative;
}
#row-Berne-11 .row-title .title {
  color: #f0f0f0;
  background: transparent;
}
#row-Berne-11 .row-title .line {
  background: #f0f0f0;
}
#row-Berne-11 .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-Berne-11 .row-title.stripped .title,
#row-Berne-11 .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'article', _type 'std-newcastle-news', # */
@media (min-width: 1200px) {
  .article-std-newcastle-news#content-6-article-1 {
    height: 480px;
  }
}
.article-std-newcastle-news#content-6-article-1.dateSide {
  height: calc( 480px / 3);
}
.article-std-newcastle-news#content-6-article-1 .listView {
  height: 480px;
}
.article-std-newcastle-news#content-6-article-1.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-newcastle-news#content-6-article-1.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-newcastle-news#content-6-article-1.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-newcastle-news#content-6-article-1.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-newcastle-news#content-6-article-1.listViewReduced .model-content .desc {
  display: none;
}
.article-std-newcastle-news#content-6-article-1.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-newcastle-news#content-6-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-newcastle-news#content-6-article-1.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-newcastle-news#content-6-article-1.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-newcastle-news#content-6-article-1.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-newcastle-news#content-6-article-1.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'std-newcastle-news', # */
@media (min-width: 1200px) {
  .article-std-newcastle-news#content-6-article-2 {
    height: 480px;
  }
}
.article-std-newcastle-news#content-6-article-2.dateSide {
  height: calc( 480px / 3);
}
.article-std-newcastle-news#content-6-article-2 .listView {
  height: 480px;
}
.article-std-newcastle-news#content-6-article-2.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-newcastle-news#content-6-article-2.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-newcastle-news#content-6-article-2.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-newcastle-news#content-6-article-2.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-newcastle-news#content-6-article-2.listViewReduced .model-content .desc {
  display: none;
}
.article-std-newcastle-news#content-6-article-2.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-newcastle-news#content-6-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-newcastle-news#content-6-article-2.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-newcastle-news#content-6-article-2.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-newcastle-news#content-6-article-2.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-newcastle-news#content-6-article-2.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-actus */
#section-actus .section-title .title {
  color: #f0f0f0;
  background: transparent;
}
#section-actus .section-title .line {
  background: #f0f0f0;
}
#section-actus .section-title.stripped .title,
#section-actus .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'article', _type 'std-newcastle-events', # */
@media (min-width: 1200px) {
  .article-std-newcastle-events#content-7-article-1 {
    height: 456px;
  }
}
.article-std-newcastle-events#content-7-article-1.dateSide {
  height: calc( 456px / 3);
}
.article-std-newcastle-events#content-7-article-1 .listView {
  height: 456px;
}
.article-std-newcastle-events#content-7-article-1.vertical-plit-2 {
  height: calc( 456px / 2);
}
.article-std-newcastle-events#content-7-article-1.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-newcastle-events#content-7-article-1.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-newcastle-events#content-7-article-1.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-newcastle-events#content-7-article-1.listViewReduced .model-content .desc {
  display: none;
}
.article-std-newcastle-events#content-7-article-1.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-newcastle-events#content-7-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-newcastle-events#content-7-article-1.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-newcastle-events#content-7-article-1.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-newcastle-events#content-7-article-1.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-newcastle-events#content-7-article-1.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'std-newcastle-events', # */
@media (min-width: 1200px) {
  .article-std-newcastle-events#content-7-article-2 {
    height: 456px;
  }
}
.article-std-newcastle-events#content-7-article-2.dateSide {
  height: calc( 456px / 3);
}
.article-std-newcastle-events#content-7-article-2 .listView {
  height: 456px;
}
.article-std-newcastle-events#content-7-article-2.vertical-plit-2 {
  height: calc( 456px / 2);
}
.article-std-newcastle-events#content-7-article-2.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-newcastle-events#content-7-article-2.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-newcastle-events#content-7-article-2.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-newcastle-events#content-7-article-2.listViewReduced .model-content .desc {
  display: none;
}
.article-std-newcastle-events#content-7-article-2.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-newcastle-events#content-7-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-newcastle-events#content-7-article-2.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-newcastle-events#content-7-article-2.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-newcastle-events#content-7-article-2.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-newcastle-events#content-7-article-2.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-events */
#section-events .section-title .title {
  color: #f0f0f0;
  background: transparent;
}
#section-events .section-title .line {
  background: #f0f0f0;
}
#section-events .section-title.stripped .title,
#section-events .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-Newcastle-13 */
#row-Newcastle-13 .row-title .title {
  color: #f0f0f0;
  background: transparent;
}
#row-Newcastle-13 .row-title .line {
  background: #f0f0f0;
}
#row-Newcastle-13 .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-Newcastle-13 .row-title.stripped .title,
#row-Newcastle-13 .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'article', _type 'std-lisbonne', # */
.article-std-lisbonne#content-8-article-1.dateSide {
  height: calc( 480px / 3);
}
.article-std-lisbonne#content-8-article-1 .listView {
  height: 170;
}
.article-std-lisbonne#content-8-article-1.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-lisbonne#content-8-article-1.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-lisbonne#content-8-article-1.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-lisbonne#content-8-article-1.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-lisbonne#content-8-article-1.listViewReduced .model-content .desc {
  display: none;
}
.article-std-lisbonne#content-8-article-1.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-lisbonne#content-8-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-lisbonne#content-8-article-1.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-lisbonne#content-8-article-1.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-lisbonne#content-8-article-1.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-lisbonne#content-8-article-1.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'std-lisbonne', # */
.article-std-lisbonne#content-8-article-2.dateSide {
  height: calc( 480px / 3);
}
.article-std-lisbonne#content-8-article-2 .listView {
  height: 170;
}
.article-std-lisbonne#content-8-article-2.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-lisbonne#content-8-article-2.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-lisbonne#content-8-article-2.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-lisbonne#content-8-article-2.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-lisbonne#content-8-article-2.listViewReduced .model-content .desc {
  display: none;
}
.article-std-lisbonne#content-8-article-2.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-lisbonne#content-8-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-lisbonne#content-8-article-2.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-lisbonne#content-8-article-2.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-lisbonne#content-8-article-2.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-lisbonne#content-8-article-2.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'std-lisbonne', # */
.article-std-lisbonne#content-8-article-3.dateSide {
  height: calc( 480px / 3);
}
.article-std-lisbonne#content-8-article-3 .listView {
  height: 170;
}
.article-std-lisbonne#content-8-article-3.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-lisbonne#content-8-article-3.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-lisbonne#content-8-article-3.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-lisbonne#content-8-article-3.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-lisbonne#content-8-article-3.listViewReduced .model-content .desc {
  display: none;
}
.article-std-lisbonne#content-8-article-3.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-lisbonne#content-8-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-lisbonne#content-8-article-3.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-lisbonne#content-8-article-3.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-lisbonne#content-8-article-3.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-lisbonne#content-8-article-3.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'std-lisbonne', # */
.article-std-lisbonne#content-8-article-4.dateSide {
  height: calc( 480px / 3);
}
.article-std-lisbonne#content-8-article-4 .listView {
  height: 170;
}
.article-std-lisbonne#content-8-article-4.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-std-lisbonne#content-8-article-4.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-std-lisbonne#content-8-article-4.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-std-lisbonne#content-8-article-4.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-std-lisbonne#content-8-article-4.listViewReduced .model-content .desc {
  display: none;
}
.article-std-lisbonne#content-8-article-4.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-std-lisbonne#content-8-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-lisbonne#content-8-article-4.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-std-lisbonne#content-8-article-4.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-std-lisbonne#content-8-article-4.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-std-lisbonne#content-8-article-4.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-temoignage */
#section-temoignage {
  background: transparent;
}
#section-temoignage .section-title .title {
  color: #f0f0f0;
  background: transparent;
}
#section-temoignage .section-title .line {
  background: #f0f0f0;
}
#section-temoignage .section-title.stripped .title,
#section-temoignage .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-Lisbonne-14 */
#row-Lisbonne-14 .row-title .title {
  color: #f0f0f0;
  background: transparent;
}
#row-Lisbonne-14 .row-title .line {
  background: #f0f0f0;
}
#row-Lisbonne-14 .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-Lisbonne-14 .row-title.stripped .title,
#row-Lisbonne-14 .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-9 */
#section-9 .section-title .title {
  color: #f0f0f0;
  background: transparent;
}
#section-9 .section-title .line {
  background: #f0f0f0;
}
#section-9 .section-title.stripped .title,
#section-9 .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-Istanbul-15 */
#row-Istanbul-15 .row-title .title {
  color: #f0f0f0;
  background: transparent;
}
#row-Istanbul-15 .row-title .line {
  background: #f0f0f0;
}
#row-Istanbul-15 .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-Istanbul-15 .row-title.stripped .title,
#row-Istanbul-15 .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-7 */
#row-7 .row-title .title {
  color: #f0f0f0;
  background: transparent;
}
#row-7 .row-title .line {
  background: #f0f0f0;
}
#row-7 .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-7 .row-title.stripped .title,
#row-7 .row-title.sideline .title {
  background: !important;
}
/*
44 composants less pour 3338 lignes :
             article         std-lisbonne     COMMON        190 lignes (1 fichiers) 
             article         std-lisbonne   SPECIFIC        164 lignes (4 fichiers) 
             article std-newcastle-events     COMMON        178 lignes (1 fichiers) 
             article std-newcastle-events   SPECIFIC         86 lignes (2 fichiers) 
             article   std-newcastle-news     COMMON        157 lignes (1 fichiers) 
             article   std-newcastle-news   SPECIFIC         86 lignes (2 fichiers) 
             article std-berne-presentation     COMMON        174 lignes (1 fichiers) 
             article        std-berne-cta     COMMON        174 lignes (1 fichiers) 
             article        std-stuttgart     COMMON        135 lignes (1 fichiers) 
             article        std-marseille   SPECIFIC        100 lignes (1 fichiers) 
             article        std-bruxelles     COMMON         73 lignes (1 fichiers) 
             article         std-istanbul     COMMON         41 lignes (1 fichiers) 
             content              default     COMMON       1008 lignes (9 fichiers) [[DEVRAIT ETRE UNIQUE]]
             section              default     COMMON        307 lignes (1 fichiers) 
             section              default   SPECIFIC        173 lignes (9 fichiers) 
                 row              default     COMMON          1 lignes (1 fichiers) 
                 row              default   SPECIFIC        203 lignes (7 fichiers) 


LESS_COMMON : _object 'article', _type 'std-stuttgart' => 135 lignes
LESS_COMMON : _object 'section', _type 'default' => 307 lignes
LESS_COMMON : _object 'content', _type 'default' => 111 lignes
LESS_COMMON : _object 'content', _type 'default' => 111 lignes
LESS_COMMON : _object 'row', _type 'default' => 1 lignes
LESS_COMMON : _object 'article', _type 'std-bruxelles' => 73 lignes
LESS_COMMON : _object 'content', _type 'default' => 111 lignes
LESS_COMMON : _object 'article', _type 'std-berne-presentation' => 174 lignes
LESS_COMMON : _object 'content', _type 'default' => 111 lignes
LESS_COMMON : _object 'article', _type 'std-berne-cta' => 174 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_COMMON : _object 'article', _type 'std-newcastle-news' => 157 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_COMMON : _object 'article', _type 'std-newcastle-events' => 178 lignes
LESS_COMMON : _object 'content', _type 'default' => 111 lignes
LESS_COMMON : _object 'article', _type 'std-lisbonne' => 190 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_COMMON : _object 'article', _type 'std-istanbul' => 41 lignes
LESS_COMMON : _object 'content', _type 'default' => 111 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-header => 19 lignes
LESS_SPECIFIC : _object 'article', _type 'std-marseille', # => 100 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-lienstop => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-Dusseldorf-1 => 44 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-apropos => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-Bruxelles-10 => 23 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-services-left => 19 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-lienstop => 20 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-Berne-11 => 44 lignes
LESS_SPECIFIC : _object 'article', _type 'std-newcastle-news', # => 43 lignes
LESS_SPECIFIC : _object 'article', _type 'std-newcastle-news', # => 43 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-actus => 19 lignes
LESS_SPECIFIC : _object 'article', _type 'std-newcastle-events', # => 43 lignes
LESS_SPECIFIC : _object 'article', _type 'std-newcastle-events', # => 43 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-events => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-Newcastle-13 => 23 lignes
LESS_SPECIFIC : _object 'article', _type 'std-lisbonne', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'std-lisbonne', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'std-lisbonne', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'std-lisbonne', # => 41 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-temoignage => 20 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-Lisbonne-14 => 23 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-9 => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-Istanbul-15 => 23 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-7 => 23 lignes
 */
