/*
Theme Name: Via Pizza
Theme URI: ....
Author: @Rvouill / @ARoquis / @hfajfer
Author URI: ....
Description: Portfolio Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: herve-fajfer

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

body {
  background: #fff; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: none; }

a:hover, a:active {
  outline: 0; }

a img {
  border: 0; }

/*------------------------------------------------------------------------------------------------------------------ */
/*--RESET-MURTAUGH'S ----------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------ */
/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */
/* We like off-black for text. */
body, select, input, textarea {
  color: #666666; }

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none; }

/*  j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {
  color: #a9a9a9; }

textarea:-moz-placeholder {
  color: #a9a9a9; }

a {
  text-decoration: none; }

@font-face {
  font-family: 'HerrVonMuellerhoff';
  font-weight: 300;
  src: url("./font/HerrVonMuellerhoff-Regular.eot");
  src: url("./font/HerrVonMuellerhoff-Regular.eot?#iefix") format("embedded-opentype"), url("./font/HerrVonMuellerhoff-Regular.woff") format("woff"), url("./font/HerrVonMuellerhoff-Regular.ttf") format("truetype"), url("./font/HerrVonMuellerhoff-Regular.svg#PolicePerso") format("svg"); }
header {
  background: white;
  position: fixed;
  width: 100%;
  height: 52px;
  z-index: 2;
  -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.06);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='rgba(0,0,0,0.12)', Direction=135, Strength=3); }
  header #identity {
    display: block;
    width: 155px;
    height: 60px;
    top: -19px;
    left: 5%;
    z-index: 2;
    position: absolute; }
    header #identity #name {
      width: 100%;
      transition: all 0.03s ease; }

#menu-mob-button {
  width: 25px;
  height: 30px;
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 2; }
  #menu-mob-button span {
    background: gray;
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    transition: all .22s ease-in-out; }

@media screen and (min-width: 800px) {
  #menu-mob-button {
    display: none; } }
#menu-mob-button.opened span:nth-child(1) {
  width: 30.8px;
  transform: rotate(-42deg);
  margin-top: 9px;
  margin-left: -3px; }
#menu-mob-button.opened span:nth-child(2) {
  width: 0%;
  margin-top: -9px;
  margin-left: 50%; }
#menu-mob-button.opened span:nth-child(3) {
  width: 30.8px;
  transform: rotate(42deg);
  margin-top: -7px;
  margin-left: -3px; }

#undernav {
  background: #e9453f;
  height: 40px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  -moz-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='rgba(0,0,0,0.12)', Direction=135, Strength=3); }
  #undernav ul {
    position: absolute;
    top: calc(50% + 3px);
    left: 50%;
    display: inline-block;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    #undernav ul li {
      display: inline-block;
      position: relative;
      margin: 0 6px;
      min-width: 25px;
      min-height: 18px;
      font-size: 0.94em; }
      #undernav ul li span.icon {
        display: inline-block;
        width: 25px;
        height: 25px;
        top: 0;
        left: 0;
        position: absolute;
        border-radius: 12.5px;
        background: white; }
        #undernav ul li span.icon img {
          width: 100%; }
      #undernav ul li p {
        padding-left: 32px;
        padding-top: 5px;
        display: inline-block;
        color: white; }
      #undernav ul li p.display {
        display: none; }

@media screen and (min-width: 1024px) {
  #undernav ul li p.mobile {
    display: none; }
  #undernav ul li p.display {
    display: block; } }
#volet-mobile {
  position: fixed;
  z-index: 1;
  width: 100%;
  background: white;
  height: calc(100vh - 92px);
  top: 52px;
  left: 100%;
  transition: all .22s ease-in-out; }
  #volet-mobile .menu {
    text-align: right;
    position: absolute;
    right: 5%;
    top: calc(50% - 20px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    #volet-mobile .menu li a {
      color: #a6a196;
      font-weight: 700;
      font-size: 1.35em;
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;
      display: block;
      height: 40px;
      position: relative; }
    #volet-mobile .menu li.current-menu-item a {
      color: #e9453f; }
    #volet-mobile .menu li.current-menu-item a:after {
      content: "";
      background: #e9453f;
      width: 2px;
      height: 23px;
      position: absolute;
      right: -14px;
      top: 0;
      display: block; }

#volet-mobile.opened {
  left: 0%; }

@media screen and (min-width: 800px) {
  #volet-mobile {
    position: initial;
    width: auto;
    height: auto; }
    #volet-mobile .menu {
      position: initial;
      float: left;
      transform: none;
      margin-left: calc(5% + 140px); }
      #volet-mobile .menu li {
        float: left;
        margin-left: 46px; }
        #volet-mobile .menu li a {
          height: 29px;
          padding-top: 23px;
          font-size: 1.01em;
          padding: 23px 12px 0 12px; }
        #volet-mobile .menu li a:after {
          content: "";
          width: 0px;
          height: 3px;
          top: 49px;
          left: calc(50% - 0px);
          display: block;
          position: absolute;
          background: #a6a196;
          transition: all .22s ease-in-out; }
        #volet-mobile .menu li a:hover:after {
          width: 15px;
          left: calc(50% - 7.5px); }
      #volet-mobile .menu li.current-menu-item a:after {
        width: 15px;
        height: 3px;
        top: 49px;
        left: calc(50% - 7.5px); }
      #volet-mobile .menu li.current-menu-item a:hover:after {
        background: #e9453f; } }
footer {
  background: #323232;
  padding: 40px 0 75px 0;
  position: relative;
  color: white; }
  footer h4 {
    color: white;
    text-transform: uppercase; }
  footer ul {
    margin: 10px 0 15px 0; }
    footer ul li {
      font-size: 0.83em;
      margin-bottom: 5px;
      opacity: 0.7; }
    footer ul li:hover {
      opacity: 1; }
  footer a {
    color: white; }
  footer .menu {
    display: none; }
  footer .infos {
    display: none; }

a.map {
  display: block;
  width: 100%;
  margin: 0;
  position: relative; }
  a.map .layout {
    width: 100%;
    min-height: 60vh;
    height: 450px;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0; }
  a.map h3 {
    opacity: 0;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .5s ease-in-out; }
  a.map iframe {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */ }
  a.map iframe.clicked {
    pointer-events: auto; }

