/*
 Theme Name:   Avantage Child
 Theme URI:    http://avantage.bold-themes.com
 Description:  Avantage child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     avantage
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  avantage-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title{font-size:1.2em}

.btArticleMedia {display: none!important}

.img-flottante-droite {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 40%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .img-flottante-droite {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
    max-width: 100%;
  }
}

/* 1. Cacher le bloc image à la une (en haut de l'article) */
.single-post .port .btArticleMedia {
  display:none!important;
}

/* 2. Étendre le contenu texte à 100% si pas de media */
.single-post .btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
  flex: 1 1 100%;
  max-width: 100%;
}
