@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
/* theme settings */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.5;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

/* LAYOUT */
/* LAYOUT */
hr {
  margin: 30px 0;
}

.w-100 {
  width: 100%;
}

/* backgrounds */
.bg-white {
  background: #FFF;
}

.section {
  position: relative;
  padding: 120px 0;
  overflow: hidden !important;
}

.section-high {
  position: relative;
  padding: 180px 0;
  overflow: hidden !important;
}

/* ----------------------- */
/* uncomment if bootstrap grid isn't apply in header tag */
/* ----------------------- */
.container {
  position: relative;
  padding: 0 20px;
}

.page-content {
  position: relative;
  z-index: 1;
  background: #f4f5f7;
  margin-bottom: 70px;
}

.site-footer {
  position: relative;
  background: #ff4886;
}

.site-footer::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url("../img/echelle-monoyer.svg") no-repeat center;
  background-size: contain;
  opacity: 0.5;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.site-footer-info {
  z-index: 2;
  color: #FFF;
}

.site-footer-info strong {
  text-transform: uppercase;
}

.credits {
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  font-size: 13px;
  line-height: 70px;
  background: #000;
  color: #f4f5f7;
}

/* about section -> */
.about {
  position: relative;
}

.about-shop-banner {
  width: 100%;
  height: 300px;
  background: url("../img/about-banner-shop.jpg") no-repeat center center scroll;
  background-size: cover;
}

.about-text {
  position: relative;
  background: #ff4886;
  color: #FFF;
  padding: 8%;
}

.portrait-nathalie-mornet {
  position: relative;
  top: 0;
  left: 0;
  max-width: 300px;
}

.about-link-social {
  font-size: 1.5em;
  color: #242424;
  display: inline;
}

/* OFFER */
.section-second-pair-offer {
  position: relative;
  background: pink url("../img/bg-seconde-paire.jpg") no-repeat center center scroll;
  background-size: cover;
}

.offer {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.offer-top {
  position: relative;
  background: url("../img/top-bar-offer.png") no-repeat center center;
  background-size: cover;
  overflow-x: hidden;
  height: 78px;
}

.offer-content {
  background: #ffffff;
  padding: 30px;
}

.offer-content h2 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.offer-content h2 sup {
  top: -10px;
}

.offer-content h2 strong {
  color: #ff4886;
  font-weight: 700;
}

.offer-content em {
  font-size: 12px;
  font-family: 'georgia', serif;
}

/* contact lens section mobile */
.contact-lens {
  background: url("../img/bg-contact-lens.jpg") no-repeat left center scroll;
  background-size: cover;
}

/* sight default page*/
.sight-defaults {
  position: relative;
}

.partners {
  position: relative;
}

.glasses-section {
  position: relative;
  background: #FFF;
}

/* Contact page */
.contact-page {
  position: relative;
}

.visions {
  list-style: none;
  width: 100%;
}

.visions li {
  padding: 0;
  margin: 0;
}

.circle-pink, .circle-blue, .circle-white {
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 30px;
  float: left;
  margin-right: 5px;
}

.circle-pink {
  background: #ff4886;
}

.circle-blue {
  background: #55C3EC;
}

.circle-white {
  background: #FFF;
}

/*********************/
/* MEDIA AFTER 769px */
/*********************/
@media screen and (min-width: 769px) {
  .about-shop-banner {
    height: 450px;
    background: url("../img/about-banner-shop.jpg") no-repeat center bottom fixed;
    background-size: cover;
  }
  .section-second-pair-offer {
    background: #E9B3CA url("../img/bg-seconde-paire.jpg") no-repeat center center fixed;
    background-size: cover;
  }
  .offer-top {
    position: relative;
    background: url("../img/top-bar-offer.png") no-repeat center bottom;
    background-size: cover;
    overflow-x: hidden;
    height: 78px;
  }
  .offer-content h2 {
    font-size: 60px;
  }
  /* contact lens section desketop or tablet */
  .contact-lens {
    background: url("../img/bg-contact-lens.jpg") no-repeat left center fixed;
    background-size: cover;
  }
}

/* COMPONENTS :
	# btns & buttons
	# alerts
	# icons
	# forms
*/
/*********/
/* typo  */
/*********/
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

.ta-center {
  text-align: center;
}

.ta-justify {
  text-align: justify;
}

.txt-brand-color {
  color: #ff4886;
}

/* Headings */
.heading, .heading-white {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 105%;
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 40px;
}

.heading::after, .heading-white::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 40px;
  height: 1px;
  background: #ff4886;
}

