/*
Theme Name: Akoustik Theme
Theme URI: ....
Author: Herve Fajfer, Herve Thomas, Antoine Roquis
Author URI: http://hervefajfer.fr/
Description: Akoustik, Theme Wordpress sur-mesure
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.
*/

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: 'Bariol';
  font-weight: 300;
  src: url("https://akoustik.net/wp-content/themes/akoustik/./font/Bariol.eot");
  src: url("https://akoustik.net/wp-content/themes/akoustik/./font/Bariol.eot?#iefix") format("embedded-opentype"), url("https://akoustik.net/wp-content/themes/akoustik/./font/Bariol.woff") format("woff"), url("https://akoustik.net/wp-content/themes/akoustik/./font/Bariol.ttf") format("truetype"), url("https://akoustik.net/wp-content/themes/akoustik/./font/Bariol.svg#PolicePerso") format("svg"); }
@font-face {
  font-family: 'Bariol';
  font-weight: 300;
  font-style: italic;
  src: url("https://akoustik.net/wp-content/themes/akoustik/./font/Bariol_Regular_Italic.eot");
  src: url("https://akoustik.net/wp-content/themes/akoustik/./font/Bariol_Regular_Italic.eot?#iefix") format("embedded-opentype"), url("https://akoustik.net/wp-content/themes/akoustik/./font/Bariol_Regular_Italic.woff") format("woff"), url("https://akoustik.net/wp-content/themes/akoustik/./font/Bariol_Regular_Italic.ttf") format("truetype"), url("https://akoustik.net/wp-content/themes/akoustik/./font/Bariol_Regular_Italic.svg#PolicePerso") format("svg"); }
header {
  background: white;
  position: fixed;
  width: 100%;
  height: 65px;
  z-index: 2; }
  header #identity {
    display: block;
    width: 202px;
    top: 13px;
    left: 5%;
    z-index: 2;
    position: absolute; }
    header #identity .name {
      width: 100%;
      transition: all 0.03s ease; }

@media screen and (min-width: 900px) {
  header {
    background: none;
    transition: all .12s ease-in-out; }
    header #identity {
      width: 250px;
      top: 24px;
      left: 34px;
      transition: all .12s ease-in-out; }

  header.cover {
    background: white; }
    header.cover #identity {
      width: 204.54px;
      top: 15.5px; } }
#menu-mob-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 24px;
  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: 900px) {
  #menu-mob-button {
    display: none; } }
#menu-mob-button.opened span:nth-child(1) {
  width: 30.8px;
  transform: rotate(-42deg);
  margin-top: 9px;
  margin-left: 0px; }
#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: 0px; }

#volet-mobile {
  position: fixed;
  z-index: 1;
  width: 100%;
  background: white;
  height: calc(100vh - 65px);
  top: 65px;
  left: 100%;
  transition: all .22s ease-in-out; }
  #volet-mobile .menu {
    text-align: center;
    position: absolute;
    left: 50%;
    top: calc(50% - 20px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    #volet-mobile .menu li a {
      color: black;
      opacity: 0.75;
      font-weight: 300;
      font-size: 1.7em;
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;
      display: block;
      height: 40px;
      margin-bottom: 30px;
      position: relative; }
    #volet-mobile .menu li.current-menu-item a:after {
      content: "";
      background: #f3d231;
      width: 45px;
      height: 3px;
      position: absolute;
      left: 50%;
      bottom: 0;
      display: block;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }

#volet-mobile.opened {
  left: 0%; }

@media screen and (min-width: 900px) {
  #volet-mobile {
    position: initial;
    width: auto;
    height: auto; }
    #volet-mobile .menu {
      position: initial;
      float: right;
      transform: none;
      margin-right: 38px; }
      #volet-mobile .menu li {
        float: left;
        margin-left: 44px; }
        #volet-mobile .menu li a {
          opacity: 1;
          height: 23px;
          padding-top: 23px;
          font-size: 1.01em;
          padding: 27px 12px 0 12px; }
        #volet-mobile .menu li a:after {
          content: "";
          background: #f3d231;
          width: 0px;
          height: 3px;
          position: absolute;
          left: 50%;
          bottom: 0;
          display: block;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transition: all .35s ease-in-out; }
        #volet-mobile .menu li a:hover:after {
          width: 35px; }
      #volet-mobile .menu li.current-menu-item a:after {
        width: 35px; } }
