@charset "UTF-8";
/*!
Theme Name: Atypic Vanilla
Theme URI: http://underscores.me/
Author: Atypic Team
Author URI: https://atypic.ca
Description: Base theme for Atypic Customers
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atypic-vanilla
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.

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

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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/kdy0mce.css");
@import url("https://use.typekit.net/kdy0mce.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Volkhov:400,400i,700,700i&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: 'Newsagent';
  src: url("/wp-content/themes/atypic-vanilla/assets/fonts/Newsagent-Regular.woff"); }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0px; }

body {
  font-family: "area-normal", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  letter-spacing: 0;
  background-color: #F3F2E8;
  position: relative; }
  body * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  body h1, body .titre-h1, body .h1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 1.25em;
    letter-spacing: 0;
    color: #000;
    font-family: "area-normal", sans-serif;
    text-transform: initial;
    opacity: 1; }
  body h2, body .titre-h2 {
    font-weight: 900;
    font-size: 46px;
    line-height: 1.25em;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 30px;
    font-family: "area-normal", sans-serif;
    text-transform: initial;
    opacity: 1; }
  body h3, body .titre-h3, body .member-section .block-2-3 h2 {
    font-weight: 900;
    font-size: 34px;
    line-height: 1.25em;
    letter-spacing: 0;
    color: #000;
    font-family: "area-normal", sans-serif;
    text-transform: initial;
    opacity: 1;
    margin-bottom: 30px; }
  body h4, body .titre-h4 {
    font-weight: 900;
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 30px;
    letter-spacing: 0;
    color: #000;
    font-family: "area-normal", sans-serif;
    text-transform: initial;
    opacity: 1; }
  body h5, body .titre-h5 {
    font-weight: 900;
    font-size: 21px;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #000;
    font-family: "area-normal", sans-serif;
    text-transform: initial;
    opacity: 1;
    margin-bottom: 30px; }
  body h6, body .titre-h6 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #000;
    font-family: 'Newsagent';
    text-transform: initial;
    opacity: 1;
    margin-bottom: 30px; }
  body p {
    font-family: "area-normal", sans-serif;
    margin: 0px 0px 30px 0px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 1.6em; }
    body p a {
      font-weight: 900; }

.titre-h1.taille-petit, h1.taille-petit, .taille- {
  font-size: 50px;
  line-height: 1.25em; }

.titre-h1.taille-moyen, h1.taille-moyen {
  font-size: 65px;
  line-height: 1.25em; }

.titre-h1.taille-grand, h1.taille-grand, h2.taille-grand {
  font-size: 85px;
  line-height: 1.15em; }

.titre-h1.taille-x-grand, h1.taille-x-grand, h2.taille-x-grand {
  font-size: 100px;
  line-height: 1.25em; }

body h1 a, body .titre-h1 a, body h2 a, body .titre-h2 a, body h3 a, body .titre-h3 a, body h4 a, body .titre-h4 a, body h5 a, body .titre-h5 a, body h6 a, body .titre-h6 a, body a h1, body a .titre-h1, body a h2, body a .titre-h2, body a h3, body a .titre-h3, body a h4, body a .titre-h4, body a h5, body a .titre-h5, body a h6, body a .titre-h6 {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  text-transform: inherit !important;
  font-family: inherit !important; }

body h1 a, body .titre-h1 a, body h2 a, body .titre-h2 a, body h3 a, body .titre-h3 a, body h4 a, body .titre-h4 a, body h5 a, body .titre-h5 a, body h6 a, body .titre-h6 a {
  text-decoration: underline; }

body h1 ahover, body .titre-h1 ahover, body a .titre-h1hover, body h2 ahover, body .titre-h2 ahover, body a .titre-h2hover, body h3 ahover, body .titre-h3 ahover, body a .titre-h3hover, body h4 ahover, body .titre-h4 ahover, body a .titre-h4hover, body h5 ahover, body .titre-h5 ahover, body a .titre-h5hover, body h6 ahover, body .titre-h6 ahover, body a .titre-h6hover {
  color: inherit; }

.spacing h1, .spacing .h1 {
  margin-bottom: 1.5rem; }

.spacing h2, .spacing .h2 {
  margin-bottom: 1.5rem; }

.spacing h3, .spacing .h3 {
  margin-bottom: 1rem; }

.spacing h4, .spacing .h4 {
  margin-bottom: 1rem; }

.spacing h5, .spacing .h5 {
  margin-bottom: 0.5rem; }

.spacing p {
  margin-bottom: 1em; }

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

@font-face {
  font-family: 'Newsagent';
  src: url("/wp-content/themes/atypic-vanilla/assets/fonts/Newsagent-Regular.woff"); }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0px; }

body {
  font-family: "area-normal", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  letter-spacing: 0;
  background-color: #F3F2E8;
  position: relative; }
  body * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  body h1, body .titre-h1, body .h1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 1.25em;
    letter-spacing: 0;
    color: #000;
    font-family: "area-normal", sans-serif;
    text-transform: initial;
    opacity: 1; }
  body h2, body .titre-h2 {
    font-weight: 900;
    font-size: 46px;
    line-height: 1.25em;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 30px;
    font-family: "area-normal", sans-serif;
    text-transform: initial;
    opacity: 1; }
  body h3, body .titre-h3, body .member-section .block-2-3 h2 {
    font-weight: 900;
    font-size: 34px;
    line-height: 1.25em;
    letter-spacing: 0;
    color: #000;
    font-family: "area-normal", sans-serif;
    text-transform: initial;
    opacity: 1;
    margin-bottom: 30px; }
  body h4, body .titre-h4 {
    font-weight: 900;
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 30px;
    letter-spacing: 0;
    color: #000;
    font-family: "area-normal", sans-serif;
    text-transform: initial;
    opacity: 1; }
  body h5, body .titre-h5 {
    font-weight: 900;
    font-size: 21px;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #000;
    font-family: "area-normal", sans-serif;
    text-transform: initial;
    opacity: 1;
    margin-bottom: 30px; }
  body h6, body .titre-h6 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #000;
    font-family: 'Newsagent';
    text-transform: initial;
    opacity: 1;
    margin-bottom: 30px; }
  body p {
    font-family: "area-normal", sans-serif;
    margin: 0px 0px 30px 0px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 1.6em; }
    body p a {
      font-weight: 900; }

.titre-h1.taille-petit, h1.taille-petit, .taille- {
  font-size: 50px;
  line-height: 1.25em; }

.titre-h1.taille-moyen, h1.taille-moyen {
  font-size: 65px;
  line-height: 1.25em; }

.titre-h1.taille-grand, h1.taille-grand, h2.taille-grand {
  font-size: 85px;
  line-height: 1.15em; }

.titre-h1.taille-x-grand, h1.taille-x-grand, h2.taille-x-grand {
  font-size: 100px;
  line-height: 1.25em; }

body h1 a, body .titre-h1 a, body h2 a, body .titre-h2 a, body h3 a, body .titre-h3 a, body h4 a, body .titre-h4 a, body h5 a, body .titre-h5 a, body h6 a, body .titre-h6 a, body a h1, body a .titre-h1, body a h2, body a .titre-h2, body a h3, body a .titre-h3, body a h4, body a .titre-h4, body a h5, body a .titre-h5, body a h6, body a .titre-h6 {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  text-transform: inherit !important;
  font-family: inherit !important; }

body h1 a, body .titre-h1 a, body h2 a, body .titre-h2 a, body h3 a, body .titre-h3 a, body h4 a, body .titre-h4 a, body h5 a, body .titre-h5 a, body h6 a, body .titre-h6 a {
  text-decoration: underline; }

body h1 ahover, body .titre-h1 ahover, body a .titre-h1hover, body h2 ahover, body .titre-h2 ahover, body a .titre-h2hover, body h3 ahover, body .titre-h3 ahover, body a .titre-h3hover, body h4 ahover, body .titre-h4 ahover, body a .titre-h4hover, body h5 ahover, body .titre-h5 ahover, body a .titre-h5hover, body h6 ahover, body .titre-h6 ahover, body a .titre-h6hover {
  color: inherit; }

.spacing h1, .spacing .h1 {
  margin-bottom: 1.5rem; }

.spacing h2, .spacing .h2 {
  margin-bottom: 1.5rem; }

.spacing h3, .spacing .h3 {
  margin-bottom: 1rem; }

.spacing h4, .spacing .h4 {
  margin-bottom: 1rem; }

.spacing h5, .spacing .h5 {
  margin-bottom: 0.5rem; }

.spacing p {
  margin-bottom: 1em; }

a {
  outline: none !important;
  font-size: inherit;
  font-weight: inherit;
  color: #000;
  margin: 0px;
  padding: 0px;
  line-height: inherit;
  text-decoration: underline; }
  a:hover {
    color: #000; }

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

.archive {
  background: #F3F2E8; }

.wrapper {
  max-width: 100%;
  width: 1420px;
  position: relative;
  display: block;
  margin: 0px auto; }

.container {
  max-width: 100%;
  width: 900px;
  position: relative;
  display: block;
  margin: 0px auto 0px auto; }

.block-left, #grid .row {
  float: left; }

.block-right {
  float: right; }

.block-1-2, .row-2 {
  width: 50%; }

.block-1-3, .row-3 {
  width: 33.333%; }

.block-1-1-b {
  width: 100%;
  margin: 0px 0% 30px 0%; }

.block-1-2-b {
  width: 48%;
  margin: 0px 4% 30px 0%; }

.block-1-2-b:nth-child(2n) {
  margin-right: 0%; }

.block-1-3-b {
  width: 31.7%;
  margin: 0px 2.4% 30px 0%; }

.block-1-3-b:nth-child(3n) {
  margin-right: 0%; }

.block-2-3 {
  width: 66.666%; }

.block-1-4, .row-4 {
  width: 25%; }

.block-1-4-b {
  width: 23%;
  margin: 0px 2.65% 30px 0%; }

.block-1-4-b:nth-child(4n) {
  margin-right: 0%; }

.block-3-4 {
  width: 75%; }

.block-1-5, .row-5 {
  width: 20%; }

.block-2-5 {
  width: 40%; }

.block-3-5 {
  width: 60%; }

.clear:after {
  clear: both;
  display: table;
  line-height: 0;
  content: ""; }

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

img.more {
  width: auto; }

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

.center, .cta-center {
  text-align: center; }

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

.bold {
  font-weight: 900;
  margin: 0px;
  padding: 0px; }

.info {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 12px !important;
  min-height: 10px; }
  .info a {
    text-decoration: none; }

.white {
  color: #fff !important; }
  .white * {
    color: #fff !important; }

.blue {
  color: #003DA5 !important; }

.list {
  display: flex;
  flex-wrap: wrap; }
  .list .block-left {
    align-items: stretch; }

/***********************************************************************************/
/*** Listes
/***********************************************************************************/
.container ul, .container ol {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 40px 0;
  color: #000; }

.container ul > li:last-child {
  margin-bottom: 0em; }

.container ul li {
  padding: 0px 0 0 0px;
  margin: 0 0 10px 0;
  position: relative;
  list-style: disc; }

.container ul li ul {
  padding-left: 30px;
  margin-left: 0;
  margin-top: 20px; }

.container ul li ul li {
  list-style: circle; }

.container ul li:before {
  display: none; }

.container ul > li:last-child {
  margin-bottom: 1em; }

.container ol {
  list-style: none;
  counter-reset: element;
  position: relative;
  padding: 0 0 0 0px;
  margin: 0 0 40px 0;
  color: #000; }

.container ol li ol {
  padding: 15px 0px 0px 30px; }

.container ol li {
  counter-increment: element;
  padding: 5px 0px 0px 20px;
  margin: 0px 0px 10px 0px;
  position: relative;
  min-height: 5px; }

.container ol li li {
  padding: 5px 0px 0px 25px; }

.container ol li:before {
  background-color: transparent;
  color: #000;
  position: absolute;
  left: -15px;
  top: -4px;
  margin-right: 10px;
  content: counters(element, ".") ". ";
  font-size: 14px; }

.container .listFancy ul, .container .listFancy ol {
  position: relative;
  padding: 0 0 0 0px;
  margin: 0 0 40px 0; }

.container .listFancy ul li, .container .listFancy ol li {
  list-style: none !important; }

.container .listFancy ul li {
  font-size: 16px;
  color: #000;
  font-weight: 500; }

.container .listFancy ul li ul li {
  font-size: 16px;
  color: #000;
  font-weight: 500; }

.container .listFancy ul li::before {
  content: "";
  height: 20px;
  width: 33px;
  background-image: url(./assets/img/svgs2/edc-list-orange.svg);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 10px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: transparent; }

.container .listFancy.bleu ul li::before {
  background-image: url(./assets/img/svgs2/edc-list-bleu.svg); }

.container .listFancy.bleuCiel ul li::before {
  background-image: url(./assets/img/svgs2/edc-list-bleuciel.svg); }

.container .listFancy.or ul li::before {
  background-image: url(./assets/img/svgs2/edc-list-or.svg); }

.container .listFancy.orange ul li::before {
  background-image: url(./assets/img/svgs2/edc-list-orange.svg); }

.container .listFancy.noir ul li::before {
  background-image: url(./assets/img/svgs2/edc-list-noir.svg); }

.container .listFancy ul > li:last-child {
  margin-bottom: 0em; }

.container .listFancy ul > li ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 20px; }

.container .listFancy ul > li ul li:before {
  display: none; }

.container .listFancy ul li {
  padding: 0px 0 0 55px;
  margin: 0 0 21px 0;
  position: relative; }

.container .listFancy ul li ul li {
  padding: 0px 0 0 0px; }

.container .listFancy ul > li:last-child {
  margin-bottom: 1em; }

.listFancy > ol {
  list-style: none;
  counter-reset: elements;
  padding: 0 0 0 0px;
  margin: 0 0 0 0; }

.listFancy > ol > li {
  counter-increment: elements;
  padding: 30px 0 0 110px;
  margin: 0 0 0.4em 0;
  position: relative;
  min-height: 47px; }

.listFancy > ol > li:before {
  content: "";
  height: 90px;
  width: 90px;
  border-radius: 20px;
  background-color: #FE7040;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.listFancy > ol > li:after {
  content: counters(elements, "") "";
  height: 80px;
  width: 80px;
  font-size: 50px;
  font-family: 'Newsagent';
  border-radius: 50%;
  background-color: #F3F2E8;
  position: absolute;
  top: 5px;
  left: 5px;
  font-weight: normal;
  padding-top: 8px;
  text-align: center; }

.listFancy.bleu > ol > li:before {
  background-color: #4D89FE; }

.listFancy.bleuCiel > ol > li:before {
  background-color: #A1C8E4; }

.listFancy.or > ol > li:before {
  background-color: #C29B62; }

.listFancy.orange > ol > li:before {
  background-color: #FE7040; }

.listFancy.noir > ol > li:before {
  background-color: #000; }

.container .listFancy ol li {
  font-weight: 500;
  font-size: 16px;
  min-height: 100px; }

.container .listFancy ol li ul, .container .listFancy ol li ol {
  margin-top: 20px;
  margin-left: 0px; }

.container .listFancy ol li ul li, .container .listFancy ol li ol li {
  font-weight: 500;
  font-size: 16px;
  padding-left: 0px; }

.listFancy ol li ol li:before, .listFancy ol li ul li:before {
  display: none !important; }

.listFancy ol li ol li:after, .listFancy ol li ul li:after {
  display: none !important; }

.listFancy ol li ol {
  margin-top: 30px; }

.listFancy ol > li:last-child {
  margin-bottom: 1em; }

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

.listFancy ul {
  margin-bottom: 20px; }

li b, li strong, p b, p strong, .bold-text {
  font-size: initial;
  text-transform: none;
  font-weight: 900; }

/***********************************************************************************/
/*** AccordÃ©ons
/***********************************************************************************/
.gb-block-accordion {
  position: relative;
  z-index: 1;
  clear: both;
  display: block; }

.gb-block-accordion:after {
  clear: both;
  display: table;
  line-height: 0;
  content: ""; }

.gb-block-accordion details {
  cursor: pointer;
  background-color: transparent;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.gb-block-accordion details[open] {
  box-shadow: none;
  margin-bottom: 0px; }

.gb-block-accordion details summary.gb-accordion-title {
  padding: 14px 110px 14px 20px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 0px 20px 0px 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 80px;
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 19px;
  line-height: 1.1em;
  position: relative; }

.gb-block-accordion details[open] summary.gb-accordion-title {
  border: 1px solid #000;
  background-color: transparent;
  color: #000; }

.gb-block-accordion details summary.gb-accordion-title:before {
  height: 35px;
  width: 35px;
  position: absolute;
  right: 20px;
  display: flex;
  content: '';
  transition: all 0.1s ease-in-out;
  background-image: url(./assets/img/svgs2/edc-spoiler-plus.svg);
  background-position: right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 10px;
  display: block;
  z-index: 1;
  position: absolute; }

.gb-block-accordion details summary.gb-accordion-title:after {
  height: 100%;
  width: 90px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  content: '';
  transition: all 0.1s ease-in-out;
  background-color: #000;
  border-left: 1px solid #000;
  border-radius: 0px 20px 0px 0px;
  display: block;
  position: absolute; }

.gb-block-accordion details summary.gb-accordion-title:hover:after {
  background-color: #4D89FE;
  transition: all 0.1s ease-in-out; }

.gb-block-accordion details[open] summary.gb-accordion-title:before {
  content: '';
  background-image: url(./assets/img/svgs2/edc-spoiler-plus.svg);
  transition: all 0.1s ease-in-out; }

.gb-block-accordion details summary.gb-accordion-title:hover:before {
  filter: invert(1);
  transition: all 0.1s ease-in-out; }

.gb-block-accordion details .gb-accordion-text {
  padding: 25px 20px 25px 20px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  border-top: none; }

.gb-block-accordion details .gb-accordion-text {
  display: none; }

.gb-block-accordion.active details .gb-accordion-text {
  display: block !important; }

.gb-block-accordion details .gb-accordion-text p + div.clear {
  margin-top: -20px; }

.gb-block-accordion.active details {
  margin-bottom: 10px; }

.gb-block-accordion.active details summary.gb-accordion-title {
  border: 1px solid #000;
  background-color: transparent;
  color: #000; }

.gb-block-accordion.active details summary.gb-accordion-title:before {
  background-image: url(./assets/img/svgs2/edc-spoiler-minus.svg);
  filter: invert(0);
  transition: all 0.1s ease-in-out; }

.gb-block-accordion.active details summary.gb-accordion-title:hover:before {
  background-image: url(./assets/img/svgs2/edc-spoiler-minus.svg);
  filter: invert(0);
  transition: all 0.1s ease-in-out; }

.gb-block-accordion.active details summary.gb-accordion-title:after {
  background-color: #4D89FE;
  transition: all 0.1s ease-in-out; }

.gb-block-accordion .cta {
  margin-top: 15px; }

.cta {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.24px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  margin-top: 0px;
  z-index: 2;
  padding: 0px 50px 0px 0px;
  border-radius: 30px;
  position: relative;
  overflow: hidden; }
  .cta span.txt {
    padding: 5px 25px 0px 25px;
    color: #fff;
    height: 60px;
    position: relative;
    min-width: 200px;
    overflow: hidden;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .cta span.txt:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #000;
      bottom: 0px;
      left: 0px;
      z-index: -2;
      transition: all 0.3s ease-in-out; }
    .cta span.txt:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: -100%;
      left: 0px;
      z-index: -1;
      transition: all 0.3s ease-in-out; }
  .cta span.deco {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 16px;
    transition: all 0.3s ease-in-out; }
    .cta span.deco img {
      max-width: 25px;
      transition: all 0.3s ease-in-out; }

.cta.blue1 span.txt:after {
  background-color: #4D89FE; }

.cta.blue2 span.txt:after {
  background-color: #FE7040; }

.cta.blue3 span.txt:after {
  background-color: #A1C8E4; }

.cta.blue4 span.txt:after {
  background-color: #C29B62; }

.cta.noir:hover span.txt:before {
  bottom: 100%; }

.cta.noir span.txt {
  border: 1px solid #000; }

.cta.noir span.txt:after {
  background-color: transparent; }

.cta.blanc span.txt {
  color: #fff;
  border: 1px solid #fff; }

.cta.blanc span.txt:after {
  background-color: #fff; }

.cta.blanc span.txt:before {
  background-color: transparent; }

.cta.blanc:hover span.txt {
  color: #000; }

.cta.blanc span.deco {
  border: 1px solid #fff; }

.cta.blanc span.deco img {
  filter: invert(1); }

.cta.cta-full-width .txt {
  width: 100%; }

.cta:hover span img {
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg); }

.cta:hover span.txt {
  color: #000; }

.cta:hover span.txt:after {
  bottom: 0%; }

.ctaDot {
  display: inline-block;
  text-align: center;
  z-index: 2;
  position: relative;
  position: absolute;
  bottom: 20px;
  right: 30px;
  line-height: 0px;
  text-decoration: none; }
  .ctaDot:after {
    content: '';
    display: inline-block;
    height: 41px;
    width: 41px;
    border-radius: 30px;
    right: 0px;
    margin-left: -15px;
    border: 1px solid #000; }
  .ctaDot span.txt {
    display: inline-block;
    padding: 12px 0px 0px 0px;
    text-align: center;
    height: 41px;
    position: relative;
    width: 41px;
    overflow: hidden;
    border-radius: 30px; }
    .ctaDot span.txt img {
      width: 17px;
      position: relative;
      z-index: 3;
      display: inline-block;
      transition: all 0.3s ease-in-out; }
    .ctaDot span.txt:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 30px;
      position: absolute;
      bottom: 0%;
      left: 0px;
      z-index: 0;
      background-color: #000;
      transition: all 0.3s ease-in-out; }
    .ctaDot span.txt:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 30px;
      position: absolute;
      bottom: -100%;
      left: 0px;
      z-index: 1;
      transition: all 0.3s ease-in-out; }

.ctaDot.blue1:hover span.txt img {
  filter: invert(1);
  transition: all 0.3s ease-in-out; }

.ctaDot:hover span.txt:after {
  bottom: 0%; }

.ctaDot.blue1 span.txt:after {
  background-color: #4D89FE; }

.ctaDot.blue2 span.txt:after {
  background-color: #FE7040; }

.ctaDot.blue3 span.txt:after {
  background-color: #A1C8E4; }

.ctaDot.blue4 span.txt:after {
  background-color: #C29B62; }

.ctaDot.noir:hover span.txt:before {
  bottom: 100%; }

.ctaDot.noir span.txt {
  border: 1px solid #000; }

.ctaDot.noir span.txt:after {
  background-color: transparent; }

.ctaDot.blanc span.txt {
  color: #fff;
  border: 1px solid #fff; }

.ctaDot.blanc span.txt:after {
  background-color: #fff; }

.ctaDot.blanc span.txt:before {
  background-color: transparent; }

.ctaDot.blanc:hover span.txt {
  color: #000; }

.cta:hover span img {
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg); }

.cta:hover span.txt {
  color: #000; }

.cta:hover span.txt:after {
  bottom: 0%; }

.cta-user {
  display: inline-block;
  padding: 12px 20px 12px 20px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px; }

.cta-user:hover {
  text-decoration: underline; }

.cta-fancy {
  display: inline-block;
  padding: 50px 110px 50px 0px;
  min-width: 250px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-decoration: none;
  text-align: right;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  position: relative; }

.cta-fancy span {
  display: block;
  background-color: #F3F2E8;
  padding: 5px 5px 5px 0px; }

.cta-fancy:before {
  content: '';
  display: inline-block;
  padding-left: 19px;
  width: 60px;
  height: 60px;
  background-image: url(./assets/img/svgs2/edc-arrow-cta-light.svg);
  background-position: center center;
  background-size: 25px 216px;
  background-repeat: no-repeat;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 35px;
  z-index: -1;
  transition: all 0.3s ease-in-out; }

.cta-fancy:after {
  content: '';
  display: inline-block;
  width: 130px;
  height: 130px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  z-index: -2;
  transition: all 0.3s ease-in-out; }

.cta-fancy:hover {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease-in-out; }

.cta-fancy:hover:before {
  background-color: #FE7040;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
  transform-origin: center;
  background-image: url(./assets/img/svgs2/edc-arrow-cta-dark.svg); }

.cta-fancy:hover:after {
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  top: 0px;
  right: 40px; }

.cta-full-width {
  width: 100%; }

.cli-bar-btn_container a {
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px; }

input[type="text"],
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"],
select,
textarea {
  color: #000;
  border: 1px solid #000 !important;
  border-radius: 30px;
  padding: 5px 15px;
  min-height: 60px;
  background-color: transparent;
  transition: all 0.2s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:hover,
  input[type="url"]:focus,
  input[type="url"]:hover,
  input[type="password"]:focus,
  input[type="password"]:hover,
  input[type="search"]:focus,
  input[type="search"]:hover,
  input[type="number"]:focus,
  input[type="number"]:hover,
  input[type="tel"]:focus,
  input[type="tel"]:hover,
  input[type="range"]:focus,
  input[type="range"]:hover,
  input[type="date"]:focus,
  input[type="date"]:hover,
  input[type="month"]:focus,
  input[type="month"]:hover,
  input[type="week"]:focus,
  input[type="week"]:hover,
  input[type="time"]:focus,
  input[type="time"]:hover,
  input[type="datetime"]:focus,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:hover,
  input[type="color"]:focus,
  input[type="color"]:hover,
  select:focus,
  select:hover,
  textarea:focus,
  textarea:hover {
    color: #111;
    background-color: #E3E1CF;
    transition: all 0.2s ease-in-out; }

input[type="email"] {
  color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 5px 15px;
  min-height: 60px;
  background-color: transparent;
  transition: all 0.2s ease-in-out; }
  input[type="email"]:focus, input[type="email"]:hover {
    color: #111;
    background-color: #E3E1CF;
    transition: all 0.2s ease-in-out; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/***********************************************************************************/
/*** GENERAL
/***********************************************************************************/
body .gform_wrapper.gravity-theme * {
  /*font-family: 'Newsagent';*/
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6em;
  color: #000;
  letter-spacing: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

body .gform_wrapper.gravity-theme h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.1em;
  letter-spacing: 0;
  color: #000;
  font-family: 'Newsagent';
  text-transform: initial;
  opacity: 1;
  margin-bottom: 30px; }

body .gform_wrapper.gravity-theme h3.gsection_title {
  font-family: 'Newsagent';
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1.25em;
  letter-spacing: 0;
  color: #000;
  text-transform: initial;
  opacity: 1; }

body .gform_wrapper.gravity-theme .gsection {
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  margin-top: 2em; }

/***********************************************************************************/
/*** TEXTE
  /***********************************************************************************/
/*** Field label ***/
body .gform_wrapper.gravity-theme .gform_fields .gfield_label {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 14px;
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.gform_wrapper.gravity-theme .ginput_complex label {
  font-size: 12px !important;
  font-weight: normal;
  margin-bottom: 8px;
  color: #000; }

/*** Required ***/
body .gform_wrapper.gravity-theme .gform_fields .gfield_label .gfield_required {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
  color: #000;
  font-style: normal; }

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  color: #000;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px; }

/***********************************************************************************/
/*** INPUTS
  /***********************************************************************************/
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  border: 1px solid #000;
  overflow: auto;
  outline: none;
  padding: 5px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  border-radius: 20px;
  background-color: transparent; }

body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number] {
  border-radius: 30px;
  height: 60px; }

body .gform_wrapper.gravity-theme select.large {
  border-radius: 30px; }

body .gform_wrapper.gravity-theme .gfield textarea {
  padding: 10px 15px; }

/***********************************************************************************/
/*** INPUT FOCUS + HOVER
  /***********************************************************************************/
body .gform_wrapper.gravity-theme input[type=color]:focus,
body .gform_wrapper.gravity-theme input[type=date]:focus,
body .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
body .gform_wrapper.gravity-theme input[type=datetime]:focus,
body .gform_wrapper.gravity-theme input[type=email]:focus,
body .gform_wrapper.gravity-theme input[type=month]:focus,
body .gform_wrapper.gravity-theme input[type=number]:focus,
body .gform_wrapper.gravity-theme input[type=password]:focus,
body .gform_wrapper.gravity-theme input[type=search]:focus,
body .gform_wrapper.gravity-theme input[type=tel]:focus,
body .gform_wrapper.gravity-theme input[type=text]:focus,
body .gform_wrapper.gravity-theme input[type=time]:focus,
body .gform_wrapper.gravity-theme input[type=url]:focus,
body .gform_wrapper.gravity-theme input[type=week]:focus,
body .gform_wrapper.gravity-theme select:focus,
body .gform_wrapper.gravity-theme textarea:focus {
  background-color: #E3E1CF; }

body .gform_wrapper.gravity-theme input[type=color]:focus-visible,
body .gform_wrapper.gravity-theme input[type=date]:focus-visible,
body .gform_wrapper.gravity-theme input[type=datetime-local]:focus-visible,
body .gform_wrapper.gravity-theme input[type=datetime]:focus-visible,
body .gform_wrapper.gravity-theme input[type=email]:focus-visible,
body .gform_wrapper.gravity-theme input[type=month]:focus-visible,
body .gform_wrapper.gravity-theme input[type=number]:focus-visible,
body .gform_wrapper.gravity-theme input[type=password]:focus-visible,
body .gform_wrapper.gravity-theme input[type=search]:focus-visible,
body .gform_wrapper.gravity-theme input[type=tel]:focus-visible,
body .gform_wrapper.gravity-theme input[type=text]:focus-visible,
body .gform_wrapper.gravity-theme input[type=time]:focus-visible,
body .gform_wrapper.gravity-theme input[type=url]:focus-visible,
body .gform_wrapper.gravity-theme input[type=week]:focus-visible,
body .gform_wrapper.gravity-theme select:focus-visible,
body .gform_wrapper.gravity-theme textarea:focus-visible {
  background-color: #E3E1CF; }

body .gform_wrapper.gravity-theme input[type=color]:hover,
body .gform_wrapper.gravity-theme input[type=date]:hover,
body .gform_wrapper.gravity-theme input[type=datetime-local]:hover,
body .gform_wrapper.gravity-theme input[type=datetime]:hover,
body .gform_wrapper.gravity-theme input[type=email]:hover,
body .gform_wrapper.gravity-theme input[type=month]:hover,
body .gform_wrapper.gravity-theme input[type=number]:hover,
body .gform_wrapper.gravity-theme input[type=password]:hover,
body .gform_wrapper.gravity-theme input[type=search]:hover,
body .gform_wrapper.gravity-theme input[type=tel]:hover,
body .gform_wrapper.gravity-theme input[type=text]:hover,
body .gform_wrapper.gravity-theme input[type=time]:hover,
body .gform_wrapper.gravity-theme input[type=url]:hover,
body .gform_wrapper.gravity-theme input[type=week]:hover,
body .gform_wrapper.gravity-theme select:hover,
body .gform_wrapper.gravity-theme textarea:hover {
  background-color: #E3E1CF; }

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #000;
  border-radius: 30px;
  height: 60px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  padding: 5px 15px; }

/***********************************************************************************/
/*** CHECKBOX
  /***********************************************************************************/
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
  margin-bottom: 8px; }

body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer; }

body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start; }

body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border: 1px solid #000;
  box-shadow: none;
  padding: 8px 8px 8px 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 2px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out; }

body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input:checked + label:before {
  background-color: #000;
  border: 1px solid #000; }

body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); }

body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice:hover label:before {
  background-color: #E3E1CF;
  transition: all 0.2s ease-in-out; }

/***********************************************************************************/
/*** RADIO
  /***********************************************************************************/
* body .gform_wrapper.gravity-theme .gfield_radio .gchoice {
  margin-bottom: 8px; }

body .gform_wrapper.gravity-theme .gfield_radio .gchoice input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer; }

body .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  line-height: 21px; }

body .gform_wrapper.gravity-theme .gfield_radio .gchoice label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  box-shadow: none;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  top: -1px;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }

body .gform_wrapper.gravity-theme .gfield_radio .gchoice:hover label:before {
  background-color: #E3E1CF;
  transition: all 0.2s ease-in-out; }

body .gform_wrapper.gravity-theme .gfield_radio .gchoice input:checked + label:before {
  background-color: #000;
  border: 1px solid #000; }

body .gform_wrapper.gravity-theme .gfield_radio .gchoice input:checked + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #fff;
  border-radius: 100%; }

/***********************************************************************************/
/*** SUBMIT
  /***********************************************************************************/
body .gform_wrapper.gravity-theme .gform_footer button,
body .gform_wrapper.gravity-theme .gform_footer input,
body .gform_wrapper.gravity-theme .gform_page_footer button,
body .gform_wrapper.gravity-theme .gform_page_footer input {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 14px 22px;
  text-align: center;
  justify-content: left;
  min-width: 180px;
  text-decoration: none;
  border-radius: 0px;
  border: 0px solid transparent;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: block;
  height: 200px;
  display: inline-block;
  padding: 14px 35px 12px 35px;
  font-size: 12px;
  cursor: pointer;
  margin-left: 0px;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  border-radius: 30px;
  height: 60px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff; }

body .gform_wrapper.gravity-theme .gform_footer button:hover,
body .gform_wrapper.gravity-theme .gform_footer input:hover,
body .gform_wrapper.gravity-theme .gform_page_footer button:hover,
body .gform_wrapper.gravity-theme .gform_page_footer input:hover {
  background-color: transparent;
  color: #000; }

/***********************************************************************************/
/*** ERROR
  /***********************************************************************************/
body .gform_wrapper .gform_validation_errors {
  padding: 14px; }

body .gform_wrapper.gravity-theme .gform_validation_errors {
  border: 1px solid #FF4F4F;
  border-radius: 10px;
  position: relative;
  background-color: #FF4F4F;
  box-shadow: none !important;
  padding: 20px 20px 20px 70px !important;
  margin-bottom: 30px; }

body .gform_wrapper.gravity-theme .gform_validation_errors:before {
  height: 34px;
  width: 34px;
  position: absolute;
  left: 20px;
  top: 12px;
  display: inline-block;
  content: '';
  transition: all 0.1s ease-in-out;
  background-image: url(./assets/img/svgs2/gravityError.svg);
  background-position: right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute; }

body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: "area-normal", sans-serif; }

body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
body .gform_wrapper.gravity-theme .gfield_error label,
body .gform_wrapper.gravity-theme .gfield_error legend,
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message,
body .gform_wrapper.gravity-theme [aria-invalid=true] + label,
body .gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: #FF4F4F; }

body .gform_wrapper.gravity-theme .gfield_error .gfield_required {
  color: #FF4F4F !important; }

body .gform_wrapper.gravity-theme .description,
body .gform_wrapper.gravity-theme .gfield_description,
body .gform_wrapper.gravity-theme .gsection_description,
body .gform_wrapper.gravity-theme .instruction {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  color: #FF4F4F;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 0px 14px 0px; }

.gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #FF4F4F !important; }

body .gform_wrapper.gravity-theme .info.bold {
  margin: 20px 0px -00px;
  font-weight: 900; }

.formPublication {
  margin-top: 80px; }

#commander-pub-panier-form * {
  /*font-family: 'Newsagent';*/
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #000; }

#commander-pub-panier-form h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.1em;
  letter-spacing: 0;
  color: #000;
  font-family: 'Newsagent';
  text-transform: initial;
  opacity: 1;
  margin-bottom: 30px; }
  #commander-pub-panier-form h3.pt1 {
    padding-top: 20px; }
  #commander-pub-panier-form h3.pt2 {
    padding-top: 40px; }

#commander-pub-panier-form p {
  margin: 30px 0px 0px 0px;
  min-height: 10px;
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 14px;
  color: #000;
  font-style: normal; }

#commander-pub-panier-form label {
  display: block;
  margin: 30px 0px 8px 0px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 14px;
  color: #000; }
  #commander-pub-panier-form label.top {
    margin-top: 10px; }

#commander-pub-panier-form .full {
  width: 100%; }

#commander-pub-panier-form input.button {
  min-width: 180px;
  top: 0;
  border: 0px solid transparent;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  height: 60px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  margin: 30px 0px 50px 0px;
  transition: all 0.2s ease-in-out;
  padding-top: 5px; }
  #commander-pub-panier-form input.button:hover {
    background-color: transparent;
    color: #000;
    transition: all 0.2s ease-in-out; }

#commander-pub-panier-form .mright {
  margin-right: 10px; }

/* Spinner */
.gform_ajax_spinner {
  box-sizing: border-box;
  margin-top: 20px;
  margin-left: 20px;
  border: 3px solid #f79621;
  border-left: 3px solid rgba(247, 150, 33, 0);
  border-top: 3px solid rgba(247, 150, 33, 0.15);
  border-right: 3px solid rgba(247, 150, 33, 0.5);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  filter: saturate(0); }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body .gform_wrapper .top_label .gfield_label, body .gform_wrapper legend.gfield_labell {
  font-family: "area-normal", sans-serif; }

body .gform_wrapper.gravity-theme .gfield_checkbox label, body .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 16px;
  margin-top: 5px; }

.educapp-box select.form-control, .educapp-box input.form-control {
  border-radius: 30px; }

.btn {
  min-width: 180px;
  top: 0;
  border: 0px solid transparent;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  height: 60px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  margin: 30px 0px 50px 0px;
  transition: all 0.2s ease-in-out;
  padding-top: 10px; }

/***********************************************************************************/
/*** CARDS
/***********************************************************************************/
#block-cards {
  overflow: hidden; }

#block-cards #grid {
  margin: 0px 0px 40px 0px; }

#block-cards .row {
  overflow: hidden; }

#block-cards .row .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0px 0px;
  text-align: left;
  border-radius: 0px 0px 40px 0px; }

#block-cards .ctaDot.blue1 span.txt:after {
  background-color: #fff; }

#block-cards .bg-noir .ctaDot.blue1 span.txt:before {
  border: 1px solid #fff; }

#block-cards .bg-noir .ctaDot.blue1:after {
  border: 1px solid #fff; }

#block-cards .bg-beige .ctaDot.blue1 span.txt:after {
  background-color: #4D89FE; }

#block-cards .bg-beige .ctaDot.blue1:hover span.txt img {
  filter: invert(0); }

#block-cards .row.content-img .wrap .img {
  width: 100%; }

#block-cards .row.icon-img .wrap .img {
  width: 110px;
  height: 110px;
  padding: 15px;
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

#block-cards .row.icon-img .wrap .img img {
  max-width: 100%;
  max-height: 100%; }

#block-cards .row.icon-img .wrap .img .thumb {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 80px;
  height: 80px; }

#block-cards .row .wrap .content {
  position: relative;
  z-index: 2; }

#block-cards .content-img .img.thumb {
  width: auto !important;
  max-width: none !important;
  height: 0px;
  padding-bottom: 70%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

#block-cards .row-2 .wrap {
  padding: 80px 80px 80px 80px; }

#block-cards .row-3 .wrap {
  padding: 40px 40px 60px 40px; }
  #block-cards .row-3 .wrap h3 {
    font-size: 26px;
    margin-top: 10px; }
  #block-cards .row-3 .wrap p {
    font-size: 14px; }

