/*NORMALIZE*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

.cf:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both; }

/*FONTS*/
/*COLORS*/
/*LAYOUTS & RESPONSIVE*/
body {
  font-size: 17px;
  line-height: 30px;
  font-family: "Josefin sans", sans-serif;
  padding: 0;
  margin: 0; }

.cf:after {
  display: block;
  height: 0;
  width: 0;
  content: ""; }

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2em;
  font-family: "Quicksand", sans-serif; }
  .title span {
    color: #A3A04F; }
  .title .span--small {
    font-size: 36px;
    line-height: 1.2em;
    display: block; }

.menu--info {
  background: #272823;
  padding: 10px 0 10px;
  font-size: 15px;
  color: #ffffff;
  width: 100%; }

.menu--info .container {
  max-width: 800px; }

.menu--info p {
  margin: 0;
  text-align: center; }
  .menu--info p .phone {
    padding-left: 20px;
    padding-right: 40px;
    background: url(../img/phone.png) center left no-repeat;
    background-size: contain; }
  .menu--info p .address {
    padding-left: 20px;
    padding-right: 40px;
    background: url(../img/location.png) center left no-repeat;
    background-size: contain; }
  .menu--info p .mail {
    padding-left: 30px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    background: url(../img/mail.png) center left no-repeat;
    background-size: contain;
    transition: .2s ease; }
    .menu--info p .mail:hover {
      color: #A3A04F; }
.menu--el__cont{
    position: relative;
}
.menu--el__cont:hover .submenu{
    display: block;
}
.submenu{
    display: none;
    padding : 10px 2px 10px 10px;
    position: absolute;
    background: #ffffff;
    width: 100%;
    box-shadow: 0px 2px 3px  rgba(180,180,180,.5);
    box-sizing: border-box;
}
.menu--container .submenu a,
.menu--container .submenu li{
    font-size: 15px;
    line-height: 1.6em;
}
.menu--container .submenu a:hover{
    color:#A3A04F;
}

.title--logo {
  margin: 0;
  float: left; }
  .title--logo:after {
    display: block;
    content: "";
    width: 150px;
    height: 50px;
    background: url(../img/pausa-notag.png) center left no-repeat;
    background-size: contain; }
  .title--logo span {
    display: none; }

.menu--container {
  width: 100%;
  z-index: 100;
  box-shadow: 0px 2px 2px  rgba(180,180,180,.5);
  background: #ffffff;
  padding: 5px 0;
  font-family: "Quicksand", sans-serif;
  top: 0; }
  .menu--container .menu {
    float: right;
    padding: 10px 0; }
  .menu--container .menu--el {
    float: left;
    display: block;
    margin-right: 60px; }
  .menu--container .menu--el:last-child {
    margin-right: 0; }
  .menu--container a {
    color: #272823;
    text-decoration: none;
    font-size: 21px;
    font-weight: 400; }
  .menu--container .active {
    color: #A3A04F; }

.menu--open .menu {
  width: 100%;
  text-align: center;
  display: block; }

.menu--open .menu--el {
  margin: 10px 0 !important;
  float: none; }

.menu--open a {
  font-size: 19px !important; }

.menu--open .button {
  background: #A3A04F;
  color: #272823; }

.button {
  box-shadow: none;
  background: #ffffff;
  color: #A3A04F;
  font-family: "josefin sans", sans-serif;
  border: 2px solid #A3A04F;
  float: right;
  margin-top: 8px;
  display: none; }

#pausa {
  background: url(../img/pausa-cover.jpg) center center no-repeat;
  background-size: cover;
  padding: 250px 0; }
  #pausa img {
    display: block;
    max-width: 100%; }
  #pausa h2 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 100px;
    padding: 0 30px; }
  #pausa .container--right {
    width: 50%;
    max-width: 520px;
    text-align: center;
    float: right;
    transform: translate(calc(-25vw + 50%)); }
  #pausa .discover {
    position: relative;
    height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto; }
    #pausa .discover:after {
      display: block;
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #272823;
      border-radius: 50%;
      transform-origin: center center;
      animation: dot 1.4s ease-in alternate infinite; }
    #pausa .discover:before {
      display: block;
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      top: 45px;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #272823;
      border-radius: 50%;
      animation: dot 1.4s .5s ease-in alternate infinite; }
    #pausa .discover span {
      display: none; }

@keyframes dot {
  from {
    width: 20px;
    height: 20px; }
  to {
    width: 4px;
    height: 4px; } }

