/* espace entre image et texte */
.pull-right, .pull-left, .item-image, .article-image, .article-image-full {
  margin-right: 20px;
}

/* titre d'articles*/
.article-title {
  font-size: 32px;
}

/* background du formulaire de contact */
.plain-style .detail-contact .contact-left {
  background: #fbf9f8;
}

/* backgroud page evenements 
html.vegetal body{
  background-image: url(/images/design/filigrane-vegetal-clair.png);
  background-repeat: no-repeat;
  background-position: top;
  background-position-x: right!important;
}*/

/* Menus */
.t3-mainnav {
  top: 40px;
}

/* Slideshow */
.acm-slideshow .owl-carousel .item .mask {
background: #ffffff!important;
opacity: 0.2!important;
}
.acm-slideshow .owl-carousel .slider-content .slider-content-inner > h1 {
  color: #3f2021!important;
  font-size: 55px!important;  
}
.btn-border.btn-inverse {
    background: #9a8b86;
}

/* Breadcrumb */
.breadcrumb > li {
  color: #3f2021;
}
.breadcrumb > li > .pathway {
  color: #df997c;
}

/* Livre */
p.mod-articles-category-introtext > a {
  color: #3f2021;
}

.fas, [class^=icon-], [class*=\ icon-], .fa-classic, .fa-solid, .far, .fa-regular {
    font-family: 'FontAwesome';
}