#block-cards .row-4 .wrap {
  padding: 40px 30px 60px 30px; }
  #block-cards .row-4 .wrap h3 {
    font-size: 21px;
    margin-top: 10px; }
  #block-cards .row-4 .wrap p {
    font-size: 14px; }

#block-cards .row-3.content-img .wrap .img {
  margin: -40px -40px 30px -40px; }

#block-cards .row-4.content-img .wrap .img {
  margin: -40px -30px 30px -30px; }

#block-cards .bg-blue1 {
  background-color: #4D89FE; }

#block-cards .bg-blue2 {
  background-color: #A1C8E4; }

#block-cards .bg-blue3 {
  background-color: #C29B62; }

#block-cards .bg-blue4 {
  background-color: #FE7040; }

#block-cards .bg-noir {
  background-color: #000; }
  #block-cards .bg-noir h3, #block-cards .bg-noir p {
    color: #fff; }

#block-cards .bg-beige {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0px 0px 40px 0px; }

#block-cards.carteOutils .row:nth-child(1n) .wrap {
  background-color: #4D89FE; }

#block-cards.carteOutils .row:nth-child(2n) .wrap {
  background-color: #A1C8E4; }

#block-cards.carteOutils .row:nth-child(3n) .wrap {
  background-color: #C29B62; }

#block-cards.carteOutils .row:nth-child(4n) .wrap {
  background-color: #FE7040; }

/***********************************************************************************/
/*** BANNER
/***********************************************************************************/
#block-banner {
  position: relative;
  margin: 0px auto;
  margin-left: 40px;
  margin-right: 40px;
  width: calc(100% - 80px); }

#block-banner.noColor .wrapper {
  display: flex;
  flex-wrap: wrap; }

#block-banner.noColor.img-right .wrapper {
  flex-direction: row-reverse; }

#block-banner.noColor .text {
  padding: 40px 80px;
  max-width: 50%;
  display: flex;
  align-items: center; }

#block-banner.noColor.img-left .text {
  padding: 40px 0px 40px 80px; }

#block-banner.noColor.img-right .text {
  padding: 40px 80px 40px 0px; }

#block-banner.noColor .img {
  width: 50%;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
  min-height: 500px;
  border-radius: 20px;
  align-items: stretch; }

#block-banner.imgColor {
  margin-left: 40px;
  margin-right: 40px;
  width: calc(100% - 80px);
  border-radius: 20px;
  padding: 20px 0px; }

#block-banner.imgColor.bg-blue1 {
  background-color: #4D89FE; }

#block-banner.imgColor.bg-blue2 {
  background-color: #A1C8E4; }

#block-banner.imgColor.bg-blue3 {
  background-color: #C29B62; }

#block-banner.imgColor.bg-blue4 {
  background-color: #FE7040; }

#block-banner.imgColor.bg-noir {
  background-color: #000; }

#block-banner.imgColor.bg-noir h2, #block-banner.imgColor.bg-noir h3, #block-banner.imgColor.bg-noir p {
  color: #fff; }

#block-banner.imgColor .wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

#block-banner.imgColor.img-right .wrapper {
  flex-direction: row-reverse; }

#block-banner.imgColor .text {
  padding: 40px 80px;
  width: 50%;
  display: flex;
  align-items: center;
  max-width: 50%; }

#block-banner.imgColor.img-left .text {
  padding: 40px 100px 40px 100px; }

#block-banner.imgColor.img-right .text {
  padding: 40px 100px 40px 100px; }

#block-banner.imgColor .img {
  width: 50%;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
  min-height: 500px;
  border-radius: 20px;
  align-items: stretch; }

#block-banner.noImgColor {
  margin-left: 40px;
  margin-right: 40px;
  width: calc(100% - 80px);
  border-radius: 20px;
  padding: 80px 0px; }

#block-banner.noImgColor.bg-blue1 {
  background-color: #4D89FE; }

#block-banner.noImgColor.bg-blue2 {
  background-color: #A1C8E4; }

#block-banner.noImgColor.bg-blue3 {
  background-color: #C29B62; }

#block-banner.noImgColor.bg-blue4 {
  background-color: #FE7040; }

#block-banner.noImgColor.bg-noir {
  background-color: #000; }

#block-banner.noImgColor.bg-noir h2, #block-banner.noImgColor.bg-noir h3, #block-banner.noImgColor.bg-noir p {
  color: #fff; }

#block-banner.noImgColor .img {
  display: none; }

#block-banner.reSet {
  margin-left: 40px;
  margin-right: 40px;
  width: calc(100% - 80px);
  border-radius: 20px;
  padding: 80px 0px;
  margin-bottom: 30px;
  background-color: #A1C8E4; }

#block-banner.reSet .wrapper {
  max-width: 100%;
  width: 900px;
  position: relative;
  display: block;
  margin: 0px auto 0px auto; }

#block-banner.reSet .img {
  display: none; }

#block-banner.reSet .wrap-660 {
  width: 100%;
  max-width: 100%; }

