.btn.btn-info{
  background-color: #00CAB5 !important;
  border-color: #00CAB5 !important;
  color:#222931;
  text-transform: uppercase;
  font-size: 14px;
  padding:12px 37px;
}

.flex{
  display:flex;
}
.JflexEnd{
  justify-content: flex-end;
}
.blocTop .icone{
  font-size: 30px;
  margin-right:15px;
}
.blocTop .icone, .blocTop .entete{
  color:#009fb5;
}
.blocTop .entete{
  text-transform: uppercase;
  font-family:jost-regulier, sans-serif;
  font-size: 13px;
}
.blocTop .contenu{
  font-family:jost-bold, sans-serif;
  color:#222931;
  font-size: 16px;
}
.marginR{
  margin-right: 30px;
}
.navbar-brand.logo-control img.logo-img{
  max-height: inherit;
}
.separateur{
  display: block;
  width: 1px;
  background: #e6e8e8;
  margin:0 40px;
}
@media screen and (max-width: 560px) {
  .separateur{
      margin:0 10px;
    }
}

h2, .h2 {
  color: #009FB5;
}

#t4-mainnav{
  z-index: 2;
}

@media only screen and (min-width: 1200px) {
  #t4-slider{
    /*margin-top: -64px;*/
  }
  .swiper-slider .swiper-slide .swiper-slide-caption .camera_caption {
      display: inline-block;
      width: 45%;
      max-height: 100%;
      vertical-align: middle;
      white-space: normal;
      padding: 10px 10px 30px;
      text-align: left;
      background:rgba(255,255,255,0.6);
  }
  
    .navbar-nav-pastilles .nav-item img {
       width: 150px;
       height: 150px;
    }
}

@media only screen and (max-width: 1200px) {
  .swiper-slider .swiper-slide .swiper-slide-caption .camera_caption {
      display: inline-block;
      width: 100%;
      max-height: 100%;
      vertical-align: middle;
      white-space: normal;
      padding: 10px 10px 30px;
      text-align: left;
      background:rgba(255,255,255,0.6);
  }
}

@media only screen and (max-width: 1199px) and (min-width: 990px)  {
    .navbar-nav-pastilles .nav-item img {
        width: 140px;
        height: 140px;
    }
}

@media only screen and (min-width: 990px) {
        .navbar-nav-pastilles {
        flex-wrap: nowrap;
        flex-direction: row;
        flex-basis: 50%;
        }
}

