  /* =========================================
   BASE
========================================= */
html {
    font-size: 100%; /* = 16px */
}

body {

    margin: 0;
    padding: 0;

    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 1rem
    line-height: 1.6;

    background: #f5f5f5;
    color: #222;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}
	.service-logo {
    position: absolute;
    bottom: -20%;
    right: -20%;

    width: 80%;
    height: 80%;

    object-fit: cover;

    opacity: 0.15;
    z-index: 1;

    pointer-events: none;
}
a:hover {
    color: #bb3628;
}
.agenda-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

/* Base button */
.btn-agenda {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 12px;
    font-size: 13px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

/* GOOGLE (plus doux, pas bleu plein) */
.btn-google {
    background: #ffffff;
    color: #1d4ed8;
    border: 1px solid #cbd5e1;
}

.btn-google:hover {
    background: #eff6ff;
    border-color: #93c5fd;
}

/* ICS (neutre gris propre) */
.btn-ics {
    background: #f8fafc;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.btn-ics:hover {
    background: #e2e8f0;
}
.btn-agenda {
    font-size: 13px;
    color: #2563eb;
    text-decoration: none;
    opacity: 0.75;
    transition: 0.2s;
}

.btn-agenda:hover {
    opacity: 1;
    text-decoration: underline;
}

img {
    max-width: 100%;
    border-radius: 10px;
}
.newsletter-form{
    display:flex;
    align-items:center;
    justify-content:center;
}

.newsletter-form input[type="email"]{
    flex:1;
    max-width:300px;
}



.no-border {
    border: none; /* Supprime le trait autour du fieldset */
    padding: 0;   /* Optionnel : enlève l’espace par défaut si besoin */
    margin: 0;    /* Optionnel : ajuste la marge si nécessaire */
  }

  /* Si tu veux que le legend ne déplace pas le contenu */
  .no-border legend {
    display: none; /* Cache le texte du legend si désiré */
  }
  
/*======================
grid 2 colonnes
====================*/
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Deux colonnes de largeur égale */
    gap: 20px; /* espace entre les champs */
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
}
 /*
.form-group input,
.form-group select,
.form-group textarea {
    padding: 6px 10px;
    font-size: 1rem;
    width: 5%;

 box-sizing: border-box;
 */
}

input[type="submit"] {
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
}
/* =========================================
   HEADER
========================================= */

