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

*/
/* = LESS DEFINITIONS
-------------------------------------------------------------- */
/* = FUNCTION DEFINITIONS
-------------------------------------------------------------- */
/**
 * Function framework
 * 
 * @author LA CONFECTION
 * 
 * @version 2.2.0
 */
/* = VAR DEFINITIONS
-------------------------------------------------------------- */
/**
 * 
 * VAR DEFINITION
 * 
 * @version 4.1.0
 */
/** SPECIFIC TO wycc **/
/* = FONTS DEFINITIONS
-------------------------------------------------------------- */
/**
 * Font framework
 * 
 * @author LA CONFECTION
 * 
 * @version 1.0.0
 */
@font-face {
  font-family: 'Lato';
  src: url('../webfonts/Lato-Regular.eot');
  src: url('../webfonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/Lato-Regular.woff2') format('woff2'), url('../webfonts/Lato-Regular.woff') format('woff'), url('../webfonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../webfonts/Lato-Medium.eot');
  src: url('../webfonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), url('../webfonts/Lato-Medium.woff2') format('woff2'), url('../webfonts/Lato-Medium.woff') format('woff'), url('../webfonts/Lato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../webfonts/Lato-Bold.eot');
  src: url('../webfonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/Lato-Bold.woff2') format('woff2'), url('../webfonts/Lato-Bold.woff') format('woff'), url('../webfonts/Lato-Bold.ttf') format('truetype');
  font-weight: 550;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../webfonts/Lato-Heavy.eot');
  src: url('../webfonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'), url('../webfonts/Lato-Heavy.woff2') format('woff2'), url('../webfonts/Lato-Heavy.woff') format('woff'), url('../webfonts/Lato-Heavy.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
/* =Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
a,
div {
  -webkit-transition-property: color;
  -webkit-transition-duration: 400ms;
  -moz-transition-property: color;
  -moz-transition-duration: 400ms;
  transition-property: color;
  transition-duration: 400ms;
}
body {
  line-height: 1;
  height: 100%;
  font-weight: 200;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color: #757575;
  line-height: 120%;
}
blockquote:before,
q:before {
  content: '';
  display: block;
  background: transparent url(img/quote_top.png) no-repeat;
  background-size: 50px 49px;
  width: 50px;
  height: 49px;
  margin-bottom: 5px;
}
blockquote:after,
q:after {
  content: '';
  display: block;
  background: transparent url(img/quote_bottom.png) no-repeat;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  float: right;
  margin-top: 5px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
html {
  overflow: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
a:focus {
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}
.no-display {
  display: none;
}
.no-display .display {
  display: block;
}
.script img {
  display: none;
}
/* =Class
-------------------------------------------------------------- */
/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
  text-transform: uppercase;
  color: #636363;
}
/* Shared Post Format styling */
/* = VAR DEFINITIONS
-------------------------------------------------------------- */
/**
 * FORM CSS
 * 
 * @version 2.1.0
 */
button,
.button,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  font-family: inherit;
  background-color: transparent;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 120%;
  text-align: left;
  -webkit-appearance: none;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 15px 0;
  border: 1px #6F90C0 solid;
  border-width: 0 0 1px 0;
  display: block;
  margin: 0 auto 20px auto;
  max-width: none;
  color: #DDD;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  width: 100%;
}
input:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border-color: #135F93;
  color: #FFF;
  outline-color: transparent;
  outline-style: none;
  -moz-box-shadow: unset;
  box-shadow: unset;
}
input[type="radio"] {
  width: auto;
}
button,
input {
  line-height: normal;
}
textarea {
  font-family: inherit;
  overflow: auto;
  vertical-align: top;
  height: 117px;
  width: 100%;
}
select {
  margin: 0 auto 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 120%;
  color: #A1A8B2;
  display: inline-block;
  width: 100%;
  font-family: inherit;
  padding: 4px;
}
::-webkit-input-placeholder {
  color: #293D58;
}
::-moz-placeholder {
  color: #293D58;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #293D58;
}
/* ie */
input:-moz-placeholder {
  color: #293D58;
}
.placeholder {
  color: #293D58;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
/* Buttons */
.menu-toggle,
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-weight: 550;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  border: 1px solid #293D58;
  padding: 10px 30px;
  background-color: transparent;
  color: #293D58;
  margin: 20px auto;
  -webkit-appearance: none;
  max-width: none;
}
.menu-toggle:hover,
button:hover,
.button:hover,
.stag-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  will-change: animation;
  -webkit-animation: zoom-out 200ms ease-out;
  -moz-animation: zoom-out 200ms ease-out;
  animation: zoom-out 200ms ease-out;
  background-color: #135F93;
  color: #FFF;
  border-color: #135F93;
}
.menu-toggle,
button,
.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
button[disabled],
input[disabled] {
  cursor: default;
  border: none;
}
input[type="text"].error,
input[type="email"].error,
input[type="tel"].error,
textarea.error,
label.error,
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
label.wpcf7-not-valid {
  border: 1px solid #F08376;
  will-change: animation;
  -webkit-animation: pulse 500ms ease-out;
  -moz-animation: pulse 500ms ease-out;
  animation: pulse 500ms ease-out;
  border-width: 0 0 1px 0;
}
select.error {
  color: #F08376;
  will-change: animation;
  -webkit-animation: pulse 500ms ease-out;
  -moz-animation: pulse 500ms ease-out;
  animation: pulse 500ms ease-out;
}
.mobiledevice.mobile input[type="text"],
.mobiledevice.mobile input[type="email"],
.mobiledevice.mobile input[type="tel"],
.mobiledevice.mobile textarea {
  font-size: 15px;
  font-size: 1.5rem;
}
.mobiledevice.mobile select {
  font-size: 15px;
  font-size: 1.5rem;
}
.float-container {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: 0 8px;
  position: relative;
  text-align: left;
  /** active label */
}
.float-container label {
  font-size: 16px;
  color: #81B2F4;
  position: absolute;
  transform-origin: top left;
  transform: translate(0, 16px) scale(1);
  -webkit-transition-property: transform;
  -webkit-transition-duration: 100ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: transform;
  -moz-transition-duration: 100ms;
  -moz-transition-timing-function: ease-in-out;
  transition-property: transform;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out;
}
.float-container.active label {
  transform: translate(0, -5px) scale(0.75);
}
/** FORM CONTACT 7 **/
.wpcf7 .wpcf7-form {
  text-align: left;
}
.wpcf7 .wpcf7-not-valid {
  color: #F08376;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  margin: -20px 0 0 9px;
  color: #F08376;
}
.wpcf7 .wpcf7-checkbox + .wpcf7-not-valid-tip {
  margin: 0;
}
.wpcf7 .wpcf7-validation-errors {
  display: none !important;
}
.wpcf7 .wpcf7-form-control-wrap-bloc {
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap-bloc .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.wpcf7 .wpcf7-form-control-wrap-bloc .wpcf7-form-control-wrap:first-child {
  padding-right: 2%;
}
.wpcf7 .wpcf7-form-control-wrap-bloc.wpcf7-form-control-wrap-bloc-tier .wpcf7-form-control-wrap {
  width: 33.33%;
}
.wpcf7 .wpcf7-form-control-wrap-bloc.wpcf7-form-control-wrap-bloc-tier .wpcf7-form-control-wrap:last-child {
  padding-left: 2%;
}
@media screen and (max-width: 490px) {
  .wpcf7 .wpcf7-form-control-wrap-bloc .wpcf7-form-control-wrap {
    display: block;
    vertical-align: top;
    width: 100%;
  }
  .wpcf7 .wpcf7-form-control-wrap-bloc .wpcf7-form-control-wrap:first-child {
    padding-right: 0%;
  }
  .wpcf7 .wpcf7-form-control-wrap-bloc.wpcf7-form-control-wrap-bloc-tier .wpcf7-form-control-wrap {
    width: 100%;
  }
  .wpcf7 .wpcf7-form-control-wrap-bloc.wpcf7-form-control-wrap-bloc-tier .wpcf7-form-control-wrap:last-child {
    padding-left: 0%;
  }
}
.wpcf7 .wpcf7-form-control-wrap-checkbox {
  text-align: center;
}
.wpcf7 .wpcf7-form-control-wrap-checkbox .wpcf7-form-control-wrap-label {
  width: 80px;
  display: inline-block;
  text-align: right;
  padding-left: 10px;
}
.wpcf7 div.wpcf7-mail-sent-ok {
  padding: 20px;
  text-align: center;
  border-width: 1px;
}
.wpcf7 .wpcf7-mail-sent-ng {
  border-color: #F08376;
  border-width: 1px;
}
.wpcf7 .wpcf7-list-item label {
  display: inline-block;
}
.wpcf7 .wpcf7-recaptcha {
  margin-top: -40px;
}
.wpcf7 .wpcf7-recaptcha > div > div {
  margin: 0 auto;
}
li.bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
  margin-top: 12px;
  margin-bottom: 12px;
  display: block;
}
.entry-content img.aligninline {
  display: inline-block;
  margin: 10px 10px;
}
.entry-content .google-map img {
  max-width: none;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.inline {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  img.size-full,
  img.size-large,
  img.header-image,
  img.wp-post-image {
    max-width: 75%;
  }
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligninline {
  display: inline-block;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}
/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#nav-above {
  padding: 24px 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
  margin: 48px 0;
}
/* Author profiles */
.author .archive-header {
  margin-bottom: 24px;
}
.author-info {
  border-top: 1px solid #ededed;
  margin: 24px 0;
  padding-top: 24px;
  overflow: hidden;
}
.author-description p {
  color: #757575;
}
.author.archive .author-info {
  border-top: 0;
  margin: 0 0 48px;
}
.author.archive .author-avatar {
  margin-top: 0;
}
/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
  font-size: 10px;
}
@media screen and (max-width: 700px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px) {
  html.mobile {
    font-size: 9px;
  }
}
body {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Lato', sans-serif;
  text-rendering: optimizeLegibility;
  color: #A1A8B2;
  background-color: #FFF;
}
* {
  webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
body.custom-font-enabled {
  font-family: 'Lato', sans-serif;
}
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  display: none;
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar */
}
/* Page structure */
.site {
  padding: 0;
  overflow: hidden;
}
.widget-area {
  margin: 24px 0 0;
}
/* Banner */
section[role="banner"] {
  margin-bottom: 48px;
}
/* Sidebar */
.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 48px;
  word-wrap: break-word;
}
.widget-area .widget h3 {
  margin-bottom: 24px;
}
.widget-area .widget p {
  margin-bottom: 24px;
}
.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px;
}
.widget-area .textwidget li {
  margin-left: 36px;
}
.widget-area .widget a {
  color: #757575;
}
.widget-area .widget a:hover {
  color: #21759b;
}
.widget-area #s {
  width: 53.66666667%;
  /* define a width to avoid dropping a wider submit button */
}
/* Footer */
footer[role="contentinfo"] {
  clear: both;
  width: 100%;
  max-width: 1000px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
  left: 0;
}
#main {
  margin-top: -40px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1000px) {
  #main {
    padding: 0;
    margin-top: 0px;
  }
  .homepage #main {
    padding: 0;
  }
}
/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {
  clear: both;
  display: none;
}
.entry-header {
  margin-bottom: 0px;
}
.entry-header img.wp-post-image {
  margin-bottom: 24px;
}
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-format {
  margin-top: 24px;
  font-weight: normal;
}
.entry-header .comments-link {
  margin-top: 24px;
  color: #757575;
}
.comments-link a,
.entry-meta a {
  color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
  color: #21759b;
}
article.sticky .featured-post {
  color: #757575;
  margin-bottom: 24px;
  text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
  line-height: 120%;
  text-align: left;
}
.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.71428571;
  margin: 0 0 24px;
}
img.alignleft {
  margin: 12px 24px 12px 0;
}
img.alignright {
  margin: 12px 0 12px 24px;
}
img.aligncenter {
  margin-top: 12px;
  margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
  font-weight: normal;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.71428571;
  margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  margin: 0 0 24px;
  width: 100%;
}
.entry-content table caption,
.comment-content table caption {
  margin: 24px 0;
}
.entry-content td,
.comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.site-content article {
  /*margin-bottom: 72px;
	padding-bottom: 24px;*/
  word-wrap: break-word;
  /*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;*/
}
.page-links {
  clear: both;
  line-height: 1.71428571;
}
footer.entry-meta {
  margin-top: 24px;
  color: #757575;
}
.single-author .entry-meta .by-author {
  display: none;
}
.mu_register h2 {
  color: #757575;
  font-weight: normal;
}
/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
  margin-bottom: 48px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ededed;
}
.archive-meta {
  color: #757575;
  margin-top: 22px;
}
/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
  overflow: hidden;
}
.image-attachment div.attachment {
  text-align: center;
}
.image-attachment div.attachment p {
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.image-attachment .entry-caption {
  margin-top: 8px;
}
/* =Aside post format
-------------------------------------------------------------- */
article.format-aside h1 {
  margin-bottom: 24px;
}
article.format-aside h1 a {
  text-decoration: none;
  color: #4d525a;
}
article.format-aside h1 a:hover {
  color: #2e3542;
}
article.format-aside .aside {
  padding: 24px 24px 0;
  background: #d2e0f9;
  border-left: 22px solid #a8bfe8;
}
article.format-aside p {
  color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
  margin-bottom: 0;
}
/* =Post formats
-------------------------------------------------------------- */
/* Image posts */
article.format-image footer h1 {
  font-weight: normal;
}
article.format-image footer a h2 {
  font-weight: normal;
}
/* Link posts */
article.format-link header {
  padding: 0 10px;
  float: right;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  color: #848484;
  background-color: #ebebeb;
  border-radius: 3px;
}
article.format-link .entry-content {
  max-width: 80%;
  float: left;
}
article.format-link .entry-content a {
  text-decoration: none;
}
/* Quote posts */
article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
  display: block;
  padding: 24px 24px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-style: normal;
  color: #6a6a6a;
  background: #efefef;
}
/* Status posts */
.format-status .entry-header {
  margin-bottom: 24px;
}
.format-status .entry-header header {
  display: inline-block;
}
.format-status .entry-header h1 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}
.format-status .entry-header h2 {
  line-height: 2;
  margin: 0;
}
.format-status .entry-header header a {
  color: #757575;
}
.format-status .entry-header header a:hover {
  color: #21759b;
}
.format-status .entry-header img {
  float: left;
  margin-right: 21px;
  margin-right: 1.5rem;
}
/* =Comments
-------------------------------------------------------------- */
.comments-title {
  margin-bottom: 48px;
  font-weight: normal;
}
.comments-area article {
  margin: 24px 0;
}
.comments-area article header {
  margin: 0 0 48px;
  overflow: hidden;
  position: relative;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 85px;
}
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.42857143;
}
.comments-area article header time {
  line-height: 1.71428571;
  text-decoration: none;
  color: #5e5e5e;
}
.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}
.comments-area article header a:hover {
  color: #21759b;
}
.comments-area article header cite a {
  color: #444;
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  padding: 2px 5px;
}
a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  line-height: 1.84615385;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #21759b;
}
.commentlist .pingback {
  line-height: 1.71428571;
  margin-bottom: 24px;
}
/* Comment form */
#respond {
  margin-top: 48px;
}
#respond h3#reply-title {
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  font-weight: normal;
}
#respond form {
  margin: 24px 0;
}
#respond form p {
  margin: 11px 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
}
#respond form label {
  display: block;
  line-height: 1.71428571;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  color: #5e5e5e;
}
/* default template */
/* = Page template
-------------------------------------------------------------- */
@media screen and (max-width: 490px) {
  img.alignright,
  img.alignleft {
    float: none;
    display: block;
    margin: 10px auto;
  }
}
.mobile img.alignright,
.mobile img.alignleft {
  zoom: 0.6;
}
.mobile.ipad img.alignright,
.mobile.ipad img.alignleft {
  zoom: 0.7;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
  margin-left: 12px;
}
.widget_rss li {
  margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #aaa;
  margin-left: 12px;
}
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  line-height: 1.84615385;
  color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}
#wp-calendar #next {
  padding-right: 24px;
  text-align: right;
}
.widget_search label {
  display: block;
  font-size: 13px;
}
.widget_twitter li {
  list-style-type: none;
}
.widget_twitter .timesince {
  display: block;
  text-align: right;
}
/* =Plugins
----------------------------------------------- */
img#wpstats {
  display: block;
  margin: 0 auto 24px;
}
/* =Media queries
-------------------------------------------------------------- */
.author-avatar {
  float: left;
  margin-top: 8px;
}
.author-description {
  float: right;
  width: 80%;
}
.mobiledevice body .site,
.alwaysmobiledevice body .site {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: 0;
}
.site-content {
  width: 100%;
}
.widget-area {
  float: right;
  width: 26.04166667%;
}
.site-header h1,
.site-header h2 {
  text-align: left;
}
#respond form input[type="text"] {
  width: 46.33333333%;
}
#respond form textarea.blog-textarea {
  width: 79.66666667%;
}
.entry-page-image {
  float: right;
  margin-bottom: 0;
  width: 47.91666667%;
}
.commentlist .children {
  margin-left: 48px;
}
/* = FORMAT DEFINITIONS
-------------------------------------------------------------- */
/**
 * Format definition
 * 
 * @version 4.0.0
 */
/**
 * Définition générale
 */
/**
 * Font dans le contenu
 */
