body {
  font-family: 'montserrat';
  font-size: 15px;
  overflow-x: hidden;

}

#logo {
  height: 100px;
}

.container {
  max-width: 1140px;
}
/*  MENU
========================================== */

header a {
  color: black;
  text-transform: uppercase;
  font-size: 18px;
}

.navbar-collapse {
  flex-grow: 0;
}

.fab {
  padding-left: 30px;
}

.facebook a:hover {
  border-bottom: none;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    transition: all 0.8s;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #E3097E;
    transform: translateY(-10%);
}

.navbar-light .navbar-toggler {

    border-color: black;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: 3px solid #e3097e;
}


/*  entete
========================================== */


.bg_img{
/*  background-color: #F5F5F5;
  padding-bottom: 150px;*/

  background: url(images/fond_opacity.jpg) center;
  background-size: cover;
  padding-bottom: 150px;
}


#presentation {
  padding-top: 20px;
  padding-bottom: 30px;
}

#presentation p {
    text-align: justify;
}

#photo_fab {
    margin: auto;
    display: block;
    max-height: 500px;
}

 .bonjour {
    font-family: 'bebas_neueregular';
    text-transform: uppercase;
    font-size: 60px;
}

#fabbike {
  position: absolute;
  top: 170px;
  right: 0px;
  height: 500px;
}

span {
  font-weight: bold;
}

#presentation h3 {
   font-family: 'bebas_neueregular';
   text-transform: uppercase;
   font-size: 30px;
   padding-top: 20px;

}

.ensavoirplus {
  margin-bottom: 30px;
  margin-top: 30px;
}


.ensavoirplus a {

  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  color: white;
  padding: 10px 15px 10px 15px;
  margin-top: 50px;
  background-color: black;
  transition: all 0.8s;
}

.ensavoirplus a:hover {

  color: black;
  background-color: inherit;
  border: 1px solid black;
}

.ensavoirplus i {
  padding-left: 20px;
}

/*  services
========================================== */


#services h1 {
  font-family: 'bebas_neueregular';
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.icon {
  max-width: 400px;
  padding: 30px;
}
.icon img {
  margin: auto;
  display: block;
  max-height: 60px;
  padding-bottom: 15px;
}

#services h2 {
  text-align: center;
  color: #e3097e;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

#services p {
  text-align: justify;
}

.prepa {
  max-width: 800px;
  margin: auto;
  padding: 50px 0 40px 0;
}
.prepa h3 {
   font-family: 'bebas_neueregular';
   text-transform: uppercase;
   font-size: 30px;

}

#img_fixe {
    background: url(images/foret.jpg) center fixed;
    background-size: cover;
    height: 500px;
}


.fd_blanc {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding-bottom: 220px;
  font-size: 17px;
}

.creme {
  background-color: #efebe3;
  margin-top: -60px;
  padding: 40px;
  max-width: 600px;
}

/*  galerie
========================================== */
.bg_gris {
  background-color: #f5f5f5;
  padding-bottom: 100px;
}

#galerie h1 {
  font-family: 'bebas_neueregular';
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

/*  tarifs
========================================== */
#tarifs h1 {
  font-family: 'bebas_neueregular';
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

#tarifs i {
  padding-right: 15px;
}

.detail_tarif {
  margin: auto;
}

.partie {
  background-color: black;
  padding: 30px;
}
.detail_tarif p {
  font-size: 15px;
  color: white;
}

.detail_tarif h2 {
  color: #e3097e;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}

.detail_forfait {
  font-style: italic;
  font-size: 12px;
}

.partie {
  padding-bottom: 30px;
}
.hors_piece {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid white;
  padding-top: 20px;
}

#img_fixe_interieur {
    background: url(images/homme.jpg) center fixed;
    background-size: cover;
    height: 500px;
    border-top: 2px solid black;
}


.signature {
  padding-top: 20px;
}

/*  CONTACT
========================================== */
#contact {
  padding-bottom: 200px;
}
#contact h1 {
  font-family: 'bebas_neueregular';
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.black {
  background-color: black;
  padding: 50px;
}

