/********************************************************************/
/*  ANCIENS STYLES                            */
:root {
  --ws-shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
  --ws-shadow-md: 0 4px 16px rgba(0,0,0,0.13);
  --ws-shadow-lg: 0 8px 32px rgba(0,0,0,0.18);
}

html {
	margin: 0px;
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0px;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow-x: hidden; 
}
a {
	font-weight: normal;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
.fondblanc {
    background-color: #ffffff;
    padding: 2rem; 
    max-width: 1200px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 8px;
}
a:visited {
	font-size: 12px;
	color: #000000;
}
a:hover {
	color: #980e10;
	text-decoration: none;
}
img, video {
	border: 0px;
	max-width: 100%;
	height: auto;
}
#contentcolumn ul {
	list-style-image: url('puce_ul.jpg');
}
blockquote, cite {
	background-color: #EEF7FD;
	padding: 5px;
}
#maincontainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto;
	background-color: #ffffff;

}
#contentwrapper {
	float: left;
	width: 100%;
	text-align: left;
}
#contentcolumn {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#contentcolumn a:link, #contentcolumn a:visited {
	color: #cf1519;
}
#contentcolumn a:hover {
	color: #00559E;
}
#leftcolumn {
	float: left;
	margin-left: -100%;
	background: #fff;
	z-index: 30;
	padding-top: 30px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.separator {
	clear: both;
	height: 5px;
}



/**********************************************************************/
/*                           LANGUAGE SELECTOR                        */
/**********************************************************************/
#languagelector {
  padding-bottom: 1rem;
  text-align: left;
  position: absolute;
  left: 16px;
  top: 15px;
  z-index: 10;
}



/* Le conteneur principal avec votre ID */
#languagelector {
    display: inline-block;
    font-family: Arial, sans-serif;
}

/* Le bouton qui simule le <select> */
#languagelector .dropdown-btn {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    font-size: 14px;
    min-width: 130px;
    justify-content: space-between;
}

/* La petite flèche du sélecteur */
#languagelector .dropdown-btn .arrow {
    font-size: 10px;
    color: #666;
}

/* Le menu déroulant (masqué par défaut) */
#languagelector .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 100%;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
    z-index: 10;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 2px;
    box-sizing: border-box;
}

/* Les options (liens) à l'intérieur du menu */
#languagelector .dropdown-content a {
    color: #333;
    padding: 8px 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

/* Effet au survol d'une langue */
#languagelector .dropdown-content a:hover {
    background-color: #f5f5f5;
}

/* Style pour la langue actuellement sélectionnée */
#languagelector .dropdown-content a.active {
    background-color: #e8f0fe;
    font-weight: bold;
}

/* L'effet de survol qui ouvre le menu */
#languagelector:hover .dropdown-content {
    display: block;
}

/* Taille et rendu des drapeaux */
#languagelector .flag-img {
    width: 20px;
    height: auto;
    border: 1px solid #eee; /* Évite que le blanc du drapeau se confonde avec le fond */
    display: inline-block;
}






/**********************************************************************/
/*    CONFIGURATION DE L ENTETE - HEADER CONFIGURATION                */
/**********************************************************************/
.logo {
	border: 0px;
}
.logoAuthentification {
	margin: 50px 0 0 30px;
	border: 0px;
	position: absolute;
}
.logotext {
    white-space: nowrap;
}

.logotextcolor1 {
    color: #68A4C4;
}

.logotextcolor1 a,
.logotextcolor1 a:hover,
.logotextcolor1 a:visited {
    color: inherit;
}

a .logotextcolor1 { color: #004B8A; }
a:hover .logotextcolor1 { color: #012f55; }

.logotextcolor2 {
    color: #C8951A;
}

.logotextcolor2 a,
.logotextcolor2 a:hover,
.logotextcolor2 a:visited {
    color: inherit !important;;
}
a .logotextcolor2 { color: #C8951A; }
a:hover .logotextcolor2 { color: #C8951A; }

.logoAuthentification {
    margin: 50px 0 0 30px
}
#header {
	width: 100%;
	height: 133px;
	margin: 0 0 0 0;
	background-repeat: no-repeat;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#titresite {
	margin: 0;
	width: 98%;
}

.menu_responsive {
	display: none;
	visibility: hidden;
}


#titresite p {
	margin: 0;
	font-family: inherit;
	font-size: large;
	color: #fff;
	width: 400px;
}
#adminhiddencontents {
	width: 100%;
	text-align: left;
	color: #000;
	position: absolute;
	background-color: #000;
	padding: 10px 0 10px 0;
	display: none;
	margin-top: 10px;
	margin: auto;
	z-index: 99;
}
#adminhiddencontents blockquote {
	background-color: #000000;
	padding: 5px;
}
#adminhiddencontents, #adminhiddencontents a {
	color: #fff;
}
/**********************************************************************/
/*    CONFIGURATION DU TITRE DES PAGES - PAGES TITLES CONFIGURATION    */
/**********************************************************************/
.titrepage {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16pt;
	font-weight: bold;
	display: block;
	background: #F2F2F2;
	width: 98%;
	margin: 10px 0;
	padding: 5px 5px 5px 0;
	border-top: solid 1px #535a6c;
	border-bottom: solid 1px #535a6c;
	color: #ffffff;
}
#leftborder {
	background: #ffffff;
}
hr {
	color: #2E8EDE;
	background-color: #2E8EDE;
}
	#leftshadow, #rightshadow {
		width: 100%;

	}
/**********************************************************************/
/* CONFIGURATION DE LA POLICE PAR DEFAUT - DEFAULT FONT CONFIGURATION */
/**********************************************************************/
font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/********************************************************************/
/*             CONFIGURATION DU MENU - MENU CONFIGURATION            */
/********************************************************************/
.menuheader a, .menuheader a:visited, .menuheader link, .menuheader a:hover {
	color: #FFFFFF;
}