#volet-contact {
  position: fixed;
  z-index: 2;
  width: 100%;
  background: white;
  height: 100vh;
  top: 0;
  left: 100%;
  transition: all .22s ease-in-out; }
  #volet-contact a.close {
    position: relative;
    width: 25px;
    height: 25px;
    display: block;
    margin: 20px auto 0 auto; }
    #volet-contact a.close span:nth-child(1) {
      width: 35.35px;
      height: 2px;
      background: #f3d231;
      transform: rotate(-45deg);
      display: block;
      position: absolute;
      top: 12px;
      left: -5px; }
    #volet-contact a.close span:nth-child(2) {
      width: 35.35px;
      height: 2px;
      background: #f3d231;
      transform: rotate(45deg);
      display: block;
      position: absolute;
      top: 12px;
      left: -5px; }
  #volet-contact img.name {
    display: none; }
  #volet-contact > div {
    position: absolute;
    top: calc(50vh - 70px + 65px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 335px; }
    #volet-contact > div h2 {
      font-size: 2.15em;
      text-align: center;
      letter-spacing: 0.12em;
      margin-bottom: 5px; }
    #volet-contact > div p {
      color: red;
      text-align: center;
      font-size: 0.95em; }
    #volet-contact > div form .row {
      margin-bottom: 10px; }
    #volet-contact > div form label {
      display: block;
      width: 100%;
      margin: auto;
      margin-top: 5px;
      margin-bottom: 8px; }
    #volet-contact > div form .input-saisie, #volet-contact > div form textarea {
      background: #eeeeee;
      width: calc(100% - 38px);
      height: 28px;
      border-radius: 19px;
      outline: none;
      border: none;
      display: block;
      margin: auto;
      padding: 2.5px 19px; }
    #volet-contact > div form #c-validator {
      cursor: pointer;
      background: #f3d231;
      font-size: 0.88em;
      font-weight: 600;
      height: 33px;
      border-radius: 22px;
      padding: 0 49px;
      margin-top: 10px;
      color: #3c3c3b;
      outline: none;
      border: none;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      margin-left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    #volet-contact > div form #contact-form-notification > div {
      text-align: center;
      position: absolute;
      bottom: -28px;
      width: 100%; }
  #volet-contact .coordonnees {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 335px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
    #volet-contact .coordonnees li {
      position: relative;
      font-size: 0.97em;
      line-height: 1.35;
      font-weight: 500;
      padding-left: 27px;
      width: calc(48.5% - 27px); }
      #volet-contact .coordonnees li a {
        color: #3c3c3b; }
    #volet-contact .coordonnees li:before {
      content: "";
      position: absolute;
      top: -7px;
      left: 0;
      display: block;
      height: 20px;
      width: 20px;
      filter: invert(1); }
    #volet-contact .coordonnees li.location:before {
      background: url(https://akoustik.net/wp-content/themes/akoustik/img/icon-location.svg); }
    #volet-contact .coordonnees li.tel:before {
      background: url(https://akoustik.net/wp-content/themes/akoustik/img/icon-tel.svg); }
    #volet-contact .coordonnees li.mail:before {
      background: url(https://akoustik.net/wp-content/themes/akoustik/img/icon-mail.svg); }
    #volet-contact .coordonnees li.tel {
      position: absolute;
      top: 0;
      right: 0; }
    #volet-contact .coordonnees li.location {
      margin-bottom: 18px; }

#volet-contact.opened {
  left: 0%; }

@media screen and (max-width: 359px) {
  #volet-contact a.close {
    margin: 12px auto 0 auto; }
  #volet-contact > div {
    position: absolute;
    top: calc(50vh - 70px + 65px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 300px; }
    #volet-contact > div h2 {
      font-size: 2em; }
  #volet-contact .coordonnees {
    width: 300px;
    bottom: 15px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
    #volet-contact .coordonnees li {
      font-size: 0.88em; } }
@media screen and (min-height: 750px) {
  #volet-contact img.name {
    display: block;
    width: 200px;
    padding: 20px 10px 0 0;
    margin: auto;
    position: fixed;
    left: 50%;
    top: calc(-66px - 6.5vh);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  #volet-contact > div {
    top: calc(50vh - 43px + 65px); } }
#volet-legals {
  position: fixed;
  z-index: 2;
  width: 100%;
  background: white;
  height: 100vh;
  top: 0;
  left: 100%;
  transition: all .22s ease-in-out; }
  #volet-legals a.close {
    position: relative;
    width: 25px;
    height: 25px;
    display: block;
    margin: 20px auto 0 auto; }
    #volet-legals a.close span:nth-child(1) {
      width: 35.35px;
      height: 2px;
      background: #f3d231;
      transform: rotate(-45deg);
      display: block;
      position: absolute;
      top: 12px;
      left: -5px; }
    #volet-legals a.close span:nth-child(2) {
      width: 35.35px;
      height: 2px;
      background: #f3d231;
      transform: rotate(45deg);
      display: block;
      position: absolute;
      top: 12px;
      left: -5px; }
  #volet-legals h2 {
    text-align: center;
    margin-top: 25px; }
  #volet-legals div {
    height: calc(90vh - 110px);
    width: 90%;
    max-width: 500px;
    margin: 40px auto 0 auto;
    overflow-y: scroll; }
    #volet-legals div p {
      padding: 0 30px;
      font-size: 0.94em; }

#volet-legals.opened {
  left: 0%; }

ul#socials {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }
  ul#socials li {
    display: inline-block; }
    ul#socials li a {
      display: block;
      height: 43px;
      width: 43px;
      border-radius: 21.5px;
      margin: 0 5px; }
  ul#socials li.facebook a {
    background: url(https://akoustik.net/wp-content/themes/akoustik/img/facebook-icon.svg); }
  ul#socials li.twitter a {
    background: url(https://akoustik.net/wp-content/themes/akoustik/img/twitter-icon.svg); }
  ul#socials li.linkedin a {
    background: url(https://akoustik.net/wp-content/themes/akoustik/img/linkedin-icon.svg); }

ul#socials:before {
  content: "Suivez-nous";
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 90px; }

@media screen and (min-width: 600px) {
  ul#socials {
    left: initial;
    right: 0;
    top: 50vh;
    transition: all .13s ease-in-out; }
    ul#socials li {
      display: block; }
      ul#socials li a {
        height: 25px;
        width: 25px;
        border-radius: 12.5px;
        margin: 11px 0; }

  ul#socials:before {
    transform: rotate(90deg);
    top: -51px;
    left: -26.5px;
    width: 76px;
    font-size: 0.85em; }

  ul#socials.hidden {
    right: -50px;
    top: calc(50vh - 40px); } }
