@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900');

body {
font-family: 'Raleway' , sans-serif;
background: #fafafa;#ffffff; #f5f5f5;
width: 100%;
height: 100%;
padding-top: 0px;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background-color: #fafafa;#f3f3f3;white;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 30px;
      transition: box-shadow 0.5s ease;
      z-index: 999;
    }

    header.scrolled {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .logo img {
    padding-left: 90px;
    padding-top: 5px;
    height: 65px;
    }

    nav ul {
    padding-right: 70px;
    list-style: none;
    display: flex;
    gap: 60px;
    }

    nav ul li a { 
    position: relative;
    font-family: 'Raleway';
    font-size: 1.1rem;
    font-weight: 400;
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
    }

    /* Menu déroulant */

    .menu-deroulant {
  position: relative;
}

.sous-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: -30px;
  background-color: #fafafa;
  padding: 10px 5px 15px 5px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  display: none;
  min-width: 160px;
  z-index: 1000;
}

.menu-deroulant:hover .sous-menu {
  display: block;
}

.sous-menu li {
  padding: 0;
  text-align: left;
  padding: 0 15px;
}

.sous-menu li a {
  display: block;
  padding: 8px 0;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
  font-size: 1rem;
}

/* Effet point gris sur les liens du sous-menu */
.sous-menu li a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #666666;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.sous-menu li a:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(3px);
}


    /* Fin Menu déroulant */


.menu a, .menuouvert {
font-family: 'Raleway';
font-size: 1.1em;
text-decoration: none;
color: #000028;
font-weight: 400;
}

.menuouvert li {

left: 50%;
bottom: -7px;
transform: translateX(-50%);
 width: 6px;
height: 6px;
border-radius: 50%;
background: #666666;
opacity: 1;
}

nav ul li {
  position: reltive; /* Permet au ::before de se positionner par rapport au <li> */
}

nav ul li a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #666666;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

nav ul li a:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(3px);
}


#titre h1 {
  display: inline-block;
  font-family: 'Raleway' , 'Open Sans',  arial;
  font-weight: 700;
  margin:  250px 0 50px 340px;
  color:  #000028;
  text-transform: none;
  font-size: 2.25rem;
}


#items {
    font-family: 'Raleway';
	margin-right: 25%;
	margin-left: 32%;
	margin-top: 40px;
    margin-bottom: 150px;
	padding-right: 25px;
	text-align: justify;
	color: #000028;
}


#items h3 {
	text-align: left;
	color: #000028;
	font-family: 'Raleway', verdana, arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	padding-top: 10px; 
}

.modal {
	font-size: 1.1rem;
	padding: 30px 70px;
}

.modal1 {
	font-size: 1em;
	padding-left:50px;
}

.modal2 {
	font-size: 1.1rem;
	margin-left:30px;
	list-style-type: none;
	padding: 30px 40px;
}

.modal3 {
	font-size: 1em;
	margin-left: 110px;
}

.modal4 {
    font-size: 1.1rem;
	padding: 30px 70px;

}

.modal4 a {
    text-decoration: none;
	color: #666666;
}

/*footer*/


    footer {
      font-family: 'Raleway';
      font-size: 1.1rem;
      font-weight: 400;
      background: #f3f3f3;#eaeaea;
      padding: 2rem 1rem;
      text-align: center;
    }

    .footer-columns {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 280px;3rem;
      margin-bottom: 1.5rem;
    }

    .footer-column {
      display: flex;
      flex-direction: column;
      align-items: start;
      min-width: 140px;
      padding-top: 40px;
      padding-bottom: 60px;
    }

    .footer-column a {
      position: relative;
      color: #000028;#333;
      text-decoration: none;
      margin: 0.5rem 0;
      font-size: 1em;
      transition: color 0.3s ease;
    }

    .footer-column a::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      width: 7px;
      height: 7px;
      background: #666;
      border-radius: 50%;
      opacity: 0;
      transition: opacity 0.7s ease, transform 0.5s ease;
    }

    .footer-column a:hover::after {
      opacity: 1;
    }

    .footer-colum {
      padding-top: 40px;
    }

    .social-icons {
      display: flex;
      gap: 30px;
      justify-content: center;
      margin-top: 0.5rem;
    }

    .social-icons a img {
      width: 30px;
      height: 30px;
      transition: transform 0.3s ease;
    }

    .social-icons a:hover img {
      transform: scale(1.25);
    }

    .copyright {
      font-size: 0.875rem;
      color: #565656;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .footer-columns {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
      }

      .footer-column {
        align-items: center;
        width: 100%;
      }
    }