.t4-megamenu{
  background:#009fb5;
  color:#fff;
  text-transform: uppercase;
  font-family: jost-semibold, sans-serif;
}
.t4-megamenu .nav > .dropdown > .nav-link .item-caret, .t4-megamenu .nav > .dropdown > .dropdown-toggle .item-caret{
  border-top: 4px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link{
  padding:20px 25px;
  color: #fff;
}
.t4-megamenu .navbar-nav > li.active > a, .t4-megamenu .navbar-nav > li.active > .nav-link{
  color: #fff;
  background:#012a3c;
}
.t4-megamenu .navbar-nav > li.show > a, .t4-megamenu .navbar-nav > li.show > .nav-link{
  color:#fff;
  background:#012a3c;
  padding:20px 25px;
}
.t4-megamenu .navbar-nav > li > a:hover, .t4-megamenu .navbar-nav > li > a:focus, .t4-megamenu .navbar-nav > li > a:active,
.t4-megamenu .navbar-nav > li > .nav-link:hover,
.t4-megamenu .navbar-nav > li > .nav-link:focus,
.t4-megamenu .navbar-nav > li > .nav-link:active {
  color: #fff;
  background:#012a3c;
}
.border-bottom, .border-top{
  border:none !important;
}
/* navbar-nav-pastilles */
.navbar-nav-pastilles {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: space-between;
}

.navbar-nav-pastilles li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar-nav-pastilles li a span {
  font-size: 18px;
  color: white;    
  /*text-align: center;*/
  display: block;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  line-height: 1.5;
}

.navbar-nav-pastilles .nav-item {
    max-width: 200px;
    text-align: center;
}


/* Tableau responsive */
@media only screen and (max-width: 800px) {

  /* Force table to not be like tables anymore */
  #table-responsive table,
  #table-responsive thead,
  #table-responsive tbody,
  #table-responsive th,
  #table-responsive td,
  #table-responsive tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #table-responsive tr { border: 1px solid #ccc; }

  #table-responsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align:left;
  }

  #table-responsive td:before {
    /* Now like a table header */
    position: absolute;
    left: 6px;
    width: 45%;
    white-space: nowrap;
    text-align:left;
  }

  /*
  Label the data
  */
  #table-responsive td:before {
    content: attr(data-title);
    font-size:16px !important;
    padding:0 !important;

  }
  #table-responsive .header-mobile-responsive td:before{
    color:#fff;
  }
  #table-responsive .header-mobile-responsive{
    height:45px;
    background-color:#006287;
  }
  #table-responsive tr.header-mobile-responsive td{
    border-bottom:none;

  }
  td h3.heading-style-3{
    font-size:22px !important;
    line-height:25px !important;
  }
  h1.heading-style-1{
    font-size:2.7em !important;
  }
  /* Slider texte */

  
}
/* fin tableau responsive */
/**Image Swiper**/
.swiper-container {
  /* margin: 0 auto -87px;
   position: relative;
   overflow: hidden;
   z-index: 1;
   width: 100%;
   top: -87px;*/
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.PositionNavigation{
  position:relative;
  top:-50%;
}
.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
  cursor: pointer;
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font: 38px/46px 'iconmembres', fantasy;
  width: 48px;
  height: 46px;
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #b4b4b4;
  color: #fff;
}
@media (min-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
  .accueil-demande-en-ligne-texte {
    width: 70%;
  }

  .bloc-bouton-savoir-plus {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #t4-footnav .footnav-4 {
  padding-left: 0px;
  padding-right: 0px;
  }
  /* -- Bloc module dernière nouvelles -- */
   .dernieres-nouvelles-module {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
   }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev {
  left: 4%;
}
.swiper-button-prev:before {
  content: '\e710';
}
.swiper-button-next {
  right: 4%;
}
.swiper-button-next:before {
  content: '\e711';
}
.swiper-pagination {
  display: block;
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  outline: none;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  z-index: 50;
  height: 3px;
  width: 100%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #fb8957;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-slide > .vide__body,
.swiper-slide > .slider-parallax-content {
  height: 100%;
}
.slider-parallax-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.slider-parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.slider-parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.slider-parallax-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.swiper-slider .swiper-slide, .slider-parallax-content .slide-inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
  height: 100%;
  white-space: nowrap;
}
.swiper-slider .swiper-slide:not(.vide):not(.parallax):before,
.swiper-slider .swiper-slide .parallax_cnt:before,
.swiper-slider .swiper-slide .vide__body:before {
  content: '';
  display: inline-block;
  height: 50%;
}

.swiper-slider .swiper-slide .swiper-slide-caption .camera_caption h3.heading-style-3,
.swiper-slider .swiper-slide .swiper-slide-caption .camera_caption p{
  color:#5f656d;
}
.swiper-slider .swiper-slide .swiper-slide-caption .camera_caption.container {
  width: 100%;
}
.swiper-slider .swiper-slide .slide-inner {
  min-height: inherit;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 100%;
  white-space: nowrap;
}
.swiper-slider .camera_caption h3.slide-title{
  font:44px/54px jost-medium, sans-serif;
}
.camera_caption .item_introtext{
  
}
.camera_caption .btn.btn-info:hover {
    background-color: #b4b4b4 !important;
    border-color: #b4b4b4 !important;
}

@media (max-width: 767px) {
  .swiper-slider .swiper-slide .slide-inner {
    width: 100%;
  }
  .swiper-slider .swiper-slide .swiper-slide-caption .camera_caption {
      display: none;
  }
  .mod_bootstraptabs .row{
      flex-direction: column;
  }
  .navbar-brand {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 20px;
  }
  .navbar-nav-pastilles {
      justify-content: center;
  }
  .mod_bootstraptabs .row {
      align-content: center;
  }
  
  .mod_bootstraptabs .span6 {
      width: 90vw;
  } 
  .accueil-demande-en-ligne {
      flex-direction: column;
  }
  .accueil-demande-en-ligne-texte {
    width: 100%;
  }
  .bloc-bouton-savoir-plus {
    width: 100%;
  }
  .titre-accueil-demande-en-ligne {
    font-size: 28px;
  }
  .dernieres-nouvelles-module {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #t4-footnav .footnav-1, #t4-footnav .footnav-2, #t4-footnav .footnav-3, #t4-footnav .footnav-4 {
  padding-left: 30px;
  }
}

@media (max-width: 480px) {
    .navbar-nav-pastilles {
        flex-direction: column;
        align-content: center;
    }
}

/* // Swipper */
.flexCenter{
  align-items: center;
}
#t4-maintop-1{
  margin:30px 0;
  }
