/*!
Theme Name: K-Station
Theme URI: http://underscores.me/
Author: K-Station
Author URI: https://www.k-station.fr/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: k-station
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

K-Station is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

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

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Ysabeau Infant */
/* /Ysabeau Infant */
/* Roboto Serif */
/* /Roboto Serif */
/* Overlock */
/* /Overlock */
/* Oswald */
/* Oswald */
/*
$color7: rgba(205, 205, 205, 1);
$color8: rgba(89, 128, 125, 1);
$color9: rgba(162, 117, 82, 1);
$color10: rgba(70, 70, 70, 1);
$color11: rgba(205, 205, 205, 1);
$color12: rgba(225, 225, 225, 1);
$color13: rgba(0, 0, 0, 0.5);
$color14 : rgba(202, 142, 96, 1);
$color15: rgba(89, 128, 125, 0.28);
$color16: rgba(51, 51, 51, 0.5);
*/
/*
$color4: rgba(153, 153, 153, 0.86);
$color5: rgba(255, 177, 50, 1);
$color7: rgba(255, 245, 229, 1);
$color8: rgba(0, 0, 0, 0.02);
$color9: rgba(53, 83, 144, 1);
$color10: rgba(5, 5, 4, 1);
$color11: rgba(62, 62, 62, 1);
$color12: rgba(253, 211, 143, 1);
$color13: rgba(112, 112, 112, 1);
$color14: rgba(102, 102, 102, 1);
$color15: rgba(210, 210, 210, 1);
$color16: rgba(253, 245, 229, 1);
$color17: rgba(187, 187, 187, 1);
$color18: rgba(255, 125, 50, 1);
*/
/*border-input: $color15;
$placeholder-input: $color1;
$content-input: $color2;
*/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
}

ul,
ol {
  margin: 0;
}

li > ul,
li > ol,
.post,
.page {
  margin: 0 !important;
}

