/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "BarlowCondensed.css";
@import "BarlowSemiCondensed.css";
@import "FA/all.css";
@import "slick/slick.css";
@import "slick/slick-theme.css";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "AdventProMedium";
  src: url("../fonts/AdventPro/AdventPro-Medium.eot");
  src: url("../fonts/AdventPro/AdventPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AdventPro/AdventPro-Medium.woff2") format("woff2"), url("../fonts/AdventPro/AdventPro-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AdventProExtraLight";
  src: url("../fonts/AdventPro/AdventPro-ExtraLight.eot");
  src: url("../fonts/AdventPro/AdventPro-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/AdventPro/AdventPro-ExtraLight.woff2") format("woff2"), url("../fonts/AdventPro/AdventPro-ExtraLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AdventProRegular";
  src: url("../fonts/AdventPro/AdventPro-Regular.eot");
  src: url("../fonts/AdventPro/AdventPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AdventPro/AdventPro-Regular.woff2") format("woff2"), url("../fonts/AdventPro/AdventPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AdventProSemiBold";
  src: url("../fonts/AdventPro/AdventPro-SemiBold.eot");
  src: url("../fonts/AdventPro/AdventPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AdventPro/AdventPro-SemiBold.woff2") format("woff2"), url("../fonts/AdventPro/AdventPro-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AdventProBold";
  src: url("../fonts/AdventPro/AdventPro-Bold.eot");
  src: url("../fonts/AdventPro/AdventPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AdventPro/AdventPro-Bold.woff2") format("woff2"), url("../fonts/AdventPro/AdventPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AdventProLight";
  src: url("../fonts/AdventPro/AdventPro-Light.eot");
  src: url("../fonts/AdventPro/AdventPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AdventPro/AdventPro-Light.woff2") format("woff2"), url("../fonts/AdventPro/AdventPro-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AdventProThin";
  src: url("../fonts/AdventPro/AdventPro-Thin.eot");
  src: url("../fonts/AdventPro/AdventPro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/AdventPro/AdventPro-Thin.woff2") format("woff2"), url("../fonts/AdventPro/AdventPro-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowExtraLight";
  src: url("../fonts/Barlow/Barlow-ExtraLight.eot");
  src: url("../fonts/Barlow/Barlow-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-ExtraLight.woff2") format("woff2"), url("../fonts/Barlow/Barlow-ExtraLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowThin";
  src: url("../fonts/Barlow/Barlow-Thin.eot");
  src: url("../fonts/Barlow/Barlow-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-Thin.woff2") format("woff2"), url("../fonts/Barlow/Barlow-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiBold";
  src: url("../fonts/Barlow/Barlow-SemiBold.eot");
  src: url("../fonts/Barlow/Barlow-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow/Barlow-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowBoldItalic";
  src: url("../fonts/Barlow/Barlow-BoldItalic.eot");
  src: url("../fonts/Barlow/Barlow-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-BoldItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowExtraBoldItalic";
  src: url("../fonts/Barlow/Barlow-ExtraBoldItalic.eot");
  src: url("../fonts/Barlow/Barlow-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-ExtraBoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowMedium";
  src: url("../fonts/Barlow/Barlow-Medium.eot");
  src: url("../fonts/Barlow/Barlow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow/Barlow-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowMediumItalic";
  src: url("../fonts/Barlow/Barlow-MediumItalic.eot");
  src: url("../fonts/Barlow/Barlow-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-MediumItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-MediumItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowExtraLightItalic";
  src: url("../fonts/Barlow/Barlow-ExtraLightItalic.eot");
  src: url("../fonts/Barlow/Barlow-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-ExtraLightItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowExtraBold";
  src: url("../fonts/Barlow/Barlow-ExtraBold.eot");
  src: url("../fonts/Barlow/Barlow-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-ExtraBold.woff2") format("woff2"), url("../fonts/Barlow/Barlow-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowItalic";
  src: url("../fonts/Barlow/Barlow-Italic.eot");
  src: url("../fonts/Barlow/Barlow-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-Italic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowRegular";
  src: url("../fonts/Barlow/Barlow-Regular.eot");
  src: url("../fonts/Barlow/Barlow-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow/Barlow-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiBoldItalic";
  src: url("../fonts/Barlow/Barlow-SemiBoldItalic.eot");
  src: url("../fonts/Barlow/Barlow-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-SemiBoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowThinItalic";
  src: url("../fonts/Barlow/Barlow-ThinItalic.eot");
  src: url("../fonts/Barlow/Barlow-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-ThinItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-ThinItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowBlackItalic";
  src: url("../fonts/Barlow/Barlow-BlackItalic.eot");
  src: url("../fonts/Barlow/Barlow-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-BlackItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-BlackItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowBlack";
  src: url("../fonts/Barlow/Barlow-Black.eot");
  src: url("../fonts/Barlow/Barlow-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-Black.woff2") format("woff2"), url("../fonts/Barlow/Barlow-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowLightItalic";
  src: url("../fonts/Barlow/Barlow-LightItalic.eot");
  src: url("../fonts/Barlow/Barlow-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-LightItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-LightItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowBold";
  src: url("../fonts/Barlow/Barlow-Bold.eot");
  src: url("../fonts/Barlow/Barlow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-Bold.woff2") format("woff2"), url("../fonts/Barlow/Barlow-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowLight";
  src: url("../fonts/Barlow/Barlow-Light.eot");
  src: url("../fonts/Barlow/Barlow-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-Light.woff2") format("woff2"), url("../fonts/Barlow/Barlow-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

* {
  box-sizing: border-box;
  font-weight: normal;
}

.debug {
  display: none;
}

.zone_wrap {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1020px) {
  .zone_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

html {
  font: 20px/1.5 BarlowLight;
}

body {
  accent-color: red;
}

main {
  padding-top: 80px;
}

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

p {
  font: 20px/1.5 BarlowLight;
}
p strong {
  font: 20px/1.5 BarlowSemiBold;
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-position: inside;
}

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

header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  background: #000000;
  transition: all 0.36s ease-out;
  height: 80px;
}
header .zone_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
header .zone_wrap .logo a {
  display: block;
  width: 197px;
  height: 58px;
  overflow: hidden;
}
header .zone_wrap .logo a span {
  display: none;
}
header .zone_wrap .btn_menu, header .zone_wrap .btn_ferme_menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}
header .zone_wrap .btn_menu i, header .zone_wrap .btn_ferme_menu i {
  font-size: 30px;
  color: rgb(220, 30, 40);
}
header .zone_wrap .btn_menu span, header .zone_wrap .btn_ferme_menu span {
  display: none;
}
header .zone_wrap .btn_menu.active, header .zone_wrap .btn_ferme_menu.active {
  display: block;
}
header .zone_wrap .btn_menu.active i, header .zone_wrap .btn_ferme_menu.active i {
  content: "\f00d";
}
header .zone_wrap .nav_sociale ul {
  display: flex;
  align-items: center;
}
header .zone_wrap .nav_sociale ul li {
  list-style: none;
}
header .zone_wrap .nav_sociale ul li a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
}
header .zone_wrap .nav_sociale ul li a i {
  font-size: 20px;
}
header .zone_wrap .nav_sociale ul li a span {
  display: none;
}
header .zone_wrap .nav_sociale ul li a.forums {
  width: auto;
}
header .zone_wrap .nav_sociale ul li.recherche {
  margin-left: 15px;
}
header .zone_wrap .nav_sociale ul li.recherche a {
  color: rgb(220, 30, 40);
}
header .zone_wrap .nav_sociale.mobile {
  display: none;
}
@media (max-width: 580px) {
  header .zone_wrap .nav_sociale.mobile {
    display: block;
  }
}
@media (max-width: 580px) {
  header .zone_wrap .nav_sociale {
    display: none;
  }
}

.navigation_pages {
  background: rgb(255, 255, 255);
  position: absolute;
  z-index: 100;
  top: -1140px;
  left: 0;
  width: 100%;
  border-bottom: solid 1px rgb(0, 0, 0);
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: top 0.6s ease-out;
}
.navigation_pages.active {
  top: 80px;
}
.navigation_pages .zone_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation_pages .zone_wrap .nav_bulles {
  flex: 0 0 fit-content;
  padding: 0 30px;
  justify-self: flex-end;
  text-align: center;
}
.navigation_pages .zone_wrap .nav_bulles p {
  margin-bottom: 0;
}
.navigation_pages .zone_wrap .nav_bulles a {
  display: block;
  align-items: center;
  gap: 15px;
  font: 22px/1.2 BarlowCondensedRegular;
  white-space: nowrap;
  color: rgb(0, 0, 0);
  text-decoration: none;
  position: relative;
  margin-bottom: 10px;
  height: 100%;
  text-align: left;
}
.navigation_pages .zone_wrap .nav_bulles a img {
  width: 90px;
  margin-bottom: 15px;
}
.navigation_pages .zone_wrap .nav_bulles a span {
  display: block;
}
.navigation_pages .zone_wrap .nav_activites {
  padding: 30px;
  flex: 0 0 fit-content;
  border-left: solid 1px rgb(0, 0, 0);
  border-right: solid 1px rgb(0, 0, 0);
}
.navigation_pages .zone_wrap .nav_activites li {
  list-style: none;
}
.navigation_pages .zone_wrap .nav_activites li:first-child {
  padding-top: 12px;
}
.navigation_pages .zone_wrap .nav_activites li a {
  display: flex;
  align-items: center;
  font: 20px/1 BarlowCondensedRegular;
  white-space: nowrap;
  color: rgb(0, 0, 0);
  text-decoration: none;
  position: relative;
  margin-bottom: 10px;
}
.navigation_pages .zone_wrap .nav_activites li a:before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.navigation_pages .zone_wrap .nav_activites li a.activite_609:before {
  background: transparent url("../../images/menu-principal/menu-pictos-sprite.svg") 0 0 no-repeat;
  background-size: 100%;
}
.navigation_pages .zone_wrap .nav_activites li a.activite_610:before {
  background: transparent url("../../images/menu-principal/menu-pictos-sprite.svg") 0 -40px no-repeat;
  background-size: 100%;
}
.navigation_pages .zone_wrap .nav_activites li a.activite_611:before {
  background: transparent url("../../images/menu-principal/menu-pictos-sprite.svg") 0 -80px no-repeat;
  background-size: 100%;
}
.navigation_pages .zone_wrap .nav_activites li a.activite_612:before {
  background: transparent url("../../images/menu-principal/menu-pictos-sprite.svg") 0 -120px no-repeat;
  background-size: 100%;
}
.navigation_pages .zone_wrap .nav_activites li a.activite_613:before {
  background: transparent url("../../images/menu-principal/menu-pictos-sprite.svg") 0 -160px no-repeat;
  background-size: 100%;
}
.navigation_pages .zone_wrap .nav_sociale {
  display: none;
  width: 100%;
}
.navigation_pages .zone_wrap .nav_sociale ul {
  display: flex;
  align-items: center;
}
.navigation_pages .zone_wrap .nav_sociale ul li {
  list-style: none;
}
.navigation_pages .zone_wrap .nav_sociale ul li a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
}
.navigation_pages .zone_wrap .nav_sociale ul li a i {
  font-size: 20px;
}
.navigation_pages .zone_wrap .nav_sociale ul li a span {
  display: none;
}
.navigation_pages .zone_wrap .nav_sociale ul li a.forums {
  width: auto;
}
.navigation_pages .zone_wrap .nav_theatre {
  padding: 30px;
  flex: 0 0 fit-content;
  max-width: 300px;
  order: 1;
}
.navigation_pages .zone_wrap .nav_theatre .titre {
  margin: 0;
  font: 20px/1.5 BarlowCondensedBold;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.navigation_pages .zone_wrap .nav_theatre ul li {
  list-style: none;
}
.navigation_pages .zone_wrap .nav_theatre ul li a {
  font: 20px/1.5 BarlowCondensedRegular;
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.navigation_pages .zone_wrap .nav_evenements {
  background: rgb(240, 240, 240);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 300px;
  max-width: 350px;
}
.navigation_pages .zone_wrap .nav_evenements:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 500px;
  height: 100%;
  content: "";
  background: rgb(240, 240, 240);
}
.navigation_pages .zone_wrap .nav_evenements a {
  margin: 10px;
}
.navigation_pages .zone_wrap .nav_evenements a img {
  border: rgb(0, 0, 0) solid 1px;
}
@media (max-width: 880px) {
  .navigation_pages .zone_wrap {
    flex-wrap: wrap;
  }
  .navigation_pages .zone_wrap .nav_bulles {
    order: 1;
  }
  .navigation_pages .zone_wrap .nav_activites {
    flex: 0 0 50%;
    max-width: none;
    order: 2;
    border: none;
  }
  .navigation_pages .zone_wrap .nav_theatre {
    order: 3;
    flex: 1 1 50%;
    max-width: none;
    border-left: solid 1px rgb(0, 0, 0);
  }
  .navigation_pages .zone_wrap .nav_evenements {
    max-width: none;
    flex: 0 0 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: solid 1px rgb(0, 0, 0);
    padding: 20px 0;
  }
  .navigation_pages .zone_wrap .nav_evenements:before {
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 100%;
    content: "";
    background: rgb(240, 240, 240);
    border-top: solid 1px rgb(0, 0, 0);
  }
  .navigation_pages .zone_wrap .nav_evenements:after {
    border-top: solid 1px rgb(0, 0, 0);
  }
  .navigation_pages .zone_wrap .nav_sociale.mobile ul li.recherche {
    margin-left: 15px;
  }
  .navigation_pages .zone_wrap .nav_sociale.mobile ul li.recherche a {
    color: rgb(220, 30, 40);
  }
}
@media (max-width: 630px) {
  .navigation_pages .zone_wrap {
    flex-wrap: wrap;
  }
  .navigation_pages .zone_wrap .nav_bulles {
    justify-self: center;
    text-align: center;
    order: 1;
    margin: 30px auto 0;
  }
  .navigation_pages .zone_wrap .nav_bulles span {
    text-align: left;
  }
  .navigation_pages .zone_wrap .nav_activites {
    flex: 0 0 300px;
    max-width: none;
    margin: auto;
    order: 2;
  }
  .navigation_pages .zone_wrap .nav_sociale {
    background: rgb(0, 0, 0);
    display: block;
    text-align: center;
    order: 4;
  }
  .navigation_pages .zone_wrap .nav_sociale ul {
    width: fit-content;
    margin: auto;
  }
  .navigation_pages .zone_wrap .nav_theatre {
    flex: 0 0 300px;
    max-width: 300px;
    margin: auto;
    border: none;
    order: 3;
  }
  .navigation_pages .zone_wrap .nav_theatre ul li {
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px rgb(0, 0, 0);
  }
  .navigation_pages .zone_wrap .nav_evenements {
    flex: 0 0 300px;
    margin: auto;
    min-height: 60px;
    display: block;
  }
  .navigation_pages .zone_wrap .nav_evenements a {
    display: block;
    width: 300px;
    margin: 0 0 20px;
  }
  .navigation_pages .zone_wrap .nav_evenements a img {
    width: 300px;
    object-fit: cover;
  }
  .navigation_pages .zone_wrap .nav_evenements:before {
    position: absolute;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100%;
    content: "";
    background: rgb(240, 240, 240);
    border-top: solid 1px rgb(0, 0, 0);
  }
  .navigation_pages .zone_wrap .nav_evenements:after {
    border-top: solid 1px rgb(0, 0, 0);
  }
}

#page_accueil header {
  border-bottom: solid 5px rgb(255, 255, 255);
}
#page_accueil main h1 {
  text-indent: -9999px;
  height: 0;
  width: 0;
}
#page_accueil main .zone_alaune {
  overflow: hidden;
  padding: 0;
}
#page_accueil main .zone_alaune .zone_wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
#page_accueil main .zone_alaune .zone_wrap .image img {
  height: 200px;
  width: auto;
}
#page_accueil main .zone_alaune .zone_wrap .textes {
  width: fit-content;
}
#page_accueil main .zone_alaune .zone_wrap .textes h2 {
  font: 50px/1 AdventProSemiBold;
  text-transform: uppercase;
  color: rgb(220, 30, 40);
  background: rgb(255, 255, 255);
  margin: auto 0 0;
}
#page_accueil main .zone_alaune .zone_wrap .textes h2 sup {
  font-size: 15px;
  position: relative;
  top: -20px;
}
#page_accueil main .zone_alaune .zone_wrap .textes p {
  position: relative;
  font: 30px/1 BarlowCondensedRegular;
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  margin: 0 0 auto;
}
#page_accueil main .zone_alaune .zone_wrap .textes p a span {
  display: none;
}
#page_accueil main .zone_alaune .zone_wrap .textes p a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media (max-width: 768px) {
  #page_accueil main .zone_alaune .zone_wrap {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
#page_accueil main .zone_informations {
  display: grid;
  grid-gap: 5px;
}
#page_accueil main .zone_informations .zone_info {
  min-height: 300px;
}
#page_accueil main .zone_informations.infos1 {
  grid-template-columns: 65% 1fr;
  border-bottom: solid 5px rgb(255, 255, 255);
}
@media (max-width: 768px) {
  #page_accueil main .zone_informations.infos1 {
    border-bottom: none;
  }
}
#page_accueil main .zone_informations.infos1 .zone_agenda {
  order: 1;
  background: #02e2e2;
  min-height: 75vh;
  height: 100%;
}
#page_accueil main .zone_informations.infos1 .zone_agenda .chk_agenda {
  width: 100%;
  height: 100%;
  position: relative;
  background: center no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 20px 60px;
}
#page_accueil main .zone_informations.infos1 .zone_agenda .chk_agenda:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.6) 100%);
  background-size: 10px 10px;
  pointer-events: none;
}
#page_accueil main .zone_informations.infos1 .zone_agenda .chk_agenda .titre {
  position: relative;
  z-index: 10;
  font: 100px/1 AdventProLight;
  font-size: calc(48px + 52 * (100vw - 400px) / 600);
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin: 0 auto 10px;
}
@media (max-width: 400px) {
  #page_accueil main .zone_informations.infos1 .zone_agenda .chk_agenda .titre {
    font-size: 48px;
  }
}
@media (min-width: 1000px) {
  #page_accueil main .zone_informations.infos1 .zone_agenda .chk_agenda .titre {
    font-size: 100px;
  }
}
#page_accueil main .zone_informations.infos1 .zone_agenda .chk_agenda .soustitre {
  position: relative;
  z-index: 10;
  font: 20px/1.2 BarlowBold;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin: 0;
}
#page_accueil main .zone_informations.infos1 .zone_agenda .chk_agenda a {
  z-index: 10;
  color: rgb(255, 255, 255);
  margin: 0;
}
#page_accueil main .zone_informations.infos1 .zone_agenda .chk_agenda a span {
  display: none;
}
#page_accueil main .zone_informations.infos1 .zone_agenda .chk_agenda a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#page_accueil main .zone_informations.infos1 .zone_laterale {
  order: 2;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  grid-template-rows: 50%;
  max-height: 100%;
  position: relative;
}
#page_accueil main .zone_informations.infos1 .zone_laterale .a {
  order: 2;
  height: 100%;
  min-height: 300px;
}
#page_accueil main .zone_informations.infos1 .zone_laterale .b {
  order: 3;
  height: 100%;
  min-height: 300px;
}
#page_accueil main .zone_informations.infos2 {
  grid-template-columns: 50% 50%;
  border-bottom: solid 5px rgb(255, 255, 255);
  min-height: 440px;
}
#page_accueil main .zone_informations .zone_info.c {
  order: 4;
}
#page_accueil main .zone_informations .zone_info.d {
  order: 5;
}
#page_accueil main .zone_informations .chk_evenement_accueil {
  width: 100%;
  height: 100%;
  position: relative;
  background: center no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding: 20px 20px 60px;
}
#page_accueil main .zone_informations .chk_evenement_accueil:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  background-size: 10px 10px;
  pointer-events: none;
}
#page_accueil main .zone_informations .chk_evenement_accueil .titre {
  position: relative;
  z-index: 10;
  font: 50px/1 AdventProLight;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin: 0 auto 10px;
  text-shadow: 0 0 6px rgb(0, 0, 0);
}
#page_accueil main .zone_informations .chk_evenement_accueil .soustitre {
  position: relative;
  z-index: 10;
  font: 20px/1.2 BarlowBold;
  font-size: calc(18px + 2 * (100vw - 400px) / 600);
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin: 0;
  text-shadow: 0 0 6px rgb(0, 0, 0);
}
@media (max-width: 400px) {
  #page_accueil main .zone_informations .chk_evenement_accueil .soustitre {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  #page_accueil main .zone_informations .chk_evenement_accueil .soustitre {
    font-size: 20px;
  }
}
#page_accueil main .zone_informations .chk_evenement_accueil a {
  z-index: 10;
  color: rgb(255, 255, 255);
  margin: 0;
}
#page_accueil main .zone_informations .chk_evenement_accueil a span {
  display: none;
}
#page_accueil main .zone_informations .chk_evenement_accueil a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#page_accueil main .zone_informations .a .chk_evenement_accueil .titre {
  font-size: calc(40px + 10 * (100vw - 960px) / 40);
}
@media (max-width: 960px) {
  #page_accueil main .zone_informations .a .chk_evenement_accueil .titre {
    font-size: 40px;
  }
}
@media (min-width: 1000px) {
  #page_accueil main .zone_informations .a .chk_evenement_accueil .titre {
    font-size: 50px;
  }
}
#page_accueil main .zone_informations .b .chk_evenement_accueil .titre {
  font-size: calc(36px + 14 * (100vw - 960px) / 40);
}
@media (max-width: 960px) {
  #page_accueil main .zone_informations .b .chk_evenement_accueil .titre {
    font-size: 36px;
  }
}
@media (min-width: 1000px) {
  #page_accueil main .zone_informations .b .chk_evenement_accueil .titre {
    font-size: 50px;
  }
}
@media (max-width: 960px) {
  #page_accueil main .zone_informations .zone_info {
    max-height: 100%;
  }
  #page_accueil main .zone_informations.infos1 {
    grid-template-columns: 1fr;
  }
  #page_accueil main .zone_informations.infos1 .zone_laterale {
    grid-template-columns: 50% 50%;
    height: 300px;
  }
  #page_accueil main .zone_informations.infos1 .zone_laterale .b {
    border: none;
  }
  #page_accueil main .zone_informations.infos2 {
    height: 300px;
    min-height: auto;
    border-bottom: solid 5px rgb(255, 255, 255);
  }
}
@media (max-width: 768px) {
  #page_accueil main .zone_informations {
    display: block;
  }
  #page_accueil main .zone_informations .zone_info {
    border: none !important;
  }
  #page_accueil main .zone_informations.infos1 .zone_agenda {
    min-height: auto;
    border-bottom: solid 5px rgb(255, 255, 255);
  }
  #page_accueil main .zone_informations.infos1 .zone_agenda .chk_agenda {
    min-height: 360px;
  }
  #page_accueil main .zone_informations.infos1 .zone_laterale {
    height: auto;
    display: block;
  }
  #page_accueil main .zone_informations.infos1 .zone_laterale > * {
    min-height: 300px;
  }
  #page_accueil main .zone_informations.infos2 {
    display: block;
    height: auto;
    border: none;
  }
  #page_accueil main .zone_informations .chk_evenement_accueil {
    max-height: none;
    height: 300px;
    min-height: 300px;
    border-bottom: solid 5px rgb(255, 255, 255);
  }
}

