body {
  margin: 0;
  text-decoration-color: white;
  background-color: #F5FBFF;
}

h1, hr, p, h2, ul {
  margin: 0;
  text-decoration: none;
}

a {
  color: white; /* Set your desired default link color */
  text-decoration: none; /* Remove underline if desired */
  transition: transform 0.3s ease;
}
a:hover {
  transform: scale(1.1);
}

.header {
  color: white;
  font-family: Verdana, sans-serif;
  font-weight: bold;
}
.header .top-nav, .header .bottom-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin: 0 auto;
}
.header .top-nav {
  background: linear-gradient(to right, #F4A300, #886332, #282828);
}
.header .top-nav .title {
  flex-direction: column;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}
.header .top-nav .container {
  display: flex;
  justify-content: end;
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
}
.header .top-nav .container ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .top-nav .container li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  color: white;
  transition: font-size 0.3s ease, color 0.3s ease;
}
.header .top-nav .container li a:hover {
  font-size: 17px;
  transform: scale(1.4);
}
.header .bottom-nav {
  background: linear-gradient(to right, #282828, #886332, #F4A300);
}
.header .bottom-nav img {
  width: 11vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .bottom-nav .logo {
  padding: 0 60px;
}
.header .bottom-nav .container {
  display: flex;
  justify-content: end;
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
}
.header .bottom-nav .container .nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.header .bottom-nav .container .nav li a {
  font-weight: bold;
  color: white;
  display: flex;
}
.header .bottom-nav .container .nav li a img {
  margin-right: 10px;
  width: 15px;
}
.header .bottom-nav .container .nav .last {
  background-image: url(../../../illustrator/profil.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 10px;
}
.header .bottom-nav .container .nav .last a {
  color: black;
}
.header .bottom-nav .container .nav .last a img {
  margin-left: 0px;
}
@media (max-width: 1024px) {
  .header .top-nav, .header .bottom-nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header .top-nav .container, .header .bottom-nav .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
  }
  .header .top-nav .container {
    padding: 0;
  }
  .header .bottom-nav .container {
    padding: 0;
  }
  .header .top-nav ul, .header .bottom-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .header .bottom-nav .logo img {
    margin-bottom: 10px;
    text-align: center;
  }
  .header .container ul {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .header .top-nav, .header .bottom-nav {
    padding: 10px 0;
  }
  .header .top-nav ul, .header .bottom-nav ul {
    gap: 5px;
  }
  .header .bottom-nav .logo img {
    font-size: 18px;
    align-items: center;
  }
  .header .top-nav .container {
    padding: 0;
  }
  .header .bottom-nav .container {
    padding: 0;
  }
  .header .container ul {
    align-items: center;
  }
  .header .bottom-nav .nav ul {
    gap: 10px;
  }
}

/* General styles for body and anchor tags remain the same */
body {
  margin: 0;
  background-color: #F5FBFF;
}

h1, hr, p, h2, ul {
  margin: 0;
  text-decoration: none;
}

a {
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease;
}
a:hover {
  transform: scale(1.1);
}

/* Footer styles */
.footer {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 24px;
  background-color: #272727;
  color: white;
  padding: 100px 120px;
  font-family: "Century Gothic, sans-serif";
}
.footer__title {
  grid-column: span 5;
  text-align: left;
  margin-bottom: 24px;
  white-space: nowrap;
}
.footer__title-text {
  font-size: 42px;
}
.footer__container {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 24px;
}
.footer__container-form {
  grid-column: span 5;
}
.footer__container-bracket {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__container-bracket .bracket {
  font-size: 25rem;
  color: white;
}
.footer__container-text {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 32px;
  font-style: bold;
}
.footer__container-text p {
  margin: 0;
}
.footer__form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 16px;
}
.footer__form-label {
  grid-column: span 12;
  color: white;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.footer__form-label .required {
  color: red;
  margin-left: 4px;
}
.footer__form-input, .footer__form-textarea, .footer__form-button {
  grid-column: span 12;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 20px;
  background: transparent;
  color: white;
  font-size: 1rem;
}
.footer__form-textarea {
  resize: vertical;
  height: 150px;
}
.footer__form-button {
  background-color: #fff;
  color: #272727;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
}
.footer__divider {
  grid-column: 2/12;
  border: 0;
  height: 1px;
  background: white;
  margin: 20px 0;
}

/* Contact section */
.footer__contact {
  background-color: #272727;
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap onto multiple lines */
  justify-content: space-between; /* Distribute items evenly */
  gap: 24px;
  padding: 0 120px;
  align-items: center;
  color: white;
  padding-bottom: 100px;
  font-family: "Century Gothic, sans-serif";
  /* Responsive Design */
  /* For screen sizes 1024px and below */
  /* Mobile view */
}
.footer__contact a {
  color: white;
}
.footer__contact a:hover {
  transform: scale(1);
}
.footer__contact-addresses {
  flex: 1 1 100%; /* Full width for address section */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__contact-addresses h2 {
  margin-bottom: 100px;
}
.footer__contact-addresses img {
  margin-top: 20px;
}
.footer__contact-addresses a {
  margin-top: 20px;
}
.footer__contact-instagram, .footer__contact-youtube, .footer__contact-mail, .footer__contact-whatsapp {
  display: flex;
  flex: 1 1 calc(50% - 24px); /* 50% width minus the gap */
  max-width: 400px; /* Set a max width */
  min-width: 200px; /* Set a min width */
  align-items: center;
  border: 2px solid #3f3f3f;
  border-radius: 20px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px; /* Added margin to the bottom */
  align-items: center;
  justify-content: center;
}
.footer__contact-instagram-logo, .footer__contact-youtube-logo, .footer__contact-mail-logo, .footer__contact-whatsapp-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.footer__contact-instagram-text, .footer__contact-youtube-text, .footer__contact-mail-text, .footer__contact-whatsapp-text {
  color: white;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.footer__contact-instagram-text:hover, .footer__contact-youtube-text:hover, .footer__contact-mail-text:hover, .footer__contact-whatsapp-text:hover {
  color: #aaa;
}
@media (max-width: 1024px) {
  .footer__contact {
    flex-direction: column; /* Stack items vertically on smaller screens */
    align-items: center;
    padding: 0 40px;
  }
  .footer__contact-instagram, .footer__contact-youtube, .footer__contact-mail, .footer__contact-whatsapp {
    flex: 1 1 100%; /* Full width on smaller screens */
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .footer__contact {
    padding: 0 10px;
  }
  .footer__contact-instagram, .footer__contact-youtube, .footer__contact-mail, .footer__contact-whatsapp {
    flex: 1 1 100%; /* Full width for each item */
    margin-bottom: 10px;
  }
  .footer__contact-logo {
    width: 35px; /* Slightly smaller logo for mobile */
    height: 35px;
  }
  .footer__contact-text {
    font-size: 0.9rem; /* Smaller text for mobile */
  }
}

/* Policies */
.footer__policies {
  padding: 0 120px;
  display: flex;
  flex-direction: row;
  background-color: #272727;
  font-family: "Century Gothic, sans-serif";
  padding-bottom: 80px;
  white-space: nowrap;
}
.footer__policies-1, .footer__policies-2, .footer__policies-3, .footer__policies-4 {
  margin-top: 20px;
  margin-right: 60px;
  margin-left: 60px;
  max-width: 200px;
}

/* Footer design */
.footer__design {
  font-family: "Century Gothic, sans-serif";
  background-color: #f5a623;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14vh;
  position: relative;
  padding: 0 20px;
  /* Responsive Design */
}
.footer__design-logo {
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 120px;
  z-index: 1;
  padding: 0 30px;
}
.footer__design-text {
  margin: 0;
  font-size: 14px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .footer__design {
    padding: 0 40px;
    height: auto; /* Let the height adjust for tablet */
  }
  .footer__design-logo {
    width: 90px; /* Adjust logo size for tablet */
    right: 10px;
    bottom: 10px;
  }
  .footer__design-text {
    font-size: 13px; /* Slightly smaller text for tablet */
  }
}
@media (max-width: 768px) {
  .footer__design {
    flex-direction: column; /* Stack text and logo for mobile */
    height: auto; /* Let the height adjust based on content */
    padding: 20px 20px;
  }
  .footer__design-logo {
    position: static; /* Remove absolute positioning for mobile */
    width: 70px; /* Smaller logo for mobile */
    margin-top: 10px; /* Add margin between text and logo */
  }
  .footer__design-text {
    font-size: 12px; /* Smaller text for mobile */
  }
}
@media (max-width: 480px) {
  .footer__design {
    padding: 10px; /* Smaller padding for very small screens */
  }
  .footer__design-logo {
    width: 60px; /* Reduce logo size further */
  }
  .footer__design-text {
    font-size: 11px; /* Smaller text for mobile */
  }
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
  /* Tablet view */
  .footer {
    padding: 50px 60px;
    grid-template-columns: repeat(8, 1fr);
  }
  .footer__title {
    grid-column: span 8;
    text-align: center;
  }
  .footer__title-text {
    font-size: 32px;
  }
  .footer__container {
    grid-template-columns: repeat(8, 1fr);
  }
  .footer__container-form {
    grid-column: span 8;
  }
  .footer__container-bracket {
    display: none; /* Hide the bracket on tablet */
  }
  .footer__container-text {
    grid-column: span 8;
    font-size: 24px;
  }
  .footer__contact {
    padding: 50px 60px;
    grid-template-columns: repeat(8, 1fr);
  }
  .footer__contact-addresses, .footer__contact-instagram, .footer__contact-youtube {
    grid-column: span 8;
    text-align: center;
  }
  .footer__policies {
    flex-direction: column;
    align-items: center;
  }
  .footer__design {
    height: 10vh;
  }
}
@media (max-width: 768px) {
  /* Mobile view */
  .footer {
    padding: 20px 30px;
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__title {
    grid-column: span 4;
    text-align: center;
  }
  .footer__title-text {
    font-size: 28px;
  }
  .footer__container {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__container-form {
    grid-column: span 4;
  }
  .footer__container-bracket {
    display: none;
  }
  .footer__container-text {
    grid-column: span 4;
    font-size: 20px;
  }
  .footer__contact {
    padding: 20px 30px;
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__contact-addresses, .footer__contact-instagram, .footer__contact-youtube {
    grid-column: span 4;
    text-align: center;
  }
  .footer__policies {
    flex-direction: column;
    align-items: center;
  }
  .footer__design {
    height: 8vh;
  }
}
.page {
  display: flex;
  flex-direction: row;
  height: 30vh;
  margin: 300px 120px;
}
.page__img-1 {
  width: 45%;
}
.page__text {
  font-size: 64px;
}/*# sourceMappingURL=homework.css.map */