body {
  font-family: "Noto Serif", Arial; }

ul {
  margin: 0;
  padding: 0; }

a {
  color: #9514ad;
  text-decoration: underline; }
  a:hover {
    color: #b319d0; }

h1, .h1-like,
h2, .h2-like,
h3, .h3-like,
h4, .h4-like,
h5, .h5-like,
h6, .h6-like {
  font-family: "Noto Serif", Arial; }

.btn--classic {
  border-radius: 20px;
  padding: 5px 25px;
  font-size: 1.5rem;
  font-style: italic;
  color: white;
  text-align: center; }
  .btn--classic:hover, .btn--classic:focus {
    background-color: #ccc;
    text-decoration: none; }
  .btn--classic:active {
    transform: translate(0px, 3px);
    -webkit-transform: transalte(0px, 3px);
    box-shadow: 0px 1px 0px 0px; }
.btn--black {
  background-color: #000;
  box-shadow: 0 5px 0 0 #ddd; }
  .btn--black:hover, .btn--black:focus {
    color: white;
    background-color: #404040;
    box-shadow: 0 5px 0 0 #ccc; }

.error {
  color: #c00e00; }

img.captcha {
  width: 150px;
  height: 40px; }

.captcha__reload {
  cursor: pointer; }

img.captcha__reload {
  width: 43px;
  height: 43px; }

.menu {
  display: inline-block;
  cursor: pointer; }

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
  transition: 0.4s; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px); }

.page {
  background-color: #fbc7de; }

.content-marges {
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 60px; }
  @media (max-width: 992px) {
    .content-marges {
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 40px; } }

.wrap {
  margin: 0 auto;
  width: 992px;
  background-color: white;
  overflow: hidden;
  box-shadow: 0 0 15px black; }
  @media (max-width: 992px) {
    .wrap {
      width: 100%; } }

@media (max-width: 992px) {
  [class*=" grid-"], [class^="grid-"] {
    display: block; } }
.colorpink {
  color: #dd0061; }

.contenu--texte {
  margin: 60px 60px 0 60px; }
  .contenu--texte h2, .contenu--texte .h2-like {
    margin: 25px 0 2px 0; }
  .contenu--texte h3, .contenu--texte .h3-like {
    margin: 22px 0 2px 0; }
  .contenu--texte h4, .contenu--texte .h4-like {
    margin: 20px 0 2px 0; }
  .contenu--texte h5, .contenu--texte .h5-like {
    margin: 18px 0 2px 0; }
  .contenu--texte h6, .contenu--texte .h6-like {
    margin: 15px 0 2px 0; }
  @media (max-width: 992px) {
    .contenu--texte {
      margin: 20px 20px 0 40px; } }

.contenu--texte-gauche {
  grid-template-columns: 210px auto; }

.contenu--texte-droite {
  grid-template-columns: auto 210px; }

.contenu {
  margin: 30px 60px; }
  .contenu__titre {
    display: flex; }
    @media (max-width: 992px) {
      .contenu__titre {
        flex-direction: column; } }
    .contenu__titre--text {
      margin: auto;
      color: #ed1e79;
      font-size: 34px;
      text-align: center;
      vertical-align: middle; }
      @media (max-width: 992px) {
        .contenu__titre--text {
          margin-top: 30px; } }
    .contenu__titre--image {
      width: 50%;
      display: flex;
      justify-content: center; }
      @media (max-width: 992px) {
        .contenu__titre--image {
          width: 100%; } }
  .contenu__citation {
    display: -ms-flexbox;
    display: flex;
    color: #9514ad;
    font-size: 24px; }
    @media (max-width: 576px) {
      .contenu__citation {
        width: 100%; } }
    .contenu__citation:before, .contenu__citation:after {
      content: "";
      flex: 1 1;
      border-bottom: 1px solid #9514ad;
      margin: auto; }
    .contenu__citation span {
      padding: 0 15px; }

.aside-left {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
  .aside-left--image {
    margin-top: 50px; }
    .aside-left--image:first-child {
      margin-top: 0; }
  @media (max-width: 992px) {
    .aside-left {
      display: none; } }

.contenu--info-generic {
  margin: 60px 60px 0 60px; }

.info {
  padding: 10px 20px 30px 20px;
  border: 1px solid #615b2c; }
  @media (max-width: 992px) {
    .info {
      margin-top: 30px; } }
  @media (max-width: 992px) {
    .info:first-child {
      margin-top: 0; } }
  .info__titre {
    text-align: center;
    color: #ed1e79;
    font-size: 30px; }
  .info__contenu {
    margin-top: 20px; }

.header {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 60px auto; }
  @media (max-width: 992px) {
    .header {
      border-bottom: 1px solid black; } }
  .header__logo {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    margin: 15px; }
  .header__contact {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    width: 100%;
    height: 100%;
    display: table; }
    .header__contact--contenu {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      color: #ed1e79;
      font-size: 32px;
      font-style: italic;
      font-weight: bold; }
    .header__contact--icon {
      margin: 0 6px; }
    @media (max-width: 992px) {
      .header__contact {
        margin-top: 30px; } }
  .header__langues {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    height: 100%;
    display: table; }
    .header__langues--contenu {
      display: table-cell;
      vertical-align: middle; }
      .header__langues--contenu span {
        padding: 10px;
        border-bottom: 1px solid black; }
        .header__langues--contenu span a {
          color: #212529;
          margin-left: 5px;
          margin-top: 2px;
          text-decoration: none; }
          .header__langues--contenu span a:hover {
            text-decoration: none; }
    @media (max-width: 991px) {
      .header__langues {
        display: none; } }
    .header__langues--mobile {
      margin: 0 0 0 auto; }
  .header__description {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 3;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: table; }
    .header__description--contenu {
      display: table-cell;
      text-align: right;
      vertical-align: bottom; }
    .header__description--resume {
      font-weight: bold;
      font-size: 22px;
      color: #6b6b6b; }
      .header__description--resume p {
        margin-bottom: 0; }
    @media (max-width: 992px) {
      .header__description {
        margin-top: 20px; }
        .header__description--contenu {
          text-align: center; } }
  .header-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.navigation {
  background-color: black; }
  .navigation__block {
    align-items: center;
    justify-content: center;
    height: 36px; }
  .navigation__cell {
    flex: auto;
    vertical-align: middle;
    position: relative;
    margin-left: 1px; }
    .navigation__cell:after {
      content: "";
      background: white;
      position: absolute;
      bottom: 22%;
      left: -1px;
      height: 55%;
      width: 1px; }
    .navigation__cell:first-child {
      margin-left: 0; }
    .navigation__cell:first-child:after {
      content: none; }
    .navigation__cell a:hover, .navigation__cell a:focus, .navigation__cell.navigation__active a {
      background-color: #9514ad;
      color: white;
      text-decoration: none; }
  .navigation__lien {
    display: block;
    padding: 6px;
    color: white;
    text-decoration: none; }
    .navigation__lien:hover {
      color: white;
      text-decoration: none; }
  @media (max-width: 992px) {
    .navigation {
      display: none; } }
  .navigation-responsive {
    background-color: white; }
    .navigation-responsive__block {
      display: none;
      text-align: center; }
      @media (max-width: 576px) {
        .navigation-responsive__block {
          text-align: left; } }
    .navigation-responsive__cell a:hover, .navigation-responsive__cell a:focus, .navigation-responsive__cell.navigation__active a {
      background-color: #9514ad;
      color: white;
      text-decoration: none; }
    .navigation-responsive__lien {
      display: block;
      padding: 6px;
      color: #212529;
      text-decoration: none; }
      .navigation-responsive__lien:hover {
        color: #212529;
        text-decoration: none; }

.links-container {
  justify-content: center;
  margin: 60px; }
  .links-container__link {
    margin: 0 10px;
    text-decoration: none; }
  @media (max-width: 992px) {
    .links-container {
      width: 50%;
      margin: 60px auto 40px; }
      .links-container__link {
        width: 100%;
        margin: 20px 0 0; }
        .links-container__link:first-child {
          margin-top: 0; } }

.footer {
  -ms-grid-columns: auto 0.8fr auto;
  grid-template-columns: auto 0.8fr auto;
  background-color: #f0f0f0;
  border-top: solid 1px black;
  padding: 10px 15px; }
  .footer a {
    color: #212529;
    text-decoration: none; }
    .footer a:hover {
      color: #212529;
      text-decoration: underline; }
  .footer__liens {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .footer__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
  .footer__contact {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .footer__copyrights {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    border-top: solid 1px black; }
    .footer__copyrights--createur-site {
      font-size: 1.35rem; }
    @media (max-width: 992px) {
      .footer__copyrights {
        border-top: none; }
        .footer__copyrights:before {
          content: "";
          display: block;
          width: 66%;
          background-color: black;
          height: 1px;
          margin: 0 auto; } }
  .footer__entreprise {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-row-span: 3;
    grid-column: 3 / 3; }
  .footer ul {
    list-style: none;
    padding-left: 0; }
  @media (max-width: 992px) {
    .footer__cell, .footer__copyrights, .footer__entreprise, .footer__contact {
      text-align: center; }
    .footer section {
      margin-top: 20px; }
    .footer__liens, .footer__contact {
      font-size: 1.7rem; }
    .footer__contact {
      border-top: none; } }

.accueil {
  background-color: #dbecbb;
  overflow: hidden; }
  .accueil__bloc {
    margin: 0 auto;
    width: 90%;
    box-shadow: 0 0 15px black;
    background-color: white; }
    @media (max-width: 992px) {
      .accueil__bloc {
        margin: 10px auto; } }
    .accueil__bloc:nth-child(3n+1) {
      -ms-grid-column: 1; }
    .accueil__bloc:nth-child(3n+2) {
      -ms-grid-column: 2; }
    .accueil__bloc:nth-child(3n) {
      -ms-grid-column: 3; }
  .accueil__image {
    max-width: 255px;
    margin: 0 auto; }
  .accueil__description {
    margin: 10px; }
  .accueil__bloc-ligne {
    width: 100%; }
  .accueil__bloc-bas {
    margin: 0 auto;
    width: 60%;
    background-color: white;
    box-shadow: 0 0 15px black; }
    @media (max-width: 992px) {
      .accueil__bloc-bas {
        width: 90%; } }
    .accueil__bloc-bas-container {
      width: 48%;
      display: flex;
      margin: auto;
      overflow: hidden; }
      @media (max-width: 992px) {
        .accueil__bloc-bas-container {
          width: initial; } }
      .accueil__bloc-bas-container-description {
        margin: 10px; }

.accueil__container {
  margin: 60px auto;
  font-size: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr; }
  @media (max-width: 992px) {
    .accueil__container {
      display: flex;
      flex-direction: column; } }

@media (max-width: 992px) {
  .contact__container {
    display: flex;
    flex-direction: column; } }
.contact__block {
  margin: auto; }
  @media (max-width: 992px) {
    .contact__block {
      margin: 10px auto; } }
  .contact__block--coordonnees {
    font-size: 20px;
    font-weight: bold;
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .contact__block--coordonnees a {
      color: #212529;
      text-decoration: none; }
      .contact__block--coordonnees a:hover {
        color: #212529;
        text-decoration: underline; }
  .contact__block--formulaire {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
  .contact__block--carte {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .contact__block--liens {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
  .contact__block input[type="text"], .contact__block input[type="email"], .contact__block textarea {
    margin-top: 5px;
    padding: 2px 10px;
    width: 100%;
    height: 28px;
    font-style: italic; }
  .contact__block--checkbox {
    padding-right: 6px;
    text-align: justify;
    font-size: 1.3rem; }
  .contact__block--captcha {
    display: flex;
    justify-content: space-between;
    margin-top: 5px; }
    .contact__block--captcha input[type="text"] {
      width: 35%;
      margin-top: 8px; }

.btn--envoyer {
  color: white;
  background-color: black; }

.lien_image {
  margin: 0 2px; }

.lien_image:hover {
  text-decoration: none; }

.massage {
  display: block;
  margin-top: 40px;
  width: 100%;
  overflow: hidden; }
  .massage__titre {
    display: -ms-flexbox;
    display: flex;
    color: #5f5f5f;
    font-size: 32px; }
    @media (max-width: 576px) {
      .massage__titre {
        width: 100%; } }
    .massage__titre:after {
      content: "";
      flex: 1 1;
      border-bottom: 1px solid #5f5f5f;
      margin: auto; }
    .massage__titre span {
      margin: 0 15px 0 0;
      padding: 0; }
      @media (max-width: 576px) {
        .massage__titre span {
          margin: 0; } }
  @media (min-width: 576px) {
    .massage__image {
      width: 250px;
      float: right;
      margin: 0 0 15px 15px; } }
  @media (max-width: 575px) {
    .massage__image {
      display: flex;
      justify-content: center; } }
  .massage__sous-titre {
    margin-top: 5px;
    color: #5f5f5f;
    font-size: 20px; }
  .massage__description {
    margin-top: 20px;
    text-align: justify; }

.tarifs__container {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  font-size: 14px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr; }
  @media (max-width: 992px) {
    .tarifs__container {
      display: flex;
      flex-direction: column; } }

.tarif {
  width: 90%;
  box-shadow: 0 0 15px black;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .tarif {
      margin: 10px auto; } }
  .tarif:nth-child(3n+1) {
    -ms-grid-column: 1; }
  .tarif:nth-child(3n+2) {
    -ms-grid-column: 2; }
  .tarif:nth-child(3n) {
    -ms-grid-column: 3; }
  .tarif__image {
    display: flex;
    justify-content: space-around;
    overflow: hidden; }
  .tarif__entete {
    margin: 20px 10px 10px; }
  .tarif__titre {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; }
  .tarif__emplacement {
    font-weight: bold; }
  .tarif__a_partir_de {
    flex: auto; }
    .tarif__a_partir_de--prix {
      color: #9514ad;
      font-weight: bold; }
  .tarif__description {
    margin: 10px; }
  .tarif__buttons {
    margin: 10px;
    display: flex;
    justify-content: space-between; }
    .tarif__buttons a {
      color: #fff; }
    .tarif__buttons--info {
      color: #fff;
      border-radius: 0;
      background-color: #9514ad;
      font-size: 16px;
      font-style: italic; }
      .tarif__buttons--info:hover {
        background-color: #b319d0;
        text-decoration: none; }

.modal-en-savoir-plus {
  max-width: 768px; }

.line--texte {
  margin: 12px 0; }