#page_bulles .zone_chapo {
  padding: 30px 0;
}
#page_bulles .zone_chapo .zone_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 50px;
}
#page_bulles .zone_chapo .zone_wrap .image {
  width: 150px;
  height: auto;
}
#page_bulles .zone_chapo .zone_wrap h1 {
  font: 60px/1 AdventProSemiBold;
  font-size: calc(30px + 30 * (100vw - 400px) / 600);
  text-transform: uppercase;
  color: rgb(220, 30, 40);
}
@media (max-width: 400px) {
  #page_bulles .zone_chapo .zone_wrap h1 {
    font-size: 30px;
  }
}
@media (min-width: 1000px) {
  #page_bulles .zone_chapo .zone_wrap h1 {
    font-size: 60px;
  }
}
#page_bulles .zone_chapo .zone_wrap sup {
  font-size: 20px;
  position: relative;
  top: -25px;
}
#page_bulles .zone_chapo .zone_wrap p {
  font: 20px/1.5 BarlowCondensedRegular;
  margin: 0;
}
#page_bulles .zone_chapo .zone_wrap button {
  font: 20px/1.5 BarlowCondensedBold;
  background: transparent;
  border: none;
  color: rgb(0, 0, 0);
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 720px) {
  #page_bulles .zone_chapo .zone_wrap .image {
    width: 300px;
    margin: 30px auto 0;
  }
  #page_bulles .zone_chapo .zone_wrap h1 {
    margin-top: 0;
  }
}
#page_bulles .zone_presentation {
  margin-bottom: 60px;
}
#page_bulles .les_bulles .une_bulle {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
  align-content: center;
  margin-bottom: 60px;
  position: relative;
}
#page_bulles .les_bulles .une_bulle .zone_image {
  position: relative;
  text-align: right;
  width: 330px;
  height: 330px;
  flex: 330px 0 0;
  border-radius: 50%;
  justify-self: flex-end;
}
#page_bulles .les_bulles .une_bulle .zone_image img {
  border: 1px solid rgb(220, 30, 40);
  width: 330px;
  border-radius: 50%;
  height: 330px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
