@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;
}
/**********     ROW     **********/
/**********     SECTION     **********/
/**********     CONTENT     **********/
.bord-top {
  border-top: 3px solid #47abaf !important;
  margin-top: -3px;
}
.bord-right {
  border-right: 3px solid #47abaf !important;
  margin-right: -3px;
}
.bord-bottom {
  border-bottom: 3px solid #47abaf !important;
  margin-bottom: -3px;
}
.bord-left {
  border-left: 3px solid #47abaf !important;
  margin-left: -3px;
}
.bord {
  border: 3px solid #47abaf !important;
  box-sizing: border-box;
}
.slick-list.draggable {
  cursor: initial;
}
.home-content i.slick-arrow.fas {
  cursor: pointer;
  font-size: 32px;
  color: #adadad;
  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: #002e5e !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 'site_header' */
/* ################################# site_header ################################################### */
#row-header {
  background-image: url(/docs/params/?v=1);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#section-header {
  min-height: 300px;
}
#section-header .header-phrase {
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(0, 46, 94, 0.5);
  padding: 30px;
}
#section-header .header-phrase .desc {
  display: none;
}
#section-header .header-phrase .title {
  padding: 0;
  margin: 0;
  font-size: 40px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 700 !important;
  text-align: center;
  text-transform: none;
}
#section-header .site_header-actions {
  margin-top: 30px;
}
#section-header .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: 3px;
  white-space: nowrap;
  text-transform: uppercase;
}
#section-header .cta-header.empty {
  border: 1px solid #fff;
  background: transparent;
  width: 211px;
  margin-bottom: 15px;
}
#section-header .cta-header.fill {
  border: 1px solid #47abaf;
  background-color: #47abaf;
  width: 170px;
}
#section-header .cta-header.btn-block {
  display: block;
  overflow: hidden;
  width: fit-content;
  padding: 0 30px;
  margin: 0 auto 20px;
}
#section-header .cta-header.fill-white {
  border: 0 none !important;
  background: #fff !important;
  color: #333333 !important;
}
#section-header .cta-header.btn-center {
  display: block;
  overflow: hidden;
  width: 340px !important;
  text-align: center;
  padding: 0 30px;
  margin: 0 auto 10px !important;
}
#section-header .cta-header:hover {
  color: #fff !important;
  background-color: #002e5e !important;
}
@media (min-width: 1200px) {
  #section-header {
    height: 500px;
    padding-top: 161px;
  }
  #section-header .header-phrase {
    max-height: 300px;
    max-width: 515px;
    background: rgba(0, 0, 0, 0.65);
    padding: 50px 10px 70px;
    box-sizing: border-box;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section-header .cta-header.empty {
    margin-right: 25px;
    margin-bottom: 0;
  }
  #section-header .text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
  }
}
/* --------------------------------  END HEADER --------------------------------------------------*/
/* 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 #47abaf;
}
.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: #47abaf;
}
.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: #002e5e;
    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: 0 none;
  color: #47abaf;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.home-section.section-default .section-more a:hover {
  background: transparent;
  color: #002e5e;
  border: 0 none;
}
.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: #47abaf;
}
.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 'row', _type 'default' */
.home-row.spacer {
  height: 50px;
}
/* provisoire */
/* LESS_COMMON : _object 'article', _type 'liens_lienscircle' */
.lien.lien8 {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  transition: color .5s ;
}
.lien.lien8 i,
.lien.lien8 .img-thumbnail-circle {
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
  width: 102px;
  min-width: 102px;
  height: 102px;
  min-height: 102px;
  display: block;
  margin: 10px auto 10px;
  position: relative;
  border-radius: 50%;
  background: #fff;
  line-height: 102px;
  font-size: 32px;
  color: #47abaf;
}
.lien.lien8 .img-thumbnail-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}
.lien.lien8 .img-thumbnail-circle img {
  height: 70px;
  width: 70px;
  min-width: unset !important;
  min-height: unset !important;
}
.lien.lien8 .lien-text {
  text-align: center;
  color: #002e5e;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  margin-top: 15px;
}
.lien.lien8 .lien-text-sub {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  padding: 0 30px;
  margin-top: 0;
  line-height: 1.5em;
}
.lien.lien8:hover {
  color: #002e5e !important;
}
.lien.lien8:hover * {
  color: #002e5e;
}
.lien.lien8:hover i {
  background-color: #47abaf;
  color: #fff;
}
/* LESS_COMMON : _object 'article', _type 'liens_lienscircle' */
.lien.lien9 {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  transition: color .5s ;
}
.lien.lien9 i,
.lien.lien9 .img-thumbnail-circle {
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
  width: 102px;
  min-width: 102px;
  height: 102px;
  min-height: 102px;
  display: block;
  margin: 10px auto 10px;
  position: relative;
  border-radius: 50%;
  background: #fff;
  line-height: 102px;
  font-size: 32px;
  color: #47abaf;
}
.lien.lien9 .img-thumbnail-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}
.lien.lien9 .img-thumbnail-circle img {
  height: 70px;
  width: 70px;
  min-width: unset !important;
  min-height: unset !important;
}
.lien.lien9 .lien-text {
  text-align: center;
  color: #002e5e;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  margin-top: 15px;
}
.lien.lien9 .lien-text-sub {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  padding: 0 30px;
  margin-top: 0;
  line-height: 1.5em;
}
.lien.lien9:hover {
  color: #002e5e !important;
}
.lien.lien9:hover * {
  color: #002e5e;
}
.lien.lien9:hover i {
  background-color: #47abaf;
  color: #fff;
}
/* LESS_COMMON : _object 'article', _type 'liens_lienscircle' */
.lien.lien10 {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  transition: color .5s ;
}
.lien.lien10 i,
.lien.lien10 .img-thumbnail-circle {
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
  width: 102px;
  min-width: 102px;
  height: 102px;
  min-height: 102px;
  display: block;
  margin: 10px auto 10px;
  position: relative;
  border-radius: 50%;
  background: #fff;
  line-height: 102px;
  font-size: 32px;
  color: #47abaf;
}
.lien.lien10 .img-thumbnail-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}
.lien.lien10 .img-thumbnail-circle img {
  height: 70px;
  width: 70px;
  min-width: unset !important;
  min-height: unset !important;
}
.lien.lien10 .lien-text {
  text-align: center;
  color: #002e5e;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  margin-top: 15px;
}
.lien.lien10 .lien-text-sub {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  padding: 0 30px;
  margin-top: 0;
  line-height: 1.5em;
}
.lien.lien10:hover {
  color: #002e5e !important;
}
.lien.lien10:hover * {
  color: #002e5e;
}
.lien.lien10:hover i {
  background-color: #47abaf;
  color: #fff;
}
/* LESS_COMMON : _object 'article', _type 'liens_lienscircle' */
.lien.lien11 {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  transition: color .5s ;
}
.lien.lien11 i,
.lien.lien11 .img-thumbnail-circle {
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
  width: 102px;
  min-width: 102px;
  height: 102px;
  min-height: 102px;
  display: block;
  margin: 10px auto 10px;
  position: relative;
  border-radius: 50%;
  background: #fff;
  line-height: 102px;
  font-size: 32px;
  color: #47abaf;
}
.lien.lien11 .img-thumbnail-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}
.lien.lien11 .img-thumbnail-circle img {
  height: 70px;
  width: 70px;
  min-width: unset !important;
  min-height: unset !important;
}
.lien.lien11 .lien-text {
  text-align: center;
  color: #002e5e;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  margin-top: 15px;
}
.lien.lien11 .lien-text-sub {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  padding: 0 30px;
  margin-top: 0;
  line-height: 1.5em;
}
.lien.lien11:hover {
  color: #002e5e !important;
}
.lien.lien11:hover * {
  color: #002e5e;
}
.lien.lien11:hover i {
  background-color: #47abaf;
  color: #fff;
}
/* LESS_COMMON : _object 'article', _type 'liens_lienscircle' */
.lien.lien12 {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  transition: color .5s ;
}
.lien.lien12 i,
.lien.lien12 .img-thumbnail-circle {
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
  width: 102px;
  min-width: 102px;
  height: 102px;
  min-height: 102px;
  display: block;
  margin: 10px auto 10px;
  position: relative;
  border-radius: 50%;
  background: #fff;
  line-height: 102px;
  font-size: 32px;
  color: #47abaf;
}
.lien.lien12 .img-thumbnail-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}
.lien.lien12 .img-thumbnail-circle img {
  height: 70px;
  width: 70px;
  min-width: unset !important;
  min-height: unset !important;
}
.lien.lien12 .lien-text {
  text-align: center;
  color: #002e5e;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  margin-top: 15px;
}
.lien.lien12 .lien-text-sub {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  padding: 0 30px;
  margin-top: 0;
  line-height: 1.5em;
}
.lien.lien12:hover {
  color: #002e5e !important;
}
.lien.lien12:hover * {
  color: #002e5e;
}
.lien.lien12:hover i {
  background-color: #47abaf;
  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;
  }
}
.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-2-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_COMMON : _object 'article', _type 'google_map' */
.article-google_map .section-body {
  max-width: 40%;
  background: #ffffff;
  color: #fff;
  position: absolute;
  z-index: 999;
  padding: 5% 5% 5% 20%;
  top: 60px;
  border-radius: 0 20px 20px 0;
}
.article-google_map .section-body #recherche_annuaire_express .fas {
  font-size: 25px;
  margin-top: 2px;
}
.article-google_map .section-body .recherche_avancee {
  color: #fff;
  margin-top: 10px;
  text-align: right;
}
.article-google_map .section-body .recherche_avancee a {
  color: #fff;
  font-size: 1.3em;
  white-space: nowrap;
}
.article-google_map .section-body .recherche_avancee a:hover {
  color: #47abaf;
}
.article-google_map .intro {
  padding: 30px 0;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  .article-google_map .ann_exp_deux {
    padding: 0px 30px;
  }
}
/* mod avec le formulaire carre */
.contentSquare .section-body {
  background: #ffffff;
  border-radius: 0;
  padding: 30px;
  text-align: center;
}
.contentSquare .gmap-form-container {
  overflow: hidden;
  position: relative;
  height: 540px;
  width: 100%;
  margin: auto;
  left: unset;
  float: none;
  padding: 0;
  margin: 0 auto !important;
}
@media (min-width: 1200px) {
  .contentSquare .gmap-form-container {
    width: 1170px;
  }
}
.contentSquare .section-aside {
  top: 0;
  position: absolute;
  width: 100%;
}
.contentSquareFlat .section-body {
  background: #ffffff;
  border-radius: 0;
  padding: 30px;
  text-align: center;
}
.contentSquareFlat .gmap-form-container {
  overflow: hidden;
  position: relative;
  height: 540px;
  width: 100%;
  margin: auto;
  left: unset;
  float: none;
  padding: 0;
  margin: 0 auto !important;
}
@media (min-width: 1200px) {
  .contentSquareFlat .gmap-form-container {
    width: 1170px;
  }
}
.contentSquareFlat .section-aside {
  top: 0;
  position: absolute;
  width: 100%;
}
.contentSquareFlat .section-body {
  width: 270px;
  margin-top: 60px;
  letter-spacing: 2px;
}
@media (max-width: 767.98px) {
  .contentSquareFlat .section-body {
    width: auto;
    background-color: rgba(71, 171, 175, 0.8);
  }
}
.contentSquareFlat .section-body .intro {
  padding-top: 0;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.contentSquareFlat input.form-control {
  border: 0 none !important;
  border-radius: 0 !important;
  margin-bottom: 10px !important;
  height: 30px !important;
}
.contentSquareFlat .input-group-addon {
  display: block;
  clear: both;
  background-color: #47abaf;
  border: 0 none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0 0;
}
.contentSquareFlat .input-group-addon a {
  color: #47abaf;
}
.contentSquareFlat .input-group-addon:hover {
  background-color: #8cced0;
}
.contentSquareFlat .section-body {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .article-google_map .section-body {
    top: 0;
    position: relative;
    padding: 20px !important;
    background: #002e5e;
    border-radius: 0;
    display: block;
    clear: both;
    float: none;
    margin: 0;
    max-width: 100%;
    text-align: left;
    z-index: 999;
    width: 100%;
  }
  .article-google_map #map {
    max-height: 540px;
  }
  .article-google_map .gmap-form-container {
    height: auto;
  }
  .article-google_map .section-aside {
    position: relative;
  }
  .article-google_map .input-group-addon,
  .article-google_map .na-bp .input-group-btn {
    width: 100%;
  }
}
.simple_mode .section-body {
  margin: auto;
  height: 60px;
  background: #ffffff;
  width: 550px;
  position: relative;
  display: block;
  max-width: 98%;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: #777;
  color: #646263;
  padding: 15px;
  overflow: hidden;
}
.simple_mode .section-body * {
  color: #646263;
}
.simple_mode .section-body .recherche_avancee {
  display: none;
}
.simple_mode .section-body .input-group {
  width: 100%;
}
.simple_mode .section-body .input-group .form-control {
  position: absolute;
  width: calc(100% - 40px);
  border: 0 none !important;
  box-shadow: none;
}
.simple_mode .section-body .input-group-addon {
  position: absolute;
  background: transparent;
  font-size: 31px;
  left: unset;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .simple_mode .section-body {
    margin-left: 1%;
    max-width: 98%;
  }
}
.simple_mode .section-title,
.simple_mode .intro {
  display: none;
}
.simple_mode_2 .section-body {
  margin: auto;
  height: 60px;
  background: #ffffff;
  width: 550px;
  position: relative;
  display: block;
  max-width: 98%;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: #777;
  color: #646263;
  padding: 15px;
  overflow: hidden;
}
.simple_mode_2 .section-body * {
  color: #646263;
}
.simple_mode_2 .section-body .recherche_avancee {
  display: none;
}
.simple_mode_2 .section-body .input-group {
  width: 100%;
}
.simple_mode_2 .section-body .input-group .form-control {
  position: absolute;
  width: calc(100% - 40px);
  border: 0 none !important;
  box-shadow: none;
}
.simple_mode_2 .section-body .input-group-addon {
  position: absolute;
  background: transparent;
  font-size: 31px;
  left: unset;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .simple_mode_2 .section-body {
    margin-left: 1%;
    max-width: 98%;
  }
}
.simple_mode_2 .section-title,
.simple_mode_2 .intro {
  display: none;
}
.simple_mode_2 .section-body {
  margin: 0;
  height: unset;
  background: #ffffff;
  width: 100%;
  position: relative;
  display: block;
  max-width: unset;
  border-radius: 0;
  box-shadow: none;
  color: #777;
  color: #646263;
  padding: 0;
  overflow: hidden;
  top: 0;
  width: 620px;
  margin: auto;
  tex-align: center;
}
.simple_mode_2 .section-body .search {
  margin: auto;
  height: 60px;
  background: #ffffff;
  width: 550px;
  position: relative;
  display: block;
  max-width: 98%;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: #777;
  color: #646263;
  padding: 15px;
  overflow: hidden;
}
.simple_mode_2 .section-body .section-content {
  margin-bottom: -15px;
}
.simple_mode_2 .section-body .section-title,
.simple_mode_2 .section-body .intro {
  display: block;
}
/* 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 'liens_simple' */
/* LESS_COMMON : _object 'article', _type 'liens_simple' */
/* LESS_COMMON : _object 'article', _type 'liens_simple' */
.lien.lien15:hover {
  background: #fff !important;
  color: #47abaf !important;
  border-color: #47abaf !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;
  }
}
/* 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 'portraits' */
.article-portraits {
  background: #fff;
  position: relative;
  padding: 15px;
  border: 1px solid #d3d3d3;
  /********** DATES **********/
  /*** Pseudo-classes ***/
  /*** Modes ***/
  /********** /DATES **********/
}
@media (max-width: 991.98px) {
  .article-portraits {
    height: auto;
  }
  .article-portraits.imgFullWidth {
    padding-bottom: 75px !important;
  }
}
.article-portraits .model-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.article-portraits .model-image .containerImg .click-img:hover .newsImg {
  opacity: .90;
}
.article-portraits .title {
  height: auto;
  color: #002e5e;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
}
.article-portraits .title .title-event-type {
  text-transform: capitalize;
}
.article-portraits .desc {
  padding: 10px 0px 20px 0px;
  min-height: 58px;
  color: #646464;
  text-align: justify;
  line-height: 1.5;
}
.article-portraits .readmore-wrapper {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  left: 0;
  bottom: 15px;
}
.article-portraits .readmore-wrapper a.readMore {
  position: static;
}
.article-portraits a.readMore {
  position: absolute;
  font-size: 20px;
  color: #47abaf;
  float: right;
  margin-right: 15px;
}
.article-portraits a.readMore.inTriangle {
  margin-right: 7px;
  font-size: 14px;
  margin-bottom: -7px;
}
.article-portraits a.readMore.inTriangle:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right-color: #47abaf;
  border-bottom-color: #47abaf;
  bottom: -15px;
  right: 0;
  z-index: 1;
}
.article-portraits a.readMore.inTriangle i.fas {
  position: relative;
  z-index: 2;
  color: #fff;
}
.article-portraits a.readMore.inTriangle:hover:before {
  border-right-color: #b0dddf;
  border-bottom-color: #b0dddf;
}
.article-portraits a.readMore.inTriangle:hover i.fas {
  color: #47abaf;
}
.article-portraits .carousel-content .readmore-wrapper {
  bottom: 0;
}
.article-portraits .carousel-content .readmore-wrapper a.readMore {
  float: none;
  margin-right: 0;
  bottom: 0;
}
.article-portraits .model-image .readMore {
  display: none;
}
.article-portraits .model-image .bgShadow {
  display: none;
}
.article-portraits .date {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  display: none;
}
.article-portraits.__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-portraits.__date_in_img .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-portraits.dateBottom .model-content .date {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 6px 15px 6px 4px;
  width: auto;
  font-weight: normal;
}
.article-portraits.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-portraits.dateImgRectangular .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-portraits.dateImgRectangular .model-image .date {
  display: block;
  bottom: 0px;
  left: 35px;
  padding: 6px 15px 6px 20px;
  text-align: left;
  width: auto;
  font-weight: bold;
  background: #002e5e;
  color: #ffffff;
}
.article-portraits.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-portraits.dateImgRectangular .model-image .date:before {
  color: #ffffff;
}
.article-portraits.dateAfterTitle .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-portraits.dateAfterTitle .date-after-title {
  display: block;
  bottom: 0px;
  left: 35px;
  padding: 6px 15px 6px 20px;
  text-align: left;
  width: auto;
  font-weight: bold;
  background: #002e5e;
  color: #ffffff;
}
.article-portraits.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-portraits.dateAfterTitle .date-after-title:before {
  color: #ffffff;
}
.article-portraits.dateImgRectangularLeft .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-portraits.dateImgRectangularLeft .model-image .date {
  display: block;
  bottom: 0px;
  left: 35px;
  padding: 6px 15px 6px 20px;
  text-align: left;
  width: auto;
  font-weight: bold;
  background: #002e5e;
  color: #ffffff;
}
.article-portraits.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-portraits.dateImgRectangularLeft .model-image .date:before {
  color: #ffffff;
}
.article-portraits.dateImgRectangularLeft .model-image .date {
  height: 100% !important;
  font-size: 52px !important;
  width: 30% !important;
  padding-top: 20% !important;
}
.article-portraits.dateImgRectangularLeft .model-image .date .dateDay {
  font-weight: normal;
}
.article-portraits.dateImgRectangularLeft .model-image .date .dateMonth {
  font-size: 36px;
  font-weight: normal;
}
.article-portraits.dateImgRectangularLeft .model-image .date:after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #47abaf;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -20px;
}
.article-portraits.dateImgSquaredBottom .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-portraits.dateImgSquaredBottom .model-image .date {
  display: block;
  bottom: 0px;
  left: 0px;
  width: 90px;
  height: 90px;
  padding: 10px 0;
  text-align: center;
  background: #47abaf;
  color: #ffffff;
}
.article-portraits.dateImgSquaredBottom .model-image .date span {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.article-portraits.dateImgSquaredBottom .model-image .date .dateDay {
  font-size: 34px;
}
.article-portraits.dateImgSquaredBottom .model-image .date .dateYear {
  font-weight: normal;
}
.article-portraits.dateImgSquaredHat .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-portraits.dateImgSquaredHat .model-image .containerImg {
  margin-top: 12px;
}
.article-portraits.dateImgSquaredHat .model-content .date {
  display: none;
}
.article-portraits.dateImgSquaredHat .model-image .date {
  display: block;
  position: absolute;
  top: -12px;
  left: 20px;
  color: #fff;
  padding: 10px 0px 15px 0px;
  background: #002e5e;
  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-portraits.dateImgSquaredHat .model-image .date span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.article-portraits.dateImgSquaredHat .model-image .date .dateYear {
  display: none;
}
.article-portraits.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-portraits.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-portraits.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-portraits.dateInTriangle .date .dateMonth,
.article-portraits.dateInTriangle .date .dateDay {
  display: block;
  font-weight: bold;
}
.article-portraits.dateInTriangle .date .dateDay {
  font-size: 20px;
}
.article-portraits.dateInTriangle:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-left-color: #47abaf;
  border-top-color: #47abaf;
  top: 0;
  left: 0;
  z-index: 99;
}
.article-portraits.dateInTriangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 23px solid transparent;
  border-right-color: #47abaf;
  border-bottom-color: #47abaf;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.article-portraits.dateInTriangle .readmore-wrapper {
  bottom: 0;
}
.article-portraits.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-portraits.dateInTriangle .model-content .title,
.article-portraits.dateInTriangle .model-content .desc {
  padding: 0 30px !important;
  text-align: left;
}
@media (max-width: 767.98px) {
  .article-portraits.dateInTriangle .without-image .title {
    padding: 50px 30px 15px  60px !important;
    height: auto;
  }
  .article-portraits.dateInTriangle .with-image .desc,
  .article-portraits.dateInTriangle .without-image .desc {
    padding-bottom: 40px !important;
  }
}
.article-portraits.dateInTriangle .containerImg .date {
  display: none;
}
.article-portraits.dateImgTriangle .containerImg {
  position: relative;
}
.article-portraits.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-portraits.dateImgTriangle .date .dateMonth,
.article-portraits.dateImgTriangle .date .dateDay {
  display: block;
  font-weight: bold;
}
.article-portraits.dateImgTriangle .date .dateDay {
  font-size: 20px;
}
.article-portraits.dateImgTriangle .date:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-left-color: #47abaf;
  border-top-color: #47abaf;
  top: 0;
  left: 0;
  z-index: -1;
}
.article-portraits.dateImgTriangle.bottom .date {
  top: auto;
  bottom: 0;
  padding: 0 7px;
}
.article-portraits.dateImgTriangle.bottom .date:before {
  border-color: #47abaf;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  top: unset;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.article-portraits.dateImgTriangle .model-content .title,
.article-portraits.dateImgTriangle .model-content .desc {
  padding: 0 30px !important;
  text-align: left;
}
@media (max-width: 767.98px) {
  .article-portraits.dateImgTriangle .without-image .title {
    padding: 50px 30px 15px  60px !important;
    height: auto;
  }
  .article-portraits.dateImgTriangle .with-image .desc,
  .article-portraits.dateImgTriangle .without-image .desc {
    padding-bottom: 40px !important;
  }
}
.article-portraits.dateImgTriangle .model-content .date {
  display: none;
}
.article-portraits.dateImgSquare .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-portraits.dateImgSquare .model-image {
  margin-bottom: 50px;
  overflow: visible;
}
.article-portraits.dateImgSquare .model-image .date {
  display: block;
  color: white;
  background: #47abaf;
  width: 95px;
  height: 95px;
  font-size: 13px;
  box-sizing: border-box;
  left: calc(50% - 46px);
  bottom: -30px;
  font-weight: bold;
  text-transform: initial;
}
.article-portraits.dateImgSquare .model-image .date span {
  font-weight: normal;
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.article-portraits.dateImgSquare .model-image .date .dateDay {
  font-size: 45px !important;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
.article-portraits.dateImgSquare .model-image .date .dateMonth {
  font-size: 16px !important;
  text-transform: uppercase;
  margin: 0 0 3px;
  line-height: 1;
}
.article-portraits.dateImgSquare .model-image .date .dateYear {
  font-size: 16px !important;
  line-height: 1;
}
.article-portraits.dateImgCircle .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-portraits.dateImgCircle .model-image {
  margin-bottom: 50px;
  overflow: visible;
}
.article-portraits.dateImgCircle .model-image .date {
  display: block;
  border-radius: 50%;
  color: white;
  background: #47abaf;
  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-portraits.dateImgCircle .model-image .date span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.article-portraits.dateImgCircle .model-image .date span.dateDay {
  font-size: 16px;
  font-weight: bold;
}
.article-portraits.dateImgCircle .model-image .date span.dateYear {
  display: block;
  font-weight: normal;
  font-size: 13px;
}
.article-portraits.dateTop {
  padding: 95px 30px ;
}
.article-portraits.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: #47abaf;
}
.article-portraits.dateTop .title {
  height: auto;
  color: #47abaf;
  line-height: 1.3em;
  padding: 0;
  text-transform: none;
}
.article-portraits.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-portraits.dateBevel .date:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 20px solid transparent;
  right: 0;
  top: 0;
}
.article-portraits.bevel-right .date:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -39px;
  top: 0;
  border: 20px solid transparent;
  border-left-color: #47abaf;
  border-top-color: #47abaf;
}
.article-portraits.bevel-left .date:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -39px;
  top: 0;
  border: 20px solid transparent;
  border-right-color: #47abaf;
  border-top-color: #47abaf;
}
.article-portraits .date_after_title {
  text-align: left;
  font-weight: 600;
  color: #aaa;
  margin-bottom: 6px;
  font-size: 16px;
}
.article-portraits.moreInImg .readMore {
  display: none;
}
.article-portraits.moreInImg .model-image .readMore {
  display: block;
}
.article-portraits.flat-btn .readMore {
  background-color: #002e5e;
  border-radius: 0;
  color: #fff;
  border: 0 none;
  margin-top: 26px;
  padding: 10px 28px;
}
.article-portraits.reversedColor {
  background: #002e5e;
  color: #ffffff;
}
.article-portraits.reversedColor a.readMore {
  color: #ffffff;
}
.article-portraits.reversedColor .model-content {
  background: #002e5e;
}
.article-portraits.reversedColor .model-content .date::before,
.article-portraits.reversedColor .model-content .date,
.article-portraits.reversedColor .model-content .title,
.article-portraits.reversedColor .model-content .desc {
  color: #ffffff;
}
.article-portraits.imgFullWidth {
  padding: 0px 0px;
  /*
            a.readMore {
                right: 40px;
            }
            */
}
.article-portraits.imgFullWidth .model-image .containerImg {
  height: inherit;
}
.article-portraits.imgFullWidth .desc,
.article-portraits.imgFullWidth .title {
  padding: 0  15px;
}
.article-portraits.margin {
  margin: 0;
}
.article-portraits.bgMaincolor1 *,
.article-portraits.bgMaincolor1 {
  overflow: hidden;
  background-color: #002e5e !important;
  color: #fff !important;
  border-color: #002e5e !important;
}
.article-portraits.bgMaincolor2 *,
.article-portraits.bgMaincolor2 {
  overflow: hidden;
  background-color: #47abaf !important;
  color: #fff !important;
  border-color: #47abaf !important;
}
.article-portraits.dateSide {
  padding: 0;
}
.article-portraits.dateSide .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-portraits.dateSide .model-image .date {
  display: block;
  bottom: 0px;
  left: 0px;
  width: 90px;
  height: 90px;
  padding: 10px 0;
  text-align: center;
  background: #47abaf;
  color: #ffffff;
}
.article-portraits.dateSide .model-image .date span {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.article-portraits.dateSide .model-image .date .dateDay {
  font-size: 34px;
}
.article-portraits.dateSide .model-image .date .dateYear {
  font-weight: normal;
}
.article-portraits.dateSide .model-image .date {
  background: #47abaf;
  color: #ffffff;
}
.article-portraits.dateSide .date {
  height: 100% !important;
  width: 30% !important;
}
.article-portraits.dateSide .date .dateDay {
  font-size: 53px !important;
  margin: 18px 0 0;
  line-height: 1;
}
.article-portraits.dateSide .date .dateMonth {
  font-size: 16px !important;
}
.article-portraits.dateSide .date .dateYear {
  font-size: 20px !important;
}
.article-portraits.dateSide .model-image {
  max-height: 100%;
  height: 100%;
  margin: 0;
  text-align: right;
}
.article-portraits.dateSide .containerImg {
  padding: 0 !important;
}
.article-portraits.dateSide .click-img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 30%;
}
.article-portraits.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-portraits.dateSide .model-content .date {
  display: none;
}
.article-portraits.dateSide .model-content .title {
  color: #ffffff;
  text-align: center;
  bottom: 0;
  position: absolute;
  padding: 0 30px;
}
.article-portraits.dateSide .model-content .desc {
  display: none;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  padding: 30px;
}
.article-portraits.dateSide .model-content .title {
  font-size: 26px;
}
.article-portraits.dateSide .model-content:hover {
  background: #47abaf;
  cursor: pointer;
}
.article-portraits.dateSide .model-content:hover .desc {
  display: block;
}
.article-portraits.dateSide .model-content:hover .title {
  display: none;
}
.article-portraits.imgZoom:hover .newsImg {
  transition: all 0.2s ease-in-out;
}
.article-portraits.imgZoom:hover .newsImg:hover {
  transform: scale(1.05);
}
.article-portraits.date-rounded .date {
  border-radius: 6px;
}
.article-portraits.rounded {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 3px;
}
.article-portraits.logo-side .model-ratio-image {
  background: transparent;
}
.article-portraits.logo-side .model-ratio-image .containerImg .click-img .newsImg {
  height: auto;
}
.article-portraits.logo-side .model-image {
  width: 150px;
  overflow: hidden;
  margin-bottom: 40px;
  margin: 0;
  float: left;
  margin-right: 15px;
}
.article-portraits.logo-side .readmore-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
}
.article-portraits.logo-side .readmore-wrapper a {
  display: block;
  text-align: center;
  color: #002e5e;
  border-top: 1px solid #002e5e;
  float: none;
  padding: 15px 0 15px;
  left: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  transition: color .3s;
}
.article-portraits.logo-side .readmore-wrapper a:hover {
  color: #47abaf;
}
.article-portraits.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-portraits.logo-side .model-content .link-entire-box .date {
  color: #50505A;
  font-size: 16px;
  margin: 0 0 15px;
  text-align: left;
  display: block;
}
.article-portraits.logo-side .model-content .link-entire-box .desc {
  display: none;
}
.article-portraits.logo-side .model-content .link-entire-box .title {
  font-size: 20px;
  line-height: 30px;
  color: #50505A;
  text-transform: uppercase;
}
.article-portraits.logo-side .model-content .link-entire-box .title .entreprise {
  line-height: 1em;
  margin: 0 0 15px;
  font-size: 14px;
  text-transform: none;
  color: #002e5e;
}
@media (max-width: 767.98px) {
  .article-portraits.logo-side .model-content .link-entire-box {
    width: calc(100% - 150px);
  }
}
.article-portraits .article_flag-topRight {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  background: #002e5e;
  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: #47abaf;
  font-size: 14px;
  font-weight: bold;
  text-transform: initial;
}
.halfBloc .date:before {
  color: #47abaf;
}
.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: #002e5e;
}
.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-portraits {
  border-left: 0;
}
@media (max-width: 767.98px) {
  .slick-slide + .slick-slide .article-portraits {
    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;
  }
}
.article-portraits {
  height: 135px;
  margin: 0;
  padding: 0;
}
.article-portraits .model-image {
  height: 100%;
}
.article-portraits:hover .title-wrapper {
  display: block;
}
.article-portraits .title-wrapper {
  position: absolute;
  bottom: 0;
  height: 60%;
  width: 100%;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000', GradientType=0);
  /* IE6-9 */
}
@media (min-width: 1200px) {
  .article-portraits .title-wrapper {
    display: none;
  }
}
.article-portraits .title-wrapper .title {
  position: absolute;
  bottom: 0;
  padding: 10px;
  height: auto !important;
}
.article-portraits .title-wrapper .title a {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}
.article-portraits .slick-dots {
  display: none !important;
}
.article-portraits .slick-dots * {
  display: none !important;
}
#section-portraits .slick-slide > div {
  margin-bottom: 10px !important;
}
#section-portraits .slick-slider i.slick-arrow.fas {
  top: 50%;
}
/* 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 'Model' */
.article-Model {
  background: #fff;
  position: relative;
  padding: 15px;
  border: 1px solid #d3d3d3;
  /********** DATES **********/
  /*** Pseudo-classes ***/
  /*** Modes ***/
  /********** /DATES **********/
}
@media (max-width: 991.98px) {
  .article-Model {
    height: auto;
  }
  .article-Model.imgFullWidth {
    padding-bottom: 75px !important;
  }
}
.article-Model .model-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.article-Model .model-image .containerImg .click-img:hover .newsImg {
  opacity: .90;
}
.article-Model .title {
  height: auto;
  color: #002e5e;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
}
.article-Model .title .title-event-type {
  text-transform: capitalize;
}
.article-Model .desc {
  padding: 10px 0px 20px 0px;
  min-height: 58px;
  color: #646464;
  text-align: justify;
  line-height: 1.5;
}
.article-Model .readmore-wrapper {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  left: 0;
  bottom: 15px;
}
.article-Model .readmore-wrapper a.readMore {
  position: static;
}
.article-Model a.readMore {
  position: absolute;
  font-size: 20px;
  color: #47abaf;
  float: right;
  margin-right: 15px;
}
.article-Model a.readMore.inTriangle {
  margin-right: 7px;
  font-size: 14px;
  margin-bottom: -7px;
}
.article-Model a.readMore.inTriangle:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right-color: #47abaf;
  border-bottom-color: #47abaf;
  bottom: -15px;
  right: 0;
  z-index: 1;
}
.article-Model a.readMore.inTriangle i.fas {
  position: relative;
  z-index: 2;
  color: #fff;
}
.article-Model a.readMore.inTriangle:hover:before {
  border-right-color: #b0dddf;
  border-bottom-color: #b0dddf;
}
.article-Model a.readMore.inTriangle:hover i.fas {
  color: #47abaf;
}
.article-Model .carousel-content .readmore-wrapper {
  bottom: 0;
}
.article-Model .carousel-content .readmore-wrapper a.readMore {
  float: none;
  margin-right: 0;
  bottom: 0;
}
.article-Model .model-image .readMore {
  display: none;
}
.article-Model .model-image .bgShadow {
  display: none;
}
.article-Model .date {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  display: none;
}
.article-Model.__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-Model.__date_in_img .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-Model.dateBottom .model-content .date {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 6px 15px 6px 4px;
  width: auto;
  font-weight: normal;
}
.article-Model.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-Model.dateImgRectangular .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-Model.dateImgRectangular .model-image .date {
  display: block;
  bottom: 0px;
  left: 35px;
  padding: 6px 15px 6px 20px;
  text-align: left;
  width: auto;
  font-weight: bold;
  background: #002e5e;
  color: #ffffff;
}
.article-Model.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-Model.dateImgRectangular .model-image .date:before {
  color: #ffffff;
}
.article-Model.dateAfterTitle .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-Model.dateAfterTitle .date-after-title {
  display: block;
  bottom: 0px;
  left: 35px;
  padding: 6px 15px 6px 20px;
  text-align: left;
  width: auto;
  font-weight: bold;
  background: #002e5e;
  color: #ffffff;
}
.article-Model.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-Model.dateAfterTitle .date-after-title:before {
  color: #ffffff;
}
.article-Model.dateImgRectangularLeft .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-Model.dateImgRectangularLeft .model-image .date {
  display: block;
  bottom: 0px;
  left: 35px;
  padding: 6px 15px 6px 20px;
  text-align: left;
  width: auto;
  font-weight: bold;
  background: #002e5e;
  color: #ffffff;
}
.article-Model.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-Model.dateImgRectangularLeft .model-image .date:before {
  color: #ffffff;
}
.article-Model.dateImgRectangularLeft .model-image .date {
  height: 100% !important;
  font-size: 52px !important;
  width: 30% !important;
  padding-top: 20% !important;
}
.article-Model.dateImgRectangularLeft .model-image .date .dateDay {
  font-weight: normal;
}
.article-Model.dateImgRectangularLeft .model-image .date .dateMonth {
  font-size: 36px;
  font-weight: normal;
}
.article-Model.dateImgRectangularLeft .model-image .date:after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #47abaf;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -20px;
}
.article-Model.dateImgSquaredBottom .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-Model.dateImgSquaredBottom .model-image .date {
  display: block;
  bottom: 0px;
  left: 0px;
  width: 90px;
  height: 90px;
  padding: 10px 0;
  text-align: center;
  background: #47abaf;
  color: #ffffff;
}
.article-Model.dateImgSquaredBottom .model-image .date span {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.article-Model.dateImgSquaredBottom .model-image .date .dateDay {
  font-size: 34px;
}
.article-Model.dateImgSquaredBottom .model-image .date .dateYear {
  font-weight: normal;
}
.article-Model.dateImgSquaredHat .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-Model.dateImgSquaredHat .model-image .containerImg {
  margin-top: 12px;
}
.article-Model.dateImgSquaredHat .model-content .date {
  display: none;
}
.article-Model.dateImgSquaredHat .model-image .date {
  display: block;
  position: absolute;
  top: -12px;
  left: 20px;
  color: #fff;
  padding: 10px 0px 15px 0px;
  background: #002e5e;
  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-Model.dateImgSquaredHat .model-image .date span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.article-Model.dateImgSquaredHat .model-image .date .dateYear {
  display: none;
}
.article-Model.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-Model.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-Model.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-Model.dateInTriangle .date .dateMonth,
.article-Model.dateInTriangle .date .dateDay {
  display: block;
  font-weight: bold;
}
.article-Model.dateInTriangle .date .dateDay {
  font-size: 20px;
}
.article-Model.dateInTriangle:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-left-color: #47abaf;
  border-top-color: #47abaf;
  top: 0;
  left: 0;
  z-index: 99;
}
.article-Model.dateInTriangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 23px solid transparent;
  border-right-color: #47abaf;
  border-bottom-color: #47abaf;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.article-Model.dateInTriangle .readmore-wrapper {
  bottom: 0;
}
.article-Model.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-Model.dateInTriangle .model-content .title,
.article-Model.dateInTriangle .model-content .desc {
  padding: 0 30px !important;
  text-align: left;
}
@media (max-width: 767.98px) {
  .article-Model.dateInTriangle .without-image .title {
    padding: 50px 30px 15px  60px !important;
    height: auto;
  }
  .article-Model.dateInTriangle .with-image .desc,
  .article-Model.dateInTriangle .without-image .desc {
    padding-bottom: 40px !important;
  }
}
.article-Model.dateInTriangle .containerImg .date {
  display: none;
}
.article-Model.dateImgTriangle .containerImg {
  position: relative;
}
.article-Model.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-Model.dateImgTriangle .date .dateMonth,
.article-Model.dateImgTriangle .date .dateDay {
  display: block;
  font-weight: bold;
}
.article-Model.dateImgTriangle .date .dateDay {
  font-size: 20px;
}
.article-Model.dateImgTriangle .date:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-left-color: #47abaf;
  border-top-color: #47abaf;
  top: 0;
  left: 0;
  z-index: -1;
}
.article-Model.dateImgTriangle.bottom .date {
  top: auto;
  bottom: 0;
  padding: 0 7px;
}
.article-Model.dateImgTriangle.bottom .date:before {
  border-color: #47abaf;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  top: unset;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.article-Model.dateImgTriangle .model-content .title,
.article-Model.dateImgTriangle .model-content .desc {
  padding: 0 30px !important;
  text-align: left;
}
@media (max-width: 767.98px) {
  .article-Model.dateImgTriangle .without-image .title {
    padding: 50px 30px 15px  60px !important;
    height: auto;
  }
  .article-Model.dateImgTriangle .with-image .desc,
  .article-Model.dateImgTriangle .without-image .desc {
    padding-bottom: 40px !important;
  }
}
.article-Model.dateImgTriangle .model-content .date {
  display: none;
}
.article-Model.dateImgSquare .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-Model.dateImgSquare .model-image {
  margin-bottom: 50px;
  overflow: visible;
}
.article-Model.dateImgSquare .model-image .date {
  display: block;
  color: white;
  background: #47abaf;
  width: 95px;
  height: 95px;
  font-size: 13px;
  box-sizing: border-box;
  left: calc(50% - 46px);
  bottom: -30px;
  font-weight: bold;
  text-transform: initial;
}
.article-Model.dateImgSquare .model-image .date span {
  font-weight: normal;
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.article-Model.dateImgSquare .model-image .date .dateDay {
  font-size: 45px !important;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
.article-Model.dateImgSquare .model-image .date .dateMonth {
  font-size: 16px !important;
  text-transform: uppercase;
  margin: 0 0 3px;
  line-height: 1;
}
.article-Model.dateImgSquare .model-image .date .dateYear {
  font-size: 16px !important;
  line-height: 1;
}
.article-Model.dateImgCircle .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-Model.dateImgCircle .model-image {
  margin-bottom: 50px;
  overflow: visible;
}
.article-Model.dateImgCircle .model-image .date {
  display: block;
  border-radius: 50%;
  color: white;
  background: #47abaf;
  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-Model.dateImgCircle .model-image .date span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.article-Model.dateImgCircle .model-image .date span.dateDay {
  font-size: 16px;
  font-weight: bold;
}
.article-Model.dateImgCircle .model-image .date span.dateYear {
  display: block;
  font-weight: normal;
  font-size: 13px;
}
.article-Model.dateTop {
  padding: 95px 30px ;
}
.article-Model.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: #47abaf;
}
.article-Model.dateTop .title {
  height: auto;
  color: #47abaf;
  line-height: 1.3em;
  padding: 0;
  text-transform: none;
}
.article-Model.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-Model.dateBevel .date:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 20px solid transparent;
  right: 0;
  top: 0;
}
.article-Model.bevel-right .date:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -39px;
  top: 0;
  border: 20px solid transparent;
  border-left-color: #47abaf;
  border-top-color: #47abaf;
}
.article-Model.bevel-left .date:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -39px;
  top: 0;
  border: 20px solid transparent;
  border-right-color: #47abaf;
  border-top-color: #47abaf;
}
.article-Model .date_after_title {
  text-align: left;
  font-weight: 600;
  color: #aaa;
  margin-bottom: 6px;
  font-size: 16px;
}
.article-Model.moreInImg .readMore {
  display: none;
}
.article-Model.moreInImg .model-image .readMore {
  display: block;
}
.article-Model.flat-btn .readMore {
  background-color: #002e5e;
  border-radius: 0;
  color: #fff;
  border: 0 none;
  margin-top: 26px;
  padding: 10px 28px;
}
.article-Model.reversedColor {
  background: #002e5e;
  color: #ffffff;
}
.article-Model.reversedColor a.readMore {
  color: #ffffff;
}
.article-Model.reversedColor .model-content {
  background: #002e5e;
}
.article-Model.reversedColor .model-content .date::before,
.article-Model.reversedColor .model-content .date,
.article-Model.reversedColor .model-content .title,
.article-Model.reversedColor .model-content .desc {
  color: #ffffff;
}
.article-Model.imgFullWidth {
  padding: 0px 0px;
  /*
            a.readMore {
                right: 40px;
            }
            */
}
.article-Model.imgFullWidth .model-image .containerImg {
  height: inherit;
}
.article-Model.imgFullWidth .desc,
.article-Model.imgFullWidth .title {
  padding: 0  15px;
}
.article-Model.margin {
  margin: 0;
}
.article-Model.bgMaincolor1 *,
.article-Model.bgMaincolor1 {
  overflow: hidden;
  background-color: #002e5e !important;
  color: #fff !important;
  border-color: #002e5e !important;
}
.article-Model.bgMaincolor2 *,
.article-Model.bgMaincolor2 {
  overflow: hidden;
  background-color: #47abaf !important;
  color: #fff !important;
  border-color: #47abaf !important;
}
.article-Model.dateSide {
  padding: 0;
}
.article-Model.dateSide .model-image .date {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.article-Model.dateSide .model-image .date {
  display: block;
  bottom: 0px;
  left: 0px;
  width: 90px;
  height: 90px;
  padding: 10px 0;
  text-align: center;
  background: #47abaf;
  color: #ffffff;
}
.article-Model.dateSide .model-image .date span {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.article-Model.dateSide .model-image .date .dateDay {
  font-size: 34px;
}
.article-Model.dateSide .model-image .date .dateYear {
  font-weight: normal;
}
.article-Model.dateSide .model-image .date {
  background: #47abaf;
  color: #ffffff;
}
.article-Model.dateSide .date {
  height: 100% !important;
  width: 30% !important;
}
.article-Model.dateSide .date .dateDay {
  font-size: 53px !important;
  margin: 18px 0 0;
  line-height: 1;
}
.article-Model.dateSide .date .dateMonth {
  font-size: 16px !important;
}
.article-Model.dateSide .date .dateYear {
  font-size: 20px !important;
}
.article-Model.dateSide .model-image {
  max-height: 100%;
  height: 100%;
  margin: 0;
  text-align: right;
}
.article-Model.dateSide .containerImg {
  padding: 0 !important;
}
.article-Model.dateSide .click-img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 30%;
}
.article-Model.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-Model.dateSide .model-content .date {
  display: none;
}
.article-Model.dateSide .model-content .title {
  color: #ffffff;
  text-align: center;
  bottom: 0;
  position: absolute;
  padding: 0 30px;
}
.article-Model.dateSide .model-content .desc {
  display: none;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  padding: 30px;
}
.article-Model.dateSide .model-content .title {
  font-size: 26px;
}
.article-Model.dateSide .model-content:hover {
  background: #47abaf;
  cursor: pointer;
}
.article-Model.dateSide .model-content:hover .desc {
  display: block;
}
.article-Model.dateSide .model-content:hover .title {
  display: none;
}
.article-Model.imgZoom:hover .newsImg {
  transition: all 0.2s ease-in-out;
}
.article-Model.imgZoom:hover .newsImg:hover {
  transform: scale(1.05);
}
.article-Model.date-rounded .date {
  border-radius: 6px;
}
.article-Model.rounded {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 3px;
}
.article-Model.logo-side .model-ratio-image {
  background: transparent;
}
.article-Model.logo-side .model-ratio-image .containerImg .click-img .newsImg {
  height: auto;
}
.article-Model.logo-side .model-image {
  width: 150px;
  overflow: hidden;
  margin-bottom: 40px;
  margin: 0;
  float: left;
  margin-right: 15px;
}
.article-Model.logo-side .readmore-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
}
.article-Model.logo-side .readmore-wrapper a {
  display: block;
  text-align: center;
  color: #002e5e;
  border-top: 1px solid #002e5e;
  float: none;
  padding: 15px 0 15px;
  left: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  transition: color .3s;
}
.article-Model.logo-side .readmore-wrapper a:hover {
  color: #47abaf;
}
.article-Model.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-Model.logo-side .model-content .link-entire-box .date {
  color: #50505A;
  font-size: 16px;
  margin: 0 0 15px;
  text-align: left;
  display: block;
}
.article-Model.logo-side .model-content .link-entire-box .desc {
  display: none;
}
.article-Model.logo-side .model-content .link-entire-box .title {
  font-size: 20px;
  line-height: 30px;
  color: #50505A;
  text-transform: uppercase;
}
.article-Model.logo-side .model-content .link-entire-box .title .entreprise {
  line-height: 1em;
  margin: 0 0 15px;
  font-size: 14px;
  text-transform: none;
  color: #002e5e;
}
@media (max-width: 767.98px) {
  .article-Model.logo-side .model-content .link-entire-box {
    width: calc(100% - 150px);
  }
}
.article-Model .article_flag-topRight {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  background: #002e5e;
  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: #47abaf;
  font-size: 14px;
  font-weight: bold;
  text-transform: initial;
}
.halfBloc .date:before {
  color: #47abaf;
}
.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: #002e5e;
}
.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-Model {
  border-left: 0;
}
@media (max-width: 767.98px) {
  .slick-slide + .slick-slide .article-Model {
    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-6-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;
  }
}
.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-7-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;
  }
}
.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 '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-9-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_COMMON : _object 'article', _type 'temoignage_card' */
#row-temoignage {
  background: #FAFAFA;
}
#row-temoignage .slick-slider i.slick-arrow {
  display: none !important;
}
.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;
}
.temoignage-contenu {
  display: flex;
  gap: 25px;
}
.temoignage-contenu .auteur-photo {
  width: 96px;
}
@media (max-width: 767.98px) {
  #section-temoignage {
    padding-top: 50px;
  }
  #section-temoignage blockquote {
    padding-top: 50px !important;
  }
  #section-temoignage blockquote:before {
    top: 0 !important;
    left: 0 !important;
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  #section-temoignage .home-content.big-arrows .slick-slider i.slick-arrow {
    font-size: 56px;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
  }
  #section-temoignage .home-content.big-arrows .slick-slider i.slick-arrow:before,
  #section-temoignage .home-content.big-arrows .slick-slider i.slick-arrow:after {
    display: none !important;
  }
  #section-temoignage .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
    left: calc((100% - 1170px)/2 - 60px);
  }
  #section-temoignage .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
    right: calc((100% - 1170px)/2 - 60px);
  }
}
#section-temoignage .section-title {
  margin-bottom: 10px;
}
#section-temoignage ul.slick-dots {
  display: block !important;
  bottom: -35px;
  top: unset;
  width: 100%;
  left: 0;
  margin-bottom: -20px;
}
#section-temoignage ul.slick-dots li {
  width: 30px;
}
#section-temoignage ul.slick-dots li.slick-active button:before {
  color: #FFf !important;
}
#section-temoignage ul.slick-dots li.slick-active button:before .arrow {
  display: none !important;
}
#section-temoignage ul.slick-dots li button:before {
  font-size: 20px;
  color: #FFF !important;
}
#section-temoignage .section-title .title {
  padding-bottom: 10px;
}
#section-temoignage .section-title .line {
  background: #47abaf !important;
}
#section-temoignage .home-content {
  margin-top: 30px;
}
#section-temoignage blockquote {
  max-width: 790px;
  margin: 0 auto;
  position: relative;
  border: 0 none;
  line-height: 35px;
  padding: 0;
  color: #002e5e;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