.heading-white::after {
  background: #FFF;
}

.sub-heading {
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.sub-heading strong {
  font-weight: 700;
}

.site-footer-heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3em;
  color: #000;
}

.serif {
  font-family: Georgia, 'Times New Roman', Times, 'serif';
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  /* *vertical-align: auto; */
  *zoom: 1;
  *display: inline;
}

.monospace {
  font-family: "Courier New", Courier, monospace;
  font-weight: lighter;
}

/* sight default texte*/
.sight-default-text {
  position: relative;
  padding: 40px;
  background: #FFF;
  border-top: 1px solid #dee2e6 !important;
}

.sight-default-text h4 {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px;
  background: #ff4886;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  /* *vertical-align: auto; */
  *zoom: 1;
  *display: inline;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.border-start {
  border-left: 0px !important;
}

.form-legals {
  font-size: 0.8em;
  line-height: 40%;
}

ul.glasses-section-collection {
  display: none;
}

.encadre {
  background: #ff4886;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .border-start {
    border-left: 1px solid #dee2e6 !important;
  }
  /**
       display sidebar navigation on desktop screen
       **/
  ul.glasses-section-collection {
    position: absolute;
    z-index: 100;
    top: 30vh;
    right: 20px;
    list-style: none;
    border-left: 1px solid #000;
    display: block;
  }
  ul.glasses-section-collection li {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1em;
    text-transform: uppercase;
    padding: 10px 0;
  }
  ul.glasses-section-collection li img {
    max-width: 30px;
  }
}

.btn {
  padding: 13px 26px;
  display: inline-block;
  vertical-align: middle;
  /* *vertical-align: auto; */
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  border: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-family: 'Courier New', Courier, monospace;
}

.btn {
  text-transform: uppercase;
}

.btn-primary {
  background: #ff4886;
  color: #FFF !important;
}

.btn-primary:hover {
  background: #ff1564;
}

.btn-dark {
  background: #000;
  color: #FFF;
}

.btn-dark:hover {
  background: #262626;
}

.btn-light {
  background: #FFF;
  color: #ff4886;
}

.btn-light:hover {
  background: #cccccc;
}

/* links */
.link-primary {
  color: #ff4886;
}

