html {
  scroll-behavior: smooth;
}

a.ash-no-dec {
  text-decoration: none;
}

.ash-pic {
  width: 100% !important;
}
.ash-pic.r11 {
  aspect-ratio: 1/1 !important;
}
.ash-pic.r32 {
  aspect-ratio: 3/2 !important;
}
.ash-pic.r43 {
  aspect-ratio: 4/3 !important;
}
.ash-pic.r169 {
  aspect-ratio: 16/9 !important;
}
.ash-pic img, .ash-pic video, .ash-pic iframe {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
.ash-pic.rounded img {
  border-radius: 30px;
}
.ash-pic.circle img {
  border-radius: 300px;
}
.ash-pic.special-left-top img {
  border-radius: 0 30px 30px 30px;
}
.ash-pic.special-right-top img {
  border-radius: 30px 0 30px 30px;
}
.ash-pic.special-left-bottom img {
  border-radius: 30px 30px 30px 0;
}
.ash-pic.special-right-bottom img {
  border-radius: 30px 30px 0 30px;
}

.ash-h100 {
  height: 100% !important;
}

.ash-card {
  box-shadow: 3px 3px 7px rgb(203.5, 214.4943820225, 255);
  border-radius: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  section#home div.banner-text h1 {
    font-size: 1.8rem !important;
    line-height: 2.8rem !important;
    margin-bottom: 15px !important;
  }
  section#home div.banner-text p {
    font-size: 0.9rem !important;
    line-height: 1.7rem !important;
  }
  section#home div.banner-text div.buttons {
    margin-top: 15px !important;
    margin-bottom: 18px;
  }
  section#home div.banner-text div.buttons a {
    padding: 8px 20px !important;
  }
  section#about div.whoami h2 {
    padding: 0 15px !important;
    font-size: 1rem !important;
    line-height: 1.8rem !important;
  }
  section#about div.whoami p {
    margin-top: calc(1.8rem + 20px) !important;
    font-size: 0.8rem !important;
    line-height: 1.6rem !important;
  }
  section#about div.intro img {
    width: 50% !important;
  }
  section#about div.col-lg-7 {
    margin-bottom: 25px;
  }
  section#about div.parcours h2 {
    font-size: 1.1rem !important;
    line-height: 1.8rem !important;
  }
  section#about div.parcours p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
  section#about div.values h2 {
    font-size: 1.1rem !important;
    line-height: 1.8rem !important;
  }
  section#about div.values p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  div.section-title h1::before {
    content: none !important;
  }
  div.section-title h1::after {
    content: none !important;
  }
  section#home div.banner-text h1 {
    font-size: 1.8rem !important;
    line-height: 2.8rem !important;
    margin-bottom: 15px !important;
  }
  section#home div.banner-text p {
    font-size: 0.9rem !important;
    line-height: 1.7rem !important;
  }
  section#home div.banner-text div.buttons {
    margin-top: 15px !important;
    margin-bottom: 18px;
  }
  section#home div.banner-text div.buttons a {
    padding: 8px 20px !important;
  }
  section#about div.whoami h2 {
    padding: 0 15px !important;
    font-size: 1rem !important;
    line-height: 1.8rem !important;
  }
  section#about div.whoami p {
    margin-top: calc(1.8rem + 20px) !important;
    font-size: 0.8rem !important;
    line-height: 1.6rem !important;
  }
  section#about div.intro img {
    width: 50% !important;
  }
  section#about div.col-lg-7 {
    margin-bottom: 25px;
  }
  section#about div.parcours h2 {
    font-size: 1.1rem !important;
    line-height: 1.8rem !important;
  }
  section#about div.parcours p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
  section#about div.values h2 {
    font-size: 1.1rem !important;
    line-height: 1.8rem !important;
  }
  section#about div.values p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
  section#tarifs .col-lg-6:first-of-type {
    padding-right: 0 !important;
  }
  section#tarifs .col-lg-6:nth-of-type(2) {
    padding-left: 10px !important;
  }
  section#tarifs .wrapper {
    padding: 35px 15px !important;
  }
  section#tarifs .wrapper .intro p {
    font-size: 0.9rem !important;
    line-height: 1.6rem !important;
  }
  section#tarifs .wrapper ul li {
    font-size: 0.9rem;
    line-height: 1.6rem !important;
  }
  section#tarifs .carte {
    box-shadow: none !important;
    padding: 15px !important;
  }
  section#tarifs .carte h2 {
    font-size: 1rem !important;
  }
}
@font-face {
  font-family: rhdoc-logo-font;
  src: url(../fonts/rhdoc-font/static/logo-font.ttf);
}
header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}
header a {
  text-decoration: none;
}
header h1 {
  font-family: rhdoc-logo-font;
  color: #c88468;
  font-size: 2rem;
  vertical-align: middle;
}
header a.logoo img {
  height: 70px;
  line-height: 80px !important;
  width: auto;
}
header nav ul {
  padding: 0 !important;
  margin-bottom: 0 !important;
  list-style: none;
}
header nav ul li {
  display: inline-block;
  margin-left: 30px;
  padding: 0 !important;
}
header nav ul li a {
  color: #000;
  text-decoration: none;
}
header nav ul li a:hover {
  color: #c88468;
  border-bottom: 2px solid #c88468;
  padding: 10px 0;
}
header .mobile-nav ul {
  padding: 0 !important;
  list-style: none;
}
header .mobile-nav ul li {
  padding: 12px 0;
}
header .mobile-nav ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
header .mobile-nav ul li a:hover {
  color: #c88468;
  border-bottom: 2px solid #c88468;
}
header hr {
  margin: 0 !important;
  height: 5px;
  border: none !important;
  background-color: #552200;
  opacity: 1;
  border-radius: 5px;
}

