/*!
 * Start Bootstrap - Landing Page v5.0.0 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

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;
}

header.masthead {
  position: relative;
  background-color: #4566a4;
  background: url("../img/bg-bleu.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}
header.masthead h1 {
  font-size: 2.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  header.masthead {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  header.masthead h1 {
    font-size: 2.5rem;
  }
}


.cadre-arrondi {
background-color:#ffffff;
border-right: 10px solid #ff912f;
border-left: 10px solid #ff912f;
padding:30px;

}


header.mastheadmob {
  position: relative;
  background-color: #2D66A7;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 30px;
}
header.mastheadmob h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  header.mastheadmob {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  header.mastheadmob h1 {
    font-size: 3rem;
  }
}

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

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

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

@media {
  .showcase .showcase-text {
    padding-bottom: 2rem;
	padding-top: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
  }
}

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

.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;
}

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

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

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

.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;
}

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

.titre-rouge {
text-transform: uppercase;
color: #cf3332;
Font-Weight: Bold;
font-size: 20px;
	
}

.cadre-arrondi {
background-color:#ffffff;
border-right: 10px solid #ff912f;
border-left: 10px solid #ff912f;
padding:30px;

}

.fond-bleu {
background-color:#142b42;
border-left: 10px solid #ff912f;
padding: 35px;

}

.gras {
Font-Weight: Bold;
color: #000000;
font-size: 20px;
}

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

#ButtonSite{background:#15901E none repeat scroll 0 0;color:white;font-size: 18px;cursor:pointer;display:inline-block;font-weight:bold;margin-top:5px;padding:15px;padding-right:80px;padding-left:80px;text-align:center;}
