@charset "UTF-8";
header {
  color: #fff;
  padding: 1.5rem 0;
  text-align: left; }

.HD-titre {
  color: #333;
  margin: 0;
  font-size: 5rem !important;
  line-height: 3rem;
  text-shadow: 0 0 5px #ffffff; }
  @media screen and (max-width: 768px) {
    .HD-titre {
      font-size: 2rem !important; } }

.HD-stitre {
  color: #666;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  margin-left: 20px; }

.texte {
  position: relative;
  /* Texte principal en noir */
  font-size: 2em;
  /* Taille du texte au premier plan */
  z-index: 0;
  background-color: white;
  overflow: hidden; }

.texte::before {
  content: attr(data-texte);
  position: absolute;
  top: -50%;
  left: 0;
  transform: translate(0, 0);
  font-size: 6em;
  /* Texte en arri├¿re-plan, tr├¿s gros */
  font-weight: bold;
  color: var(--color-gray-light);
  /* Couleur gris clair */
  z-index: -99;
  /* Place le pseudo-├®l├®ment derri├¿re le texte principal */
  white-space: nowrap;
  /* Emp├¬che le retour ├á la ligne si n├®cessaire */
  pointer-events: none;
  /* Ignore les interactions sur le pseudo-├®l├®ment */ }

.BTN-a {
  float: right;
  padding: 2px 10px;
  background-color: #ececec;
  font-size: 0.85rem;
  font-weight: 500;
  color: #333; }
  .BTN-a:hover {
    background-color: var(--color-green-light); }

#WP {
  font-size: 1.2rem; }
  #WP article .post-thumbnail {
    text-align: center; }
  #WP .post-title {
    font-size: 1.4rem;
    font-weight: 700; }
  #WP .post-excerpt {
    margin-bottom: 25px; }
    #WP .post-excerpt .exc-thumbnail {
      float: left;
      width: 25%; }
      #WP .post-excerpt .exc-thumbnail img {
        margin-top: 1rem; }
    #WP .post-excerpt .post-content {
      display: inline-block;
      width: 70%; }
  #WP #secondary section {
    border: none !important;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 0px !important; }
    #WP #secondary section ul, #WP #secondary section li {
      padding: 0px !important;
      margin: 0px !important; }
  #WP #secondary .widget_block {
    border: none;
    margin: 0px !important;
    padding: 0px !important; }
    #WP #secondary .widget_block h2 {
      margin-top: 15px; }
  #WP #secondary .widget {
    margin: 0px !important;
    padding: 0px !important; }

#HERO {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 350px;
  background-image: url("../images/home-hero1.jpg");
  background-repeat: no-repeat; }

