*{
  font-family: montserrat;
}
body{
  background: f1fbff;
  background-color: white;
}
/*Mobile first*/
.section-padding{/* pas encore mis sur github*/
  padding: 100px 0;
}
/*navbar*/
.navbar-nav{
  text-align: center;
}
.navbar-nav a{
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
/* Association Lenam*/
.navbar-light .navbar-brand{
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.navbar-light .navbar-light:focus,
.navbar-light .navbar-light:hover{
  color: #000;
}
.navbar-light .navbar-nav .navbar-link{
  color: #000;
}
/*Panneau publicitaire*/
.carousel-item{
  height: 100vh;
  min-height: 300px;
}
/*Envoyer en avant le texte*/
.carousel-caption{
  bottom: 125px;
  z-index: 2;
}
.carousel-caption h5{
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}
.carousel-caption a{
  padding: 10px 15px;
}
.carousel-caption p{
  width: 100%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}
/*Assombrir plus transparance*/
.carousel-inner::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}
.about-text{
  padding-top: 50px;

}
.card{
  margin-bottom: 30px;
}
.w-100{
  height: 100vh;
}

.services .card-body i{
  font-size: 50px;
}

.team .card-body i{
  font-size: 20px;
}
.team .card{
  box-shadow: 15px 15px 40px rgba(0,0,0,0.15);
}
.portfolio .card{
  box-shadow: 15px 15px 40px rgba(0,0,0,0.15);
}


/*Responsive*/

/*Tablet*/
@media only screen and (min-width: 768px){
  .navbar-nav{
    text-align: left;
  }  
  .carousel-caption{
      bottom: 370px;
    }
    .carousel-caption p{
      width: 100%;
    }
    .about-text{
      padding-top: 0px;
    }
    .card{
      margin-bottom: 30px;
    }
    .img-area i{
      width: 100%;
    }
}

/*deskpost*/
@media only screen and (min-width:570px) {
  .carousel-caption{
  bottom: 220px;
  }
  .carousel-caption h5{
    font-size: 45px;
  }
  .carousel-caption p{
    width: 60%;
  }
  .about-text{
    padding-top: 0px;
  }
}