/* 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";
/* CSS PERSONNALISÉ - Richard SCHNEPP - Novembre 2025
 */
/* Empêche la sélection du texte */
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rrs-logo img {
  height: 90px !important;
}
.rrs-img-centre img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*  Cadrage à droite  */
.droite {
  float: right;
  margin-left: 33px;
  margin-bottom: 12px;
}
/*  Cadrage à gauche  */
.gauche {
  float: left;
  margin-right: 33px;
  margin-bottom: 12px;
}
.encadrejaune {
  border-radius: 25px;
  border: 2px solid #ffcc66;
  padding: 20px 20px 10px;
}
.encadrerouge {
  border-radius: 25px;
  border: 2px solid #8d281e;
  padding: 20px 20px 10px;
}
#g-header {
  background-color: #000066;
}
#g-navigation {
  background-color: #000066;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: white;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: white;
}
.g-main-nav {
  font-size: 1.2rem;
  font-weight: bold;
}
/*# sourceMappingURL=custom_9.css.map */