/*
Theme Name: Trait'Tendance
Theme URI: http://underscores.me/
Author: UP6LOAD
Author URI: https://www.up6load.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trait-tendance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Trait'Tendance is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
html, body {
  /*-webkit-backface-visibility: hidden;
  perspective: 1000;
  -webkit-perspective: 1000;
  transform: translate3d(0, 0, 0);*/
}

/*html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body {
  height: 100% !important;
  padding: 0;
  overflow: auto  !important;
  margin: 0;
  -webkit-overflow-scrolling: touch !important;
}*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clearer {
  clear: both;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0px;
}

/*--------------------------------------------------------------
# TEXT ALIGN
--------------------------------------------------------------*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #000547;
  text-decoration: none;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold !important;
  /*font-family: FuturaPTWebMedium !important;*/
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: 0;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Avenir-Book-01";
  font-size: 14px;
  line-height: 1.4;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  background-color: #0a0a0a;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

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

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

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

.main-navigation li {
  float: left;
}

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

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

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

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

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

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

.content p a {
  color: #000547;
  text-decoration: underline;
  /*font-weight: bold;*/
  font-weight: normal !important;
}

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

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

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

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

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/* BTN */
.btn {
  outline: 0 !important;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0px 15px;
  height: 45px;
  line-height: 41px;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid #0A0A0A;
  background-color: #FFFFFF;
  color: #0A0A0A;
  border: 2px solid #000547;
  background-color: #FFFFFF;
  color: #000547;
  min-width: 190px;
  border-radius: 0px;
  text-align: center;
  /*font-family: FuturaPTWebMedium;*/
  font-weight: bold;
  font-size: 13px;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  letter-spacing: 0.6px;
  /* ROUGE */
  /* ORANGE */
  /* BLANC */
  /* NOIR */
  /**

   */
}
.btn.done {
  display: none !important;
}
.btn:hover, .btn:active {
  /*border: 2px solid #FFFFFF;
  background-color: #0A0A0A;
  color: #FFFFFF;*/
  border: 2px solid #FFFFFF;
  background-color: #000547;
  color: #FFFFFF;
}
.btn.btn-rouge {
  border: 2px solid #000547;
  background-color: #000547;
  color: white;
}
.btn.btn-rouge:hover, .btn.btn-rouge:active {
  border: 2px solid #DA6B06;
  background-color: #DA6B06;
  color: white;
}
.btn.btn-orange {
  border: 2px solid #DA6B06;
  background-color: #DA6B06;
  color: white;
}
.btn.btn-orange:hover, .btn.btn-orange:active {
  border: 2px solid #DA6B06;
  background-color: white;
  color: #DA6B06;
}
.btn.btn-blanc {
  border: 2px solid #DA6B06;
  background-color: white;
  color: #DA6B06;
}
.btn.btn-blanc:hover, .btn.btn-blanc:active {
  border: 2px solid #DA6B06;
  background-color: #DA6B06;
  color: white;
}
.btn.btn-noir {
  border: 2px solid #FFFFFF;
  background-color: #0A0A0A;
  color: #FFFFFF;
}
.btn.btn-noir:hover, .btn.btn-noir:active {
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #0A0A0A;
}
.btn.btn-en-voir-plus {
  font-size: 14px;
  height: 36px;
  line-height: 34px;
  min-width: 0px;
  padding: 0px 35px;
}

/* BOOTSTRAP */
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* BODY */
html body {
  padding-top: 90px !important;
  height: initial !important;
  overflow: initial !important;
}
html body .selectize-control.single {
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
}
html body .selectize-control.single .selectize-input {
  border-radius: 6px !important;
  box-shadow: none;
  padding-right: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #FFFFFF;
  background-image: none !important;
  color: #B4B4B4;
  font-size: 16px;
}
html body .selectize-control.single .selectize-input::before {
  display: none !important;
}
html body .selectize-control.single .selectize-input.focus {
  background-color: #E6E6E6;
}
html body .selectize-control.single .selectize-input.focus:after {
  transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
html body .selectize-control.single .selectize-input input {
  display: none !important;
}
html body .selectize-control.single .selectize-input:after {
  border: none !important;
  font-family: "trait-tendance";
  content: "\e90d";
  width: auto;
  height: auto;
  font-size: 38px;
  right: 0;
  font-weight: 100;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: transform 0.15s ease-out;
  margin-top: 1px !important;
  top: 50%;
  color: #B4B4B4;
}
html body .selectize-control.single .selectize-dropdown {
  border-radius: 6px !important;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  border: 1px solid #b8b8b8 !important;
  margin: 0px !important;
  font-size: 16px;
}
html body .selectize-control.single .selectize-dropdown-content {
  color: #B4B4B4;
}
html body .selectize-control.single .selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}
html body .selectize-control.single .selectize-dropdown-content::-webkit-scrollbar {
  width: 10px;
  height: 12px;
  background-color: #FFFFFF;
  border-left: 1px solid #DBDEE2;
}
html body .selectize-control.single .selectize-dropdown-content::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 3px solid #FFFFFF;
  background-color: #DBDEE2;
}
html body .selectize-control.single .selectize-dropdown-content::-webkit-scrollbar-thumb:horizontal {
  border-left: none;
  border-right: none;
}
html body .selectize-control.single .selectize-dropdown-content::-webkit-scrollbar-thumb:vertical {
  border-bottom: none;
  border-top: none;
}

html.home {
  overflow: hidden;
}

/* HEADER */
/**
HOME
 */
body.home header.site-header .custom-logo-link {
  opacity: 0;
}
body.home header.site-header:hover {
  /*.logo-home{

    opacity: 0;

  }*/
}
body.home header.site-header:hover .custom-logo-link {
  opacity: 1;
  transition-delay: 0s;
}
body.home header.site-header .header-container {
  background-color: #000547;
  transition: background-color 0.5s ease-out;
  border-bottom: none;
  /*-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;*/
}
body.home header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > a {
  color: white;
}
body.home header.site-header .autres-liens > a {
  color: white;
  border-color: white;
  /*&:last-child{

    background-color: white;
    color: black;

  }*/
}
body.home header.site-header .autres-liens > a.btn-trouver-un-lieu, body.home header.site-header .autres-liens > a.btn-demander-un-devis, body.home header.site-header .autres-liens > a.btn-etre-rappele {
  background-color: #DA6B06;
  border-color: #DA6B06;
  color: white;
}
body.home header.site-header .autres-liens > a.btn-trouver-un-lieu:hover, body.home header.site-header .autres-liens > a.btn-demander-un-devis:hover, body.home header.site-header .autres-liens > a.btn-etre-rappele:hover {
  color: #DA6B06 !important;
  border-color: #DA6B06 !important;
  background-color: white !important;
}
body.home header.site-header .autres-liens > a.lien-icone {
  color: white;
}
body.home header.site-header .autres-liens > a.lien-icone:hover {
  color: #DA6B06 !important;
}
body.home article.hentry {
  margin: 0px !important;
}

/**
HOME SCROLL
 */
body.home.scroll header.site-header {
  /*.logo-home {

    opacity: 0;

  }*/
}
body.home.scroll header.site-header .custom-logo-link {
  opacity: 1;
}
body.home.scroll header.site-header .header-container {
  background-color: #000547;
  transition: background-color 750ms ease-out;
  /*-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;*/
}
body.home.scroll header.site-header .autres-liens > a {
  transition-delay: 0.4s;
  transition: border 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out;
  color: white;
  border-color: #DA6B06;
  background-color: #DA6B06;
  /*&:last-child{

    background-color: #CB002D;
    color: white;

  }*/
}
body.home.scroll header.site-header .autres-liens > a.lien-icone {
  color: white !important;
}
body.home.scroll header.site-header .autres-liens > a.lien-icone:hover {
  color: white !important;
}
body.home.scroll header.site-header .autres-liens > a:hover {
  transition-delay: 0s;
}

/**
HOME HOVER
 */
body.home header.site-header:not(:hover) .header-container {
  transition-delay: 0.4s;
}
body.home header.site-header:not(:hover) .header-container .main-navigation .menu-menu-principal-container > ul > li > a {
  transition-delay: 0.4s;
}
body.home header.site-header:not(:hover) .header-container .autres-liens > a:not(:hover) {
  transition-delay: 0.4s;
}
body.home header.site-header:hover .header-container {
  background-color: #000547;
  /*-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;*/
}
body.home header.site-header:hover .header-container .main-navigation .menu-menu-principal-container > ul > li > a {
  /*color: map-get($COLORS, 'gris');
  color: white;*/
}
body.home header.site-header:hover .autres-liens > a {
  /*color: #CB002D;
  border-color: #CB002D;*/
  /*&.lien-icone{

    color: #CB002D !important;

    &:hover{

      color: #797979 !important;

    }

  }*/
  /*&:last-child{

    background-color: #CB002D;
    color: white;

  }*/
}
body.home header.site-header:hover .autres-liens > a:hover {
  color: white;
}

html.ie10 header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > ul.sub-menu, html.ie9 header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > ul.sub-menu {
  display: none;
}
html.ie10 header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li:hover > ul.sub-menu, html.ie9 header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li:hover > ul.sub-menu {
  display: block !important;
}

