/*
Theme Name: laconfection
Theme URI: http://www.laconfection.com
Author: LaConfection
Author URI: http://www.laconfection.fr
Description: laconfection Theme
Version: 1.1.0
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: laconfection

*/
/* = LESS DEFINITIONS
-------------------------------------------------------------- */
/* = FUNCTION DEFINITIONS
-------------------------------------------------------------- */
/**
 * Function framework
 *
 * @author La Confection Marc Richard
 *
 * @version 2.0.0
 */
/* = VAR DEFINITIONS
-------------------------------------------------------------- */
/**
 *
 * VAR DEFINITION
 *
 * @version 5.0.0
 */
/** SPECIFIC TO laconfection **/
/* = FONTS DEFINITIONS
-------------------------------------------------------------- */
/**
 * Font framework
 *
 * @author La Confection Marc Richard
 *
 * @version 1.0.0
 */
@font-face {
  font-family: 'Panton';
  src: url('../webfonts/Panton ExtraLight.eot');
  /* IE9 Compat Modes */
  src: url('../webfonts/Panton ExtraLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/Panton ExtraLight.woff') format('woff'), /* Modern Browsers */ url('../webfonts/Panton ExtraLight.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/Panton ExtraLight.svg#855f7fcf08ba0872fdabdfac3cab2f9d') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: 'Panton';
  src: url('../webfonts/Panton Light.eot');
  /* IE9 Compat Modes */
  src: url('../webfonts/Panton Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/Panton Light.woff') format('woff'), /* Modern Browsers */ url('../webfonts/Panton Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/Panton Light.svg#fcf72172dc907a960057e0a1e13efd00') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Panton';
  src: url('../webfonts/Panton LightItalic.eot');
  /* IE9 Compat Modes */
  src: url('../webfonts/Panton LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/Panton LightItalic.woff') format('woff'), /* Modern Browsers */ url('../webfonts/Panton LightItalic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/Panton LightItalic.svg#51a4b43e46b4cdd569d56e3a90b0bbfc') format('svg');
  /* Legacy iOS */
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: 'Silk Serif';
  src: url('../webfonts/SilkSerif-ExtraLight.eot');
  src: url('../webfonts/SilkSerif-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../webfonts/SilkSerif-ExtraLight.woff2') format('woff2'), url('../webfonts/SilkSerif-ExtraLight.woff') format('woff'), url('../webfonts/SilkSerif-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Silk Serif';
  src: url('../webfonts/SilkSerif-Light.eot');
  src: url('../webfonts/SilkSerif-Light.eot?#iefix') format('embedded-opentype'), url('../webfonts/SilkSerif-Light.woff2') format('woff2'), url('../webfonts/SilkSerif-Light.woff') format('woff'), url('../webfonts/SilkSerif-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Sebastian Bobby Alt';
  src: url('../webfonts/SebastianBobbyAlt.eot');
  src: url('../webfonts/SebastianBobbyAlt.eot?#iefix') format('embedded-opentype'), url('../webfonts/SebastianBobbyAlt.woff2') format('woff2'), url('../webfonts/SebastianBobbyAlt.woff') format('woff'), url('../webfonts/SebastianBobbyAlt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* =Reset
-------------------------------------------------------------- */
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%;
  vertical-align: baseline;
}
a,
div {
  -webkit-transition-property: color;
  -webkit-transition-duration: 400ms;
  -moz-transition-property: color;
  -moz-transition-duration: 400ms;
  transition-property: color;
  transition-duration: 400ms;
}
body {
  line-height: 1;
  height: 100%;
  font-weight: 200;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
  font-family: 'Panton', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color: #757575;
  line-height: 120%;
}
blockquote:before,
q:before {
  content: '';
  display: block;
  background: transparent url(img/quote_top.png) no-repeat;
  background-size: 50px 49px;
  width: 50px;
  height: 49px;
  margin-bottom: 5px;
}
blockquote:after,
q:after {
  content: '';
  display: block;
  background: transparent url(img/quote_bottom.png) no-repeat;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  float: right;
  margin-top: 5px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
html {
  overflow: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
a:focus {
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}
.no-display {
  display: none !important;
}
.display {
  display: block;
}
.script img {
  display: none;
}
/* =Class
-------------------------------------------------------------- */
/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
  text-transform: uppercase;
  color: #636363;
}
/* Shared Post Format styling */
/* = VAR DEFINITIONS
-------------------------------------------------------------- */
/**
 * FORM CSS
 *
 * @version 2.0.0
 */
button,
.button,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  font-family: inherit;
  background-color: transparent;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 120%;
  text-align: left;
  -webkit-appearance: none;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 10px 20px;
  border: none;
  border-bottom: 1px #d5d5d5 solid;
  display: block;
  margin: 0 auto 20px auto;
  max-width: none;
  color: #3A3A3A;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  width: 100%;
}
input:focus,
textarea:focus input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border: 1px #000000 solid;
  color: #000;
  outline-color: transparent;
  outline-style: none;
  -moz-box-shadow: unset;
  box-shadow: unset;
}
input[type="radio"] {
  width: auto;
}
button,
input {
  line-height: normal;
}
textarea {
  font-family: inherit;
  overflow: auto;
  vertical-align: top;
  height: 117px;
  width: 100%;
}
select {
  margin: 0 auto 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 120%;
  color: #3A3A3A;
  display: inline-block;
  width: 100%;
  font-family: inherit;
  padding: 4px;
}
.select {
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  border-color: #d5d5d5;
  border-style: solid;
  padding-bottom: 0px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.select:focus {
  border: 1px #000000 solid;
}
.select select {
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 10px 50px 10px 10px;
  width: 100%;
}
.select select:focus {
  outline: none;
}
.select select .placeholder,
.select select option[value=""] {
  color: #3A3A3A;
}
.select select.error {
  border: none !important;
}
.select i.arrow {
  margin: 10px 0 0 -12px;
  pointer-events: none;
  color: #3A3A3A;
  width: 8px;
  height: 8px;
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/icon-select.svg') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  position: absolute;
  top: 7px;
  right: 11px;
}
.select select::-ms-expand {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity: 0;
  display: none;
}
::-webkit-input-placeholder {
  color: #3A3A3A;
}
::-moz-placeholder {
  color: #3A3A3A;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #3A3A3A;
}
/* ie */
input:-moz-placeholder {
  color: #3A3A3A;
}
.placeholder {
  color: #3A3A3A;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
/* Buttons */
.menu-toggle,
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-family: inherit;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Panton', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px #7D7D7D solid;
  padding: 17px 50px;
  background-color: #FFF;
  color: #7D7D7D;
  margin: 10px auto;
  -webkit-appearance: none;
  text-align: center;
  max-width: none;
}
.menu-toggle:hover,
button:hover,
.button:hover,
.stag-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  will-change: animation;
  -webkit-animation: zoom-out 200ms ease-out;
  -moz-animation: zoom-out 200ms ease-out;
  animation: zoom-out 200ms ease-out;
  background-color: #222;
  color: #FFF;
}
.menu-toggle,
button,
.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
button[disabled],
input[disabled] {
  cursor: default;
  border: none;
}
input[type="text"].error,
input[type="email"].error,
input[type="tel"].error,
textarea.error,
label.error,
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
label.wpcf7-not-valid {
  border: 1px solid #F00505;
  will-change: animation;
  -webkit-animation: pulse 500ms ease-out;
  -moz-animation: pulse 500ms ease-out;
  animation: pulse 500ms ease-out;
}
select.error {
  color: #F00505;
  will-change: animation;
  -webkit-animation: pulse 500ms ease-out;
  -moz-animation: pulse 500ms ease-out;
  animation: pulse 500ms ease-out;
}
.mobiledevice.mobile input[type="text"],
.mobiledevice.mobile input[type="email"],
.mobiledevice.mobile input[type="tel"],
.mobiledevice.mobile textarea {
  font-size: 15px;
  font-size: 1.5rem;
}
.mobiledevice.mobile select {
  font-size: 15px;
  font-size: 1.5rem;
}
/** FORM CONTACT 7 **/
.wpcf7 .wpcf7-form {
  text-align: center;
}
.wpcf7 .wpcf7-form > p {
  max-width: none !important;
  text-align: center !important;
  margin: 0;
}
.wpcf7 .wpcf7-form select.wpcf7-not-valid {
  color: #F00505;
  will-change: animation;
  -webkit-animation: pulse 500ms ease-out;
  -moz-animation: pulse 500ms ease-out;
  animation: pulse 500ms ease-out;
}
.wpcf7 .wpcf7-form .wpcf7-validation-errors {
  display: none !important;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap-bloc {
  display: block;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap-bloc .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap-bloc .wpcf7-form-control-wrap:first-child {
  padding-right: 2%;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap-bloc.wpcf7-form-control-wrap-bloc-tier .wpcf7-form-control-wrap {
  width: 33.33%;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap-bloc.wpcf7-form-control-wrap-bloc-tier .wpcf7-form-control-wrap:last-child {
  padding-left: 2%;
}
@media screen and (max-width: 490px) {
  .wpcf7 .wpcf7-form .wpcf7-form-control-wrap-bloc .wpcf7-form-control-wrap {
    display: block;
    vertical-align: top;
    width: 100%;
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control-wrap-bloc .wpcf7-form-control-wrap:first-child {
    padding-right: 0%;
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control-wrap-bloc.wpcf7-form-control-wrap-bloc-tier .wpcf7-form-control-wrap {
    width: 100%;
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control-wrap-bloc.wpcf7-form-control-wrap-bloc-tier .wpcf7-form-control-wrap:last-child {
    padding-left: 0%;
  }
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap-checkbox {
  text-align: center;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap-checkbox .wpcf7-form-control-wrap-label {
  width: 80px;
  display: inline-block;
  text-align: right;
  padding-left: 10px;
}
.wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok {
  padding: 20px;
  text-align: center;
}
.wpcf7 .wpcf7-form .wpcf7-list-item label {
  display: inline-block;
}
.wpcf7 .wpcf7-form .wpcf7-recaptcha {
  margin-top: -40px;
}
.wpcf7 .wpcf7-form .wpcf7-recaptcha > div > div {
  margin: 0 auto;
}
li.bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
  margin-top: 12px;
  margin-bottom: 12px;
  display: block;
}
.entry-content img.aligninline {
  display: inline-block;
  margin: 10px 10px;
}
.entry-content .google-map img {
  max-width: none;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.inline {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  img.size-full,
  img.size-large,
  img.header-image,
  img.wp-post-image {
    max-width: 75%;
  }
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligninline {
  display: inline-block;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}
/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#nav-above {
  padding: 24px 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
  margin: 48px 0;
}
/* Author profiles */
.author .archive-header {
  margin-bottom: 24px;
}
.author-info {
  border-top: 1px solid #ededed;
  margin: 24px 0;
  padding-top: 24px;
  overflow: hidden;
}
.author-description p {
  color: #757575;
}
.author.archive .author-info {
  border-top: 0;
  margin: 0 0 48px;
}
.author.archive .author-avatar {
  margin-top: 0;
}
/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
  font-size: 10px;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px) {
  html.mobile {
    font-size: 9px;
  }
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Panton', sans-serif;
  text-rendering: optimizeLegibility;
  color: #3A3A3A;
  background-color: #FFF;
}
* {
  webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
body.custom-font-enabled {
  font-family: 'Panton', sans-serif;
}
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  display: none;
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar */
}
/* Page structure */
.site {
  padding: 0;
  overflow: hidden;
}
.widget-area {
  margin: 24px 0 0;
}
/* Banner */
section[role="banner"] {
  margin-bottom: 48px;
}
/* Sidebar */
.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 48px;
  word-wrap: break-word;
}
.widget-area .widget h3 {
  margin-bottom: 24px;
}
.widget-area .widget p {
  margin-bottom: 24px;
}
.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px;
}
.widget-area .textwidget li {
  margin-left: 36px;
}
.widget-area .widget a {
  color: #757575;
}
.widget-area .widget a:hover {
  color: #21759b;
}
.widget-area #s {
  width: 53.66666667%;
  /* define a width to avoid dropping a wider submit button */
}
/* Footer */
footer[role="contentinfo"] {
  clear: both;
  width: 100%;
  max-width: 1000px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
  left: 0;
}
@media screen and (max-width: 1000px) {
  #main {
    padding: 0;
  }
  .homepage #main {
    padding: 0;
  }
}
/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {
  clear: both;
  display: none;
}
.entry-header {
  margin-bottom: 0px;
}
.entry-header img.wp-post-image {
  margin-bottom: 24px;
}
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-format {
  margin-top: 24px;
  font-weight: normal;
}
.entry-header .comments-link {
  margin-top: 24px;
  color: #757575;
}
.comments-link a,
.entry-meta a {
  color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
  color: #21759b;
}
article.sticky .featured-post {
  color: #757575;
  margin-bottom: 24px;
  text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
  line-height: 120%;
  text-align: left;
}
.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.71428571;
  margin: 0 0 24px;
}
img.alignleft {
  margin: 12px 24px 12px 0;
}
img.alignright {
  margin: 12px 0 12px 24px;
}
img.aligncenter {
  margin-top: 12px;
  margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
  font-weight: normal;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.71428571;
  margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  margin: 0 0 24px;
  width: 100%;
}
.entry-content table caption,
.comment-content table caption {
  margin: 24px 0;
}
.entry-content td,
.comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.site-content article {
  /*margin-bottom: 72px;
	padding-bottom: 24px;*/
  word-wrap: break-word;
  /*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;*/
}
.page-links {
  clear: both;
  line-height: 1.71428571;
}
footer.entry-meta {
  margin-top: 24px;
  color: #757575;
}
.single-author .entry-meta .by-author {
  display: none;
}
.mu_register h2 {
  color: #757575;
  font-weight: normal;
}
/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
  margin-bottom: 48px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ededed;
}
.archive-meta {
  color: #757575;
  margin-top: 22px;
}
/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
  overflow: hidden;
}
.image-attachment div.attachment {
  text-align: center;
}
.image-attachment div.attachment p {
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.image-attachment .entry-caption {
  margin-top: 8px;
}
/* =Aside post format
-------------------------------------------------------------- */
article.format-aside h1 {
  margin-bottom: 24px;
}
article.format-aside h1 a {
  text-decoration: none;
  color: #4d525a;
}
article.format-aside h1 a:hover {
  color: #2e3542;
}
article.format-aside .aside {
  padding: 24px 24px 0;
  background: #d2e0f9;
  border-left: 22px solid #a8bfe8;
}
article.format-aside p {
  color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
  margin-bottom: 0;
}
/* =Post formats
-------------------------------------------------------------- */
/* Image posts */
article.format-image footer h1 {
  font-weight: normal;
}
article.format-image footer a h2 {
  font-weight: normal;
}
/* Link posts */
article.format-link header {
  padding: 0 10px;
  float: right;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  color: #848484;
  background-color: #ebebeb;
  border-radius: 3px;
}
article.format-link .entry-content {
  max-width: 80%;
  float: left;
}
article.format-link .entry-content a {
  text-decoration: none;
}
/* Quote posts */
article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
  display: block;
  padding: 24px 24px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-style: normal;
  color: #6a6a6a;
  background: #efefef;
}
/* Status posts */
.format-status .entry-header {
  margin-bottom: 24px;
}
.format-status .entry-header header {
  display: inline-block;
}
.format-status .entry-header h1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}
.format-status .entry-header h2 {
  line-height: 2;
  margin: 0;
}
.format-status .entry-header header a {
  color: #757575;
}
.format-status .entry-header header a:hover {
  color: #21759b;
}
.format-status .entry-header img {
  float: left;
  margin-right: 21px;
  margin-right: 1.5rem;
}
/* =Comments
-------------------------------------------------------------- */
.comments-title {
  margin-bottom: 48px;
  font-weight: normal;
}
.comments-area article {
  margin: 24px 0;
}
.comments-area article header {
  margin: 0 0 48px;
  overflow: hidden;
  position: relative;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 85px;
}
.comments-area article header cite {
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.42857143;
}
.comments-area article header time {
  line-height: 1.71428571;
  text-decoration: none;
  color: #5e5e5e;
}
.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}
.comments-area article header a:hover {
  color: #21759b;
}
.comments-area article header cite a {
  color: #444;
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  padding: 2px 5px;
}
a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  line-height: 1.84615385;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #21759b;
}
.commentlist .pingback {
  line-height: 1.71428571;
  margin-bottom: 24px;
}
/* Comment form */
#respond {
  margin-top: 48px;
}
#respond h3#reply-title {
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  font-weight: normal;
}
#respond form {
  margin: 24px 0;
}
#respond form p {
  margin: 11px 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
}
#respond form label {
  display: block;
  line-height: 1.71428571;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  color: #5e5e5e;
}
/* default template */
/* = Page template
-------------------------------------------------------------- */
@media screen and (max-width: 490px) {
  img.alignright,
  img.alignleft {
    float: none;
    display: block;
    margin: 10px auto;
  }
}
.mobile img.alignright,
.mobile img.alignleft {
  zoom: 0.6;
}
.mobile.ipad img.alignright,
.mobile.ipad img.alignleft {
  zoom: 0.7;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
  margin-left: 12px;
}
.widget_rss li {
  margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #aaa;
  margin-left: 12px;
}
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  line-height: 1.84615385;
  color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}
