body{
    color : #F5F5F5;
}

.color1 {
        color : #8AD42C;
}

.bgcolor1 {
    background-color: #8AD42C;
}

footer{
    background-color: #8AD42C;
  }

a, .nav-link {
    color: white;
    text-decoration: none;
  }

  #footerText{
    font-size: 14px;
  }
  #carouselText1{
    width: 470px;
    height: 116px;
    padding-top: 15px;
    position: absolute;
    left: 196px;
    bottom: 26px;
    background-color: rgba(236, 236, 236, 0.932);
  }
  #carouselText2{
    width: 470px;
    height: 116px;
    padding-top: 15px;
    position: absolute;
    left: 196px;
    bottom: 26px;
    background-color: rgba(236, 236, 236, 0.856);
  }
  #offre{
    margin-bottom: 13px;
  }
  @media screen and (min-width: 992px) {
    .navbar-nav{
        position: relative;
        left : 30%
    }
    .nav-item{
        margin-right: 32px;
        margin-left: 32px;
    }
}
h1, h2, button{
  font-family: 'Montserrat', sans-serif;
}
p, a, input {
  font-family: 'Roboto', sans-serif;
}