ul#undernav {
  display: none; }

@media screen and (min-height: 600px) and (min-width: 1024px) {
  .home ul#undernav {
    display: block;
    z-index: 1;
    position: fixed;
    transform: rotate(-90deg);
    top: calc(50vh + 10px);
    left: -210px;
    transition: all .13s ease-in-out; }
    .home ul#undernav li {
      float: right;
      margin-left: 40px; }
      .home ul#undernav li a {
        color: #3c3c3b;
        height: 15px;
        padding: 3px 14px 3px 14px;
        font-size: 0.95em;
        transition: all .35s ease-in-out;
        border-radius: 10.5px; }
    .home ul#undernav li.active a {
      background: #3c3c3b;
      color: white; }
  .home ul#undernav.hidden {
    left: -280px;
    top: calc(50vh - 50px); } }
footer {
  color: white; }
  footer a {
    color: white; }
  footer #contactus {
    padding: 80px 0;
    text-align: center;
    color: #3c3c3b; }
  footer #informations {
    position: relative;
    background: #3c3c3b;
    padding: 20px 0;
    text-align: center; }
    footer #informations img.name {
      width: 282px;
      display: block;
      margin: auto;
      padding-right: 7px; }
    footer #informations img.baseline {
      margin: 50px 0 10px 0;
      width: 323px;
      padding-right: 2px; }
    footer #informations .undernav-links {
      display: none; }
    footer #informations .menu {
      display: none; }
    footer #informations .coordonnees {
      padding-left: 35px;
      display: block;
      width: 272px;
      margin: auto;
      font-family: 'Bariol'; }
      footer #informations .coordonnees li {
        position: relative;
        margin: 25px 0;
        font-size: 1.25em;
        line-height: 1.5;
        padding-left: 35px;
        text-align: left; }
      footer #informations .coordonnees li:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        display: block;
        height: 25px;
        width: 25px; }
      footer #informations .coordonnees li.tel:before {
        background: url(https://akoustik.net/wp-content/themes/akoustik/img/icon-tel.svg); }
      footer #informations .coordonnees li.mail:before {
        background: url(https://akoustik.net/wp-content/themes/akoustik/img/icon-mail.svg); }
    footer #informations .locations {
      padding-left: 35px;
      display: block;
      width: 272px;
      margin: auto;
      font-family: 'Bariol'; }
      footer #informations .locations li {
        position: relative;
        margin: 25px 0;
        font-size: 1.25em;
        line-height: 1.5;
        padding-left: 35px;
        text-align: left; }
      footer #informations .locations li:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        display: block;
        height: 25px;
        width: 25px; }
      footer #informations .locations li.location:before {
        background: url(https://akoustik.net/wp-content/themes/akoustik/img/icon-location.svg); }
    footer #informations #mentions {
      background: #f3d231;
      color: #3c3c3b;
      padding: 15px 20px 16.5px 20px;
      margin-top: 15px;
      text-align: center; }
      footer #informations #mentions a {
        color: #3c3c3b; }
  footer #informations:before, footer #informations:after {
    content: "";
    display: block;
    background: #f3d231;
    width: 1px;
    height: 47px;
    transform: rotate(-45deg);
    position: absolute; }
  footer #informations:before {
    left: 16px;
    top: 50px; }
  footer #informations:after {
    right: 16px;
    top: 259px; }

@media screen and (min-width: 900px) {
  footer #contactus {
    padding: 110px 0;
    text-align: center;
    color: #3c3c3b; }
  footer #informations img.baseline {
    margin: 55px 0 40px 0;
    width: 400px;
    padding-right: 0;
    margin-right: -20px; }
  footer #informations .undernav-links {
    display: block;
    position: absolute;
    left: calc(18% - 126px);
    top: 93px;
    text-align: left;
    font-size: 1.25em;
    line-height: 2.2; }
  footer #informations .menu {
    display: block;
    position: absolute;
    left: calc(18% + 15px);
    top: 93px;
    text-align: left;
    font-size: 1.25em;
    line-height: 2.2; }
    footer #informations .menu li:last-child {
      display: none; }
  footer #informations .coordonnees {
    position: absolute;
    right: calc(18% - 126px);
    top: 75px; }
  footer #informations .locations {
    width: 84%;
    max-width: 1220px;
    margin: auto;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin-bottom: 65px; }
  footer #informations:before, footer #informations:after {
    height: 74px; }
  footer #informations:before {
    left: calc(50% - 250px);
    top: -10px; }
  footer #informations:after {
    right: calc(50% - 250px);
    bottom: 57px;
    top: initial; } }