#page_bulles .les_bulles .une_bulle .zone_image .ombre {
  margin-top: 10px;
  left: 0;
  opacity: 0.24;
  width: 330px;
  height: 30px;
  filter: blur(6px);
  background: radial-gradient(black, rgba(255, 255, 255, 0) 72%);
  border-radius: 50%;
}
#page_bulles .les_bulles .une_bulle .ball {
  margin: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 70%);
  filter: blur(15px);
  position: absolute;
  z-index: 10;
  bottom: 1.2%;
  left: 1%;
  opacity: 1;
  height: 100%;
  width: 96%;
}
#page_bulles .les_bulles .une_bulle .ball:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5%;
  left: 10%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 14%, rgba(255, 255, 255, 0) 24%);
  transform: translateX(-80px) translateY(-90px) skewX(-20deg);
  filter: blur(21px);
}
#page_bulles .les_bulles .une_bulle .zone_textes h2 {
  font: 30px/1 AdventProBold;
  color: rgb(160, 0, 0);
}
#page_bulles .les_bulles .une_bulle .zone_textes p {
  margin-bottom: 6px;
}
#page_bulles .les_bulles .une_bulle .zone_textes .lien {
  margin-top: 0;
}
#page_bulles .les_bulles .une_bulle .zone_textes .lien a {
  font: 20px/1.5 BarlowSemiCondensedBold;
  color: rgb(70, 95, 105);
}
#page_bulles .les_bulles .une_bulle .zone_textes .lien a i {
  color: rgb(160, 0, 0);
}
#page_bulles .les_bulles .une_bulle .zone_textes .lien a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#page_bulles .les_bulles .une_bulle:nth-child(2n) {
  text-align: right;
}
#page_bulles .les_bulles .une_bulle:nth-child(2n) .zone_image {
  order: 2;
  text-align: left;
  justify-self: flex-start;
}
#page_bulles .les_bulles .une_bulle:nth-child(2n) .zone_textes {
  order: 1;
}
@media (max-width: 780px) {
  #page_bulles .les_bulles .une_bulle {
    flex-wrap: wrap;
  }
  #page_bulles .les_bulles .une_bulle .zone_image {
    width: 180px;
    height: 180px;
    text-align: center;
  }
  #page_bulles .les_bulles .une_bulle .zone_image img {
    width: 180px;
    height: 180px;
    text-align: center;
  }
  #page_bulles .les_bulles .une_bulle .zone_image .ombre {
    scale: 0.75;
  }
  #page_bulles .les_bulles .une_bulle:nth-child(2n) {
    text-align: left;
  }
  #page_bulles .les_bulles .une_bulle:nth-child(2n) .zone_image {
    order: 1;
    text-align: center;
    justify-self: flex-start;
  }
  #page_bulles .les_bulles .une_bulle:nth-child(2n) .zone_textes {
    order: 2;
  }
}