section:not(#home):not(#contact) {
  padding-top: 130px;
  margin-top: -80px;
}

div.section-title h1 {
  color: #c88468;
}
div.section-title h1 span {
  display: inline-block;
  padding: 0 50px;
  font-size: 400;
  font-size: 1.7rem;
}
div.section-title h1::before {
  content: url(../images/svg/title-before.svg);
}
div.section-title h1::after {
  content: url(../images/svg/title-after.svg);
}

section#home div.banner-pic {
  padding-left: 55px;
}
section#home div.banner-pic img {
  width: 90%;
}
section#home div.banner-text {
  padding-right: 55px;
}
section#home div.banner-text h1 {
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 700;
  font-family: Arial;
  margin-bottom: 20px;
}
section#home div.banner-text h1 span {
  color: #c88468;
}
section#home div.banner-text p {
  font-size: 1.2rem;
  line-height: 2rem;
}
section#home div.banner-text div.buttons {
  margin-top: 35px;
}
section#home div.banner-text div.buttons a {
  padding: 10px 30px;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
}
section#home div.banner-text div.buttons a.services {
  background-color: #c88468;
  margin-right: 25px;
  transition: 200ms linear;
}
section#home div.banner-text div.buttons a.services:hover {
  background-color: #552200;
  transition: 200ms linear;
}
section#home div.banner-text div.buttons a.contact {
  background-color: #555;
  transition: 200ms linear;
}
section#home div.banner-text div.buttons a.contact:hover {
  background-color: #222;
  transition: 200ms linear;
}
section#home div.banner-services {
  min-height: 60px;
  background-color: #f5f5f5;
}
section#home div.banner-services img {
  width: 65px;
  height: auto;
}
section#home div.banner-services span {
  display: inline-block;
  margin-top: 2vh;
  font-weight: 700;
  font-size: 0.9rem;
  color: #999;
}

section#about div.whoami {
  position: relative;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 15px -15px 0 #ebc8c6;
  padding: 20px 20px 25px 20px;
  border-left: 1px solid #c88468;
  border-bottom: 1px solid #c88468;
}
section#about div.whoami h2 {
  position: absolute;
  display: inline-block !important;
  padding: 0 25px;
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: 700;
  top: 20px;
  left: -20px;
  background-color: #c88468;
  color: #fff;
  border-radius: 5px;
}
section#about div.whoami p {
  margin-top: calc(2.5rem + 20px);
  line-height: 2rem;
}
section#about div.intro img {
  width: 35%;
  height: auto;
}
section#about div.intro div {
  display: block !important;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.7rem;
}
section#about div.video {
  background-color: #3b3b3b;
}
section#about div.video .ash-pic {
  width: 50% !important;
}
section#about div.parcours {
  background-color: #f9f9f9;
  height: 100% !important;
}
section#about div.parcours h2 {
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: 700;
}
section#about div.values {
  background-color: #3b3b3b;
  color: #fff;
  height: 100% !important;
}
section#about div.values h2 {
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: 700;
}

