body {
  background-color: #f2f2f2;
  background-image: url('../images/backgrd.avif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  }

#active{
  margin-right: 10%;
  margin-top: 5%;
  font-size: 20%;
}

.homedv img {
  transform: translateX(-100%);
  animation: moveLeftToRight 1s ease-in-out forwards;
}
/* Style de base pour le bouton */
.button-lire-la-suite {
  width: 19%;
  height: 40px;
  font-size: 16px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

/* Style au survol du bouton */
.button-lire-la-suite:hover {
  background-color: #0056b3;
}

.pa_RBcom{
  font-size: 18px;
  font-size: 1rem; /* Utilisation de rem pour un dimensionnement relatif */
  color: #333333;
  font-style: normal;
  font-weight: normal;
}

/* Style lorsque le bouton est cliqué */
.button-lire-la-suite:active {
  background-color: #003d80;
}

/* Style lorsque le bouton est désactivé */
.button-lire-la-suite[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}


@keyframes moveLeftToRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.presentationpg img {
  transform: translateX(-100%);
  animation: moveLeftToRight 1s ease-in-out forwards;
}
@keyframes moveLeftToRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.servicespg img {
  transform: translateX(-100%);
  animation: moveLeftToRight 0.5s ease-in-out forwards;
}

@keyframes moveLeftToRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.dvSec  img {
  transform: translateX(-100%);
  animation: moveLeftToRight 0.5s ease-in-out forwards;
}

@keyframes moveLeftToRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/**.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: 0;
  width: 100%; 
  overflow: hidden;
  position: fixed;
  z-index: 999;
  background-color: white;
  position: -webkit-sticky;
  margin-top: -1%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.menu  li {
  float: left;
}
.menu li a {
  display: block;
  color: #097aa7;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 130%;
}

.menu li a:hover {
  background-color: rgba(118, 175, 198, 0.482);
} */
.menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.menu li {
  display: inline-block;
}

.menu li a {
  display: block;
  color: #097aa7;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 130%;
  margin-top: 5%;
}

.menu li a:hover {
  background-color: rgba(118, 175, 198, 0.482);
}

.menu-toggle {
  display: none;
  cursor: pointer;
}

/* Styles spécifiques pour le menu en mode mobile */
@media screen and (max-width: 600px) {
  .menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -35%;
    width: 100%;
    background-color: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }

  .menu li {
    margin-top: 5%;
    display: block;
    text-align: center;
  }
  #marg li a {
    margin-left: -20%;
  }
  .boxelm {
    margin-left: 20%;
  }
  .menu-toggle {
    display: block;
    text-align: right;
    padding: 10px;
  }

  .menu-toggle.active + ul {
    display: block;
  }
}

#img_log{
    width: 194px;
    height: 40px;
    margin-right: 90px;
    vertical-align: middle;
    margin-top: 5%;

}
#marg{
  margin-left: 34%;
  margin-top: -7%;
}
#search{
  margin-left: 71%;
  height: 29px;
  border:transparent;
  width: 15%;
  border-radius: 5%;
  background-color: rgba(220, 220, 220, 0.278);
  
}
.rechercher {
  background-image: url("../images/icons8-search-50.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 39px 31px;/* Ajustez la taille de l'animation selon vos besoins */
  padding-left: 30px; /* Ajustez l'espace à gauche pour afficher l'animation */
  background-color: white;
  color: white;
  border: transparent;
  width: -3%;
  height: 80px;
}

/**
.Rechercher{
  color: white;
  background-color:#097aa7 ;
  border-radius: 14% ;
  border: transparent ;
  height: 29px;
  width: 8%;
}
.Rechercher :hover{
  background-color: rgba(135, 207, 235, 0.482);
}**/

.article{
  border: transparent;
  width: 25%;
  height: 300px;
  margin: 4% 4% 4% 4%;
  display: inline-block;
  vertical-align: top;
  background-color: white;
}
.article h2{
  color:  #097aa7;
}
.article p{
  font-size: 100%;
}
.date{
  color: rgb(131, 131, 131);
}
#img_home{
    width: 188px;
    height: 77px;
    margin-top: -10%;
    margin-left: 7%;
}
#imghm{
    width: 33%;
    height: 277px;
    margin-top: 10px;
    margin-left: 7%;
}
#txtHome{
    /**border: solid black 1px;*/
    width: 49%;
    margin-left: 42%;
    font-size: 17px;
    margin-top: -19%;
}
.homedv{
    /**border: solid black 1px;*/
    margin-top: 9%;
    
  }
