main#academicExcellence section {
  padding-left: 64px;
  padding-right: 64px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  main#academicExcellence section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  main#academicExcellence section {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 767px) {
  main#academicExcellence section.hero {
    height: 600px;
  }
}

main#academicExcellence section.hero .container {
  display: flex;
  position: relative;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
}

main#academicExcellence section.hero .container h1 {
  padding-bottom: 100px;
  width: 400px;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  main#academicExcellence section.hero .container h1 {
    font-size: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  main#academicExcellence section.reception {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 60px;
  }

  main#academicExcellence section.reception h2 {
    font-weight: 600;
  }
}

main#academicExcellence section.intro .inner p {
  font-size: 16px;
}

main#academicExcellence section.importance h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  width: 500px;
}

@media (max-width: 767px) {
  main#academicExcellence section.importance {
    height: 400px;
  }

  main#academicExcellence section.importance h2 {
    font-size: 40px;
    line-height: 45px;
    width: 400px;
    max-width: 100%;
}
}

main#academicExcellence section.primarySchool h2 {
  max-width: 300px;
}

@media (max-width: 767px) {
  main#academicExcellence section.primarySchool h2 {
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  main#academicExcellence section.secondarySchool {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
  }

  main#academicExcellence section.secondarySchool h2 {
    font-weight: 600;
    width: 100px;
    line-height: 50px;
  }
}

main#academicExcellence section.programme .container {
  display: flex;
  padding: 100px 0;
}

@media (max-width: 767px) {
  main#academicExcellence section.programme .container {
    flex-direction: column;
    padding: 50px 0;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  main#academicExcellence section.programme .container {
    flex-direction: column;
    padding: 50px 0;
  }
}

main#academicExcellence section.programme .container .programme-content {
  width: 50%;
  padding-right: 150px;
}

@media (max-width: 767px) {
  main#academicExcellence section.programme .container .programme-content {
    width: 100%;
    padding-right: 0;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  main#academicExcellence section.programme .container .programme-content {
    width: 100%;
    padding-right: 0;
  }
}

main#academicExcellence section.programme .container .programme-content h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

@media (max-width: 767px) {
  main#academicExcellence section.programme .container .programme-content h2 {
    font-size: 40px;
    padding: 0;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  main#academicExcellence section.programme .container .programme-content h2 {
    font-size: 40px;
    padding: 0;
  }
}

main#academicExcellence section.programme .container .programme-content .content-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}

@media (max-width: 767px) {
  main#academicExcellence section.programme .container .programme-content .content-header {
    padding: 20px 0;
    padding-bottom: 50px;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  main#academicExcellence section.programme .container .programme-content .content-header {
    padding: 20px 0;
    padding-bottom: 50px;
  }
}

main#academicExcellence section.programme .container .programme-content .content-header h3 {
  font-size: 16px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  main#academicExcellence section.programme .container .programme-content .content-header .logoButton {
    display: none;
  }
}

main#academicExcellence section.programme .container .programme-content .content .open-popup {
  margin-top: 50px;
  cursor: pointer;
  max-width: fit-content;
}

@media (max-width: 767px) {
  main#academicExcellence section.programme .container .programme-content .content .open-popup {
    margin-left: auto;
  }
}

main#academicExcellence section.programme .container .titleIntro {
  width: 50%;
  height: 650px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  main#academicExcellence section.programme .container .titleIntro {
    width: 100%;
    height: 400px;
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  main#academicExcellence section.programme .container .titleIntro .intro-cta {
    width: 90%;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  main#academicExcellence section.programme .container .titleIntro {
    width: 100%;
    height: 400px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  main#academicExcellence section.middle-programme .container .middle-image {
    height: 300px;
  }
}

main#academicExcellence section.high-programme .container {
  flex-direction: row-reverse;
  padding-top: 0;
}

