/* 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";
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  font-size: 1.4rem;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  /* top and bottom | left and right */
  padding: 2rem 1rem;
}
/* intro */
#g-intro {
  background: #f4f5f7;
  color: #424753;
  padding: 0.1rem 0;
}
/*table_logo*/
#table_logo table {
  border: none;
}
#table_logo table th, #table_logo table td {
  padding: 0px;
  text-align: center;
}
/*above*/
#g-above {
  padding: 1rem 0;
}
/*footer*/
#g-page-surround {
  padding-bottom: 10rem;
}
#g-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.1rem 0;
}
/*breadcrumb*/
.breadcrumb {
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  font-size: 0.8rem;
}
.breadcrumb-item.active {
  color: #fff;
}
/*mainbar*/
#g-mainbar {
  padding: 0.1rem 0;
}
/*Style du dropdown de main menu*/
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1rem;
}
/*
.blog-item {
  flex-direction: row;
}

.image-left .blog-item .item-content{
    flex: 1 0 40%;
}
.blog-item .item-image{
    flex: 1 0 20%;
}
*/
table {
  border: 1px solid #fff;
}
/*Ajout d'une marge autour des articles les plus consultés*/
.mostread.mod-list {
  margin: 1rem;
}
.mod-articleslatest.latestnews.mod-list {
  margin: 1rem;
}
/*couleur des bordures */
.title1 .g-title {
  background: #145e67;
}
/*Taille de l'element Passkey dans la page de connexion*/
#Passkey {
  height: 25px;
}
/*Ajout d'une bordure sous les artcles*/
.blog-item {
  border-bottom: 2px solid #918e8e;
}
/*aside et sidebar*/
.moduletable .g-title {
  padding: 2rem 1rem;
}
/*Bouton de deconnexion*/
.logout-button .btn-primary {
  padding: 0.8rem 2rem;
}
/*Correction de style suite retour Robin Le Corre*/
/*Bouton Lire la suite*/
p.readmore .btn {
  padding: 1rem 2rem;
  font-weight: 700;
}
/*z-index du footer*/
.footer {
  z-index: 10;
}
ul {
  list-style-position: outside;
  padding-left: 10px;
  margin: 0px;
}
/*# sourceMappingURL=custom_16.css.map */