#wp-calendar #next {
  padding-right: 24px;
  text-align: right;
}
.widget_search label {
  display: block;
  font-size: 13px;
}
.widget_twitter li {
  list-style-type: none;
}
.widget_twitter .timesince {
  display: block;
  text-align: right;
}
/* =Plugins
----------------------------------------------- */
img#wpstats {
  display: block;
  margin: 0 auto 24px;
}
/* =Media queries
-------------------------------------------------------------- */
.author-avatar {
  float: left;
  margin-top: 8px;
}
.author-description {
  float: right;
  width: 80%;
}
.mobiledevice body .site,
.alwaysmobiledevice body .site {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: 0;
}
.site-content {
  width: 100%;
  height: 100%;
}
.widget-area {
  float: right;
  width: 26.04166667%;
}
.site-header h1,
.site-header h2 {
  text-align: left;
}
#respond form input[type="text"] {
  width: 46.33333333%;
}
#respond form textarea.blog-textarea {
  width: 79.66666667%;
}
.entry-page-image {
  float: right;
  margin-bottom: 0;
  width: 47.91666667%;
}
.commentlist .children {
  margin-left: 48px;
}
/* = FORMAT DEFINITIONS
-------------------------------------------------------------- */
/**
 * Format definition
 *
 * @version 3.2.0
 */
/**
 * Définition générale
 */