#section-temoignage .auteur-photo {
  float: left;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
#section-temoignage .auteur-photo img {
  min-height: 100%;
  min-width: 100%;
}
#section-temoignage .temoignage_contenu-right {
  min-height: 335px;
  margin-top: 10px;
}
#section-temoignage .auteur-wrapper {
  max-width: 96px;
}
#section-temoignage .auteur-nom-wrapper {
  font-size: 20px;
  line-height: 30px;
  position: relative;
}
#section-temoignage .auteur-nom-wrapper a {
  color: #002e5e;
}
#section-temoignage .auteur-nom-wrapper a:hover {
  color: #47abaf;
}
#section-temoignage .auteur-nom-wrapper .auteur {
  position: relative;
  padding: 0;
}
#section-temoignage .auteur-nom-wrapper .auteur .auteur-text {
  line-height: 1.7em;
  margin-top: 15px;
}
#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;
}
#section-temoignage .auteur-nom-wrapper .auteur .auteur-text .auteur-nom:before {
  content: '';
  height: 2px;
  background: #47abaf;
  width: 50px;
  position: absolute;
  bottom: -8px;
  left: 0;
}
#section-temoignage .auteur-nom-wrapper .auteur .auteur-text .auteur-info {
  text-transform: uppercase;
  margin: 15px 0 30px;
  color: #47abaf !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 1199.98px) {
  #section-temoignage .temoignage-contenu {
    flex-direction: column;
    align-items: center;
  }
  #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-10-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_COMMON : _object 'article', _type 'counter' */
