html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.show_mobile {
  display: none;
}

.titreSection {
  font-family: "Pacifico", cursive;
  color: #A66D31;
  position: absolute;
  font-size: 39px;
  top: 20px;
  text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
}

.left {
  float: left;
}

.right {
  float: right;
}

footer {
  color: red;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}
footer .container {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar {
  padding: 0px;
  padding-left: 5px;
  margin-bottom: 20px;
  background-color: rgba(212, 213, 196, 0.7215686275) !important;
}
.navbar > #navbarSupportedContent > ul > li.nav-item.active > a {
  color: #383398;
  font-weight: bold;
  text-decoration: underline #383398;
}

#container {
  margin: 0 auto;
  max-width: 1050px;
}

h1 {
  font-size: 39px;
  margin-top: 20px;
}

h2 {
  font-size: 2em;
  margin-top: 15px;
}

h3 {
  font-size: 1.5em;
  margin-top: 10px;
}

.titreRecette {
  color: #4F1313;
  font-size: 29px;
}

.slide {
  height: calc(90vh - 65.5px);
  width: 100%;
  padding: 50px;
  position: relative;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

#slide1_chevaux {
  background: url(../img/slide1_chevaux.jpg) center 0 no-repeat fixed;
  background-size: cover;
}

#slide2_chevaux {
  background: url(../img/slide2_chevaux.jpg) center 0 no-repeat fixed;
  background-size: cover;
}

#slide3_chevaux {
  background: url(../img/slide3_chevaux.jpg) center 0 no-repeat fixed;
  background-size: cover;
}

#back {
  background: url(../img/back.jpg) center 0 no-repeat fixed;
  background-size: cover;
}

#slide1_contact {
  background: url(../img/slide1_contact.jpg) center 0 no-repeat fixed;
  background-size: cover;
}

#slide1 {
  background: url(../img/slide1.jpg) center 0 no-repeat fixed;
  background-size: cover;
}

#slide2 {
  background: url(../img/slide2.jpg) center 0 no-repeat fixed;
  background-size: cover;
}

#slide3 {
  background: url(../img/slide3.jpg) center 0 no-repeat fixed;
  background-size: cover;
}

#slide1_accueil {
  background: url(../img/slide1_accueil.jpg) center 0 no-repeat fixed;
  background-size: cover;
}

#slide2_accueil {
  background: url(../img/slide2_accueil.jpg) center 0 no-repeat fixed;
  background-size: cover;
}

#slide3_accueil {
  background: url(../img/slide3_accueil.jpg) center 0 no-repeat fixed;
  background-size: cover;
}

.text_slide_inside {
  width: 700px;
  color: #c4c0c0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  position: absolute;
  font-size: 16px;
  bottom: 20px;
}

.text_slide_inside_up {
  bottom: unset;
  top: 20px;
}

.text_slide_inside_right {
  right: 20px;
}

.titreRecette {
  color: #4F1313;
  font-size: 29px;
}

.recette {
  border: 1px dotted black;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 30px;
}

div.titreRecette {
  background-color: rgba(166, 109, 49, 0.3607843137);
  padding: 10px;
  padding-top: 70px;
  text-align: center;
}

section.recette > div > h1 {
  font-family: "Pacifico", cursive;
  margin: 0;
  font-size: 30px;
}

section.recette > div > h2 {
  margin-top: 10px;
  font-size: 16px;
}

div.contenuRecette > h3 {
  font-size: 18px;
}

div.contenuRecette {
  padding: 10px;
}

.imgRecette {
  position: absolute;
  margin-top: -50px;
  margin-left: -100px;
  left: calc(50% + 60px);
  height: 120px;
  border: 2px solid #4F1313;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.imgRecette > img {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
