/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 26 2021 | 17:13:22 */
/*********** ARCHIVES */
.fusion-posts-container .flex-direction-nav {
  display: none;
}
body.archive .fusion-post-content-wrapper {
  padding-top: 1px !important;
}
@media only screen and (min-width: 1100px) {
  body.archive .fusion-text-1 {
    margin-right: 25%;
  }
}
/* masque un border indésirable */
body.archive .fusion-flexslider {
  border: none !important;
}

body.archive .fusion-posts-container h2 {
  font-size: 1.5em !important;
  margin: 0 -25px 18px;
}
body.archive .fusion-post-wrapper {
  border: 0px white !important;
}

/*********** ARTICLES */
.fusion-posts-container {
    display: flex;
    justify-content: space-between;
}
.fusion-posts-container h2 {
  position: relative;
  color: white !important;
  padding: 0.4em 0.5em !important;
  margin: 1px 0 2.3em;
  border-radius: 0 0 0.8em 0;
}
/* interligne des petits blogs verticaus latéraux */
.fusion-blog-shortcode h2 {
    line-height: 1.1 !important;
}
.fusion-blog-shortcode h2 a {
    color: white !important;
}
.type-post .fusion-flexslider {
    margin: 0 !important;
}
.articles-tous {
  color: white !important;
  font-size: 1.2em;
  padding: 0.3em 0.5em !important;
  border-radius: 0.8em 0 0.8em 0;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.articles-tous p {
  margin-bottom: 0;
}
.fusion-load-more-button {
  text-transform: inherit;
  text-align: right;
  margin-top: -30px;
  padding: 0;
  background: none !important;
  color: #a8a8a8 !important;
  position: relative;
  outline: none;
}
}
.type-post .fusion-post-content.post-content h2 a {
  color: white !important;
}
.fusion-blog-shortcode ul.slides {
  border-radius: 2em 0 0 0;
}
.type-post .fusion-posts-container article {
  position: relative;
  max-width: 240px;
}
.blog-shortcode-post-title {
  margin-bottom: -3px;
}
.type-post .fusion-post-large {
  margin-bottom: 0px !important;
}
.type-post .fusion-rollover-link,
.type-post .fusion-rollover-sep,
.type-post .fusion-rollover-gallery {
  display: none;
}
.type-post .fusion-rollover {
  background-image: none !important;
  background-color: #de4b00a6;
}
.blog-shortcode-post-title a {
  font-size: 0.9em;
}
.type-post .fusion-rollover-title-link {
  display: none;
}
.type-post .fusion-rollover-title:before {
  content: "LIRE L'ARTICLE";
  color: white;
  font-size: 1.2em
}
/* masque l'effet de survol sur l'image quand on ajoute la classe fusion-rollover-masquer à l'élément blog */
.type-post .fusion-rollover-masquer .fusion-rollover {
  display: none;
}