#t4-maintop-1 h4{
  line-height: 1;
}
/* section MenuIcone */
#t4-main-top-2{
  background-color:#00CAB5;
  padding:40px 0;
}
.menuIcone{
  justify-content: space-between;
}
/*a .btnMenu{
  color:#151515;
}
.btnMenu{
  display: flex;
  align-items: center;
}
.btnMenu i{
  display:flex;
  width:90px;
  height:90px;
  border-radius:50%;
  background: #fff;
  box-shadow: 0 2px 2px #333;
  align-items: center;
  justify-content: center;
  margin-right:10px;
}
.btnMenu i::before{
  font-size:55px;
}
.btnMenu span{
  width:230px;
}*/
#t4-footnav, #t4-footer{
  background:#dfe4e7;
}
#t4-footnav h4{
  font: 18px /20px just-nedium, sans-serif;
  text-transform: uppercase;
}
#t4-footnav .nav{
  flex-direction: column;
}
#t4-footnav .nav > li.active > a{
  font-weight: normal;
}
#t4-footnav .dropdown-item:hover, #t4-footnav .dropdown-item:focus{
  background-color: transparent;
  color:#34414e;
}
#t4-footnav .footnav-4 p{
  margin-bottom:5px;
}
#t4-footnav .footnav-4{
  /*text-align: right;*/
}
.credit{
  display:flex;
  justify-content: space-between;
}
@media (max-width: 786px){
  .credit{
    justify-content: unset;
    align-items: center;
    flex-direction: column;
  }
  #t4-footnav .footnav-4{
    text-align: left;
  }
  #t4-footnav .navbar .navbar-toggler{
    /*height: 0;*/
    line-height: 0;
  }
}
/* Tabbed Content */
.tab-content {
  overflow: visible;
}
.tabs-left .tab-content {
  overflow: auto;
}
.span6{
  width:48%;
}
/* Bootstraptabs */
.mod_bootstraptabs.type1 .pretext {
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 24px;
  color: #151515;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .mod_bootstraptabs.type1 .pretext {
    margin: -77px 0 0;
  }
}
.mod_bootstraptabs.type1 .pretext:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 14px;
  width: 120%;
  background: #fff;
  transform: skew(-43deg);
  transform-origin: 50% 0;
  pointer-events: none;
  display: inline-block;
}
.mod_bootstraptabs.type1 .pretext span {
  padding: 15px;
  letter-spacing: .025em;
  position: relative;
}
.mod_bootstraptabs.type1 .pretext a {
  color: #273aa3;
  background: #f5f5f5;
  z-index: 1;
}
.mod_bootstraptabs.type1 .pretext i {
  float: right;
  height: 76px;
  font-size: 22px;
  line-height: 76px;
  width: 76px;
  display: inline-block;
  text-align: center;
}
.mod_bootstraptabs.type1 .pretext i:before {
  display: inline-block;
  animation: scale1 .7s linear infinite;
  margin-left: 9px;
}
@media (min-width: 768px) {
  .mod_bootstraptabs.type1 .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
.mod_bootstraptabs .nav-tabs {
  position: relative;
}
.mod_bootstraptabs .nav-tabs.type1 {
  border-bottom: 1px solid #ebebeb;
  background: white;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 768px) {
  .mod_bootstraptabs .nav-tabs.type1 {
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 100%;
  }
}
.mod_bootstraptabs .nav-tabs.type1 > li {
  margin: 0;
}
@media (min-width: 768px) {
  .mod_bootstraptabs .nav-tabs.type1 > li {
    float: none;
    display: block;
    width: 100%;
  }
}
.mod_bootstraptabs .nav-tabs.type1 > li a {
  color: #151515;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 12.2% 14% 10.8% 19.8%;
  text-transform: uppercase;
}
.mod_bootstraptabs .nav-tabs.type1 > li a:before {
  color: #e1e1e1;
  content: '\f111';
  margin-right: 10px;
  font-family: 'iconmembres', fantasy;
  font-size: 10px;
}
.mod_bootstraptabs .nav-tabs h2.pretext{
  font: 33px/38px 'inherit', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left:12%;
}
.mod_bootstraptabs .nav-tabs.type1 > li.active a:before {
  color: #fedd02;
}
.mod_bootstraptabs .nav-tabs.type1 > li + li {
  border-top: 1px solid #ebebeb;
}
.mod_bootstraptabs .nav-tabs.news {
  display: block;
}
.mod_bootstraptabs .nav-tabs.news > li {
  float: none;
  margin: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  overflow: hidden;
  padding: 30px 12% 15px 12%;
  position: relative;
}
.mod_bootstraptabs .nav-tabs.news > li:before {
  border: 11px solid transparent;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 5px;
  top: 42px;
}
.mod_bootstraptabs .nav-tabs.news > li a[data-toggle=tab] {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  z-index: 1;
}
.mod_bootstraptabs .nav-tabs.news > li:hover:before {
  border-right: 14px solid #82a91a;
}
.mod_bootstraptabs .nav-tabs.news > li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mod_bootstraptabs .nav-tabs.news > li.active:before {
  border-right: 14px solid #82a91a;
}
.mod_bootstraptabs .nav-tabs.news > li.active a[data-toggle=tab] {
  cursor: default;
  pointer-events: none;
}
.mod_bootstraptabs .nav-tabs.news > li .item_content {
  padding-right: 16%;
}
.mod_bootstraptabs .nav-tabs.news > li .item_content .item_title {
  color: #151515;
  letter-spacing: .025em;
  margin-bottom: 22px;
  text-align: left;
  font: 24px/24px 'inherit', sans-serif;
}
.mod_bootstraptabs .nav-tabs.news > li .item_content .item_title a {
  color: #151515;
}
.mod_bootstraptabs .nav-tabs.news > li .item_content .item_title a:hover {
  color: #151515;
  text-decoration: underline;
}
.mod_bootstraptabs .nav-tabs.news > li + li {
  border-top: 1px solid #ebebeb;
}
.mod_bootstraptabs .tab-content.type1 {
  color: #151515;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.mod_bootstraptabs .tab-content.type1 .mod-newsflash-adv {
  padding: 72px 0 0;
}
.mod_bootstraptabs .tab-content.type1 .mod-article-single {
  margin-bottom: 0;
}
.mod_bootstraptabs .tab-content.type1 .mod-article-single .item_content {
  color: #777;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 51px 0 0 12px;
}
.mod_bootstraptabs .tab-content.type1 .mod-article-single .item-title {
  margin-bottom: 20px;
}
.mod_bootstraptabs .tab-content.type1 .mod-article-single .readmore {
  font-size: 18px;
  text-transform: capitalize;
}
.item_info .item_info_dl dd .item_createdby:before,
.item_info .item_info_dl dd .item_published:before,
.item_info .item_info_dl dd .item_category-name:before{
  font: 14px/18px 'iconmembres', fantasy;
  color: #82a91a;
  margin-right: 2px;
}
.item_info .item_info_dl dd .item_published:before {
  content: "\e6e8";
}
.item_info .item_info_dl dd .item_createdby:before {
  font-size: 18px;
  content: "\e74f";
}
.item_info .item_info_dl dd .item_category-name:before {
  content: "\e733";
}
.news .fade:not(.show){
  opacity:initial;
}
/* // Bootstraptab */

.t4-parcimmobilierlocation{
  background:#eff3f6;
  padding:20px 0;
}
.t4-parcimmobilierlocation .uk-button-default:hover{
  border:1px solid #999;
}
#fwre .fwre-table .fwre-item-info{
  background: #fff;
}