/***********************************************************************************/
/*** ctaAdvance
/***********************************************************************************/
.ctaAdvance {
  padding: 14px 40px;
  min-height: 80px;
  flex-direction: row;
  margin: 10px 0px;
  justify-content: space-between;
  border-radius: 20px; }
  .ctaAdvance.blue1 {
    background-color: #4D89FE; }
  .ctaAdvance.blue2 {
    background-color: #FE7040; }
  .ctaAdvance.blue3 {
    background-color: #A1C8E4; }
  .ctaAdvance.blue4 {
    background-color: #C29B62; }
  .ctaAdvance .cta {
    margin: 10px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .ctaAdvance .txt {
    display: flex;
    align-items: center;
    justify-content: center; }
  .ctaAdvance h4 {
    margin: 10px 0px 10px 0px;
    font-size: 21px;
    line-height: 1.4em; }

.temoignage {
  position: relative;
  border-left: 5px solid #002565;
  padding-left: 80px;
  margin: 50px 0px; }
  .temoignage:before {
    content: "";
    height: 26px;
    width: 36px;
    background-image: url(./assets/img/svgs/icons/temoignage.svg);
    background-position: right;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-right: 10px;
    display: block;
    position: absolute;
    top: 0px;
    left: 20px; }
  .temoignage.infos .txt {
    font-style: italic;
    font-size: 18px; }
  .temoignage.infos .bold {
    font-family: 'Source Serif Pro', serif;
    margin-bottom: 0px;
    font-size: 18px;
    padding-bottom: 0px;
    margin-top: -10px; }
  .temoignage.infos .info {
    margin: 0px;
    font-size: 12px;
    text-transform: none;
    padding: 0px; }
  .temoignage.empty h2, .temoignage.empty h3, .temoignage.empty h4, .temoignage.empty h5, .temoignage.empty p {
    margin: 0px;
    padding: 0px; }

/****** PUBLICATIONS ************************************/
.card-publication .img {
  width: 45%;
  height: 0px;
  padding-bottom: 55%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.card-publication .content {
  width: 55%;
  padding: 20px 20px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  height: 100%; }
  .card-publication .content .cta.small {
    margin-top: 0px; }

/****** VIDEO *****************************/
.shortCodeVideo {
  margin-top: 20px;
  margin-bottom: 20px; }
  .shortCodeVideo .img {
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden; }
    .shortCodeVideo .img img {
      opacity: 1; }
    .shortCodeVideo .img .play {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 115px;
      width: 115px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 1;
      z-index: 2; }
  .shortCodeVideo .iframe {
    height: 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 0%; }
    .shortCodeVideo .iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }

.shortCodeVideo.wrapper .play {
  height: 150px;
  width: 150px; }

.block-2-3.content {
  padding-left: 20px;
  padding-right: 15px; }

.block-2-3.content .inner {
  padding: 0px 0px 0px 0px; }

.block-2-3.content #block-banner {
  width: 975px;
  max-width: 100%;
  margin: 0px 0px 0px 0px; }

.member-section .block-1-3 {
  padding-left: 15px; }

/* #mac .cta {
    padding: 0px 50px 0px 0px;
}
#mac .cta span.txt {
    padding: 0px 25px 0px 25px;
}
#mac .cli-bar-container a.cli_settings_button, #mac .cli-bar-container a.wt-cli-accept-all-btn {
    padding: 15px 15px 15px 15px !important;
}

#mac .block-actualite .block-top a.cat {
    padding: 20px 20px 20px 20px;
}

#mac .input-toggle .cat{
    padding: 20px 20px 20px 20px;
} */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
html {
  overflow: visible !important; }

body.active {
  overflow: hidden; }

.site-header {
  height: 120px;
  padding: 30px 40px;
  background: #F3F2E8;
  position: relative;
  z-index: 50; }
  .site-header .site-title {
    margin: 5px 0px 0px 0px; }
  .site-header .left {
    height: 100%; }
    .site-header .left h3.menu-toggle {
      width: 40px;
      height: 27px;
      position: absolute;
      left: 40px;
      top: 0px;
      cursor: pointer;
      bottom: 0px;
      margin: auto;
      text-align: center;
      display: inline-block; }
    .site-header .left h3.close {
      width: 30px;
      height: 30px;
      position: absolute;
      left: 40px;
      top: 0px;
      cursor: pointer;
      bottom: 0px;
      margin: auto;
      text-align: center;
      display: none; }
      .site-header .left h3.close.active {
        display: block; }
    .site-header .left h3.menu-toggle.active {
      display: none; }
    .site-header .left h3.search-toggle, .site-header .left h3.search-toggle-inactive {
      width: 26px;
      height: 30px;
      position: absolute;
      left: 120px;
      top: -3px;
      cursor: pointer;
      bottom: 0px;
      margin: auto;
      text-align: center;
      display: inline-block; }
    .site-header .left h3.search-toggle-inactive {
      display: none; }
      .site-header .left h3.search-toggle-inactive.active {
        display: block; }
    .site-header .left h3.search-toggle.active {
      display: none; }
  .site-header .center img {
    height: 48px;
    max-width: none; }
    .site-header .center img.sticky {
      display: none; }
  .site-header .right .cta-line.white {
    margin-top: 8px; }

@media screen and (min-width: 1109px) {
      .menuResponsive .inner .menu-traduction-container {
          display: none;
      }
  }

.menuResponsive {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  opacity: 0;
  bottom: initial;
  z-index: -1;
  background: #000; }
  .menuResponsive.active {
    opacity: 1;
    max-height: 100%;
    bottom: 0px;
    z-index: 50; }
  .menuResponsive .inner {
    padding: 80px 100px 80px 100px;
    margin-top: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 100px);


  }
    .menuResponsive .inner .main-navigation {
      display: block;
      width: 100%; }
      .menuResponsive .inner .main-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0; }
      .menuResponsive .inner .main-navigation li {
        padding-left: 0px;
        margin-bottom: 0px; }
        .menuResponsive .inner .main-navigation li:before {
          display: none; }
      .menuResponsive .inner .main-navigation a {
        display: block;
        line-height: 24px;
        text-decoration: none;
        color: #fff; }

.searchBox {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  opacity: 0;
  background: #000;
  bottom: initial;
  z-index: -1; }
  .searchBox.active {
    opacity: 1;
    max-height: 100%;
    bottom: 0px;
    z-index: 50; }
  .searchBox .inner {
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    height: calc(100% - 100px);
    display: flex;
    align-items: center; }

.block-search-2 {
  position: relative;
  width: 850px;
  max-width: 100%;
  margin: 0px auto;
  text-align: center; }
  .block-search-2 form {
    position: relative;
    margin: 0px auto;
    max-width: 100%;
    padding-right: 80px; }
    .block-search-2 form input[type="search"] {
      border-radius: 50px;
      background-color: transparent;
      border: 1px solid #fff !important;
      text-transform: none;
      font-size: 18px;
      line-height: 1.2em;
      width: 100%;
      font-family: 'Montserrat', sans-serif;
      padding: 12px 15px 12px 15px;
      outline: none;
      color: #fff !important;
      display: block;
      margin: 0px 0px 30px 0px;
      font-size: 16px;
      color: #000;
      font-weight: 500;
      line-height: 1.6em; }
    .block-search-2 form ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: 1;
      /* Firefox */ }
    .block-search-2 form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff; }
    .block-search-2 form ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #fff; }
    .block-search-2 form input[type="submit"] {
      background-color: transparent;
      border: none;
      width: 68px;
      height: 68px;
      position: absolute;
      top: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
      cursor: pointer;
      z-index: 2;
      text-indent: -9999px; }
  .block-search-2 .send {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    padding-top: 20px;
    margin: auto;
    z-index: 1;
    border-radius: 50%;
    background-color: #4D89FE;
    overflow: hidden; }
    .block-search-2 .send:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      position: absolute;
      bottom: -100%;
      left: 0px;
      z-index: 1;
      background-color: #FE7040;
      transition: all 0.3s ease-in-out; }
    .block-search-2 .send img {
      position: relative;
      z-index: 3;
      width: 28px; }

.block-search-2 form input[type="submit"]:hover + .send:after {
  bottom: 0%; }

.main-navigation .nav-menu > li {
  width: 33%;
  float: left; }

.main-navigation .nav-menu > li.menu-item-has-children {
  min-height: 330px; }

.main-navigation .nav-menu > li > a {
  margin-bottom: 30px; }

.main-navigation .nav-menu > li.current-menu-item > a, .main-navigation .nav-menu > li.current-page-parent > a {
  text-decoration: underline; }

.main-navigation .nav-menu > li ul li.current-menu-item > a {
  font-style: italic; }

.main-navigation .nav-menu > li.menu-item-has-children > a {
  margin-bottom: 20px; }

.main-navigation .nav-menu > li > a {
  font-size: 34px;
  display: inline-block;
  position: relative;
  line-height: 1.2em !important;
  font-family: "area-normal", sans-serif;
  font-weight: 900;
  margin-bottom: 20px; }

li.lang-item {
  list-style: none;
  margin-left: 0px; }
  li.lang-item a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 15px;
    letter-spacing: 0.8px; }
    li.lang-item a:hover {
      text-decoration: underline; }
  li.lang-item:before {
    display: none; }

.admin-bar .site-header {
  /*top:32px;*/ }

.headerName {
  display: inline-block; }

.headerName .cta-user {
  padding-right: 90px !important; }

.headerName span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #33d065;
  display: none; }

.site-header .left h3.menu-toggle img {
  top: -4px;
  position: relative; }

.site-header .left h3.menu-toggle.scroll.sticky {
  position: fixed;
  top: 35px;
  left: 40px;
  bottom: initial; }

.site-header .left h3.menu-toggle.scroll:after {
  content: '';
  display: block;
  background-color: #4D89FE;
  border-radius: 0px 0px 20px 0px;
  position: absolute;
  left: -40px;
  top: -50px;
  width: 120px;
  height: 120px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-out 0s; }

.site-header .left h3.menu-toggle.scroll.sticky:after {
  opacity: 1;
  transition: all 0.3s ease-out 0s; }

.menu-traduction-container {
  display: inline-block; }

.site-header .connection .cta-user {
  position: relative;
  bottom: 0px;
  right: 0px;
  padding-right: 80px; }

.site-header .connection .cta-user span.txt {
  position: absolute;
  right: 25px;
  top: 0px; }

.site-header .connection .cta-user:after {
  margin-left: 0px;
  position: absolute;
  right: 0px;
  top: 0px; }

.connection.responsive {
  display: none; }

.site-header.dark {
  background-color: #000; }

.site-header.dark:before {
  content: '';
  display: block;
  height: 1px;
  border-top: 1px solid #fff;
  position: absolute;
  bottom: 0px;
  margin: auto;
  right: 40px;
  left: 40px;
  transition: all 0.3s ease-in-out; }

.site-header.dark img {
  filter: invert(1); }

.site-header.dark a {
  color: #fff; }

.site-header.dark .connection .cta-user span.txt img {
  filter: invert(0); }

.site-header.dark .connection .cta-user:after {
  border-color: #fff;
  z-index: -1; }

.site-header.dark .connection .cta-user span.txt:before {
  background-color: #C29B62; }

.menuResponsive .inner .main-navigation a:hover {
  text-decoration: underline; }

.menuResponsive .inner .main-navigation li ul li {
  width: 350px;
  max-width: 100%; }

.banner {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 100px;
  margin-left: 40px;
  margin-right: 40px;
  width: calc(100% - 80px); }
  .banner .inner {
    padding-top: 80px;
    padding-bottom: 60px; }
  .banner .r, .banner .s {
    display: none; }

.bannerThumb {
  height: 600px;
  margin-bottom: 100px;
  margin-left: 40px;
  margin-right: 40px;
  width: calc(100% - 80px);
  border-radius: 20px;
  overflow: hidden;
  line-height: 0em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.banner.desc {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px; }

.banner.desc .block-left {
  margin-bottom: 0px;
  display: flex;
  align-items: center; }

.banner.desc .block-left .inner {
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 100%; }

.banner.desc .block-left .inner p {
  margin-bottom: 0px; }

.banner h1 {
  margin: 0px;
  padding: 0px; }

.banner h2 {
  margin: 0px;
  padding: 0px; }

.banner.bannerImg {
  min-height: 600px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.banner.bannerImg h1 {
  width: 710px;
  max-width: 100%; }

.banner.aloneImg {
  min-height: 450px;
  margin-bottom: 0px;
  border-top: 1px solid #000; }

.banner.noImg {
  min-height: 450px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.banner.noImg h1 {
  width: 100%;
  max-width: 100%; }

.banner.bannerImg.noImg {
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 0px; }

.banner.iconImg {
  min-height: 500px;
  border-radius: 20px; }

.banner.iconImg h1 {
  width: 710px;
  max-width: 100%; }

.banner.iconImg.bg-blue1 {
  background-color: #4D89FE; }

.banner.iconImg.bg-blue2 {
  background-color: #FE7040; }

.banner.iconImg.bg-blue3 {
  background-color: #A1C8E4; }

.banner.iconImg.bg-blue4 {
  background-color: #C29B62; }

.banner.iconImg.bg-noir {
  background-color: #000; }

.banner.iconImg .wrapper {
  padding-right: 350px; }

.banner.iconImg .wrapper img {
  width: 350px;
  height: 350px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto; }

.banner.bannerMember {
  min-height: 450px;
  margin-bottom: 0px;
  background-color: #000;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  width: calc(100% - 0px);
  margin-bottom: 100px;
  overflow: visible; }

.banner.bannerMember:before {
  content: "";
  background-image: url(./assets/img/svgs2/edc-corner-40.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0px;
  bottom: -40px;
  transform: rotate(90deg); }

.banner.bannerMember:after {
  content: "";
  background-image: url(./assets/img/svgs2/edc-corner-40.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0px;
  bottom: -40px;
  transform: rotate(180deg); }

.banner.noImg + .liste-actualite {
  padding-top: 0px; }

.favori {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  margin-top: 30px;
  display: inline-block; }

.favori small {
  display: none; }

.favori i {
  margin-left: 30px;
  position: relative;
  transition: all 0.3s ease-in-out; }

.favori i:before {
  display: inline-block;
  width: 41px;
  height: 41px;
  border-radius: 30px;
  z-index: 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding-top: 10px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin-right: 40px;
  position: relative;
  z-index: 2; }

.favori i:after {
  content: '';
  display: inline-block;
  height: 41px;
  width: 41px;
  border-radius: 30px;
  border: 1px solid #000;
  position: absolute;
  left: -30px;
  top: 0px;
  z-index: -2;
  opacity: 1; }

.favoris-heart {
  position: relative; }

.favoris-heart:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 40px;
  background-color: #000;
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto; }

.favoris-heart:before {
  content: '';
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 5px;
  background-color: #000;
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto; }

.favori.white i:after {
  border: 1px solid #fff; }

.favori.white .favoris-heart:after {
  background-color: #fff; }

.favori.white .favoris-heart:before {
  background-color: #fff; }

.banner .favoris-heart {
  padding: 0px 0px;
  background-color: transparent; }

.monfavori.favoris-heart:after {
  content: '';
  width: 0px; }

.monfavori.favoris-heart:before {
  content: '';
  width: 0px; }

.favori .monfavori i {
  margin-left: 0px;
  transition: all 0.3s ease-in-out; }

.favori .monfavori i:after {
  left: 0px;
  opacity: 0; }

.favori .monfavori i:before {
  background-color: #C29B62;
  margin-right: 10px; }

.banner.bannerMember .favori i:before {
  border: 1px solid #fff; }

.banner.bannerMember .favori .monfavori i:before {
  border: 1px solid #C29B62; }

.banner .head-description {
  margin-top: 0px; }

.banner .entry-date {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: right;
  position: relative;
  top: -30px; }

.article .tag {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 40px;
  max-width: 100%; }

.article .tag a {
  display: none;
  background-color: #000;
  padding: 8px 15px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px 20px 0px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 0 15px;
  height: 40px;
  line-height: 44px; }

.article .tag span {
  display: none;
  width: 100%;
  height: 40px; }

.article .tag a:last-child {
  display: inline-block; }

.article .tag span:last-child {
  display: inline-block; }

.single-post .bannerThumb {
  margin-bottom: 0px; }

.block-tag {
  padding: 30px 0px 80px 0px; }

.block-tag .wrapper {
  flex-direction: row-reverse;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: flex-end; }

.block-tag a {
  display: inline-block;
  background-color: transparent;
  padding: 10px 15px 6px 15px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  color: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 5px; }

.block-tag span:last-child a {
  color: #fff;
  background-color: #000; }

.block-tag a:hover {
  text-decoration: underline; }

.block-share {
  margin-left: 40px;
  margin-right: 40px;
  width: calc(100% - 80px);
  border-bottom: 1px solid #000;
  text-align: right;
  padding-top: 30px;
  overflow: hidden; }

.addtoany_list {
  display: inline-block !important;
  background-color: #000;
  padding: 20px 0px 20px 40px;
  border-radius: 20px 0px 0px 0px;
  top: 0px;
  position: relative; }

.addtoany_list:after {
  content: '';
  display: block;
  width: 2000px;
  height: 100%;
  position: absolute;
  bottom: 0%;
  right: -2000px;
  z-index: -2;
  background-color: #000;
  transition: all 0.3s ease-in-out; }

.addtoany_list a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  z-index: 2;
  margin-left: -10px; }

.addtoany_list a span {
  position: relative;
  top: 15px; }

.addtoany_list a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  bottom: 0%;
  left: 0px;
  z-index: -2;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out; }

.addtoany_list a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: -1;
  background-color: #C29B62;
  border: 1px solid #C29B62;
  transition: all 0.3s ease-in-out; }

.addtoany_list a:hover:after {
  bottom: 0px; }

.addtoany_list a img {
  width: 26px;
  position: relative;
  top: 15px; }

.a2a_kit a:empty, .a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined) {
  display: inline-block !important; }

.search-list {
  padding: 0px 0px 80px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .search-list .show {
    display: block; }
  .search-list .hide {
    display: none; }
  .search-list .top {
    padding: 0px 80px 20px 80px; }
  .search-list .inner {
    padding: 0px 40px; }

.simple-sitemap-wrap .simple-sitemap-page .page-item-241, .simple-sitemap-wrap .simple-sitemap-page .page-item-242, .simple-sitemap-wrap .simple-sitemap-page .page-item-301 {
  display: none; }

.search-no-results .search-list {
  padding: 40px 0px; }

.search-no-results .search-list .linkMoreSearch {
  display: none; }

.single-publications .content {
  padding: 80px 0px; }

.single-publications .content a:hover {
  text-decoration: none; }

.listPost .wrapper {
  width: 100%; }

.listPost.ca .wrapper {
  width: 1420px;
  padding-left: 15px;
  padding-right: 15px; }

/* PAGE DE RECHERCHE **************************************************/
.section-search {
  margin-left: 40px;
  margin-right: 40px;
  width: calc(100% - 80px);
  position: relative;
  align-items: flex-start; }
  .section-search .filter {
    background-color: #A1C8E4;
    border-radius: 20px;
    padding: 50px 40px;
    max-width: 400px;
    flex: 1;
    margin-bottom: 100px; }
    .section-search .filter .inner h2 {
      font-family: 'Newsagent';
      font-weight: normal;
      font-size: 50px;
      padding-bottom: 10px;
      margin-bottom: 0px;
      border-bottom: 1px solid #000; }
    .section-search .filter .inner h3 {
      height: 50px;
      margin: 0px 0px 0px 0px;
      display: flex;
      align-items: center;
      margin: 0px;
      padding: 0px;
      position: relative;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      top: 2px; }
    .section-search .filter .inner a {
      text-decoration: none; }
    .section-search .filter .inner > ul {
      margin: 0px;
      border-bottom: 1px solid #000; }
    .section-search .filter .inner > ul > li {
      display: block;
      align-items: center;
      width: 100%;
      font-size: 14px;
      margin: 0px;
      min-height: 10px;
      padding: 5px 0px;
      font-weight: 600;
      line-height: 14px;
      cursor: pointer;
      flex-wrap: wrap; }
      .section-search .filter .inner > ul > li ul {
        padding: 0px 0px 0px 20px;
        margin: 0px 0px 0px 0px; }
        .section-search .filter .inner > ul > li ul li {
          padding-left: 0px; }

.section-search .filter .inner > ul > li:before, .section-search .filter .inner > ul > li ul li:before {
  display: none; }

.section-search .filter .inner h3:after {
  content: "";
  height: 10px;
  width: 15px;
  background-image: url(./assets/img/svgs2/edc-arrow-sidebard.svg);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0px;
  transition: all 0.3s ease-in-out; }

.section-search .filter .inner h3.active:after {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out; }

.page-template-commander-publication .tags ul li {
  padding-left: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600; }

.page-template-commander-publication .tags ul li:last-child {
  padding-bottom: 15px; }

.page-template-commander-publication .tags ul {
  border-bottom: 1px solid #000; }

.search .section-search .filter .resultSearchList {
  border-bottom: none; }

.search .section-search .filter h2 span {
  font-size: 12px;
  font-weight: 600;
  color: #5774AC;
  float: right;
  font-family: "area-normal", sans-serif; }

.search .section-search .filter .resultSearchList li a {
  position: relative;
  padding-right: 30px;
  display: block; }

.search .section-search .filter .resultSearchList span {
  font-size: 12px;
  font-weight: 600;
  color: #5774AC;
  position: absolute;
  right: 0px;
  top: 0px; }

.search .section-search .filter .resultSearchList > li {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-top: 25px;
  padding-bottom: 18px; }

.search .section-search .filter .resultSearchList > li > ul {
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 14px; }

.search .section-search .filter .resultSearchList > li > ul ul {
  padding-top: 10px;
  padding-bottom: 5px; }

.search .section-search .filter .resultSearchList > li > ul > li {
  text-transform: none;
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px; }

.section-search {
  display: flex; }

.search-list {
  flex: 1;
  width: auto; }

.search-list .inner {
  padding: 0px 0px 0px 40px; }

.listPost {
  position: relative; }
  .listPost .article {
    position: relative;
    border: 1px solid transparent;
    border-radius: 20px; }
    .listPost .article .thumb2 {
      position: relative; }
    .listPost .article .thumb {
      display: block;
      line-height: 0em;
      overflow: hidden;
      border-radius: 20px; }
    .listPost .article .content {
      padding: 40px 40px 70px 40px; }
      .listPost .article .content h3, .listPost .article .content h2 {
        margin: 0px;
        font-weight: 900;
        font-size: 20px;
        line-height: 1.3em; }
        .listPost .article .content h3 a, .listPost .article .content h2 a {
          text-decoration: none; }
      .listPost .article .content p.date {
        margin: 0px;
        font-size: 14px;
        font-weight: 500;
        position: absolute;
        bottom: 20px;
        left: 40px; }

.listPost .article .thumb img {
  transition: all 0.3s ease-in-out; }

.listPost .article:hover .thumb {
  border-radius: 20px 20px 0px 0px; }

.listPost .article:hover .thumb img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.2); }

.listPost .article:hover {
  border: 1px solid #000;
  transition: all 0.3s ease-in-out; }

.listPost .article .content h2 a {
  transition: all 0.3s ease-in-out; }

.listPost .article .content h2 a:hover {
  text-decoration: underline !important;
  transition: all 0.3s ease-in-out; }

.tags li input {
  padding: 0;
  height: 20px;
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 2;
  opacity: 0; }

.tags li label {
  position: relative;
  cursor: pointer;
  display: flex;
  color: #000;
  align-items: center; }

.tags li label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  border: 1px solid #000;
  background-color: transparent;
  box-shadow: none;
  padding: 8px 8px 8px 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 0px;
  top: -2px;
  border-radius: 4px; }

.tags li input:checked + label:before {
  background-color: #000;
  border: 1px solid #000; }

.tags li input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  bottom: 0px;
  left: 5px;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  margin: auto; }

.site-main.informer .tags ul {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s ease-in-out; }

.site-main.informer .tags ul.active {
  max-height: 500px;
  transition: all 0.2s ease-in-out; }

.site-main.informer .tags ul.active li:first-child {
  margin-top: 0px; }

.site-main.informer .tags ul ul.active li:first-child {
  margin-top: 15px; }

.site-main.informer .tags ul.active li:last-child {
  margin-bottom: 15px; }

.site-main.informer .tags ul {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s ease-in-out; }

.site-main.informer .tags ul.active {
  max-height: 500px;
  transition: all 0.2s ease-in-out; }

.block-1-3-b.partenaires {
  text-align: center;
  display: block !important; }
  .block-1-3-b.partenaires a.thumb {
    display: block;
    width: 100%;
    height: 0%;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 20px; }
    .block-1-3-b.partenaires a.thumb img {
      max-height: 80%;
      max-width: 70%;
      position: absolute;
      top: 0px;
      width: auto;
      bottom: 0px;
      left: 0px;
      right: 0px;
      margin: auto; }
  .block-1-3-b.partenaires h2.titre-h3 {
    width: 100%;
    display: block; }

.site-main.commander .panier {
  position: fixed;
  right: 15px;
  top: 200px;
  z-index: 2;
  min-width: 10px;
  background-color: #000;
  padding: 8px 20px;
  border-radius: 30px; }
  .site-main.commander .panier img, .site-main.commander .panier span {
    display: inline-block;
    vertical-align: middle;
    width: auto; }
  .site-main.commander .panier span {
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    padding-top: 5px;
    font-weight: 600; }

#publications-container .article .content {
  padding: 30px 30px 20px 30px; }

#publications-container .article .tag {
  background-color: #000;
  padding: 9px 15px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px 20px 0px 0px;
  width: auto;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  bottom: 0px;
  margin-bottom: 0px;
  height: 33px; }

#publications-container .article .download {
  padding-top: 15px;
  font-size: 12px;
  font-weight: 600; }

.search-list.commander .article h2 {
  padding-top: 0px !important;
  margin-bottom: 15px; }

.quantite {
  padding-top: 0px; }
  .quantite .fr {
    margin-right: 15px;
    margin-bottom: 10px; }
  .quantite .en {
    margin-bottom: 10px; }
  .quantite span {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase; }
  .quantite input[type="number"] {
    color: #000;
    border: none !important;
    border: none;
    border-radius: 30px;
    background-color: #E3E1CF;
    padding: 5px 5px 3px 10px;
    outline: none !important;
    max-width: 100%;
    width: 75px; }

/****************************************************************/
/****************************************************************/
.member-section .block-1-3 {
  margin-bottom: 100px; }
  .member-section .block-1-3 .inner {
    width: 300px;
    max-width: 100%;
    float: right; }
    .member-section .block-1-3 .inner ul {
      list-style: none;
      padding-left: 0px;
      margin: 0px; }
    .member-section .block-1-3 .inner #membre1, .member-section .block-1-3 .inner #membre2 {
      margin-bottom: 0px;
      margin-left: 0px; }
      .member-section .block-1-3 .inner #membre1 > li > a, .member-section .block-1-3 .inner #membre2 > li > a {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.1em;
        display: block;
        text-decoration: none;
        font-family: "area-normal", sans-serif;
        border-bottom: 1px solid #000;
        padding: 15px 0px 15px 0px; }
      .member-section .block-1-3 .inner #membre1 > li li, .member-section .block-1-3 .inner #membre2 > li li {
        display: block;
        align-items: center;
        width: 100%;
        font-size: 16px;
        margin: 0px;
        min-height: 50px;
        text-transform: uppercase;
        border-bottom: 1px solid #000;
        padding: 19px 0px;
        font-size: 12px;
        font-weight: 700;
        line-height: 14px;
        cursor: pointer;
        flex-wrap: wrap;
        padding-left: 0px; }
        .member-section .block-1-3 .inner #membre1 > li li > a, .member-section .block-1-3 .inner #membre2 > li li > a {
          padding-left: 35px;
          position: relative;
          text-decoration: none; }
          .member-section .block-1-3 .inner #membre1 > li li > a:before, .member-section .block-1-3 .inner #membre2 > li li > a:before {
            content: '';
            display: inline-block;
            padding: 0px 8px 0px 0px;
            transition: all 0.3s ease-in-out;
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            margin: auto;
            width: 40px;
            height: 40px;
            color: #000;
            background-repeat: no-repeat;
            background-size: 50% auto;
            background-position: left center; }
        .member-section .block-1-3 .inner #membre1 > li li li, .member-section .block-1-3 .inner #membre2 > li li li {
          min-height: 10px;
          border-bottom: none;
          padding: 5px 0px;
          margin: 0px;
          text-transform: none;
          font-weight: 600; }
          .member-section .block-1-3 .inner #membre1 > li li li:first-child, .member-section .block-1-3 .inner #membre2 > li li li:first-child {
            margin-top: 0px;
            padding-top: 20px; }
          .member-section .block-1-3 .inner #membre1 > li li li a, .member-section .block-1-3 .inner #membre2 > li li li a {
            padding-left: 40px;
            position: relative; }
            .member-section .block-1-3 .inner #membre1 > li li li a:before, .member-section .block-1-3 .inner #membre2 > li li li a:before {
              content: '';
              display: inline-block;
              padding: 0px 8px 0px 0px;
              transition: all 0.3s ease-in-out;
              position: absolute;
              top: 0px;
              bottom: 0px;
              left: 30px;
              margin: auto;
              width: 10px;
              height: 12px;
              color: #000;
              background-repeat: no-repeat;
              background-size: auto 70%;
              background-position: left center;
              background-image: url(./assets/img/svgs/icons/nav-right.svg); }
  .member-section .block-1-3 .cta.blue3 {
    margin-left: 15px; }

.member-section .block-2-3 .inner {
  width: 975px;
  max-width: 100%;
  padding: 0px 0px 0px 0px; }

.member-section .block-1-3 .inner {
  width: 400px; }

.menu-menu-membre-container, .menu-menu-membre-en-container {
  background-color: #C29B62;
  border-radius: 20px 20px 0px 0px;
  padding: 50px 40px 70px 40px; }

.menu-menu-membres-2-container, .menu-menu-membres-2-en-container {
  background-color: #A1C8E4;
  border-radius: 20px 20px 0px 0px;
  padding: 50px 40px; }

.menu-menu-membre-container + .menu-menu-membres-2-container {
  margin-top: -20px; }

.menu-menu-membre-en-container + .menu-menu-membres-2-en-container {
  margin-top: -20px; }

.navMember .cta {
  display: block;
  padding-right: 0px;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #000; }

.navMember .cta span.txt {
  border-radius: 0px 0px 20px 20px; }

.navMember .cta:hover span.txt {
  text-decoration: underline;
  color: #fff; }

.member-section .block-1-3 .inner #membre1 > li > a, .member-section .block-1-3 .inner #membre2 > li > a {
  font-family: 'Newsagent';
  font-weight: normal;
  font-size: 50px; }

.member-section .block-1-3 .inner #membre1 > li li, .member-section .block-1-3 .inner #membre2 > li li {
  font-family: "area-normal", sans-serif;
  width: 100%;
  font-size: 14px;
  margin: 0px;
  min-height: 50px;
  padding: 25px 0px 20px 0px;
  font-weight: 600;
  line-height: 14px;
  cursor: pointer; }

.member-section {
  max-width: 100%;
  width: 1420px;
  position: relative;
  display: block;
  margin: 0px auto;
  display: flex;
  margin-bottom: 0px; }

.member-section .block-1-3 {
  max-width: 400px;
  flex: 1;
  padding-left: 0px; }

.member-section .block-2-3 {
  flex: 1;
  width: calc(100% - 400px);
  padding-right: 0px;
  padding-left: 0px; }

.member-section .block-2-3 .inner {
  padding-left: 40px; }

.member-section .block-2-3 #block-banner {
  margin-left: 40px;
  width: calc(100% - 40px); }

.member-section .block-2-3 .inner ul {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 40px 0;
  color: #000; }

.member-section .block-2-3 .inner ul > li:last-child {
  margin-bottom: 0em; }

.member-section .block-2-3 .inner ul li {
  padding: 0px 0 0 0px;
  margin: 0 0 21px 0;
  position: relative;
  list-style: disc; }

.member-section .block-2-3 .inner ul li ul {
  padding-left: 30px;
  margin-left: 0;
  margin-top: 20px; }

.member-section .block-2-3 .inner ul li ul li {
  list-style: circle; }

.member-section .block-2-3 .inner ul li:before {
  display: none; }

.member-section .block-2-3 .inner ul > li:last-child {
  margin-bottom: 1em; }

.member-section .block-1-3 .inner #membre1 > li li > a, .member-section .block-1-3 .inner #membre2 > li li > a {
  padding-left: 0px;
  display: block;
  padding-right: 35px; }

.member-section .block-1-3 .inner #membre1 > li li > a:before, .member-section .block-1-3 .inner #membre2 > li li > a:before {
  padding: 0px 0px 0px 8px;
  left: initial;
  right: 0px;
  background-position: right center; }

.member-section .block-1-3 .inner #membre1 > li li li a, .member-section .block-1-3 .inner #membre2 > li li li a {
  padding-left: 40px;
  padding-right: 0px; }

.member-section .block-1-3 .inner #membre1 > li li li a:before, .member-section .block-1-3 .inner #membre2 > li li li a:before {
  padding: 0px 8px 0px 0px;
  left: 25px;
  right: initial;
  height: 15px;
  top: -5px;
  background-position: left center; }