#page_activite main .zone_chapo,
#page_bulle main .zone_chapo {
  padding: 30px 0;
}
#page_activite main .zone_chapo .zone_wrap,
#page_bulle main .zone_chapo .zone_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 50px;
}
#page_activite main .zone_chapo .zone_wrap h1,
#page_bulle main .zone_chapo .zone_wrap h1 {
  font: 60px/1 AdventProSemiBold;
  font-size: calc(30px + 30 * (100vw - 400px) / 600);
  text-transform: uppercase;
  color: rgb(220, 30, 40);
}
@media (max-width: 400px) {
  #page_activite main .zone_chapo .zone_wrap h1,
  #page_bulle main .zone_chapo .zone_wrap h1 {
    font-size: 30px;
  }
}
@media (min-width: 1000px) {
  #page_activite main .zone_chapo .zone_wrap h1,
  #page_bulle main .zone_chapo .zone_wrap h1 {
    font-size: 60px;
  }
}
#page_activite main .zone_chapo .zone_wrap sup,
#page_bulle main .zone_chapo .zone_wrap sup {
  font-size: 20px;
  position: relative;
  top: -25px;
}
#page_activite main .zone_chapo .zone_wrap p,
#page_bulle main .zone_chapo .zone_wrap p {
  font: 20px/1.5 BarlowCondensedRegular;
  margin: 0;
}
#page_activite main .zone_chapo .zone_wrap button,
#page_bulle main .zone_chapo .zone_wrap button {
  font: 20px/1.5 BarlowCondensedBold;
  background: transparent;
  border: none;
  color: rgb(0, 0, 0);
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 720px) {
  #page_activite main .zone_chapo .zone_wrap .image,
  #page_bulle main .zone_chapo .zone_wrap .image {
    width: 300px;
    margin: 30px auto 0;
  }
  #page_activite main .zone_chapo .zone_wrap h1,
  #page_bulle main .zone_chapo .zone_wrap h1 {
    margin-top: 0;
  }
}
#page_activite main .zone_texte_complet,
#page_bulle main .zone_texte_complet {
  display: none;
}
#page_activite main .zone_texte_complet .zone_wrap,
#page_bulle main .zone_texte_complet .zone_wrap {
  display: grid;
  grid-template-columns: 1fr;
}
#page_activite main .zone_texte_complet .btn_voir_evenements,
#page_bulle main .zone_texte_complet .btn_voir_evenements {
  width: 300px;
  height: 50px;
  border: none;
  background: rgb(160, 0, 0);
  color: rgb(255, 255, 255);
  font: 20px/1 BarlowBold;
  text-transform: uppercase;
  text-align: center;
  margin: 50px auto;
  cursor: pointer;
}
#page_activite main .zone_texte_complet.active,
#page_bulle main .zone_texte_complet.active {
  display: block;
}
#page_activite main .zone_evenements,
#page_bulle main .zone_evenements {
  display: none;
}
#page_activite main .zone_evenements.active,
#page_bulle main .zone_evenements.active {
  display: block;
}
#page_activite main .zone_evenements .liste_evenements,
#page_bulle main .zone_evenements .liste_evenements {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}
#page_activite main .zone_evenements .liste_evenements .chk_un_evenement_liste,
#page_bulle main .zone_evenements .liste_evenements .chk_un_evenement_liste {
  width: 300px;
  flex: 0 0 300px;
  margin: 0 auto 30px;
}
#page_activite main .zone_evenements .liste_evenements .chk_un_evenement_liste img,
#page_bulle main .zone_evenements .liste_evenements .chk_un_evenement_liste img {
  width: 300px;
  height: 200px;
  background: rgb(230, 230, 230);
}
#page_activite main .zone_evenements .liste_evenements .chk_un_evenement_liste .actu_infos,
#page_bulle main .zone_evenements .liste_evenements .chk_un_evenement_liste .actu_infos {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
}
#page_activite main .zone_evenements .liste_evenements .chk_un_evenement_liste .actu_infos .actu_type,
#page_bulle main .zone_evenements .liste_evenements .chk_un_evenement_liste .actu_infos .actu_type {
  font: 15px/1 BarlowBold;
  text-transform: uppercase;
  color: rgb(70, 95, 105);
  margin: 0;
}
#page_activite main .zone_evenements .liste_evenements .chk_un_evenement_liste .actu_infos .actu_date,
#page_bulle main .zone_evenements .liste_evenements .chk_un_evenement_liste .actu_infos .actu_date {
  font: 15px/1 BarlowBold;
  text-transform: uppercase;
  color: rgb(160, 0, 0);
  margin: 0;
}
#page_activite main .zone_evenements .liste_evenements .chk_un_evenement_liste .actu_titre,
#page_bulle main .zone_evenements .liste_evenements .chk_un_evenement_liste .actu_titre {
  margin: 0;
  font: 30px/1 AdventProBold;
  text-transform: uppercase;
  border-top: solid 1px rgb(170, 200, 210);
  border-bottom: solid 1px rgb(170, 200, 210);
  padding: 6px 0;
}
#page_activite main .zone_evenements .liste_evenements .chk_un_evenement_liste .actu_texte,
#page_bulle main .zone_evenements .liste_evenements .chk_un_evenement_liste .actu_texte {
  font: 20px/1 BarlowCondensedRegular;
  border-bottom: solid 1px rgb(170, 200, 210);
  padding: 6px 0;
  margin: 0;
}
#page_activite main .zone_evenements .liste_evenements .chk_un_evenement_liste .actu_texte .categorie,
#page_bulle main .zone_evenements .liste_evenements .chk_un_evenement_liste .actu_texte .categorie {
  font: 15px/20px BarlowSemiBold;
  text-transform: uppercase;
  color: rgb(160, 0, 0);
}

#page_evenement .navigation_spectacle {
  height: 35px;
  border-top: solid 5px rgb(255, 255, 255);
  background: rgb(70, 95, 105);
  color: rgb(255, 255, 255);
}
#page_evenement .navigation_spectacle .zone_wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page_evenement .navigation_spectacle .zone_wrap .btn_spectacle_precedent,
#page_evenement .navigation_spectacle .zone_wrap .btn_spectacle_suivant {
  font: 20px/1 BarlowSemiCondensedRegular;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