.home #slideshow {
  height: calc(100vh - 65px);
  padding-top: 65px; }
  .home #slideshow .slick-dots {
    width: 100px;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
    .home #slideshow .slick-dots li {
      margin: 0; }
      .home #slideshow .slick-dots li button:before {
        color: #3c3c3b;
        opacity: 1;
        font-size: 8px; }
    .home #slideshow .slick-dots li.slick-active button:before {
      color: #f3d231;
      opacity: 1; }
  .home #slideshow .slick-prev, .home #slideshow .slick-next {
    bottom: 6px;
    top: initial;
    width: 14px;
    height: 24px; }
  .home #slideshow .slick-prev {
    left: 20px; }
  .home #slideshow .slick-prev:before {
    content: url(https://akoustik.net/wp-content/themes/akoustik/img/slick-prev.svg); }
  .home #slideshow .slick-next {
    right: 20px; }
  .home #slideshow .slick-next:before {
    content: url(https://akoustik.net/wp-content/themes/akoustik/img/slick-next.svg); }
  .home #slideshow .slick-slide {
    height: calc(100vh - 65px); }
    .home #slideshow .slick-slide a.discover {
      color: #3c3c3b;
      text-transform: uppercase;
      font-weight: 500;
      display: inline-block;
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .home #slideshow .slick-slide a.discover:before {
      content: url(https://akoustik.net/wp-content/themes/akoustik/img/triangle.svg);
      width: 30px;
      display: block;
      margin-left: calc(50% - 15px); }
    .home #slideshow .slick-slide .slick-counter {
      display: none; }
  .home #slideshow #slide-1 img.logo-big {
    width: 260px;
    position: absolute;
    left: 50%;
    top: 18vh;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  .home #slideshow #slide-1 img.baseline-big {
    width: 325px;
    position: absolute;
    left: 50%;
    top: calc(20vh + 159px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  .home #slideshow #slide-1 p.bienvenue {
    display: none; }
  .home #slideshow #slide-1 img.illu {
    width: 100px;
    height: 100px;
    position: absolute;
    display: block; }
  .home #slideshow #slide-1 img.illu-A {
    top: 5vh;
    left: 6vw; }
  .home #slideshow #slide-1 img.illu-B {
    top: 12vh;
    right: 5vw; }
  .home #slideshow #slide-1 img.illu-C {
    bottom: calc(10vh + 55px);
    left: 6vw; }
  .home #slideshow #slide-1 img.illu-D {
    bottom: calc(10vh + 55px);
    right: 6vw; }
  .home #slideshow #slide-1 img.illu-fond {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 115vw;
    height: 115vw;
    opacity: 0.045;
    position: absolute;
    left: 50%;
    top: 35vh; }
  .home #slideshow #slide-2 .title, .home #slideshow #slide-3 .title, .home #slideshow #slide-4 .title, .home #slideshow #slide-5 .title {
    position: absolute;
    top: 24vh;
    left: 2.5%;
    font-size: 2.2em; }
  .home #slideshow #slide-2 .title:after, .home #slideshow #slide-3 .title:after, .home #slideshow #slide-4 .title:after, .home #slideshow #slide-5 .title:after {
    display: none; }
  .home #slideshow #slide-2 .title:before, .home #slideshow #slide-3 .title:before, .home #slideshow #slide-4 .title:before, .home #slideshow #slide-5 .title:before {
    content: url(https://akoustik.net/wp-content/themes/akoustik/img/illu-mini.svg);
    width: 70px;
    height: 25px;
    position: absolute;
    top: -52px;
    left: -10px; }
  .home #slideshow #slide-2 a.cta.cta-yellow, .home #slideshow #slide-3 a.cta.cta-yellow, .home #slideshow #slide-4 a.cta.cta-yellow, .home #slideshow #slide-5 a.cta.cta-yellow {
    position: absolute;
    padding: 8px 35px 0 35px;
    height: 20px;
    border-radius: 14px;
    font-size: 0.9em;
    bottom: calc(14vh + 71px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  .home #slideshow #slide-2 img.illu-big, .home #slideshow #slide-3 img.illu-big, .home #slideshow #slide-4 img.illu-big, .home #slideshow #slide-5 img.illu-big {
    width: 280px;
    height: 250px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 37.5vh;
    z-index: -1; }
  .home #slideshow #slide-2 img.illu-metier, .home #slideshow #slide-3 img.illu-metier, .home #slideshow #slide-4 img.illu-metier, .home #slideshow #slide-5 img.illu-metier {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 6vw;
    top: 6vh; }
  .home #slideshow #slide-2 img.tile1, .home #slideshow #slide-3 img.tile1, .home #slideshow #slide-4 img.tile1, .home #slideshow #slide-5 img.tile1 {
    width: 60px;
    height: 60px;
    left: 13vw;
    top: 4vh;
    position: absolute; }
  .home #slideshow #slide-2 img.tile2, .home #slideshow #slide-3 img.tile2, .home #slideshow #slide-4 img.tile2, .home #slideshow #slide-5 img.tile2 {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 26vh;
    right: 4vw; }

