/*
  Created by Stephane Arribart.
  For Influa
  Date: 21/03/2023
  Time: 09:24

  --- style ---

          |\      _,,,---,,_
    ZZZzz /,`.-'`'    -.  ;-;;,_
         |,4-  ) )-,_. ,\ (  `'-'
        '---''(_/--'  `-'\_)  

*/
img {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: pixelated;
  /* Chrome as of 2019   */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
}

#home_sliders .slide {
  position: relative;
}
#home_sliders .slide.with_image_bloc .bgf {
  padding-top: 200px;
}
#home_sliders .slide.with_image_bloc .bgf .image_bloc {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 180px;
}
#home_sliders .slide.with_image_bloc .bgf .image_bloc img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page_def .contenu {
  position: relative;
}
#page_def .contenu .image_bloc {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 218px;
}
#page_def .contenu .image_bloc img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page_def .contenu .image_bloc.margin_bottom {
  margin-bottom: 30px;
}
#page_def .contenu a.bouton {
  display: inline-block;
  padding: 12px 30px;
  background-color: #e4b049;
  margin: 30px 0;
  text-transform: uppercase;
  color: #fff;
}
#page_def .contenu a.bouton:hover {
  background-color: #684a2a;
  text-decoration: none;
}

.bancontact .event_title {
  padding: 0 20px;
  height: 152px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  background: #e4b049;
  color: #FFF;
}
.bancontact .event_title .table {
  display: table;
  width: 100%;
  height: 100%;
}
.bancontact .event_title .table .bloc {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}
.bancontact .event_title .table .bloc p {
  margin: 0;
}
.bancontact .event_title .table .bloc .titre {
  font-size: 25px;
  letter-spacing: -0.5px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .bancontact .event_title .table .bloc .titre {
    font-size: 18px;
  }
}
.bancontact .event_title .table .bloc .date {
  font-size: 22px;
  font-weight: 100;
  text-transform: none;
}
@media (max-width: 990px) {
  .bancontact .event_title .table .bloc .date {
    font-size: 17px;
  }
}
.bancontact .devis {
  position: relative;
  padding: 0 !important;
}
.bancontact .devis .image_bloc {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 152px;
}
.bancontact .devis .image_bloc img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#single_article .image_bloc {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 352px;
}
#single_article .image_bloc img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=custom.css.map */
