@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://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i,700,700i");
@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=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
--------------------------------------------- */
/*@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@200;300;400;600;700;900&display=swap');*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0px; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #002565;
  letter-spacing: 0;
  background-color: #fff;
  position: relative; }
  body * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  body h1, body .titre-h1 {
    font-weight: 400;
    font-size: 42px;
    line-height: 1.15em;
    letter-spacing: 0;
    color: #002565;
    font-family: 'Volkhov', serif;
    text-transform: initial;
    opacity: 1; }
  body h2, body .titre-h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #002565;
    margin-bottom: 20px;
    font-family: 'Volkhov', serif;
    text-transform: initial;
    opacity: 1; }
  body h3, body .titre-h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.25em;
    letter-spacing: 0;
    color: #002565;
    font-family: 'Volkhov', serif;
    text-transform: initial;
    opacity: 1;
    margin-bottom: 20px; }
  body h4, body .titre-h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #002565;
    font-family: 'Volkhov', serif;
    text-transform: initial;
    opacity: 1; }
  body h5, body .titre-h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #002565;
    font-family: 'Volkhov', serif;
    text-transform: initial;
    opacity: 1; }
  body h6, body .titre-h6 {
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #002565;
    font-family: 'Volkhov', serif;
    text-transform: initial;
    opacity: 1; }
  body p {
    margin: 0px 0px 21px 0px;
    min-height: 45px;
    font-size: 17px;
    line-height: 1.6em; }

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-decoration: none !important;
  text-transform: inherit !important;
  text-decoration: none !important;
  font-family: inherit !important; }

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;
  text-decoration: none; }

.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; }

.single-post h1 {
  font-size: 36px;
  line-height: 1.3; }

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; }

/*@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@200;300;400;600;700;900&display=swap');*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0px; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #002565;
  letter-spacing: 0;
  background-color: #fff;
  position: relative; }
  body * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  body h1, body .titre-h1 {
    font-weight: 400;
    font-size: 42px;
    line-height: 1.15em;
    letter-spacing: 0;
    color: #002565;
    font-family: 'Volkhov', serif;
    text-transform: initial;
    opacity: 1; }
  body h2, body .titre-h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #002565;
    margin-bottom: 20px;
    font-family: 'Volkhov', serif;
    text-transform: initial;
    opacity: 1; }
  body h3, body .titre-h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.25em;
    letter-spacing: 0;
    color: #002565;
    font-family: 'Volkhov', serif;
    text-transform: initial;
    opacity: 1;
    margin-bottom: 20px; }
  body h4, body .titre-h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #002565;
    font-family: 'Volkhov', serif;
    text-transform: initial;
    opacity: 1; }
  body h5, body .titre-h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #002565;
    font-family: 'Volkhov', serif;
    text-transform: initial;
    opacity: 1; }
  body h6, body .titre-h6 {
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #002565;
    font-family: 'Volkhov', serif;
    text-transform: initial;
    opacity: 1; }
  body p {
    margin: 0px 0px 21px 0px;
    min-height: 45px;
    font-size: 17px;
    line-height: 1.6em; }

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-decoration: none !important;
  text-transform: inherit !important;
  text-decoration: none !important;
  font-family: inherit !important; }

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;
  text-decoration: none; }

.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; }

.single-post h1 {
  font-size: 36px;
  line-height: 1.3; }

p {
  padding-bottom: 10px; }

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

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

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

.container {
  max-width: 100%;
  width: 750px;
  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: bold;
  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 0px;
  margin: 0 0 40px 0;
  list-style: none; }

.container ul li::before {
  content: "";
  height: 18px;
  width: 39px;
  background-image: url(./assets/img/svgs/icons/arrow-list-first.svg);
  background-position: right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 10px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: transparent; }
  .container ul li::before .container ul ul li::before {
    background-image: url(./assets/img/svgs/icons/arrow-list-second.svg); }

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

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

.container ul > li ul li:before {
  background-image: url(./assets/img/svgs/icons/arrow-slider-right.svg);
  color: #002252; }

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

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

ol {
  list-style: none;
  counter-reset: element;
  padding: 0 0 0 0px;
  margin: 0 0 0 0; }

ol li {
  counter-increment: element;
  padding: 10px 0 0 60px;
  margin: 0 0 0.4em 0;
  position: relative;
  min-height: 47px; }

ol li:before {
  content: counters(element, ".") ". ";
  background-color: red;
  height: 45px;
  width: 45px;
  font-size: 14px;
  border-radius: 50%;
  background-color: #003DA5;
  color: #fff;
  /*border-radius: 100%;*/
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0; }

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

