@import url(https://fonts.googleapis.com/css?family=Raleway:100,100i,200,300,400,500,600,700,800,900);
@charset "UTF-8";
/* BASE */
/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/* COMPOSANTS */
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, .citation__text .citation__text__content, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: 400;
}
@font-face {
  font-family: Calibri;
  font-style: normal;
  font-weight: 400;
  src: url("/themes/esasur/font/Calibri.eot?#iefix") format("embedded-opentype"), url("/themes/esasur/font/Calibri.woff2") format("woff2"), url("/themes/esasur/font/Calibri.woff") format("woff"), url("/themes/esasur/font/Calibri.ttf") format("truetype"), url("/themes/esasur/font/Calibri.svg#Calibri") format("svg");
}
@font-face {
  font-family: Calibri;
  font-style: italic;
  font-weight: 400;
  src: url("/themes/esasur/font/Calibri-Italic.eot?#iefix") format("embedded-opentype"), url("/themes/esasur/font/Calibri-Italic.woff2") format("woff2"), url("/themes/esasur/font/Calibri-Italic.woff") format("woff"), url("/themes/esasur/font/Calibri-Italic.ttf") format("truetype"), url("/themes/esasur/font/Calibri-Italic.svg#Calibri") format("svg");
}
@font-face {
  font-family: Calibri;
  font-style: normal;
  font-weight: 600;
  src: url("/themes/esasur/font/Calibri-Bold.eot?#iefix") format("embedded-opentype"), url("/themes/esasur/font/Calibri-Bold.woff2") format("woff2"), url("/themes/esasur/font/Calibri-Bold.woff") format("woff"), url("/themes/esasur/font/Calibri-Bold.ttf") format("truetype"), url("/themes/esasur/font/Calibri-Bold.svg#Calibri") format("svg");
}
@font-face {
  font-family: Calibri;
  font-style: normal;
  font-weight: 300;
  src: url("/themes/esasur/font/Calibri-Light.eot?#iefix") format("embedded-opentype"), url("/themes/esasur/font/Calibri-Light.woff2") format("woff2"), url("/themes/esasur/font/Calibri-Light.woff") format("woff"), url("/themes/esasur/font/Calibri-Light.ttf") format("truetype"), url("/themes/esasur/font/Calibri-Light.svg#Calibri") format("svg");
}
.only-desktop {
  display: none !important;
}
.only-tablet {
  display: none !important;
}
.only-smartphone {
  display: block !important;
}
.no-desktop {
  display: block !important;
}
.no-tablet {
  display: block !important;
}
.no-smartphone {
  display: none !important;
}
.from-tablet {
  display: none !important;
}
.from-desktop {
  display: none !important;
}
.media_query_value {
  font-size: 2px;
}
.miki_editing .change_content__container span {
  font-size: 18px !important;
  text-transform: capitalize;
}
.miki_editing .bouton--carre {
  display: block;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Calibri", sans-serif;
  height: 100%;
  background-color: #95c11f;
}
header {
  width: 100%;
  z-index: 999;
}
header .header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
header .header .logo {
  width: 50%;
}
header .header .link_to_menu {
  width: 50%;
}
.page-accueil header,
.page-accueil-2 header {
  position: absolute;
}
.page-accueil header .header,
.page-accueil-2 header .header {
  background-color: transparent;
}
.page-accueil .titre--souligne, .page-accueil .template-page-interne-2 h1, .template-page-interne-2 .page-accueil h1,
.page-accueil-2 .titre--souligne,
.page-accueil-2 .template-page-interne-2 h1,
.template-page-interne-2 .page-accueil-2 h1 {
  font-size: 56px;
}
p, .citation__text .citation__text__content {
  font-size: 17px;
  line-height: initial;
  font-weight: 400;
  color: #085180;
  text-align: justify;
  overflow-wrap: break-word;
}
.texte--noir p, .texte--noir .citation__text .citation__text__content, .citation__text .texte--noir .citation__text__content {
  color: #000000;
  margin-top: 15px;
  margin-bottom: 15px;
}
.texte--bleu p, .texte--bleu .citation__text .citation__text__content, .citation__text .texte--bleu .citation__text__content {
  color: #085180;
  margin-top: 15px;
  margin-bottom: 15px;
}
strong {
  font-weight: 600;
}
a {
  font-size: inherit;
  font-weight: 600;
  color: #085180;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
ul {
  margin: 0 auto 20px auto;
  text-align: left;
  line-height: 25px;
}
.nice-select {
  display: inline-block;
  float: none;
}
.zoom {
  transition: all 0.35s ease 0s;
}
.zoom:hover {
  transform: perspective(1000px) translate3d(0, 0, 21px);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
}
option {
  color: #000000;
}
.badge {
  background-color: #f5f5f5;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  line-height: 1.5em;
  margin: 10px 0;
  padding: 20px;
  width: 100%;
}
.badge .delete {
  margin-left: 10px;
  cursor: pointer;
}
.badge.badge--alert {
  background-color: #ff9800;
  color: #ffffff;
}
.badge.badge--success {
  background-color: #4CAF50;
  color: #ffffff;
}
.badge.badge--danger, .badge.badge--error {
  background-color: #f44336;
  color: #ffffff;
}
.badge.badge--notice {
  background-color: #2196F3;
  color: #ffffff;
}
.badge ul,
.badge ul.liste-rond {
  margin-bottom: 0;
}
.badge li {
  margin-top: 10px;
}
.badge li:first-child {
  margin-top: 0;
}
.logo {
  z-index: 99;
  top: 0;
}
.logo img {
  width: 130px;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  margin: 0;
}
h1, h2, h3, h4 {
  line-height: normal;
}
h1 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  display: inline-block;
  background-color: #085180;
  border-radius: 0px 20px 20px 0px;
  padding: 2px 15px 2px 3em;
  margin-bottom: 20px;
  padding: 2px 30px 2px 2em;
}
h2 {
  color: #085180;
  font-size: 32px;
  font-weight: 400;
}
.titre--souligne, .template-page-interne-2 h1 {
  border-bottom: 4px solid #085180;
  padding-bottom: 20px;
}
h3 {
  font-weight: 400;
  font-size: 28px;
}
h4 {
  font-weight: 400;
  font-size: 26px;
}
h5 {
  font-weight: 400;
  font-size: 24px;
}
.section-map {
  margin-top: 50px;
}
.section-map #map {
  width: 100%;
  height: 500px;
}
h2 .prenom {
  color: #085180;
  line-height: 40px;
  font-size: 35px;
  font-weight: 700;
}
footer {
  background-color: #085180;
  bottom: 0;
  padding: 20px 20px;
}
footer p, footer .citation__text .citation__text__content, .citation__text footer .citation__text__content {
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}
footer .footer--logo {
  width: 80%;
  margin: auto;
  margin-bottom: 15px;
  max-width: 190px;
}
footer .footer--adresse, footer .footer--tel, footer .footer--mail, footer .footer--ig, footer .footer--fb {
  color: #ffffff;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  margin-bottom: 15px;
}
footer .footer--adresse div, footer .footer--tel div, footer .footer--mail div, footer .footer--ig div, footer .footer--fb div {
  width: 100%;
}
footer .footer--adresse img, footer .footer--tel img, footer .footer--mail img, footer .footer--ig img, footer .footer--fb img {
  padding-right: 10px;
  margin: 0;
  max-width: 40px;
}
footer .footer--tel-ig, footer .footer--mail-fb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer--tel-ig div, footer .footer--mail-fb div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .footer--tel-ig > div {
  width: 50%;
}
footer .footer--politique a{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.85;
}
footer .footer--politique a:hover{
  opacity: 1;
}
.triangle--bleu {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 50% 70%, 0 50%, 0 0);
          clip-path: polygon(100% 0, 100% 50%, 50% 70%, 0 50%, 0 0);
  background-color: rgba(8, 81, 128, 0.95);
  height: 100%;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.top {
  position: relative;
  height: 28em;
  overflow: hidden;
}
.top .slogan {
  position: absolute;
  z-index: 2;
  color: white;
  background: rgba(149, 193, 31, 0.95);
  padding: 20px 0;
  font-size: 30px;
  text-align: center;
  width: 100%;
  bottom: 0;
  font-style: italic;
  text-transform: uppercase;
}
.triangle--bleu--info {
  position: relative;
  top: 12%;
}
.triangle--bleu--info img {
  width: 148px;
  height: 100%;
  vertical-align: middle;
}
.triangle--bleu--info .trait--blanc {
  background-color: #ffffff;
  margin: 15px auto;
  width: 50%;
  height: 2px;
}
.triangle--bleu--info .nom-du-site {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.triangle--bleu--info .nom-du-site h1 {
  margin: 0;
}
.triangle--bleu--info .nom-du-site span {
  font-size: 38px;
}
.top--image {
  position: relative;
  z-index: 1;
  height: 100%;
}
.top--image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.menu_connexion {
  width: 100%;
}
.menu_connexion ul {
  display: flex;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  justify-content: flex-start;
  align-items: center;
}
.menu_connexion ul li {
  position: relative;
}
.menu_connexion ul li:after {
  content: "";
  border-right: 2px solid #ffffff;
  top: calc(50% - 10px);
  position: absolute;
  height: 20px;
}
.menu_connexion ul li:last-child:after {
  border: none;
}
.menu_connexion ul li.cart:after {
  display: none;
}
.menu_connexion a {
  color: #ffffff;
  font-weight: 600;
  padding: 0 5px;
}
.bouton--carre {
  background-color: #085180;
  border-radius: 15%;
  width: 150px;
  height: 150px;
  padding: 8px;
  transition: all 0.5s ease 0s;
  margin: 15px auto;
  position: relative;
  display: flex;
  align-items: center;
}
.bouton--carre .bouton--carre-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bouton--carre .bouton--carre-content p, .bouton--carre .bouton--carre-content .citation__text .citation__text__content, .citation__text .bouton--carre .bouton--carre-content .citation__text__content {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  font-size: 18px;
}
.bouton--carre .bouton--carre-content img {
  margin-top: 10px;
}
.bouton--carre .bouton--carre--info, .bouton--carre a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  word-break: break-word;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  font-size: 18px;
}
.bouton--carre .bouton--carre--info p, .bouton--carre .bouton--carre--info .citation__text .citation__text__content, .citation__text .bouton--carre .bouton--carre--info .citation__text__content, .bouton--carre .bouton--carre--info div, .bouton--carre a p, .bouton--carre a .citation__text .citation__text__content, .citation__text .bouton--carre a .citation__text__content, .bouton--carre a div {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  font-size: 18px;
}
.bouton--carre:hover {
  background-color: rgba(8, 81, 128, 0.8);
}
input {
  padding: 11px;
}
input:not([class*=mce]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]), select, textarea {
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
}
input:not([class*=mce]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Calibri", sans-serif;
  font-weight: 500;
  color: #000000;
}
input:not([class*=mce]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  font-family: "Calibri", sans-serif;
  font-weight: 500;
  color: #000000;
}
input:not([class*=mce]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 14px;
  font-family: "Calibri", sans-serif;
  font-weight: 500;
  color: #000000;
}
input:not([class*=mce]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Calibri", sans-serif;
  font-weight: 500;
  color: #000000;
}
.formulaire input, .formulaire select, .formulaire textarea {
  margin-bottom: 10px;
}
.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.container--margin {
  margin: 8em auto;
}
.container--triangles-verts {
  background-color: #ffffff;
  position: relative;
  min-height: 10em;
}
.container--triangles-verts:last-of-type {
  padding-bottom: 50px;
}
.container--triangles-verts .container--flex {
  padding: 3em 0;
  z-index: 9;
  position: relative;
  width: 100%;
}
.container--triangles-verts .fond-triangle--content {
  z-index: 9;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 30px 0 30px;
}
.container--triangles-verts .fond-triangle--content h1 {
  margin-left: -30px;
}
.container--triangles-verts .fond-triangle--content .titre--fond--arrondi {
  margin-left: -2em;
  margin-bottom: 20px;
  padding: 2px 15px 2px 2em;
}
.fond-triangle {
  position: absolute;
  height: 100%;
  width: 100%;
}
.triangle-gauche, .triangle-droite, .triangle-haut, .triangle-bas, .triangle-centre {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.container--fond-triangle-1 {
  z-index: 50;
}
.container--fond-triangle-1 .fond-triangle .triangle-gauche {
  -webkit-clip-path: polygon(0 30%, 0% 100%, 50% 100%);
          clip-path: polygon(0 30%, 0% 100%, 50% 100%);
  background-color: #bfd679;
}
.container--fond-triangle-1 .fond-triangle .triangle-droite {
  -webkit-clip-path: polygon(100% 0, 80% 0%, 100% 65%);
          clip-path: polygon(100% 0, 80% 0%, 100% 65%);
  background-color: #d9e6b2;
}
.container--fond-triangle-1 .fond-triangle .triangle-haut {
  -webkit-clip-path: polygon(35% 0, 0 0, 0% 30%);
          clip-path: polygon(35% 0, 0 0, 0% 30%);
  background-color: rgba(227, 237, 197, 0.51);
}
.container--fond-triangle-1 .fond-triangle .triangle-bas {
  -webkit-clip-path: polygon(80% 0, 100% 65%, 100% 100%, 50% 100%);
          clip-path: polygon(80% 0, 100% 65%, 100% 100%, 50% 100%);
  background-color: rgb(227, 237, 197);
}
.container--fond-triangle-1 .fond-triangle .triangle-centre {
  -webkit-clip-path: polygon(35% 0, 80% 0%, 50% 100%, 0% 30%);
          clip-path: polygon(35% 0, 80% 0%, 50% 100%, 0% 30%);
  background-color: #cedf9a;
}
.container--fond-triangle-2 {
  z-index: 40;
}
.container--fond-triangle-2 .fond-triangle .triangle-gauche {
  -webkit-clip-path: polygon(0 0%, 0% 100%, 30% 0%);
          clip-path: polygon(0 0%, 0% 100%, 30% 0%);
  background-color: rgba(191, 214, 121, 0.51);
}
.container--fond-triangle-2 .fond-triangle .triangle-droite {
  -webkit-clip-path: polygon(100% 0, 55% 0%, 100% 47%);
          clip-path: polygon(100% 0, 55% 0%, 100% 47%);
  background-color: rgba(227, 237, 197, 0.51);
}
.container--fond-triangle-2 .fond-triangle .triangle-haut {
  -webkit-clip-path: polygon(30% 0, 55% 0, 100% 47%, 0 100%);
          clip-path: polygon(30% 0, 55% 0, 100% 47%, 0 100%);
  background-color: rgba(217, 230, 178, 0.51);
}
.container--fond-triangle-2 .fond-triangle .triangle-bas {
  -webkit-clip-path: polygon(100% 47%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 47%, 0% 100%, 100% 100%);
  background-color: rgba(206, 223, 154, 0.51);
}
.container--fond-triangle-3 {
  z-index: 30;
}
.container--fond-triangle-3 .fond-triangle .triangle-gauche {
  -webkit-clip-path: polygon(49% 0%, 0 0, 0 100%);
          clip-path: polygon(49% 0%, 0 0, 0 100%);
  background-color: #bfd679;
}
.container--fond-triangle-3 .fond-triangle .triangle-droite {
  -webkit-clip-path: polygon(100% 0, 51% 0, 100% 55%);
          clip-path: polygon(100% 0, 51% 0, 100% 55%);
  background-color: #e3edc5;
}
.container--fond-triangle-3 .fond-triangle .triangle-haut {
  -webkit-clip-path: polygon(52% 0, 100% 54%, 100% 58%, 30% 100%, 0 100%, 49% 0);
          clip-path: polygon(52% 0, 100% 54%, 100% 58%, 30% 100%, 0 100%, 49% 0);
  background-color: #d9e6b2;
}
.container--fond-triangle-3 .fond-triangle .triangle-bas {
  -webkit-clip-path: polygon(100% 100%, 30% 100%, 100% 58%);
          clip-path: polygon(100% 100%, 30% 100%, 100% 58%);
  background-color: #cedf9a;
}
.container--fond-triangle-3 .fond-triangle--content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
  padding: 2.5em 1em 1em 1em;
}
.container--fond-triangle-4 {
  z-index: 20;
}
.container--fond-triangle-4 .fond-triangle .triangle-gauche {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: rgba(149, 193, 31, 0.5);
}
.container--fond-triangle-4 .fond-triangle .triangle-droite {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: rgba(149, 193, 31, 0.3);
}
.container--fond-triangle-4 .fond-triangle .triangle-haut {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 50%);
          clip-path: polygon(100% 0, 0 0, 50% 50%);
  background-color: rgba(149, 193, 31, 0.4);
}
.container--fond-triangle-5 {
  z-index: 10;
}
.container--fond-triangle-5 .fond-triangle .triangle-gauche {
  -webkit-clip-path: polygon(100% 0%, 0 0, 0 75%);
          clip-path: polygon(100% 0%, 0 0, 0 75%);
  background-color: rgba(206, 223, 154, 0.51);
}
.container--fond-triangle-5 .fond-triangle .triangle-centre {
  -webkit-clip-path: polygon(100% 0, 100% 15%, 65% 100%, 28% 100%, 0 75%);
          clip-path: polygon(100% 0, 100% 15%, 65% 100%, 28% 100%, 0 75%);
  background-color: rgba(217, 230, 178, 0.51);
}
.container--fond-triangle-5 .fond-triangle .triangle-haut {
  -webkit-clip-path: polygon(28% 100%, 0% 100%, 0% 75%);
          clip-path: polygon(28% 100%, 0% 100%, 0% 75%);
  background-color: #e3edc5;
}
.container--fond-triangle-5 .fond-triangle .triangle-bas {
  -webkit-clip-path: polygon(100% 100%, 65% 100%, 100% 15%);
          clip-path: polygon(100% 100%, 65% 100%, 100% 15%);
  background-color: rgba(191, 214, 121, 0.51);
}
.container--fond-triangle {
  z-index: 10;
  position: relative;
  overflow: hidden;
}
.container--fond-triangle .fond-triangle1,
.container--fond-triangle .fond-triangle2,
.container--fond-triangle .fond-triangle3,
.container--fond-triangle .fond-triangle4,
.container--fond-triangle .fond-triangle5,
.container--fond-triangle .fond-triangle6 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-height: 800px;
}
.container--fond-triangle .fond-triangle1 {
  top: 0px;
}
.container--fond-triangle .fond-triangle1 .triangle-gauche {
  -webkit-clip-path: polygon(0 0%, 0% 100%, 30% 0%);
          clip-path: polygon(0 0%, 0% 100%, 30% 0%);
  background-color: rgba(191, 214, 121, 0.51);
}
.container--fond-triangle .fond-triangle1 .triangle-droite {
  -webkit-clip-path: polygon(100% 0, 55% 0%, 100% 47%);
          clip-path: polygon(100% 0, 55% 0%, 100% 47%);
  background-color: rgba(227, 237, 197, 0.51);
}
.container--fond-triangle .fond-triangle1 .triangle-haut {
  -webkit-clip-path: polygon(30% 0, 55% 0, 100% 47%, 0 100%);
          clip-path: polygon(30% 0, 55% 0, 100% 47%, 0 100%);
  background-color: rgba(217, 230, 178, 0.51);
}
.container--fond-triangle .fond-triangle1 .triangle-bas {
  -webkit-clip-path: polygon(100% 47%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 47%, 0% 100%, 100% 100%);
  background-color: rgba(206, 223, 154, 0.51);
}
.container--fond-triangle .fond-triangle2 {
  top: 799.97px;
}
.container--fond-triangle .fond-triangle2 .triangle-gauche {
  -webkit-clip-path: polygon(100% 0%, 0 0, 0 75%);
          clip-path: polygon(100% 0%, 0 0, 0 75%);
  background-color: rgba(206, 223, 154, 0.51);
}
.container--fond-triangle .fond-triangle2 .triangle-droite {
  -webkit-clip-path: polygon(100% 0, 100% 15%, 65% 100%, 28% 100%, 0 75%);
          clip-path: polygon(100% 0, 100% 15%, 65% 100%, 28% 100%, 0 75%);
  background-color: rgba(217, 230, 178, 0.51);
}
.container--fond-triangle .fond-triangle2 .triangle-haut {
  -webkit-clip-path: polygon(35% 100%, 0% 100%, 0% 75%);
          clip-path: polygon(35% 100%, 0% 100%, 0% 75%);
  background-color: #e3edc5;
}
.container--fond-triangle .fond-triangle2 .triangle-bas {
  -webkit-clip-path: polygon(100% 100%, 65% 100%, 100% 15%);
          clip-path: polygon(100% 100%, 65% 100%, 100% 15%);
  background-color: rgba(191, 214, 121, 0.51);
}
.container--fond-triangle .fond-triangle3 {
  top: 1599.97px;
}
.container--fond-triangle .fond-triangle3 .triangle-gauche {
  -webkit-clip-path: polygon(0 30%, 0% 100%, 50% 100%);
          clip-path: polygon(0 30%, 0% 100%, 50% 100%);
  background-color: #bfd679;
}
.container--fond-triangle .fond-triangle3 .triangle-droite {
  -webkit-clip-path: polygon(100% 0, 65% 0%, 100% 65%);
          clip-path: polygon(100% 0, 65% 0%, 100% 65%);
  background-color: #d9e6b2;
}
.container--fond-triangle .fond-triangle3 .triangle-haut {
  -webkit-clip-path: polygon(35% 0, 0 0, 0% 30%);
          clip-path: polygon(35% 0, 0 0, 0% 30%);
  background-color: #e3edc5;
}
.container--fond-triangle .fond-triangle3 .triangle-bas {
  -webkit-clip-path: polygon(65% 0, 100% 65%, 100% 100%, 50% 100%);
          clip-path: polygon(65% 0, 100% 65%, 100% 100%, 50% 100%);
  background-color: rgb(227, 237, 197);
}
.container--fond-triangle .fond-triangle3 .triangle-centre {
  -webkit-clip-path: polygon(35% 0, 65% 0%, 50% 100%, 0% 30%);
          clip-path: polygon(35% 0, 65% 0%, 50% 100%, 0% 30%);
  background-color: rgba(217, 230, 178, 0.51);
}
.container--fond-triangle .fond-triangle4 {
  top: 2399.97px;
}
.container--fond-triangle .fond-triangle4 .triangle-gauche {
  -webkit-clip-path: polygon(0 0%, 0% 100%, 50% 0%);
          clip-path: polygon(0 0%, 0% 100%, 50% 0%);
  background-color: #bfd679;
}
.container--fond-triangle .fond-triangle4 .triangle-droite {
  -webkit-clip-path: polygon(100% 0, 50% 0%, 100% 47%);
          clip-path: polygon(100% 0, 50% 0%, 100% 47%);
  background-color: rgba(227, 237, 197, 0.51);
}
.container--fond-triangle .fond-triangle4 .triangle-haut {
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 47%, 0 100%);
          clip-path: polygon(50% 0, 100% 0, 100% 47%, 0 100%);
  background-color: rgba(217, 230, 178, 0.51);
}
.container--fond-triangle .fond-triangle4 .triangle-bas {
  -webkit-clip-path: polygon(100% 47%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 47%, 0% 100%, 100% 100%);
  background-color: rgba(206, 223, 154, 0.51);
}
.container--fond-triangle .fond-triangle5 {
  top: 3199.97px;
}
.container--fond-triangle .fond-triangle5 .triangle-gauche {
  -webkit-clip-path: polygon(100% 0%, 0 0, 0 75%);
          clip-path: polygon(100% 0%, 0 0, 0 75%);
  background-color: rgba(206, 223, 154, 0.51);
}
.container--fond-triangle .fond-triangle5 .triangle-droite {
  -webkit-clip-path: polygon(100% 0, 100% 15%, 65% 100%, 28% 100%, 0 75%);
          clip-path: polygon(100% 0, 100% 15%, 65% 100%, 28% 100%, 0 75%);
  background-color: rgba(217, 230, 178, 0.51);
}
.container--fond-triangle .fond-triangle5 .triangle-haut {
  -webkit-clip-path: polygon(35% 100%, 0% 100%, 0% 75%);
          clip-path: polygon(35% 100%, 0% 100%, 0% 75%);
  background-color: #e3edc5;
}
.container--fond-triangle .fond-triangle5 .triangle-bas {
  -webkit-clip-path: polygon(100% 100%, 65% 100%, 100% 15%);
          clip-path: polygon(100% 100%, 65% 100%, 100% 15%);
  background-color: rgba(191, 214, 121, 0.51);
}
.container--fond-triangle .fond-triangle6 {
  top: 3999.97px;
}
.container--fond-triangle .fond-triangle6 .triangle-gauche {
  -webkit-clip-path: polygon(0 30%, 0% 100%, 50% 100%);
          clip-path: polygon(0 30%, 0% 100%, 50% 100%);
  background-color: #bfd679;
}
.container--fond-triangle .fond-triangle6 .triangle-droite {
  -webkit-clip-path: polygon(100% 0, 65% 0%, 100% 65%);
          clip-path: polygon(100% 0, 65% 0%, 100% 65%);
  background-color: #d9e6b2;
}
.container--fond-triangle .fond-triangle6 .triangle-haut {
  -webkit-clip-path: polygon(35% 0, 0 0, 0% 30%);
          clip-path: polygon(35% 0, 0 0, 0% 30%);
  background-color: #e3edc5;
}
.container--fond-triangle .fond-triangle6 .triangle-bas {
  -webkit-clip-path: polygon(65% 0, 100% 65%, 100% 100%, 50% 100%);
          clip-path: polygon(65% 0, 100% 65%, 100% 100%, 50% 100%);
  background-color: rgb(227, 237, 197);
}
.container--fond-triangle .fond-triangle6 .triangle-centre {
  -webkit-clip-path: polygon(35% 0, 65% 0%, 50% 100%, 0% 30%);
          clip-path: polygon(35% 0, 65% 0%, 50% 100%, 0% 30%);
  background-color: rgba(217, 230, 178, 0.51);
}
.container-image-triangle {
  background-color: #ffffff;
  position: relative;
}
.container-image-triangle .container--flex {
  position: relative;
  z-index: 9;
  height: 100%;
}
.container-image-triangle--content .image-triangle-gauche {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
          clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
}
.container-image-triangle--content .image-triangle-gauche img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-image-triangle--content .container-image-triangle--texte {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 80px;
}
.container-image-triangle--content .container-image-triangle--texte .titre--souligne, .container-image-triangle--content .container-image-triangle--texte .template-page-interne-2 h1, .template-page-interne-2 .container-image-triangle--content .container-image-triangle--texte h1 {
  margin-top: 0;
  margin-bottom: 40px;
}
.triangle-haut-droite {
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: rgba(149, 193, 31, 0.3);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.triangle-bas-gauche {
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 100%);
          clip-path: polygon(0 100%, 0 0, 100% 100%);
  background-color: rgba(149, 193, 31, 0.65);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.content {
  padding: 10px;
}
.colonne-3 {
  padding: 15px 0;
}
.colonne-3 .colonne {
  text-align: center;
  padding: 10px 30px;
}
.colonne-3 .colonne i, .colonne-3 .colonne em {
  font-size: 40px;
  color: #95c11f;
}
.colonne-3 .colonne p, .colonne-3 .colonne .citation__text .citation__text__content, .citation__text .colonne-3 .colonne .citation__text__content {
  text-align: center;
}
.checkbox {
  padding: 10px 0;
}
.checkbox label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #5a5956;
  text-align: left;
}
.template-accueil h1 {
  background: none;
  border: none;
  padding: 0;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
.template-accueil h1 span {
  font-size: 40px !important;
  font-weight: 800;
}
.template-page-formation .top--triangle, .template-page-interne .top--triangle {
  position: relative;
  width: 100%;
  height: 18em;
  overflow: hidden;
}
.template-page-formation .top--triangle .triangle--bleu, .template-page-interne .top--triangle .triangle--bleu {
  -webkit-clip-path: polygon(100% 0, 100% 0%, 50% 85%, 0 0%, 0 0);
          clip-path: polygon(100% 0, 100% 0%, 50% 85%, 0 0%, 0 0);
}
.template-page-formation .top--triangle .triangle--titre, .template-page-interne .top--triangle .triangle--titre {
  text-align: center;
  border-bottom: 3px solid #ffffff;
}
.template-page-formation .top--triangle .triangle--titre h1, .template-page-interne .top--triangle .triangle--titre h1 {
  margin-bottom: 5px;
  margin-top: 1em;
  margin-left: calc(50vw - 50px);
  margin-right: calc(50vw - 50px);
  color: #ffffff;
  background: none;
  text-align: center;
}
.template-default .container--triangles-verts {
  min-height: calc(100vh - 118px - 139px);
}
.template-default .fond-triangle--content {
  min-height: calc(100vh - 44px - 139px - 135px);
}
.template-page-interne-2 .container--fond-triangle-3 .fond-triangle .triangle-gauche {
  -webkit-clip-path: polygon(100% 50%, 0% 0%, 0 100%);
          clip-path: polygon(100% 50%, 0% 0%, 0 100%);
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
}
.template-page-interne-2 .container--fond-triangle-3 .fond-triangle .triangle-haut {
  -webkit-clip-path: polygon(0% 0%, 90% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 90% 100%, 100% 100%, 100% 0%);
}
.template-page-interne-2 .container--fond-triangle-3 .fond-triangle .triangle-bas {
  -webkit-clip-path: polygon(0% 100%, 46% 50%, 90% 100%);
          clip-path: polygon(0% 100%, 46% 50%, 90% 100%);
}
.template-page-interne-2 .container--triangles-verts {
  min-height: calc(100vh - 123px - 140px);
}
.template-page-interne-2 .container--triangles-verts:last-of-type {
  padding-bottom: 0;
}
.template-page-interne-2 h1 {
  background: none;
  color: #085180;
  border-radius: 0;
  margin-left: 0 !important;
  padding-left: 0;
  display: block;
  font-size: 2em;
}
.template-page-interne-2 .fond-triangle--content {
  margin-left: 0;
  max-width: none;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  min-height: inherit;
}
.formation--inscription {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}
.formation--inscription p, .formation--inscription .citation__text .citation__text__content, .citation__text .formation--inscription .citation__text__content {
  text-align: right;
}
.container-icon-texte {
  margin-bottom: 55px;
}
.container-icon-texte:last-child {
  margin-bottom: 0;
}
.container-icon-texte .icon {
  padding-bottom: 15px;
}
.container-icon-texte .texte p, .container-icon-texte .texte .citation__text .citation__text__content, .citation__text .container-icon-texte .texte .citation__text__content, .container-icon-texte .texte h2, .container-icon-texte .texte h3, .container-icon-texte .texte h4, .container-icon-texte .texte li, .container-icon-texte .texte span {
  color: #000000;
  font-weight: 600;
}
.container--colonne--formation {
  z-index: 9;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: inherit;
}
.container--colonne--formation h3 {
  background-color: #085180;
  color: #ffffff;
  border-radius: 40px;
  padding: 10px;
  width: 90%;
  margin: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  text-align: center;
}
.container--colonne--formation .colonne--informations {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 2em 0;
  min-height: inherit;
}
.container--colonne--formation .colonne--informations .colonne--texte {
  padding: 1.5em 1em 0 1em;
}
.container--colonne--formation .colonne--informations .colonne--texte p, .container--colonne--formation .colonne--informations .colonne--texte .citation__text .citation__text__content, .citation__text .container--colonne--formation .colonne--informations .colonne--texte .citation__text__content {
  text-align: left;
}
.container--colonne--formation .colonne--informations .titre--fond--arrondi {
  width: auto;
  min-width: auto;
}
.container--colonne--formation .colonne--catalogue {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: inherit;
  width: 100%;
  margin-bottom: 50px;
}
.container--colonne--formation .colonne--catalogue .colonne--bouton--info {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
}
.container--colonne--formation .colonne--catalogue .colonne--bouton--info .bouton--carre {
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  width: 180px;
  height: 180px;
  padding: 15px;
  background-color: #ffffff;
  border: 3px solid #085180;
}
.container--colonne--formation .colonne--catalogue .colonne--bouton--info .bouton--carre .bouton--carre--info {
  position: relative;
}
.container--colonne--formation .colonne--catalogue .colonne--bouton--info .bouton--carre .bouton--carre--info,
.container--colonne--formation .colonne--catalogue .colonne--bouton--info .bouton--carre .bouton--carre--info p,
.container--colonne--formation .colonne--catalogue .colonne--bouton--info .bouton--carre .bouton--carre--info .citation__text .citation__text__content,
.citation__text .container--colonne--formation .colonne--catalogue .colonne--bouton--info .bouton--carre .bouton--carre--info .citation__text__content,
.container--colonne--formation .colonne--catalogue .colonne--bouton--info .bouton--carre .bouton--carre--info div,
.container--colonne--formation .colonne--catalogue .colonne--bouton--info .bouton--carre a p,
.container--colonne--formation .colonne--catalogue .colonne--bouton--info .bouton--carre a .citation__text .citation__text__content,
.citation__text .container--colonne--formation .colonne--catalogue .colonne--bouton--info .bouton--carre a .citation__text__content {
  color: #085180;
  font-size: 22px;
}
.container--colonne--formation .colonne--catalogue .colonne--bouton--info .bouton--carre:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.container--colonne--formation .colonne--catalogue .colonne--bouton--info .bouton--img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
.container--colonne--formation .colonne--catalogue .colonne--bouton--info .bouton--img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  z-index: 2;
}
.container--colonne--formation .colonne--catalogue .colonne--bouton--info:hover .bouton--img {
  transform: scale(1.2);
}
.container--colonne--formation .colonne--catalogue .colonne--bouton--info:hover .bouton--carre {
  background-color: rgba(255, 255, 255, 0.7);
}
.container--colonne--formation .colonne--bouton {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: inherit;
}
.container--colonne--formation .colonne--bouton .colonne--bouton--info {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
}
.container--colonne--formation .colonne--bouton .colonne--bouton--info .bouton--carre {
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  width: 180px;
  height: 180px;
  padding: 15px;
}
.container--colonne--formation .colonne--bouton .colonne--bouton--info .bouton--carre .bouton--carre--info {
  position: relative;
}
.container--colonne--formation .colonne--bouton .colonne--bouton--info .bouton--carre .bouton--carre--info,
.container--colonne--formation .colonne--bouton .colonne--bouton--info .bouton--carre .bouton--carre--info p,
.container--colonne--formation .colonne--bouton .colonne--bouton--info .bouton--carre .bouton--carre--info .citation__text .citation__text__content,
.citation__text .container--colonne--formation .colonne--bouton .colonne--bouton--info .bouton--carre .bouton--carre--info .citation__text__content,
.container--colonne--formation .colonne--bouton .colonne--bouton--info .bouton--carre .bouton--carre--info div,
.container--colonne--formation .colonne--bouton .colonne--bouton--info .bouton--carre a p,
.container--colonne--formation .colonne--bouton .colonne--bouton--info .bouton--carre a .citation__text .citation__text__content,
.citation__text .container--colonne--formation .colonne--bouton .colonne--bouton--info .bouton--carre a .citation__text__content {
  font-size: 22px;
}
.container--colonne--formation .colonne--bouton .colonne--bouton--info .bouton--img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
.container--colonne--formation .colonne--bouton .colonne--bouton--info .bouton--img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  z-index: 2;
}
.container--colonne--formation .colonne--bouton .colonne--bouton--info:hover .bouton--img {
  transform: scale(1.2);
}
.container--colonne--formation .colonne--bouton .colonne--bouton--info:hover .bouton--carre {
  background-color: rgba(8, 81, 128, 0.7);
}
.container--template-liste-formation .container--liste-formations, .container--template-liste-calendrier .container--liste-formations {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.container--calendrier .container--template-liste-calendrier .liste--calendrier {
  display: flex;
  flex-wrap: wrap;
  padding: 4em 3em;
  justify-content: space-between;
}
.container--calendrier .container--template-liste-calendrier .liste--calendrier .calendrier {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
}
.container--calendrier .container--template-liste-calendrier .liste--calendrier .calendrier .calendrier--img {
  width: 104px;
  height: 104px;
  overflow: hidden;
  border-radius: 15px;
  margin-right: 5px;
}
.container--calendrier .container--template-liste-calendrier .liste--calendrier .calendrier .calendrier--img img {
  width: 104px;
  height: 104px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.container--calendrier .container--template-liste-calendrier .liste--calendrier .calendrier .calendrier--info {
  width: calc(100% - 104px);
}
.container--calendrier .container--template-liste-calendrier .liste--calendrier .calendrier .calendrier--info .calendrier--date {
  background-color: #085180;
  border-radius: 15px;
  padding: 8px 14px;
  margin-bottom: 5px;
}
.container--calendrier .container--template-liste-calendrier .liste--calendrier .calendrier .calendrier--info .calendrier--date .date {
  color: #ffffff;
  font-size: 35px;
  line-height: 35px;
}
.container--calendrier .container--template-liste-calendrier .liste--calendrier .calendrier .calendrier--info .calendrier--date .date a {
  color: #ffffff;
}
.container--calendrier .container--template-liste-calendrier .liste--calendrier .calendrier .calendrier--info .calendrier--date .date a:hover {
  text-decoration: none;
}
.container--calendrier .container--template-liste-calendrier .liste--calendrier .calendrier .calendrier--info .calendrier--date .type {
  color: #ffffff;
  font-size: 14px;
}
.container--calendrier .container--template-liste-calendrier .liste--calendrier .calendrier .calendrier--info .calendrier--button {
  background-color: #085180;
  border-radius: 15px;
  padding: 5px 10px;
}
.container--calendrier .container--template-liste-calendrier .liste--calendrier .calendrier .calendrier--info .calendrier--button a {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
.container--calendrier .container--template-liste-calendrier .liste--calendrier .calendrier .calendrier--info .calendrier--button a:hover {
  text-decoration: none;
}
.container--calendrier .container--template-liste-calendrier .liste--calendrier .calendrier:hover .calendrier--img img {
  transform: scale(1.2);
}
.titre--fond--arrondi {
  display: inline-block;
  background-color: #085180;
  border-radius: 0px 20px 20px 0px;
  padding: 2px 15px 2px 3em;
  min-width: 25em;
  width: -moz-fit-content;
  width: fit-content;
}
.titre--fond--arrondi h1 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  text-align: left;
}
.titre--fond-bleu {
  background-color: #085180;
}
.titre--fond-bleu h2 {
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 38px;
  padding: 10px;
}
/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select,
.chosen-select,
.chosen-select-allow_empty {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-select-trigger {
  position: relative;
  display: block;
  padding: 10px;
  padding-right: 84px;
  font-size: 22px;
  line-height: 27px;
  cursor: pointer;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 12px;
  margin-top: -10px;
  /* border-bottom: 1px solid #000; */
  /* border-right: 1px solid #000; */
  /* transform: rotate(45deg) translateY(-50%); */
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #000000;
}
.custom-select.opened .custom-select-trigger:after,
.chosen-select.opened .custom-select-trigger:after,
.chosen-select-allow_empty.opened .custom-select-trigger:after {
  margin-top: -8px;
  transform: rotate(-180deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 9;
  max-height: 300px;
  overflow-y: scroll;
}
.custom-select.opened .custom-options,
.chosen-select.opened .custom-options,
.chosen-select-allow_empty.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 12px;
  border-bottom: 1px solid #dadada;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9;
}
/** FIN Custom Select **/
/** Custom Checkbox **/
.prix--formation {
  display: flex;
  width: 100%;
}
.container--checkbox {
  padding: 20px 0;
  display: flex;
  align-items: center;
  width: 50%;
}
.container--checkbox input {
  width: auto;
  margin-right: 15px;
}
.page-liste-formations .container--liste-formations {
  padding: 0;
  min-height: 600px;
}
.page-liste-formations .liste-download {
  margin: 20px 0;
  text-align: center;
}
.page-liste-formations .liste-download .fas {
  margin-right: 5px;
}
.page-liste-formations .liste-formations {
  padding-left: 0;
}
.page-liste-formations .liste-formations .formation {
  padding-bottom: 15px;
}
.page-liste-formations .liste-formations .formation a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.page-liste-formations .liste-formations .formation .formation--img {
  border-radius: 20px;
  overflow: hidden;
}
.page-liste-formations .liste-formations .formation .formation--img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 86px;
  height: 80px;
  transition: all 0.4s ease-in-out;
}
.page-liste-formations .liste-formations .formation .formation--info {
  background-color: #085180;
  width: calc(100% - 96px);
  min-height: 80px;
  border-radius: 20px;
  margin-left: 10px;
  padding: 15px 10px;
  transition: all 0.4s ease-in-out;
}
.page-liste-formations .liste-formations .formation .formation--info span {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.page-liste-formations .liste-formations .formation .formation--info span:nth-child(2) {
  display: none;
}
.page-liste-formations .liste-formations .formation .formation--info p, .page-liste-formations .liste-formations .formation .formation--info .citation__text .citation__text__content, .citation__text .page-liste-formations .liste-formations .formation .formation--info .citation__text__content {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
}
.page-liste-formations .liste-formations .formation:hover .formation--img img {
  transform: scale(1.2);
}
.page-liste-formations .liste-formations .formation:hover .formation--info {
  background-color: rgba(8, 81, 128, 0.8);
}
.page-liste-formations #pagination .ais-Pagination-item--selected .ais-Pagination-link {
  background-color: #085180;
  border-color: #085180;
  color: #ffffff;
}
.page-liste-formations #pagination .ais-Breadcrumb-link,
.page-liste-formations #pagination .ais-HierarchicalMenu-link,
.page-liste-formations #pagination .ais-Menu-link,
.page-liste-formations #pagination .ais-Pagination-link,
.page-liste-formations #pagination .ais-RatingMenu-link {
  color: #085180;
}
.page-liste-formations .recherche--formations {
  margin: 2em 0;
}
.page-liste-formations .recherche--formations .trier, .page-liste-formations .recherche--formations .search-formation, .page-liste-formations .recherche--formations .search-form {
  padding-bottom: 20px;
}
.page-liste-formations .recherche--formations .trier label {
  display: none;
}
.page-liste-formations .recherche--formations .trier .nice-select {
  display: block;
}
.page-liste-formations .recherche--formations select, .page-liste-formations .recherche--formations input, .page-liste-formations .recherche--formations .nice-select {
  height: 40px;
  border: 6px solid #085180;
  background-color: #ffffff;
  border-radius: 30px;
  font-family: "Calibri", sans-serif;
  font-size: 16px;
  position: relative;
  outline: none;
}
.page-liste-formations .recherche--formations select .current, .page-liste-formations .recherche--formations input .current, .page-liste-formations .recherche--formations .nice-select .current {
  display: block;
  line-height: 1em;
  padding: 0.4rem 0 0.4rem 0;
}
.page-liste-formations .recherche--formations form.ais-SearchBox-form .ais-SearchBox-input {
  padding: 0.3rem 2rem 0.3rem 1rem;
}
.page-liste-formations .recherche--formations form.ais-SearchBox-form .ais-SearchBox-submit {
  left: auto;
  right: 15px;
}
.page-inscription .tab--inscription,
.page-creer-compte .tab--inscription,
.page-account-edit .tab--inscription,
.page-demande-informations-formation .tab--inscription {
  padding-top: 3em;
}
.page-inscription .container--form-inscription,
.page-creer-compte .container--form-inscription,
.page-account-edit .container--form-inscription,
.page-demande-informations-formation .container--form-inscription {
  width: 100%;
}
.page-inscription .container--form-inscription .titre--souligne, .page-inscription .container--form-inscription .template-page-interne-2 h1, .template-page-interne-2 .page-inscription .container--form-inscription h1,
.page-creer-compte .container--form-inscription .titre--souligne,
.page-creer-compte .container--form-inscription .template-page-interne-2 h1,
.template-page-interne-2 .page-creer-compte .container--form-inscription h1,
.page-account-edit .container--form-inscription .titre--souligne,
.page-account-edit .container--form-inscription .template-page-interne-2 h1,
.template-page-interne-2 .page-account-edit .container--form-inscription h1,
.page-demande-informations-formation .container--form-inscription .titre--souligne,
.page-demande-informations-formation .container--form-inscription .template-page-interne-2 h1,
.template-page-interne-2 .page-demande-informations-formation .container--form-inscription h1 {
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  min-height: 38px;
}
.page-inscription .container--form-select,
.page-creer-compte .container--form-select,
.page-account-edit .container--form-select,
.page-demande-informations-formation .container--form-select {
  margin-bottom: 4em;
}
.page-inscription .container--form-groupe,
.page-creer-compte .container--form-groupe,
.page-account-edit .container--form-groupe,
.page-demande-informations-formation .container--form-groupe {
  margin-bottom: 1.5em;
}
.page-inscription .container--confirmation p, .page-inscription .container--confirmation .citation__text .citation__text__content, .citation__text .page-inscription .container--confirmation .citation__text__content,
.page-creer-compte .container--confirmation p,
.page-creer-compte .container--confirmation .citation__text .citation__text__content,
.citation__text .page-creer-compte .container--confirmation .citation__text__content,
.page-account-edit .container--confirmation p,
.page-account-edit .container--confirmation .citation__text .citation__text__content,
.citation__text .page-account-edit .container--confirmation .citation__text__content,
.page-demande-informations-formation .container--confirmation p,
.page-demande-informations-formation .container--confirmation .citation__text .citation__text__content,
.citation__text .page-demande-informations-formation .container--confirmation .citation__text__content {
  text-align: center;
  padding-top: 10px;
}
.page-inscription .container--confirmation img,
.page-creer-compte .container--confirmation img,
.page-account-edit .container--confirmation img,
.page-demande-informations-formation .container--confirmation img {
  padding-top: 20px;
}
.page-inscription .form__group.pro_code_other,
.page-creer-compte .form__group.pro_code_other,
.page-account-edit .form__group.pro_code_other,
.page-demande-informations-formation .form__group.pro_code_other {
  display: none;
}
.page-inscription .tab_content3,
.page-creer-compte .tab_content3,
.page-account-edit .tab_content3,
.page-demande-informations-formation .tab_content3 {
  min-height: 500px;
}
.page-inscription .tab--inscription .titre--souligne, .page-inscription .tab--inscription .template-page-interne-2 h1, .template-page-interne-2 .page-inscription .tab--inscription h1 {
  text-align: center;
}
.page-inscription .container--form-button {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: -moz-max-content;
  height: max-content;
}
.page-inscription .container--form-button a {
  margin-right: 50px;
}
.page-inscription .container--form-button a:last-child {
  margin-right: 0;
}
.page-inscription .container--form-button a .fas {
  margin-right: 10px;
}
.page-account-edit .tab--radio + label {
  cursor: pointer;
}
.page-account-edit .tab--radio + label:hover {
  background: rgba(255, 255, 255, 0.3);
}
.page-account-edit .tab--radio + label.tab--active:hover {
  background: rgba(255, 255, 255, 0.5);
}
.page-account-edit .events {
  width: 100%;
}
.page-account-edit .events li {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed;
}
.page-account-edit .events li .event_title {
  width: 60%;
}
.page-account-edit .events li .event_category {
  width: 20%;
}
.page-account-edit .events li .event_date {
  width: 20%;
}
.page-account-edit .events li.title {
  font-weight: bold;
}
.page-modalites-pratiques-fc p, .page-modalites-pratiques-fc .citation__text .citation__text__content, .citation__text .page-modalites-pratiques-fc .citation__text__content,
.page-modalites-pratiques-1ers-secours p,
.page-modalites-pratiques-1ers-secours .citation__text .citation__text__content,
.citation__text .page-modalites-pratiques-1ers-secours .citation__text__content {
  color: #000000;
  margin-bottom: 10px;
}
.page-creer-compte .tab--inscription .titre--souligne, .page-creer-compte .tab--inscription .template-page-interne-2 h1, .template-page-interne-2 .page-creer-compte .tab--inscription h1,
.page-demande-informations-formation .tab--inscription .titre--souligne,
.page-demande-informations-formation .tab--inscription .template-page-interne-2 h1,
.template-page-interne-2 .page-demande-informations-formation .tab--inscription h1 {
  text-align: center;
}
.page-creer-compte .fond-triangle--content,
.page-demande-informations-formation .fond-triangle--content {
  padding: 30px 30px 0 30px;
  width: 100%;
}
.page-creer-compte .fond-triangle--content h1,
.page-demande-informations-formation .fond-triangle--content h1 {
  margin-left: -30px;
}
.page-creer-compte .fond-triangle--content h2,
.page-demande-informations-formation .fond-triangle--content h2 {
  color: #000000;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 1em;
}
.page-creer-compte .fond-triangle--content h3,
.page-demande-informations-formation .fond-triangle--content h3 {
  color: #000000;
  font-weight: 300;
  font-size: 28px;
  margin-top: 2em;
  margin-bottom: 1em;
  text-transform: initial;
}
.page-creer-compte .fond-triangle--content form,
.page-demande-informations-formation .fond-triangle--content form {
  width: 100%;
}
.page-event_details .icon {
  text-align: center;
}
.page-event_details .icon img {
  max-width: 63px;
  height: auto;
  display: inline-block;
}
.page-event_details h3 {
  text-transform: uppercase;
  font-size: 23px;
  margin-top: 20px;
}
.page-event_details h3:first-child {
  margin-top: 0;
}
.page-event_details ul, .page-event_details p, .page-event_details .citation__text .citation__text__content, .citation__text .page-event_details .citation__text__content {
  font-size: 16px;
}
.page-event_details .event__dates__date {
  font-weight: bold;
}
.page-event_details .event__dates__date label {
  margin-right: 10px;
  width: 30px;
  display: inline-block;
}
.page-event_details .formation--buttons {
  margin-top: 50px;
}
.page-event_details .formation--buttons .back-to-events {
  margin-bottom: 20px;
}
.page-event_details .formation--buttons p, .page-event_details .formation--buttons .citation__text .citation__text__content, .citation__text .page-event_details .formation--buttons .citation__text__content {
  padding: 12px 0;
  font-weight: bold;
}
.page-event_details .liste-attente {
  margin-top: 10px;
  background: #085180;
  padding: 10px;
  color: #ffffff !important;
}
.page-event_details .container-icon-texte .texte > div {
  font-weight: 400;
}
.page-event_details .container-icon-texte .texte > div li, .page-event_details .container-icon-texte .texte > div span, .page-event_details .container-icon-texte .texte > div p, .page-event_details .container-icon-texte .texte > div .citation__text .citation__text__content, .citation__text .page-event_details .container-icon-texte .texte > div .citation__text__content {
  font-weight: 400;
}
.page-event_details .container-icon-texte .texte > div p, .page-event_details .container-icon-texte .texte > div .citation__text .citation__text__content, .citation__text .page-event_details .container-icon-texte .texte > div .citation__text__content {
  margin: 1em 0;
}
.page-panier table.panier {
  width: 80%;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  margin: 50px auto 0 auto;
}
.page-panier table.panier th {
  font-weight: bold;
  font-size: 1.2em;
  padding: 18px 25px;
  background: #085180;
  color: #ffffff;
}
.page-panier table.panier tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}
.page-panier table.panier tr:nth-child(even) {
  background: #f5f5f5;
}
.page-panier table.panier tr.total {
  background: #ffffff;
}
.page-panier table.panier td {
  padding: 16px 25px;
}
.page-panier table.panier .total_title {
  display: inline-block;
  margin-right: 20px;
}
.page-panier table.panier .total_value {
  display: inline-block;
  width: 120px;
}
.page-panier table.panier .remove_product,
.page-panier table.panier .remove_product_pack {
  color: #f44336;
  font-size: 1.5em;
  margin: 0 5px;
}
.page-panier table.panier .edit_product {
  font-size: 1.5em;
  margin: 0 5px;
}
.page-panier table.panier .panier__old_price {
  text-decoration: line-through;
}
.page-panier table.panier .discount_info {
  color: #ffffff;
}
.page-panier table.panier.small tr td:nth-child(2),
.page-panier table.panier.small tr th:nth-child(2) {
  min-width: 130px;
}
.page-panier #form-code-promo {
  width: 80%;
  margin: 0 auto;
  text-align: right;
}
.page-panier #form-code-promo label {
  width: auto;
}
.page-panier #form-code-promo .button2 {
  display: inline-block;
}
.page-panier #form-address {
  width: 80%;
  margin: 0 auto;
}
.page-panier #form-address select[name=shipping_country],
.page-panier #form-address select[name=billing_country] {
  width: 100% !important;
}
.page-panier #form-address .same_adresses label {
  width: auto;
}
.page-panier .todo {
  position: relative;
  padding: 20px;
  background: #95c11f;
  color: #ffffff;
  font-weight: bold;
  margin-left: 50px;
  z-index: 999999;
}
.page-panier .todo:after, .page-panier .todo:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.page-panier .todo:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #95c11f;
  border-width: 15px;
  margin-top: -15px;
}
.page-panier .todo span {
  font-size: 3em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}
