/* Général */
h4,
h5 {
  color: #825c40;
}
.couleurAhsap {
  color: #825c40;
  white-space: nowrap;
}

.couleurLien {
  color: white;
}

.mevlana-hr {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mevlana-hr img {
  width: 20%;
}

#hr2 {
  width: 50%;
  height: 2px;
  color: white;
  margin: 1rem auto;
}

.entre-specialites {
  width: 50%;
  height: 2px;
  color: white;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#burger-menu-img {
  width: 35px;
}

.padding-scroll {
  padding-top: 5.6rem;
}

.padding-menu {
  padding-bottom: 4rem !important;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

/********** Template CSS **********/
:root {
  --primary: #825c40;
  --light: white;
  --dark: black;
}

.ff-secondary {
  font-family: "Montserrat", cursive;
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  left: -55px;
  margin-top: -1px;
  background: #825c40;
}

.section-title::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
  display: none;
}

/*** Hero Header ***/
.hero-header {
  background-image: url("../img/mevlana-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 650px;
}

.mycolor {
  position: relative;
  top: 340px;
  left: 30px;
  color: #723800;
  background-color: rgba(255, 255, 255, 0.738);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.mycolor:hover {
  color: white;
  background-color: #723800;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  position: relative;
  margin-left: 25px;
  padding: 35px 0;
  font-size: 15px;
  color: var(--light) !important;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #825c40 !important;
}

.navbar-dark .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top.navbar-dark .navbar-brand img {
  max-height: 45px;
}

/* La spécialité */
#la-specialite {
  background-image: url("../img/bg-dark.jpg");
}

#la-specialite h1,
#la-specialite p {
  color: white;
}

.img_specialite {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  width: 100%;
}

#img_specialite2 {
  width: 100%;
}

#img_specialite2:hover {
  transform: scale(1.05);
  transition: 1s;
}

#img_specialite3 {
  width: 80%;
  display: block;
  margin: 0 auto;
}

#img_specialite3:hover {
  transform: scale(1.15);
  transition: 1s;
}

.prix-specialite-mevlana {
  font-size: 1.5rem;
  color: #da7126 !important;
}

/*** Food Menu ***/
.nav-pills .nav-item .active {
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px !important;
}

/* Contact & Accès */
iframe {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#mail-a {
  width: 50%;
  padding-top: 2rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mail-a a {
  color: #825c40;
  border: 1px solid #825c40;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#mail-a a:hover {
  background: #825c40;
  color: white;
  transition: 0.4s;
}

.envoi-mail {
  width: 45%;
  margin: 0 auto;
}

.map {
  width: 50%;
  text-align: center;
}

iframe {
  text-align: center;
}

/*** Footer ***/
.myFooter {
  background: black;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

.horaires p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.lien-reseaux {
  width: 100%;
}

.instagram {
  width: 4rem;
}

#copyright {
  text-align: center;
  margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 991px) {
  .navbar {
    background: black !important;
  }

  .navbar-dark .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-dark .navbar-nav .nav-link,
  .sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
  }
  .navbar-dark .navbar-brand img {
    max-height: 45px;
  }
  .mevlana-hr img {
    width: 30%;
  }
  .specialite {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .specialite-mixte {
    display: flex !important;
    flex-direction: column !important;
  }
  .img_specialite {
    width: 100%;
  }
  .specialite h5 {
    padding-top: 3rem;
  }
  .specialite-mevlana {
    width: 90%;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .specialite-mevlana2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .container-mail {
    display: flex;
    flex-direction: column;
  }
  .envoi-mail {
    width: 95%;
  }
  .map {
    width: 100% !important;
    margin: 0 auto;
  }
  .titre-specialite-mixte {
    padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .navbar-dark {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: transparent !important;
  }
  .sticky-top.navbar-dark {
    position: fixed;
    background: var(--dark) !important;
  }
  .specialite-mevlana {
    width: 90%;
    margin-left: 3rem;
    margin-top: 3rem;
  }
  .specialite-mevlana2 {
    width: 90%;
    margin-left: 3rem;
  }
  .container-img-specialite {
    width: 40%;
  }

  .description-specialite {
    width: 60%;
  }
}

@media (min-width: 1400px) {
  .navbar-dark {
    background: var(--dark) !important;
  }
}