hr,
.stag-divider {
  background-color: #CCC;
}
.w400 {
  max-width: 400px !important;
}
@media screen and (min-width: 900px) {
  .w400 {
    width: 400px !important;
  }
}
@media screen and (max-width: 400px) {
  .w400 {
    max-width: 100% !important;
  }
}
.w450 {
  max-width: 450px !important;
}
@media screen and (min-width: 900px) {
  .w450 {
    width: 450px !important;
  }
}
@media screen and (max-width: 450px) {
  .w450 {
    max-width: 100% !important;
  }
}
.w500 {
  max-width: 500px !important;
}
@media screen and (min-width: 900px) {
  .w500 {
    width: 500px !important;
  }
}
@media screen and (max-width: 500px) {
  .w500 {
    max-width: 100% !important;
  }
}
.w550 {
  max-width: 550px !important;
}
@media screen and (min-width: 900px) {
  .w550 {
    width: 550px !important;
  }
}
@media screen and (max-width: 550px) {
  .w550 {
    max-width: 100% !important;
  }
}
.w600 {
  max-width: 600px !important;
}
@media screen and (min-width: 900px) {
  .w600 {
    width: 600px !important;
  }
}
@media screen and (max-width: 600px) {
  .w600 {
    max-width: 100% !important;
  }
}
.w650 {
  max-width: 650px !important;
}
@media screen and (min-width: 900px) {
  .w650 {
    width: 650px !important;
  }
}
@media screen and (max-width: 650px) {
  .w650 {
    max-width: 100% !important;
  }
}
.w700 {
  max-width: 700px !important;
}
@media screen and (min-width: 900px) {
  .w700 {
    width: 700px !important;
  }
}
@media screen and (max-width: 700px) {
  .w700 {
    max-width: 100% !important;
  }
}
.w750 {
  max-width: 750px !important;
}
@media screen and (min-width: 900px) {
  .w750 {
    width: 750px !important;
  }
}
@media screen and (max-width: 750px) {
  .w750 {
    max-width: 100% !important;
  }
}
.w800 {
  max-width: 800px !important;
}
@media screen and (min-width: 900px) {
  .w800 {
    width: 800px !important;
  }
}
@media screen and (max-width: 800px) {
  .w800 {
    max-width: 100% !important;
  }
}
.w850 {
  max-width: 850px !important;
}
@media screen and (min-width: 900px) {
  .w850 {
    width: 850px !important;
  }
}
@media screen and (max-width: 850px) {
  .w850 {
    max-width: 100% !important;
  }
}
.w900 {
  max-width: 900px !important;
}
@media screen and (min-width: 900px) {
  .w900 {
    width: 900px !important;
  }
}
@media screen and (max-width: 900px) {
  .w900 {
    max-width: 100% !important;
  }
}
.w950 {
  max-width: 950px !important;
}
@media screen and (min-width: 900px) {
  .w950 {
    width: 950px !important;
  }
}
@media screen and (max-width: 950px) {
  .w950 {
    max-width: 100% !important;
  }
}
.w1000 {
  max-width: 1000px !important;
}
@media screen and (min-width: 900px) {
  .w1000 {
    width: 1000px !important;
  }
}
@media screen and (max-width: 1000px) {
  .w1000 {
    max-width: 100% !important;
  }
}
.w1100 {
  max-width: 1100px !important;
}
@media screen and (min-width: 900px) {
  .w1100 {
    width: 1100px !important;
  }
}
@media screen and (max-width: 1100px) {
  .w1100 {
    max-width: 100% !important;
  }
}
.w1200 {
  max-width: 1200px !important;
}
@media screen and (min-width: 900px) {
  .w1200 {
    width: 1200px !important;
  }
}
@media screen and (max-width: 1200px) {
  .w1200 {
    max-width: 100% !important;
  }
}
.w1300 {
  max-width: 1300px !important;
}
@media screen and (min-width: 900px) {
  .w1300 {
    width: 1300px !important;
  }
}
@media screen and (max-width: 1300px) {
  .w1300 {
    max-width: 100% !important;
  }
}
.w1400 {
  max-width: 1400px !important;
}
@media screen and (min-width: 900px) {
  .w1400 {
    width: 1400px !important;
  }
}
@media screen and (max-width: 1400px) {
  .w1400 {
    max-width: 100% !important;
  }
}
.w1500 {
  max-width: 1500px !important;
}
@media screen and (min-width: 900px) {
  .w1500 {
    width: 1500px !important;
  }
}
@media screen and (max-width: 1500px) {
  .w1500 {
    max-width: 100% !important;
  }
}
.h400 {
  max-height: 400px !important;
}
@media screen and (min-width: 900px) {
  .h400 {
    height: 400px !important;
  }
}
.h450 {
  max-height: 450px !important;
}
@media screen and (min-width: 900px) {
  .h450 {
    height: 450px !important;
  }
}
.h500 {
  max-height: 500px !important;
}
@media screen and (min-width: 900px) {
  .h500 {
    height: 500px !important;
  }
}
.h550 {
  max-height: 550px !important;
}
@media screen and (min-width: 900px) {
  .h550 {
    height: 550px !important;
  }
}
.h600 {
  max-height: 600px !important;
}
@media screen and (min-width: 900px) {
  .h600 {
    height: 600px !important;
  }
}
.h650 {
  max-height: 650px !important;
}
@media screen and (min-width: 900px) {
  .h650 {
    height: 650px !important;
  }
}
.h700 {
  max-height: 700px !important;
}
@media screen and (min-width: 900px) {
  .h700 {
    height: 700px !important;
  }
}
.h750 {
  max-height: 750px !important;
}
@media screen and (min-width: 900px) {
  .h750 {
    height: 750px !important;
  }
}
.h800 {
  max-height: 800px !important;
}
@media screen and (min-width: 900px) {
  .h800 {
    height: 800px !important;
  }
}
.h850 {
  max-height: 850px !important;
}
@media screen and (min-width: 900px) {
  .h850 {
    height: 850px !important;
  }
}
.h900 {
  max-height: 900px !important;
}
@media screen and (min-width: 900px) {
  .h900 {
    height: 900px !important;
  }
}
.h950 {
  max-height: 950px !important;
}
@media screen and (min-width: 900px) {
  .h950 {
    height: 950px !important;
  }
}
.h1000 {
  max-height: 1000px !important;
}
@media screen and (min-width: 900px) {
  .h1000 {
    height: 1000px !important;
  }
}
.h1100 {
  max-height: 1100px !important;
}
@media screen and (min-width: 900px) {
  .h1100 {
    height: 1100px !important;
  }
}
.h1200 {
  max-height: 1200px !important;
}
@media screen and (min-width: 900px) {
  .h1200 {
    height: 1200px !important;
  }
}
.h1300 {
  max-height: 1300px !important;
}
@media screen and (min-width: 900px) {
  .h1300 {
    height: 1300px !important;
  }
}
.h1400 {
  max-height: 1400px !important;
}
@media screen and (min-width: 900px) {
  .h1400 {
    height: 1400px !important;
  }
}
.h1500 {
  max-height: 1500px !important;
}
@media screen and (min-width: 900px) {
  .h1500 {
    height: 1500px !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  word-wrap: normal;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  color: #FFF;
}
a {
  outline: none;
  color: #135F93;
  -webkit-transition-property: color;
  -webkit-transition-duration: 400ms;
  -moz-transition-property: color;
  -moz-transition-duration: 400ms;
  transition-property: color;
  transition-duration: 400ms;
}
a:hover {
  color: #A1A8B2;
  text-decoration: none;
}
strong,
b {
  font-weight: 550;
  color: inherit;
}
.entry-content h1,
.comment-content h1,
.entry-header h1,
[role="main"] h1,
.pum h1,
.entry-content h2,
.comment-content h2,
.entry-header h2,
[role="main"] h2,
.pum h2,
.entry-content h3,
.comment-content h3,
.entry-header h3,
[role="main"] h3,
.pum h3,
.entry-content h4,
.comment-content h4,
.entry-header h4,
[role="main"] h4,
.pum h4,
.entry-content h5,
.comment-content h5,
.entry-header h5,
[role="main"] h5,
.pum h5,
.entry-content h6,
.comment-content h6,
.entry-header h6,
[role="main"] h6,
.pum h6 {
  line-height: 120%;
  -webkit-transform: translate3d(0, 0, 0);
  word-wrap: normal;
}
.entry-content h1,
.comment-content h1,
.entry-header h1,
[role="main"] h1,
.pum h1,
.entry-content .h1,
.comment-content .h1,
.entry-header .h1,
[role="main"] .h1,
.pum .h1 {
  font-size: 40px;
  font-size: 4rem;
  font-family: 'Lato', sans-serif;
  line-height: 120%;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  margin: 90px 0 30px;
  display: block;
  word-wrap: normal;
}
.entry-content h1 strong,
.comment-content h1 strong,
.entry-header h1 strong,
[role="main"] h1 strong,
.pum h1 strong,
.entry-content .h1 strong,
.comment-content .h1 strong,
.entry-header .h1 strong,
[role="main"] .h1 strong,
.pum .h1 strong,
.entry-content h1 b,
.comment-content h1 b,
.entry-header h1 b,
[role="main"] h1 b,
.pum h1 b,
.entry-content .h1 b,
.comment-content .h1 b,
.entry-header .h1 b,
[role="main"] .h1 b,
.pum .h1 b,
.entry-content h1 a,
.comment-content h1 a,
.entry-header h1 a,
[role="main"] h1 a,
.pum h1 a,
.entry-content .h1 a,
.comment-content .h1 a,
.entry-header .h1 a,
[role="main"] .h1 a,
.pum .h1 a {
  color: #FFF;
}
.entry-content h1 + .subtitle,
.comment-content h1 + .subtitle,
.entry-header h1 + .subtitle,
[role="main"] h1 + .subtitle,
.pum h1 + .subtitle,
.entry-content .h1 + .subtitle,
.comment-content .h1 + .subtitle,
.entry-header .h1 + .subtitle,
[role="main"] .h1 + .subtitle,
.pum .h1 + .subtitle,
.entry-content h1 + p > .subtitle,
.comment-content h1 + p > .subtitle,
.entry-header h1 + p > .subtitle,
[role="main"] h1 + p > .subtitle,
.pum h1 + p > .subtitle,
.entry-content .h1 + p > .subtitle,
.comment-content .h1 + p > .subtitle,
.entry-header .h1 + p > .subtitle,
[role="main"] .h1 + p > .subtitle,
.pum .h1 + p > .subtitle {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: 'Lato', sans-serif;
  line-height: 120%;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  margin: -25px auto 40px auto;
  font-style: normal;
  display: block;
  word-wrap: normal;
}
@media screen and (max-width: 1000px) {
  .entry-content h1 + .subtitle,
  .comment-content h1 + .subtitle,
  .entry-header h1 + .subtitle,
  [role="main"] h1 + .subtitle,
  .pum h1 + .subtitle,
  .entry-content .h1 + .subtitle,
  .comment-content .h1 + .subtitle,
  .entry-header .h1 + .subtitle,
  [role="main"] .h1 + .subtitle,
  .pum .h1 + .subtitle,
  .entry-content h1 + p > .subtitle,
  .comment-content h1 + p > .subtitle,
  .entry-header h1 + p > .subtitle,
  [role="main"] h1 + p > .subtitle,
  .pum h1 + p > .subtitle,
  .entry-content .h1 + p > .subtitle,
  .comment-content .h1 + p > .subtitle,
  .entry-header .h1 + p > .subtitle,
  [role="main"] .h1 + p > .subtitle,
  .pum .h1 + p > .subtitle {
    margin-top: 0;
  }
}
.entry-content h1 + .subtitle strong,
.comment-content h1 + .subtitle strong,
.entry-header h1 + .subtitle strong,
[role="main"] h1 + .subtitle strong,
.pum h1 + .subtitle strong,
.entry-content .h1 + .subtitle strong,
.comment-content .h1 + .subtitle strong,
.entry-header .h1 + .subtitle strong,
[role="main"] .h1 + .subtitle strong,
.pum .h1 + .subtitle strong,
.entry-content h1 + p > .subtitle strong,
.comment-content h1 + p > .subtitle strong,
.entry-header h1 + p > .subtitle strong,
[role="main"] h1 + p > .subtitle strong,
.pum h1 + p > .subtitle strong,
.entry-content .h1 + p > .subtitle strong,
.comment-content .h1 + p > .subtitle strong,
.entry-header .h1 + p > .subtitle strong,
[role="main"] .h1 + p > .subtitle strong,
.pum .h1 + p > .subtitle strong,
.entry-content h1 + .subtitle b,
.comment-content h1 + .subtitle b,
.entry-header h1 + .subtitle b,
[role="main"] h1 + .subtitle b,
.pum h1 + .subtitle b,
.entry-content .h1 + .subtitle b,
.comment-content .h1 + .subtitle b,
.entry-header .h1 + .subtitle b,
[role="main"] .h1 + .subtitle b,
.pum .h1 + .subtitle b,
.entry-content h1 + p > .subtitle b,
.comment-content h1 + p > .subtitle b,
.entry-header h1 + p > .subtitle b,
[role="main"] h1 + p > .subtitle b,
.pum h1 + p > .subtitle b,
.entry-content .h1 + p > .subtitle b,
.comment-content .h1 + p > .subtitle b,
.entry-header .h1 + p > .subtitle b,
[role="main"] .h1 + p > .subtitle b,
.pum .h1 + p > .subtitle b,
.entry-content h1 + .subtitle a,
.comment-content h1 + .subtitle a,
.entry-header h1 + .subtitle a,
[role="main"] h1 + .subtitle a,
.pum h1 + .subtitle a,
.entry-content .h1 + .subtitle a,
.comment-content .h1 + .subtitle a,
.entry-header .h1 + .subtitle a,
[role="main"] .h1 + .subtitle a,
.pum .h1 + .subtitle a,
.entry-content h1 + p > .subtitle a,
.comment-content h1 + p > .subtitle a,
.entry-header h1 + p > .subtitle a,
[role="main"] h1 + p > .subtitle a,
.pum h1 + p > .subtitle a,
.entry-content .h1 + p > .subtitle a,
.comment-content .h1 + p > .subtitle a,
.entry-header .h1 + p > .subtitle a,
[role="main"] .h1 + p > .subtitle a,
.pum .h1 + p > .subtitle a {
  color: #FFF;
}
.entry-content h1 + .subtitle,
.comment-content h1 + .subtitle,
.entry-header h1 + .subtitle,
[role="main"] h1 + .subtitle,
.pum h1 + .subtitle {
  font-style: normal;
}
@media screen and (max-width: 850px) {
  .entry-content h1,
  .comment-content h1,
  .entry-header h1,
  [role="main"] h1,
  .pum h1 {
    margin-top: 50px;
  }
}
.entry-content h2,
.comment-content h2,
.entry-header h2,
[role="main"] h2,
.pum h2,
.entry-content .h2,
.comment-content .h2,
.entry-header .h2,
[role="main"] .h2,
.pum .h2 {
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Lato', sans-serif;
  line-height: 120%;
  color: #293D58;
  font-weight: 550;
  text-align: center;
  margin: 20px auto 20px auto;
  display: block;
  word-wrap: normal;
}
.entry-content h2 strong,
.comment-content h2 strong,
.entry-header h2 strong,
[role="main"] h2 strong,
.pum h2 strong,
.entry-content .h2 strong,
.comment-content .h2 strong,
.entry-header .h2 strong,
[role="main"] .h2 strong,
.pum .h2 strong,
.entry-content h2 b,
.comment-content h2 b,
.entry-header h2 b,
[role="main"] h2 b,
.pum h2 b,
.entry-content .h2 b,
.comment-content .h2 b,
.entry-header .h2 b,
[role="main"] .h2 b,
.pum .h2 b,
.entry-content h2 a,
.comment-content h2 a,
.entry-header h2 a,
[role="main"] h2 a,
.pum h2 a,
.entry-content .h2 a,
.comment-content .h2 a,
.entry-header .h2 a,
[role="main"] .h2 a,
.pum .h2 a {
  color: #293D58;
}
.entry-content h2 + .subtitle,
.comment-content h2 + .subtitle,
.entry-header h2 + .subtitle,
[role="main"] h2 + .subtitle,
.pum h2 + .subtitle,
.entry-content .h2 + .subtitle,
.comment-content .h2 + .subtitle,
.entry-header .h2 + .subtitle,
[role="main"] .h2 + .subtitle,
.pum .h2 + .subtitle,
.entry-content h2 + p > .subtitle,
.comment-content h2 + p > .subtitle,
.entry-header h2 + p > .subtitle,
[role="main"] h2 + p > .subtitle,
.pum h2 + p > .subtitle,
.entry-content .h2 + p > .subtitle,
.comment-content .h2 + p > .subtitle,
.entry-header .h2 + p > .subtitle,
[role="main"] .h2 + p > .subtitle,
.pum .h2 + p > .subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Lato', sans-serif;
  line-height: 120%;
  color: #A1A8B2;
  font-weight: 500;
  text-align: center;
  margin: -15px auto 20px auto;
  font-style: normal;
  display: block;
  word-wrap: normal;
}
@media screen and (max-width: 1000px) {
  .entry-content h2 + .subtitle,
  .comment-content h2 + .subtitle,
  .entry-header h2 + .subtitle,
  [role="main"] h2 + .subtitle,
  .pum h2 + .subtitle,
  .entry-content .h2 + .subtitle,
  .comment-content .h2 + .subtitle,
  .entry-header .h2 + .subtitle,
  [role="main"] .h2 + .subtitle,
  .pum .h2 + .subtitle,
  .entry-content h2 + p > .subtitle,
  .comment-content h2 + p > .subtitle,
  .entry-header h2 + p > .subtitle,
  [role="main"] h2 + p > .subtitle,
  .pum h2 + p > .subtitle,
  .entry-content .h2 + p > .subtitle,
  .comment-content .h2 + p > .subtitle,
  .entry-header .h2 + p > .subtitle,
  [role="main"] .h2 + p > .subtitle,
  .pum .h2 + p > .subtitle {
    margin-top: 0;
  }
}
.entry-content h2 + .subtitle strong,
.comment-content h2 + .subtitle strong,
.entry-header h2 + .subtitle strong,
[role="main"] h2 + .subtitle strong,
.pum h2 + .subtitle strong,
.entry-content .h2 + .subtitle strong,
.comment-content .h2 + .subtitle strong,
.entry-header .h2 + .subtitle strong,
[role="main"] .h2 + .subtitle strong,
.pum .h2 + .subtitle strong,
.entry-content h2 + p > .subtitle strong,
.comment-content h2 + p > .subtitle strong,
.entry-header h2 + p > .subtitle strong,
[role="main"] h2 + p > .subtitle strong,
.pum h2 + p > .subtitle strong,
.entry-content .h2 + p > .subtitle strong,
.comment-content .h2 + p > .subtitle strong,
.entry-header .h2 + p > .subtitle strong,
[role="main"] .h2 + p > .subtitle strong,
.pum .h2 + p > .subtitle strong,
.entry-content h2 + .subtitle b,
.comment-content h2 + .subtitle b,
.entry-header h2 + .subtitle b,
[role="main"] h2 + .subtitle b,
.pum h2 + .subtitle b,
.entry-content .h2 + .subtitle b,
.comment-content .h2 + .subtitle b,
.entry-header .h2 + .subtitle b,
[role="main"] .h2 + .subtitle b,
.pum .h2 + .subtitle b,
.entry-content h2 + p > .subtitle b,
.comment-content h2 + p > .subtitle b,
.entry-header h2 + p > .subtitle b,
[role="main"] h2 + p > .subtitle b,
.pum h2 + p > .subtitle b,
.entry-content .h2 + p > .subtitle b,
.comment-content .h2 + p > .subtitle b,
.entry-header .h2 + p > .subtitle b,
[role="main"] .h2 + p > .subtitle b,
.pum .h2 + p > .subtitle b,
.entry-content h2 + .subtitle a,
.comment-content h2 + .subtitle a,
.entry-header h2 + .subtitle a,
[role="main"] h2 + .subtitle a,
.pum h2 + .subtitle a,
.entry-content .h2 + .subtitle a,
.comment-content .h2 + .subtitle a,
.entry-header .h2 + .subtitle a,
[role="main"] .h2 + .subtitle a,
.pum .h2 + .subtitle a,
.entry-content h2 + p > .subtitle a,
.comment-content h2 + p > .subtitle a,
.entry-header h2 + p > .subtitle a,
[role="main"] h2 + p > .subtitle a,
.pum h2 + p > .subtitle a,
.entry-content .h2 + p > .subtitle a,
.comment-content .h2 + p > .subtitle a,
.entry-header .h2 + p > .subtitle a,
[role="main"] .h2 + p > .subtitle a,
.pum .h2 + p > .subtitle a {
  color: #A1A8B2;
}
.entry-content h3,
.comment-content h3,
.entry-header h3,
[role="main"] h3,
.pum h3,
.entry-content .h3,
.comment-content .h3,
.entry-header .h3,
[role="main"] .h3,
.pum .h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Lato', sans-serif;
  line-height: 120%;
  color: #A1A8B2;
  font-weight: 500;
  text-align: center;
  margin: 40px auto 40px auto;
  display: block;
  word-wrap: normal;
}
.entry-content h3 strong,
.comment-content h3 strong,
.entry-header h3 strong,
[role="main"] h3 strong,
.pum h3 strong,
.entry-content .h3 strong,
.comment-content .h3 strong,
.entry-header .h3 strong,
[role="main"] .h3 strong,
.pum .h3 strong,
.entry-content h3 b,
.comment-content h3 b,
.entry-header h3 b,
[role="main"] h3 b,
.pum h3 b,
.entry-content .h3 b,
.comment-content .h3 b,
.entry-header .h3 b,
[role="main"] .h3 b,
.pum .h3 b,
.entry-content h3 a,
.comment-content h3 a,
.entry-header h3 a,
[role="main"] h3 a,
.pum h3 a,
.entry-content .h3 a,
.comment-content .h3 a,
.entry-header .h3 a,
[role="main"] .h3 a,
.pum .h3 a {
  color: #A1A8B2;
}
.entry-content h3 + .subtitle,
.comment-content h3 + .subtitle,
.entry-header h3 + .subtitle,
[role="main"] h3 + .subtitle,
.pum h3 + .subtitle,
.entry-content .h3 + .subtitle,
.comment-content .h3 + .subtitle,
.entry-header .h3 + .subtitle,
[role="main"] .h3 + .subtitle,
.pum .h3 + .subtitle,
.entry-content h3 + p > .subtitle,
.comment-content h3 + p > .subtitle,
.entry-header h3 + p > .subtitle,
[role="main"] h3 + p > .subtitle,
.pum h3 + p > .subtitle,
.entry-content .h3 + p > .subtitle,
.comment-content .h3 + p > .subtitle,
.entry-header .h3 + p > .subtitle,
[role="main"] .h3 + p > .subtitle,
.pum .h3 + p > .subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Lato', sans-serif;
  line-height: 120%;
  color: #A1A8B2;
  font-weight: 500;
  text-align: center;
  margin: 40px auto 40px auto;
  font-style: normal;
  display: block;
  word-wrap: normal;
}
@media screen and (max-width: 1000px) {
  .entry-content h3 + .subtitle,
  .comment-content h3 + .subtitle,
  .entry-header h3 + .subtitle,
  [role="main"] h3 + .subtitle,
  .pum h3 + .subtitle,
  .entry-content .h3 + .subtitle,
  .comment-content .h3 + .subtitle,
  .entry-header .h3 + .subtitle,
  [role="main"] .h3 + .subtitle,
  .pum .h3 + .subtitle,
  .entry-content h3 + p > .subtitle,
  .comment-content h3 + p > .subtitle,
  .entry-header h3 + p > .subtitle,
  [role="main"] h3 + p > .subtitle,
  .pum h3 + p > .subtitle,
  .entry-content .h3 + p > .subtitle,
  .comment-content .h3 + p > .subtitle,
  .entry-header .h3 + p > .subtitle,
  [role="main"] .h3 + p > .subtitle,
  .pum .h3 + p > .subtitle {
    margin-top: 0;
  }
}
.entry-content h3 + .subtitle strong,
.comment-content h3 + .subtitle strong,
.entry-header h3 + .subtitle strong,
[role="main"] h3 + .subtitle strong,
.pum h3 + .subtitle strong,
.entry-content .h3 + .subtitle strong,
.comment-content .h3 + .subtitle strong,
.entry-header .h3 + .subtitle strong,
[role="main"] .h3 + .subtitle strong,
.pum .h3 + .subtitle strong,
.entry-content h3 + p > .subtitle strong,
.comment-content h3 + p > .subtitle strong,
.entry-header h3 + p > .subtitle strong,
[role="main"] h3 + p > .subtitle strong,
.pum h3 + p > .subtitle strong,
.entry-content .h3 + p > .subtitle strong,
.comment-content .h3 + p > .subtitle strong,
.entry-header .h3 + p > .subtitle strong,
[role="main"] .h3 + p > .subtitle strong,
.pum .h3 + p > .subtitle strong,
.entry-content h3 + .subtitle b,
.comment-content h3 + .subtitle b,
.entry-header h3 + .subtitle b,
[role="main"] h3 + .subtitle b,
.pum h3 + .subtitle b,
.entry-content .h3 + .subtitle b,
.comment-content .h3 + .subtitle b,
.entry-header .h3 + .subtitle b,
[role="main"] .h3 + .subtitle b,
.pum .h3 + .subtitle b,
.entry-content h3 + p > .subtitle b,
.comment-content h3 + p > .subtitle b,
.entry-header h3 + p > .subtitle b,
[role="main"] h3 + p > .subtitle b,
.pum h3 + p > .subtitle b,
.entry-content .h3 + p > .subtitle b,
.comment-content .h3 + p > .subtitle b,
.entry-header .h3 + p > .subtitle b,
[role="main"] .h3 + p > .subtitle b,
.pum .h3 + p > .subtitle b,
.entry-content h3 + .subtitle a,
.comment-content h3 + .subtitle a,
.entry-header h3 + .subtitle a,
[role="main"] h3 + .subtitle a,
.pum h3 + .subtitle a,
.entry-content .h3 + .subtitle a,
.comment-content .h3 + .subtitle a,
.entry-header .h3 + .subtitle a,
[role="main"] .h3 + .subtitle a,
.pum .h3 + .subtitle a,
.entry-content h3 + p > .subtitle a,
.comment-content h3 + p > .subtitle a,
.entry-header h3 + p > .subtitle a,
[role="main"] h3 + p > .subtitle a,
.pum h3 + p > .subtitle a,
.entry-content .h3 + p > .subtitle a,
.comment-content .h3 + p > .subtitle a,
.entry-header .h3 + p > .subtitle a,
[role="main"] .h3 + p > .subtitle a,
.pum .h3 + p > .subtitle a {
  color: #A1A8B2;
}
.entry-content h2 + h3,
.comment-content h2 + h3,
.entry-header h2 + h3,
[role="main"] h2 + h3,
.pum h2 + h3 {
  margin-top: 5px;
}
.entry-content h4,
.comment-content h4,
.entry-header h4,
[role="main"] h4,
.pum h4,
.entry-content .h4,
.comment-content .h4,
.entry-header .h4,
[role="main"] .h4,
.pum .h4 {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Lato', sans-serif;
  line-height: 120%;
  color: #293D58;
  font-weight: 550;
  text-align: center;
  margin: 20px auto 20px auto;
  display: block;
  word-wrap: normal;
}
.entry-content h4 strong,
.comment-content h4 strong,
.entry-header h4 strong,
[role="main"] h4 strong,
.pum h4 strong,
.entry-content .h4 strong,
.comment-content .h4 strong,
.entry-header .h4 strong,
[role="main"] .h4 strong,
.pum .h4 strong,
.entry-content h4 b,
.comment-content h4 b,
.entry-header h4 b,
[role="main"] h4 b,
.pum h4 b,
.entry-content .h4 b,
.comment-content .h4 b,
.entry-header .h4 b,
[role="main"] .h4 b,
.pum .h4 b,
.entry-content h4 a,
.comment-content h4 a,
.entry-header h4 a,
[role="main"] h4 a,
.pum h4 a,
.entry-content .h4 a,
.comment-content .h4 a,
.entry-header .h4 a,
[role="main"] .h4 a,
.pum .h4 a {
  color: #293D58;
}
.entry-content h4 + .subtitle,
.comment-content h4 + .subtitle,
.entry-header h4 + .subtitle,
[role="main"] h4 + .subtitle,
.pum h4 + .subtitle,
.entry-content .h4 + .subtitle,
.comment-content .h4 + .subtitle,
.entry-header .h4 + .subtitle,
[role="main"] .h4 + .subtitle,
.pum .h4 + .subtitle,
.entry-content h4 + p > .subtitle,
.comment-content h4 + p > .subtitle,
.entry-header h4 + p > .subtitle,
[role="main"] h4 + p > .subtitle,
.pum h4 + p > .subtitle,
.entry-content .h4 + p > .subtitle,
.comment-content .h4 + p > .subtitle,
.entry-header .h4 + p > .subtitle,
[role="main"] .h4 + p > .subtitle,
.pum .h4 + p > .subtitle {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Lato', sans-serif;
  line-height: 120%;
  color: #293D58;
  font-weight: 550;
  text-align: center;
  margin: 20px auto 20px auto;
  font-style: normal;
  display: block;
  word-wrap: normal;
}
@media screen and (max-width: 1000px) {
  .entry-content h4 + .subtitle,
  .comment-content h4 + .subtitle,
  .entry-header h4 + .subtitle,
  [role="main"] h4 + .subtitle,
  .pum h4 + .subtitle,
  .entry-content .h4 + .subtitle,
  .comment-content .h4 + .subtitle,
  .entry-header .h4 + .subtitle,
  [role="main"] .h4 + .subtitle,
  .pum .h4 + .subtitle,
  .entry-content h4 + p > .subtitle,
  .comment-content h4 + p > .subtitle,
  .entry-header h4 + p > .subtitle,
  [role="main"] h4 + p > .subtitle,
  .pum h4 + p > .subtitle,
  .entry-content .h4 + p > .subtitle,
  .comment-content .h4 + p > .subtitle,
  .entry-header .h4 + p > .subtitle,
  [role="main"] .h4 + p > .subtitle,
  .pum .h4 + p > .subtitle {
    margin-top: 0;
  }
}
.entry-content h4 + .subtitle strong,
.comment-content h4 + .subtitle strong,
.entry-header h4 + .subtitle strong,
[role="main"] h4 + .subtitle strong,
.pum h4 + .subtitle strong,
.entry-content .h4 + .subtitle strong,
.comment-content .h4 + .subtitle strong,
.entry-header .h4 + .subtitle strong,
[role="main"] .h4 + .subtitle strong,
.pum .h4 + .subtitle strong,
.entry-content h4 + p > .subtitle strong,
.comment-content h4 + p > .subtitle strong,
.entry-header h4 + p > .subtitle strong,
[role="main"] h4 + p > .subtitle strong,
.pum h4 + p > .subtitle strong,
.entry-content .h4 + p > .subtitle strong,
.comment-content .h4 + p > .subtitle strong,
.entry-header .h4 + p > .subtitle strong,
[role="main"] .h4 + p > .subtitle strong,
.pum .h4 + p > .subtitle strong,
.entry-content h4 + .subtitle b,
.comment-content h4 + .subtitle b,
.entry-header h4 + .subtitle b,
[role="main"] h4 + .subtitle b,
.pum h4 + .subtitle b,
.entry-content .h4 + .subtitle b,
.comment-content .h4 + .subtitle b,
.entry-header .h4 + .subtitle b,
[role="main"] .h4 + .subtitle b,
.pum .h4 + .subtitle b,
.entry-content h4 + p > .subtitle b,
.comment-content h4 + p > .subtitle b,
.entry-header h4 + p > .subtitle b,
[role="main"] h4 + p > .subtitle b,
.pum h4 + p > .subtitle b,
.entry-content .h4 + p > .subtitle b,
.comment-content .h4 + p > .subtitle b,
.entry-header .h4 + p > .subtitle b,
[role="main"] .h4 + p > .subtitle b,
.pum .h4 + p > .subtitle b,
.entry-content h4 + .subtitle a,
.comment-content h4 + .subtitle a,
.entry-header h4 + .subtitle a,
[role="main"] h4 + .subtitle a,
.pum h4 + .subtitle a,
.entry-content .h4 + .subtitle a,
.comment-content .h4 + .subtitle a,
.entry-header .h4 + .subtitle a,
[role="main"] .h4 + .subtitle a,
.pum .h4 + .subtitle a,
.entry-content h4 + p > .subtitle a,
.comment-content h4 + p > .subtitle a,
.entry-header h4 + p > .subtitle a,
[role="main"] h4 + p > .subtitle a,
.pum h4 + p > .subtitle a,
.entry-content .h4 + p > .subtitle a,
.comment-content .h4 + p > .subtitle a,
.entry-header .h4 + p > .subtitle a,
[role="main"] .h4 + p > .subtitle a,
.pum .h4 + p > .subtitle a {
  color: #293D58;
}
.entry-content h4 + p,
.comment-content h4 + p,
.entry-header h4 + p,
[role="main"] h4 + p,
.pum h4 + p {
  margin-top: 10px;
}
.entry-content h3 + h4,
.comment-content h3 + h4,
.entry-header h3 + h4,
[role="main"] h3 + h4,
.pum h3 + h4 {
  margin-top: 5px;
}
.entry-content h5,
.comment-content h5,
.entry-header h5,
[role="main"] h5,
.pum h5,
.entry-content .h5,
.comment-content .h5,
.entry-header .h5,
[role="main"] .h5,
.pum .h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Lato', sans-serif;
  line-height: 120%;
  color: #293D58;
  font-weight: 550;
  text-align: center;
  margin: 0 auto 40px auto;
  display: block;
  word-wrap: normal;
}
.entry-content h5 strong,
.comment-content h5 strong,
.entry-header h5 strong,
[role="main"] h5 strong,
.pum h5 strong,
.entry-content .h5 strong,
.comment-content .h5 strong,
.entry-header .h5 strong,
[role="main"] .h5 strong,
.pum .h5 strong,
.entry-content h5 b,
.comment-content h5 b,
.entry-header h5 b,
[role="main"] h5 b,
.pum h5 b,
.entry-content .h5 b,
.comment-content .h5 b,
.entry-header .h5 b,
[role="main"] .h5 b,
.pum .h5 b,
.entry-content h5 a,
.comment-content h5 a,
.entry-header h5 a,
[role="main"] h5 a,
.pum h5 a,
.entry-content .h5 a,
.comment-content .h5 a,
.entry-header .h5 a,
[role="main"] .h5 a,
.pum .h5 a {
  color: #293D58;
}
.entry-content h5 + .subtitle,
.comment-content h5 + .subtitle,
.entry-header h5 + .subtitle,
[role="main"] h5 + .subtitle,
.pum h5 + .subtitle,
.entry-content .h5 + .subtitle,
.comment-content .h5 + .subtitle,
.entry-header .h5 + .subtitle,
[role="main"] .h5 + .subtitle,
.pum .h5 + .subtitle,
.entry-content h5 + p > .subtitle,
.comment-content h5 + p > .subtitle,
.entry-header h5 + p > .subtitle,
[role="main"] h5 + p > .subtitle,
.pum h5 + p > .subtitle,
.entry-content .h5 + p > .subtitle,
.comment-content .h5 + p > .subtitle,
.entry-header .h5 + p > .subtitle,
[role="main"] .h5 + p > .subtitle,
.pum .h5 + p > .subtitle {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Lato', sans-serif;
  line-height: 120%;
  color: #293D58;
  font-weight: 550;
  text-align: center;
  margin: -20px auto 20px auto;
  font-style: normal;
  display: block;
  word-wrap: normal;
}
@media screen and (max-width: 1000px) {
  .entry-content h5 + .subtitle,
  .comment-content h5 + .subtitle,
  .entry-header h5 + .subtitle,
  [role="main"] h5 + .subtitle,
  .pum h5 + .subtitle,
  .entry-content .h5 + .subtitle,
  .comment-content .h5 + .subtitle,
  .entry-header .h5 + .subtitle,
  [role="main"] .h5 + .subtitle,
  .pum .h5 + .subtitle,
  .entry-content h5 + p > .subtitle,
  .comment-content h5 + p > .subtitle,
  .entry-header h5 + p > .subtitle,
  [role="main"] h5 + p > .subtitle,
  .pum h5 + p > .subtitle,
  .entry-content .h5 + p > .subtitle,
  .comment-content .h5 + p > .subtitle,
  .entry-header .h5 + p > .subtitle,
  [role="main"] .h5 + p > .subtitle,
  .pum .h5 + p > .subtitle {
    margin-top: 0;
  }
}
.entry-content h5 + .subtitle strong,
.comment-content h5 + .subtitle strong,
.entry-header h5 + .subtitle strong,
[role="main"] h5 + .subtitle strong,
.pum h5 + .subtitle strong,
.entry-content .h5 + .subtitle strong,
.comment-content .h5 + .subtitle strong,
.entry-header .h5 + .subtitle strong,
[role="main"] .h5 + .subtitle strong,
.pum .h5 + .subtitle strong,
.entry-content h5 + p > .subtitle strong,
.comment-content h5 + p > .subtitle strong,
.entry-header h5 + p > .subtitle strong,
[role="main"] h5 + p > .subtitle strong,
.pum h5 + p > .subtitle strong,
.entry-content .h5 + p > .subtitle strong,
.comment-content .h5 + p > .subtitle strong,
.entry-header .h5 + p > .subtitle strong,
[role="main"] .h5 + p > .subtitle strong,
.pum .h5 + p > .subtitle strong,
.entry-content h5 + .subtitle b,
.comment-content h5 + .subtitle b,
.entry-header h5 + .subtitle b,
[role="main"] h5 + .subtitle b,
.pum h5 + .subtitle b,
.entry-content .h5 + .subtitle b,
.comment-content .h5 + .subtitle b,
.entry-header .h5 + .subtitle b,
[role="main"] .h5 + .subtitle b,
.pum .h5 + .subtitle b,
.entry-content h5 + p > .subtitle b,
.comment-content h5 + p > .subtitle b,
.entry-header h5 + p > .subtitle b,
[role="main"] h5 + p > .subtitle b,
.pum h5 + p > .subtitle b,
.entry-content .h5 + p > .subtitle b,
.comment-content .h5 + p > .subtitle b,
.entry-header .h5 + p > .subtitle b,
[role="main"] .h5 + p > .subtitle b,
.pum .h5 + p > .subtitle b,
.entry-content h5 + .subtitle a,
.comment-content h5 + .subtitle a,
.entry-header h5 + .subtitle a,
[role="main"] h5 + .subtitle a,
.pum h5 + .subtitle a,
.entry-content .h5 + .subtitle a,
.comment-content .h5 + .subtitle a,
.entry-header .h5 + .subtitle a,
[role="main"] .h5 + .subtitle a,
.pum .h5 + .subtitle a,
.entry-content h5 + p > .subtitle a,
.comment-content h5 + p > .subtitle a,
.entry-header h5 + p > .subtitle a,
[role="main"] h5 + p > .subtitle a,
.pum h5 + p > .subtitle a,
.entry-content .h5 + p > .subtitle a,
.comment-content .h5 + p > .subtitle a,
.entry-header .h5 + p > .subtitle a,
[role="main"] .h5 + p > .subtitle a,
.pum .h5 + p > .subtitle a {
  color: #293D58;
}
@media screen and (max-width: 850px) {
  .entry-content h1,
  .comment-content h1,
  .entry-header h1,
  [role="main"] h1,
  .pum h1 {
    font-size: 30px;
    font-size: 3rem;
  }
  .entry-content h2,
  .comment-content h2,
  .entry-header h2,
  [role="main"] h2,
  .pum h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .entry-content h3,
  .comment-content h3,
  .entry-header h3,
  [role="main"] h3,
  .pum h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .entry-content h4,
  .comment-content h4,
  .entry-header h4,
  [role="main"] h4,
  .pum h4 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .entry-content h1 + .subtitle,
  .comment-content h1 + .subtitle,
  .entry-header h1 + .subtitle,
  [role="main"] h1 + .subtitle,
  .pum h1 + .subtitle,
  .entry-content h1 + p > .subtitle,
  .comment-content h1 + p > .subtitle,
  .entry-header h1 + p > .subtitle,
  [role="main"] h1 + p > .subtitle,
  .pum h1 + p > .subtitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .entry-content h2 + .subtitle,
  .comment-content h2 + .subtitle,
  .entry-header h2 + .subtitle,
  [role="main"] h2 + .subtitle,
  .pum h2 + .subtitle,
  .entry-content h2 + p > .subtitle,
  .comment-content h2 + p > .subtitle,
  .entry-header h2 + p > .subtitle,
  [role="main"] h2 + p > .subtitle,
  .pum h2 + p > .subtitle {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .entry-content h3 + .subtitle,
  .comment-content h3 + .subtitle,
  .entry-header h3 + .subtitle,
  [role="main"] h3 + .subtitle,
  .pum h3 + .subtitle,
  .entry-content h3 + p > .subtitle,
  .comment-content h3 + p > .subtitle,
  .entry-header h3 + p > .subtitle,
  [role="main"] h3 + p > .subtitle,
  .pum h3 + p > .subtitle {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .entry-content h4 + .subtitle,
  .comment-content h4 + .subtitle,
  .entry-header h4 + .subtitle,
  [role="main"] h4 + .subtitle,
  .pum h4 + .subtitle,
  .entry-content h4 + p > .subtitle,
  .comment-content h4 + p > .subtitle,
  .entry-header h4 + p > .subtitle,
  [role="main"] h4 + p > .subtitle,
  .pum h4 + p > .subtitle {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.entry-content .h1,
.comment-content .h1,
.entry-header .h1,
[role="main"] .h1,
.pum .h1,
.entry-content .h2,
.comment-content .h2,
.entry-header .h2,
[role="main"] .h2,
.pum .h2,
.entry-content .h3,
.comment-content .h3,
.entry-header .h3,
[role="main"] .h3,
.pum .h3,
.entry-content .h4,
.comment-content .h4,
.entry-header .h4,
[role="main"] .h4,
.pum .h4,
.entry-content .h5,
.comment-content .h5,
.entry-header .h5,
[role="main"] .h5,
.pum .h5,
.entry-content .h6,
.comment-content .h6,
.entry-header .h6,
[role="main"] .h6,
.pum .h6 {
  display: block;
}
.entry-content p,
.comment-content p,
.entry-header p,
[role="main"] p,
.pum p,
.entry-content pre,
.comment-content pre,
.entry-header pre,
[role="main"] pre,
.pum pre {
  -webkit-transform: translate3d(0, 0, 0);
  text-align: left;
  margin: 0 auto 10px auto;
  line-height: 120%;
  font-weight: 500;
  max-width: 850px;
}
.entry-content .stag-intro-text,
.comment-content .stag-intro-text,
.entry-header .stag-intro-text,
[role="main"] .stag-intro-text,
.pum .stag-intro-text {
  margin: 0px auto 60px auto !important;
  padding: 40px 0 0 0;
  font-weight: 500;
  line-height: 120%;
  max-width: 850px;
}
.entry-content .stag-intro-text.run-in,
.comment-content .stag-intro-text.run-in,
.entry-header .stag-intro-text.run-in,
[role="main"] .stag-intro-text.run-in,
.pum .stag-intro-text.run-in,
.entry-content .stag-intro-text.run-in p,
.comment-content .stag-intro-text.run-in p,
.entry-header .stag-intro-text.run-in p,
[role="main"] .stag-intro-text.run-in p,
.pum .stag-intro-text.run-in p {
  color: #A1A8B2;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  max-width: 850px;
}
@media screen and (max-width: 850px) {
  .entry-content .stag-intro-text,
  .comment-content .stag-intro-text,
  .entry-header .stag-intro-text,
  [role="main"] .stag-intro-text,
  .pum .stag-intro-text,
  .entry-content .stag-intro-text.run-in,
  .comment-content .stag-intro-text.run-in,
  .entry-header .stag-intro-text.run-in,
  [role="main"] .stag-intro-text.run-in,
  .pum .stag-intro-text.run-in,
  .entry-content .stag-intro-text.run-in p,
  .comment-content .stag-intro-text.run-in p,
  .entry-header .stag-intro-text.run-in p,
  [role="main"] .stag-intro-text.run-in p,
  .pum .stag-intro-text.run-in p {
    max-width: 100%;
  }
}
.entry-content .highlight_before + .stag-intro-text,
.comment-content .highlight_before + .stag-intro-text,
.entry-header .highlight_before + .stag-intro-text,
[role="main"] .highlight_before + .stag-intro-text,
.pum .highlight_before + .stag-intro-text {
  margin-top: 90px;
}
.entry-content a,
.comment-content a,
.entry-header a,
[role="main"] a,
.pum a,
.entry-content a.more_information,
.comment-content a.more_information,
.entry-header a.more_information,
[role="main"] a.more_information,
.pum a.more_information {
  text-decoration: none;
}
.entry-content ul,
.comment-content ul,
.entry-header ul,
[role="main"] ul,
.pum ul,
.entry-content ol,
.comment-content ol,
.entry-header ol,
[role="main"] ol,
.pum ol {
  margin: 0px auto 24px auto;
  max-width: 700px;
  padding-left: 20px;
  line-height: 120%;
}
.entry-content ul.nopadding li,
.comment-content ul.nopadding li,
.entry-header ul.nopadding li,
[role="main"] ul.nopadding li,
.pum ul.nopadding li,
.entry-content ol.nopadding li,
.comment-content ol.nopadding li,
.entry-header ol.nopadding li,
[role="main"] ol.nopadding li,
.pum ol.nopadding li {
  padding: 0 !important;
}
.entry-content ul li,
.comment-content ul li,
.entry-header ul li,
[role="main"] ul li,
.pum ul li,
.entry-content ol li,
.comment-content ol li,
.entry-header ol li,
[role="main"] ol li,
.pum ol li {
  margin: 10px 0;
  list-style: outside none disc;
  color: #A1A8B2;
  font-weight: 500;
}
.entry-content ul.inline,
.comment-content ul.inline,
.entry-header ul.inline,
[role="main"] ul.inline,
.pum ul.inline,
.entry-content ol.inline,
.comment-content ol.inline,
.entry-header ol.inline,
[role="main"] ol.inline,
.pum ol.inline {
  margin: 0;
  text-align: center;
}
.entry-content ul.inline li,
.comment-content ul.inline li,
.entry-header ul.inline li,
[role="main"] ul.inline li,
.pum ul.inline li,
.entry-content ol.inline li,
.comment-content ol.inline li,
.entry-header ol.inline li,
[role="main"] ol.inline li,
.pum ol.inline li {
  display: inline-block;
  margin: 0;
  list-style: none;
  vertical-align: top;
  text-align: center;
}
.entry-content ul.nobullet,
.comment-content ul.nobullet,
.entry-header ul.nobullet,
[role="main"] ul.nobullet,
.pum ul.nobullet,
.entry-content ol.nobullet,
.comment-content ol.nobullet,
.entry-header ol.nobullet,
[role="main"] ol.nobullet,
.pum ol.nobullet {
  margin-left: 0;
}
.entry-content ul.nobullet li,
.comment-content ul.nobullet li,
.entry-header ul.nobullet li,
[role="main"] ul.nobullet li,
.pum ul.nobullet li,
.entry-content ol.nobullet li,
.comment-content ol.nobullet li,
.entry-header ol.nobullet li,
[role="main"] ol.nobullet li,
.pum ol.nobullet li {
  list-style: none;
}
.entry-content ul.check,
.comment-content ul.check,
.entry-header ul.check,
[role="main"] ul.check,
.pum ul.check,
.entry-content ol.check,
.comment-content ol.check,
.entry-header ol.check,
[role="main"] ol.check,
.pum ol.check {
  margin: 20px auto 24px auto;
}
.entry-content ul.check li,
.comment-content ul.check li,
.entry-header ul.check li,
[role="main"] ul.check li,
.pum ul.check li,
.entry-content ol.check li,
.comment-content ol.check li,
.entry-header ol.check li,
[role="main"] ol.check li,
.pum ol.check li {
  list-style: none;
  padding-left: 20px;
}
.entry-content ul.check li:before,
.comment-content ul.check li:before,
.entry-header ul.check li:before,
[role="main"] ul.check li:before,
.pum ul.check li:before,
.entry-content ol.check li:before,
.comment-content ol.check li:before,
.entry-header ol.check li:before,
[role="main"] ol.check li:before,
.pum ol.check li:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/icon-validation.svg') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  margin-left: -20px;
}
.entry-content ol ul,
.comment-content ol ul,
.entry-header ol ul,
[role="main"] ol ul,
.pum ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.entry-header ul,
[role="main"] ul,
.pum ul {
  list-style: disc;
  color: #A1A8B2;
}
.entry-content ol,
.comment-content ol,
.entry-header ol,
[role="main"] ol,
.pum ol {
  list-style: decimal outside;
}
.entry-content .inline,
.comment-content .inline,
.entry-header .inline,
[role="main"] .inline,
.pum .inline {
  padding: 0;
}
.entry-content .nomargin img,
.comment-content .nomargin img,
.entry-header .nomargin img,
[role="main"] .nomargin img,
.pum .nomargin img {
  margin: 0 auto;
}
@media (max-width: 600px) {
  .entry-content img.alignright,
  .comment-content img.alignright,
  .entry-header img.alignright,
  [role="main"] img.alignright,
  .pum img.alignright,
  .entry-content img.alignleft,
  .comment-content img.alignleft,
  .entry-header img.alignleft,
  [role="main"] img.alignleft,
  .pum img.alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content blockquote,
.comment-content blockquote,
.entry-header blockquote,
[role="main"] blockquote,
.pum blockquote {
  margin-bottom: 0;
  padding: 0;
  font-style: italic;
  font-size: 15px;
  font-size: 1.5rem;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child,
.entry-header blockquote p:last-child,
[role="main"] blockquote p:last-child,
.pum blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content pre,
.comment-content pre,
.entry-header pre,
[role="main"] pre,
.pum pre {
  border: none;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  color: #A1A8B2;
}
/* These styles are used in the backend editor AND in the Theme (frontend) */
/* CSS is provided by the theme itself, and modified by any custom css you add to the theme. */
/* But that CSS is not active when using the backend-editor, so here is a good place to put  */
/* any custom css which should be active in the frontend website and also applied to editor. */
/* The goal is to make the visual editor display as like the final frontend view as possible */
/* so do not forget to configure the TinyMCE styles dropdown with elements to match these.   */
/* Suggested general non-tag-specific visual styles (for all websites) */
.list {
  margin: 0.35rem 0;
}
.stdtop {
  margin-top: 0.65rem !important;
}
.moretop {
  margin-top: 0.8rem !important;
}
.lotstop {
  margin-top: 1rem !important;
}
.hugetop {
  margin-top: 1.3rem !important;
}
.stdbottom {
  margin-bottom: 0.65rem !important;
}
.morebottom {
  margin-bottom: 0.8rem !important;
}
.lotsbottom {
  margin-bottom: 1rem !important;
}
.hugebottom {
  margin-bottom: 1.3rem !important;
}
.topless {
  margin-top: 0 !important;
}
.bottomless {
  margin-bottom: 0 !important;
}
.beforelist {
  margin-bottom: 0.3rem;
}
.lastitempx {
  padding-bottom: 12px !important;
}
.lastitemem {
  margin-bottom: 0;
  padding-bottom: 1.3rem;
}
strong,
.strong,
.fett,
.bold,
.smallBold,
.smallerBold {
  font-weight: bold;
}
/* Revert to normal text within strong */
.notstrong {
  font-weight: normal;
}
.smaller,
.smallerBold {
  font-size: 0.95rem;
  line-height: 1.25;
}
.small,
.smallBold {
  font-size: 0.89rem;
  line-height: 1.2;
}
/* = HEADER DEFINITIONS
-------------------------------------------------------------- */
/**  
 * HEADER
 * 
 * @version 1.1.0
 **/
.site-header {
  position: fixed;
  width: 100%;
  background-color: transparent;
  z-index: 700;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: all;
  -moz-transition-duration: 250ms;
  transition-property: all;
  transition-duration: 250ms;
}
.site-header .white {
  background-color: #FFF;
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: -1;
  height: 80px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: background-color;
  -moz-transition-duration: 250ms;
  transition-property: background-color;
  transition-duration: 250ms;
}
.site-header .main-navigation {
  margin: 0 auto;
  max-width: 1000px;
}
.site-header .menu-menu-droit-container,
.site-header .menu-menu-gauche-container {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}
.site-header.headroom--not-top {
  margin-top: -20px;
}
.site-header.headroom--not-top .white {
  height: 70px;
  border-bottom: 0.5px #CCC solid;
  background-color: rgba(255, 255, 255, 0.8);
}
.site-header.headroom--not-top .logo {
  margin-top: -15px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity80%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
}
.logo {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 30px 0 30px;
  width: 146px;
  height: 118px;
  background: transparent url('../img/logo-wycc.svg') no-repeat center center;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  z-index: 100;
  background-color: transparent;
  vertical-align: top;
  -webkit-transition-property: all;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: all;
  -moz-transition-duration: 250ms;
  transition-property: all;
  transition-duration: 250ms;
}
.logo:hover {
  filter: grayscale(1);
}
.mobiledevice .site-header.headroom--not-top {
  margin-top: 0px;
}
.mobiledevice .site-header.headroom--not-top .white {
  background-color: #FFF;
}
.mobiledevice .site-header.headroom--not-top .logo {
  margin-top: -55px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
}
.mobiledevice .site-header .logo {
  margin: -40px auto 0px auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.mobiledevice .site-header .white {
  height: 50px;
}
.ie8 .site-header {
  background-color: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity60%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
}
/* = MENU DEFINITIONS
-------------------------------------------------------------- */
/**  
 * MENU
 * 
 * @version 1.2.0
 **/
.main-navigation {
  text-align: center;
  width: 100%;
}
.nav-menu li {
  max-width: 200px;
  vertical-align: top;
  text-align: center;
  padding: 8px 10px 0 10px;
  display: inline-block;
}
.nav-menu li,
.nav-menu li a {
  text-decoration: none;
}
.nav-menu li.current-menu-item > a,
.nav-menu li.current-menu-ancestor > a,
.nav-menu li.current_page_item > a,
.nav-menu li.current_page_ancestor > a {
  color: #135F93;
}
.nav-menu li span {
  display: block;
}
.nav-menu li a {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #293D58;
  line-height: 130%;
  font-weight: 550;
  display: block;
  text-align: center;
  padding-bottom: 15px;
}
.nav-menu li a:hover {
  will-change: animation;
  -webkit-animation: zoom-out 300ms ease-out;
  -moz-animation: zoom-out 300ms ease-out;
  animation: zoom-out 300ms ease-out;
  color: #81B2F4;
  text-decoration: none;
}
.nav-menu li .sub-menu {
  display: none;
  position: absolute;
  background-color: #C5C052;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-left: -47px;
  margin-top: -5px;
}
.nav-menu li .sub-menu:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #C5C052 transparent;
  margin: -20px auto 10px auto;
}
.nav-menu li .sub-menu li {
  display: block;
  padding: 5px;
}
.nav-menu li .sub-menu li a {
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
}
.nav-menu li .sub-menu li.current-menu-item a,
.nav-menu li .sub-menu li a:hover {
  text-decoration: underline;
}
.nav-menu li:hover .sub-menu {
  display: block;
}
/***** RESPONSIVE MENU *****/
#mobile_menu {
  display: none;
  float: left;
  cursor: pointer;
  margin-top: 17px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
  width: 20px;
  height: 14px;
  position: relative;
  z-index: 1000;
}
.mobile_menu_overlay {
  height: 0;
  position: fixed;
  width: 100%;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.65);
}
body:not(.fromTop) .mobile_menu_overlay {
  height: 100%;
  transform: translateX(100%);
  -webkit-transition-property: transform;
  -webkit-transition-duration: 750ms;
  -moz-transition-property: transform;
  -moz-transition-duration: 750ms;
  transition-property: transform;
  transition-duration: 750ms;
}
.mobile_menu_container {
  display: none;
}
.mobiledevice #mobile_menu,
.alwaysmobiledevice #mobile_menu {
  display: block;
}
@media (max-width: 1000px) {
  .mobiledevice #mobile_menu,
  .alwaysmobiledevice #mobile_menu {
    margin-left: 20px;
  }
}
.mobiledevice .mobile_menu_container,
.alwaysmobiledevice .mobile_menu_container {
  display: block;
}
.mobiledevice .mobile_menu_overlay.after,
.alwaysmobiledevice .mobile_menu_overlay.after,
.mobiledevice.menuOpen .mobile_menu_overlay,
.alwaysmobiledevice.menuOpen .mobile_menu_overlay {
  cursor: pointer;
}
.mobiledevice.menuOpen.fromTop .mobile_menu_overlay,
.alwaysmobiledevice.menuOpen.fromTop .mobile_menu_overlay {
  height: 100%;
}
.mobiledevice.menuOpen:not(.fromTop) .mobile_menu_overlay,
.alwaysmobiledevice.menuOpen:not(.fromTop) .mobile_menu_overlay {
  transform: translateX(0%);
}
.mobiledevice .main-navigation,
.alwaysmobiledevice .main-navigation {
  width: 100%;
}
.mobiledevice.fromTop .nav-menu,
.alwaysmobiledevice.fromTop .nav-menu {
  margin-top: -100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity0%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
  width: 250px;
  height: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  background-color: #FFF;
  z-index: 999;
  cursor: pointer;
}
.mobiledevice.fromTop .nav-menu.display,
.alwaysmobiledevice.fromTop .nav-menu.display {
  display: block;
}
.mobiledevice.fromTop .nav-menu.after,
.alwaysmobiledevice.fromTop .nav-menu.after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
  margin-top: 0;
}
.mobiledevice.fromTop .nav-menu .p_nav_menu_content,
.alwaysmobiledevice.fromTop .nav-menu .p_nav_menu_content {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.mobiledevice:not(.fromTop) .mobile_menu_container,
.alwaysmobiledevice:not(.fromTop) .mobile_menu_container {
  width: 250px;
  height: calc(100% - 47px);
  position: fixed;
  left: 0;
  top: 0;
  background-color: #FFF;
  z-index: 99;
  cursor: pointer;
  transform: translateX(-300px);
  -webkit-transition-property: transform;
  -webkit-transition-duration: 500ms;
  -moz-transition-property: transform;
  -moz-transition-duration: 500ms;
  transition-property: transform;
  transition-duration: 500ms;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mobiledevice:not(.fromTop) .mobile_menu_container.after,
.alwaysmobiledevice:not(.fromTop) .mobile_menu_container.after {
  transform: translateX(0px);
}
.mobiledevice:not(.fromTop) .mobile_menu_container .nav-menu,
.alwaysmobiledevice:not(.fromTop) .mobile_menu_container .nav-menu {
  width: 100%;
}
.mobiledevice:not(.fromTop) .mobile_menu_container .nav-menu li,
.alwaysmobiledevice:not(.fromTop) .mobile_menu_container .nav-menu li {
  padding-left: 17px;
}
.mobiledevice:not(.fromTop) .mobile_menu_container .nav-menu li a,
.alwaysmobiledevice:not(.fromTop) .mobile_menu_container .nav-menu li a {
  padding-bottom: 3px;
}
.mobiledevice .nav-menu ul,
.alwaysmobiledevice .nav-menu ul {
  margin-top: 0;
}
.mobiledevice .nav-menu .sub-menu,
.alwaysmobiledevice .nav-menu .sub-menu {
  display: none !important;
}
.mobiledevice .nav-menu li,
.alwaysmobiledevice .nav-menu li {
  display: block;
  margin: 0;
  max-width: 300px;
  border: none;
  padding: 5px 10px;
  border-right: none;
  margin-left: 2px;
  width: 100%;
}
.mobiledevice .nav-menu li:before,
.alwaysmobiledevice .nav-menu li:before {
  border-right: none;
}
.mobiledevice .nav-menu li.current-menu-item > a,
.alwaysmobiledevice .nav-menu li.current-menu-item > a,
.mobiledevice .nav-menu li.current-menu-ancestor > a,
.alwaysmobiledevice .nav-menu li.current-menu-ancestor > a,
.mobiledevice .nav-menu li.current_page_item > a,
.alwaysmobiledevice .nav-menu li.current_page_item > a,
.mobiledevice .nav-menu li.current_page_ancestor > a,
.alwaysmobiledevice .nav-menu li.current_page_ancestor > a {
  color: #81B2F4;
}
.mobiledevice .nav-menu li.search,
.alwaysmobiledevice .nav-menu li.search {
  display: none;
}
.mobiledevice .nav-menu li u,
.alwaysmobiledevice .nav-menu li u {
  display: block;
}
.mobiledevice .nav-menu li a,
.alwaysmobiledevice .nav-menu li a {
  text-align: left;
  white-space: initial;
  font-size: 20px;
  font-size: 2rem;
  color: #293D58;
}
@media screen and (max-width: 490px) {
}
.mobiledevice .nav-menu li a span,
.alwaysmobiledevice .nav-menu li a span {
  display: block;
}
.mobiledevice .site-header,
.alwaysmobiledevice .site-header {
  z-index: 700;
}
.mobiledevice .site-header #mobile_menu,
.alwaysmobiledevice .site-header #mobile_menu {
  background: transparent url('../img/icon-menu.svg') no-repeat center center;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
.mobiledevice .site-header #mobile_menu:hover,
.alwaysmobiledevice .site-header #mobile_menu:hover {
  background: transparent url('../img/icon-menu.svg') no-repeat center center;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
.mobiledevice .site-header #mobile_menu.after,
.alwaysmobiledevice .site-header #mobile_menu.after {
  background: transparent url('../img/icon-menu.svg') no-repeat center center;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
.mobiledevice .site-header #mobile_menu.after:hover,
.alwaysmobiledevice .site-header #mobile_menu.after:hover {
  background: transparent url('../img/icon-menu.svg') no-repeat center center;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
@media screen and (max-width: 490px) {
  .mobiledevice .site-header #mobile_menu,
  .alwaysmobiledevice .site-header #mobile_menu {
    padding-top: 18px;
  }
}
/* = PRINT DEFINITIONS
-------------------------------------------------------------- */
/* =Print
----------------------------------------------- */
@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  footer a[rel=bookmark]:link:after,
  footer a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] ";
    /* Show URLs */
  }
  a {
    text-decoration: none;
  }
  .entry-content img,
  .comment-content img,
  .author-avatar img,
  img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
  }
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  .site-header {
    margin-bottom: 72px;
    text-align: left;
  }
  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }
  .site-header h2 {
    color: #000;
    font-size: 10pt;
    text-align: left;
  }
  .site-header h1 a,
  .site-header h2 a {
    color: #000;
  }
  .author-avatar,
  #colophon,
  #respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: none;
  }
  .wrapper {
    border-top: none;
    box-shadow: none;
  }
  .site-content {
    margin: 0;
    width: auto;
  }
  .singular .entry-header .entry-meta {
    position: static;
  }
  .singular .site-content,
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular .comments-title {
    margin: 0;
    width: 100%;
  }
  .entry-header .entry-title,
  .entry-title,
  .singular .entry-title {
    font-size: 21pt;
  }
  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt;
  }
  .author-description {
    float: none;
    width: auto;
  }
  /* Comments */
  .commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
  }
}
/* = FOOTER DEFINITIONS
-------------------------------------------------------------- */
.site-info {
  clear: both;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: normal;
  color: #A1A8B2;
  margin-top: 0px;
  padding: 20px 20px 20px 20px;
  text-align: center;
  background-color: #FFF;
}
.site-info .footer_container {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .site-info .footer_container {
    text-align: center;
  }
}
.site-info .footer_container span {
  display: inline-block;
  padding-top: 3px;
}
.site-info .footer_container strong {
  font-size: 15px;
  font-size: 1.5rem;
}
.site-info .footer_container p {
  color: #A1A8B2;
}
.site-info .footer_container a {
  color: #A1A8B2;
  text-decoration: none;
}
.site-info .footer_container a:hover {
  color: #A1A8B2;
  text-decoration: underline;
}
.site-info .footer_container ul {
  padding: 5px 0;
}
.site-info .footer_container li {
  display: inline;
}
.site-info .footer_container .menu-footer-container {
  display: inline-block;
}
.site-info .footer_container #menu-footer {
  margin: 0;
  display: inline-block;
}
.site-info .footer_container #menu-footer li {
  display: inline-block;
}
.site-info .footer_container #menu-footer li:before {
  content: '•';
  display: inline;
  color: #A1A8B2;
  margin: 0 5px;
}
.site-info .footer_container #menu-footer li:first-child:before {
  display: none;
}
.site-info .footer_container #menu-footer li a {
  color: #A1A8B2;
}
.site-info .footer_container #menu-footer li a:hover {
  color: #135F93;
  text-decoration: underline;
}
/* = MAXIMAGE DEFINITIONS
-------------------------------------------------------------- */
/**
 * MAX IMAGE PLUG IN CSS
 * 
 * http://www.aaronvanderzwan.com/maximage/2.0/
 */