@media screen and (min-height: 600px) and (min-width: 1024px) {
  .home #slideshow {
    height: 100vh;
    padding-top: 0; }
    .home #slideshow .slick-dots {
      right: calc(25% - 160.5px + 76px);
      top: 50vh;
      bottom: initial;
      left: initial;
      transform: none; }
    .home #slideshow .slick-prev, .home #slideshow .slick-next {
      transform: rotate(90deg);
      z-index: 1; }
    .home #slideshow .slick-prev {
      top: calc(50vh - 27px);
      right: calc(25% - 160.5px + 30px);
      left: initial; }
    .home #slideshow .slick-next {
      top: calc(50vh + 20px);
      right: calc(25% - 160.5px + 30px); }
    .home #slideshow .slick-slide {
      height: 100vh; }
      .home #slideshow .slick-slide a.discover {
        font-weight: 700;
        bottom: calc(2vh + 20px); }
      .home #slideshow .slick-slide a.discover:before {
        padding-bottom: 4px; }
      .home #slideshow .slick-slide .slick-counter {
        display: inline-block;
        position: absolute;
        top: calc(50vh - 3px);
        right: calc(25% - 160.5px + 15px);
        font-size: 1.46em; }
    .home #slideshow #slide-1 img.logo-big {
      width: 321px;
      top: 29vh; }
    .home #slideshow #slide-1 img.baseline-big {
      width: 406px;
      top: calc(37vh + 169px); }
    .home #slideshow #slide-1 p.bienvenue {
      display: inline-block;
      position: absolute;
      left: calc(25% - 160.5px + 40px);
      top: 50vh;
      font-size: 1.6em;
      font-weight: 400;
      letter-spacing: 0.12em; }
    .home #slideshow #slide-1 img.illu {
      width: 150px;
      height: 150px; }
    .home #slideshow #slide-1 img.illu-A {
      top: 14vh;
      left: 19vw; }
    .home #slideshow #slide-1 img.illu-B {
      top: 22vh;
      right: 18vw; }
    .home #slideshow #slide-1 img.illu-C {
      bottom: 20vh;
      left: 11vw; }
    .home #slideshow #slide-1 img.illu-D {
      bottom: 12vh;
      right: 13vw; }
    .home #slideshow #slide-1 img.illu-fond {
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      width: 88vh;
      height: 88vh;
      left: 50%;
      top: 50vh; }
    .home #slideshow #slide-2 .title, .home #slideshow #slide-3 .title, .home #slideshow #slide-4 .title, .home #slideshow #slide-5 .title {
      font-size: 2.9em;
      position: absolute;
      top: 39.5vh;
      left: 9%; }
    .home #slideshow #slide-2 a.cta.cta-yellow, .home #slideshow #slide-3 a.cta.cta-yellow, .home #slideshow #slide-4 a.cta.cta-yellow, .home #slideshow #slide-5 a.cta.cta-yellow {
      position: absolute;
      top: calc(39.5vh + 110px);
      left: calc(9% + 24px);
      transform: none; }
    .home #slideshow #slide-2 img.illu-big, .home #slideshow #slide-3 img.illu-big, .home #slideshow #slide-4 img.illu-big, .home #slideshow #slide-5 img.illu-big {
      height: 70vh;
      width: 77vh;
      top: 50vh; }
    .home #slideshow #slide-2 img.illu-metier, .home #slideshow #slide-3 img.illu-metier, .home #slideshow #slide-4 img.illu-metier, .home #slideshow #slide-5 img.illu-metier {
      width: 250px;
      height: 250px;
      right: calc(46% - 41vh);
      top: 11vh; }
    .home #slideshow #slide-2 img.tile1, .home #slideshow #slide-3 img.tile1, .home #slideshow #slide-4 img.tile1, .home #slideshow #slide-5 img.tile1 {
      left: 24vw;
      top: 15vh; }
    .home #slideshow #slide-2 img.tile2, .home #slideshow #slide-3 img.tile2, .home #slideshow #slide-4 img.tile2, .home #slideshow #slide-5 img.tile2 {
      width: 125px;
      height: 125px;
      bottom: 25vh;
      right: 17.5vw; } }
.home #metiers img.logo {
  width: 270px;
  margin-left: calc(50% - 5px);
  display: block;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }
.home #metiers img.fond1 {
  display: none; }
.home #metiers img.fond2 {
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 300px;
  opacity: 0.32; }
.home #metiers h3 {
  font-size: 2.5em;
  margin: 30px 0 15px 0;
  padding: 0 8.5%; }
.home #metiers p {
  font-family: 'Bariol';
  padding: 0 8.5%; }

@media screen and (min-height: 600px) and (min-width: 1024px) {
  .home #metiers img.logo {
    position: absolute;
    left: 0%;
    top: 20vh;
    margin-left: 0;
    transform: none;
    width: 35%; }
  .home #metiers img.fond1 {
    display: block;
    position: absolute;
    top: -1vh;
    right: -8vw;
    width: 54vw;
    opacity: 0.32; }
  .home #metiers img.fond2 {
    bottom: 9vh;
    left: -4vw;
    width: auto;
    height: 52vh; }
  .home #metiers > div {
    position: absolute;
    bottom: 23vh;
    right: 0;
    width: 70%; }
    .home #metiers > div #atouts {
      width: 38%;
      float: left; }
    .home #metiers > div #metier {
      width: 52%;
      float: left;
      margin-left: 10%; }
    .home #metiers > div h3 {
      margin: 0 0 15px 0;
      padding: 0; }
    .home #metiers > div p {
      padding: 0;
      margin-bottom: 7px; } }