.arrowlistmenu {
	margin-top: 10px;
}
.arrowlistmenu .menuheader {
	color: #ffffff;
	background: linear-gradient(to bottom, #4a6fab, #415c8c);
	margin-bottom: 10px;
	text-transform: uppercase;
	padding: 4px 0 4px 10px;
	cursor: pointer;
}

.menuheader.active{
	color: #ffffff;
	background: linear-gradient(to bottom, #cc3300, #770707);

}


.arrowlistmenu .openheader {
	background-image: url('titlebar-active.png');
	display: block;
}
.arrowlistmenu ul {
	list-style-type: none;
	margin-top: 0;
	margin-left: -2px;
	padding: 0;
	margin-bottom: 8px;
}
.arrowlistmenu ul li {
	padding-bottom: 2px;
}
.arrowlistmenu ul li a {
	color: #000066;
	background: url('arrowbullet.png') no-repeat center left;
	display: block;
	padding: 2px 0 0 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #cee1ef;
	font-size: 90%;
	text-align: left;
	width: 98%;
}	

.arrowlistmenu ul li a:hover {
    color: #980e10; /* Couleur au survol */
}

.arrowlistmenu ul li a.active {
    color: #ff0000; /* Couleur lors du clic actif */
}

.categoryitems li a {
	margin-left: 0px;
	width: 90%;
	padding-left: 0px;
	text-align: left;
}

.categoryitemssurvol:hover{
	background-color: #cee1ef;
}


.contentalert {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff3cd;
	color: #856404 !important;
	border: 1px solid #ffeeba;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin-top: 20px;
}


/********************************************************************/
/*   CONFIGURATION DU BLOC NEWS - NEWS BLOC CONFIGURATION            */
/********************************************************************/
#news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*height: 200px;*/
	padding: 0 5px 5px 5px;
	margin-top: 25px;
	border: 1px solid #0D335E;
	background: #EEF7FD;
}
#news h1 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	display: block;
	background-color: #74A6DB;
	padding: 7px;
	margin-top: -6px;
}
.playvideo {
	width: 100%
}
/********************************************************************/
/*   CONFIGURATION DE LA DATE - DATE CONFIGURATION                  */
/********************************************************************/
#datetime {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: -20px 10px 10px 10px;
	text-align: center;
	display: block;
	background: #00559E;
	padding: 5px;
}
/**********************************************************************/
/* CONFIGURATION DU MENU RAPIDE HAUT - QUICK MENU CONFIGURATION     */
/**********************************************************************/
#quickmenu {
	/*position: absolute;*/
	padding-top: 7px;
	text-indent: 0px;
	text-align: right;
	background-color: #fff;
	margin: auto;
	z-index: 1000;
	width: 100%;
}
#quickmenu img {
	border-bottom: 4px solid;
	padding-bottom: 2px;
}
.addblank {
	border-bottom: 0px;
	padding-right: 25px;
}
/**********************************************************************/
/* CONFIGURATION DU SELECTEUR GALERIE - GALERY SELECTOR CONFIGURATION */
/**********************************************************************/
#galeryselector {
	color: #000000;
	border-left: 1px solid #2731E7;
	border-right: 1px solid #2731E7;
	border-top: 1px solid #2731E7;
	border-bottom: 1px solid #2731E7;
	background-color: #E5E6FC;
	font-size: 8pt;
	font-family: Verdana;
}
#gal_container {
	margin: 25px 0 0 0;
	padding: 1px;
	border: 10px solid #CCCCCC;
}
/**********************************************************************/
/*          FOOTER CONFIG - CONFIGURATION DU PIED DE PAGE             */
/**********************************************************************/
#footer {
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}
#footer a {
	color: #ffffff;
}
.innertube {
	margin: 10px;
	margin-top: 0;
}
/**********************************************************************/
/* SLIDER CONFIG - CONFIGURATION DU SLIDER*/
/**********************************************************************/
#slider {
	border: 8px solid #C0C0C0;
	background-color: #666666;
	margin-left: -10px;
}

.caption {

    padding: 20px;
    bottom: 3px;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    text-align: right;
}

.caption h3 {
	color: #fff; 
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	text-transform: uppercase;
}
.caption p {
	padding: 5px 0 0 0;
}


.slider_btn {
	height: 50px;
	background: #68A4C4;
	border: 1px solid #68A4C4;
	cursor: pointer;
  border:1px solid #68A4C4;
  background: #68A4C4;
  padding: 10px 20px;
  border-radius: 5px;
}
/**********************************************************************/
/* CONTENT SWAPER - NEWS DEFILANTES*/
/**********************************************************************/
#Paajaxticker {
	height: 123px;
	background-color: #FEEEB8;
	text-align: left;
	background: url('newstickerbg.gif') repeat-y;
	color: #C0C0C0;
	padding: 30px 5px 5px 5px;
	font-family: verdana;
	font-size: 11px;
	margin: 0 10px 0 10px;
	overflow: hidden;
}
#Paajaxtickertitle {
	position: absolute;
	margin: 2px 10px 5px 15px;
	color: #002155;
	font-family: Verdana;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
}
#Paajaxticker div {
	color: #fff;
}
a .Paajaxcontent {
	color: #fff;
	font-family: arial;
	font-size: 12px;
	text-align: justify;

}
.horizontal_news_ticker_container {
  /*background-color: #e74c3c;*/
  display: flex;
  justify-content: space-between;
  margin: 0 auto;


}
a:link .PaajaxNewsTitle, a:visited .PaajaxNewsTitle {
	color: #fff;
}
a:hover .PaajaxNewsTitle {
	color: #FFFF00;
}

#responsivenewsticker {
  display: none; /* Caché par défaut */
  visibility: hidden; /* Caché par défaut */
}

@media (max-width: 970px) {
  #responsivenewsticker {
    display: block; /* Affiché uniquement si l'écran fait moins de 970px */
	visibility: visible; /* Visible uniquement si l'écran fait moins de 970px */
	margin-top: 20px;

  }
}

/**********************************************************************/
/* FORM */
/**********************************************************************/
.formtexttype {
    width: 100%;
    padding: 10px 14px;
    font-size: 15px;
    border: 1px solid #2f3b52;
    border-radius: 4px;
    background: #1a2537;
    color: #fff;

    /* Pour un rendu moderne */
    outline: none;
    transition: all 0.2s ease-in-out;
}

.formtexttype::placeholder {
    color: #9aa5b8;
}

.formtexttype:focus {
    border-color: #4da3ff;
    background: #223147;
    box-shadow: 0 0 0 2px rgba(77,163,255,0.3);
}

.folder {
	text-indent: 10px;
	width: 100%;
}
input, textarea, select, button {
	background-color: #EEEEEE;
}
textarea:hover, textarea:focus, input:hover, input:focus, select:hover, select:focus {
	background-color: #CDCDCD;
}
input[type=submit] {
	background-color: #009900;
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 5px;
}
input.boutonvert,
button.boutonvert {
    background-color: #009900;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
}

.BoutonRetour {
	position: absolute; 
	text-align: right; 
	float: right;
	 margin: -50px 100px 0 60% ; z-index: 1000
}
/**********************************************************************/
/*                      STYLES COMMUNS  - COMMON STYLES               */
/**********************************************************************/
h1 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	font-style: normal;
	padding-top: 0;
	color: #00559E;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	padding-top: 0;
	color: #00559E;
}
h3 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	padding-top: 0;
	color: #00559E;
}
h4 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	font-style: normal;
	padding-top: 0;
	color: #00559E;
}
.infodiv {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #FFF7D2;
  border-top: 1px dashed #FF0000;
  border-bottom: 1px dashed #FF0000;
  padding: 10px 15px;
  font-family: Verdana, sans-serif;
  font-size: small;
  gap: 15px;
}

.infodiv img {
  width: 24px;
  height: 24px;
}

.infodiv p {
  margin: 0;
  text-align: left;
}

/**********************************************************************/
/* CONFIGURATION DU SELECTEUR GALERIE - GALERY SELECTOR CONFIGURATION */
/**********************************************************************/
#galeryselector {
	color: #000000;
	border: 1px solid #2731E7;
	background-color: #E5E6FC;
	font-size: 8pt;
	font-family: Verdana;
}
.thumb {
	float: left;
	padding: 10px;
	margin: 10px;
	clear: right;
	text-align: center;
}
.thumb img {
	border: #002757 solid 1px;
}
.gal_menu a {
	font-weight: 700;
	font-family: verdana;
	font-size: 16px;
	color: #2E8EDE;
}
#gal_Photo_container h3 {
	font-weight: 700;
	font-family: verdana;
	font-size: 12px;
	color: #FF9900;
}
.titles {
	color: #ffffff;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	background-color: #e74c3c;
	margin: 20px 0px 20px 0px;
}