.member-section .block-1-3 .inner #membre2 li:before {
  display: none; }

.member-section .block-1-3 .inner #membre2 > li {
  padding-left: 0px; }

.member-section .block-1-3 .inner #membre1 > li li.i0 > a:before {
  background-image: url(./assets/img/svgs2/icon/edc-membres-accueil.svg); }

.member-section .block-1-3 .inner #membre1 > li li.i1 > a:before {
  background-image: url(./assets/img/svgs2/icon/edc-membres-liste.svg); }

.member-section .block-1-3 .inner #membre1 > li li.i2 > a:before {
  background-image: url(./assets/img/svgs2/icon/edc-membres-contenu.svg); }

.member-section .block-1-3 .inner #membre1 > li li.i3 > a:before {
  background-image: url(./assets/img/svgs2/icon/edc-membres-boite.svg); }

.member-section .block-1-3 .inner #membre2 > li li.i1 > a:before {
  background-image: url(./assets/img/svgs2/icon/edc-membres-accueil.svg); }

.member-section .block-1-3 .inner #membre2 > li li.i2 > a:before {
  background-image: url(./assets/img/svgs2/icon/edc-membres-consommation.svg); }

.member-section .block-1-3 .inner #membre2 > li li.i3 > a:before {
  background-image: url(./assets/img/svgs2/icon/edc-membres-tableau.svg); }

.member-section .block-1-3 .inner #membre2 > li li.i4 > a:before {
  background-image: url(./assets/img/svgs2/icon/edc-membres-favoris.svg); }

.member-section .block-1-3 .inner #membre2 > li li.i5 > a:before {
  background-image: url(./assets/img/svgs2/icon/edc-membres-profil.svg); }

/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
.toogle-sidebar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #000;
  color: #fff;
  z-index: 101;
  padding: 20px 20px 15px 20px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  width: 250px;
  max-width: 100%;
  border-radius: 20px 20px 0px 0px;
  display: none;
  margin: auto; }
  .toogle-sidebar img {
    position: absolute;
    right: 15px;
    height: auto;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 15px;
    display: none; }

.toogle-sidebar .active {
  transform: rotate(180deg); }

.toogle-sidebar.active {
  display: none; }

.toogle-sidebar-close {
  display: none;
  width: 25px;
  float: right;
  margin-top: -15px;
  cursor: pointer; }

/****************************************************************/
/********* CA & CS **********************************************/
/****************************************************************/
.ca .thumb {
  width: 100%;
  margin-bottom: 15px; }

.ca .thumb img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden; }

.block-left.ca h3.titre-h4 {
  margin-bottom: 5px; }

.gb-block-spacer hr {
  /*height:40px!important;*/ }

.entry-meta + .container {
  padding-top: 80px; }

.tml .tml-links {
  padding-left: 0px !important; }

.tml .tml-links li {
  list-style: none !important; }

.tml .tml-message {
  background-color: #fff; }

.tml .tml-label {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 14px; }

.tml .tml-field {
  border: 1px solid #000 !important;
  overflow: auto;
  outline: none;
  padding: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  font-family: "area-normal", sans-serif;
  resize: none;
  border-radius: 30px;
  background-color: transparent !important; }

.tml .tml-field:hover, .tml .tml-field:focus {
  border: 1px solid #000 !important;
  background-color: #E3E1CF !important; }

.tml [type="submit"] {
  min-width: 180px;
  top: 0;
  border: 0px solid transparent;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  height: 60px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  margin: 0px 0px 20px 0px;
  transition: all 0.2s ease-in-out;
  padding-top: 15px; }

.tml [type="submit"]:hover {
  text-decoration: underline; }

.tml-messages li:before, .tml-alerts li:before {
  display: none !important; }

.tml-messages li, .tml-alerts li {
  margin-bottom: 30px !important; }

.tml .tml-error, .tml .tml-message {
  border: 1px solid #FF4F4F;
  border-radius: 10px;
  position: relative;
  background-color: #FF4F4F;
  box-shadow: none !important;
  padding: 20px 20px 20px 70px !important;
  margin-bottom: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: "area-normal", sans-serif; }

.tml .tml-error:after, .tml .tml-message:after {
  height: 34px;
  width: 34px;
  position: absolute;
  left: 20px;
  top: 12px;
  display: inline-block;
  content: '';
  transition: all 0.1s ease-in-out;
  background-image: url(./assets/img/svgs2/gravityError.svg);
  background-position: right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill,
textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  font-family: "Montserrat", sans-serif !important; }

.wp-block-table table {
  border: 2px solid  #000; }

.wp-block-table table td {
  border: 2px solid  #000;
  padding: 8px; }

.tml {
  margin-top: 80px;
  margin-bottom: 60px; }

figure {
  max-width: 100%; }
.wp-embed-aspect-16-9 {
  aspect-ratio: 16 / 9;
}

.wp-embed-aspect-16-9 iframe,
.wp-block-embed__wrapper {
    width: 100%;
    height: 100%;
}

.toogleConnect {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 100px;
  margin: auto;
  opacity: 0;
  bottom: initial;
  z-index: -2;
  transition: all 0.3s ease-out 0s; }

.toogleConnect.active {
  opacity: 1;
  max-height: 100%;
  bottom: 0px;
  z-index: 50;
  transition: all 0.3s ease-out 0s; }

.toogleConnect .inner {
  background: #000 0% 0% no-repeat padding-box;
  opacity: 0.95;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 40px 80px 80px 80px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  border: 2px solid #fff; }

.member-section .block-1-3 .inner #membre1 > li {
  padding-left: 0px; }

.member-section .block-1-3 .inner #membre1 li:before {
  display: none; }

.member-section > .container {
  margin-top: 100px; }

#block-cards #grid .row {
  margin-left: 0px;
  margin-right: 0px; }

.calcoolateur-section .case {
  font-weight: 900;
  color: #000; }

.calcoolateur-section .bloc-conso .pourcentage .case {
  font-weight: 900;
  color: #000; }

.calcoolateur-section .case.clock, .calcoolateur-section .case.depart {
  font-weight: bold;
  color: #000; }

.calcoolateur-section .calcsubmit {
  color: #fff; }

.calcoolateur-section .footer-results button {
  color: #fff;
  margin-top: 15px; }

.calcoolateur-section .results .block-1-2:first-child .unit {
  margin: 0px 0px 20px 0px; }

.calcoolateur-section .results .infos p strong {
  font-size: 16px; }

.calcoolateur-section .header-results-text p {
  min-height: 10px;
  padding-bottom: 0px; }

.calcoolateur-section .header-results-text {
  padding-top: 20px; }

.archive-nav {
  padding-bottom: 80px;
  padding-top: 50px;
  border-top: 1px solid #000;
  margin-left: 40px;
  margin-right: 40px;
  position: relative; }

.archive-nav a, .archive-nav span {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
  font-weight: 600;
  margin-right: 5px;
  text-decoration: none;
  padding-top: 20px !important; }

.archive-nav a.current, .archive-nav span.current {
  position: relative; }

.archive-nav a.current:before, .archive-nav span.current:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  bottom: 0%;
  left: 0px;
  z-index: -3;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out; }

.archive-nav a.current:after, .archive-nav span.current:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: -1;
  background-color: #4D89FE;
  border: 1px solid #4D89FE;
  transition: all 0.3s ease-in-out; }

.archive-nav a.current:hover:after, .archive-nav span.current:hover:after {
  bottom: 0px; }

.nav-links {
  position: relative; }

.archive-nav a.prev {
  float: left;
  position: relative;
  text-indent: -9999px; }

.archive-nav a.next {
  float: right;
  position: relative;
  text-indent: -9999px; }

.archive-nav a.prev:hover:after {
  bottom: 0%; }

.archive-nav a.next:hover:after {
  bottom: 0%; }

/***** PREV ******/
.archive-nav .decoLeft {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  border: 1px solid #000;
  position: absolute;
  left: 40px;
  top: 0px;
  z-index: -1; }

.archive-nav a.prev:before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  padding-top: 18px;
  margin: auto;
  z-index: 1;
  border-radius: 50%;
  background-color: #000;
  overflow: hidden; }

.archive-nav a.prev:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: 1;
  background-color: #4D89FE;
  transition: all 0.3s ease-in-out; }

.archive-nav a.prev .txt {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(./assets/img/svgs2/edc-arrow-cta-light.svg);
  background-position: center center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  margin: auto;
  left: 0px;
  z-index: 2;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out; }

/***** NEXT ******/
.archive-nav .decoRight {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  border: 1px solid #000;
  position: absolute;
  right: 40px;
  top: 0px;
  z-index: -1; }

.archive-nav a.next:before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  padding-top: 18px;
  margin: auto;
  z-index: 1;
  border-radius: 50%;
  background-color: #000;
  overflow: hidden; }

.archive-nav a.next:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: -100%;
  right: 0px;
  z-index: 1;
  background-color: #4D89FE;
  transition: all 0.3s ease-in-out; }

.archive-nav a.next .txt {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(./assets/img/svgs2/edc-arrow-cta-light.svg);
  background-position: center center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  margin: auto;
  right: 0px;
  z-index: 2;
  transition: all 0.3s ease-in-out; }

#cookie-law-info-bar {
  background-color: #000 !important;
  color: #fff !important;
  padding-left: 80px !important;
  border-radius: 20px 20px 0px 0px;
  box-shadow: none; }

#cookie-law-info-bar:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 25px;
  top: 0px;
  background-image: url(./assets/img/svgs2/edc-cookies.svg);
  transition: all 0.3s ease-in-out;
  bottom: 0px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center; }

a.cli_settings_button {
  font-size: 12px !important;
  padding: 16px 15px 12px 15px !important;
  border: 1px solid #fff !important;
  font-size: 11px !important;
  color: #fff !important;
  background-color: #000 !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

a.wt-cli-accept-all-btn {
  font-size: 12px !important;
  padding: 16px 15px 12px 15px !important;
  border: 1px solid #4D89FE !important;
  font-size: 11px !important;
  color: #000 !important;
  background-color: #4D89FE !important;
  text-transform: uppercase;
  font-weight: 600 !important; }

a.cli_settings_button:hover, a.wt-cli-accept-all-btn:hover {
  text-decoration: underline; }

.wp-block-columns {
  padding: 20px 0px; }

.wp-container-4 {
  gap: 1em; }

.iconOutil {
  width: 90px;
  height: 90px;
  display: block;
  margin: 30px auto 20px auto; }

.block-more-outils {
  padding: 50px 0px 50px 0px;
  margin-top: 80px;
  border-top: 1px solid #000;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  width: calc(100% - 80px); }

.block-more-outils h2 {
  padding-bottom: 50px; }

.block-more-outils .block-1-4-b img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0px auto 25px auto; }

.block-more-outils .block-1-4-b p.txt {
  font-size: 16px; }

.calcoolateur-section .wrapper {
  max-width: 100%; }

#event-calendar .current-month img {
  width: 20px; }

#event-calendar .new-btn img, #event-calendar .detail-btn img {
  width: 20px; }

#event-calendar .new-btn, #event-calendar .detail-btn {
  color: #fff;
  font-size: 14px; }

body #mc_embed_signup .mc-field-group label {
  display: block;
  padding-top: 25px; }

.mc-field-group.input-group {
  padding-top: 25px; }

body #mc_embed_signup #mc-embedded-subscribe-form input {
  width: 100%; }

.mc-field-group.input-group {
  padding-bottom: 35px; }

body #mc_embed_signup .mc-field-group.input-group input {
  height: 19px;
  position: relative;
  z-index: 2;
  top: -10px; }

body #mc_embed_signup .indicates-required {
  font-family: "area-normal", sans-serif;
  color: #000;
  font-size: 12px; }

body #mc_embed_signup .asterisk {
  color: #FF4D4D; }

body #mc_embed_signup #mc-embedded-subscribe-form input {
  font-family: "area-normal", sans-serif;
  text-indent: 0 !important;
  border: 1px solid #000;
  border-radius: 30px;
  height: 60px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 5px 10px;
  color: #000;
  background-color: transparent; }

body #mc_embed_signup #mc-embedded-subscribe-form input:hover {
  background-color: #E3E1CF; }

body #mc_embed_signup .mc-field-group label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 8px;
  line-height: 14px; }

body #mc_embed_signup ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0; }

body #mc_embed_signup span.title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 8px;
  line-height: 14px;
  color: #000; }

body #mc_embed_signup .mc-field-group.input-group ul li {
  padding: 0 0 0 0;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center; }

body #mc_embed_signup .mc-field-group.input-group ul li:hover span.check:before {
  background-color: #E3E1CF; }

body #mc_embed_signup .mc-field-group.input-group ul li label {
  padding: 2px 0 0 10px;
  margin: 0 0 0 0;
  font-weight: 600; }

body #mc_embed_signup ul li:before {
  display: none; }

body #mc_embed_signup .mc-field-group.input-group .radio {
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  display: block; }

body #mc_embed_signup .mc-field-group.input-group .radio input {
  cursor: pointer;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0;
  width: 20px;
  height: 20px !important;
  opacity: 0;
  position: relative;
  z-index: 3;
  top: 0px; }

body #mc_embed_signup .mc-field-group.input-group .radio span.check {
  cursor: pointer;
  position: absolute;
  content: "";
  z-index: 1;
  background-color: #000;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: 0;
  left: 0; }

body #mc_embed_signup .mc-field-group.input-group .radio span.check:before {
  position: absolute;
  content: "";
  z-index: 2;
  background-color: #F3F2E8;
  top: 1px;
  bottom: 1px;
  right: 1px;
  left: 1px;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

body #mc_embed_signup .mc-field-group.input-group .radio input:checked ~ .check {
  background-color: #000; }

body #mc_embed_signup .mc-field-group.input-group .radio input:checked ~ .check:before {
  top: 8px;
  bottom: 8px;
  right: 8px;
  left: 8px;
  border-radius: 1px; }

body #mc_embed_signup .clear {
  text-align: center;
  display: block;
  position: relative; }

body #mc_embed_signup .button {
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.24px;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  text-align: center !important;
  background-color: #000 !important;
  border-radius: 30px !important;
  display: inline-block !important;
  color: #fff !important;
  margin: auto !important;
  width: auto !important;
  font-family: "area-normal", sans-serif !important;
  border: 1px solid #000 !important;
  padding: 12px 22px 10px 22px !important;
  min-width: 180px;
  transition: all 0.15s ease-in-out; }

body #mc_embed_signup .button:hover {
  background-color: transparent !important;
  color: #000 !important;
  transition: all 0.15s ease-in-out; }

/*** Errror ***/
body #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #FF4D4D; }

body #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "area-normal", sans-serif;
  letter-spacing: 0.35px;
  text-decoration: none;
  padding-bottom: 4px;
  color: #FF4D4D;
  display: block;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "area-normal", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

.category-933 .banner .wrapper p {
  display: none; }

#categories-publications-filters-form ul li:before {
  display: none; }

#categories-publications-filters-form .tags li label {
  color: #000; }

.calcoolateur-section .slider-vol, .calcoolateur-section .slider-deg, #verseur .slider-deg {
  color: #000;
  border: none !important;
  border-radius: 20px;
  padding: 0px 0px;
  min-height: 3px; }

.modalTableau .description .description-header .status-icon {
  width: 30px; }

.modalTableau #delete_confirmation button {
  color: #fff; }

.calcoolateur-section .header-results.message.error p {
  margin-bottom: 0px !important; }

/*********************************************************************/
/********* LOGIN *****************************************************/
/*********************************************************************/
.modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 15px;
  padding-right: 15px; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal:after {
  content: "";
  background: #000;
  padding: 40px 80px 80px 80px;
  width: 100%;
  opacity: 0.9;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: -45px;
  z-index: -1;
  margin: auto; }

.modal .separateur-p {
  min-height: 10px;
  padding-bottom: 0px; }

.modal .btn {
  padding: 12px 15px 11px 15px; }

.modal .precision {
  min-height: 10px; }

.linkMoreSearch {
  width: 100%;
  display: block;
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 50px; }

.linkMoreSearch button {
  background-color: transparent; }

.navInfo {
  width: 100%;
  display: block;
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 50px;
  text-align: center; }

.navInfo a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
  margin-right: 5px;
  padding-top: 20px !important; }

.navInfo a.bold {
  position: relative; }

.navInfo a.bold:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  bottom: 0%;
  left: 0px;
  z-index: -3;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out; }

.navInfo a.bold:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: -2;
  background-color: #4D89FE;
  border: 1px solid #4D89FE;
  transition: all 0.3s ease-in-out; }

.navInfo a.bold:hover:after {
  bottom: 0px; }

#nav-page {
  width: 100%;
  display: block;
  border-top: 1px solid #000;
  margin-top: 50px;
  padding-top: 50px; }

#nav-page li {
  padding: 0 0 0 0;
  margin: 0 0px;
  list-style: none; }

#nav-page ul li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
  color: #000 !important;
  margin-right: 5px;
  font-size: 16px;
  padding-top: 20px !important; }

#nav-page ul li a.active {
  position: relative;
  color: #000 !important;
  font-size: 16px; }

#nav-page ul li a.active:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  bottom: 0%;
  left: 0px;
  z-index: -3;
  background-color: transparent;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out; }

#nav-page ul li a.active:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: -2;
  background-color: #4D89FE;
  border: 1px solid #4D89FE;
  transition: all 0.3s ease-in-out; }

#nav-page ul li a.active:hover:after {
  bottom: 0px; }

#favoris .h4 {
  font-weight: 900;
  color: #000;
  margin-top: 5px;
  font-family: "area-normal", sans-serif; }

#m-informer-wrapper > div:not(.article) {
  width: 100%;
  display: block; }

#publications-container > div:not(.article) {
  width: 100%;
  display: block; }

/**************************************************************************/
/******** CAMPAGNE BOSS ***************************************************/
/**************************************************************************/
.page-boss .banner.bannerImg {
  background-color: #033ca3;
  text-align: center; }

.page-boss p {
  font-size: 18px;
  min-height: 35px; }

.page-boss #block-banner.full-width.bg-blue3 .wrapper .text {
  padding: 80px 0px 40px 0px;
  max-width: 100%;
  margin: 0px auto;
  text-align: center;
  width: 1315px; }

.logoBoss {
  width: 750px;
  margin: 30px auto; }

.page-boss h2 {
  font-weight: 400;
  font-size: 46px;
  text-align: center;
  line-height: 1.15em;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-family: "area-normal", sans-serif;
  position: relative; }

.page-boss h2:after {
  position: absolute;
  content: "";
  width: 130px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 8px;
  background-color: #000; }

.page-boss h3 {
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  line-height: 1.15em;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "area-normal", sans-serif; }

.page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper * {
  color: #fff;
  text-align: left; }

.page-boss #block-banner.background-img .wrapper:before {
  display: none; }

.page-boss .widthFull.bg- + .clear > .container {
  margin-bottom: 20px; }

.page-boss #block-banner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0px auto; }

.page-boss #block-banner .wrapper {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative; }

.page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper {
  position: absolute;
  content: "";
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper {
  background-position: center right;
  width: 49.5%;
  background-size: auto 100%;
  /*background-color: #222025;*/
  background-color: #033ca3; }

.page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper.img2 {
  left: initial; }

.page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper .text {
  padding: 30px 30px 30px 30px;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2; }

.page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper .text:after {
  position: absolute;
  content: "";
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 100%;
  z-index: -1;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #033ca3 40%);
  opacity: 0.7; }

.page-boss #block-banner.content-img.regular-width.widthFull {
  width: 100%;
  padding: 0px 20px;
  min-height: 500px; }

.page-boss #block-banner.bg-blue4 .wrapper .text {
  padding: 80px 30px 80px 30px !important; }