ol li ol li:before {
  background-color: #002565; }

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

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

ul {
  margin-bottom: 20px; }

.breadcrumb {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 0px 4px rgba(0, 37, 101, 0.3);
  z-index: 3;
  position: relative; }

.breadcrumb .wrapper * {
  display: inline-flex;
  align-items: center; }

.breadcrumb a {
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  margin-right: 10px; }

.breadcrumb a:hover {
  text-decoration: none; }

.breadcrumb a:before {
  content: "/";
  font-weight: 700;
  color: #ffffff;
  padding-right: 10px; }

.breadcrumb .wrapper > span > span:first-child > a:before {
  display: none; }

.breadcrumb .breadcrumb_last {
  display: none !important; }

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

/***********************************************************************************/
/*** 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: #fff;
  -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 66px 14px 20px;
  border: 2px solid #E6ECF6;
  background-color: #E6ECF6;
  -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-family: 'Volkhov', serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.1em; }

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

.gb-block-accordion details summary.gb-accordion-title:before {
  height: 22px;
  width: 20px;
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
  font-size: 40px;
  transition: all 0.1s ease-in-out;
  background-image: url(./assets/img/svgs/icons/spoiler-open.svg);
  background-position: right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 10px;
  display: block;
  position: absolute; }

.gb-block-accordion details[open] summary.gb-accordion-title:before {
  content: '';
  background-image: url(./assets/img/svgs/icons/spoiler-open.svg);
  font-size: 40px; }

.gb-block-accordion details .gb-accordion-text {
  padding: 25px 20px 25px 20px;
  border: 2px solid #E6ECF6;
  background-color: #E6ECF6;
  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: 2px solid #002565;
  background-color: #002565;
  color: #fff; }

.gb-block-accordion.active details summary.gb-accordion-title:before {
  background-image: url(./assets/img/svgs/icons/spoiler-close.svg);
  font-size: 40px; }

.cta {
  display: inline-block;
  padding: 12px 20px 12px 20px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  min-width: 180px;
  text-align: center;
  margin-top: 10px;
  border-radius: 30px; }
  .cta.blue1 {
    background-color: #E6ECF6;
    border: 2px solid #E6ECF6;
    color: #002565; }
  .cta.blue2 {
    background-color: #A7BCDD;
    border: 2px solid #A7BCDD;
    color: #002565; }
  .cta.blue3 {
    background-color: #003DA5;
    border: 2px solid #003DA5;
    color: #fff; }
  .cta.blue4 {
    background-color: #002565;
    border: 2px solid #002565;
    color: #fff; }
  .cta.full-width {
    width: 100%;
    display: block; }
  .cta.small {
    height: 34px;
    min-width: 120px;
    padding: 8px 15px 8px 15px;
    font-size: 11px; }

.cta-line {
  display: inline-block;
  padding: 12px 20px 12px 20px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  min-width: 180px;
  text-align: center;
  margin-top: 10px;
  border-radius: 30px; }
  .cta-line.white {
    border: 2px solid #fff;
    color: #fff; }
  .cta-line.blue1 {
    border: 2px solid #E6ECF6;
    color: #002565; }
  .cta-line.blue2 {
    border: 2px solid #A7BCDD;
    color: #002565; }
  .cta-line.blue3 {
    border: 2px solid #003DA5;
    color: #002565; }
  .cta-line.blue4 {
    border: 2px solid #002565;
    color: #002565; }
  .cta-line.full-width {
    width: 100%;
    display: block; }
  .cta-line.small {
    height: 34px;
    min-width: 120px;
    padding: 8px 15px 8px 15px;
    font-size: 11px; }

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  color: #002565;
  border: 2px solid #002565 !important;
  border-radius: 20px;
  padding: 3px 10px;
  min-height: 40px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  select:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/***********************************************************************************/
/*** GENERAL
/***********************************************************************************/
body .gform_wrapper.gravity-theme * {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #002565;
  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 h3.gsection_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1.25em;
  letter-spacing: 0;
  color: #002565;
  text-transform: initial;
  opacity: 1; }

body .gform_wrapper.gravity-theme .gsection {
  border-bottom: 1px solid #ADCEEA;
  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: 700;
  line-height: 14px; }

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

/*** Required ***/
body .gform_wrapper.gravity-theme .gform_fields .gfield_label .gfield_required {
  font-size: 16px;
  font-weight: normal;
  color: #d2233f; }

/***********************************************************************************/
/*** 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: 2px solid #002565;
  overflow: auto;
  outline: none;
  padding: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  border-radius: 20px;
  background-color: #fff; }

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: 20px;
  height: 44px; }

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

/***********************************************************************************/
/*** 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 {
  border: 2px solid #003DA5; }

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 {
  border: 2px solid #003DA5; }

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 {
  border: 2px solid #002565; }

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 2px solid #002565;
  border-radius: 20px;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 0 10px;
  color: #002565; }

/***********************************************************************************/
/*** 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: #fff;
  border: none;
  border: 2px solid #002565;
  background-color: #fff;
  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; }

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

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

/***********************************************************************************/
/*** 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;
  background-color: #fff;
  border: 2px solid #002565;
  box-shadow: none;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 2px;
  border-radius: 100%; }

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

body .gform_wrapper.gravity-theme .gfield_radio .gchoice input:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #002565;
  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 {
  background-color: #dc5929;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  padding: 14px 22px;
  text-align: center;
  justify-content: center;
  min-width: 180px;
  text-decoration: none;
  border-radius: 0px;
  position: relative;
  top: 0;
  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;
  margin: auto;
  display: inline-block;
  padding: 12px 35px 12px 35px;
  font-size: 12px;
  cursor: pointer;
  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: 44px;
  background-color: #003DA5;
  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: #003DA5;
  color: #fff; }

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

body .gform_wrapper.gravity-theme .gform-icon {
  display: none !important; }

body .gform_wrapper.gravity-theme .gform_validation_errors {
  box-shadow: none !important; }

body .gform_wrapper.gravity-theme .gform_validation_errors {
  border: 1px solid #d2233f;
  border-radius: 10px;
  background-color: #fdf4f5; }

body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #d2233f;
  font-size: 14px;
  font-weight: normal; }

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: #d2233f; }

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: 1px solid #d2233f;
  border-radius: 10px;
  background-color: #fdf4f5;
  color: #d2233f;
  font-size: 14px;
  font-weight: normal;
  padding: 14px; }

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

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

.formPublication {
  margin-top: 80px; }

#commander-pub-panier-form * {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #002565; }

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

#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: #002565; }
  #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: 44px;
  background-color: #003DA5;
  color: #fff;
  margin: 30px auto 50px auto; }

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

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

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

#block-cards .row .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 30px 0px;
  margin: 30px 15px;
  text-align: center; }
  #block-cards .row .wrap .cta {
    margin-bottom: 0px; }

#block-cards .row.background-img .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: 1; }

#block-cards .row.content-img .wrap .img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

#block-cards .row.icon-img .wrap .img {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  align-self: center; }

#block-cards .row .wrap .content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#block-cards .row.icon-img .wrap .content {
  justify-content: initial; }

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

#block-cards .content-img .img {
  width: auto !important;
  max-width: none !important;
  height: 0px;
  padding-bottom: 70%;
  overflow: hidden; }

#block-cards .row-2 .wrap {
  padding: 30px 60px; }
  #block-cards .row-2 .wrap p {
    font-size: 16px; }

#block-cards .row-3 .wrap {
  padding: 30px 40px; }

#block-cards .row-4 .wrap {
  padding: 30px 30px; }
  #block-cards .row-4 .wrap .cta {
    height: 34px;
    min-width: 120px;
    font-size: 11px;
    padding: 8px 15px 8px 15px; }

#block-cards h3 {
  font-size: 25px; }

#block-cards p {
  font-size: 14px; }

#block-cards .row-2.content-img .wrap {
  padding: 30px 60px; }
  #block-cards .row-2.content-img .wrap .img {
    margin: -30px -60px 30px -60px; }

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

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

#block-cards h3 {
  font-size: 25px; }

#block-cards p {
  font-size: 14px; }

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

#block-cards .background-img .wrap {
  position: relative;
  z-index: 2; }
  #block-cards .background-img .wrap * {
    color: #fff; }
  #block-cards .background-img .wrap:before {
    content: "";
    background-image: url(./assets/img/svgs/bgs/gradiant-banner-light.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2; }
  #block-cards .background-img .wrap h2, #block-cards .background-img .wrap h3, #block-cards .background-img .wrap p {
    text-shadow: 0px 0px 4px rgba(0, 37, 101, 0.3); }
  #block-cards .background-img .wrap .cta {
    background-color: transparent;
    border: 2px solid #fff; }

/***********************************************************************************/
/*** BANNER
/***********************************************************************************/
#block-banner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0px auto; }

#block-banner.full-width .img-wrapper {
  display: none !important; }

#block-banner.regular-width .img-full {
  display: none !important; }

#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; }

#block-banner.content-img.regular-width.img-left .wrapper .img-wrapper {
  right: 0;
  left: initial; }

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

#block-banner.content-img.full-width.img-right .img-full {
  right: 0;
  left: initial; }

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

#block-banner.regular-width.img-right .wrapper {
  align-items: flex-end; }

#block-banner.full-width.img-left .wrapper {
  align-items: flex-end; }

#block-banner .wrapper .text {
  max-width: 50%;
  padding: 30px 50px 30px 50px;
  position: relative; }

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

.bg-blue1 {
  background-color: #E6ECF6; }

.bg-blue2 {
  background-color: #A7BCDD; }

.bg-blue3 {
  background-color: #003DA5; }
  .bg-blue3 * {
    color: #fff; }
  .bg-blue3 .cta {
    border: 2px solid #fff; }

.bg-blue4 {
  background-color: #002565; }
  .bg-blue4 * {
    color: #fff; }
  .bg-blue4 .cta {
    border: 2px solid #fff;
    background-color: transparent; }

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

#block-banner.content-img .wrapper .text {
  max-width: 50%;
  width: 50%;
  margin: 0px 0px; }

#block-banner.content-img.full-width .wrapper .text {
  max-width: 50%;
  margin: 0px 0px; }

#block-banner.content-img.full-width.img-left .wrapper .text .inner {
  max-width: 100%;
  width: 600px; }

#block-banner.content-img.full-width.img-right .wrapper .text .inner {
  max-width: 100%;
  width: 600px;
  float: right; }

#block-banner.content-img.full-width.img-left .wrapper {
  align-content: flex-end; }

#block-banner.background-img .img-full {
  display: block !important;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 0; }

#block-banner.background-img h2, #block-banner.background-img p {
  text-shadow: 0px 0px 4px rgba(0, 37, 101, 0.3); }

#block-banner.background-img .wrapper {
  background-color: transparent; }
  #block-banner.background-img .wrapper:before {
    content: "";
    background-image: url(./assets/img/svgs/bgs/gradiant-banner-light.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px; }
  #block-banner.background-img .wrapper .cta {
    background-color: transparent; }

#block-banner.background-img .wrapper.bg-blue4:before {
  background-image: url(./assets/img/svgs/bgs/gradiant-banner-dark.svg); }

#block-banner.background-img .wrapper.bg-blue3:before {
  background-image: url(./assets/img/svgs/bgs/gradiant-banner-light.svg); }

