body {
    margin: 0;
    box-sizing: border-box;
    background-color: #ff9fc7;
    font-family: Helvetica, Arial;
    background-image: url("background.jpg");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;

  }

  @font-face {
    font-family: 'Nickova';
    src: url(Nickova.ttf);
    font-weight: normal;
    font-style: normal;
  }

.josefin-sans-uniquifier {
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

  
  nav ul {
    margin-top: 45px;
    margin-left: 100px;
    font-family: "Josefin Sans";
    display: flex;
    height: 70px;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    padding: 0;
    font-size: 25px;
  }
  nav ul li a {
    text-decoration: none;
    color: #ffffff;
    padding: 15px;
    border: 4px solid;
    border-radius: 25px;
    transition: color 0.3s ease;
}
nav ul li a:hover{
    color: #ff9fc7;
    text-decoration: underline;
}

.titre {
    font-family: "Josefin Sans";
    font-size: 160px;
    text-align: center;
    color: #ffffff;
}

.titre span {
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease, color 0.3s ease;
}

.titre span:hover {
  transform: translateY(-17px);
  color: #ff9fc7;
}

section {
  height: 650px;
  margin-top: 10px;
}

.groupe {
  font-family: "Josefin Sans";
    font-size: 35px;
    text-align: center;
    color: #ffffff;
    margin-top: -2%;

}

.bienvenue {
  font-family: "Josefin Sans";
    font-size: 50px;
    text-align: center;
    color: #ffffff;
    margin-top: -5%;
}

.travaux {
  font-family: "Josefin Sans";
    font-size: 50px;
    text-align: center;
    color: #ffffff;
}

.logo {
  position: absolute;
  width: 8%;
  left: 2%;
  top: 2% ;
  transition: transform 0.3s ease;
}

.logo:hover {
  transform: scale(1.2);
}

footer {
    color: white;
    text-align: center;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 19px;
  font-family: "Josefin Sans";
}

.mascotte {
  width: 250px;
  display: block;
  margin: 0 auto;
  animation: swing 2s infinite cubic-bezier(0.42, 0, 0, 1.23)
}

@keyframes swing {
  0%, 100% {
      transform: rotate(-10deg);
  }
  50% {
      transform: rotate(10deg);
  }
}

article {
  position: relative;
  padding:15px;
  border: 4px solid;
  border-radius: 30px;
  color: #ffffff;
  top: 30px;
  width:400px;
  transition: transform 0.3s ease;
}


article:hover{
  transform: scale(1.1);
}

article img {
  width: 50%;
  height: auto;
  object-fit: cover;
  transition: color 0.3s ease;
}

article img:hover {
  content: url(etoileblanc.png);
}

.sequence {
  margin-top: 15vh;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  justify-content: center;
}

article a {

  font-family: "Josefin Sans";
  font-size: 35px;
  text-align: center;
  color: #ffffff;
  transition: color 0.3s ease;
}

.article2 a:hover {
  color: #ff9fc7;
}

.sequence2 {
  margin-top: 15vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  justify-content: center;
}

.article2 a {

  font-family: "Josefin Sans";
  font-size: 35px;
  text-align: center;
  color: #ffffff;
  transition: color 0.3s ease;
}

.article2 a:hover {
  color: #ff9fc7;
}

.contact {
  font-family: "Josefin Sans";
    font-size: 80px;
    text-align: center;
    color: #ffffff;
}

.citems ul {
  list-style: none;
}

.citems li {
  font-family: "Josefin Sans";
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  margin: 2%;
}

.citems a {
  color: #ffffff;
  transition: color 0.3s ease;
}

.citems a:hover {
  color: #ff9fc7; 
}

.s1 {
  position: absolute;
  color: white;
  font-size: 26px;
  margin-top:-20vh;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family:"Josefin Sans";
}