.entry-meta {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.so-panel {
  margin: 0 !important;
}

.expRegister {
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

*:focus {
  outline: 0;
}

p {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.admin-bar {
  /*min-height: calc( 100vh - 32px );
  @media screen and ( max-width: 782px ) {
    min-height: calc( 100vh - 46px );
  }*/
}

body.showOverlay {
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

#page {
  flex: 1;
}

.pt0b0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt1b0 {
  padding-top: 62px;
  padding-bottom: 0;
}

.pt0b1 {
  padding-top: 0;
  padding-bottom: 62px;
}

.pt1b1 {
  padding-top: 62px;
  padding-bottom: 62px;
}

.pt2b0 {
  padding-top: 45px;
  padding-bottom: 0;
}

.pt0b2 {
  padding-top: 0;
  padding-bottom: 45px;
}

.pt2b2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.widget-bck {
  position: relative;
  z-index: 0;
}
.widget-bck.bck1 {
  background-color: rgb(255, 255, 255);
}
.widget-bck.bck2 {
  background-color: rgba(224, 217, 200, 0.7);
}
.widget-bck.twoColor:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
}
.widget-bck.twoColor.prc5:before {
  height: 5%;
}
.widget-bck.twoColor.prc10:before {
  height: 10%;
}
.widget-bck.twoColor.prc15:before {
  height: 15%;
}
.widget-bck.twoColor.prc20:before {
  height: 20%;
}
.widget-bck.twoColor.prc25:before {
  height: 25%;
}
.widget-bck.twoColor.prc30:before {
  height: 30%;
}
.widget-bck.twoColor.prc35:before {
  height: 35%;
}
.widget-bck.twoColor.prc40:before {
  height: 40%;
}
.widget-bck.twoColor.prc45:before {
  height: 45%;
}
.widget-bck.twoColor.prc50:before {
  height: 50%;
}
.widget-bck.twoColor.prc55:before {
  height: 55%;
}
.widget-bck.twoColor.prc60:before {
  height: 60%;
}
.widget-bck.twoColor.prc65:before {
  height: 65%;
}
.widget-bck.twoColor.prc70:before {
  height: 70%;
}
.widget-bck.twoColor.prc75:before {
  height: 75%;
}
.widget-bck.twoColor.prc80:before {
  height: 80%;
}
.widget-bck.twoColor.prc85:before {
  height: 85%;
}
.widget-bck.twoColor.prc90:before {
  height: 90%;
}
.widget-bck.twoColor.prc95:before {
  height: 95%;
}
.widget-bck.twoColor.color2_bck1:before {
  background-color: rgb(255, 255, 255);
}
.widget-bck.twoColor.color2_bck2:before {
  background-color: rgba(224, 217, 200, 0.7);
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

footer.site-footer {
  background-color: rgb(0, 0, 0);
}
footer.site-footer > div {
  max-width: 1476px;
  margin: 0 auto;
  padding: 79px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
footer.site-footer > div > div:first-child {
  width: 123px;
  height: 110px;
  background-size: 123px 110px;
  background-image: url("../img/svg/PM_logo_footer.svg");
}
footer.site-footer > div > div:last-child {
  padding-left: 133px;
  flex: 1;
}
footer.site-footer > div > div:last-child > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
footer.site-footer > div > div:last-child > div:first-child > div {
  padding-bottom: 34px;
}
footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer li {
  margin: 0 20px;
}
footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer li:first-child {
  margin-left: 0;
}
footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer li > a,
footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer li > a:visited,
footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer li > a:focus,
footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer li > a:active {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  color: rgb(255, 255, 255);
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 16px;
}
footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer li > a:hover,
footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer li > a:visited:hover,
footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer li > a:focus:hover,
footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer li > a:active:hover {
  background-image: url("../img/svg/traitBLANC.svg");
  background-repeat: no-repeat;
  background-position: center 26px;
  background-size: 88px 10px;
}
footer.site-footer > div > div:last-child > div:first-child > div:last-child a,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:visited,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:focus,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:active {
  display: inline-block;
  margin-left: 32px;
  background-repeat: no-repeat;
}
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:first-child,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:visited:first-child,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:focus:first-child,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:active:first-child {
  margin-left: 0;
}
footer.site-footer > div > div:last-child > div:first-child > div:last-child a.facebook,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:visited.facebook,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:focus.facebook,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:active.facebook {
  width: 9px;
  height: 18px;
  background-size: 9px 18px;
  background-image: url("../img/svg/Facebook_BLANC.svg");
}
footer.site-footer > div > div:last-child > div:first-child > div:last-child a.instagram,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:visited.instagram,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:focus.instagram,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:active.instagram {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-image: url("../img/svg/Instagram_BLANC.svg");
}
footer.site-footer > div > div:last-child > div:first-child > div:last-child a.houzz,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:visited.houzz,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:focus.houzz,
footer.site-footer > div > div:last-child > div:first-child > div:last-child a:active.houzz {
  width: 83px;
  height: 18px;
  background-size: 83px 18px;
  background-image: url("../img/svg/Houzz_BLANC.svg");
}
footer.site-footer > div > div:last-child > div:last-child > div br {
  display: none;
}
footer.site-footer > div > div:last-child > div:last-child > div:first-child {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.875rem;
  color: rgb(255, 255, 255);
  letter-spacing: 0.42px;
}
footer.site-footer > div > div:last-child > div:last-child > div:first-child a,
footer.site-footer > div > div:last-child > div:last-child > div:first-child a:visited,
footer.site-footer > div > div:last-child > div:last-child > div:first-child a:focus,
footer.site-footer > div > div:last-child > div:last-child > div:first-child a:active {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.875rem;
  color: rgb(255, 255, 255);
  letter-spacing: 0.42px;
  text-decoration: none;
}
footer.site-footer > div > div:last-child > div:last-child > div:first-child a:hover,
footer.site-footer > div > div:last-child > div:last-child > div:first-child a:visited:hover,
footer.site-footer > div > div:last-child > div:last-child > div:first-child a:focus:hover,
footer.site-footer > div > div:last-child > div:last-child > div:first-child a:active:hover {
  text-decoration: underline;
}
footer.site-footer > div > div:last-child > div:last-child > div:last-child {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1875rem;
  line-height: 1.875rem;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
}
footer.site-footer > div > div:last-child > div:last-child > div:last-child a,
footer.site-footer > div > div:last-child > div:last-child > div:last-child a:visited,
footer.site-footer > div > div:last-child > div:last-child > div:last-child a:focus,
footer.site-footer > div > div:last-child > div:last-child > div:last-child a:active {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1875rem;
  line-height: 1.875rem;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  text-decoration: none;
}
footer.site-footer > div > div:last-child > div:last-child > div:last-child a:hover,
footer.site-footer > div > div:last-child > div:last-child > div:last-child a:visited:hover,
footer.site-footer > div > div:last-child > div:last-child > div:last-child a:focus:hover,
footer.site-footer > div > div:last-child > div:last-child > div:last-child a:active:hover {
  text-decoration: underline;
}
@media (max-width: 1500px) {
  footer.site-footer > div {
    width: calc(100% - 60px);
  }
}
@media (max-width: 1400px) {
  footer.site-footer > div {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }
  footer.site-footer > div > div:last-child {
    margin-top: 79px;
    padding-left: 0;
    flex: 1;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  footer.site-footer > div {
    width: 100%;
  }
  footer.site-footer > div > div:last-child > div {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
  }
  footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer li:first-child {
    margin-left: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 800px) {
  footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer {
    flex-flow: column wrap;
  }
  footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer li {
    margin-top: 30px;
  }
  footer.site-footer > div > div:last-child > div:first-child > div:first-child #menu-footer li:first-child {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  footer.site-footer > div > div:last-child > div:last-child > div:first-child {
    padding-bottom: 34px;
  }
}
@media (max-width: 600px) {
  footer.site-footer > div > div:last-child > div:last-child > div {
    text-align: center;
  }
  footer.site-footer > div > div:last-child > div:last-child > div br {
    display: inline-block;
  }
  footer.site-footer > div > div:last-child > div:last-child > div span {
    display: none;
  }
}

header.site-header {
  background-color: rgb(255, 255, 255);
  border-bottom: solid 1px rgb(0, 0, 0);
  position: fixed;
  z-index: 2000;
  width: 100%;
}
header.site-header > div {
  max-width: 1250px;
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 26px;
}
header.site-header > div div.logo {
  padding-bottom: 14px;
}
header.site-header > div div.logo a,
header.site-header > div div.logo a:visited,
header.site-header > div div.logo a:focus,
header.site-header > div div.logo a:active {
  display: block;
  width: 139px;
  height: 97px;
  background-size: 139px 97px;
  background-image: url("../img/svg/PM_logo.svg");
}
header.site-header > div div.menu {
  flex: 1;
  padding: 0 61px 14px 61px;
}
header.site-header > div div.menu ul.show {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
header.site-header > div div.menu > nav > div > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
header.site-header > div div.menu > nav > div > ul > li > a,
header.site-header > div div.menu > nav > div > ul > li > a:visited,
header.site-header > div div.menu > nav > div > ul > li > a:focus,
header.site-header > div div.menu > nav > div > ul > li > a:active {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  color: rgb(0, 0, 0);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
header.site-header > div div.menu > nav > div > ul > li > a:hover,
header.site-header > div div.menu > nav > div > ul > li > a:visited:hover,
header.site-header > div div.menu > nav > div > ul > li > a:focus:hover,
header.site-header > div div.menu > nav > div > ul > li > a:active:hover {
  background-image: url("../img/svg/trait.svg");
  background-repeat: no-repeat;
  background-position: center 26px;
  background-size: 88px 10px;
}
header.site-header > div div.menu > nav > div > ul > li.current-menu-item > a,
header.site-header > div div.menu > nav > div > ul > li.current-menu-item > a:visited,
header.site-header > div div.menu > nav > div > ul > li.current-menu-item > a:focus,
header.site-header > div div.menu > nav > div > ul > li.current-menu-item > a:active, header.site-header > div div.menu > nav > div > ul > li.current-menu-ancestor > a,
header.site-header > div div.menu > nav > div > ul > li.current-menu-ancestor > a:visited,
header.site-header > div div.menu > nav > div > ul > li.current-menu-ancestor > a:focus,
header.site-header > div div.menu > nav > div > ul > li.current-menu-ancestor > a:active {
  background-image: url("../img/svg/trait.svg");
  background-repeat: no-repeat;
  background-position: center 26px;
  background-size: 88px 10px;
}
header.site-header > div div.menu > nav > div > ul > li > ul {
  position: absolute;
  background-color: rgb(0, 0, 0);
  left: 0;
  display: none;
  width: 100%;
  margin-top: 20px !important;
  padding: 18px 0;
}
header.site-header > div div.menu > nav > div > ul > li > ul > li {
  margin: 0 26px;
}
header.site-header > div div.menu > nav > div > ul > li > ul > li > a,
header.site-header > div div.menu > nav > div > ul > li > ul > li > a:visited,
header.site-header > div div.menu > nav > div > ul > li > ul > li > a:focus,
header.site-header > div div.menu > nav > div > ul > li > ul > li > a:active {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  color: rgb(255, 255, 255);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding-bottom: 16px;
}
header.site-header > div div.menu > nav > div > ul > li > ul > li > a:hover,
header.site-header > div div.menu > nav > div > ul > li > ul > li > a:visited:hover,
header.site-header > div div.menu > nav > div > ul > li > ul > li > a:focus:hover,
header.site-header > div div.menu > nav > div > ul > li > ul > li > a:active:hover {
  background-image: url("../img/svg/traitBLANC.svg");
  background-repeat: no-repeat;
  background-position: center 26px;
  background-size: 88px 10px;
}
header.site-header > div div.menu > nav > div > ul > li > ul > li.current-menu-item > a,
header.site-header > div div.menu > nav > div > ul > li > ul > li.current-menu-item > a:visited,
header.site-header > div div.menu > nav > div > ul > li > ul > li.current-menu-item > a:focus,
header.site-header > div div.menu > nav > div > ul > li > ul > li.current-menu-item > a:active {
  background-image: url("../img/svg/traitBLANC.svg");
  background-repeat: no-repeat;
  background-position: center 26px;
  background-size: 88px 10px;
}
header.site-header > div div.rs {
  padding-bottom: 14px;
  margin-left: 40px;
}
header.site-header > div div.rs a,
header.site-header > div div.rs a:visited,
header.site-header > div div.rs a:focus,
header.site-header > div div.rs a:active {
  display: inline-block;
  margin-left: 34px;
  background-repeat: no-repeat;
}
header.site-header > div div.rs a:first-child,
header.site-header > div div.rs a:visited:first-child,
header.site-header > div div.rs a:focus:first-child,
header.site-header > div div.rs a:active:first-child {
  margin-left: 0;
}
header.site-header > div div.rs a.facebook,
header.site-header > div div.rs a:visited.facebook,
header.site-header > div div.rs a:focus.facebook,
header.site-header > div div.rs a:active.facebook {
  width: 9px;
  height: 18px;
  background-size: 9px 18px;
  background-image: url("../img/svg/Facebook.svg");
}
header.site-header > div div.rs a.instagram,
header.site-header > div div.rs a:visited.instagram,
header.site-header > div div.rs a:focus.instagram,
header.site-header > div div.rs a:active.instagram {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-image: url("../img/svg/Instagram.svg");
}
header.site-header > div div.rs a.houzz,
header.site-header > div div.rs a:visited.houzz,
header.site-header > div div.rs a:focus.houzz,
header.site-header > div div.rs a:active.houzz {
  width: 83px;
  height: 18px;
  background-size: 83px 18px;
  background-image: url("../img/svg/Houzz.svg");
}

body.mnur header.site-header > div {
  padding-top: 10px;
  padding-bottom: 0;
  align-items: center;
}
body.mnur header.site-header > div div.logo {
  padding-bottom: 14px;
}
body.mnur header.site-header > div div.logo a,
body.mnur header.site-header > div div.logo a:visited,
body.mnur header.site-header > div div.logo a:focus,
body.mnur header.site-header > div div.logo a:active {
  display: block;
  width: 69px;
  height: 48px;
  background-size: 69px 48px;
  background-image: url("../img/svg/PM_logo.svg");
}

.bgmenu {
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 30px;
  cursor: pointer;
  display: none;
}
.bgmenu:before, .bgmenu:after,
.bgmenu div {
  background: rgb(0, 0, 0);
  content: "";
  display: block;
  height: 4px;
  border-radius: 3px;
  margin: 4px 0;
  transition: 0.5s;
}

body.obgmenu {
  overflow-y: hidden;
}
body.obgmenu .bgmenu:before {
  transform: translateY(8px) rotate(135deg);
}
body.obgmenu .bgmenu:after {
  transform: translateY(-8px) rotate(-135deg);
}
body.obgmenu .bgmenu div {
  transform: scale(0);
}

@media (max-width: 1200px) {
  header.site-header .menu,
  header.site-header .rs {
    display: none;
  }
  header.site-header .bgmenu {
    display: block;
  }
}
#menumobile {
  background-color: rgb(255, 255, 255);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  padding-top: 178px;
  display: none;
}
#menumobile #menuMnu {
  text-align: center;
  width: 100%;
}
#menumobile #menuMnu > nav > div > ul > li {
  margin-top: 20px;
}
#menumobile #menuMnu > nav > div > ul > li:first-child {
  margin-top: 0;
}
#menumobile #menuMnu > nav > div > ul > li > a,
#menumobile #menuMnu > nav > div > ul > li > a:visited,
#menumobile #menuMnu > nav > div > ul > li > a:focus,
#menumobile #menuMnu > nav > div > ul > li > a:active {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: rgb(0, 0, 0);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
#menumobile #menuMnu > nav > div > ul > li > a:hover,
#menumobile #menuMnu > nav > div > ul > li > a:visited:hover,
#menumobile #menuMnu > nav > div > ul > li > a:focus:hover,
#menumobile #menuMnu > nav > div > ul > li > a:active:hover {
  text-decoration: underline;
}
#menumobile #menuMnu > nav > div > ul > li.current-menu-item > a,
#menumobile #menuMnu > nav > div > ul > li.current-menu-item > a:visited,
#menumobile #menuMnu > nav > div > ul > li.current-menu-item > a:focus,
#menumobile #menuMnu > nav > div > ul > li.current-menu-item > a:active {
  text-decoration: underline;
}
#menumobile #menuMnu > nav > div > ul > li > ul li {
  margin-top: 20px !important;
}
#menumobile #menuMnu > nav > div > ul > li > ul li > a,
#menumobile #menuMnu > nav > div > ul > li > ul li > a:visited,
#menumobile #menuMnu > nav > div > ul > li > ul li > a:focus,
#menumobile #menuMnu > nav > div > ul > li > ul li > a:active {
  color: green;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: rgb(0, 0, 0);
  letter-spacing: 0.4px;
}
#menumobile #menuMnu > nav > div > ul > li > ul li > a:hover,
#menumobile #menuMnu > nav > div > ul > li > ul li > a:visited:hover,
#menumobile #menuMnu > nav > div > ul > li > ul li > a:focus:hover,
#menumobile #menuMnu > nav > div > ul > li > ul li > a:active:hover {
  text-decoration: underline;
}
#menumobile #menuMnu > nav > div > ul > li > ul li.current-menu-item > a,
#menumobile #menuMnu > nav > div > ul > li > ul li.current-menu-item > a:visited,
#menumobile #menuMnu > nav > div > ul > li > ul li.current-menu-item > a:focus,
#menumobile #menuMnu > nav > div > ul > li > ul li.current-menu-item > a:active {
  text-decoration: underline;
}
#menumobile div.rs {
  padding-bottom: 14px;
  text-align: center;
  margin-top: 50px;
}
#menumobile div.rs a,
#menumobile div.rs a:visited,
#menumobile div.rs a:focus,
#menumobile div.rs a:active {
  display: inline-block;
  margin-left: 34px;
  background-repeat: no-repeat;
}
#menumobile div.rs a:first-child,
#menumobile div.rs a:visited:first-child,
#menumobile div.rs a:focus:first-child,
#menumobile div.rs a:active:first-child {
  margin-left: 0;
}
#menumobile div.rs a.facebook,
#menumobile div.rs a:visited.facebook,
#menumobile div.rs a:focus.facebook,
#menumobile div.rs a:active.facebook {
  width: 40px;
  height: 40px;
  background-size: 12px 23px;
  background-image: url("../img/svg/Facebook.svg");
  background-position: center;
}
#menumobile div.rs a.instagram,
#menumobile div.rs a:visited.instagram,
#menumobile div.rs a:focus.instagram,
#menumobile div.rs a:active.instagram {
  width: 40px;
  height: 40px;
  background-size: 23px 23px;
  background-image: url("../img/svg/Instagram.svg");
  background-position: center;
}
#menumobile div.rs a.houzz,
#menumobile div.rs a:visited.houzz,
#menumobile div.rs a:focus.houzz,
#menumobile div.rs a:active.houzz {
  width: 107px;
  height: 40px;
  background-size: 107px 23px;
  background-image: url("../img/svg/Houzz.svg");
  background-position: center;
}

