@charset "UTF-8";
/*!
Theme Name: MioCustom
Theme URI: http://underscores.me/
Author: Rcop
Author URI: http://underscores.me/
Description: Miolux custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: miocustom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

MioCustom is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Modules
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #001212;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

/* Init
====================================*/
@media (max-width: 699px) {
  html {
    font-size: 16px; } }
@media (min-width: 700px) and (max-width: 1199px) {
  html {
    font-size: 18px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  html {
    font-size: 20px; } }
@media (min-width: 1600px) and (max-width: 2099px) {
  html {
    font-size: 22px; } }
@media (min-width: 2100px) and (max-width: 2399px) {
  html {
    font-size: 24px; } }
@media (min-width: 2400px) and (max-width: 2699px) {
  html {
    font-size: 26px; } }
@media (min-width: 2700px) {
  html {
    font-size: 28px; } }
h1, h2, h3, h4, h5, h6 {
  clear: both; }

.block-entete.with-thumb .block-title .entry-title {
  font-weight: 700;
  font-size: 1.5em;
  color: #fff; }

.block-entete.no-thumb .block-title .entry-title {
  font-weight: 700;
  font-size: 1.5em;
  color: #001212; }

.frontpage-title {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.1em;
  color: #fff; }

#title-insta {
  margin-left: 5%;
  margin-right: 5%; }

.location-intitu {
  color: #989898; }

@media (min-width: 700px) and (max-width: 1199px) {
  h1, .frontpage-title {
    font-size: 2.4em; }

  #frontpage-block-title {
    padding-top: 40vh; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  h1, .frontpage-title {
    font-size: 2.8em; }

  #frontpage-block-title {
    padding-top: 40vh; } }
@media (min-width: 1600px) {
  h1, .frontpage-title {
    font-size: 3.2em; }

  #frontpage-block-title {
    padding-top: 40vh; }

  .block-entete.with-thumb .block-title .entry-title {
    font-size: 3.2em; } }
p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  font-weight: 700;
  font-size: 1.3em;
  margin: 0;
  line-height: 1.1em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #001212; }
  a:visited {
    color: #001212; }
  a:hover, a:focus, a:active {
    color: #001212; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li a:hover,
  .main-navigation li a.focus {
    color: #001212; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 1.2em;
    color: #989898; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    font-weight: 700;
    color: #001212; }

.main-navigation.toggled {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF; }

.main-navigation.toggled ul {
  margin-top: 130px;
  margin-left: 15%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  line-height: 2.6em; }

.menu-toggle {
  position: fixed;
  top: 50px;
  right: 5%; }

@media screen and (min-width: 600px) {
  .menu-toggle {
    display: none; } }
@media screen and (min-width: 1200px) {
  .main-navigation ul {
    display: block; }

  .main-navigation li {
    display: inline; }

  .main-navigation a {
    color: #fff;
    display: inline;
    font-size: 20px; }

  .menu-mainmenu-container {
    float: right;
    margin: 18px 5% 0 0; }

  #burger-menu {
    display: none; }

  .menu-mainmenu-container li::after {
    content: "|";
    color: #fff;
    margin: 0 50px 0 50px; }

  #menu-item-56::after {
    content: "";
    margin: 0; }

  .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
    color: #fff; }

  .main-navigation li a:hover, .main-navigation li.focus a:hover {
    color: #e7e7e7; }

  .site-header.sticky .main-navigation a,
  .wh-head .main-navigation a {
    color: #989898; }

  .site-header.sticky .main-navigation .current_page_item > a,
  .site-header.sticky .main-navigation .current-menu-item > a,
  .site-header.sticky .main-navigation .current_page_ancestor > a,
  .site-header.sticky .main-navigation .current-menu-ancestor > a,
  .wh-head .main-navigation .current_page_item > a,
  .wh-head .main-navigation .current-menu-item > a,
  .wh-head .main-navigation .current_page_ancestor > a,
  .wh-head .main-navigation .current-menu-ancestor > a {
    color: #001212; }

  .site-header.sticky .menu-mainmenu-container li::after,
  .wh-head .menu-mainmenu-container li::after {
    color: #989898; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.entry-catalogue {
  margin: 0.8em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

main {
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden; }

article .entry-title {
  font-size: 0.9rem;
  font-weight: 400; }

article .entry-title a {
  text-decoration: none; }

#focus-pergolas {
  background-image: url(img/renson-ambassador.jpg); }

#focus-chassis {
  background-image: url(img/reynaers-partner.jpg); }

.focus-container {
  background-size: cover;
  background-position: center;
  height: 100vh;
  max-height: 600px;
  padding-top: 100px;
  margin-bottom: 80px;
  /*padding-bottom: 400px;*/
  margin-left: -6%;
  margin-right: -6%; }

.focus-container .focus {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #001212;
  color: #fff; }

.focus-container .focus a {
  color: #fff; }

.social {
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 40px; }

.social h3 {
  margin: 0; }

.back-nav-reals {
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 80px;
  font-size: 1.2em; }

article.realisation .post-thumbnail img {
  object-fit: cover;
  width: 90vw;
  height: 90vw; }

/*--- Related block ---*/
.related {
  margin-bottom: 80px;
  margin-top: 80px; }

.related-txt {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  background: #e7e7e7; }

@media screen and (min-width: 600px) {
  .related {
    position: relative;
    overflow: hidden;
    height: 24rem; }

  .related-txt, .related-image {
    width: 50%;
    float: left;
    height: 100%; }

  .related-image {
    background-size: cover;
    background-position: center;
    position: relative; }

  .related-image-contact {
    background-image: url(img/miolux-nous-contacter.jpg); }

  .related-image-cloison {
    background-image: url(img/miolux-cloisons-related.jpg); }

  .related-image-protection-solaire {
    background-image: url(img/miolux-protection-solaire-related.jpg); }

  .related-image-catalogues {
    background-image: url(img/miolux-catalogues-related.jpg); }

  .focus-container {
    height: 24rem;
    padding: 0; }

  .focus-container .focus {
    width: 50%;
    margin: 0 0 0 50%;
    height: 100%; }

  #focus-chassis .focus {
    margin: 0 50% 0 0; } }
@media screen and (min-width: 1200px) {
  p, blockquote {
    max-width: 42vw; }

  article img {
    max-width: 62vw;
    max-height: 80vh;
    height: auto;
    width: auto; }

  article .gallery-item img {
    max-width: 100%;
    max-height: 100%; } }
/*-------------------------  INDEX   -----------------------------*/
.block-reals {
  margin-bottom: 80px; }

#instafeed {
  margin-bottom: 80px;
  margin-left: -6%;
  margin-right: -6%; }

.instafeed-caption {
  font-size: 0.8rem; }

/*-------------------------   SLICK   -----------------------------*/
.gallery-item img, .instafeed-single {
  padding: 6px; }

.gallery {
  margin-left: -6%;
  margin-right: -6%; }

/*-------------------------   A PROPOS   -----------------------------*/
.block-services {
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 50px auto;
  padding: 2% 0 2% 0; }

.about-services {
  width: 44%;
  margin-right: 3%;
  margin-left: 3%;
  margin-bottom: 30px; }

.about-services h4, .about-services p {
  text-align: center;
  margin: 0;
  line-height: 1em; }

.about-services a {
  text-decoration: none; }

.about-services a img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.about-services a:hover img {
  transform: scale(1.06); }

.about-services img {
  width: 70%;
  margin: 0 15% 0 15%; }

@media screen and (min-width: 600px) {
  .about-services {
    width: 20%;
    margin-right: 2%;
    margin-left: 2%;
    max-width: 160px; } }
/*-------------------------   ARCHIVES REALS   -----------------------------*/
@media screen and (min-width: 600px) {
  .block-reals {
    overflow: hidden;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    justify-content: space-between; }

  article.realisation .post-thumbnail img {
    width: 42vw;
    height: 42vw; }

  article.realisation:nth-child(3) .post-thumbnail img {
    width: 90vw;
    height: 42vw; } }
@media screen and (min-width: 1200px) {
  article.realisation .post-thumbnail img {
    width: 25vw;
    height: 25vw; }

  article.realisation:nth-child(3) .post-thumbnail img {
    width: 25vw;
    height: 25vw; }

  article.realisation:nth-child(4) .post-thumbnail img, article.realisation:nth-child(5) .post-thumbnail img {
    width: 42vw;
    height: 25vw; } }
/*-------------------------   REALS   -----------------------------*/
.categories-reals {
  color: #989898;
  font-size: 0.9rem; }

.categories-reals a {
  color: #989898; }

/*-------------------------   ARCHIVE CATALOGUE   -----------------------------*/
.catalogue-main {
  margin-bottom: 80px; }

.link-catalogue:hover {
  font-weight: 700; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #e7e7e7;
  padding-top: 55px;
  padding-left: 5%;
  padding-right: 5%; }

.site-footer div {
  margin-bottom: 2rem; }

.contact-info a {
  text-decoration: none; }

.CGU {
  font-size: 0.8em; }

.CGU a {
  text-decoration: none; }

.CGU a:hover {
  text-decoration: underline; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.header-logo {
  width: 85px;
  height: 21px;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 20px;
  left: 5%; }

.header-logo svg {
  fill: #FFF;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.wh-head .header-logo svg {
  fill: #001212; }

.main-navigation {
  z-index: 90; }

#burger-menu {
  width: 51px;
  position: fixed;
  right: 5%;
  top: 16px;
  cursor: pointer;
  padding: 10px;
  height: 34px; }

.burger-bar {
  height: 3px;
  width: 100%;
  display: block;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.wh-head .burger-bar, .main-navigation.toggled .burger-bar {
  background: #001212; }

.bar1 {
  margin-bottom: 8px; }

.back-thumbnail {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.back-thumbnail-overlay {
  height: 100vh;
  background-color: #001212;
  opacity: 0.35; }

.block-entete.with-thumb {
  height: 100vh;
  margin-bottom: 80px; }

#frontpage-thumbnail {
  background-image: url("img/miolux-frontpage.jpg"); }

.block-entete.with-thumb .block-title {
  position: relative;
  padding-top: 60vh;
  margin-left: 40%;
  margin-right: 5%; }

#frontpage-block-title {
  margin-left: 5%;
  max-width: 100%; }

.block-entete.no-thumb {
  margin-top: 60px; }

.site-header.sticky {
  background-color: #FFF;
  height: 60px;
  width: 100%; }

.site-header.sticky .header-logo svg {
  fill: #001212; }

.site-header.sticky .burger-bar {
  background: #001212; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
