body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth; /* Scroll fluide */
  scroll-snap-type: y mandatory; /* Scroll fluide */
  -webkit-overflow-scrolling: touch; /* Meilleur défilement sur iOS */

}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 25px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #3A89FF;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #3A89FF;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#menu.navbar-default .navbar-nav > li {
  position: relative;
}

#menu.navbar-default .navbar-nav > li > .page-scroll {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
  width: auto;
}

#menu.navbar-default .navbar-nav > li > .page-scroll:hover:after {
  width: 100%;
}
#menu.navbar-default .navbar-nav > li > .page-scroll:hover {
  color: #3A89FF;
}


#menu.navbar-default .navbar-nav > li > .active {
  background-color: transparent;
  color: #3A89FF;
}

#menu.navbar-default .navbar-nav > li > .active:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  min-width: 100%;
  height: 2px;
  background: #3A89FF;
  content: "";
  transition: width 0.2s;
}


#menu.navbar-default .navbar-nav > .language {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  padding: 3px 5px;
  border-radius: 5px;
  background: #f6f6f6;
  color: #3A89FF;
  margin-top: 10px;
  margin-left: 20px;
  cursor: pointer;
}

.language-flag {
  width: 30px;
  cursor: pointer;
}
.modal-overlaye {
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 9999;
  background: transparent;

}
.modal-content {
  background: white;
  padding: 5px 5px 0;
  border-radius: 8px;
  text-align: center;
  width: 200px;
}
.language-list {
  list-style: none;
  padding: 0;
}
.language-list li {
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
}
.language-list li span {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 0;
  margin-right: 10px;
}
.language-list li.open {
  color: #3A89FF;
}
.language-list li:hover {
  background: #f6f6f6;
  color: #3A89FF;
}

.language-list img {
  width: 25px;
  margin-right: 10px;
}


.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #3A89FF;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #3A89FF;
}

.navbar-logo {
  margin: 0;
}

.navbar-logo a {
  display: inline-block;
}

.navbar-logo a img {
  height: 60px;
  display: inline-block;
  margin-top: -20px;
  vertical-align: middle;
}

/* Style pour le mode RTL */
.rtl {
  direction: rtl;
}

.rtl-menu {
  float: left !important;
  text-align: right;
}


.rtl .navbar-logo {
  float: right !important;
}

.rtl .navbar-toggle {
  float: left !important;
}

.rtl .navbar-nav {
  float: left !important;
}

.rtl .navbar-nav > li {
  float: right;
}

/* Alignement des drapeaux dans le menu RTL */
.ar {
  direction: ltr;
  left: 10px;
  right: auto;
}



.section-title {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-title .change {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-title .change .icon {
  margin: 0;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.5s linear;
  border: 1px solid #3A89FF;
  color: #3A89FF;
}

.section-title .change .icon i {
  font-size: 18px;
}


.section-title .change .icon:hover {
  background: hsl(211, 95%, 67%);
  color: #fff;
}

.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: #3A89FF;
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}

.section-title p {
  font-size: 18px;
}

.section-title1 h2 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.section-title1 h2::after {
  position: absolute;
  content: "";
  background: #fff;
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.container .plus {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.5s linear;
  margin-top: 20px;
}


.container .plus a small  {
  color: #3A89FF;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
}

.container .plus a small i {
  display: inline-block;
  font-size: inherit;
  text-rendering: antialiased;
  -webkit-font-smoothing: antialiased;

}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 5px;
}

.pagination a {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.5s linear;
  padding: 8px 15px;
  border: 1px solid #3A89FF;
  color: #3A89FF;
  background: transparent;
}

.pagination a .btn {
  margin: 0 5px;
}

.pagination a.active {
  background: #3A89FF;
  color: #fff;
  margin: 0 5px;
}

.pagination .fa {
  font-size: inherit !important;
}

.pagination a:hover {
  background: #3A89FF;
  color: #fff;
}

.pagination button {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.5s linear;
  padding: 8px 15px;
  border: 1px solid #3A89FF;
  color: #3A89FF;
  background: transparent;
}

.pagination button:hover {
  background: #3A89FF;
  color: #fff;
}


.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #3A89FF;
  background-image: #3A89FF;
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #6372ff;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background-color: #e5e5e5;
  background-size: cover;
  background-position: center;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.2);
}