.page-boss #block-banner.bg-blue4 .wrapper .text {
  width: 750px;
  max-width: 100%;
  margin: 0px auto;
  width: 750px;
  max-width: 100%;
  margin: 0px auto; }

.page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper p {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.page-boss #block-banner.bg-blue4 {
  background-image: url(https://www.educalcool.qc.ca/wp-content/uploads/2022/10/Boss-bandeau.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.page-boss #block-banner.bg-blue4 img {
  display: none; }

.page-boss #block-banner.bg-blue4 * {
  color: #000;
  text-shadow: none !important; }

.page-boss #block-banner.bg-blue4 h2:after {
  background-color: #000; }

.page-boss #block-imgs {
  margin-bottom: 30px; }

.page-boss #block-imgs .wrapperFull {
  padding: 0px 20px; }

.page-boss #block-imgs .row-5 {
  margin: 0px 0px;
  padding-right: 20px; }

.page-boss #block-imgs .row-5:last-child {
  margin: 0px 0px;
  padding-right: 0px; }

.page-boss #block-imgs .row-5 img {
  height: 100%; }

.page-boss #block-banner.bg-blue1 {
  background-color: #E6ECF6;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0px auto; }

.page-boss #block-banner.bg-blue1 .wrapper .text {
  width: 1315px;
  padding: 80px 20px 50px 20px;
  position: relative;
  padding-left: 400px;
  margin: 0px auto; }

.page-boss #block-banner.bg-blue1 .wrapper .text img {
  width: 350px;
  position: absolute;
  left: 0px;
  top: 80px; }

.page-boss #block-banner.content-img.regular-width img.hidden {
  display: none; }

/*****************************************************************/
/******** PATCH FEVRIER 2023 *************************************/
/*****************************************************************/
/* CHECH TON VERRE *************************************/
.checkTonVerre {
  display: none; }

.checkTonVerre.active {
  display: block;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  bottom: 0px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px; }

.checkTonVerre:after {
  content: "";
  background-color: #000;
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.9; }

.checkTonVerre .inner {
  background: #F3F2E8;
  padding: 50px 50px 50px 50px;
  width: 600px;
  max-width: 100%;
  position: relative;
  border-radius: 20px;
  text-align: center;
  align-items: center; }

.checkTonVerre p.last {
  margin-bottom: 0px; }

.checkTonVerre .closePopup {
  width: 30px;
  cursor: pointer;
  position: relative;
  top: -15px;
  right: -10px;
  /*right: 30px;
    top: 30px;
    filter: saturate(0);
    filter: invert(1);*/
  float: right; }

#block-banner.banniereSPVM {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px; }

#block-banner.banniereSPVM .logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100px; }

.error-404 {
  padding-bottom: 100px; }

.search-results h1, .search-no-results h1 {
  margin-bottom: 0px; }

.block-search-2.black form input[type="search"] {
  border: none !important;
  background-color: #E3E1CF;
  color: #000 !important;
  text-transform: none; }

.block-search-2.black form input[type="search"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */ }

.block-search-2.black form input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000; }

.block-search-2.black form input[type="search"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000; }

.block-search-2.black .send {
  background-color: #000; }

.block-search-2.black .send:after {
  background-color: #4D89FE; }

.listPost.pt {
  padding-top: 50px; }

.listPost.pb {
  padding-bottom: 50px; }

#block-partenaires {
  padding-bottom: 50px; }

#publications-container .block-1-4-b, #publications-container .block-1-4-b:nth-child(4n) {
  width: 23%;
  margin: 0px 2% 30px 0%; }

.simple-sitemap-container ul li.page-item-16768 {
  display: none; }

.simple-sitemap-container ul li.page-item-19506 {
  display: none; }

.simple-sitemap-container ul li.page-item-20176 {
  display: none; }

.simple-sitemap-container ul li.page-item-15668 {
  display: none; }

.simple-sitemap-container ul li.page-item-16767 {
  display: none; }

.simple-sitemap-container ul li.page-item-20134 {
  display: none; }

.simple-sitemap-container ul li.page-item-20432 {
  display: none; }

.simple-sitemap-container ul li.page-item-83 {
  display: none; }

.simple-sitemap-container ul li.page-item-20715 {
  display: none; }

.simple-sitemap-container ul li.page-item-20717 {
  display: none; }

.simple-sitemap-container ul li.page-item-20873 {
  display: none; }

/**** C'est toi le boss **************/
.simple-sitemap-container ul li.page-item-18165 {
  display: none; }

.simple-sitemap-container ul li.page-item-18166 {
  display: none; }

/**** Campagne de Noel **************/
.simple-sitemap-container ul li.page-item-18436 {
  display: none; }

.simple-sitemap-container ul li.page-item-18449 {
  display: none; }

/**** PATCHING DE CODE **************/
.gb-block-accordion + h2, .gb-block-accordion + h3, .gb-block-accordion + h4 {
  margin-top: 50px; }

.gb-block-accordion + ul, .gb-block-accordion + ol {
  margin-top: 50px; }

.single-post #block-ctaAdvance {
  margin-top: 50px;
  margin-bottom: 20px; }

.calcoolateur-section {
  padding-bottom: 0px; }

/**** FIGURE **************/
figure.wp-block-table {
  margin: 40px 0px 40px 0px; }

table th {
  font-weight: 900;
  text-align: left;
  padding: 20px 0.5em 20px 0.5em !important;
  font-size: 1.2em;
  line-height: 1.2em;
  background-color: #4D89FE;
  border-right: 2px solid #000 !important; }

table ul {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important; }

table ul > li:last-child {
  margin-bottom: 0em !important; }

#commander-pub-panier-form label a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 14px;
  color: #000; }

/************************************************************************************************/
/********************************** VERSEUR DE VERRE ********************************************/
/************************************************************************************************/
#verseur .group-info.third-group .resultats > div.first {
  /*filter: saturate(0);*/ }

#verseur.en .solo-drink.first.beer1:after, #verseur.en .solo-drink.first.beer2:after, #verseur.en .solo-drink.first.beer3:after,
#verseur.en .solo-drink.first.wine1:after, #verseur.en .solo-drink.first.wine2:after, #verseur.en .solo-drink.first.wine3:after,
#verseur.en .solo-drink.first.mute1:after, #verseur.en .solo-drink.first.mute2:after, #verseur.en .solo-drink.first.mute3:after,
#verseur.en .solo-drink.first.fort1:after, #verseur.en .solo-drink.first.fort2:after, #verseur.en .solo-drink.first.fort3:after,
#verseur.en .solo-drink.first.cidre1:after, #verseur.en .solo-drink.first.cidre2:after, #verseur.en .solo-drink.first.cidre3:after {
  background-color: #e3e1cf;
  /*filter: saturate(1)!important;*/ }

/************************************************************************************************/
/********************************** LIVRE BLANC *************************************************/
/************************************************************************************************/
.blockFormulaire {
  padding: 0px 0px 50px 0px; }

.blockFormulaire .container .label {
  display: block;
  margin: 30px 0px 8px 0px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  margin-top: 10px; }

.blockFormulaire .container #refImage {
  display: none; }

.blockFormulaire .container input[type="text"], .blockFormulaire .container input[type="email"] {
  width: 100%;
  margin-bottom: 20px; }

.blockFormulaire .container input[type="button"] {
  min-width: 180px;
  top: 0;
  border: 0px solid transparent;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  height: 60px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  margin: 30px 0px 50px 0px;
  transition: all 0.2s ease-in-out;
  padding-top: 5px; }

.blockFormulaire .container input[type="button"]:hover {
  background-color: transparent;
  color: #000;
  transition: all 0.2s ease-in-out; }

.blockFormulaire .container .radio {
  margin-bottom: 30px; }

.blockFormulaire .container .choice {
  position: relative;
  margin-top: 5px; }

.blockFormulaire .container .radio input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 20px;
  opacity: 0;
  z-index: 2; }

.blockFormulaire .container .radio label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  line-height: 21px; }

.blockFormulaire .container .radio label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  box-shadow: none;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  top: -1px;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }

.blockFormulaire .container .radio input:hover + label:before {
  background-color: #E3E1CF; }

.blockFormulaire .container .radio input:checked + label:before {
  background-color: #000;
  border: 1px solid #000; }

.blockFormulaire .container .radio input:checked + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #fff;
  border-radius: 100%; }

.blockFormulaire .container .consent {
  margin-bottom: 8px; }

.blockFormulaire .container .consent.hidden {
  display: none; }

.blockFormulaire .container .consent input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 20px;
  opacity: 0;
  z-index: 2; }

.blockFormulaire .container .consent .label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start; }

.blockFormulaire .container .consent .label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border: 1px solid #000;
  box-shadow: none;
  padding: 8px 8px 8px 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 0px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out; }

.blockFormulaire .container .consent input:hover + .label:before {
  background-color: #E3E1CF; }

.blockFormulaire .container .consent input:checked + .label:before {
  background-color: #000;
  border: 1px solid #000; }

.blockFormulaire .container .consent input:checked + .label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); }

.blockFormulaire .container .consent input:hover .label:before {
  background-color: #E3E1CF;
  transition: all 0.2s ease-in-out; }

.blockFormulaire .container .consent {
  margin-bottom: 30px;
  margin-top: 10px; }

/***********************************************************************************/
/*** CHECKBOX
  /***********************************************************************************/
.blockFormulaire .container .checkbox {
  margin-bottom: 5px; }

.blockFormulaire .container .checkbox.last {
  margin-bottom: 15px; }

.blockFormulaire .container .preferencesAutre {
  margin-bottom: 30px; }

.blockFormulaire .container .checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 20px;
  opacity: 0;
  z-index: 2; }

.blockFormulaire .container .checkbox label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start; }

.blockFormulaire .container .checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border: 1px solid #000;
  box-shadow: none;
  padding: 8px 8px 8px 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 2px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out; }

.blockFormulaire .container .checkbox input:checked + label:before {
  background-color: #000 !important;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out; }

.blockFormulaire .container .checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out; }

.blockFormulaire .container .checkbox .choice label:before {
  transition: all 0.2s ease-in-out; }

.blockFormulaire .container .checkbox .choice:hover label:before {
  background-color: #E3E1CF;
  transition: all 0.2s ease-in-out; }

/************************************************************************************************/
/********************************** LIVRE BLANC MAILCHIMP ***************************************/
/************************************************************************************************/
.livreBlanc .livreAng {
  margin-top: 20px;
  margin-bottom: 50px; }

.blockFormulaireMailchimp {
  padding-top: 20px; }

.blockFormulaireMailchimp #mc_embed_signup .mc-field-group label {
  display: block;
  margin: 10px 0px 8px 0px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 10px;
  color: #000; }

.blockFormulaireMailchimp #mc_embed_signup #mc-embedded-subscribe-form input {
  margin-bottom: 15px; }

.blockFormulaireMailchimp #mc_embed_signup .clear.blockSubmit {
  text-align: left;
  margin-top: 15px; }

.blockFormulaireMailchimp .input-group {
  /*border:1px solid red;*/
  padding-bottom: 0px; }

.blockFormulaireMailchimp #mc_embed_signup .mc-field-group.input-group + .input-group {
  margin-top: 0px;
  padding-top: 0px; }

.blockFormulaireMailchimp #mc_embed_signup .mc-field-group.input-group .title-group {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px; }

.blockFormulaireMailchimp #mc_embed_signup .mc-field-group.input-group .blockRadio {
  height: auto;
  width: 100%;
  border-radius: 0px; }

.blockFormulaireMailchimp #mc_embed_signup .mc-field-group.input-group .blockRadio .choice {
  margin-bottom: 5px; }

.blockFormulaireMailchimp #mc_embed_signup .mc-field-group.input-group label {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-weight: 500;
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
  font-family: "area-normal", sans-serif; }

.blockFormulaireMailchimp #mc_embed_signup .mc-field-group.input-group .blockRadio input {
  width: 20px !important;
  height: 20px !important;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px; }

.blockFormulaireMailchimp #mc_embed_signup .mc-field-group.input-group .blockRadio input:checked + label:after {
  top: 7px; }

.blockFormulaireMailchimp #mc_embed_signup .mc-field-group.input-group .blockConsent .label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  padding-left: 30px; }

.blockFormulaireMailchimp #mc_embed_signup .mc-field-group.input-group .blockConsent .label:before {
  position: absolute;
  left: 0px;
  top: 0px; }

.blockFormulaireMailchimp #mc_embed_signup .mc-field-group.input-group .blockConsent input {
  width: 20px !important;
  height: 20px !important;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px; }

.blockFormulaireMailchimp #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  text-align: left;
  padding: 0px;
  background-color: transparent; }

/****************************************/
.page-campagne-temoignage-landing .block-infolettre form {
  max-width: 100%;
  width: 500px;
  padding-right: 50px; }

.page-campagne-temoignage-landing #mc_embed_shell {
  margin-top: 20px;
  margin-bottom: 0px; }

.page-campagne-temoignage-landing #mc_embed_shell .email {
  width: 100%;
  padding: 10px 15px 10px 15px !important; }

.page-campagne-temoignage-landing #mc_embed_signup #mc-embedded-subscribe-form input {
  font-family: 'Montserrat', sans-serif; }

.page-campagne-temoignage-landing #mc_embed_shell #mc-embedded-subscribe {
  background-color: transparent !important;
  border: none;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: auto;
  cursor: pointer;
  z-index: 3;
  margin: 0px;
  min-width: 60px;
  border: none !important; }

.page-campagne-temoignage-landing #mc_embed_shell #mc-embedded-subscribe:hover + .send:after {
  bottom: 0%; }

.page-campagne-temoignage-landing #mc_embed_shell div.mce_inline_error {
  text-align: left;
  padding: 0px;
  background-color: transparent;
  margin-top: 15px; }

.page-campagne-temoignage-landing #mc_embed_shell #mce-success-response {
  margin-top: 15px;
  font-weight: 700; }

/************************************************************************************************/
/********************************** COMPLIANZ ***************************************************/
/************************************************************************************************/
#cmplz-cookiebanner-container .cmplz-cookiebanner.cmplz-show {
  box-shadow: none;
  background: #C29B62;
  border: none;
  width: 590px !important;
  max-width: 100% !important; }

#cmplz-manage-consent .cmplz-manage-consent {
  font-size: 16px;
  font-weight: 900;
  text-decoration: none; }

.cmplz-cookiebanner .cmplz-header {
  grid-template-columns: 0px 1fr 100px !important; }

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title {
  font-size: 21px;
  font-weight: 900;
  position: relative;
  padding: 20px 0px 15px 70px;
  justify-self: left;
  text-align: left;
  margin-bottom: -10px; }

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title:before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(https://www.educalcool.qc.ca/wp-content/themes/atypic-vanilla/assets/img/svgs2/edc-cookies.svg);
  transition: all 0.3s ease-in-out;
  bottom: 0px;
  margin: auto;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px; }

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message {
  font-size: 13px;
  font-weight: 600;
  width: 100%; }

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links .cmplz-link {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #000 !important;
  position: relative; }

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links .cmplz-link:before {
  content: '/';
  display: inline-block;
  position: relative;
  margin: 0px 5px 0px -5px;
  transition: all 0.3s ease-in-out;
  color: #000; }

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links .cmplz-link:first-child:before {
  display: none; }

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons {
  margin-bottom: 10px !important; }

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  padding: 3px 25px 0px 25px;
  background-color: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
  width: 33%;
  white-space: wrap !important;
  font-weight: 600;
  text-align: center;
  align-items: center;
  height: 48px;
  justify-content: center; }

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background-color: #000 !important;
  color: #fff !important; }

.cmplz-cookiebanner .cmplz-categories {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px; }

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before {
  background-color: #FE7040 !important; }

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before {
  background-color: #4D89FE !important; }

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
  background-color: #000 !important; }

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
  color: #fff !important;
  font-weight: 900 !important; }

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon {
  filter: invert(1); }

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
  color: #fff !important; }

#cmplz-manage-consent .cmplz-manage-consent {
  box-shadow: none !important; }

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  color: #43C09B !important; }

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
  font-weight: 500;
  grid-column-start: 1;
  justify-self: start;
  color: #fff; }

/************************************************************************************************/
/********************************** ANCRE INSCRIPTION INFOLETTRE ********************************/
/************************************************************************************************/
.page-template-page-infolettre #infolettre {
  width: 0px;
  height: 0px;
  position: relative;
  top: -50px; }

@media (max-width: 768px) {
  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    width: 100%; } }

@media (max-width: 430px) {
  .cmplz-cookiebanner .cmplz-links.cmplz-documents {
    display: block !important; }
  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links .cmplz-link {
    display: block;
    width: 100%;
    text-align: center; }
  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links .cmplz-link:before {
    display: none; } }

@media (max-width: 425px) {
  .cmplz-cookiebanner .cmplz-header .cmplz-title {
    display: block !important; }
  .cmplz-cookiebanner .cmplz-header {
    grid-template-columns: 0px 1fr 50px !important; } }

/*******************************************************************************/
/******* LANDING - GENERAL ****************************************************/
/*******************************************************************************/
.pl {
  padding-left: 80px; }

.pr {
  padding-right: 80px; }

.home .block-home.block-hero.hidden {
  display: none !important; }

.home .banner.iconImg.bg-blue1 {
  min-height: 600px; }

.home .banner.iconImg.bg-blue1 p {
  display: block;
  width: 710px;
  max-width: 100%;
  margin-top: 50px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px; }

.home .banner.iconImg.bg-blue1 .cta span.deco img {
  width: 25px;
  height: auto;
  position: static; }

.page-template-page-campagne-temoignage-archive-php .site-header.dark .sticky img {
  filter: invert(0); }

.single-campagne_temoignage .site-header.dark .sticky img {
  filter: invert(0); }

/*******************************************************************************/
/******* LANDING - BANNIERE ****************************************************/
/*******************************************************************************/
.page-campagne-temoignage-landing .banner {
  margin-bottom: 0px; }

.page-campagne-temoignage-landing .banner h1 {
  width: auto;
  display: inline-block;
  background-color: #F3F2E8;
  padding: 50px 40px 40px 40px;
  border-radius: 20px;
  position: relative; }

.page-campagne-temoignage-landing .banner h1:after {
  content: '';
  width: 131px;
  height: 60px;
  position: absolute;
  right: 0px;
  bottom: -38px;
  z-index: 1;
  background-image: url(./assets/img/campagne/bulle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.page-campagne-temoignage-landing .banner.iconImg .wrapper img.icon {
  height: 400px; }

/*******************************************************************************/
/******* LANDING - INTRO *******************************************************/
/*******************************************************************************/
.page-campagne-temoignage-landing .block-intro {
  margin-left: 40px;
  margin-right: 40px;
  width: calc(100% - 80px);
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #000; }

.page-campagne-temoignage-landing .block-intro h2 {
  font-size: 34px;
  line-height: 1.25em; }

.page-campagne-temoignage-landing .block-intro p:last-child {
  margin-bottom: 0px; }

/*******************************************************************************/
/******* LANDING - INFOLETTRE **************************************************/
/*******************************************************************************/
.page-campagne-temoignage-landing .block-infolettre {
  padding: 80px 0px; }

.page-campagne-temoignage-landing .block-infolettre .block-1-2 {
  display: flex;
  align-items: center; }

.page-campagne-temoignage-landing .block-infolettre .block-icon .icon, .page-campagne-temoignage-landing .block-infolettre .block-icon span {
  display: inline-block;
  vertical-align: middle; }

.page-campagne-temoignage-landing .block-infolettre .block-icon .icon {
  width: 110px;
  height: 110px;
  padding: 20px;
  margin-right: 20px;
  border-radius: 20px;
  position: absolute;
  left: 0px;
  top: 0px; }

.page-campagne-temoignage-landing .block-infolettre .block-icon {
  margin-bottom: 20px;
  padding-left: 130px;
  position: relative;
  min-height: 110px;
  display: flex;
  align-items: center; }

.page-campagne-temoignage-landing .block-infolettre .block-icon .icon .inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center center; }

.page-campagne-temoignage-landing .block-infolettre .block-icon-3 {
  margin-bottom: 0px; }

.page-campagne-temoignage-landing .block-infolettre .block-icon-1 .icon {
  background-color: #FE7040; }

.page-campagne-temoignage-landing .block-infolettre .block-icon-2 .icon {
  background-color: #A1C8E4; }

.page-campagne-temoignage-landing .block-infolettre .block-icon-3 .icon {
  background-color: #4D89FE; }

.page-campagne-temoignage-landing .block-infolettre .block-icon span {
  font-weight: 900;
  font-size: 26px;
  line-height: 1.1em; }

.page-campagne-temoignage-landing .block-infolettre .block-icon span.small {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  display: block;
  text-transform: none;
  margin-top: 5px; }

.page-campagne-temoignage-landing .block-infolettre form {
  position: relative;
  display: inline-block;
  padding-right: 50px;
  max-width: 100%; }

.page-campagne-temoignage-landing .block-infolettre input[type="text"] {
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #000 !important;
  width: 400px;
  max-width: 100%;
  height: 60px;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  font-size: 14px;
  padding: 10px 15px 10px 15px;
  outline: none;
  color: #000 !important;
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.6em; }

.page-campagne-temoignage-landing .block-infolettre ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */ }

.page-campagne-temoignage-landing .block-infolettre :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000; }

.page-campagne-temoignage-landing .block-infolettre ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000; }

.page-campagne-temoignage-landing .block-infolettre input[type="button"] {
  background-color: transparent;
  border: none;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 00px;
  right: 0px;
  cursor: pointer;
  z-index: 2; }

.page-campagne-temoignage-landing .block-infolettre .send {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  padding-top: 18px;
  z-index: 1;
  border-radius: 50%;
  background-color: #000;
  overflow: hidden; }

.page-campagne-temoignage-landing .block-infolettre .send:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: 1;
  background-color: #C29B62;
  transition: all 0.3s ease-in-out; }

.page-campagne-temoignage-landing .block-infolettre .send img {
  position: relative;
  z-index: 3;
  width: 25px; }

.page-campagne-temoignage-landing .block-infolettre form input[type="button"]:hover + .send:after {
  bottom: 0%; }

.page-campagne-temoignage-landing .block-infolettre .block-1-2 div#zcOptinSuccessPopup {
  display: none; }

.page-campagne-temoignage-landing .block-infolettre .block-1-2 div#Zc_SignupSuccess {
  /*display:block!important;*/
  position: static !important;
  margin-left: 0% !important;
  width: auto !important;
  background-color: transparent !important;
  padding: 3px !important;
  border: none !important;
  margin-top: 0px !important;
  margin-bottom: 30px !important;
  word-break: break-all !important; }

