@font-face {
  font-family: "montSerrat";
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900; /* Font weight for Black */
}

@font-face {
  font-family: "montSerrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "montSerrat";
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800; /* Font weight for Extra Bold */
}

@font-face {
  font-family: "montSerrat";
  src: url("../fonts/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200; /* Font weight for Extra Light */
}

@font-face {
  font-family: "montSerrat";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300; /* Font weight for Light */
}

@font-face {
  font-family: "montSerrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500; /* Font weight for Medium */
}

@font-face {
  font-family: "montSerrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal; /* Font weight for Regular */
}

@font-face {
  font-family: "montSerrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600; /* Font weight for SemiBold */
}

@font-face {
  font-family: "montSerrat";
  src: url("../fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100; /* Font weight for Thin */
}

body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

html {
  /* overflow: hidden; */
}

.text-width {
  width: 90%;
  margin: auto;
}

.lp_mainContainer {
  width: 100%;
  height: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

/* || --------------------------------\\\\\\\\\\\\\\  Header  //////////////-------------------------------- || 
.nav-container {
  width: 100%;
  background-color: rgb(255, 255, 255);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 10px 0;
}

.toggle_nav_menu {
  display: none;
}

.nav-list {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
  z-index: 5;
}

.nav-item {
  padding: 5px 10px;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.nav-item a {
  text-decoration: none;
  color: #12224e;
  display: flex;
  font-size: 18px;
  align-items: center;
  font-family: "montSerrat";
  font-weight: 600;
  transition: all 0.3s;
}

.logo1 {
  width: 213px;
  margin: 0 30px;
  height: calc(213px * 326 / 739);
  cursor: pointer;
}

.nav-item:hover a {
  color: #ee8a2c;
}

 |e| --------------------------------\\\\\\\\\\\\\\  Header  //////////////-------------------------------- || */


/* |e| --------------------------------\\\\\\\\\\\\\\  New Header  //////////////-------------------------------- || */
.nav-container {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 10px 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative; /* Ensure the z-index works properly */
  z-index: 1000; /* Set a high z-index value */
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: rgb(255, 255, 255);
}

.toggle_nav_menu {
  display: none;
}

.nav-list {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
  z-index: 5;
}

.nav-item {
  padding: 5px 10px;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.nav-item a {
  text-decoration: none;
  color: #12224e;
  display: flex;
  font-size: 18px;
  align-items: center;
  font-family: "montSerrat";
  font-weight: 600;
  transition: all 0.3s;
}
.nav_item_link_scroll{
  font-size: 1px;
}
.logo1 {
  width: 213px;
  margin: 0 30px;
  height: calc(213px * 326 / 739);
  cursor: pointer;
  transition: all 0.3s;
}

.logo-scroll {
  width: 50px;
  height: 40px;
}

/* On hover */
.nav-item:hover a {
  color: #ee8a2c;
}
/* |e| --------------------------------\\\\\\\\\\\\\\  New Header  //////////////-------------------------------- || */

/* || --------------------------------\\\\\\\\\\\\\\  Section 1  //////////////-------------------------------- || */

.section_1 {
  background-image: url("../img/img1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 570px;
  display: flex;
  flex-direction: row;
  padding: 80px 0;
}
.right_side {
  height: 100%;
  width: 50%;
  position: relative;
}

.left_side {
  padding-left: 30px;
  width: 50%;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.text_1 {
  color: white;
  font-size: 55px;
  margin: 0;
  line-height: 1.15;
  font-family: "montSerrat";
  font-weight: normal;
}
.txt_bold {
  font-weight: 900;
}
.text_3 {
  font-weight: normal;
  color: rgb(225 130 8);
  font-family: "montSerrat";
  font-size: 39px;
  position: relative;
  padding-top: 25px;
  margin: 29px 0 0 0;
}
.text_4 {
  font-weight: normal;
  color: white;
  background-color: rgb(225 130 8);
  padding: 10px 20px;
  margin-left: -30px;
  font-size: 30px;
  font-family: "montSerrat";
}

.text_3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  border-top: 4px solid rgb(225 130 8); /* Adjust the color and thickness as needed */
  border-left: none;
}

.btn_list {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.btn_1 {
  background: #f8f9fb;
  margin: 10px;
  text-align: center;
  font-family: "montSerrat";
  font-size: 15px;
  font-weight: 800;
  opacity: 0.9;
  transition: all 0.3s;
  cursor: pointer;
}
.btn_txt1 {
  color: #12224e;
  padding: 15px;
  font-weight: bold;
}

.btn_1:hover {
  opacity: 1;
}

/* |e| --------------------------------\\\\\\\\\\\\\\  Section 1  //////////////-------------------------------- || */

/* || --------------------------------\\\\\\\\\\\\\\  Section 2  //////////////-------------------------------- || */

.section {
  width: 100%;
  background: white;
  padding: 10px 0 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_title {
  font-size: 50px;
  font-family: "montSerrat";
  font-weight: 800;
  color: #12224c;
  padding: 0 0 15px 0;
  margin: 0;
  position: relative;
  width: max-content;
}
.section_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 27.5%;
  width: 45%;
  height: 4px;
  background-color: rgb(225, 130, 8);
}

.section_text {
  font-size: 25px;
  font-family: "montSerrat";
  width: 95%;
  color: #12224c;
  font-weight: normal;
  padding: 20px 50px;
  max-width: -webkit-fill-available;
}

/* |e| --------------------------------\\\\\\\\\\\\\\  Section 2  //////////////-------------------------------- || */

/* || --------------------------------\\\\\\\\\\\\\\  program section  //////////////-------------------------------- || */

.program_section {
  width: 100%;
  background: #f3f4f6;
  padding: 10px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: display 0.5s;
}

.program_content {
  display: flex;
  flex-direction: row;
  margin: 47px;
}
.program_img {
  max-width: 33%;
  height: max-content;
}
.program_img img.p_desktop {
  /* max-width: 100%; */
  height: 816px;
}
.program_img img.p_mobile {
  display: none;
}
.program_questions {
  width: 100%;
}
.question {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  transition: all 0.5s;
}
.q_title {
  background: #eed7bb;
  width: 100%;
  text-align: left;
  font-family: "montSerrat";
  color: #13224e;
  padding: 0px 35px;
  max-width: -webkit-fill-available;
  font-size: 21px;
  margin: 0 0 5px 0;
  position: relative;
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.q_title span {
  float: right;
  font-weight: bold;
  font-size: 44px;
  text-align: center;
  position: absolute;
  /* bottom: 8%; */
  right: 30px;
  top: 7px;
}
.q_content {
  background: #ffffff;
  color: #12224c;
  font-size: 20px;
  padding: 0;
  text-align: left;
  max-width: -webkit-fill-available;
  margin: -2px 0 0px 0;
  max-height: 0px;
  transition: all 0.5s;
  width: 100%;
  opacity: 0;
  font-weight: normal;
  font-family: "montSerrat";
}

.q_content li {
  margin: 0 0 5px 40px;
}

.q_content.show {
  max-height: 300px;
  padding: 0px 10px 20px 27px;
  opacity: 1;
}

.q_content span {
  color: #ee8a2c;
  line-height: 3;
}
/* |e| --------------------------------\\\\\\\\\\\\\\  program section  //////////////-------------------------------- || */

/* || --------------------------------\\\\\\\\\\\\\\  Admission section  //////////////-------------------------------- || */
.admission_features {
  width: 100%;
  background: #12224c;
  padding: 10px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.admission_features .title {
  color: #ee8a2c;
  font-weight: 600;
  font-family: "montSerrat";
  font-size: 35px;
  text-align: center;
  margin: 20px;
}
.features {
  width: 90%;
  border: solid white 2px;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  text-align: start;
  margin: 0 0 20px 0;
}

.features_mobile {
  display: none;
}

.features .num {
  color: white;
  font-size: 44px;
  font-family: "montSerrat";
  font-weight: 900;
  padding: 0;
  margin: 0 10px;
}

.features_mobile .num {
  color: white;
  font-size: 44px;
  font-family: "montSerrat";
  font-weight: 900;
  padding: 0;
  margin: 0 10px;
}

.feature {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-left: solid white 2px;
  align-items: baseline;
  padding: 0px 0 10px 30px;
}

.feature .f_title {
  color: #ee8a2c;
  font-weight: 600;
  font-family: "montSerrat";
  font-size: 18px;
  text-align: left;
  margin: 10px 0 0 0;
}

.feature .f_content {
  color: white;
  font-weight: normal;
  font-family: "montSerrat";
  font-size: 14px;
  text-align: start;
  margin: 0;
}

.triangle_deco {
  width: 0px;
  height: 0px;
  background-color: transparent;
  position: relative;
}

.triangle_deco:before {
  content: "";
  position: absolute;
  top: 40px;
  right: 12px;
  width: 0;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #c87407;
}

.cheked_mark {
  max-height: 10px;
  max-width: 10px;
  margin-right: 3px;
}
/* |e| --------------------------------\\\\\\\\\\\\\\  Admission Section  //////////////-------------------------------- || */

/* |e| --------------------------------\\\\\\\\\\\\\\  Pricing Section  //////////////-------------------------------- || */

.pricing {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.pricing_section {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
  padding: 0;
}

.pricing_right {
  border-left: solid 0.3px #c87407;
}
.pricing_left {
  border-right: solid 0.3px #c87407;
}
.pricing_decoLine {
  display: none;
  height: 2px;
  width: 60%;
  margin: auto;
  background: #c87407;
}

.p_title {
  margin: 0;
  color: #12224c;
  font-size: 26px;
  font-family: "montSerrat";
  font-weight: bold;
  margin-bottom: 10px;
}
.p_frais {
  margin: 0;
  color: #e28308;
  font-family: "montSerrat";
  font-size: 25px;
  margin-bottom: 5px;
  font-weight: 500;
}
.p_prices {
  margin: 0;
  color: #12224c;
  font-family: "montSerrat";
  font-size: 25px;
  margin-bottom: 5px;
  font-weight: normal;
}

/* |e| --------------------------------\\\\\\\\\\\\\\  Pricing Section  //////////////-------------------------------- || */

/* || --------------------------------\\\\\\\\\\\\\\  inscription  //////////////-------------------------------- || */

.section_inscreption {
  background-image: url("../img/img3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_inscreption .section_title {
  color: white;
  margin-top: 10px;
}

.i_container {
  width: 90%;
  display: flex;
  flex-direction: row;
}
.i_form {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

/* Style error messages for the form */
.i_form p.error {
  color: red;
  font-size: 14px;
  text-align: left;
  width: 100%;
  margin: 2px 0;
}

/* Style error messages for specific input fields */
.i_form input.error {
  border-color: red; /* Change the border color of the invalid input field to red */
  color: red;
}

/* Style the error message for the dropdown (you can adjust the selector based on the generated class) */
.i_form .i_dropdown.error {
  color: red; /* Change the text color to red */
}

.i_contact {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
  font-family: "montSerrat";
}

.i_logo {
  background: white;
  padding: 10px;
  border-radius: 149px;
  width: 215px;
  height: 215px;
  min-width: 215px;
  min-height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.i_logo .logo1 {
  margin: -18px 0 0px 0;
  cursor: default;
}

.contact_txt {
  color: white;
  font-size: 25px;
}
.contact_info .medium {
  font-weight: 500;
}

.contact_info .bold {
  font-weight: bold;
}
.contact_info .extrabold {
  font-weight: 800;
}

.i_icon {
  max-width: 25px;
  margin: 0 5px -1px 0;
}

.i_dropdown {
  max-width: -webkit-fill-available;
  background: rgba(255, 255, 255, 0.314);
  text-align: left;
  margin: 20px 0;
  padding: 10px;
  width: 100%;
  color: white;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}
.i_dropdown span {
  float: right;
  margin: 0;
}

.i_dropdown:hover {
  background: rgba(255, 255, 255, 0.452);
  transition: all 0.3s;
}

.dropdown_list {
  max-width: -webkit-fill-available;
  text-align: left;
  width: 100%;
  margin: -20px 0 0 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.dropdown_list.show {
  max-height: 300px; /* Adjust the max-height as needed */
}

.d_item {
  background: rgba(255, 255, 255, 0.314);
  color: #dadada;
  font-family: "montSerrat";
  margin: 3px 0;
  padding: 10px;
  font-size: 30px;
  font-weight: 100;
  cursor: pointer;
  transition: color 0.3s;
}

.d_item:hover {
  color: white;
}

.i_input {
  width: 100%;
  background: transparent;
  border-bottom: solid white 1px;
  border-left: none;
  border-right: none;
  font-size: 30px;
  border-top: none;
  margin-top: 20px;
  padding: 0 0 0 10px;
  max-width: -webkit-fill-available;
  color: white;
}

.i_input::placeholder {
  color: white;
}

.i_input:focus-visible {
  outline: none;
}

.i_input_captcha {
  width: 100%;
  background: #ffffff61;
  border-bottom: none;
  border-left: none;
  border-right: none;
  font-size: 20px;
  border-top: none;
  margin-top: 20px;
  padding: 10px 0 10px 15px;
  max-width: -webkit-fill-available;
  color: white;
}

.i_input_captcha::placeholder {
  color: white;
}

.i_input_captcha:focus-visible {
  outline: none;
}

.i_submit {
  background: #ee8a2c;
  color: white;
  padding: 10px;
  font-size: 20px;
  /* margin-top: 45px; */
  cursor: pointer;
  font-family: "montSerrat";
}

/* |e| --------------------------------\\\\\\\\\\\\\\  inscription  //////////////-------------------------------- || */

/* || --------------------------------\\\\\\\\\\\\\\  Footer  //////////////-------------------------------- || */
.footer {
  height: auto;
  width: 100%;
  background: #12224c;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: solid 15px #ee8a2c;
  padding: 10px 0;
}

.social_btn_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  margin-left: 50px;
}

.social_btn {
  border-radius: 50px;
  background: #ee8a2c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.social_btn img {
  max-width: 80%;
  max-height: 60%;
  display: block;
  margin: 0 auto;
}

.copyright_txt {
  font-size: 15px;
  color: white;
  font-family: "montSerrat";
}

.copyright_txt span {
  font-weight: 700;
  color: #ee8a2c;
}

.logo2 {
  height: 60px;
  margin-right: 50px;
  cursor: pointer;
}

/* |e| --------------------------------\\\\\\\\\\\\\\  Footer  //////////////-------------------------------- || */

/* |e| --------------------------------\\\\\\\\\\\\\\  Mobile Version  //////////////-------------------------------- || */
/* |e| --------------------------------\\\\\\\\\\\\\\  Mobile Version  //////////////-------------------------------- || */
/* |e| --------------------------------\\\\\\\\\\\\\\  Mobile Version  //////////////-------------------------------- || */

@media screen and (max-width: 1024px) {
  /* Your tablet-specific CSS styles here */
  .nav-list {
    display: flex;
    width: 100%;
    max-height: 0px;
    flex-direction: column;
    text-align: left;
    position: absolute;
    right: 0;
    top: 68px;
    justify-content: space-around;
    opacity: 0;
    background: white;
    padding: 5px 0 5px 0;
    transition: all 0.5s;
    border-top: solid #e1e2e6 1px;
    overflow: hidden;
  }

  .nav-list.show {
    max-height: max-content;
    opacity: 1;
    /* display: flex; */
  }

  .nav-item {
    padding: 10px 10px;
    margin-left: 15px;
  }

  .navclosemenu {
    display: none;
    height: 40px;
    width: 40px;
    transition: all 0.3s;
  }
  .navopenmenu {
    display: block;
    height: 40px;
    width: 40px;
    transition: all 0.3s;
  }

  .toggle_nav_menu {
    cursor: pointer;
    display: block;
    height: 40px;
    width: 40px;
    margin-right: 10px;
  }

  .logo1 {
    width: 150px;
    margin: 0 20px;
    height: calc(150px * 326 / 739);
  }
  .logo-scroll {
    width: 50px;
    height: 40px;
  }
  .section_1 {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    background-image: url("../img/mobile_img1.jpg");
  }

  .right_side {
    width: 80%;
    position: relative;
    align-items: center;
    margin: auto;
    margin-top: 20px;
  }

  .left_side {
    padding: 0px;
    width: 100%;
    align-items: center;
    height: auto;
    text-align: center;
  }

  .text_1 {
    font-size: 40px;
  }

  .text_3 {
    font-size: 30px;
    padding-top: 15px;
    margin: 20px 0 0 0;
  }
  .text_4 {
    padding: 5px 22px;
    margin: 13px;
    font-size: 20px;
    font-family: "montSerrat";
  }

  .text_3::before {
    left: 20%;
    width: 60%;
    border-top: 2px solid rgb(225 130 8); /* Adjust the color and thickness as needed */
  }

  .btn_list {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .section_title {
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 10px 0;
  }

  .section_text {
    font-size: 20px;
  }

  .program_content {
    flex-direction: column;
    margin: 5px;
    align-items: center;
  }

  .program_img {
    max-width: 100%;
    height: max-content;
    overflow: hidden;
  }
  .program_img img.p_desktop {
    display: none;
  }
  .program_img img.p_mobile {
    display: block;
    max-width: 100%;
  }

  .q_title {
    height: auto;
    padding: 0px 42px 0 10px;
    height: 70px;
  }
  .q_title span {
    right: 10px;
  }

  .admission_features .title {
    font-size: 20px;
    margin: 10px;
  }

  .pricing {
    flex-direction: column;
  }

  .pricing_section {
    margin: 0;
    padding: 30px 0;
  }

  .pricing_decoLine {
    display: block;
  }

  .pricing_right {
    border-left: none;
  }

  .pricing_left {
    border-right: none;
  }

  .i_container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .i_form {
    width: 90%;
    margin: auto;
  }

  .i_contact {
    width: 100%;
    margin: auto;
  }

  .i_logo {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
  }

  .contact_txt {
    font-size: 20px;
    margin: 10px 0 0 0;
  }

  .features {
    display: none;
  }

  .features_mobile {
    display: flex;
    width: 90%;
    flex-direction: column;
    align-items: baseline;
  }
  .feature_mobile {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
  }

  .i_icon {
    max-width: 25px;
    margin: 0 5px -1px 0;
  }

  .contact_info {
    margin: 10px 0 20px 0;
  }

  .i_form {
    padding: 20px 0;
  }

  .footer {
    flex-direction: column;
  }

  .social_btn_list {
    margin: auto;
    padding-bottom: 15px;
  }

  .copyright_txt {
    text-align: center;
    margin: auto;
    width: 95%;
    order: 2;
  }

  .logo2 {
    padding-bottom: 15px;
    margin: auto;
    order: 1;
  }
}

/* integrated form      */

.mauticform_wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 0 25px 0;
  font-weight: 600;
  font-family: "montSerrat";
}
.mauticform-innerform {
  width: 95%;
  height: 100%;
  padding: 0;
  margin: auto;
}
.mauticform-post-success {
}
.mauticform-name {
  font-size: 1.5em;
  margin-bottom: 3px;
}
.mauticform-description {
  margin-top: 2px;
  margin-bottom: 10px;
}
.mauticform-error {
  margin-bottom: 10px;
  color: red;
}
.mauticform-message {
  margin-bottom: 10px;
  color: green;
}
.mauticform-row {
  display: block;
  margin-bottom: 5px;
}
.mauticform-label {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  padding: 0 0 0 11px;
}
.mauticform-row.mauticform-required .mauticform-label:after {
  color: #e32;
  content: " *";
  display: inline;
}
.mauticform-helpmessage {
  display: block;
  font-size: 20px;
  margin: 10px 0 0 0;
}
.mauticform-errormsg {
  display: block;
  color: red;
  margin-top: 7px;
  font-size: 21px;
  padding: 5px;
  text-shadow: 3px 2px 14px rgb(0 0 0 / 61%);
}
.captcha_err {
  background: #ffffffb0;
}
.mauticform-selectbox,
.mauticform-input,
.mauticform-textarea {
}
.mauticform-checkboxgrp-row {
}
.mauticform-checkboxgrp-label {
}
.mauticform-checkboxgrp-checkbox {
}
.mauticform-radiogrp-row {
}
.mauticform-radiogrp-label {
}
.mauticform-radiogrp-radio {
}
.mauticform-button-wrapper .mauticform-button.btn-default,
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
  color: #5d6c7c;
  background-color: #ffffff;
  border-color: #dddddd;
}
.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.3856;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right;
  border-radius: 3px;
}
.mauticform-button-wrapper .mauticform-button.btn-default[disabled],
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
  background-color: #ffffff;
  border-color: #dddddd;
  opacity: 0.75;
  cursor: not-allowed;
}
.mauticform-pagebreak-wrapper .mauticform-button-wrapper {
  display: inline;
}

.inscreption_success {
  width: 100%;
  height: fit-content;
  display: block;
  align-items: center;
  justify-content: center;
  background-color: #e18208;
  text-align: center;
  color: white;
  font-weight: bold;
  position: relative;
  flex-direction: column;
  font-family: 'montSerrat';
}

.close_btn {
  cursor: pointer;
  color: #13224e;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  border: solid #12224e24 0.1px;
  border-radius: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media screen and (max-width: 500px) {
  .close_btn {
    right: 2px;
    top: 2px;
  }
  
  .i_input_captcha {
    font-size: 13px;
    margin-top: 14px;
  }
  .i_input {
    font-size: 20px;
    margin-top: 10px;
  }
  .i_dropdown {
    margin: 10px 0;
    font-size: 20px;
  }
  .p_prices {
    font-size: 15px;
  }
  .p_frais {
    font-size: 15px;
  }
  .p_title {
    font-size: 15px;
  }
  .feature .f_content {
    font-size: 10px;
  }
  .cheked_mark {
    max-height: 8px;
    max-width: 8px;
  }

  .q_content {
    font-size: 15px;
  }
  /* Your tablet-specific CSS styles here */
  .nav-list {
    display: flex;
    width: 100%;
    max-height: 0px;
    flex-direction: column;
    text-align: left;
    position: absolute;
    right: 0;
    top: 68px;
    justify-content: space-around;
    opacity: 0;
    background: white;
    padding: 5px 0 5px 0;
    transition: all 0.5s;
    border-top: solid #e1e2e6 1px;
    overflow: hidden;
  }

  .nav-list.show {
    max-height: max-content;
    opacity: 1;
    top: 55px;
    /* display: flex; */
  }

  .nav-item {
    padding: 10px 10px;
    margin-left: 15px;
  }

  .navclosemenu {
    display: none;
    height: 40px;
    width: 40px;
    transition: all 0.3s;
  }
  .navopenmenu {
    display: block;
    height: 40px;
    width: 40px;
    transition: all 0.3s;
  }

  .toggle_nav_menu {
    cursor: pointer;
    display: block;
    height: 40px;
    width: 40px;
    margin-right: 10px;
  }
  
  .logo1 {
    width: 120px;
    margin: 0 20px;
    height: calc(120px * 326 / 739);
  }

  .logo-scroll {
    width: 45px;
    height: 35px;
  }
  .section_1 {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
  }

  .right_side {
    width: 80%;
    position: relative;
    align-items: center;
    margin: auto;
    margin-top: 20px;
  }

  .left_side {
    padding: 0px;
    width: 100%;
    align-items: center;
    height: auto;
    text-align: center;
  }

  .text_1 {
    font-size: 30px;
  }

  .text_3 {
    font-size: 23px;
    padding-top: 12px;
    margin: 15px 0 0 0;
  }
  .text_4 {
    padding: 3px 15px;
    margin: 13px;
    font-size: 15px;
    font-family: "montSerrat";
  }

  .text_3::before {
    left: 20%;
    width: 60%;
    border-top: 2px solid rgb(225 130 8); /* Adjust the color and thickness as needed */
  }

  .btn_list {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .section_title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 10px 0;
  }

  .section_text {
    font-size: 15px;
  }

  .program_content {
    flex-direction: column;
    margin: 5px;
    align-items: center;
  }

  .program_img {
    max-width: 100%;
    height: max-content;
    overflow: hidden;
  }
  .program_img img.p_desktop {
    display: none;
  }
  .program_img img.p_mobile {
    display: block;
    max-width: 100%;
  }

  .q_title {
    height: auto;
    padding: 0px 39px 0 5px;
    height: 70px;
    font-size: 15px;
  }
  .q_title span {
    right: 10px;
  }

  .admission_features .title {
    font-size: 15px;
    margin: 10px;
  }

  .pricing {
    flex-direction: column;
  }

  .pricing_section {
    margin: 0;
    padding: 20px 0;
  }

  .pricing_decoLine {
    display: block;
  }

  .pricing_right {
    border-left: none;
  }

  .pricing_left {
    border-right: none;
  }

  .i_container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .i_form {
    width: 90%;
    margin: auto;
  }

  .i_contact {
    width: 100%;
    margin: auto;
  }

  .i_logo {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }

  .contact_txt {
    font-size: 15px;
    margin: 5px 0 0 0;
  }

  .features {
    display: none;
  }

  .features_mobile {
    display: flex;
    width: 90%;
    flex-direction: column;
    align-items: baseline;
  }
  .feature_mobile {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
  }

  .i_icon {
    max-width: 25px;
    margin: 0 5px -1px 0;
  }

  .contact_info {
    margin: 10px 0 20px 0;
  }

  .i_form {
    padding: 20px 0;
  }

  .footer {
    flex-direction: column;
  }

  .social_btn_list {
    margin: auto;
    padding-bottom: 15px;
  }

  .copyright_txt {
    text-align: center;
    margin: auto;
    width: 95%;
    order: 2;
  }

  .logo2 {
    padding-bottom: 15px;
    margin: auto;
    order: 1;
  }

  .mauticform-name {
    font-size: 1em;
  }

  .mauticform-label {
    font-size: 10px;
    display: block;
    font-weight: 100;
    margin-bottom: 5px;
    font-family: "montSerrat";
    padding: 0 0 0 11px;
  }

  .mauticform-helpmessage {
    display: block;
    font-size: 15px;
    margin: 10px 0 0 0;
  }

  .mauticform-button-wrapper .mauticform-button,
  .mauticform-pagebreak-wrapper .mauticform-pagebreak {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1;
  }
}

.fixed_margin {
  margin: 10px 0px;
}













