/**
* Template Name: Rapid - v2.3.1
* Template URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/



   /* @font-face {
    font-family: 'Monaco';
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/Monaco.woff') format('woff');
    }*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #000;
 font-family: 'Open Sans', sans-serif;
   font-weight:300;
  font-size:1.02em;
}

a {
  color: #012e77;
  transition: 0.5s;
  cursor:pointer;

}

a:not([href]):not([class]) /**lien des modal***/ {
  text-decoration: underline;
  cursor:pointer;
}

a:hover, a:active, a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
  font-size:1.02em;

}

h1, h2, h3, h4, h5, h6 {  
  margin: 20px 0;
  padding: 0;
}

h1, h2, h3, h4 { font-family: 'Source Code Pro', monospace; color:#012e77;}
 
h5, h6 {font-family: 'Open Sans', sans-serif; font-weight:800; color:#012e77; text-transform:uppercase;}

h2 { font-size: 2.2em; font-weight: 700;}
h3 { font-size: 1.9em;font-weight: 800;text-transform: uppercase;}
h4 { font-size: 1.3em; font-weight: 700; text-transform:uppercase;}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #ffce4d;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}


@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 25px;
  font-size: 16px;
  transition: all 0.5s;
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -2;
}


#topbar .social-links a:hover {
  color: #ffce4d;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0 10px 0;
  top: 40px;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header .logo {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo a {
  color: #012e77;
}

#header .logo img {
  max-height: 60px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav, .main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding-left: 30px;
}

.main-nav a {
  display: block;
  position: relative;
  color: #012e77;
  padding: 10px 0;
  transition: 0.3s;
  font-size: 16px;
  font-weight:800;
  font-family: 'Source Code Pro', monospace;
  text-transform: uppercase;
  
}

.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
  color: #ffce4d;
  text-decoration: none;
}


/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #012e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h2 {
  color: #012e77;
  text-align: center;
  font-weight: 700;
  position: relative;
  text-transform:uppercase;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 20px;
  padding-bottom: 60px;
  color: #535074;
  width: 70%;
}

.section-header hr, hr {
  display: inline-block;
width: 50px;
background-image: linear-gradient(147deg, #6da9d2 0%, #012e77 74%);
height: 6px;
border: none;
}


.section-header hr {text-align:center!important;}
hr {text-align:left;}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

/* Section with background
--------------------------------*/
.section-bg {
  /*background: #F6F3EA;*/
background-image: linear-gradient(147deg, #6da9d2 0%, #012e77 74%);
}

.section-bg .section-header h2{
color:#fff!important;
} 

.section-bg .section-header p{
color:#fff!important;
} 
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #F6F3EA url("../img/intro-bg.jpg") center top no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  #hero {
    height: auto;
    padding: 100px 0 60px 0;
  }
  #hero .container {
    height: auto !important;
  }
  #hero .intro-img {
    width: 80%;
  }
}

@media (min-width: 992px) {
  #hero .intro-info {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  #hero .intro-info {
    text-align: center;
    padding-top: 40px;
  }
}

#hero .intro-info h1 {
  color: #012e77;
  margin: 4% auto;
font-size: 2.6em;
  font-weight: 700;
  text-shadow: #666 1px 0 100px;
}

#hero .intro-info h1 span {
  color: #1455c2;
}

@media (max-width: 767px) {
  #hero .intro-info h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

 #hero .intro-info .btn-services, .btn-services, .btn {
   font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  transition: 0.5s;
  margin:10px auto;
  color: #fff;
  border:0!important;
  border-radius:25px;
  background-color: #ffce4d;


}

#hero .intro-info .btn-services:hover, .btn-services:hover, .btn:hover {
  background: #012e77;
  color:#fff;
}

/

/* A propos Section
--------------------------------*/
#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 40px;
}


#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #ffce4d;
}

#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
 border-radius: 25px;
  transition: .5s;
}



/* Services et Tarifs Section
--------------------------------*/
#services, #tarifs {
  padding: 60px 0 40px 0;
}

#services .box, #tarifs .box  {
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin: 0 5px 30px 5px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  height:380px; /*uniformisation des box**/
  text-align:center;
 
}


#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: right;
  border-radius: 50%;
  width: 60px;
  height: 60px;

}

#services i {
  font-size: 36px;
  line-height: 1;
  color:#012e77;
}

#services h4, #tarifs h4{
  font-weight: 700;
margin-bottom: 15px;
font-size: 18px;
color:#012e77;
text-transform: uppercase;
}

#services .title a {
  color: #111;
}


#services p {
  line-height: 28px;
  margin-bottom: 0;
  
}

.box-cta {
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin: 0 5px 30px 5px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  border:3px solid #fff;
  height:380px; /*uniformisation des box**/
  text-align:center;
  
}

.box-cta h4, .box-cta i{
  color:#fff!important;
   font-size: 36px;
  line-height: 1;
  
}


/*** Les popup services ***/

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 30px;
    outline: 0;
    padding:2% 4%;
}

 .close {
    font-size: 3rem !important;
    font-weight: 700;
    line-height: 1;
    color: #012e77 !important;
}

.close span{
    float: right!important;
}
/* Tarifs Section
--------------------------------*/

#tarifs .row {
  margin: 1% 0;
} 
@media (max-width: 991px) {
  #tarifs {
    padding-bottom: 30px;
  }
}


@media (max-width: 991px) {
  #tarifs .box {
    margin-bottom: 50px;
  }
}


#tarifs .box h5 {
  font-size: 30px;
  color: #ffce4d;
}

#tarifs .box span {
  font-size: 14px;
  color: #012e77;
  font-style: italic;
  text-transform: capitalize;
}

#tarifs .box ul {
  margin-bottom: 10px;
  padding:0;

}

#tarifs .box li {
  border: 0;
  padding: 6px 0;
   list-style: none;
}





/* engagements Section
--------------------------------*/
#engagements {
  padding: 80px 0;
}

#engagements h4 {
  font-weight: 600;
  font-size: 24px;
}

#engagements img {
 border-radius: 25px;
}


/* competences Section // pictos logiciels
--------------------------------*/
#competences {
  padding: 60px 0;
  text-align:center;
}

#competences img {
  max-width: 80%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

#competences img:hover {
  opacity: 0.5;
}







/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0;
  font-size: 14px;
  color: #fff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #012e77;
}

#footer .col-sm { 
  text-align: center;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
    font-family: 'Open Sans', sans-serif;  
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

#footer .supports {
  text-align: center;
  border:3px solid #fff;
  border-radius: 20px;
  padding:2%;
}

#footer .supports i {
  font-size: 20px;
  line-height: 1;
  color:#fff;
  padding:0 6px;
}

#footer h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}



#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #fff!important;
  font-size: 15px;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #fff!important;
}

#footer .credits a {
  color: #fff!important;
  text-decoration:underline;
}

#footer .credits a:hover {
  text-decoration: none;
}


/**** responsive global ***/

@media (max-width: 900px) {
  #hero .intro-info h1 {
    font-size: 25px;
    margin: 100px auto 30px auto;
  }

   h2 {
    font-size: 20px;
    
  }

  body, p {
 font-family: 'Open Sans', sans-serif;
   font-weight:300;
  }

  .close span {
    float: left !important;
  }

  #footer {
  padding: 0;
  font-size: 14px;
  color: #fff;
  }

  #services .box, #tarifs .box {
    padding: 20px;
overflow: visible;    
border-radius: 30px;
    height: auto;
    display:block;
    }

    .box-cta{
    text-align:center!important;
    color:#fff!important;
    }

}
