/*
Theme Name: Pauz' détente
Theme URI: /
Author: Capobianco Anthony
Author URI: /
Description: Thème développé pour Pauz' Détente
Version: 1.0.1
*/
.box-shadow {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
ul:last-child:not(:root:root) {
  top: 45px;
}
/* Parce que safari et ios n'aiment pas les web designer >:( */
* {
  transition-timing-function: cubic-bezier(0.69, 0, 0, 1) !important;
  box-sizing: border-box;
}
body {
  font-family: "quicksand", sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #111;
  margin: 0px auto !important;
  font-weight: 300 !important;
}
a {
  text-decoration: none !important;
}
input,
textarea,
label {
  border-radius: 4px;
}
.page-article {
  max-width: 860px;
  margin: auto;
}
header {
  display: block;
  color: #6D9E11;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
  position: absolute;
  z-index: 10000;
}
footer {
  position: relative;
  display: block;
  height: 8rem;
  line-height: 8rem;
  background-color: #6D9E11;
  width: 100vw;
  margin-top: 5rem;
  border: 0px solid white;
  overflow: hidden;
  color: white;
  vertical-align: middle;
}
footer::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
img {
  max-width: 100vw;
}
.page-article h1 {
  color: #6D9E11;
  font-weight: normal;
  margin-top: 2.5rem;
  text-align: center;
  padding-bottom: 2.5rem;
}
h2,
h1 {
  font-weight: normal;
}
a {
  color: #111;
}
.third {
  position: absolute;
  display: block;
  height: 8rem;
}
.third a {
  color: #fff;
  display: block;
}
.legal {
  left: 80px;
}
.legal p a {
  position: relative;
}
.top {
  text-align: right;
  right: 0;
  padding-right: 80px;
}
#techniques {
  width: 100%;
  min-height: 69vw;
  margin: auto;
  position: relative;
  display: block;
}
.techniques {
  display: block;
  width: calc(33.33333333%);
  border: 0 solid white;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0;
  padding-bottom: 0;
  height: 29vw;
}
.techniques img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}
.techniques:first-of-type {
  border-top-left-radius: 20px;
}
.techniques:nth-of-type(3) {
  border-top-right-radius: 20px;
}
.techniques:nth-of-type(4) {
  border-bottom-left-radius: 20px;
}
.techniques:last-of-type {
  border-bottom-right-radius: 20px;
}
.permalink {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  background-color: rgba(250, 250, 250, 0.8);
  text-align: center;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  height: calc(33.33333333%);
  font-weight: 400;
  z-index: 10;
}
.techniques:hover .permalink {
  height: 100%;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.permalink p,
.permalink .bouton {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.permalink p {
  padding: 0 10px;
}
h2.service-type {
  position: relative;
  display: block;
  width: 100%;
  vertical-align: middle;
  margin: 15% 0 15% 0 !important;
}
.permalink:hover p,
.permalink:hover span,
.permalink:hover .bouton {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bouton {
  border: 1px solid #111;
  width: 75%;
  margin: auto;
  line-height: 10vw;
  vertical-align: middle;
  padding: 0.625rem 1.25rem;
  border-radius: 4px;
}
.permalink h2 {
  font-size: 1em !important;
}
#margin-top {
  height: 120px;
}
.margin-bottom {
  height: 120px;
  width: 100%;
  display: block;
}
#bighead {
  position: relative;
  background-position: bottom;
  z-index: -10;
  min-height: 93vh;
  background-size: cover;
  width: 100%;
  margin-top: -130px;
  background-attachment: fixed;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
.inpage {
  margin: 1.25rem 6vw;
}
.container {
  max-width: 95vw;
  margin: auto;
}
.tagline {
  min-height: 400px;
  margin-top: 80px;
  position: relative;
}
.tagline .hero {
  position: static;
}
.tagline p {
  text-align: center;
  position: relative;
}
.hero,
h2,
h3,
h4,
h5 {
  font-size: 2em;
  text-align: center;
  margin: 0px auto 90px;
  font-weight: 300;
}
.tagline .hero::before {
  content: "";
  position: relative;
  display: block;
  height: 1px;
  width: 10vw;
  background: #6D9E11;
  background: linear-gradient(left, transparent 0%, #6D9E11 50%, transparent 100%);
  left: 0;
  right: 0;
  margin: auto;
  top: 4.5rem;
}
.coordonee {
  display: block;
  position: relative;
  width: 100%;
  text-align: right;
  margin: 5rem 0;
}
.adresse {
  position: absolute;
  display: block;
  min-width: 18.75rem;
  width: calc(33.33333333%);
  right: 0;
}
.call {
  width: 70%;
  line-height: 5rem !important;
  margin: 5rem 0 5rem auto;
  height: 2rem;
  position: relative;
  min-width: 16.25rem;
  text-align: center;
}
.map {
  position: relative;
  display: block;
  width: calc(66.33333333%);
  height: 25rem;
  border-radius: 20px;
  overflow: hidden;
}
.map iframe {
  width: 100%;
  height: 25rem;
}
.tarif-right,
.tarifs-left {
  z-index: 1000;
  width: 300px;
  display: block;
  bottom: 0;
  position: absolute;
  height: 230px;
}
.left-right {
  height: 230px;
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  margin: 40px 80px;
}
.tarifs-left {
  width: 50%;
  font-size: 1em;
  left: 0px;
  position: absolute;
  bottom: 0;
  height: 230px;
}
.tarif-right {
  right: 0;
  border: 0px solid;
  overflow: hidden;
}
input.tarifbox {
  display: none !important;
}
.tarif-right input,
label.wpcf7-form-control.wpcf7-submit.bouton {
  height: 2rem;
  width: 300px;
  right: 0;
  margin-bottom: 1rem;
  line-height: 1rem;
  display: block;
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
  text-indent: 1rem;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  border: none;
}
input[type="submit"],
label.wpcf7-form-control.wpcf7-submit.bouton {
  vertical-align: middle;
  height: 4rem;
  text-indent: 0;
  border: 0;
}
input#i1[type="checkbox"]:checked + label[for="i1"],
input#i2[type="checkbox"]:checked + label[for="i2"],
input#i3[type="checkbox"]:checked + label[for="i3"],
input#i4[type="checkbox"]:checked + label[for="i4"],
input#i5[type="checkbox"]:checked + label[for="i5"],
input#i6[type="checkbox"]:checked + label[for="i6"] {
  margin-top: -5rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tarif-right .wpcf7 {
  position: relative;
  width: 300px;
}
label.wpcf7-form-control.wpcf7-submit.bouton {
  text-align: center;
  cursor: pointer;
  line-height: 3rem;
  height: 4rem;
  width: inherit;
  position: initial;
  text-indent: 0;
  margin-top: 152px;
  display: block;
  position: relative;
}
span.wpcf7-not-valid-tip {
  color: #111 !important;
  background-color: white;
  padding: 10px;
  margin: -10px;
  text-align: center;
}
.h2 {
  color: #fff;
  font-weight: 400 !important;
  font-size: 1em;
  line-height: 1.5rem;
  max-width: 100%;
  margin-bottom: auto;
  position: relative;
  display: inline-block;
  text-shadow: 0 0 0.1875rem #333;
}
.info {
  width: 13.75rem;
  margin-left: 80px;
  display: block;
}
.info h1 {
  line-height: 0;
  padding-top: 10px;
  color: transparent;
}
.info p {
  visibility: hidden;
}
.menu {
  display: inline-block;
  position: absolute;
  top: 32px;
  list-style-type: none;
  right: 80px;
}
.current-menu-item a {
  color: #6D9E11 !important;
}
.menu ul {
  list-style-type: none;
  margin: 0;
}
.menu li {
  float: left;
}
.menu li a {
  display: block;
  margin: 0 0.625rem;
  color: #111;
}
.menu li a:active {
  color: #6D9E11 !important;
}
.parallax::before {
  background-color: rgba(20, 20, 20, 0.5);
  z-index: 100;
  content: " ";
  margin-top: -3.125rem;
  position: absolute;
  height: inherit;
  width: 100%;
}
section.module:last-child {
  margin-bottom: 0;
}
section.module p {
  margin-bottom: 2.5rem;
  font-size: 1em;
  font-weight: 400;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 2.5rem 0;
}
section.module.parallax {
  height: 25rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 60px;
  background-color: black;
  position: relative;
}
section.parallax h1,
h5,
.parallax-2 h2 {
  position: relative;
  height: 25rem;
  color: #ffffff;
  font-size: 6.25rem;
  text-align: center !important;
  vertical-align: middle;
  z-index: 1000;
  line-height: 6.25rem;
  padding-top: 6.25rem;
  margin: 0 -0.5rem;
  text-shadow: 0 0 0.1875rem #333;
}
.parallax-2 h5 {
  font-size: 1.4375em;
  margin-top: -3.125rem !important;
}
.parallax-2 h2 {
  font-size: 2em;
  font-weight: 400 !important;
}
h2.tarifs {
  padding-top: 0;
  line-height: 2em;
  height: 4rem;
  text-align: center !important;
}
.parallax-2 {
  height: 18.75rem;
  padding-top: 3.125rem;
}
.parallax-single {
  width: 100%;
  margin-top: -3.125rem;
}
.parallax-tarif:last-child {
  margin-bottom: 40px;
}
input#nav-trigger,
.hidden {
  position: fixed;
  clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {
  visibility: hidden;
  right: 20px;
  top: 17px;
  z-index: 2;
  font-size: 3em;
  text-align: center;
  width: 4rem;
  height: 4rem;
  line-height: 1.25em;
  color: #6D9E11;
  border: 1px solid #6D9E11;
  border-radius: 4px;
  cursor: pointer;
}
ul.post-meta {
  border: 1px solid #ccc;
  display: block;
  list-style-type: none;
  position: relative;
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  text-align: left;
  font-size: 1.5em;
}
ul.post-meta li {
  vertical-align: middle;
}
.post-meta-key {
  display: none;
}
article {
  margin-bottom: 0;
}
form.coord p span input.wpcf7-form-control,
form.coord p span textarea {
  max-width: 45%;
  min-width: 45%;
  line-height: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  text-indent: 10px;
  border: 1px solid #ccc;
  position: relative;
}
form.coord p span textarea {
  height: 12rem;
  min-width: 100%;
}
input[type="submit"].coord {
  background-color: #6D9E11 !important;
  color: #fff;
  width: 45%;
  height: 4rem;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  right: 0;
  margin-left: 55%;
}
form.coord input[type="text"],
form.coord p span input[type="email"] {
  color: #333;
  left: 0;
  position: relative;
  margin-right: 55%;
}
.coordonee .wpcf7 {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 60px;
}
/**============================================================================TABLETTE============================================================================================================================================================================================**/
@media screen and (min-width: 701px) and (max-width: 1024px) {
  html,
  body {
    font-weight: 300 !important;
  }
  .legal {
    left: 2.5rem;
  }
  .top {
    padding-right: 2.5rem;
  }
  .bouton {
    line-height: 20vw;
  }
  .inpage {
    margin: 1.25rem 2.5rem !important;
  }
  .info {
    padding-top: 0;
    margin-left: 2.5rem;
    display: block;
  }
  .info p {
    display: none;
  }
  .techniques {
    padding-bottom: calc(50%) !important;
    width: 50% !important;
  }
  .techniques:nth-of-type(2) {
    border-top-right-radius: 20px;
  }
  .techniques:nth-of-type(3) {
    border-top-right-radius: 0;
  }
  .techniques:nth-of-type(4) {
    border-bottom-left-radius: 0;
  }
  .techniques:nth-of-type(5) {
    border-bottom-left-radius: 20px;
  }
  #techniques {
    min-height: 150vw;
  }
  .menu {
    right: 20px;
    margin: auto;
  }
  .menu li a {
    margin: 0 calc(1.66666667vw);
  }
  header {
    border: 0px solid white;
    overflow-y: hidden;
    position: fixed !important;
  }
  .nav-trigger:checked ~ header {
    height: 10rem !important;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
  }
  .nav-trigger:checked {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: rotate(180deg);
  }
  label[for="nav-trigger"] {
    visibility: visible;
    position: absolute;
  }
  .menu-navigation-container {
    position: absolute;
    top: 85px;
    height: auto;
    width: inherit;
  }
  .left-right {
    margin: 20px 40px;
  }
  form.coord p span input[type="text"],
  form.coord textarea,
  form.coord p span input[type="email"] {
    max-width: 90vw;
    min-width: 90vw;
    line-height: 2rem;
    position: relative;
    height: 2rem;
    margin-bottom: 1rem;
    text-indent: 10px;
    border: 1px solid #cccccc;
  }
  form.coord textarea {
    height: 12rem;
    display: block;
  }
  input[type="submit"].coord {
    background-color: #6D9E11 !important;
    color: #fff;
    left: 0;
    width: 100%;
    margin-left: 0;
    height: 4rem;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  }
  input[type="submit"].coord,
  form.coord input[type="text"],
  form.coord input[type="email"] {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
@media screen and (min-width: 200px) and (max-width: 700px) {
  /****Pour iPhone on donne une largeur de 100% au body ET au html ainsi que overflow-x: hidden****/
  html,
  body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-weight: 300 !important;
  }
  .tagline .hero::before,
  .info p,
  .parallax,
  #techniques {
    display: none;
  }
  #page {
    display: block !important;
  }
  .tagline {
    position: static;
    margin-top: 40px;
    min-height: initial;
    top: 0;
    left: 0;
    margin-bottom: 80px;
  }
  .tagline .hero {
    position: relative;
    display: block;
    height: 2rem;
  }
  .hero {
    border-radius: 4px;
    display: block;
    margin-bottom: 80px;
    max-width: 90%;
    padding: 5px;
    height: 2rem;
  }
  #bighead {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  #bighead,
  .parallax-single {
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: initial;
    width: 100%;
    position: static;
    max-height: 500px;
    min-height: 72vw;
  }
  .parallax-single {
    min-height: 25rem;
    max-height: 25rem;
    margin-top: -6.125rem;
  }
  div#page-tarifs {
    position: relative;
    display: block;
    width: 100%;
    height: 90rem;
  }
  .parallax-tarifs:first-of-type {
    margin-top: 80px;
  }
  .parallax-tarifs:last-of-type {
    margin-bottom: -90rem !important;
  }
  .parallax-tarifs {
    min-height: 20rem;
    max-height: 20rem;
    border-bottom: 1px solid #ccc;
    display: block;
  }
  .parallax-tarifs:nth-of-type(odd) {
    background-color: #fafafa !important;
  }
  h2.tarifs {
    text-align: left !important;
    margin-left: 10px;
  }
  h2.tarifs,
  .tarifs-left .h2 {
    font-size: 1.2em !important;
    font-weight: 400;
    color: #333;
    text-shadow: none;
    margin-bottom: 0;
  }
  .left-right {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
    margin: 20px;
  }
  .tarif-right {
    display: none;
  }
  .tarifs-left {
    padding-top: 20px;
    width: inherit;
  }
  .inpage {
    margin: 1.25rem auto !important;
    position: static;
  }
  .inpage p {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    position: static;
  }
  .info {
    padding-top: 0.625rem;
    margin-left: 1.25rem;
    line-height: initial;
  }
  .info h1 {
    padding-top: 0;
    margin: 10px;
  }
  .techniques {
    width: 100% !important;
    margin: 0 !important;
    padding-bottom: 100% !important;
    border-radius: 0;
  }
  .techniques:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .techniques:last-of-type {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .techniques:nth-of-type(3) {
    border-top-right-radius: 0;
  }
  #techniques {
    min-height: 605vw;
    margin: 0 !important;
  }
  header {
    border: 0px solid white;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    height: 75px;
  }
  .menu {
    display: block;
    position: absolute;
    width: 100vw;
    right: 0;
  }
  .menu li {
    display: inline-block;
    width: 100%;
    text-align: right;
    line-height: 14vh;
    font-size: 1.2em;
    padding-right: 25px;
  }
  .menu li a {
    border-top: 1px solid;
  }
  .nav-trigger:checked ~ header {
    height: 100% !important;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
  }
  label[for="nav-trigger"] {
    visibility: visible;
    position: absolute;
    top: 13px;
    z-index: 2;
    font-size: 2em;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 1.5em;
  }
  .menu-navigation-container {
    position: absolute;
    top: 3.75rem;
    height: auto;
    width: inherit;
  }
  .coordonee {
    position: relative;
    height: auto;
    margin: auto;
    text-align: left;
    line-height: 1.3rem;
  }
  .coordonee .wpcf7 form.wpcf7-form {
    position: relative;
    display: block;
    width: 100%;
    height: 35rem;
    top: 30rem;
  }
  form.coord input,
  form.coord p span textarea,
  form.coord p span input[type="email"],
  form.coord p span input[type="text"] {
    min-width: 100%;
    margin-bottom: 1rem;
    position: relative;
    margin-right: 0 !important;
  }
  input[type="submit"].coord {
    margin-left: 0;
  }
  .map {
    position: absolute;
    width: 100%;
    margin-top: 4rem;
    border-radius: 0;
  }
  .adresse {
    position: relative;
    width: 90%;
    margin-bottom: 3rem;
    margin: auto;
  }
  .adresse p {
    margin-bottom: 3rem;
    margin-left: 0;
  }
  .call {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 40px 0 0 0;
    text-align: center;
    vertical-align: middle;
    line-height: 3rem !important;
    height: 4rem;
  }
  article {
    margin-bottom: -17rem;
  }
  footer {
    height: 16rem;
    position: relative;
    bottom: 0;
    margin-top: 360px;
  }
  .legal {
    top: 8rem;
  }
  .top,
  .legal {
    left: 0;
    display: block;
    width: 100vw;
    height: 8rem;
    padding-right: 0;
    line-height: 8rem;
    text-align: center;
  }
}
