html {
  box-sizing: border-box;
}

*, :before, :after {
  box-sizing: inherit;
}

body {
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

a, a:hover {
  transition: color .2s ease-in, background .2s ease-in;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.wrapper-color {
  background-color: #ebebeb;
  margin: 25px 0;
  padding: 50px;
}

@media (width <= 768px) {
  .wrapper-color {
    padding: 35px;
  }
}

@media (width <= 599px) {
  .wrapper-color {
    padding: 25px;
  }
}

blockquote {
  color: #56514b;
  background-color: #f5f5f5;
  border-radius: 20px;
  margin: 25px 0;
  padding: 50px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2rem;
}

@media (width <= 1024px) {
  blockquote {
    padding: 30px;
  }
}

@media (width <= 768px) {
  blockquote {
    padding: 25px;
  }
}

.text-center {
  text-align: center;
}

.error-404 {
  text-align: center;
  margin: 150px 0;
  padding: 25px;
  font-family: Work Sans;
}

.testimony a.active {
  color: #e2ded3;
  background-color: #56514b;
}

.testimony a {
  color: #56514b;
  padding: 5px 15px;
  font-size: 1.125rem;
  text-decoration: underline;
}

.testimony a:hover {
  color: #e2ded3;
  background-color: #56514b;
  border-radius: 5px;
  text-decoration: none;
}

.m-top-40 {
  margin-top: 40px;
}

.testimony {
  width: 100%;
  justify-content: space-around;
  display: flex;
}

.testimony blockquote {
  max-width: 45%;
}

@media (width <= 768px) {
  .testimony blockquote {
    max-width: 100%;
  }
}

.testimony blockquote p {
  margin-left: 0;
  margin-right: 0;
}

.align-right {
  text-align: right;
}

.img-cabinet {
  max-width: 400px;
  margin: auto;
}

.flex-row {
  flex-flow: wrap;
  justify-content: space-around;
  display: flex;
}

.flex-row-between {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

@media (width <= 768px) {
  .flex-row-between {
    flex-direction: column;
  }
}

.flex-row-to-col {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

@media (width <= 768px) {
  .flex-row-to-col {
    flex-direction: column;
  }
}

.flex-row-to-col-reverse {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

@media (width <= 768px) {
  .flex-row-to-col-reverse {
    flex-flow: column-reverse;
  }
}

.container {
  flex-direction: column;
  display: flex;
}

@media (width >= 1400px) {
  .container {
    width: 1400px;
    padding: 0 15px;
  }
}

@media (width >= 600px) and (width <= 1399px) {
  .container {
    padding: 0 15px;
  }
}

@media (width <= 599px) {
  .container {
    padding: 0;
  }
}

header {
  width: 100%;
  justify-content: center;
  font-family: Work Sans, sans-serif;
  display: flex;
}

header .wrapper {
  flex-direction: column;
  display: flex;
}

header .wrapper .logo {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

header .wrapper .logo a {
  color: #ec7e00;
  padding: 15px;
  text-decoration: none;
}

header .wrapper .logo a h1 {
  text-align: center;
  color: #56514b;
  margin: 0;
  padding: 0;
  font-size: 2.75rem;
  font-weight: 300;
}

@media (width >= 415px) and (width <= 599px) {
  header .wrapper .logo a h1 {
    font-size: 2.5rem;
  }
}

@media (width <= 414px) {
  header .wrapper .logo a h1 {
    font-size: 2.25rem;
  }
}

@media (width <= 375px) {
  header .wrapper .logo a h1 {
    font-size: 2rem;
  }
}

@media (width <= 360px) {
  header .wrapper .logo a h1 {
    font-size: 1.875rem;
  }
}

header .wrapper .logo a h2 {
  text-align: center;
  color: #56514b;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 300;
}

@media (width >= 415px) and (width <= 599px) {
  header .wrapper .logo a h2 {
    font-size: 1.125rem;
  }
}

@media (width <= 414px) {
  header .wrapper .logo a h2 {
    font-size: 1rem;
  }
}

@media (width <= 375px) {
  header .wrapper .logo a h2 {
    font-size: .875rem;
  }
}

@media (width <= 360px) {
  header .wrapper .logo a h2 {
    font-size: .875rem;
  }
}

header .wrapper .menu {
  justify-content: center;
  display: flex;
}

header .wrapper .menu ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
}

header .wrapper .menu ul li {
  margin: 0 35px 0 0;
  padding: 0;
}

@media (width <= 414px) {
  header .wrapper .menu ul li {
    margin-right: 22px;
  }
}

header .wrapper .menu ul li:last-child {
  margin-right: 0;
}

header .wrapper .menu ul li a.active {
  color: #e2ded3;
  background-color: #56514b;
  border: none;
  border-radius: 5px;
}

header .wrapper .menu ul li a {
  color: #56514b;
  border-radius: 5px;
  padding: 5px 12px;
  font-size: 1.125rem;
  text-decoration: none;
}

header .wrapper .menu ul li a:hover {
  color: #e2ded3;
  background-color: #56514b;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}

@media (width <= 414px) {
  header .wrapper .menu ul li a {
    letter-spacing: -.04em;
    font-size: .875rem;
  }
}

footer {
  width: 100%;
  color: #56514b;
  background-color: #ebebeb;
  flex-direction: column;
  margin: 50px 0 0;
  padding: 25px;
  font-family: Work Sans;
  display: flex;
}

footer .contact {
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (width <= 414px) {
  footer .contact {
    flex-direction: column;
    padding-bottom: 30px;
    padding-right: 0;
  }
}

footer .contact .image a {
  color: none;
  background-color: none;
  margin: 0 15px 0 0;
  padding: 0;
  display: flex;
}

footer .contact .image a:hover {
  color: none;
  background-color: #0000;
}

footer .contact .image a img {
  width: 150px;
  height: auto;
}

@media (width <= 414px) {
  footer .contact .image a {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

footer .contact .content {
  flex-direction: column;
  display: flex;
}

@media (width <= 414px) {
  footer .contact .content {
    align-items: center !important;
  }
}

footer .contact p {
  color: #56514b;
  margin: 30px 0 0;
  padding: 0 15px;
  font-size: 1.125rem;
  font-weight: 500;
}

footer .contact p:first-child {
  margin: 0;
}

footer .contact a {
  color: #56514b;
  padding: 5px 15px;
  font-size: .9375rem;
  text-decoration: none;
}

footer .contact a:hover {
  text-decoration: underline;
}

footer .menu-legal {
  margin: 30px auto 0;
  padding: 0;
}

@media (width <= 414px) {
  footer .menu-legal {
    margin: 0 auto;
  }
}

footer .menu-legal li {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .menu-legal li a {
  color: #56514b;
  padding: 5px 15px;
  font-size: .875rem;
  text-decoration: none;
}

footer .menu-legal li a:hover {
  text-decoration: underline;
}

.headband-wide {
  margin: 30px 0;
  font-family: Work Sans, sans-serif;
  display: flex;
  position: relative;
}

.headband-wide .title {
  width: 30%;
  background: linear-gradient(90deg, #000000d9 0%, #0000 100%);
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (width >= 1601px) {
  .headband-wide .title {
    width: 33%;
  }
}

@media (width >= 1024px) and (width <= 1600px) {
  .headband-wide .title {
    width: 40%;
  }
}

@media (width >= 600px) and (width <= 1024px) {
  .headband-wide .title {
    width: 40%;
  }
}

@media (width <= 599px) {
  .headband-wide .title {
    width: 50%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (width <= 359px) {
  .headband-wide .title {
    width: 60%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.headband-wide .title h1 {
  color: #fff;
  text-shadow: 0 0 1px #4b4b4b, 0 0 30px #3c3c3c;
  margin: 0;
  padding: 0 0 0 25px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.6rem;
}

@media (width >= 600px) and (width <= 1023px) {
  .headband-wide .title h1 {
    padding-left: 15px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (width >= 360px) and (width <= 599px) {
  .headband-wide .title h1 {
    padding-left: 15px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media (width <= 359px) {
  .headband-wide .title h1 {
    padding-left: 15px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.headband-wide .flex-column {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.headband-wide .img-pano {
  border-radius: 36px;
}

@media (width <= 599px) {
  .headband-wide .img-pano {
    border-radius: 0;
  }
}

.content {
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  font-family: Work Sans;
  display: flex;
}

.content h2 {
  color: #56514b;
  margin: 10px 0 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.content h3 {
  color: #56514b;
  margin: 40px 0 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.content p {
  color: #56514b;
  margin: 5px 0 15px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2rem;
}

.content p.nota {
  font-size: .875rem;
}

.content p.citation {
  color: #56514b;
  margin: 15px 0;
  padding: 0;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2rem;
}

.content p.strong {
  font-weight: 400;
}

.content ul {
  color: #56514b;
  margin: 5px 0 15px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2rem;
}

.contact-qui-suis-je {
  justify-content: top;
  text-align: center;
  flex-direction: column;
  padding: 15px;
  font-family: Work Sans;
  display: flex;
}

.contact-qui-suis-je a {
  color: #56514b;
  border-bottom: 1px solid #56514b;
  margin: 10px 0 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
  text-decoration: none;
}

.contact-qui-suis-je .icon-contact {
  height: 64px;
  opacity: .6;
}

.tuile-wrapper {
  flex-flow: wrap;
  justify-content: center;
  margin: 25px 0;
  display: flex;
}

.tuile {
  width: 320px;
  text-align: center;
  background-color: #e7e0d8;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 25px;
  padding: 15px 10px;
  display: flex;
}

@media (width <= 768px) {
  .tuile {
    width: 300px;
    margin: 15px;
  }
}

@media (width <= 599px) {
  .tuile {
    width: 320px;
    margin: 15px 0;
  }
}

.tuile img {
  height: 48px;
  opacity: .6;
}

.tuile p {
  margin: 0;
  padding: 0;
  font-size: 1.1125rem;
  line-height: 1.75rem;
}

a.button {
  color: #56514b;
  background-color: #e7e0d8;
  border-radius: 5px;
  padding: 5px 25px;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
}

a.button:hover {
  color: #e2ded3;
  background-color: #56514b;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}

@media (width <= 414px) {
  a.button {
    letter-spacing: -.04em;
    font-size: .875rem;
  }
}

.img-meditation {
  width: 300px;
  height: auto;
  border-radius: 36px;
  margin: 50px 0 0 15px;
}

@media (width <= 768px) {
  .img-meditation {
    width: 100%;
    margin: 25px 0 0;
  }
}

.section:first-child {
  margin-right: 100px;
}

@media (width <= 768px) {
  .section:first-child {
    margin-right: 0;
  }
}

.img-qui-suis-je {
  width: 300px;
  height: auto;
  border-radius: 36px;
  margin: 50px 0 0 15px;
}

@media (width <= 768px) {
  .img-qui-suis-je {
    width: 40%;
    margin: 25px auto 0;
  }
}

@media (width <= 499px) {
  .img-qui-suis-je {
    width: 50%;
    margin: 25px auto 0;
  }
}

.section {
  margin-right: 100px;
}

@media (width <= 768px) {
  .section {
    margin-right: 0;
  }
}

.section-center {
  text-align: center;
}

