@charset "UTF-8";
@font-face {
  font-family: 'days_oneregular';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/daysone-regular-webfont.eot");
  src: url("fonts/daysone-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/daysone-regular-webfont.woff2") format("woff2"), url("fonts/daysone-regular-webfont.woff") format("woff"), url("fonts/daysone-regular-webfont.ttf") format("truetype"), url("fonts/daysone-regular-webfont.svg#days_oneregular") format("svg"); }

@font-face {
  font-family: 'oxygenregular';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/oxygen-regular-webfont.eot");
  src: url("fonts/oxygen-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oxygen-regular-webfont.woff2") format("woff2"), url("fonts/oxygen-regular-webfont.woff") format("woff"), url("fonts/oxygen-regular-webfont.ttf") format("truetype"), url("fonts/oxygen-regular-webfont.svg#oxygenregular") format("svg"); }

@font-face {
  font-family: 'oxygenlight';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/oxygen-light-webfont.eot");
  src: url("fonts/oxygen-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oxygen-light-webfont.woff2") format("woff2"), url("fonts/oxygen-light-webfont.woff") format("woff"), url("fonts/oxygen-light-webfont.ttf") format("truetype"), url("fonts/oxygen-light-webfont.svg#oxygenlight") format("svg"); }

@font-face {
  font-family: 'oxygenbold';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/oxygen-bold-webfont.eot");
  src: url("fonts/oxygen-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oxygen-bold-webfont.woff2") format("woff2"), url("fonts/oxygen-bold-webfont.woff") format("woff"), url("fonts/oxygen-bold-webfont.ttf") format("truetype"), url("fonts/oxygen-bold-webfont.svg#oxygenbold") format("svg"); }

/* Import des couleurs, fonts, */
/* Colors for the circles and positions for the graphics */
.chart img {
  position: relative;
  width: 20px; }

.chart .li {
  top: -2px; }

.chart .ti {
  top: 2px; }

.chart .yt {
  top: 2px; }

.chart svg .outer {
  stroke: white; }

.chart svg {
  position: absolute;
  top: -16px;
  left: -16px; }

.outer {
  fill: transparent;
  stroke-width: 2;
  stroke-dasharray: 537;
  transition: stroke-dashoffset 2s;
  -webkit-animation-play-state: running;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px); }

.chart:hover .outer {
  stroke-dashoffset: 0 !important;
  -webkit-animation-play-state: paused; }

/* Set the initial values for the animation */
.chart[data-percent='0'] .outer {
  stroke-dashoffset: 537; }

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }

.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35; }

.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 300; }

@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px; }
  .cd-header h1 {
    line-height: 180px; } }

.cd-main-content {
  position: relative;
  min-height: auto; }

.cd-main-content:after {
  content: "";
  display: table;
  clear: both; }

.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px; }

.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden; }

.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed; }

@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px; } }

@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px; } }

/* --------------------------------

xtab-filter

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);*/
  z-index: 1; }

.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1; }

.cd-tab-filter:after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../svg/cd-icon-arrow.svg") no-repeat center center;
  transition: all 0.3s;
  pointer-events: none; }

.cd-tab-filter ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  /*box-shadow: inset 0 -2px 0 #004275;*/ }

.cd-tab-filter li {
  display: none; }

.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block; }

.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 45px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px; }

.cd-tab-filter a.selected {
  background: #004275;
  color: #ffffff; }

.cd-tab-filter.is-open:after {
  /* small arrow rotation */
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg); }

.cd-tab-filter.is-open ul li {
  display: block; }

.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: .4; }

@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto; }
  .cd-tab-filter:after {
    /* hide the arrow */
    display: none; }
  .cd-tab-filter ul {
    margin-left: 0;
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center; }
  .cd-tab-filter li {
    display: inline-block; }
  .cd-tab-filter li.placeholder {
    display: none !important; }
  .cd-tab-filter a {
    font-size: 14px;
    line-height: 20px;
    color: #2C2C2C;
    margin: 4px;
    padding: 10px 25px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    background-color: #F5F5F5;
    display: inline-block;
    /*padding: 0 1em;*/
    width: auto;
    /*color: #9a9a9a;*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    /*font-size: 0.75rem;*/
    transition: all 0.5s; }
  .no-touch .cd-tab-filter a:hover {
    background-color: #cbcbcb; }
  .cd-tab-filter a.selected {
    background: #004275;
    border: 1px solid #004275;
    color: white;
    transition: all 0.5s; }
  .cd-tab-filter a.selected:hover {
    background: #004275;
    border: 1px solid #004275; }
  .cd-tab-filter.is-open ul li {
    display: inline-block; } }

@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    transition: width 0.3s; }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%; } }

/* --------------------------------

xgallery

-------------------------------- */
.cd-gallery {
  padding: 26px 0;
  width: 100%; }

.cd-gallery li {
  margin-bottom: 1.6em;
  /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);*/
  display: none; }

.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  height: 0;
  display: inline-block; }

.cd-gallery img {
  display: block;
  width: 100%; }

.cd-gallery .cd-fail-message {
  display: none;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 0; }
  .cd-gallery ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 0;
    text-align: justify; }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both; }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 1.1em;
    margin-right: 1.1em; } }

@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 25px 0 0 0;
    float: right;
    transition: width 0.3s; }
  .cd-gallery li {
    width: 243px; }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%; } }

/* --------------------------------

xfilter

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  /*box-shadow: 4px 4px 20px transparent;*/
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform 0.3s, box-shadow 0.3s; }

.cd-filter:before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #004275;
  z-index: 2; }

.cd-filter form {
  padding: 70px 20px; }

.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 20.8px;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 3; }

.no-touch .cd-filter .cd-close:hover {
  background: #32255f; }

.cd-filter.filter-is-visible {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.cd-filter.filter-is-visible .cd-close {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%; }
  .cd-filter form {
    padding: 70px 10%; } }

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../svg/cd-icon-filter.svg") no-repeat center center;
  z-index: 3; }

.cd-filter-trigger.filter-is-visible {
  pointer-events: none; }

@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    transition: color 0.3s; }
  .no-touch .cd-filter-trigger:hover {
    color: #004275; }
  .cd-filter-trigger.filter-is-visible,
  .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff; } }

/* --------------------------------

xcustom form elements

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em; }

.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20.8px;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.no-touch .cd-filter-block h4:hover {
  color: #004275; }

.cd-filter-block h4:before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../svg/cd-icon-arrow.svg") no-repeat center center;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.3s; }

.cd-filter-block h4.closed:before {
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg); }

.cd-filter-block input,
.cd-filter-block select,
.cd-filter-block .radio-label:before,
.cd-filter-block .checkbox-label:before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6; }

.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none; }

.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #004275; }

.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 25.6px !important;
  font-size: 1.6rem !important; }

.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none; }

.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative; }

.cd-filter-block .cd-select:after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../svg/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none; }

.cd-filter-block select {
  cursor: pointer;
  font-size: 22.4px;
  font-size: 1.4rem; }

.cd-filter-block select::-ms-expand {
  display: none; }

.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em; }

.cd-filter-block .list li:last-of-type {
  margin-bottom: 0; }

.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 2; }

.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 22.4px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cd-filter-block .checkbox-label:before,
.cd-filter-block .checkbox-label:after,
.cd-filter-block .radio-label:before,
.cd-filter-block .radio-label:after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.cd-filter-block .checkbox-label:before,
.cd-filter-block .radio-label:before {
  width: 16px;
  height: 16px;
  left: 0; }

.cd-filter-block .checkbox-label:after,
.cd-filter-block .radio-label:after {
  /* check mark - hidden */
  display: none; }

.cd-filter-block .checkbox-label:after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../svg/cd-icon-check.svg") no-repeat center center; }

.cd-filter-block .radio-label:before,
.cd-filter-block .radio-label:after {
  border-radius: 50%; }

.cd-filter-block .radio-label:after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px; }

.cd-filter-block input[type=radio]:checked + label:before,
.cd-filter-block input[type=checkbox]:checked + label:before {
  border-color: #004275;
  background-color: #004275; }

.cd-filter-block input[type=radio]:checked + label:after,
.cd-filter-block input[type=checkbox]:checked + label:after {
  display: block; }

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select:after {
    display: none; } }

@keyframes moveBaby {
  0% {
    top: 0; }
  50% {
    top: 5px; }
  100% {
    top: 0; } }

.page-template-template-homepage .timer {
  position: absolute;
  z-index: 10;
  bottom: 100px;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 5px;
  background: #f66; }

.page-template-template-homepage .under-timer {
  position: absolute;
  z-index: 9;
  bottom: 123px;
  left: 0;
  width: 100%;
  height: 1px;
  margin: 1px 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3); }

.page-template-template-homepage .slideshow {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: calc(100% * 2);
  height: 100vh;
  margin-bottom: 0; }

.page-template-template-homepage .slide {
  width: 100%;
  height: 100%;
  text-align: center; }

.page-template-template-homepage .inner-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.page-template-template-homepage .inner-slide .inner-content-slide {
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 200px;
  text-align: center;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.page-template-template-homepage .mcphy-logo-slide {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 90%;
  margin-top: 2%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
  background: url("../img/M-color.png") center no-repeat;
  background-size: contain; }

.page-template-template-homepage .inner-slide .inner-content-slide .info-slide {
  font-family: 'oxygenregular', 'Arial';
  font-size: 14px;
  padding-bottom: 25px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6); }

.page-template-template-homepage .inner-slide .inner-content-slide h3 {
  font-family: 'days_oneregular', 'Arial';
  font-size: 55px;
  line-height: 1em;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

.page-template-template-homepage .inner-slide .inner-content-slide .content-slide {
  font-family: 'oxygenregular', 'Arial';
  font-size: 18px;
  line-height: normal;
  max-width: 650px;
  padding: 0 50px;
  color: #fff !important; }

.page-template-template-homepage .inner-slide .inner-content-slide a {
  font-family: 'oxygenbold', 'Arial';
  font-size: 13px;
  line-height: normal;
  margin-top: 40px;
  padding: 10px 25px;
  transition: all .4s;
  text-decoration: none;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2); }

.page-template-template-homepage .inner-slide .inner-content-slide a:hover {
  color: #2c2c2c;
  background-color: #fff; }

.page-template-template-homepage .inner-slide .overlay-slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2); }

.page-template-template-homepage .btn-slide-mobile {
  display: none; }

.page-template-template-homepage .btn-slide {
  position: absolute;
  z-index: 20;
  bottom: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100vw;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-template-homepage .btn-slide button {
  font-family: 'oxygenbold', 'Arial';
  font-size: 13px;
  font-weight: 600;
  min-width: 230px;
  margin: 0 10px;
  padding: 10px 25px;
  transition: all .4s;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2); }

.page-template-template-homepage .btn-slide button:hover {
  cursor: pointer;
  color: #2c2c2c;
  background-color: #fff; }

.page-template-template-homepage .btn-slide .active {
  color: #2c2c2c;
  background-color: #fff; }

@media only screen and (max-width: 870px) {
  .page-template-template-homepage .timer,
  .page-template-template-homepage .under-timer {
    display: none; }
  .page-template-template-homepage .btn-slide button {
    min-width: 5em;
    height: .5em;
    margin: 0 10px;
    padding: 0;
    color: transparent;
    background-color: #f5f5f5; }
  .page-template-template-homepage .btn-slide button span {
    display: none; }
  .page-template-template-homepage .btn-slide button:hover {
    color: transparent; }
  .page-template-template-homepage .btn-slide button.active {
    color: transparent;
    border-color: #f66;
    background-color: #f66; }
  .page-template-template-homepage .btn-slide-mobile {
    position: absolute;
    z-index: 20;
    bottom: 125px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100vw;
    -ms-flex-pack: center;
    justify-content: center; }
  .page-template-template-homepage .btn-slide-mobile button {
    width: calc(100vw / 4);
    height: .5em;
    margin: 0 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: .7;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5; }
  .page-template-template-homepage .btn-slide-mobile button.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    background-color: #f66; } }

@media only screen and (max-width: 320px) {
  .page-template-template-homepage .inner-slide .inner-content-slide a {
    margin-top: 0; } }

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------- STYLE GLOBAL --------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
.bold,
strong,
b {
  font-family: 'oxygenbold' !important;
  font-weight: 800 !important; }

#infscr-loading div {
  font-family: 'oxygenregular', 'Arial'; }

body.ascend #sidebar .widget.widget_categories li,
body.ascend #sidebar .widget.widget_pages li,
body.ascend #sidebar .widget.widget_nav_menu li,
body.ascend #footer-outer .widget.widget_categories li,
body.ascend #footer-outer .widget.widget_pages li,
body.ascend #footer-outer .widget.widget_nav_menu li {
  padding: 4px !important; }

body.ascend #sidebar .widget.widget_categories li.nav-title > a,
body.ascend #sidebar .widget.widget_pages li.nav-title > a,
body.ascend #sidebar .widget.widget_nav_menu li.nav-title > a,
body.ascend #footer-outer .widget.widget_categories li.nav-title > a,
body.ascend #footer-outer .widget.widget_pages li.nav-title > a,
body.ascend #footer-outer .widget.widget_nav_menu li.nav-title > a {
  padding: 5px 0 5px 35px !important; }

.main-content > .row:first-child,
.main-content div.clear:first-child {
  padding-bottom: 0; }

body.home .container-wrap input[type='text'],
body.home .container-wrap textarea,
body.home .container-wrap input[type='email'],
body.home .container-wrap input[type='password'],
body.home .container-wrap input[type='tel'],
body.home .container-wrap input[type='url'],
body.home .container-wrap input[type='search'],
body.home .container-wrap input[type='date'] {
  padding-left: 10px;
  background-color: #fff !important; }

body[data-form-style='minimal'] input[type='text'],
body[data-form-style='minimal'] textarea,
body[data-form-style='minimal'] input[type='email'],
body[data-form-style='minimal'] .container-wrap .span_12.light input[type='email'],
body[data-form-style='minimal'] input[type=password],
body[data-form-style='minimal'] input[type=tel],
body[data-form-style='minimal'] input[type=url],
body[data-form-style='minimal'] input[type=search],
body[data-form-style='minimal'] input[type=date] {
  padding-left: 10px !important; }

body.ascend .container-wrap input[type='submit'],
body.ascend .container-wrap button[type='submit'],
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border-radius: 5px !important; }

@media only screen and (max-width: 1300px) and (min-width: 990px) {
  body .full-width-content .wpb_column .wpb_row .wpb_column:not(.vc_col-md-12),
  body .full-width-content .wpb_column .wpb_row .wpb_column:not(.vc_col-md-12) p {
    font-size: 14px;
    line-height: 1.5em; } }

.ascend {
  background-color: #fff !important; }

/* -------------------

------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------ STYLE POUR LE MENU PRINCIPAL ET POUR LE MENU DEROULANT ------------------------------ */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
.page-template-default div.excerpt,
.page-template-template-mclive div.excerpt,
.page-template-template-contact div.excerpt,
.page-template-template-product div.excerpt,
.page-template-template-realisation div.excerpt,
.page-template-template-rubrique div.excerpt {
  margin-bottom: 25px; }

#header-outer {
  /* TEMP */
  padding: 0;
  /* style le lien permettant de remonter la page au top du slider de la homepage*/ }

#header-outer .main-menu {
  margin: 0 20px 0 30px; }

#header-outer .main-menu .span_3 {
  z-index: 101; }

#header-outer .main-menu .span_9 .sf-menu {
  font-family: 'oxygenregular', 'Arial';
  /* lien du menu principal avec le burger*/ }

#header-outer .main-menu .span_9 .sf-menu .disabled a:hover {
  color: inherit; }

#header-outer .main-menu .span_9 .sf-menu .open-link {
  height: 30px;
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 30px;
  cursor: pointer;
  transition: .5s ease-in-out;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-transform: uppercase;
  border: 1px solid #bdbdbd;
  border-color: #bdbdbd;
  border-radius: 5px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1); }

#header-outer .main-menu .span_9 .sf-menu .open-link a {
  padding-top: 5px !important; }

#header-outer .main-menu .span_9 .sf-menu .open-link a span {
  position: absolute;
  left: -22px;
  display: block;
  width: 20px;
  height: 2px;
  transition: .25s ease-in-out;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  border-radius: 9px;
  background-color: #bdbdbd; }

#header-outer .main-menu .span_9 .sf-menu .open-link a span:nth-child(1) {
  top: 8px; }

#header-outer .main-menu .span_9 .sf-menu .open-link a span:nth-child(2),
#header-outer .main-menu .span_9 .sf-menu .open-link a span:nth-child(3) {
  top: 13px; }

#header-outer .main-menu .span_9 .sf-menu .open-link a span:nth-child(4) {
  top: 18px; }

#header-outer .main-menu .span_9 .sf-menu .open-link.open {
  border-color: #757575; }

#header-outer .main-menu .span_9 .sf-menu .open-link.open span {
  background-color: #757575; }

#header-outer .main-menu .span_9 .sf-menu .open-link.open span:nth-child(1) {
  top: 13px;
  left: -10px;
  width: 0; }

#header-outer .main-menu .span_9 .sf-menu .open-link.open span:nth-child(2) {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#header-outer .main-menu .span_9 .sf-menu .open-link.open span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#header-outer .main-menu .span_9 .sf-menu .open-link.open span:nth-child(4) {
  top: 13px;
  left: -10px;
  width: 0; }

#header-outer .cursor-scroll {
  position: absolute;
  top: -70px;
  display: none;
  width: 100%;
  height: 100px;
  text-align: left; }

#header-outer .cursor-scroll .scroll-down {
  width: 100%; }

#header-outer .cursor-scroll .scroll-down span {
  font-size: 30px;
  cursor: pointer;
  color: #fff; }

#header-outer .cursor-scroll .scroll-down span:hover {
  cursor: pointer; }

#header-outer .all-the-way-up {
  font-size: 10px;
  position: absolute;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }

#header-outer .all-the-way-up div {
  display: inline-block;
  cursor: pointer;
  text-align: center; }

#header-outer .all-the-way-up div svg {
  position: relative;
  transition: all .4s;
  animation: moveBaby 1.5s ease-in-out infinite; }

#header-outer .all-the-way-up div p.txt {
  position: relative;
  top: -10px;
  padding: 0;
  transition: all .4s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

#header-outer .all-the-way-up div:hover svg {
  animation-play-state: paused; }

#header-outer .all-the-way-up div:hover p.txt {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

/* ----- END style pour le menu principal et le menu dÃ©roulant ----- */
.home #header-outer .main-menu .span_9 .sf-menu .open-link {
  border-color: #fff; }

.home #header-outer .main-menu .span_9 .sf-menu .open-link a span {
  background-color: #fff; }

#header-outer[data-transparent-header='true'].transparent #logo img,
#header-outer[data-transparent-header='true'] #logo .starting-logo,
#header-outer[data-transparent-header='true'].light-text #logo img,
header#top #logo .starting-logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

header#top nav > ul > li > a {
  padding-bottom: 9px !important;
  color: #666; }

/********************************************************************************
 HEADER et FOOTER en commun
*********************************************************************************/
#myNav-footer,
#myNav-header {
  font-size: 14px;
  line-height: 1.2em;
  position: relative;
  transition: all .4s;
  color: #fff;
  background: url("../svg/M-blanc.svg") center no-repeat;
  background-size: cover;
  /*****************************************************************
   2Ã¨me ligne de menu
  ******************************************************************/ }

#myNav-footer a,
#myNav-header a {
  position: relative;
  display: inline-block;
  transition: all .3s;
  text-decoration: none;
  color: #fff; }

#myNav-footer a:focus,
#myNav-footer a:hover,
#myNav-header a:focus,
#myNav-header a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: .8; }

#myNav-footer .widget-zone,
#myNav-header .widget-zone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 25px;
  padding-bottom: 25px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*****************************************************************
     1Ã¨re ligne de menu
    ******************************************************************/ }

#myNav-footer .widget-zone.row1,
#myNav-header .widget-zone.row1 {
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

#myNav-footer .widget-zone .widget,
#myNav-header .widget-zone .widget {
  width: 16%;
  margin-right: 5%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  /************************************
       derniÃ¨re colonne de la ligne
      ************************************/
  /************************************
       colonne rÃ©seaux sociaux
      ************************************/ }

#myNav-footer .widget-zone .widget ul.nav-widget,
#myNav-header .widget-zone .widget ul.nav-widget {
  /************************************
				 titre colonne
        ************************************/ }

#myNav-footer .widget-zone .widget ul.nav-widget li.nav-title,
#myNav-header .widget-zone .widget ul.nav-widget li.nav-title {
  font-family: 'days_oneregular', 'Arial';
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2em;
  margin-bottom: 8px; }

#myNav-footer .widget-zone .widget ul.nav-widget li:not(.nav-title):not(.link-social),
#myNav-header .widget-zone .widget ul.nav-widget li:not(.nav-title):not(.link-social) {
  margin-bottom: 4px;
  /************************************
           liens avec effet soulignement
          ************************************/ }

#myNav-footer .widget-zone .widget ul.nav-widget li:not(.nav-title):not(.link-social) a,
#myNav-header .widget-zone .widget ul.nav-widget li:not(.nav-title):not(.link-social) a {
  line-height: 1.3em; }

#myNav-footer .widget-zone .widget ul.nav-widget li:not(.nav-title):not(.link-social) a:after,
#myNav-header .widget-zone .widget ul.nav-widget li:not(.nav-title):not(.link-social) a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  transition: all .4s ease-in-out 0s;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: left 0;
  transform-origin: left 0;
  background-color: #fff; }

#myNav-footer .widget-zone .widget ul.nav-widget li:not(.nav-title):not(.link-social) a:hover,
#myNav-header .widget-zone .widget ul.nav-widget li:not(.nav-title):not(.link-social) a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

#myNav-footer .widget-zone .widget ul.nav-widget li:not(.nav-title):not(.link-social) a:hover:after,
#myNav-header .widget-zone .widget ul.nav-widget li:not(.nav-title):not(.link-social) a:hover:after {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -ms-transform-origin: left 100%;
  transform-origin: left 100%; }

#myNav-footer .widget-zone .widget ul.nav-widget li.sub-product,
#myNav-footer .widget-zone .widget ul.nav-widget li.sub-sub-product,
#myNav-header .widget-zone .widget ul.nav-widget li.sub-product,
#myNav-header .widget-zone .widget ul.nav-widget li.sub-sub-product {
  display: none; }

#myNav-footer .widget-zone .widget:last-child,
#myNav-header .widget-zone .widget:last-child {
  margin: 0; }

#myNav-footer .widget-zone .widget.social ul,
#myNav-header .widget-zone .widget.social ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#myNav-footer .widget-zone .widget.social ul li,
#myNav-header .widget-zone .widget.social ul li {
  margin-right: 15px; }

#myNav-footer .widget-zone.row2,
#myNav-header .widget-zone.row2 {
  padding-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

/********************************************************************************
 HEADER only
*********************************************************************************/
#myNav-header {
  position: fixed;
  z-index: 100;
  top: 0;
  overflow: hidden;
  overflow-x: hidden;
  width: 100%;
  height: 0;
  padding: 0;
  /* TEMP */
  /*****************************************************************
   menu langues
  ******************************************************************/
  /*****************************************************************
   ligne des extraits
  ******************************************************************/
  /*****************************************************************
   logo en bas
  ******************************************************************/ }