/* About Section */
#about {
  padding: 100px 0 30px;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 10px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #3A89FF;
}
#about h2::after {
  position: absolute;
  content: "";
  background: #333;
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#about .about-text {
  flex-direction: column;
  display: flex;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
  text-indent: -8px;
}
#about .about-text li:before {
  content: "\2022";
  font-family: "FontAwesome";
  color: #3A89FF;
  font-size: 14px;
  font-weight: 300;
  padding-right: 8px;
}
#about .about-text button {
  background: #3A89FF;
  color: #fff;
  border: 1px solid #3A89FF;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s linear;
  margin-bottom: 20px;
}

#about .about-text button:hover {
  background: transparent;
  color: #3A89FF;
}
#about .about-text .leran-more1 {
  margin-top: 10px;
  background: #3A89FF;
  color: #fff;
  border: 1px solid #3A89FF;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s linear;
  margin-right: 10px;
}

#about .about-text .leran-more1:hover {
  background: transparent;
  color: #3A89FF;
}

#about img {
  width: 520px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 20px 0;
  text-align: justify;
}
#about .text {
  line-height: 24px;
  margin: 14px 0;
  font-size: 15px;
  text-align: justify;
}
#about .info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  width: 582px;
  height: 500px;
}
#about .mobile {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .download {
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#about .down-img {
  width: 200px;
  height: auto;
}
#about .social1 {
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#about .social1 i.fa-envelope-o {
  font-size: 2rem;
  width: 40px;
  height: 40px;
  padding: 7px 0 0;
  border: 2px solid #3A89FF;
  color: #fff;
  background: #3A89FF;
  border-radius: 50%;
  transition: all 0.3s;
}
#about .social1 i.fa-whatsapp {
  font-size: 2.2rem;
  width: 40px;
  height: 40px;
  padding: 7px 0 0;
  border: 2px solid #25D366;
  color: #fff;
  background: #25D366;
  border-radius: 50%;
  transition: all 0.3s;
}
#about .social1 i.fa-phone {
  font-size: 2.2rem;
  width: 40px;
  height: 40px;
  padding: 7px 0 0;
  border: 2px solid #1e7a46;
  color: #fff;
  background: #1e7a46;
  border-radius: 50%;
  transition: all 0.3s;
}

#form {
  padding: 100px 0 30px;
}
#form .section-title1 {
  text-align: center;
  margin-bottom: 40px;
}
#form h2 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#form .section-title1 h2::after {
  position: absolute;
  content: "";
  background: #3A89FF;
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

#form form {
  width: 90%;
  margin: 0 auto;

}

form .form-group {
  position: relative;
  margin-bottom: 20px;
}

form .form-group .form-control {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
}



#form .form-group input {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
}

#form .form-group input:focus {
  border: 1px solid #3A89FF;
}

#form .form-group textarea {
  width: 100%;
  height: 150px;
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  resize: none;
}

#form .form-group textarea:focus {
  border: 1px solid #3A89FF;
}


form  button {
  background: #3A89FF;
  color: #fff;
  border: 1px solid #3A89FF;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s linear;
}

form  button:hover {
  background: transparent;
  color: #3A89FF;
}




@media (max-width: 885px) {
  #menu {
    padding: 10px;
  }
  #about img {
    margin: 15px 0;
  }
  #about .info {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    gap: 10px;
    align-self: start;
  }
  #about .info h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  #about .down-img {
  width: 150px;
  height: auto;
  }
  #about .imageMobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .navbar-logo {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 999;
  }
  .navbar-logo a img {
    height: 50px;
    margin-top: -29px;
  }

  #form .form-group input {
    font-size: 18px;
  }
}

