/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./_dev/scss/aacontentpageaboutus.scss ***!
  \************************************************************************************************************************************************************************/
@media (max-width: 768px) {
  #module-aacontentpageaboutus-aboutuspage #wrapper > .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #module-aacontentpageaboutus-aboutuspage #wrapper > .container {
    padding: 0;
    width: 100%;
  }
}

#aboutus-page {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #aboutus-page {
    padding-bottom: 50px;
  }
}
#aboutus-page .h1 {
  font-size: 2rem;
  color: #000;
  text-transform: none;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  #aboutus-page .h1 {
    margin-top: 5px;
  }
}
#aboutus-page .h2 {
  font-size: 1.8rem;
  color: #0F00A2;
  text-transform: none;
  margin-top: 25px;
  margin-bottom: 25px;
}
#aboutus-page p {
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
#aboutus-page .h3 {
  font-size: 1.4rem;
  color: #0F00A2;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 768px) {
  #aboutus-page .h3 {
    margin-top: 50px;
  }
}
#aboutus-page img {
  margin-top: 30px;
  max-width: 100%;
  height: auto;
}
#aboutus-page img.img-fluid {
  width: 100%;
}
#aboutus-page section {
  padding: 30px 0;
  margin: 20px 0;
}
#aboutus-page section.lightgrey-bg {
  background-color: #FBFBFB;
  -webkit-box-shadow: -1000px 0 0 #FBFBFB, 1000px 0 0 #FBFBFB;
  box-shadow: -1000px 0 0 #FBFBFB, 1000px 0 0 #FBFBFB;
}
@media (max-width: 768px) {
  #aboutus-page section {
    padding: 10px 0;
    margin: 10px 0;
  }
}
#aboutus-page #about-us-intro img.rounded {
  border-radius: 10px;
}
#aboutus-page #about-us-intro .d-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #aboutus-page #about-us-intro .d-flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
#aboutus-page #about-us-team .row-flex {
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  #aboutus-page #about-us-team .row-flex {
    flex-direction: column;
  }
}
#aboutus-page .address {
  background: #8DFFB3;
  border-radius: 8px;
  color: #0F00A2;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
  margin: 10px 0 30px 0;
  padding: 15px 20px;
  transition: all 0.4s ease-in;
  transform: scale(1);
}
#aboutus-page .address:hover {
  transform: scale(1.02);
}
#aboutus-page .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Pour un ratio d'aspect 16:9. Utilisez 75% pour un ratio 4:3 */
}
#aboutus-page .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#aboutus-page .social {
  align-items: center;
  display: flex;
  font-size: 16px;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}
#aboutus-page .social a {
  align-items: center;
  background: #0F00A2;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  transition: all 0.4s ease-in;
  height: 35px;
  width: 35px;
}
#aboutus-page .social a:hover {
  background: #0C017D;
}
#aboutus-page #about-us-backipln .card-back-ipln {
  background: linear-gradient(136deg, #E4E3F3 0%, #F9FAFF 50%, #E4E3F3 100%);
  border-radius: 30px;
}
#aboutus-page #about-us-backipln .card-back-ipln .wrapper {
  padding: 30px 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
@media (max-width: 768px) {
  #aboutus-page #about-us-backipln .card-back-ipln .wrapper {
    display: flex;
    flex-direction: column;
    padding: 15px;
  }
}
#aboutus-page #about-us-backipln .card-back-ipln img {
  margin-top: 0;
}
@media (max-width: 768px) {
  #aboutus-page #about-us-backipln .card-back-ipln img {
    border-radius: 15px;
    order: 0;
  }
}
#aboutus-page #about-us-backipln .card-back-ipln .backipln-informations {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 768px) {
  #aboutus-page #about-us-backipln .card-back-ipln .backipln-informations {
    order: 1;
  }
}
#aboutus-page #about-us-backipln .card-back-ipln .btn {
  margin-top: 20px;
}
