@charset "UTF-8";
/*!
Theme Name: PAM Studio
Theme URI: https://pamstudio.co
Description: Thème PAM Studio
Version: 1.0
Author: PAM Studio
Author URI: https://pamstudio.co
*/
/*
100		thin
200 	extra light (ultra light)
300		light
400		normal, regular, book
500		medium
600		semi bold (demi bold)
700		bold
800		extra bold (ultra bold)
900		black (heavy)
*/
/* Letter-spacing: 1000 Photoshop/Illustrator = 1em */
/*
// Au chargement avant scroll dans Safari
iPhone SE 320x460
iPhone 6-7 375x560
iPhone X 375x609
*/
@font-face {
  font-family: 'Circular Std';
  src: url("fonts/CircularStd-Medium.woff2") format("woff2"), url("fonts/CircularStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Circular Std';
  src: url("fonts/CircularStd-MediumItalic.woff2") format("woff2"), url("fonts/CircularStd-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Circular Std';
  src: url("fonts/CircularStd-Black.woff2") format("woff2"), url("fonts/CircularStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Circular Std';
  src: url("fonts/CircularStd-BlackItalic.woff2") format("woff2"), url("fonts/CircularStd-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* PAM */
input, textarea {
  outline: 0; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  /* appearance: none; -moz-appearance: none; -webkit-appearance:none; */
  outline: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  position: relative; }

::-moz-selection {
  color: #fff;
  background: #000; }

::selection {
  color: #fff;
  background: #000; }

html, body {
  min-height: 100vh; }

html {
  background: #000; }

body {
  background: #F9F5F0; }

body, input, textarea, select {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-family: 'Circular Std', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  border-radius: 0; }

b, strong {
  font-weight: 900; }

a {
  cursor: pointer;
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

img {
  display: block;
  /* max-width: 100% */ }

.clear {
  position: relative;
  display: block;
  clear: both; }

.wrapper {
  position: relative;
  width: 1220px;
  margin: 0 auto; }

.none {
  opacity: 0;
  pointer-events: none; }

::-webkit-input-placeholder {
  color: #607C86; }

::-moz-placeholder {
  color: #607C86; }

:-ms-input-placeholder {
  color: #607C86; }

:-moz-placeholder {
  color: #607C86; }

.mobileOnly {
  display: none; }

.desktopOnly {
  display: block; }

@media (max-width: 540px) {
  .mobileOnly {
    display: block; }
  .desktopOnly {
    display: none; } }

/* touch device */
/* touch */
/* mouse */
/* IE */
/* Edge */
html.pc {
  width: calc(100vw - 0px);
  overflow-x: hidden; }

html.old_osx {
  width: calc(100vw - 0px);
  overflow-x: hidden; }

.wrapper {
  width: 1400px;
  margin: 0 auto; }

@media (max-width: 1580px) {
  .wrapper {
    width: calc(100% - 180px); } }

.siteHeader {
  padding: 50px 0; }

.siteHeader__logo {
  width: 200px; }

.siteHeader__logo img {
  width: 100%; }

a {
  text-decoration: none; }

a:hover {
  color: #61FF00; }

.nav {
  position: fixed;
  top: 0;
  left: 50%;
  width: 500px;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 15px 0 0 0; }

.nav a {
  padding: 0 5px;
  margin-left: -5px; }

.nav__col {
  width: 250px;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
          flex: 50%; }

.nav__link--boutique {
  pointer-events: none;
  opacity: 0.3; }

.nav__link--current {
  background: #61FF00;
  color: #000; }

sup {
  display: inline-block;
  vertical-align: text-top;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  letter-spacing: 1px;
  font-size: 40%; }

.nav__behind {
  pointer-events: none;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 145px;
  background: #FAF5F1; }

.nav:hover .nav__behind {
  opacity: 1; }

.nav__link--current:hover {
  color: #000; }

.debut {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #DD869D;
  margin-top: -50px; }

.debut div {
  -webkit-box-flex: 33.33%;
  -webkit-flex: 33.33%;
          flex: 33.33%;
  text-align: center; }

.debut__illustration {
  width: 535px; }

.debut__illustration img {
  width: 100%; }

.title {
  font-size: 350%;
  margin-left: -0.05em; }

.title--white {
  color: #fff; }

.title--right {
  text-align: right; }

.elles {
  margin-top: 200px; }

.elles__title {
  padding-left: 50%;
  margin-bottom: 50px; }

.elles__photo {
  position: absolute;
  width: 55%;
  left: -5%;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px); }

.elles__text {
  text-align: left;
  max-width: calc(50% + 360px);
  z-index: 1;
  padding: 0 0 0 50%;
  margin-bottom: 100px; }

.elles__catchline {
  position: absolute;
  top: 100vh;
  width: 100%;
  margin: -350px 0 0px 0;
  z-index: 0;
  font-size: 650%;
  color: #61FF00;
  text-align: center;
  line-height: 1.3; }

.elles__tapenade {
  margin: 0 auto;
  width: 450px; }

.elles__tapenade img {
  width: 100%; }

.elles__more--hidden {
  display: none; }

.elles__text p {
  margin: 25px 0; }

.aboutBeauty {
  color: #E9BEBF;
  font-style: italic; }

a.more {
  opacity: 0.4;
  display: inline-block;
  margin-top: 25px; }

.events {
  margin-top: 100px; }

.events__title {
  color: #E9BEBF;
  color: #fff;
  margin-bottom: 50px; }

.accordeon__itemContent--hide {
  display: none; }

.accordeon__item {
  padding: 20px 0; }

.accordeon__item + .accordeon__item {
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

.accordeon__items--right .accordeon__link {
  padding-left: 50%; }

.accordeon__link--soon::before {
  content: 'À VENIR';
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px); }

.accordeon__itemContent {
  margin-top: 25px;
  padding: 25px 0 0 50%;
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

.accordeon__itemContent h6 {
  font-size: 100%;
  color: #DD869D;
  margin-bottom: 25px; }

.accordeon__itemContent h2 {
  font-size: 150%;
  color: #E9BEBF;
  margin-bottom: 25px; }

.owl-carousel .owl-stage-outer {
  overflow: visible !important; }

.owl-carousel {
  margin-top: 50px; }

.owl-carousel, .owl-carousel * {
  cursor: -webkit-grab;
  cursor: grab; }

.events {
  overflow: hidden; }

.visual {
  overflow: hidden;
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  margin: 100px 0 50px 0;
  text-align: center; }

.visual img {
  z-index: 8;
  display: inline-block;
  height: 70%;
  top: 15vh; }

.conferences__title {
  margin-top: 50px;
  color: #E9BEBF; }

.conferences__link.accordeon__link--soon::before {
  display: none; }

.accordeon__itemContent--left {
  padding: 50px 0 0 0; }

.accordeon__itemContent p {
  margin: 25px 0; }

.ateliers {
  margin: 50px auto;
  padding: 50px 0; }

.ateliers::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #E9BEBF; }

.ateliers__link.accordeon__link--soon::before {
  display: none; }

.bleuFarine {
  overflow: hidden; }

.bleuFarine__title {
  color: #E9BEBF; }

.bleuFarine__item {
  display: none !important; }

.bleuFarine__item--current {
  opacity: 0;
  -webkit-animation: 1s 0.5s oknew forwards;
          animation: 1s 0.5s oknew forwards;
  display: block !important; }

@-webkit-keyframes oknew {
  to {
    opacity: 1; } }

@keyframes oknew {
  to {
    opacity: 1; } }

.bleuFarine__slider {
  margin-top: 10px; }

.bleuFarine__content {
  padding-right: 50px; }

.bleuFarine__nav {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 0 25px 0;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }

.bleuFarine__navItem {
  text-align: center; }

.bleuFarine__navItem--current a {
  color: #61FF00; }

.bleuFarine__navItem:first-of-type {
  text-align: left; }

.bleuFarine__navItem:last-of-type {
  text-align: right; }

.bleuFarine .owl-carousel {
  width: 100%; }

.blocks-gallery-item {
  width: 100% !important; }

.blocks-gallery-item figure {
  width: 100%;
  display: block; }

.bleuFarine .owl-carousel .owl-stage-outer {
  overflow: hidden !important; }

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  pointer-events: none;
  z-index: 0;
  display: none; }

video {
  opacity: 0.7;
  position: fixed;
  pointer-events: none;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  /* mix-blend-mode: soft-light; */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }

main {
  z-index: 1; }

.footer {
  margin-top: 50px;
  padding: 50px 0; }

.footer__col {
  float: left; }

.footer__col--first {
  width: 20%; }

.footer__col--middle {
  color: #fff;
  width: 40%; }

.footer__col--last {
  width: 40%;
  margin-right: 0; }

.footer::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #E9BEBF; }

.footer::after {
  content: '';
  display: block;
  clear: both; }

.footer__cta {
  display: inline-block;
  margin-top: -3px;
  color: #fff;
  padding: 15px 25px;
  background: #287C76; }

.footer__col--middle {
  text-align: center;
  font-size: 300%;
  line-height: 0.9; }

/* owl */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* smooth baptiste */
/*
@media (min-width: 1025px) {
	.is-virtual-scroll{overflow:hidden}.is-native-scroll.y-scroll{overflow-y:scroll;overflow-x:hidden}.is-native-scroll.x-scroll{overflow-y:hidden;overflow-x:scroll}.vs-section{position:fixed;top:0;right:0;left:0;width:100%;height:auto;margin:auto;will-change:transform}.vs-scrollbar{display:block;position:absolute;transition:transform 0.6s}.vs-scrollbar.vs-vertical{top:0;right:-5px;bottom:0;width:15px;height:100%;transform:translate3d(5px,0,0)}.vs-scrollbar.vs-horizontal{bottom:-5px;left:0;right:0;width:100%;height:15px;transform:translate3d(0,5px,0)}.is-dragging .vs-scrollbar.vs-horizontal,.is-dragging .vs-scrollbar.vs-vertical,.vs-scrollbar.vs-horizontal:hover,.vs-scrollbar.vs-vertical:hover{transform:none}.vs-scrollbar .vs-scrolldrag{width:100%;height:auto;background:#ccc;cursor:pointer}.vs-scroll-view{position:relative;width:1px}
}
*/
a.burger {
  display: none; }

@media (max-width: 1100px) {
  body {
    font-size: 16px; }
  .footer__col--first {
    font-size: 25%; }
  .footer__col--middle {
    width: 35%;
    padding-top: 1px; } }

@media (max-width: 1023px) {
  .wrapper {
    width: calc(100% - 90px); }
  .siteHeader__logo {
    width: 140px; }
  .nav {
    width: 400px; }
  .elles {
    margin-top: 100px; }
  .accordeon__items--right .accordeon__link {
    padding-left: 0; }
  .accordeon__itemContent {
    padding: 25px 0 0 0; }
  .bleuFarine__nav {
    letter-spacing: 2px;
    font-size: 80%; }
  .footer__col--first {
    display: none; }
  .footer__col {
    width: 50%; }
  .footer__col--middle {
    text-align: left; } }

@media (max-width: 767px) {
  .nav {
    padding: 26px 30px 30px 30px;
    font-size: 105%;
    line-height: 2;
    display: block;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .nav__behind {
    height: 100%;
    opacity: 1; }
  .nav--ok {
    -webkit-transform: none;
            transform: none; }
  .nav__col {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
            flex: unset; }
  a.burger {
    position: fixed;
    display: block;
    z-index: 88;
    top: 30px;
    right: 30px; }
  .siteHeader {
    padding: 30px 0; }
  .wrapper {
    width: calc(100% - 60px); }
  .debut {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-top: 0; }
  .debut div {
    -webkit-box-flex: 100% !important;
    -webkit-flex: 100% !important;
            flex: 100% !important; }
  .debut__name {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .debut__illustration {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .elles__catchline {
    font-size: 250%;
    margin: -210px 0 0px 0; }
  .elles {
    margin-top: 50px; }
  .elles__title {
    padding-left: 0; }
  .title {
    font-size: 180%; }
  .elles__photo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none; }
  .elles__text {
    padding: 0;
    margin-bottom: 50px; }
  a.more {
    margin-top: 0; }
  .elles__tapenade {
    width: 100%; }
  .events {
    margin-top: 50px; }
  .events__title {
    margin-bottom: 10px; }
  .visual {
    margin: 50px 0 50px 0; }
  .title--right {
    text-align: left; }
  .ateliers {
    margin: 50px auto 20px auto; }
  .bleuFarine__nav {
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .bleuFarine__nav li {
    margin-right: 30px; }
  .owl-carousel {
    margin-top: 0; }
  .bleuFarine::before {
    z-index: 7;
    content: '';
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 20px;
    background: #F9F5F0; }
  .footer {
    margin-top: 0;
    padding: 30px 0; }
  .footer__col--middle {
    font-size: 200%;
    width: 100%; }
  .footer__col--last {
    line-height: 2;
    margin-top: 10px;
    width: 100%;
    font-size: 70%; } }
/*# sourceMappingURL=style.css.map */