/**********************************************************************/
/* A retenir pour galeries responsives */
    body {
      margin: 0;
      font-family: sans-serif;
      background: #f4f4f4;
    }
    .Pagal_gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      padding: 20px;
    }
    .Pagal_item {
      text-align: center;
    }
	.Pagal_img {
	aspect-ratio: 4 / 3;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	}


    .Pagal_img:hover {
      transform: scale(1.05);
      cursor: pointer;
    }
    .Pagal_title {
      margin-top: 8px;
      font-size: 14px;
      color: #333;
    }
	.Pagal_title_lightbox {
	  color: #fff;
	  
	}
    .Pagal_lightbox {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.8);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }
    .Pagal_lightbox img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 10px;
    }
#Pagal_lightbox {
  display: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

#Pagal_lightbox_title {
  max-width: 90%;
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
  word-wrap: break-word; /* utile si tu as des mots longs ou URLs */
  white-space: normal; /* permet le retour à la ligne */
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
  margin: auto;
}

      body {
      margin: 0;
      font-family: sans-serif;
      background-color: #f4f4f4;
    }

    .Pagal_gallery_bar {
      display: flex;
      overflow-x: auto;
      gap: 10px;
      padding: 10px;
      background: #fff;
      scroll-behavior: smooth;
    }

    .Pagal_thumbnail {
      flex: 0 0 auto;
      width: 120px;
      height: 80px;
      object-fit: cover;
      cursor: pointer;
      border-radius: 5px;
      transition: transform 0.2s;
    }

    .Pagal_thumbnail:hover {
      transform: scale(1.05);
    }

    .Pagal_buttons {
      display: flex;
      justify-content: space-between;
      padding: 5px 10px;
      background: #eaeaea;
    }

    .Pagal_buttons button {
      padding: 5px 15px;
      font-size: 14px;
      cursor: pointer;
    }

.Pagal_preview {
  min-height: 100%; /* ou une valeur selon ton besoin */
  max-height: 100%; /* ou une valeur selon ton besoin */
  padding: 20px;
  box-sizing: border-box;
}

.Pagal_preview_img {
  width: 100%;
  max-width: none;
}

    .Pagal_preview_title {
      margin-top: 10px;
      font-size: 16px;
      color: #333;
    }

.Pagal_gallery_container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #fff;
}

.Pagal_gallery_bar {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  scroll-behavior: smooth;
  flex: 1;
}

.Pagal_nav {
  background: #eaeaea;
  border: none;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
}

/******Style 2*********/
    .S2_gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .S2_card {
      width: 300px;
      perspective: 1000px;
      position: relative;
    }

    .S2_card:hover {
      z-index: 10;
    }

    .S2_card_inner {
      position: relative;
      width: 100%;
      padding-top: 66.66%;
      transition: transform 0.6s;
      transform-style: preserve-3d;
    }

    .S2_card:hover .S2_card_inner {
      transform: rotateY(180deg);
    }

    .S2_card_front, .S2_card_back {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      border-radius: 10px;
      overflow: hidden;
    }

    .S2_card_front img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .S2_card_back {
      background: #222;
      color: white;
      transform: rotateY(180deg);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px;
      text-align: center;
    }

    .S2_card_back h3 {
      margin: 0 0 10px;
    }

    .S2_card_back p {
      font-size: 0.9em;
      line-height: 1.4;
    }
/******fin Style 2*********/


/**********************************************************************/



/**********************************************************************/
/*                               BLINK EFFECT                         */
/**********************************************************************/
.blinkbox {
	border: 1px solid black;
	background: #FFCC66;
	padding: 10px;
	width: 50%;
	clear: both;
	margin-bottom: 20px;
}
/**********************************************************************/
/*                              NEWS SLIDER                         */
/**********************************************************************/
#newsslider ul, #newsslider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

span#prevBtn a {
	background: url('newsTickerRight.gif') no-repeat;
	display: inline-block;
}
span#nextBtn a {
	background: url('newsTickerLeft.gif') no-repeat;
	display: inline-block;
}
/* numeric controls */
ol#controls {
	margin: 1px;
	padding: 0;
	height: 5px;
}
ol#controls li {
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 5px;
	line-height: 10px;
}
ol#controls li a {
	float: left;
	height: 10px;
	line-height: 10px;
	border: 1px solid #ccc;
	background: #DAF3F8;
	color: #555;
	padding: 2px 4px;
	text-decoration: none;
}
ol#controls li.current a {
	background: #5DC9E1;
	color: #fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline: none;
}

#pagination {
    position: absolute;
	border-radius: 3px;
	text-align:center;
	margin: 25px 0 0 0;
}
#navigation {
    position: absolute;
	text-align: center; 
}

#fleche_precedent {
    cursor: pointer; 
	font-size: 20px; 
	padding: 5px; 
	margin-right: 20px; 
}
#fleche_suivant {
    cursor: pointer; 
	font-size: 20px; 
	padding: 5px; 
	margin-left: 20px;
}
#fleche_precedent:hover, #fleche_suivant:hover {
	color: #ffc000;
}



.page-button {
    display: inline-block;
    width: 25px;
    height: 18px;
    line-height: 15px;
    margin: 0px;
    border: 1px solid #000;
    cursor: pointer;
    text-align: center;
	background-color: #185da2;
    transition: background-color 0.3s;
	border-radius: 3px;

}
.page-button.active {
    background-color: #000;
    color: #fff;
}
.page-button:hover {
    background-color: #ffc000;
	color: #000;
}

.news_illustration {
	width: 50px;
	height: auto;
	max-height: 30px;
	border-radius: 5px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;

}

/**********************************************************************/
/*                              INFO POPUPS                         */
/**********************************************************************/


div.infopopups {
    position: absolute;
    min-width: 150px;
    max-width: 300px;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s ease;
    top: 0px;
    left: 0px;
    background-color: #676767;
    padding: 10px;
    cursor: help;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: #f7f7f7;
}


a.infopointer {
	color: #cc3300;
	padding-right: 15px;
	background: url('../imagesCSS/aide.gif') no-repeat center right;
}

/**********************************************************************/
/*                              Video                        */
/**********************************************************************/
.videothumb, .videothumb a {
	float: left;
	padding: 10px;
	background-color: #1A1A1A;
	margin: 5px;
	clear: right;
	border: 1px solid #606060;
	color: #E19918;
	border-radius: 8px;
}
a.videothumb:hover {
	background-color: #3C3C3C;
}
.separator {
	clear: both;
	height: 10px;
}
.video {
	background: #1A1A1A;
	padding: 10px;
	margin: auto;
	text-align: center;
}
.videodesc {
	font-family: arial;
	font-size: 12px;
	width: 100px;
	color: #E19918;
	cursor: pointer;
}
.videodesc1 {
	font-family: verdana;
	font-size: 14px;
	color: #E19918;
	cursor: pointer;
	height: 200px;
	max-height: 200px;
}
.vignettevideo {
	width: 100%;
	cursor: pointer;
	height: 132px;
}
.vignettevideo img {
	width: 100%;
	cursor: pointer;
}
#videothumb{
	border: solid 1px;
	padding:2px;
	border-radius: 8px;
}
.thumbnailimage{
	width:100%;
}
#videothumb h1{
	font-size: 12px;
	margin: 0px;
	padding:0px;
}
#videothumb h2{
	font-size: 10px;
	margin: 0px;
	padding:0px;
}
.playvideo{
	margin-top: 10px;
	background : #c3b8e9;
}