@media (max-width: 767px) {
  main#academicExcellence section.high-programme .container {
    flex-direction: column;
    padding-bottom: 50px;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  main#academicExcellence section.high-programme .container {
    flex-direction: column;
    padding-bottom: 50px;
  }
}

main#academicExcellence section.high-programme .container .high-content {
  padding-right: 0;
  padding-left: 150px;
}

@media (max-width: 767px) {
  main#academicExcellence section.high-programme .container .high-content {
    padding-left: 0;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  main#academicExcellence section.high-programme .container .high-content {
    padding-left: 0;
  }
}

main#academicExcellence section.high-programme .container .high-image {
  height: 860px;
}

@media (max-width: 767px) {
  main#academicExcellence section.high-programme .container .high-image {
    width: 100%;
    height: 300px;
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  main#academicExcellence section.high-programme .container .high-image .intro-cta {
    width: 90%;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  main#academicExcellence section.high-programme .container .high-image {
    width: 100%;
    height: 400px;
    margin-top: 50px;
  }
}

main#academicExcellence section.methods h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  width: 570px;
}

@media (max-width: 767px) {
  main#academicExcellence section.methods {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  main#academicExcellence section.methods h2 {
    max-width: 90%;
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  main#academicExcellence section.methods {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  main#academicExcellence section.methods h2 {
    max-width: 90%;
    font-size: 40px;
  }
}

main#academicExcellence section.guidance h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  width: 570px;
}

@media (max-width: 767px) {
  main#academicExcellence section.guidance {
    height: 400px;
  }

  main#academicExcellence section.guidance h2 {
    font-size: 40px;
    line-height: 45px;
    width: 400px;
    max-width: 100%;
}

main#academicExcellence section.guidance h2 {
  width: 400px;
}

main#academicExcellence section.personalisedLearning h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  width: 570px;
}


@media (max-width: 767px) {
  main#academicExcellence section.personalisedLearning {
    height: 400px;
  }

  main#academicExcellence section.personalisedLearning h2 {
    font-size: 40px;
    line-height: 45px;
    width: 400px;
    max-width: 100%;
}


main#academicExcellence section.personalisedLearning h2 {
  width: 400px;
}

main#academicExcellence section.englishProgramme h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  width: 570px;
}

main#academicExcellence section.englishProgramme h2 {
  width: 600px;
  max-width: 600px;
}

@media (max-width: 767px) {
  main#academicExcellence section.englishProgramme {
    height: 400px;
  }

  main#academicExcellence section.englishProgramme h2 {
    font-size: 40px;
    line-height: 45px;
    width: 400px;
    max-width: 100%;
}



main#academicExcellence section.french h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  width: 570px;
}

main#academicExcellence section.frenchContent a {
  color: #f0102a !important;
}

main#academicExcellence section.french h2 {
  width: 600px;
  max-width: 600px;
}

@media (max-width: 767px) {
  main#academicExcellence section.french {
    height: 400px;
  }

  main#academicExcellence section.french h2 {
    font-size: 40px;
    line-height: 45px;
    width: 400px;
    max-width: 100%;
}




main#academicExcellence section.cambridge h2 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  width: 570px;
}

@media (max-width: 767px) {
  main#academicExcellence section.cambridge h2 {
    max-width: 90%;
    width: 300px;
    font-size: 40px;
    line-height: 45px;
  }
}

.popup .scroll-indicator {
  display: none !important;
}

.popup .popup-inner-content .popup-content-wrapper .popup-image-wrapper.first {
  position: relative;
}

.popup .popup-inner-content .popup-content-wrapper .popup-image-wrapper.first::after {
  content: "SCROLL";
  position: absolute;
  top: 50%;
  left: 20px;
  height: 34px;
  color: #fff;
  background-image: url("/wp-content/themes/garenne/assets/images/scroll-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 6px 51px 6px 0;
}

@media (max-width: 767px) {
  .popup .popup-inner-content .popup-content-wrapper .popup-image-wrapper.first::after {
    display: none;
  }
}