#myNav-header .language {
  margin-top: 20px;
  text-transform: uppercase;
  -ms-flex-pack: start;
  justify-content: flex-start; }

#myNav-header .language a.home-link {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  padding-right: 36px;
  border-right: 1px solid #fff;
  background-image: url("../svg/home.svg");
  background-repeat: no-repeat;
  background-position: left; }

#myNav-header .language li {
  display: inline-block;
  margin-right: 5px; }

#myNav-header .language li a {
  padding: 0 5px; }

#myNav-header .widget-zone.extraits-zone {
  display: block; }

#myNav-header .widget-zone.extraits-zone .widget-info {
  display: block;
  clear: both;
  margin-bottom: 25px; }

#myNav-header .widget-zone.extraits-zone .widget-info .widget-thumbnail {
  float: left;
  width: 219px;
  height: 146px;
  margin: 0 25px 25px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

#myNav-header .widget-zone.extraits-zone .widget-info .widget-info-text {
  margin-left: 245px;
  color: #fff; }

#myNav-header .widget-zone.extraits-zone .widget-info .widget-info-text h3 {
  font-family: 'days_oneregular', 'Arial';
  font-size: 19px;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: #fff; }

#myNav-header .widget-zone.extraits-zone .widget-info .widget-info-text p {
  font-family: 'oxygenlight', 'Arial';
  line-height: 1.8em;
  padding: 0 65px 0 0; }

#myNav-header .logo-menu {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 30px; }

#myNav-header .logo-menu a {
  width: 40px;
  height: 40px;
  content: url("../img/M-color-50x50.png"); }

/********************************************************************************
 FOOTER only
*********************************************************************************/
#myNav-footer {
  z-index: 50;
  /*****************************************************************
   1Ã¨re ligne de menu
  ******************************************************************/
  /*****************************************************************
   bandeau logo
  ******************************************************************/
  /*****************************************************************
   copyright et liens en bas
  ******************************************************************/ }

#myNav-footer .widget-zone.row1 {
  padding-top: 40px;
  border: none; }

#myNav-footer .widget-zone.row2 {
  padding-bottom: 40px;
  border: none; }

#myNav-footer .bandeau {
  padding: 45px 0;
  background-color: #00345d; }

#myNav-footer .bandeau .container {
  display: table; }

#myNav-footer .bandeau a {
  display: block; }

#myNav-footer .bandeau .logo-mcphy-footer {
  float: left;
  height: 38px; }

#myNav-footer .bandeau .logo-color {
  float: right; }

#myNav-footer .nav-footer ul,
#myNav-footer ul.nav-footer {
  font-size: 12px;
  padding: 30px 0 50px 0;
  text-align: center; }

#myNav-footer .nav-footer ul li,
#myNav-footer ul.nav-footer li {
  display: inline;
  margin: 0 30px 0 0; }

#myNav-footer .nav-footer ul li:last-child,
#myNav-footer ul.nav-footer li:last-child {
  margin: 0; }

@media only screen and (max-width: 1000px) {
  #myNav-footer .widget-zone,
  #myNav-footer .bandeau {
    display: none; }
  #myNav-footer .nav-footer ul li,
  #myNav-footer ul.nav-footer li {
    display: block;
    margin: 0 0 5px; } }

/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- STYLE POUR LE FOOTER CUSTOM ------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
.right-container {
  width: 770px;
  margin: 40px 0;
  padding: 0; }

/* .overlay-content {*/
/*   position: relative;*/
/*   top: 25%;*/
/*   width: 100%;*/
/*   text-align: center;*/
/*   margin-top: 30px;*/
/* }*/
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- STYLE POUR LA PAGE 404 ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
body .container-wrap {
  padding: 0 !important; }

body .container-wrap .back-to-home {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center; }

body .container-wrap .back-to-home a {
  font-family: oxygenbold, Arial Bold;
  font-size: 12px;
  padding: 10px 25px;
  transition: all .4s;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid;
  border-color: #004275;
  border-radius: 5px;
  background-color: transparent; }

body .container-wrap .back-to-home a:hover {
  color: #fff;
  background-color: #004275; }

body .container-wrap #error-404 h1 {
  font-family: 'days_oneregular', 'Arial' !important;
  font-size: 2em !important;
  font-weight: normal !important;
  line-height: 1.5em;
  text-transform: uppercase; }

/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- STYLE POUR LA PAGE D'ACCUEIL ------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
.page-template-template-homepage {
  /* style pour les diffÃ©rentes application en page d'accueil*/
  /* style pour le formulaire de la page d'accueil*/
  /* style pour le bloc restons en contact de la page d'accueil*/ }

.page-template-template-homepage header#top nav > ul > li > a {
  font-size: 15px; }