/*  panneau lateral */.onglet {
position: fixed;
top: 50%;
right: 0;
transform: translateY(-50%);
background-color: #0074D9;
color: #FFF;
padding: 10px;
cursor: pointer;
z-index: 10;
}

/* Styles pour le DIV d'informations 1 */
.infos {
position: fixed;
top: 0;
right: -599px; /* Décalage initial pour cacher le DIV */
width: 30%;
height: 100%;
background-color: #F0F0F0;
transition: right 0.5s ease; /* Effet de glissement */
overflow: auto;
padding: 20px;
z-index: 9;
}

/* Styles pour l'overlay */
.superposition {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Couleur semi-transparente */
display: none; /* Caché par défaut */
}

/* Styles pour le bouton de fermeture */
.close-button {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
display: none; /* Caché par défaut */

}

/* Afficher le bouton de fermeture lorsque le DIV est ouvert */
.infos.open .close-button {
display: block;
background: red;
}


/* fin panneau lateral */


/**********************************************************************/
/*                              MEDIA QUERY                      */
/**********************************************************************/

@media screen and (max-width: 970px) {

	/**********************************************************************/
	/*               PAGE DE GARDE - SPLASHSCREEN                         */
	/**********************************************************************/

	.escamotable
	{
		display: none;
		visibility: hidden;
	}

	/* Ajoutez ici les règles de style spécifiques pour les petits écrans */
	#conteneur {
		width: 100% 
	}
		#leftcolumn, #titresite {
	  display: none;
	  visibility: hidden;
	}
	#leftshadow, #rightshadow {
		width: 100%;
		background: #fff;

	}
	#contentcolumn {
	  width: 100%; /* Ajuster la taille des polices */
	  margin-left: 0px;
	}

	#header {
		margin-bottom: 10px;
	  }
  
	  .titrepage {
		width: 98%; 
		margin: auto;
	  }

	/**********************************************************************/
	/*               MENU RESPONSIVE                                     */
	/**********************************************************************/
	
	  .menu_responsive {
		display: block;
		visibility: visible;
	}

	.arrowlistmenu {
		display: none; /* Cache le menu de base */
		position: absolute;
		top:176px;
		left: 0;
		width: 100%;
		background-color: #f3f7fb;
		z-index: 800;
	}

	.arrowlistmenu h3 {
		padding: 10px;
		background: #444;
		color: white;
		margin: 0;
		border-bottom: 1px solid #555;
	}

	.arrowlistmenu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.arrowlistmenu ul li {
		padding: 10px;
	}
	.arrowlistmenu ul li:hover {
		background: #cee1ef;
	}

	.arrowlistmenu ul li a {
		color: #263145;
		text-decoration: none;
		display: block;
	}

	
	/* Icône du menu burger */
	.burger-menu {
		display: block;
		position: absolute;
		top: 90px;
		right: 20px;
		cursor: pointer;
	}
	.arrowlistmenu .menuheader {
		margin-bottom: 0px;
		padding: 10px;
	}

	


	.burger-menu div {
		width: 30px;
		height: 4px;
		background-color: #263145;
		margin: 6px 0;
		transition: 0.4s;
	}

	.arrowlistmenu .menuheader {
		background: #cee1ef;
	}
	.arrowlistmenu .menuheader:hover{
		background: #accde4;
	}


	.menuheader a, .menuheader a:visited, .menuheader link, .menuheader a:hover {
		color: #000000;
	}




	.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(/images/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
	.flex-direction-nav li .next {background-position: -52px 0; right: 5px;}



	.flex-direction-nav li .prev {
		left: 6px;
	}




	/* Quand le menu est ouvert */
	.menu-open {
		display: block;
	}

	.infos {
		position: fixed;
		top: 0;
		right: -1299px; /* Décalage initial pour cacher le DIV */
		width: 90%;
		height: 100%;
		background-color: #F0F0F0;
		transition: right 0.5s ease; /* Effet de glissement */
		overflow: auto;
		padding: 20px;
		z-index: 9;
		}

		.flexspacebetween
		{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0.5rem;
		}


}
  
/* ACCORDEONS DANS LES PAGES */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordionactive, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordionactive:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px
}
/* .ACCORDEONS DANS LES PAGES */

/* ===================================
 TABS : pavé de 4 onglets
==================================== */

    /* Conteneur principal en mode flex pour occuper toute la hauteur */
    .tabs {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      background: #fff;
    }

    /* Menu des onglets */
    .tabs-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      background-color: #eaeaea;
      border-bottom: 2px solid #ccc;
    }
    .tabs-menu .tab {
      flex: 1;
      text-align: center;
      padding: 15px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      border: none; 
    }
    .tabs-menu .tab:hover {
      background-color: #dcdcdc;
    }
    .tabs-menu .tab.active {
      background-color: #fff;
      border-bottom: 2px solid #fff;
      font-weight: bold;
    }
	.tabs-menu li {
	list-style-image: none;
	}
    /* Conteneur du contenu qui prend tout l'espace restant */
    .tabs-content {
      flex: 1;
      overflow-y: auto; /* Permet de scroller si le contenu dépasse */
    }
    .tab-content {
      display: none;
      padding: 20px;
      height: 100%;
      width: 100%;
      box-sizing: border-box;
      animation: fadeIn 0.3s ease-in-out;
    }
    .tab-content.active {
      display: block;
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }
    
    /* Optionnel : ajustements supplémentaires pour les très petits écrans */
    @media (max-width: 480px) {
      .tabs-menu .tab {
        padding: 10px;
        font-size: 14px;
      }
      .tab-content {
        padding: 15px;
      }
    }
  
/* ============================================================
 HERO IMAGE : image de fond avec titre texte et bouton par dessus
============================================================== */

.hero-image {
	position: relative;
	height: 50%;
	overflow: hidden;
	max-height: 400px
  }
  
.hero-text h1{
	color: #ffffff;
}

  .hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }
  
  .hero-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
  }
  
  .hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	z-index: 2;
  }
  
  .hero-text button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: black;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
  }
  
  .hero-text button:hover {
	background-color: #555;
	color: white;
  }
  .hero-image-button {
	background-color: #ffffff;
	color: rgb(0, 0, 0);
	display: inline-block;
	padding: 10px;
	border-radius: 4px;
  }
  .hero-image-button:hover {
	background-color: #d8d2ec;
	color: rgb(0, 0, 0);
	cursor: pointer;

  }

/* ===================================
 cartes flexibles textes et images
==================================== */
.flexspacestart {
	display: flex; /* Active Flexbox */
	justify-content: flex-start; /* Espace entre les deux divs */
	align-items: center; /* Aligne verticalement les éléments */
	gap: 2rem; /* Ajoute un espace entre les deux divs */
	max-width: 100%;
	margin: auto;
	padding: 20px 0;
  }