.maximage #skip {
  bottom: 28px;
  height: auto;
  left: calc(50% - (45px/2));
  position: absolute;
  transform: translateX(-50%);
  width: auto;
  z-index: 650;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: pulse;
}
.maximage #skip a {
  color: #fff;
  outline: 0 none;
}
.maximage #skip i {
  background: transparent url('../img/icon-scroll.png') no-repeat;
  width: 45px;
  height: 45px;
  display: block;
}
.maximage h1,
.maximage p {
  text-align: center;
  color: #FFF !important;
}
.mobiledevice .maximage h1 {
  margin: 0 20px;
}
.maximage .dots {
  text-align: center;
  display: block;
}
.maximage .dots .dot {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #808085;
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: top;
  margin: 3px;
}
.maximage .dots .dot.active,
.maximage .dots .dot.activeSlide,
.maximage .dots .dot:hover {
  background-color: #FFF;
}
.maximage #prev,
.maximage #next {
  width: 33px;
  height: 33px;
  position: absolute;
  margin-top: -240px;
  cursor: pointer;
}
.maximage #prev {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/icon-prev.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  left: 20px;
}
.maximage #next {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/icon-next.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  right: 20px;
}
#cycle-loader {
  position: fixed;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
}
#cycle-loader .loader {
  background: transparent url('../img/puff.svg') no-repeat center center;
  width: 40px;
  height: 40px;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  left: calc(50% - 20px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.no-svg #cycle-loader .loader {
  background: transparent url('../img/load.gif') no-repeat center center;
}
.maximage-title {
  padding: 0 10px;
}
.mc-image {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-background-size: cover !important;
  /* pour Chrome et Safari */
  -moz-background-size: cover !important;
  /* pour Firefox */
  -o-background-size: cover !important;
  /* pour Opera */
  background-size: cover !important;
  /* version standardisée */
  background-position: center center;
}
body .maximage_container.mc-cycle {
  z-index: 0;
}
.ie9 .maximage .mc-image {
  display: block !important;
}
.ie9 .maximage h1 {
  top: 45%;
  margin: 0 auto;
  position: relative;
}
.ie8 .maximage h1 {
  top: 45%;
  position: absolute;
  left: 20%;
  right: 20%;
}
.ie8 .mc-hide-scrolls {
  overflow: auto;
}
.ie8 .maximage-title {
  display: none;
}
.ie8 .entry-content {
  margin-top: 20px;
}
/* = STANDARD DEFINITIONS
-------------------------------------------------------------- */
/**
 * All shortcodes and JS plugin CSS
 * 
 * @version 4.3.0
 */