#page_evenement .navigation_spectacle .zone_wrap .btn_spectacle_precedent span,
#page_evenement .navigation_spectacle .zone_wrap .btn_spectacle_suivant span {
  margin: 6px;
}
@media (max-width: 540px) {
  #page_evenement .navigation_spectacle .zone_wrap .btn_spectacle_precedent span,
  #page_evenement .navigation_spectacle .zone_wrap .btn_spectacle_suivant span {
    display: none;
  }
}
#page_evenement .zone_titre {
  padding-block: 30px;
  display: flex;
  justify-content: space-between;
}
#page_evenement .zone_titre h1 {
  margin: 0;
  font: 60px/1 AdventProBold;
  font-size: calc(36px + 24 * (100vw - 400px) / 600);
  text-transform: uppercase;
  padding-right: 60px;
}
@media (max-width: 400px) {
  #page_evenement .zone_titre h1 {
    font-size: 36px;
  }
}
@media (min-width: 1000px) {
  #page_evenement .zone_titre h1 {
    font-size: 60px;
  }
}
#page_evenement .zone_titre #bt_retour_saison i {
  font-size: 50px;
  color: rgb(160, 0, 0);
}
#page_evenement .zone_infos_spectacle {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 10px;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 30px;
}
#page_evenement .zone_infos_spectacle .colonne {
  width: 300px;
  margin: 0 auto;
}
#page_evenement .zone_infos_spectacle #infos_col1 {
  justify-self: flex-start;
}
#page_evenement .zone_infos_spectacle #infos_col2 .une_date {
  border-bottom: solid 1px rgb(170, 200, 210);
  padding: 5px 0;
  font: 20px/1 BarlowSemiCondensedBold;
  text-transform: uppercase;
  color: rgb(160, 0, 0);
}
#page_evenement .zone_infos_spectacle #infos_col2 .une_date:first-child {
  border-top: solid 1px rgb(170, 200, 210);
}
#page_evenement .zone_infos_spectacle ul li {
  list-style: none;
  font: 20px/1 BarlowRegular;
  border-bottom: solid 1px rgb(170, 200, 210);
  padding: 5px 0;
}
#page_evenement .zone_infos_spectacle ul li:first-child {
  border-top: solid 1px rgb(170, 200, 210);
}
#page_evenement .zone_infos_spectacle ul li.categorie {
  font: 20px/1 BarlowSemiBold;
  text-transform: uppercase;
  color: rgb(160, 0, 0);
}
@media (max-width: 960px) {
  #page_evenement .zone_infos_spectacle #infos_col1 ul li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 670px) {
  #page_evenement .zone_infos_spectacle {
    grid-template-columns: 1fr;
  }
  #page_evenement .zone_infos_spectacle .colonne {
    width: 100%;
  }
  #page_evenement .zone_infos_spectacle #infos_col2 {
    order: 3;
  }
  #page_evenement .zone_infos_spectacle #infos_col3 {
    order: 2;
  }
  #page_evenement .zone_infos_spectacle #infos_col3 ul li:last-child {
    border-bottom: none;
  }
}
#page_evenement #zone_diaporama_spectacle .diaporama_spectacle .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page_evenement .zone_spectacle_descriptif {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 50px;
}
@media (max-width: 800px) {
  #page_evenement .zone_spectacle_descriptif {
    grid-gap: 0;
  }
}
#page_evenement .zone_spectacle_descriptif .principal {
  padding-bottom: 50px;
}
@media (max-width: 800px) {
  #page_evenement .zone_spectacle_descriptif .principal {
    padding-bottom: 0;
  }
}
#page_evenement .zone_spectacle_descriptif .principal .descriptif h3 {
  margin: 0 0 30px;
}
#page_evenement .zone_spectacle_descriptif .principal .descriptif p {
  font: 20px/1.5 BarlowLight;
  margin: 0 0 20px;
}
#page_evenement .zone_spectacle_descriptif .principal .descriptif p strong {
  font: 20px/1.5 BarlowSemiBold;
}
#page_evenement .zone_spectacle_descriptif .principal .descriptif p a {
  color: rgb(100, 140, 155);
}
#page_evenement .zone_spectacle_descriptif .principal .liens {
  border-top: solid 1px rgb(170, 200, 210);
  border-bottom: solid 1px rgb(170, 200, 210);
  padding: 20px 0;
}
#page_evenement .zone_spectacle_descriptif .principal .liens h2 {
  font: 20px/1.5 BarlowSemiCondensedBold;
  color: rgb(70, 95, 105);
}
#page_evenement .zone_spectacle_descriptif .principal .liens ul li {
  list-style: none;
}
#page_evenement .zone_spectacle_descriptif .principal .liens ul li a {
  font: 20px/1.5 BarlowRegular;
  color: rgb(70, 95, 105);
  text-transform: none;
}
#page_evenement .zone_spectacle_descriptif .principal .liens ul li a i {
  margin-right: 6px;
}
#page_evenement .zone_spectacle_descriptif .principal .zone_autour_spectacle {
  background: rgb(70, 95, 105);
  padding: 30px;
}
#page_evenement .zone_spectacle_descriptif .principal .zone_autour_spectacle h2 {
  font: 30px/1 AdventProBold;
  color: rgb(170, 200, 210);
  text-align: center;
}
#page_evenement .zone_spectacle_descriptif .principal .zone_autour_spectacle a {
  font: 20px/1.5 BarlowSemiBold;
  color: rgb(255, 255, 255);
}
#page_evenement .zone_spectacle_descriptif .principal .zone_autour_spectacle .texte {
  font: 20px/1.5 BarlowLight;
  color: rgb(255, 255, 255);
}
#page_evenement .zone_spectacle_descriptif .principal .zone_autour_spectacle .texte a {
  color: rgb(170, 200, 210);
}
#page_evenement .zone_spectacle_descriptif .colonne_droite .distribution p {
  font: 18px/1.5 BarlowSemiCondensedMedium;
  margin: 0;
}
#page_evenement .zone_spectacle_descriptif .colonne_droite .distribution p a {
  color: rgb(100, 140, 155);
}
#page_evenement .zone_spectacle_descriptif .colonne_droite .distribution strong {
  font: 18px/1.5 BarlowSemiCondensedBold;
}
#page_evenement .zone_spectacle_descriptif .colonne_droite .distribution strong a {
  color: rgb(100, 140, 155);
}
#page_evenement .zone_spectacle_descriptif .colonne_droite .infos_complementaires {
  font: 15px/1.5 BarlowSemiCondensedRegular;
  margin-top: 30px;
  border-top: solid 1px rgb(170, 200, 210);
  padding-top: 30px;
}
#page_evenement .zone_spectacle_descriptif .colonne_droite .infos_complementaires a {
  color: rgb(100, 140, 155);
}
#page_evenement .zone_spectacle_descriptif .colonne_droite .partenaires {
  margin-top: 30px;
  border-top: solid 1px rgb(170, 200, 210);
  padding-top: 30px;
  text-align: center;
}
#page_evenement .zone_spectacle_descriptif .colonne_droite .partenaires a {
  color: rgb(100, 140, 155);
}
#page_evenement .zone_spectacle_descriptif .colonne_droite .acheter {
  background: rgb(70, 95, 105);
  color: rgb(255, 255, 255);
  font: 20px/1 BarlowBold;
  text-align: center;
  text-transform: uppercase;
  width: 300px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_evenement .zone_spectacle_descriptif .colonne_droite .forum {
  margin: 30px auto;
}
#page_evenement .zone_spectacle_descriptif .colonne_droite .btn_acheter {
  margin: 30px 0;
}
@media (max-width: 800px) {
  #page_evenement .zone_spectacle_descriptif {
    grid-template-columns: 1fr;
  }
  #page_evenement .zone_spectacle_descriptif .colonne_droite {
    padding: 30px 0;
  }
}

#page_contact .zone_contact {
  padding-top: 40px;
  padding-bottom: 40px;
}
#page_contact .zone_contact h1 {
  font: 60px/1 AdventProBold;
  font-size: calc(36px + 24 * (100vw - 400px) / 600);
  text-transform: uppercase;
  color: rgb(160, 0, 0);
  margin: 0 0 50px;
}
@media (max-width: 400px) {
  #page_contact .zone_contact h1 {
    font-size: 36px;
  }
}
@media (min-width: 1000px) {
  #page_contact .zone_contact h1 {
    font-size: 60px;
  }
}
#page_contact .zone_contact .wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 50px;
}
#page_contact .zone_contact .wrap .contact h2 {
  margin-top: 0 !important;
  font: 20px/1.5 BarlowBold;
  text-transform: uppercase;
}
#page_contact .zone_contact .wrap .contact .adresse {
  font: 20px/1.5 BarlowMedium;
  margin: 0 0 20px;
}
#page_contact .zone_contact .wrap .zone_googlemap {
  border: solid 1px rgb(0, 0, 0);
  height: 430px;
  max-width: 100%;
}
#page_contact .zone_contact .wrap .zone_googlemap iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 768px) {
  #page_contact .zone_contact .wrap {
    grid-template-columns: 1fr;
  }
  #page_contact .zone_contact .wrap .contact {
    width: fit-content;
    margin: auto;
  }
  #page_contact .zone_contact .wrap .zone_googlemap {
    width: 100%;
  }
}
#page_contact .venir_bellac {
  padding: 40px 0;
  background: #3c505a;
  color: rgb(255, 255, 255);
}
#page_contact .venir_bellac h2 {
  font: 60px/1 AdventProBold;
  font-size: calc(36px + 24 * (100vw - 400px) / 600);
  text-transform: uppercase;
  text-align: center;
  color: rgb(170, 200, 210);
  margin-bottom: 40px;
}
@media (max-width: 400px) {
  #page_contact .venir_bellac h2 {
    font-size: 36px;
  }
}
@media (min-width: 1000px) {
  #page_contact .venir_bellac h2 {
    font-size: 60px;
  }
}
#page_contact .venir_bellac .zone_wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#page_contact .venir_bellac .zone_wrap .colonne {
  margin: 0 auto;
  padding: 0 20px;
  flex: 1 0 328px;
}
#page_contact .venir_bellac .zone_wrap .colonne.col2 {
  border-left: solid 1px rgb(100, 140, 155);
  border-right: solid 1px rgb(100, 140, 155);
}
@media (max-width: 1008px) {
  #page_contact .venir_bellac .zone_wrap .colonne.col2 {
    border-right: none;
  }
}
#page_contact .venir_bellac .zone_wrap .colonne h3 {
  font: 30px/1 BarlowSemiCondensedBold;
  color: rgb(170, 200, 210);
  margin: 0 0 30px;
}
#page_contact .venir_bellac .zone_wrap .colonne p {
  font: 20px/1.5 BarlowMedium;
}
#page_contact .venir_bellac .zone_wrap .colonne p a {
  font: 20px/1.5 BarlowBold;
  color: rgb(170, 200, 210);
}

.pages_theatre main h1 {
  font: 60px/1 AdventProBold;
  font-size: calc(36px + 24 * (100vw - 400px) / 600);
  text-transform: uppercase;
  color: rgb(160, 0, 0);
  margin: 40px 0;
}
@media (max-width: 400px) {
  .pages_theatre main h1 {
    font-size: 36px;
  }
}
@media (min-width: 1000px) {
  .pages_theatre main h1 {
    font-size: 60px;
  }
}
.pages_theatre main h2 {
  font: 60px/1 AdventProBold;
  font-size: calc(36px + 24 * (100vw - 400px) / 600);
  text-transform: uppercase;
  color: rgb(160, 0, 0);
  margin: 40px 0;
}
@media (max-width: 400px) {
  .pages_theatre main h2 {
    font-size: 36px;
  }
}
@media (min-width: 1000px) {
  .pages_theatre main h2 {
    font-size: 60px;
  }
}