.flexspacebetween {
	display: flex; /* Active Flexbox */
	justify-content: space-between; /* Espace entre les deux divs */
	align-items: center; /* Aligne verticalement les éléments */
	gap: 2rem; /* Ajoute un espace entre les deux divs */
	max-width: 100%;
	margin: auto;
	padding: 20px 0;
  }
  
  .flexspacebetween .left img {
	max-width: 90%; /* Rend l'image responsive */
	height: auto; /* Préserve les proportions de l'image */
  }
  
  .flexspacebetween .right img {
	max-width: 100%; /* Rend l'image responsive */
	height: auto; /* Préserve les proportions de l'image */
  }
  
  .flexspacebetween .right {
	flex: 1; /* Permet au div droit de prendre de la place si nécessaire */
  }
  
  .flexspacebetween .left {
	flex: 1; /* Permet au div droit de prendre de la place si nécessaire */
  }
  


  /* ===================================
 Cartes identité
==================================== */

.Identity_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
}

.card-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.card-image {
    width: 100%;
    height: auto;
    border-radius: 8%;
    object-fit: cover;
    margin-bottom: 15px;
	min-height: 200px;
}

.card-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.card-button {
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
}

.card-button a, .card-button a:hover{
    color: #fff;
}

.card-button:hover {
    background-color: #0056b3;
}

/**************************************************************************
**********************   TOOLTIPS         *****************************/

    .tooltip {
      position: relative;
      display: inline-block;
      cursor: pointer;
    }
    .tooltip .tooltip-text {
      visibility: hidden;
      background-color: black;
      color: white;
      text-align: center;
      padding: 8px;
      border-radius: 4px;
      position: absolute;
      width: 220px;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 100;
    }
    .tooltip .tooltip-text::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      border-width: 6px;
      border-style: solid;
    }
    .tooltip.top .tooltip-text::after {
      top: 100%;
      border-color: black transparent transparent transparent;
    }
    .tooltip.bottom .tooltip-text::after {
      bottom: 100%;
      border-color: transparent transparent black transparent;
    }
    .tooltip.show .tooltip-text {
      visibility: visible;
      opacity: 1;
    }

.custom-tooltip {
    position: relative;
    display: inline-flex;
    gap: 2px;
    cursor: help;
    text-decoration: underline dotted;
}

.custom-tooltip .tooltip-indicator {
    width: 14px;
    height: 20px;
    flex: 0 0 14px;
}

.custom-tooltip .tooltip-content {
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    background: var(--tooltip-bg);
    color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: .9em;
    line-height: 1.4;
    white-space: normal;
    display: inline-block;
    min-width: 120px;
    max-width: 360px;
    text-align: left;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .16s ease,transform .16s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,.14);
}

.custom-tooltip .tooltip-content::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent var(--tooltip-bg) transparent
}

.custom-tooltip .tooltip-content.visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(6px);
}

.custom-tooltip.editing {
    outline: 2px dashed rgba(0,0,0,.15);
    outline-offset: 3px
}

@media (max-width:600px) {
    .custom-tooltip .tooltip-content {
        max-width: 90vw;
        left: 50%;
        top: 115%
    }
}






/**********************************
Affichage blocs BLOG
**********************************/
/* Container principal en grille, mobile first */
.news-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 10px;
}

/* Pour les écrans moyens (tablettes) */
@media (min-width: 768px) {
    .news-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Pour les grands écrans (desktop) */
@media (min-width: 1200px) {
    .news-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Style pour chaque carte */
.news-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
}
.news-card:hover {
    transform: translateY(-5px);
}

/* La zone d'image en fond */
.news-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 10px;
}

/* Le titre se positionne par-dessus l'image */
.news-title {
    font-size: 1.2em;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

/* La zone de contenu en dessous de l'image */
.news-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Style pour la date et l'aperçu */
.news-date {
    font-size: 0.9em;
    color: #777;
}
.news-preview {
    font-size: 1em;
    color: #333;
    margin-top: 10px;
    flex-grow: 1;
}

/* Lien 'Lire plus' */
.read-more {
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    color: #007bff;
    font-weight: 600;
}

/* Pagination */
.pagination {
    text-align: center;
    margin-top: 20px;
}
.pagination a,
.pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background: #08407f;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}
.pagination span.current-page {
    background: #08407f;
}
.pagination a:hover {
    background: #0056b3;
}
.pagination a:visited {
    background: #fff;
}

/* FIN ANCIENS STYLES */



















 
 
 
 
 
 
 
 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            color: #333;
        }

        /* Header */
        .S01_header {
            background-color: #2c3e50;
            color: white;
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .S01_header-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .S01_logo {
            font-size: 1.8rem;
            font-weight: bold;
        }

        /* Navigation */
        .S01_nav {
            display: flex;
            list-style: none;
			cursor: pointer;
        }

        .S01_nav > li {
            position: relative;
        }

        .S01_nav a {
            color: #3a3a38;
            text-decoration: none;
            padding: 0.5rem 0.6rem;
            display: block;
            transition: background-color 0.3s;
        }
            .S01_nav a:hover {
            color: #3a3a38;
            background: #C8951A;
        }



        /* Menu déroulant niveau 2 */
        .S01_nav li ul {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #ffffff;
            min-width: 200px;
            list-style: none;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            color: #ff0000
        }

        .S01_nav li:hover ul {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .S01_nav li ul li {
            margin: 0;
            background: #c8951a;
        }

        .S01_nav li ul a {
            padding: 0.75rem 1rem;
            border-bottom: 1px solid #2c3e50;
            color: #3a3a38;
        }

        .S01_nav li ul a:hover {
            background-color: #FFFFFF;
            color: #C8951A;
        }

        /* Menu mobile */
        .S01_mobile-menu-toggle {
            display: none;
            background: none;
            border: none;
            color: #C8951A;
            font-size: 2.5rem;
            cursor: pointer;
        }

        /* Zone news défilante */
        .S01_news-ticker {
            background-color: #e74c3c;
            color: white;
            padding: 10px 0;
            overflow: hidden;
            white-space: nowrap;
            cursor: pointer;
            width: 1007px;
            max-width: 1007px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }

        .S01_news-content {
            display: inline-block;
            animation: S01_scroll 30s linear infinite;
            padding-left: 100%;
        }

        .S01_news-content a {
            color: white;
            text-decoration: none;
            margin-right: 50px;
        }

        .S01_news-content a:hover {
            text-decoration: underline;
        }

        /* Pause de l'animation au survol */
        .S01_news-ticker:hover .S01_news-content {
            animation-play-state: paused;
        }

        @keyframes S01_scroll {
            0% { transform: translate3d(0, 0, 0); }
            100% { transform: translate3d(-100%, 0, 0); }
        }

        /* Contenu principal */
        .S01_main-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0;
            min-height: calc(100vh - 200px);
            position: relative;
            display: flex;
        }

        .S01_content-section {
            background: white;
            padding: 4rem 2rem 0 2rem;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            flex: 1;
        }

        .S01_content-section h2 {
            color: #2c3e50;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            font-size: 1.3rem;
        }

        /* Footer */
        .S01_footer {
            
            padding: 0 2rem;
            margin-top: auto;
            
        }

        .S01_footer-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .S01_footer-links {
            list-style: none;
            margin-bottom: 1rem;
            margin-top: auto;
            margin-left: auto;
            margin-right: auto;
            padding-top: 20px;
        }

        .S01_footer-links li {
            margin: 0 1rem;
        }

        .S01_footer-links a {
            color: white;
            text-decoration: none;
        }

        .S01_footer-links a:hover {
            color: #3498db;
        }



        @media (max-width: 480px) {
            .S01_logo {
                font-size: 1.4rem;
            }

            .S01_news-content {
                font-size: 0.9rem;
            }

            .S01_content-section h2 {
                font-size: 1.3rem;
            }

            .S01_news-ticker {
                background-color: #e74c3c;
                color: white;
                padding: 10px 0;
                overflow: hidden;
                white-space: nowrap;
                cursor: pointer;
                max-width: 287px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
            }




          }

.S01_dropdown {
    position: relative;
}

.S01_dropdown-toggle {
    display: flex;
    align-items: center;
}

.S01_protection-icon {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}

.S01_submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #34495e;
    min-width: 200px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 0;
    margin: 0;
}