/* remove focus borders */
a.btn:focus,
button.btn:focus {
  border: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/**************/
/* Top site header & main navigation */
/**************/
h1.ref {
  position: absolute;
  z-index: 997;
  top: 0;
  left: 0;
  right: 0;
  font-size: 10px;
  margin: 0;
  line-height: 100%;
  text-align: center;
  color: #FFF;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 0;
  background: #FFF;
}

.site-header::after {
  content: '';
  position: absolute;
  height: 16px;
  bottom: -16px;
  width: 100%;
  height: 16px;
  background: url("../img/header-shape.png") repeat-x;
  display: block;
}

.transition-fx {
  -webkit-transition: 900ms;
  transition: 900ms;
}

/* For JS FX */
.site-header-up {
  top: -100%;
}

.header-logo {
  display: inline-block;
}

.header-logo img {
  max-width: 150px;
}

.nav-icon {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 100%;
  cursor: pointer;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}

.nav-icon span.horizontal-bar, .nav-icon span.vertical-bar {
  position: absolute;
  z-index: 102;
  background: #000;
  display: block;
}

.nav-icon span.horizontal-bar {
  top: 50%;
  width: 30px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-icon span.vertical-bar {
  left: 50%;
  width: 2px;
  height: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nav-icon-close {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-icon-close span.horizontal-bar,
.nav-icon-close span.vertical-bar {
  background: #000;
}

.navigation {
  position: fixed;
  z-index: 998;
  top: 0;
  bottom: 0;
  right: -100%;
  padding: 100px 30px;
  width: 280px;
  background: #FFF;
  -webkit-transition: 400ms ease-out;
  transition: 400ms ease-out;
}

.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation ul li {
  padding: 20px 0;
}

.navigation ul li a {
  font-family: Courier, 'Courier New', monospace;
  text-transform: uppercase;
  font-size: 1.1em;
  text-decoration: none;
  color: #242424;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.navigation ul li a:hover {
  color: #ff4886;
}

.navigation ul .navbar-separator span {
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
}

.navigation .social {
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
  /* *vertical-align: auto; */
  *zoom: 1;
  *display: inline;
  margin-right: 20px;
}

.show-navigation {
  right: 0;
}

@media screen and (min-width: 769px) {
  .site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .header-logo {
    float: left;
  }
  .nav-icon {
    display: none;
  }
  .navigation {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    float: right;
    padding: 0;
    width: auto;
    background: none;
    -webkit-transition: 400ms ease-out;
    transition: 400ms ease-out;
  }
  .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navigation ul li {
    padding: 0 9px;
    display: inline-block;
    border-bottom: none;
  }
  .navigation ul li a {
    font-size: 14px;
  }
  .navigation .social {
    font-size: 1em;
    margin-right: inherit;
  }
}

.alert-container {
  position: relative;
  z-index: 3000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  display: none;
}

.alert {
  width: 100%;
  padding: 13px;
  color: #FFF;
}

.alert-danger {
  background: #fc3122;
}

.alert-success {
  background: #39b13d;
}

.alert-warning {
  background: #ff5722;
}

.alert-info {
  background: #465efc;
}

.icon-asset {
  font-size: 3em;
  padding-bottom: 10px;
  color: #ff4886;
}

.fluid-img {
  max-width: 100%;
  height: auto;
}

.img-parallax {
  position: absolute;
  top: 50%;
}

.blured {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.bluredx2 {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.partner-space {
  border: 1px solid #d6dae2;
  background: #FFF;
  -webkit-transition: 450ms;
  transition: 450ms;
}

@media screen and (min-width: 769px) {
  .partner-space {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .partner-space:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

/*********/
/* HEROS */
/*********/
.hero {
  position: relative;
  z-index: 99;
  top: 0;
  background: #000;
  width: 100vw;
  height: 100vh;
}

.hero-home {
  background: url("../img/hero-home.jpg") no-repeat center center;
  background-size: cover;
}

.hero-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
}

.hero-heading {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
}

.hero-heading-bracket {
  color: #ff4886;
}

.hero-monoyer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.hero-monoyer img {
  margin: 0 auto;
}

@media screen and (min-width: 580px) {
  .hero-content {
    width: 65%;
    max-width: 560px;
    padding-left: 10%;
  }
  .hero-heading {
    font-size: 50px;
  }
}

@media screen and (min-width: 768px) {
  .hero-home {
    background: url("../img/hero-home.jpg") no-repeat center center fixed;
    background-size: cover;
  }
  .hero-heading {
    position: relative;
    font-size: 60px;
  }
  .hero-heading::before {
    content: '';
    position: absolute;
    top: -20px;
    width: 40px;
    height: 1px;
    background: #ff4886;
  }
}

.contact-form {
  position: relative;
  margin-bottom: 50px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
}

.form-group input, .form-group textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-bottom: 2px solid #242424;
  -webkit-transition: 600ms;
  transition: 600ms;
}

.form-group input:focus, .form-group textarea:focus {
  outline: none;
  border-bottom: 2px solid #ff4886;
}

.form-group textarea {
  min-height: 250px;
}

.aspm {
  display: none;
  visibility: hidden;
}

.sec {
  max-width: 50px;
}

.form-error {
  color: #fc3122;
  font-size: 0.85rem;
  font-style: italic;
  font-family: 'Georgia', sans-serif;
}

.form-info-cnil {
  font-size: 0.8em;
  line-height: 40%;
}

/* GRID SYSTEM boostrap is used */
/**
	keyframes
**/
@-webkit-keyframes ripple {
  0% {
    opacity: 0.7;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(20);
  }
}

@keyframes ripple {
  0% {
    opacity: 0.7;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(20);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: .0;
  }
  50% {
    opacity: 1.0;
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
    opacity: .0;
  }
}

@-webkit-keyframes slide-down {
  0% {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  to {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  to {
    top: 0;
  }
}

/* PRINT from html5boilerplate */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *, *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=styles.css.map */