.site-header {
    background:
        linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
        url("<?= $randomImage ?>");

    background-size: 100% 100%;   /* largeur 100%, hauteur 100% */    background-repeat: no-repeat;
    background-position: center;

    padding: 30px 40px;
    color: white;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-logo {
    width: 75px;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}

.header-text h1 {
    margin: 0;

    font-size: 2.625rem;
    font-weight: 700;

    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.header-text p {
    margin-top: 6px;

    font-size: 1rem;

    opacity: 0.95;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.grid-actus.list-view {
    display:flex;
    flex-direction:column;
    gap:10px;
}

.grid-actus.list-view .card-link {
    width:100%;
}

.grid-actus.list-view .card-actu {
    min-height:120px;
    display:flex;
    align-items:flex-end;
}
.grid-actus.list-view .card-actu {
	background-image: none !important;
    background: #bb3628 !important;
    color: #efea81;
}
.grid-actus.list-view .card-actu::before {
    display: none;
}
.grid-actus.list-view .card-actu,
.grid-actus.list-view .card-actu h2,
.grid-actus.list-view .card-actu .date-publication {
    color: #efea81 !important;
}
.grid-actus.list-view .card-actu,
.grid-actus.list-view .card-actu * ,
.grid-actus.list-view a {
    transition: none !important;
    transform: none !important;
}
.grid-actus.list-view .preview {
    display:block;
}
.grid-actus.list-view .card-actu {
    background-image:none !important;
    min-height:auto;
    padding:15px;
}





/* =========================================
   AGENDA
========================================= */
.agenda-banner {
	margin-top: 50px;
    display: flex;
    gap: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: rgba(255,255,255,0.52);
    border-top: 4px solid #ddd;
    border-bottom: 4px solid #ddd;
    border-radius: 10px;
    padding: 5px 50px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	align-items: center;    
	justify-content: center;
		min-height: 73px;
}
.hide-agenda-btn {
    position: absolute;
    top: 255px;
    right: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background: #cccccc;
    color: #efea81;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
}

.hide-agenda-btn:hover {
    background: #bb3628;
    color: #efea81;
}	

/* Conteneur de chaque événement dans l'agenda */
.agenda-item {
    display: flex;
    align-items: center;
    gap: 10px;
	 justify-content: center; /* centre horizontalement */
}

/* Table du mois/jour */
.agenda-date {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    text-align: center;
    font-family: Arial, sans-serif;
	    text-align: center; /* centre le texte à l’intérieur des tables */
}

/* Mois (ligne du haut) */
.agenda-date .month {
    background: #bb3628;
    color: #efea81;
    font-weight: bold;
    font-size: 0.875rem;
}

/* Jour (ligne du bas) */
.agenda-date .day {
    background: white;
    color: black;
    font-weight: bold;
    font-size: 1.125rem;
}

/* Table du titre */
.agenda-title-table {
    width: 200px;
    table-layout: fixed;
    border-collapse: collapse;
    background: transparent;
}

.agenda-title-table td {
    width: 200px;
    padding-left: 10px;
    vertical-align: middle;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    background: transparent;
}

/* Lien du titre */
.agenda-title-table a {
    text-decoration: none;
    color: black;
    font-size: 0.875rem;
    font-weight: bold;
    display: block;
    max-width: 22ch;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.3;
    background: transparent;
}
/* =========================================
   LAYOUT
========================================= */

.article-list {
    margin-top: 20px;
    list-style: none;
    padding-left: 0;
}

.article-item {
    margin-bottom: 12px;
}

.article-item a {
    display: block;
    padding: 14px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    text-decoration: none;
    color: #222;
    transition: 0.2s;
    font-size: 0.875rem;
}

.article-item a:hover,
.article-item a:focus {
    background: #f5f9ff;
    border-color: #cddcff;
    transform: translateX(4px);
    outline: none;
}


main {
    display: flex;
    gap: 20px;
    padding: 20px;
}

section {
    flex: 1;
}

nav,
aside {
    width: 220px;

    background: white;

    padding: 15px;

    border-radius: 10px;

    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* =========================================
   MENU
========================================= */

nav ul {
    list-style: none;

    margin: 0;
    padding: 0;
}

nav li {
    margin-bottom: 6px;
}

nav a {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    color: #222;
}
a:focus,
button:focus {
    outline: 3px solid #bb3628;
    outline-offset: 2px;
}
nav a:hover {
    background: #bb3628;
    color: #efea81;
	font-weight: bold;
}
.active {
   background: #bb3628;
    color: #efea81;
		font-weight: bold;
}

/* sous menus */

nav ul ul {
    display: none;
    margin-top: 5px;
    margin-left: 10px;
    border-left: 2px solid #ddd;
    padding-left: 10px;
}

/* =========================================
   GRID ACTUS
========================================= */

.grid-actus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
	
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Toujours 3 colonnes */
    gap: 12px;
    margin-top: 12px;
}
.service-card {
    padding: 18px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background: #fff;
    transition: all 0.2s ease;
    min-height: 60px; /* optionnel : uniformise la hauteur */
}


/* =========================================
   CARDS
========================================= */

.card-actu {
    position: relative;
    height: 260px;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    padding: 15px;
    color: white;
    background-size: cover;
    background-position: center;
    transition: 0.25s;
	
}

.card-actu::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(0,0,0,0.75),
            rgba(0,0,0,0.2)
        );
}
.card-actu {
    width: 100%;
    height: 100%;
    min-height: 220px; /* IMPORTANT sinon ça s’écrase */
    


    
}

.card-content {
    width: 100%;

    color: white;
}

.card-actu {
    display: flex;
    align-items: stretch;
}

.card-content {
	    border-radius: 12px;

    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-content h2 {
    margin: 0;
}

.date-publication {
    margin-top: auto;
    margin-bottom: auto;
}

.preview {
    margin-top: auto;
}

.card-content:hover {
/*background-color: rgba(187, 54, 40, 0.2);
	color:#efea81;*/
background-color: rgba(0,0,0,0.4);

}

/* forcer les éléments internes 
.card-content:hover h2,
.card-content:hover .date-publication,
.card-content:hover .preview {
    color: #fff;
}
*/

.card-actu h3 {
    margin: 0 0 8px 0;
    font-size: 1.0625rem;
}

.card-actu:hover {
    transform: translate(-10px, -10px);

}

h1,h2,h3 {
color:#bb3628;
}
hr {
color:#efea81;
}

.vignette{
	color:#ffffff;
}
.vignette:hover{
	/*color:#efea81;*/
}

/* =========================================
   TEXTES
========================================= */

.date-publication {
    margin-bottom: 8px;
    font-size: 0.75rem;
    font-style: italic;
    color: rgba(255,255,255,0.85);
}

.preview {
    font-size: 0.825rem;
    line-height: 1.45;
}
/* Conteneur du formulaire pour la mise en page héroïque */
.hero-form {
    display: flex;
    flex-direction: column;
    background: #f2f2f2 url('img/blason.png') no-repeat top right; /* Blason à droite */
   
}


/* =========================================
   FORMULAIRES
========================================= */

form input[type="text"],
form input[type="email"],
form input[type="password"], form button,
form textarea,
form select {
    width: 50%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 0.9375rem;
}
/* La textarea prendra toute la largeur du formulaire */
.form-grid textarea {
    grid-column: span 2;  /* occupe les deux colonnes */
    width: 100%;          /* s’assure qu’elle remplit le bloc */
    min-height: 120px;
    resize: vertical;
    padding: 6px 10px;
    font-size: 1rem;
}
.form-grid input[type="text"],
.form-grid input[type="email"],
.form-grid select {
    width: 100%;   /* 100% de leur cellule dans la grid */
    padding: 6px 10px;
    font-size: 1rem;
}
form textarea {
    min-height: 120px;
    resize: vertical;
}

/* =========================================
   FOOTER
========================================= */

footer {
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    background: #f1f1f1;
}
/* MENU MOBILE sous header et agenda */
.mobile-nav {
    display: none; /* Par défaut, caché sur desktop */
}
/* =========================================
   RESPONSIVE
========================================= */
/* ===========================
   LARGE DESKTOP (plus de 1200px)
   menu et encart affichés
=========================== */
@media (min-width: 1201px) {
    main {
        flex-direction: row;
    }

    nav,
    aside {
        display: block;
        width: 220px; /* largeur fixe pour menu et encart */
    }

    .grid-actus td {
        width: 33.33%;
        display: table-cell;
    }
}

/* ===========================
   TABLETTE PAYSAGE (entre 900px et 1200px)
   menu gauche affiché, encart droit masqué
=========================== */
@media (max-width: 900px) {
    .grid-actus {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 1200px) and (min-width: 901px) {
    .grid-actus {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 901px) and (max-width: 1200px) {
	
    main {
        flex-direction: row;
    }
    nav {
        display: block;
        width: 220px;
    }
    aside {
        display: none;
    }
    .grid-actus td {
        width: 33.33%;
        display: table-cell;
    }
}

/* ===========================
   TABLETTE PORTRAIT / MOBILE (≤ 900px)
   menu et encart masqués, contenu en colonne
=========================== */
/* ===========================
   MOBILE / TABLETTE PORTRAIT
=========================== */
@media (max-width: 1200px) {
	
	
.site-header {
    background:
        linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
        url("<?= $randomImage ?>");

    background-size: auto 100%;   /* auto, hauteur 100% */    background-repeat: no-repeat;
    background-position: center;

    padding: 30px 40px;
    color: white;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}


    /* Texte de base */
    body {
        font-size: 1rem;  /* plus cohérent que 21px pour mobile */
    }

    /* Empiler le header */
    .header-inner {
        flex-direction: column;
        text-align: center;
    }

    /* Logo header */
    .header-logo {
        width: 120px; /* taille harmonisée entre mobile et desktop */
        margin-bottom: 15px;
        filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
    }

    /* Texte header */
    .header-text h1 {
		
		
        font-size: 28px; /* titre principal harmonisé */
        line-height: 1.2;
    }
    .header-text p {
        font-size: 1rem; /* sous-titre harmonisé */
        margin-top: 8px;
    }

    /* Grid des actus */
    .grid-actus td {
        display: block;
        width: 100%;
    }
    .card-actu h3 {
        font-size: 1.125rem;  /* titres harmonisés avec body */
    }
    .card-actu .preview {
        font-size: 0.875rem;  /* texte preview plus lisible, cohérent */
    }
    .date-publication {
        font-size: 0.75rem; /* date plus discrète mais lisible */
    }

    /* Menu et colonnes */
    nav,
    aside {
        display: none;
    }

    /* Agenda caché sur mobile */
    .agenda-banner {
        display: none;
    }

    /* Liens agenda harmonisés si jamais affichés */
    .agenda-title-table a {
        font-size: 1rem;
    }

    /* Menu mobile */
	.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colonnes */
    gap: 12px;
    margin-top: 12px;
	}
	.service-card {
    padding: 4px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background: #fff;
    transition: all 0.2s ease;
    min-height: 60px; /* optionnel : uniformise la hauteur */
}

    .mobile-nav {
        display: block;
        width: 100%;
        background: white;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        margin-top: 20px;
        font-size: 0.875rem;
    }
    .mobile-nav a {
        padding: 8px 10px;
    }




}

.accueil
{
    display: flex;          /* mettre logo et texte sur la même ligne */
    align-items: center;    /* centrer verticalement par rapport au logo */
    text-decoration: none;  /* supprimer le souligné du lien */
    color: White;             /* si tu veux le texte rouge */
    gap: 10px;              
}


/* ----------------------
   BOUTON MENU MOBILE
------------------------ */
#mobile-menu-toggle:focus,
#mobile-sidebar a:focus {
    outline: 3px solid #bb3628;
    outline-offset: 2px;
}

.hero{
color:white;
}
#mobile-menu-toggle {
    position: fixed;
    top: 235px; /* ou ajuste */
    left: 0px;
    z-index: 1100;

    font-size: 1.125rem;
    background: #fff;
    color: black;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0px 0px;
    cursor: pointer;

    display: flex;
    align-items: center;
    gap: 0px;

    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}


#mobile-menu-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: none;
    background: white;
    border-radius: 8px;
    cursor: pointer;
}