.page-campagne-temoignage-landing .block-infolettre .block-1-2 .fa-thumbs-up {
  font-size: 30px !important;
  line-height: 1em !important;
  color: #000 !important; }

.page-campagne-temoignage-landing .block-infolettre .block-1-2 span#signupSuccessMsg {
  font-weight: 900 !important;
  font-size: 26px !important;
  line-height: 1.1em !important;
  color: #000 !important; }

/*******************************************************************************/
/******* LANDING - TEMOIGNAGES *************************************************/
/*******************************************************************************/
.page-campagne-temoignage-landing .block-temoignages {
  padding: 100px 0px 90px 0;
  position: relative;
  background-color: #000;
  z-index: 20; }

.page-campagne-temoignage-landing .block-temoignages:before {
  content: "";
  background-image: url(./assets/img/svgs2/edc-corner-40.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0px;
  top: -40px; }

.page-campagne-temoignage-landing .block-temoignages:after {
  content: "";
  background-image: url(./assets/img/svgs2/edc-corner-40.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0px;
  top: -40px;
  webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.page-campagne-temoignage-landing .block-temoignages .block-left.pr {
  position: relative;
  z-index: 10; }

.page-campagne-temoignage-landing .block-temoignages .block-left.pl {
  position: relative;
  z-index: 5;
  margin-top: -10px; }

.page-campagne-temoignage-landing .block-temoignages .block-left.pr .inner {
  position: sticky;
  position: -webkit-sticky;
  top: 80px; }

.page-campagne-temoignage-landing .block-temoignages .quote {
  font-style: italic;
  margin-bottom: 10px; }

.page-campagne-temoignage-landing .block-temoignages .quote img {
  width: 14px; }

.page-campagne-temoignage-landing .block-temoignages .quote img.quote-left {
  margin-right: 5px; }

.page-campagne-temoignage-landing .block-temoignages .quote img.quote-right {
  margin-left: 5px; }

.page-campagne-temoignage-landing .block-temoignages .quote.right {
  margin-bottom: 30px; }

.page-campagne-temoignage-landing .block-temoignages .cta span.txt {
  padding: 14px 25px 8px 25px; }

.page-campagne-temoignage-landing .block-temoignages .cta.temoignages {
  padding-right: 0px;
  margin-right: 5px; }

.page-campagne-temoignage-landing .block-temoignages .cta.temoignages:hover span.txt {
  color: #000 !important;
  transition: all 0.2s ease-in-out; }

.page-campagne-temoignage-landing .block-temoignages .cta.temoignages:hover span.txt {
  border: 1px solid #000;
  animation-delay: 300ms;
  transition: all 0.2s ease-in-out; }

.page-campagne-temoignage-landing .block-temoignages .cta.temoignages span.txt:after {
  background-color: #C29B62;
  transition: all 0.2s ease-in-out; }

.page-campagne-temoignage-landing .block-temoignages .cta.popup span.txt:before {
  background-color: #FE7040; }

.page-campagne-temoignage-landing .block-temoignages .cta.popup span.txt {
  border: 1px solid #000;
  animation-delay: 300ms;
  color: #000 !important;
  transition: all 0.2s ease-in-out; }

.page-campagne-temoignage-landing .block-temoignages .cta.popup:hover span.txt {
  color: #fff !important;
  transition: all 0.2s ease-in-out; }

.page-campagne-temoignage-landing .block-temoignages .cta.popup:hover span.txt {
  border: 1px solid #fff;
  animation-delay: 300ms;
  transition: all 0.2s ease-in-out; }

.page-campagne-temoignage-landing .block-temoignages .cta.popup span.txt:after {
  background-color: #000;
  transition: all 0.2s ease-in-out; }

/*******************************************************************************/
/******* LANDING - VIDEO *******************************************************/
/*******************************************************************************/
.page-campagne-temoignage-landing .block-video {
  display: none !important;
  padding: 80px 0px; }

.page-campagne-temoignage-landing .block-video .block-1-2.pl {
  display: flex;
  align-items: center; }

.page-campagne-temoignage-landing .shortCodeVideo {
  margin-top: 0px;
  margin-bottom: 0px; }

.page-campagne-temoignage-landing .shortCodeVideo .thumb {
  opacity: 0.8; }

/*******************************************************************************/
/******* LANDING - PARTAGE *****************************************************/
/*******************************************************************************/
.page-campagne-temoignage-landing .block-partage {
  padding: 100px 0px 100px 0px; }

.page-campagne-temoignage-landing .block-partage .shareCampagne {
  background-color: #C29B62;
  padding: 50px 40px 40px 40px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.page-campagne-temoignage-landing .block-partage .shareCampagne:before {
  content: '';
  height: 1px;
  position: absolute;
  right: 40px;
  left: 40px;
  bottom: 0px;
  top: 0px;
  display: block;
  margin: auto;
  background-color: #000; }

.page-campagne-temoignage-landing .block-partage .shareCampagne:after {
  content: '';
  width: 131px;
  height: 60px;
  position: absolute;
  right: 0px;
  bottom: -38px;
  z-index: 1;
  background-image: url(./assets/img/campagne/bulle2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.page-campagne-temoignage-landing .block-partage .shareCampagne h3 {
  margin: 0px;
  padding-right: 40px;
  font-size: 46px;
  line-height: 54px;
  position: relative;
  z-index: 2;
  background-color: #C29B62; }

.page-campagne-temoignage-landing .block-partage .shareCampagne .icon {
  margin: 0px;
  padding-left: 40px;
  position: relative;
  z-index: 2;
  background-color: #C29B62; }

.page-campagne-temoignage-landing .block-partage .shareCampagne .icon a {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 16px;
  font-size: 20px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden; }

.page-campagne-temoignage-landing .block-partage .shareCampagne .icon a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  bottom: 0%;
  left: 0px;
  z-index: -1;
  background-color: #000;
  transition: all 0.3s ease-in-out; }

.page-campagne-temoignage-landing .block-partage .shareCampagne .icon a:hover:after {
  bottom: -100%; }

.page-campagne-temoignage-landing .block-partage .shareCampagne .icon a:hover i {
  color: #000 !important; }

/*******************************************************************************/
/******* ARCHIVE - BANNIERE*****************************************************/
/*******************************************************************************/
.page-campagne-temoignage-archive {
  overflow: hidden; }

.page-campagne-temoignage-archive .banner {
  min-height: 350px;
  margin-bottom: 0px; }

/*******************************************************************************/
/******* ARCHIVE - TEMOIGNAGES**************************************************/
/*******************************************************************************/
.page-campagne-temoignage-archive .block-temoignages {
  padding: 80px 0px;
  position: relative; }

.page-campagne-temoignage-archive .ctaScroll {
  position: relative;
  z-index: 5; }

.page-campagne-temoignage-archive .ctaScroll a {
  position: fixed;
  bottom: 0px;
  display: inline-block;
  padding: 25px 25px 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }

.page-campagne-temoignage-archive .ctaScroll a.left {
  left: 0px;
  background-color: #4D89FE;
  border-radius: 0px 20px 0px 0px; }

.page-campagne-temoignage-archive .ctaScroll a.right {
  right: 0px;
  background-color: #FE7040;
  border-radius: 20px 0px 0px 0px; }

.page-campagne-temoignage-archive .ctaScroll a:hover {
  text-decoration: underline; }

.switch2 {
  display: inline-block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  padding-top: 16px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  text-align: center;
  overflow: hidden; }
  .switch2:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    position: absolute;
    bottom: -100%;
    left: 0px;
    z-index: 2;
    background-color: #C29B62;
    border: 1px solid #C29B62;
    transition: all 0.3s ease-in-out; }
  .switch2:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    position: absolute;
    bottom: 0%;
    left: 0px;
    z-index: 1;
    border: 1px solid #fff;
    background-color: #F3F2E8;
    transition: all 0.3s ease-in-out; }
  .switch2 img {
    position: relative;
    z-index: 3; }

.switch2:hover:before {
  border: 1px solid #C29B62; }

.switch2:hover:after {
  bottom: 0px; }

.switch2:hover img {
  filter: invert(1); }

.switch2 .sun {
  display: none;
  width: 29px;
  margin: 0px auto; }

.switch2 .moon {
  display: block;
  width: 21px;
  margin: 0px auto;
  margin-top: 3px; }

.switch2.active .sun {
  display: block; }

.switch2.active .moon {
  display: none; }

/*******************************************************************************/
/******* ARCHIVE - CARTE********************************************************/
/*******************************************************************************/
.page-campagne-temoignage-archive #block-cards #grid {
  margin-bottom: 0px; }

.page-campagne-temoignage-archive #block-cards {
  position: relative;
  z-index: 10; }

.page-campagne-temoignage-archive .lightBoxCampagne .md_add_temoignage_btn {
  display: none; }

.page-campagne-temoignage-archive #block-cards {
  position: relative;
  z-index: 10; }

.page-campagne-temoignage-archive #block-cards .row .wrap {
  width: 100%;
  padding: 80px 100px 80px 100px; }

.page-campagne-temoignage-archive #block-cards .content-wrap-inner {
  width: 600px;
  max-width: 100%; }

.page-campagne-temoignage-archive #block-cards .bg-blue1 .content-wrap-inner {
  float: right; }

/*******************************************************************************/
/******* ARCHIVE - DARK ********************************************************/
/*******************************************************************************/
.dark {
  background: #000; }

.page-campagne-temoignage-archive.dark .banner {
  border-bottom: 1px solid #fff; }

.page-campagne-temoignage-archive.dark .banner * {
  color: #fff; }

/*******************************************************************************/
/******* BLOCK VIDEOS **********************************************************/
/*******************************************************************************/
/*
.page-campagne-temoignage-landing .block-videos{
    display:block;
    padding:80px 0px;
}
.page-campagne-temoignage-landing .block-videos + .block-partage{padding-top:0px;}
*/
.page-campagne-temoignage-landing .block-videos .owl-carousel.owl-loaded {
  height: auto;
  position: static; }

.page-campagne-temoignage-landing .block-videos .owl-carousel .owl-stage-outer {
  border-radius: 20px;
  overflow: hidden; }

.page-campagne-temoignage-landing .block-videos .owl-nav {
  position: absolute;
  left: calc(50% + 80px);
  bottom: 0px; }

.page-campagne-temoignage-landing .block-videos .owl-nav button {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 16px;
  font-size: 20px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-indent: -9999px; }

.page-campagne-temoignage-landing .block-videos .owl-nav button.owl-prev {
  background: url(./assets/img/campagne/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto; }

.page-campagne-temoignage-landing .block-videos .owl-nav button.owl-next {
  background: url(./assets/img/campagne/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto; }

.page-campagne-temoignage-landing .block-videos .owl-nav button.owl-prev:hover {
  background: url(./assets/img/campagne/arrow-left-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto; }

.page-campagne-temoignage-landing .block-videos .owl-nav button.owl-next:hover {
  background: url(./assets/img/campagne/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto; }

.page-campagne-temoignage-landing .block-videos .owl-nav button:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: -1;
  background-color: #000;
  transition: all 0.3s ease-in-out; }

.page-campagne-temoignage-landing .block-videos .owl-nav button:hover:after {
  bottom: 0%;
  transition: all 0.3s ease-in-out; }

.page-campagne-temoignage-landing .block-videos .owl-dots {
  position: absolute;
  right: 15px;
  bottom: 0px; }

.block-videos .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: transparent;
  border: 1px solid #000;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.block-videos .owl-theme .owl-dots .owl-dot.active span {
  background: #000; }

.page-campagne-temoignage-landing .block-intro-1 {
  border-bottom: none; }

.page-campagne-temoignage-landing .block-video.block-videos {
  display: block !important;
  padding: 0px 0px 80px 0px; }

@media screen and (max-width: 1000px) {
  .page-campagne-temoignage-landing .block-video.block-videos .block-1-2.pl {
    padding-bottom: 50px; } }

/*.page-campagne-temoignage-landing .block-video.block-videos {
    display:block!important;
    padding: 80px 0px 0px 0px;
}*/
.page-campagne-temoignage-landing #block-cards .thumb {
  background-size: auto 50px !important; }

.page-campagne-temoignage-landing #block-cards .ctaSimple {
  padding: 3px 25px 0px 25px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  width: 200px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: center; }

.page-campagne-temoignage-landing #block-cards .ctaSimple:hover {
  text-decoration: underline; }

/*******************************************************************************/
/******* RESPONSIVE ************************************************************/
/*******************************************************************************/
@media screen and (max-width: 1350px) {
  .pl {
    padding-left: 30px; }
  .pr {
    padding-right: 30px; }
  .page-campagne-temoignage-landing .block-videos .owl-nav {
    left: calc(50% + 30px); } }

@media screen and (max-width: 1200px) {
  .page-campagne-temoignage-archive .banner .head-description {
    margin-top: 20px; }
  .page-campagne-temoignage-archive #block-cards .row-2 .wrap {
    padding: 60px 20px 60px 20px;
    margin-bottom: 0px; }
  .page-campagne-temoignage-archive #block-cards .row-2 .wrap.bg-blue1 {
    border-radius: 0px 0px 0px 0px; }
  .page-campagne-temoignage-landing .block-videos .list {
    flex-direction: column-reverse; }
  .page-campagne-temoignage-landing .block-videos .block-left {
    width: 100%; }
  .page-campagne-temoignage-landing .block-videos .pl {
    padding-left: 0px; }
  .page-campagne-temoignage-landing .block-videos .pr {
    padding-right: 0px; }
  .page-campagne-temoignage-landing .block-videos .owl-carousel.owl-loaded {
    padding-top: 150px;
    position: relative; }
  .page-campagne-temoignage-landing .block-videos .owl-nav {
    position: absolute;
    left: 0px;
    bottom: initial;
    top: 0px; }
  .page-campagne-temoignage-landing .block-videos .owl-dots {
    position: absolute;
    right: 0px;
    bottom: initial;
    top: 34px; } }

@media screen and (max-width: 1000px) {
  .page-campagne-temoignage-landing .block-intro {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px); }
  .page-campagne-temoignage-landing .banner.iconImg .wrapper img.icon {
    height: auto; }
  .home .banner.iconImg.bg-blue1 p {
    width: 100%;
    max-width: 100%; }
  .pl {
    padding-left: 0px; }
  .pr {
    padding-right: 0px; }
  .page-campagne-temoignage-landing .block-1-2 {
    width: 100%;
    float: none; }
  .page-campagne-temoignage-landing .block-intro .container {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .page-campagne-temoignage-landing .block-infolettre .block-1-2.pl {
    margin-top: 80px; }
  .page-campagne-temoignage-landing .block-temoignages .block-left.pl {
    margin-top: 60px; }
  .page-campagne-temoignage-landing .block-video .wrapper {
    flex-direction: column-reverse; }
  .page-campagne-temoignage-landing .block-partage .shareCampagne {
    padding: 50px 20px 40px 20px; }
  .page-campagne-temoignage-landing .block-partage .shareCampagne h3 {
    font-size: 40px;
    line-height: 49px; } }

@media screen and (max-width: 750px) {
  .page-campagne-temoignage-archive #block-cards .content-wrap-inner {
    width: 100%; } }

@media screen and (max-width: 600px) {
  .page-campagne-temoignage-landing .banner h1 {
    padding: 50px 15px 40px 15px; }
  .page-campagne-temoignage-landing .block-temoignages .quote.left {
    text-align: left; }
  .page-campagne-temoignage-landing .block-temoignages .quote.center {
    text-align: left; }
  .page-campagne-temoignage-landing .block-temoignages .quote.right {
    text-align: left; }
  .page-campagne-temoignage-landing .cta span.txt {
    height: 60px; }
  .single-campagne_temoignage-wrapper .cta span.txt {
    height: 60px; }
  .single-campagne_temoignage-back .cta span.txt {
    height: 60px; }
  .page-campagne-temoignage-landing .ctaTem {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse; }
  .page-campagne-temoignage-landing .ctaTem a.temoignages {
    margin-top: 20px; }
  .page-campagne-temoignage-landing .block-infolettre .block-icon span {
    font-size: 19px;
    line-height: 28px; }
  .page-campagne-temoignage-landing .block-infolettre form {
    width: 100%; }
  .page-campagne-temoignage-landing .block-infolettre input[type="text"] {
    width: 100%; }
  .page-campagne-temoignage-landing .block-partage .shareCampagne {
    display: block;
    text-align: center; }
  .page-campagne-temoignage-landing .block-partage .shareCampagne h3 {
    padding-right: 0px;
    margin-bottom: 30px; }
  .page-campagne-temoignage-landing .block-partage .shareCampagne .icon {
    padding-left: 0px; }
  .page-campagne-temoignage-landing .block-partage .shareCampagne:before {
    display: none; }
  .single-campagne_temoignage-wrapper .cta span.deco {
    display: block; }
  .page-campagne-temoignage-archive .ctaScroll a {
    width: 50%;
    border-radius: 0px 0px 0px 0px !important;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center; } }

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

.block-hero {
  position: relative;
  z-index: 3;
  padding: 0px 0px 0px 0px;
  margin-left: 40px;
  margin-right: 40px;
  width: calc(100% - 80px);
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 740px;
  border-radius: 20px; }
  .block-hero .block-1-2 {
    padding-left: 100px; }
    .block-hero .block-1-2 a {
      text-decoration: none; }

.block-hero .inner {
  width: 100%; }

.block-beige {
  position: relative; }

.block-beige .inner2 {
  position: relative;
  padding: 20px 30px 20px 0px;
  z-index: 2;
  display: flex;
  align-items: center; }

.block-beige .inner2:before {
  content: "";
  background-image: url(./assets/img/svgs2/edc-corner-20.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 20px;
  width: 20px;
  position: absolute;
  left: -100px;
  top: -20px; }

.block-beige .inner2:after {
  content: "";
  background-image: url(./assets/img/svgs2/edc-corner-20.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 20px;
  width: 20px;
  position: absolute;
  right: -20px;
  bottom: 0px; }

.block-beige .txt {
  margin-bottom: 0px; }

.block-beige .inner2 .txt {
  margin-right: 40px; }

.block-beige:after {
  content: "";
  background-color: #F3F2E8;
  display: block;
  width: calc(100% + 100px);
  height: calc(100%);
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -5;
  border-radius: 0px 20px 0px 0px; }

.block-hero.noTxt .cta {
  padding-left: 100px; }

.block-hero.noTxt {
  display: flex;
  align-items: center; }

.block-hero.mob {
  height: auto;
  display: block;
  display: none; }

.block-hero.mob img {
  border-radius: 20px;
  margin-bottom: 30px; }

.block-hero.mob h2 a {
  text-decoration: none; }

.block-hero.mob h2:hover a {
  text-decoration: underline; }

.block-vedette {
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative; }
  .block-vedette .list {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center; }
    .block-vedette .list .content {
      padding: 20px 80px; }
      .block-vedette .list .content a {
        text-decoration: none; }
    .block-vedette .list .img {
      background-size: cover;
      background-position: center center;
      border-radius: 20px;
      min-height: 450px; }

.block-outils {
  padding-top: 120px;
  background-color: #000;
  padding-bottom: 120px;
  position: relative; }
  .block-outils .top h2 {
    margin: 0px;
    padding: 0px 0px 50px 0px;
    position: relative;
    z-index: 1; }
  .block-outils .list .block-left {
    background-color: #fff;
    padding: 40px 40px 60px 40px;
    height: 100%;
    width: 100%;
    border-radius: 0px 0px 40px 0px; }
    .block-outils .list .block-left .thumb {
      width: 110px;
      height: 110px;
      background-color: #fff;
      padding: 20px;
      border-radius: 20px;
      margin: 0px 0px 30px 0px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .block-outils .list .block-left .thumb .thumbInner {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 80px;
        height: 80px; }
    .block-outils .list .block-left h3 {
      font-size: 26px;
      line-height: 1.25em;
      margin-bottom: 20px; }
    .block-outils .list .block-left p {
      font-size: 14px;
      line-height: 1.5em; }

.block-outils:before {
  content: "";
  background-image: url(./assets/img/svgs2/edc-corner-40.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0px;
  top: -40px; }

.block-outils:after {
  content: "";
  background-image: url(./assets/img/svgs2/edc-corner-40.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0px;
  top: -40px;
  webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.block-outils .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch; }

.block-outils .block-left.blue {
  background-color: #4D89FE; }

.block-outils .block-left.bleu1 {
  background-color: #A1C8E4; }

.block-outils .block-left.orange {
  background-color: #FE7040; }

.block-outils .block-left.beige {
  background-color: #F3F2E8; }

.block-outils .block-left.or {
  background-color: #C29B62; }

.block-outils .block-left.blue .ctaDot.blue1 span.txt:after {
  background-color: #fff; }

.block-outils .block-left.orange .ctaDot.blue1 span.txt:after {
  background-color: #fff; }

.block-outils .block-left.beige .ctaDot.blue1 span.txt:after {
  background-color: #4D89FE; }

.block-outils .top .block-right a {
  position: relative;
  z-index: 2; }

.block-outils .owl-carousel .owl-stage-outer {
  width: calc(100% - 3px); }

.block-outils .no-js .owl-carousel, .block-outils .owl-carousel.owl-loaded {
  height: auto; }

.block-outils .owl-nav {
  z-index: 2;
  max-width: 100%;
  width: 1420px;
  height: 0px;
  position: absolute;
  top: -100px;
  right: 0px;
  left: 0px;
  display: block;
  margin: auto; }

.block-outils .owl-dots {
  display: none; }

.block-outils .owl-nav .owl-prev, .block-outils .owl-nav .owl-next {
  width: 110px;
  height: 60px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: auto 25px !important;
  background-position: center center !important; }

.block-outils .owl-nav .owl-prev {
  background-size: auto 26px !important;
  background-position: 21px center !important; }

.block-outils .owl-nav .owl-next {
  background-size: auto 26px !important;
  background-position: 27px center !important; }

.block-outils .owl-nav .owl-prev {
  background-image: url(./assets/img/svgs2/edc-arrow-slider-left.svg) !important;
  float: left;
  margin-top: -30px; }

.block-outils .owl-nav .owl-next {
  background-image: url(./assets/img/svgs2/edc-arrow-slider-right.svg) !important;
  float: right;
  margin-top: -30px; }

.block-outils .owl-nav .owl-prev:after, .block-outils .owl-nav .owl-next:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out; }

.block-outils .owl-nav .owl-prev:after {
  bottom: 0px;
  right: 0px; }

.block-outils .owl-nav .owl-next:after {
  bottom: 0px;
  left: 0px; }

.block-outils .owl-nav .owl-prev:before, .block-outils .owl-nav .owl-next:before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 30px;
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease-in-out; }

.block-outils .owl-nav .owl-prev:before {
  bottom: 24px;
  right: 24px; }

.block-outils .owl-nav .owl-next:before {
  bottom: 24px;
  left: 24px; }

.block-outils .owl-nav .owl-prev:hover, .block-outils .owl-nav .owl-next:hover {
  background-color: transparent; }

.block-outils .owl-nav .owl-prev span, .block-outils .owl-nav .owl-next span {
  height: 60px;
  width: 60px;
  position: absolute;
  border-radius: 30px;
  overflow: hidden;
  text-indent: -9999px; }

.block-outils .owl-nav .owl-prev span {
  left: 0px;
  top: 0px; }

.block-outils .owl-nav .owl-next span {
  right: 0px;
  top: 0px; }

.block-outils .owl-nav .owl-prev span:after, .block-outils .owl-nav .owl-next span:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  bottom: -60px;
  right: 0px;
  z-index: -1;
  background-color: #C29B62;
  border: 1px solid #C29B62;
  transition: all 0.3s ease-in-out; }

.block-outils .owl-nav .owl-prev span:before, .block-outils .owl-nav .owl-next span:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  bottom: 0%;
  right: 0px;
  border: 1px solid #fff;
  z-index: -1;
  transition: all 0.3s ease-in-out; }

.block-outils .owl-nav .owl-prev:hover span:before, .block-outils .owl-nav .owl-next:hover span:before {
  border: 1px solid #C29B62; }

.block-outils .owl-nav .owl-prev:hover span:after, .block-outils .owl-nav .owl-next:hover span:after {
  bottom: 0px; }

.block-actualite {
  position: relative;
  padding-top: 120px;
  min-height: 500px; }
  .block-actualite .block-top .inner {
    padding-bottom: 50px;
    position: relative; }
    .block-actualite .block-top .inner h2 {
      margin-bottom: 0px;
      padding-bottom: 0px; }
  .block-actualite .block-top a.cat {
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.24px;
    color: #000;
    border: 1px solid #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    z-index: 2;
    display: inline-block;
    padding: 24px 20px 20px 20px;
    height: 60px;
    position: relative;
    min-width: 200px;
    overflow: hidden;
    border-radius: 30px; }
  .block-actualite .block-top a.text {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px; }
  .block-actualite .blockList {
    position: relative; }
    .block-actualite .blockList .inner .listNews {
      position: absolute;
      top: 0px;
      left: 0px;
      opacity: 0;
      z-index: -2; }
      .block-actualite .blockList .inner .listNews.active {
        position: relative;
        opacity: 1;
        z-index: 1; }
      .block-actualite .blockList .inner .listNews .article {
        position: relative;
        border: 1px solid transparent;
        border-radius: 20px; }
        .block-actualite .blockList .inner .listNews .article .thumb2 {
          position: relative; }
        .block-actualite .blockList .inner .listNews .article .thumb {
          display: block;
          line-height: 0em;
          overflow: hidden;
          border-radius: 20px; }
        .block-actualite .blockList .inner .listNews .article .content {
          padding: 40px 40px 70px 40px; }
          .block-actualite .blockList .inner .listNews .article .content h3, .block-actualite .blockList .inner .listNews .article .content h2 {
            margin: 0px;
            font-weight: 900;
            font-size: 20px;
            line-height: 1.3em; }
            .block-actualite .blockList .inner .listNews .article .content h3 a, .block-actualite .blockList .inner .listNews .article .content h2 a {
              text-decoration: none; }
          .block-actualite .blockList .inner .listNews .article .content p.date {
            margin: 0px;
            font-size: 14px;
            font-weight: 500;
            position: absolute;
            bottom: 20px;
            left: 40px; }

.block-actualite.liste-actualite {
  min-height: 10px;
  padding-bottom: 80px; }

.block-actualite.liste-actualite .blockList .inner .listNews {
  position: relative;
  z-index: 1;
  opacity: 1; }

.block-actualite.liste-actualite .block-right a {
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block; }

.block-actualite.liste-actualite .block-right a:hover {
  text-decoration: underline; }

.block-actualite a.cat.list2 {
  margin-right: -20px; }

.block-actualite a.text:hover {
  text-decoration: underline; }

.block-actualite a.cat.active {
  z-index: 0; }

.block-actualite a.cat:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: -2;
  transition: all 0.3s ease-in-out; }

.block-actualite a.cat.list2:after {
  background-color: #4D89FE; }

.block-actualite a.cat.list3:after {
  background-color: #FE7040; }

.block-actualite a.cat.list2.active:after {
  bottom: 0%;
  transition: all 0.3s ease-in-out; }

.block-actualite a.cat.list3.active:after {
  bottom: 0%;
  transition: all 0.3s ease-in-out; }

.block-actualite a.cat.list2.active {
  border: 1px solid #4D89FE; }

.block-actualite a.cat.list3.active {
  border: 1px solid #FE7040; }

.block-actualite .blockList .inner .listNews .article:hover .thumb {
  border-radius: 20px 20px 0px 0px; }

.block-actualite .blockList .inner .listNews .article .thumb img {
  transition: all 0.3s ease-in-out; }

.block-actualite .blockList .inner .listNews .article:hover .thumb img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.2); }

.block-actualite .blockList .inner .listNews .article:hover {
  border: 1px solid #000;
  transition: all 0.3s ease-in-out; }

.block-actualite .blockList .inner .listNews .article .content h3 a {
  transition: all 0.3s ease-in-out; }

.block-actualite .blockList .inner .listNews .article .content h3 a:hover {
  text-decoration: underline !important;
  transition: all 0.3s ease-in-out; }

.block-events {
  height: 650px;
  margin-bottom: 100px;
  margin-top: 100px; }

.site-footer {
  position: relative; }
  .site-footer .footer-top {
    padding: 120px 40px 100px 40px;
    background-color: #000; }
    .site-footer .footer-top .left {
      margin-top: 15px; }
      .site-footer .footer-top .left a {
        margin: 0px 20px;
        font-size: 22px; }
        .site-footer .footer-top .left a:first-child {
          margin-left: 0px; }
    .site-footer .footer-top .center img {
      width: 250px;
      max-width: 100%; }
    .site-footer .footer-top .right form {
      position: relative;
      padding-right: 50px; }
      .site-footer .footer-top .right form input[type="text"] {
        border-radius: 30px;
        background-color: transparent;
        border: 1px solid #fff !important;
        width: 320px;
        height: 60px;
        font-family: 'Montserrat', sans-serif;
        text-transform: none;
        max-width: 100%;
        font-size: 14px;
        padding: 10px 15px 10px 15px;
        outline: none;
        color: #fff !important;
        margin: 0px 0px 30px 0px;
        font-size: 16px;
        color: #000;
        font-weight: 500;
        line-height: 1.6em;
        margin-bottom: 0px; }
      .site-footer .footer-top .right form ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1;
        /* Firefox */ }
      .site-footer .footer-top .right form :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff; }
      .site-footer .footer-top .right form ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #fff; }
      .site-footer .footer-top .right form input[type="submit"] {
        background-color: transparent;
        border: none;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        margin: auto;
        cursor: pointer;
        z-index: 2;
        margin: 0px; }
      .site-footer .footer-top .right form .send {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        text-align: center;
        padding-top: 18px;
        margin: auto;
        z-index: 1;
        border-radius: 50%;
        background-color: #4D89FE;
        overflow: hidden;
        margin: 0px; }
        .site-footer .footer-top .right form .send:after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          position: absolute;
          bottom: -100%;
          left: 0px;
          z-index: 1;
          background-color: #FE7040;
          transition: all 0.3s ease-in-out; }
        .site-footer .footer-top .right form .send img {
          position: relative;
          z-index: 3;
          width: 25px; }
    .site-footer .footer-top .right p {
      text-align: left;
      font-size: 10px;
      font-family: "area-normal", sans-serif;
      margin-top: 10px;
      min-height: 0px;
      margin-bottom: 0px; }
  .site-footer .footer-bottom {
    padding: 0px 40px 50px 40px;
    background-color: #000;
    position: relative; }
    .site-footer .footer-bottom .linkTop {
      display: inline-block;
      cursor: pointer;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      text-align: center;
      padding-top: 18px;
      position: absolute;
      top: 25px;
      right: 40px;
      overflow: hidden; }
      .site-footer .footer-bottom .linkTop:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 30px;
        position: absolute;
        bottom: -100%;
        left: 0px;
        z-index: 2;
        background-color: #C29B62;
        border: 1px solid #C29B62;
        transition: all 0.3s ease-in-out; }
      .site-footer .footer-bottom .linkTop:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 30px;
        position: absolute;
        bottom: 0%;
        left: 0px;
        z-index: 1;
        border: 1px solid #fff;
        transition: all 0.3s ease-in-out; }
      .site-footer .footer-bottom .linkTop img {
        position: relative;
        z-index: 3;
        width: 24px; }
    .site-footer .footer-bottom * {
      font-size: 12px;
      min-height: 0px;
      margin-bottom: 0px;
      text-decoration: none; }
    .site-footer .footer-bottom ul {
      padding-left: 0px;
      margin-top: 0px; }
      .site-footer .footer-bottom ul li {
        list-style: none;
        display: inline-block;
        position: relative;
        padding-left: 0px; }
        .site-footer .footer-bottom ul li:after {
          content: '/';
          display: inline-block;
          padding: 0px 5px 0px 7px;
          transition: all 0.3s ease-in-out;
          font-size: 10px;
          color: #fff; }
        .site-footer .footer-bottom ul li:last-child:after {
          display: none; }

.site-footer .footer-bottom ul li:hover a {
  text-decoration: underline; }

.site-footer .footer-top .right form input[type="submit"]:hover + .send:after {
  bottom: 0%; }

.site-footer .footer-bottom .linkTop:hover:before {
  border: 1px solid #C29B62; }

.site-footer .footer-bottom .linkTop:hover:after {
  bottom: 0px; }

.footer-bottom .block-right {
  padding-right: 100px; }

.footer-bottom .inner {
  border-top: 1px solid #fff;
  padding-top: 50px; }

.footer-bottom ul li:before {
  display: none; }

.site-footer:before {
  content: "";
  background-image: url(./assets/img/svgs2/edc-corner-40.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0px;
  top: -40px; }

.site-footer:after {
  content: "";
  background-image: url(./assets/img/svgs2/edc-corner-40.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0px;
  top: -40px;
  webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

/**********************************************************************************/
/**** Spotify *************************************************************************/
/**********************************************************************************/
iframe.spotify {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 450px;
  height: 80px; }

/**********************************************************************************/
/**** ARCHIVE *********************************************************************/
/**********************************************************************************/
.page-party .container {
  width: 850px; }

.page-party .cta.gold {
  display: inline-block;
  padding: 22px 20px 20px 20px;
  position: relative;
  min-width: 200px;
  overflow: hidden;
  border-radius: 30px;
  background-color: #AF8A23;
  border: 2px solid #AF8A23;
  color: #fff; }

.party-intro .ancre {
  width: 0px;
  height: 0px;
  position: absolute;
  top: -200px; }

.bannerParty {
  padding-top: 150px;
  padding-bottom: 150px;
  border-radius: 20px; }

.bannerParty:before {
  display: none; }

.bannerParty h2 {
  font-family: "area-normal", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0px 10px; }

.bannerParty h3 {
  font-family: "area-normal", sans-serif;
  font-size: 24px; }

.bannerParty .link.down {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  width: 20px;
  margin: auto;
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: -90px; }

.party-intro {
  position: relative; }

.party-intro h1, .party-intro h2 {
  display: inline-block;
  font-size: 30px;
  font-family: "area-normal", sans-serif;
  font-weight: 500;
  vertical-align: middle; }

.party-intro img {
  display: inline-block;
  width: 190px;
  vertical-align: middle; }

.party-intro .tag {
  font-size: 22px; }

.party-intro .fancy {
  font-size: 22px;
  color: #AF8A23;
  text-transform: uppercase;
  font-weight: bold; }

.party-more {
  padding: 20px 0px 100px; }

.party-more .block-left {
  margin-right: 2%;
  width: 18.2%;
  transition: all .2s ease-in-out;
  position: relative; }

.party-more .block-left a {
  display: block;
  padding: 20px 30px;
  background-image: url(./assets/img/party/edc-party-bg.png);
  background-size: cover;
  background-position: center center;
  transition: all .2s ease-in-out;
  position: relative;
  height: 100%; }

.party-more .block-left:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  border: 4px solid #AF8A23; }

.party-more .block-left.last {
  margin-right: 0%; }

.party-more .block-left .more {
  margin-top: 60px;
  max-width: 50%; }

.party-more .block-left .hand {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%; }

.party-more .block-left a:hover {
  transform: scale(0.9);
  transition: all .2s ease-in-out; }

.party-share {
  padding: 100px 0px;
  background-image: url(./assets/img/party/edc-party-bg.png);
  background-size: cover;
  background-position: center center;
  position: relative; }

.party-share h2 {
  display: inline-block;
  font-size: 35px;
  font-family: "area-normal", sans-serif;
  font-weight: 500;
  vertical-align: middle; }

.party-share .tag {
  font-size: 22px; }

.party-share .sub {
  margin: 10px 0px 0px 0px; }

.party-share .fancy {
  font-size: 22px;
  color: #AF8A23 !important;
  text-transform: uppercase;
  font-weight: bold; }

.party-share .deco {
  width: 2px;
  height: 70px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 40px; }

.party-share a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  vertical-align: middle; }

.party-share a img {
  width: 55px;
  display: inline-block;
  vertical-align: middle; }

.party-share a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 10px; }

.party-nez {
  padding: 100px 0px;
  position: relative; }

.party-nez-2 {
  padding: 0px 0px 100px 0px; }

.party-nez .txt {
  padding-left: 500px;
  position: relative; }

.party-nez h3 {
  font-size: 22px;
  font-family: "area-normal", sans-serif;
  line-height: 1.5em; }

.party-nez p {
  font-size: 17px;
  font-family: "area-normal", sans-serif;
  padding-bottom: 0px;
  margin-bottom: 0px; }

.party-nez p a {
  font-weight: bold; }

.party-nez .nez {
  width: 270px;
  height: 139px;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto; }

.party-nez .dot {
  width: 48px;
  height: 8px;
  position: absolute;
  left: 350px;
  top: 0px;
  bottom: 0px;
  margin: auto; }

/**********************************************************************************/
/**** SINGLE **********************************************************************/
/**********************************************************************************/
.bannerPartySingle {
  padding: 150px 0px 150px 0px; }

.bannerPartySingle h2 {
  font-weight: normal;
  text-transform: none;
  margin: 20px 0px 0px; }

.bannerPartySingle h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0px 20px; }

.bannerPartySingle .innerParty {
  padding-left: 475px;
  position: relative; }

.bannerPartySingle img {
  width: 415px;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto; }

.party-mosaic {
  position: relative; }

.party-mosaic .ancre {
  width: 0px;
  height: 0px;
  position: absolute;
  top: -200px; }

.party-mosaic .block-1-1 {
  width: 100%; }

.party-mosaic .pr {
  padding-right: 15px; }

.party-mosaic .pt {
  padding-top: 15px; }

.party-mosaic .square a {
  display: block;
  position: relative; }

.party-mosaic .square {
  width: 100%;
  height: 0%;
  padding-bottom: 100%;
  background-image: url(./assets/img/party/edc-party-bg.png);
  background-size: cover;
  background-position: center center;
  position: relative; }

.party-mosaic .rectangle {
  width: 100%;
  height: 0%;
  padding-bottom: calc(50% - 7px);
  background-image: url(./assets/img/party/edc-party-bg.png);
  background-size: cover;
  background-position: center center;
  position: relative; }

.party-mosaic .square2:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: url(./assets/img/party/edc-party-avant-white.svg);
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center; }

.party-mosaic.en .square2:before {
  background-image: url(./assets/img/party/edc-party-avant-en-white.svg); }

.party-mosaic .square3:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: url(./assets/img/party/edc-party-apres-white.svg);
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center; }

.party-mosaic.en .square3:before {
  background-image: url(./assets/img/party/edc-party-apres-en-white.svg); }

.party-mosaic .rectangle:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-image: url(./assets/img/party/edc-party-pendant-white.svg);
  background-size: 55% auto;
  background-repeat: no-repeat;
  background-position: center center; }

.party-mosaic.en .rectangle:before {
  background-image: url(./assets/img/party/edc-party-pendant-en-white.svg); }

.party-mosaic .rectangle:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3; }

.party-mosaic .rectangle.trad:after {
  background-image: url(./assets/img/party/edc-party-canneberges.jpg); }

.party-mosaic .rectangle.bureau:after {
  background-image: url(./assets/img/party/edc-party-cafe-glace.jpg); }

.party-mosaic .rectangle.mobile:after {
  background-image: url(./assets/img/party/edc-party-rehydrator.jpg);
  background-position: 50% 20%; }

.party-mosaic .rectangle.amoureux:after {
  background-image: url(./assets/img/party/edc-party-milles-et-une-nuits.jpg); }

.party-mosaic .rectangle.enfants:after {
  background-image: url(./assets/img/party/edc-paty-punch-peche.jpg); }

.party-mosaic .square1.trad {
  background-image: url(./assets/img/party/edc-party-pack-traditionnel.png); }

.party-mosaic .square1.bureau {
  background-image: url(./assets/img/party/edc-party-pack-bureau.png); }

.party-mosaic .square1.bureau2 {
  background-image: url(./assets/img/party/edc-party-pack-bureau-en.png); }

.party-mosaic .square1.mobile {
  background-image: url(./assets/img/party/edc-party-pack-mobile.png); }

.party-mosaic .square1.amoureux {
  background-image: url(./assets/img/party/edc-party-pack-amoureux.jpg); }

.party-mosaic .square1.enfants {
  background-image: url(./assets/img/party/edc-party-pack-enfant.png); }

.party-avant .ancre {
  width: 0px;
  height: 0px;
  position: absolute;
  top: -150px; }

.party-avant {
  padding: 100px 0px 80px 0px;
  position: relative;
  background-color: #F2F5FA;
  margin-top: 100px; }

.party-avant .txt {
  padding-left: 300px;
  padding-right: 250px;
  position: relative; }

.party-avant h3 {
  font-size: 37px;
  font-family: "area-normal", sans-serif;
  line-height: 1.5em; }

.party-avant img.left {
  width: 250px;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto; }

.party-avant a {
  font-weight: bold; }

.party-avant .right {
  width: 210px;
  height: 108px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto; }

.party-avant .tag {
  font-size: 24px; }

.party-avant .fancy {
  font-size: 22px;
  color: #AF8A23 !important;
  text-transform: uppercase;
  font-weight: bold; }

.party-avant2 .txt {
  padding-right: 0px; }

.party-pendant .ancre {
  width: 0px;
  height: 0px;
  position: absolute;
  top: -150px; }

.party-pendant {
  padding: 100px 0px;
  position: relative; }

.party-pendant img {
  width: 300px;
  margin: 0px auto 50px auto;
  display: block; }

.party-pendant .bold {
  text-transform: uppercase;
  font-size: 15px; }

.party-pendant .bold.space {
  min-height: 10px;
  margin-bottom: 25px; }

.party-pendant .normal {
  font-size: 24px;
  line-height: 1.5em; }

.party-pendant .fancy {
  font-size: 24px;
  color: #AF8A23 !important;
  text-transform: uppercase;
  font-weight: bold; }

.party-pendant .small {
  font-size: 17px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5em; }

.party-pendant a {
  font-weight: bold;
  text-decoration: underline; }

.party-pendant .block-1-2-b {
  width: 45%;
  margin-right: 10%; }

.party-pendant .block-1-2-b.last {
  margin-right: 0%;
  position: relative; }

.party-pendant .block-1-2-b.last:before {
  content: "";
  position: absolute;
  left: -11%;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  width: 2px;
  height: 100%;
  background-color: #E6ECF6;
  display: block;
  margin: auto; }

.party-mocktail {
  padding: 100px 0px; }

.party-mocktail-2 {
  padding: 0px 0px 100px 0px; }

.party-mocktail .txt {
  position: relative;
  padding-left: 500px; }

.party-mocktail .txt .img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 400px; }

.party-mocktail .txt .img img {
  margin-bottom: 10px; }

.party-mocktail h2 {
  display: inline-block;
  font-size: 35px;
  font-family: "area-normal", sans-serif;
  font-weight: 500;
  vertical-align: middle; }

.party-mocktail .tag {
  font-size: 20px;
  margin-bottom: 0px; }

.party-mocktail .fancy {
  font-size: 20px;
  color: #AF8A23 !important;
  text-transform: uppercase;
  font-weight: bold; }

.party-mocktail .deco2 {
  width: 100%;
  height: 2px;
  background-color: #E6ECF6;
  display: block;
  margin: 30px 0px 40px 0px; }

.party-mocktail b {
  text-transform: uppercase;
  display: block;
  padding-bottom: 20px; }

.party-mocktail .txt.txtShirley {
  min-height: 420px; }

.party-apres .ancre {
  width: 0px;
  height: 0px;
  position: absolute;
  top: -150px; }

.party-apres {
  padding: 100px 0px 70px 0px;
  position: relative; }

.party-apres img {
  width: 250px;
  margin: 0px auto 50px auto;
  display: block; }

.party-apres .bold {
  text-transform: uppercase;
  font-size: 15px; }

.party-apres .normal {
  font-size: 24px;
  line-height: 1.5em; }

.party-apres .normal b {
  font-size: 24px;
  line-height: 1.5em;
  text-transform: uppercase; }

.party-apres .tag {
  font-size: 20px;
  margin-bottom: 0px; }

.party-apres .fancy {
  font-size: 20px;
  color: #AF8A23 !important;
  text-transform: uppercase;
  font-weight: bold; }

.party-apres .small {
  font-size: 17px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5em; }

.party-apres .small b {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5em; }

.party-apres .mini {
  font-size: 11px;
  line-height: 1.5em;
  margin-top: 20px; }

.party-apres a {
  font-weight: bold;
  text-decoration: underline; }

.party-apres .block-1-2-b {
  width: 45%;
  margin-right: 10%; }

.party-apres .block-1-2-b.last {
  margin-right: 0%;
  position: relative; }

.party-apres .block-1-2-b.last:before {
  content: "";
  position: absolute;
  left: -11%;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  width: 2px;
  height: 100%;
  background-color: #E6ECF6;
  display: block;
  margin: auto; }

.party-apres .reponse {
  color: #AF8A23;
  background-color: #AF8A23;
  transition: all 0.3s ease-out 0s; }

.party-apres .reponse:hover {
  color: #002565;
  background-color: #fff;
  transition: all 0.3s ease-out 0s; }

.party-more-single {
  padding: 100px 0px; }

.party-more-single .block-left.single:after {
  display: none; }

.party-blue {
  background-color: #F2F5FA;
  padding: 100px 0px 70px 0px; }

@media screen and (max-width: 1400px) {
  .party-mocktail .txt {
    position: relative;
    padding-left: 430px; } }

@media screen and (max-width: 980px) {
  .party-nez .txt {
    padding-left: 0px;
    text-align: center; }
  .party-nez .nez {
    position: static;
    margin: 0px auto;
    display: block; }
  .party-nez .dot {
    position: static;
    margin: 30px auto;
    display: block; }
  .party-more .block-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px; }
  .party-more .block-left .hand {
    width: 200px;
    max-width: 30%; }
  .party-more .block-left .more {
    margin-top: 100px; }
  .block-hero.block-hero-party {
    min-height: 10px !important;
    padding-bottom: 150px; } }

@media screen and (max-width: 875px) {
  .bannerPartySingle img {
    width: 415px;
    max-width: 100%;
    height: auto;
    position: static;
    margin: 0px auto 30px auto; }
  .bannerPartySingle .innerParty {
    padding-left: 0px;
    text-align: center; }
  .party-avant img.left {
    position: static;
    margin: 0px auto 30px auto; }
  .party-avant .txt {
    padding-left: 0px;
    padding-right: 0px; }
  .party-mocktail .txt .img {
    position: static;
    margin: 0px auto 30px auto;
    width: 100%; }
  .party-mocktail .txt {
    padding-left: 0px; }
  .party-pendant .block-1-2-b {
    width: 100%;
    padding-bottom: 0px;
    margin-right: 0px; }
  .party-pendant .block-1-2-b.last:before {
    display: none; }
  .party-avant .right {
    width: 300px;
    max-width: 100%;
    display: block;
    position: static;
    height: auto;
    margin-bottom: 30px; }
  .party-apres .block-1-2-b {
    width: 100%;
    padding-bottom: 0px;
    margin-right: 0px; }
  .party-apres .block-1-2-b.last:before {
    display: none; }
  .party-mosaic .pr {
    padding-right: 0px; }
  .party-mosaic .pt {
    padding-top: 0px; }
  .party-mosaic .block-1-2 {
    width: 100%;
    padding-bottom: 15px;
    position: relative; }
  .party-mosaic .rectangle {
    width: 100%;
    height: 0%;
    padding-bottom: 100%; }
  .party-mosaic .square2:before {
    background-size: 55% auto; }
  .party-mosaic .square3:before {
    background-size: 55% auto; }
  .party-mosaic .rectangle:before {
    background-size: 70% auto; }
  .party-mosaic .wrapper > .block-1-2 + .block-1-2 {
    display: flex;
    flex-direction: column; }
  .party-mosaic .block-1-2 .block-1-2:first-child {
    order: 1; }
  .party-mosaic .block-1-2 .block-1-2 {
    order: 3; }
  .party-mosaic .block-1-2 .block-1-1 {
    order: 2;
    margin-bottom: 15px; }
  .party-mosaic .ancre {
    position: relative; } }

@media screen and (max-width: 700px) {
  .party-share a {
    display: block;
    width: 170px;
    margin: 0px auto; }
  .party-share .deco {
    width: 150px;
    height: 2px;
    margin: 20px 0px 20px 0px; } }

@media screen and (max-width: 500px) {
  iframe.spotify {
    width: 280px; } }

@media screen and (max-width: 450px) {
  .party-more .block-left .hand {
    width: 40%;
    max-width: 40%; }
  .party-more .block-left .more {
    margin-top: 100px; } }

@media screen and (max-width: 360px) {
  .party-more .block-left .more {
    margin-top: 60px; }
  iframe.spotify {
    width: 285px;
    bottom: 15px;
    right: 15px; } }

@media screen and (max-width: 1550px) {
  .banner.iconImg .wrapper {
    padding-right: 365px;
    padding-left: 40px; }
  .banner.bannerImg {
    padding-right: 40px;
    padding-left: 40px; }
  .banner.bannerMember .wrapper {
    padding-right: 40px;
    padding-left: 40px; }
  .banner.iconImg .wrapper img {
    right: 40px; }
  .listPost {
    padding-right: 40px;
    padding-left: 40px; }
  .search-list .listPost, .search-list .wrapper {
    padding-right: 0px;
    padding-left: 0px; } }

@media screen and (max-width: 1490px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px; }
  .block-outils .wrapper .owl-carousel {
    padding-left: 0px;
    padding-right: 0px; }
  .banner .wrapper, .block-more-outils #block-cards .wrapper {
    padding-left: 0px;
    padding-right: 0px; }
  .member-section {
    padding-right: 40px;
    padding-left: 40px; }
  #block-banner .wrapper {
    padding-right: 0px;
    padding-left: 0px; }
  .block-hero .block-1-2 {
    padding-left: 15px; }
  .block-beige .inner2:before {
    left: -15px; }
  .block-hero.noTxt .cta {
    padding-left: 15px; } }

@media screen and (max-width: 1380px) {
  #publications-container .block-1-4-b, #publications-container .block-1-4-b:nth-child(4n) {
    width: 48%;
    margin: 0px 2% 30px 0%; } }

@media screen and (max-width: 1350px) {
  .search-list .article {
    width: 100%;
    margin: 0px 0% 30px 0%; }
    .search-list .article:nth-child(3n) {
      margin-right: 0%; }
    .search-list .article:nth-child(2n) {
      margin-right: 0%; } }

@media screen and (max-width: 1200px) {
  .article div.tag a {
    width: 295px; }
  .banner.desc .block-left {
    display: block;
    width: 100%;
    text-align: left; }
  .banner .head-description {
    margin-top: 50px; }
  .banner.desc .block-search-2 {
    margin: 50px 0px 0px 0px;
    width: 100%; }
  .block-actualite .block-top .block-left, .block-actualite .block-top .block-right {
    width: 100%; }
  .block-actualite .block-top .block-right {
    margin-top: 20px; } }

@media screen and (max-width: 1110px) {
  .block-hero.web {
    display: none; }
  .block-hero.mob {
    display: block; }
  .block-hero.mob.pb {
    padding-bottom: 80px;
    padding-top: 50px; }
  .block-hero-home {
    border-top: 1px solid #000;
    padding-top: 80px;
    border-radius: 0px !important; }
  .block-hero-home img.thumb {
    margin-top: 0px;
    margin-bottom: 30px !important; }
  #block-banner.banniereSPVM .thumb {
    position: relative; }
  #block-banner.banniereSPVM .thumb .logo {
    border-radius: 0px; }
  .menuResponsive .inner {
    padding: 80px 40px 80px 40px; }
  .searchBox .inner {
    padding-left: 15px;
    padding-right: 15px; }
  .connection.responsive {
    display: block;
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
    border-bottom: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px; }
  .connection.responsive .cta-user {
    bottom: 0px;
    right: 0px;
    color: #fff; }
  .connection.responsive .headerName {
    float: right; }
  .connection.responsive .cta-user span.txt img {
    filter: invert(0); }
  .connection.responsive .cta-user:after {
    border-color: #fff;
    z-index: -1; }
  .connection.responsive .cta-user span.txt:before {
    background-color: #C29B62; }
  .connection.responsive .cta-user {
    position: relative;
    bottom: 0px;
    right: 0px;
    padding-right: 80px;
    float: right; }
  .connection.responsive .cta-user span.txt {
    position: absolute;
    right: 25px;
    top: 0px; }
  .connection.responsive .cta-user:after {
    margin-left: 0px;
    position: absolute;
    right: 0px;
    top: 0px; }
  .connection.responsive ul li {
    padding-left: 0px;
    margin-bottom: 0px;
    position: relative;
    top: 5px; }
  .site-header .connection .cta-user {
    position: relative;
    bottom: 0px;
    right: 0px;
    padding-right: 80px; }
  .connection.responsive li.lang-item a {
    color: #fff; }
  .connection.block-1-3.block-right {
    display: none; }
  .site-header .left h3.search-toggle, .site-header .left h3.search-toggle-inactive {
    left: initial;
    right: 40px; }
  .site-header .left {
    width: auto;
    float: left; }
  .site-branding.block-1-3 {
    width: 100%; }
  #block-banner.noColor .img, #block-banner.imgColor .img {
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 60%;
    min-height: 100px; }
  #block-banner.noColor .text, #block-banner.imgColor .text {
    max-width: 100%;
    width: 100%;
    padding: 40px 0px 40px 0px !important; }
  #block-banner .container {
    padding-right: 40px;
    padding-left: 40px; }
  #block-publications .block-1-2-b {
    width: 100%;
    margin: 0px 0% 30px 0%; }
  .block-home .block-1-2 {
    width: 100%;
    margin: 0px 0% 0px 0%; }
  .block-home .list .img {
    width: 100%;
    height: 0px;
    padding-bottom: 60%;
    overflow: hidden;
    min-height: 120px; }
  .block-vedette {
    padding-bottom: 30px;
    padding-top: 80px; }
    .block-vedette .list .content {
      padding: 50px 0px; }
  .block-campagne .top {
    padding: 0px 15px; }
  .block-campagne .list {
    flex-direction: column-reverse;
    padding-top: 15px; }
    .block-campagne .list .content {
      padding: 50px 0px; }
  .site-footer .footer-top {
    padding: 60px 40px 50px 40px; }
    .site-footer .footer-top .block-left, .site-footer .footer-top .block-right {
      width: 100%;
      float: none;
      text-align: center; }
    .site-footer .footer-top .wrapper {
      display: flex;
      flex-direction: column; }
    .site-footer .footer-top .left {
      order: 2;
      padding-bottom: 20px; }
    .site-footer .footer-top .center {
      order: 1;
      margin-top: 10px; }
    .site-footer .footer-top .right {
      margin-top: 40px;
      order: 3; }
      .site-footer .footer-top .right form input[type="text"] {
        width: 100%; }
      .site-footer .footer-top .right p {
        text-align: center; } }

@media screen and (max-width: 1000px) {
  #block-cards .row-4 {
    width: 50%; }
  #block-cards .row-3 {
    width: 50%; }
  .block-hero {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px); }
  .connection.responsive {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px); }
  .listPost.ca {
    padding-right: 15px;
    padding-left: 15px; }
  .banner.bannerMember .wrapper {
    padding-right: 15px;
    padding-left: 15px; }
  .menu-menu-membre-container {
    padding: 50px 15px 70px 15px; }
  .menu-menu-membres-2-container {
    padding: 50px 15px; }
  .calcoolateur-section .results .block-1-2:first-child, .calcoolateur-section .results .block-1-2:last-child {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%; }
  .chartjs-render-monitor {
    max-width: 100% !important; }
  #chartContainer .wrapper {
    max-width: 100%; }
  .block-outils {
    overflow: hidden; }
  .page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 20px; }
  .page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper .text {
    width: 100%;
    position: relative; }
  .banner.iconImg .wrapper {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center; }
  .banner.iconImg h1 {
    width: 100%;
    max-width: 100%; }
  .banner.iconImg .wrapper img {
    width: 200px;
    height: auto;
    max-width: 100%;
    position: static;
    margin: 0px auto;
    display: block;
    margin-bottom: 50px; } }

