
/*Sections*/
section {
  padding: 70px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
}

.section-header p {
  margin: 10px;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 760px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}



/*header*/
.header {
  padding: 20px;
}

.header .logo img {
  max-height: 80px;
  max-width:250px;
  margin-right:6px;
}
/*navbar*/
.navbar {
  padding: 0;
  
}

.navbar ul {
  margin: 10px;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #013289;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #4154f1;
}


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #4154f1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}


.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1000px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}




/*Introduction OMNISYS*/
.omnisys {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.omnisys h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

.omnisys h2 {
  color: #444444;
  margin: 15px;
  font-size: 26px;
}

.omnisys .btn {
  margin-top: 30px;
  padding: 15px 40px;
  color: #fff;
  background: #4154f1;
}

.omnisys .btn span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
}


/*services*/

.services {
  background: #fff;
  padding: 60px;
}

.services .box {
  border-style: ridge;    
  padding: 30px;
  text-align: center;
  height: 100%;
}

.services .box img {
  padding: 30px 50px;
}

.services .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}


/*Apropos de l'entreprise ou les activités*/
.apropos .content {
  background-color:#0d2451;
  padding: 40px;
}

.apropos h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
}

.apropos p {
  margin: 15px 30px;
  line-height: 24px;
  color:#eef1f6;
}

/*Valeurs de l'entreprise*/

.valeurs .card {
  border-style: ridge;    
  padding: 30px;
  text-align: center;
  height: 100%;
}

.valeurs .card img {
  padding: 30px 50px;
}

.valeurs .card h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

/*Partenaires*/
.partenaires .box{
  border-style: ridge;    
  padding: 24px 20px;
  max-height: 350px;
    
}

/*moyens de l'entreprise*/

.moyens .moyens-box {
  border-style: ridge;   
  padding: 24px 20px;
  height: 100%;
}

.moyens .moyens-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}

.moyens .moyens-box i {
  line-height: 0;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
}
/*
.moyens .moyens-box:hover i {
  background: #4154f1;
  color: #fff;
}

*/
.moyens .moyens-icons {
  margin-top: 120px;
}

.moyens .moyens-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.moyens .moyens-icons .content .icon {
  display: flex;
}

.moyens .moyens-icons .content .icon h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}

.moyens .moyens-icons .content .icon i {
  font-size: 44px;
  line-height: 44px;
  color: #012970;
  margin-right: 15px;
}

.moyens .moyens-icons .content .icon p {
  font-size: 15px;
  color: #848484;
}



/* Testimonials */

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}


.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
/*
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}
*/
@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

}
/*
@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}
*/
/*clients*/
/*
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}
*/
/* Contact page*/
.contact .box {
  color: #eef1f6;
  background: #0d2451;
  padding: 30px;
}

.contact .box i {
  font-size: 38px;
  line-height: 0;
  color: #fbfbfc;
}

.contact .box h3 {
  font-size: 20px;
  color: #99b8ef;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .form {
  background:#0d2451;
  padding: 30px;
  height: 100%;
}


.contact .form input,
.contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .form input:focus,
.contact .form textarea:focus {
  border-color: #012970;
}

.contact .form input {
  padding: 10px 15px;
}

.contact .form textarea {
  padding: 12px 15px;
}

.contact .form button[type=submit] {
  background: #012970;
  border: 0;
  padding: 10px 30px;
  color: #fff;
}

/*Footer*/
.footer {
  background:#0d2451;
  padding:30px;
  font-size: 14px;
  color: #f6f9ff;
}


/*Maintenance*/
.maintenance .maintenance-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.maintenance .maintenance-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}

.maintenance .maintenance-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.maintenance .maintenance-box:hover i {
  background: #4154f1;
  color: #fff;
}

.maintenance .maintenance-tabs {
  margin-top: 120px;
}

.maintenance .maintenance-tabs h3 {
  color: #012970;  
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .maintenance .maintenance-tabs h3 {
    font-size: 28px;
  }
}

.maintenance .maintenance-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}



.maintenance .maintenance-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.maintenance .maintenance-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}

.maintenance .maintenance-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}