body.obgmenu #menumobile {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

/*
$color7: rgba(205, 205, 205, 1);
$color8: rgba(89, 128, 125, 1);
$color9: rgba(162, 117, 82, 1);
$color10: rgba(70, 70, 70, 1);
$color11: rgba(205, 205, 205, 1);
$color12: rgba(225, 225, 225, 1);
$color13: rgba(0, 0, 0, 0.5);
$color14 : rgba(202, 142, 96, 1);
$color15: rgba(89, 128, 125, 0.28);
$color16: rgba(51, 51, 51, 0.5);
*/
/*
$color4: rgba(153, 153, 153, 0.86);
$color5: rgba(255, 177, 50, 1);
$color7: rgba(255, 245, 229, 1);
$color8: rgba(0, 0, 0, 0.02);
$color9: rgba(53, 83, 144, 1);
$color10: rgba(5, 5, 4, 1);
$color11: rgba(62, 62, 62, 1);
$color12: rgba(253, 211, 143, 1);
$color13: rgba(112, 112, 112, 1);
$color14: rgba(102, 102, 102, 1);
$color15: rgba(210, 210, 210, 1);
$color16: rgba(253, 245, 229, 1);
$color17: rgba(187, 187, 187, 1);
$color18: rgba(255, 125, 50, 1);
*/
/*border-input: $color15;
$placeholder-input: $color1;
$content-input: $color2;
*/
.md_customfield_backgroundradio input[type=radio].bck1 {
  background-color: rgb(255, 255, 255);
}

.md_customfield_backgroundradio input[type=radio].bck2 {
  background-color: rgba(224, 217, 200, 0.7);
}

/*


@import 'scss/menu';
@import 'scss/sprite';
@import 'scss/scrollbar';
*/
.blocTitle h2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 52px;
  color: rgb(0, 0, 0);
  letter-spacing: -0.52px;
  text-transform: uppercase;
}
@media (max-width: 780px) {
  .blocTitle h2 {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 36px;
    color: rgb(0, 0, 0);
  }
}
@media (max-width: 520px) {
  .blocTitle h2 {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 2rem;
    color: rgb(0, 0, 0);
  }
}