.page-template-template-homepage .title-home {
  font-family: 'days_oneregular', 'Arial' !important;
  font-size: 36px !important;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  color: #2c2c2c; }

.page-template-template-homepage .subtitle-home {
  font-family: 'oxygenregular', 'Arial';
  font-size: 18px;
  text-align: center;
  color: #757575; }

.page-template-template-homepage .cards {
  display: -ms-flexbox;
  display: flex;
  height: 365px;
  padding: 50px 80px;
  transition: background-color .5s;
  text-align: center;
  background-color: inherit;
  -ms-flex-align: center;
  align-items: center; }

.page-template-template-homepage .cards img {
  position: relative;
  width: 45px;
  height: 45px;
  transition: all .5s; }

.page-template-template-homepage .cards img:nth-child(1) {
  left: calc(45px/2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.page-template-template-homepage .cards img:nth-child(2) {
  right: calc(45px/2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.page-template-template-homepage .cards.one {
  background-color: #f5f5f5; }

.page-template-template-homepage .cards.two {
  background-color: #eaeaea; }

.page-template-template-homepage .cards.three {
  background-color: #e2e2e2; }

.page-template-template-homepage .cards.four {
  background-color: #f9f9f9; }

.page-template-template-homepage .cards.five {
  background-color: #f0f0f0; }

.page-template-template-homepage .cards.six {
  background-color: #e8e8e8; }

.page-template-template-homepage .cards div:first-child {
  margin: 0 auto; }

.page-template-template-homepage .cards:hover {
  background-color: #f66 !important; }

.page-template-template-homepage .cards:hover a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px; }

.page-template-template-homepage .cards:hover h4,
.page-template-template-homepage .cards:hover p {
  color: #fff; }

.page-template-template-homepage .cards:hover img:nth-child(1) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.page-template-template-homepage .cards:hover img:nth-child(2) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.page-template-template-homepage .cards h4 {
  font-family: days_oneregular, Arial;
  font-size: 16px;
  font-weight: 200;
  transition: color .5s;
  text-transform: uppercase;
  color: #2c2c2c; }

.page-template-template-homepage .cards h4 sub {
  top: 0; }

.page-template-template-homepage .cards p {
  font-family: 'oxygenregular', 'Arial';
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
  max-width: 300px;
  transition: color .5s;
  color: #757575; }

.page-template-template-homepage .cards p:nth-child(1) {
  padding-bottom: 18px; }

.page-template-template-homepage .cards a {
  font-family: oxygenbold, Arial;
  font-size: 12px;
  padding: 10px 25px;
  transition: all .4s;
  letter-spacing: 1.5px;
  color: #004275;
  border: 1px solid transparent;
  border-radius: 5px; }

.page-template-template-homepage .cards a:hover {
  color: #f66;
  background-color: #fff; }

.page-template-template-homepage .title-newsletter {
  font-family: oxygenbold, Arial;
  font-size: 18px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  text-align: center;
  color: #fff;
  background-color: #004275;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-template-homepage .newsletter {
  margin-bottom: 0; }

.page-template-template-homepage #post-area {
  margin-top: 0; }

.page-template-template-homepage #sidebar {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100px;
  padding-bottom: 10px;
  background-color: #004275;
  -ms-flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.page-template-template-homepage #sidebar h4,
.page-template-template-homepage #sidebar h2 {
  display: none; }

.page-template-template-homepage #sidebar .widget_wysija {
  font-family: 'oxygenregular', 'Arial';
  font-size: 18px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  color: #fff;
  -ms-flex-align: center;
  align-items: center; }

.page-template-template-homepage #sidebar .wysija-paragraph {
  padding-bottom: 0 !important; }

.page-template-template-homepage #sidebar .wysija-submit-field {
  margin-top: 0 !important; }

.page-template-template-homepage #sidebar .widget_wysija input[name='wysija[user][email]'] {
  width: 630px;
  height: 40px;
  margin: 0 12px;
  background-color: #fff; }

.page-template-template-homepage #sidebar .wysija-submit-field {
  font-family: 'oxygenregular', 'Arial';
  font-size: 12px;
  height: 40px;
  padding: 0 25px !important;
  transition: background-color .5s, color .5s;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px !important;
  background-color: transparent; }

.page-template-template-homepage #sidebar .wysija-submit-field:hover {
  color: #004275;
  background-color: #fff !important; }

.page-template-template-homepage #sidebar .formErrorContent {
  font-family: 'oxygenregular', 'Arial';
  font-size: 12px;
  font-weight: 800;
  position: relative;
  top: 40px;
  left: -655px;
  display: block;
  width: 450px;
  min-width: 350px;
  color: #f66;
  border: none;
  background-color: transparent; }

.page-template-template-homepage .contact-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-template-homepage .contact-logo a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 78px;
  height: 78px;
  margin: 0 25px;
  transition: all .4s;
  border: 2px solid #b3b3b3;
  border-radius: 50%;
  background-color: transparent;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-template-homepage .contact-logo a:hover {
  border: 2px solid #f66;
  background-color: #f66; }

.page-template-template-homepage .contact-logo a .second-linkedin,
.page-template-template-homepage .contact-logo a .second-twitter,
.page-template-template-homepage .contact-logo a .second-youtube {
  position: absolute;
  top: 25px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.page-template-template-homepage .contact-logo a .first-left-linkedin {
  left: calc(50% - 26px/2); }

.page-template-template-homepage .contact-logo a .first-left-twitter {
  left: calc(50% - 29px/2); }

.page-template-template-homepage .contact-logo a .first-left-youtube {
  left: calc(50% - 36px/2); }

.page-template-template-homepage .contact-logo a .first-linkedin,
.page-template-template-homepage .contact-logo a .first-twitter,
.page-template-template-homepage .contact-logo a .first-youtube {
  position: absolute;
  z-index: 1;
  top: 25px;
  transition: all .4s; }

.page-template-template-homepage .contact-logo a:hover .second-linkedin,
.page-template-template-homepage .contact-logo a:hover .second-twitter,
.page-template-template-homepage .contact-logo a:hover .second-youtube {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.page-template-template-homepage .contact-logo a:hover .first-linkedin,
.page-template-template-homepage .contact-logo a:hover .first-twitter,
.page-template-template-homepage .contact-logo a:hover .first-youtube {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.page-template-template-homepage .blog-media .vc_column-inner .wpb_wrapper .row #post-area .posts-container {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.page-template-template-homepage .mcphy-media {
  position: relative;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 280px;
  margin: 0 20px; }

.page-template-template-homepage .mcphy-media .mcphy-media-inner {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: .5s ease-in-out;
  -ms-transform: scale(1);
  transform: scale(1); }

.page-template-template-homepage .mcphy-media:hover .mcphy-media-inner {
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.page-template-template-homepage .mcphy-media a {
  z-index: 2;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff; }

.page-template-template-homepage .mcphy-media a .mcphy-media-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(5%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 5%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$white', endColorstr='#000000', GradientType=0);
  -ms-flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.page-template-template-homepage .mcphy-media a .mcphy-media-content p {
  padding-bottom: 0; }

.page-template-template-homepage .mcphy-media a .mcphy-media-content .date-media {
  font-family: oxygenlight, Arial;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 7px;
  color: #bdbdbd; }

.page-template-template-homepage .mcphy-media a .mcphy-media-content .title-media {
  font-family: oxygenlight, Arial;
  font-size: 14px;
  line-height: 18px;
  color: #fff; }

.page-template-template-homepage #slider-event .mcphy-evenement-first {
  width: 100%;
  height: 100vh; }

.page-template-template-homepage #slider-event .mcphy-evenement-first .mcphy-evenement-content {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.page-template-template-homepage #slider-event .mcphy-evenement-first.with-bkg .mcphy-evenement-content {
  color: #fff;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2); }

.page-template-template-homepage #slider-event .mcphy-evenement-first .mcphy-evenement-content .mcphy-evenement-title {
  font-family: days_oneregular, Arial;
  font-size: 58px;
  line-height: normal;
  margin-bottom: 25px;
  padding: 0 150px;
  color: #fff; }

.page-template-template-homepage #slider-event .mcphy-evenement-first .mcphy-evenement-content .mcphy-evenement-excerpt {
  font-family: 'oxygenregular', 'Arial';
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  max-width: 650px; }

.page-template-template-homepage #slider-event .mcphy-evenement-first .mcphy-evenement-content .follow-event {
  margin-top: 50px; }

.page-template-template-homepage #slider-event .mcphy-evenement-first .mcphy-evenement-content .follow-event .btn-article {
  font-family: oxygenbold, Arial;
  font-size: 13px;
  /*margin-top: 40px;*/
  padding: 10px 25px;
  /*
          text-transform: uppercase;
          font-size: 13px;
          line-height: normal;
          border: 1px solid;
          border-radius: 5px;
          padding: 10px 25px;*/
  transition: all .4s;
  text-decoration: none;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2); }

.page-template-template-homepage #slider-event .mcphy-evenement-first.with-bkg .mcphy-evenement-content .follow-event .btn-article {
  color: #fff;
  border: 1px solid #fff; }

.page-template-template-homepage #slider-event .mcphy-evenement-first .mcphy-evenement-content .follow-event .btn-article:hover {
  color: #fff;
  border: 1px solid #004275;
  background-color: #004275; }

.page-template-template-homepage #slider-event .mcphy-evenement-first.with-bkg .mcphy-evenement-content .follow-event .btn-article:hover {
  color: #2c2c2c;
  border: 1px solid #fff;
  background-color: #fff; }

.page-template-template-homepage .mcphy-evenement-second {
  width: 100%;
  height: 450px; }

.page-template-template-homepage .mcphy-evenement-second .mcphy-evenement-content {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.page-template-template-homepage .mcphy-evenement-second.with-bkg .mcphy-evenement-content {
  color: #fff;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2); }

.page-template-template-homepage .mcphy-evenement-second .mcphy-evenement-content .mcphy-evenement-excerpt {
  font-family: 'oxygenregular', 'Arial';
  font-size: 32px;
  font-weight: 200;
  line-height: 56px;
  padding: 0 150px; }

.page-template-template-homepage .mcphy-evenement-second .mcphy-evenement-content .mcphy-evenement-secondaire {
  font-family: 'oxygenregular', 'Arial';
  font-size: 36px;
  line-height: 1.5em;
  color: #fff; }

.page-template-template-homepage .mcphy-evenement-second .mcphy-evenement-content .follow-event {
  margin-top: 50px; }

.page-template-template-homepage .mcphy-evenement-second .mcphy-evenement-content .follow-event .btn-article {
  padding: 5px 15px;
  transition: all .4s;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 5px; }

.page-template-template-homepage .mcphy-evenement-second.with-bkg .mcphy-evenement-content .follow-event .btn-article {
  font-family: oxygenbold, Arial;
  font-size: 14px;
  line-height: normal;
  margin-top: 40px;
  padding: 10px 25px;
  transition: all .4s;
  text-decoration: none;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2); }

.page-template-template-homepage .mcphy-evenement-second .mcphy-evenement-content .follow-event .btn-article:hover {
  color: #fff;
  border: 1px solid #004275;
  background-color: #004275; }

.page-template-template-homepage .mcphy-evenement-second.with-bkg .mcphy-evenement-content .follow-event .btn-article:hover {
  color: #2c2c2c;
  border: 1px solid #fff;
  background-color: #fff; }

.page-template-template-homepage .wysija-paragraph label {
  display: none; }

.page-template-template-homepage .wysija-paragraph input {
  padding-left: 10px; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog .title-article {
  font-family: 'oxygenregular', 'Arial';
  font-size: 16px;
  line-height: 30px; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.agenda .date-day {
  font-family: 'oxygenregular', 'Arial';
  font-size: 48px;
  margin-right: 7px;
  color: #2c2c2c; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.agenda .date-month {
  font-family: 'oxygenregular', 'Arial';
  font-size: 12px;
  color: #757575; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog .inner-article {
  overflow: hidden;
  width: 100%;
  height: calc(355px - 42px); }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.agenda .inner-article {
  width: 100%;
  height: calc(355px - 42px);
  padding: 14px;
  text-align: center; }

.blog-custom div.tabbed > ul {
  margin-bottom: 40px; }

.blog-custom div.tabbed > ul li a {
  border: 1px solid #ccc !important; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tabs_nav.ui-tabs-nav.clearfix li {
  font-family: oxygenbold, Arial Bold;
  margin: 10px !important; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tabs_nav.ui-tabs-nav.clearfix li a {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 25px;
  transition: all .4s;
  border-radius: 5px;
  background-color: transparent; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tabs_nav.ui-tabs-nav.clearfix li a:hover {
  color: #004275; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tabs_nav.ui-tabs-nav.clearfix li .active-tab {
  transition: all .4s; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tabs_nav.ui-tabs-nav.clearfix li .active-tab:hover {
  color: #fff; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog {
  margin: 0 5px 10px 5px; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog .inner-article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  text-align: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.white-font .inner-article p,
.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.white-font .inner-article h3 {
  font-weight: 200;
  padding-bottom: 0;
  color: #fff; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.white-font .inner-article p {
  font-size: 16px; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.white-font .inner-article .date-article {
  font-size: 12px; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.white-font .inner-article h3 {
  font-family: 'oxygenregular', 'Arial';
  font-size: 24px; }

.home-blog .title-article {
  width: 100%; }

.home-blog .excerpt-article {
  width: 100%; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog {
  display: inline-block;
  width: 24%;
  height: 355px;
  margin-bottom: 10px; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog .img-breve {
  width: 100%;
  height: 160px; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog:nth-child(1) {
  width: 49%; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog:nth-child(1).breves-1:nth-child(1) .inner-article .excerpt-article {
  width: 100%;
  padding: 0 14px 14px 14px; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog:nth-child(1) .inner-article p {
  width: 100%; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog:nth-child(1) .inner-article .title-article {
  font-size: 36px;
  line-height: 50px; }
  @media only screen and (max-width: 1000px) {
    .blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog:nth-child(1) .inner-article .title-article {
      font-size: 26px;
      line-height: 34px; } }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog:nth-child(1) .inner-article .excerpt-article {
  font-size: 18px;
  width: 100%;
  max-width: 1425px;
  margin: 0 auto;
  padding: 0 60px; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog:nth-child(1) .img-breve {
  height: 180px; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog .cat-article {
  font-size: 10px;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 10px 0 10px 20px;
  transition: all .4s;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #2c2c2c;
  background-color: #fff; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog .cat-article:hover {
  text-decoration: underline; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog .overlay-article {
  position: relative;
  z-index: 1;
  top: calc(-355px + 42px);
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(355px - 42px);
  transition: all .4s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: #ff6666;
  background-color: rgba(255, 102, 102, 0.9);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog:hover .overlay-article {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog .overlay-article a {
  display: none;
  padding: 10px 25px;
  transition: all .4s;
  text-transform: uppercase;
  color: #fff; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog:hover .overlay-article a {
  display: block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog .overlay-article a:hover {
  color: #f66;
  background-color: #fff; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.agenda .content-article {
  display: -ms-flexbox !important;
  display: flex !important;
  display: inline-block;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  text-align: center;
  background-color: #fff;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.agenda .content-article .date-article {
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-align: center;
  align-items: center; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.agenda .content-article h3 {
  font-family: 'oxygenregular', 'Arial';
  font-size: 16px;
  line-height: 22px;
  color: #2c2c2c; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog .content-article .excerpt-article {
  font-family: 'oxygenregular', 'Arial';
  font-size: 16px;
  line-height: 14px;
  width: 100%; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.agenda .content-article .excerpt-article {
  font-family: 'oxygenregular', 'Arial';
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  color: #757575; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.breves-1 .inner-article {
  padding: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: baseline;
  align-items: baseline; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.breves-1 .inner-article .excerpt-article {
  width: 100%;
  text-align: center; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.breves-1 .inner-article p {
  padding-bottom: 7px; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.breves-1 .inner-article .date-article {
  margin-left: 14px; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.breves .inner-article p {
  padding-bottom: 7px; }

.blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.breves-1 .img-breve {
  margin-bottom: 25px; }

/* ----- END style pour la page d'accueil ----- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- STYLE POUR LE TEMPLATE PRODUCT ------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
.page-template-default[data-header-resize='0'] .container-wrap,
.page-template-default[data-header-resize='0'] .project-title,
.post-template-default[data-header-resize='0'] .container-wrap,
.post-template-default[data-header-resize='0'] .project-title {
  padding: 0; }

.page-template-default .title,
.post-template-default .title {
  line-height: 50px;
  margin-bottom: 30px; }

.page-template-default .title h1,
.post-template-default .title h1 {
  font-size: 48px; }

.page-template-default .excerpt,
.post-template-default .excerpt {
  font-weight: 200; }

.page-template-default #ajax-content-wrap .container-wrap .container.main-content,
.post-template-default #ajax-content-wrap .container-wrap .container.main-content {
  margin: 0 auto;
  padding: 0 200px 0 200px; }

.page-template-default .wpb_text_column > .wpb_wrapper > *:last-child > h3,
.post-template-default .wpb_text_column > .wpb_wrapper > *:last-child > h3 {
  margin-bottom: 25px; }

.page-template-default h3,
.post-template-default h3 {
  font-size: 48px;
  margin-bottom: 25px; }

.page-template-default .excerpt,
.post-template-default .excerpt {
  margin-bottom: 25px; }

.page-template-default .excerpt p,
.post-template-default .excerpt p {
  font-size: 16px;
  line-height: 26px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: .9;
  color: #757575; }

.page-template-default .case-title,
.post-template-default .case-title {
  font-family: oxygenlight, Arial;
  font-size: 36px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 10px;
  color: #2c2c2c; }

.page-template-default .case-title h2,
.post-template-default .case-title h2 {
  font-family: oxygenlight, Arial;
  font-size: 36px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 10px;
  color: #2c2c2c; }

.page-template-default .case-subtitle,
.post-template-default .case-subtitle {
  font-family: oxygenlight, Arial;
  font-size: 28px;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 25px;
  color: #2c2c2c; }

.page-template-default .case-subtitle h3,
.post-template-default .case-subtitle h3 {
  font-family: oxygenlight, Arial !important;
  font-size: 28px;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 25px;
  color: #2c2c2c; }

.page-template-default .case-content,
.post-template-default .case-content {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
  color: #2c2c2c; }

.page-template-default .case-content a,
.post-template-default .case-content a {
  text-decoration: underline;
  color: #2c2c2c; }

.page-template-default .business-case-list p,
.post-template-default .business-case-list p {
  padding-bottom: 5px; }

.page-template-default .business-case-list li,
.post-template-default .business-case-list li {
  padding-bottom: 10px; }

.page-template-default .case-picture-legend,
.post-template-default .case-picture-legend {
  font-size: 12px;
  line-height: 21px;
  margin-top: 5px;
  margin-bottom: 25px;
  text-align: center;
  color: #747e80;
  color: rgba(116, 126, 128, 0.5); }

.page-template-default .main-content .case-content ul li:before,
.post-template-default .main-content .case-content ul li:before {
  font-size: 22px;
  position: absolute;
  left: 5px;
  display: inline-block;
  content: '• ';
  color: #2c2c2c; }

.page-template-default #zoom-realisation,
.post-template-default #zoom-realisation {
  margin-bottom: 10px; }

.page-template-default .zoom-realisation,
.post-template-default .zoom-realisation {
  font-size: 14px; }

.page-template-default .zoom-realisation .btn-zoom,
.post-template-default .zoom-realisation .btn-zoom {
  font-family: oxygenbold, Arial;
  padding: 10px 25px;
  transition: all .4s;
  text-transform: uppercase;
  color: #757575;
  border: 1px solid #757575;
  border-radius: 5px;
  background-color: transparent; }

.page-template-default .zoom-realisation .btn-zoom:hover,
.post-template-default .zoom-realisation .btn-zoom:hover {
  color: #fff;
  background-color: #757575; }

.page-template-default #zoom-content,
.post-template-default #zoom-content {
  padding: 20px !important; }

.page-template-default #zoom-content .zoom-content-text,
.post-template-default #zoom-content .zoom-content-text {
  padding-right: 10px; }

.page-template-default .zoom-content-btn,
.post-template-default .zoom-content-btn {
  position: relative;
  bottom: 0; }

.page-template-default #autre-solution,
.post-template-default #autre-solution {
  margin-bottom: 10px; }

.page-template-default .autre-solution .wpb_column .vc_column-inner .wpb_wrapper,
.post-template-default .autre-solution .wpb_column .vc_column-inner .wpb_wrapper {
  margin-bottom: 5px; }

.page-template-default .autre-solution-content,
.post-template-default .autre-solution-content {
  padding: 10px; }

.page-template-default .autre-solution-content h3,
.post-template-default .autre-solution-content h3 {
  font-family: days_oneregular, Arial !important;
  font-size: 16px !important;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2c2c2c; }

.page-template-default .autre-solution-content p,
.post-template-default .autre-solution-content p {
  font-size: 14px;
  color: #757575; }

.page-template-default .autre-solution-content a,
.post-template-default .autre-solution-content a {
  font-family: oxygenbold, Arial Bold;
  font-size: 12px;
  position: relative;
  margin-top: -10px;
  padding: 10px 25px;
  transition: all .5s;
  text-decoration: none;
  text-transform: uppercase;
  color: #004275;
  border-radius: 5px;
  background-color: transparent; }

.page-template-default .autre-solution-content a:hover,
.post-template-default .autre-solution-content a:hover {
  color: #fff;
  background-color: #004275; }

.page-template-default #temoignage,
.page-template-default .temoignage,
.post-template-default #temoignage,
.post-template-default .temoignage {
  margin-bottom: 10px; }

.page-template-default .temoignage-text .wpb_text_column.wpb_content_element .wpb_wrapper:before,
.post-template-default .temoignage-text .wpb_text_column.wpb_content_element .wpb_wrapper:before {
  position: absolute;
  content: url(../svg/icon_quote_24x24_blue.svg); }

.page-template-default .temoignage-text p,
.post-template-default .temoignage-text p {
  font-size: 14px;
  margin-left: 45px; }

.page-template-default .temoignage-client-info,
.post-template-default .temoignage-client-info {
  font-size: 10px;
  line-height: 15px;
  margin-top: 5px;
  padding-left: 5px;
  color: #757575;
  color: rgba(117, 117, 117, 0.7);
  border-left: 1px solid rgba(117, 117, 117, 0.7); }

.page-template-default .details-product-container,
.post-template-default .details-product-container {
  font-size: 14px;
  margin-bottom: 0 !important; }

.page-template-default blockquote,
.post-template-default blockquote {
  float: right;
  max-width: 337px;
  margin-bottom: 5px;
  margin-left: 15px;
  padding: 10px;
  background-color: #f66; }

.page-template-default blockquote:before,
.post-template-default blockquote:before {
  position: relative;
  top: 5px;
  left: 45%;
  content: url(../svg/icon_quote_24x24_white.svg); }

.page-template-default blockquote p,
.post-template-default blockquote p {
  font-family: oxygenlight, Arial;
  font-size: 20px;
  font-style: italic;
  line-height: 27px;
  padding: 0 5px;
  text-align: center;
  color: #fff; }

@media only screen and (max-width: 500px) {
  .page-template-default blockquote,
  .post-template-default blockquote {
    float: none;
    max-width: inherit;
    margin: 0 0 10px; } }

.page-template-default .details-product .block,
.post-template-default .details-product .block {
  margin-bottom: 20px;
  text-align: left; }

.page-template-default .details-product .block.image-1 img,
.post-template-default .details-product .block.image-1 img {
  position: relative;
  float: left;
  margin: 5px 18px 10px 0; }

.page-template-default .details-product .block.image-2 img,
.post-template-default .details-product .block.image-2 img {
  position: relative;
  float: right;
  margin: 5px 0 10px 18px; }

.page-template-default .details-product p,
.post-template-default .details-product p {
  font-size: 16px; }

.page-template-default .details-product h3,
.post-template-default .details-product h3 {
  font-family: oxygenlight, Arial !important;
  font-size: 28px;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 25px;
  color: #2c2c2c; }

.page-template-default .action-btn .wpb_wrapper,
.post-template-default .action-btn .wpb_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start; }

.page-template-default .btn-1,
.post-template-default .btn-1 {
  font-family: oxygenbold, Arial Bold;
  font-size: 12px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 5px 25px 5px 20px;
  transition: all .4s;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #004275;
  border: 1px solid #004275;
  border-radius: 5px;
  background-color: transparent; }

.page-template-default .btn-1:hover,
.post-template-default .btn-1:hover {
  color: #fff;
  background-color: #004275; }

.page-template-default .btn-1:after,
.post-template-default .btn-1:after {
  clear: both;
  content: ' '; }

.page-template-default .btn-1:before,
.post-template-default .btn-1:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  transition: all .4s; }

.page-template-default .btn-download,
.page-template-default .btn-contact,
.page-template-default .btn-document,
.post-template-default .btn-download,
.post-template-default .btn-contact,
.post-template-default .btn-document {
  padding-left: 38px;
  background-image: url(../svg/icon_download_24x24.svg);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-size: 24px 24px; }

.page-template-default .btn-download:hover,
.page-template-default .btn-contact:hover,
.page-template-default .btn-document:hover,
.post-template-default .btn-download:hover,
.post-template-default .btn-contact:hover,
.post-template-default .btn-document:hover {
  background-image: url(../svg/icon_download_24x24_white.svg); }

.page-template-default .btn-contact,
.post-template-default .btn-contact {
  background-image: url(../svg/icon_mail_24x24.svg); }

.page-template-default .btn-contact:hover,
.post-template-default .btn-contact:hover {
  background-image: url(../svg/icon_mail_24x24.svg); }

.page-template-default .btn-document,
.post-template-default .btn-document {
  background-image: url(../svg/icon_document_24x24.svg); }

.page-template-default .btn-document:hover,
.post-template-default .btn-document:hover {
  background-image: url(../svg/icon_document_24x24_white.svg); }

.page-template-default .galerie,
.post-template-default .galerie {
  margin-bottom: 5px; }

.page-template-default .galerie .row.portfolio-items.no-masonry,
.post-template-default .galerie .row.portfolio-items.no-masonry {
  padding-bottom: 0; }

.page-template-default .galerie .portfolio-items .col,
.post-template-default .galerie .portfolio-items .col {
  margin-bottom: 2.26% !important; }

.page-template-default .galerie .portfolio-items .col .work-item,
.post-template-default .galerie .portfolio-items .col .work-item {
  margin-bottom: 0; }

.page-template-default .galerie h2,
.post-template-default .galerie h2 {
  font-family: oxygenlight, Arial !important;
  font-size: 28px;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 10px !important;
  color: #2c2c2c; }

.page-template-default .have-project,
.post-template-default .have-project {
  margin-top: 10px;
  padding: 0 80px; }

.page-template-default .have-project p,
.post-template-default .have-project p {
  font-size: 16px; }

.page-template-default .have-project h4,
.post-template-default .have-project h4 {
  font-family: oxygenbold, Arial Bold;
  font-size: 20px;
  margin-bottom: 10px; }

.page-template-default .have-project a,
.post-template-default .have-project a {
  font-family: oxygenbold, Arial;
  font-size: 13px;
  display: inline-block;
  padding: 10px 25px;
  transition: all .4s;
  text-decoration: none;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent; }

.page-template-default .have-project a:hover,
.post-template-default .have-project a:hover {
  color: #f66;
  background-color: #fff; }

@media only screen and (max-width: 870px) {
  .page-template-default .have-project,
  .post-template-default .have-project {
    padding: 0 20px; } }

/* ----- END style pour le template product ----- */
/* ----- style pour le left-menu sur les pages internes ----- */
#post-area {
  padding-right: 0; }

.row.inverse-cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: center;
  justify-content: center; }

.row.inverse-cols .right-container {
  margin-left: 40px;
  padding: 40px 0 0 0; }

.row.inverse-cols .left-menu {
  width: 230px;
  padding-top: 75px;
  background-color: #f5f5f5; }

.row.inverse-cols .left-menu ul.menu {
  width: 230px; }

.row.inverse-cols .left-menu ul.menu li.menu-item a {
  font-family: oxygenbold, Arial Bold;
  font-size: 14px;
  line-height: 18px;
  transition: all .4s;
  color: #757575; }

.row.inverse-cols .left-menu ul.menu li.menu-item a:hover {
  color: #f66; }

.row.inverse-cols .left-menu ul.menu li.menu-item ul.sub-menu {
  display: none; }

.row.inverse-cols .left-menu ul.menu li.menu-item.current-menu-item > ul.sub-menu,
.row.inverse-cols .left-menu ul.menu li.menu-item.current-page-item .row.inverse-cols .left-menu ul.menu li.menu-item.current-menu-ancestor > ul.sub-menu,
.row.inverse-cols .left-menu ul.menu li.menu-item.current-page-ancestor > ul.sub-menu {
  display: block; }

.row.inverse-cols .left-menu ul.menu li.menu-item.current-menu-item > ul.sub-menu > li.menu-item,
.row.inverse-cols .left-menu ul.menu li.menu-item.current-page-item .row.inverse-cols .left-menu ul.menu li.menu-item.current-menu-ancestor > ul.sub-menu > li.menu-item,
.row.inverse-cols .left-menu ul.menu li.menu-item.current-page-ancestor > ul.sub-menu > li.menu-item {
  padding: 0 !important; }

.row.inverse-cols .left-menu ul.menu li.menu-item.current-menu-item > a,
.row.inverse-cols .left-menu ul.menu li.menu-item.current-page-item > a {
  color: #f66; }

.row.inverse-cols .left-menu ul.menu li.menu-item.nav-title > a {
  position: relative;
  left: -20px;
  margin-bottom: 10px;
  padding: 5px 0 5px 20px !important;
  padding-left: 20px !important;
  color: #fff;
  background-color: #f66; }

.row.inverse-cols .left-menu ul.menu li.menu-item.nav-title > a:hover {
  color: #fff; }

@media only screen and (max-width: 870px) {
  .row.inverse-cols .left-menu {
    display: none; }
  .row.inverse-cols .right-container {
    margin: 0;
    padding: 0; } }

/* ----- END style pour le left-menu sur les pages internes ----- */
/* ----- style pour le fil d'ariane sur les pages internes ----- */
.breadcrumb {
  margin-bottom: 17px; }

.breadcrumb a {
  font-family: 'oxygenregular', 'Arial';
  font-size: 12px;
  transition: all .4s;
  color: #2c2c2c; }

.breadcrumb a:hover {
  color: #f66; }

.breadcrumb .current_breadcrumb {
  font-family: 'oxygenregular', 'Arial';
  font-size: 12px;
  display: inline-block;
  color: #757575;
  color: rgba(117, 117, 117, 0.7); }

/* ----- END style pour le fil d'ariane sur les pages internes ----- */
.main-content ul li {
  list-style: none; }

/* ----- END style pour le sous-menu dans le menu dÃ©roulant ----- */
/* ----- style pour la gallerie d'image ----- */
.portfolio-items .col[data-default-color='true'] .work-item:not(.style-3) .work-info-bg {
  background-color: #f66 !important; }

.link-gallery i {
  font-size: 50px;
  color: #fff; }

.portfolio-items .work-info {
  background-color: #f66666;
  background-color: rgba(246, 102, 102, 0.8); }

/* ----- END style pour la gallerie d'image ----- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- STYLE POUR LE TEMPLATE RUBRIQUE ------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
.page-template-template-rubrique .breadcrumb {
  padding: 0 8%; }

.page-template-template-rubrique #title-excerpt {
  margin-bottom: 0; }

.page-template-template-rubrique h1 {
  font-family: days_oneregular, Arial;
  font-size: 48px;
  color: #2c2c2c; }

.page-template-template-rubrique h2 {
  font-family: days_oneregular, Arial;
  font-size: 36px;
  color: #2c2c2c; }

.page-template-template-rubrique .rubrique-text {
  font-size: 16px;
  line-height: 26px; }

.page-template-template-rubrique .excerpt p {
  font-family: 'oxygenregular', 'Arial';
  font-size: 18px;
  color: #747e80;
  color: rgba(116, 126, 128, 0.9); }

.page-template-template-rubrique .solution .vc_column-inner {
  width: 100%; }

.page-template-template-rubrique .solution .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-template-rubrique .rubrique-solution {
  max-width: 320px;
  margin: 39px 39px 0 0; }

.page-template-template-rubrique .rubrique-solution h3 {
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase; }

.page-template-template-rubrique .rubrique-solution p {
  font-size: 14px;
  font-weight: lighter;
  padding-bottom: 17px;
  color: #676767;
  color: rgba(103, 103, 103, 0.75); }

.page-template-template-rubrique .rubrique-solution .rubrique-solution-content h3 {
  font-family: 'days_oneregular', 'Arial';
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px; }

.page-template-template-rubrique .rubrique-solution .rubrique-solution-content h3 sub {
  top: 0; }

.page-template-template-rubrique .rubrique-solution .rubrique-solution-content a {
  font-family: oxygenbold, Arial Bold;
  font-size: 12px;
  padding: 5px 25px;
  transition: all .5s;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #004275;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent; }

.page-template-template-rubrique .rubrique-solution .rubrique-solution-content a:hover {
  color: #fff;
  border-color: #004275;
  background-color: #004275; }

.page-template-template-rubrique .have-project .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-template-rubrique .have-project-content h3 {
  font-family: oxygenbold, Arial Bold !important;
  font-size: 20px !important;
  color: #fff; }

.page-template-template-rubrique .have-project-content p {
  font-size: 16px;
  line-height: 26px;
  color: #fff; }

.page-template-template-rubrique .have-project-content a {
  font-size: 13px;
  font-weight: lighter;
  padding: 5px 50px;
  transition: all .4s;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent; }

.page-template-template-rubrique .have-project-content a:hover {
  color: #f66;
  background-color: #fff; }

/* ----- END style pour le template Rubrique ----- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- STYLE POUR LE TEMPLATE MCPHY ------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
.page-template-default[data-header-resize='0'] .container-wrap,
.page-template-default[data-header-resize='0'] .project-title,
.post-template-default[data-header-resize='0'] .container-wrap,
.post-template-default[data-header-resize='0'] .project-title {
  padding: 0; }

.page-template-default #title-excerpt,
.post-template-default #title-excerpt {
  margin-bottom: 0; }

.page-template-default h1,
.post-template-default h1 {
  font-family: days_oneregular, Arial;
  font-size: 48px;
  color: #2c2c2c; }

.page-template-default h2,
.post-template-default h2 {
  font-family: 'oxygenregular', 'Arial';
  font-size: 36px;
  color: #2c2c2c; }

.page-template-default .rubrique-text,
.post-template-default .rubrique-text {
  font-size: 16px;
  line-height: 26px; }

.page-template-default .excerpt p,
.post-template-default .excerpt p {
  font-family: 'oxygenregular', 'Arial';
  font-size: 16px;
  line-height: 26px;
  color: #747e80;
  color: rgba(116, 126, 128, 0.9); }

.page-template-default .implantation-content,
.post-template-default .implantation-content {
  font-size: 16px;
  line-height: 26px; }

.page-template-default .implantation-contact,
.post-template-default .implantation-contact {
  float: right;
  width: 320px;
  margin-left: 20px;
  padding: 10px 20px 20px 20px;
  background-color: #f5f5f5; }

.page-template-default .implantation-contact p,
.post-template-default .implantation-contact p {
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 15px;
  color: #2c2c2c; }

.page-template-default .implantation-contact a,
.post-template-default .implantation-contact a {
  font-family: oxygenbold, Arial Bold;
  font-size: 12px;
  margin-bottom: 30px;
  padding: 10px 25px;
  transition: all .4s;
  text-transform: uppercase;
  color: #2c2c2c;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  background-color: transparent; }

.page-template-default .implantation-contact a:hover,
.post-template-default .implantation-contact a:hover {
  background-color: #cbcbcb; }

.page-template-default .wpb_row,
.post-template-default .wpb_row {
  padding-bottom: 0; }

.page-template-default .rubrique-solution h3,
.post-template-default .rubrique-solution h3 {
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase; }

.page-template-default .rubrique-solution p,
.post-template-default .rubrique-solution p {
  font-size: 14px;
  font-weight: lighter;
  padding-bottom: 17px;
  color: #676767;
  color: rgba(103, 103, 103, 0.75); }

.page-template-default .rubrique-solution a,
.post-template-default .rubrique-solution a {
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  height: 15px;
  padding: 5px 50px;
  transition: all .4s;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #004275;
  border-radius: 5px;
  background-color: transparent; }

.page-template-default .rubrique-solution a:hover,
.post-template-default .rubrique-solution a:hover {
  color: #fff;
  background-color: #004275; }

.page-template-default .have-project .col,
.post-template-default .have-project .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-default .have-project-content h3,
.post-template-default .have-project-content h3 {
  font-family: oxygenbold, Arial Bold;
  font-size: 20px;
  color: #fff; }

.page-template-default .have-project-content p,
.post-template-default .have-project-content p {
  font-size: 16px;
  line-height: 26px;
  color: #fff; }

.page-template-default .have-project-content a,
.post-template-default .have-project-content a {
  font-size: 13px;
  font-weight: lighter;
  padding: 5px 50px;
  transition: all .4s;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent; }

.page-template-default .have-project-content a:hover,
.post-template-default .have-project-content a:hover {
  color: #004275;
  background-color: #fff; }

.page-template-default .implantation-newsletter,
.post-template-default .implantation-newsletter {
  margin-bottom: 30px; }

.page-template-default .implantation-newsletter h3,
.page-template-default .implantation-newsletter p,
.post-template-default .implantation-newsletter h3,
.post-template-default .implantation-newsletter p {
  color: #fff; }

.page-template-default .implantation-newsletter h3,
.post-template-default .implantation-newsletter h3 {
  font-family: 'oxygenregular', 'Arial' !important;
  font-size: 20px;
  margin-bottom: 10px; }

.page-template-default .implantation-newsletter p,
.post-template-default .implantation-newsletter p {
  font-size: 16px;
  margin-bottom: 15px !important; }

.page-template-default .formError,
.post-template-default .formError {
  top: 70px !important;
  left: 82px !important; }

.page-template-default .formError .formErrorContent,
.post-template-default .formError .formErrorContent {
  font-family: 'oxygenregular', 'Arial';
  font-size: 12px;
  width: 300px;
  padding: 0;
  border: none;
  background-color: transparent; }

.page-template-default .widget_wysija_cont form,
.post-template-default .widget_wysija_cont form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-default .wysija-paragraph,
.post-template-default .wysija-paragraph {
  width: 465px;
  background-color: #f5f5f5; }

.page-template-default .wysija-paragraph label,
.post-template-default .wysija-paragraph label {
  display: none; }

.page-template-default .widget_wysija_cont input[type=text],
.post-template-default .widget_wysija_cont input[type=text] {
  width: 250px;
  background-color: #fff; }

.page-template-default .widget_wysija_cont input[type=text]::-webkit-input-placeholder,
.page-template-default .widget_wysija_cont input[type=text]::-moz-placeholder,
.page-template-default .widget_wysija_cont input[type=text]:-ms-input-placeholder,
.page-template-default .widget_wysija_cont input[type=text]:-moz-placeholder,
.post-template-default .widget_wysija_cont input[type=text]::-webkit-input-placeholder,
.post-template-default .widget_wysija_cont input[type=text]::-moz-placeholder,
.post-template-default .widget_wysija_cont input[type=text]:-ms-input-placeholder,
.post-template-default .widget_wysija_cont input[type=text]:-moz-placeholder {
  color: #f5f5f5; }

.page-template-default .widget_wysija_cont input[type=submit],
.post-template-default .widget_wysija_cont input[type=submit] {
  margin-top: 0;
  margin-left: 10px;
  padding: 10px 25px;
  transition: all .4s;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent; }

.page-template-default .widget_wysija_cont input[type=submit]:hover,
.post-template-default .widget_wysija_cont input[type=submit]:hover {
  color: #f66;
  background-color: #fff !important; }

.page-template-default .widget_wysija h4,
.post-template-default .widget_wysija h4 {
  display: none; }

.page-template-default .logo-inner,
.post-template-default .logo-inner {
  position: relative;
  border: 1px solid #fff; }

.page-template-default .partenaire,
.post-template-default .partenaire {
  margin-top: 17px;
  transition: all .4s; }

.page-template-default .partenaire-name,
.post-template-default .partenaire-name {
  position: absolute;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  cursor: auto;
  transition: all .4s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.page-template-default .partenaire:hover .partenaire-name,
.post-template-default .partenaire:hover .partenaire-name {
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.page-template-default .show-more,
.post-template-default .show-more {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 10px 0;
  cursor: auto;
  transition: all .4s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.page-template-default .partenaire-name p,
.post-template-default .partenaire-name p {
  font-size: 20px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }

.page-template-default .partenaire-text,
.post-template-default .partenaire-text {
  position: relative;
  min-width: 100%;
  height: 0;
  margin: 0;
  margin-top: 10px;
  transition: all .4s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: #f5f5f5; }

.page-template-default .partenaire-text p,
.post-template-default .partenaire-text p {
  font-size: 16px;
  line-height: 26px; }

.page-template-default .partenaire:nth-child(1) .partenaire-text,
.post-template-default .partenaire:nth-child(1) .partenaire-text {
  position: absolute;
  width: 770px;
  height: 0;
  margin: 0;
  transition: all .4s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.page-template-default .partenaire:nth-child(2) .partenaire-text,
.post-template-default .partenaire:nth-child(2) .partenaire-text {
  position: absolute;
  left: -262px;
  width: 770px;
  height: 0;
  margin: 0;
  transition: all .4s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.page-template-default .partenaire:nth-child(3) .partenaire-text,
.post-template-default .partenaire:nth-child(3) .partenaire-text {
  position: absolute;
  left: -524px;
  width: 770px;
  height: 0;
  margin: 0;
  transition: all .4s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.page-template-default .partenaire .partenaire-text:before,
.post-template-default .partenaire .partenaire-text:before {
  position: absolute;
  z-index: 50;
  top: auto;
  width: 0;
  height: 0;
  margin: -25px 0 0 -15px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 20px;
  border-bottom-color: #f5f5f5; }

.page-template-default .partenaire .partenaire-text .wpb_wrapper p:before,
.post-template-default .partenaire .partenaire-text .wpb_wrapper p:before {
  font-size: 25px;
  position: absolute;
  top: 25px;
  right: 15px;
  content: '\2715';
  transition: all .4s;
  color: inherit; }

.page-template-default .partenaire .partenaire-text .wpb_wrapper p:hover:before,
.post-template-default .partenaire .partenaire-text .wpb_wrapper p:hover:before {
  cursor: pointer;
  color: #f66; }

@media only screen and (max-width: 1000px) {
  .page-template-default .partenaire .partenaire-text,
  .post-template-default .partenaire .partenaire-text {
    left: auto !important; } }

.page-template-default .partenaire:nth-child(1) .partenaire-text:before,
.post-template-default .partenaire:nth-child(1) .partenaire-text:before {
  left: 15%; }

.page-template-default .partenaire:nth-child(2) .partenaire-text:before,
.post-template-default .partenaire:nth-child(2) .partenaire-text:before {
  left: 50%; }

.page-template-default .partenaire:nth-child(3) .partenaire-text:before,
.post-template-default .partenaire:nth-child(3) .partenaire-text:before {
  left: 85%; }

.page-template-default .partenaire .partenaire-text,
.post-template-default .partenaire .partenaire-text {
  z-index: 10;
  margin-bottom: 10px; }

.page-template-default .partenaire .partenaire-text p,
.post-template-default .partenaire .partenaire-text p {
  margin-top: 15px;
  padding: 20px 50px 20px 20px;
  background-color: #f5f5f5; }

.page-template-default .partenaire .partenaire-text p a,
.post-template-default .partenaire .partenaire-text p a {
  line-height: 40px;
  text-decoration: underline;
  color: #2c2c2c; }

.page-template-default .newsletter-block,
.post-template-default .newsletter-block {
  margin-top: 40px; }

.page-template-default .partenaire-newsletter h3,
.page-template-default .partenaire-newsletter p,
.post-template-default .partenaire-newsletter h3,
.post-template-default .partenaire-newsletter p {
  color: #fff; }

.page-template-default .partenaire-newsletter h3,
.post-template-default .partenaire-newsletter h3 {
  font-family: 'oxygenregular', 'Arial' !important;
  font-size: 20px;
  margin-bottom: 24px; }

.page-template-default .partenaire-newsletter p,
.post-template-default .partenaire-newsletter p {
  font-size: 16px;
  margin-bottom: 15px !important; }

.page-template-default .widget_wysija_cont form,
.post-template-default .widget_wysija_cont form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-default .wysija-paragraph,
.post-template-default .wysija-paragraph {
  width: 465px;
  background-color: #fff; }

.page-template-default .widget_wysija_cont input[type=text],
.post-template-default .widget_wysija_cont input[type=text] {
  width: 250px; }

.page-template-default .widget_wysija_cont input[type=text]::-webkit-input-placeholder,
.page-template-default .widget_wysija_cont input[type=text]::-moz-placeholder,
.page-template-default .widget_wysija_cont input[type=text]:-ms-input-placeholder,
.page-template-default .widget_wysija_cont input[type=text]:-moz-placeholder,
.post-template-default .widget_wysija_cont input[type=text]::-webkit-input-placeholder,
.post-template-default .widget_wysija_cont input[type=text]::-moz-placeholder,
.post-template-default .widget_wysija_cont input[type=text]:-ms-input-placeholder,
.post-template-default .widget_wysija_cont input[type=text]:-moz-placeholder {
  color: #f5f5f5; }

.page-template-default .widget_wysija_cont input[type=submit],
.post-template-default .widget_wysija_cont input[type=submit] {
  margin-top: 0;
  margin-left: 10px;
  padding: 10px 25px;
  transition: all .4s;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent; }

.page-template-default .widget_wysija_cont input[type=submit]:hover,
.post-template-default .widget_wysija_cont input[type=submit]:hover {
  color: #f66;
  background-color: #fff !important; }

.page-template-default .widget_wysija h4,
.post-template-default .widget_wysija h4 {
  display: none; }

.page-template-default .team-member-content,
.post-template-default .team-member-content {
  transition: all .4s; }

.page-template-default .team-member-content:hover,
.post-template-default .team-member-content:hover {
  cursor: pointer; }

.page-template-default .team-member-name,
.post-template-default .team-member-name {
  position: absolute;
  /*padding: 90.5px 0;*/
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: all .4s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: #fff;
  background: #ffffff;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, black));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$white', endColorstr='#000000', GradientType=0); }

.page-template-default .team-member-name h3,
.post-template-default .team-member-name h3 {
  font-size: 20px !important;
  margin-bottom: 0; }

.page-template-default .team-member-name .wpb_wrapper,
.post-template-default .team-member-name .wpb_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 20px; }

.page-template-default .team-member-name h3,
.post-template-default .team-member-name h3 {
  font-family: 'oxygenregular', 'Arial' !important;
  font-size: 20px;
  line-height: 18px;
  color: #fff; }

.page-template-default .team-member-name p,
.post-template-default .team-member-name p {
  font-family: 'oxygenregular', 'Arial';
  font-size: 14px;
  font-weight: lighter;
  padding-bottom: 0; }

.page-template-default .team-member-name .show-more,
.post-template-default .team-member-name .show-more {
  font-size: 12px;
  position: absolute;
  display: none;
  width: 100%;
  margin-top: 20px;
  text-transform: uppercase;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.page-template-default .team-member-name .show-more:hover,
.post-template-default .team-member-name .show-more:hover {
  cursor: pointer; }

.page-template-default .team-member-image:after,
.post-template-default .team-member-image:after {
  position: absolute;
  top: auto;
  left: 50%;
  width: 0;
  height: 0;
  margin: -20px 0 0 -15px;
  content: 'x';
  pointer-events: none;
  border: solid transparent;
  border-width: 15px;
  border-bottom-color: #ddd; }

.page-template-default .team-member-image:hover,
.post-template-default .team-member-image:hover {
  cursor: pointer; }

.page-template-default .team-member-text,
.post-template-default .team-member-text {
  font-size: 16px;
  line-height: 26px;
  position: absolute;
  width: 770px;
  margin-top: 15px;
  padding: 10px 50px 10px 10px;
  transition: all .4s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: #f5f5f5; }

.page-template-default .team-member-text p:before,
.post-template-default .team-member-text p:before {
  font-size: 26px;
  position: absolute;
  top: 10px;
  right: 15px;
  content: '\2715';
  transition: all .4s;
  color: inherit; }

.page-template-default .team-member-text p:before:hover,
.post-template-default .team-member-text p:before:hover {
  color: #004275; }

.page-template-default .team-member-text .wpb_wrapper p:hover:before,
.post-template-default .team-member-text .wpb_wrapper p:hover:before {
  cursor: pointer;
  color: #f66; }

.page-template-default .team-member-content:nth-child(2n) .team-member-text,
.post-template-default .team-member-content:nth-child(2n) .team-member-text {
  left: -393px; }

.page-template-default .join-us,
.post-template-default .join-us {
  padding: 40px 23px; }

.page-template-default .join-us h3,
.post-template-default .join-us h3 {
  font-family: oxygenbold, Arial !important;
  font-size: 20px;
  color: #fff; }

.page-template-default .join-us p,
.post-template-default .join-us p {
  font-family: 'oxygenregular', 'Arial' !important;
  font-size: 16px;
  font-weight: lighter;
  line-height: 26px;
  color: #fff; }

.page-template-default .join-us a,
.post-template-default .join-us a {
  font-family: 'oxygenregular', 'Arial';
  font-size: 12px;
  padding: 10px 25px;
  transition: all .4s;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent; }

.page-template-default .join-us a:hover,
.post-template-default .join-us a:hover {
  color: #f66;
  background-color: #fff; }

.page-template-default .cd-timeline-img,
.post-template-default .cd-timeline-img {
  top: 50%;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px #bdbdbd; }

.page-template-default .cd-timeline-img.cd-picture,
.post-template-default .cd-timeline-img.cd-picture {
  background: #f66; }

.page-template-default #cd-timeline,
.post-template-default #cd-timeline {
  width: 100%;
  margin: 2.5em 0;
  padding: 4em 0; }

.page-template-default #cd-timeline:before,
.post-template-default #cd-timeline:before {
  width: 1px;
  background: #bdbdbd; }

.page-template-default #cd-timeline .cd-date,
.post-template-default #cd-timeline .cd-date {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.page-template-default #cd-timeline .cd-date span,
.post-template-default #cd-timeline .cd-date span {
  font-family: 'oxygenregular', 'Arial';
  font-size: 14px;
  line-height: 26px;
  margin: 0 auto;
  padding: 0 13px;
  border: 1px solid #bdbdbd;
  background-color: #fff; }

.page-template-default .cd-timeline-content,
.post-template-default .cd-timeline-content {
  padding: 0;
  border: none;
  border-radius: 0;
  /*height: 354px;*/
  box-shadow: none; }

.page-template-default .cd-timeline-content h2,
.post-template-default .cd-timeline-content h2 {
  font-family: oxygenbold, Arial;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  min-height: 224px;
  margin-bottom: 0;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  -ms-flex-align: center;
  align-items: center; }

.page-template-default .cd-timeline-content .timeline-title,
.post-template-default .cd-timeline-content .timeline-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.page-template-default .cd-timeline-content p,
.post-template-default .cd-timeline-content p {
  font-family: 'oxygenregular', 'Arial';
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding: 20px !important;
  text-align: left;
  color: #2c2c2c;
  background-color: #f5f5f5;
  -ms-flex-align: center;
  align-items: center; }

.page-template-default .cd-container > .cd-timeline-block .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block .cd-timeline-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(37) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(37) .cd-timeline-content {
  background-image: url("../img/timeline/timeline-2024.jpg");
  background-size: contain;
  background-position: top; }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(35) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(35) .cd-timeline-content {
  background-image: url("../img/timeline/timeline-2022-number.jpg");
  background-position: top; }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(33) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(33) .cd-timeline-content {
  background-image: url("../img/timeline/timeline-2022.jpg");
  background-size: contain;
  background-position: top; }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(31) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(31) .cd-timeline-content {
  background-image: url("../img/timeline/timeline-2021.jpg");
  background-size: contain;
  background-position: top; }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(29) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(29) .cd-timeline-content {
  background-image: url("../img/timeline/timeline-2020.jpg");
  background-size: contain;
  background-position: top; }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(27) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(27) .cd-timeline-content {
  background-image: url("../img/timeline/2019-scale-up.jpg"); }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(25) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(25) .cd-timeline-content {
  background-image: url("../img/timeline/2019-en-chiffre.jpg"); }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(23) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(23) .cd-timeline-content {
  background-image: url("../img/timeline/timeline-2019.jpg"); }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(21) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(21) .cd-timeline-content {
  background-image: url("../img/timeline/timeline-2018.jpg"); }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(19) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(19) .cd-timeline-content {
  background-image: url("../img/timeline/timeline-2017.jpg"); }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(17) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(17) .cd-timeline-content {
  background-image: url("../img/timeline/2016-station-h2.jpg"); }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(15) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(15) .cd-timeline-content {
  background-image: url("../img/timeline/2015-waterfuel.jpg"); }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(13) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(13) .cd-timeline-content {
  background-image: url("../img/timeline/2014-europe.jpg"); }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(11) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(11) .cd-timeline-content {
  background-image: url("../img/timeline/2014-site-production-San-Miniato.jpg"); }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(9) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(9) .cd-timeline-content {
  background-image: url("../img/timeline/2013-bourse.jpg"); }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(7) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(7) .cd-timeline-content {
  background-image: url("../img/timeline/2013-McPhy-Deutschland.jpg"); }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(5) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(5) .cd-timeline-content {
  background-image: url("../img/timeline/2011-electrolyseurs.jpg"); }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(3) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(3) .cd-timeline-content {
  background-image: url("../img/timeline/2008-grenoble.jpg"); }

.page-template-default .cd-container > .cd-timeline-block:nth-last-child(1) .cd-timeline-content,
.post-template-default .cd-container > .cd-timeline-block:nth-last-child(1) .cd-timeline-content {
  background-image: url("../img/timeline/2008-hydrures.jpg"); }

/* ----- END style pour le template Mcphy ----- */
#sidebar .widget form p {
  padding-bottom: 0; }

/* #sidebar .widget input[type=text], #sidebar .widget input[type=email]*/
/*.page-template-template-mcphy .partenaire:nth-child(n):hover .partenaire-text:nth-child(n) {
  height: 100%;
  opacity: 1;
}*/
/* ----- page Ã©quipe ----- */
.team-member-content:nth-child(1) .team-member-text:before {
  position: absolute;
  z-index: 10;
  top: auto;
  left: 24%;
  width: 0;
  height: 0;
  margin: -55px 0 0 -15px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 25px;
  border-bottom-color: #f5f5f5; }

.team-member-content:nth-child(2) .team-member-text:before {
  position: absolute;
  z-index: 10;
  top: auto;
  left: 74%;
  width: 0;
  height: 0;
  margin: -55px 0 0 -15px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 25px;
  border-bottom-color: #f5f5f5; }

/* ----------------------------------------- */
/* ----- style page template mclive communiquÃ©s / brÃ¨ves / agenda -----*/
.page-template-default[data-header-resize='0'] .container-wrap,
.page-template-default[data-header-resize='0'] .project-title,
.post-template-default[data-header-resize='0'] .container-wrap,
.post-template-default[data-header-resize='0'] .project-title {
  padding: 0; }

.page-template-default article,
.post-template-default article {
  margin-bottom: 30px; }

.page-template-default article .inner-wrap,
.post-template-default article .inner-wrap {
  padding-bottom: 20px !important;
  background-color: #f5f5f5; }

.page-template-default article .inner-wrap h2,
.post-template-default article .inner-wrap h2 {
  font-family: oxygenbold, Arial !important;
  font-size: 20px;
  font-weight: normal !important;
  line-height: 30px;
  text-align: center;
  color: #2c2c2c !important; }

.page-template-default article .inner-wrap h2 a,
.post-template-default article .inner-wrap h2 a {
  color: #2c2c2c !important; }

.page-template-default article .inner-wrap h2 a:hover,
.post-template-default article .inner-wrap h2 a:hover {
  color: #2c2c2c !important; }

.page-template-default article .inner-wrap .excerpt p,
.post-template-default article .inner-wrap .excerpt p {
  font-family: 'oxygenregular', 'Arial' !important;
  font-size: 16px;
  font-weight: normal !important;
  line-height: 26px;
  color: #2c2c2c !important; }

.page-template-default article .meta-author,
.page-template-default article .meta-category,
.page-template-default article .meta-comment-count,
.post-template-default article .meta-author,
.post-template-default article .meta-category,
.post-template-default article .meta-comment-count {
  display: none; }

.page-template-default article .inner-wrap .post-meta,
.post-template-default article .inner-wrap .post-meta {
  position: absolute !important;
  width: 100%;
  margin-top: -28px;
  padding: 3px 10px !important;
  background-color: #f5f5f5; }

.page-template-default article .inner-wrap .post-meta .nectar-love-wrap,
.post-template-default article .inner-wrap .post-meta .nectar-love-wrap {
  display: none; }

.page-template-default article .inner-wrap .read-more,
.post-template-default article .inner-wrap .read-more {
  text-align: center; }

.page-template-default article .inner-wrap .read-more a,
.post-template-default article .inner-wrap .read-more a {
  font-family: oxygenbold, Arial;
  font-size: 12px;
  padding: 10px 25px;
  transition: all .4s;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #004275;
  border-radius: 5px;
  background-color: transparent; }

.page-template-default article .inner-wrap .read-more a:hover,
.post-template-default article .inner-wrap .read-more a:hover {
  transition: all .4s;
  color: #fff;
  background-color: #004275; }

.page-template-default .implantation-newsletter,
.post-template-default .implantation-newsletter {
  margin-bottom: 30px; }

.page-template-default .implantation-newsletter h3,
.page-template-default .implantation-newsletter p,
.post-template-default .implantation-newsletter h3,
.post-template-default .implantation-newsletter p {
  color: #fff; }

.page-template-default .implantation-newsletter h3,
.post-template-default .implantation-newsletter h3 {
  font-family: 'oxygenregular', 'Arial' !important;
  font-size: 20px;
  margin-bottom: 10px; }

.page-template-default .implantation-newsletter p,
.post-template-default .implantation-newsletter p {
  font-size: 16px;
  margin-bottom: 15px !important; }

.page-template-default .formError,
.post-template-default .formError {
  top: 70px !important;
  left: 82px !important; }

.page-template-default .formError .formErrorContent,
.post-template-default .formError .formErrorContent {
  font-family: 'oxygenregular', 'Arial';
  font-size: 12px;
  width: 300px;
  padding: 0;
  border: none;
  background-color: transparent; }

.page-template-default .widget_wysija_cont form,
.post-template-default .widget_wysija_cont form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-default .wysija-paragraph,
.post-template-default .wysija-paragraph {
  width: 465px;
  background-color: #f5f5f5; }

.page-template-default .wysija-paragraph label,
.post-template-default .wysija-paragraph label {
  display: none; }

.page-template-default .widget_wysija_cont input[type=text],
.post-template-default .widget_wysija_cont input[type=text] {
  width: 250px;
  background-color: #fff; }

.page-template-default .widget_wysija_cont input[type=text]::-webkit-input-placeholder,
.page-template-default .widget_wysija_cont input[type=text]::-moz-placeholder,
.page-template-default .widget_wysija_cont input[type=text]:-ms-input-placeholder,
.page-template-default .widget_wysija_cont input[type=text]:-moz-placeholder,
.post-template-default .widget_wysija_cont input[type=text]::-webkit-input-placeholder,
.post-template-default .widget_wysija_cont input[type=text]::-moz-placeholder,
.post-template-default .widget_wysija_cont input[type=text]:-ms-input-placeholder,
.post-template-default .widget_wysija_cont input[type=text]:-moz-placeholder {
  color: #f5f5f5; }

.page-template-default .widget_wysija_cont input[type=submit],
.post-template-default .widget_wysija_cont input[type=submit] {
  margin-top: 0;
  margin-left: 10px;
  padding: 10px 25px;
  transition: all .4s;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent; }

.page-template-default .widget_wysija_cont input[type=submit]:hover,
.post-template-default .widget_wysija_cont input[type=submit]:hover {
  color: #f66;
  background-color: #fff !important; }

.page-template-default .widget_wysija h4,
.post-template-default .widget_wysija h4 {
  display: none; }

.page-template-default .date-article,
.post-template-default .date-article {
  padding: 0; }

.page-template-default .agenda-blog,
.post-template-default .agenda-blog {
  display: -ms-flexbox;
  display: flex;
  min-height: 130px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f5f5f5; }

.page-template-default .agenda-blog .agenda-img,
.post-template-default .agenda-blog .agenda-img {
  min-width: 25%;
  /* max-width: 33%; */
  margin-right: 20px; }

.page-template-default .agenda-blog .title-article,
.post-template-default .agenda-blog .title-article {
  font-family: oxygenbold, Arial Bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0; }

.page-template-default .agenda-blog .date-article,
.post-template-default .agenda-blog .date-article {
  font-size: 12px;
  color: #676767; }

.page-template-default .agenda-blog .excerpt-article,
.post-template-default .agenda-blog .excerpt-article {
  font-size: 16px;
  line-height: 26px; }

/* ----- END style page template mclive communiquÃ©s / brÃ¨ves -----*/
.wpsm-comptable {
  table-layout: fixed; }

.wpsm-thead th {
  background-color: #004275; }

.wpsm-tbody tr:nth-child(2n) {
  background-color: #f5f5f5 !important; }

.wpsm-tbody tr:nth-child(2n+1) {
  background-color: #f5f5f5 !important; }

.wpsm-tbody td {
  border-color: #bdbdbd !important;
  background-color: transparent !important; }

.wpsm-comptable-wrap {
  margin-bottom: 5px !important; }

.wpsm-comptable td {
  word-wrap: break-word; }

.custom-article {
  display: block;
  width: 250px;
  height: 355px;
  transition: all .4s;
  background-color: #fff; }

.custom-article .cat {
  z-index: 10;
  width: 100%;
  padding: 10px 0 10px 20px !important;
  text-transform: uppercase;
  background-color: #f5f5f5; }

.custom-article .time {
  width: 100%;
  padding: 10px 0 10px 20px !important;
  text-transform: uppercase; }

.custom-article .title {
  width: 100%;
  padding: 10px 0 10px 20px !important;
  color: #004275; }

.custom-article .bkg-article {
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  background: url("../img/vviftdjakyk-matthew-henry.jpg") center no-repeat;
  background-size: cover; }

.custom-article .overlay-article {
  position: relative;
  z-index: 5;
  top: -306px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  transition: all .4s;
  background-color: #ff6666;
  background-color: rgba(255, 102, 102, 0.9);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.custom-article .overlay-article p {
  display: none;
  padding: 5px 10px;
  transition: all 1s;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px; }

.custom-article:hover .overlay-article {
  height: 100%; }

.custom-article:hover .overlay-article p {
  display: inline; }

/* ----- style pour la toolbox ----- */
.toolbox {
  position: fixed;
  z-index: 100;
  right: 46px;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center; }

.toolbox body[data-form-style='minimal'] .minimal-form-input label:after {
  border-color: #fff !important; }

.toolbox .filled label .text:after {
  border-color: #fff !important; }

.toolbox #searchsubmit:hover {
  color: #f66;
  border: 1px solid #fff;
  background-color: #fff !important; }

.toolbox ul li:nth-child(1) {
  position: relative;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 332px;
  height: 45px;
  margin: 2px 0;
  transition: all .4s;
  background-color: #004275; }

.toolbox ul li:nth-child(1):hover {
  left: -287px;
  background-color: #f66; }

.toolbox ul li:nth-child(1) a {
  width: 20px;
  height: 100%;
  margin: 0 20px 0 12px;
  padding-top: 12px; }

.toolbox ul li:nth-child(1) input[type=text] {
  font-family: 'oxygenregular', 'Arial';
  width: 225px;
  height: 35px;
  margin: 2px 0;
  padding: 10px 5px 1px 5px !important;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  box-shadow: none; }

.toolbox ul li:nth-child(1) .minimal-form-input {
  padding-top: 0; }

.toolbox ul li:nth-child(1) input[type=submit] {
  position: absolute;
  top: 7px;
  right: 5px;
  display: block;
  margin: 4px 0;
  padding: 4px 8px;
  border: 1px solid;
  border-radius: 5px;
  background-color: transparent; }

.toolbox ul li:nth-child(2) {
  font-family: 'oxygenregular', 'Arial';
  font-size: 14px;
  position: relative;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 181px;
  height: 45px;
  margin: 2px 0;
  transition: all .4s;
  color: #fff;
  background-color: #004275;
  -ms-flex-align: center;
  align-items: center; }

.toolbox ul li:nth-child(2):hover {
  left: -136px;
  background-color: #f66; }

.toolbox ul li:nth-child(2) a:nth-child(1) {
  width: 20px;
  height: 100%;
  margin: 0 20px 0 12px;
  padding-top: 12px; }

.toolbox ul li:nth-child(2) a:nth-child(2) {
  color: #fff; }

.toolbox ul li:nth-child(3) {
  font-family: 'oxygenregular', 'Arial';
  font-size: 14px;
  position: relative;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 207px;
  height: 45px;
  margin: 2px 0;
  transition: all .4s;
  color: #fff;
  background-color: #004275;
  -ms-flex-align: center;
  align-items: center; }

.toolbox ul li:nth-child(3):hover {
  left: -162px;
  background-color: #f66; }

.toolbox ul li:nth-child(3) a:nth-child(1) {
  width: 20px;
  height: 20px;
  margin: 12px 20px 12px 13px; }

.toolbox ul li:nth-child(3) a:nth-child(2) {
  color: #fff; }

.toolbox ul li:nth-child(4) {
  position: relative;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin: 2px 0;
  transition: all .4s; }

.toolbox ul li:nth-child(4) a {
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 100%;
  margin-right: 1px;
  transition: all .4s;
  background-color: #004275;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.toolbox ul li:nth-child(4) a:nth-child(1) {
  /*width: 20px;
            padding-top: 12px;
            margin: 0 12px;
            height: 100%;*/ }

.toolbox ul li:nth-child(4) a:nth-child(1):hover {
  background-color: #004275; }

.toolbox ul li:nth-child(4) a:nth-child(1) svg {
  height: 24px; }

.toolbox ul li:nth-child(4) a:hover {
  background-color: #f66; }

.toolbox ul li:nth-child(4):hover {
  left: -276px; }

.home .toolbox {
  height: 100%; }

/* ----- END style pour la toolbox ----- */
.menu-item a {
  color: #fff; }

@media screen and (max-height: 1080px) {
  .toolbox {
    height: 75%; } }

@media screen and (max-width: 1600px) {
  .mcphy-evenement-secondaire {
    max-width: 750px !important; } }

@media screen and (max-width: 1024px) {
  .mcphy-evenement-secondaire {
    font-size: 18px;
    line-height: 27px;
    max-width: 750px !important; } }

@media screen and (min-width: 1245px) {
  #mclive-blog {
    width: auto !important;
    max-width: 1245px;
    margin-left: 0 !important; }
  .page-template-template-homepage .blog-media .vc_column-inner .wpb_wrapper .row #post-area .posts-container {
    max-width: 1245px;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .page-template-template-homepage .mcphy-media {
    position: relative;
    width: 175px !important;
    height: 175px !important;
    margin: 0 17px !important; } }

.menu-bottom-event {
  position: absolute !important; }

.hide-event {
  display: none; }

/*--------------------------------*/
#Calque_1:hover {
  cursor: pointer; }

.see-more {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -ms-flex-pack: center;
  justify-content: center;
  /*height: 100%;*/ }

.see-more a {
  font-size: 14px;
  line-height: 1.7em;
  padding: 10px 25px;
  transition: all .4s;
  text-transform: uppercase;
  color: #004275;
  border: 1px solid #004275;
  border-radius: 5px;
  background-color: transparent; }

.see-more a:hover {
  color: #fff;
  background-color: #004275; }

/*---------------*/
#contact-form .wpcf7-form-control.wpcf7-submit {
  padding: 10px 50px !important;
  transition: all .4s;
  text-transform: uppercase;
  color: #004275;
  border: 1px solid #004275;
  border-radius: 5px !important;
  background-color: transparent; }

#contact-form .wpcf7-form-control.wpcf7-submit:hover {
  color: #fff;
  background-color: #004275; }

#contact-form .wpcf7-not-valid-tip {
  box-shadow: none;
  -o-box-shadow: none; }

.page-template-template-contact h3 {
  font-size: 48px; }

.page-template-template-contact .excerpt {
  font-size: 16px; }

.form-content {
  margin-bottom: 25px; }

.form-content input,
.form-content textarea {
  padding-left: 0;
  background-color: transparent; }

.form-content label {
  font-size: 16px;
  position: relative;
  z-index: -1;
  top: -55px;
  transition: all .4s; }

.form-content .label-message {
  z-index: -1;
  top: -62px;
  transition: all .4s; }

/*.form-content input:nth-child(n):focus + label:nth-child(n) {
  top: -75px;
  font-size: 12px;
}*/
.container-wrap textarea {
  resize: vertical;
  border-bottom: 1px solid #bdbdbd; }

.container-wrap input[type='text'],
.container-wrap input[type='email'] {
  resize: vertical;
  border-bottom: 1px solid #bdbdbd; }

.container-wrap textarea {
  height: 40px; }

.form-content .wpcf7-not-valid-tip {
  position: absolute;
  margin-top: 50px;
  color: #f66 !important; }

.minimal-form-input span.wpcf7-not-valid-tip {
  margin-top: 0;
  background-color: transparent; }

body[data-form-style='minimal'] .minimal-form-input label span.text {
  font-size: 16px; }

.wpcf7-not-valid {
  border-bottom: 1px solid #004275; }

/* style pour les logos sociaux dans le footer et le header*/
.chart {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  color: #757575; }

.chart img {
  position: relative;
  width: 20px; }

.chart .li {
  top: -2px; }

.chart .ti,
.chart .yt {
  top: 2px; }

.chart svg {
  position: absolute;
  top: -16px;
  left: -16px; }

.chart svg .outer {
  stroke: #fff;
  fill: transparent; }

/* END Container styles */
/* ----- Filtrages pour la page RÃ©alisation ----- */
/* ----- END Filtrages pour la page RÃ©alisation ----- */
#map {
  position: absolute;
  z-index: 1000;
  top: 0;
  display: none;
  width: 100vw;
  height: 100%;
  background-color: #004275; }

/* ----- style pour la template rÃ©alisation ----- */
.have-project {
  margin-top: 10px;
  padding: 0 80px; }

.have-project h4 {
  font-family: oxygenbold, Arial Bold;
  font-size: 20px;
  margin-bottom: 10px; }

.have-project a {
  font-family: oxygenbold, Arial;
  font-size: 13px;
  padding: 10px 25px;
  transition: all .4s;
  text-decoration: none;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent; }

.have-project a:hover {
  color: #f66;
  background-color: #fff; }

.gmaps {
  position: absolute;
  z-index: 95000;
  top: 0;
  display: none;
  width: 100vw;
  height: 100%;
  background-color: #f66; }

.gmaps-cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  margin: 55px 55px 0 0; }

.gmaps-cross:hover {
  cursor: pointer; }

.gmaps-content {
  padding-top: 100px; }

.gmaps-title {
  font-family: 'oxygenregular', 'Arial';
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 33px;
  color: #fff; }

.gmaps-maps {
  margin-bottom: 43px; }

.gmaps-text {
  font-size: 16px;
  line-height: 26px;
  color: #fff; }

.realisation-titre {
  font-size: 10px;
  width: 100%;
  height: 40px;
  padding: 10px;
  background-color: #f5f5f5; }

.realisation-image {
  width: 100%;
  height: 225px; }

.realisation-overlay-image {
  font-family: oxygenbold, Arial;
  font-size: 24px;
  line-height: 33px;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  width: 243px;
  height: 225px;
  margin-top: -225px;
  letter-spacing: -.8px;
  color: #fff;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.realisation-overlay {
  font-family: oxygenbold, Arial;
  font-size: 24px;
  line-height: 33px;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  width: 243px;
  height: 225px;
  margin-top: -225px;
  transition: all .4s;
  letter-spacing: -.8px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: #ff6666;
  background-color: rgba(255, 102, 102, 0.9);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.realisation-overlay:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.realisation-overlay a {
  font-family: oxygenbold, Arial;
  font-size: 12px;
  padding: 5px 25px;
  transition: all .4s;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent; }

.realisation-overlay a:hover {
  color: #f66;
  background-color: #fff; }

.el-mondo {
  font-family: oxygenbold, Arial;
  font-size: 12px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 15px;
  transition: all .4s;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #004275;
  border: 1px solid #004275;
  border-radius: 5px;
  background-color: transparent;
  -ms-flex-align: center;
  align-items: center; }

.el-mondo:hover {
  cursor: pointer;
  color: #fff;
  background-color: #004275; }

.el-mondo:hover .st0 {
  fill: #fff; }

.el-mondo svg {
  height: 24px;
  margin-right: 10px; }

.el-mondo .st0 {
  transition: all .4s;
  fill: #004275; }

#realisation-content .portfolio-filters-inline .container > ul a,
#realisation-content .portfolio-filters-inline .container > ul li#sort-label,
#realisation-content .portfolio-filters-inline .container > ul > li:last-child a {
  font-family: oxygenbold, Arial Bold;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 25px;
  transition: all .5s;
  color: #2c2c2c;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  background-color: #f5f5f5; }

#realisation-content .portfolio-filters-inline .container > ul a:hover,
#realisation-content .portfolio-filters-inline .container > ul li#sort-label:hover,
#realisation-content .portfolio-filters-inline .container > ul > li:last-child a:hover {
  color: #2c2c2c;
  background-color: #bdbdbd; }

#realisation-content .portfolio-filters-inline .container > ul > li:last-child a {
  border: 1px solid #bdbdbd !important; }

#realisation-content .portfolio-filters-inline ul li,
#realisation-content .portfolio-filters-inline ul ul {
  margin: 0 5px; }

#realisation-content .portfolio-filters-inline .container ul li a.active {
  transition: all .5s;
  color: #fff !important;
  border-color: #004275;
  background-color: #004275; }

#realisation-content .portfolio-filters-inline .container ul li a.active:hover {
  border-color: #004275;
  background-color: #004275; }

#realisation-content .title-portfolio {
  font-family: oxygenbold, Arial Bold;
  font-size: 24px;
  line-height: 33px;
  position: absolute;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  text-align: center;
  letter-spacing: -.8px;
  color: #fff;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

#realisation-content .portfolio-items .col .work-item {
  height: 244px; }

#realisation-content .project-thumbnail {
  height: 100%;
  background-size: cover; }

#realisation-content .project-cats {
  padding: 15px 0 15px 15px;
  background-color: #f5f5f5; }

#realisation-content .portfolio-items .col .work-item .work-info a.default-link {
  font-family: oxygenbold, Arial Bold;
  font-size: 12px;
  transition: all .5s;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent; }

#realisation-content .portfolio-items .col .work-item .work-info a.default-link:hover {
  color: #f66 !important;
  background-color: #fff; }

/* ----- END style pour la template rÃ©alisation ----- */
@media only screen and (min-width: 1170px) {
  #cd-timeline:before {
    margin-left: 0; }
  .cd-timeline-block {
    height: 354px;
    padding: 50px 0; }
  .cd-timeline-img {
    left: 53%;
    width: 14px;
    height: 14px; }
  .cd-timeline-block .cd-timeline-content {
    height: 100%; }
  .cd-timeline-block:nth-child(2n+2) .cd-timeline-content {
    float: right;
    text-align: center; }
  .cd-timeline-block:nth-child(2n+2) .cd-timeline-content h2 {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .cd-timeline-block:nth-child(2n+2) .cd-timeline-content p {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-align: center;
    align-items: center; }
  .cd-timeline-block:nth-child(2n+2) .cd-timeline-content:before {
    top: 50%;
    right: 100%;
    border-color: transparent;
    border-right-color: #cdcdcd; }
  .cd-timeline-block:nth-child(4n) .cd-timeline-content {
    float: left;
    text-align: center; }
  .cd-timeline-block:nth-child(4n) .cd-timeline-content h2 {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .cd-timeline-block:nth-child(4n) .cd-timeline-content p {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-align: center;
    align-items: center; }
  .cd-timeline-block:nth-child(4n) .cd-timeline-content:before {
    top: 50%;
    right: -14px;
    border-right-color: transparent;
    border-left-color: #cdcdcd;
    border-left-color: #bdbdbd; } }

#search-results .result .inner-wrap {
  padding: 0;
  background-color: #f5f5f5;
  box-shadow: none; }

#search-results .result h2 {
  padding: 0 20px 20px 20px; }

.result-of-research {
  font-family: 'oxygenregular', 'Arial' !important;
  font-size: 16px; }

.logo-mcphy-mobile,
.mobile-menu,
.down-arrow-mobile,
.up-arrow-mobile,
.share-page,
#blog-custom-mobile {
  display: none; }

.image-rubrique {
  display: block; }

.single-post {
  font-size: 16px; }

.single-post p {
  line-height: 26px;
  padding-bottom: 20px; }

.chapo {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin: 25px 0 20px 0;
  color: #747e80;
  color: rgba(116, 126, 128, 0.9); }

#sidebar .widget input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit; }

#sidebar .widget input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit; }

#sidebar .widget input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit; }

#sidebar .widget input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: inherit; }

.slide-out-widget-area-toggle {
  display: none; }

#sidebar .nav-title > a {
  width: 230px; }

@media not all, only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  header#top #logo .default-logo {
    display: block; } }

body:not(.woocommerce-cart) .main-content th {
  font-size: 11px;
  line-height: 1.5em; }

body:not(.woocommerce-cart) .main-content td {
  font-size: 11px; }

body h3,
.row .col h3,
.toggle h3 a,
.ascend #respond h3,
.ascend h3#comments,
.woocommerce ul.products li.product.text_on_hover h3,
.masonry.classic_enhanced .masonry-blog-item h3.title,
.woocommerce ul.products li.product.material h3,
.woocommerce-page ul.products li.product.material h3 {
  line-height: 28px; }

@media only screen and (max-width: 1000px) {
  .inner-content-slide {
    box-sizing: border-box; }
  .logo-mcphy-white {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
  h1,
  h2 {
    font-size: 24px !important; }
  h3,
  .title-home {
    font-size: 19px; }
  header#top #logo .default-logo,
  .page-template-template-mcphy .left-menu,
  .page-template-template-mclive .left-menu,
  .page-template-default .left-menu,
  .page-template-template-contact .left-menu,
  .page-template-template-realisation .left-menu,
  .post-template-default .left-menu {
    display: none; }
  .right-container {
    width: 90vw; }
  .logo-mobile {
    text-align: center;
    /*display: none!important;*/ }
  .open-menu-mobile {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: .5s ease-in-out;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .open-menu-mobile span {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    transition: .25s ease-in-out;
    /*left: 22px;*/
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    border-radius: 9px;
    background: #fff; }
  .open-menu-mobile span:nth-child(1) {
    top: 8px; }
  .open-menu-mobile span:nth-child(2),
  .open-menu-mobile span:nth-child(3) {
    top: 13px; }
  .open-menu-mobile span:nth-child(4) {
    top: 18px; }
  .open-menu-mobile.open span:nth-child(1) {
    top: 13px;
    left: 33px;
    width: 0; }
  .open-menu-mobile.open span:nth-child(2) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .open-menu-mobile.open span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .open-menu-mobile.open span:nth-child(4) {
    top: 13px;
    left: 33px;
    width: 0; }
  .menuopen .menu-item-has-children > a:after {
    float: right;
    content: url("../svg/chevron.svg"); }
  #slide-out-widget-area .menuwrapper li.back > a {
    background-color: transparent; }
  #slide-out-widget-area.fullscreen .inner li a,
  #slide-out-widget-area .off-canvas-social-links li a,
  #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a,
  #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,
  #slide-out-widget-area .menuwrapper li small {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
  .back {
    width: 100%;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    border: 1px solid white;
    border-radius: 5px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4); }
  .back a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    background-color: transparent; }
  .back a:before {
    position: absolute;
    top: 3px;
    left: 15px;
    content: url(../svg/chevron-small.svg);
    transform: rotateY(180deg); }
  .logo-mcphy-mobile {
    position: absolute;
    z-index: 10000 !important;
    top: 20px;
    display: block;
    width: 100%;
    text-align: center; }
  .logo-mcphy-mobile a {
    z-index: 150; }
  .logo-mcphy-white {
    position: absolute;
    transition: all .5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
  .logo-mcphy-bleu {
    transition: all .5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
  .desktop-menu,
  .open-link {
    display: none; }
  .mobile-menu {
    display: block; }
  .slide-out-widget-area-toggle {
    display: none; }
  #slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-family: days_oneregular, Arial;
    font-size: 21px;
    font-weight: 200;
    line-height: 35px;
    color: white; }
  #slide-out-widget-area.slide-out-from-right {
    width: 100vw !important;
    height: 100vh;
    -ms-transform: translate(100vw, 0px);
    transform: translate(100vw, 0px);
    background: url("../svg/BG-phone.svg") center no-repeat;
    background-size: cover; }
  body[data-full-width-header='false'] #slide-out-widget-area a.slide_out_area_close {
    right: 0;
    left: 22px; }
  .sub-menu li a {
    font-family: oxygenregular, Arial !important;
    font-size: 21px;
    line-height: 35px; }
  #header-outer {
    background-color: transparent;
    box-shadow: none !important; }
  #header-space {
    display: block; }
  .home #header-space {
    display: none !important; }
  #header-outer[data-has-menu='false'][data-format='default'] header#top .span_3 {
    text-align: center !important; }
  #header-outer[data-has-menu='true'][data-mobile-fixed='1'] header#top .span_3,
  #header-outer[data-has-menu='true'][data-ptnm='1'] header#top .span_3 {
    text-align: center !important; }
  @keyframes shakeIt {
    0% {
      top: 0; }
    50% {
      top: 5px; }
    100% {
      top: 0; } }
  .down-arrow-mobile {
    display: none; }
  .cursor-scroll,
  #logo {
    display: none !important; }
  .starting-logo.default-logo {
    display: block; }
  /*#logo .stnd.default-logo, #logo .retina-logo {
display: none;
}*/
  /*header#top #logo .starting-logo.default-logo {*/
  /*header#top #logo .starting-logo {
position: relative!important;
display: block;
top: 15px;
}*/
  /*header#top #logo .starting-logo.default-logo {
opacity: 1 !important;
margin: 0 auto;
}
header#top #logo .retina-logo.starting-logo {
opacity: 0 !important;
display: block!important;
}
header#top #logo .retina-logo, header#top #logo .stnd.default-logo, header#top #logo .retina-logo.starting-logo.dark-version, header#top #logo .starting-logo.dark-version.default-logo  {
opacity: 0 !important;
display: none!important;
}*/
  header#top .span_9 > .slide-out-widget-area-toggle {
    left: 0;
    width: 10%; }
  .lines:before,
  .lines:after {
    transition: all .5s; }
  .bkg-blue:before,
  .bkg-blue:after {
    background-color: #757575; }
  .slide-out-widget-area-toggle[data-icon-animation='simple-transform'].mobile-icon .lines {
    background-color: #757575 !important; }
  .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before,
  .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after {
    transition: all .5s;
    background-color: inherit !important; }
  .slide-out-widget-area-toggle[data-icon-animation='simple-transform'].mobile-icon .lines-button:after {
    transition: all .5s;
    background-color: inherit !important; }
  header#top .slide-out-widget-area-toggle[data-icon-animation='spin-and-transform'].mobile-icon .lines-button.x2 .lines {
    transition: all .5s;
    background-color: inherit !important; }
  .page-template-template-homepage #slider-event .mcphy-evenement-first .mcphy-evenement-content .mcphy-evenement-title {
    font-size: 29px;
    padding: 0; }
  .page-template-template-homepage .mcphy-evenement-second .mcphy-evenement-content .mcphy-evenement-secondaire {
    font-size: 18px;
    line-height: 27px; }
  .home .share-page {
    margin-top: -80px !important; }
  .page-template-template-homepage .share-page {
    position: relative;
    display: block;
    margin-top: -100px !important; }
  .page-template-template-homepage .share-page h3 {
    font-family: 'days_oneregular', 'Arial' !important;
    font-size: 19px !important;
    line-height: 50px;
    position: relative;
    width: 100%;
    text-align: center; }
  .page-template-default .share-page {
    position: relative;
    display: block;
    margin-top: -50px !important; }
  .page-template-default .share-page h3 {
    font-family: 'days_oneregular', 'Arial' !important;
    font-size: 19px !important;
    line-height: 50px;
    position: relative;
    width: 100%;
    text-align: center; }
  .page-template-template-rubrique .share-page {
    position: relative;
    display: block; }
  .page-template-template-rubrique .share-page h3 {
    font-family: 'days_oneregular', 'Arial' !important;
    font-size: 19px !important;
    line-height: 50px;
    position: relative;
    width: 100%;
    text-align: center; }
  .page-template-default .excerpt p {
    font-size: 14px; }
  .page-template-default .case-content,
  .page-template-default .block {
    font-size: 14px; }
  .page-template-default .details-product p {
    font-size: 14px; }
  .page-template-default .have-project {
    padding: 0 20px; }
  .page-template-default .highcharts-container {
    overflow: scroll !important; }
  .page-template-template-rubrique .have-project {
    padding: 0 20px !important; }
  .page-template-template-rubrique .excerpt p {
    font-size: 14px; }
  .page-template-template-rubrique .rubrique-text p {
    font-size: 14px; }
  .page-template-template-rubrique .have-project-content p {
    font-size: 14px; }
  .share-button {
    position: relative;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .share-button a {
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    margin-right: 1px;
    transition: all .5s;
    background-color: #004275;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .share-button a:hover {
    background-color: #004275; }
  .cards {
    padding: 30px 50px !important; }
  .cards .cards-excerpt {
    display: none; }
  .cards p a {
    border: 1px solid #004275; }
  .cards p:nth-child(1) {
    padding-bottom: 0; }
  .inner-slide .inner-content-slide {
    padding: 10px; }
  .inner-slide .inner-content-slide .info-slide {
    display: none; }
  .inner-slide .inner-content-slide h3 {
    font-size: 29px; }
  .inner-slide .inner-content-slide .content-slide.container {
    margin: 0 !important;
    padding: 0 20px !important; }
  .blog-custom {
    display: block; }
  #blog-custom-mobile {
    display: none; }
  .article-blog-custom-mobile {
    padding: 15px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5; }
  .article-mobile-categorie {
    font-size: 10px;
    line-height: 10px;
    text-align: left;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #232323; }
  .article-mobile-date-article {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0; }
  .article-mobile-date-day {
    font-size: 48px;
    line-height: 48px;
    margin-right: 10px;
    letter-spacing: -1px;
    color: #232323; }
  .article-mobile-date-month {
    text-align: left;
    color: #b2b2b2; }
  .row .col h3.article-mobile-title-article {
    font-family: 'oxygenregular', 'Arial' !important;
    font-size: 16px !important;
    line-height: 20px;
    margin-bottom: 0 !important;
    text-align: left;
    letter-spacing: -.5px;
    color: #232323; }
  .article-mobile-img {
    width: 108px;
    height: 73px;
    margin-top: 10px;
    margin-right: 10px; }
  .breves .article-mobile-content-article,
  .communiques .article-mobile-content-article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .image-title-mobile {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 250px;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start; }
  .page-template-template-homepage .blog-media .see-more {
    display: none; }
  .page-template-template-homepage .blog-media .row {
    margin-bottom: 0;
    padding-bottom: 0; }
  .page-template-template-homepage .mcphy-media {
    width: 200px;
    height: 200px;
    margin: 0 10px; }
  .page-template-template-homepage .title-newsletter {
    display: block;
    height: auto; }
  .page-template-template-homepage .title-newsletter p {
    width: 90vw;
    margin: 0 auto;
    padding-top: 20px; }
  .page-template-template-homepage #sidebar {
    display: block;
    padding-top: 40px; }
  .page-template-template-homepage #sidebar .widget_wysija input[name='wysija[user][email]'] {
    display: block;
    margin: 0 auto; }
  .page-template-template-homepage #sidebar .form-validation-field-0formError {
    top: 100px !important;
    left: 430px !important;
    width: 90vw; }
  #mcphy-in-the-media {
    overflow: auto;
    padding-bottom: 25px !important; }
  #mcphy-in-the-media .col.span_12.left {
    width: auto;
    /* overflow-x: scroll;*/ }
  .page-template-default .breadcrumbs {
    font-size: 12px !important; }
  .page-template-default h3 {
    font-size: 20px !important; }
  .page-template-default .details-product blockquote {
    float: none;
    margin: 0 auto 20px auto; }
  .page-template-default .team-member-text {
    width: auto;
    margin-bottom: 20px !important; }
  .home #sidebar {
    height: 150px;
    padding-bottom: 25px; }
  .home #sidebar .formErrorContent {
    position: absolute;
    top: -50px;
    left: -400px; }
  .home #sidebar .widget_wysija {
    display: block; }
  .home #sidebar .widget_wysija input[name='wysija[user][email]'] {
    width: 90vw; }
  .home #sidebar .wysija-paragraph {
    padding-bottom: 10px !important; }
  .home #sidebar .wysija-submit-field {
    width: 90vw;
    margin: 10px auto 0 auto; }
  .temoignage-text p {
    margin-left: 0 !important;
    padding-top: 40px; }
  .ascend a.pp_arrow_previous,
  .ascend a.pp_arrow_next,
  .ascend .mfp-arrow-right,
  .ascend .mfp-arrow-left {
    margin-top: 200px !important; }
  .page-template-template-rubrique .breadcrumbs {
    font-size: 12px !important; }
  .page-template-template-rubrique h1,
  .page-template-template-rubrique h2 {
    font-size: 24px !important; }
  .page-template-template-rubrique .solution .col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .container,
  div.slider-nav,
  #post-area.standard-minimal.full-width-content article.post .inner-wrap {
    max-width: 100vw !important; }
  .image-rubrique {
    display: none !important; }
  .cd-timeline-content {
    width: 259px; }
  .cd-timeline-content p {
    font-size: 14px; }
  #cd-timeline .cd-date {
    position: relative;
    display: block; }
  #cd-timeline:before {
    left: 29px; }
  .cd-timeline-content h2 {
    font-size: 20px !important;
    min-height: 159px;
    text-align: center !important; }
  .cd-timeline-img.cd-picture {
    width: 14px;
    height: 14px;
    margin-left: 23px; }
  .cd-timeline-content:before {
    top: 50%;
    border-right: 7px solid #cdcdcd; }
  .page-template-default #header-outer #top .main-menu .row {
    padding-bottom: 25px; }
  .page-template-default .implantation-contact {
    float: none; }
  .page-template-default .team-member-content:nth-child(1) .team-member-text:before {
    left: 50%;
    margin: -80px 0 0 -15px; }
  .page-template-default .team-member-content:nth-child(2n) .team-member-text:before {
    left: 50%;
    margin: -80px 0 0 -15px; }
  .page-template-default .team-member-content:nth-child(2n) .team-member-text {
    left: 0; }
  .page-template-default .team-member-text {
    width: 100%;
    padding: 30px 10px 10px 10px; }
  .home .contact-logo a {
    margin: 0 10px; }
  #realisation {
    margin-left: 0 !important; }
  #realisation .mix {
    width: 100%; }
  #realisation .realisation-overlay,
  #realisation .realisation-overlay-image {
    width: 100%; }
  .el-mondo {
    display: none; }
  .realisation-titre {
    font-size: 12px; }
  #slide-out-widget-area .inner {
    min-height: 500px !important; }
  #slide-out-widget-area .menuwrapper li {
    margin-bottom: 5px; }
  .nav-widget {
    position: relative;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 25px;
    -ms-flex-pack: center;
    justify-content: center; }
  .nav-widget li {
    margin: 0 10px; }
  .nav-widget li a {
    font-family: oxygenregular, Arial !important;
    font-size: 16px;
    text-transform: uppercase; }
  .list-social {
    position: relative;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 25px;
    -ms-flex-pack: center;
    justify-content: center; }
  .list-social .link-social {
    margin: 0 20px; }
  .list-social .chart .ti {
    top: 0; }
  .list-social .chart .yt {
    top: 2px; }
  .list-social .chart .li {
    top: -2px; }
  .mcphy-evenement-content {
    padding: 0 50px; }
  .page-template-template-mclive .widget_wysija_cont form {
    flex-direction: column;
    -ms-flex-direction: column; }
  #sidebar .widget input[type=text] {
    padding-left: 10px;
    background-color: white; }
  #sidebar .widget #sidebar .widget input[type=email] {
    padding-left: 10px;
    background-color: white; }
  .page-template-template-mclive .wysija-paragraph {
    width: 100%;
    margin-top: 30px; }
  .page-template-template-mclive .wysija-paragraph label {
    display: none; }
  .page-template-template-mclive .widget_wysija_cont input[type=submit] {
    width: 100%;
    margin-top: 10px;
    margin-left: 0; }
  .page-template-template-mclive .widget_wysija_cont input[type=submit]:hover {
    color: #f66; }
  .page-template-template-mclive .formError .formErrorContent {
    line-height: normal;
    position: absolute;
    top: -35px !important;
    right: 315px !important;
    width: 300px;
    padding: 0;
    border: none;
    background-color: transparent; }
  .page-template-template-homepage .see-more a {
    display: none; }
  .page-template-template-contact h3 {
    font-size: 24px; }
  .page-template-template-contact .excerpt {
    font-size: 14px; }
  #application-row,
  #mclive-row,
  #media-row,
  #in-touche-row {
    padding-top: 20px !important; }
  #in-touche-row {
    padding-bottom: 20px !important; }
  .page-template-template-homepage .title-home {
    font-size: 19px !important; }
  .page-template-template-homepage .subtitle-home {
    font-size: 12px; }
  .page-template-template-homepage .inner-slide .inner-content-slide {
    padding: 200px 100px; }
  .page-template-template-homepage .inner-slide .inner-content-slide h3 {
    font-size: 29px; }
  .page-template-template-homepage .mcphy-evenement-second {
    height: 250px; }
  .page-template-template-homepage .cards {
    padding: 25px; }
  header#top .span_9 > .slide-out-widget-area-toggle.align-right img {
    width: 24px;
    height: 24px; }
  header#top .span_9 > .slide-out-widget-area-toggle.align-right {
    position: absolute;
    top: 35px;
    left: 95%;
    width: 10%; }
  header#top .span_9 > .slide-out-widget-area-toggle.align-right img {
    width: 24px;
    height: 24px; }
  body[data-form-style='minimal'] .widget_search .search-form .search-submit {
    position: relative;
    top: -35px;
    float: right;
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: transparent; }
  body[data-form-style='minimal'] .widget_search .search-form .search-submit:hover {
    background-color: transparent !important; }
  body[data-form-style='minimal'] .widget_search .search-form .search-field {
    color: #fff; } }

@media only screen and (max-width: 768px) {
  .slide-out-widget-area-toggle .mobile-icon .slide-out-from-right .align-right {
    position: absolute;
    top: 30px !important;
    left: 300px !important; }
  .inner-content-slide {
    box-sizing: border-box; }
  .logo-mcphy-white {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
  h1,
  h2 {
    font-size: 24px !important; }
  .title-home,
  h3 {
    font-size: 19px; }
  .page-template-default .left-menu,
  .page-template-template-contact .left-menu,
  .page-template-template-mclive .left-menu,
  .page-template-template-mcphy .left-menu,
  .page-template-template-realisation .left-menu,
  .post-template-default .left-menu,
  header#top #logo .default-logo {
    display: none; }
  .right-container {
    width: 90vw; }
  .logo-mobile {
    text-align: center;
    /*display: none!important;*/ }
  .open-menu-mobile {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: .5s ease-in-out;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .open-menu-mobile span {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    transition: .25s ease-in-out;
    /*left: 22px;*/
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    border-radius: 9px;
    background: #fff; }
  .open-menu-mobile span:nth-child(1) {
    top: 8px; }
  .open-menu-mobile span:nth-child(2),
  .open-menu-mobile span:nth-child(3) {
    top: 13px; }
  .open-menu-mobile span:nth-child(4) {
    top: 18px; }
  .open-menu-mobile.open span:nth-child(1) {
    top: 13px;
    left: 33px;
    width: 0; }
  .open-menu-mobile.open span:nth-child(2) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .open-menu-mobile.open span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .open-menu-mobile.open span:nth-child(4) {
    top: 13px;
    left: 33px;
    width: 0; }
  .menuopen .menu-item-has-children > a:after {
    float: right;
    content: url("../svg/chevron.svg"); }
  #slide-out-widget-area .menuwrapper li.back > a {
    background-color: transparent; }
  #slide-out-widget-area.fullscreen .inner li a,
  #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a,
  #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,
  #slide-out-widget-area .menuwrapper li small,
  #slide-out-widget-area .off-canvas-social-links li a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
  .back {
    width: 100%;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    border: 1px solid white;
    border-radius: 5px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4); }
  .back a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    background-color: transparent; }
  .back a:before {
    position: absolute;
    top: 3px;
    left: 15px;
    content: url("../svg/chevron-small.svg");
    transform: rotateY(180deg); }
  .logo-mcphy-white {
    position: absolute;
    transition: all .5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
  .logo-mcphy-bleu {
    transition: all .5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
  .desktop-menu {
    display: none; }
  #slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-family: days_oneregular, Arial;
    font-size: 21px;
    font-weight: 200;
    line-height: 35px;
    color: white; }
  #slide-out-widget-area.slide-out-from-right {
    width: 100vw !important;
    height: 100vh;
    -ms-transform: translate(100vw, 0px);
    transform: translate(100vw, 0px);
    background: url("../svg/BG-phone.svg") center no-repeat;
    background-size: cover; }
  body[data-full-width-header='false'] #slide-out-widget-area a.slide_out_area_close {
    right: 0;
    left: 22px; }
  .sub-menu li a {
    font-family: oxygenregular, Arial !important;
    font-size: 21px;
    line-height: 35px; }
  #header-outer {
    background-color: transparent; }
  #header-space {
    display: block; }
  .home #header-space {
    display: none !important; }
  #header-outer[data-has-menu='false'][data-format='default'] header#top .span_3 {
    text-align: center !important; }
  #header-outer[data-has-menu='true'][data-mobile-fixed='1'] header#top .span_3,
  #header-outer[data-has-menu='true'][data-ptnm='1'] header#top .span_3 {
    text-align: center !important; }
  @keyframes shakeIt {
    0% {
      top: 0; }
    50% {
      top: 5px; }
    100% {
      top: 0; } }
  .down-arrow-mobile {
    position: absolute;
    z-index: 1000;
    top: 88vh;
    display: block;
    width: 100%;
    text-align: center; }
  .down-arrow-mobile img {
    position: absolute;
    transition: all .5s;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: shakeIt 1.5s ease-in-out infinite; }
  .down-arrow-mobile img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
  .up-arrow-mobile {
    position: absolute;
    z-index: 1000;
    top: 15vh;
    display: block;
    width: 100%;
    text-align: center; }
  .up-arrow-mobile img {
    position: absolute;
    transition: all .5s;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    animation: shakeIt 1.5s ease-in-out infinite; }
  .up-arrow-mobile img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
  /*#logo .stnd.default-logo, #logo .retina-logo {
    display: none;
  }*/
  /*header#top #logo .starting-logo.default-logo {*/
  /*header#top #logo .starting-logo {
    position: relative!important;
    display: block;
    top: 15px;
  }*/
  /*header#top #logo .starting-logo.default-logo {
    opacity: 1 !important;
    margin: 0 auto;
  }
  header#top #logo .retina-logo.starting-logo {
    opacity: 0 !important;
    display: block!important;
  }
  header#top #logo .retina-logo, header#top #logo .stnd.default-logo, header#top #logo .retina-logo.starting-logo.dark-version, header#top #logo .starting-logo.dark-version.default-logo  {
    opacity: 0 !important;
    display: none!important;
  }*/
  header#top .span_9 > .slide-out-widget-area-toggle {
    left: 0;
    width: 10%; }
  header#top .span_9 > .slide-out-widget-area-toggle.align-right {
    position: absolute;
    top: 35px;
    left: 95%;
    width: 10%; }
  header#top .span_9 > .slide-out-widget-area-toggle.align-right img {
    width: 24px;
    height: 24px; }
  #header-outer .cursor-scroll {
    top: 85vh; }
  .lines:after,
  .lines:before {
    transition: all .5s;
    background-color: #fff; }
  .bkg-blue:after,
  .bkg-blue:before {
    background-color: #757575; }
  .slide-out-widget-area-toggle[data-icon-animation='simple-transform'].mobile-icon .lines {
    background-color: #fff; }
  .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after,
  .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before {
    transition: all .5s;
    background-color: inherit !important; }
  .slide-out-widget-area-toggle[data-icon-animation='simple-transform'].mobile-icon .lines-button:after {
    transition: all .5s;
    background-color: inherit !important; }
  header#top .slide-out-widget-area-toggle[data-icon-animation='spin-and-transform'].mobile-icon .lines-button.x2 .lines {
    transition: all .5s;
    background-color: inherit !important; }
  .toolbox {
    display: none; }
  .page-template-template-homepage #slider-event .mcphy-evenement-first .mcphy-evenement-content .mcphy-evenement-title {
    font-size: 29px;
    padding: 0; }
  .page-template-template-homepage .mcphy-evenement-second .mcphy-evenement-content .mcphy-evenement-secondaire {
    font-size: 18px;
    line-height: 27px; }
  .home .share-page {
    margin-top: -80px !important; }
  .page-template-template-homepage .share-page {
    position: relative;
    display: block;
    margin-top: -100px !important; }
  .page-template-template-homepage .share-page h3 {
    font-family: 'days_oneregular', 'Arial' !important;
    font-size: 19px !important;
    line-height: 50px;
    position: relative;
    width: 100%;
    text-align: center; }
  .page-template-default .share-page {
    position: relative;
    display: block;
    margin-top: -50px !important; }
  .page-template-default .share-page h3 {
    font-family: 'days_oneregular', 'Arial' !important;
    font-size: 19px !important;
    line-height: 50px;
    position: relative;
    width: 100%;
    text-align: center; }
  .page-template-template-rubrique .share-page {
    position: relative;
    display: block; }
  .page-template-template-rubrique .share-page h3 {
    font-family: 'days_oneregular', 'Arial' !important;
    font-size: 19px !important;
    line-height: 50px;
    position: relative;
    width: 100%;
    text-align: center; }
  .page-template-default .wpb_text_column.wpb_content_element.excerpt {
    font-size: 14px; }
  .page-template-default .block,
  .page-template-default .case-content {
    font-size: 14px; }
  .page-template-default .details-product p {
    font-size: 14px; }
  .page-template-default .have-project {
    padding: 0 20px; }
  .page-template-default .highcharts-container {
    overflow: scroll !important; }
  .page-template-template-rubrique .have-project {
    padding: 0 20px !important; }
  .page-template-template-rubrique .excerpt p {
    font-size: 14px; }
  .page-template-template-rubrique .rubrique-text p {
    font-size: 14px; }
  .page-template-template-rubrique .have-project-content p {
    font-size: 14px; }
  .page-template-template-contact h3 {
    font-size: 24px; }
  .page-template-template-contact .excerpt {
    font-size: 14px; }
  .share-button {
    position: relative;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .share-button a {
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    margin-right: 1px;
    transition: all .5s;
    background-color: #004275;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .share-button a:hover {
    background-color: #004275; }
  .cards {
    padding: 30px 50px !important; }
  .cards .cards-excerpt {
    display: none; }
  .cards p a {
    border: 1px solid #004275; }
  .cards p:nth-child(1) {
    padding-bottom: 0; }
  .inner-slide .inner-content-slide {
    padding: 10px; }
  .inner-slide .inner-content-slide .info-slide {
    display: none; }
  .inner-slide .inner-content-slide h3 {
    font-size: 29px; }
  .inner-slide .inner-content-slide .content-slide.container {
    margin: 0 !important;
    padding: 0 20px !important; }
  .blog-custom {
    display: none; }
  #blog-custom-mobile {
    display: block; }
  .cursor-scroll {
    display: none !important; }
  .article-blog-custom-mobile {
    padding: 15px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5; }
  .article-mobile-categorie {
    font-size: 10px;
    line-height: 10px;
    text-align: left;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #232323; }
  .article-mobile-date-article {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0; }
  .article-mobile-date-day {
    font-size: 48px;
    line-height: 48px;
    margin-right: 10px;
    letter-spacing: -1px;
    color: #232323; }
  .article-mobile-date-month {
    text-align: left;
    color: #b2b2b2; }
  /*
.article-mobile-title-article {
	text-align: left;
	font-family: $family-regular !important;
	font-size: 16px!important;
	line-height: 20px;
	letter-spacing: -0.5px;
	color: #232323;
	margin-bottom: 0 !important;
}
*/
  .article-mobile-img {
    width: 108px;
    height: 73px;
    margin-top: 10px;
    margin-right: 10px; }
  .article-mobile-content-article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .image-title-mobile {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 250px;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start; }
  .page-template-template-homepage .blog-media .see-more {
    display: none; }
  .page-template-template-homepage .blog-media .row {
    margin-bottom: 0;
    padding-bottom: 0; }
  .page-template-template-homepage .mcphy-media {
    width: 200px;
    height: 200px;
    margin: 0 10px; }
  .page-template-template-homepage .title-newsletter {
    display: block;
    height: auto; }
  .page-template-template-homepage .title-newsletter p {
    width: 90vw;
    margin: 0 auto;
    padding-top: 20px; }
  .page-template-template-homepage #sidebar {
    display: block; }
  .page-template-template-homepage #sidebar .widget_wysija input[name='wysija[user][email]'] {
    display: block;
    margin: 0 auto; }
  .page-template-template-homepage #sidebar .form-validation-field-0formError {
    top: 155px !important;
    left: 415px !important;
    width: 90vw; }
  #mcphy-in-the-media {
    overflow: auto;
    padding-bottom: 25px !important; }
  #mcphy-in-the-media .col.span_12.left {
    width: auto;
    /* overflow-x: scroll;*/ }
  .page-template-default .breadcrumbs {
    font-size: 12px !important; }
  .page-template-default h3 {
    font-size: 20px !important; }
  .page-template-default .details-product blockquote {
    float: none;
    margin: 0 auto 20px; }
  .home #sidebar {
    height: 150px;
    padding-bottom: 25px; }
  .home #sidebar .formErrorContent {
    position: absolute;
    top: -50px;
    left: -400px; }
  .home #sidebar .widget_wysija {
    display: block; }
  .home #sidebar .widget_wysija input[name='wysija[user][email]'] {
    width: 90vw; }
  .home #sidebar .wysija-paragraph {
    padding-bottom: 10px !important; }
  .home #sidebar .wysija-submit-field {
    width: 90vw;
    margin: 10px auto 0; }
  .temoignage-text p {
    margin-left: 0 !important;
    padding-top: 40px; }
  .ascend .mfp-arrow-left,
  .ascend .mfp-arrow-right,
  .ascend a.pp_arrow_next,
  .ascend a.pp_arrow_previous {
    margin-top: 200px !important; }
  .page-template-template-rubrique .rubrique-solution h3 {
    font-family: 'days_oneregular', 'Arial' !important;
    font-size: 16px !important;
    letter-spacing: 2px; }
  .page-template-template-rubrique .rubrique-solution a {
    font-family: oxygenbold, Arial Bold;
    font-size: 12px;
    padding: 10px 25px;
    transition: all .5s;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: transparent; }
  .page-template-template-rubrique .rubrique-solution a:hover {
    color: #fff;
    background-color: #004275; }
  .page-template-template-rubrique .breadcrumbs {
    font-size: 12px !important; }
  .page-template-template-rubrique h1,
  .page-template-template-rubrique h2 {
    font-size: 24px !important; }
  #post-area.standard-minimal.full-width-content article.post .inner-wrap,
  .container,
  div.slider-nav {
    max-width: 100vw !important; }
  .image-rubrique {
    display: none !important; }
  .cd-timeline-content {
    width: 259px; }
  .cd-timeline-content p {
    font-size: 14px; }
  .page-template-template-mcphy #cd-timeline .cd-date {
    position: relative;
    display: block; }
  .page-template-template-mcphy #cd-timeline:before {
    left: 29px; }
  .page-template-template-mcphy #sidebar {
    height: 150px;
    padding-bottom: 25px; }
  .page-template-template-mcphy #sidebar .formErrorContent {
    position: absolute;
    top: -50px;
    left: -400px; }
  .page-template-template-mcphy #sidebar .widget_wysija {
    display: block; }
  .page-template-template-mcphy #sidebar .wysija-paragraph {
    width: auto; }
  .page-template-template-mcphy #sidebar .wysija-submit-field {
    width: 100%;
    margin: 10px auto 0; }
  .page-template-template-mcphy #sidebar {
    display: block; }
  .page-template-template-mcphy #sidebar .widget_wysija input[name='wysija[user][email]'] {
    display: block;
    margin: 0 auto; }
  .page-template-template-mcphy #sidebar .form-validation-field-0formError {
    top: 145px !important;
    left: 423px !important;
    width: 90vw; }
  .page-template-template-mcphy .share-page {
    display: block; }
  .page-template-template-mcphy .share-page {
    position: relative;
    display: block; }
  .page-template-template-mcphy .share-page h3 {
    font-family: 'days_oneregular', 'Arial' !important;
    font-size: 19px !important;
    line-height: 50px;
    position: relative;
    width: 100%;
    text-align: center; }
  .cd-timeline-content h2 {
    font-size: 20px !important;
    min-height: 159px;
    text-align: center !important;
    -ms-flex-pack: center;
    justify-content: center; }
  .cd-timeline-img.cd-picture {
    width: 14px;
    height: 14px;
    margin-left: 23px; }
  .cd-timeline-content:before {
    top: 50%;
    border-right: 7px solid #cdcdcd; }
  .page-template-template-mcphy #header-outer #top .main-menu .row {
    padding-bottom: 25px; }
  .page-template-template-mcphy .container-wrap {
    padding-bottom: 0; }
  .page-template-template-mcphy .container-wrap.share-page {
    padding: 0; }
  .page-template-template-mcphy .implantation-contact {
    float: none; }
  .page-template-template-mcphy .team-member-content:nth-child(1) .team-member-text:before {
    left: 50%;
    margin: -80px 0 0 -15px; }
  .page-template-template-mcphy .team-member-content:nth-child(2n) .team-member-text:before {
    left: 50%;
    margin: -80px 0 0 -15px; }
  .page-template-template-mcphy .team-member-content:nth-child(2n) .team-member-text {
    left: 0; }
  .page-template-template-mcphy .team-member-text {
    width: 100%;
    padding: 30px 10px 10px; }
  .page-template-template-mcphy .implantation-newsletter h3 {
    font-family: oxygenbold, Arial Bold !important;
    font-size: 19px !important; }
  .page-template-template-mcphy .partenaire:nth-child(1) .partenaire-text {
    width: 100%; }
  .page-template-template-mcphy .partenaire:nth-child(2) .partenaire-text {
    width: 100%; }
  .page-template-template-mcphy .partenaire:nth-child(3) .partenaire-text {
    width: 100%; }
  .page-template-template-mcphy .partenaire-newsletter h3 {
    font-size: 19px !important; }
  .page-template-template-mcphy .join-us h3 {
    font-size: 19px !important; }
  .home .contact-logo a {
    margin: 0 10px; }
  #realisation {
    margin-left: 0 !important; }
  #realisation .mix {
    width: 100%; }
  #realisation .realisation-overlay,
  #realisation .realisation-overlay-image {
    width: 100%; }
  .el-mondo {
    display: none; }
  .realisation-titre {
    font-size: 12px; }
  #slide-out-widget-area .inner {
    min-height: 500px !important; }
  #slide-out-widget-area .menuwrapper li {
    margin-bottom: 5px; }
  .list-social {
    position: relative;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 25px;
    -ms-flex-pack: center;
    justify-content: center; }
  .list-social .link-social {
    margin: 0 20px; }
  .list-social .chart .ti {
    top: 0; }
  .list-social .chart .yt {
    top: 2px; }
  .list-social .chart .li {
    top: -2px; }
  .mcphy-evenement-content {
    padding: 0 50px; }
  .page-template-template-mclive .widget_wysija_cont form {
    flex-direction: column;
    -ms-flex-direction: column; }
  #sidebar .widget input[type=text] {
    padding-left: 10px;
    background-color: white; }
  #sidebar .widget #sidebar .widget input[type=email] {
    padding-left: 10px;
    background-color: white; }
  .page-template-template-mclive .wysija-paragraph {
    width: 100%;
    margin-top: 30px; }
  .page-template-template-mclive .wysija-paragraph label {
    display: none; }
  .page-template-template-mclive .widget_wysija_cont input[type=submit] {
    width: 100%;
    margin-top: 10px;
    margin-left: 0; }
  .page-template-template-mclive .widget_wysija_cont input[type=submit]:hover {
    color: #f66; }
  .page-template-template-mclive .formError .formErrorContent {
    line-height: normal;
    position: absolute;
    top: -35px !important;
    right: 30px !important;
    width: 300px;
    padding: 0;
    border: none;
    background-color: transparent; }
  .page-template-template-homepage .see-more a {
    display: none; }
  .page-template-template-homepage .title-home {
    font-size: 19px !important; }
  .page-template-template-homepage .subtitle-home {
    font-size: 12px; }
  .page-template-template-homepage .inner-slide .inner-content-slide {
    padding: 0; }
  .page-template-template-homepage .inner-slide .inner-content-slide h3 {
    font-size: 29px; }
  .page-template-template-homepage .inner-slide .inner-content-slide a {
    margin-top: 20px; }
  .page-template-template-homepage .mcphy-evenement-second {
    height: 350px; }
  .page-template-template-homepage .cards {
    padding: 25px; } }

@media only screen and (max-width: 320px) {
  .slide-out-widget-area-toggle .mobile-icon .slide-out-from-right .align-right {
    left: 265px; }
  .inner-content-slide {
    box-sizing: border-box; }
  .logo-mcphy-white {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
  h1,
  h2 {
    font-size: 24px !important; }
  .title-home,
  h3 {
    font-size: 19px; }
  .page-template-default .left-menu,
  .page-template-template-contact .left-menu,
  .page-template-template-mclive .left-menu,
  .page-template-template-mcphy .left-menu,
  .page-template-template-realisation .left-menu,
  .post-template-default .left-menu,
  header#top #logo .default-logo {
    display: none; }
  .right-container {
    width: 90vw; }
  .logo-mobile {
    text-align: center;
    /*display: none!important;*/ }
  .open-menu-mobile {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: .5s ease-in-out;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .open-menu-mobile span {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    transition: .25s ease-in-out;
    /*left: 22px;*/
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    border-radius: 9px;
    background: #fff; }
  .open-menu-mobile span:nth-child(1) {
    top: 8px; }
  .open-menu-mobile span:nth-child(2),
  .open-menu-mobile span:nth-child(3) {
    top: 13px; }
  .open-menu-mobile span:nth-child(4) {
    top: 18px; }
  .open-menu-mobile.open span:nth-child(1) {
    top: 13px;
    left: 33px;
    width: 0; }
  .open-menu-mobile.open span:nth-child(2) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .open-menu-mobile.open span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .open-menu-mobile.open span:nth-child(4) {
    top: 13px;
    left: 33px;
    width: 0; }
  .menuopen .menu-item-has-children > a:after {
    float: right;
    content: url("../svg/chevron.svg"); }
  #slide-out-widget-area .menuwrapper li.back > a {
    background-color: transparent; }
  #slide-out-widget-area.fullscreen .inner li a,
  #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a,
  #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,
  #slide-out-widget-area .menuwrapper li small,
  #slide-out-widget-area .off-canvas-social-links li a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
  .back {
    width: 100%;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    border: 1px solid white;
    border-radius: 5px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4); }
  .back a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    background-color: transparent; }
  .back a:before {
    position: absolute;
    top: 3px;
    left: 15px;
    content: url("../svg/chevron-small.svg");
    transform: rotateY(180deg); }
  .logo-mcphy-white {
    position: absolute;
    transition: all .5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
  .logo-mcphy-bleu {
    transition: all .5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
  .desktop-menu {
    display: none; }
  #slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-family: days_oneregular, Arial;
    font-size: 21px;
    font-weight: 200;
    line-height: 35px;
    color: white; }
  #slide-out-widget-area.slide-out-from-right {
    width: 100vw !important;
    height: 100vh;
    -ms-transform: translate(100vw, 0px);
    transform: translate(100vw, 0px);
    background: url("../svg/BG-phone.svg") center no-repeat;
    background-size: cover; }
  body[data-full-width-header='false'] #slide-out-widget-area a.slide_out_area_close {
    right: 0;
    left: 22px; }
  .sub-menu li a {
    font-family: oxygenregular, Arial !important;
    font-size: 21px;
    line-height: 35px; }
  #header-outer {
    background-color: transparent; }
  #header-space {
    display: block; }
  .home #header-space {
    display: none !important; }
  #header-outer[data-has-menu='false'][data-format='default'] header#top .span_3 {
    text-align: center !important; }
  #header-outer[data-has-menu='true'][data-mobile-fixed='1'] header#top .span_3,
  #header-outer[data-has-menu='true'][data-ptnm='1'] header#top .span_3 {
    text-align: center !important; }
  @keyframes shakeIt {
    0% {
      top: 0; }
    50% {
      top: 5px; }
    100% {
      top: 0; } }
  .down-arrow-mobile {
    position: absolute;
    z-index: 1000;
    top: 88vh;
    display: block;
    width: 100%;
    text-align: center; }
  .down-arrow-mobile img {
    position: absolute;
    transition: all .5s;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: shakeIt 1.5s ease-in-out infinite; }
  .down-arrow-mobile img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
  .up-arrow-mobile {
    position: absolute;
    z-index: 1000;
    top: 17vh;
    display: none;
    width: 100%;
    text-align: center; }
  .up-arrow-mobile img {
    position: absolute;
    transition: all .5s;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    animation: shakeIt 1.5s ease-in-out infinite; }
  .up-arrow-mobile img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
  /*#logo .stnd.default-logo, #logo .retina-logo {
    display: none;
  }*/
  /*header#top #logo .starting-logo.default-logo {*/
  /*header#top #logo .starting-logo {
    position: relative!important;
    display: block;
    top: 15px;
  }*/
  /*header#top #logo .starting-logo.default-logo {
    opacity: 1 !important;
    margin: 0 auto;
  }
  header#top #logo .retina-logo.starting-logo {
    opacity: 0 !important;
    display: block!important;
  }
  header#top #logo .retina-logo, header#top #logo .stnd.default-logo, header#top #logo .retina-logo.starting-logo.dark-version, header#top #logo .starting-logo.dark-version.default-logo  {
    opacity: 0 !important;
    display: none!important;
  }*/
  header#top .span_9 > .slide-out-widget-area-toggle {
    left: 0;
    width: 10%; }
  #header-outer .cursor-scroll {
    top: 85vh; }
  .lines:after,
  .lines:before {
    transition: all .5s;
    background-color: #fff; }
  .bkg-blue:after,
  .bkg-blue:before {
    background-color: #757575; }
  .slide-out-widget-area-toggle[data-icon-animation='simple-transform'].mobile-icon .lines {
    background-color: #fff; }
  .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after,
  .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before {
    transition: all .5s;
    background-color: inherit !important; }
  .slide-out-widget-area-toggle[data-icon-animation='simple-transform'].mobile-icon .lines-button:after {
    transition: all .5s;
    background-color: inherit !important; }
  header#top .slide-out-widget-area-toggle[data-icon-animation='spin-and-transform'].mobile-icon .lines-button.x2 .lines {
    transition: all .5s;
    background-color: inherit !important; }
  .toolbox {
    display: none; }
  .page-template-template-homepage #slider-event .mcphy-evenement-first .mcphy-evenement-content .mcphy-evenement-title {
    font-size: 24px;
    padding: 0; }
  .page-template-template-homepage #slider-event .mcphy-evenement-first .mcphy-evenement-content .mcphy-evenement-excerpt {
    font-size: 14px; }
  .page-template-template-homepage .mcphy-evenement-second .mcphy-evenement-content .mcphy-evenement-secondaire {
    font-size: 18px;
    line-height: 27px; }
  .home .share-page {
    margin-top: -80px !important; }
  .page-template-template-homepage .share-page {
    position: relative;
    display: block;
    margin-top: -100px !important; }
  .page-template-template-homepage .share-page h3 {
    font-family: 'days_oneregular', 'Arial' !important;
    font-size: 19px !important;
    line-height: 50px;
    position: relative;
    width: 100%;
    text-align: center; }
  .page-template-default .share-page {
    position: relative;
    display: block;
    margin-top: -50px !important; }
  .page-template-default .share-page h3 {
    font-family: 'days_oneregular', 'Arial' !important;
    font-size: 19px !important;
    line-height: 50px;
    position: relative;
    width: 100%;
    text-align: center; }
  .page-template-template-rubrique .share-page {
    position: relative;
    display: block; }
  .page-template-template-rubrique .share-page h3 {
    font-family: 'days_oneregular', 'Arial' !important;
    font-size: 19px !important;
    line-height: 50px;
    position: relative;
    width: 100%;
    text-align: center; }
  .page-template-template-mcphy .share-page {
    position: relative;
    display: block; }
  .page-template-template-mcphy .share-page h3 {
    font-family: 'days_oneregular', 'Arial' !important;
    font-size: 19px !important;
    line-height: 50px;
    position: relative;
    width: 100%;
    text-align: center; }
  .page-template-default .wpb_text_column.wpb_content_element.excerpt {
    font-size: 14px; }
  .page-template-default .block,
  .page-template-default .case-content {
    font-size: 14px; }
  .page-template-default .have-project {
    padding: 0 20px; }
  .page-template-default .highcharts-container {
    overflow: scroll !important; }
  .page-template-template-rubrique h2 {
    line-height: 36px !important; }
  .page-template-template-rubrique .have-project {
    padding: 0 20px !important; }
  .page-template-template-rubrique .excerpt p {
    font-size: 14px; }
  .page-template-template-rubrique .rubrique-text p {
    font-size: 14px; }
  .page-template-template-rubrique .have-project-content p {
    font-size: 14px; }
  .page-template-template-rubrique .rubrique-solution h3 {
    font-family: 'days_oneregular', 'Arial' !important;
    font-size: 16px !important;
    letter-spacing: 2px; }
  .page-template-template-rubrique .rubrique-solution a {
    font-family: oxygenbold, Arial Bold;
    font-size: 12px;
    padding: 8px 25px;
    transition: all .4s;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: transparent; }
  .page-template-template-rubrique .rubrique-solution a:hover {
    color: #fff;
    background-color: #004275; }
  .page-template-template-contact h3 {
    font-size: 24px; }
  .page-template-template-contact .excerpt {
    font-size: 14px; }
  .share-button {
    position: relative;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .share-button a {
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    margin-right: 1px;
    transition: all .5s;
    background-color: #004275;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .share-button a:hover {
    background-color: #004275; }
  .cards {
    padding: 30px 50px !important; }
  .cards .cards-excerpt {
    display: none; }
  .cards p a {
    border: 1px solid #004275; }
  .cards p:nth-child(1) {
    padding-bottom: 0; }
  .inner-slide .inner-content-slide {
    padding: 0; }
  .inner-slide .inner-content-slide .info-slide {
    display: none; }
  .inner-slide .inner-content-slide h3 {
    font-size: 24px; }
  .inner-slide .inner-content-slide .content-slide.container {
    margin: 0 !important;
    padding: 20px !important; }
  .blog-custom {
    display: none; }
  #blog-custom-mobile {
    display: block; }
  .cursor-scroll {
    display: none !important; }
  .article-blog-custom-mobile {
    padding: 15px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5; }
  .article-mobile-categorie {
    font-size: 10px;
    line-height: 10px;
    text-align: left;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #232323; }
  .article-mobile-date-article {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0; }
  .article-mobile-date-day {
    font-size: 48px;
    line-height: 48px;
    margin-right: 10px;
    letter-spacing: -1px;
    color: #232323; }
  .article-mobile-date-month {
    text-align: left;
    color: #b2b2b2; }
  /*
.article-mobile-title-article {
	margin-bottom: 0 !important;
	text-align: left;
	letter-spacing: -0.5px;
	color: #232323;
	font-family: oxygenregular, Arial !important;
	font-size: 16px!important;
	line-height: 20px;
}*/
  .article-mobile-img {
    width: 108px;
    height: 73px;
    margin-top: 10px;
    margin-right: 10px; }
  .breves .article-mobile-content-article,
  .communiques .article-mobile-content-article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .image-title-mobile {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 250px;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start; }
  .page-template-template-homepage .blog-media .see-more {
    display: none; }
  .page-template-template-homepage .blog-media .row {
    margin-bottom: 0;
    padding-bottom: 0; }
  .page-template-template-homepage .mcphy-media {
    width: 200px;
    height: 200px;
    margin: 0 10px; }
  .page-template-template-homepage .title-newsletter {
    display: block;
    height: auto; }
  .page-template-template-homepage .title-newsletter p {
    width: 90vw;
    margin: 0 auto;
    padding-top: 20px; }
  .page-template-template-homepage #sidebar {
    display: block;
    padding-top: 40px; }
  .page-template-template-homepage #sidebar .widget_wysija input[name='wysija[user][email]'] {
    display: block;
    margin: 0 auto; }
  .page-template-template-homepage #sidebar .form-validation-field-0formError {
    top: 115px !important;
    left: 405px !important;
    width: 90vw; }
  #mcphy-in-the-media {
    overflow: auto;
    padding-bottom: 25px !important; }
  #mcphy-in-the-media .col.span_12.left {
    width: auto;
    /* overflow-x: scroll;*/ }
  .page-template-default .action-btn a {
    display: block;
    width: 100%;
    padding: 5px 20px;
    text-align: center;
    letter-spacing: 1.1px; }
  .page-template-default .action-btn .btn-1 {
    transition: all .5s; }
  .page-template-default .action-btn .btn-1 .action-btn-icon {
    width: 24px;
    height: 24px;
    padding-left: 24px;
    background: url("../svg/icon_download_24x24.svg") no-repeat left center; }
  .page-template-default .action-btn .btn-1:hover .action-btn-icon {
    width: 24px;
    height: 24px;
    padding-left: 24px;
    background: url("../svg/icon_download_24x24_white.svg") no-repeat left center; }
  .page-template-default .action-btn .btn-2 {
    transition: all .5s; }
  .page-template-default .action-btn .btn-2 .action-btn-icon {
    width: 24px;
    height: 24px;
    padding-left: 24px;
    background: url("../svg/icon_mail_24x24.svg") no-repeat left center; }
  .page-template-default .action-btn .btn-2:hover .action-btn-icon {
    width: 24px;
    height: 24px;
    padding-left: 24px;
    background: url("../svg/icon_mail_24x24_white.svg") no-repeat left center; }
  .page-template-default .action-btn .btn-3 {
    transition: all .5s; }
  .page-template-default .action-btn .btn-3 .action-btn-icon {
    width: 24px;
    height: 24px;
    padding-left: 24px;
    background: url("../svg/icon_document_24x24.svg") no-repeat left center; }
  .page-template-default .action-btn .btn-3:hover .action-btn-icon {
    width: 24px;
    height: 24px;
    padding-left: 24px;
    background: url("../svg/icon_document_24x24_white.svg") no-repeat left center; }
  .page-template-default .filesize-download {
    display: none; }
  .page-template-default .breadcrumbs {
    font-size: 12px !important; }
  .page-template-default h3 {
    font-size: 20px !important; }
  .page-template-default .details-product blockquote {
    float: none;
    margin: 0 auto 20px; }
  .home #sidebar {
    height: 150px;
    padding-bottom: 25px; }
  .home #sidebar .formErrorContent {
    position: absolute;
    top: -50px;
    left: -400px; }
  .home #sidebar .widget_wysija {
    display: block; }
  .home #sidebar .widget_wysija input[name='wysija[user][email]'] {
    width: 90vw; }
  .home #sidebar .wysija-paragraph {
    padding-bottom: 10px !important; }
  .home #sidebar .wysija-submit-field {
    width: 90vw;
    margin: 10px auto 0; }
  .temoignage-text p {
    margin-left: 0 !important;
    padding-top: 40px; }
  .ascend .mfp-arrow-left,
  .ascend .mfp-arrow-right,
  .ascend a.pp_arrow_next,
  .ascend a.pp_arrow_previous {
    margin-top: 200px !important; }
  .page-template-template-rubrique .breadcrumbs {
    font-size: 12px !important; }
  .page-template-template-rubrique h1,
  .page-template-template-rubrique h2 {
    font-size: 24px !important; }
  #post-area.standard-minimal.full-width-content article.post .inner-wrap,
  .container,
  div.slider-nav {
    max-width: 100vw !important; }
  .image-rubrique {
    display: none !important; }
  .cd-timeline-content {
    width: 225px !important;
    margin-left: 65px; }
  .cd-timeline-content p {
    font-size: 14px; }
  .page-template-template-mcphy .implantation-newsletter h3 {
    font-family: oxygenbold, Arial Bold !important;
    font-size: 19px !important; }
  .page-template-template-mcphy #header-outer #top .main-menu .row {
    padding-bottom: 25px; }
  .page-template-template-mcphy #cd-timeline .cd-date {
    position: relative;
    display: block; }
  .page-template-template-mcphy #cd-timeline .cd-date span {
    margin: 0; }
  .page-template-template-mcphy #cd-timeline:before {
    left: 30px; }
  .page-template-template-mcphy .center img.img-with-animation {
    width: 100%; }
  .page-template-template-mcphy .partenaire-text {
    width: 90vw;
    min-width: 0; }
  .page-template-template-mcphy .partenaire-text p {
    width: 90vw; }
  .page-template-template-mcphy .partenaire:nth-child(1) .partenaire-text:before {
    left: 48%; }
  .page-template-template-mcphy .partenaire:nth-child(2) .partenaire-text {
    left: 0; }
  .page-template-template-mcphy .partenaire:nth-child(3) .partenaire-text {
    left: 0; }
  .page-template-template-mcphy #sidebar {
    height: auto;
    padding-bottom: 25px; }
  .page-template-template-mcphy #sidebar .formErrorContent {
    position: absolute;
    top: -50px;
    left: -400px; }
  .page-template-template-mcphy #sidebar .widget_wysija {
    display: block; }
  .page-template-template-mcphy #sidebar .widget_wysija input[name='wysija[user][email]'] {
    width: 80vw; }
  .page-template-template-mcphy #sidebar .wysija-paragraph {
    width: 80vw;
    padding-left: 0; }
  .page-template-template-mcphy #sidebar .wysija-submit-field {
    width: 80vw;
    margin: 10px auto 0; }
  .cd-timeline-content h2 {
    font-size: 20px !important;
    min-height: 159px;
    text-align: center !important;
    -ms-flex-pack: center;
    justify-content: center; }
  .cd-timeline-img.cd-picture {
    width: 14px;
    height: 14px;
    margin-left: 23px; }
  .cd-timeline-content:before {
    top: 50%;
    border-right: 7px solid #cdcdcd; }
  .page-template-template-mcphy .implantation-contact {
    float: none;
    width: 100%;
    margin: 0 0 10px; }
  .page-template-template-mcphy .container-wrap {
    padding-bottom: 0; }
  .page-template-template-mcphy .container-wrap.share-page {
    padding: 0; }
  .page-template-template-mcphy .team-member-content:nth-child(1) .team-member-text:before {
    left: 50%;
    margin: -80px 0 0 -15px; }
  .page-template-template-mcphy .team-member-content:nth-child(2n) .team-member-text:before {
    left: 50%;
    margin: -80px 0 0 -15px; }
  .page-template-template-mcphy .team-member-content:nth-child(2n) .team-member-text {
    left: 0; }
  .page-template-template-mcphy .team-member-text {
    width: 100%;
    padding: 30px 10px 10px; }
  .home .contact-logo a {
    margin: 0 10px; }
  #realisation {
    margin-left: 0 !important; }
  #realisation .mix {
    width: 100%; }
  #realisation .realisation-overlay,
  #realisation .realisation-overlay-image {
    width: 100%; }
  .el-mondo {
    display: none; }
  .realisation-titre {
    font-size: 12px; }
  #slide-out-widget-area .inner {
    min-height: 500px !important; }
  #slide-out-widget-area .menuwrapper li {
    margin-bottom: 5px; }
  .list-social {
    position: relative;
    bottom: -10px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 25px;
    -ms-flex-pack: center;
    justify-content: center; }
  .list-social .link-social {
    margin: 0 20px; }
  .list-social .chart .ti {
    top: 0; }
  .list-social .chart .yt {
    top: 2px; }
  .list-social .chart .li {
    top: -2px; }
  .mcphy-evenement-content {
    padding: 0 50px; }
  .page-template-template-homepage #slider-event .mcphy-evenement-first .mcphy-evenement-content .mcphy-evenement-excerpt {
    font-size: 14px !important; }
  .page-template-template-homepage #slider-event .mcphy-evenement-first .mcphy-evenement-content .follow-event {
    margin-top: 0; }
  .page-template-template-mclive .widget_wysija_cont form {
    flex-direction: column;
    -ms-flex-direction: column; }
  #sidebar .widget input[type=text] {
    padding-left: 10px;
    background-color: white; }
  #sidebar .widget #sidebar .widget input[type=email] {
    padding-left: 10px;
    background-color: white; }
  .page-template-template-mclive .wysija-paragraph {
    width: 100%;
    margin-top: 30px; }
  .page-template-template-mclive .wysija-paragraph label {
    display: none; }
  .page-template-template-mclive .widget_wysija_cont input[type=submit] {
    width: 100%;
    margin-top: 10px;
    margin-left: 0; }
  .page-template-template-mclive .widget_wysija_cont input[type=submit]:hover {
    color: #f66; }
  .page-template-template-mclive .formError .formErrorContent {
    line-height: normal;
    position: absolute;
    top: -40px !important;
    right: 9px !important;
    width: 250px;
    padding: 0;
    border: none;
    background-color: transparent; }
  .page-template-template-homepage .logo-mcphy-blue {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
  .page-template-template-homepage .logo-mcphy-white {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
  .page-template-template-homepage .title-home {
    font-family: 'days_oneregular', 'Arial' !important;
    font-size: 19px !important;
    margin-bottom: 0 !important; }
  .page-template-template-homepage .subtitle-home {
    font-size: 12px; }
  .page-template-template-homepage .inner-slide .inner-content-slide {
    padding: 50px 0; }
  .page-template-template-homepage .inner-slide .inner-content-slide h3 {
    font-size: 24px;
    margin-bottom: 5px; }
  .page-template-template-homepage .inner-slide .see-more a {
    display: none; }
  .page-template-template-homepage .mcphy-evenement-second {
    height: 350px; }
  .page-template-template-homepage .cards {
    padding: 25px; } }

/* Ajout hors scss */
.page-id-655 .blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.white-font .inner-article h3 {
  margin-top: 50%; }

.page-id-655 .blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog:nth-child(1) .inner-article .title-article {
  margin-top: 20%;
  font-size: 24px; }

.page-id-655 .blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog {
  width: 32% !important; }

.page-id-655 .blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog:nth-child(1) .inner-article .title-article {
  margin-top: 50%;
  font-size: 24px;
  line-height: 100%; }

.page-id-655 .blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog:nth-child(1) .inner-article .excerpt-article {
  font-size: 16px;
  padding: 0px; }

.page-id-655 .blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog .cat-article {
  background-color: #f5f5f5; }

@media only screen and (max-width: 768px) {
  .page-id-655 .blog-custom {
    display: block; } }

@media only screen and (max-width: 430px) {
  .page-id-655 .blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog {
    width: 80% !important; }
  .page-id-655 .blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tabs_nav.ui-tabs-nav.clearfix li a {
    font-size: 12px; }
  .page-id-655 .tabbed > ul li a {
    padding: 8px 15px; }
  .page-id-655 .blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog:nth-child(1) .inner-article .title-article {
    margin-top: 40%; }
  .page-id-655 .blog-custom .wpb_wrapper.tabbed.clearfix .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.clearfix .row #post-area .posts-container .home-blog.white-font .inner-article h3 {
    margin-top: 40%; } }

body.cookies-set #cookie-notice {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

body.cookies-not-set #cookie-notice {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

body.cookies-revoke #cookie-notice {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

#cookie-notice {
  position: fixed;
  z-index: 999999;
  right: 40px;
  bottom: 40px;
  left: auto;
  min-width: auto;
  max-width: 500px;
  padding: 18px 25px;
  background-color: #004275 !important;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    #cookie-notice {
      left: 0;
      max-width: 100%;
      padding: 18px 20px; } }

.cookie-notice-container {
  font-family: "oxygenregular";
  text-align: left; }
  .cookie-notice-container #cn-accept-cookie,
  .cookie-notice-container #cn-refuse-cookie {
    display: inline-block;
    margin: 10px 20px;
    padding: 14px 20px;
    transition: background-color .2s, color .2s, border-color .2s;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .cookie-notice-container #cn-accept-cookie,
      .cookie-notice-container #cn-refuse-cookie {
        min-width: auto; } }
    .cookie-notice-container #cn-accept-cookie:hover,
    .cookie-notice-container #cn-refuse-cookie:hover {
      border-color: #f66666;
      background-color: #f66666; }
  .cookie-notice-container #cn-more-info {
    display: inline-block;
    position: relative;
    margin: 15px 0 0;
    padding: 3px 1px;
    transition: box-shadow .2s, color .2s;
    outline: none;
    box-shadow: inset 0 -2px rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase; }
    .cookie-notice-container #cn-more-info:hover {
      box-shadow: inset 0 -2em #fff;
      color: #004275; }
  .cookie-notice-container .cookie-notice-banner .cookie-notice-default .expand-cookies-details {
    display: block;
    position: relative;
    margin: 20px 0 30px;
    padding: 3px 1px;
    transition: box-shadow .2s, color .2s;
    border: 0;
    outline: none;
    background: transparent;
    box-shadow: inset 0 -2px rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer; }
    .cookie-notice-container .cookie-notice-banner .cookie-notice-default .expand-cookies-details:hover {
      box-shadow: inset 0 -2em #fff;
      color: #004275; }
  .cookie-notice-container .cookie-notice-banner .cookie-notice-popin {
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform .2s, opacity .2s, visibility .2s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    color: #fff; }
    .cookie-notice-container .cookie-notice-banner .cookie-notice-popin.is-open {
      visibility: visible;
      -ms-transform: translateY(0);
      transform: translateY(0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1; }
    .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params {
      position: relative;
      max-width: 850px;
      margin: 50px auto;
      overflow-y: scroll;
      background-color: #fff;
      text-align: center; }
      .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params__close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 42px;
        height: 42px;
        transition: background-color .2s;
        border-radius: 50%;
        cursor: pointer; }
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params__close:after, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params__close:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 2px;
          height: 35px;
          background: #fff; }
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params__close:after {
          -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params__close:before {
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params__close:hover {
          background-color: #f66666; }
      .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-header {
        padding: 58px 70px 40px;
        background: #004275; }
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-header h1 {
          margin: 0 auto;
          color: #fff;
          font-family: "oxygenregular";
          font-size: 28px;
          font-weight: 400;
          line-height: 1.15;
          text-align: center; }
          @media screen and (max-width: 767px) {
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-header h1 {
              font-size: 2.6rem; } }
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-header p {
          margin: 30px auto 0;
          font-size: 14px;
          line-height: 1.5;
          text-align: left; }
          @media screen and (max-width: 767px) {
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-header p {
              margin: 16px auto;
              text-align: center; } }
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-header a {
          padding: 3px 1px;
          transition: box-shadow .2s, color .2s;
          box-shadow: inset 0 -2px rgba(255, 255, 255, 0.5);
          color: #fff;
          font-size: 12px;
          font-weight: 400;
          text-decoration: none;
          text-transform: uppercase; }
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-header a:hover {
            box-shadow: inset 0 -2em #fff;
            color: #004275; }
        @media screen and (max-width: 767px) {
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-header {
            padding: 58px 20px 40px; } }
      .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising {
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 215px;
        margin: 0 50px;
        padding: 20px 0;
        border-top: solid 1px #004275;
        text-align: left; }
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary:nth-child(2n), .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics:nth-child(2n), .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis:nth-child(2n), .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social:nth-child(2n), .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising:nth-child(2n) {
          border-top: 0; }
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary h2, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics h2, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis h2, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social h2, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising h2 {
          display: block;
          width: 100%;
          color: #2c2c2c;
          font-family: "oxygenregular";
          font-size: 24px;
          font-weight: 400; }
          @media screen and (max-width: 767px) {
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary h2, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics h2, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis h2, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social h2, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising h2 {
              width: 100%; } }
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary p, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics p, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis p, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social p, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising p {
          display: block;
          width: 100%;
          margin-top: 8px;
          padding-bottom: 0;
          color: #747e80;
          font-family: "oxygenregular";
          font-size: 14px;
          line-height: 1.2;
          text-align: left; }
          @media screen and (max-width: 767px) {
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary p, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics p, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis p, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social p, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising p {
              width: 100%;
              padding-bottom: 10px; } }
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary label, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics label, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis label, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social label, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising label {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          margin: 20px 20px 0;
          padding: 10px 25px;
          transition: border .2s, color .2s;
          border: 1px solid #747e80;
          border-radius: 5px;
          color: #747e80;
          font-family: "oxygenregular";
          font-size: 14px;
          font-weight: 400;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          cursor: pointer; }
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary label:hover, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics label:hover, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis label:hover, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social label:hover, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising label:hover {
            border: 1px solid #f66666;
            color: #f66666; }
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-necessary-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-analytics-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-analysis-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-social-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-advertising-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-necessary-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-analytics-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-analysis-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-social-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-advertising-refuse, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-necessary-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-analytics-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-analysis-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-social-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-advertising-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-necessary-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-analytics-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-analysis-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-social-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-advertising-refuse, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-necessary-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-analytics-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-analysis-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-social-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-advertising-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-necessary-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-analytics-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-analysis-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-social-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-advertising-refuse, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-necessary-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-analytics-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-analysis-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-social-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-advertising-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-necessary-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-analytics-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-analysis-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-social-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-advertising-refuse, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-necessary-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-analytics-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-analysis-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-social-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-advertising-accept,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-necessary-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-analytics-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-analysis-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-social-refuse,
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-advertising-refuse {
          visibility: hidden;
          position: absolute;
          z-index: -999;
          margin-left: auto;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          opacity: 0; }
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-necessary-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-analytics-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-analysis-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-social-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-advertising-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-necessary-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-analytics-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-analysis-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-social-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-advertising-refuse:checked + label, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-necessary-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-analytics-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-analysis-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-social-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-advertising-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-necessary-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-analytics-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-analysis-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-social-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-advertising-refuse:checked + label, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-necessary-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-analytics-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-analysis-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-social-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-advertising-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-necessary-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-analytics-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-analysis-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-social-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-advertising-refuse:checked + label, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-necessary-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-analytics-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-analysis-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-social-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-advertising-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-necessary-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-analytics-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-analysis-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-social-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-advertising-refuse:checked + label, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-necessary-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-analytics-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-analysis-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-social-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-advertising-accept:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-necessary-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-analytics-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-analysis-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-social-refuse:checked + label,
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-advertising-refuse:checked + label {
            border: 1px solid #f66666;
            background: #f66666;
            color: #fff;
            cursor: default;
            pointer-events: none; }
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-necessary-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-analytics-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-analysis-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-social-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-advertising-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-necessary-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-analytics-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-analysis-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-social-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary #cookie-advertising-refuse:checked + label:active, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-necessary-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-analytics-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-analysis-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-social-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-advertising-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-necessary-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-analytics-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-analysis-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-social-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics #cookie-advertising-refuse:checked + label:active, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-necessary-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-analytics-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-analysis-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-social-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-advertising-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-necessary-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-analytics-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-analysis-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-social-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis #cookie-advertising-refuse:checked + label:active, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-necessary-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-analytics-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-analysis-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-social-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-advertising-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-necessary-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-analytics-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-analysis-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-social-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social #cookie-advertising-refuse:checked + label:active, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-necessary-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-analytics-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-analysis-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-social-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-advertising-accept:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-necessary-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-analytics-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-analysis-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-social-refuse:checked + label:active,
            .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising #cookie-advertising-refuse:checked + label:active {
              top: 0; }
        @media screen and (max-width: 767px) {
          .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analytics, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__analysis, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__social, .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__advertising {
            margin: 0;
            padding: 20px 15px 150px; } }
      .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .cookies-details-form__necessary {
        position: relative;
        z-index: 100;
        margin: 0;
        padding: 20px 50px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        opacity: .7;
        background: #f5f5f5;
        cursor: default;
        pointer-events: none; }
      .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .save-cookies-details {
        display: inline-block;
        margin: 40px auto;
        padding: 20px 30px;
        transition: border .2s, color .2s, background-color .2s;
        border: 1px solid #004275;
        border-radius: 5px;
        background: #004275;
        color: #fff;
        font-family: "oxygenregular";
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer; }
        .cookie-notice-container .cookie-notice-banner .cookie-notice-popin .cookie-notice-params .save-cookies-details:hover {
          background: transparent;
          color: #004275; }

.cn-revoke-inline {
  padding: 3px 1px;
  transition: box-shadow .2s, color .2s;
  box-shadow: inset 0 -2px #f66666;
  color: #f66666;
  font-weight: 700;
  text-decoration: none; }
  .cn-revoke-inline:hover {
    box-shadow: inset 0 -2em #f66666;
    color: #fff; }

.submit-popin {
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 100px 15px 15px;
  overflow-y: auto;
  transition: visibility .2s 2s, opacity .2s, transform .2s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.85); }
  .submit-popin.is-open {
    visibility: visible;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: opacity .2s, transform .2s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
  .submit-popin__content {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1030px;
    min-height: 550px;
    margin: 0 15px;
    padding: 70px 10px;
    background: #004275;
    color: #fff;
    font-family: "oxygenregular";
    text-align: center; }
  .submit-popin__title {
    display: block;
    max-width: 575px;
    margin: 0 auto;
    font-size: 35px;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .submit-popin__title {
        font-size: 25px; } }
  .submit-popin__text {
    max-width: 725px;
    margin: 0 auto 20px;
    font-size: 18px;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .submit-popin__text {
        font-size: 15px; } }
  .submit-popin__btn-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 655px;
    margin: 50px 0 10px; }
    @media screen and (max-width: 767px) {
      .submit-popin__btn-container {
        -ms-flex-pack: center;
        justify-content: center; } }
  .submit-popin__btn {
    padding: 10px 20px;
    transition: background-color .2s, border-color .2s;
    border: solid 1px #fff;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    font-family: "oxygenregular";
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer; }
    .submit-popin__btn:hover {
      border-color: #f66666;
      background: #f66666; }
    @media screen and (max-width: 767px) {
      .submit-popin__btn {
        width: 100%;
        max-width: 450px; }
        .submit-popin__btn + .submit-popin__btn {
          margin-top: 15px; } }
  .submit-popin__more {
    max-width: 605px;
    padding: 0;
    font-size: 14px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .submit-popin__more {
        font-size: 12px; } }
  .submit-popin__link {
    padding: 3px 1px;
    transition: box-shadow .2s, color .2s;
    box-shadow: inset 0 -2px rgba(255, 255, 255, 0.5);
    color: #fff;
    text-decoration: none; }
    .submit-popin__link:hover {
      box-shadow: inset 0 -2em #fff;
      color: #004275; }
  .submit-popin__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    transition: background-color .2s;
    border-radius: 50%;
    cursor: pointer; }
    .submit-popin__close:after, .submit-popin__close:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2px;
      height: 35px;
      background: #fff; }
    .submit-popin__close:after {
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .submit-popin__close:before {
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .submit-popin__close:hover {
      background-color: #f66666; }

body.home .container-wrap input[type='email'] {
  padding-left: 10px;
  background-color: transparent !important; }

body.home .container-wrap input[type='submit'] {
  background-color: #004275 !important; }

.mailpoet_submit {
  background: #004275 !important; }

.mailpoet_page-template-default .container-wrap .container0 .row #sidebar {
  display: none; }

.frm_forms .frm_screen_reader {
  display: none; }

.frm_forms .frm_form_field .frm_section_spacing {
  margin-bottom: 20px; }

.frm_forms .frm_form_field .frm_description {
  margin-bottom: 30px;
  color: #2c2c2c;
  font-size: 14px; }

.frm_forms .frm_form_field .frm_primary_label {
  display: block;
  margin-bottom: 14px;
  color: #acacac; }

.frm_forms .frm_form_field input[type='text'], .frm_forms .frm_form_field input[type='email'], .frm_forms .frm_form_field input[type='tel'], .frm_forms .frm_form_field input[type='password'] {
  padding-top: 0 !important; }

.frm_forms .frm_form_field .frm_radio input,
.frm_forms .frm_form_field .frm_checkbox input {
  visibility: hidden;
  position: absolute;
  z-index: -9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }
  .frm_forms .frm_form_field .frm_radio input:checked ~ label:before,
  .frm_forms .frm_form_field .frm_checkbox input:checked ~ label:before {
    border: 1px solid #004275; }
  .frm_forms .frm_form_field .frm_radio input:checked ~ label:after,
  .frm_forms .frm_form_field .frm_checkbox input:checked ~ label:after {
    -ms-transform: scale(1);
    transform: scale(1); }

.frm_forms .frm_form_field .frm_radio label,
.frm_forms .frm_form_field .frm_checkbox label {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  cursor: pointer; }
  .frm_forms .frm_form_field .frm_radio label:before,
  .frm_forms .frm_form_field .frm_checkbox label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    transition: border .2s;
    border: 1px solid #e0e0e0; }
  .frm_forms .frm_form_field .frm_radio label:after,
  .frm_forms .frm_form_field .frm_checkbox label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 3px;
    width: 16px;
    height: 16px;
    -ms-transform: scale(0);
    transform: scale(0);
    transition: transform .2s;
    background-color: #004275; }

.frm_forms .frm_form_field .frm_radio + .frm_radio,
.frm_forms .frm_form_field .frm_radio + .frm_checkbox,
.frm_forms .frm_form_field .frm_checkbox + .frm_radio,
.frm_forms .frm_form_field .frm_checkbox + .frm_checkbox {
  margin-top: 5px; }

.frm_forms .frm_form_field .frm_radio label:before, .frm_forms .frm_form_field .frm_radio label:after {
  border-radius: 50%; }

.frm_forms .frm_form_field .frm_dropzone {
  max-width: 100%; }
  .frm_forms .frm_form_field .frm_dropzone .dz-message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    transition: border .2s;
    border: 2px dashed #e0e0e0;
    background: transparent;
    cursor: pointer; }
    .frm_forms .frm_form_field .frm_dropzone .dz-message .frm_upload_icon:before {
      color: #747e80;
      font-size: 20px; }
    .frm_forms .frm_form_field .frm_dropzone .dz-message .frm_upload_text button {
      color: #747e80 !important;
      font-size: 16px !important; }
    .frm_forms .frm_form_field .frm_dropzone .dz-message .frm_small_text {
      margin-top: 6px;
      color: #acacac;
      font-size: 11px; }
    .frm_forms .frm_form_field .frm_dropzone .dz-message:hover {
      border: 2px dashed #747e80; }
  .frm_forms .frm_form_field .frm_dropzone .dz-preview {
    padding: 0;
    border-bottom: 0; }
    .frm_forms .frm_form_field .frm_dropzone .dz-preview .dz-image {
      display: none; }
    .frm_forms .frm_form_field .frm_dropzone .dz-preview .dz-column {
      width: 100%; }
      .frm_forms .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-details {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        transition: padding .2s; }
        .frm_forms .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-details .dz-filename {
          margin-left: 5px;
          color: #000;
          font-size: 16px; }
        .frm_forms .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-details .dz-size {
          display: none; }
        .frm_forms .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-details .dz-remove {
          margin-left: auto; }
        .frm_forms .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-details:before {
          content: '';
          display: block;
          position: relative;
          left: -20px;
          transition: left .2s .1s, opacity .2s .1s;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          opacity: 0;
          background-repeat: no-repeat;
          font-size: 20px;
          line-height: 1; }
      .frm_forms .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-error-message {
        padding: 0;
        background: none;
        color: #f66666;
        font-size: 13px; }
    .frm_forms .frm_form_field .frm_dropzone .dz-preview .dz-progress {
      background: #e0e0e0; }
      .frm_forms .frm_form_field .frm_dropzone .dz-preview .dz-progress .dz-upload {
        background: #004275; }
    .frm_forms .frm_form_field .frm_dropzone .dz-preview.dz-complete .dz-progress {
      display: none; }
    .frm_forms .frm_form_field .frm_dropzone .dz-preview.dz-complete.dz-success .dz-details:before, .frm_forms .frm_form_field .frm_dropzone .dz-preview.dz-complete.dz-error .dz-details:before {
      left: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1; }
    .frm_forms .frm_form_field .frm_dropzone .dz-preview.dz-complete.dz-success .dz-details:before {
      content: '✔';
      color: #004275; }
    .frm_forms .frm_form_field .frm_dropzone .dz-preview.dz-complete.dz-error .dz-details:before {
      content: '✖';
      color: #f66666; }
  .frm_forms .frm_form_field .frm_dropzone.dz-max-files-reached .dz-message {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .5;
    pointer-events: none; }

.frm_forms .frm_form_field .frm_error {
  margin-top: 4px;
  color: #f66666;
  font-size: 13px; }

.frm_forms .frm_form_field + .frm_form_field {
  margin-top: 28px; }

.frm_forms .frm_submit {
  margin-top: 50px; }
  .frm_forms .frm_submit .frm_button_submit {
    transition: background-color .2s, color .2s;
    border: 1px solid #004275;
    background-color: transparent;
    color: #004275;
    text-transform: uppercase; }
    .frm_forms .frm_submit .frm_button_submit:hover {
      background-color: #004275 !important;
      color: #fff; }

.blog-custom.job-offer .home-blog {
  -ms-flex: 0 1 30%;
  flex: 0 1 30%; }
  .blog-custom.job-offer .home-blog .inner-article {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .blog-custom.job-offer .home-blog:nth-child(1) .inner-article .title-article {
    font-size: 24px !important;
    line-height: 30px !important; }
  .blog-custom.job-offer .home-blog:nth-child(1) .inner-article .excerpt-article {
    padding: 0 !important;
    font-size: 16px !important; }
  @media only screen and (max-width: 768px) {
    .blog-custom.job-offer .home-blog {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

@media only screen and (max-width: 768px) {
  .blog-custom.job-offer {
    display: block !important; } }

.job-offer-details ul li {
  list-style-position: inside;
  list-style-type: disc; }

.select2-container.select2-container--mcphy {
  height: 44px; }
  .select2-container.select2-container--mcphy .select2-selection {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    padding: 0 40px 0 15px;
    transition: border .2s;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    outline: none;
    background-color: transparent; }
    .select2-container.select2-container--mcphy .select2-selection--single .select2-selection__rendered {
      display: block;
      -ms-flex: 1;
      flex: 1;
      width: 0;
      padding: 0;
      overflow: hidden;
      outline: none;
      color: #000;
      font-size: 16px;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container.select2-container--mcphy .select2-selection--single .select2-selection__arrow:after {
      content: '▼';
      display: block;
      position: absolute;
      top: 50%;
      right: 15px;
      -ms-transform: translateY(-50%) rotate(0);
      transform: translateY(-50%) rotate(0);
      transition: transform .2s;
      color: #acacac;
      font-size: 10px;
      line-height: 1; }
    .select2-container.select2-container--mcphy .select2-selection:hover {
      border: 1px solid #747e80; }
  .select2-container.select2-container--mcphy .select2-dropdown {
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    border: 1px solid #acacac;
    border-radius: 2px; }
  .select2-container.select2-container--mcphy .select2-search {
    position: relative; }
    .select2-container.select2-container--mcphy .select2-search:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      width: 24px;
      height: 24px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-image: url("../svg/icon_search_24x24_grey.svg"); }
  .select2-container.select2-container--mcphy .select2-results__options {
    max-height: 300px;
    overflow-y: auto; }
  .select2-container.select2-container--mcphy .select2-results__option {
    padding: 10px 15px;
    transition: background-color .2s, color .2s;
    background-color: #fcfcfc;
    color: #747e80;
    font-size: 16px; }
    .select2-container.select2-container--mcphy .select2-results__option--highlighted, .select2-container.select2-container--mcphy .select2-results__option:hover {
      background-color: #004275 !important;
      color: #fcfcfc; }

.select2-container--open.select2-container--mcphy .select2-selection {
  border: 1px solid #747e80; }
  .select2-container--open.select2-container--mcphy .select2-selection--single .select2-selection__arrow:after {
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
