@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i,800,800i');
/* EXTERNAL : global/javascript/slick-1.6.0/slick/slick.css */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* EXTERNAL : global/javascript/slick-1.6.0/slick/slick-theme.css */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('/global/javascript/slick-1.6.0/slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/global/javascript/slick-1.6.0/slick/fonts/slick.eot');
  src: url('/global/javascript/slick-1.6.0/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/global/javascript/slick-1.6.0/slick/fonts/slick.woff') format('woff'), url('/global/javascript/slick-1.6.0/slick/fonts/slick.ttf') format('truetype'), url('/global/javascript/slick-1.6.0/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '←';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '→';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/**********     ROW     **********/
/**********     SECTION     **********/
/**********     CONTENT     **********/
.bord-top {
  border-top: 3px solid #a2801c !important;
  margin-top: -3px;
}
.bord-right {
  border-right: 3px solid #a2801c !important;
  margin-right: -3px;
}
.bord-bottom {
  border-bottom: 3px solid #a2801c !important;
  margin-bottom: -3px;
}
.bord-left {
  border-left: 3px solid #a2801c !important;
  margin-left: -3px;
}
.bord {
  border: 3px solid #a2801c !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: #1f3b6f !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_video' */
#section-header {
  background-image: url(/docs/params/section_header.png?v=20);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
body #section-header .site_header-wrapper .site_header-inner {
  background: rgba(0, 141, 213, 0.5) !important;
}
/* ################################# MAIN CAROUSEL ################################################### */
#section-header {
  padding: 0;
}
#section-header .header-content {
  position: absolute;
  height: 600px;
  width: 100%;
  display: flex;
  top: 175px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 1199.98px) {
  #section-header .header-content {
    height: 276px;
    top: 30px;
  }
}
#section-header .header-content .header_content-top {
  margin-top: -167px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  #section-header .header-content .header_content-top {
    flex-direction: column;
    margin-top: -65px;
    left: 0;
    padding: 0 10%;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
}
#section-header .header-content .header_content-top .header-image {
  max-height: 225px;
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  #section-header .header-content .header_content-top .header-image {
    margin-right: 20px;
  }
  #section-header .header-content .header_content-top .header-image img {
    max-width: 100px;
    max-height: 100px;
  }
}
#section-header .header-content .header_content-top .header-text {
  font-size: 38px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: left;
  font-weight: 500;
  max-width: 420px;
}
@media (max-width: 1199.98px) {
  #section-header .header-content .header_content-top .header-text {
    font-size: 24px;
  }
}
#section-header .header-content .header_content-bottom {
  position: absolute;
  bottom: 30px;
}
#section-header .header-content .header_content-bottom .header-lien {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 1199.98px) {
  #section-header .header-content .header_content-bottom .header-lien {
    font-size: 14px;
  }
}
#section-header .site_header-wrapper {
  width: 100%;
}
#section-header .youtube-background iframe {
  max-height: 515px;
  margin-top: -135px;
}
#section-header .containerImg {
  background: #000;
}
#section-header .containerImg img {
  opacity: .4;
}
#section-header .youtube-background {
  min-height: 300px;
}
#section-header .youtube-background iframe {
  min-height: 420px;
}
#section-header .site_header-inner {
  padding: 0;
  position: relative;
  opacity: 1;
}
#section-header .site_header-inner .article-Model .title {
  padding: 0;
}
@media (max-width: 1199.98px) {
  #section-header {
    min-height: 300px !important;
    margin-top: 0 !important;
  }
  #section-header .youtube-background,
  #section-header .site_header-inner,
  #section-header .youtube-background iframe {
    min-height: 300px;
  }
}
@media (max-width: 767.98px) {
  #section-header {
    min-height: 300px !important;
    margin-top: -27px !important;
  }
  #section-header .header-content {
    max-width: 100% !important;
    width: 100% !important;
    position: relative !important;
    left: 0;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #section-header {
    min-height: 775px;
    margin-top: -150px;
  }
  #section-header .youtube-background,
  #section-header .site_header-inner {
    min-height: 775px;
    width: 100% !important;
    height: 100% !important;
    height: 775px;
    position: absolute;
  }
  #section-header .youtube-background iframe {
    width: 100dvw !important;
    width: 100% !important;
    max-width: unset !important;
    max-height: unset !important;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* 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 #a2801c;
}
.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: #a2801c;
}
.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: #1f3b6f;
    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: #a2801c;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.home-section.section-default .section-more a:hover {
  background: transparent;
  color: #1f3b6f;
  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: #a2801c;
}
.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 '' */
/* ################################# SERVICES ################################################### */
@media (min-width: 1200px) {
  #section-services-left .services-details {
    padding: 30px 50px 0 0;
  }
}
#row-services #section-services-left {
  line-height: 24px;
}
#row-services #section-services-left .services-titre {
  font-size: 40px;
  line-height: 60px;
  color: #1f3b6f;
  font-weight: bold;
}
#row-services #section-services-left .services-details {
  min-height: 250px;
}
#row-services #section-services-left .services-actions {
  margin-top: 33px;
  width: auto;
}
#row-services #section-services-left .services-actions .cta-1,
#row-services #section-services-left .services-actions .cta-2 {
  display: inline-block;
  font-weight: 600;
}
#row-services #section-services-left .services-actions .cta-1 a,
#row-services #section-services-left .services-actions .cta-2 a {
  display: inline-block;
  margin-right: 15px;
  border-radius: 8px !important;
  font-size: 16px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 20px;
  border: 1px solid #a2801c;
  background: #a2801c;
  color: #fff;
}
#row-services #section-services-left .services-actions .cta-1 a:hover,
#row-services #section-services-left .services-actions .cta-2 a:hover {
  background-color: transparent;
  color: #a2801c;
}
@media (max-width: 767.98px) {
  #row-services #section-services-left .services-titre {
    color: #002f42 !important;
    line-height: 1.2em;
    font-size: 30px !important;
    font-weight: 600;
    margin: 20px 0 !important;
    text-align: left;
    width: 100%;
  }
}
#row-services #section-lienstop .col-article {
  margin: 0 auto 30px;
  background: #fff;
  height: 224px;
  position: relative;
  border: 1px solid #EEEEEE;
  padding: 0;
  max-width: 270px;
  border-radius: 8px;
  transition: all .3s;
}
#row-services #section-lienstop .col-article > a.lien {
  padding-top: 15px;
  display: inline-block;
  position: absolute;
  width: 100%;
  overflow: hidden;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