/***********************************************************************************/
/*** ctaAdvance
/***********************************************************************************/
.ctaAdvance {
  padding: 14px 60px;
  min-height: 80px;
  flex-direction: row;
  margin: 10px 0px;
  justify-content: space-between; }
  .ctaAdvance.blue1 {
    background-color: #E6ECF6; }
    .ctaAdvance.blue1 h4 {
      color: #002565; }
  .ctaAdvance.blue2 {
    background-color: #A7BCDD; }
    .ctaAdvance.blue2 h4 {
      color: #002565; }
  .ctaAdvance.blue3 {
    background-color: #003DA5; }
    .ctaAdvance.blue3 h4 {
      color: #fff; }
    .ctaAdvance.blue3 .cta {
      border: 2px solid #fff; }
  .ctaAdvance.blue4 {
    background-color: #002565; }
    .ctaAdvance.blue4 h4 {
      color: #fff; }
    .ctaAdvance.blue4 .cta {
      border: 2px solid #fff;
      background-color: transparent; }
  .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; }

.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; }
    .shortCodeVideo .img:before {
      content: "";
      background-image: url(./assets/img/svgs/bgs/gradiant-hero.svg);
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom center;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 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: 56.25%; }
    .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 #block-banner {
  width: 975px;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 30px; }

.block-2-3.content #block-banner .wrapper {
  min-height: 300px; }

.block-2-3.content #block-banner.background-img .img-full {
  left: 30px;
  right: 30px; }

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
body.active {
  overflow: hidden; }

.site-header {
  height: 100px;
  padding: 20px 80px;
  background: #002565 0% 0% no-repeat padding-box;
  opacity: 0.95;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100; }
  .site-header .site-title {
    margin: 5px 0px 0px 0px; }
  .site-header .left {
    height: 100%; }
    .site-header .left h3.close, .site-header .left h3.menu-toggle {
      width: 30px;
      height: 30px;
      position: absolute;
      left: 80px;
      top: 0px;
      cursor: pointer;
      bottom: 0px;
      margin: auto;
      text-align: center;
      display: inline-block; }
    .site-header .left h3.close {
      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: 150px;
      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; }

.menuResponsive {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 100px;
  margin: auto;
  opacity: 0;
  bottom: initial;
  z-index: -2;
  transition: all 0.3s ease-out 0s; }
  .menuResponsive.active {
    opacity: 1;
    max-height: 100%;
    bottom: 0px;
    z-index: 50;
    transition: all 0.3s ease-out 0s; }
  .menuResponsive .inner {
    background: #0a2e6b 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%; }
    .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 a {
        display: block;
        line-height: 25px;
        text-decoration: none; }

.searchBox {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 100px;
  margin: auto;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--unnamed-color-002565) 0% 0% no-repeat padding-box;
  background: #0a2e6b 0% 0% no-repeat padding-box;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  bottom: initial;
  z-index: -2;
  transition: all 0.3s ease-out 0s; }
  .searchBox.active {
    opacity: 1;
    max-height: 100%;
    bottom: 0px;
    z-index: 50;
    transition: all 0.3s ease-out 0s; }
  .searchBox .inner {
    padding: 40px 80px 80px 80px;
    margin-top: 0px; }

.block-search {
  display: inline-block;
  width: 30%;
  position: relative;
  margin-right: 3%;
  float: right;
  top: -260px; }
  .block-search form {
    position: relative; }
    .block-search form input[type="search"] {
      border-radius: 30px;
      background-color: transparent;
      border: 2px solid #fff !important;
      width: 100%;
      padding: 10px 45px 10px 15px;
      outline: none;
      color: #fff !important;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    .block-search form ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: 1;
      /* Firefox */ }
    .block-search form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff; }
    .block-search form ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #fff; }
    .block-search form input[type="submit"] {
      background-color: transparent;
      border: none;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0px;
      bottom: 0px;
      right: 15px;
      margin: auto;
      opacity: 0%;
      z-index: 2;
      cursor: pointer; }
  .block-search .send {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15px;
    margin: auto; }

.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%; }
    .block-search-2 form input[type="search"] {
      font-family: 'Volkhov', serif;
      border-radius: 0px;
      background-color: transparent;
      border: none !important;
      width: 100%;
      line-height: 1.5em;
      border-bottom: 2px solid #fff !important;
      font-size: 40px;
      padding: 10px 40px 10px 0px;
      outline: none;
      color: #fff !important;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    .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: 30px;
      height: 30px;
      position: absolute;
      top: 0px;
      bottom: 0px;
      right: 5px;
      margin: auto;
      opacity: 0%;
      z-index: 2;
      cursor: pointer; }
  .block-search-2 .send {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 10px;
    margin: auto; }
  .block-search-2 .tags {
    margin-top: 30px; }
    .block-search-2 .tags ul {
      padding-left: 0px; }
    .block-search-2 .tags li {
      display: inline-block; }
      .block-search-2 .tags li:before {
        display: none; }
      .block-search-2 .tags li a {
        font-size: 10px;
        line-height: 16px;
        font-weight: 700;
        text-decoration: none;
        letter-spacing: 0.2px;
        font-family: 'Montserrat', sans-serif;
        color: #002565;
        padding: 4px 12px 2px 12px;
        background-color: #99B2D9;
        display: block;
        border-radius: 30px;
        text-transform: uppercase; }

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

.main-navigation .nav-menu > li > a {
  font-size: 30px;
  display: inline-block;
  position: relative;
  line-height: 1.1em;
  font-family: 'Volkhov', serif;
  margin-bottom: 20px; }

.main-navigation .nav-menu > li.menu-item-has-children {
  min-height: 300px;
  width: 30%; }

.main-navigation .nav-menu > li.menu-item-object-category {
  margin-top: 30px; }

.main-navigation .nav-menu > li.menu-item-has-children > a {
  border-bottom: 2px solid #fff;
  margin-top: 30px;
  padding-bottom: 18px; }

li.lang-item {
  list-style: none;
  margin-left: 100px; }
  li.lang-item a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    width: 22px;
    height: 25px;
    overflow: hidden;
    text-decoration: none;
    margin-top: 15px;
    letter-spacing: 0.8px; }

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

.site-header .center img.sticky {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 20px;
  width: 28px;
  margin: auto;
  transition: all 0.3s ease-out 0s; }

.site-header .center img.noSticky {
  opacity: 1;
  transition: all 0.3s ease-out 0s; }

.site-header.sticky .center img.noSticky {
  opacity: 0;
  transition: all 0.3s ease-out 0s; }

.site-header.sticky .center img.sticky {
  display: block;
  top: 25px;
  transition: all 0.3s ease-out 0s; }

.headerName {
  position: absolute;
  right: 80px;
  top: 20px;
  z-index: 5;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px; }

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

.banner {
  min-height: 600px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  background-position: center center;
  background-size: cover;
  align-items: center;
  margin-bottom: 100px; }
  .banner:before {
    content: "";
    background-image: url(./assets/img/svgs/bgs/gradiant-header.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px; }
  .banner .wrapper .inner {
    height: auto;
    width: 900px;
    max-width: 100%; }
  .banner .wrapper h1, .banner .wrapper h2, .banner .wrapper p {
    text-shadow: 0px 0px 4px rgba(0, 37, 101, 0.3); }
  .banner .wrapper .info span {
    margin: 0px 0px; }
  .banner .favori {
    position: relative;
    height: 40px;
    padding: 11px 25px 8px 55px;
    min-width: 10px; }
    .banner .favori .small {
      position: absolute;
      left: 14px;
      top: -1px;
      font-size: 16px !important;
      padding: 10px 10px;
      background-color: #002565; }
    .banner .favori .r, .banner .favori .s {
      display: none; }
  .banner .link.down {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    width: 20px;
    margin: auto; }
  .banner.single, .banner.aloneImg {
    min-height: 450px;
    padding-top: 200px;
    padding-bottom: 300px;
    margin-bottom: -200px; }
    .banner.single:before, .banner.aloneImg:before {
      background-image: url(./assets/img/svgs/bgs/gradiant-hero.svg);
      background: var(--unnamed-color-002565) 0% 0% no-repeat padding-box;
      background: #002565 0% 0% no-repeat padding-box;
      opacity: 0.9;
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px); }
    .banner.single .inner, .banner.aloneImg .inner {
      margin: 0px auto;
      text-align: center; }
    .banner.single .link.down, .banner.aloneImg .link.down {
      display: none; }

.wrapper.thumb.aloneImg .post-thumbnail {
  margin-bottom: 100px; }

.listPost .info span.spacer {
  margin: 0px 10px; }

.search-results .banner {
  margin-bottom: 0px !important; }

.banner.noThumb {
  min-height: 500px; }
  .banner.noThumb:before {
    background-image: url(./assets/img/svgs/bgs/gradiant-header-empty.svg); }
  .banner.noThumb .inner {
    margin: 0px auto;
    text-align: center; }

.site-main .error-404, .site-main .searchResult {
  padding: 0px 0px 100px 0px;
  margin-top: -50px; }

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

.page-content .block-search2 {
  position: relative; }
  .page-content .block-search2 form {
    position: relative; }
    .page-content .block-search2 form input[type="search"] {
      border-radius: 30px;
      background-color: transparent;
      border: 2px solid #002565;
      width: 100%;
      padding: 10px 15px 10px 15px;
      outline: none;
      color: #002565 !important; }
    .page-content .block-search2 form ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #002565;
      opacity: 1;
      /* Firefox */ }
    .page-content .block-search2 form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #002565; }
    .page-content .block-search2 form ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #002565s; }
    .page-content .block-search2 form input[type="submit"] {
      background-color: transparent;
      border: none;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0px;
      bottom: 0px;
      right: 5px;
      margin: auto;
      opacity: 0%;
      z-index: 2;
      cursor: pointer; }
  .page-content .block-search2 .send {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 10px;
    margin: auto; }

.entry-content {
  display: block; }
  .entry-content .entry-meta {
    padding: 20px 80px;
    height: 90px;
    max-width: 100%;
    position: relative;
    margin: 0px auto;
    width: 1315px;
    display: flex;
    flex-direction: row;
    align-self: flex-end;
    align-items: center;
    border-bottom: 2px solid #002565; }
    .entry-content .entry-meta b {
      margin-left: 5px; }
  .entry-content .container {
    position: static;
    /*padding: 80px 0px 0px 0px;*/ }
  .entry-content .addtoany_list {
    position: absolute;
    top: 30px;
    right: 75px;
    margin: 0px; }

.block-infos {
  background-color: #002565; }
  .block-infos .addtoany_list {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 75px;
    margin: auto;
    z-index: 1;
    height: 25px; }
    .block-infos .addtoany_list .a2a_svg svg path {
      fill: #fff; }
  .block-infos .inner {
    height: 90px;
    display: flex;
    flex-direction: row;
    align-self: flex-end;
    align-items: center;
    padding: 20px 80px; }
    .block-infos .inner .info {
      margin: 0px; }
      .block-infos .inner .info span {
        margin: 0px 0px; }
    .block-infos .inner p {
      min-height: 0px; }

.block-more-article, .search-list {
  padding: 80px 0px 80px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*&:before{
        content: "";
        background-image: url(./assets/img/svgs/bgs/highlight-large.svg);
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 1083px;
        width: 1083px;
        position: absolute;
        left: -200px;
        top: -300px;
        z-index:-1;
    }
    &:after{
        content: "";
        background-image: url(./assets/img/svgs/bgs/highlight-large.svg);
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 1083px;
        width: 1083px;
        position: absolute;
        right: -500px;
        bottom: -500px;
        z-index:-1;
    }*/ }
  .block-more-article .show, .search-list .show {
    display: block; }
  .block-more-article .hide, .search-list .hide {
    display: none; }
  .block-more-article .top, .search-list .top {
    padding: 0px 80px 20px 80px; }
  .block-more-article .inner, .search-list .inner {
    padding: 0px 80px; }
  .block-more-article .article, .search-list .article {
    background-color: #fff; }
    .block-more-article .article .thumb, .search-list .article .thumb {
      position: relative;
      width: 100%;
      line-height: 0em;
      background-color: #fff;
      background-image: url(./assets/img/svgs/bgs/gradiant-header-empty.svg);
      background-repeat: no-repeat;
      background-size: cover;
      padding-bottom: 50%;
      background-position: bottom center; }
      .block-more-article .article .thumb .more, .search-list .article .thumb .more {
        position: absolute;
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px; }
    .block-more-article .article .content, .search-list .article .content {
      padding: 20px 0px; }
      .block-more-article .article .content .date, .search-list .article .content .date {
        min-height: 0px; }
        .block-more-article .article .content .date span.spacer, .search-list .article .content .date span.spacer {
          margin: 0px 10px; }
        .block-more-article .article .content .date a, .search-list .article .content .date a {
          color: #003DA5; }
      .block-more-article .article .content h3, .block-more-article .article .content h2, .search-list .article .content h3, .search-list .article .content h2 {
        margin-bottom: 0px;
        padding-top: 15px;
        font-size: 18px;
        line-height: 1.3em; }

.search-list .article .thumb span.more {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  padding: 5px 0px 0px 5px;
  background-color: #003DA5; }

.search-list .article .thumb img.more.download {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  bottom: 0px;
  right: 10px;
  width: 20px; }

.block-more-article .article .thumb {
  overflow: hidden; }

.archive .banner, .search-results .banner {
  margin-bottom: 100px; }

.site-main.informer .wrapper.list .article:first-of-type .thumb,
.site-main.informer .wrapper.list .article:first-of-type + .article .thumb,
.site-main.informer .wrapper.list .article:first-of-type + .article + .article .thumb {
  padding-bottom: 0px; }

.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; }

.error404 .banner.noThumb, .search-no-results .banner.noThumb {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.error404 .site-main, .search-no-results .site-main {
  background-color: #003da5;
  margin-top: -50px; }
  .error404 .site-main form input[type="search"], .search-no-results .site-main form input[type="search"] {
    color: #fff !important;
    border: none !important;
    border-bottom: 2px solid #fff !important;
    border-radius: 0px;
    padding: 10px 0px 10px 0px;
    font-family: 'Volkhov', serif;
    line-height: 1.5em;
    font-size: 40px; }
  .error404 .site-main form ::placeholder, .search-no-results .site-main form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1;
    /* Firefox */ }
  .error404 .site-main form :-ms-input-placeholder, .search-no-results .site-main form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important; }
  .error404 .site-main form ::-ms-input-placeholder, .search-no-results .site-main form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important; }
  .error404 .site-main .send, .search-no-results .site-main .send {
    right: 0px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(331deg) brightness(204%) contrast(100%); }

.banner {
  overflow: hidden; }

.banner .post-thumbnail {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1; }

.banner .post-thumbnail img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  filter: blur(8px);
  -webkit-filter: blur(8px); }

/* PAGE DE RECHERCHE **************************************************/
.search-results .block-search2 form input[type="search"] {
  color: #fff !important;
  border: none !important;
  border-bottom: 2px solid #fff !important;
  border-radius: 0px;
  padding: 10px 40px 10px 0px;
  font-family: 'Volkhov', serif;
  line-height: 1.5em;
  font-size: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.search-results .block-search2 form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1;
  /* Firefox */ }

.search-results .block-search2 form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important; }

.search-results .block-search2 form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important; }

.search-results .block-search2 .send {
  right: 0px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(331deg) brightness(204%) contrast(100%); }

.section-search .filter {
  background-color: #E6ECF6;
  padding-top: 80px;
  padding-bottom: 80px; }
  .section-search .filter .inner {
    width: 300px;
    max-width: 100%;
    float: right; }
    .section-search .filter .inner a {
      text-decoration: none; }
    .section-search .filter .inner > ul {
      margin: 0px; }
    .section-search .filter .inner > ul > li {
      display: block;
      align-items: center;
      width: 100%;
      font-size: 16px;
      margin: 0px;
      min-height: 54px;
      text-transform: uppercase;
      border-bottom: 2px solid #002565;
      padding: 19px 0px;
      font-size: 12px;
      font-weight: 700;
      line-height: 14px;
      cursor: pointer;
      flex-wrap: wrap; }
      .section-search .filter .inner > ul > li ul {
        padding: 0px 0px 0px 0px;
        margin: 10px 0px 0px 0px;
        list-style: none; }
        .section-search .filter .inner > ul > li ul li {
          padding: 5px 0px;
          font-weight: 500;
          text-transform: none;
          margin: 0px;
          min-height: 10px; }
          .section-search .filter .inner > ul > li ul li ul {
            padding: 0px 0px 0px 0px;
            margin: 10px 0px 0px 0px;
            list-style: none; }
            .section-search .filter .inner > ul > li ul li ul li {
              position: relative;
              padding-left: 25px; }
              .section-search .filter .inner > ul > li ul li ul li:before {
                content: '—';
                display: inline-block;
                padding: 0px 8px 0px 0px;
                transition: all 0.3s ease-in-out;
                position: absolute;
                background-color: transparent;
                color: #002565;
                width: auto;
                top: 5px;
                left: 0px;
                margin: auto; }

.section-search .search-list h1 {
  margin-bottom: 50px; }

.section-search .search-list .inner {
  width: 975px;
  max-width: 100%;
  padding: 0px 30px; }
  .section-search .search-list .inner .article .content {
    padding: 10px 0px 15px 0px;
    float: none;
    clear: both; }
    .section-search .search-list .inner .article .content .inner {
      padding: 0px; }
      .section-search .search-list .inner .article .content .inner h2 {
        padding-top: 20px; }
  .section-search .search-list .inner .article .info {
    margin-top: 10px;
    color: #003DA5;
    min-height: 10px; }
    .section-search .search-list .inner .article .info a {
      color: #003DA5;
      text-decoration: none; }

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

.site-main.informer .banner {
  margin-bottom: 0px; }

.site-main.informer .wrapper.list .article:first-of-type, .site-main.informer .wrapper.list .article:first-of-type + .article, .site-main.informer .wrapper.list .article:first-of-type + .article + .article {
  width: 100%;
  float: none;
  margin-right: 0%;
  display: flex;
  flex-wrap: wrap; }
  .site-main.informer .wrapper.list .article:first-of-type .thumb,
  .site-main.informer .wrapper.list .article:first-of-type + .article .thumb,
  .site-main.informer .wrapper.list .article:first-of-type + .article + .article .thumb {
    float: left;
    width: 33.333%;
    height: auto;
    display: flex;
    align-items: center;
    padding-bottom: 0px; }
    .site-main.informer .wrapper.list .article:first-of-type .thumb a, .site-main.informer .wrapper.list .article:first-of-type + .article .thumb a, .site-main.informer .wrapper.list .article:first-of-type + .article + .article .thumb a {
      display: block;
      position: relative;
      width: 100%;
      height: 0px;
      line-height: 0px;
      padding-bottom: 53%; }
  .site-main.informer .wrapper.list .article:first-of-type .content, .site-main.informer .wrapper.list .article:first-of-type + .article .content, .site-main.informer .wrapper.list .article:first-of-type + .article + .article .content {
    float: left;
    width: 66.666%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 30px 20px;
    flex-direction: row-reverse; }
    .site-main.informer .wrapper.list .article:first-of-type .content .inner, .site-main.informer .wrapper.list .article:first-of-type + .article .content .inner, .site-main.informer .wrapper.list .article:first-of-type + .article + .article .content .inner {
      padding: 0px;
      display: flex;
      flex-direction: column-reverse; }
    .site-main.informer .wrapper.list .article:first-of-type .content h2, .site-main.informer .wrapper.list .article:first-of-type + .article .content h2, .site-main.informer .wrapper.list .article:first-of-type + .article + .article .content h2 {
      font-size: 24px;
      display: block;
      padding-top: 0px; }
    .site-main.informer .wrapper.list .article:first-of-type .content .info, .site-main.informer .wrapper.list .article:first-of-type + .article .content .info, .site-main.informer .wrapper.list .article:first-of-type + .article + .article .content .info {
      margin-top: 0px; }

.site-main.informer .tags h3 {
  height: 50px;
  margin: 0px 0px 0px 0px;
  border-bottom: 2px solid #002565;
  display: flex;
  align-items: center;
  margin-top: 20px;
  cursor: pointer; }
  .site-main.informer .tags h3:first-child {
    margin-top: 0px; }

.site-main.informer .tags li {
  position: relative;
  cursor: auto;
  padding: 5px 0px !important; }
  .site-main.informer .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; }
  .site-main.informer .tags li label {
    position: relative;
    cursor: pointer;
    display: flex;
    color: #002565;
    align-items: center; }
  .site-main.informer .tags li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    border: 2px solid #002565;
    background-color: #e6ecf6;
    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; }
  .site-main.informer .tags li input:checked + label:before {
    background-color: #002565;
    border: 2px solid #002565; }
  .site-main.informer .tags li input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 8px;
    bottom: 4px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    margin: auto; }