@media screen and (min-width: 1024px) {
  a.map:hover .layout {
    background: #e9453f;
    mix-blend-mode: multiply; }
  a.map:hover h3 {
    opacity: 1; } }
@media screen and (min-width: 450px) {
  footer .menu {
    width: 45%;
    padding: 0 2.5%;
    float: left;
    display: block; }
  footer .infos {
    width: 45%;
    padding: 0 2.5%;
    float: left;
    display: block; }
  footer .reseaux {
    width: 45%;
    padding: 10px 2.5%;
    float: left; } }
@media screen and (min-width: 600px) {
  footer .menu {
    width: 250px;
    padding: 0;
    float: initial;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
    footer .menu ul li:nth-child(odd) {
      width: 50%;
      float: left; }
    footer .menu ul li:nth-child(even) {
      width: 45%;
      float: left;
      padding-left: 5%; }
  footer .infos {
    width: 20%;
    padding: 0 2.5%;
    float: left; }
  footer .reseaux {
    width: 20%;
    padding: 0 2.5%;
    float: right; } }
form label {
  display: block;
  margin-bottom: 4px; }
form .input-saisie, form textarea {
  display: block;
  outline: none;
  border: none;
  width: 100%;
  background: #323232;
  margin-bottom: 7px;
  height: 24px;
  color: white; }
form textarea {
  box-sizing: border-box;
  height: 85px; }
form #c-validator {
  background: #e9453f;
  padding: 4px 0;
  width: 150px;
  font-size: 0.9em;
  text-align: center;
  color: white;
  outline: none;
  border: none;
  text-transform: uppercase;
  height: 30px;
  margin-top: 10px;
  color: white;
  cursor: pointer;
  transition: all .12s ease-in-out; }
form #c-validator:hover {
  background: #cea068; }

