
/* Created by Artisteer v4.3.0.60745 */
 

	 body {
		 font-family: Arial, sans-serif;
           background: url("image/fond.webp") no-repeat center center fixed;
   
    background-size: cover;  
		
            color: gold;
           top: 0 !important;
           max-width: 1200px; /* Limite la largeur sur grand écran */
    margin: 0 auto;    /* Centrer le contenu */
    padding: 10px;
    margin-top: 30px;

    }
		
        .art-content .art-postcontent-0 .layout-item-0 {
            padding-top: 0px;
            padding-right: 20px;
            padding-bottom: 10px;
            padding-left: 20px;
        }
        .ie7 .art-post .art-layout-cell {
            border: none !important;
            padding: 0 !important;
        }
        .ie6 .art-post .art-layout-cell {
            border: none !important;
            padding: 0 !important;
        }
        select {
            width: 240px;
            height: 25px;
            border-width: 0px;
            border-color: rgba(50, 50, 50, 0.14);
        }
       
        .container2 {
             display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
        }





        .folder {
 display: inline-block;
            width: 15%;
			height:15%;
            margin: 10px;
             padding: 10px 15px;
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }

        .folder:hover {
            background-color: darkgoldenrod;
			color: red!important;
        }
         .folder a.active {
            background-color: darkgoldenrod;
			color: blueviolet;
        }
        .selected {
            background-color: mediumvioletred;
            color: #000 !important;
        }
        .pagination {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        .pagination a {
            color: gold;
            padding: 8px 16px;
            text-decoration: none;
            transition: background-color .3s;
            border: 1px solid #ddd;
            margin: 0 4px;
            border-radius: 5px;
        }
        .pagination a.active {
            background-color:#B100FF;
        }
      

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }
        .iframe-container {
            width: 1200px;
            height: 1200px;
			 background-color: rgba(0, 0, 0, 0.5);
    
	        }
        .iframe-container iframe {
            background-color: rgba(0, 0, 0, 0.5);
            width: 1200px;
            height: 100%;
            border: none;
		
			
			
        }
        .search-box {
            margin-bottom: 20px;
        }
   		.highlight {
    background-color: yellow;
    color: black; /* Assure que le texte mis en surbrillance est visible */
}

.art-content .art-postcontent-0 .layout-item-0 { padding-top: 0px;padding-right: 20px;padding-bottom: 10px;padding-left: 20px;  }
.ie7 .art-post .art-layout-cell {border:none !important; padding:0 !important; }
.ie6 .art-post .art-layout-cell {border:none !important; padding:0 !important; }

/* Par défaut pour tous les écrans */

/* Pour les écrans de tablettes (moins de 768px) */
@media (max-width: 768px) {
    body {
		 font-family: Arial, sans-serif;
            background-color: #000;
            color: gold;
        max-width: 90%; /* Réduit la largeur sur les tablettes */
    }
.container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
	 padding: 10px; /* Réduisez les marges ou le padding si nécessaire */
}
  
}

/* Pour les écrans encore plus petits (smartphones) */
@media (max-width: 480px) {
    body {
		 font-family: Arial, sans-serif;
            background-color: #000;
            color: gold;
        max-width: 100%; /* Utilise toute la largeur pour un petit écran */
        padding: 5px;
    }

    .container {
	
        font-size: 14px; /* Ajustez la taille des textes si besoin */
    }
}
a {
  color: white;
}

/* Lien survolé avec la souris */
a:hover {
  color: red;
}


/* Lien actif (quand vous cliquez dessus) */
a:active {
  color: blue;
}

/* Style du sous-menu principal */
.dropdown {
    position: relative;
    display: inline-block;
}




.dropdown-content {
    display: none;
    position: absolute;
    background-color: gold;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 10;
border-radius: 5px;
}


.dropdown-content a {
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: gold;
}

/* Affichage du menu au survol */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Sous-menu */
.sub-dropdown {
    position: relative;
	border-radius: 5px;

}

.sub-dropdown-content {
    display: none;
    position: absolute;
    left: 100%; /* Décalage pour apparaître à droite */
    top: 0%;
	 transform: translateY(-0%); /* Décalage vers le haut de 50% de sa propre hauteur */
    background-color: gold;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 11;
}


/* Affichage du sous-menu au survol */
.sub-dropdown:hover .sub-dropdown-content {
    display: block;
}
.refresh-button {
    padding: 8px 16px;
    font-size: 16px;
    background-color: #2c7be5;
    color: white;
    border: none;
    border-radius: 6px;
	
    cursor: pointer;
}
.refresh-button:hover {
    background-color: #1a5dc9;
}

/* Empêche l'ouverture automatique au survol */
.dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 999;
	
}

/* Affiche manuellement avec classe open */
.dropdown.open .dropdown-content {
    display: block;
}

/* Même chose pour les sous-menus */


.sub-dropdown:hover .sub-dropdown-content,
.sub-dropdown:focus-within .sub-dropdown-content {
    display: block;
	min-width: 400px;
}
.black-section {
    background-color: black;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}
.black-section table {
    background-color: black;
}
.translucent-section {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
}
.translucent-section table {
    background-color: transparent;
}

.ma-table-arrondie {
    background-color: rgba(0, 0, 0, 0.8);
  /*  background-color: #262626; */
    border-collapse: collapse;
    border-radius: 10px;
    height: 500px;
    width: 1270px;
  
}

/* CSS pour masquer le bandeau "Translate" de Google */

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
