body {
  font-family: 'Poppins', sans-serif;

  color: #48494a;
  background-image: url(../images/body-bg.jpg);
}

.layout_padding {
  padding: 40px 0;
}

.layout_padding2 {
  padding: 0px 0;
}

.layout_padding2-top {
  padding-top: 0px;
}

.layout_padding-bottom {
  padding-bottom: 0px;
}

.call_to-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #ed1c24;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.hero_section .call_to-btn {
  padding: 12px 35px;
}

.call_to-btn img {
  width: 18px;
  margin-left: 10px;
}

.btn_on-hover {
  transition: all 0.3s ease 0s;
}

.call_to-btn:hover,
.btn_on-hover:hover {
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  color: #fff;
  transform: translateY(-7px);
}

.main-heading {
  color: #ed1c24;
  font-weight: bold;
  text-align: center;
}

/*header section*/

.header_section {
  padding-top: 10px;
}

nav.navbar.navbar-expand-lg {

  padding: 10px 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #000000;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #000;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.top_container {
  height: 95vh;
  position: relative;
}

.top_container::before {
  content: "";
  position: absolute;
  width: 48%;
  height: 100%;
  background: url(../images/);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.top_container.sub_pages::before {
  background-size: 400px 200px;
  background-position: top left;
}

.top_container.sub_pages {
  height: 35vh;
}

.top_container.sub_page {
  height: auto;
}

.navbar-brand img {
  width: 70px;
  margin-right: 7px;
}


.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url("../images/menu.png?v=2");
  background-size: 40px;
}

/*end header section*/

/* hero section */
.hero-container {
  display: flex;
  padding-top: 50px;
  padding-bottom: 20px;
}

.hero_detail-box {
  width: 45%;
}

.hero_img-container {
  width: 55%;
}

.hero_detail-box {
  color: #000000;
}

.hero_detail-box h1 {
  text-transform: uppercase;
  font-size: 50px;
  color: #ed1c24;
  font-weight: bold;
}


.hero_detail-box p {
  margin-top: 20px;
  margin-bottom: 35px;
}


/* end hero section */

/* about section */
.about_img-box {
  width: 65%;
  margin: 40px auto;
}

/* about section */

/* teacher container */
.teacher_section .card {
  border: none;
  background-color: transparent;
}

.teacher_section .card-title {
  text-align: center;
  color: #000;
}

/* end teacher container */

/* vehicle section */
.vehicle_img-box {
  width: 50%;
  margin: 0 auto;
}

.vehicle_section .carousel-control-prev,
.vehicle_section .carousel-control-next {
  opacity: 1;
}

.vehicle_section .carousel-control-prev-icon,
.vehicle_section .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-color: #ed1c24;
  border-radius: 100%;
  background-size: 10px;
  background-position: center;
}

.vehicle_section .carousel-control-prev-icon {
  background-image: url(../images/prev.png);
}

.vehicle_section .carousel-control-next-icon {
  background-image: url(../images/next.png);
}

/* end vehicle section */

/* client section */
.client_section {
  background-repeat: no-repeat;

  background-position: right;

  background-size: 18%;
}
.client_section .card {
  border: none;
  background-color: transparent;
}

.client_container {
  width: 80%;
  margin: 0 auto;
  padding: 35px;
  background-color: #fefeff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
  box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
  border-radius: 20px;
}

.client_detail-box h4 {
  color: #ed1c24;
}

.client_detail-box span {
  text-transform: uppercase;
  color: #000;
}

.client_detail .client_img-box {
  width: 100px;
  margin-right: 15px;
}

.client_detail .client_img-box img {
  width: 100%;
}

/* end client section */


/* contact section */
.contact_section {
  background-repeat: no-repeat;
  background-size: 14%;
  background-position: left center;
}

.contact-form {
  padding: 25px;
  border-radius: 20px;
}

.contact-form input {
  border: none;
  outline: none;
  background-color: #dedee0;
  width: 100%;
  margin: 10px 0;
  padding: 7px 10px;
}

.contact-form .input_message {
  height: 120px;
}

.contact-form input::placeholder {
  color: #fff;
}

.contact-form button {
  border: none;
  outline: none;
  padding: 7px 50px;
  text-transform: uppercase;
  margin-top: 25px;
  background-color: #ed1c24;
  color: #fff;
}

/* end contact section */

/* admission section */


.admission_section .container-fluid.position-relative {
  height: 500px;
}

.admission_container {
  width: 770px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.admission_img-box {
  width: 50%;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
}
.admission_detail h3 {
	color: #ed1c24;
}
.admission_detail {
  width: 50%;
  background-color: #fff;
  padding: 20px;
  color: #000;
  border-radius: 0 25px 25px 0;
}


.admission_img-box img {
  width: 100%;
}

.admission_detail .admission_btn {
  background-color: #ed1c24;
  padding: 7px 35px;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
}

/* end admission section */

/* call section */
.call_section h2 {
  text-align: center;
  margin: 15px 0;
}

.landing_section .number_heading {
  color: #ed1c24;
}

.landing_section p {
  text-align: center;
  margin-top: 15px;
}

/* end call section */

/* footer section*/

.footer_section {
  background-color: #ed1c24;
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #fff;
  margin: 0;
  text-align: center;
}

/* end footer section*/

/* CONTENEUR */
.language-dropdown {
    position: relative;
    display: inline-block;
}

/* BOUTON PRINCIPAL */
.language-button {
    display: flex;
    align-items: center;
    gap: 7px;

    background: transparent;
    border: none;

    padding: 6px 10px;

    font-size: 14px;
    font-weight: 500;

    color: #333;

    cursor: pointer;
}

/* DRAPEAUX */
.language-button img,
.language-option img {
    width: 22px;
    height: 15px;
    object-fit: cover;
}

/* PETITE FLÈCHE */
.language-arrow {
    font-size: 13px;
    margin-left: 2px;
}

/* MENU DÉROULANT */
.language-menu {
    display: none;

    position: absolute;
    top: 100%;
    right: 0;

    min-width: 150px;

    background: white;

    border: 1px solid #ddd;
    border-radius: 6px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);

    padding: 5px 0;

    z-index: 9999;
}

/* AFFICHER LE MENU */
.language-menu.show {
    display: block;
}

/* OPTIONS */
.language-option {
    width: 100%;

    display: flex;
    align-items: center;

    gap: 8px;

    background: white;
    border: none;

    padding: 9px 12px;

    text-align: left;

    font-size: 14px;

    cursor: pointer;
}

/* SURVOL */
.language-option:hover {
    background-color: #f5f5f5;
}

/*Responsive*/
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}

/* =========================
   FOOTER
=========================*/

.footer {
    background-color: #000;
    color: #fff;
    padding-top: 30px;
	font-family: "Roboto", sans-serif;
}

/* Bloc principal centré */
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Titres */
.footer h5 {
    color: fff;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Texte*/
.footer p {
    color: #ddd;
	font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
}

/* Liens*/
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 5px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.footer-links a:hover {
    color: #ed1c24;
}

/* Icônes*/
.footer i {
    margin-right: 4px;
}

.footer-columns {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 180px;
}

.footer-column {
    text-align: left;
}