.article-counter {
  width: 200px;
  height: 200px;
  margin: 10px auto;
  position: relative;
}
.article-counter .tiny-circle {
  width: 181px;
  height: 181px;
  border-radius: 50%;
  z-index: 5;
  margin: 25px 0px 0px 10px;
  position: absolute;
  text-align: center;
  color: #002e5e;
  font-weight: bold;
  font-size: 14px;
  padding-top: 45px;
}
.article-counter .tiny-circle .countTo {
  font-weight: bold;
  font-size: 36px;
  color: #47abaf;
}
.article-counter .outer-shadow,
.article-counter .inner-shadow {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.article-counter .inner-shadow {
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  margin-left: -80px;
  margin-top: -80px;
  border-radius: 100%;
  background-color: #ffffff;
}
.article-counter .hold {
  position: absolute;
  width: 100%;
  height: 100%;
  clip: rect(0px, 200px, 200px, 100px);
  border-radius: 100%;
  background-color: #ffffff;
}
.article-counter .fill,
.article-counter .dot span {
  background-color: #47abaf;
}
.article-counter .fill {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  clip: rect(0px, 101px, 200px, 0px);
}
.article-counter .left .fill {
  z-index: 1;
  -webkit-animation: left 0.6s linear ;
  -moz-animation: left 0.6s linear ;
  animation: left 0.6s linear both;
}
@keyframes left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
.article-counter .right {
  z-index: 3;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.article-counter .right .fill {
  z-index: 3;
  -webkit-animation: right 0.6s linear ;
  -moz-animation: right 0.6s linear ;
  animation: right 0.6s linear both ;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@keyframes right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@media (max-width: 991.98px) {
  .article-counter {
    margin: auto !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-11-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_COMMON : _object 'article', _type 'applis' */
.bloc-applis .article-details {
  font-size: 20px;
  line-height: 30px;
  padding: 0 60px 50px 0;
  text-align: left;
}
.bloc-applis .section-title {
  padding: 0;
}
@media (min-width: 1200px) {
  .bloc-applis .col-gauche {
    padding-top: 60px;
  }
}
/* 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-12-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-header */
#section-header .section-title .title {
  color: #47abaf;
  background: transparent;
}
#section-header .section-title .line {
  background: #47abaf;
}
#section-header .section-title.stripped .title,
#section-header .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-header */
#row-header {
  background-image: url("/ressources/temp/images/100_1846x744_2548207520_0header.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#row-header .row-title .title {
  color: #47abaf;
  background: transparent;
}
#row-header .row-title .line {
  background: #47abaf;
}
#row-header .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-header .row-title.stripped .title,
#row-header .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-lienscircle */
#section-lienscircle .section-title .title {
  color: #47abaf;
  background: transparent;
}
#section-lienscircle .section-title .line {
  background: #47abaf;
}
#section-lienscircle .section-title.stripped .title,
#section-lienscircle .section-title.sideline .title {
  background: #fff !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-lienscircle */
