

/********************************************************************/
/*  ANCIENS STYLES : */ 
/*PROPRIETES GENERALES - GENERAL PROPERTIES                       */
/********************************************************************/
body
{
	background: url('/style02/')   ;
}

#conteneur {
	background-color: #C0C0C0; 
	width:100%; 
	margin: auto; 
}
.adminmsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #353F55;
	margin-top: 25px;
	margin-bottom: 0;
	text-align: right;
}
#closebutton {
	border: 1px solid #A29DFB;
	background-color: #FFFFCC;
	color: #FF0000;
	width: 40%;
	text-align: center;
	margin: auto;
}
#root {
	position: absolute;
	width: 300px;
	margin-left: 2%;
	margin-top: 50px;
	background-color: #F4F4F4;
	border: 1px solid #333;
	z-index: 100;
}
#handle {
	margin: 2px;
	padding: 5px;
	width: 95%;
	color: white;
	background-color: navy;
	font-weight: bold;
	text-align: center;
}
#admin {
	width: 100%;
	color: #000000;
	font-family: Arial;
	font-size: 0.8em;
}
#leftshadow, #rightshadow {
	width: 100%;
	background: #C0C0C0;

}

/********************************************************************/
/*  BOITE DE DIALOGUE FORMULAIRE - FORM DIALOG BOX                  */
/********************************************************************/
#formconfirmation {
	text-align: center;
	position: absolute;
	left: 400px;
	margin-top: 100px;
	border: 20px solid #A29DFB;
	width: 600px;
	height: 300px;
	z-index: 2;
	background: #fff url('../images/Dialog_bg.gif') repeat-x;
	background-position: top;
} 
/********************************************************************/
/*  CONFIGURATION L ALBUM PHOTO - PHOTOGALLERY CONFIGURATION         */
/********************************************************************/
.photobody {
	margin: 0px;
	margin-bottom: 0px;
	background-color: #C9D9E1;
	background: url('../images/Dialog_bg.gif') repeat-x;
}
div.noscroll {
	height: 220px;
	width: 300px;
	overflow: auto;
	padding: 8px;
}
.TabPhoto {
	border: 1px solid #333399;
}
.out {
	display: block;
	background: #bbb;
	border: 1px solid #ddd;
	position: relative;
	margin: 3em 0;
}
.in {
	text-align: center;
	background: #fff;
	border: 1px solid #555;
	position: relative;
	padding: 5px;
	font-weight: normal;
}
.ltin {
	left: -5px;
}
.tpin {
	top: -5px;
}
.narrow {
	width: 8em;
}
/* change to suit */
#titrepagebg {
	background-image: url('../images/espaceur.gif');
}
/********************************************************************/
/*      CAT ADMIN TITLES 						        */
/********************************************************************/
.admh1 {
	color: #000000;
	font-size: 14pt;
	background: #336699 url('../images/AdmTop.gif') repeat-x;
	height: 30px;
	text-indent: 15px;
	margin-top: 0px;
	position: relative;
	width: 100%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin-bottom: 20px;
}
.admh2 {
	color: #0000FF;
	font-size: 12pt;
	font-weight: bold;
}
.admh3 {
	color: #0000FF;
	font-size: 12pt;
	font-weight: bold;
}
.adminpopup {
	font-size: 12pt;
	background: url('../images/AdmBackground.gif');
}
.adminpopup table {
	font-size: 10pt;
	font-family: Verdana;
	padding: 0 10px;
	width: 80%;
}
.adminpopup h1 {
	background-position: 10px;
	text-align: left;
	text-indent: 30px;
	font-family: verdana;
	font-size: small;
	background-color: #EBEBE9;
	padding: 5px;
	background-image: url('../imagesCSS/FlecheUpload.gif');
	background-repeat: no-repeat;
	margin-top: 20px;
}
.admclosebtn {
	position: relative;
	text-align: right;
	margin-right: 150px;
	float: right;
	z-index: 99;
}
.admclosebtn input {
	background-color: #333333;
	color: #ffffff;
}
.admclosebtn input:hover
 {
	background-color: #ff0000;
	color: #ffffff;
}

.homepagesubtable {
	color: #000000;
	border: #C0C0C0 solid 1px;
	height: 250px;
}
.adminhiddencontents_titles a {
	color: #000;
	padding-left: 10px;
	font-weight: 700;
}
.adminhiddencontents_titles {
	background-position: bottom;
	background-image: url('../imagesCSS/top_panel_bg.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 287px;
}
.folder {
	text-indent: 10px;
	width: 100%;
}
.wspadding {
	padding: 10px;
	margin: 10px;
}
	/**********************************************************************/
	/*             CONTENUS DYNAMIQUES                         */
	/**********************************************************************/
#maincontainer {
	
	width: 100%;
}