#tit{
    text-align: center;
    color:rgb(7, 141, 231);
}
#img_pre{
    width: 38%;
    height: 471px;
    margin-top: 2%;
    margin-left: 2%;
}
#txtpre{
  width: 53%;
  margin-left: 44%;
  font-size: 103%;
  margin-top: -36%;
}
.container {
    font-size: 0; /* Pour supprimer l'espacement entre les div */
  }
  
  .box {
    display: inline-block;
    width: 13.33%;
    height: 10%;
    margin: 1% -2% 3% 4%;
    font-size: 16px; /* Pour rétablir la taille de police */
    box-sizing: border-box; /* Pour inclure les bordures et les marges dans la largeur */
    /*border: 1px solid black;  Pour ajouter une bordure pour mieux voir les div */
    text-align: center; /* Pour centrer le contenu de la div */
  }
  span.first-word {
    color: #097aa7;
  }
  
  /* Style pour le deuxième mot en bleu ciel */
  span.second-word {
    color:rgb(209, 5, 5);
  }
  #title{
    text-align: center;
    font-family:'Times New Roman', Times, serif;
  }
  /** TEST */
  * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.hexagon-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;

}

.hexagon {
	position: relative;
	width: 15%;
	height: 86.6px;
	margin: 30px;
	transition: background-color 0.5s ease-in-out;
}

.hexagon:before,
.hexagon:after {
	content: "";
	position: absolute;
	width: 0;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
}

.hexagon:before {
	bottom: 100%;
}

.hexagon:after {
	top: 100%;
	width: 0;
}

.hexagon img {
	position: absolute;
	top: 10%;
	left: 40%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
}
#pln{
  width: 40%;
  height: 20%;
  margin-left:39% ;
}
footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
}

footer p {
  margin: 0;
}
/**
footer div {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  background-color: bla;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer li {
  margin-bottom: 10px;
}

footer a {
  color: black;
  text-decoration: none;
  margin-left: 40%;
}

footer a:hover {
  text-decoration: underline;
}
.cont{
  margin-left: 22%;
  margin-top: 1%;
  width: 27%;
}
**/
.ftmn{
  width: 40%;
}
#textact{
  margin: 12% 22% 12% 5%;
  /**border: solid 1px black;*/
  width: 54%;
  height: inherit;
  width: 53%;
  margin-left: 44%;
  font-size: 113%;    
  margin-top: -29%;
}
.img_Sec{
  width: 38%;
  height: 390px;
  margin-top: 10%;
  margin-left: 2%;
}
.textSer{
  width: 50%;
  border: solid 1px black;
  margin-top: 10%;
}

.Boxx {
    display: inline-block;
    width: 14.33%;
    height: 21%;
    margin-top: 10%;
    margin:2% 0% -35% 4.5%;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
    color: rgb(7, 154, 212);
    
}
.info{
  width: 40%;
  /**border: 1px solid black;*/
  margin-top: 14%;
  margin-left: 2%;
  height: 267px;
  background-image:url("../images/back1img.jpg");
}
.form{
    width: 55%;
    /**border: 1px solid black;*/
    margin-top: -23%;
    margin-left: 45%;
    height: 400px;
}
.nm{
  width: 90%; 
  height: 40px; 
  border-radius: 10px; 
  border: solid 1px transparent;
  background-color: #f2f2f2;
}
.n{
  width: 90%; 
  height: 106px; 
  border-radius: 10px; 
  border: solid 1px transparent;
  background-color: #f2f2f2;
}
#mg{
  width: 90%; 
  height: 140px; 
  border-radius: 10px; 
  border: solid 1px transparent;
  background-color:#f2f2f2;;
}
.env{
   width: 11%;
   height: 23px;
   border: solid transparent 1px;
   color:white;
   background-color: #0b8cbf;
   border-radius: 4px;
}
.env :hover {
  background-color: rgba(130, 204, 233, 0.482);
}
#content{
  margin-top: 20%;
}
.hombtn{
  margin: 10% 10% 10% 10%;
  border: 1px solid black;
  width: 50%;
  height: 100px;

}
#gest_msg{
  width: 47%;
  height: 43px;
  border-radius: 13px;
  background-color:  #097aa7;;
  border: 1px solid transparent;
  margin-top: 10%;
  margin: 3%;
}
#dvbtna{
  text-decoration: none;
  color: white;
  font-size: 120%;
}

