@import url("https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800;900&display=swap");
:root {
  --primary-color: #34E75B;
  --secondary-color: #FF0000;
}

body,
html {
  height: 100%;
  margin: 0;
  font-family: "Poppins";
}

body {
  background: #ffffff;
  font-family: "Poppins";
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.switch {
  display: none;
}

nav {
  display: none;
}

a {
  text-decoration: none;
  color: black;
}

ul {
  list-style-type: none;
}

.apply-cta,
.hero-cta,
.steps-cta,
.apply-btn {
  display: none;
}

.logo {
  width: 25%;
  padding-left: 1em;
  padding-top: 2em;
  padding-right: 0;
  float: left;
}

.open-menu {
  width: 10%;
  cursor: pointer;
  padding-top: 2em;
  margin-right: 2em;
  float: right;
}

.annoucement {
  background: #7ef79a;
  text-align: center;
}

.navbar {
  padding: 0 auto;
  background-color: #D9FFD6;
}

.homepage {
  background-color: #D9FFD6;
}

section.hero {
  background-color: #D9FFD6;
  text-align: center;
}
section.hero .container .hero-top img {
  margin-top: -8em;
  width: 60%;
  text-align: center;
  margin-bottom: 2em;
  margin-left: -2.9em;
}
section.hero .container .hero-bottom {
  margin: 2em;
  margin-top: -14em;
  text-align: center;
}
section.hero .container .hero-bottom .heroslogan {
  color: #FF0000;
  letter-spacing: 0.3em;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 7em;
  margin-top: 11em;
}
section.hero .container .hero-bottom .hero-text {
  font-size: 1.3em;
  padding: 0 1em;
}
section.hero .home-cta {
  margin-bottom: 1em;
  margin-top: 4em;
}
section.hero .home-cta a {
  background-color: rgba(252, 30, 30, 0.69);
  font-size: 1.5em;
  font-weight: 300;
  padding: 0.6em 1em;
  border-radius: 1.3em;
}
section.hero .home-cta a:hover {
  font-weight: 600;
}

section.formations {
  text-align: center;
  margin: 1em 1.7em;
}
section.formations .header .headtext {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.6em;
}
section.formations .header h1 {
  color: #E95A5A;
  font-family: yeseva one;
  font-size: 1.8em;
}
section.formations .header .text {
  margin-bottom: 3em;
}
section.formations .formation {
  background: rgba(255, 0, 0, 0.26);
  margin: 0 5em;
  margin-bottom: 3em;
  height: 17em;
  text-align: center;
  padding: 1.3em;
  transition: box-shadow 0.3s;
  border-radius: 2em;
}
section.formations .formation .title {
  font-size: 1.3em;
}
section.formations .formation .cta {
  font-weight: 600;
}
section.formations .formation .cta:hover {
  font-size: 1.2em;
}
section.formations .formation-second {
  background: rgba(52, 231, 91, 0.26);
  margin: 0 5em;
  margin-bottom: 3em;
  height: 17em;
  text-align: center;
  padding: 1.3em;
  transition: box-shadow 0.3s;
  border-radius: 2em;
}
section.formations .formation-second .title {
  font-size: 1.3em;
}
section.formations .formation-second .cta {
  font-weight: 600;
}
section.formations .formation-second .cta:hover {
  font-size: 1.2em;
}
section.formations .formation:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
section.formations .formation-second:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

section.choisir-esea {
  background-color: #EDEDED;
  padding: 2.5em;
}
section.choisir-esea h2 {
  text-align: center;
  margin: 2em 4em;
}
section.choisir-esea ul.features-list {
  margin: 0;
  padding-left: 0.1em;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
}
section.choisir-esea ul.features-list li {
  font-size: 1.1em;
  margin-left: 2em;
  position: relative;
  line-height: 2em;
  margin-bottom: 1.3em;
}
section.choisir-esea ul.features-list li::before {
  content: "";
  left: -2.3em;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../assets/checked.svg");
  background-size: contain;
  margin-right: 0.5em;
}
section.choisir-esea .formation-cta {
  text-align: center;
  margin-bottom: 2em;
  margin-top: 4em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
}

section.testimonials {
  background: rgba(0, 80, 18, 0.33);
}
section.testimonials p {
  font-family: yeseva one;
  font-weight: 200;
  font-size: 1.3em;
  text-align: center;
  margin: 2em;
}
section.testimonials li {
  background-image: url(../assets/floralbackground.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
  margin: 0 auto 5em auto;
  text-align: center;
  padding: 1em 2em;
  border-radius: 3em;
}
section.testimonials li cite {
  font-family: yeseva one;
  color: #005012;
  font-weight: 600;
}

section.gallery .swiper {
  width: 600px;
  height: 300px;
  margin-bottom: 50px;
}
section.gallery .swiper .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
section.gallery .swiper .swiper-slide img {
  width: 400px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

section.contact {
  padding: 1em;
}
section.contact h1 {
  font-family: yeseva one;
  font-size: 1.5em;
  font-weight: 400;
}
section.contact .articleCard {
  display: block;
}
section.contact .articleCard article {
  text-align: center;
  margin-top: 4em;
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em;
  border-radius: 2em;
}
section.contact .articleCard article img {
  width: 40px;
  margin-bottom: 0.6em;
}
section.contact .articleCard article h2 {
  font-size: 1em;
  font-family: Poppins;
  margin-bottom: -0.6em;
}
section.contact .articleCard article p {
  color: #383838;
  line-height: 1em;
  font-size: 0.8em;
}
section.contact .articleCard article a {
  text-decoration: underline;
}
section.contact .articleCard article:hover {
  background: #1ACC61;
}

section.message {
  margin-top: 3em;
  margin-bottom: 3em;
  background: #1ACC61;
  padding: 1em 1.5em;
  border-radius: 2em;
  display: block;
  width: 22em;
  height: 43em;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}

.container h5 {
  font-family: yeseva one;
  font-size: 1.9em;
  margin-top: -0.2em;
}
.container form {
  font-family: poppins;
}
.container form label {
  font-size: 1.2em;
}
.container form input {
  width: 100%;
  height: 100%;
  background: none;
  outline: none;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid black 1px;
  padding: 3px 6px;
  margin-bottom: 1.7em;
}
.container form .select {
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23FFFFFF;" /></svg>');
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  outline: none;
  margin-bottom: 2em;
  margin-top: 1em;
  font-size: 1.1em;
  padding: 1em 0.3em;
  padding-right: 1.5em;
  padding-left: 1em;
  background-color: #000000;
  color: white;
  border: 0;
  overflow: hidden;
  border-radius: 1.3em;
  cursor: pointer;
}
.container form .select option {
  background: #1ACC61;
  color: black;
}
.container form textarea {
  height: 8em;
  width: 22em;
  background: none;
  font-family: Montserrat;
  box-sizing: border-box;
  outline: none;
  border: none;
  border-bottom: solid black;
  margin-right: 3em;
  margin-top: 1em;
}
.container input[type=image] {
  position: absolute;
  height: 6em;
  width: 70%;
  margin-left: 17em;
  margin-top: 3em;
  border: none !important;
  width: unset;
  cursor: pointer;
  display: inline-block;
}
.container .input-text {
  font-family: yeseva one;
  font-size: 1.7em;
  position: absolute;
  margin-left: 4em;
  margin-top: 2.2em;
}

nav.menu-btn {
  display: block;
}

nav {
  position: fixed;
  z-index: 999;
  width: 66%;
  right: 0;
  top: 0;
  background: #1ACC61;
  height: 100vh;
  padding: 1em;
  padding-left: auto;
}
nav ul.navigation {
  margin-top: 5em;
}
nav li a {
  display: block;
  font-size: 1.3em;
  padding: 0.5em;
  text-align: right;
}
nav li a:hover {
  font-weight: bold;
}

.menu-close {
  float: right;
  margin: 0.5em;
  cursor: pointer;
  width: 15%;
}

section.academics {
  background: #D9FFD6;
  padding: 1em;
}
section.academics img {
  width: 100%;
}
section.academics h1,
section.academics h2,
section.academics h3,
section.academics h4 {
  font-family: Yeseva One;
  font-size: 1.5em;
}
section.academics .apply-btn {
  font-size: 1em;
  font-weight: 300;
  padding: 0.6em 1em;
  border-radius: 1.3em;
  line-height: 4em;
  border: 3px solid #32cd32;
  color: #32cd32;
  justify-content: space-between center;
  margin-inline: 1em;
  text-align: center;
}
section.academics .apply-btn:hover {
  font-weight: 600;
  background: #32cd32;
  color: white;
}
section.academics .domaine {
  background: rgba(52, 231, 91, 0.26);
  padding: 1em 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}
section.academics .domaine .formationsDomaine .science img,
section.academics .domaine .formationsDomaine .sciencead img {
  width: 5em;
  margin-top: 1em;
}
section.academics .domaine .formationsDomaine .science p,
section.academics .domaine .formationsDomaine .sciencead p {
  font-family: yeseva one;
  font-size: 1em;
  padding: 0 3em;
  line-height: 1.3em;
}
section.academics ul.sciences-techno--li,
section.academics ul.sciences-admin--li {
  margin: 0;
  padding-left: 0.1em;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
}
section.academics ul.sciences-techno--li li,
section.academics ul.sciences-admin--li li {
  font-size: 0.9em;
  margin-left: 2em;
  position: relative;
  line-height: 2em;
  margin-bottom: 1.3em;
}
section.academics ul.sciences-techno--li li::before,
section.academics ul.sciences-admin--li li::before {
  content: "";
  left: -2.3em;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../assets/diagonal-arrow.svg");
  background-size: contain;
  margin-right: 0.5em;
}
section.academics .science-techno h3,
section.academics .science-techno h4,
section.academics .science-admin h3,
section.academics .science-admin h4 {
  font-size: 1.3em;
  line-height: 1.4em;
}

section.admission {
  background: #D9FFD6;
  padding: 1em;
}
section.admission img {
  width: 100%;
}
section.admission a {
  font-weight: 600;
  color: #32cd32;
  border: 3px solid #32cd32;
  border-radius: 5em;
  padding: 1em 0.6em;
  text-align: center;
}
section.admission a:hover {
  background: #32cd32;
  color: white;
}
section.admission .pay-cta {
  color: black;
  border: none;
  padding: 0;
}
section.admission .pay-cta:hover {
  background: none;
  color: black;
  font-weight: bold;
}
section.admission h1,
section.admission h2,
section.admission h3,
section.admission h4,
section.admission h5,
section.admission h6 {
  font-family: yeseva one;
  font-size: 1.5em;
  padding-right: 3em;
  margin-bottom: 0.3em;
}
section.admission p {
  margin-bottom: 3em;
}
section.admission .option .options-cta {
  display: flex;
  justify-content: space-between;
  padding-inline: 5em;
  text-align: center;
}
section.admission .logement .title {
  font-family: yeseva one;
  font-size: 2em;
  padding-right: 3em;
  margin-bottom: 0.3em;
}
section.admission .living .content-table {
  border-collapse: collapse;
  margin: 1em 0;
  margin-top: 10px;
  font-size: 0.9em;
  min-width: 280px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
section.admission .living .content-table thead tr {
  background-color: #1ACC61;
  text-align: left;
  font-weight: bold;
}
section.admission .living .content-table th,
section.admission .living .content-table td {
  padding: 10px 10px;
}
section.admission .living .content-table tbody tr {
  border-bottom: 1px solid #aff1bd;
}
section.admission .living .content-table tbody tr:nth-of-type(even) {
  background-color: #b8f0ce;
}
section.admission .living .content-table tbody tr:last-of-type {
  border-bottom: 2px solid #1ACC61;
}
section.admission .living .content-table tbody tr.active-row {
  font-weight: 500;
  color: #0d992d;
}

section.about {
  background: #D9FFD6;
  padding: 1em;
}
section.about img {
  width: 100%;
}
section.about .about-cta h1 {
  font-family: yeseva one;
  font-size: 1.5em;
}
section.about .about-cta p {
  font-size: 1em;
}
section.about .values-cta h2 {
  font-family: yeseva one;
  font-size: 1.5em;
}
section.about .values-cta p {
  font-size: 1em;
}
section.about .vision-cta h3 {
  font-family: yeseva one;
  font-size: 1.5em;
}
section.about .vision-cta ul.vision-list {
  margin: 0;
  margin-left: 1.5em;
  padding-left: 0.1em;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
}
section.about .vision-cta ul.vision-list li {
  font-size: 1em;
  margin-left: 2em;
  position: relative;
  line-height: 2em;
  margin-bottom: 1.3em;
}
section.about .vision-cta ul.vision-list li::before {
  content: "";
  left: -2.3em;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../assets/badge.svg");
  background-size: contain;
  margin-right: 0.5em;
}
section.about .founder h4 {
  font-family: yeseva one;
  font-size: 1.5em;
  padding-right: 2em;
}
section.about .founder .top {
  display: flex;
  justify-content: space-between;
  padding: 0.1em;
}
section.about .founder .top img {
  width: 100%;
  margin-top: 2em;
}
section.about .founder .top .highlight {
  padding-left: 2em;
}
section.about .founder .top .highlight p {
  font-weight: 600;
  font-size: 1em;
}
section.about .founder .top .highlight cite {
  font-family: yeseva one;
}

section.applyJourney {
  background: black;
  padding: 10px;
}
section.applyJourney h1 {
  font-family: yeseva one;
  font-size: 1.5em;
  padding: 1em;
}
section.applyJourney p {
  font-size: 1.5em;
  font-weight: bold;
}

section.application {
  background: #D9FFD6;
}
section.application h1 {
  font-family: yeseva one;
  font-size: 1.5em;
  padding: 1em;
}
section.application p {
  font-size: 1.5em;
  font-weight: bold;
}
section.application .width-50 {
  width: 50%;
}
section.application .ml-auto {
  margin-left: 15em;
}
section.application .form {
  width: clamp(320px, 30%, 430px);
  margin: 0 auto;
  border: 2px solid #1ACC61;
  background: rgba(52, 231, 91, 0.26);
  border-radius: 1em;
  padding: 2em;
  margin-bottom: 3em;
}
section.application .form-step {
  display: none;
  transform-origin: top;
  animation: animate 0.5s;
}
section.application .form-step-active {
  display: block;
}
@keyframes animate {
  from {
    transform: scale(1, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
section.application input {
  display: block;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 0.5em;
}
section.application input[type=file] {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
  padding: 1em 0.5em;
}
section.application label {
  display: block;
  margin-bottom: 0.5em;
}
section.application .input-group {
  margin: 1em 0;
}
section.application .checkbox input {
  display: unset;
  width: 5%;
}
section.application .checkbox label {
  display: unset;
}
section.application textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 0.5em;
  font-family: poppins;
}
section.application .tel-mt {
  margin-bottom: 3em;
}
section.application .btn {
  font-weight: 600;
  color: #32cd32;
  border: 3px solid #32cd32;
  border-radius: 3em;
  padding: 0.3em 0.6em;
  text-align: center;
  cursor: pointer;
}
section.application .btn:hover {
  background: #32cd32;
  color: white;
}
section.application .btns-group {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
}
section.application .select {
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23FFFFFF;" /></svg>');
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-bottom: 1.1em;
  font-size: 1.1em;
  padding: 1em 0.3em;
  padding-right: 1.5em;
  padding-left: 1em;
  background-color: #1ACC61;
  color: white;
  border: 0;
  overflow: hidden;
  border-radius: 1.3em;
  cursor: pointer;
}
section.application .second {
  padding: 1em 0.5em;
  padding-right: 2em;
  padding-left: 1em;
}
section.application select:focus,
section.application select:hover {
  outline: none;
  border: 1px solid #fff;
}
section.application select option {
  background: white;
  color: black;
}

section.paiement {
  background: #D9FFD6;
}
section.paiement p {
  font-size: 1.5em;
  font-weight: bold;
}
section.paiement form {
  width: clamp(320px, 30%, 430px);
  margin: 0 auto;
  border: 2px solid #1ACC61;
  background: rgba(52, 231, 91, 0.26);
  border-radius: 1em;
  padding: 2em;
  margin-bottom: 3em;
  margin-top: 5em;
}
section.paiement input {
  display: block;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 0.5em;
}
section.paiement label {
  display: block;
  margin-bottom: 0.5em;
}
section.paiement .input-group {
  margin: 1em 0;
}
section.paiement .tel-mt {
  margin-bottom: 3em;
}
section.paiement .btn {
  font-weight: 600;
  font-size: 1em;
  color: #32cd32;
  border: 3px solid #32cd32;
  border-radius: 3em;
  padding: 1em 3em;
  text-align: center;
  cursor: pointer;
  margin-top: 2em;
}
section.paiement .btn:hover {
  background: #32cd32;
  color: white;
}
section.paiement .footnote {
  font-size: 0.7em;
  padding: 2em;
  text-align: left;
  padding-top: 30%;
}

footer {
  background: #979797;
  padding: 1em 1em;
  margin: 0;
  margin-top: auto;
  text-align: center;
}
footer .footer-container {
  margin: auto;
  padding: 0 1em;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
footer .footer-container a:hover {
  font-weight: 500;
}
footer .top-row .tik {
  display: none;
}
footer .bottom-row {
  margin: 0;
  padding: 0;
}

section.testimonials {
  display: none;
}

section.steps,
section.video-message {
  display: none;
}

section.academics .academics-cta .academics-links {
  display: none;
}

section.academics .top-img,
section.admission .top-img,
section.about .top-img {
  display: none;
}

section.quickLinks {
  background: #D9FFD6;
  padding: 1em;
}
section.quickLinks h1 {
  font-family: yeseva one;
  font-size: 1.5em;
  font-weight: 400;
}
section.quickLinks .container {
  display: block;
  margin: 0 auto;
}
section.quickLinks .container article {
  text-align: center;
  margin-top: 4em;
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em;
  border-radius: 2em;
}
section.quickLinks .container article img {
  width: 40px;
  margin-bottom: 0.6em;
}
section.quickLinks .container article h2 {
  font-size: 1em;
  font-family: Poppins;
  margin-bottom: -0.6em;
}
section.quickLinks .container article p {
  color: #383838;
  line-height: 1em;
  font-size: 0.8em;
}
section.quickLinks .container article:hover {
  background: #1ACC61;
}

section.faq {
  padding: 1em;
  /*add this class when click*/
}
section.faq .title {
  font-family: Yeeva One;
  font-size: 1.5em;
}
section.faq .questionsContainer {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 4em;
}
section.faq .question {
  border-bottom: 1px solid #fff;
}
section.faq .question button {
  width: 100%;
  background-color: #31ad61;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border: none;
  outline: none;
  font-size: 1em;
  color: rgb(0, 0, 0);
  font-weight: 700;
  cursor: pointer;
}
section.faq .question p {
  font-size: 1em;
  max-height: 0;
  opacity: 0;
  line-height: 1.5;
  overflow: hidden;
  transition: all 0.6s ease;
}
section.faq .arrow img {
  transition: transform 0.5s ease-in;
  width: 20px;
}
section.faq .question p.show {
  max-height: 200px;
  opacity: 1;
  padding: 0px 15px 30px 15px;
}
section.faq .question button .arrow.rotate {
  transform: rotate(180deg);
}

@media only screen and (min-width: 320px) {
  section.hero .container .hero-top img {
    margin-top: 2em;
    text-align: center;
  }
  section.hero .container .hero-bottom .heroslogan {
    font-size: 0.5em;
    margin-top: 22em;
  }
  section.hero .container .hero-bottom .hero-text {
    font-size: 1em;
  }
  section.hero .container .home-cta a {
    font-size: 1em;
  }
  section.formations {
    margin: 1em 1em;
    text-align: center;
  }
  section.formations .header .headtext {
    font-size: 0.8em;
  }
  section.formations .header h1 {
    font-size: 1em;
  }
  section.formations .header .text {
    font-size: 0.7em;
  }
  section.formations .formation,
  section.formations .formation-second {
    margin: 2em 0.8em;
    height: 11em;
    width: 11em;
    padding: 0.1em;
  }
  section.formations .formation img,
  section.formations .formation-second img {
    width: 4em;
    padding-top: 0.7em;
  }
  section.formations .formation .secretariat,
  section.formations .formation-second .secretariat {
    width: 3em;
  }
  section.formations .formation .title,
  section.formations .formation-second .title {
    font-size: 0.9em;
  }
  section.formations .formation a,
  section.formations .formation-second a {
    font-size: 0.8em;
  }
  section.choisir-esea {
    padding: 0.7em;
  }
  section.choisir-esea h2 {
    font-size: 1em;
  }
  section.choisir-esea ul.features-list li {
    font-size: 0.9em;
  }
  section.choisir-esea ul.features-list li::before {
    width: 15px;
    height: 15px;
    margin-right: 0.1em;
  }
  section.testimonials {
    text-align: center;
  }
  section.testimonials li {
    width: 60%;
    font-size: 0.7em;
  }
  section.message {
    width: 15em;
    height: 37em;
  }
  section.message .container h5 {
    font-size: 1em;
  }
  section.message .container form label {
    font-size: 0.9em;
  }
  section.message .container form input {
    font-size: 0.9em;
  }
  section.message .container form .select {
    font-size: 0.7em;
  }
  section.message .container form textarea {
    width: 15em;
  }
  section.message .container form input[type=image] {
    width: 27%;
    margin-left: 9em;
  }
  section.message .container .input-text {
    font-size: 1.1em;
    margin-left: 2.8em;
    margin-top: 4.4em;
  }
  section.gallery .swiper {
    width: 300px;
    height: 100%;
  }
  section.gallery .swiper .swiper-slide img {
    width: 200px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  section.academics .domaine h2 {
    font-size: 1.1em;
  }
  section.academics .domaine .science img,
  section.academics .domaine .sciencead img {
    width: 3em;
  }
  section.academics .domaine .science p,
  section.academics .domaine .sciencead p {
    font-size: 0.8em;
  }
  section.admission .admission-cta {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    font-size: 0.8em;
    line-height: 1.3em;
  }
  section.about .vision-cta ul.vision-list li {
    font-size: 1em;
    margin: 0 1.2em;
  }
  section.about .vision-cta ul.vision-list li::before {
    width: 15px;
    height: 15px;
  }
  section.about .founder .top img {
    width: 15em;
  }
  section.about .founder .top .highlight {
    padding-top: 1.5em;
  }
  section.about .founder .top .highlight P {
    font-size: 0.6em;
  }
  section.about .founder .top .highlight cite {
    font-size: 0.7em;
  }
  section.application h1 {
    font-size: 1em;
  }
  section.application p {
    font-size: 0.9em;
  }
  section.application .form {
    width: clamp(220px, 30%, 330px);
  }
  section.application .form .ml-auto {
    margin-left: auto;
  }
  section.application input,
  section.application label,
  section.application .select {
    font-size: 0.8em;
  }
  section.paiement p {
    font-size: 1em;
  }
  section.paiement form {
    width: clamp(220px, 30%, 330px);
  }
  section.paiement input,
  section.paiement label {
    font-size: 0.9em;
  }
  section.paiement .btn {
    font-size: 0.7em;
  }
  section.paiement .footnote {
    padding-top: 60%;
  }
}
@media only screen and (min-width: 481px) {
  section.hero .container .hero-top img {
    margin-top: 3em;
  }
  section.hero .container .hero-bottom .heroslogan {
    font-size: 0.6em;
    margin-top: 18em;
  }
  section.hero .container .hero-bottom .hero-text {
    font-size: 1em;
  }
  section.formations {
    margin: 1em 1em;
  }
  section.formations .formations-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
  section.academics .apply-btn {
    font-size: 0.8em;
    font-weight: 300;
    padding: 0.6em 1em;
    border-radius: 2em;
    line-height: 1.8em;
    border: 3px solid #32cd32;
    color: #32cd32;
    justify-content: space-between center;
    margin-inline: 8em;
    text-align: center;
  }
  section.academics .domaine h2 {
    font-size: 1.1em;
  }
  section.academics .domaine .science img,
  section.academics .domaine .sciencead img {
    width: 3em;
  }
  section.academics .domaine .science p,
  section.academics .domaine .sciencead p {
    font-size: 1em;
  }
  section.admission .admission-cta {
    font-size: 0.8em;
    font-weight: 300;
    padding: 0.6em 1em;
    border-radius: 2em;
    line-height: 1.8em;
    border: 3px solid #32cd32;
    color: #32cd32;
    justify-content: space-between center;
    margin-inline: 8em;
    text-align: center;
  }
  section.about .founder .top img {
    width: 23em;
  }
  section.about .founder .top .highlight {
    padding-top: 1.3em;
  }
  section.about .founder .top .highlight P {
    font-size: 1.1em;
  }
  section.about .founder .top .highlight cite {
    font-size: 0.9em;
  }
  section.message {
    width: 19em;
    height: 43em;
  }
  section.message .container h5 {
    font-size: 1.3em;
  }
  section.message .container form label {
    font-size: 1.3em;
  }
  section.message .container form input {
    font-size: 1.3em;
  }
  section.message .container form .select {
    font-size: 1em;
  }
  section.message .container form textarea {
    width: 19em;
  }
  section.message .container form input[type=image] {
    width: 27%;
    margin-top: 1em;
    margin-left: 9em;
  }
  section.message .container .input-text {
    font-size: 1.3em;
    margin-left: 0.2em;
    margin-top: 3.4em;
  }
  section.gallery .swiper {
    width: 420px;
    height: 100%;
  }
  section.gallery .swiper .swiper-slide img {
    width: 300px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  section.contact .articleCard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
  section.quickLinks .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}
@media only screen and (min-width: 764px) {
  .open-menu,
  .menu-close {
    display: none;
  }
  .navbar .container {
    display: grid;
    grid-template-columns: 180px auto;
  }
  .navbar .logo {
    width: 100%;
    margin-left: auto;
  }
  .navbar nav {
    display: flex;
    justify-content: flex-end;
    background: none;
    position: unset;
    height: auto;
    width: 100%;
    padding: 0;
    margin-top: 2.6em;
  }
  .navbar nav ul {
    display: flex;
    padding: 1em;
  }
  .navbar nav a {
    font-size: 0.9em;
    padding: 0.1em 1em;
  }
  .navbar nav ul.navigation {
    margin: 0;
    position: relative;
  }
  .navbar nav li.apply-cta a {
    color: #32cd32;
    border: 3px solid #32cd32;
    font-weight: bolder;
    border-radius: 5em;
  }
  .navbar nav li.apply-cta a:hover {
    background: #32cd32;
    color: white;
  }
}
@media only screen and (min-width: 768px) {
  section.hero .container {
    display: flex;
    justify-content: space-evenly;
  }
  section.hero .container .hero-top img {
    margin: 0em 1em 1em 0;
    width: 19em;
  }
  section.hero .container .hero-bottom {
    margin: 0;
    margin-left: 4em;
    margin-top: 5.5em;
    margin-right: 1em;
  }
  section.hero .container .hero-bottom .heroslogan {
    font-size: 0.5em;
    text-align: right;
    margin: 0;
  }
  section.hero .container .hero-bottom .hero-text {
    font-size: 0.8em;
    text-align: right;
    margin: 0;
    padding: 0;
  }
  section.hero .container .hero-bottom .home-cta {
    text-align: right;
  }
  section.hero .container .hero-bottom .home-cta a {
    font-size: 0.8em;
  }
  section.formations {
    margin: 1em 1em;
  }
  section.formations .header .headtext {
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.9em;
  }
  section.formations .header h1 {
    color: #E95A5A;
    font-family: yeseva one;
    font-size: 1.2em;
  }
  section.formations .header .text {
    margin-bottom: 3em;
    font-size: 1em;
  }
  section.formations .formations-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.1em;
  }
  section.formations .formation,
  section.formations .formation-second {
    margin: 1em auto;
    height: 13em;
    padding: 0 1em;
  }
  section.formations .formation img,
  section.formations .formation-second img {
    font-size: 1.2em;
  }
  section.formations .formation .title,
  section.formations .formation-second .title {
    font-size: 1em;
  }
  section.formations .formation .cta,
  section.formations .formation-second .cta {
    font-size: 0.8em;
  }
  section.formations .formation .cta:hover,
  section.formations .formation-second .cta:hover {
    font-size: 0.9em;
  }
  section.choisir-esea h2 {
    font-size: 1.3em;
  }
  section.choisir-esea ul.features-list {
    padding: 1em;
  }
  section.choisir-esea ul.features-list li {
    font-size: 1.1em;
    margin: 1em 2em;
  }
  section.steps {
    display: block;
    margin: 2em;
  }
  section.steps h3 {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 2em;
  }
  section.steps img {
    width: 40em;
    margin: 0 2em;
    margin-bottom: 2em;
  }
  section.steps .steps-cta {
    font-weight: 600;
    color: white;
    background: #d82626;
    border-radius: 3em;
    padding: 0.3em 0.6em;
    cursor: pointer;
    text-align: center;
    font-size: 1em;
  }
  section.steps .steps-cta:hover {
    color: white;
    font-size: 1.1em;
  }
  section.gallery .swiper {
    width: 700px;
    height: 100%;
  }
  section.gallery .swiper .swiper-slide img {
    width: 600px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  section.academics .apply-btn {
    margin: 2em 1em;
    padding: 0.2em 3em;
    font-size: 0.9em;
    text-align: center;
  }
  section.academics .apply-btn:hover {
    font-weight: 600;
    background: #32cd32;
    color: white;
  }
  section.academics .academics-links {
    display: flex;
    justify-content: space-between;
  }
  section.academics .academics-btn-cta .apply-btn {
    text-align: center;
    padding: 0.2em 3em;
    width: 0;
    font-size: 1em;
  }
  section.academics .domaine {
    background: rgba(52, 231, 91, 0.26);
    padding: 1em 2em;
    margin-top: 3em;
  }
  section.academics .domaine h2 {
    font-size: 1.3em;
  }
  section.academics .domaine .formationsDomaine {
    display: flex;
    justify-content: space-evenly;
  }
  section.academics .domaine .science img,
  section.academics .domaine .sciencead img {
    width: 5em;
    margin-top: 1em;
  }
  section.academics .domaine .science p,
  section.academics .domaine .sciencead p {
    font-family: yeseva one;
    font-size: 1.3em;
    padding: 0 3em;
    line-height: 1.3em;
  }
  section.admission .admission-cta {
    margin: 2em 0.1em;
    padding: 0.3em 7em;
    font-size: 1em;
    text-align: center;
    width: 0;
  }
  section.admission .option {
    padding: 0;
    margin: 0;
  }
  section.admission .option a {
    margin: 0 0.5em;
    padding: 0.1em 5em;
    font-size: 1em;
  }
  section.admission .option a:hover {
    font-weight: 600;
    background: #32cd32;
    color: white;
  }
  section.admission .option .option-cta {
    display: flex;
    width: 0;
  }
  section.admission .pay-cta {
    padding: 0;
    margin: 0;
  }
  section.testimonials ul {
    display: flex;
    padding: 0 2em;
  }
  section.testimonials ul li {
    width: 23%;
    margin-right: 1em;
  }
  section.about .values-cta p {
    font-size: 1em;
  }
  section.about .vision-cta ul.vision-list {
    padding: 0 2em;
  }
  section.about .vision-cta ul.vision-list li {
    font-size: 1em;
    margin: 2em 0.3em;
    padding: 0;
  }
  section.about .vision-cta ul.vision-list li::before {
    width: 30px;
    height: 30px;
  }
  section.about .founder .top img {
    width: 15em;
  }
  section.about .founder .top .highlight {
    margin-top: -0.5em;
  }
  section.about .founder .top .highlight P {
    font-size: 1.2em;
    margin-bottom: 4em;
  }
  section.about .founder .top .highlight cite {
    font-size: 1em;
  }
  section.application h1 {
    font-size: 1.7em;
    text-align: left;
  }
  section.application p {
    font-size: 1.2em;
  }
  section.application .form {
    width: clamp(320px, 30%, 430px);
  }
  section.application .form .ml-auto {
    margin-left: auto;
  }
  section.application input,
  section.application label,
  section.application .select {
    font-size: 1.2em;
  }
  section.paiement p {
    font-size: 1.3em;
  }
  section.paiement form {
    width: clamp(320px, 30%, 430px);
  }
  section.paiement input,
  section.paiement label {
    font-size: 1em;
  }
  section.paiement .btn {
    font-size: 1em;
  }
  section.paiement .footnote {
    padding-top: 0%;
    padding-bottom: 0%;
  }
  hr {
    width: 80%;
    height: 30%;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  section.contact .articleCard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  section.hero .container {
    display: flex;
    justify-content: space-evenly;
  }
  section.hero .container .hero-top img {
    margin: 0em 1em 1em 0;
    width: 21em;
  }
  section.hero .container .hero-bottom {
    margin: 0;
    margin-left: 4em;
    margin-top: 6.5em;
    margin-right: 1em;
  }
  section.hero .container .hero-bottom .heroslogan {
    font-size: 0.7em;
    text-align: right;
    margin: 0;
  }
  section.hero .container .hero-bottom .hero-text {
    font-size: 0.9em;
    text-align: right;
    margin: 0;
    padding: 0;
  }
  section.hero .container .hero-bottom .home-cta {
    text-align: right;
  }
  section.hero .container .hero-bottom .home-cta a {
    font-size: 0.85em;
  }
  section.formations {
    margin: 1em 0;
  }
  section.formations .header .headtext {
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.1em;
  }
  section.formations .header h1 {
    color: #E95A5A;
    font-family: yeseva one;
    font-size: 1.3em;
  }
  section.formations .header .text {
    padding: 0 2em;
    margin-bottom: 3em;
    font-size: 1.2em;
  }
  section.formations .formations-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5em;
  }
  section.formations .formation,
  section.formations .formation-second {
    margin: 2em 2em;
    height: 16em;
    padding: 0 1em;
  }
  section.formations .formation img,
  section.formations .formation-second img {
    font-size: 1.5em;
  }
  section.formations .formation .title,
  section.formations .formation-second .title {
    font-size: 1.3em;
  }
  section.formations .formation .cta,
  section.formations .formation-second .cta {
    font-size: 1em;
  }
  section.testimonials ul {
    display: flex;
  }
  section.testimonials ul li {
    width: 23%;
    margin-right: 0.5em;
    font-size: 1.2em;
  }
  section.message {
    width: 34em;
    height: 48em;
  }
  section.message .container h5 {
    font-size: 1.6em;
    padding-top: 1em;
  }
  section.message .container form label {
    font-size: 1.3em;
  }
  section.message .container form input {
    font-size: 1.3em;
  }
  section.message .container form .select {
    font-size: 1em;
  }
  section.message .container form textarea {
    width: 34em;
  }
  section.message .container form input[type=image] {
    width: 17%;
    margin-top: 7.6em;
    margin-left: -4em;
  }
  section.message .container form .select {
    font-size: 1.2em;
  }
  section.message .container .input-text {
    font-size: 1.6em;
    margin-left: 11em;
    margin-top: 3em;
  }
  section.steps {
    display: block;
    margin: 2em;
  }
  section.steps h3 {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 2em;
  }
  section.steps img {
    width: 45em;
    margin: 0 2em;
    margin-bottom: 5em;
  }
  section.steps .steps-cta {
    font-weight: 600;
    color: white;
    background: #d82626;
    border-radius: 3em;
    padding: 0.3em 0.6em;
    cursor: pointer;
    font-size: 1em;
  }
  section.steps .steps-cta:hover {
    color: white;
    font-size: 1.1em;
  }
  section.academics h1,
  section.academics h2,
  section.academics h3,
  section.academics h4 {
    font-size: 1.5em;
  }
  section.academics .apply-btn {
    font-size: 1em;
  }
  section.academics p {
    font-size: 1.4em;
  }
  section.academics ul.sciences-techno--li,
  section.academics ul.sciences-admin--li {
    font-size: 1.3em;
  }
  section.academics .domaine {
    background: rgba(52, 231, 91, 0.26);
    padding: 1em 2em;
    margin-top: 3em;
  }
  section.academics .domaine h2 {
    font-size: 1.6em;
  }
  section.academics .domaine .science img,
  section.academics .domaine .sciencead img {
    width: 7em;
    margin-top: 1em;
  }
  section.academics .domaine .science p,
  section.academics .domaine .sciencead p {
    font-family: yeseva one;
    font-size: 1.6em;
    padding: 0 2em;
    line-height: 1.3em;
  }
  section.admission h1,
  section.admission h2,
  section.admission h3,
  section.admission h4,
  section.admission h5,
  section.admission h6 {
    font-size: 2.4em;
  }
  section.admission p {
    font-size: 1.4em;
  }
  section.admission .option-cta,
  section.admission .admission-cta {
    font-size: 1.2em;
  }
  section.about .about-cta h1,
  section.about .about-cta h2,
  section.about .about-cta h3,
  section.about .about-cta h4,
  section.about .values-cta h1,
  section.about .values-cta h2,
  section.about .values-cta h3,
  section.about .values-cta h4,
  section.about .vision-cta h1,
  section.about .vision-cta h2,
  section.about .vision-cta h3,
  section.about .vision-cta h4 {
    font-size: 2.4em;
  }
  section.about .about-cta p,
  section.about .values-cta p,
  section.about .vision-cta p {
    font-size: 1.4em;
  }
  section.about .values-cta h2 {
    font-family: yeseva one;
    font-size: 1.5em;
  }
  section.about .values-cta p {
    font-size: 1em;
  }
  section.about .vision-cta ul.vision-list li {
    font-size: 1.3em;
  }
  section.about .vision-cta ul.vision-list li::before {
    width: 30px;
    height: 30px;
  }
  section.about .founder .top img {
    width: 100%;
    margin-top: 2em;
  }
  section.about .founder .top .highlight {
    padding-left: 2em;
    margin-top: 1em;
  }
  section.about .founder .top .highlight p {
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 6em;
  }
  section.about .founder .top .highlight cite {
    font-size: 1.5em;
  }
  section.about .founder .message {
    font-size: 1.4em;
  }
  section.paiement p {
    font-size: 1.3em;
  }
  section.paiement form {
    width: clamp(400px, 30%, 510px);
  }
  section.paiement input,
  section.paiement label {
    font-size: 1em;
  }
  section.paiement .btn {
    font-size: 1em;
  }
  section.paiement .footnote {
    padding-top: 15%;
    padding-bottom: 0%;
  }
  section.quickLinks .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar .container nav ul > li a {
    font-size: 1.2em;
  }
  section.hero .container {
    display: flex;
    justify-content: space-evenly;
  }
  section.hero .container .hero-top img {
    margin: 0em 1em 1em 0;
    width: 32em;
  }
  section.hero .container .hero-bottom {
    margin: 0;
    margin-left: 4em;
    margin-top: 150px;
    margin-right: 1em;
  }
  section.hero .container .hero-bottom .heroslogan {
    font-size: 1em;
    text-align: right;
    margin: 0;
  }
  section.hero .container .hero-bottom .hero-text {
    font-size: 1.5em;
    text-align: right;
    margin: 0;
    padding: 0;
    padding-left: 30px;
  }
  section.hero .container .hero-bottom .home-cta {
    text-align: right;
  }
  section.hero .container .hero-bottom .home-cta a {
    font-size: 1.3em;
  }
  section.about .about-cta h1,
  section.about .about-cta h2,
  section.about .about-cta h3,
  section.about .about-cta h4,
  section.about .values-cta h1,
  section.about .values-cta h2,
  section.about .values-cta h3,
  section.about .values-cta h4,
  section.about .vision-cta h1,
  section.about .vision-cta h2,
  section.about .vision-cta h3,
  section.about .vision-cta h4 {
    font-size: 2.4em;
  }
  section.about .about-cta p,
  section.about .values-cta p,
  section.about .vision-cta p {
    font-size: 1.4em;
  }
  section.about .founder .top img {
    width: 30em;
    margin-top: 2em;
  }
  section.about .founder .top .highlight {
    padding-left: 2em;
    margin-top: 1em;
  }
  section.about .founder .top .highlight p {
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 5em;
  }
  section.about .founder .top .highlight cite {
    font-size: 1.4em;
  }
  section.about .founder .message {
    font-size: 1.4em;
  }
  section.academics h1,
  section.academics h2,
  section.academics h3,
  section.academics h4 {
    font-size: 2.4em;
  }
  section.academics ul.sciences-techno--li,
  section.academics ul.sciences-admin--li a {
    font-size: 1.5em;
  }
  section.academics .domaine {
    background: rgba(52, 231, 91, 0.26);
    padding: 1em 2em;
    margin-top: 3em;
  }
  section.academics .domaine h2 {
    font-size: 2.4em;
  }
  section.academics .domaine .science a,
  section.academics .domaine .sciencead a {
    font-size: 1.5em;
  }
  section.academics .domaine .science img,
  section.academics .domaine .sciencead img {
    width: 7em;
    margin-top: 1em;
  }
  section.academics .domaine .science p,
  section.academics .domaine .sciencead p {
    font-family: yeseva one;
    font-size: 1.6em;
    padding: 0 2em;
    line-height: 1.5em;
  }
  section.steps {
    display: block;
    margin: 2em;
  }
  section.steps h3 {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 2em;
  }
  section.steps img {
    width: 55em;
    margin: 0 2em;
    margin-bottom: 5em;
  }
  section.steps .steps-cta {
    font-weight: 600;
    color: white;
    background: #d82626;
    border-radius: 3em;
    padding: 0.3em 0.6em;
    cursor: pointer;
    font-size: 1.2em;
  }
  section.steps .steps-cta:hover {
    color: white;
    font-size: 1.3em;
  }
  section.paiement form {
    width: clamp(460px, 30%, 570px);
  }
}/*# sourceMappingURL=main.css.map */