#about {
  padding: 100px 0 100px; }
  #about .container--left {
    float: left;
    width: 50%;
    padding: 0 50px;
    box-sizing: border-box;
    margin-right: 50%;
    position: relative; }
    #about .container--left:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 427px;
      max-width: 90%;
      height: 465px;
      background: url(../img/christine.jpg) top left no-repeat;
      background-size: contain;
      transform: translate(110%, -50%); }

#offres {
  padding: 0px 0 140px; }
  #offres h2 {
    text-align: center; }
  #offres .tagname {
    color: #A3A04F;
    border: 2px solid #A3A04F;
    display: inline-block;
    padding: 2px 20px;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    text-transform: uppercase; } 
  #offres .offres--list .offres--el {
    width: 33%;
    float: left;
    padding: 40px;
    box-sizing: border-box;
    text-align: center; }
    #offres .offres--list .offres--el p {
      text-align: left; }
    #offres .offres--list .offres--el:first-child {
      background: #272823;
      color: #ffffff; }
    #offres .offres--list .offres--el:nth-child(2) {
      background: #EBEBEB; }
    #offres .offres--list .offres--el:last-child {
      background: #A3A04F;
      color: #ffffff; }
      #offres .offres--list .offres--el:last-child h3:after,
      #offres .offres--list .offres--el:last-child h3:before {
        background: url(../img/circle-dark.png) right bottom no-repeat;
        background-size: contain; }
  #offres .offres--list h3 {
    position: relative;
    display: inline-block;
    margin: 12px auto;
    font-family: "Quicksand", sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    padding: 0 20px; }
    #offres .offres--list h3:after, #offres .offres--list h3:before {
      content: "";
      height: 20px;
      width: 15px;
      display: block;
      position: absolute;
      left: 0;
      bottom: 4px;
      background: url(../img/circle.png) right bottom no-repeat;
      background-size: contain;
      transform: rotate(180deg); }
    #offres .offres--list h3:after {
      right: 0;
      left: auto;
      transform: rotate(0deg); }

#tarifs {
  padding: 80px 0 120px 12%;
  box-sizing: border-box;
  background: url(../img/pausa-soins.jpg) center center no-repeat;
  background-size: cover; }
  #tarifs .dotted--list {
    max-width: 500px; 
width: 100%;}
  #tarifs .soins--el {
    font-size: 19px; }
    #tarifs .soins--el .light {
      font-weight: 300; }
    #tarifs .soins--el .newprice {
      color: #A3A04F;
      font-weight: bold; }
    #tarifs .soins--el .oldprice {
      font-weight: 300;
      text-decoration: line-through; }
    #tarifs .soins--el.soins--el__space {
      margin-bottom: 2.6em; }
    #tarifs .soins--el .decouverte {
      padding-left: 50px;
      font-size: 15px; }
    #tarifs .soins--el .price {
      float: right; }
    #tarifs .soins--el .newprice {
      padding-right: 7px; }
.list--left{
    float: left;
}
.list--right{
    float: left;
    margin-left: 15%;
}
.offre--dec{
    background: #A3A04F;
    padding: 30px 30px;  
}
.offre--dec .offre--title{
    font-size: 24px;
}
.offre--dec .offre--title .light{
    font-size: 18px;
}
.offre--dec .price{
    float: none !important;
    text-align: right;
    font-size: 30px;
    margin-bottom: 0;
}
.offre--dec .newprice{
    color: #ffffff !important;
}
.offre--massage{
    background:#272823;
    color:#ffffff;
}
.offre--massage .newprice{
    color: #A3A04F !important;
}
#services {
  padding: 60px 0; }
  #services h2 {
    text-align: center; }
  #services h4, #tarifs h3 {
    position: relative;
    display: inline-block;
    margin: 12px auto;
    font-family: "Quicksand", sans-serif;
    font-size: 35px;
    line-height: 36px;
    font-weight: 400;
    padding: 0 20px; }
    #services h4:after, #services h4:before,
 #tarifs h3:after, #tarifs h3:before{
      content: "";
      height: 20px;
      width: 15px;
      display: block;
      position: absolute;
      left: 0;
      top: 10px;
      background: url(../img/circle.png) right bottom no-repeat;
      background-size: contain;
      transform: rotate(180deg); }
    #services h4:after, #tarifs h3:after {
      right: 0;
      left: auto;
      transform: rotate(0deg); }
