html {
  background: white;
}
body {
  font-family: "Oswald", sans-serif;
  height: 100%;
  margin: 0;

  background-image:url("../media/images/17973908.webp");
  background-repeat:repeat ;
  opacity:90%;
  background-size: cover;
 
}
/*                                     */
/*         CONTENU PRINCIPAL           */
/*                                     */
/*body { padding-top: 6em; }*/

nav ul li {
  display: inline-table;
  text-align: left;

}

#menu-deroulant {
  font-weight: bolder;

  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #000000;
  opacity: 0.8;
}

li ul {
  padding: 0;
}

nav ul li a {
  display: inline-flex;
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 5px 15px 5px 15px;
}
#user-menu {
  text-align: right;
  color: white;
}
ul {
  padding-left: 0;
  margin-top: 0;
}
main {
  margin: 5%;
 

}
footer {
  padding: 10px;
  text-align: center;
}
p {
  text-align: start;
}
.text-justify {
  text-align: justify !important;
}
section {
  display: flex;
  flex-direction: column;
  text-align: center;
}
article {
  display: block;
}

#About {
  padding: 60px 0;
  text-align: center;
  
  background-image: linear-gradient(16deg, #399fa58f 0%,  #fdfc8826 100%); 
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  opacity:81%;
  color: #083169;
  position: relative;
}
/*#About {
  border: 3px solid;
  color: #083169;
}*/

#About h2 {
  position: relative;
  padding: 0px 0px 15px;
}

#About h2::after {
  content: "";
  border-bottom: 2px solid #083169;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 90px;
  margin: 0 auto;
  display: block;
}

#Services {
  padding: 60px 0;

 
  background-image: linear-gradient(35deg, #399fa58f 0%,  #fdfc8826 100%); 
  opacity:81%;
  color:#083169;
}

#Services h2 {
  position: relative;
  padding: 0px 0px 15px;
}

#Services h2::after {
  content: "";
  border-bottom: 2px solid #083169;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 90px;
  margin: 0 auto;
  display: block;
}
.card {
  border-radius: 16px;
  transition: box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.card-text{
font-size:20px;
font-weight:500;}
.card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
  background: #e9d6ffa6; 
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);


}

#team {
  padding: 60px 0;
  text-align: center;
  padding: 60px 0;
  background-image: linear-gradient(35deg, #399fa58f 0%,  #fdfc8826 100%); 
  opacity:90%;
  color:#083169;
}

#team h2 {
  position: relative;
  padding: 0px 0px 15px;
}
#team p {
  font-size:20px;
  margin: 25px 0px 40px;
  font-weight:bold;
}
#team h2::after {
  content: "";
  border-bottom: 2px solid #083169;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 90px;
  margin: 0 auto;
  display: block;
}
#team .member {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 15px 0px 15px 0px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
}
#team .member .vt1 {
  display: block;
  position: absolute;
  bottom: 0px;
  left: -200px;
  transition: 0.6s;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.4);
}
#team .member .nt1 {
  display: block;
  position: absolute;
  bottom: 0px;
  right: -200px;
  transition: 0.6s;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.4);
}
#team .member:hover .member-info {
  left: 0px;
  right: 0px;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
#team .member .social-links {
  margin-top: 15px;
}
#team .member .social-links a {
  transition: none;
  color: #fff;
}
#team .member .social-links a:hover {
  color: #ffc107;
}
#team .member .social-links i {
  font-size: 18px;
  margin: 0 2px;
}
#team .equipe{

  background: #fffffe69; 
  backdrop-filter: blur(0px);
 
}

/* ==== COOKIE-BANNER ====*/

#cookie-banner {
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px;
  display: none;
}

#cookie-banner .message {
  margin-right: 10px;
}

#cookie-banner .button {
  cursor: pointer;
  border: none;
  background-color: #dc3545;
  color: white;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 4px;
}