#menua{
  margin-right: 10%; 
  margin-top: 5%; 
  font-size: 287%;
}
#menuli{
  margin-left: 71%;
  font-size: 120%;
  margin-top: -4.5%;
}
#h1stl{
  text-align: center; 
  margin-top: -12%;
}
#dvbtn{
  margin: 22% -19% 0% 17%;
  width: 66%;
  height: 106px;
  margin-left: 31%
}
.tabmsg{
  margin-top: 10%;
  border: 1px solid black;
  width: 90%;
  height: 120px;
  
}
table {
  border-collapse:separate;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
}

table th, table td {
  padding: 8px;
  text-align: left;
  border: 1px solid #ddd;
}

table th {
  background-color: #097aa7;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
#img_too{
  width: 10%;
  height: 20px;
}
#img_geo{
  width: 43%;
  height: 351px;
  margin-left: 52%;
}
#text_geo{
  width: 48%;
  height: 268px;
  margin-top: 50%;
  margin: -23% -38% 0% 46%;
  font-size: 116%;
  margin-left: 4%;
  background-color: white;
}
.titSer{
 margin-top: 10%;
 text-align: center;
}
#txt_services{
  width: 53%;
    margin-left: 44%;
    font-size: 103%;
    margin-top: 12%;
    font-size: 115%;
}
#img_serv{
  margin-left: 2%;
  margin-top: 5%;
  width: 38%;
  border-radius: 4% ;
}
#update{
  width: 10%;
}
.contajou{
  width: 60%;
  margin-top: 4%;
  margin-left: 27%;
}
.contajouAnn{
  width: 60%;
  margin-top: 0%;
  margin-left: 24%;
}
#nom_utilisateur{
  margin-left: 2%;
  height: 34px;
  width: 50%;
}
#password_utilisateur{
  margin-left: 5.5%;
  height: 34px;
  width: 50%;
}
.contajouUser{
  width: 60%;
  margin-top: 0%;
  margin-left: 25%;
}
#btnnAjou{
    width: 13%;
    height: 29px;
    margin-left: 67%;
    margin-top: 5%;
    border: transparent;
    background-color: #097aa7;
    color: white;
    border-radius: 5%;
}
#contenu{
  width: 59%;
  height: 81px;
  margin: 7% -68% -2% 1%;
  border: transparents;
}
#titre{
  width: 59%;
  margin: 7% -62% -6% 4%;
  border: transparents;
  height: 36px;
}
#txtajou{
  font-size: 120%;
}
#Modif{
  width: 10%;
  height: 29px;
  margin-left: 97%;
  margin-top: 5%;
  border: transparent;
  background-color: #097aa7;
  color:white;
  border-radius: 5%;
}
#Mod{
  width: 7%;
  height: 29px;
  margin-left: 69%;
  margin-top: -1%;
  border: transparent;
  background-color: #097aa7;
  color:white;
  border-radius: 5%;
}
#ajoublog{
  width: 13%;
  height: 29px;
  margin-left: 57%;
  margin-top: 5%;
  border: transparent;
  background-color: #097aa7;
  color:white;
  border-radius: 5%;
}
.ctn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.ctn div {
  max-width: 100%;
  height: auto;
  margin: 10px;
}

.ctn img{
  width: 80%;
  height: 226px;
}
#snd{
    width: 13%;
    height: 29px;
    margin-left: 41%;
    margin-top: -1%;
    border: transparent;
    background-color: #097aa7;
    color: white;
    border-radius: 5%;
}
#ajouuser{
  margin-left: 90%;
  margin-top: 0%;
}
#accesuser{
  margin-left: 90%;
}
#access_lim{
  width: 70%;
  font-size: 20px;
  height: 193px;
  /**border: 1px solid black;*/
  margin-left: 27%;
  margin-top: 5%;
}
#enr_acc{
  width: 23%;
  height: 30px;
  margin-left: 48%;
  background-color:#097aa7;
  color: white;
  border:  transparent;
  border-radius: 8%;
}
.btnspr{
  width: 50%;
  height: 35px;
  margin-left: 37%;
}