/**
 * Font dans le contenu
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 200;
  line-height: 120%;
  text-align: left;
}
h1 {
  font-family: 'Silk Serif', sans-serif;
  font-size: 80px;
  font-size: 8rem;
  color: #000;
  text-transform: none;
}
a {
  outline: none;
  color: #000000;
  -webkit-transition-property: color;
  -webkit-transition-duration: 400ms;
  -moz-transition-property: color;
  -moz-transition-duration: 400ms;
  transition-property: color;
  transition-duration: 400ms;
}
a:hover {
  color: #3A3A3A;
}
strong,
b {
  font-weight: bold;
  color: #3A3A3A;
}
hr,
.stag-divider {
  background-color: #E1E8EE;
}
.entry-content h1,
.comment-content h1,
.entry-header h1,
[role="main"] h1,
.pum h1,
.entry-content h2,
.comment-content h2,
.entry-header h2,
[role="main"] h2,
.pum h2,
.entry-content h3,
.comment-content h3,
.entry-header h3,
[role="main"] h3,
.pum h3,
.entry-content h4,
.comment-content h4,
.entry-header h4,
[role="main"] h4,
.pum h4,
.entry-content h5,
.comment-content h5,
.entry-header h5,
[role="main"] h5,
.pum h5,
.entry-content h6,
.comment-content h6,
.entry-header h6,
[role="main"] h6,
.pum h6 {
  line-height: 120%;
  /*-webkit-transform: translate3d(0, 0, 0);*/
}
.entry-content h1,
.comment-content h1,
.entry-header h1,
[role="main"] h1,
.pum h1 {
  font-size: 80px;
  font-size: 8rem;
  letter-spacing: -4.14px;
  font-family: 'Silk Serif', sans-serif;
  line-height: 75%;
  color: #000;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  margin: 90px 0 30px;
}
@media screen and (max-width: 800px) {
  .entry-content h1,
  .comment-content h1,
  .entry-header h1,
  [role="main"] h1,
  .pum h1 {
    margin-top: 50px;
    font-size: 60px;
    font-size: 6rem;
  }
}
.entry-content h1 strong,
.comment-content h1 strong,
.entry-header h1 strong,
[role="main"] h1 strong,
.pum h1 strong,
.entry-content h1 a,
.comment-content h1 a,
.entry-header h1 a,
[role="main"] h1 a,
.pum h1 a {
  color: #000;
}
.entry-content h2,
.comment-content h2,
.entry-header h2,
[role="main"] h2,
.pum h2 {
  font-size: 55px;
  font-size: 5.5rem;
  font-family: 'Silk Serif', sans-serif;
  letter-spacing: -3.62px;
  line-height: 80%;
  color: #000;
  font-weight: 300;
  text-align: center;
  margin: 30px 0 20px;
}
.entry-content h2 strong,
.comment-content h2 strong,
.entry-header h2 strong,
[role="main"] h2 strong,
.pum h2 strong {
  color: #000;
}
.entry-content h3,
.comment-content h3,
.entry-header h3,
[role="main"] h3,
.pum h3 {
  font-size: 27px;
  font-size: 2.7rem;
  font-family: 'Panton', sans-serif;
  color: #7D7D7D;
  margin: 20px auto;
  font-weight: 200;
  text-align: center;
  clear: none;
  max-width: 970px;
}
@media screen and (max-width: 600px) {
  .entry-content h3,
  .comment-content h3,
  .entry-header h3,
  [role="main"] h3,
  .pum h3 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.entry-content h3 strong,
.comment-content h3 strong,
.entry-header h3 strong,
[role="main"] h3 strong,
.pum h3 strong,
.entry-content h3 a,
.comment-content h3 a,
.entry-header h3 a,
[role="main"] h3 a,
.pum h3 a {
  color: #7D7D7D;
}
.entry-content h2 + h3,
.comment-content h2 + h3,
.entry-header h2 + h3,
[role="main"] h2 + h3,
.pum h2 + h3 {
  margin-top: 0;
}
.entry-content h4,
.comment-content h4,
.entry-header h4,
[role="main"] h4,
.pum h4 {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Panton', sans-serif;
  color: #000;
  font-weight: normal;
  margin: 20px 0 10px 0;
  text-align: center;
}
.entry-content h4 strong,
.comment-content h4 strong,
.entry-header h4 strong,
[role="main"] h4 strong,
.pum h4 strong,
.entry-content h4 a,
.comment-content h4 a,
.entry-header h4 a,
[role="main"] h4 a,
.pum h4 a {
  color: #000;
}
.entry-content h5,
.comment-content h5,
.entry-header h5,
[role="main"] h5,
.pum h5,
.entry-content h6,
.comment-content h6,
.entry-header h6,
[role="main"] h6,
.pum h6 {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Panton', sans-serif;
  font-weight: normal;
  color: #000;
}
.entry-content h5 strong,
.comment-content h5 strong,
.entry-header h5 strong,
[role="main"] h5 strong,
.pum h5 strong,
.entry-content h6 strong,
.comment-content h6 strong,
.entry-header h6 strong,
[role="main"] h6 strong,
.pum h6 strong,
.entry-content h5 a,
.comment-content h5 a,
.entry-header h5 a,
[role="main"] h5 a,
.pum h5 a,
.entry-content h6 a,
.comment-content h6 a,
.entry-header h6 a,
[role="main"] h6 a,
.pum h6 a {
  color: #000;
}
@media screen and (max-width: 490px) {
  .entry-content h1,
  .comment-content h1,
  .entry-header h1,
  [role="main"] h1,
  .pum h1 {
    font-size: 60px;
    font-size: 6rem;
  }
  .entry-content h2,
  .comment-content h2,
  .entry-header h2,
  [role="main"] h2,
  .pum h2 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.entry-content h2 + p,
.comment-content h2 + p,
.entry-header h2 + p,
[role="main"] h2 + p,
.pum h2 + p {
  margin-top: 20px;
}
.entry-content p,
.comment-content p,
.entry-header p,
[role="main"] p,
.pum p,
.entry-content pre,
.comment-content pre,
.entry-header pre,
[role="main"] pre,
.pum pre {
  /*-webkit-transform: translate3d(0, 0, 0);*/
  text-align: left;
  margin: 0 auto 30px auto;
  line-height: 180%;
  font-weight: 200;
  max-width: 970px;
}
.entry-content .stag-intro-text,
.comment-content .stag-intro-text,
.entry-header .stag-intro-text,
[role="main"] .stag-intro-text,
.pum .stag-intro-text {
  margin-bottom: 40px !important;
  font-weight: 200;
  line-height: 140%;
  max-width: 800px;
}
.entry-content .stag-intro-text.run-in,
.comment-content .stag-intro-text.run-in,
.entry-header .stag-intro-text.run-in,
[role="main"] .stag-intro-text.run-in,
.pum .stag-intro-text.run-in,
.entry-content .stag-intro-text.run-in p,
.comment-content .stag-intro-text.run-in p,
.entry-header .stag-intro-text.run-in p,
[role="main"] .stag-intro-text.run-in p,
.pum .stag-intro-text.run-in p {
  color: #7D7D7D;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 200;
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
}
@media screen and (max-width: 800px) {
  .entry-content .stag-intro-text,
  .comment-content .stag-intro-text,
  .entry-header .stag-intro-text,
  [role="main"] .stag-intro-text,
  .pum .stag-intro-text,
  .entry-content .stag-intro-text.run-in,
  .comment-content .stag-intro-text.run-in,
  .entry-header .stag-intro-text.run-in,
  [role="main"] .stag-intro-text.run-in,
  .pum .stag-intro-text.run-in,
  .entry-content .stag-intro-text.run-in p,
  .comment-content .stag-intro-text.run-in p,
  .entry-header .stag-intro-text.run-in p,
  [role="main"] .stag-intro-text.run-in p,
  .pum .stag-intro-text.run-in p {
    max-width: 100%;
  }
}
.entry-content .highlight_before + .stag-intro-text,
.comment-content .highlight_before + .stag-intro-text,
.entry-header .highlight_before + .stag-intro-text,
[role="main"] .highlight_before + .stag-intro-text,
.pum .highlight_before + .stag-intro-text {
  margin-top: 90px;
}
.entry-content a,
.comment-content a,
.entry-header a,
[role="main"] a,
.pum a,
.entry-content a.more_information,
.comment-content a.more_information,
.entry-header a.more_information,
[role="main"] a.more_information,
.pum a.more_information {
  text-decoration: none;
}
.entry-content ul,
.comment-content ul,
.entry-header ul,
[role="main"] ul,
.pum ul,
.entry-content ol,
.comment-content ol,
.entry-header ol,
[role="main"] ol,
.pum ol {
  margin: 0 0 24px;
  line-height: 120%;
}
.entry-content ol ul,
.comment-content ol ul,
.entry-header ol ul,
[role="main"] ol ul,
.pum ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.entry-header ul,
[role="main"] ul,
.pum ul {
  list-style: disc;
  color: #3A3A3A;
}
.entry-content ul.nopadding li,
.comment-content ul.nopadding li,
.entry-header ul.nopadding li,
[role="main"] ul.nopadding li,
.pum ul.nopadding li {
  padding: 0 !important;
}
.entry-content ol,
.comment-content ol,
.entry-header ol,
[role="main"] ol,
.pum ol {
  list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.entry-header li,
[role="main"] li,
.pum li {
  margin: 0 0 5px 0;
  list-style: outside none disc;
  color: #3A3A3A;
  font-weight: 200;
}
.entry-content ul.inline,
.comment-content ul.inline,
.entry-header ul.inline,
[role="main"] ul.inline,
.pum ul.inline {
  margin: 0;
  text-align: center;
}
.entry-content ul.inline li,
.comment-content ul.inline li,
.entry-header ul.inline li,
[role="main"] ul.inline li,
.pum ul.inline li {
  display: inline-block;
  margin: 0;
  list-style: none;
  vertical-align: top;
  text-align: center;
}
.entry-content ul.nobullet,
.comment-content ul.nobullet,
.entry-header ul.nobullet,
[role="main"] ul.nobullet,
.pum ul.nobullet {
  margin-left: 0;
}
.entry-content ul.nobullet li,
.comment-content ul.nobullet li,
.entry-header ul.nobullet li,
[role="main"] ul.nobullet li,
.pum ul.nobullet li {
  list-style: none;
}
.entry-content blockquote,
.comment-content blockquote,
.entry-header blockquote,
[role="main"] blockquote,
.pum blockquote {
  margin-bottom: 24px;
  padding: 24px;
  font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child,
.entry-header blockquote p:last-child,
[role="main"] blockquote p:last-child,
.pum blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content pre,
.comment-content pre,
.entry-header pre,
[role="main"] pre,
.pum pre {
  border: none;
  font-family: 'Panton', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  color: #3A3A3A;
}
/* = HEADER DEFINITIONS
-------------------------------------------------------------- */
/**
 * HEADER
 *
 * @version 1.1.0
 **/
.site-header {
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 700;
}
.site-header .main-navigation {
  margin: 0 auto;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*flex-direction: column;
	-webkit-flex-direction: column;*/
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
}
.site-header .main-navigation .p_nav_menu {
  padding-top: 10px;
}
.site-header .social {
  position: absolute;
  right: 20px;
}
.site-header .social li {
  display: inline-block;
  margin: 0 3px;
}
.site-header .social li a {
  width: 18px;
  height: 18px;
  display: block;
}
.site-header .social li a.linkedin {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/la-confection-linkedin.svg') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
.site-header .social li a.instagram {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/la-confection-instagram.svg') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
.site-header .nav-menu-mobile-container .social {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
}
.site-header .logo,
.nav-menu .logo {
  text-decoration: none;
  display: block;
  vertical-align: top;
  margin: 19px 10px;
  width: 318px;
  height: 67px;
  background: transparent url('../img/la-confection-logo.svg') no-repeat center center;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
@media (max-width: 490px) {
  .site-header .logo,
  .nav-menu .logo {
    width: 200px;
  }
}
.mobiledevice .logo {
  margin: 10px auto;
  width: 223px;
  height: 47px;
}
/* = MENU DEFINITIONS
-------------------------------------------------------------- */
/**
 * MENU
 *
 * @version 1.2.0
 **/
.main-navigation {
  text-align: left;
  width: 100%;
}
.main-navigation .main-navigation-container {
  max-width: 1000px;
  margin: 0 auto;
}
.main-navigation .main-navigation-container .menu-header-container {
  text-align: right;
  padding-top: 40px;
}
.menu-menu-principal-container {
  float: right;
  margin-right: 35px;
}
.nav-menu {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
.nav-menu li {
  vertical-align: top;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
}
.nav-menu li,
.nav-menu li a {
  text-decoration: none;
  text-transform: uppercase;
}
.nav-menu li.current-menu-item > a,
.nav-menu li.current-menu-ancestor > a,
.nav-menu li.current_page_item > a,
.nav-menu li.current_page_ancestor > a {
  color: #83663A;
}
.nav-menu li span {
  display: block;
}
.nav-menu li a {
  font-family: 'Panton', sans-serif;
  letter-spacing: 1px;
  font-size: 10px;
  font-size: 1rem;
  color: #2A2A2A;
  line-height: 100%;
  font-weight: normal;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.nav-menu li a:hover {
  will-change: animation;
  -webkit-animation: zoom-out 300ms ease-out;
  -moz-animation: zoom-out 300ms ease-out;
  animation: zoom-out 300ms ease-out;
  color: #83663A;
  text-decoration: none;
}
.nav-menu li .fa {
  margin-top: -2px;
}
.nav-menu li .fa:hover {
  will-change: animation;
  -webkit-animation: zoom-out 300ms ease-out;
  -moz-animation: zoom-out 300ms ease-out;
  animation: zoom-out 300ms ease-out;
}
.nav-menu li .sub-menu {
  display: none;
  position: absolute;
  background-color: #C5C052;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-left: -47px;
  margin-top: -5px;
}
.nav-menu li .sub-menu:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #C5C052 transparent;
  margin: -20px auto 10px auto;
}
.nav-menu li .sub-menu li {
  display: block;
  padding: 5px;
}
.nav-menu li .sub-menu li a {
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
}
.nav-menu li .sub-menu li.current-menu-item a,
.nav-menu li .sub-menu li a:hover {
  text-decoration: underline;
}
.nav-menu li:hover .sub-menu {
  display: block;
}
/***** RESPONSIVE MENU *****/
#mobile_menu {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
  width: 16px;
  height: 12px;
  position: fixed;
  z-index: 20;
  left: 10px;
}
.mobile_menu_overlay {
  height: 0;
  position: fixed;
  width: 100%;
  z-index: 60;
  background-color: transparent;
}
.mobiledevice,
.alwaysmobiledevice {
  /*.p_nav_menu_content { .verticalCenterFlex(); height: 100%; }
	.nav-menu {
       & { padding: 0; }
		& { margin-top: -100%; .opacity(0); width: @mobile_menu_size; height: 100%; position: fixed; left: 0; top: 0; background-color: rgba(255, 255, 255, 0.94); z-index: 99999; cursor: pointer;}
		&.display { display: block;  }
		&.after { .opacity(1); margin-top: 0; }
		ul { margin-top: 0; }

		.sub-menu { display: none !important; }

		li {
			& { display: block; margin: 0; max-width: none; border: none; padding: 5px 10px; border-right: none; margin-left: 2px; width: 100%; }
			&:before { border-right: none; }

			&.current-menu-item,
			&.current-menu-ancestor,
			&.current_page_item,
			&.current_page_ancestor{
			}

			&.current-menu-item > a,
			&.current-menu-ancestor > a,
			&.current_page_item > a,
			&.current_page_ancestor > a { }

			&.search { display: none; }

			u { display: block; }

			a {
				& { text-align: center; white-space: initial; display: inline; }

				@media screen and (max-width: @width_min) {
//					& { .font-size(@menu_font_size_min); }
				}
				span { display: block; }
			}
		}
	}*/
}
.mobiledevice #mobile_menu,
.alwaysmobiledevice #mobile_menu {
  display: block;
}
.mobiledevice .mobile_menu_overlay.after,
.alwaysmobiledevice .mobile_menu_overlay.after,
.mobiledevice.menuOpen .mobile_menu_overlay,
.alwaysmobiledevice.menuOpen .mobile_menu_overlay {
  height: 100%;
  cursor: pointer;
}
.mobiledevice .nav-menu-mobile-container,
.alwaysmobiledevice .nav-menu-mobile-container {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 99999;
  cursor: pointer;
  left: 0;
  top: 67px;
  z-index: 9999;
}
.mobiledevice .nav-menu-mobile-container.open,
.alwaysmobiledevice .nav-menu-mobile-container.open {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*flex-direction: column;
	-webkit-flex-direction: column;*/
  background-color: rgba(255, 255, 255, 0.94);
}
.mobiledevice .nav-menu-mobile-container > div,
.alwaysmobiledevice .nav-menu-mobile-container > div {
  margin-top: -67px;
}
.mobiledevice .nav-menu-mobile-container .delay-1s,
.alwaysmobiledevice .nav-menu-mobile-container .delay-1s {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.mobiledevice .nav-menu-mobile-container .nav-menu,
.alwaysmobiledevice .nav-menu-mobile-container .nav-menu {
  padding: 0;
}
.mobiledevice .nav-menu-mobile-container .nav-menu ul,
.alwaysmobiledevice .nav-menu-mobile-container .nav-menu ul {
  margin-top: 0;
}
.mobiledevice .nav-menu-mobile-container .nav-menu ul li,
.alwaysmobiledevice .nav-menu-mobile-container .nav-menu ul li {
  display: block;
  padding: 0px;
  max-width: none;
  width: auto;
}
.mobiledevice .nav-menu-mobile-container .nav-menu ul li a,
.alwaysmobiledevice .nav-menu-mobile-container .nav-menu ul li a {
  text-align: center;
  white-space: initial;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 14px 10px;
}
.mobiledevice .site-header,
.alwaysmobiledevice .site-header {
  z-index: 700;
}
.mobiledevice .site-header #mobile_menu,
.alwaysmobiledevice .site-header #mobile_menu {
  background: transparent url('../img/icon-menu-on.svg') no-repeat center center;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
.mobiledevice .site-header #mobile_menu:hover,
.alwaysmobiledevice .site-header #mobile_menu:hover {
  background: transparent url('../img/icon-menu-on.svg') no-repeat center center;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
.mobiledevice .site-header #mobile_menu.is-clicked,
.alwaysmobiledevice .site-header #mobile_menu.is-clicked {
  background: transparent url('../img/icon-menu-off.svg') no-repeat center center;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
.mobiledevice .site-header #mobile_menu.is-clicked:hover,
.alwaysmobiledevice .site-header #mobile_menu.is-clicked:hover {
  background: transparent url('../img/icon-menu-off.svg') no-repeat center center;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
/* = PRINT DEFINITIONS
-------------------------------------------------------------- */
/* =Print
----------------------------------------------- */
@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  footer a[rel=bookmark]:link:after,
  footer a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] ";
    /* Show URLs */
  }
  a {
    text-decoration: none;
  }
  .entry-content img,
  .comment-content img,
  .author-avatar img,
  img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
  }
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  .site-header {
    margin-bottom: 72px;
    text-align: left;
  }
  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }
  .site-header h2 {
    color: #000;
    font-size: 10pt;
    text-align: left;
  }
  .site-header h1 a,
  .site-header h2 a {
    color: #000;
  }
  .author-avatar,
  #colophon,
  #respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: none;
  }
  .wrapper {
    border-top: none;
    box-shadow: none;
  }
  .site-content {
    margin: 0;
    width: auto;
  }
  .singular .entry-header .entry-meta {
    position: static;
  }
  .singular .site-content,
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular .comments-title {
    margin: 0;
    width: 100%;
  }
  .entry-header .entry-title,
  .entry-title,
  .singular .entry-title {
    font-size: 21pt;
  }
  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt;
  }
  .author-description {
    float: none;
    width: auto;
  }
  /* Comments */
  .commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
  }
}
/* = FOOTER DEFINITIONS
-------------------------------------------------------------- */
.site-info {
  clear: both;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 200;
  color: #3A3A3A;
  background-color: transparent;
}
.site-info .logo {
  z-index: 100;
  text-decoration: none;
  display: block;
  vertical-align: top;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 175px;
  height: 53px;
  background: transparent url('../img/logo-laconfection.png') no-repeat center center;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
.site-info .footer_container {
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .site-info .footer_container {
    text-align: center;
  }
}
.site-info .footer_container span {
  display: inline-block;
  padding-top: 3px;
}
.site-info .footer_container strong {
  font-size: 15px;
  font-size: 1.5rem;
}
.site-info .footer_container p {
  color: #3A3A3A;
}
.site-info .footer_container a {
  color: #3A3A3A;
  text-decoration: none;
}
.site-info .footer_container a:hover {
  color: #000000;
  text-decoration: underline;
}
.site-info .footer_container ul {
  padding: 5px 0;
}
.site-info .footer_container li {
  display: inline;
}
.site-info .footer_container .menu-footer-container {
  display: inline-block;
}
.site-info .footer_container #menu-footer {
  margin: 0;
  display: inline-block;
}
.site-info .footer_container #menu-footer li {
  display: inline-block;
}
.site-info .footer_container #menu-footer li:before {
  content: '•';
  display: inline;
  color: #3A3A3A;
  margin: 0 5px;
}
.site-info .footer_container #menu-footer li:first-child:before {
  display: none;
}
.site-info .footer_container #menu-footer li a {
  color: #000000;
}
.site-info .footer_container #menu-footer li a:hover {
  color: #000000;
  text-decoration: underline;
}
/* = MAXIMAGE DEFINITIONS
-------------------------------------------------------------- */
/**
 * MAX IMAGE PLUG IN CSS
 *
 * http://www.aaronvanderzwan.com/maximage/2.0/
 */