.filter.tags .inner > ul > li:first-child > input {
  left: 0px;
  top: 15px;
  bottom: initial;
  margin: auto; }

.filter.tags ul > li > ul > li:first-child {
  border-top: 2px solid #002565;
  margin-top: 15px;
  padding-top: 18px !important; }

.filter.tags ul > li > ul > li:last-child {
  padding-bottom: 10px !important; }

.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 {
  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; }

.article .thumb {
  position: relative; }

.article .thumb .more {
  position: absolute;
  bottom: 15px;
  right: 15px; }

.article .content .info {
  min-height: 10px;
  margin-top: 15px; }
  .article .content .info a {
    color: #003da5; }

.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; }

.tags h3 {
  height: 50px;
  margin: 0px 0px 0px 0px;
  border-bottom: 2px solid #002565;
  display: flex;
  align-items: center;
  margin-top: 20px;
  cursor: pointer; }
  .tags h3:first-child {
    margin-top: 0px; }

.tags li {
  position: relative;
  cursor: auto;
  padding: 5px 0px !important; }
  .tags li input {
    padding: 0;
    height: 20px;
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 0px;
    margin: auto;
    z-index: 2;
    opacity: 0; }
  .tags li label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center; }
  .tags li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    border: 2px solid #002565;
    background-color: #e6ecf6;
    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; }
  .tags li input:checked + label:before {
    background-color: #002565;
    border: 2px solid #002565; }
  .tags li input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 8px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg); }