#page_projet main .zone_projet .zone_wrap h1 span {
  display: block;
}
#page_projet main .zone_projet .zone_wrap .wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 50px;
  margin-bottom: 50px;
}
#page_projet main .zone_projet .zone_wrap .wrap .texte h2 {
  font: 30px/1 BarlowSemiCondensedBold;
  text-transform: none;
  color: rgb(0, 0, 0);
  margin: 0 0 30px;
}
#page_projet main .zone_projet .zone_wrap .wrap .texte p {
  font: 20px/1.5 BarlowMedium;
  text-align: left;
  margin-top: 0;
}
#page_projet main .zone_projet .zone_wrap .wrap .texte p strong {
  font: 20px/1.5 BarlowBold;
}
#page_projet main .zone_projet .zone_wrap .wrap .texte2 h2 {
  font: 30px/1 BarlowSemiCondensedBold;
  text-transform: none;
  color: rgb(0, 0, 0);
  margin: 0 0 30px;
}
#page_projet main .zone_projet .zone_wrap .wrap .texte2 p {
  font: 20px/1.5 BarlowLight;
  text-align: justify;
  margin-top: 0;
}
#page_projet main .zone_projet .zone_wrap .wrap .image .button {
  background: rgb(160, 0, 0);
}
#page_projet main .zone_projet .zone_wrap .wrap .image .button .savoir {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: rgb(255, 255, 255);
  border-bottom: solid 1px rgb(255, 255, 255);
  font: 20px/1 BarlowSemiCondensedRegular;
  text-align: center;
}
#page_projet main .zone_projet .zone_wrap .wrap .image .button .savoir i {
  margin-right: 6px;
}
#page_projet main .zone_projet .zone_wrap .wrap .image .button .texte {
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: rgb(255, 255, 255);
  font: 30px/1 BarlowSemiCondensedBold;
  text-transform: uppercase;
  text-align: center;
}
#page_projet main .zone_historique {
  background: rgb(70, 95, 105);
  color: rgb(255, 255, 255);
  padding: 50px 0;
}
#page_projet main .zone_historique .zone_wrap h2 {
  font: 60px/1 AdventProBold;
  color: rgb(170, 200, 210);
  margin: 0 0 30px;
}
#page_projet main .zone_historique .zone_wrap .wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 50px;
}
#page_projet main .zone_historique .zone_wrap .wrap .texte p {
  margin-top: 0;
  font: 20px/1.5 BarlowLight;
  text-align: justify;
}
#page_projet main .zone_historique .zone_wrap .wrap .texte p strong {
  font: 20px/1.5 BarlowBold;
}
#page_projet main .zone_historique .zone_wrap .wrap .image img {
  margin: 0 0 40px;
}
#page_projet main .zone_historique .zone_wrap .wrap .image p {
  margin-top: 0;
  font: 20px/1.5 BarlowMedium;
}
@media (max-width: 768px) {
  #page_projet main .zone_projet .zone_wrap h1 {
    margin-bottom: 0;
  }
  #page_projet main .zone_projet .zone_wrap .wrap {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: 0 auto;
  }
  #page_projet main .zone_projet .zone_wrap .wrap .texte {
    order: 2;
  }
  #page_projet main .zone_projet .zone_wrap .wrap .texte h2 {
    font: 30px/1 BarlowSemiCondensedBold;
    text-transform: none;
    color: rgb(0, 0, 0);
    margin: 0 0 30px;
  }
  #page_projet main .zone_projet .zone_wrap .wrap .texte p {
    font: 20px/1.5 BarlowMedium;
    text-align: left;
    margin-top: 0;
  }
  #page_projet main .zone_projet .zone_wrap .wrap .texte p strong {
    font: 20px/1.5 BarlowBold;
  }
  #page_projet main .zone_projet .zone_wrap .wrap .texte2 {
    order: 3;
  }
  #page_projet main .zone_projet .zone_wrap .wrap .texte2 h2 {
    font: 30px/1 BarlowSemiCondensedBold;
    text-transform: none;
    color: rgb(0, 0, 0);
    margin: 0 0 30px;
  }
  #page_projet main .zone_projet .zone_wrap .wrap .texte2 p {
    font: 20px/1.5 BarlowLight;
    text-align: left;
    margin-top: 0;
  }
  #page_projet main .zone_projet .zone_wrap .wrap .image {
    order: 1;
    margin: auto auto 30px;
  }
  #page_projet main .zone_projet .zone_wrap .wrap .image .button {
    background: rgb(160, 0, 0);
  }
  #page_projet main .zone_projet .zone_wrap .wrap .image .button .savoir {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: rgb(255, 255, 255);
    border-bottom: solid 1px rgb(255, 255, 255);
    font: 20px/1 BarlowSemiCondensedRegular;
    text-align: center;
  }
  #page_projet main .zone_projet .zone_wrap .wrap .image .button .savoir i {
    margin-right: 6px;
  }
  #page_projet main .zone_projet .zone_wrap .wrap .image .button .texte {
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: rgb(255, 255, 255);
    font: 30px/1 BarlowSemiCondensedBold;
    text-transform: uppercase;
    text-align: center;
  }
  #page_projet main .zone_historique {
    padding: 30px 0;
  }
  #page_projet main .zone_historique .zone_wrap h2 {
    font: 60px/1 AdventProBold;
    font-size: calc(36px + 24 * (100vw - 400px) / 600);
  }
}
@media (max-width: 768px) and (max-width: 400px) {
  #page_projet main .zone_historique .zone_wrap h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) and (min-width: 1000px) {
  #page_projet main .zone_historique .zone_wrap h2 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  #page_projet main .zone_historique .zone_wrap .wrap {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  #page_projet main .zone_historique .zone_wrap .wrap .texte p {
    text-align: left;
  }
  #page_projet main .zone_historique .zone_wrap .wrap .image {
    margin: auto;
    text-align: center;
  }
  #page_projet main .zone_historique .zone_wrap .wrap .image img {
    margin: 0 auto 40px;
  }
  #page_projet main .zone_historique .zone_wrap .wrap .image p {
    margin-top: 0;
    font: 20px/1.5 BarlowMedium;
    text-align: left;
  }
}

#page_billeterie main .zone_wrap .wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 50px;
}
#page_billeterie main .zone_wrap .wrap .colonne {
  background: rgb(70, 95, 105);
  padding: 30px 20px;
}
#page_billeterie main .zone_wrap .wrap .colonne h2 {
  font: 30px/1 BarlowSemiCondensedBold;
  text-transform: none;
  color: rgb(170, 200, 210);
  margin: 0 0 20px;
}
#page_billeterie main .zone_wrap .wrap .colonne p {
  color: rgb(255, 255, 255);
}
#page_billeterie main .zone_wrap .wrap .colonne p em {
  font: 20px/1.5 BarlowMedium;
}
#page_billeterie main .zone_wrap .wrap .colonne p a {
  position: relative;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  #page_billeterie main .zone_wrap .wrap {
    grid-template-columns: 1fr;
  }
}

#page_partenaires main {
  padding: 120px 0;
}
#page_partenaires main h1 {
  display: none;
}
#page_partenaires main h2 {
  font: 60px/1 AdventProBold;
  font-size: calc(36px + 24 * (100vw - 400px) / 600);
  color: rgb(160, 0, 0);
  margin: 0 0 50px;
}
@media (max-width: 400px) {
  #page_partenaires main h2 {
    font-size: 36px;
  }
}
@media (min-width: 1000px) {
  #page_partenaires main h2 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  #page_partenaires main h2 {
    margin-bottom: 30px;
  }
}
#page_partenaires main ul {
  margin-bottom: 30px;
}
#page_partenaires main .liste {
  margin-bottom: 30px;
}
#page_partenaires main .liste .liste {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#page_partenaires main .liste img {
  margin: 10px;
}