.page-panier .bordered {
  padding: 10px;
  border: 2px solid #95c11f;
}
.page-panier h2 {
  text-align: center;
}
.page-panier .payment-choices {
  margin-top: 20px;
  text-align: center;
}
.page-panier .payment-choices p, .page-panier .payment-choices .citation__text .citation__text__content, .citation__text .page-panier .payment-choices .citation__text__content {
  text-align: center;
  margin: 20px 0;
}
.page-panier .payment-choices .choices {
  text-align: left;
  display: inline-block;
}
.page-panier .payment-choices .payment-choice {
  margin-bottom: 10px;
}
.page-panier .payment-choices .payment-choice label {
  cursor: pointer;
}
.page-panier .payment {
  display: none;
  margin-top: 20px;
}
.page-panier .payment-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  background: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  color: #ffffff;
}
.page-panier .payment-overlay p, .page-panier .payment-overlay .citation__text .citation__text__content, .citation__text .page-panier .payment-overlay .citation__text__content {
  font-size: 20px;
  color: #ffffff;
}
.page-panier .payment-overlay .payment-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.page-panier .payment-overlay .payment-overlay__content .payment-overlay__title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-panier .payment-overlay .payment-overlay__content .payment-overlay__text {
  line-height: 1.5em;
}
.page-panier .addresses {
  width: 80%;
  margin: 50px auto 0 auto;
  line-height: 1.2em;
}
.page-panier .cgv-container {
  display: none;
}
.page-panier .back {
  width: 80%;
  margin: 0 auto 40px auto;
}
.page-inscription-terminee .message {
  max-width: 800px;
  margin: 50px auto;
}
.page-inscription-terminee .container--confirmation {
  margin-top: 20px;
}
.page-inscription-terminee .container--confirmation p, .page-inscription-terminee .container--confirmation .citation__text .citation__text__content, .citation__text .page-inscription-terminee .container--confirmation .citation__text__content {
  margin-bottom: 50px;
  text-align: center;
}
.page-qui-sommes-nous .fond-triangle--content {
  padding: 0;
}
.page-qui-sommes-nous .fond-triangle--content > h1 {
  display: none;
}
.page-qui-sommes-nous .fond-triangle1 .triangle-gauche,
.page-qui-sommes-nous .fond-triangle1 .triangle-droite,
.page-qui-sommes-nous .fond-triangle1 .triangle-haut,
.page-qui-sommes-nous .fond-triangle1 .triangle-bas,
.page-qui-sommes-nous .fond-triangle2 .triangle-gauche,
.page-qui-sommes-nous .fond-triangle2 .triangle-droite,
.page-qui-sommes-nous .fond-triangle2 .triangle-haut,
.page-qui-sommes-nous .fond-triangle2 .triangle-bas,
.page-qui-sommes-nous .fond-triangle3 .triangle-gauche,
.page-qui-sommes-nous .fond-triangle3 .triangle-droite,
.page-qui-sommes-nous .fond-triangle3 .triangle-haut,
.page-qui-sommes-nous .fond-triangle3 .triangle-bas,
.page-qui-sommes-nous .fond-triangle4 .triangle-gauche,
.page-qui-sommes-nous .fond-triangle4 .triangle-droite,
.page-qui-sommes-nous .fond-triangle4 .triangle-haut,
.page-qui-sommes-nous .fond-triangle4 .triangle-bas,
.page-qui-sommes-nous .fond-triangle5 .triangle-gauche,
.page-qui-sommes-nous .fond-triangle5 .triangle-droite,
.page-qui-sommes-nous .fond-triangle5 .triangle-haut,
.page-qui-sommes-nous .fond-triangle5 .triangle-bas,
.page-qui-sommes-nous .fond-triangle6 .triangle-gauche,
.page-qui-sommes-nous .fond-triangle6 .triangle-droite,
.page-qui-sommes-nous .fond-triangle6 .triangle-haut,
.page-qui-sommes-nous .fond-triangle6 .triangle-bas {
  background-color: transparent;
}
.page-qui-sommes-nous .container--triangles-verts:last-of-type {
  padding-bottom: 0;
}
.page-qui-sommes-nous .part1 {
  position: relative;
  background: #bfd679;
  z-index: 100;
}
.page-qui-sommes-nous .part1 h1 {
  background: none;
  color: #085180;
  border-radius: 0;
  margin-left: 0 !important;
  padding-left: 0;
  display: block;
  font-size: 2em;
  border-bottom: 4px solid #085180;
  padding-bottom: 20px;
}
.page-qui-sommes-nous .part1 .text {
  padding: 20px;
  position: relative;
  z-index: 110;
}
.page-qui-sommes-nous .part2 {
  position: relative;
  z-index: 200;
}
.page-qui-sommes-nous .part2 .text {
  padding: 20px;
  position: relative;
  background: #D9E6B2;
  z-index: 210;
}
.page-qui-sommes-nous .part3 {
  position: relative;
  z-index: 300;
}
.page-qui-sommes-nous .part3 .text {
  padding: 20px;
  position: relative;
  background: #bfd679;
  z-index: 310;
}
.page-infos-pratiques .container-3-colonnes-fixe figure img {
  max-height: 100px;
  max-width: 200px;
}
.container--triangles-verts.container--fond-triangle-5 .fond-triangle--content {
  padding-top: 0;
}
.container--triangles-verts.container--fond-triangle-5 .fond-triangle--content .form-create-account {
  padding-top: 0;
  padding-bottom: 2em;
}
.form-create-account .form__group.checkbox--gris, .container--form__connexion .form__group.checkbox--gris {
  display: flex;
  align-items: center;
  /* .squaredFour */
}
.form-create-account .form__group.checkbox--gris > div, .container--form__connexion .form__group.checkbox--gris > div {
  width: auto;
}
.form-create-account .form__group.checkbox--gris p, .form-create-account .form__group.checkbox--gris .citation__text .citation__text__content, .citation__text .form-create-account .form__group.checkbox--gris .citation__text__content, .container--form__connexion .form__group.checkbox--gris p, .container--form__connexion .form__group.checkbox--gris .citation__text .citation__text__content, .citation__text .container--form__connexion .form__group.checkbox--gris .citation__text__content {
  font-size: 20px;
  white-space: nowrap;
}
.form-create-account .form__group.checkbox--gris .squaredFour, .container--form__connexion .form__group.checkbox--gris .squaredFour {
  width: 20px;
  position: relative;
  margin: 20px auto;
}
.form-create-account .form__group.checkbox--gris .squaredFour label, .container--form__connexion .form__group.checkbox--gris .squaredFour label {
  width: 20px;
  height: 20px;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 2px;
}
.form-create-account .form__group.checkbox--gris .squaredFour label:after, .container--form__connexion .form__group.checkbox--gris .squaredFour label:after {
  content: "";
  width: 12px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.form-create-account .form__group.checkbox--gris .squaredFour label:hover::after, .container--form__connexion .form__group.checkbox--gris .squaredFour label:hover::after {
  opacity: 0.5;
}
.form-create-account .form__group.checkbox--gris .squaredFour input[type=checkbox], .container--form__connexion .form__group.checkbox--gris .squaredFour input[type=checkbox] {
  visibility: hidden;
}
.form-create-account .form__group.checkbox--gris .squaredFour input[type=checkbox]:checked + label:after, .container--form__connexion .form__group.checkbox--gris .squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.form-create-account .form__group.checkbox--gris p, .form-create-account .form__group.checkbox--gris .citation__text .citation__text__content, .citation__text .form-create-account .form__group.checkbox--gris .citation__text__content {
  margin-right: 30px;
}
.container--form__connexion .form__group.checkbox--gris {
  justify-content: flex-end;
}
.container--form__connexion .form__group.checkbox--gris .squaredFour {
  margin-right: 20px;
}
.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container .swiper-slide.video h3 {
  width: 80%;
  margin: 10px auto;
  font-size: 1.2em;
  color: #085180;
  font-weight: bold;
}
.swiper-container .swiper-slide.video p, .swiper-container .swiper-slide.video .citation__text .citation__text__content, .citation__text .swiper-container .swiper-slide.video .citation__text__content {
  width: 80%;
  margin: 10px auto;
  padding: 0;
}
.swiper-container .swiper-slide.video iframe {
  aspect-ratio: 16/9;
  width: 80% !important;
  margin: 0 auto;
}
.plus_minus {
  display: inline-block;
}
.plus_minus span {
  cursor: pointer;
}
.plus_minus .minus,
.plus_minus .plus {
  width: 20px;
  height: 34px;
  background: #ffffff;
  border-radius: 4px;
  padding: 8px 5px 8px 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.plus_minus .minus:hover,
.plus_minus .plus:hover {
  background: #f2f2f2;
}
.plus_minus input {
  height: 34px;
  width: 50px !important;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
  margin: 0;
}
.plus_minus input[type=number]::-webkit-inner-spin-button,
.plus_minus input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart_icon {
  font-size: 1.5em;
  margin-right: 20px;
}
.cart_icon .fa-stack[data-count]:after {
  position: absolute;
  right: 0%;
  top: 0%;
  content: attr(data-count);
  font-size: 40%;
  padding: 0.6em;
  border-radius: 999px;
  line-height: 0.75em;
  color: white;
  text-align: center;
  min-width: 2em;
  font-weight: bold;
  background: #DF0000;
  border-style: solid;
}
.cart_icon .fa-circle {
  color: #ffffff;
}
.cart_icon .red-cart {
  color: #ffffff;
  background: #085180;
}
.page-connexion .container--triangles-verts {
  min-height: calc(100% - 178px);
}
.container--form__connexion {
  padding: 2em 1em 3em 1em;
  width: 100%;
}
.container--form__connexion .form__buttons_group {
  display: flex;
  justify-content: center;
}
.container--form__connexion .form__buttons_group input {
  width: auto;
}
.container--form__connexion .form__buttons_group a {
  font-weight: 400;
}
.form__souvenir p, .form__souvenir .citation__text .citation__text__content, .citation__text .form__souvenir .citation__text__content {
  color: #000000;
}
.page-shop .search {
  margin-bottom: 50px;
}
.page-shop .search #form_search {
  display: flex;
  align-items: center;
}
.page-shop .search #form_search input {
  margin: 0 10px 0 0;
}
.page-shop .shop-articles ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.page-shop .shop-articles ul li {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 40px;
}
.page-shop .article__content {
  background-color: #085180;
  color: #ffffff;
  width: 100%;
  min-height: 80px;
  border-radius: 20px;
  padding: 15px 10px;
  transition: all 0.4s ease-in-out;
}
.page-shop .article__content .article__description a {
  color: #ffffff;
}
.page-shop .article__content .article__description p, .page-shop .article__content .article__description .citation__text .citation__text__content, .citation__text .page-shop .article__content .article__description .citation__text__content {
  color: #ffffff;
}
.page-shop .article__content .article__price {
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 0;
}
.page-shop .article__img {
  border-radius: 20px;
  overflow: hidden;
  margin-right: 10px;
}
.page-shop .article__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 177px;
  height: 177px;
  transition: all 0.4s ease-in-out;
}
.page-shop .article__img + .article__content {
  width: calc(100% - 187px);
}
.page-shop .article__buttons {
  margin-top: 20px;
}
.page-product_details .back {
  margin-bottom: 40px;
}
.page-product_details .article__pictures {
  margin-bottom: 40px;
}
.page-product_details .article__title {
  margin-bottom: 40px;
}
.page-product_details .article__description {
  margin-bottom: 40px;
}
.page-product_details .article__price {
  font-weight: bold;
  font-size: 1.2em;
  margin: 40px 0;
}
.page-product_details .article__quantity {
  margin-bottom: 40px;
}
#aspect-content {
  margin: 50px 0 0;
}
.aspect-tab {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 10px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgb(236, 236, 236);
  opacity: 1;
  transition: box-shadow 0.2s, opacity 0.4s;
}
.aspect-tab:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
}
.aspect-input {
  display: none;
}
.aspect-input:checked ~ .aspect-content + .aspect-tab-content {
  max-height: 3000px;
}
.aspect-input:checked ~ .aspect-content:after {
  transform: rotate(0);
}
.aspect-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  cursor: pointer;
}
.aspect-label:hover ~ .aspect-content:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiM1NTZBRUEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
}
.aspect-content {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 87px 10px 30px;
  white-space: nowrap;
  cursor: pointer;
}
.aspect-content:before, .aspect-content:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.aspect-content:before {
  height: 100%;
}
.aspect-content:after {
  position: absolute;
  width: 24px;
  height: 100%;
  right: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNBOUFDQUYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.aspect-name,
.aspect-state {
  display: block;
  width: 100%;
  font-weight: 500;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
}
.aspect-tab.ok {
  box-shadow: 0 0 0 1px #4CAF50;
}
.aspect-tab.ok:hover {
  box-shadow: 0 0 0 2px #4CAF50;
}
.aspect-tab.ok .aspect-state {
  color: #4CAF50;
}
.aspect-tab.ok .aspect-state:before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}
.aspect-tab.ok .aspect-state.ok {
  display: block;
}
.aspect-tab.ok .aspect-state.waiting {
  display: none;
}
.aspect-tab.ok .aspect-state.validated {
  display: none;
}
.aspect-tab.ok .validate {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.aspect-tab.empty {
  box-shadow: 0 0 0 1px #ff9800;
}
.aspect-tab.empty:hover {
  box-shadow: 0 0 0 2px #ff9800;
}
.aspect-tab.empty .aspect-state {
  color: #ff9800;
}
.aspect-tab.empty .aspect-state:before {
  content: "\f252";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}
.aspect-tab.empty .aspect-state.ok {
  display: none;
}
.aspect-tab.empty .aspect-state.waiting {
  display: block;
}
.aspect-tab.empty .aspect-state.validated {
  display: none;
}
.aspect-tab.empty .validate {
  display: none;
}
.aspect-tab.validated {
  box-shadow: 0 0 0 1px #4CAF50;
}
.aspect-tab.validated:hover {
  box-shadow: 0 0 0 2px #4CAF50;
}
.aspect-tab.validated .aspect-state {
  color: #4CAF50;
}
.aspect-tab.validated .aspect-state:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}
.aspect-tab.validated .aspect-state.ok {
  display: none;
}
.aspect-tab.validated .aspect-state.waiting {
  display: none;
}
.aspect-tab.validated .aspect-state.validated {
  display: block;
}
.aspect-tab.validated .validate {
  display: none;
}
.aspect-tab.validated .remove_file {
  display: none !important;
}
.aspect-name {
  margin-bottom: 12px;
}
.aspect-content + .aspect-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.aspect-content > div,
.aspect-state > div {
  display: inline-block;
}
.aspect-content > div {
  vertical-align: middle;
}
.aspect-info {
  width: 100%;
  white-space: nowrap;
  font-size: 1rem;
  text-align: left;
}
.aspect-tab-content {
  text-align: justify;
}
.aspect-tab-content .translation_file span {
  display: inline-block;
  text-align: left;
}
.aspect-tab-content .translation_file .remove_file {
  color: #f44336;
  display: inline-block;
  width: 50px;
  text-align: right;
  font-size: 2em;
  vertical-align: middle;
}
.aspect-tab-content .translation_file + .upload-dropzone {
  display: none;
}
.aspect-tab-content__wrapper {
  padding: 20px;
  background: #f5f5f5;
}
@media screen and (max-width: 800px) {
  .aspect-label {
    max-height: 102px;
  }
  .aspect-content {
    height: auto;
    padding: 10px 87px 10px 30px;
  }
  .aspect-content:before {
    display: none;
  }
  .aspect-content:after {
    top: 0;
  }
  .aspect-content > div {
    display: block;
    width: 100%;
  }
  .aspect-stat {
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .aspect-label {
    max-height: 140px;
  }
  .aspect-stat > div {
    display: block;
    width: 100%;
  }
}
.dz-clickable {
  width: 100%;
  background: #ffffff;
  border: 2px dotted #085180;
}
.dz-clickable .dz-message {
  margin: 100px 0;
  text-align: center;
}
.dz-clickable .dz-message:after {
  content: "\f1ab";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  margin-top: 20px;
  font-size: 4em;
  color: #085180;
}
.dz-preview {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  margin: 20px;
  background: #f5f5f5;
  border: solid 1px #ff0000;
}
.dz-preview .dz-image {
  width: 100%;
  order: 1;
}
.dz-preview .dz-details {
  order: 4;
  width: calc(100% - 85px);
}
.dz-preview .dz-progress {
  display: none;
}
.dz-preview .dz-error-message {
  width: 100%;
  order: 2;
}
.dz-preview .dz-success-mark {
  width: 65px;
  margin-right: 20px;
  order: 3;
  content: "";
}
.dz-preview .dz-success-mark:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 4em;
  color: #4CAF50;
}
.dz-preview .dz-success-mark svg {
  display: none;
}
.dz-preview.dz-success {
  border-color: #4CAF50;
}
.dz-preview.dz-success .dz-error-mark {
  display: none;
}
.dz-preview.dz-error {
  border-color: #f44336;
}
.dz-preview.dz-error .dz-success-mark {
  display: none;
}
form fieldset {
  border: none;
  display: contents;
}
form fieldset .form__group input,
form fieldset .form__group textarea {
  border: none;
  border-bottom: 1px solid #000000;
  font-family: "Calibri", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 22px;
}
form fieldset .form__group input:focus,
form fieldset .form__group textarea:focus {
  outline: none;
}
form fieldset .form__group input:not([class*=mce]),
form fieldset .form__group textarea,
form fieldset .form__group select,
form fieldset .form__group label {
  padding: 14px 0;
  display: inline-block;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]),
