body {
  max-width:100%;
  min-height: 100%;
  display: block;
  margin: 0.3rem;
  margin-top:0px;
  padding: 0;
  overflow-x: block;
  overflow-y: block;
  margin-left:-1px;
  margin-right:-1px;
  margin-bottom:2px;
  font-family:times new romain;
  
}
.wrapper {
  display: flex;
 
  width: 100%;
}
.bouton{
  background-color : #003066;
  color: white;
  height: 2rem;
  border-radius: 2px;
  padding:3px;
  border-radius:7px;
  letter-spacing: 1px;
  text-decoration: none;
  border: 1px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-top: 2.5rem;
  }

/* Style de base pour la table */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  text-align: center;
}


/* Style des cellules de la table */
th, td {
  border-collapse: collapse;
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  cursor: pointer;
  text-align: center;
}
tr:hover{
  background-color: #c0d1e3 !important;
}

/* Style de l'en-tête de la table */
th {
  color: white;
  font-weight: bold;
  background-color: #003066;
}

tr:nth-child(odd) {
  background-color: #e6e6e6;
}

/* Style des liens dans la table */
a {
  text-decoration: none;
  color: inherit;
}

/* Style des options dans la liste déroulante */
table select {
  width: 100%;
  border-radius: 5px;
  background-color: #f6f6f6;
  cursor: pointer;
  text-align: center;
}

/* Style pour les actions dans la liste déroulante */
option {
  padding: 10px;
}
@media(max-width:1080px){
/* Style pour la sélection de ligne au survol */
tr:hover {
  background-color: #cce6ff;
}
}
/* Media query pour la rendre responsive */
@media (max-width: 1080px) {
  /* Mettre la table en largeur 100% */
  table {
    width: 100%;
  }
  .none-mobile{
      display: none;
  }
}




#gallery {
  position: relative;
  z-index: 0;
  margin-top: 1.5rem !important;
  text-align: center;
  display: flex;
  justify-content: center; /* Centre le contenu horizontalement */
  align-items: center; /* Centre le contenu verticalement */
  width: 100%;
  height: 300px;
  overflow: hidden;
  
}

#images {
  width: 75%;
  height: 300px;
  border-radius:10px;
  background-size: cover;
  background-repeat: no-repeat;
  animation: slideImages 60s linear infinite;
}
#scrolling-text {
  position: absolute;
  bottom: 0;
  width:100%;
  color:white;
  font-weight:bold;
  font-size:18px;
  text-transform:uppercase;
  overflow: hidden;
  white-space: nowrap;
  animation: scrollText 30s linear infinite;
  font-family:times new romain;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 1080px) {
	#gallery {
  position: relative;
  z-index: 0;
  margin-top: 1.5rem !important;
  text-align: center;
  display: flex;
  justify-content: center; /* Centre le contenu horizontalement */
  align-items: center; /* Centre le contenu verticalement */
  width: 100%;
  height: 150px;
  
}
#images {
  width: 75%;
  height: 150px;
  border-radius:10px;
  background-size: cover;
  background-repeat: no-repeat;
  animation: slideImages 60s linear infinite;
  background-position: center;
  margin-left: 0px;
  margin-right: 0px;
}
#scrolling-text {
  position: absolute;
  bottom: 0;
  width:100%;
  color:white;
  font-weight:bold;
  font-size:10px;
  overflow: hidden;
  white-space: nowrap;
  animation: scrollText 30s linear infinite;
  font-family:times new romain;
}
}

@keyframes slideImages {
  0% {
    background-image: url(../images/fond.jpg);
    background-position: 100% 0;
  }
  20% {
    background-image: url(../images/fond.jpg);
    background-position: 0% 0;
  }
  25% {
    background-image: url(../images/fond2.jpg);
    background-position: 0% 0;
  }
  45% {
    background-image: url(../images/fond2.jpg);
    background-position: 0% 0;
  }
  50% {
    background-image: url(../images/fond3.jpg);
    background-position: 0% 0;
  }
  70% {
    background-image: url(../images/fond3.jpg);
    background-position: 0% 0;
  }
  75% {
    background-image: url(../images/fond4.jpg);
    background-position: 0% 0;
  }
  95% {
    background-image: url(../images/fond4.jpg);
    background-position: 0% 0;
  }
  100% {
    background-image: url(../images/fond.jpg);
    background-position: 0% 0;
  }
}






#icone-Box{
	border-bottom:6px solid #003066;
	margin-top:30px;
	height:130px;
	max-width :100%;
}

#icone-Box-data{
	margin:0 auto;
	position:relative;
	width:75%;
}

#icone-Box-data div:hover{
	cursor:pointer;
	background-color:rgba(0, 102, 102,.6);
}

#icone-Box-data div:hover > span{
	color:white;
	cursor:pointer;
}

#icone-Box-data div span{
	position:absolute;
	padding-top:8px;
	padding-bottom:8px;
	color:#b8d02c;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#003066;
	bottom:0;
	width:100%;
	text-align:center;
	font-size:12px;
}

#icone-Box-data div.boxLeft{
	position:relative;
	float:left;
	margin-right:2%;
	width:20%;
	height:130px;
	background-color:rgba(0, 102, 102,.3);	
}

#icone-Box-data div.boxLeft img{
	display:block;
	margin:10px auto;
	width:45%;	
	max-width:70px;
}

#icone-Box-data div.boxRight{
	position:relative;
	float:right;
	margin-left:2%;
	width:20%;
	height:130px;
	background-color:rgba(0, 102, 102,.3);	
}
#icone-Box-data div.boxRight img{
	display:block;
	margin:10px auto;	
	width:45%;	
	max-width:70px;	
}


#dataZone{
	position:relative;
	padding:2px;
	background-color:e0c219;
	margin:0 auto;
	
}
#dataZone p{
font-family:Verdana, Geneva, sans-serif;
font-size:15px;
color:#006256;
text-align:justify;
line-height: 30px;
}
#dataZone a{
font-family:Verdana, Geneva, sans-serif;
font-size:15px;
color:black;
text-align:justify;
line-height: 30px;
}
#dataZone ul li{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
color:#006256;
text-align:justify;
padding:4px;
width:80%;
}

#dataZone div.boxColor{
background-color:#f9f8f5;
margin:25px auto;
margin-bottom:25px;
width:90%;
padding:10px;
}

#dataZone div.boxColor h1{
color:#005248;
font-family:Verdana, Geneva, sans-serif;
}

#dataZone div.boxColor p.withImage{
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:22px;
	color:#006256;
	font-family:Verdana, Geneva, sans-serif;
}
#dataZone h1,h2,h3{
color:#005248;
font-family:Verdana, Geneva, sans-serif;
}


div.mebsh{
	padding-top:15px;
	padding-bottom:15px;
	max-width:1100px;
	width:75%;
	margin:15px auto;
	border:1px solid rgba(0, 102, 102,.3);
	border-radius:4px;
}
div.mebsh h2{
	text-align:center;
	font-size:35px;
	font-family:Verdana;
	color:rgba(0, 102, 102,.8);
}

div.mebsh p{
font-family:Verdana, Geneva, sans-serif;
font-size:24px;
text-align:center;
color:#313a3a;
}