#row-lienscircle {
  background-color: #fff;
}
#row-lienscircle .row-title .title {
  color: #47abaf;
  background: transparent;
}
#row-lienscircle .row-title .line {
  background: #47abaf;
}
#row-lienscircle .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-lienscircle .row-title.stripped .title,
#row-lienscircle .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-gmap */
#section-gmap {
  background: transparent;
}
#section-gmap .section-title .title {
  color: #47abaf;
  background: transparent;
}
#section-gmap .section-title .line {
  background: #47abaf;
}
#section-gmap .section-title.stripped .title,
#section-gmap .section-title.sideline .title {
  background: #FFF !important;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-liens_simple */
#section-liens_simple {
  background: transparent;
}
#section-liens_simple .section-title .title {
  color: #47abaf;
  background: transparent;
}
#section-liens_simple .section-title .line {
  background: #47abaf;
}
#section-liens_simple .section-title.stripped .title,
#section-liens_simple .section-title.sideline .title {
  background: #FFF !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-annuaire */
#row-annuaire {
  background-color: #FFF;
}
#row-annuaire .row-title .title {
  color: #47abaf;
  background: transparent;
}
#row-annuaire .row-title .line {
  background: #47abaf;
}
#row-annuaire .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-annuaire .row-title.stripped .title,
#row-annuaire .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-1.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-1 .listView {
  height: 170;
}
.article-portraits#content-5-article-1.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-1.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-1.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-1.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-1.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-1.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-1.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-1.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-1.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-1.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-2.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-2 .listView {
  height: 170;
}
.article-portraits#content-5-article-2.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-2.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-2.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-2.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-2.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-2.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-2.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-2.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-2.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-2.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-3.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-3 .listView {
  height: 170;
}
.article-portraits#content-5-article-3.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-3.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-3.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-3.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-3.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-3.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-3.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-3.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-3.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-3.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-4.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-4 .listView {
  height: 170;
}
.article-portraits#content-5-article-4.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-4.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-4.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-4.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-4.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-4.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-4.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-4.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-4.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-4.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-5.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-5 .listView {
  height: 170;
}
.article-portraits#content-5-article-5.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-5.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-5.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-5.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-5.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-5.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-5.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-5.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-5.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-5.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-6.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-6 .listView {
  height: 170;
}
.article-portraits#content-5-article-6.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-6.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-6.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-6.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-6.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-6.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-6.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-6.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-6.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-6.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-7.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-7 .listView {
  height: 170;
}
.article-portraits#content-5-article-7.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-7.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-7.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-7.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-7.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-7.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-7.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-7.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-7.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-7.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-8.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-8 .listView {
  height: 170;
}
.article-portraits#content-5-article-8.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-8.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-8.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-8.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-8.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-8.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-8.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-8.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-8.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-8.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-9.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-9 .listView {
  height: 170;
}
.article-portraits#content-5-article-9.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-9.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-9.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-9.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-9.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-9.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-9.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-9.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-9.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-9.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-10.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-10 .listView {
  height: 170;
}
.article-portraits#content-5-article-10.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-10.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-10.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-10.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-10.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-10.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-10.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-10.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-10.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-10.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-11.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-11 .listView {
  height: 170;
}
.article-portraits#content-5-article-11.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-11.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-11.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-11.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-11.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-11.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-11.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-11.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-11.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-11.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-12.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-12 .listView {
  height: 170;
}
.article-portraits#content-5-article-12.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-12.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-12.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-12.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-12.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-12.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-12.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-12.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-12.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-12.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-13.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-13 .listView {
  height: 170;
}
.article-portraits#content-5-article-13.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-13.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-13.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-13.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-13.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-13.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-13.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-13.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-13.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-13.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-14.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-14 .listView {
  height: 170;
}
.article-portraits#content-5-article-14.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-14.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-14.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-14.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-14.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-14.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-14.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-14.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-14.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-14.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-15.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-15 .listView {
  height: 170;
}
.article-portraits#content-5-article-15.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-15.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-15.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-15.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-15.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-15.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-15.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-15.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-15.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-15.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-16.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-16 .listView {
  height: 170;
}
.article-portraits#content-5-article-16.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-16.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-16.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-16.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-16.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-16.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-16.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-16.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-16.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-16.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-17.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-17 .listView {
  height: 170;
}
.article-portraits#content-5-article-17.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-17.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-17.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-17.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-17.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-17.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-17.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-17.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-17.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-17.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-5-article-18.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-5-article-18 .listView {
  height: 170;
}
.article-portraits#content-5-article-18.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-5-article-18.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-5-article-18.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-5-article-18.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-5-article-18.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-5-article-18.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#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-portraits#content-5-article-18.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-5-article-18.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-5-article-18.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-5-article-18.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-portraits */
#section-portraits .section-title .title {
  color: #47abaf;
  background: transparent;
}
#section-portraits .section-title .line {
  background: #47abaf;
}
#section-portraits .section-title.stripped .title,
#section-portraits .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-portraits */
#row-portraits .row-title .title {
  color: #47abaf;
  background: transparent;
}
#row-portraits .row-title .line {
  background: #47abaf;
}
#row-portraits .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-portraits .row-title.stripped .title,
#row-portraits .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'article', _type 'Model', # */
.article-Model#content-6-article-1.dateSide {
  height: calc( 480px / 3);
}
.article-Model#content-6-article-1 .listView {
  height: 170;
}
.article-Model#content-6-article-1.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-Model#content-6-article-1.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-Model#content-6-article-1.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-Model#content-6-article-1.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-Model#content-6-article-1.listViewReduced .model-content .desc {
  display: none;
}
.article-Model#content-6-article-1.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-Model#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-Model#content-6-article-1.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-Model#content-6-article-1.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-Model#content-6-article-1.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-Model#content-6-article-1.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'Model', # */
.article-Model#content-6-article-2.dateSide {
  height: calc( 480px / 3);
}
.article-Model#content-6-article-2 .listView {
  height: 170;
}
.article-Model#content-6-article-2.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-Model#content-6-article-2.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-Model#content-6-article-2.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-Model#content-6-article-2.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-Model#content-6-article-2.listViewReduced .model-content .desc {
  display: none;
}
.article-Model#content-6-article-2.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-Model#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-Model#content-6-article-2.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-Model#content-6-article-2.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-Model#content-6-article-2.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-Model#content-6-article-2.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'Model', # */
.article-Model#content-6-article-3.dateSide {
  height: calc( 480px / 3);
}
.article-Model#content-6-article-3 .listView {
  height: 170;
}
.article-Model#content-6-article-3.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-Model#content-6-article-3.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-Model#content-6-article-3.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-Model#content-6-article-3.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-Model#content-6-article-3.listViewReduced .model-content .desc {
  display: none;
}
.article-Model#content-6-article-3.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-Model#content-6-article-3.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-Model#content-6-article-3.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-Model#content-6-article-3.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-Model#content-6-article-3.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-Model#content-6-article-3.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-actus */
#section-actus .section-title .title {
  color: #47abaf;
  background: transparent;
}
#section-actus .section-title .line {
  background: #47abaf;
}
#section-actus .section-title.stripped .title,
#section-actus .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'article', _type 'Model', # */
.article-Model#content-7-article-1.dateSide {
  height: calc( 480px / 3);
}
.article-Model#content-7-article-1 .listView {
  height: 170;
}
.article-Model#content-7-article-1.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-Model#content-7-article-1.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-Model#content-7-article-1.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-Model#content-7-article-1.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-Model#content-7-article-1.listViewReduced .model-content .desc {
  display: none;
}
.article-Model#content-7-article-1.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-Model#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-Model#content-7-article-1.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-Model#content-7-article-1.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-Model#content-7-article-1.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-Model#content-7-article-1.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'Model', # */
.article-Model#content-7-article-2.dateSide {
  height: calc( 480px / 3);
}
.article-Model#content-7-article-2 .listView {
  height: 170;
}
.article-Model#content-7-article-2.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-Model#content-7-article-2.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-Model#content-7-article-2.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-Model#content-7-article-2.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-Model#content-7-article-2.listViewReduced .model-content .desc {
  display: none;
}
.article-Model#content-7-article-2.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-Model#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-Model#content-7-article-2.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-Model#content-7-article-2.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-Model#content-7-article-2.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-Model#content-7-article-2.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'Model', # */
.article-Model#content-7-article-3.dateSide {
  height: calc( 480px / 3);
}
.article-Model#content-7-article-3 .listView {
  height: 170;
}
.article-Model#content-7-article-3.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-Model#content-7-article-3.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-Model#content-7-article-3.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-Model#content-7-article-3.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-Model#content-7-article-3.listViewReduced .model-content .desc {
  display: none;
}
.article-Model#content-7-article-3.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-Model#content-7-article-3.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-Model#content-7-article-3.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-Model#content-7-article-3.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-Model#content-7-article-3.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-Model#content-7-article-3.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-offres */
#section-offres .section-title .title {
  color: #47abaf;
  background: transparent;
}
#section-offres .section-title .line {
  background: #47abaf;
}
#section-offres .section-title.stripped .title,
#section-offres .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-events */
#section-events .section-title .title {
  color: #47abaf;
  background: transparent;
}
#section-events .section-title .line {
  background: #47abaf;
}
#section-events .section-title.stripped .title,
#section-events .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-lists */
#row-lists .row-title .title {
  color: #47abaf;
  background: transparent;
}
#row-lists .row-title .line {
  background: #47abaf;
}
#row-lists .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-lists .row-title.stripped .title,
#row-lists .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-9-article-1.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-9-article-1 .listView {
  height: 170;
}
.article-portraits#content-9-article-1.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-9-article-1.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-9-article-1.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-9-article-1.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-9-article-1.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-9-article-1.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#content-9-article-1.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-portraits#content-9-article-1.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-9-article-1.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-9-article-1.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-9-article-1.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-9-article-2.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-9-article-2 .listView {
  height: 170;
}
.article-portraits#content-9-article-2.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-9-article-2.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-9-article-2.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-9-article-2.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-9-article-2.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-9-article-2.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#content-9-article-2.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-portraits#content-9-article-2.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-9-article-2.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-9-article-2.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-9-article-2.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-9-article-3.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-9-article-3 .listView {
  height: 170;
}
.article-portraits#content-9-article-3.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-9-article-3.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-9-article-3.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-9-article-3.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-9-article-3.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-9-article-3.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#content-9-article-3.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-portraits#content-9-article-3.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-9-article-3.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-9-article-3.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-9-article-3.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-9-article-4.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-9-article-4 .listView {
  height: 170;
}
.article-portraits#content-9-article-4.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-9-article-4.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-9-article-4.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-9-article-4.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-9-article-4.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-9-article-4.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#content-9-article-4.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-portraits#content-9-article-4.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-9-article-4.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-9-article-4.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-9-article-4.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'portraits', # */
.article-portraits#content-9-article-5.dateSide {
  height: calc( 480px / 3);
}
.article-portraits#content-9-article-5 .listView {
  height: 170;
}
.article-portraits#content-9-article-5.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-portraits#content-9-article-5.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-portraits#content-9-article-5.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-portraits#content-9-article-5.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-portraits#content-9-article-5.listViewReduced .model-content .desc {
  display: none;
}
.article-portraits#content-9-article-5.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-portraits#content-9-article-5.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-portraits#content-9-article-5.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-portraits#content-9-article-5.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-portraits#content-9-article-5.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-portraits#content-9-article-5.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-ecoles */
#section-ecoles .section-title .title {
  color: #47abaf;
  background: transparent;
}
#section-ecoles .section-title .line {
  background: #47abaf;
}
#section-ecoles .section-title.stripped .title,
#section-ecoles .section-title.sideline .title {
  background: #47abaf !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-ecoles */