.filter.tags .inner > ul > li:first-child > input {
  left: 0px;
  top: 15px;
  bottom: initial;
  margin: auto; }

.filter.tags ul > li > ul > li:first-child {
  border-top: 2px solid #002565;
  margin-top: 15px;
  padding-top: 18px !important; }

.filter.tags ul > li > ul > li:last-child {
  padding-bottom: 10px !important; }

.site-main.commander .banner {
  margin-bottom: 0px; }

.site-main.commander li {
  padding-top: 10px !important;
  margin-bottom: 0rem; }
  .site-main.commander li:first-child {
    padding-top: 30px !important; }

.site-main.informer .section-search .filter .inner > ul > li {
  display: block;
  padding-top: 15px !important; }

.search-list.commander .article .thumb {
  padding-bottom: 120%;
  position: relative;
  overflow: hidden; }

.search-list.commander .article .thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute; }

.search-list.commander .article .thumb img:not(.more) {
  height: auto;
  width: auto;
  min-width: 100%;
  max-width: none;
  max-height: 120%; }

.site-main.commander .panier {
  position: fixed;
  right: 15px;
  top: 200px;
  z-index: 2;
  min-width: 10px; }
  .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: 5px; }

.site-main.commander .article .thumb span.more {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  padding: 5px 0px 0px 5px;
  background-color: #003DA5; }
  .site-main.commander .article .thumb span.more img {
    bottom: 0px;
    right: 10px;
    width: 20px; }

.section-search .filter h3 {
  padding-bottom: 15px;
  cursor: default; }

h3 span.deco {
  text-decoration: underline;
  font-weight: bold;
  margin-left: 5px; }

.search-list.commander .article .info.blue {
  margin-bottom: 0px; }

.search-list.commander .article h2 {
  padding-top: 10px !important; }

.quantite {
  padding-top: 15px; }
  .quantite .fr {
    margin-right: 15px; }
  .quantite span {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase; }
  .quantite input[type="number"] {
    color: #002565;
    border: none !important;
    border-bottom: 2px solid #002565 !important;
    border-radius: 0px;
    padding: 3px;
    outline: none !important; }

/****************************************************************/
/****************************************************************/
.member-section {
  margin-top: -100px; }
  .member-section .block-1-3 {
    background-color: #E6ECF6;
    padding-top: 100px;
    padding-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: 30px;
        margin-left: 15px; }
        .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: 'Volkhov', serif;
          border-bottom: 2px solid #002565;
          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: 54px;
          text-transform: uppercase;
          border-bottom: 2px solid #002565;
          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: #002565;
              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: 15px;
              border-top: 2px solid #002565;
              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: #002565;
                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: 100px 30px 0px 30px; }

.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/svgs/icons/icon-accueil.svg); }

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

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

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

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

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

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

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

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

/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
.toogle-sidebar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #002565;
  color: #fff;
  z-index: 101;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  display: none; }
  .toogle-sidebar img {
    position: absolute;
    right: 15px;
    height: 25px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 10px;
    transform: rotate(180deg); }

.wrapper.thumb .post-thumbnail {
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding-bottom: 55%; }

.wrapper.thumb .post-thumbnail img {
  width: 100%; }

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

.ca .thumb img {
  width: 100%; }

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

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

.search-list .article .thumb.noThumb {
  height: 0%;
  padding-bottom: 55%;
  overflow: hidden; }

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

.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: 2px solid #002565 !important;
  overflow: auto;
  outline: none;
  padding: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  resize: none;
  border-radius: 20px;
  background-color: #fff !important; }