/** SHORTCODE COLUMNS */
.stag-columns {
  text-align: center;
  margin: 20px 0 0 0;
  max-width: 100%;
}
.stag-columns .stag-one-half,
.stag-columns .stag-one-third,
.stag-columns .stag-two-third,
.stag-columns .stag-three-fourth,
.stag-columns .stag-one-fourth,
.stag-columns .stag-one-fifth,
.stag-columns .stag-two-fifth,
.stag-columns .stag-three-fifth,
.stag-columns .stag-four-fifth,
.stag-columns .stag-one-sixth,
.stag-columns .stag-five-sixth {
  margin: 0 1%;
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0 10px;
}
@media screen and (max-width: 490px) {
  .stag-columns .stag-one-half,
  .stag-columns .stag-one-third,
  .stag-columns .stag-two-third,
  .stag-columns .stag-three-fourth,
  .stag-columns .stag-one-fourth,
  .stag-columns .stag-one-fifth,
  .stag-columns .stag-two-fifth,
  .stag-columns .stag-three-fifth,
  .stag-columns .stag-four-fifth,
  .stag-columns .stag-one-sixth,
  .stag-columns .stag-five-sixth {
    margin: 0;
  }
}
.stag-columns .stag-one-half {
  width: 47%;
  text-align: left;
}
@media screen and (max-width: calc(1200px - 100px))) {
  .stag-columns .stag-one-half {
    width: 100%;
  }
}
.stag-columns .stag-one-third {
  width: 31%;
  text-align: center;
  min-width: 130px;
  margin: 0 0 0.5%;
}
.stag-columns .stag-one-third h3 {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .stag-columns .stag-one-third {
    width: 100%;
  }
}
.stag-columns .stag-one-fourth {
  width: 21.5%;
  min-width: 120px;
}
@media screen and (max-width: 490px) {
  .stag-columns .stag-one-fourth {
    width: 100%;
  }
}
.stag-columns .stag-columns h3 {
  display: block;
}
/** SHORTCODE STAG_TABS */
.stag-tabs .stag-nav {
  text-align: center;
}
.stag-tabs .stag-nav li {
  list-style: none;
  display: inline-block;
  float: none;
  padding: 5px 10px;
}
.stag-tabs .stag-nav li a {
  color: #293D58;
  background-color: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px #FFF solid;
  padding: 12px;
  text-decoration: none;
}
.stag-tabs .stag-nav li:hover a,
.stag-tabs .stag-nav li.ui-tabs-active a {
  color: #293D58;
  background-color: #135F93;
}
.stag-tabs .stag-tab {
  background-color: transparent;
  display: none;
}
/** SHORTCODE STAG_BUTTON */
.stag-button {
  font-weight: 550;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #293D58;
  border: 1px solid #293D58;
  background-color: transparent;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
  margin: 20px auto;
}
.stag-button:hover {
  background-color: #135F93;
  color: #FFF;
  border-color: #135F93;
}
.mobiledevice.mobile .stag-button {
  font-size: 16px;
  font-size: 1.6rem;
}
.stag-button i {
  margin-top: -4px;
}
.stag-button--purple,
.stag-button--blue,
.stag-button--orange,
.stag-button--black {
  background-color: transparent;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
}
.stag-button--purple:hover,
.stag-button--blue:hover,
.stag-button--orange:hover,
.stag-button--black:hover {
  background-color: #135F93;
}
/** SHORTCODE TOOGLE */
.stag-toggle .stag-toggle-title::after {
  content: '';
  color: #A1A8B2;
  transform: rotate(270deg);
  top: auto;
}
.stag-toggle .stag-toggle-title.ui-state-active::after {
  transform: rotate(0deg);
}
.stag-toggle .stag-toggle-title {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #232629;
  border: 1px #A1A8B2 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.stag-toggle .stag-toggle-content {
  background-color: #A1A8B2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px;
}
/** 404 */
.error404 .entry-content {
  margin-top: 60px;
}
#searchform {
  text-align: center;
}
#searchform input[type="text"] {
  background-color: #e9ecf1;
}
/** Google Analytics / Adwords */
iframe[name="google_conversion_frame"] {
  display: none;
}
/** SHORTCODE HIGHLIGHT */
.highlight_before {
  background-color: #81B2F4;
  margin: 0;
  position: relative;
  font-weight: 500;
  /*overflow-x: hidden;*/
  float: none;
  clear: both;
}
.highlight_before.full_position {
  background-color: transparent;
}
.highlight_before p {
  color: #A1A8B2;
}
.highlight_before p.stag-intro-text.run-in {
  color: #A1A8B2;
}
.highlight_before h2:after,
.highlight_before h3:after,
.highlight_before h4:after {
  display: none;
}
.highlight_before.cover .cover_image {
  -webkit-background-size: cover;
  /* pour Chrome et Safari */
  -moz-background-size: cover;
  /* pour Firefox */
  -o-background-size: cover;
  /* pour Opera */
  background-size: cover;
  /* version standardisée */
  background-position: center center;
  width: 50%;
  max-width: 50%;
  display: inline-block;
  vertical-align: top;
}
.highlight_before.cover.full_position .cover_image {
  width: 100%;
  max-width: none;
  position: absolute;
}
@media (max-width: calc(1200px - 100px))) {
  .highlight_before.cover .cover_image {
    display: block;
    max-width: 100%;
    width: 100%;
    /*max-height: 400px;*/
  }
}
.highlight_before.cover.standard .cover_image {
  max-width: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.highlight_before .highlight {
  width: 1200px;
  max-width: 100%;
  margin: 0px auto;
  color: #A1A8B2;
  padding: 10px 0px;
}
@media (max-width: 1200px) {
  .highlight_before .highlight {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
.highlight_before .highlight.full_position.bck,
.highlight_before .highlight.standard.bck {
  background-color: transparent !important;
}
.highlight_before .highlight.full_position.bck .stag-button,
.highlight_before .highlight.standard.bck .stag-button {
  color: #FFF;
}
.highlight_before .highlight.full_position.bck h1,
.highlight_before .highlight.standard.bck h1,
.highlight_before .highlight.full_position.bck h2,
.highlight_before .highlight.standard.bck h2,
.highlight_before .highlight.full_position.bck h3,
.highlight_before .highlight.standard.bck h3,
.highlight_before .highlight.full_position.bck h4,
.highlight_before .highlight.standard.bck h4,
.highlight_before .highlight.full_position.bck p,
.highlight_before .highlight.standard.bck p,
.highlight_before .highlight.full_position.bck strong,
.highlight_before .highlight.standard.bck strong,
.highlight_before .highlight.full_position.bck b,
.highlight_before .highlight.standard.bck b,
.highlight_before .highlight.full_position.bck a,
.highlight_before .highlight.standard.bck a {
  color: #FFF;
}
.highlight_before .highlight.full_position.bck a:hover,
.highlight_before .highlight.standard.bck a:hover {
  text-decoration: underline;
}
.highlight_before .highlight.cover {
  width: 50%;
  max-width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
}
.highlight_before .highlight.cover .highlight_content_cover {
  max-width: 100%;
  width: 600px;
  padding: 30px 0px 30px 0px;
}
.highlight_before .highlight.cover .highlight_content {
  width: calc(1200px/ 2);
  max-width: 100%;
  padding: 0 20px;
  position: relative;
}
@media (max-width: calc(1200px - 100px))) {
  .highlight_before .highlight.cover .highlight_content {
    width: 100%;
  }
}
.highlight_before .highlight.cover.left_position .highlight_content {
  float: right;
}
@media (max-width: calc(1200px - 100px))) {
  .highlight_before .highlight.cover.left_position .highlight_content {
    float: none;
  }
}
.highlight_before .highlight.cover.left_position .highlight_content_cover {
  padding-left: 20px;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .highlight_before .highlight.cover .highlight_content_cover {
    padding-rigth: 20px;
  }
}
@media (max-width: calc(1200px - 100px))) {
  .highlight_before .highlight.cover,
  .highlight_before .highlight.cover.left_position .highlight_content_cover,
  .highlight_before .highlight.cover .highlight_content_cover {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .highlight_before .highlight.cover.left_position .highlight_content_cover,
  .highlight_before .highlight.cover .highlight_content_cover {
    padding: 30px 20px;
    float: none;
  }
}
.highlight_before .highlight.full_position {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.highlight_before .highlight.full_position .highlight_content_cover {
  max-width: 100%;
  width: calc(1200px - 100px);
  margin: 0 auto;
}
@media (max-width: calc(1200px - 100px))) {
  .highlight_before .highlight.full_position .highlight_content_cover {
    /* @width_content_runin */
    max-width: 100%;
    width: 100%;
  }
}
.highlight_before .highlight.full_position .highlight_content {
  width: calc(1200px - 100px);
  margin: 0 auto;
}
@media (max-width: calc(1200px - 100px)) {
  .highlight_before .highlight.full_position .highlight_content {
    width: 100%;
  }
}
.highlight_before .highlight.cover.standard.left_position {
  position: relative;
  z-index: 10;
}
.highlight_before .highlight.cover.standard.right_position {
  margin-left: calc(50%);
}
@media (max-width: calc(1200px - 100px))) {
  .highlight_before .highlight.cover.standard.right_position {
    margin-left: 0;
  }
}
.highlight_before .highlight.contain {
  max-width: 1200px;
  padding: 10px 0;
}
.highlight_before .highlight.contain p,
.highlight_before .highlight.contain h2,
.highlight_before .highlight.contain h3,
.highlight_before .highlight.contain h4,
.highlight_before .highlight.contain h5,
.highlight_before .highlight.contain h6,
.highlight_before .highlight.contain ul,
.highlight_before .highlight.contain a {
  text-align: left;
}
@media (max-width: 1200px) {
  .highlight_before .highlight.contain {
    max-width: 100%;
  }
}
.highlight_before .highlight.contain .contain_image {
  position: absolute;
  top: 10px;
  width: calc(50%  - 30px);
  max-width: 600px;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  background-repeat: no-repeat;
  background-position: center center;
}
.highlight_before .highlight.contain .standard_image {
  height: 100%;
  display: inline-block;
}
.highlight_before .highlight.contain .standard_image > div {
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.highlight_before .highlight.contain .highlight_content {
  padding-left: calc(50%  + 30px);
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.highlight_before .highlight.contain.left_position .standard_image,
.highlight_before .highlight.contain.left_position .contain_image {
  position: relative;
}
.highlight_before .highlight.contain.left_position .contain_image {
  vertical-align: top;
  display: inline-block;
}
.highlight_before .highlight.contain.left_position .highlight_content {
  padding-left: 20px;
  width: 50%;
  display: inline-block;
}
@media (max-width: 1200px) {
  .highlight_before .highlight.contain.left_position .highlight_content,
  .highlight_before .highlight.contain .highlight_content {
    padding-right: 20px;
  }
}
@media (max-width: calc(1200px - 100px))) {
  .highlight_before .highlight.contain {
    text-align: center;
  }
  .highlight_before .highlight.contain.left_position .contain_image,
  .highlight_before .highlight.contain.left_position .contain_image {
    width: 90% !important;
    position: relative;
    margin: 0 auto;
  }
  .highlight_before .highlight.contain.left_position .highlight_content,
  .highlight_before .highlight.contain.left_position .highlight_content {
    padding: 30px 20px;
    width: 100%;
  }
  .highlight_before .highlight.contain.right_position {
    display: table;
  }
  .highlight_before .highlight.contain.right_position .highlight_content {
    padding: 0 20px;
  }
  .highlight_before .highlight.contain.right_position .contain_image {
    display: table-caption;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .highlight_before .highlight.contain.right_position .contain_image img {
    float: none;
  }
}
.highlight_before .highlight.contain.contain_extend .contain_image img {
  max-width: none;
}
@media (max-width: calc(1200px - 100px))) {
  .highlight_before .highlight.contain.contain_extend .contain_image img {
    max-width: 120%;
    height: auto !important;
  }
}
.highlight_before .highlight.contain.contain_extend.right_position .contain_image img {
  float: right;
}
.highlight_before .highlight.contain .pseudo_container {
  padding: 0 20px;
}
.highlight_before .highlight .highlight_content .pseudo_container {
  display: block;
}
@media (max-width: calc(1200px - 100px))) {
  .highlight_before .highlight .highlight_content .pseudo_container {
    min-height: 0px !important;
    height: auto !important;
  }
}
.highlight_before .highlight .highlight_content.middle .pseudo_container {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: calc(1200px - 100px))) {
  .highlight_before .highlight .highlight_content.middle .pseudo_container {
    display: block !important;
  }
}
.highlight_before .highlight .highlight_content.middle .pseudo_container h1,
.highlight_before .highlight .highlight_content.middle .pseudo_container h2,
.highlight_before .highlight .highlight_content.middle .pseudo_container h3,
.highlight_before .highlight .highlight_content.middle .pseudo_container h4,
.highlight_before .highlight .highlight_content.middle .pseudo_container h5,
.highlight_before .highlight .highlight_content.middle .pseudo_container ul,
.highlight_before .highlight .highlight_content.middle .pseudo_container p {
  width: 100%;
}
@media (min-width: calc(1200px - 100px))) {
  .highlight_before .highlight .highlight_content.middle .pseudo_container > *:first-child {
    margin-top: 0;
  }
}
body .pum {
  background-color: rgba(0, 0, 0, 0.43);
}
body .pum .pum-content + .pum-close {
  background-color: #135F93;
}
body .pum .pum-content form {
  margin-top: 20px;
  text-align: center;
}
.image_a_la_une_before {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
  -webkit-background-size: cover;
  /* pour Chrome et Safari */
  -moz-background-size: cover;
  /* pour Firefox */
  -o-background-size: cover;
  /* pour Opera */
  background-size: cover;
  /* version standardisée */
  position: absolute;
  left: 0;
}
.image_a_la_une {
  width: 100%;
  height: 550px;
  visibility: hidden;
  margin-bottom: 20px;
}
/** PROTRAIT MODE */
.mobile body .portrait_mode {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: transparent url('../img/flip-smartphone.png') no-repeat;
  z-index: 99999;
  background-color: #FFF;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  background-position: center center;
}
/* AUTO APPEAR PLUGIN */
.appearEffect {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity0%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1s;
  -moz-transition-property: opacity;
  -moz-transition-duration: 1s;
  transition-property: opacity;
  transition-duration: 1s;
}
.appearBloc {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1s;
  -moz-transition-property: opacity;
  -moz-transition-duration: 1s;
  transition-property: opacity;
  transition-duration: 1s;
}
/** BREADCUMBS */
#breadcrumbs {
  max-width: 100%;
  width: 850px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #breadcrumbs {
    padding: 0 20px;
  }
}
#breadcrumbs li {
  display: inline-block;
  vertical-aligne: middle;
}
#breadcrumbs li.separator {
  margin: 0 5px;
}
#breadcrumbs li a {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  color: #A1A8B2;
  text-decoration: none;
  font-weight: normal;
}
#breadcrumbs li a:hover,
#breadcrumbs li strong {
  color: #135F93;
}
#breadcrumbs li strong {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.page-template-front-page #breadcrumbs {
  display: none;
}
/** Cycle2 Slider */
.cycle-slideshow {
  text-align: center;
  margin-bottom: 10px;
}
.cycle-slideshow .cycle-slide {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.cycle-slideshow .cycle-slide > img {
  margin: 0 auto;
}
.cycle-slideshow .cycle-slide h2 {
  margin-bottom: 10px;
}
.cycle-slideshow .cycle-slide .content_slider {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.cycle-slideshow .cycle-slide .content_slider * {
  text-align: center;
}
.cycle-slideshow.no-full-img .cycle-slide > img {
  max-height: none;
}
.cycle-slideshow .cycle-pager {
  bottom: -5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 140 !important;
}
@media screen and (max-width: 490px) {
  .cycle-slideshow .cycle-pager {
    margin-top: 30px;
  }
}
.cycle-slideshow .cycle-pager span {
  font-size: 30px;
  font-size: 3rem;
  color: #DADADA;
  cursor: pointer;
  font-family: arial;
  padding: 0 2px;
}
.cycle-slideshow .cycle-pager span.cycle-pager-active {
  color: #358ED7;
}
.cycle-slideshow.fullscren {
  margin-top: -83px;
}
.cycle-slideshow.fullscren .cycle-pager {
  display: none;
}
.cycle-slideshow.fullscren .cycle-slide > img {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  width: auto;
}
/** owl-carousel */
.owl-carousel .owl-stage .owl-item img {
  transform-style: flat;
}
.owl-carousel .owl-dots {
  text-align: center;
  display: block !important;
}
.owl-carousel .owl-dots .owl-dot {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #DADADA;
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: top;
  margin: 3px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #358ED7;
}
.owl-carousel .owl-nav {
  margin-top: -52px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 12px;
  height: 20px;
  display: inline-block;
}
.owl-carousel .owl-nav .owl-prev {
  background: transparent url('../img/arrow-prev.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  margin-left: -30px;
}
.owl-carousel .owl-nav .owl-next {
  background: transparent url('../img/arrow-next.png') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  float: right;
  margin-right: -40px;
}
/** SOUS MENU */
.children_page_highlight .highlight {
  margin-bottom: 0;
}
.children_page_highlight .children_page {
  text-align: left;
  padding: 17px 0 12px 0px;
  overflow: hidden;
  background-color: #222;
  min-height: 50px;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .children_page_highlight .children_page {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: calc(1200px - 100px))) {
  .children_page_highlight .children_page {
    margin: 0 -10px;
  }
}
.children_page_highlight .children_page span {
  vertical-align: middle;
  font-weight: 100;
}
.children_page_highlight .children_page span.title {
  padding-top: 8px;
}
.children_page_highlight .children_page span.more {
  display: inline-block;
  padding-right: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: none;
  float: right;
}
@media screen and (max-width: 490px) {
  .children_page_highlight .children_page span.more {
    padding-left: 0px;
  }
  .children_page_highlight .children_page span.more .text {
    display: none;
  }
}
.children_page_highlight .children_page span.more i.fa {
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.children_page_highlight .children_page #popup-submenu {
  height: 0;
  width: 100%;
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity0%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
  text-transform: uppercase;
  overflow: hidden;
}
.children_page_highlight .children_page #popup-submenu.display {
  display: block;
}
.children_page_highlight .children_page #popup-submenu.after {
  height: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
}
.children_page_highlight .children_page #popup-submenu ul {
  margin: 27px 0 0;
}
.children_page_highlight .children_page #popup-submenu li {
  text-align: right;
  padding: 10px 10px 0;
}
.children_page_highlight .children_page #popup-submenu li a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition-property: 'text-decodation';
  -webkit-transition-duration: 300ms;
  -moz-transition-property: 'text-decodation';
  -moz-transition-duration: 300ms;
  transition-property: 'text-decodation';
  transition-duration: 300ms;
}
.children_page_highlight .children_page #popup-submenu li a:hover {
  text-decoration: underline;
}
.children_page_highlight .children_page #popup-submenu li.active a {
  text-decoration: underline;
}
@media screen and (min-width: calc(1200px - 100px))) {
  .android.mobile .children_page span.more {
    width: 160px;
  }
}
/** FLICKITY v2.2.0 **/
.flickity-enabled.flickity-no-control .flickity-page-dots {
  display: none;
}
.flickity-enabled.flickity-no-buttons .flickity-prev-next-button {
  display: none;
}
.flickity-enabled .carousel-cell {
  padding-left: 0;
  width: 28%;
  height: 120px;
  margin-right: 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.flickity-enabled .carousel-cell.is-selected {
  background-color: transparent !important;
}
.flickity-enabled .carousel-cell .flickity-bck {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.flickity-enabled .carousel-cell .flickity-img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.flickity-enabled .carousel-cell.is-selected {
  background: #ED2;
}
.flickity-enabled .flickity-prev-next-button {
  padding: 0;
}
.flickity-enabled .flickity-prev-next-button:hover {
  animation: none;
  color: #333;
}
.flickity-enabled .flickity-page-dots {
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
}
.flickity-enabled .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100%)";
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: opacity;
  -moz-transition-duration: 250ms;
  transition-property: opacity;
  transition-duration: 250ms;
  z-index: 10;
  position: relative;
  margin: 0 3px;
}
.flickity-enabled .flickity-page-dots .dot:hover,
.flickity-enabled .flickity-page-dots .dot.is-selected {
  background-color: #FFF;
}
/** ROUNDED IMAGE */
.rounded {
  backface-visibility: hidden;
  border-radius: 200px;
  display: block;
  height: 220px;
  margin: 0 auto 10px;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  width: 220px;
}
.rounded img {
  -webkit-transition-property: all;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: all;
  -moz-transition-duration: 250ms;
  transition-property: all;
  transition-duration: 250ms;
  max-width: 104%;
  margin: 0 !important;
}
.rounded img:hover {
  transform: translate(5px, 10px) scale(1.05);
}
/** EMBEDED VIDEO */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 30px 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* = BLOG DEFINITIONS
-------------------------------------------------------------- */
/** BLOG with Sidebar 
 * @version 1.1.0
 **/