#mobile-menu-toggle .text {
    display: inline-block;
    max-width: 60px;          /* largeur normale du mot */
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;

    transition:
        max-width 0.25s ease,
        opacity 0.2s ease;
}
#monHeader.compact #mobile-menu-toggle .text {
    max-width: 0;
    opacity: 0;
}


/* ----------------------
   SIDEBAR MOBILE
------------------------ */
#mobile-sidebar {
    position: fixed;
    top: 0;
    left: -260px; /* caché par défaut */
    width: 250px;
    height: 100%;
    background: white;
    padding: 20px;
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 1000;
    box-shadow: 2px 0 12px rgba(0,0,0,0.2);
}

#mobile-sidebar.open {
    left: 0;
}

#mobile-sidebar a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #222;
}

#mobile-sidebar a:hover {
    color: #efea81;
	background: #bb3628;

	/* Indentation pour sous-menu */

}

/* ----------------------
   MASQUER EN DESKTOP
------------------------ */
@media (min-width: 1201px) {
    #mobile-menu-toggle,
    #mobile-sidebar {
        display: none;
		
		
		
		
.site-header {
    background:
        linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
        url("<?= $randomImage ?>");

    background-size: 100% 100%;   /* auto, hauteur 100% */    background-repeat: no-repeat;
    background-position: center;

    padding: 30px 40px;
    color: white;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}



		
    }



}