#contact h3 {
  color: white;
  padding-bottom: 20px;
  font-size: 20px;
}

#contact p {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
}

.ligne_formulaire {
  margin-bottom: 50px;
}

.contactsocialmedia .fab {
  color: white;
  font-size: 40px;
  padding: 20px 40px 0 0;
}

::placeholder{
  font-style: italic;
}

form input[type="text"]{
  border: none;
	border-bottom: 2px solid grey;
	display: block;
	width: 80%;
	background: none;
  padding-bottom: 3px;
  margin-bottom: 20px;
  margin-left: 15px;
}


form textarea {
  width: 80%;
  border: none;
  border-bottom: 2px solid grey;
  margin: 0 20px 0 20px;
}

form input[type="submit"]{
	border: none;
	text-transform: uppercase;
	font-size: 20px;
	cursor: pointer;
	margin: 50px 0 0 15px;
  color: white;
  text-align: center;
  padding: 10px 15px 10px 15px;

  background: rgb(227,9,126);
  background: -moz-linear-gradient(90deg, rgba(227,9,126,1) 0%, rgba(63,32,81,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(227,9,126,1) 0%, rgba(63,32,81,1) 100%);
  background: linear-gradient(90deg, rgba(227,9,126,1) 0%, rgba(63,32,81,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3097e",endColorstr="#3f2051",GradientType=1);
}

form input[type="submit"]:hover{
	background-color: black;
	cursor: pointer;
}



/*  FOOTER
========================================== */

footer {
  background-color: black;
  padding: 40px;
  position: relative;
  z-index: 100;

}

.roue {
  position: absolute;
  bottom: -50px;
  left: 35%;
  height: 500px;
  width: 500px;
  z-index: -10;
  transform-origin: 50% 50%;
-webkit-animation: spin 6s infinite linear;
  }
  @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
  @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
  @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

footer p {
  color: white;
  padding-left: 30px;
}

.nom {
  font-size: 30px;
  padding-top: 10%;
}
footer a {
  text-decoration: none;
  color: white;

}

footer a:hover {
  color: #E3097E;
}
.fab {
  font-size: 25px;
  transition: all 0.8s;
}

.fab:hover {
  transform: scale(1.2);
}

.copyright {
background: rgb(227,9,126);
background: -moz-linear-gradient(90deg, rgba(227,9,126,1) 0%, rgba(63,32,81,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(227,9,126,1) 0%, rgba(63,32,81,1) 100%);
background: linear-gradient(90deg, rgba(227,9,126,1) 0%, rgba(63,32,81,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3097e",endColorstr="#3f2051",GradientType=1);
  color: white;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 17px;
}

.copyright a {
  text-decoration: none;
  color: white;
}

/*  page mentions légales et données perso
========================================== */
#mentionlegalesetdonnees {
  margin-bottom: 250px;
}
.mentionsetdonnees {
  color: #E3097E;
  text-transform: uppercase;
  font-size: 25px;
}

.titre_mentions {
  color: #E3097E;
  text-transform: uppercase;
  font-size: 20px;
}



/*..............................................STYLE 991px.....*/
@media(max-width:991px){


.retirablelg {
  display: none;
}

.modifiable {
  display: none;
}

.bg_img{
  padding-bottom: 20px;

}

.bg_gris {
  padding-bottom: 20px;
}

.fd_blanc {
  padding-bottom: 130px;

}

#mention {
  padding-bottom: 100px;

}


}

/*...................................................STYLE 576px.....*/
@media(max-width:576px){

  nav {
    background-color: #efebe3;
  }


  .modifiable {
    display: block;
  }

  .bg_img {
      padding-bottom: 100px;
}

.roue {
  position: absolute;
  bottom: 290px;
  left: 10%;
  height: 280px;
  width: 280px;
}

.black {
  margin-bottom: 20px;
}

.creme {
  margin-top: -120px;
}

}
