@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&family=Oswald:wght@200..700&display=swap");
@font-face {
  font-family: abdo;
  src: url("../fonts/Abdo Master Medium.otf");
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-family: "Cairo", serif;
}

a {
  color: #fff;
  text-decoration: none;
}

header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
header .head {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header .head .logo img {
  margin-top: 8px;
  width: 240px;
  height: auto;
}
header .head .ar {
  color: #ff1e00;
  font-family: abdo;
  font-size: 20px;
  margin-left: 25px;
}
@media only screen and (min-width: 768px) {
  header .head {
    display: none;
  }
}
header .top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 40px;
  background-color: #fff;
}
header .top a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #008287;
}
header .top a i {
  font-size: 14px;
}
header .top .nav__socials {
  list-style: none;
}
header .top .nav__socials li {
  display: inline-block;
  padding: 0 10px;
}
header .top .nav__socials li i {
  font-size: 22px;
}
header .email {
  display: none;
}
@media only screen and (min-width: 768px) {
  header .email {
    display: block;
  }
}

#hero .hero {
  height: 230px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
@media only screen and (min-width: 768px) {
  #hero .hero {
    height: 80vh;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#hero .hero .pub {
  width: 100%;
  background-image: url("../img/audiolef_bg.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #hero .hero .pub {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

#about {
  padding: 0 25px;
  color: #011f30;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #about {
    width: 85%;
    display: flex;
  }
}
#about .texte {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  padding: 10px;
  letter-spacing: 0.3px;
}
@media only screen and (min-width: 768px) {
  #about .texte {
    margin-top: 30px;
    width: 50%;
    font-size: 1rem;
    padding: 20px;
  }
}
#about .texte .title {
  font-size: 25px;
  letter-spacing: 0.7px;
  font-family: "Questrial", sans-serif;
  margin-bottom: 10px;
  color: #008287;
  width: 100%;
}
#about .texte .about_text {
  text-align: justify;
}
#about .image {
  width: 100%;
  margin-top: 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  #about .image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#about .image img {
  width: 95%;
  height: auto;
}

#partners {
  padding: 25px;
  color: #011f30;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #partners {
    width: 85%;
  }
}
#partners .title {
  font-size: 25px;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
  color: #008287;
  text-align: center;
}
#partners .logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
#partners .logos img {
  width: 180px;
  height: auto;
  margin: 10px;
}
@media only screen and (min-width: 768px) {
  #partners .logos img {
    width: 220px;
  }
}

#depistage {
  padding: 25px;
  color: #011f30;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #depistage {
    width: 85%;
    display: flex;
  }
}
#depistage .title {
  font-size: 25px;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
  color: #008287;
  text-align: center;
  justify-self: center;
}
#depistage .texte {
  font-size: 0.85rem;
  line-height: 1.6;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  padding: 10px;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #depistage .texte {
    margin-top: 30px;
    width: 50%;
    font-size: 1rem;
    padding: 20px;
  }
}
#depistage .texte .about_text {
  text-align: justify;
}
#depistage .image {
  width: 100%;
  margin-top: 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  #depistage .image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#depistage .image img {
  width: 95%;
  height: auto;
}

footer {
  width: 100%;
  background-color: #007980;
  color: #fff;
  padding: 25px;
}
@media only screen and (min-width: 768px) {
  footer {
    display: flex;
  }
}
footer .logo {
  text-align: center;
}
footer .logo .texte {
  font-size: 14px;
  margin-top: 10px !important;
  color: #cbecfe;
  letter-spacing: 0.7px;
  text-align: center;
}
footer .logo .texte p {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  footer .logo .texte {
    width: 80%;
    margin: auto;
  }
}
footer .logo img {
  width: 180px;
}
@media only screen and (min-width: 768px) {
  footer .logo img {
    width: 220px;
  }
}
@media only screen and (min-width: 768px) {
  footer .logo {
    width: 50%;
  }
}
footer .logo .nav__socials {
  margin-top: 10px;
  list-style: none;
}
footer .logo .nav__socials li {
  display: inline-block;
  padding: 0 10px;
}
footer .logo .nav__socials li i {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  footer .logo .nav__socials li i {
    font-size: 26px;
  }
}
footer .form {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  footer .form {
    width: 50%;
  }
}
footer .form .contact-form {
  padding: 5px;
}
footer .form .contact-form h3 {
  font-family: "Questrial", sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
footer .form .contact-form .form-group {
  margin-bottom: 15px;
}
footer .form .contact-form .form-group label {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
footer .form .contact-form .form-group input,
footer .form .contact-form .form-group textarea {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #fff;
  color: #011f30;
  border-radius: 4px;
  font-size: 14px;
  transition: box-shadow 0.3s ease;
}
footer .form .contact-form .form-group input:focus,
footer .form .contact-form .form-group textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px #80f8ff;
}
footer .form .contact-form .form-group textarea {
  height: 120px;
  resize: vertical;
}
footer .form .contact-form .submit-btn {
  width: 100%;
  padding: 12px;
  background-color: #008287;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
footer .form .contact-form .submit-btn:hover {
  background-color: #00696e;
}
footer .phones {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  align-content: center;
  margin-top: 20px;
}/*# sourceMappingURL=main.css.map */