.mobile-nav {
    display: flex;
    flex-direction: column;

}

.mobile-nav .submenu {
    align-self: flex-start;
    margin-left: 20px;
}

.share-buttons-container {
    text-align: center; /* centre tout le contenu */
    margin-bottom: 20px;
}

.share-title {
    display: block;       /* force le texte sur sa propre ligne */
    font-weight: bold;    /* texte en gras */
    margin-bottom: 10px;  /* espace entre le texte et les boutons */
    font-size: 1rem;
}

.share-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;       /* évite débordement */
}

.share {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;     /* texte en gras */
    transition: 0.2s;
}

/* Facebook */
.share.facebook { 
    color: #1877F2; 
}
.share.facebook:hover { 
    background: #1877F220; 
}

/* WhatsApp */
.share.whatsapp { 
    color: #25D366; 
}
.share.whatsapp:hover { 
    background: #25D36620; 
}

/* Email */
.share.email { 
    color: #EA4335; 
}
.share.email:hover { 
    background: #EA433520; 
}

/* Copy link */
.share.copy { 
    color: #555; 
}
.share.copy:hover { 
    background: #00000010; 
}


.aside-blason {
    text-align: center;
    margin-bottom: 15px;
}

.aside-blason img {
    width: 90px;
    height: auto;
    opacity: 0.9;
    transition: 0.2s ease;
}

