/* CSS Document */

/* Codes Couleurs : 

Bleu : #1a1e2f
Jaune : #EFC641

*/ 

body {
	font-family: 'Roboto', Sans-serif; 
}
/* FONT */ 
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* STYLE PAGE */ 

.navbar {
    padding: 10px 20px;
	background-color: #1a1e2f;
	color: #FFFFFF;
}

.navbar-brand {
    font-size: 15pt;
	background-color:;
	color: #ffffff; 
	
}

.nav-link {
    font-size: 15pt;
	background-color: #1a1e2f;
	color: #ffffff;
	font-weight: normal;
}
.nav-link a {
    font-size: 15pt;
	color: #ffffff;
	font-weight: normal;
}
.nav-link a:hover { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.navbar-toggler {
	color: #ffffff;
	background-color: #1a1e2f;
}

.dropdown-menu-right {
    background-color: #1a1e2f;
}
.dropdown-menu-right a:hover {
    color: #1a1e2f;
    background-color: #EFC641;
}

.page {
    background-color: #FFFFFF; 
    color: auto; 
    padding: 100px 0; 
    text-align: center; 
}


.footer {
    background-color:#1a1e2f; 
	color: #ffffff;
    padding: 20px 0; 
    text-align: center; 
}
footer a {
     color: #fff;
     text-decoration: none;
        }
footer a:hover {
    color: #fff; 
	font-weight: bold ;
   	text-decoration: underline;	
}
h1 {
	color: #ffffff;
	font-size: 20pt;
	font-weight: bold ;
   	text-decoration: none;	
}
	.rounded-section {
  background-color: #EFC641 ;
  border-radius: 20px;
  padding: 30px;
  margin: 50px auto;
}

	.rounded-section-2 {
  background-color: #ffffff ;
  border-radius: 20px;
  padding: 30px;
  margin: 50px auto;
}


h2 { 
	font-size: 40pt;
}

h6 { 
	font-size: 30pt;
}
h4 { 
color: #000000;
}
h4 a { 
	color: #00000;
}
h4 a:hover {
	
	color: #1a1e2f;
	text-decoration: underline;
}
.texte {
	font-size: 12pt;
}

.texte-millieu { 

	justify-content: center;
 	align-items: center;
	align: center;
}

.lien_img img {
	transition: transform 0.3s;
}
        
.lien_img img:hover {
	transform: scale(1.1);
}

#actus-1 { 
	border: medium; 

} 

h22 {
	font-size: 12pt;
	color: black;

}

h22 a { 
	color: #0000000;
	text-decoration: none;
}
h22 a:hover {
	
	color: #1a1e2f;
	text-decoration: underline;
}
.custom-btn {
      width: auto;
      height: auto; 
      padding: 10px;
      font-size: 16px; 
}

/* Style pour la fenêtre modale */
.modal {
    display: none; /* Masquée par défaut */
    position: fixed; /* Reste en place avec le scroll */
    z-index: 1; /* Au-dessus de tout le contenu */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Fond semi-transparent */
    display: flex;
	display: none; /* Masquée par défaut */
    align-items: center;
    justify-content: center;
}
.modal-content {
    background-color: #EFC641; /* Couleur de fond bleu */
    color: white; /* Couleur du texte en blanc pour un bon contraste */
    padding: 20px;
    border-radius: 10px; /* Bords arrondis */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Ombre autour de la fenêtre modale */
    position: relative;
    width=100% ; 
	height=100% ;
	max-width: 1000px; /* Largeur maximale de la fenêtre modale */
    /* width: 90%; /* Largeur de la fenêtre modale */
    overflow: hidden; /* Cacher le débordement */
}
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #1a1e2f ; /* Couleur de fond de la table en blanc */
    color: white; /* Couleur du texte en noir */
}
table, th, td {
    border: 1px solid #888;
}
th, td {
    padding: 10px;
    text-align: center;
}
th {
    background-color: #1a1e2f;
	 text-align: center;
    color: white; /* Couleur du texte des en-têtes en noir pour un bon contraste */
}

.voirplusbtn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background: #1a1e2f;
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    align-items: center;
}

.voirplusbtn:hover {
    color: white;
    background:  #1a1e2f;
    transform: scale(1.1);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.voirplusbtn:active {
    color: white;
    transform: scale(1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Articles */ 
.article-custom-image {
   width: 50%; 
}
.article-retour {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background: #1a1e2f;
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    align-items: center;
}

.article-retour:hover {
    color: black;
    background: #EFC641 ;
    transform: scale(1.1);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.article-retour:active {
    color: black;
    background: #EFC641 ;
    transform: scale(1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.footer-articles {
    background-color:#1a1e2f; 
	color: #ffffff;
    padding: 20px 0; 
    text-align: center; 
    bottom: 0;
      position: relative;
}