#row-ecoles {
  background-color: #47abaf;
}
#row-ecoles .row-title .title {
  color: #47abaf;
  background: transparent;
}
#row-ecoles .row-title .line {
  background: #47abaf;
}
#row-ecoles .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-ecoles .row-title.stripped .title,
#row-ecoles .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'article', _type 'temoignage_card', # */
.article-temoignage_card#content-10-article-1.dateSide {
  height: calc( 480px / 3);
}
.article-temoignage_card#content-10-article-1 .listView {
  height: 170;
}
.article-temoignage_card#content-10-article-1.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-temoignage_card#content-10-article-1.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-temoignage_card#content-10-article-1.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-temoignage_card#content-10-article-1.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-temoignage_card#content-10-article-1.listViewReduced .model-content .desc {
  display: none;
}
.article-temoignage_card#content-10-article-1.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-temoignage_card#content-10-article-1.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-temoignage_card#content-10-article-1.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-temoignage_card#content-10-article-1.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-temoignage_card#content-10-article-1.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-temoignage_card#content-10-article-1.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'temoignage_card', # */
.article-temoignage_card#content-10-article-2.dateSide {
  height: calc( 480px / 3);
}
.article-temoignage_card#content-10-article-2 .listView {
  height: 170;
}
.article-temoignage_card#content-10-article-2.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-temoignage_card#content-10-article-2.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-temoignage_card#content-10-article-2.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-temoignage_card#content-10-article-2.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-temoignage_card#content-10-article-2.listViewReduced .model-content .desc {
  display: none;
}
.article-temoignage_card#content-10-article-2.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-temoignage_card#content-10-article-2.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-temoignage_card#content-10-article-2.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-temoignage_card#content-10-article-2.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-temoignage_card#content-10-article-2.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-temoignage_card#content-10-article-2.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'temoignage_card', # */
.article-temoignage_card#content-10-article-3.dateSide {
  height: calc( 480px / 3);
}
.article-temoignage_card#content-10-article-3 .listView {
  height: 170;
}
.article-temoignage_card#content-10-article-3.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-temoignage_card#content-10-article-3.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-temoignage_card#content-10-article-3.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-temoignage_card#content-10-article-3.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-temoignage_card#content-10-article-3.listViewReduced .model-content .desc {
  display: none;
}
.article-temoignage_card#content-10-article-3.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-temoignage_card#content-10-article-3.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-temoignage_card#content-10-article-3.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-temoignage_card#content-10-article-3.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-temoignage_card#content-10-article-3.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-temoignage_card#content-10-article-3.listViewHalf .date {
  font-weight: bold;
}
/* LESS_SPECIFIC : _object 'article', _type 'temoignage_card', # */
.article-temoignage_card#content-10-article-4.dateSide {
  height: calc( 480px / 3);
}
.article-temoignage_card#content-10-article-4 .listView {
  height: 170;
}
.article-temoignage_card#content-10-article-4.vertical-plit-2 {
  height: calc( 480px / 2);
}
.article-temoignage_card#content-10-article-4.vertical-plit-2 .model-image {
  margin-bottom: 8px;
}
.article-temoignage_card#content-10-article-4.vertical-plit-2 .readmore-wrapper {
  bottom: 37px;
}
.article-temoignage_card#content-10-article-4.vertical-plit-2 .location {
  display: inline-block;
  margin-right: 5px;
}
.article-temoignage_card#content-10-article-4.listViewReduced .model-content .desc {
  display: none;
}
.article-temoignage_card#content-10-article-4.listViewHalf {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-temoignage_card#content-10-article-4.listViewHalf .model-image {
    float: left;
    width: 45%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
  }
  .article-temoignage_card#content-10-article-4.listViewHalf .model-content {
    width: 50%;
    height: auto;
    padding: 0 0 0 4%;
  }
  .article-temoignage_card#content-10-article-4.listViewHalf .model-content.with-image {
    float: left;
  }
}
.article-temoignage_card#content-10-article-4.listViewHalf .model-image > .containerImg {
  margin: auto;
  width: 45%;
}
.article-temoignage_card#content-10-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: #47abaf;
  background: transparent;
}
#section-temoignage .section-title .line {
  background: #47abaf;
}
#section-temoignage .section-title.stripped .title,
#section-temoignage .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-temoignage */
#row-temoignage .row-title .title {
  color: #47abaf;
  background: transparent;
}
#row-temoignage .row-title .line {
  background: #47abaf;
}
#row-temoignage .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-temoignage .row-title.stripped .title,
#row-temoignage .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-compteurs */
#section-compteurs .section-title .title {
  color: #47abaf;
  background: transparent;
}
#section-compteurs .section-title .line {
  background: #47abaf;
}
#section-compteurs .section-title.stripped .title,
#section-compteurs .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-compteurs */
#row-compteurs .row-title .title {
  color: #47abaf;
  background: transparent;
}
#row-compteurs .row-title .line {
  background: #47abaf;
}
#row-compteurs .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-compteurs .row-title.stripped .title,
#row-compteurs .row-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-applis */
#section-applis .section-title .title {
  color: #47abaf;
  background: transparent;
}
#section-applis .section-title .line {
  background: #47abaf;
}
#section-applis .section-title.stripped .title,
#section-applis .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-applis-contact */
#row-applis-contact .row-title .title {
  color: #47abaf;
  background: transparent;
}
#row-applis-contact .row-title .line {
  background: #47abaf;
}
#row-applis-contact .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-applis-contact .row-title.stripped .title,
#row-applis-contact .row-title.sideline .title {
  background: !important;
}
/*
83 less components for 7514 lines :
             article            portraits     COMMON       1376 lignes (1 fichiers) 
             article            portraits   SPECIFIC        943 lignes (23 fichiers) 
             article                Model     COMMON       1322 lignes (1 fichiers) 
             article                Model   SPECIFIC        246 lignes (6 fichiers) 
             article    liens_lienscircle     COMMON        455 lignes (5 fichiers) [[DEVRAIT ETRE UNIQUE]]
             article      temoignage_card     COMMON        186 lignes (1 fichiers) 
             article      temoignage_card   SPECIFIC        164 lignes (4 fichiers) 
             article           google_map     COMMON        259 lignes (1 fichiers) 
             article              counter     COMMON        136 lignes (1 fichiers) 
             article          site_header     COMMON        118 lignes (1 fichiers) 
             article         liens_simple     COMMON         18 lignes (3 fichiers) [[DEVRAIT ETRE UNIQUE]]
             article               applis     COMMON         13 lignes (1 fichiers) 
             content              default     COMMON       1356 lignes (12 fichiers) [[DEVRAIT ETRE UNIQUE]]
             section              default     COMMON        307 lignes (1 fichiers) 
             section              default   SPECIFIC        231 lignes (12 fichiers) 
                 row              default     COMMON          1 lignes (1 fichiers) 
                 row              default   SPECIFIC        217 lignes (9 fichiers) 


LESS_COMMON : _object 'article', _type 'site_header' => 118 lignes
LESS_COMMON : _object 'section', _type 'default' => 307 lignes
LESS_COMMON : _object 'content', _type 'default' => 111 lignes
LESS_COMMON : _object 'row', _type 'default' => 1 lignes
LESS_COMMON : _object 'article', _type 'liens_lienscircle' => 91 lignes
LESS_COMMON : _object 'article', _type 'liens_lienscircle' => 91 lignes
LESS_COMMON : _object 'article', _type 'liens_lienscircle' => 91 lignes
LESS_COMMON : _object 'article', _type 'liens_lienscircle' => 91 lignes
LESS_COMMON : _object 'article', _type 'liens_lienscircle' => 91 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_COMMON : _object 'article', _type 'google_map' => 259 lignes
LESS_COMMON : _object 'content', _type 'default' => 111 lignes
LESS_COMMON : _object 'article', _type 'liens_simple' => 6 lignes
LESS_COMMON : _object 'article', _type 'liens_simple' => 6 lignes
LESS_COMMON : _object 'article', _type 'liens_simple' => 6 lignes
LESS_COMMON : _object 'content', _type 'default' => 111 lignes
LESS_COMMON : _object 'article', _type 'portraits' => 1376 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_COMMON : _object 'article', _type 'Model' => 1322 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_COMMON : _object 'article', _type 'temoignage_card' => 186 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_COMMON : _object 'article', _type 'counter' => 136 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_COMMON : _object 'article', _type 'applis' => 13 lignes
LESS_COMMON : _object 'content', _type 'default' => 111 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-header => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-header => 30 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-lienscircle => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-lienscircle => 24 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-gmap => 20 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-liens_simple => 20 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-annuaire => 24 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-portraits => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-portraits => 23 lignes
LESS_SPECIFIC : _object 'article', _type 'Model', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'Model', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'Model', # => 41 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-actus => 19 lignes
LESS_SPECIFIC : _object 'article', _type 'Model', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'Model', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'Model', # => 41 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-offres => 19 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-events => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-lists => 23 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'portraits', # => 41 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-ecoles => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-ecoles => 24 lignes
LESS_SPECIFIC : _object 'article', _type 'temoignage_card', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'temoignage_card', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'temoignage_card', # => 41 lignes
LESS_SPECIFIC : _object 'article', _type 'temoignage_card', # => 41 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-temoignage => 20 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-temoignage => 23 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-compteurs => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-compteurs => 23 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-applis => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-applis-contact => 23 lignes
 */