/* -- position section 1 -- */
.t4-section-1 .container { 
	padding-top: 3em;
}

/* -- La demande en ligne -- */
.accueil-demande-en-ligne {
    display: flex;
    margin-top: 5px;
    margin-bottom: 40px;
}

.titre-accueil-demande-en-ligne {
    margin-top: 40px;
    color: #1a61ab;
}


.accueil-demande-en-ligne .bouton-savoir-plus {
    text-decoration: none;
    height: 48px;
    width: 180px;
    text-align: center;
    border-radius: 0.25rem;
    background-color: #00CAB5;
    border-color: #00CAB5;
    color: #222931;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accueil-demande-en-ligne .bouton-savoir-plus:hover {
    background-color: #b4b4b4;
    border-color: #b4b4b4;
}

/* -- Bloc module toutes les nouvelles -- */

.nouvelles-button-savoir-plus {
    text-decoration: none;
    height: 48px;
    width: 180px;
    text-align: center;
    border-radius: 0.25rem;
    background-color: #00CAB5;
    border-color: #00CAB5;
    color: #222931;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.nouvelles-button-savoir-plus:hover {
    text-decoration: none;
    background-color: #b4b4b4;
    border-color: #b4b4b4;
}

.item-toutes-les-nouvelles .item_introtext {
    font-size: 20px !important;
}

