@import url(/assets/css/styles.css);

/*!___________ HOME   */
.container {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}

.center-home {
  width: 100%;
}

.container-intro,
article {
  margin: 0 auto;
  width: 100%;
}

.container-shape {
  position: relative;
}

.container-session {
  margin: 90px auto;
  max-width: 95vw;
}

.intro-session-a1 {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.intro-session-a1 p {
  width: 100%;
  font-size: 24px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Amiri";
}

.img-session {
  max-width: 400px;
  margin: 25px auto;
  display: flex;
  justify-content: center;
}

.img-session img {
  border-radius: 7px;
  width: 350px;
}

.learn-arabic {
  padding: 10px;
  margin: 0 auto;
  width: fit-content;
  max-width: 600px;
}

.article-ilca {
  margin: 0 auto;
  padding: 2rem 0 0.5rem;
}

/* les images d'illustration */
.div-img {
  display: flex;
  justify-content: center;
}

.img-contact-us img,
.img-intro img {
  width: 300px;
  height: fit-content;
}

@media screen and (min-width: 500px) {

  .img-contact-us img,
  .img-intro img {
    width: 350px;
  }
}

@media screen and (min-width: 600px) {

  .img-contact-us img,
  .img-intro img {
    width: 400px;
  }

  .container-session {
    margin: 90px auto;
  }
}

@media screen and (min-width: 768px) {

  .img-contact-us img,
  .img-intro img {
    width: 500px;
  }
}

.lang-ar .img-lang-ar {
  width: 200px;
  overflow: hidden;
  margin: 0 auto;
  height: max-content;
}

.lang-ar .img-lang-ar img {
  width: 100%;
  transition: all 1.5s;
  border-radius: 15px;
}

.lang-ar .img-lang-ar img:hover {
  transform: scale(1.3);
}

@media screen and (min-width: 1200px) {
  .lang-ar .img-lang-ar {
    width: 250px;
  }
}

/* intro */
.container-intro,
.container-learn-arabic {
  padding-top: 1rem;
  background-color: #264e70;
}

@media screen and (min-width: 430px) {
  .container-intro {
    padding-top: 2rem;
  }

  .container-learn-arabic {
    padding-top: 1.5rem;
  }
}

.container-intro {
  height: auto;
  padding: 35px 0;
}

.intro {
  margin: 0 auto;
  width: 95vw;
}

.intro p,
.intro-learn-arabic p {
  color: #fff;
  padding: 0.7rem;
  font-family: "Amiri";
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  letter-spacing: var(--letter-spacing);
  line-height: 30px;
}

@media screen and (min-height: 700px) {
  .intro {
    display: grid;
  }

  .para-btn {
    display: grid;
    gap: 15px;
  }
}

@media screen and (min-width: 600px) {
  .intro {
    width: 550px;
  }
}

@media screen and (min-width: 800px) {
  .intro {
    display: grid;
    grid-template-columns: 1fr 350px;
    width: 800px;
    align-items: center;
    justify-content: center;
  }

  .img-intro img {
    width: 100%;
  }

  .container-intro {
    padding-bottom: 2rem;
  }

  .container-session {
    display: grid;
    column-gap: 100px;
    grid-template-columns: 300px 2fr;
    width: 900px;
    align-items: center;
  }

  .intro p,
  .intro-learn-arabic p {
    text-align: justify;
  }
}

@media screen and (min-width: 900px) {
  .para-btn {
    width: 489px;
  }

  .container-intro {
    height: 500px;
    display: flex;
  }
}


@media screen and (min-width: 500px) {

  .intro p,
  .intro-learn-arabic p {
    padding: 1rem;
    font-size: 24px;
    line-height: 33px;
  }

  .intro-learn-arabic p {
    width: 482px;
  }

  .btn-link-contact a {
    width: 200px;
    text-align: center;
    letter-spacing: 5px;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .intro-learn-arabic p {
    width: 582px;
    letter-spacing: 3.5px;
  }
}




.container-learn-arabic {
  padding-bottom: 2rem;
}

@media screen and (min-width: 900px) {
  .container-learn-arabic {
    padding-bottom: 4rem;
  }
}


.intro-arabe-article {
  margin: 60px auto;
  width: 90%;
  max-width: 850px;
}

.title-langue-arabe {
  color: #1f5684;
}

.did-you-know {
  margin-bottom: 15px;
}

.did-you-know span {
  margin-bottom: 15px;
  letter-spacing: var(--letter-spacing);
  font-size: 1.3rem;
  color: #002B5B;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

article .lang-ar {
  margin: 25px auto;
  padding: 0.5rem;
  max-width: 850px;
  border-radius: 5px;
  background-color: white;
  box-shadow: grey -2px -2px 10px, inset -2px -2px 10px grey;
}

article .lang-ar .home-about-ar {
  width: 100%;
}

@media screen and (min-width: 768px) {
  article .lang-ar .home-about-ar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .did-you-know {
    justify-self: center;
    align-self: center;
  }
}

.lang-ar p {
  font-size: 1rem;
  word-spacing: 1px;
  letter-spacing: 0.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-indent: 25px;
}



@media screen and (min-width: 768px) {
  .lang-ar p {
    line-height: 1.7rem;
    padding: 1.3rem;
    font-size: 1.1rem;
  }
}


.center-home article .home-about-ar div p span {
  font-size: 1.4rem;
  font-family: 'Alkatra', cursive;
  color: #222;
}

.btn-link-contact a,
.btn-link-register-session a {
  background-color: #f2ab55;
  color: black;
  letter-spacing: 3.3px;
  font-weight: bold;
}

.btn-link-contact a:hover,
.btn-link-register-session a:hover {
  background-color: black;
  color: #f2ab55;
}
.redirect-session-lille {
  font-weight: bold;
}
/* Shape */
.custom-shape-divider-top-1724094457 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1724094457 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 55px;
}

.custom-shape-divider-top-1724094457 .shape-fill {
  fill: #264E70;
}


.custom-shape-divider-bottom-1724095268 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1724095268 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

.custom-shape-divider-bottom-1724095268 .shape-fill {
  fill: #264E70;
}

.custom-shape-divider-top-1724096469 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1724096469 svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 50px;
}

.custom-shape-divider-top-1724096469 .shape-fill {
  fill: #264E70;
}