.home #architecture .title, .home #industrie .title, .home #environnement .title {
  font-size: 2.2em;
  padding: 0px 0 32px 0; }
.home #architecture .title:after, .home #industrie .title:after, .home #environnement .title:after {
  left: -33px; }
.home #architecture img, .home #industrie img, .home #environnement img {
  width: 100vw;
  margin-left: -10vw; }
.home #architecture p, .home #industrie p, .home #environnement p {
  color: #3c3c3b;
  font-size: 1.15em;
  font-weight: 300;
  margin-top: 30px; }
.home #architecture .illu-metier, .home #industrie .illu-metier, .home #environnement .illu-metier {
  width: 150px;
  height: 150px;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }
.home #architecture .fond-illu-metier, .home #industrie .fond-illu-metier, .home #environnement .fond-illu-metier {
  width: 110px;
  height: 110px;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 130px; }
.home #architecture ul, .home #industrie ul, .home #environnement ul {
  position: relative;
  border-left: 1px solid #f3d231;
  margin: 40px 0 50px 0;
  padding: 7px 0; }
  .home #architecture ul li, .home #industrie ul li, .home #environnement ul li {
    margin: 10px 0 10px 22px;
    font-weight: 400; }
.home #architecture ul:after, .home #architecture ul:before, .home #industrie ul:after, .home #industrie ul:before, .home #environnement ul:after, .home #environnement ul:before {
  content: "";
  height: 1px;
  background: #f3d231;
  display: block;
  position: absolute;
  width: 32px; }
.home #architecture ul:after, .home #industrie ul:after, .home #environnement ul:after {
  bottom: 0;
  left: 0; }
.home #architecture ul:before, .home #industrie ul:before, .home #environnement ul:before {
  top: 0;
  left: 0; }
.home #architecture a.cta, .home #industrie a.cta, .home #environnement a.cta {
  margin: auto;
  display: block;
  width: 156px; }
.home a.suite {
  font-weight: 600;
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #3c3c3b;
  margin: 75px 0 20px 0; }
.home a.suite:after {
  width: 21px;
  height: 90px;
  position: absolute;
  top: -25px;
  left: calc(50% - 10.5px);
  content: url(https://akoustik.net/wp-content/themes/akoustik/img/arrow-bas.svg);
  display: block;
  z-index: -1; }

@media screen and (min-height: 600px) and (min-width: 1024px) {
  .home #architecture .title, .home #industrie .title, .home #environnement .title {
    font-size: 3.2em; }
  .home #architecture .title:after, .home #industrie .title:after, .home #environnement .title:after {
    width: 290px;
    top: 48px;
    left: -90px; }
  .home #architecture img, .home #industrie img, .home #environnement img {
    width: 69%;
    margin-left: 0; }
  .home #architecture p, .home #industrie p, .home #environnement p {
    width: 36%; }
  .home #architecture .illu-metier, .home #industrie .illu-metier, .home #environnement .illu-metier {
    width: 190px;
    height: 190px;
    margin-left: 0;
    position: absolute;
    transform: none;
    left: calc(73.2% - 20px);
    top: 12vh; }
  .home #architecture .fond-illu-metier, .home #industrie .fond-illu-metier, .home #environnement .fond-illu-metier {
    width: 120px;
    height: 120px;
    margin-left: 0;
    transform: none;
    left: calc(73.2% - 7px);
    top: calc(12vh + 47px); }
  .home #architecture ul, .home #industrie ul, .home #environnement ul {
    position: absolute;
    left: 73.2%;
    top: calc(17vh + 134px);
    margin: 0; }
  .home #architecture a.cta, .home #industrie a.cta, .home #environnement a.cta {
    position: absolute;
    top: calc(17vh + 17.542vw + 169px);
    right: 31%; }
  .home a.suite {
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0; } }
#background {
  width: 100%;
  height: 100vh;
  background-image: url(https://akoustik.net/wp-content/themes/akoustik/img/fond-quadrille.svg);
  background-size: cover;
  position: fixed;
  background-position: center;
  z-index: -1; }

section {
  position: relative;
  padding: 110px 0 0 0; }

#wrapper {
  padding: 0 3% 0 3%; }

.home #wrapper {
  padding: 0px 10% 0 10%; }

@media screen and (min-height: 600px) and (min-width: 1024px) {
  section {
    min-height: 83vh;
    position: relative;
    padding: 17vh 0 0 0; }

  #wrapper {
    padding: 0 12% 0 12%; }

  .home #wrapper {
    padding: 0px 12% 0 12%; }

  .single section {
    min-height: 50vh; } }