.maximage {
  -webkit-transform-style: preserve-3d;
}
.maximage #skip {
  bottom: 80px;
  height: auto;
  left: calc(50% - (45px/2));
  position: absolute;
  transform: translateX(-50%);
  width: auto;
  z-index: 650;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: pulse;
}
.maximage #skip a {
  color: #3A3A3A;
  outline: 0 none;
  font-size: 40px;
  font-size: 4rem;
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/Icon-down-off.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  width: 38px;
  height: 38px;
  display: block;
}
.maximage #skip a:hover {
  color: #3A3A3A;
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/Icon-down-on.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
.maximage h1,
.maximage p {
  text-align: center;
  color: #000;
  padding: 0 10px;
}
.highlight_before .highlight.has_maximage {
  margin: 0 !important;
  padding: 0 !important;
}
.highlight_before .highlight.has_maximage .highlight_content {
  width: 100% !important;
}
.highlight_before .highlight.has_maximage .highlight_content .pseudo_container {
  min-height: 700px !important;
}
.highlight_before .highlight .highlight_content_cover.has_maximage {
  margin: 0 !important;
  padding: 0 !important;
}
.highlight_before .highlight .highlight_content_cover .maximage {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .highlight_before .highlight .highlight_content_cover .maximage {
    left: 10px;
  }
}
.highlight_before .highlight .highlight_content_cover .maximage .maximage_container {
  height: 700px !important;
}
.highlight_before .highlight .highlight_content_cover .maximage .maximage_container .mc-image {
  height: 701px !important;
}
.highlight_before .highlight .highlight_content_cover .maximage .maximage_container .mc-image * {
  color: #FFF;
}
.mobiledevice .maximage h1 {
  margin: 0 20px;
}
.maximage .dots {
  text-align: center;
  display: block;
}
.maximage .dots .dot {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #DADADA;
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: top;
  margin: 3px;
}
.maximage .dots .dot.active,
.maximage .dots .dot:hover {
  background-color: #000000;
}
.maximage #prev,
.maximage #next {
  width: 33px;
  height: 33px;
  position: absolute;
  margin-top: -240px;
  cursor: pointer;
}
.maximage #prev {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/icon-prev.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  left: 20px;
}
.maximage #next {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/icon-next.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  right: 20px;
}
#cycle-loader {
  position: fixed;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
}
#cycle-loader .loader {
  background: transparent url('../img/puff.svg') no-repeat center center;
  width: 40px;
  height: 40px;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  left: calc(50% - 20px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.no-svg #cycle-loader .loader {
  background: transparent url('../img/load.gif') no-repeat center center;
}
.maximage-title {
  padding: 0 10px;
}
.mc-image {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*flex-direction: column;
	-webkit-flex-direction: column;*/
  -webkit-background-size: cover !important;
  /* pour Chrome et Safari */
  -moz-background-size: cover !important;
  /* pour Firefox */
  -o-background-size: cover !important;
  /* pour Opera */
  background-size: cover !important;
  /* version standardisée */
  background-position: center center;
}
body .maximage_container.mc-cycle {
  z-index: 0;
}
.ie9 .maximage .mc-image {
  display: block !important;
}
.ie9 .maximage h1 {
  top: 45%;
  margin: 0 auto;
  position: relative;
}
.ie8 .maximage h1 {
  top: 45%;
  position: absolute;
  left: 20%;
  right: 20%;
}
.ie8 .mc-hide-scrolls {
  overflow: auto;
}
.ie8 .maximage-title {
  display: none;
}
.ie8 .entry-content {
  margin-top: 20px;
}
/* = STANDARD DEFINITIONS
-------------------------------------------------------------- */
/**
 * All shortcodes and JS plugin CSS
 *
 * @version 5.0.1
 */