.tml .tml-field:hover, .tml .tml-field:focus {
  border: 2px solid #002565 !important; }

.tml [type="submit"] {
  min-width: 180px;
  border: none;
  margin: auto;
  display: inline-block;
  padding: 12px 35px 12px 35px;
  font-size: 12px;
  cursor: pointer;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  border-radius: 30px;
  height: 44px;
  background-color: #003DA5;
  color: #fff;
  font-family: 'Montserrat', sans-serif; }

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

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

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  #002565; }

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

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

figure {
  max-width: 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: #002565 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; }

.error-404 header {
  position: static; }

.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: bold;
  color: #002565; }

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

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

.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; }

.nav-links span, .nav-links a {
  display: inline-block;
  min-width: 15px;
  text-align: center;
  color: #002565;
  margin: 0px 10px;
  line-height: 1em;
  text-decoration: none; }

.nav-links .current {
  border-bottom: 2px solid #002565;
  font-weight: 700; }

.archive-nav .nav-links {
  padding-bottom: 80px;
  padding-top: 30px; }

.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;
  text-align: center; }

.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; }

.block-2-3.block-left.search-list {
  background-color: #fff; }

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: 'Montserrat', sans-serif;
  color: #002565;
  font-size: 12px; }

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

body #mc_embed_signup #mc-embedded-subscribe-form input {
  font-family: 'Montserrat', sans-serif;
  text-indent: 0 !important;
  border: 2px solid #99B2D9;
  border-radius: 20px;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 0 10px;
  color: #002565; }

body #mc_embed_signup .mc-field-group label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.35px;
  text-decoration: none;
  padding-bottom: 4px; }

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

body #mc_embed_signup span.title {
  font-family: 'Volkhov', serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  color: #002565;
  padding-bottom: 10px;
  display: block; }

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 label {
  padding: 2px 0 0 10px;
  margin: 0 0 0 0; }

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; }

body #mc_embed_signup .mc-field-group.input-group .radio span.check {
  cursor: pointer;
  position: absolute;
  content: "";
  z-index: 1;
  background-color: #002565;
  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: #fff;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  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: #003DA5; }

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;
  padding: 11px 22px 10px 22px !important;
  font-weight: 700 !important;
  text-align: center !important;
  background-color: #003DA5 !important;
  border-radius: 30px !important;
  display: inline-block !important;
  color: #fff !important;
  margin: auto !important;
  width: auto !important;
  font-family: 'Montserrat', sans-serif !important;
  border: 0px solid transparent !important; }

/*** 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: 'Montserrat', 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: #002565;
  font-family: 'Montserrat', 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: #002565; }

.calcoolateur-section .slider-vol, .calcoolateur-section .slider-deg, #verseur .slider-deg {
  color: #002565;
  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: scroll; }

.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: #0a2e6b 0% 0% no-repeat padding-box;
  opacity: 0.95;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 40px 80px 80px 80px;
  width: 100%;
  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; }

.navInfo {
  width: 100%;
  display: block; }

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

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

.block-more-article .article .thumb, .search-list .article .thumb {
  position: relative;
  width: 100%;
  height: 0px; }

/**************************************************************************/
/******** CAMPAGNE BOSS ***************************************************/
/**************************************************************************/
.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: 'Montserrat', 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: #002565; }

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

.page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper * {
  color: #fff;
  text-align: left;
  /*text-shadow: 0px 0px 4px rgba(0, 37, 101, 0.3);*/ }

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

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

.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 .background-img.full-width.bg-blue4 .wrapper .text {
  padding: 80px 30px 80px 30px !important; }

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

.page-boss .background-img.full-width.bg-blue4 * {
  color: #002565;
  text-shadow: none !important; }

