/* Style minimal, prêt pour Dreamweaver */
:root { --bg:#ffffff; --fg:#1f2937; --muted:#6b7280; --accent:#2563eb; --card:#f8fafc; --maxw: 980px; }
* { box-sizing: border-box; }
html, body { margin:0; padding:0; }

.banniere {
  width: 100%;
  box-shadow: 0 4px 6px rgba(0,0,10,0.1);
}

.image-banniere img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.contenu-banniere {
  background-color: #C5994E;
  padding: 1px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"Verdana, "sans-serif";
  text-align: center;
  color: #374878;
}

.contenu-banniere p {
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"Verdana, "sans-serif";
font-size: 18px;
color: #162578;
}

nav
.container-nav { 
	margin-top: 10 auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 6px; padding-left: 30px;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 2rem; /* espace entre les colonnes */
}

.container-nav > :first-child {
    border-right: 2px solid #040404; /* le filet */
    padding-right: 2rem; /* pour éviter que le texte colle à la bordure */
}

.lien-accueil {
  color: darkslategrey
}

.menu-boutons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.retouraccueil {
  color: #b08d57;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

.btn-elegant {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #142860;
  color: #225987;
  text-decoration: none;
  font-family: 'Playfair Display',"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif""DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size:  16
	  px;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #F4DC9C;
  transition: all 0.3s ease;
}

.btn-elegant:hover {
  background-color: #426A94;
  color: white;
}

.btn-selancer {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #C1D2A6; /* Or doux */
  color: #C1D2A6;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-selancer:hover {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #C1D2A6; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #C1D2A6;
  transition: all 0.3s ease;
}

.btn-selancerclique {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #3E4D723A6; /* Or doux */
  color: #F6F6F6;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #7C8964;
  transition: all 0.3s ease;
}

.btn-selancerbarre {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #7C8964; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #7C8964;
  transition: all 0.3s ease;
}

.btn-selancerbarreart {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #C1D2A6; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #C1D2A6;
  transition: all 0.3s ease;
}

.btn-selancerbarre:hover {
  display: inline-block; margin-left :4px;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  color: #7C8964;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}

.btn-boite {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #D3B37E; /* Or doux */
  color: #D3B37E;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-boite:hover {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #D3B37E; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #D3B37E;
  transition: all 0.3s ease;
}

.btn-boiteclique {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #FFFFFF; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #B46415;
  transition: all 0.3s ease;
}

.btn-boitebarre {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #B46415; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #B46415;
  transition: all 0.3s ease;
}

.btn-boitebarreart {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #FFFFFF; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #D3B37E;
  transition: all 0.3s ease;
}

.btn-boitebarre:hover {
  display: inline-block; margin-left :4px;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  color: #B46415;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}

.btn-apprendre {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #D3C4DD; /* Or doux */
  color: #D3C4DD;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-apprendre:hover {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #D3C4DD; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #D3C4DD;
  transition: all 0.3s ease;
}

.btn-apprendreclique {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #FFFFFF;
  color: #F6F6F6;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #473B80;
  transition: all 0.3s ease;
}

.btn-apprendrebarre {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #472CA5; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #473B80;
  transition: all 0.3s ease;
}

.btn-apprendrebarreart {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #D3C4DD; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #D3C4DD;
  transition: all 0.3s ease;
}


.btn-apprendrebarre:hover {
  display: inline-block; margin-left :4px;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  color: #472CA5;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}

.btn-francais {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #98C7E7; /* Or doux */
  color: #98C7E7;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-francais:hover {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #98C7E7; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #98C7E7;
  transition: all 0.3s ease;
}

.btn-francaisclique {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #FFFFFF;
  color: #F6F6F6;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #2F466B;
  transition: all 0.3s ease;
}

.btn-francaisbarre {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #2F466B; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #2F466B;
  transition: all 0.3s ease;
}

.btn-francaisbarreart {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #98C7E7; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #98C7E7;
  transition: all 0.3s ease;
}

.btn-francaisbarre:hover {
  display: inline-block; margin-left :4px;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  color: #2F466B;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}

.btn-maths {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #D9A193; /* Or doux */
  color: #D9A193;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-maths:hover {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #D9A193; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #D9A193;
  transition: all 0.3s ease;
}

.btn-mathsclique {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #FFFFFF;
  color: #F6F6F6;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #7D3232;
  transition: all 0.3s ease;
}

.btn-mathsbarre {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #7D3232; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #7D3232;
  transition: all 0.3s ease;
}

.btn-mathsbarreart {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #D9A193; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #D9A193;
  transition: all 0.3s ease;
}

.btn-mathsbarre:hover {
  display: inline-block; margin-left :4px;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  color: #7D3232;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}

.btn-questionner {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #729B71; /* Or doux */
  color: #729B71;;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-questionner:hover {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #729B71;; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #729B71;;
  transition: all 0.3s ease;
}

.btn-questionnerclique {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #FFFFFF;
  color: #F6F6F6;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #0B5213;
  transition: all 0.3s ease;
}

.btn-questionnerbarre {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #0B5213; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #0B5213;
  transition: all 0.3s ease;
}

.btn-questionnerbarre:hover {
  display: inline-block; margin-left :4px;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  color: #0B5213;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}

.btn-emc {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #B1DEB8; /* Or doux */
  color: #B1DEB8;;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-emc:hover {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #B1DEB8;; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #B1DEB8;;
  transition: all 0.3s ease;
}

.btn-emcclique {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #FFFFFF;
  color: #F6F6F6;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #7BBC5C;
  transition: all 0.3s ease;
}

.btn-emcbarre {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #7BBC5C; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #7BBC5C;
  transition: all 0.3s ease;
}

.btn-emcbarre:hover {
  display: inline-block; margin-left :4px;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  color: #46923C;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}

.btn-art {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #BF9EC1; /* Or doux */
  color: #BF9EC1;;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-art:hover {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #BF9EC1;; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #BF9EC1;;
  transition: all 0.3s ease;
}

.btn-artclique {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #FFFFFF;
  color: #F6F6F6;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #A72789;
  transition: all 0.3s ease;
}

.btn-artbarre {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #A72789; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #A72789;
  transition: all 0.3s ease;
}

.btn-artbarre:hover {
  display: inline-block; margin-left :4px;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  color: #A72789;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.btn-projets {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #8CCFD9; /* Or doux */
  color: #8CCFD9;;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-projets:hover {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #8CCFD9;; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #8CCFD9;;
  transition: all 0.3s ease;
}

.btn-projetsclique {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #FFFFFF;
  color: #F6F6F6;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #219DB7;
  transition: all 0.3s ease;
}

.btn-projetsbarre {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #219DB7; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #219DB7;
  transition: all 0.3s ease;
}

.btn-projetsbarreart {
  display: inline-block;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  border: 1px solid #219DB7; /* Or doux */
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #8CCFD9;
  transition: all 0.3s ease;
}

.btn-projetsbarre:hover {
  display: inline-block; margin-left :4px;
  padding: 0.6rem 1.2rem; margin-top: 8px;
  color: #219DB7;
  text-decoration: none;
  font-family: 'Playfair Display', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}

body { font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; color: var(--fg); background: var(--bg); line-height: 1.6; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { 
	margin-top: 20px; 
	marging-right: 14px; 
	marging-bottom: 14px; 
	marging-left: 30px; 
	padding-top: 20px; 
	padding-right: 40px; 
	padding-bottom: 20px; 
	padding-left: 40px;
}

.header, header { display:flex; gap: 16px; align-items:center; justify-content: space-between; }
.brand a { font-weight: 700; font-size: 1.2rem; color: var(--fg); }
.nav a { margin-right: 12px; margin-left: auto; }


h1,h2,h3 { line-height:1.25; }

.cards {
	display: grid; grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 0px auto;
    padding-top: 0; padding-right: 30px; padding-bottom: 20px; padding-left: 30px; 
}

.card { background: var(--card); padding-top:15px; padding-right: 15px; padding-left: 15px;
	border-radius: 14px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"Verdana, "sans-serif";
  font-size: 18px;
}

.card-white { background:rgba(255,255,255,1.00); padding-top:0px; padding-right: 15px; padding-left: 15px;
	border-radius: 14px; 
}

.card p {
  font-size:0,8 em;
  color: steelblue;
}
.card li {
  font-size:0,8 em;
  color: steelblue;
}

.container img {
  display: block;
  margin: 0 auto;
  padding: 20px 10px;
  max-width: 100%;
  height: auto;
}

.titrearticle1 {
  color: #8D2325;
  text-decoration: none;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"Verdana, "sans-serif";
  font-size: 28px;
  background-color: transparent;
}
.titrearticle2 {
  color: #0F5E65;
  text-decoration: none;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"Verdana, "sans-serif";
  font-size: 28px;
  background-color: transparent;
}
.titrearticle3 {
  color: #136B28;
  text-decoration: none;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"Verdana, "sans-serif";
  font-size: 28px;
  background-color: transparent;
}

.titrearticle4 {
  color: #7B6822;
  text-decoration: none;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"Verdana, "sans-serif";
  font-size: 28px;
  background-color: transparent;
}

.titrearticle5 {
  color: #493494;
  text-decoration: none;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"Verdana, "sans-serif";
  font-size: 28px;
  background-color: transparent;
}
.titrearticle6 {
  color: #000000;
  text-decoration: none;
  font-family: 'Playfair Display', "Segoe UI", "DejaVu Sans",;
  font-size: 28px;
  padding-top: 20px; padding-left: 15px;
  background-color: transparent;
}
.signature {
  color: #493494;
  text-decoration: none;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"Verdana, "sans-serif";
  font-size: 12px;
  background-color: transparent;

.footer { border-top: 1px solid #e5e7eb; margin-top: 24px; padding-top: 16px; color: var(--muted); }
.post-list { list-style:none; padding:0; }
.post-list li { padding: 10px 0; border-bottom: 1px solid #e5e7eb; display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
.post-title { font-weight:600; }
.post-meta { color: var(--muted); margin-left:8px; }
.post-download { margin-left:auto; }
.post .muted { color: var(--muted); }
.button { display:inline-block; padding:10px 14px; background: var(--accent); color:white; border-radius:10px; }
.button:hover { filter: brightness(0.95); text-decoration:none; }
@media (min-width: 720px) {
	