#contentcolumn {
	background-color: #C0C0C0;
	margin-left: 230px;
}



/*  GEZSTION DES ONGLETS ADMIN */


/* Style général des onglets */
.admin_onglet {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ddd;
  color: #000;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 5px;
  font-weight: bold;
}

.admin_onglet.active {
  background-color: #ffffff;
  border-bottom: 2px solid #fff;
}

/* Contenu des onglets */
.admin_contenu {
  display: none;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #fff;
}

.admin_contenu.active {
  display: block;
}

/*ACCORDEON LANGUES PAGES*/
.language_accordeon {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.language_accordeon_item {
  border-bottom: 1px solid #ddd;
}

.language_accordeon_title {
  background-color: #f5f5f5;
  padding: 12px 16px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.language_accordeon_title::after {
  content: '[+]';
  position: absolute;
  right: 16px;
  font-weight: normal;
  transition: transform 0.3s;
}

.language_accordeon_item.active .language_accordeon_title::after {
  content: '[−]';
}

.language_accordeon_content {
  display: none;
  padding: 20px;
  background-color: #fff;
}

.language_accordeon_item.active .language_accordeon_content {
  display: block;
}

/* BOITES DE DIALOGUE ADMIN - LIGHTBOX ADMIN*/

	/* Lightbox styles */
	#lightbox-overlay {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100vw; height: 100vh;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
	}

#lightbox-content {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  overflow: auto; /* Permet de scroller si le contenu déborde */
  max-width: 95vw; /* Max 95% de la largeur de la fenêtre */
  max-height: 90vh; /* Max 90% de la hauteur */
  box-sizing: border-box;
}




	#lightbox-content iframe {
	display: block;
	border: none;
	width: 100%;
	height: 100%;
	}

	#lightbox-close, .lightbox-close {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #333;
	cursor: pointer;
	z-index: 10000;
	color: #FFFFFF;
	background: #2a517a;
	border-radius: 4px;
	}
	.adminimage {padding: 5px}
	.admin-section {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

.admin-block {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

.yellow-bg {
	background-color: #ffffcc;
}

.light-orange-bg {
	background-color: #FFEFD7;
}

.admin-icon {
	float: left;
	margin-right: 10px;
}

.admin-info {
	overflow: hidden;
}

.admin-head {
	font-size: 1.2em;
}

.admin-actions-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.admin-actions-grid img {
	width: 50px;
	height: 50px;
	transition: transform 0.2s;
	display: flex
}

.admin-actions-grid img:hover {
	transform: scale(1.1);
}

.disk-full-message {
	text-align: center;
	margin: 40px auto;
	padding: 30px;
	background-color: #ffe6e6;
	border: 1px solid #ff9999;
	border-radius: 5px;
}

.flexspacebetween
	{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0.5rem;
	}
.flexspacebetweenN
	{
	display: flex;
	align-items: center;
	padding: 0.5rem;
	}
.flexspacebetweenpages
	{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}


	.maineditor
	{
	margin: 0px;
	}


.divcentre {
  display: flex;
  flex-direction: column; /* Organise les éléments en colonne */
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
  height: 50vh;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* Ratio 16:9 */
    height: 0;
    overflow: hidden;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*********** SLIDER ***************
***********************************/
    .slider-container {
        position: relative;
		
        max-width: 100%;
		
        height: 300px;
		
        margin: 0 auto;
        overflow: hidden;
		border-radius: inherit;
		margin-bottom: 20px;
    }

.slider {
    display: flex;
    height: 100%;
    transition: transform 0,5s ease-in-out;
    
}

.slide {
    flex: 0 0 100%;
    position: relative;
    height: 100%;;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    
}

.nav-arrow.prev { left: 10px; z-index:4; }
.nav-arrow.next { right: 10px; z-index: 4;}

.caption {
    position: absolute;
    
        display: block;
    
}

    @media (max-width: 768px) {
        .slider-container {
            height: 0px; 
        }

		.escamotable
		{
			display: none;
			visibility: hidden;
		}
		tr {
		display: flex;
		flex-direction: column;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-bottom: 10px;
		}
		td {
		width: 100%;
		}


    }

/********************************************************************/
/*  AUTHENTIFICTION                 */
/********************************************************************/
.authentification {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  }
#newsslider, #navigation {
	width: 180px;
	height: 83px;
}

#navigation {
	width: 180px;
	height: 20px;
}

.icones_admin {
	color: red;
}


/********************************************************************/
/*  FIN DES ANCIENS STYLES - END OF OLD STYLES                       */	

/********************************************************************/

/*  NOUVEAUX STYLES	                       */