.page-boss .background-img.full-width.bg-blue4 h2:after {
  background-color: #002565; }

.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.full-width.bg-blue1 .wrapper .text {
  width: 1315px;
  padding: 50px 20px 50px 20px;
  position: relative;
  padding-left: 400px; }

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

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

/*****************************************************************/
/******** PATCH FEVRIER 2023 *************************************/
/*****************************************************************/
.site-main.informer .wrapper.list .article:first-of-type .thumb,
.site-main.informer .wrapper.list .article:first-of-type + .article .thumb,
.site-main.informer .wrapper.list .article:first-of-type + .article + .article .thumb {
  float: left;
  width: 33.333%;
  height: 0px;
  display: flex;
  align-items: center;
  padding-bottom: 20%;
  background-position: top center; }

.site-main.informer .wrapper.list .article:first-of-type .thumb a, .site-main.informer .wrapper.list .article:first-of-type + .article .thumb a, .site-main.informer .wrapper.list .article:first-of-type + .article + .article .thumb a {
  padding-bottom: 0px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }

.block-more-article .article .thumb, .search-list .article .thumb {
  padding-bottom: 60%; }

/* CA *************************************/
.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-home p {
  font-size: 16px; }

.block-hero {
  position: relative;
  z-index: 3;
  padding: 200px 0px 200px 0px;
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .block-hero:before {
    content: "";
    background-image: url(./assets/img/svgs/bgs/gradiant-hero.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px; }
  .block-hero .wrapper .block-1-2 {
    padding-left: 80px;
    width: 680px;
    max-width: 100%; }
    .block-hero .wrapper .block-1-2 h2, .block-hero .wrapper .block-1-2 p {
      text-shadow: 0px 0px 4px rgba(0, 37, 101, 0.3); }
      .block-hero .wrapper .block-1-2 h2 a, .block-hero .wrapper .block-1-2 p a {
        text-decoration: none; }
  .block-hero .link.down {
    position: absolute;
    bottom: 90px;
    left: 0px;
    right: 0px;
    width: 20px;
    margin: auto; }

.block-vedette {
  padding-bottom: 100px;
  margin-top: -50px;
  position: relative;
  overflow: hidden; }
  .block-vedette:before {
    content: "";
    background-image: url(./assets/img/svgs/bgs/highlight-large.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 1083px;
    width: 1083px;
    position: absolute;
    right: -200px;
    top: -300px; }
  .block-vedette .list {
    background-color: #fff;
    position: relative;
    z-index: 5; }
    .block-vedette .list .content {
      padding: 70px 80px; }
    .block-vedette .list .img {
      background-size: cover;
      background-position: center center; }

.block-campagne {
  background-color: #002565;
  padding-top: 80px;
  position: relative;
  margin-bottom: -100px;
  overflow: hidden; }
  .block-campagne:before {
    content: "";
    background-image: url(./assets/img/svgs/bgs/highlight-blue.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 800px;
    width: 800px;
    position: absolute;
    right: -300px;
    top: -300px; }
  .block-campagne:after {
    content: "";
    background-image: url(./assets/img/svgs/bgs/highlight-blue.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 800px;
    width: 800px;
    position: absolute;
    left: -300px;
    bottom: -300px; }
  .block-campagne .list {
    background-color: #fff;
    position: relative;
    z-index: 7; }
    .block-campagne .list .content {
      padding: 70px 80px; }
    .block-campagne .list .img {
      background-size: cover;
      background-position: center center; }
  .block-campagne .top {
    margin-bottom: 30px;
    padding: 0px 80px; }
    .block-campagne .top h2 {
      margin-top: 0px; }

.block-outils {
  padding-top: 200px;
  background-color: #fff;
  margin-top: -100px;
  position: relative;
  overflow: hidden; }
  .block-outils:before {
    content: "";
    background-image: url(./assets/img/svgs/bgs/highlight-large.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 1083px;
    width: 1083px;
    position: absolute;
    left: -200px;
    top: -300px; }
  .block-outils .top {
    margin-bottom: 30px;
    padding: 0px 80px; }
    .block-outils .top h2 {
      margin-top: 0px;
      position: relative;
      z-index: 2; }
  .block-outils .list .block-left {
    background-color: #fff;
    padding: 40px 50px;
    height: 100%;
    width: 100%; }
    .block-outils .list .block-left img {
      width: 90px;
      height: 90px;
      display: block;
      margin: 0px auto 25px auto; }

.block-outils .owl-stage .owl-item.active + .owl-item.active .block-left {
  background-color: #002361;
  position: relative;
  overflow: hidden; }
  .block-outils .owl-stage .owl-item.active + .owl-item.active .block-left:before {
    content: "";
    background-image: url(./assets/img/svgs/bgs/highlight-blue.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 600px;
    width: 600px;
    position: absolute;
    right: 000px;
    left: 0px;
    margin: auto;
    bottom: -300px; }
  .block-outils .owl-stage .owl-item.active + .owl-item.active .block-left * {
    color: #fff; }
  .block-outils .owl-stage .owl-item.active + .owl-item.active .block-left a {
    background-color: transparent;
    border: 2px solid #fff; }
  .block-outils .owl-stage .owl-item.active + .owl-item.active .block-left img, .block-outils .owl-stage .owl-item.active + .owl-item.active .block-left .content {
    position: relative;
    z-index: 2; }
  .block-outils .owl-stage .owl-item.active + .owl-item.active .block-left img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(331deg) brightness(204%) contrast(100%); }

.block-outils .owl-stage .owl-item.active + .owl-item.active + .owl-item.active .block-left {
  background-color: #fff;
  position: relative; }
  .block-outils .owl-stage .owl-item.active + .owl-item.active + .owl-item.active .block-left:before {
    display: none; }
  .block-outils .owl-stage .owl-item.active + .owl-item.active + .owl-item.active .block-left * {
    color: #002565; }
  .block-outils .owl-stage .owl-item.active + .owl-item.active + .owl-item.active .block-left a {
    color: #fff;
    background-color: #003DA5;
    border: 2px solid #003DA5; }
  .block-outils .owl-stage .owl-item.active + .owl-item.active + .owl-item.active .block-left img {
    filter: none; }

.block-outils .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch; }

.block-outils .top .block-right a {
  position: relative;
  z-index: 2; }

.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: 1315px;
  position: relative;
  display: block;
  margin: 50px auto  100px auto; }

.block-outils .owl-dots {
  z-index: 2;
  width: 120px;
  text-align: center;
  position: absolute;
  display: block;
  bottom: 40px;
  left: 0px;
  right: 0px;
  margin: auto auto auto auto; }

.block-outils .owl-dots .owl-dot span {
  background: #99B2D9; }

.block-outils .owl-dots .owl-dot.active span {
  background: #002565; }

.block-outils .owl-nav .owl-prev, .block-outils .owl-nav .owl-next {
  width: 40px;
  height: 18px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  position: absolute; }

.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 {
  opacity: 0; }

.block-outils .owl-nav .owl-prev {
  background-image: url(./assets/img/svgs/icons/arrow-slider-left.svg) !important;
  left: 15px; }

.block-outils .owl-nav .owl-next {
  background-image: url(./assets/img/svgs/icons/arrow-slider-right.svg) !important;
  right: 15px; }

.block-actualite {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 500px; }
  .block-actualite:before {
    content: "";
    background-image: url(./assets/img/svgs/bgs/highlight-large.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    height: 1083px;
    width: 500px;
    position: absolute;
    right: -000px;
    top: -500px; }
  .block-actualite .block-1-3 {
    background-color: #002565;
    align-items: stretch;
    position: relative;
    overflow: hidden; }
    .block-actualite .block-1-3:before {
      content: "";
      background-image: url(./assets/img/svgs/bgs/highlight-blue.svg);
      display: inline-block;
      background-repeat: no-repeat;
      background-size: 100% auto;
      height: 800px;
      width: 800px;
      position: absolute;
      left: -300px;
      bottom: -300px; }
    .block-actualite .block-1-3 .inner {
      padding: 50px 0px;
      max-width: 100%;
      width: 335px;
      float: right;
      height: 100%;
      position: relative; }
    .block-actualite .block-1-3 a.cat {
      display: flex;
      align-items: center;
      font-size: 16px;
      margin: 0px;
      min-height: 54px;
      text-decoration: none;
      text-transform: uppercase;
      border-bottom: 2px solid #fff;
      padding: 5px 0px;
      font-size: 12px;
      font-weight: 700;
      line-height: 14px; }
      .block-actualite .block-1-3 a.cat.first {
        border-top: 2px solid #fff; }
    .block-actualite .block-1-3 a.cta-line {
      position: absolute;
      bottom: 80px;
      left: 0px; }
  .block-actualite .block-2-3 {
    align-items: stretch;
    position: relative; }
    .block-actualite .block-2-3 .inner {
      max-width: 100%;
      width: 970px;
      padding: 0px 0px 80px 45px; }
      .block-actualite .block-2-3 .inner .listNews {
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
        z-index: -2; }
        .block-actualite .block-2-3 .inner .listNews.active {
          position: relative;
          opacity: 1;
          z-index: 1; }
        .block-actualite .block-2-3 .inner .listNews .article {
          margin-bottom: 30px;
          background-color: #fff; }
          .block-actualite .block-2-3 .inner .listNews .article:last-child {
            margin-bottom: 0px; }
          .block-actualite .block-2-3 .inner .listNews .article .thumb {
            line-height: 0em;
            margin-bottom: 0px;
            width: 300px;
            position: relative;
            min-height: 190px;
            padding-bottom: 0%;
            background-position: top center;
            background-size: cover;
            height: auto;
            overflow: visible; }
            .block-actualite .block-2-3 .inner .listNews .article .thumb a {
              line-height: 0em;
              margin-bottom: 0px;
              display: block;
              width: 100%;
              height: 100%; }
            .block-actualite .block-2-3 .inner .listNews .article .thumb img {
              line-height: 0em;
              margin-bottom: 0px; }
            .block-actualite .block-2-3 .inner .listNews .article .thumb .more {
              position: absolute;
              bottom: 15px;
              right: 15px; }
          .block-actualite .block-2-3 .inner .listNews .article .content {
            padding: 30px 45px;
            display: flex;
            align-items: center; }
            .block-actualite .block-2-3 .inner .listNews .article .content h3 {
              margin: 0px;
              font-size: 24px; }
            .block-actualite .block-2-3 .inner .listNews .article .content p.date {
              margin: 0px;
              text-transform: uppercase;
              font-size: 12px;
              font-weight: 800;
              min-height: 10px; }
              .block-actualite .block-2-3 .inner .listNews .article .content p.date a {
                color: #003DA5;
                text-decoration: none; }
              .block-actualite .block-2-3 .inner .listNews .article .content p.date span.spacer {
                margin: 0px 10px; }

.block-events {
  position: relative;
  padding: 100px 0px;
  min-height: 450px;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center; }
  .block-events:before {
    content: "";
    background-image: url(./assets/img/svgs/bgs/gradiant-banner-light.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px; }
  .block-events .inner {
    width: 660px;
    max-width: 100%; }
    .block-events .inner h2, .block-events .inner p {
      text-shadow: 0px 0px 4px rgba(0, 37, 101, 0.3); }

/**************************************************************/
/*********** PATCH ACCUEIL ************************************/
/**************************************************************/
.block-vedette {
  padding-bottom: 0px; }

.block-outils:before {
  top: -100px; }

.block-outils {
  overflow: visible; }

.block-vedette:before {
  display: none; }

.block-outils:after {
  content: "";
  background-image: url(./assets/img/svgs/bgs/highlight-large.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 1083px;
  width: 772px;
  position: absolute;
  right: 0px;
  top: -300px; }

.site-footer .footer-top {
  padding: 100px 0px 80px 0px;
  background-color: #002565; }
  .site-footer .footer-top .linkTop {
    position: absolute;
    top: -120px;
    right: 0px;
    z-index: 3;
    cursor: pointer;
    transform: rotate(-90deg); }
  .site-footer .footer-top .left {
    margin-top: 15px; }
    .site-footer .footer-top .left a {
      margin: 0px 20px;
      font-size: 19px; }
      .site-footer .footer-top .left a:first-child {
        margin-left: 0px; }
  .site-footer .footer-top .center img {
    width: 260px;
    max-width: 100%; }
  .site-footer .footer-top .right form {
    position: relative;
    font-family: 'Montserrat', sans-serif; }
    .site-footer .footer-top .right form input[type="text"] {
      border-radius: 30px;
      background-color: transparent;
      border: 2px solid #fff !important;
      width: 320px;
      max-width: 100%;
      padding: 10px 15px 10px 15px;
      outline: none;
      color: #fff !important; }
    .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: 30px;
      height: 30px;
      position: absolute;
      top: 0px;
      bottom: 0px;
      right: 5px;
      margin: auto;
      cursor: pointer;
      z-index: 2; }
    .site-footer .footer-top .right form .send {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 2px;
      bottom: 0px;
      right: 15px;
      margin: auto; }
  .site-footer .footer-top .right p {
    text-align: left;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    min-height: 0px; }

.site-footer .footer-bottom {
  padding: 25px 0px 15px 0px;
  background-color: #001A46; }
  .site-footer .footer-bottom * {
    font-size: 10px;
    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; }

/**********************************************************************************/
/**** Spotify *************************************************************************/
/**********************************************************************************/
iframe.spotify {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 450px;
  height: 80px; }

/**********************************************************************************/
/**** ARCHIVE *********************************************************************/
/**********************************************************************************/
.page-party .container {
  width: 850px; }

.cta.gold {
  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; }

.bannerParty:before {
  display: none; }

.bannerParty h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0px 10px; }

.bannerParty h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px; }

.bannerParty .link.down {
  width: 75px;
  height: 75px;
  bottom: -90px; }

.party-intro {
  position: relative; }

.party-intro h1, .party-intro h2 {
  display: inline-block;
  font-size: 30px;
  font-family: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', sans-serif;
  line-height: 1.5em; }

.party-nez p {
  font-size: 17px;
  font-family: 'Montserrat', 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 100px 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: 'Montserrat', 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: 'Montserrat', 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: 130px;
    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: 1500px) {
  .block-actualite .block-2-3 .inner {
    padding-right: 15px; } }

@media screen and (max-width: 1350px) {
  .wrapper, .section-search .search-list h1 {
    margin-bottom: 0px;
    padding: 0px 15px; }
  .site-footer .footer-top .linkTop {
    right: 15px; } }

@media screen and (max-width: 1110px) {
  #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: 50%;
    overflow: hidden; }
  .block-actualite .block-2-3 .inner {
    padding: 50px 15px 50px 15px; }
    .block-actualite .block-2-3 .inner .listNews .article .thumb {
      width: 100%;
      height: 0px;
      overflow: hidden;
      padding-bottom: 65%; }
  .block-actualite .block-1-3 .inner {
    padding: 50px 0px 50px 15px; }
  .block-actualite .block-1-3 a.cta-line {
    left: 15px; }
  .block-vedette {
    padding-bottom: 15px; }
    .block-vedette .list {
      flex-direction: column-reverse; }
      .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 0px 50px 0px; }
    .site-footer .footer-top .linkTop {
      top: -80px; }
    .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; }
    .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; }
  .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%; }
  .section-search .filter h3 {
    margin-left: 15px; }
  .section-search .filter .inner > ul {
    padding-left: 15px; }
  .section-search .search-list .inner {
    padding: 0px 0px; }
  .site-main.informer .wrapper.list .article:first-of-type .thumb,
  .site-main.informer .wrapper.list .article:first-of-type + .article .thumb,
  .site-main.informer .wrapper.list .article:first-of-type + .article + .article .thumb {
    width: 100%; }
  .site-main.informer .wrapper.list .article:first-of-type .content, .site-main.informer .wrapper.list .article:first-of-type + .article .content, .site-main.informer .wrapper.list .article:first-of-type + .article + .article .content {
    padding: 30px 0px;
    display: block;
    width: 100%; }
  .site-main.informer .wrapper.list .article:first-of-type .content .inner, .site-main.informer .wrapper.list .article:first-of-type + .article .content .inner, .site-main.informer .wrapper.list .article:first-of-type + .article + .article .content .inner {
    display: block; }
  .site-main.informer .wrapper.list .article:first-of-type .content .info, .site-main.informer .wrapper.list .article:first-of-type + .article .content .info, .site-main.informer .wrapper.list .article:first-of-type + .article + .article .content .info {
    margin-top: 10px; }
  .site-main.informer .wrapper.list .article:first-of-type .thumb,
  .site-main.informer .wrapper.list .article:first-of-type + .article .thumb,
  .site-main.informer .wrapper.list .article:first-of-type + .article + .article .thumb {
    display: block; }
  #m-informer-wrapper .thumb {
    display: block;
    height: 70%;
    background-image: url(./assets/img/svgs/bgs/gradiant-header-empty.svg); } }

@media screen and (max-width: 1000px) {
  #block-banner .wrapper {
    display: block;
    min-height: 100px; }
    #block-banner .wrapper .text {
      padding: 50px 0px 50px 0px;
      position: relative; }
  #block-banner.content-img.regular-width, #block-banner.content-img.full-width {
    padding: 0px 0px 0px 0px;
    position: relative; }
    #block-banner.content-img.regular-width .img-full, #block-banner.content-img.full-width .img-full {
      width: auto;
      margin-left: -15px;
      margin-right: -15px;
      height: 0px;
      position: static;
      overflow: hidden;
      padding-bottom: 50%; }
    #block-banner.content-img.regular-width .wrapper .img-wrapper, #block-banner.content-img.full-width .wrapper .img-wrapper {
      width: auto;
      margin-left: -15px;
      margin-right: -15px;
      height: 0px;
      position: static;
      overflow: hidden;
      padding-bottom: 50%; }
    #block-banner.content-img.regular-width .wrapper .text, #block-banner.content-img.full-width .wrapper .text {
      max-width: 100%;
      width: 100%; }
      #block-banner.content-img.regular-width .wrapper .text .inner, #block-banner.content-img.full-width .wrapper .text .inner {
        width: 100% !important;
        float: none !important; }
  #block-cards .row-4 {
    width: 50%; }
  #block-cards .row-3 {
    width: 50%; }
  .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; }
  #block-banner.content-img.regular-width .wrapper .img-wrapper {
    margin-bottom: 20px;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    height: auto;
    position: static;
    overflow: visible;
    padding-bottom: 0px; }
  .page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper {
    width: auto; }
  .page-boss #block-banner.content-img.regular-width .wrapper .img-wrapper .text {
    position: relative; } }