@media screen and (max-width: 1000px) {
  .site-header {
    padding: 20px 15px;
    height: 100px; }
  .menuResponsive .inner {
    padding: 40px 15px 40px 15px; }
  .headerName {
    right: 15px; }
  .site-header .left h3.close, .site-header .left h3.menu-toggle {
    left: 15px; }
  .site-header .left h3.close, .site-header .left h3.menu-toggle img {
    top: 0px; }
  .site-header .left h3.search-toggle, .site-header .left h3.search-toggle-inactive {
    right: 15px; }
  .block-hero .wrapper .block-1-2 {
    padding-left: 00px;
    width: 100%;
    text-align: center; }
  .entry-content .entry-meta, .block-infos .inner {
    padding: 20px 15px; }
  .entry-content .addtoany_list, .block-infos .addtoany_list {
    right: 15px; }
  .block-more-article .top {
    padding: 0px 15px 20px 15px; }
  .block-more-article .inner {
    padding: 0px 0px; }
  .search-list .article {
    width: 100%;
    margin: 0px 0% 30px 0%; }
    .search-list .article:nth-child(3n) {
      margin-right: 0%; }
    .search-list .article:nth-child(2n) {
      margin-right: 0%; }
  .block-1-4-b {
    width: 48%;
    margin: 0px 4% 30px 0%; }
  .block-1-4-b:nth-child(4n) {
    margin-right: 4%; }
  .block-1-4-b:nth-child(2n) {
    margin-right: 0; }
  .block-1-3-b {
    width: 48%;
    margin: 0px 4% 30px 0%; }
  .block-1-3-b:nth-child(3n) {
    margin-right: 4%; }
  .block-1-3-b:nth-child(2n) {
    margin-right: 0; }
  .block-home.block-actualite .block-1-3-b {
    width: 100%;
    margin: 0px 0% 30px 0%; }
  .block-home.block-actualite .block-1-3-b:nth-child(3n) {
    margin-right: 0%; }
  .block-home.block-actualite .block-1-3-b:nth-child(2n) {
    margin-right: 0; }
  #block-banner {
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: calc(100% - 30px) !important; }
  .site-header.dark:before {
    right: 15px;
    left: 15px; }
  .site-footer .footer-bottom .linkTop {
    right: 15px; }
  .site-footer .footer-top {
    padding: 60px 15px 50px 15px; }
  .site-footer .footer-bottom {
    padding: 0px 15px 50px 15px; }
  .banner, .bannerThumb, .block-more-outils, .section-search {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px); }
  .bannerThumb {
    height: 0%;
    padding-bottom: 60%;
    overflow: hidden; }
  .member-section {
    padding-right: 15px;
    padding-left: 15px; }
  .member-section .block-2-3 #block-banner {
    margin-left: 15px;
    width: calc(100% - 15px); }
  .banner.bannerImg {
    padding-right: 15px;
    padding-left: 15px; }
  .page-boss #block-banner.content-img.regular-width.widthFull {
    padding: 0px; }
  .member-section .block-2-3 .inner {
    padding-left: 15px; }
  .block-share {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px); }
  .wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .banner .wrapper, .block-more-outils #block-cards .wrapper {
    padding-left: 0px;
    padding-right: 0px; }
  .member-section {
    padding-right: 15px;
    padding-left: 15px; } }