ul.coordonnees {
  margin: 30px 0; }
  ul.coordonnees li {
    margin: 10px 0; }
    ul.coordonnees li h3 {
      margin-bottom: 0;
      font-size: 1.25em; }
    ul.coordonnees li a {
      color: #323232; }
  ul.coordonnees li.accessibilite, ul.coordonnees li.tel, ul.coordonnees li.mail {
    padding: 10px 0 0 38px;
    position: relative;
    display: block; }
    ul.coordonnees li.accessibilite span, ul.coordonnees li.tel span, ul.coordonnees li.mail span {
      width: 28px;
      height: 28px;
      border-radius: 14px;
      display: block;
      position: absolute;
      top: 5px;
      left: 0;
      background-size: cover; }
  ul.coordonnees li.accessibilite span {
    background-color: #cea068;
    background-image: url(img/disabled.svg); }
  ul.coordonnees li.tel span {
    background-image: url(img/tel.svg); }
  ul.coordonnees li.mail span {
    background-image: url(img/mail.svg); }

h3.ouverture {
  color: #e9453f;
  margin-bottom: 5px;
  font-size: 1.25em; }

ul.horaires li {
  margin-bottom: 5px; }
  ul.horaires li span.jour {
    display: block;
    font-weight: 700; }
  ul.horaires li span.horaire {
    display: block; }

div.reseaux ul li a {
  display: block;
  padding-left: 19px;
  position: relative; }
  div.reseaux ul li a span {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/facebook-logo.svg);
    background-size: cover; }

@media screen and (min-width: 450px) {
  ul.coordonnees {
    margin: 0 0 25px 0; }
    ul.coordonnees li {
      margin: 0 0 10px 0; } }
.background h1 {
  color: white;
  font-size: 4.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transition: all .8s ease-in-out;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }
  .background h1 div {
    background: rgba(255, 255, 255, 0.9);
    margin: -16px auto 0 auto;
    width: 270px;
    height: 64px;
    position: relative; }
    .background h1 div span {
      position: absolute;
      top: 8px;
      left: 14px;
      color: rgba(0, 0, 0, 0.75);
      font-size: 0.8em; }
    .background h1 div img {
      width: 184px;
      margin-left: 60px;
      margin-top: 8px; }

.interlude article h2 {
  color: white;
  font-weight: 700; }
.interlude article h2:after {
  background: white;
  height: 4px;
  opacity: 0.7; }
.interlude article p {
  color: white; }
.interlude article a.cta {
  color: white;
  border: 1px solid white; }
.interlude article a.cta:hover {
  border: 1px solid #e9453f; }

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%; }

.icon-scroll {
  width: 24px;
  height: 40px;
  margin-left: -12px;
  bottom: 0;
  margin-top: -26px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px; }

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll; }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(18px); } }
a.scroll {
  display: block;
  position: fixed;
  bottom: 66px;
  padding-bottom: 49px;
  font-weight: 700;
  font-size: 0.89em;
  letter-spacing: 0.3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  color: white;
  text-align: center;
  opacity: 0.75;
  transition: all .25s ease-in-out; }

a.scroll.fade {
  opacity: 0; }

.introduction img {
  display: none; }

@media screen and (min-width: 530px) {
  .introduction img {
    display: block;
    position: absolute;
    top: 0;
    left: 354px;
    height: 460px; }
  .introduction > div {
    width: 280px;
    margin-bottom: 85px; } }
@media screen and (min-width: 700px) {
  .introduction img {
    left: 45%; }
  .introduction > div {
    width: 280px;
    margin-left: 25%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }

  .home .interlude article {
    left: 68%; } }
@media screen and (min-width: 600px) {
  .background h1 {
    font-size: 5em; }
    .background h1 .handwrited {
      margin-bottom: -58.88888889px; }
    .background h1 div {
      width: 300px;
      height: 71.11111111px;
      margin: -17.77777778px auto 0 auto; }
      .background h1 div img {
        width: 204.4444444px;
        margin-left: 66.66666667px;
        margin-top: 8.888888889px; } }
@media screen and (min-width: 800px) {
  .background h1 {
    font-size: 6.66em; }
    .background h1 .handwrited {
      margin-bottom: -77.73333333px; }
    .background h1 div {
      width: 396px;
      height: 93.86666667px;
      margin: -23.46666667px auto 0 auto; }
      .background h1 div img {
        width: 269.8666667px;
        margin-left: 88px;
        margin-top: 11.73333333px; } }