#page_equipe main {
  padding-bottom: 50px;
}
#page_equipe .equipe {
  display: flex;
  justify-content: space-around;
  justify-items: center;
  flex-wrap: wrap;
}
#page_equipe .equipe .un_membre {
  flex: 0 0 300px;
  width: 300px;
  text-align: center;
  margin: 0 auto 50px;
}
#page_equipe .equipe .un_membre .infos_membre .nom {
  font: 20px/1.5 BarlowBold;
}
#page_equipe .equipe .un_membre .infos_membre .poste {
  font: 20px/1.5 BarlowLight;
}
#page_equipe .equipe .un_membre .infos_membre .telephone {
  font: 20px/1.5 BarlowLight;
}
#page_equipe .equipe .un_membre .infos_membre .email a {
  font: 20px/1.5 BarlowCondensedBold;
  color: rgb(70, 95, 105);
}
#page_equipe .zone_association .zone_wrap h2 {
  font: 60px/1 AdventProBold;
  font-size: calc(36px + 24 * (100vw - 400px) / 600);
  color: rgb(160, 0, 0);
  margin: 50px 0 50px;
}
@media (max-width: 400px) {
  #page_equipe .zone_association .zone_wrap h2 {
    font-size: 36px;
  }
}
@media (min-width: 1000px) {
  #page_equipe .zone_association .zone_wrap h2 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  #page_equipe .zone_association .zone_wrap h2 {
    margin: 30px 0 30px;
  }
}
#page_equipe .zone_association .zone_wrap .wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 50px;
}
#page_equipe .zone_association .zone_wrap .wrap .zone_bureau {
  background: rgb(70, 95, 105);
  padding: 30px 20px;
}
#page_equipe .zone_association .zone_wrap .wrap .zone_bureau h3 {
  font: 30px/1 BarlowCondensedBold;
  color: rgb(170, 200, 210);
}
#page_equipe .zone_association .zone_wrap .wrap .zone_bureau p {
  font: 20px/1.5 BarlowMedium;
  text-align: left;
  color: rgb(255, 255, 255);
}
#page_equipe .zone_association .zone_wrap .wrap .zone_bureau p strong {
  font: 20px/1.5 BarlowBold;
}
#page_equipe .zone_association .zone_wrap .wrap .zone_texte {
  font: 20px/1.5 BarlowLight;
  color: rgb(0, 0, 0);
  text-align: justify;
}
#page_equipe .zone_association .zone_wrap .wrap .zone_texte h3 {
  font: 30px/1 BarlowCondensedBold;
  color: rgb(0, 0, 0);
  margin: 20px 0 10px;
}
#page_equipe .zone_association .zone_wrap .wrap .zone_texte p {
  margin: 0 0 20px;
}
#page_equipe .zone_association .zone_wrap .wrap .zone_texte strong, #page_equipe .zone_association .zone_wrap .wrap .zone_texte a {
  font: 20px/1.5 BarlowBold;
}
@media (max-width: 768px) {
  #page_equipe .zone_association .zone_wrap .wrap {
    grid-template-columns: 1fr;
  }
}
#page_equipe .zone_espace_pro h2 {
  font: 60px/1 AdventProBold;
  font-size: calc(36px + 24 * (100vw - 400px) / 600);
  color: rgb(160, 0, 0);
  margin: 50px 0 50px;
}
@media (max-width: 400px) {
  #page_equipe .zone_espace_pro h2 {
    font-size: 36px;
  }
}
@media (min-width: 1000px) {
  #page_equipe .zone_espace_pro h2 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  #page_equipe .zone_espace_pro h2 {
    margin: 30px 0 30px;
  }
}
#page_equipe .zone_espace_pro .wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 50px;
  font: 20px/1.5 BarlowLight;
  color: rgb(0, 0, 0);
}
#page_equipe .zone_espace_pro .wrap h3 {
  font: 30px/1 BarlowCondensedBold;
  color: rgb(0, 0, 0);
}
#page_equipe .zone_espace_pro .wrap p {
  margin: 0 0 20px;
}
#page_equipe .zone_espace_pro .wrap strong, #page_equipe .zone_espace_pro .wrap a {
  font: 20px/1.5 BarlowBold;
}
@media (max-width: 768px) {
  #page_equipe .zone_espace_pro .wrap {
    grid-template-columns: 1fr;
  }
}

#page_archives main,
#page_liste_spectacle main {
  padding: 120px 0;
}
#page_archives main .zone_head,
#page_liste_spectacle main .zone_head {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 40px;
  margin-bottom: 20px;
}
#page_archives main .zone_head .head h1,
#page_liste_spectacle main .zone_head .head h1 {
  margin: 0 0 20px;
}
#page_archives main .zone_head .head .chapo,
#page_liste_spectacle main .zone_head .head .chapo {
  margin-top: 0;
  font: 30px/1.5 BarlowSemiCondensedBold;
}
#page_archives main .zone_head .recherche,
#page_liste_spectacle main .zone_head .recherche {
  width: 300px;
  height: 125px;
  background: rgb(70, 95, 105);
}
#page_archives main .zone_head .recherche .simplesearch-search-form,
#page_liste_spectacle main .zone_head .recherche .simplesearch-search-form {
  padding: 20px;
}
#page_archives main .zone_head .recherche .simplesearch-search-form fieldset,
#page_liste_spectacle main .zone_head .recherche .simplesearch-search-form fieldset {
  border: none;
  padding: 0;
}
#page_archives main .zone_head .recherche .simplesearch-search-form label,
#page_liste_spectacle main .zone_head .recherche .simplesearch-search-form label {
  font: 30px/1 BarlowSemiCondensedBold;
  color: rgb(170, 200, 210);
  width: 100%;
}
#page_archives main .zone_head .recherche .simplesearch-search-form span,
#page_liste_spectacle main .zone_head .recherche .simplesearch-search-form span {
  display: flex;
  padding-top: 10px;
}
#page_archives main .zone_head .recherche .simplesearch-search-form span #search,
#page_liste_spectacle main .zone_head .recherche .simplesearch-search-form span #search {
  width: 230px;
  height: 40px;
  font: 20px/1 BarlowRegular;
  color: rgb(70, 95, 105);
}
#page_archives main .zone_head .recherche .simplesearch-search-form span input[type=submit],
#page_liste_spectacle main .zone_head .recherche .simplesearch-search-form span input[type=submit] {
  width: 40px;
  height: 40px;
  font: 20px/1 BarlowRegular;
  color: rgb(255, 255, 255);
  border: none;
  background: transparent;
}
@media (max-width: 768px) {
  #page_archives main .zone_head,
  #page_liste_spectacle main .zone_head {
    grid-template-columns: 1fr;
  }
  #page_archives main .zone_head .recherche,
  #page_liste_spectacle main .zone_head .recherche {
    margin: 0 auto 30px;
  }
}
#page_archives main .zone_recherche,
#page_liste_spectacle main .zone_recherche {
  padding-bottom: 30px;
  border-bottom: solid 1px rgb(170, 200, 210);
  margin-bottom: 50px;
  display: none;
}
#page_archives main .zone_recherche.active,
#page_liste_spectacle main .zone_recherche.active {
  display: block;
}
#page_archives main .zone_recherche .liste_evenements .simplesearch-results-list,
#page_liste_spectacle main .zone_recherche .liste_evenements .simplesearch-results-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}
#page_archives main .zone_recherche .liste_evenements .chk_un_evenement_liste,
#page_liste_spectacle main .zone_recherche .liste_evenements .chk_un_evenement_liste {
  width: 300px;
  flex: 0 0 300px;
  margin: 0 auto 30px;
}
#page_archives main .zone_recherche .liste_evenements .chk_un_evenement_liste img,
#page_liste_spectacle main .zone_recherche .liste_evenements .chk_un_evenement_liste img {
  width: 300px;
  height: 200px;
  background: rgb(230, 230, 230);
}
#page_archives main .zone_recherche .liste_evenements .chk_un_evenement_liste .actu_infos,
#page_liste_spectacle main .zone_recherche .liste_evenements .chk_un_evenement_liste .actu_infos {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
}
#page_archives main .zone_recherche .liste_evenements .chk_un_evenement_liste .actu_infos .actu_type,
#page_liste_spectacle main .zone_recherche .liste_evenements .chk_un_evenement_liste .actu_infos .actu_type {
  font: 15px/1 BarlowBold;
  text-transform: uppercase;
  color: rgb(70, 95, 105);
  margin: 0;
}
#page_archives main .zone_recherche .liste_evenements .chk_un_evenement_liste .actu_infos .actu_date,
#page_liste_spectacle main .zone_recherche .liste_evenements .chk_un_evenement_liste .actu_infos .actu_date {
  font: 15px/1 BarlowBold;
  text-transform: uppercase;
  color: rgb(160, 0, 0);
  margin: 0;
}
#page_archives main .zone_recherche .liste_evenements .chk_un_evenement_liste .actu_titre,
#page_liste_spectacle main .zone_recherche .liste_evenements .chk_un_evenement_liste .actu_titre {
  margin: 0;
  font: 30px/1 AdventProBold;
  text-transform: uppercase;
  border-top: solid 1px rgb(170, 200, 210);
  border-bottom: solid 1px rgb(170, 200, 210);
  padding: 6px 0;
}
#page_archives main .zone_recherche .liste_evenements .chk_un_evenement_liste .actu_texte,
#page_liste_spectacle main .zone_recherche .liste_evenements .chk_un_evenement_liste .actu_texte {
  font: 20px/1 BarlowCondensedRegular;
  border-bottom: solid 1px rgb(170, 200, 210);
  padding: 6px 0;
  margin: 0;
}
#page_archives main .zone_recherche .liste_evenements .chk_un_evenement_liste .actu_texte .categorie,
#page_liste_spectacle main .zone_recherche .liste_evenements .chk_un_evenement_liste .actu_texte .categorie {
  font: 15px/20px BarlowSemiBold;
  text-transform: uppercase;
  color: rgb(160, 0, 0);
}
#page_archives main .zone_archives .saisons,
#page_liste_spectacle main .zone_archives .saisons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1020px) {
  #page_archives main .zone_archives .saisons,
  #page_liste_spectacle main .zone_archives .saisons {
    justify-content: space-around;
  }
}
#page_archives main .zone_archives .saisons .chk_un_dossier_archive,
#page_liste_spectacle main .zone_archives .saisons .chk_un_dossier_archive {
  width: 300px;
  flex: 0 0 300px;
}
#page_archives main .zone_archives .saisons .chk_un_dossier_archive .titre,
#page_liste_spectacle main .zone_archives .saisons .chk_un_dossier_archive .titre {
  margin-top: 10px;
  font: 30px/1 BarlowSemiCondensedBold;
  text-align: center;
}
#page_archives main .zone_archives .liste_evenements,
#page_liste_spectacle main .zone_archives .liste_evenements {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}
#page_archives main .zone_archives .liste_evenements .chk_un_evenement_liste,
#page_liste_spectacle main .zone_archives .liste_evenements .chk_un_evenement_liste {
  width: 300px;
  flex: 0 0 300px;
  margin: 0 auto 30px;
}
#page_archives main .zone_archives .liste_evenements .chk_un_evenement_liste img,
#page_liste_spectacle main .zone_archives .liste_evenements .chk_un_evenement_liste img {
  width: 300px;
  height: 200px;
  background: rgb(230, 230, 230);
}
#page_archives main .zone_archives .liste_evenements .chk_un_evenement_liste .actu_infos,
#page_liste_spectacle main .zone_archives .liste_evenements .chk_un_evenement_liste .actu_infos {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
}
#page_archives main .zone_archives .liste_evenements .chk_un_evenement_liste .actu_infos .actu_type,
#page_liste_spectacle main .zone_archives .liste_evenements .chk_un_evenement_liste .actu_infos .actu_type {
  font: 15px/1 BarlowBold;
  text-transform: uppercase;
  color: rgb(70, 95, 105);
  margin: 0;
}
#page_archives main .zone_archives .liste_evenements .chk_un_evenement_liste .actu_infos .actu_date,
#page_liste_spectacle main .zone_archives .liste_evenements .chk_un_evenement_liste .actu_infos .actu_date {
  font: 15px/1 BarlowBold;
  text-transform: uppercase;
  color: rgb(160, 0, 0);
  margin: 0;
}
#page_archives main .zone_archives .liste_evenements .chk_un_evenement_liste .actu_titre,
#page_liste_spectacle main .zone_archives .liste_evenements .chk_un_evenement_liste .actu_titre {
  margin: 0;
  font: 30px/1 AdventProBold;
  text-transform: uppercase;
  border-top: solid 1px rgb(170, 200, 210);
  border-bottom: solid 1px rgb(170, 200, 210);
  padding: 6px 0;
}
#page_archives main .zone_archives .liste_evenements .chk_un_evenement_liste .actu_texte,
#page_liste_spectacle main .zone_archives .liste_evenements .chk_un_evenement_liste .actu_texte {
  font: 20px/1 BarlowCondensedRegular;
  border-bottom: solid 1px rgb(170, 200, 210);
  padding: 6px 0;
  margin: 0;
}
#page_archives main .zone_archives .liste_evenements .chk_un_evenement_liste .actu_texte .categorie,
#page_liste_spectacle main .zone_archives .liste_evenements .chk_un_evenement_liste .actu_texte .categorie {
  font: 15px/20px BarlowSemiBold;
  text-transform: uppercase;
  color: rgb(160, 0, 0);
}