/** LISTE DES DERNIERS ARTICLES */
.blog_last_post ul {
  margin: 0px;
  padding: 0 !important;
  text-align: center;
}
.blog_last_post ul li {
  list-style: none;
  line-height: 120%;
}
.blog_last_post ul li .date {
  color: #293D58;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.blog_last_post ul li .resume {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 5px 0 20px;
  line-height: 120%;
  color: #A1A8B2;
}
.blog_last_post ul li .date:hover,
.blog_last_post ul li .resume:hover {
  color: #135F93;
}
.blog_last_post ul li .stag-button {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 30px;
  margin-left: 0;
  margin-bottom: 30px;
}
.blog_last_post ul li .stag-button:hover {
  background-color: #293D58;
  border-color: #293D58;
}
/** PAGE DE BLOG */
body.blog #content .page .entry-header {
  margin-top: 0px;
}
body.blog .pagination {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
body.blog .pagination .page-numbers {
  margin: 0;
  color: #293D58;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  border-radius: 5px;
}
body.blog .pagination .page-numbers.current {
  text-decoration: none;
  color: #FFF;
  background-color: #293D58;
}
body.blog .pagination .fa {
  font-size: 20px;
  font-size: 2rem;
}
body.blog,
body.single,
.archive {
  background-color: #F2F6FD;
}
body.blog #content .blog_list,
body.single #content .blog_list,
.archive #content .blog_list {
  text-align: center;
  max-width: calc(1200px + 10px);
  margin: 30px auto 0 auto;
  padding: 0;
}
@media screen and (max-width: 900px) {
  body.blog #content .blog_list,
  body.single #content .blog_list,
  .archive #content .blog_list {
    text-align: center;
  }
}
body.blog #content .blog_list > li,
body.single #content .blog_list > li,
.archive #content .blog_list > li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  max-width: 300px !important;
  min-width: 300px;
  margin: 0 25px 50px 25px;
  position: relative;
}
@media screen and (max-width: 725px) {
  body.blog #content .blog_list > li,
  body.single #content .blog_list > li,
  .archive #content .blog_list > li {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 550px) {
  body.blog #content .blog_list > li,
  body.single #content .blog_list > li,
  .archive #content .blog_list > li {
    width: calc(100% - 50px );
  }
}
body.blog #content .blog_list > li article,
body.single #content .blog_list > li article,
.archive #content .blog_list > li article {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #FFF;
  padding-bottom: 30px;
  min-height: 351px;
}
body.blog #content .blog_list > li article .entry-header,
body.single #content .blog_list > li article .entry-header,
.archive #content .blog_list > li article .entry-header {
  min-height: 0;
}
body.blog #content .blog_list > li article .entry-header .attachment-post-thumbnail,
body.single #content .blog_list > li article .entry-header .attachment-post-thumbnail,
.archive #content .blog_list > li article .entry-header .attachment-post-thumbnail {
  margin-bottom: 10px;
  max-width: 100%;
}
body.blog #content .blog_list > li article .entry-header i,
body.single #content .blog_list > li article .entry-header i,
.archive #content .blog_list > li article .entry-header i {
  margin-top: 38px;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  color: #A1A8B2;
  font-style: normal;
  display: block;
}
body.blog #content .blog_list > li article .entry-header .entry-title,
body.single #content .blog_list > li article .entry-header .entry-title,
.archive #content .blog_list > li article .entry-header .entry-title {
  margin: 10px 0 10px;
  padding: 0 25px;
}
body.blog #content .blog_list > li article .entry-header .entry-title a,
body.single #content .blog_list > li article .entry-header .entry-title a,
.archive #content .blog_list > li article .entry-header .entry-title a {
  color: #293D58 !important;
}
body.blog #content .blog_list > li article .entry-header .entry-title a:hover,
body.single #content .blog_list > li article .entry-header .entry-title a:hover,
.archive #content .blog_list > li article .entry-header .entry-title a:hover {
  color: #A1A8B2 !important;
}
body.blog #content .blog_list > li article .entry-header .image,
body.single #content .blog_list > li article .entry-header .image,
.archive #content .blog_list > li article .entry-header .image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 126px;
}
body.blog #content .blog_list > li article .entry-content,
body.single #content .blog_list > li article .entry-content,
.archive #content .blog_list > li article .entry-content {
  width: auto;
  padding: 0 25px;
  margin-top: 10px !important;
  font-weight: 500;
  color: #293D58;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
