* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

main #autre_blog .all, main #corps, main, * body {
  display: flex;
  justify-content: center;
  align-items: center;
}

main #autre_blog .all .blog .content form .button .bn54 {
  position: relative;
  outline: none;
  text-decoration: none;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  height: 45px;
  width: 130px;
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
main #autre_blog .all .blog .content form .button .bn54 .bn54span {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
main #autre_blog .all .blog .content form .button .bn54:hover {
  animation: bn54rotate 0.7s ease-in-out both;
}
main #autre_blog .all .blog .content form .button .bn54:hover .bn54span {
  animation: bn54storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}
@keyframes bn54rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes bn54storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}

* {
  font-family: "Outfit", sans-serif;
}
* body {
  background-color: #4991d0;
  flex-direction: column;
  transition-duration: 0.5s;
  width: 99%;
}
* body a {
  text-decoration: none;
  color: #0c0c0c;
}
* p {
  font-size: 15px;
}

main {
  flex-direction: column;
}
main #tete {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 15px;
  gap: 15px;
  width: 85vw;
}
main #tete img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
main #tete div {
  width: 500px;
}
main #tete div h1 {
  font-size: 50px;
}
main #tete div h2 {
  font-size: 30px;
}
main #tete div h3 {
  font-size: 20px;
}
main #corps {
  flex-direction: column;
  width: 60vw;
  margin: 25px;
}
main #corps .pied {
  width: 100%;
  margin: 25px;
}
main #corps .pied p {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}
main #autre_blog {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  margin: 50px 0;
  width: 95vw;
}
main #autre_blog .all {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
main #autre_blog .all .blog {
  background-color: #c8c4e2;
  max-width: 350px;
  height: 525px;
  border: 1px solid #ececec;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
  overflow: hidden;
}
main #autre_blog .all .blog img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
main #autre_blog .all .blog .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
main #autre_blog .all .blog .content h2 {
  font-size: 24px;
}
main #autre_blog .all .blog .content form .button .bn54 input[type=submit] {
  border: none;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  main #tete {
    margin: 10px;
    gap: 10px;
  }
  main #tete img {
    height: 300px;
  }
  main #corps {
    margin: 10px;
    width: 80vw;
  }
  main #autre_blog {
    margin: 25px 0;
  }
}/*# sourceMappingURL=blog.css.map */