#tarifs h3{
    margin-bottom: 1.4em;
}
p.soins--el__space{
    margin: 0 0 0 15px;
}
  #services .services li:not(.sub--el) {
    width: 50%;
    padding: 50px 8% 50px 5%;
    box-sizing: border-box;
    margin-left: 50%;
    position: relative; }
    #services .services li:not(.sub--el):after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 580px;
      max-width: 90%;
      height: 380px;
      background: url(../img/cadeau.jpg) top left no-repeat;
      background-size: contain;
      transform: translate(-110%, -50%); }
  #services .services li:not(.sub--el):nth-child(2) {
    width: 50%;
    padding: 50px 5% 50px 8%;
    box-sizing: border-box;
    margin-right: 50%;
    margin-left: 0; }
    #services .services li:not(.sub--el):nth-child(2):after {
      top: 50%;
      right: 0;
      left: auto;
      background: url(../img/decouverte.jpg) top left no-repeat;
      background-size: contain;
      transform: translate(110%, -50%); }
  #services .services li:not(.sub--el):nth-child(3):after {
    background: url(../img/combo.jpg) top left no-repeat;
    background-size: contain; }
  #services .services li:not(.sub--el):nth-child(4) {
    width: 50%;
    padding: 50px 5% 50px 8%;
    box-sizing: border-box;
    margin-right: 50%;
    margin-left: 0; }
#services .services li:not(.sub--el):nth-child(4):after {
      top: 50%;
      right: 0;
      left: auto;
      background: url(../img/decouverte.jpg) top left no-repeat;
      background-size: contain;
      transform: translate(110%, -50%); }
  #services .sub--el {
    font-size: .85em;
    line-height: 1.4em;
    padding-left: 25px;
    margin-bottom: 1em;
    list-style: disc;
    list-style-position: inside; }
.services a{
    color:#A3A04F;
}
#services .services--mamans li:not(.sub--el)::after{
      background: url(../img/femmeenceinte.jpg) top right no-repeat;
      background-size: contain; }
#services .massage::after{
      background: url(../img/massage.jpg) top right no-repeat !important;
      background-size: contain !important; }
#services .amma::after{
      background: url(../img/amma.jpg) top left no-repeat !important;
      background-size: contain !important; }
#services .reflexo::after{
      background: url(../img/reflexo.jpg) top right no-repeat !important;
      background-size: contain !important; }
#services .duo::after{
      background: url(../img/duo.jpg) top left no-repeat !important;
      background-size: contain !important; }
#services .formation::after{
      background: url(../img/formationBb.jpg) top right no-repeat !important;
      background-size: contain !important; }
#services .bb::after{
      background: url(../img/decouverteBb.jpg) top left no-repeat !important;
      background-size: contain !important; }
#services .specifique::after{
      background: url(../img/specifiquebb.jpg) top right no-repeat !important;
      background-size: contain !important; }
#services .femme::after{
      background: url(../img/feminin.jpg) top right no-repeat !important;
      background-size: contain !important; }
#services .prenatal::after{
      background: url(../img/prenatal.jpg) top right no-repeat !important;
      background-size: contain !important; }
#services .postnatal::after{
      background: url(../img/postnatal.jpg) top right no-repeat !important;
      background-size: contain !important; }
#services .deuil::after{
      background: none !important;
      background-size: contain !important; }
.subtitle{
    font-family: "josefin slab", serif;
    font-size: 32px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}
#testi{
    background:#EBEBEB;
    padding: 60px 0;
    text-align: center;
    font-size: 26px;
    font-family: "Josefin slab", serif;
}
.testi--list{
    max-width: 800px;
    margin: 0 auto;
}
#testi .light{
    font-family: "josefin sans", sans-serif;
    font-size: 16px;
}
.testi--el{
    margin-bottom: 60px;
}
#contact {
  padding: 60px 0;
  text-align: center;
  color: #ffffff;
  background: #272823; }
  #contact h2 {
    color: #A3A04F; }
  #contact p {
    margin: 0;
    font-size: 21px; }
  #contact a {
    color: #ffffff;
    text-decoration: none; }
  #contact .phone span {
    padding-left: 25px;
    clear: both;
    float: none;
    background: url(../img/phone.png) center left no-repeat;
    background-size: contain; }
  #contact .facebook a {
    padding-left: 25px;
    clear: both;
    float: none;
    background: url(../img/facebook.png) center left no-repeat;
    background-size: contain;
    transition: .2s ease; }
    #contact .facebook a:hover {
      color: #A3A04F; }
  #contact .address span {
    padding-left: 25px;
    clear: both;
    float: none;
    background: url(../img/location.png) center left no-repeat;
    background-size: contain; }
  #contact .mail a {
    padding-left: 30px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    background: url(../img/mail.png) center left no-repeat;
    background-size: contain;
    transition: .2s ease; }
    #contact .mail a:hover {
      color: #A3A04F; }
  #contact img {
    margin-top: 40px; }
  #contact .rdv {
    margin-top: 1.6em;
    text-transform: uppercase; }
