body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}



h2
{
  font-size:2.5rem;
}


a:hover{
    color: #29a1ff!important;
    transition:0.5s!important;
    text-decoration:none!important;
    
}

.row{
  width:100% !important;
  margin:0!important;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-attachment: fixed;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
  transition:0.5s;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
  transition:0.5s;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  /*background-color: #343a40;*/
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-attachment: fixed;
}

.call-to-action .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}


.form-content{
  background:#FEFEFE;
  padding:45px;
  border-radius:10px;
}

.form-reg input,.form-reg textarea{
    padding:20px;
    border: 1px #8d8d8d solid;
}

.envoi-fiche {
    background:#007BFF;
    width:100%;
    color:white;
    padding:15px;
    border-radius:7px;
    transition:0.5s;
}
.call a {
    font-size: 18px;
    background:#007BFF!important;
    color:white;
    padding:10px 30px;
    border-radius:7px;
    transition:0.5s;
}

.envoi-fiche:hover,
.call a:hover 
{
    color:#ffffff!important;
    background: #29a1ff!important;
}


.comment-profite-section{
    padding:100px;
}

.comment-profiter-col{
  padding:0px;
}

.comment-profiter-text{
    background:#007BFF;
    color:white;
    padding:40px;
    text-align: center;
    height: 100%;
    width: 98%;
}


.comment-profiter-num{
    color:white;
    text-align: center;
    font-size:60px;
}

.title{
    text-align: center;
    font-size:40px;
    padding:20px;
}

.infos-col p{
    width:100% !important;
}

.title-header{
    font-size:48px !important;
}

.intro{

      font-size:18px !important;

}
.call span{

    padding: 20px;
    font-size: 18px;

}

.fab {
  transition:0.5s!important;
}

.fab:hover {
  color:#29a1ff !important;
  transition:0.5s!important;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

@media (max-width: 1100px) {
  .comment-profiter-col{
    margin-top: 20px;
  }
}

@media (max-width: 800px) {
  .infos-section ,.comment-profite-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .infos-col{
  margin-top: 20px;
  padding:5px;
  }

  .infos-container,.comment-profite-container{
    padding:10px;
  }

}

@media (max-width: 500px) {
    
  .infos-section ,.comment-profite-section {
    padding-left: 0;
    padding-right: 0;
  }

  .infos-col{
    padding:0;
  }

}