form fieldset .form__group textarea {
  width: 100%;
  background-color: transparent;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder,
form fieldset .form__group textarea::-webkit-input-placeholder {
  font-family: "Calibri", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  line-height: 60px;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder,
form fieldset .form__group textarea::-moz-placeholder {
  font-family: "Calibri", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  line-height: 60px;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):-moz-placeholder,
form fieldset .form__group textarea:-moz-placeholder {
  font-family: "Calibri", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  line-height: 60px;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder,
form fieldset .form__group textarea:-ms-input-placeholder {
  font-family: "Calibri", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  line-height: 60px;
}
form fieldset .form__group--flex {
  display: flex;
  justify-content: space-between;
}
form #input_name,
form #input_email,
form #input_tel {
  width: 100%;
}
form .form__buttons_group {
  text-align: center;
  margin-top: 20px;
}
form .checkbox {
  display: flex;
  width: 100%;
}
form label {
  font-size: 20px;
  margin-right: 20px;
}
form .icheckbox_square-blue {
  margin-right: 5px !important;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #0079bf;
}
.tab--inscription .tab--radio {
  display: none;
}
.tab--inscription .tab--radio + label {
  display: inline-block;
}
.tab--inscription .tab--radio ~ .tab {
  display: none;
  transition: all 0.35s ease 0s;
}
.tab--inscription .tab--radio ~ .tab.tab--active {
  position: relative;
  display: flex;
  background: rgba(255, 255, 255, 0.5);
  justify-content: center;
  flex-wrap: wrap;
}
.tab--inscription .tab--radio + label {
  padding: 1em;
  border-radius: 12px 20px 0 0;
  position: relative;
  text-transform: uppercase;
  color: #000000;
  overflow-wrap: anywhere;
  transition: all 0.35s ease 0s;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  margin-right: 5px;
  width: 100%;
}
.tab--inscription .tab--radio.tab--active + label {
  background: rgba(255, 255, 255, 0.5);
}
.tab--inscription .tab--radio ~ .tab {
  padding: 4em 1.5em;
  overflow-wrap: anywhere;
  transition: all 0.35s ease 0s;
}
.form-create-account input:not([type=submit]),
.form-edit-account input:not([type=submit]),
.form__connexion input:not([type=submit]),
.form--inline input:not([type=submit]) {
  background-color: #ffffff;
}
.form-create-account .form__group,
.form-edit-account .form__group,
.form__connexion .form__group,
.form--inline .form__group {
  align-items: center;
  margin-bottom: 20px;
}
.form-create-account .form__group label,
.form-edit-account .form__group label,
.form__connexion .form__group label,
.form--inline .form__group label {
  width: 100%;
}
.form-create-account .form__group > div,
.form-edit-account .form__group > div,
.form__connexion .form__group > div,
.form--inline .form__group > div {
  width: 100%;
  margin-top: 10px;
}
.form-create-account .form__group p, .form-create-account .form__group .citation__text .citation__text__content, .citation__text .form-create-account .form__group .citation__text__content,
.form-edit-account .form__group p,
.form-edit-account .form__group .citation__text .citation__text__content,
.citation__text .form-edit-account .form__group .citation__text__content,
.form__connexion .form__group p,
.form__connexion .form__group .citation__text .citation__text__content,
.citation__text .form__connexion .form__group .citation__text__content,
.form--inline .form__group p,
.form--inline .form__group .citation__text .citation__text__content,
.citation__text .form--inline .form__group .citation__text__content {
  font-size: 12px;
  color: #000000;
}
.form-create-account .container--donnees,
.form-edit-account .container--donnees,
.form__connexion .container--donnees,
.form--inline .container--donnees {
  width: 100%;
}
.form-create-account .container--donnees p, .form-create-account .container--donnees .citation__text .citation__text__content, .citation__text .form-create-account .container--donnees .citation__text__content,
.form-edit-account .container--donnees p,
.form-edit-account .container--donnees .citation__text .citation__text__content,
.citation__text .form-edit-account .container--donnees .citation__text__content,
.form__connexion .container--donnees p,
.form__connexion .container--donnees .citation__text .citation__text__content,
.citation__text .form__connexion .container--donnees .citation__text__content,
.form--inline .container--donnees p,
.form--inline .container--donnees .citation__text .citation__text__content,
.citation__text .form--inline .container--donnees .citation__text__content {
  font-weight: 300;
  font-style: 15px;
  color: #000000;
  margin-bottom: 1.5em;
}
.form-create-account .container--donnees .champs,
.form-edit-account .container--donnees .champs,
.form__connexion .container--donnees .champs,
.form--inline .container--donnees .champs {
  font-weight: 400;
  margin-bottom: 3em;
}
.form-create-account .container--form-button,
.form-edit-account .container--form-button,
.form__connexion .container--form-button,
.form--inline .container--form-button {
  width: 100%;
}
.form-create-account .container--form-button p, .form-create-account .container--form-button .citation__text .citation__text__content, .citation__text .form-create-account .container--form-button .citation__text__content,
.form-edit-account .container--form-button p,
.form-edit-account .container--form-button .citation__text .citation__text__content,
.citation__text .form-edit-account .container--form-button .citation__text__content,
.form__connexion .container--form-button p,
.form__connexion .container--form-button .citation__text .citation__text__content,
.citation__text .form__connexion .container--form-button .citation__text__content,
.form--inline .container--form-button p,
.form--inline .container--form-button .citation__text .citation__text__content,
.citation__text .form--inline .container--form-button .citation__text__content {
  text-align: right;
}
.form-create-account .form__group input:not([class*=mce]):not([type=submit]), .form-create-account form fieldset .form__group textarea,
.form-edit-account .form__group input:not([class*=mce]):not([type=submit]),
.form-edit-account form fieldset .form__group textarea,
.form__connexion .form__group input:not([class*=mce]):not([type=submit]),
.form__connexion form fieldset .form__group textarea,
.form--inline .form__group input:not([class*=mce]):not([type=submit]),
.form--inline form fieldset .form__group textarea {
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 2px 10px;
  font-weight: 300;
  margin-top: 10px;
}
.form-create-account .form__group input:not([class*=mce]):not([type=submit])::-webkit-input-placeholder, .form-create-account form fieldset .form__group textarea::-webkit-input-placeholder,
.form-edit-account .form__group input:not([class*=mce]):not([type=submit])::-webkit-input-placeholder,
.form-edit-account form fieldset .form__group textarea::-webkit-input-placeholder,
.form__connexion .form__group input:not([class*=mce]):not([type=submit])::-webkit-input-placeholder,
.form__connexion form fieldset .form__group textarea::-webkit-input-placeholder,
.form--inline .form__group input:not([class*=mce]):not([type=submit])::-webkit-input-placeholder,
.form--inline form fieldset .form__group textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #000000;
  font-size: 22px;
  line-height: 60px;
}
.form-create-account .form__group input:not([class*=mce]):not([type=submit])::-moz-placeholder, .form-create-account form fieldset .form__group textarea::-moz-placeholder,
.form-edit-account .form__group input:not([class*=mce]):not([type=submit])::-moz-placeholder,
.form-edit-account form fieldset .form__group textarea::-moz-placeholder,
.form__connexion .form__group input:not([class*=mce]):not([type=submit])::-moz-placeholder,
.form__connexion form fieldset .form__group textarea::-moz-placeholder,
.form--inline .form__group input:not([class*=mce]):not([type=submit])::-moz-placeholder,
.form--inline form fieldset .form__group textarea::-moz-placeholder {
  font-weight: 300;
  color: #000000;
  font-size: 22px;
  line-height: 60px;
}
.form-create-account .form__group input:not([class*=mce]):not([type=submit]):-moz-placeholder, .form-create-account form fieldset .form__group textarea:-moz-placeholder,
.form-edit-account .form__group input:not([class*=mce]):not([type=submit]):-moz-placeholder,
.form-edit-account form fieldset .form__group textarea:-moz-placeholder,
.form__connexion .form__group input:not([class*=mce]):not([type=submit]):-moz-placeholder,
.form__connexion form fieldset .form__group textarea:-moz-placeholder,
.form--inline .form__group input:not([class*=mce]):not([type=submit]):-moz-placeholder,
.form--inline form fieldset .form__group textarea:-moz-placeholder {
  font-weight: 300;
  color: #000000;
  font-size: 22px;
  line-height: 60px;
}
.form-create-account .form__group input:not([class*=mce]):not([type=submit]):-ms-input-placeholder, .form-create-account form fieldset .form__group textarea:-ms-input-placeholder,
.form-edit-account .form__group input:not([class*=mce]):not([type=submit]):-ms-input-placeholder,
.form-edit-account form fieldset .form__group textarea:-ms-input-placeholder,
.form__connexion .form__group input:not([class*=mce]):not([type=submit]):-ms-input-placeholder,
.form__connexion form fieldset .form__group textarea:-ms-input-placeholder,
.form--inline .form__group input:not([class*=mce]):not([type=submit]):-ms-input-placeholder,
.form--inline form fieldset .form__group textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #000000;
  font-size: 22px;
  line-height: 60px;
}
.form-create-account .custom-select-wrapper,
.form-edit-account .custom-select-wrapper,
.form__connexion .custom-select-wrapper,
.form--inline .custom-select-wrapper {
  border: 1px solid #000000;
  padding: 0;
  font-weight: 300;
}
.form-create-account .custom-select-trigger,
.form-edit-account .custom-select-trigger,
.form__connexion .custom-select-trigger,
.form--inline .custom-select-trigger {
  line-height: 27px;
  padding: 10px;
}
.form-create-account .custom-select-trigger:after,
.form-edit-account .custom-select-trigger:after,
.form__connexion .custom-select-trigger:after,
.form--inline .custom-select-trigger:after {
  margin-top: -5px;
}
.form-create-account .custom-select.opened .custom-select-trigger:after,
.form-create-account .chosen-select.opened .custom-select-trigger:after,
.form-create-account .chosen-select-allow_empty.opened .custom-select-trigger:after,
.form-edit-account .custom-select.opened .custom-select-trigger:after,
.form-edit-account .chosen-select.opened .custom-select-trigger:after,
.form-edit-account .chosen-select-allow_empty.opened .custom-select-trigger:after,
.form__connexion .custom-select.opened .custom-select-trigger:after,
.form__connexion .chosen-select.opened .custom-select-trigger:after,
.form__connexion .chosen-select-allow_empty.opened .custom-select-trigger:after,
.form--inline .custom-select.opened .custom-select-trigger:after,
.form--inline .chosen-select.opened .custom-select-trigger:after,
.form--inline .chosen-select-allow_empty.opened .custom-select-trigger:after {
  margin-top: -2px;
}
.required {
  color: #ff0000;
}
@media screen and (min-width: 46.875em) {
  form #input_name,
  form #input_email,
  form #input_tel {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
  }
  form #input_name:last-child,
  form #input_email:last-child,
  form #input_tel:last-child {
    margin-right: 0;
  }
  form #input_message {
    margin-top: 20px;
  }
  .form-create-account .form__group,
  .form-edit-account .form__group,
  .form__connexion .form__group,
  .form--inline .form__group {
    display: flex;
  }
  .form-create-account .form__group label,
  .form-edit-account .form__group label,
  .form__connexion .form__group label,
  .form--inline .form__group label {
    width: 42%;
  }
  .checkbox--gris .squaredFour label {
    width: 100%;
    padding: 10px;
  }
  .form__cgv label {
    width: 100%;
  }
}
@media screen and (min-width: 68.75em) {
  .tab--inscription .tab--radio + label {
    width: 255px;
  }
  .tab--inscription .container--form-inscription:first-child {
    margin-right: 130px;
  }
  .tab--inscription .tab--radio ~ .tab.tab--active {
    justify-content: start;
  }
  .tab--inscription .tab_content4 .container--form-inscription:first-child {
    margin-right: 0;
  }
}
html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
@font-face {
  font-family: Calibri;
  font-style: normal;
  font-weight: 400;
  src: url("/themes/esasur/font/Calibri.eot?#iefix") format("embedded-opentype"), url("/themes/esasur/font/Calibri.woff2") format("woff2"), url("/themes/esasur/font/Calibri.woff") format("woff"), url("/themes/esasur/font/Calibri.ttf") format("truetype"), url("/themes/esasur/font/Calibri.svg#Calibri") format("svg");
}
@font-face {
  font-family: Calibri;
  font-style: italic;
  font-weight: 400;
  src: url("/themes/esasur/font/Calibri-Italic.eot?#iefix") format("embedded-opentype"), url("/themes/esasur/font/Calibri-Italic.woff2") format("woff2"), url("/themes/esasur/font/Calibri-Italic.woff") format("woff"), url("/themes/esasur/font/Calibri-Italic.ttf") format("truetype"), url("/themes/esasur/font/Calibri-Italic.svg#Calibri") format("svg");
}
@font-face {
  font-family: Calibri;
  font-style: normal;
  font-weight: 600;
  src: url("/themes/esasur/font/Calibri-Bold.eot?#iefix") format("embedded-opentype"), url("/themes/esasur/font/Calibri-Bold.woff2") format("woff2"), url("/themes/esasur/font/Calibri-Bold.woff") format("woff"), url("/themes/esasur/font/Calibri-Bold.ttf") format("truetype"), url("/themes/esasur/font/Calibri-Bold.svg#Calibri") format("svg");
}
@font-face {
  font-family: Calibri;
  font-style: normal;
  font-weight: 300;
  src: url("/themes/esasur/font/Calibri-Light.eot?#iefix") format("embedded-opentype"), url("/themes/esasur/font/Calibri-Light.woff2") format("woff2"), url("/themes/esasur/font/Calibri-Light.woff") format("woff"), url("/themes/esasur/font/Calibri-Light.ttf") format("truetype"), url("/themes/esasur/font/Calibri-Light.svg#Calibri") format("svg");
}
.header {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  background-color: #085180;
}
.page-accueil .header {
  background-color: transparent;
  justify-content: flex-end;
}
.page-accueil .main_menu ul li:last-child a {
  padding-right: 20px;
}
.menu_navigation {
  display: none;
}
.main_menu {
  font-family: "Calibri", sans-serif;
  font-weight: 500;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 999999;
}
.main_menu li {
  list-style: none;
}
.main_menu li a {
  display: block;
  text-decoration: none;
  padding: 6px 40px 6px 0;
}
.main_menu li:last-child a {
  padding-right: 20px;
}
#nav-icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 15px;
  right: 5px;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 14px;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 28px;
  transform-origin: left center;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 29px;
  left: 0px;
}
/* first level */
.main_menu ul {
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 0;
  transition: opacity 0.2s ease-in;
}
.main_menu ul li {
  position: relative;
}
.main_menu ul li a {
  font-size: 16px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
}
.main_menu .menu__right {
  display: flex;
}
.main_menu .menu__right a {
  text-align: center;
}
/* second level */
.main_menu li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
  display: block;
  background: rgba(8, 81, 128, 0.7);
}
.main_menu li ul a {
  font-size: 16px;
  text-align: left;
  padding: 10px;
  line-height: 1em;
}
.main_menu li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.main_menu li ul li > a:hover,
.main_menu li ul li:hover > a,
.main_menu li ul:not(:hover) li.active > a {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 68.75em) {
  .top-header {
    display: block;
  }
  .top-header .top-header--reseaux {
    justify-content: initial;
  }
  .top-header .top-header--informations, .top-header .top-header--reseaux {
    justify-content: space-around;
  }
  .main_menu {
    min-width: 1px;
    margin: 0;
    padding: 60px 0 0 10px;
    text-align: left;
    position: relative;
    top: auto;
    left: auto;
  }
  .main_menu > ul {
    display: inline-block;
  }
  .main_menu li a span,
  .main_menu li a:hover span {
    border-bottom: none;
  }
  .main_menu li a:after {
    content: "";
    background: none;
    width: 0;
    height: 0;
  }
  .main_menu li .children {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    width: 40px;
    float: right;
  }
  .main_menu li.active a span {
    border-bottom: none;
  }
  .main_menu > a {
    width: 100%;
    height: auto;
  }
  .main_menu:not(:target) > a:first-of-type,
  .main_menu:target > a:last-of-type {
    display: block;
  }
  /* first level */
  .main_menu:target > ul {
    display: block;
  }
  .main_menu > ul > li {
    width: 100% !important;
    height: auto;
    float: none;
    overflow: hidden;
    padding: 0;
  }
  .main_menu > ul > li > a {
    height: auto;
    padding: 0.625em !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
    width: 100%;
    display: block;
  }
  .main_menu > ul > li:not(.active):hover {
    border-bottom: transparent;
    background-color: transparent;
  }
  .main_menu > ul > li:not(.active):hover .fleche-haut-gris {
    display: block;
  }
  .main_menu > ul > .recherche:not(.active):hover {
    border-bottom: transparent;
    background-color: transparent;
  }
  /* second level */
  .main_menu li ul {
    display: none;
    position: static;
    padding-top: 0;
    border: none;
    width: 100%;
    background: none;
  }
  .main_menu li ul:before {
    display: none;
  }
  .main_menu li.opened > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .main_menu li ul li:first-child {
    margin-top: 0;
  }
  .main_menu li ul a {
    font-size: 22px;
    padding: 0.625em 0.625em 0.625em 2.5em;
    border: none;
    width: 100%;
    display: block;
    margin-bottom: 3px;
    color: #ffffff !important;
    font-weight: 500;
  }
  .main_menu li ul a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .main_menu li ul ul {
    display: none;
  }
  /* third level */
  .main_menu li > ul ul {
    top: 0;
    left: 100%;
    width: 100%;
    z-index: 11;
  }
  .main_menu li.opened > ul > li.opened > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    left: 98%;
  }
  .main_menu li ul ul a {
    padding: 0.625em 0.625em 0.625em 2.8125em;
    color: #ffffff !important;
  }
  .main_menu li ul li:hover ul a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .sliding-menu-content {
    padding-left: 0;
    position: fixed;
    top: 0px;
    right: auto;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transform: translateY(100%);
    transition: all 0.25s linear;
    background: #085180;
    z-index: 999999;
  }
  .sliding-menu-content ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .sliding-menu-content li {
    list-style: none;
  }
  .sliding-menu-content a {
    text-decoration: none;
  }
  .sliding-menu-content .recherche-gris {
    display: none;
  }
  .sliding-menu-content li.opened {
    background-color: transparent;
    color: #ffffff !important;
  }
  .sliding-menu-content li a {
    display: block;
    padding: 1em;
  }
  .sliding-menu-content.is-visible {
    transform: translateY(0);
  }
  .sliding-menu-fade-screen {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transition: all 0.15s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 999998;
  }
  .sliding-menu-fade-screen.is-visible {
    opacity: 0.4;
    visibility: visible;
  }
  .sliding-menu-button {
    transform: translateX(0);
    transition: all 0.25s linear;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    text-align: right;
    outline: none;
    z-index: 999999;
    top: 0;
    height: 60px;
    width: 60px;
    right: 0;
  }
  .sliding-menu-button .button_menu {
    width: 40px;
    height: auto;
    margin-top: 20px;
    margin-right: 20px;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .sliding-menu-button.is-visible {
    top: 0;
    height: 60px;
  }
}
.button--center-container {
  margin-top: 20px;
  text-align: center;
}
.button, .button3, .button2, .button1, .document__download a {
  border: none;
  font-family: "Calibri", sans-serif;
  display: inline-block;
  border-radius: 14px;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  padding: 12px 20px;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.button:hover, .button3:hover, .button2:hover, .button1:hover, .document__download a:hover {
  text-decoration: none !important;
}
.button1, .document__download a {
  background-color: #085180;
  color: #ffffff;
}
.button1:hover, .document__download a:hover {
  background-color: rgba(8, 81, 128, 0.8);
  color: #ffffff;
}
.button2 {
  background-color: #085180;
  color: #ffffff;
  border-radius: 40px;
  padding: 16px 14px;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.button2 img {
  padding-right: 6px;
  width: 25px;
  height: 100%;
}
.button2:hover {
  background-color: rgba(8, 81, 128, 0.8);
  color: #ffffff;
}
.button3 {
  background-color: #ffffff;
  color: #085180;
}
.button3 a {
  color: #085180;
}
.button3:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #085180;
}
.document__download a:before {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 8px;
  font-size: 2em;
  display: inline-block;
  display: none;
}
.document__download a svg {
  font-size: 1.5em;
  padding-right: 8px;
  vertical-align: middle;
}
@media screen and (min-width: 46.875em) {
  .button, .button1, .button2, .button3, .document__download a {
    width: auto;
  }
}
/*
	Pour tous les snippets génériques
*/
/********************************************
 * Pour les styles "Global" (Smartphone)
 *******************************************/
.container{
  padding-left: 1rem;
  padding-right: 1rem;
}
.container .container.container-2-colonnes-fixe,
.container .container.container-3-colonnes-fixe{
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.titles-h2 h1 {
  color: black;
  background: transparent;
  padding: 0;
  margin: 0;
}
.titles-h2 h1, .titles-h2 h2{
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.titles-h2 p, .titles-h2 .citation__text .citation__text__content, .citation__text .titles-h2 .citation__text__content{
  font-weight: 1.1rem;
  font-weight: 700;
}
.bg-blue {
  background-color: #085180;
}
.bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue p, .bg-blue .citation__text .citation__text__content, .citation__text .bg-blue .citation__text__content, .bg-blue li,
.bg-blue .col-2 .text p, .bg-blue .texte--noir,
.bg-blue .titles-h2 > * {
  color: white;
}
.bg-blue .button1, .bg-blue .document__download a, .document__download .bg-blue a {
  background-color: #95c11f;
}
.bg-blue .button1:hover, .bg-blue .document__download a:hover, .document__download .bg-blue a:hover {
  background-color: #acd832;
}
.miki_editing h2, .miki_editing h3, .miki_editing h4, .miki_editing h5, .miki_editing p, .miki_editing .citation__text .citation__text__content, .citation__text .miki_editing .citation__text__content, .miki_editing li,
.miki_editing .col-2 .text p, .miki_editing .texte--noir,
.miki_editing .titles-h2 > * {
  color: black;
}
.bg-green {
  background-color: #95c11f;
}
.bg-green .titles-h2 > * {
  color: white;
}
.image-banner{
  position: relative;
  width: 100%;
}
.image-banner img{
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
}
@media screen and (min-width: 68.75em) {
  .container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .image-banner img{
    height: 500px;
  }
}
.space-xs{
  height: 1.5rem;
}
.space-sm {
  height: clamp(30px, 3vw, 60px);
}
.space {
  height: clamp(40px, 3.5vw, 80px);
}
.space-lg {
  height: clamp(50px, 5vw, 100px);
}
.space-xl {
  height: clamp(80px, 9vw, 200px);
}
.space-2xl {
  height: clamp(150px, 20vw, 500px);
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container--document {
  padding: 10px;
  border-bottom: 1px solid #085180;
  text-align: left;
}
.container--document .document--image {
  overflow: hidden;
  text-align: center;
}
.container--document .document--image img {
  height: auto;
}
.container--document h4 {
  text-transform: uppercase;
  clear: both;
  margin-top: 18px;
  margin-bottom: 20px;
  color: #085180;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 1px;
}
.container--document .document--description {
  padding-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #085180;
  font-weight: 400;
}
.container--document:first-child {
  border-top: solid 1px #085180;
}
blockquote {
  margin: 0 auto 20px auto;
}
.citation__text .citation__text__content {
  font-style: italic;
  color: #000000;
}
.citation__author {
  font-weight: 600;
  padding-top: 10px;
  font-size: 17px;
}
.image-right {
  text-align: center;
  position: relative;
  z-index: 20 !important;
}
.image-left {
  text-align: center;
  position: relative;
  z-index: 20 !important;
}
.liste-rond {
  list-style: circle outside;
  padding-left: 20px;
  margin: 0 auto 20px auto;
  text-align: left;
}
.liste-rond > li {
  line-height: 1.5em;
}
.liste-numero {
  list-style-type: none;
  counter-reset: li;
}
.liste-numero > li {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.liste-numero > li:before {
  display: inline-block;
  content: counter(li);
  counter-increment: li;
  text-align: center;
  padding-right: 10px;
  vertical-align: middle;
}
.liste-tiret {
  list-style-type: none;
  text-align: left;
  padding-left: 0;
  line-height: normal;
  margin: 0 auto 20px auto;
}
.liste-tiret > li {
  padding-left: 20px;
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
}
.liste-tiret > li:before {
  position: absolute;
  left: 0;
  height: 100%;
  display: inline-block;
  content: "-";
}
.liste-couleur > li {
  padding: 8px;
  overflow: hidden;
}
.liste-couleur > li:nth-child(odd) {
  background-color: #fafafa;
}
.liste-couleur > li:nth-child(even) {
  background-color: #ffffff;
}
.liste-couleur > li:hover {
  background-color: #085180;
  color: #ffffff;
}
.liste-couleur > li:hover a, .liste-couleur > li:hover a:hover {
  color: #ffffff;
  text-decoration: none;
  border: none;
}
.liste-couleur2 > li {
  padding: 10px;
  overflow: hidden;
}
.liste-couleur2 > li:nth-child(odd) {
  background-color: #2fa6f2;
}
.liste-couleur2 > li:nth-child(even) {
  background-color: #ffffff;
}
.liste-check {
  padding: 0;
}
.liste-check li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  list-style: none;
}
.liste-check li .svg-inline--fa {
  margin-right: 5px;
}
.liste-check li:before {
  display: none;
  font-family: "Font Awesome 5 Solid";
  font-weight: 900;
  content: "\f00c";
  padding-right: 8px;
  font-size: 18px;
}
.container-2-colonnes-fixe .colonne-2 {
  padding-top: 15px;
}
.container-3-colonnes-fixe .colonne-2 {
  padding-top: 15px;
}
.container-3-colonnes-fixe .colonne-3 {
  padding-top: 15px;
}
table.table {
  display: table;
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table.table * {
  position: relative;
}
table.table td, table.table th {
  display: table-cell;
  margin-bottom: 0;
  padding-left: 8px;
  text-align: left;
  vertical-align: middle;
}
table.table tr {
  display: table-row;
  height: auto;
  padding: 37px 0;
}
table.table thead tr {
  height: 60px;
  background: #085180;
}
table.table tbody tr {
  height: 50px;
  font-size: 14px;
}
table.table tbody tr:last-child {
  border: 0;
}
table.table th {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}
table.table tr:nth-child(even) {
  background-color: #f5f5f5;
}
table.table tr {
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}
table.table tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
}
/****************************
 * Pour les styles "Tablet"
 ***************************/
@media screen and (min-width: 46.875em) {
  .container-2-colonnes-auto { /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-gap: 24px; /* Firefox */
    column-gap: 24px;
  }
  .container-2-colonnes-fixe {
    display: flex;
    margin-bottom: 40px;
  }
  .container-2-colonnes-fixe .colonne-1 {
    width: 50%;
    margin-right: 12px;
  }
  .container-2-colonnes-fixe .colonne-2 {
    width: 50%;
    margin-left: 12px;
    padding-top: 0;
  }
  .container-3-colonnes-fixe {
    display: flex;
    margin-bottom: 40px;
  }
  .container-3-colonnes-fixe .colonne-1 {
    width: 33%;
    margin-right: 12px;
  }
  .container-3-colonnes-fixe .colonne-2 {
    width: 33%;
    margin-left: 12px;
    padding-top: 0;
  }
  .container-3-colonnes-fixe .colonne-3 {
    width: 33%;
    margin-left: 12px;
    padding-top: 0;
  }
  .container-flex {
    align-items: stretch;
    clear: both;
    display: flex;
    justify-content: space-between;
  }
  .container-flex::after {
    clear: both;
    content: "";
    display: block;
  }
  .container--document {
    width: 50%;
    border-right: solid 1px #085180;
    border-bottom: solid 1px #085180;
    position: relative;
  }
  .container--document:nth-child(2n+1) {
    border-left: solid 1px #085180;
  }
  .container--document:nth-child(2n) {
    border-top: solid 1px #085180;
  }
  .container--document h4 {
    padding-left: 8px;
  }
  .container--document .document--image img {
    width: 100%;
    max-width: 250px;
  }
  .image-right {
    float: right;
    margin-left: 10px;
  }
  .image-left {
    float: left;
    margin-right: 10px;
  }
  table.table td:last-child,
  table.table th:last-child {
    padding-right: 40px;
  }
  table.table td:first-child,
  table.table th:first-child {
    padding-left: 40px;
  }
}
/****************************
 * Pour les styles "Desktop"
 ***************************/
@media screen and (min-width: 68.75em) {
  .container--document {
    width: 25%;
  }
  .container--document:nth-child(2n+1) {
    border-left: none;
  }
  .container--document:nth-child(2n) {
    border-top: none;
  }
  .container--document:nth-child(4n+1) {
    border-left: solid 1px #085180;
  }
  .container--document:nth-child(2), .container--document:nth-child(3), .container--document:nth-child(4) {
    border-top: solid 1px #085180;
  }
}
/**
 * Le CSS pour les effets d'affichage Miki
 */
.mikiEffect-slideFromLeft {
  position: relative;
  left: -300px;
  opacity: 0;
}
.mikiEffect-slideFromRight {
  position: relative;
  right: -300px;
  opacity: 0;
}
.mikiEffect-slideFromBottom {
  position: relative;
  bottom: -300px;
  opacity: 0;
}
.mikiEffect-fade {
  opacity: 0;
}
@media screen and (min-width: 20em) {
  .container-sponsor {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 82.9403913294%;
    margin-left: 8.5298043353%;
  }
  .container-sponsor::after {
    clear: both;
    content: "";
    display: block;
  }
  .container-sponsor:last-child {
    margin-right: 0;
  }
  .page-infos-pratiques #form_contact {
    padding: 20px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 5px;
  }
  .accueil-2__content {
    overflow: clip;
    min-height: 450px;
    width: 100%;
    background-color: white;
  }
  .template-pleine-largeur {
    background-color: white;
  }
  .col-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
  }
  .col-2 .title {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    width: 100%;
    padding: 30px;
    padding-top: 20px;
    padding-left: 0;
  }
  .col-2 .title .triangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 150%;
    height: 130%;
    fill: #085180;
    opacity: 0.9;
    pointer-events: none;
  }
  .col-2 .title h2 {
    position: relative;
    z-index: 1;
    color: white;
    text-align: right;
    max-width: 65%;
    margin-left: auto;
    line-height: 1;
  }
  .col-2 .text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 30px;
  }
  .col-2 .text .text-wrappin {
    max-width: 600px;
    width: 100%;
  }
  .col-2 .text p, .col-2 .text .citation__text .citation__text__content, .citation__text .col-2 .text .citation__text__content {
    color: black;
    margin-bottom: 30px;
    font-size: 1.15rem;
  }
  .col-2 .text .texte--bleu p, .col-2 .text .texte--bleu .citation__text .citation__text__content, .citation__text .col-2 .text .texte--bleu .citation__text__content {
    text-transform: uppercase;
    color: #085180;
  }
  .col-2 .text .drag-container > *:last-child > *:last-child {
    margin-bottom: 0;
  }
  .col-2 .image {
    width: 100%;
  }
  .col-2 .image img {
    background-color: #95c11f;
    width: 100%;
  }
  .col-2 .container--flex {
    flex-direction: column;
    justify-content: flex-start;
  }
  .col-2 .container--flex > * {
    margin: 0px 0px 20px;
  }
  .col-2 .container--flex p, .col-2 .container--flex .citation__text .citation__text__content, .citation__text .col-2 .container--flex .citation__text__content {
    margin: 0;
  }
  .col-2 .container {
    padding: 0;
  }
  .col-2--reversed .title {
    left: 0;
    right: auto;
    padding-left: 30px;
    padding-right: 0;
  }
  .col-2--reversed .title .triangle {
    transform: scaleX(-1);
    right: auto;
    left: 0;
  }
  .col-2--reversed .title h2 {
    margin-right: auto;
    margin-left: 0;
    text-align: left;
    font-size: 1;
  }
  .col-2--highlight {
    align-items: center;
    justify-content: center;
    margin-top: 120px;
  }
  .col-2--highlight .graphics {
    position: absolute;
    left: 0;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    pointer-events: none;
    z-index: 20;
  }
  .col-2--highlight .graphics svg {
    stroke-width: 4px;
    stroke-linejoin: round;
    fill: transparent;
    height: 100%;
    width: auto;
  }
  .col-2--highlight .graphics::before, .col-2--highlight .graphics::after {
    content: "";
    width: 100%;
    height: 0;
    border: 3px #085180 solid;
  }
  .col-2--highlight .graphics:after {
    transform: translateX(-1px);
  }
  .col-2--highlight .graphics::before {
    width: 10%;
  }
  .col-2--highlight .graphics.graphics-top {
    top: 0;
    transform: translateY(-50%);
  }
  .col-2--highlight .graphics.graphics-top svg {
    stroke: #085180;
  }
  .col-2--highlight .graphics.graphics-top::before, .col-2--highlight .graphics.graphics-top::after {
    border-color: #085180;
  }
  .col-2--highlight .graphics.graphics-bottom {
    bottom: 0;
    transform: translateY(50%) scaleX(-1);
  }
  .col-2--highlight .graphics.graphics-bottom svg {
    stroke: #95c11f;
  }
  .col-2--highlight .graphics.graphics-bottom::before, .col-2--highlight .graphics.graphics-bottom::after {
    border-color: #95c11f;
  }
  .col-2--highlight .title .triangle {
    fill: #95c11f;
  }
  .col-2--highlight .highlights {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    padding: 85px 15px 42px;
    gap: 15px;
  }
  .col-2--highlight .highlights .highlight__item {
    min-height: 300px;
    width: 100%;
    padding: 30px 0;
    position: relative;
  }
  .col-2--highlight .highlights .highlight__item .highlight__item__wrappin {
    background-color: gainsboro;
    width: 100%;
    height: 100%;
  }
  .col-2--highlight .highlights .highlight__item .highlight__item__wrappin .item-link{
    height: 100%;
    width: 100%;
  }
  .col-2--highlight .highlights .highlight__item h3{
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    padding: 15px;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .col-2--highlight .highlights .highlight__item figure{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .col-2--highlight .highlights .highlight__item figure::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    mix-blend-mode: color;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    background-color: #085180;
  }
  .col-2--highlight .highlights .highlight__item figure img{
    height: 100%;
    width: 100%;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: cover;
       object-fit: cover;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .col-2--highlight .highlights .highlight__item .triangle{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 40%;
    width: 100%;
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0.85;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    fill: #085180;
  }
  .col-2--highlight .highlights .highlight__item :hover figure::after {
    opacity: 0;
  }
  .col-2--highlight .highlights .highlight__item :hover img{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .col-2--highlight .highlights .highlight__item :hover .triangle {
    fill: #95c11f;
  }
  .col-2--highlight.col-2--video .highlights .highlight__item {
    height: auto;
  }
  .col-2--highlight.col-2--video .highlights .highlight__item .triangle{
    pointer-events: none;
    z-index: 10;
    display: none;
    opacity: 0.5;
  }
  .col-2--highlight.col-2--video .highlights .highlight__item :hover .triangle{
    opacity: 0.2;
  }
  .miki_editing .col-2--highlight figure, .miki_editing .col-2--highlight img, .miki_editing .col-2--highlight h3 {
    position: relative !important;
  }
  .miki_editing .col-2--highlight figure:after {
    content: none;
  }
  .miki_editing .col-2--highlight .highlight__item:hover img{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .col-2--v2 .image {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
  }
  .col-2--v2 .graphics {
    display: none;
    position: absolute;
    z-index: 20;
    left: 0;
    width: 100%;
    height: 400px;
    align-items: center;
    pointer-events: none;
  }
  .col-2--v2 .graphics svg {
    stroke-width: 4px;
    stroke-linejoin: round;
    fill: transparent;
    height: 100%;
    width: auto;
  }
  .col-2--v2 .graphics::before, .col-2--v2 .graphics::after {
    content: "";
    width: 100%;
    height: 0;
    border: 3px #085180 solid;
  }
  .col-2--v2 .graphics:after {
    transform: translateX(-1px);
  }
  .col-2--v2 .graphics::before {
    width: 10%;
  }
  .col-2--v2 .graphics.graphics-bottom {
    bottom: 0;
    transform: translateY(50%) scaleX(-1);
  }
  .col-2--v2 .graphics.graphics-bottom svg {
    stroke: #95c11f;
  }
  .col-2--v2 .graphics.graphics-bottom::before, .col-2--v2 .graphics.graphics-bottom::after {
    border-color: #95c11f;
  }
  .col-2--v2:first-of-type .graphics {
    display: flex;
  }
  .col-2--v2.col-2--reversed .image {
    -webkit-clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
  }
  .volets .volets__list{
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .volets .volets__item{
    position: relative;
    min-height: 250px;
    width: 50%;
    overflow: hidden;
  }
  .volets .volets__item a{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .volets .volets__item a > img{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: cover;
       object-fit: cover;
    transition-property: all;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .volets .volets__item a .volets__content{
    z-index: 10;
    width: 100%;
    max-width: 180px;
    border-radius: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 100ms;
    transition-duration: 700ms;
    background-color: rgba(8, 81, 128, 0.75);
  }
  .volets .volets__item a .volets__content img{
    max-height: 50px;
    width: 100%;
    max-width: 55px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .volets .volets__item a .volets__content h3{
    margin: 0px;
    margin-top: 1rem;
    padding: 0px;
    font-size: 1.1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .volets .volets__item a:hover .volets__content{
    opacity: 0;
  }
  .volets .volets__item a:hover > img{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .volets .volets__item:last-child {
    width: 100%;
  }
  .miki_editing .col-2 .title {
    position: relative;
  }
  .miki_editing .col-2 .title h2 {
    color: black;
  }
  .miki_editing .col-2 .image img {
    position: relative;
  }
  .miki_editing .col-2--v2 {
    padding-bottom: 100px;
  }
  .miki_editing .col-2--v2 .graphics.drag {
    position: absolute !important;
    pointer-events: auto;
    transform: none;
    height: 50px;
  }
}
@media screen and (min-width: 46.875em) {
  .only-desktop {
    display: none !important;
  }
  .only-tablet {
    display: block !important;
  }
  .only-smartphone {
    display: none !important;
  }
  .no-desktop {
    display: block !important;
  }
  .no-smartphone {
    display: block !important;
  }
  .no-tablet {
    display: none !important;
  }
  .from-tablet {
    display: block !important;
  }
  .media_query_value {
    font-size: 4px;
  }
  .container--flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .triangle--bleu {
    -webkit-clip-path: polygon(100% 0, 100% 18%, 50% 70%, 0 18%, 0 0);
            clip-path: polygon(100% 0, 100% 18%, 50% 70%, 0 18%, 0 0);
  }
  .triangle--bleu--info {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20%;
  }
  .triangle--bleu--info img {
    margin: 0;
  }
  .triangle--bleu--info .trait--blanc {
    background-color: #ffffff;
    margin: 0 20px;
    width: 2px;
    height: 100px;
  }
  .triangle--bleu--info .nom-du-site span {
    font-size: 47px;
  }
  .top--image img {
    height: auto;
  }
  .container--triangles-verts .container--flex {
    padding: 6em 0;
  }
  .container--triangles-verts .fond-triangle--content {
    padding: 30px 30px 0 30px;
  }
  .page-liste-formations .container--liste-formations {
    padding: 0 20px;
  }
  .page-liste-formations .liste-formations .formation .formation--info {
    height: 65px;
  }
  .container-image-triangle .container--flex {
    display: block;
  }
  .container-image-triangle--content .image-triangle-gauche {
    height: 18em;
  }
  .container-icon-texte {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .container-icon-texte .icon {
    width: 10%;
    padding-bottom: 0;
  }
  .container-icon-texte .icon img {
    margin-left: 0;
  }
  .container-icon-texte .texte {
    width: 90%;
    margin-left: 40px;
  }
  .form-create-account .form__group.form__cgv p, .form-create-account .form__group.form__cgv .citation__text .citation__text__content, .citation__text .form-create-account .form__group.form__cgv .citation__text__content {
    margin-right: 70px;
  }
  .container--calendrier .container--template-liste-calendrier .liste--calendrier {
    padding: 4em 3em;
  }
  footer .footer--container {
    display: flex;
    justify-content: space-between;
  }
  footer .footer--gauche {
    display: flex;
    align-items: flex-end;
  }
  footer .footer--logo {
    width: 170px;
    max-width: none;
    margin-right: 1em;
    margin-bottom: 0;
  }
  footer .footer--adresse, footer .footer--tel, footer .footer--mail, footer .footer--ig, footer .footer--fb {
    margin-bottom: 0;
  }
  footer .footer--tel-ig, footer .footer--tel {
    margin-bottom: 15px;
  }
  footer .footer--tel-ig > div {
    width: 100%;
  }
  .template-accueil h1 {
    text-align: left;
  }
  .template-page-formation .top--triangle .triangle--titre h1, .template-page-interne .top--triangle .triangle--titre h1 {
    font-size: 30px;
    margin-top: 2em;
    margin-left: calc(9em - 50px);
    margin-right: calc(9em - 50px);
  }
  .page-liste-formations .container--liste-formations {
    padding: 0 20px;
  }
  .page-liste-formations .liste-download {
    text-align: right;
  }
  .page-liste-formations .liste-formations .formation .formation--img {
    width: 71px;
    height: 65px;
  }
  .page-liste-formations .liste-formations .formation .formation--img img {
    width: 71px;
    height: 65px;
  }
  .page-liste-formations .liste-formations .formation .formation--info {
    display: flex;
    align-items: center;
    height: 65px;
    min-height: 0;
    padding: 15px 10px;
  }
  .page-liste-formations .liste-formations .formation .formation--info span {
    display: inline-block;
    padding-right: 10px;
  }
  .page-liste-formations .liste-formations .formation .formation--info span:nth-child(2) {
    display: inline-block;
  }
  .page-liste-formations .recherche--formations {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .page-liste-formations .recherche--formations .trier {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .page-liste-formations .recherche--formations .trier label {
    display: inline-block;
  }
  .page-liste-formations .recherche--formations .trier .nice-select {
    display: inline-block;
  }
  .page-qui-sommes-nous .fond-triangle--content {
    padding: 0;
  }
  .page-qui-sommes-nous .part1 .text {
    padding: 50px 50px 500px 50px;
  }
  .page-qui-sommes-nous .part1 .pic {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    -webkit-clip-path: polygon(0 67%, 100% 100%, 100% 0);
            clip-path: polygon(0 67%, 100% 100%, 100% 0);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 101;
  }
  .page-qui-sommes-nous .part2 {
    margin-top: -210px;
  }
  .page-qui-sommes-nous .part2 .text {
    padding: 250px 50px 250px 50%;
    -webkit-clip-path: polygon(0 0, 55% 100%, 100% 100%, 100% 17%);
            clip-path: polygon(0 0, 55% 100%, 100% 100%, 100% 17%);
  }
  .page-qui-sommes-nous .part2 .pic {
    height: 100%;
    position: absolute;
    top: 0;
    width: 55%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
            clip-path: polygon(0 0, 0 100%, 100% 100%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -601px 50%;
       object-position: -601px 50%;
    z-index: 201;
  }
  .page-qui-sommes-nous .part2 .transparent {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%);
            clip-path: polygon(0 0, 100% 0, 100% 20%);
    background-color: transparent;
    z-index: 201;
  }
  .page-qui-sommes-nous .part3 {
    margin-top: -200px;
  }
  .page-qui-sommes-nous .part3 .text {
    padding: 250px 60% 50px 50px;
    -webkit-clip-path: polygon(0 200px, 0 100%, 40% 100%, 100% 0);
            clip-path: polygon(0 200px, 0 100%, 40% 100%, 100% 0);
    z-index: 310;
  }
  .page-qui-sommes-nous .part3 .pic {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    -webkit-clip-path: polygon(0% 100%, 100% 0, 100% 100%);
            clip-path: polygon(0% 100%, 100% 0, 100% 100%);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 301;
  }
  .page-qui-sommes-nous .part3 .transparent {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 0 200px, 100% 0);
            clip-path: polygon(0 0, 0 200px, 100% 0);
    background-color: transparent;
    z-index: 301;
  }
  .page-infos-pratiques .container-3-colonnes-fixe .colonne-1 figure img {
    width: 150px;
  }
  .page-infos-pratiques .container-3-colonnes-fixe figure img {
    max-height: none;
    max-width: 100%;
  }
}
@media screen and (min-width: 68.75em) {
  .only-desktop {
    display: block !important;
  }
  .only-smartphone {
    display: none !important;
  }
  .only-tablet {
    display: none !important;
  }
  .no-desktop {
    display: none !important;
  }
  .no-tablet {
    display: block !important;
  }
  .no-smartphone {
    display: block !important;
  }
  .miki_editing .no-desktop {
    display: block !important;
  }
  th.no-tablet, td.no-tablet,
  th.no-smartphone, td.no-smartphone {
    display: table-cell !important;
  }
  .from-desktop {
    display: block !important;
  }
  .media_query_value {
    font-size: 6px;
  }
  html {
    margin-left: auto;
    margin-right: auto;
  }
  .menu_connexion {
    width: 100%;
    padding-bottom: 0px;
  }
  .menu_connexion ul {
    justify-content: flex-end;
    padding-right: 15px;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .template-accueil .menu_connexion ul {
    justify-content: flex-end;
    padding-top: 10px;
    padding-right: 10px;
    margin-top: 0;
  }
  .container-image-triangle .container--flex {
    display: flex;
  }
  .container-image-triangle--content .image-triangle-gauche {
    width: 50%;
    -webkit-clip-path: polygon(0 0, 100% 50%, 10% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 50%, 10% 100%, 0% 100%);
    height: auto;
  }
  .container-image-triangle--content .container-image-triangle--texte {
    width: 50%;
    padding-left: 80px;
    padding-right: 0;
  }
  .container-image-triangle--content .container-image-triangle--texte p, .container-image-triangle--content .container-image-triangle--texte .citation__text .citation__text__content, .citation__text .container-image-triangle--content .container-image-triangle--texte .citation__text__content {
    padding-right: 140px;
  }
  .container-image-triangle--content .container-image-triangle--texte .titre--souligne, .container-image-triangle--content .container-image-triangle--texte .template-page-interne-2 h1, .template-page-interne-2 .container-image-triangle--content .container-image-triangle--texte h1 {
    margin-top: 1em;
  }
  .container--toute--hauteur {
    height: calc(100% - 67px);
    overflow: hidden;
    min-height: inherit;
  }
  .container--colonne--formation {
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .container--colonne--formation .colonne--informations {
    width: 18%;
    margin-right: 5%;
    padding: 0;
  }
  .container--colonne--formation .colonne--informations .colonne--texte {
    height: calc(100% - 63px);
    padding: 0;
  }
  .container--colonne--formation .colonne--catalogue {
    width: 18%;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .container--colonne--formation .colonne--catalogue .colonne--bouton--info {
    height: calc(100% - 63px);
  }
  .container--colonne--formation .colonne--bouton {
    width: 54%;
    flex-wrap: wrap;
  }
  .container--colonne--formation .colonne--bouton .colonne--bouton--info {
    height: calc(100% - 63px);
    flex-wrap: wrap;
    width: 33.33%;
    transition: width 0.5s ease-in-out;
  }
  .template-page-formation .top--triangle .triangle--titre h1, .template-page-interne .top--triangle .triangle--titre h1 {
    margin-left: calc(9em - 80px);
    margin-right: calc(9em - 80px);
  }
  .page-liste-formations .recherche--formations {
    margin: 2em auto 5em auto;
  }
  .page-liste-formations .recherche--formations .trier, .page-liste-formations .recherche--formations .search-formation, .page-liste-formations .recherche--formations .search-form {
    width: 20%;
  }
  .page-liste-formations .recherche--formations .trier label {
    width: 30%;
  }
  .page-liste-formations .recherche--formations .trier select {
    width: 70%;
  }
  .page-liste-formations .liste-formations .formation .formation--info {
    padding: 15px 10px 15px 5em;
  }
  .page-liste-formations .liste-formations .formation .formation--info span {
    font-size: 30px;
  }
  .container--formations .fond-triangle--content .titre--fond--arrondi {
    margin-right: 0;
  }
  .container--formations .fond-triangle--content .container--liste-formations {
    padding: 0 0;
  }
  .template-page-interne-2 .container--fond-triangle-3 .fond-triangle .triangle-gauche {
    -webkit-clip-path: polygon(100% 50%, 0% 0%, 0 100%);
            clip-path: polygon(100% 50%, 0% 0%, 0 100%);
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
  }
  .template-page-interne-2 .container--fond-triangle-3 .fond-triangle .triangle-haut {
    display: block;
    -webkit-clip-path: polygon(0% 0%, 90% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 90% 100%, 100% 100%, 100% 0%);
  }
  .template-page-interne-2 .container--fond-triangle-3 .fond-triangle .triangle-bas {
    display: block;
    -webkit-clip-path: polygon(0% 100%, 46% 50%, 90% 100%);
            clip-path: polygon(0% 100%, 46% 50%, 90% 100%);
  }
  .template-page-interne-2 .fond-triangle {
    height: 100%;
    position: absolute;
  }
  .template-page-interne-2 .fond-triangle--content {
    max-width: 54%;
    padding: 50px 100px;
  }
  .template-page-interne-2 .fond-triangle--content .content__text {
    margin-right: 100px;
  }
  .container--calendrier .container--template-liste-calendrier .liste--calendrier .calendrier {
    width: 30%;
  }
  .container--formations {
    padding: 0 0;
  }
  .page-inscription .container--form-inscription {
    width: 35%;
  }
  .page-inscription .tab_content4 .container--form-inscription {
    width: 100%;
  }
  .page-inscription .container--confirmation {
    width: 55%;
  }
  .page-inscription .tab--inscription .titre--souligne, .page-inscription .tab--inscription .template-page-interne-2 h1, .template-page-interne-2 .page-inscription .tab--inscription h1 {
    text-align: left;
  }
  .page-creer-compte .fond-triangle--content,
  .page-demande-informations-formation .fond-triangle--content {
    width: 70%;
  }
  .page-event_details .formation--buttons {
    display: flex;
    justify-content: space-between;
  }
  .container--form__connexion {
    width: 70%;
  }
  .container--form__connexion .form__buttons_group {
    justify-content: flex-end;
  }
  header .header .logo {
    margin-bottom: -30px;
  }
  footer .footer--container {
    align-items: flex-end;
  }
  footer .footer--droite {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  footer .footer--logo {
    margin-right: 4em;
  }
  footer .footer--adresse {
    padding-left: calc(100vw - 1215px);
  }
  footer .footer--tel-ig, footer .footer--mail-fb {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  footer .footer--tel-ig > div {
    margin-right: 20px;
    width: auto;
  }
  footer .footer--mail-fb a {
    margin-right: 20px;
    width: auto;
  }
  footer .footer--tel {
    margin-bottom: 0;
  }
  .template-page-interne-2 .fond-triangle--content {
    margin-left: 400px;
    max-width: calc(100% - 400px);
    padding: 50px;
    background: rgba(255, 255, 255, 0.6);
  }
  .template-page-interne-2 .fond-triangle--content .content__text {
    margin-right: 100px;
  }
  .page-liste-formations .liste-formations .formation .formation--info span {
    font-size: 30px;
  }
  .page-qui-sommes-nous .part2 .pic {
    -o-object-position: -250px 50%;
       object-position: -250px 50%;
  }
  .cky-revisit-bottom-left {
    bottom: 136px !important;
  }
  .col-2 {
    flex-direction: row-reverse;
  }
  .col-2 .title,
  .col-2 .image {
    width: 40%;
  }
  .col-2 .title h2 {
    font-size: 2.2rem;
  }
  .col-2 .image {
    position: relative;
  }
  .col-2 .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .col-2 .text {
    width: 60%;
    padding: 120px 80px;
  }
  .col-2 .container--flex {
    flex-direction: row;
    justify-content: flex-start;
  }
  .col-2 .container--flex > *:not(:first-child) {
    margin-left: 20px;
  }
  .col-2--reversed {
    flex-direction: row;
  }
  .col-2--highlight {
    margin-top: 0px;
  }
  .col-2--highlight .graphics {
    height: 500px;
  }
  .col-2--highlight .graphics::before, .col-2--highlight .graphics::after {
    border-width: 5px;
  }
  .col-2--highlight .graphics.graphics-top svg {
    stroke: #95c11f;
  }
  .col-2--highlight .graphics.graphics-top::before, .col-2--highlight .graphics.graphics-top::after {
    border-color: #95c11f;
  }
  .col-2--highlight .graphics.graphics-bottom svg {
    stroke: #085180;
  }
  .col-2--highlight .graphics.graphics-bottom::before, .col-2--highlight .graphics.graphics-bottom::after {
    border-color: #085180;
  }
  .col-2--highlight .highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 40px;
    gap: 50px;
  }
  .col-2--highlight .highlights .highlight__item {
    height: 500px;
    max-width: 600px;
    width: 100%;
  }
  .col-2--highlight .highlights .highlight__item .triangle{
    height: 25%;
  }
  .col-2--highlight.col-2--video .highlights .highlight__item {
    padding: 0;
  }
  .miki_editing .col-2--highlight .highlight__item {
    height: auto;
  }
  .miki_editing .col-2--highlight .highlight__item figure:after {
    display: none;
  }
  .col-2--v2 {
    min-height: 500px;
  }
  .col-2--v2 .image, .col-2--v2 .text {
    width: 50%;
  }
  .col-2--v2 .graphics {
    height: 300px;
  }
  .col-2--v2 .graphics::before, .col-2--v2 .graphics::after {
    border-width: 3px;
  }
  .col-2--v2 .graphics.graphics-bottom svg {
    stroke: #95c11f;
  }
  .col-2--v2 .graphics.graphics-bottom::before, .col-2--v2 .graphics.graphics-bottom::after {
    border-color: #95c11f;
  }
  .volets .volets__list{
    min-height: 500px;
    flex-wrap: nowrap;
  }
  .volets .volets__item{
    width: 100%;
  }
}
@media screen and (min-width: 93.75em) {
  .media_query_value {
    font-size: 8px;
  }
  .template-page-interne-2 .fond-triangle--content {
    margin-left: 750px;
    max-width: calc(100% - 750px);
  }
  .col-2--highlight .highlights {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .col-2--highlight .highlights .highlight__item {
    height: 500px;
    max-width: 600px;
    width: 100%;
  }
  .col-2--highlight .highlights .highlight__item .triangle{
    height: 25%;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.z-0{
  z-index: 0;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-ml-px{
  margin-left: -1px;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-5{
  height: 1.25rem;
}
.max-h-full{
  max-height: 100%;
}
.w-5{
  width: 1.25rem;
}
.flex-1{
  flex: 1 1 0%;
}
.border-collapse{
  border-collapse: collapse;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.resize{
  resize: both;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-right{
  -o-object-position: right;
     object-position: right;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.text-center{
  text-align: center;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-5{
  line-height: 1.25rem;
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:z-10:focus{
  z-index: 10;
}
.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
}
@media (min-width: 1024px){
  .lg\:mr-24{
    margin-right: 6rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
}
@media (min-width: 1280px){
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