.S01_dropdown:hover .S01_submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.S01_submenu li {
    margin: 0;
}

.S01_submenu a {
    color: white;
    text-decoration: none;
    padding: 0.75rem 1rem;
    display: block;
    border-bottom: 1px solid #2c3e50;
    transition: background-color 0.3s;
}

.S01_submenu a:hover {
    background-color: #2c3e50;
}

.S01_submenu li:last-child a {
    border-bottom: none;
    border-radius: 0 0 4px 4px;
}

.S01_submenu li:first-child a {
    border-radius: 4px 4px 0 0;
}

/* État actif pour les menus */
.S01_active > a {
    border-bottom: 2px solid #C8951A;
}

.S01_menu-error {
    color: #e74c3c;
    font-weight: bold;
    padding: 0.5rem;
}


/*  panneau lateral */.onglet {
position: fixed;
top: 50%;
right: 0;
transform: translateY(-50%);
background-color: #0074D9;
color: #FFF;
padding: 10px;
cursor: pointer;
z-index: 10;
}

/* Styles pour le DIV d'informations 1 */
.infos {
position: fixed;
top: 0;
right: -599px; /* Décalage initial pour cacher le DIV */
width: 30%;
height: 100%;
background-color: #F0F0F0;
transition: right 0.5s ease; /* Effet de glissement */
overflow: auto;
padding: 20px;
z-index: 1000;
}

/* Styles pour l'overlay */
.superposition {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Couleur semi-transparente */
display: none; /* Caché par défaut */
}

/* Styles pour le bouton de fermeture */
.close-button {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
display: none; /* Caché par défaut */

}

/* Afficher le bouton de fermeture lorsque le DIV est ouvert */
.infos.open .close-button {
display: block;
background: red;
}


/* fin panneau lateral */




.Horizontal_news_ticker_number {
  display: inline-block;
  background-color: #eb7063;
  color: rgb(234, 205, 152);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 12px;
  margin: 3px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.horizontal_news_ticker_background {
  display: flex;
  align-items: center;            /* aligne verticalement les éléments enfants */
  justify-content: space-between;
  gap: 10px;                      /* ajoute un espace de 10px entre les div enfants */
  margin: auto;
  background-color: #e74c3c;
}

.S01_all_news_btn {
  background-color: #ec6e60;
  color: #e74c3c;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 155px;
  text-align: center;
}

.S01_all_news_btn:hover {
  background-color: #f8d7d5; /* un fond plus clair au survol */
  color: #e74c3c; /* reste orange */
  cursor: pointer;
}


/* ========================================
   WS Download Manager - Styles Unifiés
   ======================================== */

/* === RESET & BASE === */

body.adminpopup {
    background: #f8fafc;
    padding: 20px;
}

/* === CONTAINERS === */
.download-container,
.admin-container,
.wsdownload_container
 {
    max-width: 1100px;
    margin: 0 auto;
}

.admin-container {
    max-width: 1000px;
}

/* === TYPOGRAPHY === */
.page-title,
.downloadh1 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
}

.page-title {
    font-size: 28px;
}


.downloadh1 {
    display: block;
    text-align: center;
    font-size: 32px;
    margin: 30px 0;
}

.section-title {
    font-size: 22px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
}

/* === HEADERS === */
.page-header,
.folder-header,
.wsdownload_header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	margin-top: 20px;
}

.wsdownload_header {
    background: white;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.wsdownload_header h2 {
    margin: 0;
    color: #667eea;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.folder-header {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}



.titrepage a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.titrepage a:hover {
    opacity: 0.8;
}

/* === BREADCRUMB === */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    opacity: 0.9;
}

.breadcrumb a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.breadcrumb a:hover {
    opacity: 0.7;
}

/* === FOLDER INFO === */
.folder-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.current-folder {
    font-size: 18px;
    font-weight: 600;
}

.folder-name {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffd700;
}

/* === CARDS === */
.download-card,
.create-folder-section {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s;
}

.download-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.create-folder-section {
    padding: 30px;
}

/* === ALERTS & MESSAGES === */
.alert-box {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left: 4px solid #f59e0b;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.alert-box img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.alert-box p {
    margin: 0;
    color: #78350f;
    line-height: 1.6;
    font-size: 14px;
}

.error-message {
    background: #fee2e2;
    color: #991b1b;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #dc2626;
    font-weight: 500;
}

.welcome-message {
    text-align: center;
    color: #667eea;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.info-text {
    text-align: center;
    color: #64748b;
    font-size: 14px;
    margin-top: 20px;
}

/* === FORMS === */
.form-group {
    margin-bottom: 30px;
}

.form-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #334155;
    margin-bottom: 12px;
}

.custom-select,
.form-input {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background: white;
    color: #334155;
    transition: all 0.3s;
}

.custom-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23667eea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 45px;
}

.custom-select:hover,
.form-input:hover {
    border-color: #667eea;
}

.custom-select:focus,
.form-input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-input {
    max-width: 400px;
}

.form-input:focus {
    border-color: #667eea;
}

/* === BUTTONS === */
.btn-submit,
.btn-create {
    width: 100%;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 6px rgba(102, 126, 234, 0.3);
}

.btn-submit:hover,
.btn-create:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(102, 126, 234, 0.4);
}

.btn-submit:active,
.btn-create:active {
    transform: translateY(0);
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn-create {
    width: auto;
    font-size: 15px;
    padding: 12px 24px;
}

.back-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: white;
    text-decoration: none;
    padding: 8px 16px;
    background: rgba(255,255,255,0.2);
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    font-size: 14px;
}

.back-button:hover {
    background: rgba(255,255,255,0.3);
}

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #667eea;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    transition: all 0.3s;
    margin-bottom: 20px;
}

.nav-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(102, 126, 234, 0.2);
}

/* === LINKS === */
.help-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: white;
    text-decoration: none;
    padding: 8px 16px;
    background: rgba(255,255,255,0.2);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.help-link:hover {
    background: rgba(255,255,255,0.3);
}

.wsdownload_backlink {
    display: flex;
    align-items: center;
}

.wsdownload_backlink a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    text-decoration: none;
    padding: 8px 16px;
    background: #f1f5f9;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s;
}

