@import './defeault.css';
@import './footer.css';
/* section bar de navigation */
.whats img{ 
  float: left;
  position: fixed;
  right:15px;
  bottom:2px;
  z-index: 10;
}
.navbar{
  width: 100%;
  background-color: #0253a5 !important;
  padding-bottom: 20px !important;
  height: 50px;
  overflow: hidden;
}
.navbar-collapse ul {
  overflow: hidden;
}
.navbar-brand img{
  margin-top: 12px;
}
.navbar-brand span{
  display: none;
}
.navbar-collapse li a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 12px;
  text-decoration: none;
  z-index: 0;
  font-weight: 500;
}
.navbar-collapse li a:hover{
  font-style: italic;
  color: #171933;
}
li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  color: #000 !important;
  background-color: #fff;
  z-index: -1;
  transform: scale(0);
  transition: transform 0.5s ease-in-out;
}

li a:hover:before,
li a:focus:before {
  transform: scale(1);
  
}

/* section de la banniere  */
.baner-home{
  background-color: #f2f2f2 ;
  height: 90vh;
  padding: 150px 0;
}
.baner-home h1{
  padding-bottom: 20px;
}
.baner-home p{
  font-size: 1.3em !important;
  
}

/* Section de la solution */
.solutions{
  background-color: #f3f5fa !important;
  width: 100%;
  height: 100vh;
}
.solutions h3 {
  color: #0253a5;
  font-size: 1.5em;
}
.card-sol i {
  text-align: center !important;
  font-size: 4em;
  color:#fff;
  padding: 22px;
  background-color: #0253a5;
  border-radius: 100%;
  margin: 10px;
}
.card-sol{
  width: 100%;
  height: 400px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: 1em;
  margin: 0 !important;
  text-align: center;
}


/* Section de la catégorie */

.categories{
  background-color: #f5f5f6;
  padding: 20px 0;
}
.categories i{
  margin-bottom: 15px;
}
.categories h4 {
  color: #0253a5;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 1.3em;
}
/* Section du formule  */
.formules-card{
  background-color: #f5f5f6;
  border: none;
}
/* Section horraires */
.horraires {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px 0;
}
.horraires img{
  width: 100%;
  height: 100%;
}
.document{
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  padding: 20px 0;
}
.document i {
  font-size: 1em !important;
  color: #333;
  line-height: 2em;
}

.formules{
  background-color: #fff;
  width: 100%;
  height: 120vh;
}
.formules h3 {
  color: #0253a5 !important;
}
.formules p {
  text-align: center;
  font-size: 1.2em;
}
.formules-card{
  background-color: #f5f5f6 !important;
}
.formules-card li{
  font-size: 1.1em;
  color: #333 !important;
  list-style: " \1F44D";
  padding-left: 5px;
}
/* partie mobile */
@media only screen and (max-width: 768px) {
  .navbar{
    width: 100%;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .navbar-brand span{
    color: #fff;
    display: inline;
    padding: 50px 0 0 5px;
    font-size: 1em;
  }
  .navbar-collapse ul {
    margin-left: -10px;
  }
  .navbar-collapse li a{
    text-align: left;
    padding: 5px;
    margin: 0;
  }
  .navbar-toggler{
      border: none !important;
  }
  .navbar-toggler-icon i {
    font-size: 2em !important;
    margin-top: -5px;
    border: none !important;
    background-color: none !important;
  }
  .nav-link{
    font-size:  1em !important;
  }
  .navbar-brand img{
    margin-top: 4px;
  }
  .baner-home {
    height: 100%;
  }
  .baner-home img{
    width: 100%;
    margin-top: 20px !important;
  }
  .baner-home h1{
    margin-top: -70px !important;
    font-size: 1.7em;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
  }
  .baner-home p {
    font-size: 1.1em;
    text-align: center;

  }
  .solutions{
    width: 100%;
    height: 100%;
  }
  .card-sol{
    width: 100% !important;
    height: auto;
    background-color: #fff;
  }
  .card-sol i {
    text-align: center !important;
    font-size: 3em;
    color:#fff;
    padding: 20px;
    background-color: #0253a5;
    border-radius: 100%
  }
  .categories p{
    font-size: .9em;
  }
  .categories i{
    margin-bottom: 10px;
  }
  .categories h4 {
    padding: 5px 10px;
    font-size: 1.1em;
  }
  .partenaires .card{
    width: 100% !important;
  }
}


/* PArtie tablette */
@media only screen and (max-width: 992px) {
  .baner-home{
    height: 100% !important;
  }
  .solutions{
    width: 100%;
    height: 100%;
  }
  .formules{
    background-color: #f5f5f6;
    width: 100%;
    height: 100%;
  }
  .formules-card{
      width: 100% !important;
  }
  .partenaires .card{
    width: 100% !important;
  }
}
/* Mini Pc */
@media only screen and (max-width: 1300px) {
  .baner-home{
    height: 100% !important;
  }
  .solutions{
    width: 100%;
    height: 100%;
  }
  .formules{
    background-color: #fff;
    width: 100%;
    height: 100%;
  }
  .formules-card{
    width: 100% !important;
  }
}