article {
  position: relative; }
  article .thumb {
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,.4), Direction=NaN, Strength=5);
    width: 100%; }
  article time {
    width: 40px;
    float: left;
    font-size: 1.25em;
    text-transform: uppercase;
    text-align: right;
    padding-top: 10px;
    font-weight: 100;
    color: black; }
  article .blog-title {
    font-size: 1.5em;
    text-transform: none;
    padding-top: 10px;
    padding-left: 60px;
    font-weight: 400;
    color: #3c3c3b;
    font-family: 'Roboto', sans-serif;
    letter-spacing: initial; }
  article p {
    padding-left: 60px;
    color: #3c3c3b;
    font-weight: 300; }
  article span.read {
    padding-left: 60px;
    position: relative; }
  article span.read:after {
    content: url(https://akoustik.net/wp-content/themes/akoustik/img/arrow.svg);
    width: 22px;
    height: 10px;
    position: absolute;
    right: -30px;
    top: 1px; }

.archive article {
  margin-bottom: 50px; }

@media screen and (min-width: 600px) {
  .archive section a article {
    width: calc(38% - 22px);
    float: left;
    margin-bottom: 0; }
  .archive section a:nth-of-type(even) article {
    margin-left: 22px;
    padding-right: 12%;
    margin-bottom: 60px; }
  .archive section a:nth-of-type(odd) article {
    margin-right: 22px;
    padding-left: 12%;
    margin-top: 60px; } }
@media screen and (min-width: 600px) {
  .archive section {
    padding: 17vh 0 0 0; }
    .archive section .title {
      font-size: 3.2em;
      padding: 0px 0 50px 0; }
    .archive section .title:after {
      width: 186px;
      top: 23px;
      left: -65px; }

  .single section .title {
    padding: 0px 0 32px 0;
    font-size: 3.2em; }
  .single section .title:after {
    width: 186px;
    top: 23px;
    left: -65px; }
  .single section article img {
    width: calc(50% - 10px);
    float: left; }
  .single section article > div.content {
    width: calc(50% - 10px);
    float: right;
    position: relative; }
    .single section article > div.content time {
      padding-top: 0; }
    .single section article > div.content .blog-title {
      padding-top: 0; }
  .single section article > div.navigation {
    width: calc(50% - 10px);
    float: left;
    position: relative;
    margin-right: 50%; }
    .single section article > div.navigation a[rel="prev"] {
      bottom: initial;
      top: 25px;
      left: 35px; }
    .single section article > div.navigation a[rel="next"] {
      bottom: initial;
      top: 25px;
      right: 35px;
      left: initial; }
    .single section article > div.navigation a.back {
      margin: 65px auto 10px auto; } }
@media screen and (min-width: 900px) {
  .single section article > div.navigation a.back {
    margin: 19px auto 10px auto; } }
.single a[rel="prev"] {
  color: #3c3c3b;
  font-weight: 400;
  font-size: 1.05em;
  position: absolute;
  bottom: 50px;
  right: calc(50% + 20px); }
.single a[rel="prev"]:before {
  content: url(https://akoustik.net/wp-content/themes/akoustik/img/arrow.svg);
  transform: rotate(180deg);
  display: block;
  width: 30px;
  position: absolute;
  top: -2.8px;
  left: -37px; }
.single a[rel="next"] {
  color: #3c3c3b;
  font-weight: 400;
  font-size: 1.1em;
  position: absolute;
  bottom: 50px;
  left: calc(50% + 20px); }
.single a[rel="next"]:after {
  content: url(https://akoustik.net/wp-content/themes/akoustik/img/arrow.svg);
  display: block;
  width: 30px;
  position: absolute;
  top: 1.5px;
  right: -37px; }
.single a.back {
  display: block;
  border: 1px solid #f3d231;
  padding: 7px 21px;
  width: 102px;
  color: #3c3c3b;
  font-weight: 400;
  text-transform: uppercase;
  margin: 86px auto 10px auto;
  font-size: 0.95em; }

.page-id-188 section h1 {
  font-size: 1.2em; }
.page-id-188 article {
  transition: all 1s ease-in-out;
  opacity: 0;
  margin-bottom: 60px; }
  .page-id-188 article div.details {
    padding: 0 20px; }
    .page-id-188 article div.details h2 {
      font-size: 1.5em;
      text-transform: none;
      padding-top: 10px;
      font-weight: 400;
      color: #3c3c3b;
      font-family: 'Roboto', sans-serif;
      margin-bottom: 4px; }
    .page-id-188 article div.details span.location {
      font-size: 1.5em;
      font-weight: 400;
      color: #919191;
      font-family: 'Roboto', sans-serif; }
    .page-id-188 article div.details ul {
      margin-top: 20px; }
      .page-id-188 article div.details ul li {
        padding: 5px 0; }
        .page-id-188 article div.details ul li span.label {
          color: #919191;
          width: 62px;
          display: inline-block;
          padding-right: 50px;
          float: left; }
        .page-id-188 article div.details ul li span.value {
          color: #3c3c3b;
          font-weight: 400;
          float: left; }

@media screen and (min-width: 600px) {
  .page-id-188 section h1 {
    font-size: 1.9em; }
  .page-id-188 article div.details {
    padding: 0; }
    .page-id-188 article div.details h2 {
      padding-top: 0; }
    .page-id-188 article div.details ul li {
      padding: 12px 0;
      float: left;
      width: calc(50% - 5px); }
      .page-id-188 article div.details ul li span.label {
        padding-right: 23px; }
      .page-id-188 article div.details ul li span.value {
        display: inline-block;
        width: calc(100% - 85px); }
    .page-id-188 article div.details ul li.others {
      width: 100%; }
    .page-id-188 article div.details ul li:nth-child(odd) {
      margin-right: 5px; }
    .page-id-188 article div.details ul li:nth-child(even) {
      margin-left: 5px; }
  .page-id-188 article:nth-child(even) .thumb {
    width: calc(50% - 15px);
    float: left; }
  .page-id-188 article:nth-child(even) div.details {
    width: calc(50% - 15px);
    float: right; }
  .page-id-188 article:nth-child(odd) .thumb {
    width: calc(50% - 15px);
    float: right; }
  .page-id-188 article:nth-child(odd) div.details {
    width: calc(50% - 15px);
    float: left; } }
ul#selector-taxonomy li {
  padding: 2px 0; }
  ul#selector-taxonomy li a {
    text-transform: uppercase;
    font-size: 2em;
    border: 1px solid #f3d231;
    padding: 5px 15px;
    display: inline-block;
    color: #3c3c3b; }
ul#selector-taxonomy .slick-prev, ul#selector-taxonomy .slick-next {
  width: 30px; }
ul#selector-taxonomy .slick-prev {
  transform: rotate(180deg);
  top: -29px;
  left: 220px; }