.wsdownload_backlink a:hover {
    background: #e2e8f0;
    color: #334155;
}

.wsdownload_backlink img {
    width: 20px;
    height: 20px;
}

/* === ACTION LINKS === */
.action-link {
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    white-space: nowrap;
    display: inline-block;
}

.action-add {
    background: #dbeafe;
    color: #1e40af;
}

.action-add:hover {
    background: #bfdbfe;
}

.action-delete-files {
    background: #fed7aa;
    color: #9a3412;
}

.action-delete-files:hover {
    background: #fdba74;
}

.action-delete-folder {
    background: #fecaca;
    color: #991b1b;
}

.action-delete-folder:hover {
    background: #fca5a5;
}

.action-locked {
    background: #f1f5f9;
    color: #64748b;
    cursor: not-allowed;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lock-icon {
    width: 16px;
    height: 16px;
}

/* === FILES CONTAINERS === */
.files-container,
.folders-container,
.wsdownload_filelist {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.folders-container {
    margin-bottom: 30px;
}

/* === FILES HEADER === */
.files-header,
.wsdownload_titles {
    display: grid;
    grid-template-columns: 1fr 100px 100px 180px;
    gap: 15px;
    padding: 20px 25px;
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
    font-weight: 600;
    color: #334155;
    font-size: 14px;
}

.wsdownload_titles {
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
}

/* === FILE ROWS === */
.file-row,
.folder-row,
.wsdownload_filerow {
    display: grid;
    grid-template-columns: 1fr 100px 100px 180px;
    gap: 15px;
    padding: 20px 25px;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.3s;
    align-items: center;
}

.folder-row {
    grid-template-columns: 1fr auto auto auto;
}

.wsdownload_filerow {
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
}

.file-row:hover,
.folder-row:hover,
.wsdownload_filerow:hover {
    background: #fef3c7;
    transform: translateX(5px);
}

.file-row:last-child,
.folder-row:last-child,
.wsdownload_filerow:last-child {
    border-bottom: none;
}

/* === FILE ELEMENTS === */
.file-name,
.folder-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.file-link,
.folder-link {
    color: #334155;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.file-link:hover,
.folder-link:hover,
.wsdownload_filerow a:hover {
    color: #667eea;
}

.folder-link {
    font-weight: 600;
    font-size: 15px;
}

.wsdownload_filerow a {
    color: #334155;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.download-icon,
.folder-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.file-size {
    font-weight: 600;
    color: #64748b;
}

.file-size.large {
    color: #dc2626;
    font-weight: 700;
}

.wsdownload_fileinfo {
    color: #64748b;
    font-size: 14px;
}

.file-type {
    text-align: center;
}

.file-type-icon,
.wsdownload_filerow img {
    width: 32px;
    height: 32px;
}

.file-date,
.wsdownload_filedate {
    color: #64748b;
    font-size: 14px;
}

.wsdownload_filedate {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* === SUBFOLDERS === */
.wsdownload_subfolders {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.wsdownload_folder {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s;
    cursor: pointer;
}

.wsdownload_folder:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.2);
}

.wsdownload_folder a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #1e293b;
    font-weight: 600;
}

.wsdownload_folder img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.wsdownload_separator {
    margin-top: 15px;
    border-top: 2px solid #f1f5f9;
}

/* === EMPTY STATES === */
.empty-state,
.no-files-message {
    text-align: center;
    padding: 60px 20px;
    color: #64748b;
}

.empty-state-icon,
.no-files-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.no-files-message {
    font-size: 16px;
}

/* === UTILITIES === */
.spacer {
    height: 30px;
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 768px) {

    .S01_submenu li:first-child a {
    background: #58410b;
    }

    .S01_submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background-color: #34495e;
        margin-top: 0.5rem;
        border-radius: 0;
    }
    
    .S01_dropdown:hover .S01_submenu {
        display: block;
    }

    #languagelector {
        left: 16px;
        top: 15px;
    }


  /* Forcer un wrapper scrollable si absent */
  table.responsive-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    min-width: 400px; /* empêche la compression extrême des colonnes */
    width: 100%;
  }

  /* Ajuster le padding des cellules sur tablette */
  table.responsive-table td,
  table.responsive-table th {
    padding: 8px 10px;
    font-size: 0.92em;
  }



    body.adminpopup {
        padding: 15px;
    }

    .download-container,
    .admin-container {
        margin: 20px auto;
    }
    
    .page-header,
    .folder-header {
        padding: 20px;
    }
    
    .page-title {
        font-size: 22px;
    }

    .admh1,
    .downloadh1 {
        font-size: 24px;
    }
    .admh1 {
        margin-bottom: 20px;
    }
    .section-title {
        font-size: 18px;
    }
    
    .download-card,
    .create-folder-section {
        padding: 25px;
    }
    
    .welcome-message {
        font-size: 20px;
    }

    .wsdownload_header {
        padding: 20px;
    }

    .wsdownload_header h2 {
        font-size: 18px;
    }

    .wsdownload_subfolders {
        grid-template-columns: 1fr;
    }
    
    .files-header,
    .wsdownload_titles {
        display: none;
    }
    
    .file-row,
    .folder-row,
    .wsdownload_filerow {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 15px 20px;
    }

    .folder-row {
        padding: 15px 20px;
    }
    
    .file-name,
    .folder-name {
        margin-bottom: 10px;
    }

    .file-row > div:first-child,
    .wsdownload_filerow > div:first-child {
        font-size: 16px;
        font-weight: 600;
    }

    .file-row > div:not(:first-child),
    .wsdownload_filerow > div:not(:first-child) {
        padding-left: 20px;
        font-size: 13px;
    }

    .action-link {
        width: 100%;
        text-align: center;
    }

    .form-input {
        max-width: 100%;
    }

    .btn-create {
        width: 100%;
    }

    .wsdownload_filedate {
        flex-direction: column;
        align-items: flex-start;
    }

        .S01_header-container {
            flex-direction: column;
            align-items: flex-start;
        }

        .S01_mobile-menu-toggle {
            display: block;
            position: absolute;
            top: 1rem;
            right: 20px;
        }

        .S01_nav {
            display: none;
            flex-direction: column;
            width: 100%;
            margin-top: 1rem;
        }

        .S01_nav a {
            background: #58410b;
            color: #ffffff;
        }

            .S01_nav a:hover {
            color: #3a3a38;
            background: #c8951a;
        }



        .S01_nav.S01_active {
            display: flex;
        }

        .S01_nav > li {
            margin: 0;
            margin-bottom: 0.5rem;
        }

        .S01_nav li ul {
            position: static;
            opacity: 1;
            visibility: visible;
            transform: none;
            box-shadow: none;
            background-color: #C8951A;
            margin-top: 0.5rem;
            color: #ffffff;
        }
        .S01_nav li ul a {

            color: #ffffff;
            background-color: #c8951a;
        }
        .S01_nav li ul a:hover {
            background-color: #58410b;
            color: #ffffff;
        }

        .S01_main-container {
            padding: 0 ;
        }

        .S01_content-section {
            padding: 3.5rem 1rem;
        }

        .S01_footer-links {
            flex-direction: column;
        }

        .S01_footer-links li {
            margin: 0.5rem 0;
        }

        .S01_news-ticker {
            background-color: #e74c3c;
            color: white;
            padding: 10px 0;
            overflow: hidden;
            white-space: nowrap;
            cursor: pointer;
            max-width: 568px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
  img {
    max-width: 100%;
    height: auto;
  }

  /* Images dans les cellules de tableau */
  table.responsive-table img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .ws-block.ws-lp-fw {
    overflow-x: hidden;
  }

  /* Séparateurs SVG — réduire la hauteur sur mobile */
  .ws-divider svg {
    height: 40px !important;
  }

  /* Formulaires — champs pleine largeur */
  .ws-block input,
  .ws-block textarea,
  .ws-block select {
    width: 100% !important;
    box-sizing: border-box;
  }

  /* Carousel logos — ralentir légèrement sur mobile */
  .ws-logo-track {
    animation-duration: 25s !important;
  }

	.flexspacebetween {
	  flex-direction: column; /* Empile les divs verticalement sur petits écrans */
	  align-items: flex-start; /* Aligne à gauche pour un rendu naturel */
	}


}



.responsive-table,
table.editable-table {
  border-collapse: collapse;
  width: 100%;
}

/* Wrapper scrollable (ajouté automatiquement par le paste-handler) */
div[style*="overflow-x:auto"],
div[style*="overflow-x: auto"] {
  -webkit-overflow-scrolling: touch;
}


/* ------------------------------------------------------------
   ≤ 480px — Vue carte (stack vertical)
   Chaque ligne devient un bloc, chaque cellule pleine largeur
   ------------------------------------------------------------ */
@media (max-width: 480px) {

  /* Masquer l'en-tête du tableau (les labels deviennent data-label) */
  table.responsive-table thead {
    display: none;
  }

  /* Annuler le display:block de la règle 768px */
  table.responsive-table {
    display: table;
    overflow-x: visible;
    min-width: 0;
    border: none;
  }

  /* tbody, tr, td → affichage bloc */
  table.responsive-table tbody,
  table.responsive-table tr {
    display: block;
    width: 100%;
  }

  /* Chaque ligne = une "carte" */
  table.responsive-table tr {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
  }

  /* Chaque cellule = une ligne dans la carte */
  table.responsive-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 14px;
    font-size: 0.93em;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    text-align: left !important;
    position: static !important; /* retirer position:relative de l'éditeur */
  }

  table.responsive-table td:last-child {
    border-bottom: none;
  }

  /* Afficher le label de colonne devant la valeur (si data-label présent) */
  table.responsive-table td[data-label]::before {
    content: attr(data-label) " : ";
    font-weight: 700;
    color: #5a6a7e;
    font-size: 0.85em;
    display: block;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  /* Supprimer les poignées de resize (inutiles en mode rendu) */
  table.responsive-table .col-resize-handle,
  table.responsive-table .row-resize-handle {
    display: none;
  }

  /* Tableaux avec bordures : adapter */
  table.responsive-table.table-bordered td {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #dee2e6;
  }
}




@media (max-width: 480px) {

  /* Hero landing — réduire taille de titre */
  .ws-block h1 { font-size: 1.8em !important; }
  .ws-block h2 { font-size: 1.4em !important; }

  /* Grille réseaux sociaux — passer en 1 colonne */
  .ws-card-social-links [style*="grid-template-columns: repeat(3"] {
    grid-template-columns: 1fr !important;
  }
  .ws-card-social-links [style*="grid-template-columns: repeat(2"] {
    grid-template-columns: 1fr !important;
  }
}


.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 40px 20px;
    color: #fff;
    border-radius: 8px;
    margin: auto;

    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 20px;    
}