@media screen and (min-width: 1024px) {
  .background h1 {
    font-size: 5.9em; }
    .background h1 .handwrited {
      margin-bottom: -69.48888889px; }
    .background h1 div {
      width: 354px;
      height: 83.91111111px;
      margin: -20.97777778px auto 0 auto; }
      .background h1 div img {
        width: 241.2444444px;
        margin-left: 78.66666667px;
        margin-top: 10.48888889px; } }
@media screen and (min-width: 1280px) {
  .background h1 {
    font-size: 7.375em; }
    .background h1 .handwrited {
      margin-bottom: -86.86111111px; }
    .background h1 div {
      width: 442.5px;
      height: 104.8888889px;
      margin: -26.22222222px auto 0 auto; }
      .background h1 div img {
        width: 301.5555556px;
        margin-left: 98.33333333px;
        margin-top: 13.11111111px; } }
@media screen and (min-width: 1500px) {
  .background h1 {
    font-size: 8em; }
    .background h1 .handwrited {
      margin-bottom: -94.22222222px; }
    .background h1 div {
      width: 480px;
      height: 113.7777778px;
      margin: -28.44444444px auto 0 auto; }
      .background h1 div img {
        width: 327.1111111px;
        margin-left: 106.6666667px;
        margin-top: 14.22222222px; } }
@media screen and (min-width: 1920px) {
  .background h1 {
    font-size: 10.24em; }
    .background h1 .handwrited {
      margin-bottom: -120.6044444px; }
    .background h1 div {
      width: 614.4px;
      height: 145.6355556px;
      margin: -36.40888889px auto 0 auto; }
      .background h1 div img {
        width: 418.7022222px;
        margin-left: 136.5333333px;
        margin-top: 18.20444444px; } }
@media screen and (min-width: 2500px) {
  .background h1 {
    font-size: 13.33333333em; }
    .background h1 .handwrited {
      margin-bottom: -157.037037px; }
    .background h1 div {
      width: 800px;
      height: 189.6296296px;
      margin: -47.40740741px auto 0 auto; }
      .background h1 div img {
        width: 545.1851852px;
        margin-left: 177.7777778px;
        margin-top: 23.7037037px; } }
.background {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  z-index: 1; }
  @media screen and (min-width: 700px) {
    .background {
      background-attachment: fixed; } }

.content {
  position: absolute;
  top: 100vh;
  width: 100%;
  z-index: 1;
  overflow: hidden; }

section {
  padding: 56px 0 56px 0;
  background: black;
  background: white;
  position: relative;
  -moz-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='rgba(0,0,0,0.12)', Direction=135, Strength=3); }

.interlude {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 90vh;
  z-index: 1; }
  .interlude article {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 280px; }
  @media screen and (min-width: 700px) {
    .interlude {
      background-attachment: fixed; } }

.map {
  position: relative;
  min-height: 60vh;
  z-index: 1; }
  .map iframe {
    width: 100%;
    min-height: 60vh; }

article {
  padding: 10px 0; }
  article img.thumb {
    margin-bottom: 7px;
    width: 100%;
    height: auto; }

.wrapped {
  padding-left: 7.5%;
  padding-right: 7.5%; }

@media screen and (min-width: 1024px) {
  .wrapped {
    padding-left: 12.5%;
    padding-right: 12.5%; } }
@media screen and (min-width: 1500px) {
  .wrapped {
    padding-left: 20%;
    padding-right: 20%; } }
@media screen and (min-width: 530px) {
  .col50 {
    width: 48.5%;
    float: left; }

  .col50.col-left {
    padding-right: 1.5%;
    float: left;
    width: 48.5%; }

  .col50.col-right {
    padding-left: 1.5%;
    float: right;
    width: 48.5%; } }
@media screen and (min-width: 530px) {
  .col40 {
    width: 43.5%; }

  .col40.col-left {
    padding-right: 1.5%;
    float: left;
    width: 43.5%; }

  .col40.col-right {
    padding-left: 1.5%;
    float: right;
    width: 43.5%; }

  .col60 {
    width: 53.5%; }

  .col60.col-left {
    float: left;
    padding-right: 1.5%;
    width: 53.5%; }

  .col60.col-right {
    float: right;
    padding-left: 1.5%;
    width: 53.5%; } }