section#prestations .intro {
  font-size: 0.9rem;
  line-height: 1.7rem;
  color: #555;
  font-style: italic;
}
section#prestations .service-wrapper {
  border: 0.3px solid #efefef;
  box-shadow: 0 -5px 0 #c88468;
  border-radius: 15px;
  padding: 20px;
}
section#prestations .service-wrapper h2 {
  color: #c88468;
  font-weight: 700;
  font-size: 1.2rem;
}
section#prestations .service-wrapper h3 {
  color: #c88468;
  font-weight: 600;
  font-size: 1rem;
}
section#prestations .service-wrapper img {
  margin-top: 10px;
  margin-bottom: 25px;
  max-width: 65%;
  height: auto;
}
section#prestations .service-wrapper p {
  font-size: 0.85rem;
  line-height: 1.6rem;
  color: #777;
}
section#prestations .service-wrapper.with-bg {
  background-color: #c88468 !important;
}
section#prestations .service-wrapper.with-bg h2, section#prestations .service-wrapper.with-bg h3, section#prestations .service-wrapper.with-bg p {
  color: #fff !important;
}

section#tarifs .col-lg-6:first-of-type {
  padding-right: 35px !important;
}
section#tarifs .col-lg-6:nth-of-type(2) {
  padding-left: 30px;
}
section#tarifs .wrapper {
  background-color: #552200;
  color: #fff;
  border-radius: 30px;
  padding: 55px 45px;
}
section#tarifs .wrapper .intro p {
  font-size: 1rem;
  line-height: 1.8rem;
}
section#tarifs .wrapper ul li {
  line-height: 2rem !important;
}
section#tarifs .wrapper .intro a {
  display: inline-block;
  padding: 12px 35px;
  color: #552200;
  font-size: 0.9rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 25px;
  transition: background-color 200ms linear;
}
section#tarifs .wrapper .intro a:hover {
  background-color: #552200;
  color: #fff;
  border: 1px solid #fff;
  padding: 11px 35px;
  transition: background-color 200ms linear;
}
section#tarifs .wrapper .carte {
  background-color: #fff;
  box-shadow: -8px -8px #c88468;
  padding: 30px;
  min-height: 80px;
  border-radius: 8px;
}
section#tarifs .wrapper .carte h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #552200 !important;
}
section#tarifs .wrapper .carte ul {
  color: #333 !important;
  font-size: 0.9rem;
}

section#contact {
  background-color: #faf8fb;
  padding: 30px 0;
}
section#contact .container {
  padding-top: 50px;
  margin-top: -10px;
}
section#contact h2 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #777;
}
section#contact div.intro p {
  line-height: 1.9rem;
}
section#contact div.intro p span {
  color: #777;
}
section#contact div.form .wrapper {
  background-color: #fff;
  border: 1px solid #c88468;
  box-shadow: 7px -7px 0 #c88468;
  padding: 35px;
  border-radius: 8px;
}
section#contact div.form .wrapper input {
  height: 30px;
  line-height: 30px;
}
section#contact div.form .wrapper textarea {
  height: 100px;
}
section#contact div.form .wrapper input, section#contact div.form .wrapper textarea {
  border: 1px solid #efefef;
  width: 100%;
  border-radius: 7px;
  font-size: 0.9rem;
  padding: 0 10px;
}
section#contact div.form .wrapper input::placeholder, section#contact div.form .wrapper textarea::placeholder {
  color: #888;
  font-size: 0.9rem;
  padding: 0 10px;
}
section#contact div.form .wrapper input:active, section#contact div.form .wrapper input:focus, section#contact div.form .wrapper textarea:active, section#contact div.form .wrapper textarea:focus {
  border: none !important;
  outline: none !important;
  box-shadow: 0 0 3px #c88468;
}
section#contact div.form .wrapper button {
  color: #fff;
  background-color: #c88468;
  border: none;
  border-radius: 40px;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 8px 35px;
  display: inline-block;
  transition: all 200ms linear;
}
section#contact div.form .wrapper button:hover {
  background-color: #552200;
  transition: all 200ms linear;
}

footer {
  background-color: #552200;
  padding: 36px 0 15px 0;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .social a {
  display: inline-block;
  margin: 0 10px;
}
footer .social img {
  height: 35px;
  width: auto;
  transition: all 200ms linear;
}
footer .social img:hover {
  opacity: 0.5;
  transition: all 200ms linear;
}
footer .links a:hover {
  color: #c88468;
}
footer .toAsh {
  font-style: italic;
  font-size: 0.9rem;
}
footer .toAsh a {
  text-decoration: none;
  color: #d4a08a;
  opacity: 0.8;
}
footer .toAsh a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 1;
}

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