#row-services #section-lienstop .col-article > a.lien .lien-icon {
  font-size: 30px;
}
#row-services #section-lienstop .col-article > a.lien .lien-titre {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}
#row-services #section-lienstop .col-article > a.lien .lien-text {
  color: #1f3b6f;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  #row-services #section-lienstop .col-article > a.lien .lien-text {
    font-size: 20px;
  }
}
#row-services #section-lienstop .col-article > a.lien:hover {
  color: #1f3b6f;
}
#row-services #section-lienstop .col-article > a.lien [class*=" fa-"] {
  font-size: 56px;
  display: block;
  margin-bottom: 45px;
  color: #a2801c;
}
#row-services #section-lienstop .col-article:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  #row-services #section-lienstop .slick-slide {
    width: 100% !important;
    clear: both !important;
  }
  #row-services #section-lienstop .slick-slide > div > div {
    display: block !important;
  }
}
@media (max-width: 1199.98px) {
  .col-article + .col-article .lien {
    margin-top: 30px;
  }
}
#section-liens_simple .lien {
  display: block;
  height: 200px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #fff;
  margin: 0 15px;
}
#section-liens_simple .lien .fas,
#section-liens_simple .lien .far {
  margin: 0;
  font-size: 56px;
  height: 117px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-liens_simple .lien i {
  display: block;
  width: 100%;
  height: 106px;
}
/* --------------------------------  END SERVICES --------------------------------------------------*/
/* LESS_COMMON : _object 'content', _type 'default' */
.home-content {
  /* Surcharge de slick qui met 30px par défaut */
}
.home-content .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fas {
  cursor: pointer;
  font-size: 60px;
  color: #adadad;
  position: absolute;
  top: calc(50% - 43px);
}
.home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
  right: -80px;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
  left: -80px;
}
.home-content .slick-slider.slick-vertical i.slick-arrow {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  padding: 15px 15px 7.5px;
  position: static;
  cursor: pointer;
}
.home-content .slick-slider.slick-vertical i.slick-arrow.fa-chevron-up {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.home-content .slick-slider.slick-vertical .slick-list {
  margin-top: 50px;
  margin-bottom: -15px;
}
@media (max-width: 767.98px) {
  .home-content .slick-slider.slick-vertical .slick-list {
    margin-top: 50px;
    margin-bottom: 15px;
    height: auto !important;
    max-height: 411px;
  }
}
/* RESPONSIVE default content */
@media (max-width: 767.98px) {
  .home-content .slick-initialized .slick-slide {
    background: transparent;
    height: auto;
  }
  .home-content .slick-initialized .slick-slide img {
    display: block;
    min-height: 0;
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  .home-content .slick-arrow {
    display: none;
  }
  .home-content.side-content {
    width: 65%;
    float: right;
  }
  .home-content.side-content .slick-slider i.slick-arrow.fas {
    font-size: 40px;
    top: 37%;
  }
}
@media (min-width: 1200px) {
  #content-2-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_COMMON : _object 'article', _type 'liens_simple' */
/* LESS_COMMON : _object 'article', _type 'liens_simple' */
/* LESS_COMMON : _object 'article', _type 'liens_simple' */
/* LESS_COMMON : _object 'article', _type 'liens_simple' */
/* 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-3-slick-dots {
    position: relative;
    height: 30px;
    top: 70px;
  }
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-header */
#section-header .section-title .title {
  color: #a2801c;
  background: transparent;
}
#section-header .section-title .line {
  background: #a2801c;
}
#section-header .section-title.stripped .title,
#section-header .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-header */
#row-header .row-title .title {
  color: #a2801c;
  background: transparent;
}
#row-header .row-title .line {
  background: #a2801c;
}
#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 'article', _type 'local', # */
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-services-left */
#section-services-left .section-title .title {
  color: #a2801c;
  background: transparent;
}
#section-services-left .section-title .line {
  background: #a2801c;
}
#section-services-left .section-title.stripped .title,
#section-services-left .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'section', _type 'default', #section-lienstop */
#section-lienstop {
  background: transparent;
}
#section-lienstop .section-title .title {
  color: #a2801c;
  background: transparent;
}
#section-lienstop .section-title .line {
  background: #a2801c;
}
#section-lienstop .section-title.stripped .title,
#section-lienstop .section-title.sideline .title {
  background: !important;
}
/* LESS_SPECIFIC : _object 'row', _type 'default', #row-services */
#row-services {
  background-image: url("/ressources/temp/images/100_1846x744_1465887027_services.webp");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#row-services .row-title .title {
  color: #a2801c;
  background: transparent;
}
#row-services .row-title .line {
  background: #a2801c;
}
#row-services .row-title.underline .line {
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 20px;
}
#row-services .row-title.stripped .title,
#row-services .row-title.sideline .title {
  background: !important;
}
/*
17 composants less pour 1162 lignes :
             article                          COMMON        175 lignes (1 fichiers) 
             article    site_header_video     COMMON        171 lignes (1 fichiers) 
             article         liens_simple     COMMON         24 lignes (4 fichiers) [[DEVRAIT ETRE UNIQUE]]
             article                local   SPECIFIC          3 lignes (1 fichiers) 
             section              default     COMMON        307 lignes (1 fichiers) 
             section              default   SPECIFIC         58 lignes (3 fichiers) 
             content              default     COMMON        336 lignes (3 fichiers) [[DEVRAIT ETRE UNIQUE]]
                 row              default     COMMON          1 lignes (1 fichiers) 
                 row              default   SPECIFIC         53 lignes (2 fichiers) 


LESS_COMMON : _object 'article', _type 'site_header_video' => 171 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 '' => 175 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 'article', _type 'liens_simple' => 6 lignes
LESS_COMMON : _object 'content', _type 'default' => 114 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-header => 19 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-header => 23 lignes
LESS_SPECIFIC : _object 'article', _type 'local', # => 3 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-services-left => 19 lignes
LESS_SPECIFIC : _object 'section', _type 'default', #section-lienstop => 20 lignes
LESS_SPECIFIC : _object 'row', _type 'default', #row-services => 30 lignes
 */
