/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.bordure_sidebar_a {
  border: 2px solid #555555;
  padding: 1px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 15px;
}
/* Style personnalise pour les tableaux dans les articles */
.mon-tableau-perso {
  border-collapse: collapse;
  width: 100%;
  /* Optionnel : force le tableau a prendre toute la largeur */
}
.mon-tableau-perso th, .mon-tableau-perso td {
  border: 1px solid #555555;
  /* Bordure gris fonce pour chaque cellule */
  padding: 10px;
  /* Espace intérieur pour que le texte respire */
}
/* Fix définitif des couleurs de fond par classes personnalisées */
.fond-blanc-contenu {
  background-color: #ffffff !important;
  /* Force le blanc à GAUCHE */
  padding: 25px;
  /* Espace pour que le texte respire */
  border-radius: 5px;
  /* Optionnel : angles arrondis */
}
.fond-opale-sidebar {
  background-color: #90b1b8 !important;
  /* Force l'opale à DROITE */
  margin-left: 5px;
  /* ÉLOIGNE LA SIDEBAR DU BLOC BLANC (Ajustable) */
  padding-top: 1px;
  /* Optionnel : aligne le haut de la sidebar avec le bloc blanc */
}
/* ==========================================================================
   4. Ligne de séparation entre TOUS les articles du blog
   ========================================================================== */
.fond-blanc-contenu div[class*="leading"] + div[class*="items"], .fond-blanc-contenu div[class*="leading"] + div.row, .fond-blanc-contenu div.item-0 + div.item-1 {
  border-top: 1px solid #c0c0c0 !important;
  margin-top: 30px !important;
  padding-top: 30px !important;
}
.fond-blanc-contenu div[class*="item"] + div[class*="item"], .fond-blanc-contenu .g-array-item + .g-array-item, .fond-blanc-contenu article + article {
  border-top: 1px solid #c0c0c0 !important;
  margin-top: 30px !important;
  padding-top: 30px !important;
}
/*# sourceMappingURL=custom__body_only.css.map */