.page-id-8 article ul li {
  margin-bottom: 5px; }
  .page-id-8 article ul li h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.125em;
    margin-bottom: 0px; }
    .page-id-8 article ul li h3 span {
      text-transform: none;
      margin-left: 10px;
      position: relative;
      padding-left: 10px; }
    .page-id-8 article ul li h3 span:before {
      content: "";
      display: block;
      position: absolute;
      height: 4px;
      width: 4px;
      border-radius: 2px;
      background: black;
      top: 10px;
      left: -2px; }
  .page-id-8 article ul li p {
    margin-bottom: 0; }
.page-id-8 div.img-container {
  height: 155px;
  overflow: hidden; }
  .page-id-8 div.img-container img {
    margin-top: calc(-37% + 117px); }
.page-id-8 article#les-desserts div.img-container img, .page-id-8 article#entrees-et-salades div.img-container img {
  margin-top: calc(-67% + 117px); }

@media screen and (min-width: 530px) {
  .page-id-8 article div.img-container.col50.col-right {
    padding-left: 0;
    width: 50%;
    height: auto; }
    .page-id-8 article div.img-container.col50.col-right img {
      margin-top: initial; }
  .page-id-8 article div.img-container.col50.col-left {
    padding-right: 0;
    width: 50%;
    height: auto; }
    .page-id-8 article div.img-container.col50.col-left img {
      margin-top: initial; } }
@media screen and (min-width: 530px) {
  .page-id-8 article#les-pizzas ul li {
    width: 48.5%;
    margin: 0 .75% 5px .75%;
    float: left; }
  .page-id-8 article#les-pizzas div.img-container.col50.col-left {
    width: 100%;
    padding: 0;
    float: initial;
    height: 280px; }
    .page-id-8 article#les-pizzas div.img-container.col50.col-left img {
      margin-top: calc(-22% + 117px); }
  .page-id-8 article#les-pizzas div.col50.col-right {
    width: 100%;
    padding: 0;
    float: initial; }
  .page-id-8 article#les-desserts div.img-container img, .page-id-8 article#entrees-et-salades div.img-container img {
    margin-top: initial; } }
.page-id-9 .interlude {
  background-image: url(img/qualite.jpg); }
.page-id-9 .presentation h2 {
  color: gray;
  margin-bottom: 17px;
  margin-top: 30px;
  font-size: 1.7em; }
.page-id-9 .presentation h2:after {
  display: none; }
