@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
/* CSS Document */

html {
    height: 100%;
    background: rgba(191,221,244,1.00);
}
body {
	margin: auto 0;
    font-family: 'Roboto', 'Times', 'sans-serif';
    width: 100%;
}
#header {
	height: 150px;
	margin: 0;
	background-image: -webkit-linear-gradient(270deg,rgba(191,221,244,1.00) 0%,rgba(154,202,239,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(191,221,244,1.00) 0%,rgba(154,202,239,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(191,221,244,1.00) 0%,rgba(154,202,239,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(191,221,244,1.00) 0%,rgba(154,202,239,1.00) 100%);
}
#header2 {
    max-width: 1024px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#footer {
    width: 100%;
    background: white;
    margin: 0 auto;
}
#footer2 {
    max-width: 1024px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    height: 20px;
    background-color: #333;
}
#footer3 {
	height: 150px;
	background-image: -webkit-linear-gradient(270deg,rgba(154,202,239,1.00) 0%,rgba(191,221,244,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(154,202,239,1.00) 0%,rgba(191,221,244,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(154,202,239,1.00) 0%,rgba(191,221,244,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(154,202,239,1.00) 0%,rgba(191,221,244,1.00) 100%);
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}
#footer4 {
    max-width: 1024px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    height: 30px;
    background-color: #333;
    z-index: 6;
    line-height: 6px;
    display: block;
}
p {
    line-height: 20px;
}
ul {
    line-height: 20px;
}
hr {
    border: none;
    border-top: 1px solid rgba(151,151,151,1.00);
    color:rgba(151,151,151,1.00);
    overflow: visible;
    text-align: center;
    height: 5px;
    margin-top: 70px;
    width: 95%;
}
hr:after {
    background: #fff;
    content: '*';
    padding: 0 4px;
    position: relative;
    top: -6px;
}
a {
	text-decoration: none;
	color: rgba(38,114,181,1.00);
}
a:hover {
	text-decoration: underline;
	color: rgba(104,167,223,1.00);
    cursor: pointer;
}
h1 {
    font-size: 24px;
    text-decoration: underline;
    text-align: justify;
    padding: 30px 20px 0px 20px;
}
h2 {
    color: rgba(55,154,255,1.00);
    font-size: 18px;
    text-decoration: none;
    text-align: justify;
    padding-top: 20px;
}
.container {
    display: flex;
    width: 100%;
}
.titre1 {
    color: white;
    font-size: 20px;
    padding-top: 30px;
    padding-left: 15px;
    line-height: 35px;
}

.titre1 a {
    color: white;
    
}
.titre1 a:hover {
    color: white;
}
.titre2 {
    font-size: 13px;
}
.texte {
    padding-left: 20px;
    padding-right: 20px;
}
.texte_center {
    text-align: center;
}
.topnav {
    overflow: hidden;
    background-color: #333 !important;
    display: block;
    margin-top: -75px;
    width: 100%;
    
}
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 15px;
}
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: rgba(40,74,131,1.00);
    color: white;
    font-weight: 500;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