#page_credits main {
  padding-top: 120px;
}
#page_credits main .zone_wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 50px;
}
@media (max-width: 840px) {
  #page_credits main .zone_wrap {
    grid-template-columns: 1fr;
  }
}
#page_credits main .zone_wrap .colonne {
  background: rgb(70, 95, 105);
  padding: 30px 20px;
}
#page_credits main .zone_wrap .colonne h2 {
  font: 30px/1 BarlowSemiCondensedBold;
  text-transform: none;
  color: rgb(170, 200, 210);
  margin: 0 0 20px;
}
#page_credits main .zone_wrap .colonne h3 {
  font: 20px/1 BarlowSemiCondensedBold;
  text-transform: none;
  color: rgb(170, 200, 210);
  margin: 0 0 20px;
}
#page_credits main .zone_wrap .colonne p {
  color: rgb(255, 255, 255);
  font-size: 16px;
}
#page_credits main .zone_wrap .colonne p em {
  font: 16px/1.5 BarlowMedium;
}
#page_credits main .zone_wrap .colonne p a, #page_credits main .zone_wrap .colonne p strong {
  font: 16px/1 BarlowSemiCondensedBold;
  color: rgb(255, 255, 255);
}
#page_credits main .zone_wrap .textes h2 {
  font: 30px/1 BarlowSemiCondensedBold;
  color: rgb(0, 0, 0);
  margin: 0 0 20px;
}
#page_credits main .zone_wrap .textes h3 {
  font: 20px/1 BarlowSemiCondensedBold;
  color: rgb(0, 0, 0);
  margin: 0 0 20px;
}
#page_credits main .zone_wrap .textes p a, #page_credits main .zone_wrap .textes p strong {
  font: 16px/1 BarlowSemiCondensedBold;
  color: rgb(0, 0, 0);
}

footer {
  background: #3c505a;
}
footer .footer_social {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  height: 50px;
}
footer .footer_social .zone_wrap {
  text-align: center;
  height: 100%;
}
footer .footer_social .zone_wrap .social {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_social .zone_wrap .social li {
  list-style: none;
  margin: 0 10px;
}
footer .footer_social .zone_wrap .social li a {
  color: rgb(255, 255, 255);
}
footer .footer_social .zone_wrap .social li a span {
  display: none;
}
footer .footer_info {
  padding: 50px 0;
}
footer .footer_info .zone_wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}
footer .footer_info .zone_wrap > * {
  flex: 0 0 300px;
}
footer .footer_info .zone_wrap h2 {
  font: 20px/1 BarlowBold;
  text-transform: uppercase;
  color: rgb(170, 200, 210);
  border-top: solid 1px rgb(170, 200, 210);
  border-bottom: solid 1px rgb(170, 200, 210);
  padding: 6px 0;
  margin: 0 0 10px;
}
footer .footer_info .zone_wrap p {
  font: 20px/1.5 BarlowRegular;
  color: rgb(255, 255, 255);
  margin: 0 0 30px;
}
footer .footer_info .zone_wrap a {
  text-decoration: none;
  font: 20px/1.5 BarlowRegular;
  color: rgb(255, 255, 255);
}
footer .footer_info .zone_wrap .contact1 {
  width: 300px;
}
footer .footer_info .zone_wrap .contact2 {
  width: 300px;
}
footer .footer_info .zone_wrap .contact2 .zone_reponse_newsletter {
  color: rgb(255, 255, 255);
  padding: 25px 20px 15px;
  background: darkgreen;
  display: none;
  margin: 10px auto;
  position: relative;
}
footer .footer_info .zone_wrap .contact2 .zone_reponse_newsletter .btn_fermer {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
}
footer .footer_info .zone_wrap .contact2 .zone_reponse_newsletter .btn_fermer i {
  color: rgb(255, 255, 255);
  font-size: 20px;
}
footer .footer_info .zone_wrap .contact2 .zone_reponse_newsletter.active {
  display: block;
}
footer .footer_info .zone_wrap .contact2 .zone_reponse_newsletter.erreur {
  background: darkred;
}
footer .footer_info .zone_wrap .contact2 #inscription_newsletter {
  margin: 30px 0;
  display: flex;
}
footer .footer_info .zone_wrap .contact2 #inscription_newsletter label {
  color: rgb(255, 255, 255);
  display: inline-block;
  height: 0;
  width: 0;
  text-indent: -999999px;
}
footer .footer_info .zone_wrap .contact2 #inscription_newsletter #newsletter_email {
  width: 270px;
  height: 40px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border: none;
  padding: 3px 10px;
}
footer .footer_info .zone_wrap .contact2 #inscription_newsletter #newsletter_email ::placeholder {
  font: 20px/1 BarlowRegular;
  color: rgb(0, 0, 0);
}
footer .footer_info .zone_wrap .contact2 #inscription_newsletter .btn_newsletter {
  width: 30px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 20px/1 BarlowRegular;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
footer .footer_info .zone_wrap .contact2 .nav_sociale {
  margin-left: -15px;
}
footer .footer_info .zone_wrap .contact2 .nav_sociale ul {
  display: flex;
  align-items: center;
}
footer .footer_info .zone_wrap .contact2 .nav_sociale ul li {
  list-style: none;
  margin: 0 15px 0 0;
}
footer .footer_info .zone_wrap .contact2 .nav_sociale ul li a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
}
footer .footer_info .zone_wrap .contact2 .nav_sociale ul li a i {
  font-size: 20px;
}
footer .footer_info .zone_wrap .contact2 .nav_sociale ul li a span {
  display: none;
}
footer .footer_info .zone_wrap .contact2 .nav_sociale ul li a.forums {
  width: auto;
}
footer .footer_info .zone_wrap .contact3 {
  width: 300px;
}
footer .footer_info .zone_wrap .contact3 .plaquette {
  margin: 30px 0;
  height: 170px;
  display: flex;
  align-items: center;
}
footer .footer_info .zone_wrap .contact3 .plaquette img {
  width: 120px;
  height: 170px;
  object-fit: cover;
  object-position: top;
  margin: 10px 20px 30px 0;
}
footer .footer_info .zone_wrap .contact3 .lien_mentions a {
  font: 14px/1.5 BarlowRegular;
}

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