.item-toutes-les-nouvelles {
    /*text-align: center;*/
    margin-bottom: 20px;
    border: 1px solid black;
    padding: 10px;
}

.item_title__dernieres-nouvelles {
    margin-top: 0;
}

/* -- Bloc module dernière nouvelles -- */
/*.dernieres-nouvelles-module {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}*/

.dernieres-nouvelles-titre {
    color: black;
}

.dernieres-nouvelles_bloc-module {
    margin-left: 40px;
}

.item_module_dernieres_nouvelles {
    padding-bottom: 30px;
    border-bottom: 1px solid lightgrey;
}

.dernieres-nouvelles-titre {
    font: 33px/38px 'inherit', sans-serif !important;
}

/* -- Bloc emplois -- */
.bloc-emplois-titre { 
	margin-bottom: 2em;
}

/* -- Bloc emplois -- */
.bloc-emplois .item_content { 
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  	margin-bottom: 10px;
}

.bloc-emplois .item_title, .bloc-emplois .item_introtext { 
    width: 50%;
  	display: flex;
    /*justify-content: center;*/
}

.bloc-emplois p { 
	margin: auto;
}

/* -- Menu footer -- */

.footnav-2 .item-282 a {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* -- Mobile Menu -- */

.mobilemenuck-bar-title {
    background: #009fb5 !important;
}

.mobilemenuck-bar-button {
    background: #009fb5 !important;
}

.mobilemenuck-item > .level1 {
    background: white !important;    
}

.mobilemenuck-item-text {
    font-size: 20px !important;
}

.mobilemenuck {
    background: white !important;    
}

.mobilemenuck-item > .level1 a { 
    color: black !important;
}

.mobilemenuck-togglericon:after {
    color: black !important;
    background-color:  hsl(0, 0%, 0%, 0) !important;
    top: 10px !important;
}

.dropdown-toggle::after {
    border: none;
}

.mobilemenuck-item > .level2:hover, .mobilemenuck-item > .level2.open {
     background: #009fb5 !important;
}

.mobilemenuck .mobilemenuck-item .level2:hover {
     background: #00CAB5 !important;
}

.mobilemenuck .mobilemenuck-item .level3 {
     background: grey !important;
}

.mobilemenuck .mobilemenuck-item .level3:hover {
     background: #00CAB5 !important;
}

.mobilemenuck .dropdown-item:hover {
     background: #00CAB5 !important;
}

.mobilemenuck .dropdown-item {
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

/* --- Sarl --- */

.maisonBleu{
    color: #2faddc;
}

.maisonVert{
    color: #b0c335;
}

.maisonGris{
    color: #444d56;
}

.maisonRose{
    color: #a72d6c;
}

.maisonJaune{
    color: #fdd835;
}

.lienMaison{
    text-decoration: none;
}

.tableauSarl {
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.tableauSarl td{
  border-collapse: collapse;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
}

.icoSarl {
    font-family: 'iconmembres',fantasy;
  	text-decoration: none;
    font-size: 60px;
  	font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
}

@media only screen and (max-width: 600px) {
  	.icoSarl {
    	font-size: 4vw;
	}
    .tbodySarl h3, span{
    	font-size: 3vw;
	}
}
