/*

Known Template 

https://templatemo.com/tm-516-known

*/

  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');

    
  body {
    background: #ffffff;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: blue;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: blue;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: blue;
    color: #ffffff;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #team,
  #testimonial {
    background: #f9f9f9;
  }

  #team, 
  #testimonial {
    text-align: center;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    background: #ffffff;
    border-top: 5px solid #ffffff;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
  }

  .custom-navbar .navbar-brand  {
    color:blue;
    font-family:'Times New Roman', Times, serif;
    font-weight: 500;
    font-size:x-large;   
    font-weight: bold;
    line-height: 40px;
    font-style: normal;
  }
  .smoothScroll {
    font-family:'Times New Roman', Times, serif;
    font-weight: 500;
    font-size:15px;
    }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: blue;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 50px;
  }

  .custom-navbar .nav li a {
    line-height: 40px;
    color: blue;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color:blue;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color:blue;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }



  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }
  
  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  .home-slider .item-first {
    background-image: url(https://cdn.pixabay.com/photo/2024/07/13/18/24/airplane-8892881_1280.jpg);
	background-position: center;
  }

  .home-slider .item-second {
    background-image: url("../images/scroll.jpeg");

  }

  .home-slider .item-third {
    background-image: url(https://cdn.pixabay.com/photo/2024/09/13/18/26/ai-generated-9045695_1280.jpg);
  }



  /*---------------------------------------
      SERVICES              
  -----------------------------------------*/
  
/* Section Nos Services */
#feature {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.titleS {
  font-size: 28px;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 50px;
  background-color: blue;
  color: #fff;
  border: none;
  box-shadow: blue;
  margin-bottom: 20px;
}

.titleS:hover {
  background-color: blue;
}

.feature-thumb {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.feature-thumb:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.feature-thumb .service-number {
  font-size: 48px;
  font-weight: bold;
  color: blue;
  margin-bottom: 15px;
}

.feature-thumb .service-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.feature-thumb .service-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  #feature .row {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .titleS {
      font-size: 24px;
      padding: 10px 25px;
  }

  .feature-thumb {
      width: 100%;
      margin-bottom: 20px;
  }

  .feature-thumb .service-number {
      font-size: 40px;
  }

  .feature-thumb .service-title {
      font-size: 20px;
  }

  .feature-thumb .service-description {
      font-size: 14px;
  }
}


  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

 /* ABOUT SECTION */
#about {
  background-color: #f9f9f9; /* Fond plus clair pour une ambiance douce */
  padding: 60px 0;
}

.titleS {
  font-size: 28px;
  font-weight: bold;
  padding: 15px 40px;
  border-radius: 50px;
  background-color: blue;
  color: #fff;
  border: none;
  box-shadow: 0 5px 15px blue;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.titleS:hover {
  background-color: blue;
  transform: scale(1.05);
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.about-info {
  padding: 30px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.about-info:hover {
  transform: translateY(-10px);
}

.feature-title {
  font-size: 22px;
  font-weight: 600;
  color: blue;
  margin-bottom: 15px;
}

.feature p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.feature {
  padding: 20px;
  border-left: 3px solid blue;
  margin-bottom: 20px;
  background-color: #f0f8ff;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.feature:hover {
  background-color: #e3f7ff;
}

@media (max-width: 768px) {
  #about .row {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .feature-title {
      font-size: 18px;
  }

  .feature p {
      font-size: 14px;
  }
}

  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/
#contact {
  background-color: #f8f9fa; /* Fond clair */
  padding: 60px 0;
}

#contact .section-title h2 {
  font-size: 4px;
  font-weight: bold;
  margin-bottom: 15px;
}

#contact .section-title p {
  font-size: 14px;
  color: #6c757d; /* Texte gris clair */
}

#contact .form-control {
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 15px;
}

#contact .form-control:focus {
  border-color: blue;
  box-shadow:blue;
}

#contact .btn-primary {
  background-color: blue;
  border-color: blue;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

#contact .btn-primary:hover {
  background-color: blue;
  border-color: blue;
}

/* Images */
.contact-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  #contact {
      text-align: center;
  }

  #contact .contact-image img {
      margin-bottom: 20px;
  }

  #contact .section-title h2 {
      font-size: 20px;
  }
}

  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  
 /* Styles globaux pour le footer */
#footer {
  background-color: #222; /* Fond sombre */
  color: #fff; /* Texte clair */
  padding: 40px 0;
  font-family: Arial, sans-serif;
}

#footer h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #f8f9fa; /* Texte blanc cassé */
}

#footer p, #footer a {
  font-size: 14px;
  color: #b8b8b8; /* Texte gris clair */
  line-height: 1.8;
  text-decoration: none;
}

#footer a:hover {
  color: blue; /* Couleur d'accent sur hover */
}

#footer .list-inline {
  padding: 0;
  margin: 10px 0;
}

#footer .list-inline-item {
  display: inline-block;
  margin-right: 10px;
}

#footer .list-inline-item a {
  font-size: 18px;
  color: #b8b8b8;
}

#footer .list-inline-item a:hover {
  color: blue; /* Couleur des icônes sur hover */
}

#footer address {
  font-style: normal;
  line-height: 1.8;
}

#footer ul {
  list-style: none;
  padding: 0;
}

#footer ul li {
  margin-bottom: 10px;
}

#footer ul li a {
  transition: color 0.3s ease-in-out;
}

/* Responsive design */
@media (max-width: 768px) {
  #footer {
      text-align: center;
  }

  #footer .col-md-3 {
      margin-bottom: 30px;
  }
}

 