.aside-blason img:hover {
    transform: scale(1.05);
    opacity: 1;
}


.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px; /* espacement identique */
    flex-wrap: wrap;
    padding: 20px 10px;
    background: #f8f8f8;
    border-top: 1px solid #ddd;
    text-align: center;
}

.footer-logos img {
    height: 48px; /* logos plus petits */
    width: auto;
    object-fit: contain;
    display: block;
    transition: 0.2s ease;
    opacity: 0.9;
}

.footer-logos img:hover {
    transform: scale(1.04);
    opacity: 1;
}

.footer-bottom {
    text-align: center;
    padding: 12px;
    background: #efefef;
    font-family: Arial, sans-serif;
    font-size: 0.875rem;
}

.footer-bottom a {
    color: #333;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}
.accordion-toggle {
    display: block;
    width: 100%;
    padding: 8px 12px;          /* indentation modérée */
    background-color: #ffffff;   /* fond noir par défaut */
    border: none;
    text-align: left;
    border-radius: 5px;          /* coins arrondis */
    font: inherit;
    font-weight: normal;
    color: #000000;              /* texte blanc par défaut */
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.accordion-toggle:hover,
.accordion-toggle:focus {
    background-color: #bb3628;  /* fond rouge-brun au survol */
    color: #efea81;             /* texte jaune clair */
    font-weight: bold;           /* texte en gras */
    outline: none;
}

	#toggleContrast {
    position: absolute;
    top: 10px;       /* distance du haut */
    right: 10px;     /* distance de la droite */
    z-index: 1000;   /* au-dessus des autres éléments */
    padding: 10px;   /* padding uniforme pour un rond parfait */
    font-size: 1.25rem;
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;

    border-radius: 50%; /* 🔥 rond parfait */
    width: 40px;        /* largeur fixe */
    height: 40px;       /* hauteur fixe pour un cercle parfait */
    display: flex;
    align-items: center;
    justify-content: center; /* centre le symbole ◐ */
    text-align: center;
}

#toggleContrast:hover {
    background-color: #fff;
    color: #000;
}

#font-size-toggle {
	position: absolute;
    top: 60px;       /* distance du haut */
    right: 10px;     /* distance de la droite */
	z-index: 1000;   /* au-dessus des autres éléments */
    padding: 10px;   /* padding uniforme pour un rond parfait */
    font-size: 0.875rem;
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;

    border-radius: 50%; /* 🔥 rond parfait */
    width: 40px;        /* largeur fixe */
    height: 40px;       /* hauteur fixe pour un cercle parfait */
    display: flex;
    align-items: center;
    justify-content: center; /* centre le symbole ◐ */
    text-align: center;
}
#font-size-toggle:hover {
    background-color: #fff;
    color: #000;
}
		
		
#toggleView {
	position: absolute;
    top: 115px;       /* distance du haut */
    right: 10px;     /* distance de la droite */
	z-index: 1000;   /* au-dessus des autres éléments */
    padding: 10px;   /* padding uniforme pour un rond parfait */
    font-size: 0.875rem;
	background-color: #fff;
    color: #000;
    border: 2px solid #fff;
    cursor: pointer;

    border-radius: 50%; /* 🔥 rond parfait */
    width: 40px;        /* largeur fixe */
    height: 40px;       /* hauteur fixe pour un cercle parfait */
    display: flex;
    align-items: center;
    justify-content: center; /* centre le symbole ◐ */
    text-align: center;
}
#toggleView:hover {

    background-color: #bb3628;
    color: #fff;
}
		
		