body {
  margin: 0;
  box-sizing: border-box;
  color: #000000;
  scroll-behavior: smooth;
  font-family: "roboto", serif;
}

h1,
h2,
h3 {
  font-family: "Poppins", serif;
  color: #C4A446;
  margin: 0;
  font-weight: normal;
}

h2 {
  font-size: 65px;
  padding: 0px 0px 80px 0px;
  font-weight: normal;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 40px;
    padding: 0px 0px 40px 0px;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-weight: bold;
}

p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0px;
  padding: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  padding: 100px 0px;
}
@media (max-width: 1400px) {
  section {
    padding: 50px 0px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

ul {
  list-style-type: none;
  padding: 0px;
}

.centrage {
  margin: 0px 100px;
}
@media (max-width: 1400px) {
  .centrage {
    margin: 0px 50px;
  }
}

header {
  background-color: #2D3162;
  padding: 10px 0px;
}

#titre-du-site {
  display: flex;
  justify-content: center;
  align-items: center;
}
#presentation {
  background-color: #2D3162;
}
#presentation .presentation-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 1400px) {
  #presentation .presentation-content {
    grid-template-columns: 1fr;
    place-items: center;
    gap: 100px;
  }
}
#presentation .presentation-content .presentation-content-texte,
#presentation .presentation-content .presentation-content-image {
  position: relative;
}
@media (max-width: 1400px) {
  #presentation .presentation-content .presentation-content-texte,
  #presentation .presentation-content .presentation-content-image {
    transform: translateX(0px) !important;
  }
}
#presentation .presentation-content .presentation-content-texte {
  max-width: 450px;
  transform: translateX(20px);
}
#presentation .presentation-content .presentation-content-texte .presentation-content-texte-fond {
  background-color: #2D3162;
  position: relative;
  z-index: 2;
}
#presentation .presentation-content .presentation-content-texte .presentation-content-texte-fond p {
  padding: 20px 25px;
  text-align: justify;
}
#presentation .presentation-content .presentation-content-texte .presentation-content-texte-absolute-gauche,
#presentation .presentation-content .presentation-content-texte .presentation-content-texte-absolute-droite {
  position: absolute;
  height: 175px;
  width: 200px;
  background-color: #C4A446;
}
#presentation .presentation-content .presentation-content-texte .presentation-content-texte-absolute-gauche {
  bottom: -5%;
  left: -5%;
}
@media (max-width: 500px) {
  #presentation .presentation-content .presentation-content-texte .presentation-content-texte-absolute-gauche {
    bottom: -4%;
  }
}
@media (max-width: 400px) {
  #presentation .presentation-content .presentation-content-texte .presentation-content-texte-absolute-gauche {
    bottom: -3%;
  }
}
#presentation .presentation-content .presentation-content-texte .presentation-content-texte-absolute-droite {
  top: -5%;
  right: -5%;
}
@media (max-width: 500px) {
  #presentation .presentation-content .presentation-content-texte .presentation-content-texte-absolute-droite {
    top: -4%;
  }
}
@media (max-width: 400px) {
  #presentation .presentation-content .presentation-content-texte .presentation-content-texte-absolute-droite {
    top: -3%;
  }
}
#presentation .presentation-content .presentation-content-image {
  justify-self: end;
  transform: translateX(-20px);
}
#presentation .presentation-content .presentation-content-image img {
  position: inherit;
  z-index: 2;
}
#presentation .presentation-content .presentation-content-image .presentation-content-image-absolute img {
  position: absolute;
  width: 741px;
  max-height: 339px;
  z-index: 0;
  bottom: -8%;
  left: 5%;
}
#presentation .presentation-bouton {
  display: flex;
  justify-content: center;
  margin: 90px 0px 0px 0px;
}
#presentation .presentation-bouton a {
  background-color: #C4A446;
  padding: 20px 50px;
  border-radius: 20px;
  transition: 0.5s;
}
#presentation .presentation-bouton a:hover {
  background-color: #ffffff;
  color: #C4A446;
}

#contact .contact-btn {
  display: flex;
  justify-content: center;
}
#contact .contact-btn a {
  display: flex;
  background-color: #2D3162;
  border-radius: 20px;
  transition: 0.5s;
  font-size: 40px;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 125px;
  text-align: center;
}
#contact .contact-btn a:hover {
  background-color: #C4A446;
  color: #2D3162;
}

#article .article-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#article .article-btn {
  margin-top: 90px;
}
#article .article-btn a {
  background-color: #C4A446;
  padding: 20px 50px;
  border-radius: 20px;
  transition: 0.5s;
}
#article .article-btn a:hover {
  background-color: #2D3162;
  color: #C4A446;
}

footer .footer-contact {
  background-color: #2D3162;
  padding: 40px 0px;
}
footer .footer-contact .footer-contact-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 600px) {
  footer .footer-contact .footer-contact-content {
    gap: 25px;
  }
}
footer .footer-contact .footer-contact-content ul {
  margin-top: 30px;
}
footer .footer-contact .footer-contact-content ul li {
  margin: 10px 0px;
  padding: 8px;
  border: 2px white solid;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 50%;
  transition: scale 0.5s;
}
footer .footer-contact .footer-contact-content ul li:hover img {
  transform-origin: top center;
  transform: scale(1.1);
}
footer .footer-contact .footer-contact-content ul li:hover a {
  opacity: 0.7;
}
footer .footer-contact .footer-contact-content ul li a {
  transition: opacity 0.5s;
}
footer .footer-contact .footer-contact-content ul li a img {
  transition: 0.5s;
  transform: translateY(2px);
}
footer .footer-auteur {
  background-color: #15172F;
  padding: 25px 0px;
}/*# sourceMappingURL=style.css.map */