.blocCTA {
  text-align: center;
}
.blocCTA a,
.blocCTA a:visited,
.blocCTA a:focus,
.blocCTA a:active {
  display: inline-block;
  padding: 11px 27px;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  color: rgb(34, 33, 33);
  letter-spacing: 0;
  border: 1px solid rgb(34, 33, 33);
  background-color: transparent;
  text-transform: uppercase;
}
.blocCTA a:hover,
.blocCTA a:visited:hover,
.blocCTA a:focus:hover,
.blocCTA a:active:hover {
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.blocCitation {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.blocCitation div.text {
  font-family: "Roboto Serif", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 23px;
  line-height: 1.875rem;
  color: rgb(0, 0, 0);
  letter-spacing: 0.68px;
  /* margin-bottom: 8px; */
}
.blocCitation div.author {
  margin-left: 8px;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.57rem;
  line-height: 1.57rem;
  color: rgb(0, 0, 0);
  letter-spacing: 1.2px;
}

.blocEditor .content {
  width: 1116px;
  margin: 0 auto;
  position: relative;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(49, 49, 49);
  /*ul {
    margin-top: 20px;
    list-style-type: disc;
    margin-left: 50px;
  }*/
  /*ul[style*="list-style-type: square"] {      
    list-style-type: none !important;
    margin-left: 0;
    li {
      margin-top: 32px;
      margin-left: 9px;
      padding-left: 12px;
      /* border-left: solid 4px #F4B698; */
  /*background-image: url(pluginUrl('editor', 'ul-li.png'));
      background-repeat: no-repeat;
      background-position: left top;
    }

  }*/
  /*@media (max-width:1266px) {
    width: calc(100% - 20px);
  }*/
}
.blocEditor .content p {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(49, 49, 49);
  margin-top: 20px;
}
.blocEditor .content p:first-child {
  margin-top: 0;
}
.blocEditor .content h2 {
  text-transform: uppercase;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 1.875rem;
  color: rgb(49, 49, 49);
}
@media (max-width: 1140px) {
  .blocEditor .content {
    width: calc(100% - 60px);
  }
}

.blocImage .content {
  max-width: 1116px;
  margin: 0 auto;
  position: relative;
  line-height: 0;
}
.blocImage .content img {
  width: 100%;
}
.blocImage .content .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}
.blocImage .content .text span {
  text-transform: uppercase;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  padding-top: 16px;
  padding-right: 23px;
}
@media (max-width: 640px) {
  .blocImage .content .text span {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: rgb(255, 255, 255);
  }
}
@media (max-width: 450px) {
  .blocImage .content .text span {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: rgb(255, 255, 255);
  }
}
@media (max-width: 1140px) {
  .blocImage .content {
    width: calc(100% - 60px);
  }
}
.blocImage.overlay .text {
  background-color: rgba(0, 0, 0, 0.5);
}

.blocImages2Col .content {
  max-width: 1116px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.blocImages2Col .content > div {
  line-height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 547px;
  /* height: 668px; */
}
.blocImages2Col .content > div img {
  display: block;
}
.blocImages2Col .content > div .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}
.blocImages2Col .content > div .text span {
  text-transform: uppercase;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 26px;
  color: rgb(255, 255, 255);
  padding-top: 16px;
  padding-right: 23px;
}
@media (max-width: 640px) {
  .blocImages2Col .content > div .text span {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: rgb(255, 255, 255);
  }
}
@media (max-width: 450px) {
  .blocImages2Col .content > div .text span {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: rgb(255, 255, 255);
  }
}
.blocImages2Col .content > div.overlay .text {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1140px) {
  .blocImages2Col .content {
    width: calc(100% - 60px);
  }
  .blocImages2Col .content > div {
    width: 100%;
    height: auto;
    margin-top: 45px;
  }
  .blocImages2Col .content > div:first-child {
    margin-top: 0;
  }
  .blocImages2Col .content > div img {
    display: block;
  }
}

.blocGrid3Images .content {
  width: 1097px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: [col1-start] 540px [col2-start] 537px [col3-end];
  grid-template-rows: [row1-start] 349px [row2-start] 349px [row2-end];
}
.blocGrid3Images .content div,
.blocGrid3Images .content a,
.blocGrid3Images .content a:visited,
.blocGrid3Images .content a:focus,
.blocGrid3Images .content a:active {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.blocGrid3Images .content div > div,
.blocGrid3Images .content a > div,
.blocGrid3Images .content a:visited > div,
.blocGrid3Images .content a:focus > div,
.blocGrid3Images .content a:active > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(125, 125, 125, 0.65); */
  /* background-color: rgba(137, 66, 34, 0.65); */
  opacity: 0;
  /* transition: opacity 0.3s; */
}
.blocGrid3Images .content div > div span.title,
.blocGrid3Images .content a > div span.title,
.blocGrid3Images .content a:visited > div span.title,
.blocGrid3Images .content a:focus > div span.title,
.blocGrid3Images .content a:active > div span.title {
  text-transform: uppercase;
  text-align: center;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.45rem;
  line-height: 1.7rem;
  color: rgb(255, 255, 255);
  padding-left: 20px;
  padding-right: 20px;
}
.blocGrid3Images .content div > div span.subtitle,
.blocGrid3Images .content a > div span.subtitle,
.blocGrid3Images .content a:visited > div span.subtitle,
.blocGrid3Images .content a:focus > div span.subtitle,
.blocGrid3Images .content a:active > div span.subtitle {
  text-align: center;
  font-family: "Roboto Serif", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: rgb(255, 255, 255);
  padding-left: 20px;
  padding-right: 20px;
}
.blocGrid3Images .content div:hover > div.overlay,
.blocGrid3Images .content a:hover > div.overlay,
.blocGrid3Images .content a:visited:hover > div.overlay,
.blocGrid3Images .content a:focus:hover > div.overlay,
.blocGrid3Images .content a:active:hover > div.overlay {
  /* transition: opacity 0.3s; */
  /* UI Properties */
  background: rgb(203, 193, 171) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
}
.blocGrid3Images .content div:hover > div.info,
.blocGrid3Images .content a:hover > div.info,
.blocGrid3Images .content a:visited:hover > div.info,
.blocGrid3Images .content a:focus:hover > div.info,
.blocGrid3Images .content a:active:hover > div.info {
  opacity: 1;
}
.blocGrid3Images .content div > div {
  opacity: 1;
}
.blocGrid3Images .content div.tl,
.blocGrid3Images .content a.tl,
.blocGrid3Images .content a.tl:visited,
.blocGrid3Images .content a.tl:focus,
.blocGrid3Images .content a.tl:active {
  grid-column: col1-start;
  grid-row: row1-start/row2-start;
}
.blocGrid3Images .content div.bl,
.blocGrid3Images .content a.bl,
.blocGrid3Images .content a.bl:visited,
.blocGrid3Images .content a.bl:focus,
.blocGrid3Images .content a.bl:active {
  grid-column: col1-start;
  grid-row: row2-start/row2-end;
}
.blocGrid3Images .content div.r,
.blocGrid3Images .content a.r,
.blocGrid3Images .content a.r:visited,
.blocGrid3Images .content a.r:focus,
.blocGrid3Images .content a.r:active {
  grid-column: col2-start;
  grid-row: row1-start/row2-end;
}
@media (max-width: 1120px) {
  .blocGrid3Images .content {
    width: 738px;
    grid-template-columns: [col1-start] 360px [col2-start] 358px [col3-end];
    grid-template-rows: [row1-start] 232px [row2-start] 232px [row2-end];
  }
  .blocGrid3Images .content div > div span.title,
  .blocGrid3Images .content a > div span.title,
  .blocGrid3Images .content a:visited > div span.title,
  .blocGrid3Images .content a:focus > div span.title,
  .blocGrid3Images .content a:active > div span.title {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 2rem;
    color: rgb(255, 255, 255);
  }
  .blocGrid3Images .content div > div span.subtitle,
  .blocGrid3Images .content a > div span.subtitle,
  .blocGrid3Images .content a:visited > div span.subtitle,
  .blocGrid3Images .content a:focus > div span.subtitle,
  .blocGrid3Images .content a:active > div span.subtitle {
    font-family: "Roboto Serif", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 28px;
    line-height: 2rem;
    color: rgb(255, 255, 255);
  }
}
@media (max-width: 760px) {
  .blocGrid3Images .content {
    width: calc(100% - 60px);
    grid-template-columns: [col1-start] 100% [col1-end];
    grid-template-rows: [row1-start] 232px [row2-start] 232px [row3-start] 232px [row3-end];
  }
  .blocGrid3Images .content div.tl,
  .blocGrid3Images .content a.tl,
  .blocGrid3Images .content a.tl:visited,
  .blocGrid3Images .content a.tl:focus,
  .blocGrid3Images .content a.tl:active {
    grid-column: col1-start;
    grid-row: row1-start/row2-start;
  }
  .blocGrid3Images .content div.tl > div.overlay,
  .blocGrid3Images .content a.tl > div.overlay,
  .blocGrid3Images .content a.tl:visited > div.overlay,
  .blocGrid3Images .content a.tl:focus > div.overlay,
  .blocGrid3Images .content a.tl:active > div.overlay {
    /* transition: opacity 0.3s; */
    /* UI Properties */
    background: rgb(203, 193, 171) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 1;
  }
  .blocGrid3Images .content div.tl > div.info,
  .blocGrid3Images .content a.tl > div.info,
  .blocGrid3Images .content a.tl:visited > div.info,
  .blocGrid3Images .content a.tl:focus > div.info,
  .blocGrid3Images .content a.tl:active > div.info {
    opacity: 1;
  }
  .blocGrid3Images .content div.bl,
  .blocGrid3Images .content a.bl,
  .blocGrid3Images .content a.bl:visited,
  .blocGrid3Images .content a.bl:focus,
  .blocGrid3Images .content a.bl:active {
    grid-column: col1-start;
    grid-row: row2-start/row3-start;
  }
  .blocGrid3Images .content div.bl > div.overlay,
  .blocGrid3Images .content a.bl > div.overlay,
  .blocGrid3Images .content a.bl:visited > div.overlay,
  .blocGrid3Images .content a.bl:focus > div.overlay,
  .blocGrid3Images .content a.bl:active > div.overlay {
    /* transition: opacity 0.3s; */
    /* UI Properties */
    background: rgb(203, 193, 171) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 1;
  }
  .blocGrid3Images .content div.bl > div.info,
  .blocGrid3Images .content a.bl > div.info,
  .blocGrid3Images .content a.bl:visited > div.info,
  .blocGrid3Images .content a.bl:focus > div.info,
  .blocGrid3Images .content a.bl:active > div.info {
    opacity: 1;
  }
  .blocGrid3Images .content div.r,
  .blocGrid3Images .content a.r,
  .blocGrid3Images .content a.r:visited,
  .blocGrid3Images .content a.r:focus,
  .blocGrid3Images .content a.r:active {
    grid-column: col1-start;
    grid-row: row3-start/row3-end;
  }
  .blocGrid3Images .content div.r > div.overlay,
  .blocGrid3Images .content a.r > div.overlay,
  .blocGrid3Images .content a.r:visited > div.overlay,
  .blocGrid3Images .content a.r:focus > div.overlay,
  .blocGrid3Images .content a.r:active > div.overlay {
    /* transition: opacity 0.3s; */
    /* UI Properties */
    background: rgb(203, 193, 171) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 1;
  }
  .blocGrid3Images .content div.r > div.info,
  .blocGrid3Images .content a.r > div.info,
  .blocGrid3Images .content a.r:visited > div.info,
  .blocGrid3Images .content a.r:focus > div.info,
  .blocGrid3Images .content a.r:active > div.info {
    opacity: 1;
  }
}

.bloc3Cols .content {
  max-width: 1116px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.bloc3Cols .content > div {
  width: 365px;
  display: block;
}
.bloc3Cols .content > div img {
  width: 100%;
}
.bloc3Cols .content > div span.title {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(49, 49, 49);
}
.bloc3Cols .content > div div.text {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(49, 49, 49);
}
@media (max-width: 1140px) {
  .bloc3Cols .content {
    width: calc(100% - 60px);
  }
  .bloc3Cols .content > div {
    margin-top: 22px;
    width: 100%;
  }
  .bloc3Cols .content > div:first-child {
    margin-top: 0;
  }
}

.bloc4Cols .content {
  max-width: 1425px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.bloc4Cols .content > div {
  width: 344px;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}
.bloc4Cols .content > div > a.img,
.bloc4Cols .content > div > a.img:visited,
.bloc4Cols .content > div > a.img:focus,
.bloc4Cols .content > div > a.img:active {
  width: 100%;
  display: block;
  position: relative;
  line-height: 0;
}
.bloc4Cols .content > div > a.img img,
.bloc4Cols .content > div > a.img:visited img,
.bloc4Cols .content > div > a.img:focus img,
.bloc4Cols .content > div > a.img:active img {
  width: 100%;
  position: relative;
}
.bloc4Cols .content > div > a.img > div.overlay,
.bloc4Cols .content > div > a.img:visited > div.overlay,
.bloc4Cols .content > div > a.img:focus > div.overlay,
.bloc4Cols .content > div > a.img:active > div.overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.bloc4Cols .content > div > a.img:hover > div.overlay,
.bloc4Cols .content > div > a.img:visited:hover > div.overlay,
.bloc4Cols .content > div > a.img:focus:hover > div.overlay,
.bloc4Cols .content > div > a.img:active:hover > div.overlay {
  /* transition: opacity 0.3s; */
  /* UI Properties */
  background: rgb(203, 193, 171) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
}
.bloc4Cols .content > div span.title {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 44px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin-top: 24px;
}
.bloc4Cols .content > div > a.cta,
.bloc4Cols .content > div > a.cta:visited,
.bloc4Cols .content > div > a.cta:focus,
.bloc4Cols .content > div > a.cta:active {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 11px 29px;
  border: solid 1px rgb(0, 0, 0);
  background-color: rgb(224, 217, 200);
  margin-top: 22px;
}
.bloc4Cols .content > div > a.cta span,
.bloc4Cols .content > div > a.cta:visited span,
.bloc4Cols .content > div > a.cta:focus span,
.bloc4Cols .content > div > a.cta:active span {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 0;
}
.bloc4Cols .content > div > a.cta:hover,
.bloc4Cols .content > div > a.cta:visited:hover,
.bloc4Cols .content > div > a.cta:focus:hover,
.bloc4Cols .content > div > a.cta:active:hover {
  background-color: rgb(0, 0, 0);
}
.bloc4Cols .content > div > a.cta:hover span,
.bloc4Cols .content > div > a.cta:visited:hover span,
.bloc4Cols .content > div > a.cta:focus:hover span,
.bloc4Cols .content > div > a.cta:active:hover span {
  color: rgb(224, 217, 200);
}
@media (max-width: 1460px) {
  .bloc4Cols .content {
    max-width: 800px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .bloc4Cols .content > div {
    margin-top: 22px;
  }
  .bloc4Cols .content > div:first-child, .bloc4Cols .content > div:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 820px) {
  .bloc4Cols .content {
    justify-content: center;
    max-width: 360px;
    padding-left: 0;
    padding-right: 0;
  }
  .bloc4Cols .content > div:nth-child(2) {
    margin-top: 22px;
  }
}

.blocPortraitMEA .content {
  max-width: 1164px;
  margin: 0 auto;
  position: relative;
  padding: 70px;
}
.blocPortraitMEA .content:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  top: 0;
  width: 415px;
  background-color: rgb(224, 217, 200);
}
.blocPortraitMEA .content > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.blocPortraitMEA .content > div .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 424px;
  margin-right: 80px;
  min-height: 550px;
}
.blocPortraitMEA .content > div .detail {
  flex: 1;
}
.blocPortraitMEA .content > div .detail h2 {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 52px;
  line-height: 44px;
  color: rgb(0, 0, 0);
  letter-spacing: -0.52px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 780px) {
  .blocPortraitMEA .content > div .detail h2 {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 36px;
    color: rgb(0, 0, 0);
  }
}
@media (max-width: 520px) {
  .blocPortraitMEA .content > div .detail h2 {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 2rem;
    color: rgb(0, 0, 0);
  }
}
.blocPortraitMEA .content > div .detail .subtitle {
  font-family: "Roboto Serif", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 38px;
  line-height: 49px;
  color: rgb(0, 0, 0);
  padding-left: 23px;
  margin-top: 5px;
}
.blocPortraitMEA .content > div .detail .text {
  margin-top: 33px;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(0, 0, 0);
}
.blocPortraitMEA .content > div .detail .ctas {
  margin-top: 40px;
}
.blocPortraitMEA .content > div .detail .ctas a,
.blocPortraitMEA .content > div .detail .ctas a:visited,
.blocPortraitMEA .content > div .detail .ctas a:focus,
.blocPortraitMEA .content > div .detail .ctas a:active {
  display: inline-block;
  padding: 11px 29px;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  color: rgb(0, 0, 0);
  letter-spacing: 0;
  border: 1px solid rgb(0, 0, 0);
  background-color: transparent;
  text-transform: uppercase;
  margin-left: 43px;
}
.blocPortraitMEA .content > div .detail .ctas a:first-child,
.blocPortraitMEA .content > div .detail .ctas a:visited:first-child,
.blocPortraitMEA .content > div .detail .ctas a:focus:first-child,
.blocPortraitMEA .content > div .detail .ctas a:active:first-child {
  margin-left: 0;
}
.blocPortraitMEA .content > div .detail .ctas a:hover,
.blocPortraitMEA .content > div .detail .ctas a:visited:hover,
.blocPortraitMEA .content > div .detail .ctas a:focus:hover,
.blocPortraitMEA .content > div .detail .ctas a:active:hover {
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
@media (max-width: 1220px) {
  .blocPortraitMEA .content {
    width: calc(100% - 60px);
    padding-top: 0;
    margin-top: 70px;
  }
  .blocPortraitMEA .content:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
  }
  .blocPortraitMEA .content > div {
    justify-content: center;
  }
  .blocPortraitMEA .content > div .img {
    width: 424px;
    height: 554px;
    margin-right: 0;
    margin-top: -70px;
  }
  .blocPortraitMEA .content > div .detail {
    flex: none;
    width: 100%;
    margin-top: 20px;
  }
  .blocPortraitMEA .content > div .detail .title {
    text-align: center;
  }
  .blocPortraitMEA .content > div .detail .subtitle {
    padding-left: 0;
    margin-top: 10px;
    text-align: center;
  }
  .blocPortraitMEA .content > div .detail .text {
    text-align: center;
  }
  .blocPortraitMEA .content > div .detail .ctas {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .blocPortraitMEA .content {
    padding: 0;
  }
  .blocPortraitMEA .content:before {
    height: 200px;
  }
  .blocPortraitMEA .content > div .img {
    width: 300px;
    height: 391px;
  }
  .blocPortraitMEA .content > div .detail .ctas a,
  .blocPortraitMEA .content > div .detail .ctas a:visited,
  .blocPortraitMEA .content > div .detail .ctas a:focus,
  .blocPortraitMEA .content > div .detail .ctas a:active {
    margin: 15px 20px 0 20px !important;
  }
  .blocPortraitMEA .content > div .detail .ctas a:first-child,
  .blocPortraitMEA .content > div .detail .ctas a:visited:first-child,
  .blocPortraitMEA .content > div .detail .ctas a:focus:first-child,
  .blocPortraitMEA .content > div .detail .ctas a:active:first-child {
    margin-top: 0;
  }
}

.blocPortrait .content {
  max-width: 1350px;
  width: calc(100% - 60px);
  margin: 0 auto;
  position: relative;
  padding: 70px;
}
.blocPortrait .content:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  top: 0;
  width: 415px;
  background-color: rgb(224, 217, 200);
}
.blocPortrait .content > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.blocPortrait .content > div .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 424px;
  margin-right: 80px;
  min-height: 550px;
}
.blocPortrait .content > div .detail {
  flex: 1;
}
.blocPortrait .content > div .detail .text {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(0, 0, 0);
}
.blocPortrait .content > div .detail .ctas {
  margin-top: 40px;
}
.blocPortrait .content > div .detail .ctas a,
.blocPortrait .content > div .detail .ctas a:visited,
.blocPortrait .content > div .detail .ctas a:focus,
.blocPortrait .content > div .detail .ctas a:active {
  display: inline-block;
  padding: 11px 29px;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  color: rgb(0, 0, 0);
  letter-spacing: 0;
  border: 1px solid rgb(0, 0, 0);
  background-color: transparent;
  text-transform: uppercase;
  margin-left: 43px;
}
.blocPortrait .content > div .detail .ctas a:first-child,
.blocPortrait .content > div .detail .ctas a:visited:first-child,
.blocPortrait .content > div .detail .ctas a:focus:first-child,
.blocPortrait .content > div .detail .ctas a:active:first-child {
  margin-left: 0;
}
.blocPortrait .content > div .detail .ctas a:hover,
.blocPortrait .content > div .detail .ctas a:visited:hover,
.blocPortrait .content > div .detail .ctas a:focus:hover,
.blocPortrait .content > div .detail .ctas a:active:hover {
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.blocPortrait .content.nbck {
  padding: 0 70px;
  margin-top: 0;
}
.blocPortrait .content.nbck::before {
  display: none;
}
.blocPortrait .content.nbck > div {
  justify-content: center;
}
.blocPortrait .content.nbck > div .detail {
  margin-top: 0;
}
.blocPortrait .content.nbck > div .detail .ctas {
  margin-top: 0;
}
@media (max-width: 1220px) {
  .blocPortrait .content {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 70px;
  }
  .blocPortrait .content:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
  }
  .blocPortrait .content > div {
    justify-content: center;
  }
  .blocPortrait .content > div .img {
    width: 424px;
    height: 554px;
    margin-right: 0;
    margin-top: -70px;
  }
  .blocPortrait .content > div .detail {
    flex: none;
    width: 100%;
    margin-top: 20px;
  }
  .blocPortrait .content > div .detail .title {
    text-align: center;
  }
  .blocPortrait .content > div .detail .subtitle {
    padding-left: 0;
    margin-top: 10px;
    text-align: center;
  }
  .blocPortrait .content > div .detail .text {
    text-align: left;
  }
  .blocPortrait .content > div .detail .ctas {
    text-align: center;
  }
  .blocPortrait .content.nbck {
    margin-top: 50px;
    padding: 0;
  }
  .blocPortrait .content.nbck > div .img {
    display: none;
  }
}
@media (max-width: 720px) {
  .blocPortrait .content {
    padding: 0;
  }
  .blocPortrait .content:before {
    height: 200px;
  }
  .blocPortrait .content > div .img {
    width: 300px;
    height: 391px;
  }
  .blocPortrait .content > div .detail .ctas a,
  .blocPortrait .content > div .detail .ctas a:visited,
  .blocPortrait .content > div .detail .ctas a:focus,
  .blocPortrait .content > div .detail .ctas a:active {
    margin: 15px 20px 0 20px !important;
  }
  .blocPortrait .content > div .detail .ctas a:first-child,
  .blocPortrait .content > div .detail .ctas a:visited:first-child,
  .blocPortrait .content > div .detail .ctas a:focus:first-child,
  .blocPortrait .content > div .detail .ctas a:active:first-child {
    margin-top: 0;
  }
}
@media (max-width: 1220px) {
  .blocPortrait {
    margin-top: 101px;
  }
}

.blocPrestation .content {
  max-width: 1245px;
  margin: 0 auto;
  padding: 59px 62px;
  border: 1px solid rgb(34, 33, 33);
}
.blocPrestation .content h2 {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 44px;
  color: rgb(34, 33, 33);
  text-transform: uppercase;
  margin: 0 0 30px 0;
  padding: 0;
}
.blocPrestation .content div.text {
  margin-bottom: 40px;
}
.blocPrestation .content div.text > div:first-child {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.blocPrestation .content div.text > div:first-child div.title {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.33rem;
  line-height: 1.5rem;
  color: rgb(34, 33, 33);
  flex: 1;
}
.blocPrestation .content div.text > div:first-child div.price {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.33rem;
  line-height: 1.5rem;
  color: rgb(34, 33, 33);
}
.blocPrestation .content div.text > div:last-child {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(34, 33, 33);
}
.blocPrestation .content div.text > div:last-child p {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(34, 33, 33);
}
.blocPrestation .content img {
  display: block;
  width: 100%;
  height: auto;
}
.blocPrestation .content a,
.blocPrestation .content a:visited,
.blocPrestation .content a:focus,
.blocPrestation .content a:active {
  display: inline-block;
  padding: 10px 31px;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  color: rgb(34, 33, 33);
  letter-spacing: 0;
  border: 1px solid rgb(34, 33, 33);
  background-color: transparent;
  text-transform: uppercase;
  margin-top: 58px;
}
.blocPrestation .content a:hover,
.blocPrestation .content a:visited:hover,
.blocPrestation .content a:focus:hover,
.blocPrestation .content a:active:hover {
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
@media (max-width: 1270px) {
  .blocPrestation .content {
    width: calc(100% - 60px);
  }
}
@media (max-width: 1000px) {
  .blocPrestation .content {
    padding: 30px 30px;
  }
}
@media (max-width: 780px) {
  .blocPrestation .content h2 {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 36px;
    color: rgb(34, 33, 33);
  }
  .blocPrestation .content div.text {
    margin-bottom: 40px;
  }
  .blocPrestation .content div.text > div:first-child div.title {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: rgb(34, 33, 33);
  }
  .blocPrestation .content div.text > div:first-child div.price {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: rgb(34, 33, 33);
  }
  .blocPrestation .content div.text > div:last-child {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: rgb(34, 33, 33);
  }
  .blocPrestation .content div.text > div:last-child p {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: rgb(34, 33, 33);
  }
  .blocPrestation .content a,
  .blocPrestation .content a:visited,
  .blocPrestation .content a:focus,
  .blocPrestation .content a:active {
    padding: 6px 24px;
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: rgb(34, 33, 33);
  }
}
@media (max-width: 520px) {
  .blocPrestation .content h2 {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 2rem;
    color: rgb(34, 33, 33);
  }
  .blocPrestation .content a,
  .blocPrestation .content a:visited,
  .blocPrestation .content a:focus,
  .blocPrestation .content a:active {
    padding: 6px 10px;
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1rem;
    color: rgb(34, 33, 33);
  }
}

.blocSlider section {
  max-width: 1096px;
  width: calc(100% - 60px);
  margin: 0 auto;
  position: relative;
}
.blocSlider section img {
  width: 100%;
  max-width: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots {
  bottom: 10px !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: white !important;
  background-color: white !important;
}

.slick-dots li button:before {
  line-height: 10px !important;
  width: 10px !important;
  height: 10px !important;
  color: white !important;
  background-color: white !important;
}

.blocContact .content {
  max-width: 1116px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.blocContact .content .confirmation {
  text-align: center;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 1.875rem;
  color: #009900;
  padding-bottom: 60px;
  display: none;
}
.blocContact .content div.info {
  text-align: center;
  border-top: solid 1px rgb(0, 0, 0);
  border-bottom: solid 1px rgb(0, 0, 0);
  padding: 18px 0;
  margin-bottom: 60px;
}
.blocContact .content div.info br {
  display: none;
}
.blocContact .content div.info a,
.blocContact .content div.info a:visited,
.blocContact .content div.info a:focus,
.blocContact .content div.info a:active {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  line-height: 1.875rem;
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.blocContact .content div.info a:hover,
.blocContact .content div.info a:visited:hover,
.blocContact .content div.info a:focus:hover,
.blocContact .content div.info a:active:hover {
  text-decoration: underline;
}
.blocContact .content div.text {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(0, 0, 0);
  margin-bottom: 60px;
}
.blocContact .content div.text p {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(0, 0, 0);
}
.blocContact .content form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.blocContact .content form p.errors {
  width: 100%;
  color: red;
  display: none;
}
.blocContact .content form label {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 2rem;
  color: #949494;
}
.blocContact .content form label.show {
  display: inline-block;
  vertical-align: top;
}
.blocContact .content form > div {
  width: 49%;
  padding-bottom: 23px;
}
@media (max-width: 600px) {
  .blocContact .content form > div {
    width: 100%;
  }
}
.blocContact .content form > div.big {
  width: 100%;
}
.blocContact .content form > div select {
  display: inline-block;
  padding: 14px 18px;
}
.blocContact .content form > div input[type=text],
.blocContact .content form > div input[type=email] {
  display: inline-block;
  padding: 14px 18px;
}
.blocContact .content form > div textarea {
  height: 100px;
  resize: none;
  padding: 14px 18px;
}
.blocContact .content form > div select,
.blocContact .content form > div textarea,
.blocContact .content form > div input[type=text],
.blocContact .content form > div input[type=email] {
  border-radius: 0;
  width: 100%;
  border: none;
  border-bottom: solid red 2px;
}
.blocContact .content form > div input[type=text], .blocContact .content form > div input[type=email], .blocContact .content form > div input[type=url], .blocContact .content form > div input[type=password], .blocContact .content form > div input[type=search], .blocContact .content form > div input[type=number], .blocContact .content form > div input[type=tel], .blocContact .content form > div input[type=range], .blocContact .content form > div input[type=date], .blocContact .content form > div input[type=month], .blocContact .content form > div input[type=week], .blocContact .content form > div input[type=time], .blocContact .content form > div input[type=datetime], .blocContact .content form > div input[type=datetime-local], .blocContact .content form > div input[type=color], .blocContact .content form > div textarea {
  color: #666;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 0;
}
.blocContact .content form div.captcha {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
}
.blocContact .content form div.captcha label {
  display: inline-block;
  margin-right: 10px;
}
.blocContact .content form div.captcha input[type=text] {
  width: 200px;
}
.blocContact .content form div.button {
  width: 100%;
  text-align: left;
  padding-bottom: 30px;
}
.blocContact .content input[type=submit] {
  display: inline-block;
  padding: 11px 27px;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  color: rgb(34, 33, 33);
  letter-spacing: 0;
  border: 1px solid rgb(34, 33, 33);
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
}
.blocContact .content input[type=submit]:hover {
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.blocContact .content .btnrecap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.blocContact .content .btnrecap .ctrecaptcha {
  margin-left: 117px;
}
.blocContact div.mdslctprt label {
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
  position: relative;
}
.blocContact div.mdslctprt label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  background-image: url("../../widgets/so-page-builder/contact/assets/img/fleche_menuCONTACT.svg");
  background-size: 12px 6px;
  background-repeat: no-repeat;
  background-position: center;
}
.blocContact div.mdslctprt div.mdslct {
  display: inline-block;
  position: relative;
  width: 100%;
}
.blocContact div.mdslctprt div.mdslct > div {
  border-radius: 0;
  width: 100%;
  color: #666;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 14px 18px;
  cursor: pointer;
  text-align: left;
  /* @include RobotoRegular($verylightpink, 15px); */
}
.blocContact div.mdslctprt div.mdslct > div.txt {
  display: none;
  padding: 0;
  /* @include RobotoRegular($marineblue, 15px); */
}
.blocContact div.mdslctprt div.mdslct > ul {
  position: absolute;
  display: none;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgb(0, 0, 0);
  top: 0;
}
.blocContact div.mdslctprt div.mdslct > ul li {
  text-align: left;
  padding: 7px 18px;
  cursor: pointer;
}
.blocContact div.mdslctprt div.mdslct > ul li.selected, .blocContact div.mdslctprt div.mdslct > ul li:hover {
  font-weight: bolder;
  /* @include RobotoBold($marineblue, 15px); */
}
.blocContact div.mdslctprt div.mdslct.open > div {
  border-bottom: none;
}
.blocContact div.mdslctprt div.mdslct.open > ul {
  display: block;
}
@media (max-width: 780px) {
  .blocContact .content .btnrecap {
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .blocContact .content .btnrecap .ctrecaptcha {
    margin-top: 20px;
    margin-left: 0;
  }
}

.blocTemoignages {
  /*
  .slick-prev, .slick-next {
    width: 21px;
    height: 39px;
    &:hover {
      background-color: green;
    }
  }*/
}
.blocTemoignages .content {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.blocTemoignages .content .left {
  width: 370px;
  margin-right: 100px;
}
.blocTemoignages .content .left .title h2 {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 52px;
  line-height: 44px;
  color: rgb(0, 0, 0);
  letter-spacing: -0.52px;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0 0 30px 0;
}
@media (max-width: 780px) {
  .blocTemoignages .content .left .title h2 {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 36px;
    color: rgb(0, 0, 0);
  }
}
@media (max-width: 520px) {
  .blocTemoignages .content .left .title h2 {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 2rem;
    color: rgb(0, 0, 0);
  }
}
.blocTemoignages .content #blocTemoignagesButtons {
  text-align: center;
}
.blocTemoignages .content #blocTemoignagesButtons > a,
.blocTemoignages .content #blocTemoignagesButtons > a:visited,
.blocTemoignages .content #blocTemoignagesButtons > a:focus,
.blocTemoignages .content #blocTemoignagesButtons > a:active {
  display: inline-block;
  padding: 11px 10px;
  border: 1px solid rgb(0, 0, 0);
  width: 250px;
  margin-top: 24px;
}
.blocTemoignages .content #blocTemoignagesButtons > a span,
.blocTemoignages .content #blocTemoignagesButtons > a:visited span,
.blocTemoignages .content #blocTemoignagesButtons > a:focus span,
.blocTemoignages .content #blocTemoignagesButtons > a:active span {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  color: rgb(34, 33, 33);
  text-transform: uppercase;
  letter-spacing: 0;
}
.blocTemoignages .content #blocTemoignagesButtons > a:hover,
.blocTemoignages .content #blocTemoignagesButtons > a:visited:hover,
.blocTemoignages .content #blocTemoignagesButtons > a:focus:hover,
.blocTemoignages .content #blocTemoignagesButtons > a:active:hover {
  background-color: rgb(34, 33, 33);
}
.blocTemoignages .content #blocTemoignagesButtons > a:hover span,
.blocTemoignages .content #blocTemoignagesButtons > a:visited:hover span,
.blocTemoignages .content #blocTemoignagesButtons > a:focus:hover span,
.blocTemoignages .content #blocTemoignagesButtons > a:active:hover span {
  color: rgb(255, 255, 255);
}
.blocTemoignages .content .right {
  width: calc(100% - 470px);
  max-width: 1242px;
  position: relative;
}
.blocTemoignages .content .right section {
  position: relative;
}
.blocTemoignages .content .right section .slick-track .slick-slide {
  padding: 0 16px;
  width: 50%;
}
.blocTemoignages .content .right section .slick-track .slick-slide > div {
  width: 100%;
  height: 100%;
  border: 1px solid #222121;
  padding: 27px 14px 22px 121px;
  background-image: url("../img/svg/guillemet.svg");
  background-repeat: no-repeat;
  background-size: 73px 54px;
  background-position: 29px 27px;
}
.blocTemoignages .content .right section .slick-track .slick-slide > div .text {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(49, 49, 49);
  margin-bottom: 15px;
}
.blocTemoignages .content .right section .slick-track .slick-slide > div .name {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(181, 141, 53);
}
@media (max-width: 1100px) {
  .blocTemoignages .content {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
  .blocTemoignages .content .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .blocTemoignages .content .right {
    width: calc(100% - 60px);
  }
}
@media (max-width: 730px) {
  .blocTemoignages .content {
    width: 100%;
  }
  .blocTemoignages .content .right section .slick-track .slick-slide > div {
    padding: 81px 14px 22px 14px;
    background-position: center 16px;
  }
  .blocTemoignages .content .right section .slick-track .slick-slide > div .text {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: rgb(49, 49, 49);
    margin-bottom: 12px;
  }
  .blocTemoignages .content .right section .slick-track .slick-slide > div .name {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: rgb(181, 141, 53);
  }
}
.blocTemoignages .slick-prev:before, .blocTemoignages .slick-next:before {
  content: none;
}
.blocTemoignages .slick-prev {
  width: 21px;
  height: 39px;
  background-image: url("../img/svg/temoignages_flecheG.svg");
  background-repeat: no-repeat;
}
.blocTemoignages .slick-prev:hover {
  background-image: url("../img/svg/temoignages_flecheG.svg");
  background-repeat: no-repeat;
}
.blocTemoignages .slick-next {
  width: 21px;
  height: 39px;
  background-image: url("../img/svg/temoignages_flecheD.svg");
  background-repeat: no-repeat;
}
.blocTemoignages .slick-next:hover {
  background-image: url("../img/svg/temoignages_flecheD.svg");
  background-repeat: no-repeat;
}

/*
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots {
  bottom: 0 !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: white !important;
  background-color: white !important;
}
.slick-dots li button:before {
  line-height: 10px !important;
  width: 10px !important;
  height: 10px !important;
  color: white !important;
  background-color: white !important;
}
*/
.blocTxtImage2Col .content {
  max-width: 1116px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.blocTxtImage2Col .content > div {
  position: relative;
  width: calc(50% - 11px);
}
.blocTxtImage2Col .content > div.image {
  line-height: 0;
}
.blocTxtImage2Col .content > div.image img {
  display: block;
}
.blocTxtImage2Col .content > div.text {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(49, 49, 49);
  /* @media (max-width:640px) {
    @include YsabeauInfantSemiBold($color3, 20px, 20px);
  }
  @media (max-width:450px) {
    @include YsabeauInfantSemiBold($color3, 18px, 18px);
  } */
}
@media (max-width: 1140px) {
  .blocTxtImage2Col .content {
    width: calc(100% - 60px);
  }
  .blocTxtImage2Col .content > div {
    width: 100%;
    height: auto;
    margin-top: 45px;
  }
  .blocTxtImage2Col .content > div:first-child {
    margin-top: 0;
  }
  .blocTxtImage2Col .content > div img {
    display: block;
  }
}
.blocTxtImage2Col.imgtxt .content > div.image {
  order: 1;
}
.blocTxtImage2Col.imgtxt .content > div.text {
  order: 2;
}
.blocTxtImage2Col.txtimg .content > div.image {
  order: 2;
}
.blocTxtImage2Col.txtimg .content > div.text {
  order: 1;
  text-align: right;
}
@media (max-width: 1140px) {
  .blocTxtImage2Col.txtimg .content > div.image {
    order: 1;
  }
  .blocTxtImage2Col.txtimg .content > div.text {
    order: 2;
    text-align: left;
  }
}

/*

@import '../../widgets/so-page-builder/editor/assets/css/css';
@import '../../widgets/so-page-builder/image/assets/css/css';
@import '../../widgets/so-page-builder/slider-videos/assets/css/css';
@import '../../widgets/so-page-builder/last-programs/assets/css/css';
@import '../../widgets/so-page-builder/last-news/assets/css/css';
*/
/*************** SCROLLBAR BASE CSS ***************/
div.svg {
  display: inline-block;
  line-height: 0;
}

body.home header.entry-header {
  display: none;
}

h1 {
  text-align: center;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5625rem;
  line-height: 44px;
  color: rgb(34, 33, 33);
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin: 65px 0 31px 0;
  padding: 0;
}
h1 span {
  font-family: "Roboto Serif", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 35px;
  line-height: 38px;
  color: rgb(34, 33, 33);
  letter-spacing: 0.94px;
  text-transform: capitalize;
}
@media (max-width: 800px) {
  h1 {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5625rem;
    line-height: 2.5rem;
    color: rgb(34, 33, 33);
  }
  h1 span {
    font-family: "Roboto Serif", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 35px;
    line-height: 2.5rem;
    color: rgb(34, 33, 33);
  }
}

.temoignages {
  width: 1243px;
  margin: 0 auto 62px auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.temoignages > div {
  width: calc(50% - 16px);
  border: 1px solid #222121;
  padding: 27px 14px 22px 121px;
  margin-top: 32px;
  background-image: url("../img/svg/guillemet.svg");
  background-repeat: no-repeat;
  background-size: 73px 54px;
  background-position: 29px 27px;
}
.temoignages > div:first-child, .temoignages > div:nth-child(2) {
  margin-top: 0;
}
.temoignages > div .text {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(49, 49, 49);
  margin-bottom: 15px;
}
.temoignages > div .name {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: rgb(181, 141, 53);
}
@media (max-width: 1280px) {
  .temoignages {
    width: calc(100% - 60px);
  }
}
@media (max-width: 1100px) {
  .temoignages > div {
    width: 100%;
  }
  .temoignages > div:nth-child(2) {
    margin-top: 32px;
  }
}
@media (max-width: 600px) {
  .temoignages > div {
    padding: 81px 14px 22px 14px;
    background-position: center 16px;
  }
  .temoignages > div .text {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: rgb(49, 49, 49);
    margin-bottom: 12px;
  }
  .temoignages > div .name {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: rgb(181, 141, 53);
  }
}

body.post-type-archive-temoignages .add-avis {
  display: block;
  text-align: center;
  margin-bottom: 83px;
}
body.post-type-archive-temoignages .add-avis > a,
body.post-type-archive-temoignages .add-avis > a:visited,
body.post-type-archive-temoignages .add-avis > a:focus,
body.post-type-archive-temoignages .add-avis > a:active {
  display: inline-block;
  padding: 11px 36px;
  border: 1px solid rgb(0, 0, 0);
  width: auto;
}
body.post-type-archive-temoignages .add-avis > a span,
body.post-type-archive-temoignages .add-avis > a:visited span,
body.post-type-archive-temoignages .add-avis > a:focus span,
body.post-type-archive-temoignages .add-avis > a:active span {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  color: rgb(34, 33, 33);
  text-transform: uppercase;
  letter-spacing: 0;
}
body.post-type-archive-temoignages .add-avis > a:hover,
body.post-type-archive-temoignages .add-avis > a:visited:hover,
body.post-type-archive-temoignages .add-avis > a:focus:hover,
body.post-type-archive-temoignages .add-avis > a:active:hover {
  background-color: rgb(34, 33, 33);
}
body.post-type-archive-temoignages .add-avis > a:hover span,
body.post-type-archive-temoignages .add-avis > a:visited:hover span,
body.post-type-archive-temoignages .add-avis > a:focus:hover span,
body.post-type-archive-temoignages .add-avis > a:active:hover span {
  color: rgb(255, 255, 255);
}

.realisations {
  width: 1134px;
  margin: 0 auto 62px auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.realisations > a,
.realisations > a:visited,
.realisations > a:focus,
.realisations > a:active {
  display: block;
  width: 541px;
  position: relative;
  line-height: 0;
  margin: 26px 13px 0 13px;
}
.realisations > a:first-child, .realisations > a:nth-child(2),
.realisations > a:visited:first-child,
.realisations > a:visited:nth-child(2),
.realisations > a:focus:first-child,
.realisations > a:focus:nth-child(2),
.realisations > a:active:first-child,
.realisations > a:active:nth-child(2) {
  margin-top: 0;
}
.realisations > a img,
.realisations > a:visited img,
.realisations > a:focus img,
.realisations > a:active img {
  width: 100%;
}
.realisations > a > div,
.realisations > a:visited > div,
.realisations > a:focus > div,
.realisations > a:active > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(203, 193, 171, 0.65); */
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.realisations > a > div span.title,
.realisations > a:visited > div span.title,
.realisations > a:focus > div span.title,
.realisations > a:active > div span.title {
  text-transform: uppercase;
  text-align: center;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.45rem;
  line-height: 1.7rem;
  color: rgb(255, 255, 255);
  padding-left: 20px;
  padding-right: 20px;
}
.realisations > a > div span.subtitle,
.realisations > a:visited > div span.subtitle,
.realisations > a:focus > div span.subtitle,
.realisations > a:active > div span.subtitle {
  text-align: center;
  font-family: "Roboto Serif", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: rgb(255, 255, 255);
  padding-left: 20px;
  padding-right: 20px;
}
.realisations > a:hover > div.overlay,
.realisations > a:visited:hover > div.overlay,
.realisations > a:focus:hover > div.overlay,
.realisations > a:active:hover > div.overlay {
  /* transition: opacity 0.3s; */
  /* UI Properties */
  background: rgb(203, 193, 171) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
}
.realisations > a:hover > div.info,
.realisations > a:visited:hover > div.info,
.realisations > a:focus:hover > div.info,
.realisations > a:active:hover > div.info {
  opacity: 1;
}
@media (max-width: 1140px) {
  .realisations {
    width: 652px;
  }
  .realisations > a,
  .realisations > a:visited,
  .realisations > a:focus,
  .realisations > a:active {
    width: 300px;
  }
  .realisations > a > div span.title,
  .realisations > a:visited > div span.title,
  .realisations > a:focus > div span.title,
  .realisations > a:active > div span.title {
    font-family: "Ysabeau Infant", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 2rem;
    color: rgb(255, 255, 255);
  }
  .realisations > a > div span.subtitle,
  .realisations > a:visited > div span.subtitle,
  .realisations > a:focus > div span.subtitle,
  .realisations > a:active > div span.subtitle {
    font-family: "Roboto Serif", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 28px;
    line-height: 2rem;
    color: rgb(255, 255, 255);
  }
}
@media (max-width: 680px) {
  .realisations {
    width: calc(100% - 60px);
    justify-content: center;
  }
  .realisations > a,
  .realisations > a:visited,
  .realisations > a:focus,
  .realisations > a:active {
    width: 100%;
  }
  .realisations > a:nth-child(2),
  .realisations > a:visited:nth-child(2),
  .realisations > a:focus:nth-child(2),
  .realisations > a:active:nth-child(2) {
    margin-top: 26px;
  }
  .realisations > a > div.overlay,
  .realisations > a:visited > div.overlay,
  .realisations > a:focus > div.overlay,
  .realisations > a:active > div.overlay {
    /* transition: opacity 0.3s; */
    /* UI Properties */
    background: rgb(203, 193, 171) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 1;
  }
  .realisations > a > div.info,
  .realisations > a:visited > div.info,
  .realisations > a:focus > div.info,
  .realisations > a:active > div.info {
    opacity: 1;
  }
}

#back-to-top {
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 999;
  text-align: center;
  line-height: 32px;
  color: #FFFFFF;
  cursor: pointer;
  border: 0;
  /*border-radius: 2px;*/
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  width: 73px;
  height: 73px;
  background-image: url("../img/svg/gotoTOP.svg");
  background-repeat: no-repeat;
  background-position: center;
}
#back-to-top.show {
  opacity: 0.7;
}
#back-to-top.show:hover {
  opacity: 1;
}
@media (max-width: 780px) {
  #back-to-top.show {
    opacity: 0;
  }
  #back-to-top.show:hover {
    opacity: 0;
  }
}
@media (max-width: 780px) {
  #back-to-top {
    display: none;
  }
}

div.breadcrumbs {
  width: calc(100% - 60px);
  margin: 0 auto;
  max-width: 1116px;
  margin-bottom: 74px;
}
div.breadcrumbs span {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25rem;
  color: rgb(0, 0, 0);
  letter-spacing: 0.96px;
}
div.breadcrumbs a span,
div.breadcrumbs a:visited span,
div.breadcrumbs a:focus span,
div.breadcrumbs a:active span {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25rem;
  color: rgb(0, 0, 0);
  letter-spacing: 0.96px;
}
div.breadcrumbs a span:hover,
div.breadcrumbs a:visited span:hover,
div.breadcrumbs a:focus span:hover,
div.breadcrumbs a:active span:hover {
  text-decoration: underline;
}

section.error-404 div.page-content {
  text-align: center;
}

#primary {
  padding-top: 178px;
}

#tarteaucitronRoot {
  z-index: 0 !important;
}/*# sourceMappingURL=css.css.map */