body.blog #content .blog_list > li article .entry-content .stag-button,
body.single #content .blog_list > li article .entry-content .stag-button,
.archive #content .blog_list > li article .entry-content .stag-button {
  position: absolute;
  left: 0;
  right: 0;
  width: 100px;
  bottom: -30px;
}
body.blog #content > .post,
body.single #content > .post,
.archive #content > .post {
  max-width: 850px;
  margin: 30px auto 0 auto;
}
body.blog #content > .post .entry-header,
body.single #content > .post .entry-header,
.archive #content > .post .entry-header {
  text-align: center;
}
body.blog #content > .post .entry-header .attachment-post-thumbnail,
body.single #content > .post .entry-header .attachment-post-thumbnail,
.archive #content > .post .entry-header .attachment-post-thumbnail {
  max-height: 315px;
  margin: 20px auto 10px auto;
}
body.blog #content > .post .entry-header .entry-title,
body.single #content > .post .entry-header .entry-title,
.archive #content > .post .entry-header .entry-title {
  color: #293D58;
}
body.blog #content > .post .entry-header i,
body.single #content > .post .entry-header i,
.archive #content > .post .entry-header i {
  font-weight: 100;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  display: block;
  text-align: left;
}
body.blog #content > .post .entry-content p,
body.single #content > .post .entry-content p,
.archive #content > .post .entry-content p,
body.blog #content > .post .entry-content ul li,
body.single #content > .post .entry-content ul li,
.archive #content > .post .entry-content ul li {
  max-width: none;
  color: #293D58;
  font-weight: normal;
}
body.blog #content > .post .entry-content h3,
body.single #content > .post .entry-content h3,
.archive #content > .post .entry-content h3 {
  color: #293D58;
}
body.blog #content > .post .entry-content .stag-divider.meta,
body.single #content > .post .entry-content .stag-divider.meta,
.archive #content > .post .entry-content .stag-divider.meta {
  margin: 0;
}
body.blog #content .nav-single,
body.single #content .nav-single,
.archive #content .nav-single {
  max-width: 850px;
  margin: 30px auto 0 auto;
  padding: 0 10px;
}
body.blog #content .nav-single .stag-button,
body.single #content .nav-single .stag-button,
.archive #content .nav-single .stag-button {
  margin: 50px auto 20px auto;
  display: table;
}
body.single-post {
  background-color: #F2F6FD;
}
body.single-post #content .post .entry-header {
  margin-top: 110px;
  min-height: 0;
}
@media screen and (max-width: 1000px) {
  body.single-post #content .post .entry-header {
    margin-top: 50px;
  }
}
body.single-post #content .post .entry-header h1 {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  body.single-post #content .post .entry-header h1,
  body.single-post #content .post .entry-header i {
    padding: 0 10px;
  }
}
/* = SITE DEFINITIONS
-------------------------------------------------------------- */
/** FOOTER */
#cookie-law-info-bar {
  color: #A1A8B2 !important;
}
#cookie-law-info-bar .cli_settings_button {
  color: #135F93 !important;
}
#cookie-law-info-bar .cli-plugin-main-button {
  border-radius: 5px;
  background-color: #293D58 !important;
}
#cookie-law-info-again {
  display: none !important;
}
.stag-column img {
  margin: 10px auto 20px;
}
body {
  overflow-y: initial !important;
}
.nav-menu .get_quote {
  -webkit-transition-property: all;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: all;
  -moz-transition-duration: 250ms;
  transition-property: all;
  transition-duration: 250ms;
  border-radius: 15px;
  color: #135F93;
  border: 1px #293D58 solid;
}
.nav-menu .get_quote:hover {
  background-color: #135F93;
  color: transparent;
}
.nav-menu .get_quote a {
  padding-bottom: 5px;
  margin-top: -2px;
}
.nav-menu .tel,
.nav-menu .espace_client,
.nav-menu .linkedin {
  width: 22px;
  height: 22px;
  margin: 0 3px;
  padding: 0;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.nav-menu .tel:hover,
.nav-menu .espace_client:hover,
.nav-menu .linkedin:hover {
  transform: rotateY(180deg);
}
@media screen and (min-width: 1000px) {
  .nav-menu .tel,
  .nav-menu .espace_client,
  .nav-menu .linkedin {
    margin-top: 5px;
  }
}
.nav-menu .tel a,
.nav-menu .espace_client a,
.nav-menu .linkedin a {
  display: block;
  color: transparent !important;
}
.nav-menu .tel {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/icon-phone.svg') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  margin-left: 6px;
}
.nav-menu .espace_client {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/icon-espace-client.svg') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
.nav-menu .linkedin {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/icon-linkedin.svg') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
}
:not(.fromTop) .mobile_menu_container {
  margin-top: 50px;
  padding-top: 10px;
  height: calc(100% -47px);
  border-top: 0.5px #CCC solid;
}
:not(.fromTop) .mobile_menu_container .tel,
:not(.fromTop) .mobile_menu_container .espace_client,
:not(.fromTop) .mobile_menu_container .linkedin {
  width: auto;
  display: inline-block;
  transform: none !important;
  height: 32px;
}
:not(.fromTop) .mobile_menu_container .tel:hover,
:not(.fromTop) .mobile_menu_container .espace_client:hover,
:not(.fromTop) .mobile_menu_container .linkedin:hover {
  transform: none !important;
}
:not(.fromTop) .mobile_menu_container .tel a,
:not(.fromTop) .mobile_menu_container .espace_client a,
:not(.fromTop) .mobile_menu_container .linkedin a {
  animation: none;
  will-change: initial;
}
:not(.fromTop) .mobile_menu_container .tel {
  margin-left: 17px;
}
:not(.fromTop) .mobile_menu_container .get_quote:hover {
  background-color: transparent;
}
#cycle-nav {
  margin-top: -20px;
  z-index: 9;
  position: relative;
}
/** PAGE */
body.page .entry-header .maximage_container.mc-cycle,
body.blog .entry-header .maximage_container.mc-cycle,
body.single .entry-header .maximage_container.mc-cycle,
body.archive .entry-header .maximage_container.mc-cycle,
body.search .entry-header .maximage_container.mc-cycle,
body.page .entry-header .maximage_container.mc-cycle .mc-image,
body.blog .entry-header .maximage_container.mc-cycle .mc-image,
body.single .entry-header .maximage_container.mc-cycle .mc-image,
body.archive .entry-header .maximage_container.mc-cycle .mc-image,
body.search .entry-header .maximage_container.mc-cycle .mc-image {
  max-height: 500px;
}
@media screen and (max-width: 1000px) {
  body.page .entry-header .maximage_container.mc-cycle .mc-image,
  body.blog .entry-header .maximage_container.mc-cycle .mc-image,
  body.single .entry-header .maximage_container.mc-cycle .mc-image,
  body.archive .entry-header .maximage_container.mc-cycle .mc-image,
  body.search .entry-header .maximage_container.mc-cycle .mc-image {
    background-position: top left;
  }
}
body.page .entry-header h1,
body.blog .entry-header h1,
body.single .entry-header h1,
body.archive .entry-header h1,
body.search .entry-header h1 {
  max-width: 900px;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  body.page .entry-header h1,
  body.blog .entry-header h1,
  body.single .entry-header h1,
  body.archive .entry-header h1,
  body.search .entry-header h1 {
    max-width: 100%;
  }
}
body.page .entry-header .stag-button,
body.blog .entry-header .stag-button,
body.single .entry-header .stag-button,
body.archive .entry-header .stag-button,
body.search .entry-header .stag-button {
  background-color: #135F93;
  color: #FFF;
  border-color: #135F93;
}
body.page .entry-content,
body.blog .entry-content,
body.single .entry-content,
body.archive .entry-content,
body.search .entry-content {
  padding: 0px 10px;
  max-width: 100%;
  margin-top: 30px !important;
}
@media screen and (max-width: 700px) {
}
@media screen and (min-width: 1000px) {
  body.page .entry-content,
  body.blog .entry-content,
  body.single .entry-content,
  body.archive .entry-content,
  body.search .entry-content {
    margin: 0 auto;
  }
  body.page .entry-content p,
  body.blog .entry-content p,
  body.single .entry-content p,
  body.archive .entry-content p,
  body.search .entry-content p,
  body.page .entry-content h1,
  body.blog .entry-content h1,
  body.single .entry-content h1,
  body.archive .entry-content h1,
  body.search .entry-content h1,
  body.page .entry-content h2,
  body.blog .entry-content h2,
  body.single .entry-content h2,
  body.archive .entry-content h2,
  body.search .entry-content h2,
  body.page .entry-content h3,
  body.blog .entry-content h3,
  body.single .entry-content h3,
  body.archive .entry-content h3,
  body.search .entry-content h3,
  body.page .entry-content h4,
  body.blog .entry-content h4,
  body.single .entry-content h4,
  body.archive .entry-content h4,
  body.search .entry-content h4,
  body.page .entry-content h5,
  body.blog .entry-content h5,
  body.single .entry-content h5,
  body.archive .entry-content h5,
  body.search .entry-content h5,
  body.page .entry-content h6,
  body.blog .entry-content h6,
  body.single .entry-content h6,
  body.archive .entry-content h6,
  body.search .entry-content h6,
  body.page .entry-content ul,
  body.blog .entry-content ul,
  body.single .entry-content ul,
  body.archive .entry-content ul,
  body.search .entry-content ul {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page .entry-content .stag-button,
body.blog .entry-content .stag-button,
body.single .entry-content .stag-button,
body.archive .entry-content .stag-button,
body.search .entry-content .stag-button {
  display: table;
}
body.page .entry-content ul:not(.inline),
body.blog .entry-content ul:not(.inline),
body.single .entry-content ul:not(.inline),
body.archive .entry-content ul:not(.inline),
body.search .entry-content ul:not(.inline) {
  padding-left: 20px;
}
body.page .entry-content .inline,
body.blog .entry-content .inline,
body.single .entry-content .inline,
body.archive .entry-content .inline,
body.search .entry-content .inline {
  margin: 20px auto 40px auto;
  max-width: 1000px;
}
body.page .entry-content .inline.w160 li,
body.blog .entry-content .inline.w160 li,
body.single .entry-content .inline.w160 li,
body.archive .entry-content .inline.w160 li,
body.search .entry-content .inline.w160 li {
  max-width: 160px;
}
body.page .entry-content .inline.w200 li,
body.blog .entry-content .inline.w200 li,
body.single .entry-content .inline.w200 li,
body.archive .entry-content .inline.w200 li,
body.search .entry-content .inline.w200 li {
  max-width: 200px;
}
body.page .entry-content .inline.w240 li,
body.blog .entry-content .inline.w240 li,
body.single .entry-content .inline.w240 li,
body.archive .entry-content .inline.w240 li,
body.search .entry-content .inline.w240 li {
  max-width: 240px;
}
body.page .entry-content .inline li,
body.blog .entry-content .inline li,
body.single .entry-content .inline li,
body.archive .entry-content .inline li,
body.search .entry-content .inline li {
  padding: 10px;
  vertical-align: top;
  max-width: 250px;
}
body.page .entry-content .inline li.w160,
body.blog .entry-content .inline li.w160,
body.single .entry-content .inline li.w160,
body.archive .entry-content .inline li.w160,
body.search .entry-content .inline li.w160 {
  max-width: 160px;
}
body.page .entry-content .inline li.w200,
body.blog .entry-content .inline li.w200,
body.single .entry-content .inline li.w200,
body.archive .entry-content .inline li.w200,
body.search .entry-content .inline li.w200 {
  max-width: 200px;
}
body.page .entry-content .inline li.w240,
body.blog .entry-content .inline li.w240,
body.single .entry-content .inline li.w240,
body.archive .entry-content .inline li.w240,
body.search .entry-content .inline li.w240 {
  max-width: 240px;
}
body.page .entry-content .inline li.w240 .h2,
body.blog .entry-content .inline li.w240 .h2,
body.single .entry-content .inline li.w240 .h2,
body.archive .entry-content .inline li.w240 .h2,
body.search .entry-content .inline li.w240 .h2 {
  margin-top: 0;
}
body.page .entry-content .inline li img,
body.blog .entry-content .inline li img,
body.single .entry-content .inline li img,
body.archive .entry-content .inline li img,
body.search .entry-content .inline li img {
  margin-top: 0;
  margin-bottom: 0;
}
body.page .entry-content .inline li p,
body.blog .entry-content .inline li p,
body.single .entry-content .inline li p,
body.archive .entry-content .inline li p,
body.search .entry-content .inline li p {
  margin: 0;
}
body.page .entry-content .inline li .h4,
body.blog .entry-content .inline li .h4,
body.single .entry-content .inline li .h4,
body.archive .entry-content .inline li .h4,
body.search .entry-content .inline li .h4 {
  padding: 0 15px;
}
body.page .entry-content .inline[data-viewport].inViewport li,
body.blog .entry-content .inline[data-viewport].inViewport li,
body.single .entry-content .inline[data-viewport].inViewport li,
body.archive .entry-content .inline[data-viewport].inViewport li,
body.search .entry-content .inline[data-viewport].inViewport li {
  transform: translateY(0px) translateX(0px) !important;
}
body.page .entry-content .inline[data-viewport] li,
body.blog .entry-content .inline[data-viewport] li,
body.single .entry-content .inline[data-viewport] li,
body.archive .entry-content .inline[data-viewport] li,
body.search .entry-content .inline[data-viewport] li {
  -webkit-transition-property: transform;
  -webkit-transition-duration: 650ms;
  -moz-transition-property: transform;
  -moz-transition-duration: 650ms;
  transition-property: transform;
  transition-duration: 650ms;
}
body.page .entry-content .inline[data-viewport] li:nth-child(odd),
body.blog .entry-content .inline[data-viewport] li:nth-child(odd),
body.single .entry-content .inline[data-viewport] li:nth-child(odd),
body.archive .entry-content .inline[data-viewport] li:nth-child(odd),
body.search .entry-content .inline[data-viewport] li:nth-child(odd) {
  transform: translateY(-240px);
}
body.page .entry-content .inline[data-viewport] li:nth-child(even),
body.blog .entry-content .inline[data-viewport] li:nth-child(even),
body.single .entry-content .inline[data-viewport] li:nth-child(even),
body.archive .entry-content .inline[data-viewport] li:nth-child(even),
body.search .entry-content .inline[data-viewport] li:nth-child(even) {
  transform: translateY(-280px);
}
@media screen and (max-width: 1000px) {
  body.page .entry-content .inline[data-viewport] li:nth-child(odd),
  body.blog .entry-content .inline[data-viewport] li:nth-child(odd),
  body.single .entry-content .inline[data-viewport] li:nth-child(odd),
  body.archive .entry-content .inline[data-viewport] li:nth-child(odd),
  body.search .entry-content .inline[data-viewport] li:nth-child(odd) {
    transform: translateX(-1000px) translateY(0px);
  }
  body.page .entry-content .inline[data-viewport] li:nth-child(even),
  body.blog .entry-content .inline[data-viewport] li:nth-child(even),
  body.single .entry-content .inline[data-viewport] li:nth-child(even),
  body.archive .entry-content .inline[data-viewport] li:nth-child(even),
  body.search .entry-content .inline[data-viewport] li:nth-child(even) {
    transform: translateX(1000px) translateY(0px);
  }
}
body.page .entry-content .highlight_before.cover.Cblue,
body.blog .entry-content .highlight_before.cover.Cblue,
body.single .entry-content .highlight_before.cover.Cblue,
body.archive .entry-content .highlight_before.cover.Cblue,
body.search .entry-content .highlight_before.cover.Cblue {
  background-image: linear-gradient(-46deg, #9ABCEA 0%, #2F87FF 100%);
}
body.page .entry-content .highlight_before.cover.Cbluefonce,
body.blog .entry-content .highlight_before.cover.Cbluefonce,
body.single .entry-content .highlight_before.cover.Cbluefonce,
body.archive .entry-content .highlight_before.cover.Cbluefonce,
body.search .entry-content .highlight_before.cover.Cbluefonce {
  background-image: linear-gradient(-44deg, #293D58 0%, #2F87FF 100%);
}
body.page .entry-content .highlight_before,
body.blog .entry-content .highlight_before,
body.single .entry-content .highlight_before,
body.archive .entry-content .highlight_before,
body.search .entry-content .highlight_before {
  overflow: hidden;
}
body.page .entry-content .highlight.C00273F .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.blog .entry-content .highlight.C00273F .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.single .entry-content .highlight.C00273F .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.archive .entry-content .highlight.C00273F .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.search .entry-content .highlight.C00273F .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.page .entry-content .highlight.C293D58 .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.blog .entry-content .highlight.C293D58 .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.single .entry-content .highlight.C293D58 .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.archive .entry-content .highlight.C293D58 .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.search .entry-content .highlight.C293D58 .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.page .entry-content .highlight.Cblue .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.blog .entry-content .highlight.Cblue .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.single .entry-content .highlight.Cblue .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.archive .entry-content .highlight.Cblue .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.search .entry-content .highlight.Cblue .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.page .entry-content .highlight.Cbluefonce .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.blog .entry-content .highlight.Cbluefonce .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.single .entry-content .highlight.Cbluefonce .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.archive .entry-content .highlight.Cbluefonce .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea),
body.search .entry-content .highlight.Cbluefonce .highlight_content *:not(.stag-button):not(.fa-arrow-right):not(select):not(option):not(input):not(textarea) {
  color: #FFF;
}
body.page .entry-content .highlight.C00273F .stag-button,
body.blog .entry-content .highlight.C00273F .stag-button,
body.single .entry-content .highlight.C00273F .stag-button,
body.archive .entry-content .highlight.C00273F .stag-button,
body.search .entry-content .highlight.C00273F .stag-button,
body.page .entry-content .highlight.C293D58 .stag-button,
body.blog .entry-content .highlight.C293D58 .stag-button,
body.single .entry-content .highlight.C293D58 .stag-button,
body.archive .entry-content .highlight.C293D58 .stag-button,
body.search .entry-content .highlight.C293D58 .stag-button,
body.page .entry-content .highlight.Cblue .stag-button,
body.blog .entry-content .highlight.Cblue .stag-button,
body.single .entry-content .highlight.Cblue .stag-button,
body.archive .entry-content .highlight.Cblue .stag-button,
body.search .entry-content .highlight.Cblue .stag-button,
body.page .entry-content .highlight.Cbluefonce .stag-button,
body.blog .entry-content .highlight.Cbluefonce .stag-button,
body.single .entry-content .highlight.Cbluefonce .stag-button,
body.archive .entry-content .highlight.Cbluefonce .stag-button,
body.search .entry-content .highlight.Cbluefonce .stag-button {
  border-color: #FFF;
  background-color: #135F93;
  color: #FFF;
}
body.page .entry-content .highlight.C00273F .stag-button:hover,
body.blog .entry-content .highlight.C00273F .stag-button:hover,
body.single .entry-content .highlight.C00273F .stag-button:hover,
body.archive .entry-content .highlight.C00273F .stag-button:hover,
body.search .entry-content .highlight.C00273F .stag-button:hover,
body.page .entry-content .highlight.C293D58 .stag-button:hover,
body.blog .entry-content .highlight.C293D58 .stag-button:hover,
body.single .entry-content .highlight.C293D58 .stag-button:hover,
body.archive .entry-content .highlight.C293D58 .stag-button:hover,
body.search .entry-content .highlight.C293D58 .stag-button:hover,
body.page .entry-content .highlight.Cblue .stag-button:hover,
body.blog .entry-content .highlight.Cblue .stag-button:hover,
body.single .entry-content .highlight.Cblue .stag-button:hover,
body.archive .entry-content .highlight.Cblue .stag-button:hover,
body.search .entry-content .highlight.Cblue .stag-button:hover,
body.page .entry-content .highlight.Cbluefonce .stag-button:hover,
body.blog .entry-content .highlight.Cbluefonce .stag-button:hover,
body.single .entry-content .highlight.Cbluefonce .stag-button:hover,
body.archive .entry-content .highlight.Cbluefonce .stag-button:hover,
body.search .entry-content .highlight.Cbluefonce .stag-button:hover {
  border-color: #135F93;
  background-color: transparent;
}
body.page .entry-content .highlight.C00273F input[type="submit"],
body.blog .entry-content .highlight.C00273F input[type="submit"],
body.single .entry-content .highlight.C00273F input[type="submit"],
body.archive .entry-content .highlight.C00273F input[type="submit"],
body.search .entry-content .highlight.C00273F input[type="submit"],
body.page .entry-content .highlight.C293D58 input[type="submit"],
body.blog .entry-content .highlight.C293D58 input[type="submit"],
body.single .entry-content .highlight.C293D58 input[type="submit"],
body.archive .entry-content .highlight.C293D58 input[type="submit"],
body.search .entry-content .highlight.C293D58 input[type="submit"],
body.page .entry-content .highlight.Cblue input[type="submit"],
body.blog .entry-content .highlight.Cblue input[type="submit"],
body.single .entry-content .highlight.Cblue input[type="submit"],
body.archive .entry-content .highlight.Cblue input[type="submit"],
body.search .entry-content .highlight.Cblue input[type="submit"],
body.page .entry-content .highlight.Cbluefonce input[type="submit"],
body.blog .entry-content .highlight.Cbluefonce input[type="submit"],
body.single .entry-content .highlight.Cbluefonce input[type="submit"],
body.archive .entry-content .highlight.Cbluefonce input[type="submit"],
body.search .entry-content .highlight.Cbluefonce input[type="submit"] {
  position: absolute;
}
body.page .entry-content .highlight.C00273F input[type="submit"],
body.blog .entry-content .highlight.C00273F input[type="submit"],
body.single .entry-content .highlight.C00273F input[type="submit"],
body.archive .entry-content .highlight.C00273F input[type="submit"],
body.search .entry-content .highlight.C00273F input[type="submit"],
body.page .entry-content .highlight.C293D58 input[type="submit"],
body.blog .entry-content .highlight.C293D58 input[type="submit"],
body.single .entry-content .highlight.C293D58 input[type="submit"],
body.archive .entry-content .highlight.C293D58 input[type="submit"],
body.search .entry-content .highlight.C293D58 input[type="submit"],
body.page .entry-content .highlight.Cblue input[type="submit"],
body.blog .entry-content .highlight.Cblue input[type="submit"],
body.single .entry-content .highlight.Cblue input[type="submit"],
body.archive .entry-content .highlight.Cblue input[type="submit"],
body.search .entry-content .highlight.Cblue input[type="submit"],
body.page .entry-content .highlight.Cbluefonce input[type="submit"],
body.blog .entry-content .highlight.Cbluefonce input[type="submit"],
body.single .entry-content .highlight.Cbluefonce input[type="submit"],
body.archive .entry-content .highlight.Cbluefonce input[type="submit"],
body.search .entry-content .highlight.Cbluefonce input[type="submit"],
body.page .entry-content .highlight.C00273F .stag-button,
body.blog .entry-content .highlight.C00273F .stag-button,
body.single .entry-content .highlight.C00273F .stag-button,
body.archive .entry-content .highlight.C00273F .stag-button,
body.search .entry-content .highlight.C00273F .stag-button,
body.page .entry-content .highlight.C293D58 .stag-button,
body.blog .entry-content .highlight.C293D58 .stag-button,
body.single .entry-content .highlight.C293D58 .stag-button,
body.archive .entry-content .highlight.C293D58 .stag-button,
body.search .entry-content .highlight.C293D58 .stag-button,
body.page .entry-content .highlight.Cblue .stag-button,
body.blog .entry-content .highlight.Cblue .stag-button,
body.single .entry-content .highlight.Cblue .stag-button,
body.archive .entry-content .highlight.Cblue .stag-button,
body.search .entry-content .highlight.Cblue .stag-button,
body.page .entry-content .highlight.Cbluefonce .stag-button,
body.blog .entry-content .highlight.Cbluefonce .stag-button,
body.single .entry-content .highlight.Cbluefonce .stag-button,
body.archive .entry-content .highlight.Cbluefonce .stag-button,
body.search .entry-content .highlight.Cbluefonce .stag-button {
  color: #FFF;
  border-color: #FFF;
  background-color: transparent;
}
body.page .entry-content .highlight.C00273F input[type="submit"]:hover,
body.blog .entry-content .highlight.C00273F input[type="submit"]:hover,
body.single .entry-content .highlight.C00273F input[type="submit"]:hover,
body.archive .entry-content .highlight.C00273F input[type="submit"]:hover,
body.search .entry-content .highlight.C00273F input[type="submit"]:hover,
body.page .entry-content .highlight.C293D58 input[type="submit"]:hover,
body.blog .entry-content .highlight.C293D58 input[type="submit"]:hover,
body.single .entry-content .highlight.C293D58 input[type="submit"]:hover,
body.archive .entry-content .highlight.C293D58 input[type="submit"]:hover,
body.search .entry-content .highlight.C293D58 input[type="submit"]:hover,
body.page .entry-content .highlight.Cblue input[type="submit"]:hover,
body.blog .entry-content .highlight.Cblue input[type="submit"]:hover,
body.single .entry-content .highlight.Cblue input[type="submit"]:hover,
body.archive .entry-content .highlight.Cblue input[type="submit"]:hover,
body.search .entry-content .highlight.Cblue input[type="submit"]:hover,
body.page .entry-content .highlight.Cbluefonce input[type="submit"]:hover,
body.blog .entry-content .highlight.Cbluefonce input[type="submit"]:hover,
body.single .entry-content .highlight.Cbluefonce input[type="submit"]:hover,
body.archive .entry-content .highlight.Cbluefonce input[type="submit"]:hover,
body.search .entry-content .highlight.Cbluefonce input[type="submit"]:hover,
body.page .entry-content .highlight.C00273F .stag-button:hover,
body.blog .entry-content .highlight.C00273F .stag-button:hover,
body.single .entry-content .highlight.C00273F .stag-button:hover,
body.archive .entry-content .highlight.C00273F .stag-button:hover,
body.search .entry-content .highlight.C00273F .stag-button:hover,
body.page .entry-content .highlight.C293D58 .stag-button:hover,
body.blog .entry-content .highlight.C293D58 .stag-button:hover,
body.single .entry-content .highlight.C293D58 .stag-button:hover,
body.archive .entry-content .highlight.C293D58 .stag-button:hover,
body.search .entry-content .highlight.C293D58 .stag-button:hover,
body.page .entry-content .highlight.Cblue .stag-button:hover,
body.blog .entry-content .highlight.Cblue .stag-button:hover,
body.single .entry-content .highlight.Cblue .stag-button:hover,
body.archive .entry-content .highlight.Cblue .stag-button:hover,
body.search .entry-content .highlight.Cblue .stag-button:hover,
body.page .entry-content .highlight.Cbluefonce .stag-button:hover,
body.blog .entry-content .highlight.Cbluefonce .stag-button:hover,
body.single .entry-content .highlight.Cbluefonce .stag-button:hover,
body.archive .entry-content .highlight.Cbluefonce .stag-button:hover,
body.search .entry-content .highlight.Cbluefonce .stag-button:hover {
  background-color: transparent;
  border-color: #FFF;
}
body.page .entry-content .highlight.C00273F p,
body.blog .entry-content .highlight.C00273F p,
body.single .entry-content .highlight.C00273F p,
body.archive .entry-content .highlight.C00273F p,
body.search .entry-content .highlight.C00273F p,
body.page .entry-content .highlight.C293D58 p,
body.blog .entry-content .highlight.C293D58 p,
body.single .entry-content .highlight.C293D58 p,
body.archive .entry-content .highlight.C293D58 p,
body.search .entry-content .highlight.C293D58 p,
body.page .entry-content .highlight.Cblue p,
body.blog .entry-content .highlight.Cblue p,
body.single .entry-content .highlight.Cblue p,
body.archive .entry-content .highlight.Cblue p,
body.search .entry-content .highlight.Cblue p,
body.page .entry-content .highlight.Cbluefonce p,
body.blog .entry-content .highlight.Cbluefonce p,
body.single .entry-content .highlight.Cbluefonce p,
body.archive .entry-content .highlight.Cbluefonce p,
body.search .entry-content .highlight.Cbluefonce p {
  text-align: center;
}
body.page .entry-content .superposition,
body.blog .entry-content .superposition,
body.single .entry-content .superposition,
body.archive .entry-content .superposition,
body.search .entry-content .superposition {
  max-width: 1000px;
  margin: 80px auto 40px auto;
}
@media screen and (max-width: 1000px) {
  body.page .entry-content .superposition,
  body.blog .entry-content .superposition,
  body.single .entry-content .superposition,
  body.archive .entry-content .superposition,
  body.search .entry-content .superposition {
    margin: 0px auto 0px auto;
  }
}
body.page .entry-content .superposition.inViewport .cols .col,
body.blog .entry-content .superposition.inViewport .cols .col,
body.single .entry-content .superposition.inViewport .cols .col,
body.archive .entry-content .superposition.inViewport .cols .col,
body.search .entry-content .superposition.inViewport .cols .col {
  transform: translateX(0px) !important;
}
body.page .entry-content .superposition .cols .col,
body.blog .entry-content .superposition .cols .col,
body.single .entry-content .superposition .cols .col,
body.archive .entry-content .superposition .cols .col,
body.search .entry-content .superposition .cols .col {
  -webkit-transition-property: transform;
  -webkit-transition-duration: 450ms;
  -moz-transition-property: transform;
  -moz-transition-duration: 450ms;
  transition-property: transform;
  transition-duration: 450ms;
  display: inline-block;
  width: calc(100% + 20px );
  max-width: calc((1000px) / 2);
  border-radius: 20px;
  overflow: hidden;
  vertical-align: middle;
}
body.page .entry-content .superposition .cols .col:first-child,
body.blog .entry-content .superposition .cols .col:first-child,
body.single .entry-content .superposition .cols .col:first-child,
body.archive .entry-content .superposition .cols .col:first-child,
body.search .entry-content .superposition .cols .col:first-child {
  transform: translateX(-100px);
}
body.page .entry-content .superposition .cols .col:last-child,
body.blog .entry-content .superposition .cols .col:last-child,
body.single .entry-content .superposition .cols .col:last-child,
body.archive .entry-content .superposition .cols .col:last-child,
body.search .entry-content .superposition .cols .col:last-child {
  transform: translateX(100px);
}
@media screen and (max-width: 1020px) {
  body.page .entry-content .superposition .cols .col,
  body.blog .entry-content .superposition .cols .col,
  body.single .entry-content .superposition .cols .col,
  body.archive .entry-content .superposition .cols .col,
  body.search .entry-content .superposition .cols .col {
    max-width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1000px) {
  body.page .entry-content .superposition .cols .col,
  body.blog .entry-content .superposition .cols .col,
  body.single .entry-content .superposition .cols .col,
  body.archive .entry-content .superposition .cols .col,
  body.search .entry-content .superposition .cols .col {
    max-width: none !important;
    border-radius: 0;
    margin-left: -10px;
  }
}
body.page .entry-content .superposition .cols .img,
body.blog .entry-content .superposition .cols .img,
body.single .entry-content .superposition .cols .img,
body.archive .entry-content .superposition .cols .img,
body.search .entry-content .superposition .cols .img {
  display: block;
  background-position: center;
  background-size: contain;
  width: 500px;
  height: 400px;
}
@media screen and (max-width: 1000px) {
  body.page .entry-content .superposition .cols .img,
  body.blog .entry-content .superposition .cols .img,
  body.single .entry-content .superposition .cols .img,
  body.archive .entry-content .superposition .cols .img,
  body.search .entry-content .superposition .cols .img {
    margin: 0 auto;
  }
}
body.page .entry-content .superposition .cols .content,
body.blog .entry-content .superposition .cols .content,
body.single .entry-content .superposition .cols .content,
body.archive .entry-content .superposition .cols .content,
body.search .entry-content .superposition .cols .content {
  display: block;
  padding: 99px 50px 100px 175px;
  background-image: linear-gradient(-51deg, #293D58 0%, #2F87FF 100%);
}
@media screen and (max-width: 1000px) {
  body.page .entry-content .superposition .cols .content,
  body.blog .entry-content .superposition .cols .content,
  body.single .entry-content .superposition .cols .content,
  body.archive .entry-content .superposition .cols .content,
  body.search .entry-content .superposition .cols .content {
    padding: 50px 20px;
  }
}
body.page .entry-content .superposition .cols .content p,
body.blog .entry-content .superposition .cols .content p,
body.single .entry-content .superposition .cols .content p,
body.archive .entry-content .superposition .cols .content p,
body.search .entry-content .superposition .cols .content p,
body.page .entry-content .superposition .cols .content h2,
body.blog .entry-content .superposition .cols .content h2,
body.single .entry-content .superposition .cols .content h2,
body.archive .entry-content .superposition .cols .content h2,
body.search .entry-content .superposition .cols .content h2,
body.page .entry-content .superposition .cols .content h3,
body.blog .entry-content .superposition .cols .content h3,
body.single .entry-content .superposition .cols .content h3,
body.archive .entry-content .superposition .cols .content h3,
body.search .entry-content .superposition .cols .content h3,
body.page .entry-content .superposition .cols .content h4,
body.blog .entry-content .superposition .cols .content h4,
body.single .entry-content .superposition .cols .content h4,
body.archive .entry-content .superposition .cols .content h4,
body.search .entry-content .superposition .cols .content h4 {
  text-align: left;
  color: #FFF;
}
body.page .entry-content .superposition .cols .content .stag-button,
body.blog .entry-content .superposition .cols .content .stag-button,
body.single .entry-content .superposition .cols .content .stag-button,
body.archive .entry-content .superposition .cols .content .stag-button,
body.search .entry-content .superposition .cols .content .stag-button {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
  margin-left: 0;
  margin-right: 0;
}
body.page .entry-content .superposition.position_gauche .cols .col:first-child,
body.blog .entry-content .superposition.position_gauche .cols .col:first-child,
body.single .entry-content .superposition.position_gauche .cols .col:first-child,
body.archive .entry-content .superposition.position_gauche .cols .col:first-child,
body.search .entry-content .superposition.position_gauche .cols .col:first-child {
  z-index: 9;
  position: relative;
  margin-right: -120px;
}
body.page .entry-content .superposition.position_gauche .cols .col:last-child,
body.blog .entry-content .superposition.position_gauche .cols .col:last-child,
body.single .entry-content .superposition.position_gauche .cols .col:last-child,
body.archive .entry-content .superposition.position_gauche .cols .col:last-child,
body.search .entry-content .superposition.position_gauche .cols .col:last-child {
  max-width: calc((1000px / 2) + 120px);
}
body.page .entry-content .superposition.position_droite .cols .col:last-child,
body.blog .entry-content .superposition.position_droite .cols .col:last-child,
body.single .entry-content .superposition.position_droite .cols .col:last-child,
body.archive .entry-content .superposition.position_droite .cols .col:last-child,
body.search .entry-content .superposition.position_droite .cols .col:last-child {
  z-index: 9;
  position: relative;
  margin-left: -120px;
}
body.page .entry-content .superposition.position_droite .cols .col:first-child,
body.blog .entry-content .superposition.position_droite .cols .col:first-child,
body.single .entry-content .superposition.position_droite .cols .col:first-child,
body.archive .entry-content .superposition.position_droite .cols .col:first-child,
body.search .entry-content .superposition.position_droite .cols .col:first-child {
  max-width: calc((1000px / 2) + 120px);
}
body.page .entry-content .stag-columns,
body.blog .entry-content .stag-columns,
body.single .entry-content .stag-columns,
body.archive .entry-content .stag-columns,
body.search .entry-content .stag-columns {
  max-width: 1000px;
  margin: 50px auto;
}
body.page .entry-content .stag-columns .stag-column,
body.blog .entry-content .stag-columns .stag-column,
body.single .entry-content .stag-columns .stag-column,
body.archive .entry-content .stag-columns .stag-column,
body.search .entry-content .stag-columns .stag-column {
  box-shadow: 0 0 14px 0 #DFE8F5;
  border-radius: 5px;
  padding: 30px 30px 50px 30px;
  margin: 0 0 30px;
  -webkit-transition-property: transform;
  -webkit-transition-duration: 450ms;
  -moz-transition-property: transform;
  -moz-transition-duration: 450ms;
  transition-property: transform;
  transition-duration: 450ms;
}
body.page .entry-content .stag-columns .stag-column.inViewport,
body.blog .entry-content .stag-columns .stag-column.inViewport,
body.single .entry-content .stag-columns .stag-column.inViewport,
body.archive .entry-content .stag-columns .stag-column.inViewport,
body.search .entry-content .stag-columns .stag-column.inViewport {
  transform: translateY(0px) translateX(0px) !important;
}
@media screen and (max-width: 1000px) {
  body.page .entry-content .stag-columns .stag-column:nth-child(odd),
  body.blog .entry-content .stag-columns .stag-column:nth-child(odd),
  body.single .entry-content .stag-columns .stag-column:nth-child(odd),
  body.archive .entry-content .stag-columns .stag-column:nth-child(odd),
  body.search .entry-content .stag-columns .stag-column:nth-child(odd) {
    transform: translateX(500px) translateY(0);
  }
  body.page .entry-content .stag-columns .stag-column:nth-child(even),
  body.blog .entry-content .stag-columns .stag-column:nth-child(even),
  body.single .entry-content .stag-columns .stag-column:nth-child(even),
  body.archive .entry-content .stag-columns .stag-column:nth-child(even),
  body.search .entry-content .stag-columns .stag-column:nth-child(even) {
    transform: translateX(-500px) translateY(0);
  }
}
body.page .entry-content .stag-columns .stag-column.stag-one-third,
body.blog .entry-content .stag-columns .stag-column.stag-one-third,
body.single .entry-content .stag-columns .stag-column.stag-one-third,
body.archive .entry-content .stag-columns .stag-column.stag-one-third,
body.search .entry-content .stag-columns .stag-column.stag-one-third {
  margin-right: 15px;
  margin-left: 15px;
  max-width: 300px;
}
@media screen and (max-width: 700px) {
  body.page .entry-content .stag-columns .stag-column.stag-one-third,
  body.blog .entry-content .stag-columns .stag-column.stag-one-third,
  body.single .entry-content .stag-columns .stag-column.stag-one-third,
  body.archive .entry-content .stag-columns .stag-column.stag-one-third,
  body.search .entry-content .stag-columns .stag-column.stag-one-third {
    margin-right: auto;
    margin-left: auto;
  }
}
body.page .entry-content .stag-columns .stag-column.stag-one-third h3,
body.blog .entry-content .stag-columns .stag-column.stag-one-third h3,
body.single .entry-content .stag-columns .stag-column.stag-one-third h3,
body.archive .entry-content .stag-columns .stag-column.stag-one-third h3,
body.search .entry-content .stag-columns .stag-column.stag-one-third h3,
body.page .entry-content .stag-columns .stag-column.stag-one-third h4,
body.blog .entry-content .stag-columns .stag-column.stag-one-third h4,
body.single .entry-content .stag-columns .stag-column.stag-one-third h4,
body.archive .entry-content .stag-columns .stag-column.stag-one-third h4,
body.search .entry-content .stag-columns .stag-column.stag-one-third h4 {
  text-align: left;
}
body.page .entry-content .stag-columns .stag-column.stag-one-fourth,
body.blog .entry-content .stag-columns .stag-column.stag-one-fourth,
body.single .entry-content .stag-columns .stag-column.stag-one-fourth,
body.archive .entry-content .stag-columns .stag-column.stag-one-fourth,
body.search .entry-content .stag-columns .stag-column.stag-one-fourth {
  margin-right: 15px;
  margin-left: 15px;
  padding: 30px 40px 10px 30px;
}
@media screen and (max-width: 700px) {
  body.page .entry-content .stag-columns .stag-column.stag-one-fourth,
  body.blog .entry-content .stag-columns .stag-column.stag-one-fourth,
  body.single .entry-content .stag-columns .stag-column.stag-one-fourth,
  body.archive .entry-content .stag-columns .stag-column.stag-one-fourth,
  body.search .entry-content .stag-columns .stag-column.stag-one-fourth {
    width: 31%;
  }
}
@media screen and (max-width: 550px) {
  body.page .entry-content .stag-columns .stag-column.stag-one-fourth,
  body.blog .entry-content .stag-columns .stag-column.stag-one-fourth,
  body.single .entry-content .stag-columns .stag-column.stag-one-fourth,
  body.archive .entry-content .stag-columns .stag-column.stag-one-fourth,
  body.search .entry-content .stag-columns .stag-column.stag-one-fourth {
    width: 100%;
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
  }
}
body.page .entry-content .stag-columns .stag-column.stag-one-fourth > img,
body.blog .entry-content .stag-columns .stag-column.stag-one-fourth > img,
body.single .entry-content .stag-columns .stag-column.stag-one-fourth > img,
body.archive .entry-content .stag-columns .stag-column.stag-one-fourth > img,
body.search .entry-content .stag-columns .stag-column.stag-one-fourth > img {
  margin: -50px auto 20px;
}
body.page .entry-content .stag-columns .stag-column .read_more,
body.blog .entry-content .stag-columns .stag-column .read_more,
body.single .entry-content .stag-columns .stag-column .read_more,
body.archive .entry-content .stag-columns .stag-column .read_more,
body.search .entry-content .stag-columns .stag-column .read_more {
  position: absolute;
  bottom: 30px;
}
body.page .entry-content .read_more,
body.blog .entry-content .read_more,
body.single .entry-content .read_more,
body.archive .entry-content .read_more,
body.search .entry-content .read_more {
  -webkit-transition-property: transform;
  -webkit-transition-duration: 250ms;
  -moz-transition-property: transform;
  -moz-transition-duration: 250ms;
  transition-property: transform;
  transition-duration: 250ms;
  transform: translateX(0px);
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/icon-arrow-right.svg') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  width: 25px;
  height: 15px;
  display: block;
}
body.page .entry-content .read_more:hover,
body.blog .entry-content .read_more:hover,
body.single .entry-content .read_more:hover,
body.archive .entry-content .read_more:hover,
body.search .entry-content .read_more:hover {
  transform: translateX(5px);
}
body.page .entry-content ul.blog_list li,
body.blog .entry-content ul.blog_list li,
body.single .entry-content ul.blog_list li,
body.archive .entry-content ul.blog_list li,
body.search .entry-content ul.blog_list li {
  -webkit-transition-property: transform;
  -webkit-transition-duration: 500ms;
  -moz-transition-property: transform;
  -moz-transition-duration: 500ms;
  transition-property: transform;
  transition-duration: 500ms;
}
body.page .entry-content ul.blog_list li.inViewport,
body.blog .entry-content ul.blog_list li.inViewport,
body.single .entry-content ul.blog_list li.inViewport,
body.archive .entry-content ul.blog_list li.inViewport,
body.search .entry-content ul.blog_list li.inViewport {
  transform: translateY(0px) translateX(0px) !important;
}
body.page .entry-content ul.blog_list li:nth-child(odd),
body.blog .entry-content ul.blog_list li:nth-child(odd),
body.single .entry-content ul.blog_list li:nth-child(odd),
body.archive .entry-content ul.blog_list li:nth-child(odd),
body.search .entry-content ul.blog_list li:nth-child(odd) {
  transform: translateX(20px);
}
body.page .entry-content ul.blog_list li:nth-child(even),
body.blog .entry-content ul.blog_list li:nth-child(even),
body.single .entry-content ul.blog_list li:nth-child(even),
body.archive .entry-content ul.blog_list li:nth-child(even),
body.search .entry-content ul.blog_list li:nth-child(even) {
  transform: translateX(-20px);
}
body.page .entry-content ul.bck li,
body.blog .entry-content ul.bck li,
body.single .entry-content ul.bck li,
body.archive .entry-content ul.bck li,
body.search .entry-content ul.bck li {
  background-size: contain;
  margin: 0 15px 30px 15px;
  padding: 30px;
  width: 300px;
  height: 400px;
  min-width: 300px;
  min-height: 400px;
  max-width: 300px;
  max-height: 400px;
  -webkit-transition-property: transform;
  -webkit-transition-duration: 500ms;
  -moz-transition-property: transform;
  -moz-transition-duration: 500ms;
  transition-property: transform;
  transition-duration: 500ms;
}
body.page .entry-content ul.bck li .verticalBottomFlex,
body.blog .entry-content ul.bck li .verticalBottomFlex,
body.single .entry-content ul.bck li .verticalBottomFlex,
body.archive .entry-content ul.bck li .verticalBottomFlex,
body.search .entry-content ul.bck li .verticalBottomFlex {
  display: flex !important;
  justify-content: end;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
body.page .entry-content ul.bck li *,
body.blog .entry-content ul.bck li *,
body.single .entry-content ul.bck li *,
body.archive .entry-content ul.bck li *,
body.search .entry-content ul.bck li * {
  color: #FFF !important;
  text-align: left !important;
}
body.page .entry-content ul.bck li .download,
body.blog .entry-content ul.bck li .download,
body.single .entry-content ul.bck li .download,
body.archive .entry-content ul.bck li .download,
body.search .entry-content ul.bck li .download {
  display: inline-block;
  margin-top: 10px;
  vertical-align: middle;
}
body.page .entry-content ul.bck li .download:hover,
body.blog .entry-content ul.bck li .download:hover,
body.single .entry-content ul.bck li .download:hover,
body.archive .entry-content ul.bck li .download:hover,
body.search .entry-content ul.bck li .download:hover {
  text-decoration: underline;
}
body.page .entry-content ul.bck li .download:before,
body.blog .entry-content ul.bck li .download:before,
body.single .entry-content ul.bck li .download:before,
body.archive .entry-content ul.bck li .download:before,
body.search .entry-content ul.bck li .download:before {
  content: '';
  display: block;
  vertical-align: middle;
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  background: transparent url('../img/icon-more-informations.svg') no-repeat;
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  width: 45px;
  height: 50px;
  margin-left: 10px;
  margin-top: 10px;
}
body.page .entry-content ul.bck:not(.flickity-enabled) li.inViewport,
body.blog .entry-content ul.bck:not(.flickity-enabled) li.inViewport,
body.single .entry-content ul.bck:not(.flickity-enabled) li.inViewport,
body.archive .entry-content ul.bck:not(.flickity-enabled) li.inViewport,
body.search .entry-content ul.bck:not(.flickity-enabled) li.inViewport {
  transform: translateY(0px) translateX(0px) !important;
}
body.page .entry-content ul.bck:not(.flickity-enabled) li:nth-child(odd),
body.blog .entry-content ul.bck:not(.flickity-enabled) li:nth-child(odd),
body.single .entry-content ul.bck:not(.flickity-enabled) li:nth-child(odd),
body.archive .entry-content ul.bck:not(.flickity-enabled) li:nth-child(odd),
body.search .entry-content ul.bck:not(.flickity-enabled) li:nth-child(odd) {
  transform: translateX(20px);
}
body.page .entry-content ul.bck:not(.flickity-enabled) li:nth-child(even),
body.blog .entry-content ul.bck:not(.flickity-enabled) li:nth-child(even),
body.single .entry-content ul.bck:not(.flickity-enabled) li:nth-child(even),
body.archive .entry-content ul.bck:not(.flickity-enabled) li:nth-child(even),
body.search .entry-content ul.bck:not(.flickity-enabled) li:nth-child(even) {
  transform: translateX(-20px);
}
body.page .entry-content .wpcf7 .wpcf7-form,
body.blog .entry-content .wpcf7 .wpcf7-form,
body.single .entry-content .wpcf7 .wpcf7-form,
body.archive .entry-content .wpcf7 .wpcf7-form,
body.search .entry-content .wpcf7 .wpcf7-form {
  background-image: linear-gradient(-51deg, #293D58 0%, #2F87FF 100%);
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto;
}
body.page .entry-content .wpcf7 .wpcf7-form h2,
body.blog .entry-content .wpcf7 .wpcf7-form h2,
body.single .entry-content .wpcf7 .wpcf7-form h2,
body.archive .entry-content .wpcf7 .wpcf7-form h2,
body.search .entry-content .wpcf7 .wpcf7-form h2 {
  color: #FFF;
  margin-bottom: 40px;
}
body.page .entry-content .wpcf7 .wpcf7-form .wpcf7-form-control-wrap-bloc,
body.blog .entry-content .wpcf7 .wpcf7-form .wpcf7-form-control-wrap-bloc,
body.single .entry-content .wpcf7 .wpcf7-form .wpcf7-form-control-wrap-bloc,
body.archive .entry-content .wpcf7 .wpcf7-form .wpcf7-form-control-wrap-bloc,
body.search .entry-content .wpcf7 .wpcf7-form .wpcf7-form-control-wrap-bloc {
  margin: 0 auto;
}
body.page .entry-content .wpcf7 .wpcf7-form .wpcf7-list-item-label,
body.blog .entry-content .wpcf7 .wpcf7-form .wpcf7-list-item-label,
body.single .entry-content .wpcf7 .wpcf7-form .wpcf7-list-item-label,
body.archive .entry-content .wpcf7 .wpcf7-form .wpcf7-list-item-label,
body.search .entry-content .wpcf7 .wpcf7-form .wpcf7-list-item-label,
body.page .entry-content .wpcf7 .wpcf7-form p,
body.blog .entry-content .wpcf7 .wpcf7-form p,
body.single .entry-content .wpcf7 .wpcf7-form p,
body.archive .entry-content .wpcf7 .wpcf7-form p,
body.search .entry-content .wpcf7 .wpcf7-form p,
body.page .entry-content .wpcf7 .wpcf7-form .wpcf7-response-output,
body.blog .entry-content .wpcf7 .wpcf7-form .wpcf7-response-output,
body.single .entry-content .wpcf7 .wpcf7-form .wpcf7-response-output,
body.archive .entry-content .wpcf7 .wpcf7-form .wpcf7-response-output,
body.search .entry-content .wpcf7 .wpcf7-form .wpcf7-response-output {
  color: #FFF;
}
body.page .entry-content .wpcf7 .wpcf7-form p,
body.blog .entry-content .wpcf7 .wpcf7-form p,
body.single .entry-content .wpcf7 .wpcf7-form p,
body.archive .entry-content .wpcf7 .wpcf7-form p,
body.search .entry-content .wpcf7 .wpcf7-form p {
  text-align: center;
}
body.page .entry-content .wpcf7 .wpcf7-form a,
body.blog .entry-content .wpcf7 .wpcf7-form a,
body.single .entry-content .wpcf7 .wpcf7-form a,
body.archive .entry-content .wpcf7 .wpcf7-form a,
body.search .entry-content .wpcf7 .wpcf7-form a {
  color: #FFF;
}
body.page .entry-content .wpcf7 .wpcf7-form a:hover,
body.blog .entry-content .wpcf7 .wpcf7-form a:hover,
body.single .entry-content .wpcf7 .wpcf7-form a:hover,
body.archive .entry-content .wpcf7 .wpcf7-form a:hover,
body.search .entry-content .wpcf7 .wpcf7-form a:hover {
  text-decoration: underline;
}
body.page .entry-content .wpcf7 .wpcf7-form .rgpd,
body.blog .entry-content .wpcf7 .wpcf7-form .rgpd,
body.single .entry-content .wpcf7 .wpcf7-form .rgpd,
body.archive .entry-content .wpcf7 .wpcf7-form .rgpd,
body.search .entry-content .wpcf7 .wpcf7-form .rgpd {
  text-align: left;
}
body.page .entry-content .wpcf7 .wpcf7-form .rgpd .wpcf7-list-item,
body.blog .entry-content .wpcf7 .wpcf7-form .rgpd .wpcf7-list-item,
body.single .entry-content .wpcf7 .wpcf7-form .rgpd .wpcf7-list-item,
body.archive .entry-content .wpcf7 .wpcf7-form .rgpd .wpcf7-list-item,
body.search .entry-content .wpcf7 .wpcf7-form .rgpd .wpcf7-list-item {
  margin-left: 0;
}
body.page .entry-content .wpcf7 .wpcf7-form .wpcf7-submit,
body.blog .entry-content .wpcf7 .wpcf7-form .wpcf7-submit,
body.single .entry-content .wpcf7 .wpcf7-form .wpcf7-submit,
body.archive .entry-content .wpcf7 .wpcf7-form .wpcf7-submit,
body.search .entry-content .wpcf7 .wpcf7-form .wpcf7-submit {
  color: #FFF;
  border-color: #FFF;
}
body.page .entry-content .wpcf7 .wpcf7-form .wpcf7-submit:hover,
body.blog .entry-content .wpcf7 .wpcf7-form .wpcf7-submit:hover,
body.single .entry-content .wpcf7 .wpcf7-form .wpcf7-submit:hover,
body.archive .entry-content .wpcf7 .wpcf7-form .wpcf7-submit:hover,
body.search .entry-content .wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background-color: transparent;
}
body.page .post-1177 .entry-content .wpcf7 .wpcf7-form,
body.blog .post-1177 .entry-content .wpcf7 .wpcf7-form,
body.single .post-1177 .entry-content .wpcf7 .wpcf7-form,
body.archive .post-1177 .entry-content .wpcf7 .wpcf7-form,
body.search .post-1177 .entry-content .wpcf7 .wpcf7-form {
  margin-top: -100px;
  position: relative;
  z-index: 50;
}
body.blog [role="main"] {
  padding-top: 190px;
}
body.blog #content .header_img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  padding: 80px;
  display: flex !important;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  border-radius: 20px;
  color: #FFF;
  max-width: 1000px;
  margin: 0 auto;
}
body.blog #content .header_img h2,
body.blog #content .header_img h3,
body.blog #content .header_img h4,
body.blog #content .header_img a {
  color: #FFF;
  text-align: left;
}
body.single [role="main"] {
  padding-top: 100px;
}
body.single .entry-header img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 60px;
}
/* = RETINA DEFINITIONS
-------------------------------------------------------------- */