.page-id-9 .presentation ul {
  width: 300px;
  margin: 25px auto 0 auto; }
  .page-id-9 .presentation ul li {
    text-transform: uppercase;
    width: 150px;
    display: block;
    padding-top: 75px;
    position: relative;
    text-align: center;
    margin: 21px 0 0 0;
    text-align: center;
    font-weight: 700;
    float: left;
    min-height: 48px;
    font-size: 0.95em; }
    .page-id-9 .presentation ul li img {
      width: 68px;
      height: 68px;
      border-radius: 40px;
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
  .page-id-9 .presentation ul li:before {
    content: "";
    height: 68px;
    width: 68px;
    background: #cea068;
    border-radius: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
.page-id-9 .interlude article p {
  background: rgba(255, 255, 255, 0.89);
  padding: 30px 25px 74px 25px;
  color: rgba(0, 0, 0, 0.75);
  position: relative; }
.page-id-9 .interlude article a.cta {
  color: rgba(0, 0, 0, 0.75);
  border: 1px solid black;
  margin: 40px auto 0 auto;
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }
.page-id-9 .interlude article a.cta:hover {
  color: white;
  border: 1px solid #e9453f; }
.page-id-9 .specialites ul {
  width: 300px;
  margin: 0 auto 20px auto; }
  .page-id-9 .specialites ul li {
    width: 150px;
    display: block;
    padding-top: 83px;
    position: relative;
    text-align: center;
    margin: 21px 0 0 0;
    float: left;
    min-height: 48px; }
    .page-id-9 .specialites ul li h3 {
      text-align: center;
      font-size: 1.7em;
      font-weight: 600; }
    .page-id-9 .specialites ul li img {
      height: 80px;
      width: 80px;
      border-radius: 40px;
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
.page-id-9 article.labels ul {
  width: 280px;
  margin: auto; }
  .page-id-9 article.labels ul li {
    width: 100px;
    margin: 20px;
    float: left; }
    .page-id-9 article.labels ul li img {
      width: 100%; }

@media screen and (min-width: 530px) {
  .page-id-9 .presentation ul {
    width: 450px;
    margin: 35px auto 0 auto; }
  .page-id-9 .interlude article {
    width: 360px; } }
@media screen and (min-width: 600px) {
  .page-id-9 article.labels ul {
    width: 100%;
    margin: auto; }
    .page-id-9 article.labels ul li {
      width: calc(20% - 40px);
      margin: 20px;
      float: left; }
      .page-id-9 article.labels ul li img {
        width: 100%; } }
@media screen and (min-width: 1024px) {
  .page-id-9 article.labels h3 {
    width: 200px;
    float: left; }
  .page-id-9 article.labels ul {
    width: calc(100% - 220px);
    padding-left: 240px;
    margin: -100px 0 0 0;
    display: inline-block; } }
@media screen and (min-width: 800px) {
  .page-id-9 .specialites ul {
    margin: 0 auto 10px auto;
    width: 600px; } }
@media screen and (min-width: 1280px) {
  .page-id-9 .presentation ul {
    width: 900px; } }
body {
  overflow: hidden;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75); }

h1 {
  font-size: 2.8em;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.92); }
  h1 .handwrited {
    margin-bottom: -53px; }

h2 {
  font-size: 1.75em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.92);
  margin-bottom: 25px;
  text-align: center; }
  h2 .handwrited {
    margin-bottom: -14px; }

h2:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  margin: 10px auto 0 auto;
  height: 4px;
  width: 45px;
  display: block; }

h3 {
  font-size: 1.41em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.92);
  margin-bottom: 10px;
  text-align: left; }
  h3 .handwrited {
    margin-bottom: -12px; }

h4 {
  font-size: 1.25em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.92);
  margin-bottom: 10px; }

p {
  margin-bottom: 10px;
  text-align: left; }

a {
  color: #e9453f; }

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3.5em; }

  h2 {
    font-size: 2.1875em; }
    h2 .handwrited {
      margin-bottom: -21px; }

  h3 {
    font-size: 1.7625em; } }
@media screen and (min-width: 1500px) {
  h1 {
    font-size: 3.78em; }

  h2 {
    font-size: 2.3625em; }
    h2 .handwrited {
      margin-bottom: -22.5px; }

  h3 {
    font-size: 1.9035em; } }
a.cta {
  display: inline-block;
  border: 1px solid black;
  padding: 6px 10px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 14px;
  margin-top: 14px;
  transition: all .12s ease-in-out; }

a.cta:hover {
  background: #e9453f;
  color: white;
  border: 1px solid #e9453f; }

a.cta-red {
  position: relative;
  display: inline-block;
  background: #e9453f;
  padding: 6.5px 11px 8.5px 37px;
  color: white;
  margin-bottom: 14px;
  margin-top: 14px;
  transition: all .12s ease-in-out; }
  a.cta-red span {
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 12.5px;
    background: white;
    position: absolute;
    left: 7px;
    top: 3px; }

a.cta-red:hover {
  background: #cea068; }

.bold {
  font-weight: 700; }

.uppercase {
  text-transform: uppercase; }

.fade {
  opacity: 0; }

.clear {
  clear: both; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.handwrited {
  font-family: 'HerrVonMuellerhoff';
  color: #cea068;
  display: block;
  font-size: 1.85em;
  font-weight: 100;
  text-transform: none; }

.clear {
  display: block;
  clear: both; }

.separateur {
  background: rgba(0, 0, 0, 0.1);
  margin: 15px auto 20px auto;
  height: 4px;
  width: 45px;
  display: block; }

/*# sourceMappingURL=style.css.map */