/** SHORTCODE COLUMNS */
.stag-columns {
  text-align: center;
  margin: 20px 0 0 0;
  max-width: 100%;
}
.stag-columns .stag-one-half,
.stag-columns .stag-one-third,
.stag-columns .stag-two-third,
.stag-columns .stag-three-fourth,
.stag-columns .stag-one-fourth,
.stag-columns .stag-one-fifth,
.stag-columns .stag-two-fifth,
.stag-columns .stag-three-fifth,
.stag-columns .stag-four-fifth,
.stag-columns .stag-one-sixth,
.stag-columns .stag-five-sixth {
  margin: 0 1%;
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0 10px;
}
@media screen and (max-width: 490px) {
  .stag-columns .stag-one-half,
  .stag-columns .stag-one-third,
  .stag-columns .stag-two-third,
  .stag-columns .stag-three-fourth,
  .stag-columns .stag-one-fourth,
  .stag-columns .stag-one-fifth,
  .stag-columns .stag-two-fifth,
  .stag-columns .stag-three-fifth,
  .stag-columns .stag-four-fifth,
  .stag-columns .stag-one-sixth,
  .stag-columns .stag-five-sixth {
    margin: 0;
  }
}
.stag-columns .stag-one-half {
  width: 47%;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .stag-columns .stag-one-half {
    width: 100%;
  }
}
.stag-columns .stag-one-third {
  width: 31%;
  text-align: center;
  min-width: 130px;
  margin: 0 0 0.5%;
}
.stag-columns .stag-one-third h3 {
  text-align: center;
}
@media screen and (max-width: 490px) {
  .stag-columns .stag-one-third {
    width: 100%;
  }
}
.stag-columns .stag-one-fourth {
  width: 22%;
  min-width: 120px;
}
@media screen and (max-width: 490px) {
  .stag-columns .stag-one-fourth {
    width: 100%;
  }
}
.stag-columns .stag-columns h3 {
  display: block;
}
/** SHORTCODE STAG_TABS */
.stag-tabs .stag-nav {
  text-align: center;
}
.stag-tabs .stag-nav li {
  list-style: none;
  display: inline-block;
  float: none;
  padding: 5px 10px;
}
.stag-tabs .stag-nav li a {
  color: #CDCDCD;
  background-color: #FFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px #000 solid;
  padding: 12px;
  text-decoration: none;
}
.stag-tabs .stag-nav li:hover a,
.stag-tabs .stag-nav li.ui-tabs-active a {
  color: #CDCDCD;
  background-color: #222;
}
.stag-tabs .stag-tab {
  background-color: transparent;
  display: none;
}
/** SHORTCODE FILE MANAGER */
.b5-file-manager-folder .b5-menu-bar {
  border: none;
}
.b5-file-manager-folder .b5-menu-bar .b5-bar-controls {
  display: none;
}
.b5-file-manager-folder .b5-menu-bar .b5-breadcrumbs > li {
  display: inline-block;
}
.b5-file-manager-folder .b5-menu-bar .b5-breadcrumbs li:nth-child(1):nth-last-child(1) {
  display: none;
}
.b5-file-manager-folder .b5-file-manager-container {
  position: relative !important;
  height: auto !important;
  padding: 0;
  text-align: center;
}
.b5-file-manager-folder .b5-file-manager-container li.b5-item {
  display: inline-block;
  float: none;
  left: auto !important;
  top: 0 !important;
  position: relative !important;
  vertical-align: top;
}
.b5-file-manager-folder .b5-file-manager-container li.b5-item:hover {
  background-color: #3A3A3A;
  color: #3A3A3A;
}
.b5-file-manager-folder .b5-file-manager-container li.b5-item:hover p {
  color: #3A3A3A;
}
.b5-login-text {
  text-align: center;
}
.b5-file-manager-login-form {
  margin: 0 auto;
  background-color: transparent;
}
.b5-file-manager-login-form .b5-lost-password {
  display: none;
}
.b5-file-manager-login-form input[type="submit"] {
  padding: 9px;
}
.b5-file-manager-login-form .login-submit {
  text-align: center;
}
/** SHORTCODE STAG_BUTTON */
.stag-button {
  font-family: inherit;
  fint-weight: normal;
  font-family: 'Panton', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #7D7D7D;
  border: 1px solid #CDCDCD;
  padding: 10px 30px;
  text-decoration: none !important;
  display: inline-block;
  margin: 10px auto;
}
.stag-button:hover {
  background-color: #222;
  color: #FFF;
  border-color: #222;
}
.mobiledevice.mobile .stag-button {
  font-size: 16px;
  font-size: 1.6rem;
}
.stag-button i {
  margin-top: -4px;
}
.stag-button--purple,
.stag-button--blue,
.stag-button--orange,
.stag-button--black {
  background-color: #FFF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
}
.stag-button--purple:hover,
.stag-button--blue:hover,
.stag-button--orange:hover,
.stag-button--black:hover {
  background-color: #222;
}
/** SHORTCODE TOOGLE */
.stag-toggle .stag-toggle-title::after {
  content: '';
  color: #3A3A3A;
  transform: rotate(270deg);
  top: auto;
}
.stag-toggle .stag-toggle-title.ui-state-active::after {
  transform: rotate(0deg);
}
.stag-toggle .stag-toggle-title {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #232629;
  border: 1px #3A3A3A solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.stag-toggle .stag-toggle-content {
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px;
}
/** 404 */
.error404 .entry-content {
  margin-top: 60px;
}
#searchform {
  text-align: center;
}
#searchform input[type="text"] {
  background-color: #e9ecf1;
}
/** Google Analytics / Adwords */
iframe[name="google_conversion_frame"] {
  display: none;
}
/** SHORTCODE HIGHLIGHT */
.highlight_before {
  background-color: #FFF;
  margin: 0;
  position: relative;
  font-weight: 200;
  overflow: hidden;
  float: none;
  clear: both;
}
.highlight_before.full_position {
  background-color: transparent;
}
.highlight_before p {
  color: #3A3A3A;
}
.highlight_before p.stag-intro-text.run-in {
  color: #3A3A3A;
}
.highlight_before h2:after,
.highlight_before h3:after,
.highlight_before h4:after {
  display: none;
}
.highlight_before.cover .cover_image {
  -webkit-background-size: cover;
  /* pour Chrome et Safari */
  -moz-background-size: cover;
  /* pour Firefox */
  -o-background-size: cover;
  /* pour Opera */
  background-size: cover;
  /* version standardisée */
  background-position: center center;
  width: 50%;
  max-width: 50%;
  display: inline-block;
  vertical-align: top;
}
.highlight_before.cover.full_position.bck .cover_image {
  left: 0;
}
.highlight_before.cover.full_position .cover_image {
  width: 100%;
  max-width: none;
  position: absolute;
}
@media (max-width: 600px) {
  .highlight_before.cover .cover_image {
    display: block;
    max-width: 100%;
    width: 100%;
    /*max-height: 400px;*/
  }
}
.highlight_before.cover.standard .cover_image {
  max-width: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.highlight_before .highlight {
  width: 1000px;
  max-width: 100%;
  margin: 0px auto;
  color: #3A3A3A;
  padding: 10px 0px;
}
@media (max-width: 1000px) {
  .highlight_before .highlight {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
.highlight_before .highlight.full_position.bck,
.highlight_before .highlight.standard.bck {
  background-color: transparent !important;
}
.highlight_before .highlight.full_position.bck .stag-button,
.highlight_before .highlight.standard.bck .stag-button {
  color: #FFF;
}
.highlight_before .highlight.full_position.bck h1,
.highlight_before .highlight.standard.bck h1,
.highlight_before .highlight.full_position.bck h2,
.highlight_before .highlight.standard.bck h2,
.highlight_before .highlight.full_position.bck h3,
.highlight_before .highlight.standard.bck h3,
.highlight_before .highlight.full_position.bck h4,
.highlight_before .highlight.standard.bck h4,
.highlight_before .highlight.full_position.bck p,
.highlight_before .highlight.standard.bck p,
.highlight_before .highlight.full_position.bck strong,
.highlight_before .highlight.standard.bck strong,
.highlight_before .highlight.full_position.bck b,
.highlight_before .highlight.standard.bck b,
.highlight_before .highlight.full_position.bck a,
.highlight_before .highlight.standard.bck a {
  color: #FFF;
}
.highlight_before .highlight.full_position.bck a:hover,
.highlight_before .highlight.standard.bck a:hover {
  text-decoration: underline;
}
.highlight_before .highlight.cover {
  width: 50%;
  max-width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
}
.highlight_before .highlight.cover .highlight_content_cover {
  max-width: 100%;
  width: 500px;
  padding: 30px 0px 30px 0px;
}
.highlight_before .highlight.cover .highlight_content {
  width: calc(1000px/ 2);
  max-width: 100%;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 600px) {
  .highlight_before .highlight.cover .highlight_content {
    width: 100%;
  }
}
.highlight_before .highlight.cover.left_position .highlight_content {
  float: right;
}
@media (max-width: 600px) {
  .highlight_before .highlight.cover.left_position .highlight_content {
    float: none;
  }
}
.highlight_before .highlight.cover.left_position .highlight_content_cover {
  padding-left: 20px;
  padding-right: 30px;
}
@media (max-width: 1000px) {
  .highlight_before .highlight.cover .highlight_content_cover {
    padding-rigth: 20px;
  }
}
@media (max-width: 600px) {
  .highlight_before .highlight.cover,
  .highlight_before .highlight.cover.left_position .highlight_content_cover,
  .highlight_before .highlight.cover .highlight_content_cover {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .highlight_before .highlight.cover.left_position .highlight_content_cover,
  .highlight_before .highlight.cover .highlight_content_cover {
    padding: 30px 20px;
    float: none;
  }
}
.highlight_before .highlight.full_position {
  display: block;
  width: 100%;
  max-width: 100%;
  /*position: relative*/
}
.highlight_before .highlight.full_position .highlight_content_cover {
  max-width: none;
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .highlight_before .highlight.full_position .highlight_content_cover {
    /* @width_content_runin */
    max-width: none;
    width: 100%;
  }
}
.highlight_before .highlight.full_position .highlight_content {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .highlight_before .highlight.full_position .highlight_content {
    width: 100%;
  }
}
.highlight_before .highlight.cover.standard.left_position {
  position: relative;
  z-index: 10;
}
.highlight_before .highlight.cover.standard.right_position {
  margin-left: calc(50%);
}
@media (max-width: 600px) {
  .highlight_before .highlight.cover.standard.right_position {
    margin-left: 0;
  }
}
.highlight_before .highlight.contain {
  max-width: 1000px;
  padding: 10px 0;
}
.highlight_before .highlight.contain p,
.highlight_before .highlight.contain h2,
.highlight_before .highlight.contain h3,
.highlight_before .highlight.contain h4,
.highlight_before .highlight.contain h5,
.highlight_before .highlight.contain h6,
.highlight_before .highlight.contain ul,
.highlight_before .highlight.contain a {
  text-align: left;
}
@media (max-width: 1000px) {
  .highlight_before .highlight.contain {
    max-width: 100%;
  }
}
.highlight_before .highlight.contain .contain_image {
  position: absolute;
  top: 0px;
  width: calc(50%  - 30px);
  max-width: 500px;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 600px) {
  .highlight_before .highlight.contain .contain_image {
    max-width: 100%;
  }
}
.highlight_before .highlight.contain .standard_image {
  height: 100%;
  display: inline-block;
}
.highlight_before .highlight.contain .standard_image > div {
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*flex-direction: column;
	-webkit-flex-direction: column;*/
}
.highlight_before .highlight.contain .highlight_content {
  padding-left: calc(50%  + 30px);
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.highlight_before .highlight.contain.left_position .standard_image,
.highlight_before .highlight.contain.left_position .contain_image {
  position: relative;
}
.highlight_before .highlight.contain.left_position .contain_image {
  vertical-align: top;
  display: inline-block;
}
.highlight_before .highlight.contain.left_position .highlight_content {
  padding-left: 20px;
  width: 50%;
  display: inline-block;
}
@media (max-width: 1000px) {
  .highlight_before .highlight.contain.left_position .highlight_content,
  .highlight_before .highlight.contain .highlight_content {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .highlight_before .highlight.contain {
    text-align: center;
  }
  .highlight_before .highlight.contain.left_position .contain_image {
    width: 90% !important;
    position: relative;
    margin: 0 auto;
    display: table-caption;
  }
  .highlight_before .highlight.contain.left_position .highlight_content,
  .highlight_before .highlight.contain.left_position .highlight_content {
    padding: 30px 20px;
    width: 100%;
  }
  .highlight_before .highlight.contain.right_position {
    display: table;
  }
  .highlight_before .highlight.contain.right_position .highlight_content {
    padding: 0 20px;
  }
  .highlight_before .highlight.contain.right_position .contain_image {
    display: table-caption;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .highlight_before .highlight.contain.right_position .contain_image img {
    float: none;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .highlight_before .highlight.contain.left_position .contain_image {
    width: 100% !important;
  }
}
.highlight_before .highlight.contain.contain_extend .contain_image img {
  max-width: none;
  margin: 0;
}
@media (max-width: 600px) {
  .highlight_before .highlight.contain.contain_extend .contain_image img {
    /*max-width: 120%; height: auto !important;*/
  }
}
.highlight_before .highlight.contain.contain_extend.right_position .contain_image img {
  float: right;
}
.highlight_before .highlight.contain.contain_extend.full_position {
  padding: 0;
}
.highlight_before .highlight.contain.contain_extend.full_position .highlight_content {
  padding: 0 20px;
  position: relative;
  z-index: 10;
}
.highlight_before .highlight.contain.contain_extend.full_position .contain_image {
  width: auto;
  max-width: none;
  left: 0;
}
.highlight_before .highlight.contain.contain_extend.full_position .contain_image img {
  margin-left: 50%;
  transform: translateX(-50%);
}
.highlight_before .highlight.contain .pseudo_container {
  padding: 0 20px;
}
.highlight_before .highlight .highlight_content .pseudo_container {
  display: block;
}
@media (max-width: 600px) {
  .highlight_before .highlight .highlight_content .pseudo_container {
    min-height: 0px !important;
  }
}
.highlight_before .highlight .highlight_content.middle .pseudo_container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*flex-direction: column;
	-webkit-flex-direction: column;*/
}
@media (max-width: 600px) {
  .highlight_before .highlight .highlight_content.middle .pseudo_container {
    display: block !important;
  }
}
.highlight_before .highlight .highlight_content.middle .pseudo_container h1,
.highlight_before .highlight .highlight_content.middle .pseudo_container h2,
.highlight_before .highlight .highlight_content.middle .pseudo_container h3,
.highlight_before .highlight .highlight_content.middle .pseudo_container h4,
.highlight_before .highlight .highlight_content.middle .pseudo_container h5,
.highlight_before .highlight .highlight_content.middle .pseudo_container ul,
.highlight_before .highlight .highlight_content.middle .pseudo_container p {
  width: 100%;
}
@media (min-width: 600px) {
  .highlight_before .highlight .highlight_content.middle .pseudo_container > *:first-child {
    margin-top: 0;
  }
}
body .pum {
  background-color: rgba(0, 0, 0, 0.43);
}
body .pum .pum-content + .pum-close {
  background-color: #000000;
}
body .pum .pum-content form {
  margin-top: 20px;
  text-align: center;
}
.image_a_la_une_before {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
  -webkit-background-size: cover;
  /* pour Chrome et Safari */
  -moz-background-size: cover;
  /* pour Firefox */
  -o-background-size: cover;
  /* pour Opera */
  background-size: cover;
  /* version standardisée */
  position: absolute;
  left: 0;
}
.image_a_la_une {
  width: 100%;
  height: 550px;
  visibility: hidden;
  margin-bottom: 20px;
}
/** PROTRAIT MODE */
.mobile body .portrait_mode {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: transparent url('../img/flip-smartphone.png') no-repeat;
  z-index: 99999;
  background-color: #FFF;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  background-position: center center;
}
/* AUTO APPEAR PLUGIN */
.appearEffect {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity0%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1s;
  -moz-transition-property: opacity;
  -moz-transition-duration: 1s;
  transition-property: opacity;
  transition-duration: 1s;
}
.appearBloc {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1s;
  -moz-transition-property: opacity;
  -moz-transition-duration: 1s;
  transition-property: opacity;
  transition-duration: 1s;
}
/** BREADCUMBS */
#breadcrumbs {
  max-width: 100%;
  width: 970px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  #breadcrumbs {
    padding: 0 20px;
  }
}
#breadcrumbs li {
  display: inline-block;
  vertical-aligne: middle;
}
#breadcrumbs li.separator {
  margin: 0 5px;
}
#breadcrumbs li a {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  color: #3A3A3A;
  text-decoration: none;
  font-weight: normal;
}
#breadcrumbs li a:hover,
#breadcrumbs li strong {
  color: #000000;
}
#breadcrumbs li strong {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.page-template-front-page #breadcrumbs {
  display: none;
}
/** SOUS MENU */
.children_page_highlight .highlight {
  margin-bottom: 0;
}
.children_page_highlight .children_page {
  text-align: left;
  padding: 17px 0 12px 0px;
  overflow: hidden;
  background-color: #222;
  min-height: 50px;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .children_page_highlight .children_page {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .children_page_highlight .children_page {
    margin: 0 -10px;
  }
}
.children_page_highlight .children_page span {
  vertical-align: middle;
  font-weight: 100;
}
.children_page_highlight .children_page span.title {
  padding-top: 8px;
}
.children_page_highlight .children_page span.more {
  display: inline-block;
  padding-right: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: none;
  float: right;
}
@media screen and (max-width: 490px) {
  .children_page_highlight .children_page span.more {
    padding-left: 0px;
  }
  .children_page_highlight .children_page span.more .text {
    display: none;
  }
}
.children_page_highlight .children_page span.more i.fa {
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.children_page_highlight .children_page #popup-submenu {
  height: 0;
  width: 100%;
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity0%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
  text-transform: uppercase;
  overflow: hidden;
}
.children_page_highlight .children_page #popup-submenu.display {
  display: block;
}
.children_page_highlight .children_page #popup-submenu.after {
  height: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
}
.children_page_highlight .children_page #popup-submenu ul {
  margin: 27px 0 0;
}
.children_page_highlight .children_page #popup-submenu li {
  text-align: right;
  padding: 10px 10px 0;
}
.children_page_highlight .children_page #popup-submenu li a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition-property: 'text-decodation';
  -webkit-transition-duration: 300ms;
  -moz-transition-property: 'text-decodation';
  -moz-transition-duration: 300ms;
  transition-property: 'text-decodation';
  transition-duration: 300ms;
}
.children_page_highlight .children_page #popup-submenu li a:hover {
  text-decoration: underline;
}
.children_page_highlight .children_page #popup-submenu li.active a {
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .android.mobile .children_page span.more {
    width: 160px;
  }
}
/** ROUNDED IMAGE */
.rounded {
  backface-visibility: hidden;
  border-radius: 200px;
  display: block;
  height: 220px;
  margin: 0 auto 10px;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  width: 220px;
}
.rounded img {
  -webkit-transition-property: all;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: all;
  -moz-transition-duration: 250ms;
  transition-property: all;
  transition-duration: 250ms;
  max-width: 104%;
  margin: 0 !important;
}
.rounded img:hover {
  transform: translate(5px, 10px) scale(1.05);
}
/** EMBEDED VIDEO */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 30px 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/** TYPED VERSION v1.0.0 **/
.typed {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 120%;
  font-family: 'Silk Serif', sans-serif;
  color: #3A3A3A;
  font-weight: 100;
  text-align: center;
  margin: 20px 0;
}
.typed .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.typed .typed-fade-out {
  opacity: 0;
  animation: 0;
  transition: opacity 0.25s;
}
/** FLICKITY v2.0.8 **/
.flickity-before.flickity-fullsize {
  position: relative;
}
.flickity-before .flickity-enabled.flickity-no-control .flickity-page-dots {
  display: none;
}
.flickity-before .flickity-enabled.flickity-no-buttons .flickity-prev-next-button {
  display: none;
}
.flickity-before .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move !important;
}
.flickity-before .flickity-enabled .carousel-cell {
  padding-left: 5px;
}
.flickity-before .flickity-enabled .carousel-cell .flickity-bck {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.flickity-before .flickity-enabled .carousel-cell .flickity-img {
  max-width: none;
  /*height: inherit !important;*/
  margin: 0 auto;
  display: block;
}
.flickity-before .flickity-enabled .flickity-prev-next-button {
  padding: 0;
}
.flickity-before .flickity-enabled .flickity-prev-next-button:hover {
  animation: none;
}
.flickity-before .flickity-enabled .flickity-page-dots {
  bottom: -55px;
}
.flickity-before .flickity-enabled .flickity-page-dots .dot {
  width: 49px;
  height: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #E7E7E7;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
  z-index: 10;
  position: relative;
}
.flickity-before .flickity-enabled .flickity-page-dots .dot:hover,
.flickity-before .flickity-enabled .flickity-page-dots .dot.is-selected {
  background-color: #BDBDBD;
}
/* = BLOG DEFINITIONS
-------------------------------------------------------------- */
/** BLOG with Sidebar
 * @version 1.1.0
 **/
/** LISTE DES DERNIERS ARTICLES */
body.single .entry-content {
  padding: 0 !important;
}
body.single .entry-content .thumbnail img.size-full {
  max-width: 100% !important;
  /*.border-radius(5px);*/
}
body.single .entry-content > p:first-child {
  padding: 30px 0 20px 0;
  text-align: center;
}
body.blog .entry-content img,
.archive .entry-content img {
  max-width: 100% !important;
}
body.blog #entry-content,
.archive #entry-content {
  text-align: center;
  margin-top: 20px !important;
  background-color: #F8F8F8;
  padding-bottom: 10px;
}
body.blog #entry-content .highlight_before.CFFFFFF .highlight.full_position .highlight_content,
.archive #entry-content .highlight_before.CFFFFFF .highlight.full_position .highlight_content {
  width: 840px;
  max-width: 100%;
}
body.blog #entry-content .highlight_before.CFFFFFF .highlight.full_position .highlight_content .highlight_content_cover,
.archive #entry-content .highlight_before.CFFFFFF .highlight.full_position .highlight_content .highlight_content_cover {
  width: 800px;
  max-width: 100%;
}
body.blog #entry-content .blog_mise_en_avant,
.archive #entry-content .blog_mise_en_avant {
  margin-top: 20px;
}
body.blog #entry-content .blog_mise_en_avant .highlight_content,
.archive #entry-content .blog_mise_en_avant .highlight_content {
  width: 1000px;
}
body.blog #entry-content .blog_mise_en_avant .highlight_content .highlight_content_cover,
.archive #entry-content .blog_mise_en_avant .highlight_content .highlight_content_cover {
  width: 1000px;
  max-width: 100%;
}
body.blog #entry-content .blog_mise_en_avant .entry-header,
.archive #entry-content .blog_mise_en_avant .entry-header {
  margin-top: 0;
}
body.blog #entry-content .blog_mise_en_avant .entry-header .entry-title,
.archive #entry-content .blog_mise_en_avant .entry-header .entry-title {
  margin-top: 0;
  text-align: left;
  max-width: none;
}
body.blog #entry-content .blog_mise_en_avant .entry-header .entry-title a,
.archive #entry-content .blog_mise_en_avant .entry-header .entry-title a {
  color: #FFF;
}
body.blog #entry-content .blog_mise_en_avant .entry-header .entry-title a:hover,
.archive #entry-content .blog_mise_en_avant .entry-header .entry-title a:hover {
  color: #000;
}
body.blog #entry-content .blog_mise_en_avant .entry-content,
.archive #entry-content .blog_mise_en_avant .entry-content {
  padding: 0;
  margin: 0 !important;
}
body.blog #entry-content .blog_mise_en_avant .entry-content p,
.archive #entry-content .blog_mise_en_avant .entry-content p {
  max-width: 600px;
  text-align: left;
  margin-left: 0;
  margin-rigth: 0;
  color: #FFF;
}
body.blog #entry-content .blog_mise_en_avant .entry-content .date,
.archive #entry-content .blog_mise_en_avant .entry-content .date {
  font-style: italic;
  margin: 20px 0 8px;
  display: inline-block;
  color: #FFF;
}
body.blog #entry-content .blog_mise_en_avant .entry-content .date + a,
.archive #entry-content .blog_mise_en_avant .entry-content .date + a {
  display: inline-block;
  float: right;
  margin: 20px 0 8px;
}
body.blog #entry-content .blog_mise_en_avant .entry-content .date + a .fa,
.archive #entry-content .blog_mise_en_avant .entry-content .date + a .fa {
  vertical-align: text-top;
  margin-left: 5px;
}
body.blog #entry-content .blog_mise_en_avant .entry-content .date + a:hover,
.archive #entry-content .blog_mise_en_avant .entry-content .date + a:hover {
  color: #000;
}
@media screen and (max-width: 900px) {
  body.blog #entry-content .blog_mise_en_avant .entry-content .date + a,
  .archive #entry-content .blog_mise_en_avant .entry-content .date + a {
    float: none;
    text-align: right;
    width: 100%;
  }
}
body.blog #entry-content .blog_mise_en_avant .entry-content .thumbnail,
.archive #entry-content .blog_mise_en_avant .entry-content .thumbnail {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 450px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body.blog #entry-content .blog_list,
.archive #entry-content .blog_list {
  text-align: center;
  max-width: 1000px !important;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 900px) {
  body.blog #entry-content .blog_list,
  .archive #entry-content .blog_list {
    text-align: center;
  }
}
body.blog #entry-content .blog_list > li,
.archive #entry-content .blog_list > li {
  display: block;
  vertical-align: top;
  max-width: 100%;
  /*min-width: 400px;*/
  padding: 0;
  margin: 50px 20px;
  background-color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 900px) {
  body.blog #entry-content .blog_list > li,
  .archive #entry-content .blog_list > li {
    width: calc(100% - 40px);
    min-width: unset;
    max-width: 100%;
    display: block;
  }
}
body.blog #entry-content .blog_list > li article .entry-header,
.archive #entry-content .blog_list > li article .entry-header {
  margin-top: 0;
}
body.blog #entry-content .blog_list > li article .entry-header .entry-title,
.archive #entry-content .blog_list > li article .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-size: 2rem;
  padding: 20px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: 'Panton', sans-serif;
  color: #000;
}
body.blog #entry-content .blog_list > li article .entry-header .entry-title a:hover,
.archive #entry-content .blog_list > li article .entry-header .entry-title a:hover {
  color: #3A3A3A;
}
body.blog #entry-content .blog_list > li article .entry-header .thumbnail,
.archive #entry-content .blog_list > li article .entry-header .thumbnail {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 400px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 490px) {
  body.blog #entry-content .blog_list > li article .entry-header .thumbnail,
  .archive #entry-content .blog_list > li article .entry-header .thumbnail {
    height: 250px;
  }
}
body.blog #entry-content .blog_list > li article .entry-content,
.archive #entry-content .blog_list > li article .entry-content {
  width: auto;
  padding: 0 20px;
  margin-bottom: 0 !important;
  text-align: center;
  max-width: 390px;
}
body.blog #entry-content .blog_list > li article .entry-content p,
.archive #entry-content .blog_list > li article .entry-content p {
  text-align: center;
}
body.blog #entry-content .blog_list > li article .entry-content .date,
.archive #entry-content .blog_list > li article .entry-content .date {
  font-style: italic;
  padding: 0 0 20px;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