:root {
  --color-blue: #002395;
  --color-red: #AE1C28;
  --color-white: #FFFFFF;
  --color-gray: #D3D3D3;
  --color-orange: #D97706;
  --color-green: #91cb95;
  --color-purple: #5E3B99;
  --color-fill: #a972cb;
  --color-pulse: #ef6eae;
  --color-close: #ff7f82;
  --color-raise: #ffa260;
  --color-up: #e4cb58;
  --color-slide: #8fc866;
  --color-offset: #19bc8b;
  --color-blue-light: #0035e2;
  --color-blue-dark: #001149;
  --color-red-light: #df3845;
  --color-red-dark: #6c1119;
  --color-white-light: white;
  --color-white-dark: #d9d9d9;
  --color-gray-light: #f9f9f9;
  --color-gray-dark: #adadad;
  --color-orange-light: #f99d32;
  --color-orange-dark: #8f4e04;
  --color-green-light: #c5e4c7;
  --color-green-dark: #5db263;
  --color-purple-light: #845fc1;
  --color-purple-dark: #3c2662;
  --color-fill-light: #cbaae0;
  --color-fill-dark: #8541b0;
  --color-pulse-light: #f7b3d4;
  --color-pulse-dark: #e72988;
  --color-close-light: #ffcccd;
  --color-close-dark: #ff3337;
  --color-raise-light: #ffcfad;
  --color-raise-dark: #ff7514;
  --color-up-light: #efe09a;
  --color-up-dark: #ceaf21;
  --color-slide-light: #b8dc9e;
  --color-slide-dark: #68a63c;
  --color-offset-light: #3ce5b2;
  --color-offset-dark: #107859; }

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: var(--color-gray-light);
  color: #333; }

section {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

section h2 {
  color: var(--color-blue-dark);
  margin-bottom: 1rem;
  font-size: 1.8rem; }

section p {
  margin-bottom: 1rem; }

section ul {
  list-style-type: disc;
  padding-left: 1.5rem; }

section ul li {
  margin-bottom: 0.5rem; }

.cta {
  text-align: center;
  margin-top: 2rem; }

.cta a {
  text-decoration: none;
  background: #007bff;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  font-size: 1rem;
  display: inline-block;
  margin-top: 1rem; }

.cta a:hover {
  background: #0056b3; }

footer {
  text-align: center;
  padding: 1rem 0;
  background: #f4f4f9;
  font-size: 0.9rem;
  color: #666; }

h1 {
  font-size: 3rem !important;
  font-weight: 600 !important; }

h2 {
  font-size: 1.5rem;
  font-weight: 600; }

#PAGINATION {
  overflow: auto;
  font-size: 0.8rem; }
  #PAGINATION .prev {
    float: left; }
  #PAGINATION .next {
    float: right; }
  #PAGINATION a {
    color: var(--color-orange); }

#FICHE section {
  overflow: auto; }
#FICHE h2 {
  font-size: 1.5rem !important; }
#FICHE .FICHE-shotdate {
  font-size: 0.75rem;
  color: #CCCCCC;
  font-style: italic; }
#FICHE .FICHE-img {
  float: left;
  width: 50%;
  margin-right: 25px; }
#FICHE .FICHE-url {
  font-size: 1.25rem;
  display: block;
  margin: 20px; }
#FICHE .FICHE-rel {
  margin-bottom: 20px;
  overflow: auto; }
  #FICHE .FICHE-rel .FICHE-rel-row {
    border: solid 1px #ddd;
    border-left: solid 10px #ccc;
    margin: 5px;
    padding-left: 10px; }
#FICHE .FICHE-tag {
  font-size: 1.1rem;
  margin: 5px;
  margin-top: 10px;
  padding: 10px 10px; }
#FICHE .CONTACT {
  text-align: center;
  background-color: #DDD;
  padding: 15px;
  margin-top: 30px; }