header.site-header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 51;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
header.site-header .header-container {
  transition: background-color 750ms ease-out;
  position: relative;
  height: 90px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 0px;
  /*font-family: FuturaPTWebMedium;*/
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #e0dddd;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
header.site-header .header-container .main-navigation {
  height: 100%;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container {
  display: block;
  height: 100%;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul {
  height: 100%;
  display: block;
  /*&:hover, */
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul:before {
  opacity: 0;
  content: "";
  background: rgba(0, 0, 0, 0.65);
  transition: background-color 0.15s ease-out, opacity 0.15s ease-out;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 90px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: calc(100vh - 90px);
  zoom: 1;
  display: none !important;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul.hover:before {
  display: block;
  opacity: 1;
  z-index: 99;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li {
  padding-left: 0px;
  height: 100%;
  display: inline-block;
  position: static;
  /*&:hover, */
  /*&:not(:hover), */
  /*&:hover, */
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li:first-child > a {
  padding-left: 0px;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li:first-child > a:before {
  left: 0px !important;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li:last-child > a {
  padding-right: 0px;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li:last-child > a:before {
  right: 0px !important;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > a {
  cursor: pointer !important;
  padding-left: 10px;
  padding-right: 10px;
  transition: color 0.15s ease-out;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li:before {
  /*opacity: 0;
  content: "";
  position: fixed;
  top: 90px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.3);
  transition: background-color $TIME-ANIMATION $EASE-ANIMATION, opacity $TIME-ANIMATION $EASE-ANIMATION;
  pointer-events: none;*/
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.hover > ul.sub-menu, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.hover > svg.sub-menu {
  /* transform: scale(1, 1) !important;*/
  opacity: 1;
  pointer-events: all;
  z-index: 999;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.hover > ul.sub-menu > li > a, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.hover > svg.sub-menu > li > a {
  opacity: 1;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li:not(.hover) > ul.sub-menu, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li:not(.hover) > svg.sub-menu {
  transition: opacity 0.5s ease-out, z-index 0.5s ease-out;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.hover:before, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current_page_item:before, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current-menu-item:before, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current_page_ancestor:before, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current-menu-ancestor:before, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current-menu-parent:before, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current-page-ancestor:before {
  /*opacity: 1;*/
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.hover > a, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current_page_item > a, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current-menu-item > a, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current_page_ancestor > a, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current-menu-ancestor > a, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current-menu-parent > a, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current-page-ancestor > a {
  color: #DA6B06 !important;
  font-weight: bold;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.hover > a:before, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current_page_item > a:before, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current-menu-item > a:before, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current_page_ancestor > a:before, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current-menu-ancestor > a:before, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current-menu-parent > a:before, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.current-page-ancestor > a:before {
  cursor: pointer;
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(10px);
  -ms-transform: translateY(10px);
  height: 2px;
  background-color: #DA6B06;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > a {
  display: block;
  height: 100%;
  line-height: 90px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li.currentScrollSection > a {
  color: #000000 !important;
  transition: color 0.15s ease-out;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > ul.sub-menu, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > svg.sub-menu {
  z-index: -1;
  width: 100%;
  /*transform-origin: top;*/
  position: absolute;
  opacity: 0;
  pointer-events: none; /**/
  left: 0% !important;
  /*transform: scale(1, 0) !important;*/
  transform-origin: top;
  /*transition: transform $TIME-ANIMATION $EASE-ANIMATION;*/
  /*transform: translateX(-50%);*/
  /* right: 0px; */
  /* display: none;*/
  box-shadow: none;
  /* padding: 20px; */
  /*background-color: transparent;
  background-clip: padding-box;
  height: 0;*/
  /*white-space: nowrap;*/
  /* letter-spacing: 0px; */
  padding: 25px 40px !important;
  background-color: white;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > ul.sub-menu > li, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > svg.sub-menu > li {
  background-color: #FFFFFF;
  /*width: calc( ( 100% - ( 40px + 80px ) ) / 8 );*/
  /*width: calc( ( 100vw - 60px ) / 8);*/
  text-align: center;
  /*padding-left: 10px;
  padding-top: 10px;*/
  padding: 0px 10px;
  display: inline-block;
  /*min-height: 215px;*/
  float: left;
  /*margin-left: -4px;*/
  vertical-align: top;
  list-style: none;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > ul.sub-menu > li:nth-child(8n+1), header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > svg.sub-menu > li:nth-child(8n+1) {
  clear: both;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > ul.sub-menu > li > a, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > svg.sub-menu > li > a {
  color: #000547;
  display: block;
  margin: 0px;
  width: 100%;
  height: auto;
  opacity: 1;
  /*transition: opacity 0.3s $EASE-ANIMATION;*/
  position: relative;
  overflow: hidden;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > ul.sub-menu > li > a > img, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > svg.sub-menu > li > a > img {
  position: relative;
  transition: transform 0.15s ease-out;
  z-index: 5;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > ul.sub-menu > li > a:hover, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > svg.sub-menu > li > a:hover {
  color: #DA6B06;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > ul.sub-menu > li > a:hover > img, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > svg.sub-menu > li > a:hover > img {
  transform: scale(1.1, 1.1);
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > ul.sub-menu > li > a > .title, header.site-header .header-container .main-navigation .menu-menu-principal-container > ul > li > svg.sub-menu > li > a > .title {
  padding: 5px 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  background-color: #ffffff;
  z-index: 10;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul + div.overlay {
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  transition: opacity 0.15s ease-out;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 90px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: calc(100vh - 90px);
  zoom: 1;
}
header.site-header .header-container .main-navigation .menu-menu-principal-container > ul.hover + div.overlay {
  opacity: 1;
  display: block;
}
header.site-header .site-branding, header.site-header .main-navigation, header.site-header .autres-liens {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: auto;
}
header.site-header .site-branding {
  margin-left: 25px;
  margin-right: 25px;
  /*margin-top: -15px;*/
  height: 60px;
  position: relative;
  /*padding: 15px 10px;*/
  /*height: 90px;*/
  width: 75px;
}
header.site-header .site-branding .custom-logo-link, header.site-header .site-branding .logo-home {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  line-height: 0;
  height: 100%;
  transition: opacity 0.15s ease-out;
  transition-delay: 0.4s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
header.site-header .site-branding .custom-logo-link > img, header.site-header .site-branding .logo-home > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  max-height: 100%;
}
header.site-header .autres-liens {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
header.site-header .autres-liens > a {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #DA6B06;
  background-color: #DA6B06;
  color: white;
  text-transform: uppercase;
  padding: 0px 5px;
  /*height: 45px;
  line-height: 41px;*/
  height: 30px;
  line-height: 26px;
  text-decoration: none;
  margin-left: 5px;
  transition: border 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out;
  /*&:last-child{

    border: 2px solid #CB002D;
    background-color: #CB002D;
    color: #FFFFFF;

    &:hover{

      border: 2px solid #CB002D;
      background-color: #FFFFFF;
      color: #CB002D;

    }

  }*/
}
header.site-header .autres-liens > a.btn-trouver-un-lieu, header.site-header .autres-liens > a.btn-etre-rappele {
  margin-right: 10px;
}
header.site-header .autres-liens > a:hover {
  border: 2px solid #DA6B06;
  background-color: white;
  color: #DA6B06;
}
header.site-header .autres-liens > a.lien-icone-responsive span:not(.inline-block) {
  display: none;
}
header.site-header .autres-liens > a.lien-icone-responsive span.inline-block {
  vertical-align: top;
}
header.site-header .autres-liens > a.lien-icone {
  border: none;
  background-color: transparent !important;
  color: #000547;
  font-size: 26px;
  padding: 0;
  margin: 0px 15px;
  margin-top: -2px;
}
header.site-header .autres-liens > a.lien-icone:hover {
  color: #DA6B06 !important;
}
header.site-header .autres-liens > a.lien-icone span {
  font-weight: bold;
}

/* POST ARCHIVE */
body.post-type-archive .content-area .site-main .separator {
  height: 5px;
  background-color: #DA6B06;
  margin: 80px auto;
  width: 65%;
}
body.post-type-archive .image-header {
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: center;
}
body.post-type-archive .image-header > img {
  /*
  max-width: 100%;
  max-height: 100%;
  */
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  right: 0;
}
body.post-type-archive .page-header {
  padding: 0px;
  padding-bottom: 50px;
  margin: 0px auto;
  text-align: center;
  /*transform: translateY(-50%);*/
  margin-top: -120px;
  background-color: white;
  position: relative;
  z-index: 9;
  width: 50%;
  border: none;
}
body.post-type-archive .page-header .archive-description {
  margin-bottom: 0px;
  /*white-space: pre-line;*/
  /*font-weight: bold;*/
  font-size: 18px;
  padding: 0px 30px;
}
body.post-type-archive .page-header .archive-description h2 {
  margin: 0px auto;
  text-transform: uppercase;
  /*font-weight: normal;*/
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
body.post-type-archive .page-header .archive-description p {
  margin: 0px;
  font-size: 16px;
}
body.post-type-archive .page-header .archive-description p a {
  color: black;
  text-decoration: underline;
}

body.page .page-header {
  border: none;
}

body.post-type-archive .page-header h1, body.page .page-header h1, body.post-type-archive .h1, body.page .h1 {
  margin: 0px auto;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  color: black;
}

/*
DECOUVREZ NOS
 */
body .decouvrez-nos {
  font-weight: bold;
  color: #000547;
  font-size: 24px;
  padding: 0px 0px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

body .decouvrez-nos:empty {
  display: none;
}

html body .wrapper-decouvrez-nos, html body .decouvrez-nos-autres, html body .rubriques-blog {
  margin: 0px 50px;
}
html body .wrapper-decouvrez-nos.decouvrez-nos-autres, html body .wrapper-decouvrez-nos.wrapper-decouvrez-nos, html body .decouvrez-nos-autres.decouvrez-nos-autres, html body .decouvrez-nos-autres.wrapper-decouvrez-nos, html body .rubriques-blog.decouvrez-nos-autres, html body .rubriques-blog.wrapper-decouvrez-nos {
  margin-bottom: 125px;
}
html body .wrapper-decouvrez-nos .filters, html body .decouvrez-nos-autres .filters, html body .rubriques-blog .filters {
  margin: 40px 35px;
  display: inline-block;
  margin-top: 0px;
}
html body .wrapper-decouvrez-nos .filters > a, html body .decouvrez-nos-autres .filters > a, html body .rubriques-blog .filters > a {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid transparent;
  margin-left: 50px;
}
html body .wrapper-decouvrez-nos .filters > a:hover, html body .decouvrez-nos-autres .filters > a:hover, html body .rubriques-blog .filters > a:hover {
  border-bottom: 1px solid #000000;
}
html body .wrapper-decouvrez-nos .filters > a:first-child, html body .decouvrez-nos-autres .filters > a:first-child, html body .rubriques-blog .filters > a:first-child {
  margin-left: 0px;
}
html body .wrapper-decouvrez-nos .filters > a.active, html body .decouvrez-nos-autres .filters > a.active, html body .rubriques-blog .filters > a.active {
  border-bottom: 1px solid #DA6B06;
  color: #DA6B06;
}
html body .wrapper-decouvrez-nos .filters .active > a, html body .decouvrez-nos-autres .filters .active > a, html body .rubriques-blog .filters .active > a {
  border-bottom: 1px solid #DA6B06;
  color: #DA6B06;
}
html body .wrapper-decouvrez-nos .bx-wrapper, html body .decouvrez-nos-autres .bx-wrapper, html body .rubriques-blog .bx-wrapper {
  margin: 0px auto;
  box-shadow: none;
  border: none;
  background: none;
  margin-bottom: 60px;
  padding: 0px 0px;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-controls-auto, html body .wrapper-decouvrez-nos .bx-wrapper .bx-pager, html body .decouvrez-nos-autres .bx-wrapper .bx-controls-auto, html body .decouvrez-nos-autres .bx-wrapper .bx-pager, html body .rubriques-blog .bx-wrapper .bx-controls-auto, html body .rubriques-blog .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -35px;
  width: 100%;
  padding: 0;
  transform: translateY(100%);
  -ms-transform: translateY(100%);
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-viewport, html body .decouvrez-nos-autres .bx-wrapper .bx-viewport, html body .rubriques-blog .bx-wrapper .bx-viewport {
  z-index: 10;
  height: auto !important;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-controls, html body .decouvrez-nos-autres .bx-wrapper .bx-controls, html body .rubriques-blog .bx-wrapper .bx-controls {
  position: absolute;
  left: -50px;
  right: -50px;
  top: 0;
  bottom: 0;
  z-index: 0;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-pager-item, html body .decouvrez-nos-autres .bx-wrapper .bx-pager-item, html body .rubriques-blog .bx-wrapper .bx-pager-item {
  vertical-align: middle;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-pager.bx-default-pager a.active, html body .wrapper-decouvrez-nos .bx-wrapper .bx-pager.bx-default-pager .active > a, html body .wrapper-decouvrez-nos .bx-wrapper .bx-pager.bx-default-pager a:focus, html body .decouvrez-nos-autres .bx-wrapper .bx-pager.bx-default-pager a.active, html body .decouvrez-nos-autres .bx-wrapper .bx-pager.bx-default-pager .active > a, html body .decouvrez-nos-autres .bx-wrapper .bx-pager.bx-default-pager a:focus, html body .rubriques-blog .bx-wrapper .bx-pager.bx-default-pager a.active, html body .rubriques-blog .bx-wrapper .bx-pager.bx-default-pager .active > a, html body .rubriques-blog .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: #DA6B06;
  border: 1px solid #DA6B06;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-pager.bx-default-pager a:hover, html body .decouvrez-nos-autres .bx-wrapper .bx-pager.bx-default-pager a:hover, html body .rubriques-blog .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #DA6B06;
  border: 1px solid #DA6B06;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-pager.bx-default-pager a, html body .decouvrez-nos-autres .bx-wrapper .bx-pager.bx-default-pager a, html body .rubriques-blog .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: transparent;
  width: 17px;
  height: 17px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  margin: 0px 10px;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-controls-direction a, html body .decouvrez-nos-autres .bx-wrapper .bx-controls-direction a, html body .rubriques-blog .bx-wrapper .bx-controls-direction a {
  background-image: none;
  z-index: 20;
  text-indent: 0px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: 0px;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-controls-direction a.bx-prev, html body .decouvrez-nos-autres .bx-wrapper .bx-controls-direction a.bx-prev, html body .rubriques-blog .bx-wrapper .bx-controls-direction a.bx-prev {
  width: 32px;
  height: 100px;
  overflow: hidden;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-controls-direction a.bx-prev:after, html body .decouvrez-nos-autres .bx-wrapper .bx-controls-direction a.bx-prev:after, html body .rubriques-blog .bx-wrapper .bx-controls-direction a.bx-prev:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) translateX(68%);
  -ms-transform: translateY(-50%) translateX(68%);
  z-index: 20;
  background-color: #D7D7D7;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  clip-path: polygon(0% 0%, 32% 0%, 32% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 32% 0%, 32% 100%, 0% 100%);
  color: white;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-controls-direction a.bx-prev:hover:after, html body .decouvrez-nos-autres .bx-wrapper .bx-controls-direction a.bx-prev:hover:after, html body .rubriques-blog .bx-wrapper .bx-controls-direction a.bx-prev:hover:after {
  background-color: #000547;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-controls-direction a.bx-prev .icone-fleche-slider-gauche, html body .decouvrez-nos-autres .bx-wrapper .bx-controls-direction a.bx-prev .icone-fleche-slider-gauche, html body .rubriques-blog .bx-wrapper .bx-controls-direction a.bx-prev .icone-fleche-slider-gauche {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  font-size: 20px;
  color: white;
  z-index: 25;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-controls-direction a.bx-next, html body .decouvrez-nos-autres .bx-wrapper .bx-controls-direction a.bx-next, html body .rubriques-blog .bx-wrapper .bx-controls-direction a.bx-next {
  width: 32px;
  height: 100px;
  overflow: hidden;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-controls-direction a.bx-next:after, html body .decouvrez-nos-autres .bx-wrapper .bx-controls-direction a.bx-next:after, html body .rubriques-blog .bx-wrapper .bx-controls-direction a.bx-next:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  background-color: rgba(0, 0, 0, 0.2);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  clip-path: polygon(100% 0%, 68% 0%, 68% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0%, 68% 0%, 68% 100%, 100% 100%);
  color: white;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-controls-direction a.bx-next:hover:after, html body .decouvrez-nos-autres .bx-wrapper .bx-controls-direction a.bx-next:hover:after, html body .rubriques-blog .bx-wrapper .bx-controls-direction a.bx-next:hover:after {
  background-color: #000547;
}
html body .wrapper-decouvrez-nos .bx-wrapper .bx-controls-direction a.bx-next .icone-fleche-slider-droite, html body .decouvrez-nos-autres .bx-wrapper .bx-controls-direction a.bx-next .icone-fleche-slider-droite, html body .rubriques-blog .bx-wrapper .bx-controls-direction a.bx-next .icone-fleche-slider-droite {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  font-size: 20px;
  color: white;
  z-index: 25;
}
html body .wrapper-decouvrez-nos.blog .bx-wrapper, html body .decouvrez-nos-autres.blog .bx-wrapper, html body .rubriques-blog.blog .bx-wrapper {
  margin-bottom: 0px;
}
html body .wrapper-decouvrez-nos .article-container, html body .decouvrez-nos-autres .article-container, html body .rubriques-blog .article-container {
  margin: 0px !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(1), html body .decouvrez-nos-autres .article-container article:nth-child(1), html body .rubriques-blog .article-container article:nth-child(1) {
  transition-delay: 0.05s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(2), html body .decouvrez-nos-autres .article-container article:nth-child(2), html body .rubriques-blog .article-container article:nth-child(2) {
  transition-delay: 0.1s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(3), html body .decouvrez-nos-autres .article-container article:nth-child(3), html body .rubriques-blog .article-container article:nth-child(3) {
  transition-delay: 0.15s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(4), html body .decouvrez-nos-autres .article-container article:nth-child(4), html body .rubriques-blog .article-container article:nth-child(4) {
  transition-delay: 0.2s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(5), html body .decouvrez-nos-autres .article-container article:nth-child(5), html body .rubriques-blog .article-container article:nth-child(5) {
  transition-delay: 0.25s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(6), html body .decouvrez-nos-autres .article-container article:nth-child(6), html body .rubriques-blog .article-container article:nth-child(6) {
  transition-delay: 0.3s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(7), html body .decouvrez-nos-autres .article-container article:nth-child(7), html body .rubriques-blog .article-container article:nth-child(7) {
  transition-delay: 0.35s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(8), html body .decouvrez-nos-autres .article-container article:nth-child(8), html body .rubriques-blog .article-container article:nth-child(8) {
  transition-delay: 0.4s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(9), html body .decouvrez-nos-autres .article-container article:nth-child(9), html body .rubriques-blog .article-container article:nth-child(9) {
  transition-delay: 0.45s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(10), html body .decouvrez-nos-autres .article-container article:nth-child(10), html body .rubriques-blog .article-container article:nth-child(10) {
  transition-delay: 0.5s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(11), html body .decouvrez-nos-autres .article-container article:nth-child(11), html body .rubriques-blog .article-container article:nth-child(11) {
  transition-delay: 0.55s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(12), html body .decouvrez-nos-autres .article-container article:nth-child(12), html body .rubriques-blog .article-container article:nth-child(12) {
  transition-delay: 0.6s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(13), html body .decouvrez-nos-autres .article-container article:nth-child(13), html body .rubriques-blog .article-container article:nth-child(13) {
  transition-delay: 0.65s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(14), html body .decouvrez-nos-autres .article-container article:nth-child(14), html body .rubriques-blog .article-container article:nth-child(14) {
  transition-delay: 0.7s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(15), html body .decouvrez-nos-autres .article-container article:nth-child(15), html body .rubriques-blog .article-container article:nth-child(15) {
  transition-delay: 0.75s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(16), html body .decouvrez-nos-autres .article-container article:nth-child(16), html body .rubriques-blog .article-container article:nth-child(16) {
  transition-delay: 0.8s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(17), html body .decouvrez-nos-autres .article-container article:nth-child(17), html body .rubriques-blog .article-container article:nth-child(17) {
  transition-delay: 0.85s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(18), html body .decouvrez-nos-autres .article-container article:nth-child(18), html body .rubriques-blog .article-container article:nth-child(18) {
  transition-delay: 0.9s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(19), html body .decouvrez-nos-autres .article-container article:nth-child(19), html body .rubriques-blog .article-container article:nth-child(19) {
  transition-delay: 0.95s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(20), html body .decouvrez-nos-autres .article-container article:nth-child(20), html body .rubriques-blog .article-container article:nth-child(20) {
  transition-delay: 1s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(21), html body .decouvrez-nos-autres .article-container article:nth-child(21), html body .rubriques-blog .article-container article:nth-child(21) {
  transition-delay: 1.05s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(22), html body .decouvrez-nos-autres .article-container article:nth-child(22), html body .rubriques-blog .article-container article:nth-child(22) {
  transition-delay: 1.1s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(23), html body .decouvrez-nos-autres .article-container article:nth-child(23), html body .rubriques-blog .article-container article:nth-child(23) {
  transition-delay: 1.15s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(24), html body .decouvrez-nos-autres .article-container article:nth-child(24), html body .rubriques-blog .article-container article:nth-child(24) {
  transition-delay: 1.2s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(25), html body .decouvrez-nos-autres .article-container article:nth-child(25), html body .rubriques-blog .article-container article:nth-child(25) {
  transition-delay: 1.25s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(26), html body .decouvrez-nos-autres .article-container article:nth-child(26), html body .rubriques-blog .article-container article:nth-child(26) {
  transition-delay: 1.3s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(27), html body .decouvrez-nos-autres .article-container article:nth-child(27), html body .rubriques-blog .article-container article:nth-child(27) {
  transition-delay: 1.35s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(28), html body .decouvrez-nos-autres .article-container article:nth-child(28), html body .rubriques-blog .article-container article:nth-child(28) {
  transition-delay: 1.4s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(29), html body .decouvrez-nos-autres .article-container article:nth-child(29), html body .rubriques-blog .article-container article:nth-child(29) {
  transition-delay: 1.45s !important;
}
html body .wrapper-decouvrez-nos .article-container article:nth-child(30), html body .decouvrez-nos-autres .article-container article:nth-child(30), html body .rubriques-blog .article-container article:nth-child(30) {
  transition-delay: 1.5s !important;
}
html body .wrapper-decouvrez-nos .article-container article:not([class*=" col-md-"]), html body .decouvrez-nos-autres .article-container article:not([class*=" col-md-"]), html body .rubriques-blog .article-container article:not([class*=" col-md-"]) {
  display: inline-block;
  width: calc((100% - 105px) / 4);
  height: 100%;
  /* height: 200px; */
  margin: 0px;
  margin-left: 0px;
  padding-bottom: 25px;
  position: relative;
  vertical-align: middle;
  line-height: 0;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
html body .wrapper-decouvrez-nos .article-container article:not([class*=" col-md-"]):first-child, html body .wrapper-decouvrez-nos .article-container article:not([class*=" col-md-"]):nth-child(4n+1), html body .decouvrez-nos-autres .article-container article:not([class*=" col-md-"]):first-child, html body .decouvrez-nos-autres .article-container article:not([class*=" col-md-"]):nth-child(4n+1), html body .rubriques-blog .article-container article:not([class*=" col-md-"]):first-child, html body .rubriques-blog .article-container article:not([class*=" col-md-"]):nth-child(4n+1) {
  margin-left: 0px;
}
html body .wrapper-decouvrez-nos .article-container article:not([class*=" col-md-"]).post div.title, html body .decouvrez-nos-autres .article-container article:not([class*=" col-md-"]).post div.title, html body .rubriques-blog .article-container article:not([class*=" col-md-"]).post div.title {
  line-height: 1.2;
}
html body .wrapper-decouvrez-nos .article-container.finish-transition article, html body .decouvrez-nos-autres .article-container.finish-transition article, html body .rubriques-blog .article-container.finish-transition article {
  opacity: 1 !important;
}

body .nos-autres-rubriques {
  font-weight: bold;
  color: #000000;
  font-size: 30px;
  padding: 35px 0px;
  text-transform: uppercase;
}

body .articles-sujet {
  /*font-family: "FuturaPTWeb";*/
  color: #000000;
  font-size: 24px;
  padding: 35px 0px;
  text-transform: uppercase;
}

body .site-content {
  margin-bottom: 0px;
}
body .site-main {
  text-align: center;
}
body .site-main .article-container {
  margin: 0px 15px;
}
body .site-main .article-container article:not([class*=" col-md-"]) {
  display: inline-block;
  width: calc((100% - 140px) / 5);
  height: auto;
  /*height: 200px;*/
  margin: 0px;
  margin-left: 35px;
  margin-bottom: 75px;
  position: relative;
  vertical-align: middle;
  line-height: 0;
}
body .site-main .article-container article.post {
  line-height: 1;
  vertical-align: top;
}
body .site-main .article-container article.post .title {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
}
body .site-main .article-container article.post .title a {
  color: #000000;
}
body .site-main .article-container article.post .date {
  font-weight: bold;
  font-size: 16px;
  color: #DA6B06;
  margin-top: 15px;
}
body .site-main .article-container article > a {
  display: block;
  line-height: 0;
  height: 100%;
  overflow: visible;
  position: relative;
}
body .site-main .article-container article:first-child, body .site-main .article-container article:nth-child(5n+1) {
  margin-left: 0px;
}
body .site-main .article-container article .btn {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
}
body .site-main .article-container article:hover .btn {
  /*border: 2px solid #0A0A0A;
  background-color: #0A0A0A;
  color: #FFFFFF;*/
  border: 2px solid #000547;
  background-color: #000547;
  color: #FFFFFF;
}
body .archive-content {
  margin: 0px 50px;
  padding: 0px 0px;
  margin-bottom: 50px;
}
body .archive-content .content {
  padding: 55px 55px;
  background-color: #f4f4f4;
  height: calc((100vw - 100px) * 0.55 * 0.75);
  overflow: auto;
  text-align: justify;
}
body .archive-content .content .col-content {
  width: 45%;
}
body .archive-content .content .col-slideshow {
  width: 55%;
}
body .archive-content .content h2 {
  font-weight: bold;
  font-size: 24px;
  color: #000547;
}
body .archive-content .content h2:first-of-type {
  margin-top: 0px;
}
body .archive-content .content p, body .archive-content .content ul {
  font-size: 16px;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 10px;
}
body .archive-content .content ul {
  padding-left: 20px;
  margin-left: 0;
}
body .archive-content .slideshow {
  height: 100%;
}
body .archive-content .slideshow .carousel {
  height: 100%;
  overflow: hidden;
}
body .archive-content .slideshow .carousel .carousel-indicators li {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
body .archive-content .slideshow .carousel .carousel-inner {
  height: 100%;
}
body .archive-content .slideshow .carousel .carousel-inner > .item {
  height: 100%;
}
body .archive-content .slideshow .carousel .carousel-inner > .item video {
  max-width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  /*transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 50%;*/
  top: 0%;
  left: 0%;
}
body .archive-content .slideshow .carousel .carousel-inner > .item img {
  display: block;
  max-width: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
body .archive-content .slideshow .carousel .carousel-control {
  background: none !important;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.11) !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding-left: 50px;
  text-align: center;
  display: block;
  line-height: 100px;
}
body .archive-content .slideshow .carousel .carousel-control.left {
  clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
  text-align: left;
}
body .archive-content .slideshow .carousel .carousel-control.left > span {
  margin-left: 6px;
}
body .archive-content .slideshow .carousel .carousel-control.right {
  text-align: right;
  left: auto;
  right: 0;
  padding-left: 0px;
  padding-right: 50px;
  transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
}
body .archive-content .slideshow .carousel .carousel-control.right > span {
  margin-right: 6px;
}
body .archive-content .slideshow .carousel .carousel-control span {
  display: inline-block;
  /* position: absolute;
   top: 50%;*/
  /*font-family: Consolas;*/
  font-size: 30pt;
  /*left: 50%;*/
  /*transform: translateY(-50%) translateX(-50%);*/
  /*text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;*/
  color: white !important;
  line-height: 1;
  position: relative;
}

body .offres-complementaires {
  margin-bottom: 90px;
  margin-top: 0px;
}
body .offres-complementaires h2 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 90px;
}
body .offres-complementaires article {
  display: inline-block;
  width: calc((100% - 140px) / 5);
  height: auto;
  /*height: 200px;*/
  margin: 0px;
  margin-left: 35px;
  margin-bottom: 75px;
  position: relative;
  vertical-align: middle;
  line-height: 0;
}
body .offres-complementaires article:hover .btn {
  border: 2px solid #0A0A0A;
  background-color: #0A0A0A;
  color: #FFFFFF;
}
body .offres-complementaires article .btn {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
}
body .offres-complementaires article > a {
  display: block;
  line-height: 0;
  height: 100%;
  overflow: hidden;
}
body .offres-complementaires article:first-child, body .offres-complementaires article:nth-child(4n+1) {
  margin-left: 0px;
}

/* SINGLE */
body.single .image-header {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
body.single .image-header > img {
  /*
  max-width: 100%;
  max-height: 100%;
  */
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  right: 0;
}
body.single .entry-header {
  padding: 0px 0px;
  padding-top: 0px;
  padding-bottom: 50px;
  margin: 0px auto;
  text-align: center;
  /*transform: translateY(-50%);*/
  margin-top: -120px;
  background-color: white;
  position: relative;
  z-index: 9;
  width: 50%;
}
body.single .entry-header h1 {
  margin: 0px auto;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #000547;
}
body.single .entry-header .archive-description {
  margin-bottom: 0px;
  padding: 0px 30px;
}
body.single .entry-header .archive-description h2 {
  margin: 0px auto;
  text-transform: uppercase;
  font-weight: normal;
}
body.single .entry-header .archive-description p {
  margin: 0px;
  font-size: 16px;
  /*font-weight: bold;*/
}
body.single .entry-header .archive-description p a {
  color: black;
  text-decoration: underline;
}
body.single .site-main .separator {
  height: 2px;
  background-color: #DA6B06;
  margin: 150px auto;
  width: 65%;
}
body.single .entry-content {
  margin: 0px 50px;
  margin-bottom: 50px;
}
body.single .entry-content .archive-content {
  margin: 0px 0px;
}
body.single .entry-content .row.images > *[class^=col] {
  position: relative;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
body.single .entry-content .row.images > *[class^=col] > img {
  width: 100%;
}
body.single .entry-content .row-eq-height > *[class^=col] > img {
  width: 100%;
}
body.single .entry-content .row {
  margin-bottom: 30px;
}
body.single .entry-content .row .wrapper-content > .content {
  background-color: #F4F4F4;
  padding: 110px;
  height: 100%;
  font-size: 20px;
}
body.single .entry-content .row .wrapper-content > .content p {
  margin-top: 0px;
  margin-bottom: 50px;
}

body .autres-resultats {
  margin: 0px 30px;
  margin-bottom: 40px;
}
body .autres-resultats h2 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
}
body .autres-resultats > .row {
  text-align: center;
}
body .autres-resultats > .row .item {
  height: 200px;
  text-align: center;
  display: inline-block;
  float: none;
  margin-bottom: 55px;
  position: relative;
}
body .autres-resultats > .row > .item > a {
  display: inline-block;
  line-height: 0;
  height: 100%;
  overflow: hidden;
}
body .autres-resultats > .row > .item .btn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
}
body .autres-resultats > .row > .item:hover .btn {
  border: 2px solid #0A0A0A;
  background-color: #0A0A0A;
  color: #FFFFFF;
}
body .autres-resultats > .row > .item:hover > a {
  /*position: relative;
  -webkit-filter: contrast(110%) brightness(90%) saturate(130%);
  filter: contrast(110%) brightness(90%) saturate(130%);*/
}
body .autres-resultats > .row > .item:hover > a::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  mix-blend-mode: screen;
  background: rgba(243, 106, 188, 0.8);
}

footer.site-footer {
  padding: 20px 0%;
  background-color: #000547;
  font-size: 14px;
  line-height: 1.71;
  color: white;
  position: relative;
  z-index: 99;
}
footer.site-footer .logo-footer {
  margin-bottom: 10px;
}
footer.site-footer .icone-mail {
  font-size: 28px;
  margin-left: -6px;
  margin-right: -4px;
}
footer.site-footer .row {
  margin-left: 0px;
  margin-right: 0px;
}
footer.site-footer .row > div:first-child > div {
  margin: 11px 0px;
}
footer.site-footer .row > div:first-child > div:first-child {
  margin-top: 0px;
}
footer.site-footer .row > div:first-child > div:last-child {
  margin-bottom: 0px;
}
footer.site-footer .row > div.second-column > div {
  padding: 0px;
}
footer.site-footer .row > div.second-column > div:first-child {
  margin-top: 0px;
}
footer.site-footer .row > div.second-column > div:last-child {
  margin-bottom: 0px;
}
footer.site-footer .reseaux-sociaux {
  padding: 0px !important;
  display: block !important;
  opacity: 1 !important;
  margin-bottom: 15px;
}
footer.site-footer .reseaux-sociaux a {
  display: inline-block;
  vertical-align: middle;
  color: white !important;
  font-size: 18px;
}
footer.site-footer .reseaux-sociaux span {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-right: 15px;
}
footer.site-footer .mail {
  color: white;
  text-decoration: none;
}
footer.site-footer #secondary-menu, footer.site-footer #secondary-menu-2 {
  display: block;
  list-style: none;
  /*font-family: FuturaPTWebBook;
  font-size: 13px;*/
  padding: 0px;
  margin: 0px;
}
footer.site-footer #secondary-menu li, footer.site-footer #secondary-menu-2 li {
  display: block;
  list-style: none;
}
footer.site-footer #secondary-menu li:last-child, footer.site-footer #secondary-menu-2 li:last-child {
  margin-bottom: 0px;
}
footer.site-footer #secondary-menu li a, footer.site-footer #secondary-menu-2 li a {
  color: white;
  text-decoration: none;
}
footer.site-footer .title {
  margin-bottom: 5px;
}
footer.site-footer .line-btn {
  margin-bottom: 30px;
}
footer.site-footer .line-btn a {
  font-size: 12px;
}
footer.site-footer .line-btn:last-child {
  margin-bottom: 0px;
}
footer.site-footer .fleft a, footer.site-footer .fright a {
  font-size: 12px;
}
footer.site-footer .btn {
  min-width: inherit;
  height: 25px;
  line-height: 22px;
  font-size: 10px;
  margin-bottom: 13px;
  font-weight: normal;
  background-color: #DA6B06;
  border-color: #DA6B06;
  color: white;
  font-weight: bold;
}
footer.site-footer .btn:hover {
  color: #DA6B06 !important;
  border-color: #DA6B06;
  background-color: white;
}
footer.site-footer .btn.btn-mon-espace-footer {
  margin-top: 10px;
  height: 31px;
  line-height: 26px;
}
footer.site-footer form {
  position: relative;
  display: block;
  margin-bottom: 20px;
  margin-right: 40px;
}
footer.site-footer form input {
  outline: 0;
  display: block;
  background-color: white;
  border-radius: 0px;
  width: 100%;
  height: 27px;
  padding-left: 10px;
  padding-right: 90px;
  padding-right: 83px;
  font-size: 14px;
}
footer.site-footer form button.btn {
  position: absolute;
  width: auto;
  /*right: 2px;
  height: 23px !important;
  line-height: 23px !important;
  top: 2px;*/
  right: 0;
  height: 27px !important;
  line-height: 24px !important;
  top: 0;
  margin-bottom: 0 !important;
  border: 2px solid #DA6B06;
  background-color: #DA6B06;
  border-color: #DA6B06;
  color: white;
}
footer.site-footer form button.btn:hover {
  color: #DA6B06 !important;
  border-color: #DA6B06;
  background-color: white;
}

.bloc-confiance {
  background-color: #000547;
  color: white;
  padding: 30px 50px;
  margin-bottom: 30px;
}
.bloc-confiance .h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.bloc-confiance ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  height: 100%;
  align-items: center;
}
.bloc-confiance .bx-wrapper {
  margin: 0px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bloc-confiance ul li {
  width: auto;
  display: block;
  float: left;
  /* height: 100%;*/
  text-align: center;
}
.bloc-confiance ul li > a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.bloc-confiance .container-confiance {
  position: relative;
  padding: 30px 40px;
  margin: 0px auto;
}
.bloc-confiance .next, .bloc-confiance .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.bloc-confiance .next .bx-prev, .bloc-confiance .next .bx-next, .bloc-confiance .prev .bx-prev, .bloc-confiance .prev .bx-next {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.bloc-confiance .next i, .bloc-confiance .prev i {
  display: block;
}
.bloc-confiance .next .disabled, .bloc-confiance .prev .disabled {
  display: none;
}
.bloc-confiance .next {
  right: 0px;
}
.bloc-confiance .prev {
  left: 0px;
}

.site-content .reseaux-sociaux {
  position: fixed;
  /*top: 50%;
  transform: translateY(-50%);*/
  top: calc(50% + 90px);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  padding: 0px 25px;
  font-size: 15px;
  z-index: 50;
}
.site-content .reseaux-sociaux a {
  margin: 15px 0px;
  font-size: 22px;
  color: white;
  text-decoration: none;
  display: block;
  line-height: 0;
}
.site-content .reseaux-sociaux a:hover {
  color: white;
}

body.page-template-page-contact .site-content > .reseaux-sociaux {
  display: none !important;
  opacity: 0 !important;
}

body:not(.home) header.site-header .autres-liens > a.lien-icone:hover {
  color: #797979;
}
body:not(.home) .reseaux-sociaux {
  padding: 0px 20px;
  display: none;
}
body:not(.home) .reseaux-sociaux a {
  color: #a1a1a1;
}
body:not(.home) .reseaux-sociaux a:hover {
  color: #a1a1a1;
}
body:not(.home) .wrapper-informations .reseaux-sociaux {
  margin-top: 10px;
  opacity: 1 !important;
  display: block !important;
  position: relative;
  transform: none !important;
}

body.home.scroll .site-main .reseaux-sociaux a {
  /* color: #a1a1a1;*/
}
body.home.scroll .site-main .reseaux-sociaux a:hover {
  /*color: black;*/
}
body.home {
  padding-top: 0px !important;
  /*&.scroll{
    .sections-pager{
      ul{
        color: map-get($COLORS, 'gris');
        li{
          .point{
            background-color: rgba(map-get($COLORS, 'gris'), 0);
            border: 1px solid map-get($COLORS, 'gris');
          }
          &.currentScrollSection .point{
            background-color: rgba(map-get($COLORS, 'gris'), 1);
          }
        }
      }

    }
  }*/
}
body.home .sections-pager {
  position: fixed;
  /*right: 75px;*/
  right: 30px;
  top: calc(50% + 90px);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
  text-align: right;
}
body.home .sections-pager ul {
  color: white;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
body.home .sections-pager ul li {
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}
body.home .sections-pager ul li .point {
  cursor: pointer;
  content: "";
  width: 10px;
  display: inline-block;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.15s ease-out;
  border: 1px solid #FFF;
  margin-left: 10px;
}
body.home .sections-pager ul li.currentScrollSection .point {
  background-color: #DA6B06;
  border-color: #DA6B06;
}
body.home .sections-pager ul li .title {
  opacity: 0;
  transition: opacity 0.15s ease-out;
  position: absolute;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  pointer-events: none;
}
body.home .sections-pager ul li:hover .title {
  opacity: 1;
}
body.home .sections {
  margin: 0px 0px;
  background-color: white;
  margin-top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
}
body.home .sections.with-cadre {
  margin: 0px;
  /*border: 50px solid white;*/
  position: relative;
  /*overflow: hidden;*/
  border-bottom: 50px solid white;
}
body.home .sections.with-cadre .cadre {
  display: block;
  pointer-events: none;
  border: 50px solid white;
  top: 90px;
  /* bottom: 0px; */
  left: 0px;
  right: 0px;
  position: fixed;
  content: "";
  z-index: 9;
  height: calc(100vh - 90px);
}
body.home .sections.with-cadre .overlay {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  top: 0px;
  bottom: 0px;
  /*left: 0px;
  right: 0px;*/
  width: 100%;
  z-index: 2;
}
body.home .sections:not(.with-cadre) {
  /*margin-bottom: 50px;*/
  margin-bottom: 0px;
}
body.home .sections:not(.with-cadre) section.section:first-child {
  margin-top: 0px;
  margin: 0px;
  height: 100vh;
  z-index: 20;
  margin-bottom: 0px;
}
body.home .sections:not(.with-cadre) section.section:first-child h2 {
  font-family: FuturaPTWeb !important;
  font-weight: normal;
  font-size: 38px;
}
body.home .sections:not(.with-cadre) section.section:first-child:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
body.home .sections section.section {
  margin: 50px 50px;
  /*background-color: white;*/
  text-align: center;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 90px);
}
body.home .sections:not(with-cadre) section.section {
  margin: 0px;
}
body.home .sections section.section > img, body.home .sections section.section > .img-bg {
  /*position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;*/
  position: absolute;
  left: 0;
  /*left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);*/
  max-width: none;
  /*top: 140px;*/
  max-height: calc(100vh - 90px);
  object-fit: cover;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
body.home .sections section.section > img.skrollable-after, body.home .sections section.section > .img-bg.skrollable-after {
  position: fixed !important;
  top: 90px !important;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
body.home .sections section.section::before {
  /*content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;*/
}
body.home .sections section.section .section-container {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0%;
  right: 0;
  padding: 0px 15%;
  color: white;
  z-index: 5;
}
body.home .sections section.section .section-container .btn-scroll {
  margin-top: 40px;
}
body.home .sections section.section video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  object-fit: fill;
}
body.home .sections section.section .poster-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  object-fit: fill;
  max-height: 100%;
}
body.home .sections section.section .section-container div.image-logo {
  margin-bottom: 45px;
}
body.home .sections section.section .section-container div.image-logo h1, body.home .sections section.section .section-container div.image-logo .title-h1 {
  font-family: "AvenirNext-Regular-08";
  font-size: 32px;
  margin: 15px 0;
  padding: 0;
}
body.home .sections section.section .section-container div.image-logo > img {
  display: block;
  margin: 0 auto;
}
body.home .sections section.section .section-container > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  object-fit: cover;
}
body.home .sections section.section .section-container .h2, body.home .sections section.section .section-container h2, body.home .sections section.section .section-container h1 {
  font-family: "AvenirNext-Regular-08";
  font-size: 48px;
  margin-bottom: 45px;
  text-transform: uppercase;
  font-weight: normal;
}
body.home section.section .section-container .description {
  margin-bottom: 70px;
  font-size: 18px;
}
body.home .sections section.section .section-container .description p {
  margin: 0px;
}
body.page article:not(.has-post-thumbnail) .breadcrumbs {
  position: relative;
  padding: 0px;
  color: #a1a1a1;
  padding: 35px 60px;
}
body.page article:not(.has-post-thumbnail) .breadcrumbs a {
  color: #a1a1a1;
}
body .breadcrumbs, body.post-type-archive .breadcrumbs {
  position: absolute;
  padding: 30px 60px;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: left;
  z-index: 9;
}
body .breadcrumbs a, body.post-type-archive .breadcrumbs a {
  color: #FFFFFF;
  text-decoration: none;
}
body.error404 section.not-found {
  height: calc(100vh - 394px);
  text-align: center;
}
body.error404 section.not-found h1 {
  font-size: 124px;
  font-weight: normal;
  font-weight: bold;
  line-height: 1;
  margin: 0px;
  padding: 0px;
  margin-bottom: 45px;
}
body.error404 section.not-found .oups-msg {
  font-size: 48px;
  font-family: FuturaPTWebBook;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 45px;
}
body.error404 section.not-found .techniciens-msg {
  font-size: 36px;
  font-family: FuturaPTWebBook;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 100px;
}
body.page .image-header {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
body.page .image-header > img {
  /*
  max-width: 100%;
  max-height: 100%;
  */
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  right: 0;
}
body.page .entry-header {
  padding: 40px 0px;
  padding-top: 0px;
  margin: 0px auto;
  text-align: center;
  /*transform: translateY(-50%);*/
  /*margin-top: -120px;*/
  /*background-color: white;*/
  position: relative;
  z-index: 9;
  width: 60%;
}
body.page .entry-header h1 {
  margin: 0px auto;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  /*padding-bottom: 0px;*/
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #000547;
}
body.page .entry-header h2 {
  margin: 0px auto;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #FFFFFF;
  padding: 0px 0px;
  padding-bottom: 0px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
body.page .entry-header .archive-description {
  margin-bottom: 55px;
}
body.page .entry-header .archive-description h2 {
  margin: 0px auto;
  text-transform: uppercase;
  font-weight: normal;
}
body.page .entry-header .archive-description p {
  margin: 0px;
  font-size: 16px;
}
body.page .entry-header .archive-description p a {
  color: black;
  text-decoration: underline;
}
body.page .site-main .separator {
  height: 5px;
  background-color: #DA6B06;
  margin: 80px auto;
  width: 65%;
}
body.page:not(.home) .entry-content {
  text-align: center;
  margin: 0px 165px;
  /*font-family: "FuturaPTWeb";*/
  font-size: 20px;
}
body.page.page-template-page-with-slideshow .entry-content {
  margin: 0px 0px;
}
body.post-type-archive-equipe .site-main .article-container {
  margin: 0px 60px;
}
body.post-type-archive-equipe .site-main .article-container article {
  height: auto;
}
body.post-type-archive-equipe .site-main .article-container article .informations {
  padding: 30px 25px;
  text-align: left;
}
body.post-type-archive-equipe .site-main .article-container article .informations .h2 {
  font-family: "Avenir-Black-03";
  font-size: 22px;
  color: #000547;
}
body.post-type-archive-equipe .site-main .article-container article .informations .h3 {
  /*font-family: "FuturaPTWeb";*/
  font-size: 22px;
  color: #000000;
}
body.post-type-archive-equipe .site-main .article-container article .informations .separator {
  width: 75px;
  height: 5px;
  background-color: #DA6B06;
  margin: 10px 0px;
}
body.post-type-archive-equipe .site-main .article-container article .informations .description {
  /*font-family: "FuturaPTWeb";*/
  font-size: 16px;
  color: #000000;
}
body.post-type-archive-equipe .site-main .article-container article .informations .description p {
  margin-top: 0px;
  line-height: 1.2;
  text-align: justify;
}
body.post-type-archive-presse .site-main .article-container {
  margin: 0px 35px;
}
body.post-type-archive-presse .site-main .article-container article {
  height: auto;
}
body.post-type-archive-presse .site-main .article-container article .informations {
  padding: 30px 25px;
  text-align: left;
}
body.post-type-archive-presse .site-main .article-container article .informations .h2 {
  font-family: "Avenir-Black-03";
  font-size: 22px;
  color: #DA6B06;
}
body.post-type-archive-presse .site-main .article-container article .informations .h3 {
  /*font-family: "FuturaPTWeb";*/
  font-size: 24px;
  color: #000000;
}
body.post-type-archive-presse .site-main .article-container article .informations .separator {
  width: 75px;
  height: 5px;
  background-color: #DA6B06;
  margin: 10px 0px;
}
body.post-type-archive-presse .site-main .article-container article .informations .description {
  /*font-family: "FuturaPTWeb";*/
  font-size: 18px;
  color: #000000;
}
body.post-type-archive-presse .site-main .article-container article .informations .description p {
  margin-top: 0px;
  line-height: 1.2;
}
body.post-type-archive-presse .site-main .article-container article .informations .date {
  font-family: FuturaPTWebBook;
  font-size: 24px;
  color: #000000;
}

.modal-body .date-parution-presse {
  font-family: FuturaPTWebBook;
  font-size: 24px;
  color: #000000;
}

body.page-template-page-contact .row.row-1 > div {
  padding: 0px;
  height: 530px;
}
body.page-template-page-contact .entry-header {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
body.page-template-page-contact .entry-header h1 {
  margin-bottom: 40px;
}
body.page-template-page-contact .row.row-1 {
  color: #000547;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 65px;
  position: relative;
}
body.page-template-page-contact .row.row-1 > div.informations {
  height: 320px;
  font-size: 18px;
  /*font-family: "FuturaPTWeb";*/
  position: absolute;
  top: 68px;
  left: 150px;
  z-index: 10;
  background-color: white;
  width: 360px;
}
body.page-template-page-contact .row.row-1 > div.informations > .wrapper-informations {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;*/
}
body.page-template-page-contact .row.row-1 > div.informations > .wrapper-informations .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
body.page-template-page-contact .row.row-1 > div.informations > .wrapper-informations img {
  width: 50px;
}
body.page-template-page-contact .row.row-1 > div.informations .reseaux-sociaux a {
  display: inline-block;
  line-height: 0;
  color: #000547;
  font-size: 26px;
  margin: 10px;
}
body.page-template-page-contact .row.row-1 > div.informations .title {
  font-family: "Avenir-Black-03";
  font-size: 18px;
  color: #000547;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 30px;
}
body.page-template-page-contact .row.row-1 > div.informations .icone-mail {
  width: 32px;
  height: 32px;
  font-size: 32px;
}
body.page-template-page-contact .row.row-1 > div.form {
  height: 530px;
  /*font-family: "FuturaPTWeb";*/
  position: absolute;
  top: 0px;
  right: 60px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  width: 450px;
  padding: 75px 20px;
}
body.page-template-page-contact .row.row-1 > div.form input {
  width: 100%;
  font-size: 18px;
  color: black;
  padding: 5px 10px;
}
body.page-template-page-contact .row.row-1 > div.form .nom {
  padding-left: 0;
}
body.page-template-page-contact .row.row-1 > div.form .prenom, body.page-template-page-contact .row.row-1 > div.form .envoyer {
  padding-right: 0;
}
body.page-template-page-contact .row.row-1 > div.form .row {
  padding-top: 0px;
  padding-bottom: 38px;
}
body.page-template-page-contact .row.row-1 > div.form .row.message {
  padding-bottom: 30px;
}
body.page-template-page-contact .row.row-1 > div.form input[type=submit] {
  color: #fff;
  background-color: #DA6B06;
}
body.page-template-page-contact .row.row-1 > div.form textarea {
  width: 100%;
  font-size: 18px;
  height: 120px;
  padding: 5px 10px;
  border-radius: 0px;
}
body.page-template-page-contact .breadcrumbs {
  /*font-family: "FuturaPTWeb";*/
  font-size: 18px;
  color: #a1a1a1;
}
body.page-template-page-contact .breadcrumbs a {
  color: #a1a1a1 !important;
}
body.page-template-page-contact .row.row-1 > div.informations a {
  color: #000547;
  text-decoration: none;
}
body.page-template-page-contact .row.row-1 > div.informations form {
  position: relative;
  display: block;
  width: 80%;
  margin: 0px auto;
  height: 46px;
}
body.page-template-page-contact .row.row-1 > div.informations form input {
  outline: 0;
  position: absolute;
  display: block;
  background-color: white;
  border-radius: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 46px;
  padding-left: 10px;
  padding-right: 200px;
  border: 1px solid black;
}
body.page-template-page-contact .row.row-1 > div.informations form button {
  position: absolute;
  width: auto;
  right: 0px;
  height: 46px;
  line-height: 46px;
  top: 0px;
  border: none;
  background-color: #0A0A0A;
  color: white;
}
body.page-template-page-contact .row.row-1 > div.informations form button:hover {
  background-color: white;
  color: #0A0A0A;
  border: 1px solid #0A0A0A;
}
body.page-template-page-rechercher-une-salle .message-information {
  color: white;
  padding: 20px;
  font-size: 18px;
  border-radius: 14px;
  background-color: #DA6B06;
  position: fixed;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  top: 120px;
  right: 20px;
  max-width: calc((100% - 1024px) / 2 - 40px);
  width: 100%;
  text-align: center;
  z-index: 1;
}
body.page-template-page-rechercher-une-salle .message-information p:last-child {
  margin-bottom: 0px;
}
body.page-template-page-rechercher-une-salle header .message-information {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 15%;
  padding: 5px;
}
body.page-template-page-rechercher-une-salle header .message-information h4 {
  font-size: 12px;
}
body.page-template-page-rechercher-une-salle header .message-information > .nb-salle {
  font-size: 36px;
  line-height: 36px;
}
body.page-template-page-rechercher-une-salle .site-content {
  background-color: #F1EEED;
  padding: 30px 0px;
}
body.page-template-page-rechercher-une-salle .site-content article {
  max-width: 1024px;
  margin: 0px auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  clip: rect(auto auto auto auto);
}
body.page-template-page-rechercher-une-salle .site-content article header {
  background-color: #000547;
  height: 120px;
  padding-top: 20px;
  position: fixed;
  max-width: 1024px;
  /* margin: 0px auto; */
  width: 100%;
  /* top: 0px; */
  /* left: 0px; */
  /* right: 0px; */
  z-index: 1;
}
body.page-template-page-rechercher-une-salle .site-content article header h1 {
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 0px;
  margin-bottom: 20px;
  position: relative;
}
body.page-template-page-rechercher-une-salle .site-content article header .steps {
  display: table;
  width: 100%;
  font-size: 16px;
  position: relative;
  list-style: none;
  margin: 0;
}
body.page-template-page-rechercher-une-salle .site-content article header .steps .step {
  display: inline-table;
  color: white;
  text-align: center;
  width: 11.1111111111%;
  position: relative;
  font-size: 18px;
}
body.page-template-page-rechercher-une-salle .site-content article header .steps .step a {
  display: none;
}
body.page-template-page-rechercher-une-salle .site-content article header .steps .step::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #FFFFFF;
  border: 12px solid #1E1E1E;
  border-bottom: none;
  border-top: none;
  top: 13px;
  left: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}
body.page-template-page-rechercher-une-salle .site-content article header .steps .step:last-child::before {
  display: none;
}
body.page-template-page-rechercher-une-salle .site-content article header .steps .step .point {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
body.page-template-page-rechercher-une-salle .site-content article header .steps .step .titre {
  cursor: pointer;
}
body.page-template-page-rechercher-une-salle .site-content article header .steps .step.lastActive:before {
  background-color: #FFFFFF !important;
}
body.page-template-page-rechercher-une-salle .site-content article header .steps .step.active:before {
  background-color: #DA6B06;
}
body.page-template-page-rechercher-une-salle .site-content article header .steps .step.active .point {
  background-color: #DA6B06;
}
body.page-template-page-rechercher-une-salle .site-content article header .steps .step.active .titre {
  font-weight: bold;
}
body.page-template-page-rechercher-une-salle .site-content article .content {
  margin-top: 120px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step {
  background-color: #FFFFFF;
  min-height: 250px;
  padding: 50px 120px;
  border-bottom: 1px solid #E6E6E6;
}
body.page-template-page-rechercher-une-salle .site-content article header .steps .step.disabled {
  pointer-events: none !important;
  display: none !important;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .step.fake-step {
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.levenement::before {
  position: fixed;
  left: 0px;
  right: 0px;
  height: 30px;
  width: 100%;
  background-color: #F1EEED;
  z-index: 3;
  content: "";
  top: 90px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations .titre {
  margin-bottom: 5px !important;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations .sous-titre {
  color: #c7c7c7;
  font-family: FuturaPTWebBook;
  font-size: 16px;
  margin-bottom: 25px !important;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.disabled {
  pointer-events: none !important;
  display: none !important;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step:nth-child(even) {
  background-color: #FDFBFC;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step:last-child {
  border-bottom: none;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .titre {
  color: #DA6B06;
  margin-bottom: 25px;
  font-family: FuturaPTWebDemi;
  font-size: 20px;
  text-align: center;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .sous-titre {
  color: #323232;
  margin-bottom: 15px;
  font-family: FuturaPTWebBook;
  font-size: 18px;
  text-align: center;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .sous-sous-titre {
  color: #DA6B06;
  margin-bottom: 5px;
  font-family: FuturaPTWebBook;
  font-size: 18px;
  text-align: left;
  clear: both;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .row {
  margin-bottom: 25px;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .row:last-child {
  margin-bottom: 0px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .row.container-liste-planning {
  z-index: 5;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step sup.required {
  color: #DA6B06;
  font-size: 20px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step label {
  font-weight: normal;
  font-size: 18px;
  color: #323232;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step input[type=text] {
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid #747474;
  outline: 0;
  width: 50%;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step input[type=number] {
  border-radius: 4px;
  border: 1px solid #C7C7C7;
  outline: 0;
  width: 60px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step textarea {
  border-radius: 0px;
  border: 1px solid #C7C7C7;
  outline: 0;
  background-color: WHITE;
  min-height: calc(100vh - 790px);
}

.text-required {
  color: #DA6B06;
  font-weight: bold;
  font-size: 18px;
}

ul.container-checkboxes:not(.row) {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
}
ul.container-checkboxes.row {
  padding: 0px;
  list-style: none;
}

body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.evenement :not(.input) > input[type=text] {
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  width: 100%;
  position: relative;
  display: inline-block;
  line-height: 32px;
  padding: 0 10px;
  text-align: left;
  box-shadow: none;
  -webkit-box-shadow: none;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.evenement :not(.input) > input[type=text].error-field {
  border: 1px solid #CD0027;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .row .big-checkbox {
  width: calc((100% - 45px) / 4);
  margin-left: 15px;
  float: left;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .row .big-checkbox.x2 {
  width: calc((100% - 45px) / 4 * 2 + 15px);
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .row .big-checkbox:first-of-type, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .row .big-checkbox:nth-child(4n+1) {
  margin-left: 0px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .big-checkbox {
  position: relative;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .big-checkbox.with-child {
  position: initial;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .big-checkbox input {
  display: none;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .big-checkbox > label {
  display: block;
  height: 46px;
  line-height: 26px;
  padding: 10px 15px;
  background-color: white;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  color: #323232;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .big-checkbox:hover > label, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .big-checkbox:active > label {
  color: white;
  background-color: #A1A1A1;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .big-checkbox.selected > label {
  color: white;
  background-color: #DA6B06;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .big-checkbox .checkbox-rond {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
  border: 5px solid white;
  background-color: #A1A1A1;
  border-radius: 50%;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .big-checkbox.selected .checkbox-rond {
  background-color: #DA6B06;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .wrapper-map button {
  background-color: #FFFFFF;
  border-color: #B4B4B4;
  color: #b4b4b4;
  border-radius: 5px;
  font-family: FuturaPTWebBook;
  font-size: 14px;
  min-width: 100px;
  margin-bottom: 10px;
  outline: 0;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .wrapper-map .col-md-3 {
  padding-top: 50px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .wrapper-map button:hover {
  background-color: #B4B4B4;
  border-color: #B4B4B4;
  color: #FFFFFF;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .wrapper-map button.selected {
  /*background-color: map-get( $COLORS, 'rouge' );
  border-color: map-get( $COLORS, 'rouge' );*/
  background-color: #DA6B06;
  border-color: #DA6B06;
  color: #FFFFFF;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .map {
  margin: 50px auto;
  /*width: 100%;
  max-width: 430px;*/
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .map svg {
  min-height: 35vh;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .map .st1, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .map .st2, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .map .st3 {
  pointer-events: none;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .map .st0 {
  cursor: pointer;
  fill: #FFFFFF;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .map .st1 {
  fill: #B5B5B4;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .map .st3 {
  font-size: 16px;
  font-family: FuturaPTWebBook;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .map .st4 {
  fill: none;
  stroke: #B5B5B4;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .map g:hover .st0 {
  fill: #A1A1A1;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .map g:hover .st3 {
  fill: white;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .map g.selected .st3 {
  fill: white;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.lieu .map g.selected .st0 {
  fill: #DA6B06;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .big-checkbox.prestation {
  width: calc((100% - 30px) / 3);
  margin-left: 15px;
  float: left;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
  margin-bottom: 0;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations .big-checkbox.prestation {
  width: calc((100% - 48px) / 4);
  margin-left: 15px;
  float: left;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .big-checkbox.prestation:first-child, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations .big-checkbox.prestation:first-child {
  margin-left: 0px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .big-checkbox.prestation > label, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations .big-checkbox.prestation > label {
  width: auto;
  height: 100%;
  line-height: 1.4;
  padding: 0px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .big-checkbox.prestation .informations, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations .big-checkbox.prestation .informations {
  display: block;
  padding: 30px 15px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .big-checkbox.prestation .informations .h3, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations .big-checkbox.prestation .informations .h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .big-checkbox.prestation .informations .description, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations .big-checkbox.prestation .informations .description {
  font-size: 14px;
  color: #757575;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .big-checkbox.prestation:active .informations .description, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .big-checkbox.prestation:hover .informations .description, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations .big-checkbox.prestation:active .informations .description, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations .big-checkbox.prestation:hover .informations .description {
  color: #fff;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .big-checkbox.prestation.selected .informations .description, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations .big-checkbox.prestation.selected .informations .description {
  color: #FFF;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .big-checkbox.prestation .informations .description p:last-child, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations .big-checkbox.prestation .informations .description p:last-child {
  margin-bottom: 0px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations.forced [data-prestation] {
  display: block !important;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] {
  display: none;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] ul.container-checkboxes {
  position: relative;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation=animations] .big-checkbox {
  width: calc((100% - 30px) / 3);
  margin-left: 15px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation=animations] .big-checkbox:first-child, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation=animations] .big-checkbox:nth-child(3n+1) {
  margin-left: 0px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox {
  transition: background-color 0.15s ease-out;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox[data-checked]:not([data-checked="0"]) .dropdown button {
  background-color: #DA6B06;
  color: white;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox[data-checked]:not([data-checked="0"]) .dropdown button .icone-visionneuse-fleche-bas {
  color: white;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox .dropdown {
  position: static;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox .dropdown.open button {
  background-color: #DA6B06;
  color: white;
  z-index: 12;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox button {
  display: block;
  height: 46px;
  line-height: 26px;
  padding: 10px 15px;
  background-color: white;
  cursor: pointer;
  font-size: 14px;
  outline: 0;
  border: none;
  text-align: left;
  text-transform: none;
  margin: 0px;
  color: #404040;
  width: 100%;
  position: relative;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox button:hover {
  background-color: #A1A1A1;
  color: white;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox[data-checked="0"] button .number-selected {
  display: none;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox button .icone-visionneuse-fleche-bas, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox button .icone-croix {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 20px;
  color: #DA6B06;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox:hover button .icone-visionneuse-fleche-bas {
  color: white;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox .dropdown button .icone-croix {
  display: none;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox .dropdown.open button .icone-visionneuse-fleche-bas {
  display: none;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox .dropdown.open button .icone-croix {
  display: inline-block;
  color: white;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox .dropdown.open > .dropdown-menu {
  display: inline-block;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox .dropdown .dropdown-menu {
  border-radius: 0px;
  margin: 0px;
  padding: 10px;
  width: 100%;
  top: auto;
  left: 0px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.65);
  display: none;
  border: none;
  z-index: 10;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox .dropdown .dropdown-menu li {
  width: 33.33%;
  float: left;
  display: block;
  padding: 2px 0px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox .dropdown .dropdown-menu li label:last-child {
  font-size: 13px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.prestations .prestations [data-prestation] .big-checkbox .dropdown .dropdown-menu li label:last-child {
  /*margin-left: 10px;*/
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning {
  text-align: left;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning [class^=icone-], body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning [class*=" icone-"] {
  font-size: 32px;
  width: 32px;
  height: 32px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning .h4 {
  color: #757575;
  margin-bottom: 5px;
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
  font-family: FuturaPTWebBook;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning ul {
  display: block;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning ul li {
  display: block;
  list-style: none;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
  margin-bottom: 10px;
  min-height: 60px;
  line-height: 60px;
  padding: 0px 20px;
  color: #B9B9B9;
  position: relative;
  padding-right: 52px;
  font-size: 14px;
  font-family: FuturaPTWebBook;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning ul li > .fleft, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning ul li > .fright {
  min-height: 60px;
  line-height: 60px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning ul li > .fleft .inline-block, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning ul li > .fright .inline-block {
  line-height: 1;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning ul li > .fleft .inline-block .selectize-control.single, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning ul li > .fright .inline-block .selectize-control.single {
  height: auto;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning ul li select {
  margin: 0px 5px;
  padding: 5px;
  border-radius: 5px;
  font-size: 16px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning ul li input {
  font-size: 16px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning ul li .icone-rond-fermer {
  position: absolute;
  right: 10px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  top: 10px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning ul li:first-child .icone-rond-fermer {
  display: none;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning .row.exemple ul li {
  box-shadow: none;
  background-color: #F8F6F7;
  border: 1px dashed #BAB8B9;
  padding: 0px 20px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning .row.exemple ul .fake-input {
  background-color: #B4B4B4;
  color: white;
  width: auto;
  border-radius: 5px;
  margin: 0px 10px;
  padding: 0px 5px;
  text-align: center;
  min-width: 50px;
  line-height: 26px;
  display: inline-block;
  font-size: 14px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.planning .row.exemple ul .fake-input.prestation {
  width: 150px;
  text-align: left;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget .noUi-connect, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget-lieu .noUi-connect {
  background-color: #DA6B06;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget .noUi-handle, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget-lieu .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -3px;
  box-shadow: none;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget .noUi-handle::before, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget .noUi-handle::after, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget-lieu .noUi-handle::before, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget-lieu .noUi-handle::after {
  display: none;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget .noUi-horizontal, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget-lieu .noUi-horizontal {
  height: 6px;
  margin-top: 40px;
  border: none;
  margin-left: 10px;
  margin-right: 10px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget .noUi-horizontal::before, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget-lieu .noUi-horizontal::before {
  content: "";
  background: #DBDFE2;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  bottom: 0;
  z-index: 2;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget .noUi-pips-horizontal, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget-lieu .noUi-pips-horizontal {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 20px;
  padding: 0px;
  width: 100%;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget .noUi-pips-horizontal .noUi-marker-horizontal.noUi-marker, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget-lieu .noUi-pips-horizontal .noUi-marker-horizontal.noUi-marker {
  background: #DBDFE2 !important;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget .noUi-pips-horizontal .noUi-marker-horizontal.noUi-marker-large, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget-lieu .noUi-pips-horizontal .noUi-marker-horizontal.noUi-marker-large {
  height: 100%;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget .noUi-value-horizontal.noUi-value, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget-lieu .noUi-value-horizontal.noUi-value {
  -webkit-transform: translate3d(-20px, 0%, 0);
  transform: translate3d(-20px, 0%, 0);
  -ms-transform: translate3d(-20px, 0%, 0);
  top: -25px;
  font-size: 12px;
  color: #323232;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget .noUi-base, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.budget-lieu .noUi-base {
  z-index: 3;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.evenement .dates-picker {
  padding: 20px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.evenement .dates-picker .date {
  display: inline-block;
  vertical-align: middle;
  background-color: #DA6B06;
  border-radius: 5px;
  color: white;
  margin-right: 10px;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: FuturaPTWebBook;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.evenement .dates-picker .date span {
  display: inline-block;
  vertical-align: middle;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step .obligatoire {
  color: #DA6B06;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.coordonnees, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations {
  padding: 0px;
  text-align: left;
  background-color: #FFFFFF !important;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.coordonnees label {
  color: #b4b4b4;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.coordonnees .header, body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations .header {
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 0px;
  margin-bottom: 20px;
  background-color: #000547;
  padding: 10px;
  position: relative;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.coordonnees .header .back {
  left: 0px;
  top: 50%;
  width: 40px;
  color: white;
  font-size: 40px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}
body.page-template-page-rechercher-une-salle .site-content article header h1 .back {
  left: 0px;
  top: 50%;
  width: 40px;
  color: white;
  font-size: 40px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.coordonnees .header .back::after, body.page-template-page-rechercher-une-salle .site-content article header h1 .back::after {
  display: block;
  position: absolute;
  right: 0px;
  width: 2px;
  background-color: #000547;
  top: 20%;
  bottom: 20%;
  content: "";
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.coordonnees .header .back > *, body.page-template-page-rechercher-une-salle .site-content article header h1 .back > * {
  display: block;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.coordonnees .header .back > *:before, body.page-template-page-rechercher-une-salle .site-content article header h1 .back > *:before {
  display: block;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.coordonnees .content {
  padding: 50px 120px;
  margin-top: 0;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.choisir-prestations .content {
  padding: 50px 25px;
  margin-top: 0;
  padding-top: 0px;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.coordonnees {
  display: none;
  color: #B4B4B4;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.coordonnees input[type=text] {
  width: 100%;
  border-color: #F8F8F8;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.coordonnees input[type=text].incorrect-field {
  border-color: #CB002D;
}
body.page-template-page-rechercher-une-salle .site-content article .content .steps .step.coordonnees .inline-block {
  margin-right: 10px;
}
body.page-template-page-rechercher-une-salle .site-content article.final-step header, body.page-template-page-rechercher-une-salle .site-content article.final-step .steps .step:not(.final) {
  display: none;
}
body.page-template-page-rechercher-une-salle .site-content article.first-step header, body.page-template-page-rechercher-une-salle .site-content article.first-step .steps .step:not(.first) {
  display: none;
}
body.page-template-page-rechercher-une-salle .site-content article:not(.first-step) .steps .step.first {
  display: none;
}
body.page-template-page-rechercher-une-salle .site-content article.final-step .content, body.page-template-page-rechercher-une-salle .site-content article.first-step .content {
  margin-top: 0px;
}
body.page-template-page-rechercher-une-salle .site-content article.final-step .steps .step.final, body.page-template-page-rechercher-une-salle .site-content article.first-step .steps .step.first {
  display: block;
}
body.page-template-page-rechercher-une-salle [data-up6datepicker-wrap] [data-up6datepicker-index] {
  /*width: calc(33% - (20px/3) ) !important;*/
}
body.page-template-page-rechercher-une-salle .modal:not(.cookies) .modal-dialog {
  width: 430px;
}
body.page-template-page-rechercher-une-salle .modal-body {
  text-align: center;
}
body.page-template-page-rechercher-une-salle .modal-footer {
  text-align: center;
  border-top: none;
}
body.page-template-page-rechercher-une-salle .modal-footer .btn {
  min-width: 0px;
}
body .row {
  margin-left: 0px;
  margin-right: 0px;
}
body .vous-aimerez-aussi {
  padding: 30px 30px;
  background-color: #f4f4f4;
  text-align: left;
  position: relative;
  z-index: 99;
}
body .vous-aimerez-aussi .titre {
  font-size: 18px;
  margin-bottom: 30px;
}
body .vous-aimerez-aussi .btn {
  margin-right: 10px;
}
body.page-template-page-recrutement .page-header {
  margin: 0px;
}
body.page-template-page-recrutement .item-recrutement {
  background-color: #f4f4f4;
  max-width: 1000px;
  margin: 0px auto;
  text-align: left;
  margin-bottom: 15px;
}
body.page-template-page-recrutement .item-recrutement .close {
  color: #DA6B06;
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 28px;
  opacity: 1;
  display: none;
}
body.page-template-page-recrutement .item-recrutement.open .close {
  display: block;
}
body.page-template-page-recrutement .item-recrutement .header {
  padding: 25px 25px 25px 55px;
  position: relative;
  cursor: pointer;
}
body.page-template-page-recrutement .item-recrutement .service {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
}
body.page-template-page-recrutement .item-recrutement .titre {
  color: #DA6B06;
  font-weight: bold;
  font-size: 24px;
}
body.page-template-page-recrutement .item-recrutement .contrat {
  color: #000000;
  font-size: 20px;
}
body.page-template-page-recrutement .item-recrutement .voir-plus {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  min-width: 0px;
  width: auto;
}
body.page-template-page-recrutement .item-recrutement.open .voir-plus, body.page-template-page-recrutement .item-recrutement:not(.open) .content {
  display: none;
}
body.page-template-page-recrutement .item-recrutement .content {
  margin: 0px 40px 0px 40px;
  padding: 25px 0px;
  position: relative;
  border-top: 2px solid #DA6B06;
}
body.page-template-page-recrutement .item-recrutement .content .bottom-row {
  font-size: 18px;
}
body.page-template-page-recrutement .item-recrutement .content .bottom-row > div {
  min-height: 45px;
  line-height: 45px;
  padding-right: 0px;
}
body.page-template-page-recrutement .item-recrutement .content > div > div > div.info {
  padding: 15px 0px;
}
body.page-template-page-recrutement .item-recrutement .content > div > div > div > div.titre {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}
body.page-template-page-recrutement .item-recrutement .content > div > div > div > div.titre i {
  font-size: 26px;
  vertical-align: middle;
  display: inline-block;
  width: 26px;
  text-align: center;
}
body.page-template-page-recrutement .item-recrutement .content > div > div > div > div.titre i.icone-document, body.page-template-page-recrutement .item-recrutement .content > div > div > div > div.titre i.icone-facturation-header {
  font-size: 18px;
}
body.page-template-page-recrutement .item-recrutement .content > div > div:nth-child(1) > div > div.value {
  margin-left: 26px;
}
body.page-template-page-recrutement .item-recrutement .content > div > div:nth-child(1) > div.info {
  border-bottom: 1px solid #e0dddd;
}
body.page-template-page-recrutement .item-recrutement .content > div > div:nth-child(1) > div.info:last-of-type {
  border-bottom: none;
}
body.page-template-page-recrutement .item-recrutement .content > div > div > div > div.value {
  color: #000000;
  font-size: 16px;
}
body.page-template-page-recrutement .item-recrutement .content > div > div > div > div.value ul {
  margin: 0px;
  padding-left: 18px;
}
body.page-template-page-recrutement .item-recrutement .btn-postuler {
  position: absolute;
  /* right: 25px;*/
  right: -15px;
  bottom: 0;
  min-width: 0px;
  width: auto;
  line-height: 43px;
}
body.page-template-page-recrutement #main > div.content {
  margin-bottom: 70px;
}
body.page-template-page-recrutement #main > div.content p {
  font-size: 30px;
}
body.page-template-page-recrutement #main > div:nth-child(2) > p {
  font-size: 30px;
}
body.page-template-page-recrutement #main > div.content .btn-contact {
  font-weight: bold;
  font-size: 18px;
  text-transform: lowercase;
}

.references-container {
  text-align: left;
  margin: 50px 0px;
}
.references-container article.reference, .references-container article.chef-partenaire {
  width: 100%;
  display: inline-block;
  padding: 0px 15px;
  margin-top: 0px;
  margin-bottom: 110px;
  /*&:nth-last-child(2), &:last-child{

    margin-bottom: 50px;

  }*/
}
.references-container .references-button-container {
  text-align: center;
  margin-bottom: 110px;
}
.references-container .references-wrapper {
  overflow: hidden;
  display: none;
}

body.blog .posts-container {
  text-align: left;
  margin: 0px 45px !important;
}
body.blog .posts-container article.post {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0px 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}
body.blog .posts-container article.post > * {
  display: inline-block;
  vertical-align: top;
}
body.blog .posts-container article.post.left .image {
  float: left;
}
body.blog .posts-container article.post.right .image {
  float: right;
}
body.blog .posts-container article.post .image {
  width: 60%;
}
body.blog .posts-container article.post .content {
  width: 40%;
}
body.blog .posts-container article.post .content .title {
  border-bottom: 2px solid #DA6B06;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-bottom: 20px;
}
body.blog .posts-container article.post .content .title h3 {
  color: #7d7d7d;
  font-family: FuturaPTWebBook;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 15px;
}
body.blog .posts-container article.post .content .title h3 a {
  color: #7d7d7d;
}
body.blog .posts-container article.post .content .title > * {
  display: inline-block;
  vertical-align: middle;
}
body.blog .posts-container article.post.right .content .title {
  padding-right: 20px;
  padding-left: 0px;
}
body.blog .posts-container article.post .content .title .title-content {
  width: 100%;
}
body.blog .posts-container article.post.right .content .title .title-content {
  padding-right: 10px;
  padding-left: 0px;
}
body.blog .posts-container article.post .content .title .title-content h2 {
  font-size: 28px;
  font-family: FuturaPTWebBook;
  color: #000547;
  margin: 0px;
  margin-bottom: 25px;
}
body.blog .posts-container article.post.right .content .title .title-content h3, body.blog .posts-container article.post.right .content .title .title-content h2, body.blog .posts-container article.post.right .content .title .title-content .soustitre, body.blog .posts-container article.post.right .content .title .title-content .soustitre2 {
  text-align: right;
}
body.blog .posts-container article.post.right .content .description {
  padding-right: 10px;
  padding-left: 0px;
}
body.blog .posts-container article.post .content .title .title-content .soustitre {
  font-size: 16px;
  color: #000000;
}
body.blog .posts-container article.post .content .title .title-content .soustitre2 {
  font-size: 16px;
  color: #7d7d7d;
}
body.blog .posts-container article.post .content .description {
  padding-left: 20px;
  text-align: center;
}
body.blog .posts-container article.post .content .description .description-content {
  text-align: left;
}
body.blog .posts-container article.post .content .description .description-content2 {
  text-align: left;
  color: #7d7d7d;
}
body.blog .posts-container article.post .content .description ul {
  margin-left: 0px;
}
body.blog .posts-container article.post .content .description a.btn-rouge {
  float: right;
  min-width: inherit;
  line-height: 30px;
  height: inherit;
}

body.single-post .entry-header h1 {
  padding-top: 10px !important;
  color: #000000;
}
body.single-post .entry-header .category {
  text-transform: uppercase;
  font-size: 24px;
  background-color: white;
  padding-top: 15px;
}
body.single-post .entry-header .category a {
  color: #7d7d7d;
}

body.single-reception-prestige .entry-content {
  margin: 0px 35px;
}

article.reference .image, article.chef-partenaire .image {
  width: 100%;
  position: relative;
}
article.reference .image img, article.chef-partenaire .image img {
  position: relative;
  z-index: 5;
}
article.reference .image > .overlay, article.chef-partenaire .image > .overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}
article.reference .image > .overlay.video, article.chef-partenaire .image > .overlay.video {
  display: block;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.2);
}
article.reference .image > .overlay.video > span, article.chef-partenaire .image > .overlay.video > span {
  opacity: 0.6;
  font-size: 5vw;
  line-height: 5vw;
}
article.reference .image > .overlay > span, article.chef-partenaire .image > .overlay > span {
  color: white;
  font-size: 10vw;
  line-height: 10vw;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 20;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0.5;
}
article.reference:not(.has-video) .image:hover > .overlay, article.chef-partenaire:not(.has-video) .image:hover > .overlay {
  display: block;
}
article.reference:not(.has-video) .image:hover > .overlay > span, article.chef-partenaire:not(.has-video) .image:hover > .overlay > span {
  opacity: 1;
}
article.reference.has-video .image:hover > .overlay.video, article.chef-partenaire.has-video .image:hover > .overlay.video {
  background-color: rgba(0, 0, 0, 0.5);
}
article.reference.has-video .image:hover > .overlay.video > span, article.chef-partenaire.has-video .image:hover > .overlay.video > span {
  opacity: 1;
}
article.reference .content, article.chef-partenaire .content {
  width: 100%;
}
article.reference .content .title, article.chef-partenaire .content .title {
  margin-bottom: 30px;
  padding-left: 0px;
  padding-bottom: 0px;
}
article.reference .content .title > *, article.chef-partenaire .content .title > * {
  display: inline-block;
  vertical-align: middle;
}
article.reference .content .title:after, article.chef-partenaire .content .title:after {
  display: block;
  content: "";
  border-bottom: 2px solid #DA6B06;
  width: 60%;
  margin: 0px auto;
}
article.reference.right .content .title, article.chef-partenaire.right .content .title {
  padding-right: 20px;
  padding-left: 0px;
}
article.reference .content .title .logo, article.chef-partenaire .content .title .logo {
  width: 100%;
  max-width: 150px;
  margin: 25px auto;
  display: block;
  text-align: center;
  min-height: 150px;
}
article.reference .content .title .title-content, article.chef-partenaire .content .title .title-content {
  width: 80%;
  padding-left: 10px;
}
article.reference .content .title.no-logo .title-content, article.chef-partenaire .content .title.no-logo .title-content {
  width: 100%;
}
article.reference.right .content .title .title-content, article.chef-partenaire.right .content .title .title-content {
  padding-right: 10px;
  padding-left: 0px;
}
article.reference .content .title .title-content h2, article.chef-partenaire .content .title .title-content h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
}
article.reference.right .content .title .title-content h2, article.reference.right .content .title .title-content .soustitre, article.chef-partenaire.right .content .title .title-content h2, article.chef-partenaire.right .content .title .title-content .soustitre {
  text-align: right;
}
article.reference .content .title .title-content .soustitre, article.chef-partenaire .content .title .title-content .soustitre {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
article.reference .content .description, article.chef-partenaire .content .description {
  color: black;
  text-align: center;
}
article.reference .content .description *, article.chef-partenaire .content .description * {
  font-size: 16px;
}
article.reference .content .description ul, article.chef-partenaire .content .description ul {
  padding-left: 20px;
  margin-left: 0px;
}
article.reference .content .description .soustitre, article.chef-partenaire .content .description .soustitre {
  margin-bottom: 30px;
  display: block;
}
article.reference .content .tags, article.chef-partenaire .content .tags {
  min-height: 90px;
}
article.reference .content .tags .tag, article.chef-partenaire .content .tags .tag {
  line-height: 30px;
  margin-right: 30px;
  color: black;
}
article.reference .content .tags .tag .picto, article.chef-partenaire .content .tags .tag .picto {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #DA6B06;
  margin-right: 5px;
}
article.reference .content .tags .tag:last-of-type, article.chef-partenaire .content .tags .tag:last-of-type {
  margin-right: 0px;
}
article.reference .commentaire-client, article.chef-partenaire .commentaire-client {
  padding-left: 20px;
  border-left: 2px solid #DA6B06;
  /*font-weight: bold;*/
  /*font-weight: bold;*/
  color: #DA6B06;
  font-size: 18px;
  margin-top: 30px;
  text-align: left;
  display: block !important;
}
article.reference .commentaire-client p, article.chef-partenaire .commentaire-client p {
  margin: 0px;
  display: inline-block;
}

.chefs-partenaires-container h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.chefs-partenaires-container .commentaire-client {
  font-size: 16px;
  font-style: italic;
}

article.chef-partenaire .content {
  width: 100%;
}
article.chef-partenaire .content .title {
  margin-bottom: 20px;
  padding-left: 0px;
  padding-bottom: 0px;
  font-weight: bold !important;
}
article.chef-partenaire .content .title > * {
  display: inline-block;
  vertical-align: middle;
}
article.chef-partenaire .content .title:before {
  display: block;
  content: "";
  border-bottom: 2px solid #DA6B06;
  width: 60%;
  margin: 20px auto;
}
article.chef-partenaire .content .title:after {
  display: none;
}
article.chef-partenaire .content .soustitre {
  font-weight: normal !important;
  margin-bottom: 10px !important;
}
article.chef-partenaire .content .client {
  font-size: 16px;
  font-weight: normal !important;
  color: #000000;
}
article.chef-partenaire .content .picto {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #DA6B06;
  margin-right: 5px;
}

body [data-up6modal-reference].modal-reference.modal.fade > div.modal-dialog {
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, -50%);
}
body [data-up6modal-reference].modal-reference.modal.in > div.modal-dialog {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-reference .modal-dialog > .modal-content {
  border-radius: 0px;
}
.modal-reference .modal-dialog > .modal-content .icone-croix {
  color: #DA6B06;
  opacity: 1;
}
.modal-reference .modal-dialog > .modal-content .modal-header {
  border: none;
}
.modal-reference .modal-dialog > .modal-content article.reference, .modal-reference .modal-dialog > .modal-content article.chef-partenaire {
  margin: 0px;
}
.modal-reference .modal-dialog > .modal-content article.reference .image, .modal-reference .modal-dialog > .modal-content article.chef-partenaire .image {
  width: 60%;
  float: left;
}
.modal-reference .modal-dialog > .modal-content article.reference .content, .modal-reference .modal-dialog > .modal-content article.chef-partenaire .content {
  width: 100%;
  float: left;
}
.modal-reference .modal-dialog > .modal-content article.reference .content .soustitre, .modal-reference .modal-dialog > .modal-content article.chef-partenaire .content .soustitre {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
.modal-reference .modal-dialog > .modal-content article.reference .content .title, .modal-reference .modal-dialog > .modal-content article.chef-partenaire .content .title {
  width: 40%;
  float: left;
}
.modal-reference .modal-dialog > .modal-content article.reference .content .title:after, .modal-reference .modal-dialog > .modal-content article.chef-partenaire .content .title:after {
  display: none;
  content: "";
  border-bottom: 2px solid #DA6B06;
  width: 100%;
  margin: 0px auto;
}
.modal-reference .modal-dialog > .modal-content article.reference .content .description, .modal-reference .modal-dialog > .modal-content article.chef-partenaire .content .description {
  padding: 0px 10px;
  clear: both;
}
.modal-reference .modal-dialog > .modal-content article.reference .content .description .tags, .modal-reference .modal-dialog > .modal-content article.chef-partenaire .content .description .tags {
  clear: both;
  padding-top: 30px;
}
.modal-reference .modal-dialog > .modal-content article.reference .content .description .tags:after, .modal-reference .modal-dialog > .modal-content article.chef-partenaire .content .description .tags:after {
  display: block;
  clear: both;
  content: "";
}
.modal-reference .modal-dialog > .modal-content article.reference .content .description .tags .tag, .modal-reference .modal-dialog > .modal-content article.chef-partenaire .content .description .tags .tag {
  float: left;
  text-align: left;
  width: 50%;
  margin-right: 0px;
}
.modal-reference .modal-dialog > .modal-content.modal-body {
  padding-top: 0px;
}

[data-up6image-slideshow] > div.modal-dialog {
  max-height: 100vh;
}

body [data-up6modal-reference][data-up6image-galerie-modal] .modal-header .modal-title {
  font-weight: bold;
  font-size: 24px;
  color: white;
  opacity: 1;
}
body [data-up6image-galerie-modal] .modal-content {
  background-color: #000;
  border-radius: 0px;
}

[data-up6image-galerie-modal] [data-up6image-carousel] .carousel-indicators {
  height: 80px;
}
[data-up6image-galerie-modal] [data-up6image-carousel] .carousel-indicators li {
  height: 100%;
}
[data-up6image-galerie-modal] [data-up6image-carousel] .carousel-indicators li img {
  height: 80px !important;
}
[data-up6image-galerie-modal] .modal-footer {
  border: none;
}
[data-up6image-galerie-modal] .modal-dialog button.close:before {
  content: "\e90f";
  color: white;
  font-size: 32px;
  width: 32px;
  height: 32px;
}
[data-up6image-galerie-modal] .modal-dialog .icone-droite:before {
  content: "\e906";
  color: white;
  font-size: 64px;
}
[data-up6image-galerie-modal] .modal-dialog .icone-gauche:before {
  content: "\e907";
  color: white;
  font-size: 64px;
}
[data-up6image-galerie-modal] .modal-dialog button.close::before, [data-up6image-galerie-modal] .modal-dialog .icone-gauche::before, [data-up6image-galerie-modal] .modal-dialog .icone-droite::before {
  font-family: "trait-tendance" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body .liens-referencement {
  margin-bottom: 100px;
  margin-left: 18%;
  margin-right: 18%;
  text-align: left;
}
body .liens-referencement a {
  color: #757575;
  display: inline-block;
  width: 25%;
  text-align: left;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
body.page-template-page-candidature-spontanee span.introduction, body.page-template-page-referencez-vos-produits span.introduction, body.page-template-page-referencez-votre-lieu span.introduction {
  font-size: 30px;
}
body.page-template-page-candidature-spontanee .entry-content, body.page-template-page-referencez-vos-produits .entry-content, body.page-template-page-referencez-votre-lieu .entry-content {
  margin: 0px auto !important;
  width: 60%;
}
body.page-template-page-candidature-spontanee .site-content .row, body.page-template-page-referencez-vos-produits .site-content .row, body.page-template-page-referencez-votre-lieu .site-content .row {
  margin-right: -15px;
  margin-left: -15px;
}

.wpcf7-form label {
  display: block;
  text-align: left;
  font-size: 20px;
  color: #a1a1a1;
  font-weight: normal;
}
.wpcf7-form label .description {
  font-size: 16px;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 30px;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
  width: 100%;
  border-radius: 0px;
  border: 1px solid #a1a1a1;
  min-height: 45px;
  line-height: 45px;
  padding: 0px 15px;
  outline: 0;
  width: 100% !important;
}
.wpcf7-form-control-wrap .wpcf7-form-control option {
  min-height: 45px;
  line-height: 45px;
}

.wpcf7-textarea {
  height: 200px;
}

.wpcf7-form button {
  border: 2px solid #DA6B06;
  background-color: #DA6B06;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0px 15px;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  margin-left: 5px;
  border-radius: 0px;
  font-weight: bold;
}
.wpcf7-form input[type=button], .wpcf7-form input[type=reset], .wpcf7-form input[type=submit] {
  border: 2px solid #DA6B06;
  background-color: #DA6B06;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0px 15px;
  height: 45px;
  line-height: 43px;
  text-decoration: none;
  margin-left: 5px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: bold;
}
.wpcf7-form button:hover {
  background-color: #FFFFFF;
  border: 2px solid #DA6B06;
  color: #DA6B06;
}
.wpcf7-form input[type=button]:hover, .wpcf7-form input[type=reset]:hover, .wpcf7-form input[type=submit]:hover {
  border: 2px solid #DA6B06;
  background-color: #FFFFFF;
  color: #DA6B06;
}

body span.wpcf7-not-valid-tip {
  line-height: 1.4;
  font-size: 20px;
}

.wpcf7-form-control-wrap.image, .field .wpcf7-form-control-wrap {
  position: relative;
  cursor: pointer;
  height: 47px;
  line-height: 47px;
  padding-top: 47px;
  border: 1px solid #a1a1a1;
  /*&::before {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #a1a1a1;
    color: white;
    content: "IMPORTER UNE PHOTO";
    pointer-events: none;
    font-family: FuturaPTWebMedium;
    font-size: 14px;
    padding: 0px 15px;
    cursor: pointer;
    z-index: 10;
  }*/
}
.wpcf7-form-control-wrap.image .label-wpcf7, .field .wpcf7-form-control-wrap .label-wpcf7 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #a1a1a1;
  color: white;
  pointer-events: none;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 15px;
  min-width: 168px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
}
.wpcf7-form-control-wrap.image::after, .field .wpcf7-form-control-wrap::after {
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #FFFFFF;
  z-index: 5;
  content: "";
  pointer-events: none;
  cursor: pointer;
}
.wpcf7-form-control-wrap.image .wpcf7-form-control, .field .wpcf7-form-control-wrap .wpcf7-form-control {
  display: none;
}
.wpcf7-form-control-wrap.image .value-input, .field .wpcf7-form-control-wrap .value-input {
  position: absolute;
  z-index: 8;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-left: 180px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 5px);
  margin-right: 5px;
}

.share-link {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.share-link i {
  vertical-align: middle;
  display: inline-block;
}
.share-link .icone-mail {
  font-size: 32px;
  width: 32px;
  height: 32px;
}

.bloc-chiffres-cles {
  padding: 50px;
  margin: 0px 60px;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  margin-bottom: 60px;
}
.bloc-chiffres-cles .bg-container {
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /*filter: blur(20px) grayscale(20%);*/
  /*-webkit-filter: grayscale(1);
  filter: grayscale(1);*/
}
.bloc-chiffres-cles .titre {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}
.bloc-chiffres-cles .description {
  font-family: FuturaPTWebBook;
  font-size: 20px;
  position: relative;
}
.bloc-chiffres-cles .row .bloc-chiffre {
  text-align: center;
  padding: 20px;
}
.bloc-chiffres-cles .row .bloc-chiffre .bloc-chiffre-inner {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
.bloc-chiffres-cles .row .bloc-chiffre .value {
  font-family: "Avenir-Black-03";
  font-size: 68px;
  color: #DA6B06;
}
.bloc-chiffres-cles .row .bloc-chiffre .name {
  font-size: 23px;
  color: #DA6B06;
  text-transform: uppercase;
}
.bloc-chiffres-cles .btn {
  margin-top: 50px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}
.bloc-chiffres-cles .btn:hover {
  background-color: rgba(218, 107, 6, 0.7);
}

.content-qui-sommes-nous h2 {
  font-weight: bold;
  font-size: 24px;
  color: #000547;
}

.bloc-nos-engagements {
  margin: 15px 45px;
  margin-bottom: 80px;
}
.bloc-nos-engagements h2 {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  color: #000547;
}
.bloc-nos-engagements .container-engagements {
  margin: 0px 0px;
}
.bloc-nos-engagements .row-engagement {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.bloc-nos-engagements .row-engagement .col-md-7 > img, .bloc-nos-engagements .row-engagement .col-md-5 > img {
  display: block;
  max-width: none;
  height: 100%;
  width: 100%;
  width: calc(100% - 30px);
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.bloc-nos-engagements .row-engagement .col-md-7 .description {
  background-color: #f4f4f4;
  height: 100%;
  padding: 80px;
  text-align: left;
}
.bloc-nos-engagements .row-engagement .col-md-7 .description h3 {
  color: #DA6B06;
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  margin-top: 0px;
}
.bloc-nos-engagements .row-engagement .col-md-7 .description h3 i {
  font-size: 40px;
  vertical-align: middle;
}
.bloc-nos-engagements .row-engagement .col-md-7 .description h3 i.icone-responsabilite-environnementale {
  font-size: 32px;
}
.bloc-nos-engagements .row-engagement .col-md-7 .description h3 i.icone-responsabilite-economique {
  font-size: 32px;
}
.bloc-nos-engagements .row-engagement .col-md-7 .description h4 {
  font-weight: bold;
  font-size: 16px;
}
.bloc-nos-engagements .row-engagement .col-md-7 .description p {
  font-size: 18px;
  margin-bottom: 10px;
}
.bloc-nos-engagements .row-engagement .col-md-7 .description a:not(.btn) {
  color: black;
  font-weight: bold;
}
.bloc-nos-engagements .row-engagement .col-md-7 .description ul {
  margin: 0px;
  padding-left: 20px;
  font-size: 18px;
}
.bloc-nos-engagements .row-engagement .col-md-7 .description .wrapper-bouton-container {
  margin-bottom: 0px;
}

.bloc-links {
  margin: 15px 45px;
  margin-bottom: 80px;
}

body[class*=-template-page-single-low-content] .archive-content .row-content {
  padding: 0;
  height: 50%;
}
body[class*=-template-page-single-low-content] .archive-content .row-content .col-md-12 {
  padding: 0;
  height: 100%;
}
body[class*=-template-page-single-low-content] .archive-content .row-content .col-md-12 .content {
  height: 100%;
}
body[class*=-template-page-single-low-content] .archive-content .row-images > div:first-of-type {
  padding-left: 0px;
}
body[class*=-template-page-single-low-content] .archive-content .row-images > div:last-of-type {
  padding-right: 0px;
}
body[class*=-template-page-single-low-content] .archive-content .col-image-right .bg-image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
body[class*=-template-page-single-low-content] .archive-content .col-image-right .bg-image img {
  visibility: hidden;
}

.decouvrez-nos-autres {
  margin: 35px 35px;
}
.decouvrez-nos-autres.blog {
  background-color: #f4f4f4;
  margin: 35px 60px;
  margin-bottom: 70px;
  padding-top: 50px;
}
.decouvrez-nos-autres.blog .article-container {
  margin: 0px;
}
.decouvrez-nos-autres.blog article {
  margin-bottom: 0px !important;
}
.decouvrez-nos-autres.blog .btn {
  margin-right: 35px;
  margin-top: 35px;
  margin-bottom: 35px;
}

body.page-template-page-login {
  background: url(images/background-login_desktop.jpg) no-repeat center fixed;
  background-size: cover;
  height: 100vh !important;
  padding-top: 0px !important;
}
body.page-template-page-login .fermer-login-page {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  color: #757575;
  opacity: 0.6;
}
body.page-template-page-login .bloc-login {
  background-color: #FAFAFA;
  height: 680px !important;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  text-align: center;
  padding: 80px 80px;
  font-size: 15px;
  box-shadow: 0px 0px 15px 1px #757575;
  -webkit-box-shadow: 0px 0px 15px 1px #757575;
  -moz-box-shadow: 0px 0px 15px 1px #757575;
  -o-box-shadow: 0px 0px 15px 1px #757575;
}
body.page-template-page-login .bloc-login a.forget-link {
  color: #B4B4B4;
}
body.page-template-page-login .bloc-login .header {
  margin-bottom: 80px;
}
body.page-template-page-login .bloc-login .content {
  margin-bottom: 40px;
}
body.page-template-page-login .bloc-login .group {
  text-align: center;
  margin-bottom: 30px;
}
body.page-template-page-login .bloc-login .group button {
  padding: 0px 30px;
}
body.page-template-page-login .bloc-login form label {
  font-size: 15px !important;
  color: #B4B4B4;
  font-weight: normal;
  padding: 0px 10px;
  /*display: block;*/
  text-align: left;
  margin: 0px;
  position: relative;
}
body.page-template-page-login .bloc-login form input[type=text], body.page-template-page-login .bloc-login form input[type=password] {
  width: 100%;
  font-size: 22px !important;
  padding: 0px 10px;
  background-color: transparent !important;
  border: none;
  height: 35px;
  border-bottom: 1px solid #E6E6E6;
  outline: 0 !important;
}
body.page-template-page-login .bloc-login .content form .form-style label {
  display: inline-block;
}
body.page-template-page-login .bloc-login .content form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FAFAFA inset;
}
body.page-template-page-login .bloc-login .content a {
  color: #757575;
}

form .animation {
  position: relative;
}
form .animation input:invalid ~ label {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
form .animation label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  pointer-events: none;
  transition: 0.2s ease all;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

form .animation input:focus ~ label, form .animation input:valid ~ label, form .animation input:-webkit-autofill ~ label {
  top: 0px;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}

body.login .bloc-login form .form-style label {
  display: inline-block;
  padding: 0px 15px;
}

.form-style input[type=checkbox] {
  display: none;
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}
.form-style input[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  background-color: #DA6B06;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  content: "";
}
.form-style input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}
.form-style input[type=checkbox] + label {
  padding-left: 16px !important;
}
.form-style input[type=checkbox]:checked + label:after {
  font-family: "Trait-tendance" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
  width: 30px;
  height: 30px;
  font-size: 7px;
  position: absolute;
  line-height: 30px;
  left: 6px;
  top: 50%;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  color: white;
}

.step-forget-password {
  display: none;
}

body.login .bloc-login .footer {
  display: block !important;
  background-color: transparent !important;
}

.addtofavoris {
  display: inline-block;
  border: 1px solid #B4B4B4;
  padding: 7px;
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: none !important;
  color: #B4B4B4;
}
.addtofavoris:hover {
  color: white;
  background-color: #B4B4B4;
}

.bloc-login .btRouge {
  background-color: #DA6B06 !important;
  padding: 7px;
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: none !important;
  border: 1px solid #DA6B06;
  color: white;
}
.bloc-login .btRouge:hover {
  color: #DA6B06 !important;
  background-color: white !important;
}
.bloc-login input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 15px !important;
  color: #B4B4B4;
}
.bloc-login input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 15px !important;
  color: #B4B4B4;
}
.bloc-login input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 15px !important;
  color: #B4B4B4;
}
.bloc-login input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 15px !important;
  color: #B4B4B4;
}

body.page-template-page-recrutement .entry-header, body.page-template-page-candidature-spontanee .entry-header, body.page-template-page-referencez-vos-produits .entry-header, body.page-template-page-referencez-votre-lieu .entry-header {
  background-color: white;
}
body.page-template-page-recrutement .entry-header h1, body.page-template-page-candidature-spontanee .entry-header h1, body.page-template-page-referencez-vos-produits .entry-header h1, body.page-template-page-referencez-votre-lieu .entry-header h1 {
  padding-top: 20px;
}
body.page-template-page-recrutement .entry-header .archive-description, body.page-template-page-candidature-spontanee .entry-header .archive-description, body.page-template-page-referencez-vos-produits .entry-header .archive-description, body.page-template-page-referencez-votre-lieu .entry-header .archive-description {
  white-space: normal;
  margin-bottom: 0;
}
body.page-template-page-recrutement .entry-header .archive-description p, body.page-template-page-candidature-spontanee .entry-header .archive-description p, body.page-template-page-referencez-vos-produits .entry-header .archive-description p, body.page-template-page-referencez-votre-lieu .entry-header .archive-description p {
  font-size: 30px;
  color: black;
}
body.page-template-page-recrutement .entry-header .archive-description p a, body.page-template-page-candidature-spontanee .entry-header .archive-description p a, body.page-template-page-referencez-vos-produits .entry-header .archive-description p a, body.page-template-page-referencez-votre-lieu .entry-header .archive-description p a {
  color: black;
  text-decoration: underline;
}

.bouton-header {
  margin-top: 50px;
}

.toast-message ul {
  margin-left: 0px;
  padding-left: 20px;
}

/**
IMAGE HEADER
 */
html body .image-header {
  height: 565px !important;
  /*line-height: 565px;*/
  line-height: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
}
html body .image-header .overlay {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 6;
  background: rgba(255, 255, 255, 0.2);
  /*background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(237,237,237,0) 60%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(60%, rgba(237,237,237,0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(237,237,237,0) 60%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(237,237,237,0) 60%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(237,237,237,0) 60%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(237,237,237,0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );*/
}
html body .image-header .entry-header {
  position: relative;
  z-index: 9;
  width: 90%;
  margin: 0px auto;
  left: auto;
  top: initial !important;
  background-color: transparent;
  transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
}
html body .image-header .entry-header h1 {
  background-color: transparent;
  font-family: "AvenirNext-Regular-08";
  font-weight: normal;
  font-size: 80px;
  margin-bottom: 40px;
  padding: 0px;
  text-transform: uppercase;
  color: #000547;
}
html body .image-header .entry-header h3 {
  /*font-size: 30px;
  font-family: 'Antic Didone', serif;*/
  font-size: 24px;
  /*font-family: "FuturaPTWeb";*/
  text-transform: uppercase;
  color: black;
  font-weight: normal;
}
html body .image-header .entry-header .archive-description {
  margin: 0px auto;
  /*font-family: 'AvenirNext-Regular-08';*/
  font-family: "Avenir-Book-01";
  font-size: 16px;
  color: black;
  width: 60%;
  padding: 10px;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.6);
}
html body .image-header .entry-header .archive-description p a {
  color: black;
  text-decoration: underline;
}
html body .image-header .entry-header .bouton-header {
  margin-top: 35px;
  margin-bottom: 35px;
}
html body .image-header .entry-header .bouton-header .btn {
  font-size: 16px;
  font-weight: bold;
  padding: 0px 15px;
  height: 30px;
  line-height: 26px;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
}
html body .image-header .entry-header .bouton-header .btn:hover {
  border: 2px solid #DA6B06;
  background-color: #DA6B06;
  color: white;
}

/**
BTN scroll
 */
.home .btn-scroll {
  cursor: pointer !important;
}

body:not(.home) .btn-scroll {
  position: absolute;
}

.btn-scroll {
  cursor: default !important;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform-origin: center;
  border: 1px solid #DA6B06;
  background-color: white;
  text-align: center;
  position: relative;
  left: calc(50% - 20px);
  -webkit-animation-name: bounceScrollParent;
  animation-name: bounceScrollParent;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.btn-scroll.no-animation {
  -webkit-animation-name: none;
  animation-name: none;
}
.btn-scroll.no-animation:after {
  -webkit-animation-name: none;
  animation-name: none;
}
.btn-scroll.white {
  border: 1px solid white;
  background-color: transparent;
}
.btn-scroll.white:after {
  border-bottom: 1px solid white !important;
  border-right: 1px solid white !important;
}
.btn-scroll:after {
  content: "";
  border-bottom: 1px solid #DA6B06;
  border-right: 1px solid #DA6B06;
  display: block;
  width: 70%;
  height: 70%;
  position: relative;
  top: 55%;
  left: 55%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  margin-bottom: 20%;
  margin-right: 20%;
  /*-webkit-animation-name: bounceScroll;
  animation-name: bounceScroll;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;*/
}

@keyframes bounceScrollParent {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0%, -20%, 0) rotate(45deg);
    transform: translate3d(0%, -20%, 0) rotate(45deg);
    -ms-transform: translate3d(0%, -20%, 0) rotate(45deg);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0%, -5%, 0) rotate(45deg);
    transform: translate3d(0%, -5%, 0) rotate(45deg);
    -ms-transform: translate3d(0%, -5%, 0) rotate(45deg);
  }
}
@keyframes bounceScroll {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(-60%, -60%, 0);
    transform: translate3d(-60%, -60%, 0);
    -ms-transform: translate3d(-60%, -60%, 0);
    /*width: 40%;
    height: 40%;*/
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(-15%, -15%, 0);
    transform: translate3d(-15%, -15%, 0);
    -ms-transform: translate3d(-15%, -15%, 0);
    /*width: 30%;
    height: 30%;*/
  }
}
/* BREADCRUMBS */
html body .breadcrumbs {
  position: relative !important;
  color: #757575 !important;
}
html body .breadcrumbs span.back {
  display: inline-block;
  margin-right: 20px;
}
html body .breadcrumbs span.back a {
  font-weight: bold;
  color: #000547 !important;
}
html body .breadcrumbs a {
  color: #757575 !important;
}

.scrolltop {
  opacity: 0.5;
  position: fixed;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  bottom: 80px;
  right: 30px;
  z-index: 100;
  cursor: pointer;
  color: #DA6B06;
  display: none;
}
.scrolltop:hover {
  opacity: 1 !important;
}
.scrolltop .picto {
  display: block;
  width: 29px;
  height: 29px;
  margin-top: -20px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform-origin: center;
  border: 1px solid #DA6B06;
  background-color: white;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 7px;
}
.scrolltop .picto:after {
  content: "";
  border-top: 1px solid #DA6B06;
  border-left: 1px solid #DA6B06;
  display: block;
  width: 70%;
  height: 70%;
  position: relative;
  top: 45%;
  left: 45%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  margin-bottom: 20%;
  margin-right: 20%;
}
.scrolltop .title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px !important;
  margin-left: 3px;
}

.modal.cookies {
  width: 450px;
  height: auto;
  position: static;
  background-color: #FFF;
  font-size: 15px;
  text-align: center;
}
.modal.cookies .modal-dialog {
  position: fixed;
  z-index: 100;
  bottom: 0px;
  right: 30px;
  /* left:inherit;
   top:inherit;*/
  width: 20%;
}
.modal.cookies .modal-footer {
  text-align: center;
}
.modal.cookies a {
  color: #DA6B06;
}
.modal.cookies h5 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.modal.cookies .btn {
  background-color: #DA6B06;
  color: #FFF;
  border: 0;
  pointer-events: all;
}

.modal.newsletter {
  text-align: center;
  padding: 0 !important;
  color: #757575 !important;
  font-size: 15px;
  text-align: center;
}
.modal.newsletter .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal.newsletter:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal.newsletter h5 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.modal.newsletter .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  /*width:70%;*/
  width: 40vw !important;
  max-width: 1000px;
  font-size: 15px;
}
.modal.newsletter .modal-dialog input {
  width: 100%;
}
.modal.newsletter .modal-dialog input[type=checkbox] {
  width: inherit;
}
.modal.newsletter .modal-dialog .row .prenom, .modal.newsletter .modal-dialog .row .nonmerci {
  padding-left: 0;
}
.modal.newsletter .modal-dialog .row .nom, .modal.newsletter .modal-dialog .row .sinscrire {
  padding-right: 0;
}
.modal.newsletter .modal-dialog .row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal.newsletter .modal-dialog input[name=btnnonmerci] {
  color: #DA6B06;
  border: #DA6B06 1px solid;
  background-color: white;
  font-size: 17px;
}
.modal.newsletter .modal-dialog input[name=btnsinscrire] {
  color: white;
  background-color: #DA6B06;
  font-size: 17px;
}
.modal.newsletter a {
  text-decoration: underline;
  color: #757575 !important;
}
.modal.newsletter h5 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
.modal.newsletter .btn {
  background-color: #DA6B06;
  color: #FFF;
  border: 0;
  pointer-events: all;
}

.modal.modal-etre-rapelle .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: -500px;
}
.modal.modal-etre-rapelle .modal-dialog .modal-content {
  border-radius: 6px;
}
.modal.modal-etre-rapelle .modal-dialog .modal-content button.close {
  /*opacity: 1 !important;*/
  font-size: 21px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal.modal-etre-rapelle .modal-dialog .modal-content .modal-body .containers-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 25px;
}
.modal.modal-etre-rapelle .modal-dialog .modal-content .modal-body .containers-logo .container-logo {
  height: 75px;
  width: 75px;
  border: 2px solid #ccc;
  padding: 15px;
  line-height: 0;
}
.modal.modal-etre-rapelle .modal-dialog .modal-content .modal-body .containers-logo .container-logo img {
  display: block;
}
.modal.modal-etre-rapelle .modal-dialog .modal-content .modal-body .containers-logo .wrapper-logo-letmedo {
  height: 75px;
  width: 75px;
}
.modal.modal-etre-rapelle .modal-dialog .modal-content .modal-body .containers-logo .arround {
  flex-grow: 1;
}
.modal.modal-etre-rapelle .modal-dialog .modal-content .modal-body .containers-logo .separator {
  padding: 0px 25px;
}
.modal.modal-etre-rapelle .modal-dialog .modal-content .modal-body label {
  display: block;
  color: #230857;
  font-size: 12px;
}
.modal.modal-etre-rapelle .modal-dialog .modal-content .modal-body input, .modal.modal-etre-rapelle .modal-dialog .modal-content .modal-body textarea {
  display: block;
  width: 100%;
  resize: none;
}
.modal.modal-etre-rapelle .modal-dialog .modal-content .modal-body input.incorrect-field, .modal.modal-etre-rapelle .modal-dialog .modal-content .modal-body textarea.incorrect-field {
  outline: none;
  border-color: #CB002D;
}
.modal.modal-etre-rapelle .modal-dialog .modal-content .modal-body .row {
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
}
.modal.modal-etre-rapelle .modal-dialog .modal-content .modal-body textarea {
  height: 300px;
}
.modal.modal-etre-rapelle .modal-dialog .modal-content .modal-footer {
  border-top: none;
}
.modal.modal-etre-rapelle.modal-end-devis .modal-footer {
  justify-content: center;
}

/* ANIMATION HOME */
@-webkit-keyframes fadeInUp50px {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -ms-transform: none;
  }
}
@keyframes fadeInUp50px {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -ms-transform: none;
  }
}
.fadeInUp50px {
  -webkit-animation-name: fadeInUp50px;
  animation-name: fadeInUp50px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

/* PLAN DU SITE */
[id^=wp-realtime-sitemap-] {
  text-align: left;
}

/* PAGE SIMPLE */
body.page-template-default .breadcrumbs {
  margin-bottom: 50px;
}

body.page-template-default .archive-content .content {
  height: auto;
}
body.page-template-default .archive-content .content ul {
  margin-left: 0px;
}

.back-to-site {
  color: #DA6B06;
  text-transform: uppercase;
  font-size: 16px;
  /*font-family: FuturaPTWebMedium;*/
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 30px;
}
.back-to-site > span:not(.inline-block) {
  font-size: 12px;
  margin-right: 10px;
}

.previous-next-links {
  margin-bottom: 80px;
}
.previous-next-links a {
  color: #DA6B06;
  font-size: 12px;
  margin-right: 90px;
}
.previous-next-links a:last-child {
  margin-right: 0px;
}
.previous-next-links a.next span:not(.inline-block) {
  margin-left: 25px;
}
.previous-next-links a.previous span:not(.inline-block) {
  margin-right: 25px;
}

.modal-reference.message-formulaire .modal-body {
  min-width: 430px;
}
.modal-reference.message-formulaire .modal-footer {
  text-align: center;
  border-top: none;
}
.modal-reference.message-formulaire .modal-footer .btn {
  min-width: 0px;
}

body.page-template-page-plan-du-site-php .content ul {
  margin-left: 0px;
}

/* ON MASQUE LES REPONSES DES FORM 7 */
.wpcf7 form .wpcf7-response-output {
  display: none;
}

.page-template-page-candidature-spontanee .wpcf7 form .wpcf7-response-output, .page-template-page-referencez-vos-produits .wpcf7 form .wpcf7-response-output, .page-template-page-referencez-votre-lieu .wpcf7 form .wpcf7-response-output {
  display: block;
  border: none;
}
.page-template-page-candidature-spontanee .wpcf7 form.sent .wpcf7-response-output, .page-template-page-referencez-vos-produits .wpcf7 form.sent .wpcf7-response-output, .page-template-page-referencez-votre-lieu .wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #46b450;
}

/* CAROUSEL */
.carousel-inner > .item {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.row-inline-block > * {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.row-flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.color-white {
  color: white;
}

.block {
  display: block;
}

.decouvrez-infographie {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  left: 80px;
  max-width: 20vw;
  border: 1px solid #CB002D;
  border-bottom: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #CB002D;
  padding: 0px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: white;
}

.tchat {
  position: fixed;
  z-index: 99999999999;
  /*transform: translateY(-100%);
  -webkit-transform: translateY(-100%);*/
  width: 100%;
  font-size: 16px;
  max-width: 30vw;
  right: 20px;
  bottom: 100px;
  /*border: 1px solid #CB002D;*/
  border-bottom: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  height: 0;
  /*transform: scale( 0, 0 );
  transform-origin: calc( 100% - 20px ) 100%;*/
  /*&.open{

    transform: scale( 1, 1 );

  }*/
}
.tchat .header {
  background-color: #DA6B06;
  /*border-top-right-radius: 20px;
  border-top-left-radius: 20px;*/
  padding: 0px;
  cursor: pointer;
  text-align: center;
  /*border-bottom: 1px solid white;*/
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.tchat .header .icone-rond-fermer {
  position: absolute;
  right: 0;
  top: 0;
}
.tchat .content {
  z-index: 9;
  background-color: #000547;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  border-radius: 15px;
  /*-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);*/
  -webkit-box-shadow: -1px 6px 3px rgba(50, 50, 0, 0.5);
  -moz-box-shadow: -1px 6px 3px rgba(50, 50, 0, 0.5);
  box-shadow: -1px 6px 3px rgba(50, 50, 0, 0.5);
  transform: scale(0, 0) translateY(-100%);
  transform-origin: calc(100% - 20px) 45px;
}
.tchat .content .arrow {
  content: "";
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 25px;
  transform: translateY(100%);
  /*-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);*/
  filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}
.tchat .content .arrow .arrow-inside {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #000547;
  height: 25px;
  width: 25px;
}
.tchat .content.open {
  transform: scale(1, 1) translateY(-100%);
  /*&::before{

    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 25px;
    width: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 25px;
    transform: translateY(100%);
    background-color: map-get($COLORS, 'bleu');
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);

  }*/
}
.tchat .content.onTchat {
  background-color: transparent;
}
.tchat .content.onTchat .arrow .arrow-inside {
  background-color: white;
}
.tchat .content .form-inscription label {
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
.tchat .content .form-inscription input {
  width: 100%;
  font-size: 15px;
  color: #000547;
  padding: 5px 10px;
  border-radius: 0;
}
.tchat .content .form-inscription .row-button {
  margin-top: 15px;
}
.tchat .content .form-inscription .row-button .btn:hover {
  color: #DA6B06 !important;
}
.tchat .content .tchat-wrapper {
  border-radius: 15px;
  overflow: hidden;
}
.tchat .content .tchat-wrapper .search-commercial-container {
  padding: 20px;
}
.tchat .content .tchat-wrapper .tchat-container {
  font-size: 14px;
  padding: 0px;
  background-color: white;
  color: black;
}
.tchat .content .tchat-wrapper .tchat-container .messages {
  text-align: left;
  max-height: 250px;
  overflow: auto;
}
.tchat .content .tchat-wrapper .tchat-container .messages .message {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
  /*&[data-typemessage="interne"]{

    > *{

      float: right;

    }

    .msg {

      margin-right: 2%;
      margin-left: 0%;

    }

  }*/
}
.tchat .content .tchat-wrapper .tchat-container .messages .message:last-of-type {
  border: none;
}
.tchat .content .tchat-wrapper .tchat-container .messages .message > * {
  float: left;
}
.tchat .content .tchat-wrapper .tchat-container .messages .message .info {
  width: 20%;
  padding: 0;
}
.tchat .content .tchat-wrapper .tchat-container .messages .message .info .avatar {
  background-color: #313131;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  min-height: 40px;
  min-width: 40px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0px;
  overflow: hidden;
  text-align: center;
}
.tchat .content .tchat-wrapper .tchat-container .messages .message .info > * {
  display: block;
}
.tchat .content .tchat-wrapper .tchat-container .messages .message .info .by {
  font-weight: bold;
  font-size: 14px;
}
.tchat .content .tchat-wrapper .tchat-container .messages .message .info .date {
  font-size: 12px;
}
.tchat .content .tchat-wrapper .tchat-container .messages .message .msg {
  width: 78%;
  margin-left: 2%;
  font-weight: bold;
  font-size: 15px;
  word-break: break-word;
}
.tchat .content .tchat-wrapper .tchat-container .messages .message .hour {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-style: italic;
  font-size: 12px;
}
.tchat .content .tchat-wrapper .tchat-container .messages .message[data-typemessage=externe] {
  background-color: rgba(218, 107, 6, 0.1);
}
.tchat .content .tchat-wrapper .tchat-container .messages .message::after {
  display: block;
  clear: both;
  content: "";
}
.tchat .content .tchat-wrapper .tchat-container .writter {
  position: relative;
  border-top: 1px solid #ccc;
}
.tchat .content .tchat-wrapper .tchat-container .writter textarea {
  width: 100%;
  padding: 10px;
  padding-bottom: 35px;
  outline: 0;
  border: none;
  resize: none;
  margin: 0;
  border-radius: 0;
  display: block;
  font-size: 15px;
  min-height: 85px;
}
.tchat .content .tchat-wrapper .tchat-container .writter .btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin-bottom: 0px;
  height: 30px;
  line-height: 27px;
  font-weight: bold;
  border-radius: 15px;
}
.tchat .content .tchat-wrapper .tchat-container .writter .btn:hover {
  color: #DA6B06 !important;
}
.tchat .content .tchat-wrapper .tchat-container .writter .typers {
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
}
html .swiper-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .swiper-wrapper .swiper-slide {
  display: block;
}

html.firefox .carousel-inner > .item {
  -webkit-backface-visibility: initial !important;
  backface-visibility: initial !important;
}

html.ie body.page-template-page-rechercher-une-salle .site-content article .content .steps .evenement.step :not(.input) > input[type=text] {
  line-height: 26px;
  min-height: 32px;
}
html.ie body div.modal-dialog .modal-content .modal-body {
  overflow: hidden;
}

/* MODAL GALERIE */
[data-up6image-galerie-modal] .modal-body {
  height: 92%;
}
[data-up6image-galerie-modal] .modal-body [data-up6image-carousel] .carousel-inner {
  height: calc(100% - 105px);
}
[data-up6image-galerie-modal] .modal-body [data-up6image-carousel] .carousel-inner .item div {
  height: 100%;
}
[data-up6image-galerie-modal] .modal-body [data-up6image-carousel] .carousel-inner .item .carousel-caption {
  display: none;
}
[data-up6image-galerie-modal] .modal-footer {
  display: none;
}

.wrapper-bouton-container {
  margin: 50px 0px;
  text-align: right;
}
.wrapper-bouton-container .btn {
  padding: 0px 15px;
  height: 30px;
  line-height: 26px;
}

.datespicker.error-field, [data-prestations].error-field {
  border: 1px solid #DA6B06;
}

[data-prestations].error-field {
  padding: 10px !important;
}

body.page-template-page-rechercher-une-salle .modal-init-recherche-salle.modal-etre-rapelle h2 {
  font-family: FuturaPTWebMedium;
  border-bottom: 2px solid #DA6B06;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle.modal-etre-rapelle .modal-body {
  text-align: left;
  padding: 20px 20px;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle.modal-etre-rapelle .modal-body .inline-block {
  margin-right: 10px;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle.modal-etre-rapelle .modal-body .row {
  margin-bottom: 5px;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle.modal-etre-rapelle .modal-body label {
  font-weight: normal;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle.modal-etre-rapelle .modal-body .block-input {
  border: 2px solid #F8F8F8;
  padding: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle.modal-etre-rapelle .modal-body .block-input label {
  margin-right: 5px;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle.modal-etre-rapelle .modal-body .block-input input {
  background-color: transparent;
  border: none !important;
  width: auto !important;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle.modal-etre-rapelle .modal-body .row-commentaire textarea {
  resize: none;
  min-height: 100px;
  border: 2px solid #F8F8F8;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle.modal-etre-rapelle h2 {
  text-align: center;
  margin: 0px;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle.modal-etre-rapelle textarea {
  border-radius: 0px;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle .modal-dialog {
  width: 500px !important;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle .modal-body {
  padding: 20px;
  font-size: 18px;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle .modal-body sup.required {
  color: #DA6B06;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle .modal-body input[type=text] {
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid #F8F8F8;
  outline: 0;
  width: 100%;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle .modal-body input[type=text].incorrect-field {
  border-color: #CB002D;
}
body.page-template-page-rechercher-une-salle .modal-init-recherche-salle .modal-footer {
  padding-bottom: 20px;
}

.nb-salle {
  font-size: 60px;
  font-weight: bold;
}

/* SCROLLBAR */
/* SCROLLBAR */
*::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border-left: 1px solid #DBDEE2;
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-left: 1px solid #DBDEE2;
}

*::-webkit-scrollbar-thumb {
  /*border-radius: 6px;
  border: 3px solid rgba(0, 0, 0, 0);*/
  background-color: #DBDEE2;
  background-clip: padding-box;
  border-radius: 8px 6px 6px 8px;
  border: 3px solid rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-thumb:horizontal {
  border-left: none;
  border-right: none;
}

*::-webkit-scrollbar-thumb:vertical {
  border-bottom: none;
  border-top: none;
}

/**/
[v-cloak] {
  display: none;
}

/* DEMANDES */
table.demandes {
  margin: 0px;
  text-align: left;
}
table.demandes tr.demande {
  margin-bottom: 10px;
  font-size: 14px;
}
table.demandes tr.demande .title {
  font-size: 16px;
  font-weight: bold;
}
table.demandes tr.demande .btn-reprendre {
  height: 31px;
  line-height: 26px;
  min-width: 0px;
}

html body.page-template-page-agence-evenementielle {
  padding-top: 0px !important;
}
html body.page-template-page-agence-evenementielle .btn-scroll {
  -webkit-animation-name: bounceScrollParent !important;
  animation-name: bounceScrollParent !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
  -webkit-animation-direction: alternate !important;
  animation-direction: alternate !important;
}
html body.page-template-page-agence-evenementielle .sections-pager {
  position: fixed;
  /*right: 75px;*/
  right: 30px;
  top: calc(50% + 45px);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
  text-align: right;
}
html body.page-template-page-agence-evenementielle .sections-pager ul {
  color: black;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li {
  position: relative;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li .point {
  cursor: pointer;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.15s ease-out;
  border: 1px solid #000;
  margin-left: 10px;
  margin-bottom: 10px;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.jaune .title {
  background-color: rgb(255, 177, 21);
  color: white;
  font-weight: bold;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.jaune .point {
  background-color: rgba(255, 177, 21, 0);
  border: 1px solid #FFB115;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.jaune.active .point {
  background-color: rgb(255, 177, 21);
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.rouge .title {
  background-color: rgb(203, 0, 45);
  color: white;
  font-weight: bold;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.rouge .point {
  background-color: rgba(203, 0, 45, 0);
  border: 1px solid #CB002D;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.rouge.active .point {
  background-color: rgb(203, 0, 45);
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.cyan .title {
  background-color: rgb(0, 201, 176);
  color: white;
  font-weight: bold;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.cyan .point {
  background-color: rgba(0, 201, 176, 0);
  border: 1px solid #00C9B0;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.cyan.active .point {
  background-color: rgb(0, 201, 176);
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.bleu .title {
  background-color: rgb(0, 74, 124);
  color: white;
  font-weight: bold;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.bleu .point {
  background-color: rgba(0, 74, 124, 0);
  border: 1px solid #004A7C;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.bleu.active .point {
  background-color: rgb(0, 74, 124);
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.orange .title {
  background-color: #D96B05;
  color: white;
  font-weight: bold;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.orange .point {
  background-color: rgba(0, 74, 124, 0);
  border: 1px solid #D96B05;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.orange.active .point {
  background-color: #D96B05;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.newBleu .title {
  background-color: #000547;
  color: white;
  font-weight: bold;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.newBleu .point {
  background-color: rgba(0, 74, 124, 0);
  border: 1px solid #000547;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.newBleu.active .point {
  background-color: #000547;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.currentScrollSection .point {
  background-color: rgb(0, 0, 0);
}
html body.page-template-page-agence-evenementielle .sections-pager ul li .title {
  opacity: 0;
  transition: opacity 0.15s ease-out;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateX(-100%) translateY(-50%);
  -ms-transform: translateX(-100%) translateY(-50%);
  pointer-events: none;
  padding: 5px;
  border-radius: 5px;
  z-index: 1;
}
html body.page-template-page-agence-evenementielle .sections-pager ul li.active .title, html body.page-template-page-agence-evenementielle .sections-pager ul li:hover .title {
  opacity: 1;
  z-index: 2;
}
html body.page-template-page-agence-evenementielle .entry-content {
  margin: 0px 0px !important;
}
html body.page-template-page-agence-evenementielle .bloc-path {
  position: relative;
}
html body.page-template-page-agence-evenementielle #container-paths {
  position: relative;
  padding: 0px 10%;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  padding-bottom: 30vh;
}
html body.page-template-page-agence-evenementielle #container-paths #container-svg {
  width: 100%;
  padding: 0% 10%;
  top: 50vh;
  pointer-events: none;
}
html body.page-template-page-agence-evenementielle #container-paths > div {
  background-color: transparent !important;
}
html body.page-template-page-agence-evenementielle #container-paths .trigger {
  position: relative;
}
html body.page-template-page-agence-evenementielle #container-paths #h-path-1 #content-1-logo {
  background-color: #FFF;
}
html body.page-template-page-agence-evenementielle #container-paths #h-path-1 #content-1-bis {
  transform: translateY(-50%);
  direction: rtl;
}
html body.page-template-page-agence-evenementielle #container-paths #h-path-1 #content-1-bis .items {
  transform: translateX(50%);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
html body.page-template-page-agence-evenementielle #container-paths #h-path-2 #content-3 {
  pointer-events: all !important;
}
html body.page-template-page-agence-evenementielle #container-paths #h-path-2 #content-3 #the-03-roue .letter {
  pointer-events: none;
}
html body.page-template-page-agence-evenementielle #container-paths #h-path-2 #content-3 #the-03-roue .bloc-hover {
  pointer-events: all !important;
  cursor: pointer;
}
html body.page-template-page-agence-evenementielle #container-paths #h-path-6 #content-10-bis {
  transform: translateY(-50%);
  direction: rtl;
}
html body.page-template-page-agence-evenementielle #container-paths #h-path-6 #content-10-bis .items {
  transform: translateX(50%);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
html body.page-template-page-agence-evenementielle #container-paths .content {
  position: fixed;
  z-index: 5;
  white-space: nowrap;
  text-align: left;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  top: 50%;
  opacity: 0;
  font-size: 17px;
  /*width: auto;*/
  width: max-content;
  pointer-events: none;
}
html body.page-template-page-agence-evenementielle #container-paths .content img {
  height: auto;
  width: auto;
  display: block;
  max-width: auto;
  max-width: initial !important;
}
html body.page-template-page-agence-evenementielle #container-paths .content table {
  margin: 0px;
  /*table-layout: fixed;*/
}
html body.page-template-page-agence-evenementielle #container-paths .content.right {
  text-align: right;
}
html body.page-template-page-agence-evenementielle #container-paths .content h2 {
  font-weight: bold;
  margin: 0px;
  font-size: 30px;
}
html body.page-template-page-agence-evenementielle #container-paths .content .number {
  font-size: 120px;
  font-weight: bold;
  display: block;
  margin: 0px 40px;
}
html body.page-template-page-agence-evenementielle #container-paths .content .space-03 {
  margin-left: 20px;
}

.content-qui-sommes-nous {
  margin-left: 60px !important;
  margin-right: 60px !important;
  margin-bottom: 80px !important;
}
.content-qui-sommes-nous .left-content {
  padding: 80px;
}
.content-qui-sommes-nous .right-content {
  padding: 80px;
  background-color: #f4f4f4;
}
.content-qui-sommes-nous p {
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 10px;
}
.content-qui-sommes-nous a {
  color: #000;
  text-decoration: underline;
  font-weight: normal !important;
}

.btn-decouvrez-infographie {
  position: fixed;
  display: block;
  bottom: 20px;
  left: 20px;
  height: 50px;
  padding-left: 50px;
  line-height: 50px;
}
.btn-decouvrez-infographie img.logo {
  z-index: 2;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.15s ease-out;
}
.btn-decouvrez-infographie img.logo.normal {
  opacity: 1;
}
.btn-decouvrez-infographie img.logo.hover {
  opacity: 0;
}
.btn-decouvrez-infographie .title {
  z-index: 1;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  height: 30px;
  white-space: nowrap;
  margin-top: 10px;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
  font-family: "AvenirNext-Regular-08";
  font-size: 12px;
  /*font-weight: bold;*/
  transition: opacity 0.15s ease-out, width 0.15s ease-out, padding-left 0.15s ease-out, padding-right 0.15s ease-out;
  margin-left: -35px;
  overflow: hidden;
  width: 0px;
  opacity: 0;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.btn-decouvrez-infographie .title img.close {
  opacity: 1;
  position: absolute;
  top: 3px;
  right: 3px;
  transform: translateX(-50%) translateY(-50%);
}
.btn-decouvrez-infographie:hover img.logo.normal, .btn-decouvrez-infographie.open img.logo.normal {
  opacity: 0;
}
.btn-decouvrez-infographie:hover img.logo.hover, .btn-decouvrez-infographie.open img.logo.hover {
  opacity: 1;
}
.btn-decouvrez-infographie:hover .title, .btn-decouvrez-infographie.open .title {
  overflow: visible;
  width: auto;
  opacity: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.btn-tchat {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 20px;
  height: 50px;
  padding-left: 50px;
  line-height: 50px;
  z-index: 10;
}
.btn-tchat img.logo {
  z-index: 2;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease-out;
}
.btn-tchat img.logo.normal {
  opacity: 1;
}
.btn-tchat img.logo.hover {
  opacity: 0;
}
.btn-tchat .title {
  z-index: 1;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  height: 30px;
  white-space: nowrap;
  margin-top: 10px;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
  font-family: "AvenirNext-Regular-08";
  font-size: 12px;
  /*font-weight: bold;*/
  transition: opacity 0.15s ease-out, width 0.15s ease-out, padding-left 0.15s ease-out, padding-right 0.15s ease-out;
  margin-right: 15px;
  overflow: hidden;
  width: 0px;
  opacity: 0;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.btn-tchat .title img.close {
  opacity: 1;
  position: absolute;
  top: 3px;
  left: 3px;
  transform: translateX(-50%) translateY(-50%);
}
.btn-tchat:hover img.logo.normal, .btn-tchat.open img.logo.normal {
  opacity: 0;
}
.btn-tchat:hover img.logo.hover, .btn-tchat.open img.logo.hover {
  opacity: 1;
}
.btn-tchat:hover .title, .btn-tchat.open .title {
  overflow: visible;
  width: auto;
  opacity: 1;
  padding-left: 50px;
  padding-right: 50px;
}

body:not(.home) .btn-tchat .title, body:not(.home) .btn-decouvrez-infographie .title {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}

body .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
  display: inline-block;
}
body .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul {
  display: flex;
  align-items: center;
  list-style: none;
}

/** CORRECTIONS BUG TRADUCTION **/
a br, b br {
  display: none;
}

/*# sourceMappingURL=style.css.map */