body.blog #entry-content .blog_list > li article .entry-content .date + a,
.archive #entry-content .blog_list > li article .entry-content .date + a {
  display: inline-block;
  float: right;
  margin: 20px 0 8px;
}
body.blog #entry-content .blog_list > li article .entry-content .date + a .fa,
.archive #entry-content .blog_list > li article .entry-content .date + a .fa {
  vertical-align: text-top;
  margin-left: 5px;
}
body.blog #entry-content .blog_list > li article .entry-content .date + a:hover,
.archive #entry-content .blog_list > li article .entry-content .date + a:hover {
  color: #3A3A3A;
}
body.blog #entry-content > .post,
.archive #entry-content > .post {
  max-width: 970px;
  margin: 30px auto 0 auto;
}
body.blog #entry-content > .post .entry-header,
.archive #entry-content > .post .entry-header {
  text-align: center;
}
body.blog #entry-content > .post .entry-header .attachment-post-thumbnail,
.archive #entry-content > .post .entry-header .attachment-post-thumbnail {
  max-height: 315px;
  margin: 20px auto 10px auto;
}
body.blog #entry-content > .post .entry-header entry-title,
.archive #entry-content > .post .entry-header entry-title {
  color: #FFF;
  font-size: 55px;
  font-size: 5.5rem;
  text-align: left;
  font-weight: 100;
}
body.blog #entry-content > .post .entry-header i,
.archive #entry-content > .post .entry-header i {
  font-weight: 100;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  display: block;
  text-align: left;
}
body.blog #entry-content > .post .entry-content p,
.archive #entry-content > .post .entry-content p {
  max-width: none;
  color: #FFF;
}
body.blog #entry-content > .post .entry-content .stag-divider.meta,
.archive #entry-content > .post .entry-content .stag-divider.meta {
  margin: 0;
}
body.blog #entry-content .nav-single,
.archive #entry-content .nav-single {
  max-width: 970px;
  margin: 30px auto 0 auto;
}
body.blog #entry-content .nav-single .stag-button,
.archive #entry-content .nav-single .stag-button {
  margin: 50px auto 20px auto;
  display: table;
}
body.blog #entry-content .pagination,
.archive #entry-content .pagination {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #3A3A3A;
}
body.blog #entry-content .pagination .page-numbers,
.archive #entry-content .pagination .page-numbers {
  margin: 0 10px;
  color: #3A3A3A;
}
body.blog #entry-content .pagination .page-numbers:hover,
.archive #entry-content .pagination .page-numbers:hover,
body.blog #entry-content .pagination .page-numbers.current,
.archive #entry-content .pagination .page-numbers.current {
  text-decoration: underline;
}
body.blog #entry-content .pagination .fa,
.archive #entry-content .pagination .fa {
  font-size: 20px;
  font-size: 2rem;
}
/* = SITE DEFINITIONS
-------------------------------------------------------------- */
.stag-column img {
  margin: 10px auto 20px;
}
body {
  overflow-y: initial !important;
}
#awwwards {
  z-index: 999 !important;
  top: 70px !important;
}
.menu-open #awwwards {
  z-index: 100 !important;
}
#awwwards.honorable.black.right a {
  background-size: contain;
  background-postion: top right;
}
@media screen and (max-width: 490px) {
  #awwwards.honorable.black.right a {
    width: 50px;
    height: 75px;
    right: 0;
    left: auto;
  }
}
.bot_link {
  background: transparent url('../img/icon-chat.svg') no-repeat center center;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  width: 49px;
  height: 48px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 100;
}
.bot-click-open {
  cursor: pointer;
}
.scroll-wrapper-bot {
  display: block !important;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  height: 0;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-transition-property: height;
  -webkit-transition-duration: 500ms;
  -moz-transition-property: height;
  -moz-transition-duration: 500ms;
  transition-property: height;
  transition-duration: 500ms;
  z-index: 110;
}
.scroll-wrapper-bot #bot {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.bot_open {
  overflow: hidden !important;
}
.bot_open #awwwards {
  display: none !important;
}
@media screen and (max-width: 694px) {
  .site-info {
    display: none;
  }
}
/** PAGE */
@media screen and (max-width: 1000px) {
  body.home .entry-header {
    margin-top: 120px !important;
  }
}
@media screen and (max-width: 900px) {
  body.home .entry-header {
    margin-top: 100px !important;
  }
}
body.page .entry-header,
body.blog .entry-header,
body.single .entry-header,
body.archive .entry-header,
body.search .entry-header {
  margin-top: 170px;
}
body.page .entry-header h1,
body.blog .entry-header h1,
body.single .entry-header h1,
body.archive .entry-header h1,
body.search .entry-header h1 {
  max-width: 900px;
  margin: 0px auto;
}
@media screen and (max-width: 970px) {
  body.page .entry-header h1,
  body.blog .entry-header h1,
  body.single .entry-header h1,
  body.archive .entry-header h1,
  body.search .entry-header h1 {
    max-width: 100%;
  }
}
body.page .entry-header .header_text .back_text,
body.blog .entry-header .header_text .back_text,
body.single .entry-header .header_text .back_text,
body.archive .entry-header .header_text .back_text,
body.search .entry-header .header_text .back_text {
  font-family: 'Silk Serif';
  font-weight: 200;
  font-size: 76px;
  font-size: 7.6rem;
  letter-spacing: -3.2px;
  line-height: 120%;
  color: #EBEBEB;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*flex-direction: column;
	-webkit-flex-direction: column;*/
  padding: 0 10px;
  max-width: 1400px;
  margin: 0 auto;
}
body.page .entry-header .header_text .back_text h1,
body.blog .entry-header .header_text .back_text h1,
body.single .entry-header .header_text .back_text h1,
body.archive .entry-header .header_text .back_text h1,
body.search .entry-header .header_text .back_text h1 {
  font-family: 'Sebastian Bobby Alt';
  font-weight: normal;
  font-size: 180px;
  font-size: 18rem;
  letter-spacing: 0;
  color: #CF9449;
  text-transform: none;
  position: absolute;
  line-height: 70%;
}
@media screen and (max-width: 1000px) {
  body.page .entry-header .header_text .back_text,
  body.blog .entry-header .header_text .back_text,
  body.single .entry-header .header_text .back_text,
  body.archive .entry-header .header_text .back_text,
  body.search .entry-header .header_text .back_text {
    font-size: 45px;
    font-size: 4.5rem;
  }
  body.page .entry-header .header_text .back_text h1,
  body.blog .entry-header .header_text .back_text h1,
  body.single .entry-header .header_text .back_text h1,
  body.archive .entry-header .header_text .back_text h1,
  body.search .entry-header .header_text .back_text h1 {
    font-size: 120px;
    font-size: 12rem;
  }
}
@media screen and (max-width: 600px) {
  body.page .entry-header .header_text .back_text,
  body.blog .entry-header .header_text .back_text,
  body.single .entry-header .header_text .back_text,
  body.archive .entry-header .header_text .back_text,
  body.search .entry-header .header_text .back_text {
    font-size: 40px;
    font-size: 4rem;
  }
}
body.page .entry-content,
body.blog .entry-content,
body.single .entry-content,
body.archive .entry-content,
body.search .entry-content {
  padding: 0px 10px;
  max-width: 100%;
  margin-top: 0 !important;
  margin-bottom: 80px !important;
}
body.page .entry-content ul,
body.blog .entry-content ul,
body.single .entry-content ul,
body.archive .entry-content ul,
body.search .entry-content ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding-left: 20px;
}
@media screen and (min-width: 490px) {
  body.page .entry-content,
  body.blog .entry-content,
  body.single .entry-content,
  body.archive .entry-content,
  body.search .entry-content {
    margin: 0 auto;
    width: 970px;
  }
  body.page .entry-content p,
  body.blog .entry-content p,
  body.single .entry-content p,
  body.archive .entry-content p,
  body.search .entry-content p,
  body.page .entry-content h1,
  body.blog .entry-content h1,
  body.single .entry-content h1,
  body.archive .entry-content h1,
  body.search .entry-content h1,
  body.page .entry-content h2,
  body.blog .entry-content h2,
  body.single .entry-content h2,
  body.archive .entry-content h2,
  body.search .entry-content h2,
  body.page .entry-content h3,
  body.blog .entry-content h3,
  body.single .entry-content h3,
  body.archive .entry-content h3,
  body.search .entry-content h3,
  body.page .entry-content h4,
  body.blog .entry-content h4,
  body.single .entry-content h4,
  body.archive .entry-content h4,
  body.search .entry-content h4,
  body.page .entry-content h5,
  body.blog .entry-content h5,
  body.single .entry-content h5,
  body.archive .entry-content h5,
  body.search .entry-content h5,
  body.page .entry-content h6,
  body.blog .entry-content h6,
  body.single .entry-content h6,
  body.archive .entry-content h6,
  body.search .entry-content h6 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page .entry-content p,
  body.blog .entry-content p,
  body.single .entry-content p,
  body.archive .entry-content p,
  body.search .entry-content p,
  body.page .entry-content ul,
  body.blog .entry-content ul,
  body.single .entry-content ul,
  body.archive .entry-content ul,
  body.search .entry-content ul {
    max-width: 800px !important;
  }
}
body.page .entry-content .inline li,
body.blog .entry-content .inline li,
body.single .entry-content .inline li,
body.archive .entry-content .inline li,
body.search .entry-content .inline li {
  padding: 0 10px;
}
body.page .entry-content .lettrine2,
body.blog .entry-content .lettrine2,
body.single .entry-content .lettrine2,
body.archive .entry-content .lettrine2,
body.search .entry-content .lettrine2,
body.page .entry-content .lettrine1,
body.blog .entry-content .lettrine1,
body.single .entry-content .lettrine1,
body.archive .entry-content .lettrine1,
body.search .entry-content .lettrine1 {
  min-width: 96px;
  height: 280px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*flex-direction: column;
	-webkit-flex-direction: column;*/
}
@media screen and (max-width: 900px) {
  body.page .entry-content .lettrine2,
  body.blog .entry-content .lettrine2,
  body.single .entry-content .lettrine2,
  body.archive .entry-content .lettrine2,
  body.search .entry-content .lettrine2,
  body.page .entry-content .lettrine1,
  body.blog .entry-content .lettrine1,
  body.single .entry-content .lettrine1,
  body.archive .entry-content .lettrine1,
  body.search .entry-content .lettrine1 {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
  }
}
body.page .entry-content .lettrine2 div,
body.blog .entry-content .lettrine2 div,
body.single .entry-content .lettrine2 div,
body.archive .entry-content .lettrine2 div,
body.search .entry-content .lettrine2 div,
body.page .entry-content .lettrine1 div,
body.blog .entry-content .lettrine1 div,
body.single .entry-content .lettrine1 div,
body.archive .entry-content .lettrine1 div,
body.search .entry-content .lettrine1 div {
  width: 100%;
}
body.page .entry-content .lettrine1,
body.blog .entry-content .lettrine1,
body.single .entry-content .lettrine1,
body.archive .entry-content .lettrine1,
body.search .entry-content .lettrine1 {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/icon-lettrine1.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  background-position: center center;
}
@media screen and (max-width: 900px) {
  body.page .entry-content .lettrine1,
  body.blog .entry-content .lettrine1,
  body.single .entry-content .lettrine1,
  body.archive .entry-content .lettrine1,
  body.search .entry-content .lettrine1 {
    margin-bottom: 50px;
  }
}
body.page .entry-content .lettrine2,
body.blog .entry-content .lettrine2,
body.single .entry-content .lettrine2,
body.archive .entry-content .lettrine2,
body.search .entry-content .lettrine2 {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/icon-lettrine2.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  background-position: center center;
}
body.page .entry-content .highlight_before.C222222 * *,
body.blog .entry-content .highlight_before.C222222 * *,
body.single .entry-content .highlight_before.C222222 * *,
body.archive .entry-content .highlight_before.C222222 * *,
body.search .entry-content .highlight_before.C222222 * *,
body.page .entry-content .highlight_before.C000000 *,
body.blog .entry-content .highlight_before.C000000 *,
body.single .entry-content .highlight_before.C000000 *,
body.archive .entry-content .highlight_before.C000000 *,
body.search .entry-content .highlight_before.C000000 * {
  color: #FFF;
}
body.page .entry-content .highlight_before.C222222 * .stag-button,
body.blog .entry-content .highlight_before.C222222 * .stag-button,
body.single .entry-content .highlight_before.C222222 * .stag-button,
body.archive .entry-content .highlight_before.C222222 * .stag-button,
body.search .entry-content .highlight_before.C222222 * .stag-button,
body.page .entry-content .highlight_before.C000000 .stag-button,
body.blog .entry-content .highlight_before.C000000 .stag-button,
body.single .entry-content .highlight_before.C000000 .stag-button,
body.archive .entry-content .highlight_before.C000000 .stag-button,
body.search .entry-content .highlight_before.C000000 .stag-button {
  color: #FFF;
  background-color: #222;
  border-color: #FFF;
}
body.page .entry-content .highlight_before .highlight.full_position.large_size highlight_content,
body.blog .entry-content .highlight_before .highlight.full_position.large_size highlight_content,
body.single .entry-content .highlight_before .highlight.full_position.large_size highlight_content,
body.archive .entry-content .highlight_before .highlight.full_position.large_size highlight_content,
body.search .entry-content .highlight_before .highlight.full_position.large_size highlight_content {
  width: 800px;
}
body.page .entry-content .highlight_before .highlight.full_position.large_size highlight_content .highlight_content_cover,
body.blog .entry-content .highlight_before .highlight.full_position.large_size highlight_content .highlight_content_cover,
body.single .entry-content .highlight_before .highlight.full_position.large_size highlight_content .highlight_content_cover,
body.archive .entry-content .highlight_before .highlight.full_position.large_size highlight_content .highlight_content_cover,
body.search .entry-content .highlight_before .highlight.full_position.large_size highlight_content .highlight_content_cover {
  width: 800px;
}
@media screen and (max-width: 900px) {
  body.page .entry-content .highlight_before .highlight.full_position.large_size highlight_content .highlight_content_cover,
  body.blog .entry-content .highlight_before .highlight.full_position.large_size highlight_content .highlight_content_cover,
  body.single .entry-content .highlight_before .highlight.full_position.large_size highlight_content .highlight_content_cover,
  body.archive .entry-content .highlight_before .highlight.full_position.large_size highlight_content .highlight_content_cover,
  body.search .entry-content .highlight_before .highlight.full_position.large_size highlight_content .highlight_content_cover {
    width: 100%;
  }
}
body.page .entry-content .highlight_before .w900 .highlight_content,
body.blog .entry-content .highlight_before .w900 .highlight_content,
body.single .entry-content .highlight_before .w900 .highlight_content,
body.archive .entry-content .highlight_before .w900 .highlight_content,
body.search .entry-content .highlight_before .w900 .highlight_content {
  width: 900px;
}
@media (max-width: 900px) {
  body.page .entry-content .highlight_before .w900 .highlight_content,
  body.blog .entry-content .highlight_before .w900 .highlight_content,
  body.single .entry-content .highlight_before .w900 .highlight_content,
  body.archive .entry-content .highlight_before .w900 .highlight_content,
  body.search .entry-content .highlight_before .w900 .highlight_content {
    width: 100%;
  }
}
body.page .entry-content .highlight_before .w900 .highlight_content .highlight_content_cover,
body.blog .entry-content .highlight_before .w900 .highlight_content .highlight_content_cover,
body.single .entry-content .highlight_before .w900 .highlight_content .highlight_content_cover,
body.archive .entry-content .highlight_before .w900 .highlight_content .highlight_content_cover,
body.search .entry-content .highlight_before .w900 .highlight_content .highlight_content_cover {
  width: 900px;
}
@media (max-width: 900px) {
  body.page .entry-content .highlight_before .w900 .highlight_content .highlight_content_cover,
  body.blog .entry-content .highlight_before .w900 .highlight_content .highlight_content_cover,
  body.single .entry-content .highlight_before .w900 .highlight_content .highlight_content_cover,
  body.archive .entry-content .highlight_before .w900 .highlight_content .highlight_content_cover,
  body.search .entry-content .highlight_before .w900 .highlight_content .highlight_content_cover {
    width: 100%;
  }
}
body.page .entry-content .highlight_before + img,
body.blog .entry-content .highlight_before + img,
body.single .entry-content .highlight_before + img,
body.archive .entry-content .highlight_before + img,
body.search .entry-content .highlight_before + img {
  margin: 0;
}
@media screen and (max-width: 750px) {
  body.page .entry-content .highlight_before .highlight .highlight_content_cover .maximage,
  body.blog .entry-content .highlight_before .highlight .highlight_content_cover .maximage,
  body.single .entry-content .highlight_before .highlight .highlight_content_cover .maximage,
  body.archive .entry-content .highlight_before .highlight .highlight_content_cover .maximage,
  body.search .entry-content .highlight_before .highlight .highlight_content_cover .maximage {
    left: 0;
  }
}
body.page .entry-content .highlight_before .highlight .highlight_content .pseudo_container .highlight_content_contain,
body.blog .entry-content .highlight_before .highlight .highlight_content .pseudo_container .highlight_content_contain,
body.single .entry-content .highlight_before .highlight .highlight_content .pseudo_container .highlight_content_contain,
body.archive .entry-content .highlight_before .highlight .highlight_content .pseudo_container .highlight_content_contain,
body.search .entry-content .highlight_before .highlight .highlight_content .pseudo_container .highlight_content_contain {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*flex-direction: column;
	-webkit-flex-direction: column;*/
}
body.page .entry-content .google-map img,
body.blog .entry-content .google-map img,
body.single .entry-content .google-map img,
body.archive .entry-content .google-map img,
body.search .entry-content .google-map img {
  padding: 0;
  margin: 0;
}
body.page .entry-content .typed,
body.blog .entry-content .typed,
body.single .entry-content .typed,
body.archive .entry-content .typed,
body.search .entry-content .typed {
  letter-spacing: -2px;
}
.top .entry-content > .highlight_before:first-child .contain_extend {
  padding-top: 0;
}
.top .entry-content > .highlight_before:first-child .contain_extend .contain_image {
  background-position: top center;
  top: 0;
}
.top .entry-content > .highlight_before:first-child .contain_extend .contain_image img {
  margin: 0;
}
@media (max-width: 600px) {
  .top .entry-content > .highlight_before:first-child .contain_extend .contain_image img {
    max-height: 400px;
    width: auto !important;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .top .entry-content > .highlight_before:first-child .contain_extend.left_position {
    display: table;
  }
}
/*** PAGE COMPTETENCES ***/
.competences-list {
  text-align: center;
}
.competences-list li {
  display: inline-block;
  vertical-align: top;
  width: 195px;
  height: 195px;
  margin: 0px 13px 30px 13px;
}
.competences-list li article {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity0%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
  margin-top: 30px;
  text-align: center;
}
.competences-list li article.after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
}
.competences-list li article .entry-header {
  padding-bottom: 10px;
  margin-top: 30px;
}
.competences-list li article .entry-header .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  letter-spacing: -0.5px;
}
.competences-list li article .entry-content {
  text-align: center;
}
.competences-list li .letter {
  background-color: #000;
  font-size: 120px;
  font-size: 12rem;
  color: #FFFEFE;
  font-family: 'Silk Serif', sans-serif;
  text-align: center;
  width: 195px;
  height: 195px;
  -webkit-border-radius: 195px;
  -moz-border-radius: 195px;
  border-radius: 195px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*flex-direction: column;
	-webkit-flex-direction: column;*/
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.competences-list li .letter.after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity0%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
  font-size: 0px;
  font-size: 0rem;
  cursor: auto;
}
.competences-list li .letter.no-display {
  display: none !important;
}
/** PORTFOLIO LIST **/
body.page-template-portfolio .entry-content .highlight_before.C000000:first-child {
  margin-top: -10px;
}
body.page-template-portfolio .entry-header,
body.blog .entry-header,
body.single .entry-header {
  margin-top: 0px;
  -webkit-transition-property: margin;
  -webkit-transition-duration: 500ms;
  -moz-transition-property: margin;
  -moz-transition-duration: 500ms;
  transition-property: margin;
  transition-duration: 500ms;
}
body.page-template-portfolio .entry-header h1,
body.blog .entry-header h1,
body.single .entry-header h1 {
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  body.page-template-portfolio .entry-header h1,
  body.blog .entry-header h1,
  body.single .entry-header h1 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 490px) {
}
body.page-template-portfolio .entry-header .highlight_before + h2,
body.blog .entry-header .highlight_before + h2,
body.single .entry-header .highlight_before + h2 {
  text-transform: none;
  max-width: 800px;
  margin: 20px auto;
}
body.page-template-portfolio .entry-content,
body.blog .entry-content,
body.single .entry-content {
  width: auto;
  text-align: center;
}
body.page-template-portfolio .entry-content#entry-content,
body.blog .entry-content#entry-content,
body.single .entry-content#entry-content {
  width: auto;
}
body.page-template-portfolio .entry-content ul,
body.blog .entry-content ul,
body.single .entry-content ul {
  max-width: 1000px;
  padding: 0;
}
body.page-template-portfolio .entry-content .portfolio-categorie,
body.blog .entry-content .portfolio-categorie,
body.single .entry-content .portfolio-categorie,
body.page-template-portfolio .entry-content .portfolio-list,
body.blog .entry-content .portfolio-list,
body.single .entry-content .portfolio-list {
  text-align: center;
}
body.page-template-portfolio .entry-content .thumbnail > img,
body.blog .entry-content .thumbnail > img,
body.single .entry-content .thumbnail > img {
  margin: 0 auto;
}
body.page-template-portfolio .entry-content .links-portfolio-categories,
body.blog .entry-content .links-portfolio-categories,
body.single .entry-content .links-portfolio-categories {
  display: none;
}
body.page-template-portfolio .entry-content .portfolio-categorie,
body.blog .entry-content .portfolio-categorie,
body.single .entry-content .portfolio-categorie {
  margin-top: 20px;
  margin: 0 auto;
  display: inline-block;
}
body.page-template-portfolio .entry-content .portfolio-categorie li,
body.blog .entry-content .portfolio-categorie li,
body.single .entry-content .portfolio-categorie li {
  display: inline-block;
  margin: 0px 7px;
  white-space: nowrap;
}
body.page-template-portfolio .entry-content .portfolio-categorie li .stag-button,
body.blog .entry-content .portfolio-categorie li .stag-button,
body.single .entry-content .portfolio-categorie li .stag-button {
  margin: 5px auto;
}
body.page-template-portfolio .entry-content .portfolio-categorie li.active .stag-button,
body.blog .entry-content .portfolio-categorie li.active .stag-button,
body.single .entry-content .portfolio-categorie li.active .stag-button {
  background-color: #222;
  color: #FFF;
  border: 1px #222 solid;
}
body.page-template-portfolio .entry-content .portfolio-list,
body.blog .entry-content .portfolio-list,
body.single .entry-content .portfolio-list {
  max-width: none !important;
}
body.page-template-portfolio .entry-content .portfolio-list li,
body.blog .entry-content .portfolio-list li,
body.single .entry-content .portfolio-list li {
  display: inline-block;
  margin: 11px;
  width: 400px;
  max-width: 400px;
  height: 308px;
}
body.page-template-portfolio .entry-content .portfolio-list img,
body.blog .entry-content .portfolio-list img,
body.single .entry-content .portfolio-list img {
  margin: 0;
  max-width: 100%;
  -webkit-transition-property: all;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: all;
  -moz-transition-duration: 250ms;
  transition-property: all;
  transition-duration: 250ms;
}
@media screen and (max-width: 490px) {
  body.page-template-portfolio .entry-content .portfolio-list li,
  body.blog .entry-content .portfolio-list li,
  body.single .entry-content .portfolio-list li {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 410px) {
  body.page-template-portfolio .entry-content .portfolio-list li,
  body.blog .entry-content .portfolio-list li,
  body.single .entry-content .portfolio-list li,
  body.page-template-portfolio .entry-content .portfolio-list img,
  body.blog .entry-content .portfolio-list img,
  body.single .entry-content .portfolio-list img {
    max-width: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1440px) {
  body.page-template-portfolio .entry-content .portfolio-list li,
  body.blog .entry-content .portfolio-list li,
  body.single .entry-content .portfolio-list li,
  body.page-template-portfolio .entry-content .portfolio-list img,
  body.blog .entry-content .portfolio-list img,
  body.single .entry-content .portfolio-list img {
    max-width: 100%;
  }
}
body.page-template-portfolio .entry-content .portfolio-list img:hover,
body.blog .entry-content .portfolio-list img:hover,
body.single .entry-content .portfolio-list img:hover {
  transform: translate(5px, 10px) scale(1.05);
  -webkit-transform: translate(5px, 10px) scale(1.05);
}
body.page-template-portfolio .entry-content .portfolio-list .entry-header,
body.blog .entry-content .portfolio-list .entry-header,
body.single .entry-content .portfolio-list .entry-header {
  display: none;
}
/** SINGLE PORTFOLIO */
body.single-portfolio .entry-header {
  margin: 120px auto 10px auto;
  padding: 0 0 60px 0;
  border-bottom: 1px #DFDFDF solid;
  -webkit-transition-property: margin padding;
  -webkit-transition-duration: 500ms;
  -moz-transition-property: margin padding;
  -moz-transition-duration: 500ms;
  transition-property: margin padding;
  transition-duration: 500ms;
}
@media screen and (max-width: 900px) {
  body.single-portfolio .entry-header {
    margin-top: 70px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 490px) {
  body.single-portfolio .entry-header {
    /*margin-top: 40px;*/
    padding-bottom: 30px;
  }
}
body.single-portfolio .entry-header h1 {
  margin: 0 auto;
}
body.single-portfolio .portfolio .slide_container {
  width: 900px;
  height: 710px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
body.single-portfolio .portfolio .slide_container .slider {
  position: relative;
}
body.single-portfolio .portfolio .slide_container .slider .slideBloc {
  position: absolute;
  width: 100%;
  height: 600px;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity0%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
  margin-top: 30px;
}
body.single-portfolio .portfolio .slide_container .slider .slideBloc.after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
}
@media screen and (max-width: 900px) {
  body.single-portfolio .portfolio .slide_container {
    height: 650px;
  }
  body.single-portfolio .portfolio .slide_container .slider .slideBloc {
    height: 560px;
  }
}
@media screen and (max-width: 700px) {
  body.single-portfolio .portfolio .slide_container {
    height: 550px;
  }
  body.single-portfolio .portfolio .slide_container .slider .slideBloc {
    height: 460px;
  }
}
@media screen and (max-width: 600px) {
  body.single-portfolio .portfolio .slide_container {
    height: 550px;
  }
  body.single-portfolio .portfolio .slide_container .slider .slideBloc {
    height: 460px;
  }
}
@media screen and (max-width: 500px) {
  body.single-portfolio .portfolio .slide_container {
    height: 400px;
  }
  body.single-portfolio .portfolio .slide_container .slider .slideBloc {
    height: 310px;
  }
}
@media screen and (max-width: 400px) {
  body.single-portfolio .portfolio .slide_container {
    height: 400px;
  }
  body.single-portfolio .portfolio .slide_container .slider .slideBloc {
    height: 310px;
  }
}
body.single-portfolio .portfolio p {
  text-align: center;
}
body.single-portfolio .portfolio .pager {
  text-align: center;
  margin-top: 38px;
}
body.single-portfolio .portfolio .pager .pager_prev {
  cursor: pointer;
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/Icon-previous-off.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  width: 46px;
  height: 46px;
  display: inline-block;
}
body.single-portfolio .portfolio .pager .pager_prev.disabled {
  cursor: not-allowed;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity60%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
}
body.single-portfolio .portfolio .pager .pager_prev.enabled:hover {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/Icon-previous-on.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
body.single-portfolio .portfolio .pager .pager_next {
  cursor: pointer;
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/Icon-next-off.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  width: 46px;
  height: 46px;
  display: inline-block;
}
body.single-portfolio .portfolio .pager .pager_next.disabled {
  cursor: not-allowed;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity60%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
}
body.single-portfolio .portfolio .pager .pager_next.enabled:hover {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/Icon-next-on.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
body.single-portfolio .portfolio .pager .portfolioico {
  cursor: pointer;
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/Icon-grille-off.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  width: 46px;
  height: 46px;
  display: inline-block;
  margin: 0 5px;
}
body.single-portfolio .portfolio .pager .portfolioico.portfolioico:hover {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/Icon-grille-on.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
/* = RETINA DEFINITIONS
-------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
  .maximage #skip a {
    /* pour Chrome et Safari */
    /* pour Firefox */
    /* pour Opera */
    /* version standardisée */
    background: transparent url('../img/Icon-down-off@2x.png') no-repeat;
    -webkit-background-size: contain;
    /* pour Chrome et Safari */
    -moz-background-size: contain;
    /* pour Firefox */
    -o-background-size: contain;
    /* pour Opera */
    background-size: contain;
    /* version standardisée */
    background-position: center center;
  }
  .maximage #skip a:hover {
    /* pour Chrome et Safari */
    /* pour Firefox */
    /* pour Opera */
    /* version standardisée */
    background: transparent url('../img/Icon-down-on@2x.png') no-repeat;
    -webkit-background-size: contain;
    /* pour Chrome et Safari */
    -moz-background-size: contain;
    /* pour Firefox */
    -o-background-size: contain;
    /* pour Opera */
    background-size: contain;
    /* version standardisée */
    background-position: center center;
  }
  .site-header .logo,
  .nav-menu .logo {
    background: transparent url('../img/la-confection-logo.svg') no-repeat center center;
    -webkit-background-size: contain;
    /* pour Chrome et Safari */
    -moz-background-size: contain;
    /* pour Firefox */
    -o-background-size: contain;
    /* pour Opera */
    background-size: contain;
    /* version standardisée */
  }
  .site-info .logo {
    background: transparent url('../img/logo-laconfection@2x.png') no-repeat center center;
    -webkit-background-size: contain;
    /* pour Chrome et Safari */
    -moz-background-size: contain;
    /* pour Firefox */
    -o-background-size: contain;
    /* pour Opera */
    background-size: contain;
    /* version standardisée */
  }
  body.page .entry-content .un_deux .stag-columns .stag-column,
  body.single-post .entry-content .un_deux .stag-columns .stag-column {
    background: transparent url('../img/icon-lettrine1@2x.png') no-repeat;
    background-position: center center;
    background-size: 96px 280px;
  }
  body.page .entry-content .un_deux .stag-columns .stag-column:nth-child(2),
  body.single-post .entry-content .un_deux .stag-columns .stag-column:nth-child(2) {
    background: transparent url('../img/icon-lettrine2@2x.png') no-repeat;
    background-position: center center;
    background-size: 160px 280px;
  }
  body.single-portfolio .portfolio .pager .pager_prev {
    /* pour Chrome et Safari */
    /* pour Firefox */
    /* pour Opera */
    /* version standardisée */
    background: transparent url('../img/Icon-previous-off@2x.png') no-repeat;
    -webkit-background-size: contain;
    /* pour Chrome et Safari */
    -moz-background-size: contain;
    /* pour Firefox */
    -o-background-size: contain;
    /* pour Opera */
    background-size: contain;
    /* version standardisée */
  }
  body.single-portfolio .portfolio .pager .pager_prev.enabled:hover {
    /* pour Chrome et Safari */
    /* pour Firefox */
    /* pour Opera */
    /* version standardisée */
    background: transparent url('../img/Icon-previous-on@2x.png') no-repeat;
    -webkit-background-size: contain;
    /* pour Chrome et Safari */
    -moz-background-size: contain;
    /* pour Firefox */
    -o-background-size: contain;
    /* pour Opera */
    background-size: contain;
    /* version standardisée */
  }
  body.single-portfolio .portfolio .pager .pager_next {
    /* pour Chrome et Safari */
    /* pour Firefox */
    /* pour Opera */
    /* version standardisée */
    background: transparent url('../img/Icon-next-off@2x.png') no-repeat;
    -webkit-background-size: contain;
    /* pour Chrome et Safari */
    -moz-background-size: contain;
    /* pour Firefox */
    -o-background-size: contain;
    /* pour Opera */
    background-size: contain;
    /* version standardisée */
  }
  body.single-portfolio .portfolio .pager .pager_next.enabled:hover {
    /* pour Chrome et Safari */
    /* pour Firefox */
    /* pour Opera */
    /* version standardisée */
    background: transparent url('../img/Icon-next-on@2x.png') no-repeat;
    -webkit-background-size: contain;
    /* pour Chrome et Safari */
    -moz-background-size: contain;
    /* pour Firefox */
    -o-background-size: contain;
    /* pour Opera */
    background-size: contain;
    /* version standardisée */
  }
  body.single-portfolio .portfolio .pager .portfolioico {
    /* pour Chrome et Safari */
    /* pour Firefox */
    /* pour Opera */
    /* version standardisée */
    background: transparent url('../img/Icon-grille-off@2x.png') no-repeat;
    -webkit-background-size: contain;
    /* pour Chrome et Safari */
    -moz-background-size: contain;
    /* pour Firefox */
    -o-background-size: contain;
    /* pour Opera */
    background-size: contain;
    /* version standardisée */
  }
  body.single-portfolio .portfolio .pager .portfolioico.portfolioico:hover {
    /* pour Chrome et Safari */
    /* pour Firefox */
    /* pour Opera */
    /* version standardisée */
    background: transparent url('../img/Icon-grille-on@2x.png') no-repeat;
    -webkit-background-size: contain;
    /* pour Chrome et Safari */
    -moz-background-size: contain;
    /* pour Firefox */
    -o-background-size: contain;
    /* pour Opera */
    background-size: contain;
    /* version standardisée */
  }
  .mobiledevice .site-header #mobile_menu,
  .alwaysmobiledevice .site-header #mobile_menu {
    /*& { .backgroundContain(@ico_menu_off_mobilemenu_retina, center center); }
				&:hover { .backgroundContain(@ico_menu_on_mobilemenu_retina, center center);  }
	 			&.is-clicked { .backgroundContain(@ico_menu_on_mobilemenu_retina, center center);  }
	 			&.is-clicked:hover { .backgroundContain(@ico_menu_off_mobilemenu_retina, center center);}*/
  }
}

.appmobile{
  header.site-header, footer,#awwwards { display: none !important;}
  article.blog .entry-header h1.entry-title {}
}

.appmobile.single-post{
  .blog.post{ margin-top: 120px; }
}