.contenu {
    background: white;
}
.contenu1 {
	max-width: 1024px;
    width: 100%;
    margin: 0px auto;
    padding: 50px 0px;
    text-align: justify;
    font-size: 14px;
    
}
.contenu2 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.contenu3 {
	margin-top: 30px;
}
.contenu4 {
	margin-top: 30px;
    margin-bottom: 40px;
}
.lire_la_suite {
	background: rgba(58,107,192,1.00);
	border: 1px solid rgba(29,54,97,1.00);
    color: white;
    padding: 12px 25px;
    float: right;
    margin-top: 0px;
    margin-right: 40px;
    margin-bottom: 20px;
    border-radius: 50px;
}
.lire_la_suite:hover {
    background: rgba(47,88,158,1.00);
    cursor: pointer;
}
.lire_la_suite2 {
	background: rgba(58,107,192,1.00);
	border: 1px solid rgba(29,54,97,1.00);
    color: white;
    padding: 12px 25px;
    float: right;
    margin-top: 0px;
    margin-right: 40px;
    margin-bottom: 20px;
    border-radius: 50px;
}
.lire_la_suite2:hover {
    background: rgba(47,88,158,1.00);
    cursor: pointer;
}
.table_FAEEQ {
    width: 100%;
    color: white;
    font-size: 12px;
}
.table_FAEEQ1 {
    text-align: left;
    padding-left: 15px;
}
.table_FAEEQ1 a {
    color: white;
}
.table_FAEEQ2 {
    text-align: right;
    padding-right: 15px;
}
.table_organigramme {
	width: 100%;
	border-spacing: 0px 0px;
    border-collapse: collapse;
    
}
.table_organigramme td {
	padding: 15px 15px;
	border-bottom: 1px solid rgba(55,102,182,1.00);
}
.table_organigramme th {
	padding: 15px 15px;
	background-color: rgba(88,131,204,1.00);
}
.table_organigramme1 {
	background-color: rgba(225,232,244,1.00);
}
.table_organigramme2 {
	border-bottom: 2px solid rgba(40,74,131,1.00);
}
.table_EEQ {
	width: 100%;
	border-spacing: 0px 0px;
    border-collapse: collapse
}
.table_EEQ td {
	padding: 7px 7px;
	border: 1px solid rgba(55,102,182,1.00);
}
.table_EEQ th {
	padding: 15px 7px;
	background-color: rgba(88,131,204,1.00);
    border: 1px solid rgba(55,102,182,1.00);
}
.table_EEQ2 {
	border-bottom: 3px solid rgba(40,74,131,1.00) !important; 
}
.table_EEQ3 {
	border-bottom: 3px solid rgba(40,74,131,1.00) !important;
    width: 280px;
    text-align: center;
}
.table_EEQ4 {
	border-bottom: 3px solid rgba(40,74,131,1.00) !important;
}
.table_EEQ_bg1 {
	background-color: rgba(200,213,235,1.00);
}
.table_EEQ_bg2 {
	background-color: rgba(247,249,252,1.00);
}
.image_logo {
    width: 270px;
}
.image_logo1 {
    padding-left: 55px;
}
.table_membres {
	width: 100%;
	border-spacing: 0px 0px;
}
.table_membres td {
	padding: 15px 15px;
	border-bottom: 1px solid rgba(55,102,182,1.00);
}
.table_membres1 {
    height: 150px;
}
.table_membres2 {
    text-align: center;
}
@media screen and (max-width: 750px) {
    .logo_FAEEQ {
        width: 600px;
    }
}
@media screen and (max-width: 650px) {
    .titre2 {
        font-size: 9px;
    }
    .image_logo {
        width: 110px;
    }
    .image_logo1 {
        width: 110px;
        padding-left: 0px;
    }
    .table_organigramme{
        font-size: 12px;
    }
    .logo_FAEEQ {
        width: 500px;
    }
    .table_EEQ3 {
        width: inherit;
    }
    .display_none {
        display: none;
    }
}
@media screen and (max-width: 550px) {
     .logo_FAEEQ {
        width: 450px;
    }
}
@media screen and (max-width: 500px) {
     .logo_FAEEQ {
        width: 450px;
    }
}
@media screen and (max-width: 450px) {
     .logo_FAEEQ {
        width: 400px;
    }
}
@media screen and (max-width: 400px) {
    .logo_FAEEQ {   
        width: 320px;
    }
}

/* TEST NOUVEL AFFICHAGE DES EEQ PAR GESTIONNAIRE*/
.card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

/* Header */
.card-header {
    background: linear-gradient(135deg, #0055a5, #0077cc);
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.card-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.header-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 4px;
}
.contact-item .material-icons {
    font-size: 20px;
}
.contact-item a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    transition: opacity 0.3s ease, text-decoration 0.3s ease;
}
.contact-item a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Accordion */
.accordion {
    background: #f9f9f9;
    padding: 15px 20px;
}
.toggle-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.toggle-btn .toggle-text {
    display: flex;
    align-items: center;
    gap: 8px;
}
.toggle-btn .material-icons {
    font-size: 24px;
    transition: transform 0.3s ease, background 0.3s ease;
    border-radius: 50%;
    padding: 4px;
}
.toggle-btn:hover .material-icons {
    background: #e0e0e0;
}
.toggle-btn.active .material-icons {
    transform: rotate(180deg);
}

/* Badge rond parfaitement centré */
.badge-count {
    background: #0077cc;
    color: white;
    border-radius: 50%;
    width: 28px;  /* diamètre fixe */
    height: 28px;
    font-size: 12px;
    display: flex;
    align-items: center;         /* centrage vertical */
    justify-content: center;     /* centrage horizontal */
    flex-shrink: 0;
    line-height: 1;
    /* Ajustement manuel vertical si nécessaire */
    position: relative;
    top: 0px;
}

/* Program list */
.programs {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.program {
    padding: 10px;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease;
}
.program:nth-child(odd) {
    background: #fff;
}
.program:nth-child(even) {
    background: #f5f5f5;
}
.program:hover {
    background: #f0f8ff; /* micro-hover subtil */
}

/* Responsive mobile */
@media (max-width: 600px) {
    .card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .header-icons {
        flex-direction: column;
        gap: 10px;
    }
}