ul#selector-taxonomy .slick-next {
  top: -22.04px;
  right: initial;
  left: 268px; }
ul#selector-taxonomy .slick-prev:before, ul#selector-taxonomy .slick-next:before {
  content: url(https://akoustik.net/wp-content/themes/akoustik/img/arrow.svg); }

@media screen and (min-width: 600px) {
  ul#selector-taxonomy li a {
    font-size: 4em; }
  ul#selector-taxonomy .slick-prev, ul#selector-taxonomy .slick-next {
    width: 45px; }
  ul#selector-taxonomy .slick-prev {
    top: -35px;
    left: 410px; }
  ul#selector-taxonomy .slick-next {
    top: -26.04px;
    left: 468px; } }
ul#selector-sub-taxonomy {
  padding: 12px 0 30px 0;
  margin-left: 76px;
  position: relative;
  width: calc(100% - 76px);
  max-width: 304px;
  transition: all 1s ease-in-out;
  opacity: 0; }
  ul#selector-sub-taxonomy li {
    position: relative;
    padding-left: 14px;
    width: calc(50% - 14px);
    margin-bottom: 6px;
    float: left; }
    ul#selector-sub-taxonomy li a {
      color: #919191;
      font-weight: 400;
      font-size: 1.3em; }
  ul#selector-sub-taxonomy li:nth-of-type(1) {
    position: absolute;
    top: 12px;
    left: -76px; }
  ul#selector-sub-taxonomy li.active a {
    color: black;
    opacity: 1; }
  ul#selector-sub-taxonomy li.active:before {
    width: 5px;
    height: 5px;
    content: "";
    display: block;
    border-radius: 2.5px;
    background: #f3d231;
    position: absolute;
    top: 7px;
    left: 0; }

@media screen and (min-width: 600px) {
  ul#selector-sub-taxonomy {
    padding: 30px 0 62px 0;
    margin-left: 119px;
    width: calc(100% - 119px);
    max-width: 400px; }
    ul#selector-sub-taxonomy li {
      width: calc(33% - 14px);
      margin-bottom: 12px; }
      ul#selector-sub-taxonomy li a {
        font-size: 1em; }
    ul#selector-sub-taxonomy li:nth-of-type(1) {
      top: 29px;
      left: -119px; }
    ul#selector-sub-taxonomy li.active:before {
      top: 4px; } }
body {
  background: #eeeeee;
  overflow: hidden;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #3c3c3b;
  line-height: 1.35; }

h1 {
  font-family: 'Bariol';
  letter-spacing: 0.12em;
  font-size: 2.8em;
  font-weight: 400;
  color: #3c3c3b;
  text-transform: uppercase;
  margin-bottom: 10px; }

h2 {
  font-family: 'Bariol';
  font-size: 1.75em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px; }

h3 {
  font-family: 'Bariol';
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 10px; }

p {
  margin-bottom: 10px; }

a {
  color: #f3d231; }

a.cta {
  border: 1px solid #f3d231;
  display: inline-block;
  height: 25px;
  border-radius: 17.5px;
  color: #3c3c3b;
  padding: 10px 20px 0 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.12em; }

a.cta:hover {
  background: #f3d231; }

a.cta.cta-yellow {
  background: #f3d231;
  font-size: 1.25em;
  font-weight: 600;
  height: 32px;
  border-radius: 22px;
  padding: 12px 40px 0 40px; }

.title {
  font-family: 'Bariol';
  letter-spacing: 0.12em;
  font-size: 2.6em;
  font-weight: 300;
  color: #3c3c3b;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  padding: 0px 0 32px 22px;
  line-height: 1.2; }
  .title span {
    font-size: 0.6em; }

.title:after {
  content: "";
  width: 137px;
  height: 1px;
  display: block;
  position: absolute;
  top: 22px;
  left: -13px;
  transform: rotate(-45deg);
  background: #f3d231; }

.clear {
  clear: both;
  display: block; }

ul#selector-sub-taxonomy.appear {
  opacity: 1; }

.page-id-188 article.appear {
  opacity: 1; }

/*# sourceMappingURL=style.css.map */




.privacy-policy #wrapper h1, .page-id-222 #wrapper h1{
      margin-top:150px;
}