.card {
  width: 220px;
  height: 300px;
  float: left;
  margin: 3px;
  margin-bottom: 10px;
  text-align: center;
  border: solid 3px transparent;
  position: relative;
  overflow: visible; }
  .card:hover {
    border: solid 3px #3a5493; }
  .card .card-texte {
    position: absolute;
    width: 300px;
    height: auto;
    background: white;
    padding: 10px;
    font-size: 0.75rem;
    top: 0;
    left: 200px;
    z-index: 99;
    text-align: left;
    box-shadow: 0 0 5px #CCC; }
  .card .card-jours {
    float: right;
    font-size: 0.7rem;
    margin: 3px; }
  .card .card-cp {
    margin-top: 20px;
    font-size: 1.1rem; }
  .card .card-lire {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%; }
  .card .card-auteur {
    font-size: 0.85rem; }
  .card .card-vignette {
    width: 80%;
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #ccc; }
  .card .card-titre {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.1;
    background-color: #ddd;
    display: block;
    padding: 5px; }
  .card .card-cat {
    font-size: 0.75rem;
    color: #999; }
  .card .card-tag {
    font-size: 0.55rem;
    margin: 1px;
    margin-top: 2px;
    padding: 2px 4px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .card .card-tag {
        padding: 2px 2px;
        margin: 2px; } }

.WEB-encart {
  padding: 0px;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 0.85rem;
  display: block;
  border-bottom: solid 1px #e8e8e8; }
  .WEB-encart:hover {
    background-color: white; }
  .WEB-encart .WEB-titre {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.1; }
  .WEB-encart .WEB-vignette {
    float: left;
    margin: 5px;
    width: 80px;
    border: solid 1px #ccc; }
  .WEB-encart .WEB-date {
    font-size: 0.65rem; }
  .WEB-encart .WEB-cat {
    font-size: 0.75rem;
    color: #999; }
  .WEB-encart .WEB-fiche {
    float: right;
    padding: 2px 10px;
    background-color: var(--color-gray);
    color: white;
    font-size: 0.85rem; }
    .WEB-encart .WEB-fiche:hover {
      background-color: var(--color-green-light); }
  .WEB-encart span {
    display: block; }
  .WEB-encart .WEB-tag {
    float: right;
    font-size: 0.55rem;
    margin: 5px;
    margin-top: 10px;
    padding: 10px 10px; }
    @media screen and (max-width: 768px) {
      .WEB-encart .WEB-tag {
        padding: 2px 2px;
        margin: 2px; } }

#CAT {
  margin-bottom: 20px; }
  #CAT .CAT-block {
    margin-left: 40px; }
  #CAT .CAT-encart {
    padding: 1px;
    font-size: 0.9rem; }
    #CAT .CAT-encart .CAT-nom {
      font-weight: bold;
      color: #5d5d5d; }
      #CAT .CAT-encart .CAT-nom:hover {
        color: var(--button-hover-color); }
    #CAT .CAT-encart .CAT-nb {
      color: #CCC;
      font-weight: 200; }

.TUTO-prof {
  font-style: italic;
  margin-left: 20px; }

.TUTO-eleve {
  font-weight: bold; }

.CP-encart {
  padding: 5px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 5px;
  overflow: auto; }
  .CP-encart:hover {
    background-color: white; }
  .CP-encart .CP-web {
    font-style: italic;
    color: var(--color-blue-light);
    font-size: 0.7rem; }
    .CP-encart .CP-web a {
      color: var(--color-blue-light); }
  .CP-encart .CP-titre {
    display: block;
    font-weight: 600;
    margin-top: 2px; }
  .CP-encart .CP-lien {
    float: right;
    background-color: var(--color-gray);
    color: white;
    padding: 1px 10px;
    font-size: 0.75rem; }
    .CP-encart .CP-lien:hover {
      background-color: var(--color-green-light); }
  .CP-encart .CP-date {
    float: right;
    padding: 1px 5px;
    font-size: 0.7rem;
    color: #CCC; }
  .CP-encart .CP-lire {
    float: right;
    color: white; }

#CD {
  text-align: center;
  background-color: white;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 5px;
  width: 300px;
  float: left;
  margin-left: 15%;
  margin-top: 2%; }
  #CD .CD-titre {
    font-size: 1.25rem;
    font-weight: bold; }
  #CD .CD-nb {
    font-size: 3rem;
    font-weight: bold; }
  #CD .CD-type {
    font-size: 1rem;
    font-weight: 400; }
  #CD .CD-why {
    font-size: 0.85rem;
    font-weight: 400; }

#MENU {
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
  z-index: 0; }
  #MENU .navbar {
    background-color: transparent !important; }
  #MENU .navbar-item {
    border-left: solid 2px #fff; }
    #MENU .navbar-item .buttons a {
      color: var(--color-blue);
      font-weight: 700; }
    #MENU .navbar-item:hover {
      background-color: var(--color-blue);
      color: white; }
      #MENU .navbar-item:hover .buttons a {
        color: white; }

#CHEMIN {
  margin-top: 10px; }
  #CHEMIN a {
    color: var(--color-blue);
    font-weight: 600; }

/*# sourceMappingURL=feuille.css.map */