@media screen and (max-width: 950px) {
  .block-beige .inner2 {
    padding: 50px 0px 30px 0px;
    display: block;
    align-items: left; }
  .block-beige .hero-cta {
    margin-top: 20px; }
  .page-boss #block-banner.full-width.bg-blue1 .wrapper .text img {
    position: static;
    display: block;
    float: none;
    margin: 30px auto 50px auto; }
  .page-boss #block-banner.full-width.bg-blue1 .wrapper .text {
    width: 1315px;
    padding: 50px 20px 50px 20px;
    position: relative;
    padding-left: 0px; }
  .page-boss #block-imgs .row-5 {
    margin: 0px 0px;
    padding-right: 20px; }
  .page-boss #block-imgs .row-5 {
    width: 50%;
    margin-bottom: 20px; }
  .page-boss #block-imgs .row-5:nth-child(2n) {
    padding-right: 0px; }
  .page-boss #block-imgs .row-5:last-child {
    width: 100%;
    margin-bottom: 20px; } }

@media screen and (max-width: 860px) {
  .search-list .inner {
    padding: 0px 0px 0px 0px; }
  .toogle-sidebar-close {
    display: block; }
  .toogle-sidebar {
    display: block;
    cursor: pointer; }
  .toogle-sidebar.active img {
    transform: rotate(180deg); }
  .search-list, .block-right.block-2-3.content {
    width: 100%; }
  .toogle-sidebar.active {
    bottom: initial;
    top: 0px; }
  .section-search .filter, .navMember {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 100;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: 0px;
    max-height: 0px;
    overflow-y: auto;
    border-radius: 20px 20px 0px 0px; }
  .section-search .filter.active, .navMember.active {
    max-height: 100%;
    height: auto;
    bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    max-width: 100%;
    border-radius: 20px 20px 0px 0px;
    background-color: #A1C8E4; }
  .section-search .filter.active {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .section-search .filter .inner, .member-section .block-1-3 .inner {
    width: auto;
    float: none; }
  .member-section .block-1-3 {
    margin-bottom: 0px; }
  .navMember .toogle-sidebar-close {
    margin-top: 15px;
    margin-right: 15px; }
  .member-section .block-2-3 #block-banner {
    margin-left: 0px;
    width: calc(100% - 0px); }
  .member-section .block-2-3 .inner {
    padding-left: 0px; }
  .menu-menu-membre-container {
    background-color: #C29B62;
    border-radius: 0px 0px 0px 0px; }
  .menu-menu-membres-2-container {
    background-color: #A1C8E4;
    border-radius: 0px 0px 0px 0px; }
  .navMember .cta span.txt {
    border-radius: 0px 0px 0px 0px; }
  .navMember .cta {
    border-radius: 0px 0px 0px 0px; } }

@media screen and (max-width: 850px) {
  .main-navigation .nav-menu > li.menu-item-has-children, .main-navigation .nav-menu > li {
    min-height: 10px;
    width: 100%;
    margin-right: 0%; }
  .main-navigation .nav-menu > li.menu-item-has-children {
    margin-bottom: 40px; }
  .menuResponsive .inner .main-navigation a {
    max-width: 100%; }
  .main-navigation .nav-menu > li > a {
    margin-bottom: 10px; }
  .menuResponsive .block-search {
    width: 100%;
    position: relative;
    margin-right: 0%;
    float: none;
    top: 0px;
    margin-top: 15px; } }

@media screen and (max-width: 840px) {
  .calcoolateur-section .btn-radio-drink, .calcoolateur-section .group-info.first-group .btn-radio {
    background-color: transparent;
    width: auto; }
  .calcoolateur-section .group-info.first-group .btn-radio {
    width: auto; }
  .calcoolateur-section .btn-radio-drink label, .calcoolateur-section .group-info.first-group .btn-radio label {
    color: #002565; }
  .calcoolateur-section .slider-vol, .calcoolateur-section .slider-deg {
    flex: auto; }
  .calcoolateur-section .bloc-conso .quantite span.btn-convers {
    display: block; }
  .calcoolateur-section .wrapper, #verseur .wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .wrapper {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 800px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .shortCodeVideo.wrapper .play {
    height: 115px;
    width: 115px; }
  .block-more-article .article, .listPost .article {
    width: 100%;
    float: none;
    margin-right: 0px; }
  .block-more-article {
    padding: 80px 0px 60px 0px; }
  .menuResponsive.active {
    z-index: 120; }
  .site-header {
    padding: 15px 15px; }
  .connection.block-1-3.right.block-right {
    width: 55%; }
  .site-header .site-branding {
    opacity: 1;
    transition: all 0.3s ease-in-out; }
  .menuResponsive .inner {
    padding: 40px 15px 40px 15px; }
  .headerName {
    top: 8px; }
  .page-boss #block-banner.content-img.regular-width .wrapper {
    padding: 0px; }
  .page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper {
    background-image: none !important;
    margin-left: 0px;
    margin-right: 0px; }
  .page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper * {
    width: 100% !important; }
  .page-boss #block-banner.content-img.regular-width img.hidden {
    display: block; }
  .page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper .text {
    padding: 30px 30px 30px 30px; }
  .page-boss #block-banner.background-img .wrapper:before {
    display: block; }
  .page-boss .background-img.full-width.bg-blue4 * {
    color: #fff;
    text-shadow: none !important; }
  .page-boss .background-img.full-width.bg-blue4 h2:after {
    background-color: #fff; }
  .page-boss .background-img.full-width.bg-blue4 button {
    border: 2px solid #fff !important;
    color: #fff !important; }
  .ctaAdvance {
    padding: 14px 15px; }
  body {
    font-size: 16px;
    line-height: 1.5; }
    body h1, body .titre-h1, body .h1 {
      font-size: 50px;
      line-height: 1.1em; }
    body h2, body .titre-h2 {
      font-size: 46px;
      line-height: 1.1em; }
    body h3, body .titre-h3, body .member-section .block-2-3 h2 {
      font-size: 34px;
      line-height: 1.25em; }
    body h4, body .titre-h4 {
      font-size: 26px;
      line-height: 1.1em; }
    body h5, body .titre-h5 {
      font-size: 21px;
      line-height: 1.1em; }
    body h6, body .titre-h6 {
      font-size: 48px;
      line-height: 1.1em; }
    body p {
      font-size: 16px;
      line-height: 1.6em; }
  .titre-h1.taille-petit, h1.taille-petit, .taille- {
    font-size: 50px;
    line-height: 1.1em; }
  .titre-h1.taille-moyen, h1.taille-moyen {
    font-size: 65px;
    line-height: 1em; }
  .titre-h1.taille-grand, h1.taille-grand, h2.taille-grand {
    font-size: 65px;
    line-height: 1em; }
  .cta {
    font-size: 12px;
    line-height: 14px; }
  .block-actualite .block-top a.cat {
    font-size: 12px;
    color: #000;
    border: 1px solid #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    z-index: 2;
    display: inline-block;
    padding: 12px 15px 8px 15px;
    height: 40px;
    min-width: 10px; }
  .block-actualite a.cat.list2 {
    margin-right: -12px; } }

@media screen and (max-width: 767px) {
  .calcoolateur-section .slider-vol, .calcoolateur-section .slider-deg {
    width: auto; } }

@media screen and (max-width: 750px) {
  #block-cards .row-4, #block-cards .row-2, #block-cards .row-3 {
    width: 100%; }
    #block-cards .row-4 .wrap, #block-cards .row-2 .wrap, #block-cards .row-3 .wrap {
      margin: 0px 0px 30px 0px; }
  .block-actualite {
    display: block;
    min-height: 100px; }
  .block-actualite .block-1-3, .block-actualite .block-2-3 {
    width: 100%;
    float: none; }
  .block-actualite .block-1-3 .inner {
    min-height: 365px;
    width: 100%;
    float: none; } }

@media screen and (max-width: 650px) {
  .block-outils {
    padding-top: 80px;
    padding-bottom: 80px; }
  .block-outils .owl-nav {
    position: relative;
    top: initial;
    bottom: 0px;
    height: auto;
    margin-top: 60px; }
  .card-publication .img {
    width: 100%;
    padding-bottom: 120%; }
  .card-publication .content {
    width: 100%;
    height: auto; }
  .shortCodeVideo .img .play,
  .shortCodeVideo.wrapper .play {
    height: 90px;
    width: 90px; }
  .site-footer .footer-bottom * {
    float: none;
    text-align: center; }
  .site-footer .footer-bottom .block-right {
    margin-top: 10px;
    padding-right: 0px; }
  .site-footer .footer-bottom .linkTop {
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: 30px; }
  body h1, body .titre-h1 {
    font-size: 36px; }
  .searchBox .inner {
    padding: 40px 15px 80px 15px; }
  .block-infos .inner .info {
    display: block;
    width: 100%; }
  .block-infos .addtoany_list {
    right: 15px;
    left: 15px;
    margin: auto;
    text-align: center;
    bottom: 20px;
    top: initial; }
  .block-infos {
    text-align: center; }
  .block-infos .inner {
    height: 100px;
    display: block;
    padding: 20px 0px; }
  .block-more-article {
    padding: 50px 0px 40px 0px; }
  .block-campagne {
    padding-top: 40px; }
  .block-campagne .top .block-left, .block-campagne .top .block-right {
    width: 100%;
    text-align: center; }
  .block-outils .top .block-left, .block-outils .top .block-right {
    width: 100%; }
  .block-more-article, .search-list {
    padding: 0px 0px 40px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden; } }

@media screen and (max-width: 600px) {
  .banner.bannerImg {
    min-height: 400px; }
  .banner.aloneImg {
    min-height: 300px; }
  .banner.noImg {
    min-height: 300px; }
  .banner.iconImg {
    min-height: 400px; }
  body {
    font-size: 14px;
    line-height: 1.6em; }
    body h1, body .titre-h1, body .h1 {
      font-size: 35px;
      line-height: 1.1em; }
    body h2, body .titre-h2 {
      font-size: 30px;
      line-height: 1.1em; }
    body h3, body .titre-h3, body .member-section .block-2-3 h2 {
      font-size: 25px;
      line-height: 1.2em; }
    body h4, body .titre-h4 {
      font-size: 20px;
      line-height: 1.4em; }
    body h5, body .titre-h5 {
      font-size: 18px;
      line-height: 1.6em; }
    body h6, body .titre-h6 {
      font-size: 30px;
      line-height: 1.2em; }
    body p {
      font-size: 14px;
      line-height: 1.6em; }
  body .gform_wrapper.gravity-theme .gfield_checkbox label, body .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 14px;
    line-height: 1.6em; }
  .titre-h1.taille-petit, h1.taille-petit, .taille- {
    font-size: 35px;
    line-height: 1.1em; }
  .titre-h1.taille-moyen, h1.taille-moyen {
    font-size: 35px;
    line-height: 1.1em; }
  .titre-h1.taille-grand, h1.taille-grand, h2.taille-grand {
    font-size: 35px;
    line-height: 1.1em; }
  #commander-pub-panier-form h3, body .gform_wrapper.gravity-theme h2 {
    font-size: 30px;
    line-height: 1.2em; }
  .container .listFancy ul li, .container .listFancy ol li, .gb-block-accordion details summary.gb-accordion-title {
    font-size: 19px;
    line-height: 1.2em; }
  .container .listFancy ul li ul li, .container .listFancy ol li ul li, .container .listFancy ol li ol li {
    line-height: 1.6em;
    font-size: 14px; }
  .listFancy > ol > li:after {
    line-height: 75px; }
  .banner.iconImg .wrapper img {
    width: 125px; }
  .cta {
    padding: 0px 0px 0px 0px; }
  .cta span.deco {
    display: none; }
  .cta span.txt {
    height: auto;
    padding: 18px 20px 15px 20px;
    min-width: 10px; } }

@media screen and (max-width: 670px) {
  .block-outils .owl-carousel .owl-stage {
    padding-left: 17px !important;
    padding-right: 0px !important; }
    .block-outils .owl-carousel .owl-stage .owl-item {
      width: 100% !important;
      margin-right: 20px !important; }
  .block-1-4-b {
    width: 100%;
    margin: 0px 0% 30px 0%; }
  .block-1-4-b:nth-child(4n) {
    margin-right: 0%; }
  .block-1-4-b:nth-child(2n) {
    margin-right: 0; }
  .block-1-3-b {
    width: 100%;
    margin: 0px 0% 30px 0%; }
  .block-1-3-b:nth-child(3n) {
    margin-right: 0%; }
  .block-1-3-b:nth-child(2n) {
    margin-right: 0; }
  .page-boss h2 {
    font-size: 35px; }
  .page-boss p {
    font-size: 17px; } }

@media screen and (max-width: 540px) {
  .calcoolateur-section .bloc-conso {
    position: relative;
    background-color: #e6ecf6;
    padding: 30px 15px;
    margin-bottom: 15px;
    border-radius: 15px; }
  .checkTonVerre.active {
    padding-left: 15px;
    padding-right: 15px; }
  .checkTonVerre .inner {
    padding: 50px 20px 50px 20px; }
  .checkTonVerre .closePopup {
    right: 10px; } }

@media screen and (max-width: 500px) {
  .site-header .center img {
    width: 180px; } }

@media screen and (max-width: 479px) {
  #verseur .wrapper, .calcoolateur-section .wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media screen and (max-width: 450px) {
  .listFancy > ol > li {
    padding: 120px 0 0 0px;
    margin: 15px 0 0.4em 0; }
  .listFancy > ol > li:before {
    top: 10; }
  .listFancy > ol > li:after {
    top: 5px; }
  .banner .entry-date {
    text-align: left;
    top: 0px;
    padding-top: 50px; }
  .block-actualite .block-top a.text {
    display: block;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 10px; }
  .block-actualite .block-top a.cat {
    display: block;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 10px; }
  #publications-container .block-1-4-b, #publications-container .block-1-4-b:nth-child(4n) {
    width: 100%;
    margin: 0px 0% 30px 0%; } }

@media screen and (max-width: 395px) {
  .checkTonVerre .inner {
    padding: 50px 20px 50px 20px; }
  .article div.tag a {
    width: 250px; } }

@media screen and (max-width: 320px) {
  /*body{border:5px solid red;}*/ }

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

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

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

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

  .wp-embed-aspect-16-9 {
    aspect-ratio: 16 / 9; }