.footer-grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 20px;
    color: #fff;
    border-radius: 8px;
    margin: auto;

    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 20px;    
}


.footer-col h3,
.footer-col h4 {
    margin-bottom: 15px;
    color: #EAE8E7;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #cfd8e3;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.social-icon {
    display: inline-block;
    background: #1f2d44;
    padding: 8px 12px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.social-icon:hover {
    background: #2f4a6a;
}

.footer-bottom {
    text-align: center;
    padding: 20px;
    background: #0a1422;
    color: #cfd8e3;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}
.puce_login {
    float: right;
    margin-right: 10px;
    position: relative;
    right: 30px;
}
.copyright {
    padding:20px;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}
/* Newsletter Form Styles */
.label-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.newsletter .nl-box{max-width:320px;font-family:'Segoe UI',Verdana,Arial,sans-serif;}
.newsletter .nl-row{margin-bottom:.55rem;}
.newsletter label{display:block;font-size:.72rem;font-weight:600;color:#374151;margin-bottom:.25rem;}
.newsletter .nl-input{width:100%;box-sizing:border-box;padding:.5rem .6rem;font-size:.9rem;border:1px solid #cbd5e1;border-radius:7px;}
.newsletter .nl-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15);}
.newsletter .nl-captcha{display:flex;align-items:center;gap:.5rem;}
.newsletter .nl-captcha .nl-q{font-weight:700;color:#111827;white-space:nowrap;font-size:.95rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:7px;padding:.45rem .6rem;}
.newsletter .nl-captcha .nl-input{flex:0 0 70px;width:70px;text-align:center;}
.newsletter .nl-btn{width:100%;padding:.55rem;font-size:.9rem;font-weight:600;color:#fff;background:#2563eb;border:none;border-radius:7px;cursor:pointer;}
.newsletter .nl-btn:hover{background:#1d4ed8;}
.nl-result{max-width:560px;margin:1.5rem auto;font-family:'Segoe UI',Verdana,Arial,sans-serif;}
.nl-card{background:#fff;border:1px solid #e2e6ea;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px rgba(0,0,0,.05);}
.nl-msg{padding:.8rem 1rem;border-radius:8px;font-size:.92rem;line-height:1.5;}
.nl-msg.err{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;}
.nl-msg.ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;}
.nl-msg a{color:inherit;font-weight:600;}
.nl-actions{margin-top:1.1rem;padding-top:.9rem;border-top:1px solid #eef1f4;font-size:.82rem;color:#6b7280;text-align:center;}
.nl-actions a{color:#2563eb;text-decoration:none;font-weight:600;}
.nl-actions a:hover{text-decoration:underline;}
.nl-actions .sep{color:#cbd5e1;margin:0 .5rem;}

/* === WS Form Messages === */
	#ws-form-msg-ok,
	#ws-form-msg-err {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 18px 28px;
		border-radius: 12px;
		color: #000000;
		font-size: 15px;
		z-index: 2000;
		box-shadow: 0 8px 20px rgba(0,0,0,0.25);
		max-width: 80%;
		text-align: center;
		height: auto;
	}

	/* Succès : fade-out automatique */
	#ws-form-msg-ok {
		background-color: #28a745;
	}

	/* Erreur : reste affiché */
	#ws-form-msg-err {
		background-color: #dc3545;
	}

	/* Animation */
	@keyframes fadeInOut {
		0%   { opacity: 0; transform: translate(-50%, -45%); }
		10%  { opacity: 1; transform: translate(-50%, -50%); }
		70%  { opacity: 1; }
		100% { opacity: 0; transform: translate(-50%, -55%); }
	}