@media screen and (max-width: 950px) {
  .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: 900px) {
  .banner {
    padding-top: 200px; }
  .site-header {
    padding: 20px 15px; }
  .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.search-toggle, .site-header .left h3.search-toggle-inactive {
    left: 80px; }
  .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; }
  .banner.single, .banner.aloneImg {
    padding-bottom: 200px;
    padding-top: 150px; }
  .banner.aloneImg {
    margin-bottom: -150px; }
  .banner .wrapper .inner {
    width: 100%;
    text-align: center; }
  .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; }
  .banner.single, .banner.aloneImg {
    margin-bottom: -100px; } }

@media screen and (max-width: 860px) {
  .toogle-sidebar {
    display: block;
    cursor: pointer; }
  .toogle-sidebar.active img {
    transform: rotate(0deg); }
  .search-list, .block-right.block-2-3.content {
    width: 100%; }
  .toogle-sidebar.active {
    bottom: initial;
    top: 100px;
    background-color: #003DA5; }
  .section-search .filter, .navMember {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 9;
    width: 100%;
    height: 100%;
    max-height: 0px;
    overflow-y: scroll; }
  .section-search .filter .inner, .member-section .block-1-3 .inner {
    width: auto;
    margin-right: 15px;
    float: none; }
  .site-main.informer .tags h3 {
    margin-left: 15px; }
  .section-search .filter.active, .navMember.active {
    max-height: 100%;
    padding-top: 180px !important;
    padding-bottom: 20px !important; } }

@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; } }

@media screen and (max-width: 800px) {
  .toogle-sidebar.active {
    top: 75px; }
  .section-search .filter.active {
    padding-top: 150px; }
  .menuResponsive {
    top: 75px; }
  .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; }
  .banner.aloneImg {
    margin-bottom: -100px; }
  .site-header .left h3.search-toggle, .site-header .left h3.search-toggle-inactive {
    left: 70px; }
  .site-header {
    height: 75px;
    padding: 15px 15px; }
  .site-header .site-title {
    margin: 5px 0px 0px 0px;
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px; }
  li.lang-item {
    margin-left: 75px; }
  li.lang-item a {
    margin-top: 8px;
    margin-left: -10px; }
  .connection.block-1-3.right.block-right {
    width: 55%; }
  .banner.single, .banner.aloneImg {
    padding-bottom: 160px;
    padding-top: 200px; }
  .site-header .site-branding {
    opacity: 1;
    transition: all 0.3s ease-in-out; }
  .site-header.sticky .site-branding {
    opacity: 0;
    display: none;
    transition: all 0.3s ease-in-out; }
  .menuResponsive .inner {
    padding: 40px 15px 40px 15px; }
  .site-header .site-title {
    margin-top: 0px; }
  .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; } }

@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: 20px 15px; }
  .breadcrumb {
    display: none; }
  .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; }
  .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 > 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: 650px) {
  .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; }
  body h1, body .titre-h1 {
    font-size: 36px; }
  .searchBox .inner {
    padding: 40px 15px 80px 15px; }
  .block-search-2 .send {
    top: 20px; }
  .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%;
    text-align: center; }
  .block-outils {
    padding-top: 150px; }
  .section-search .search-list .inner .article .content {
    padding: 10px 0px 0px 0px; }
  .block-more-article, .search-list {
    padding: 80px 0px 40px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden; } }

@media screen and (max-width: 575px) {
  .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; } }

@media screen and (max-width: 479px) {
  #verseur .wrapper, .calcoolateur-section .wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

/*--------------------------------------------------------------
# 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; }