iframe{
    margin: 50px auto 20px;
    display: block;
}
#rdv{
    padding: 60px 0;
    text-align: center;
}
#rdv a{
    font-weight: bold;
    color:#A3A04F;
    text-decoration: none;
}
#order{
    color:#A3A04F;
    display : block;
    padding : 5px 15px;
    border : 1px solid #A3A04f;
    text-decoration: none;
    transition: .4s;
}
#order:hover{
    background:#A3A04F;
    border : 1px solid #272823;
    color: #272823;
}
#progenda {
color: #A3A04F;
padding: 15px 25px;
border: 1px solid #A3A04f;
margin-bottom: 25px;
text-decoration: none;
transition: .4s;
display: inline-block;
}
#progenda:hover{
    background:#A3A04F;
    color: #272823;
}
@media screen and (max-width: 1400px) {
.list--right {
    margin-left: 0;
    float: none;
    margin-bottom: 80px;
    clear: both;
}
}
@media screen and (max-width: 1200px) {
  #pausa {
    padding: 120px 0; }
  #offres .offres--list h3 {
    font-size: 22px;
    line-height: 22px; }
  .menu--container .menu--el {
    margin-right: 25px; }
  .menu--container a {
    font-size: 20px; } }

@media screen and (max-width: 1000px) {
  .menu--container a {
    letter-spacing: -1.5px; }
  #about {
    padding: 60px 0 60px; }
    #about .container--left {
      width: 100%;
      padding: 0 5% 40px;
      margin-right: 0; }
      #about .container--left:after {
        display: none;
    }
  #services .services li:not(.sub--el) {
    width: 100%;
    padding: 0 5% 95vw;
    margin-left: 0; }
    #services .services li:not(.sub--el):after {
      left: 0;
      top: calc(100% - 85vw);
      right: auto;
      transform: translate(5%);
      width: 100vw;
      height: 100vw; }
  #services .services li:not(.sub--el):nth-child(2),
  #services .services li:not(.sub--el):nth-child(4) {
    width: 100%;
    padding: 0 5% 95vw;
    margin-right: 0; }
    #services .services li:not(.sub--el):nth-child(2):after,
    #services .services li:not(.sub--el):nth-child(4):after {
      left: 0;
      top: calc(100% - 85vw);
      right: auto;
      transform: translate(5%);
      width: 100vw;
      height: 100vw; }
  #offres .offres--list .offres--el {
    width: 100%; }
  #offres .offres--list h3 {
    font-size: 36px;
    line-height: 36px; }
  #services h3 {
    font-size: 28px;
    line-height: 28px; }
  .title {
    font-size: 36px;
    line-height: 1.2em; }
    .title .span--small {
      font-size: 28px;
      line-height: 1.2em; } }

@media screen and (max-width: 890px) {
  .menu--container .menu--el {
    margin-right: 20px; }
  .menu--container a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px; } }

@media screen and (max-width: 780px) {
  .button {
    display: block; }
  .menu {
    display: none; }
    .menu--el__cont:hover .submenu{
        display: none;
    }
  #about {
    padding: 30px 0; }
  #offres {
    padding: 40px 0 40px; }
  #pausa {
    background: #EBEBEB; }
    #pausa .container--right {
      width: 90%;
      float: none;
      transform: translate(0);
      margin: 0 auto; }
  .title {
    font-size: 32px;
    line-height: 1.2em; }
    .title .span--small {
      font-size: 26px;
      line-height: 1.2em; }
  #tarifs {
    padding: 60px 5% 80px 5%; }
  #tarifs .dotted--list {
    max-width: 100%; }
  #tarifs .soins--el {
    font-size: 16px;
    line-height: 1.5em; }
  #tarifs .decouverte {
    font-size: 14px !important;
    line-height: 1.2em; }
  #services h3 {
    font-size: 24px;
    line-height: 24px; } }

@media screen and (max-width: 600px) {
  .menu--info {
    display: none; }
  #tarifs .soins--el.soins--el__space {
    margin-bottom: 1.6em; }
  #tarifs .price {
    font-weight: bold;
    float: none !important;
    padding-left: 10px; }
  #tarifs .decouverte {
    padding-left: 20px !important; } }

@media screen and (max-width: 500px) {
  #offres .offres--list h3 {
    font-size: 22px;
    line-height: 22px; } }
