/*! 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 "FA/all.css";
@import "Barlow.css";
@import "BarlowCondensed.css";
@import "BarlowSemiCondensed.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;
}

* {
  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: 18px/1.5 BarlowSemiCondensedRegular;
}

main {
  padding-top: 70px;
  overflow-x: hidden;
}

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

p {
  font: 18px/1.5 BarlowSemiCondensedRegular;
}
p strong {
  font: 18px/1.5 BarlowSemiBold;
}

a {
  text-decoration: none;
  color: black;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-position: inside;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 99;
  border-bottom: solid 1px #467882;
}
header .zone_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
header .zone_wrap .logo {
  margin: auto;
  height: 60px;
}
header .zone_wrap .logo img {
  width: 320px;
  height: 60px;
}
header .zone_wrap .logo p {
  display: none;
}
header .zone_wrap nav {
  position: absolute;
  right: 20px;
  display: flex;
  align-items: flex-end;
}
header .zone_wrap nav a {
  font: 17px/1 BarlowSemiCondensedExtraBold;
  text-transform: uppercase;
  color: #46bedc;
}
header .zone_wrap nav ul {
  margin-left: 20px;
}
header .zone_wrap nav ul li {
  list-style: none;
  position: relative;
  top: 5px;
}
header .zone_wrap nav ul li a {
  font-size: 25px;
  color: #46bedc;
}
@media (max-width: 660px) {
  header .zone_wrap nav {
    display: none;
  }
}

#page_accueil .intro {
  background: center no-repeat;
  background-size: cover;
}
#page_accueil .intro .zone_wrap {
  width: 100%;
  max-width: 660px;
  padding-top: 100px;
  padding-bottom: 150px;
}
@media (max-width: 540px) {
  #page_accueil .intro .zone_wrap {
    padding-top: 50px;
    padding-bottom: 135px;
  }
}
#page_accueil .intro .zone_wrap h2 {
  font: 50px/1 BarlowCondensedThin;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
#page_accueil .intro .zone_wrap p {
  font: 20px/1.5 BarlowSemiCondensedSemiBold;
  text-align: justify;
  text-align-last: center;
  color: white;
  margin: 0;
}
#page_accueil .intro .zone_wrap p strong {
  font: 20px/1.5 BarlowSemiCondensedBold;
}
@media (max-width: 500px) {
  #page_accueil .intro .zone_wrap p {
    text-align: left;
  }
}
#page_accueil .chapitres .zone_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  top: -75px;
  grid-gap: calc(30px + 30 * (100vw - 400px) / 600) calc(40px + 60 * (100vw - 400px) / 600);
}
@media (max-width: 780px) {
  #page_accueil .chapitres .zone_wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 400px) {
  #page_accueil .chapitres .zone_wrap {
    grid-gap: 30px 40px;
  }
}
@media (min-width: 1000px) {
  #page_accueil .chapitres .zone_wrap {
    grid-gap: 60px 100px;
  }
}
#page_accueil .chapitres .zone_wrap .chk_un_chapitre .picto {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  background: #467882;
}
#page_accueil .chapitres .zone_wrap .chk_un_chapitre .picto i {
  font-size: 70px;
  color: white;
}
#page_accueil .chapitres .zone_wrap .chk_un_chapitre h2 {
  font: 50px/1 BarlowCondensedExtraLight;
  text-align: center;
  color: #467882;
  margin-bottom: 30px;
}
#page_accueil .chapitres .zone_wrap .chk_un_chapitre .texte p {
  font: 18px/1.5 BarlowSemiCondensedRegular;
  text-align: justify;
  margin: 0;
}
#page_accueil .chapitres .zone_wrap .chk_un_chapitre .texte p strong {
  font: 18px/1.5 BarlowSemiCondensedBold;
}
@media (max-width: 500px) {
  #page_accueil .chapitres .zone_wrap .chk_un_chapitre .texte p {
    text-align: left;
  }
}
#page_accueil .zone_qui {
  background: black;
  color: white;
}
#page_accueil .zone_qui .zone_wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 30px;
  align-items: center;
}
#page_accueil .zone_qui .zone_wrap .textes {
  padding: calc(20px + 10 * (100vw - 400px) / 600) 0;
}
@media (max-width: 400px) {
  #page_accueil .zone_qui .zone_wrap .textes {
    padding: 20px 0;
  }
}
@media (min-width: 1000px) {
  #page_accueil .zone_qui .zone_wrap .textes {
    padding: 30px 0;
  }
}
#page_accueil .zone_qui .zone_wrap .textes h2 {
  font: 50px/1 BarlowCondensedThin;
  color: #b4dccd;
  margin-bottom: 20px;
}
#page_accueil .zone_qui .zone_wrap .textes .qui p {
  font: 18px/1.5 BarlowSemiCondensedRegular;
  text-align: justify;
  color: white;
  margin: 0;
}
#page_accueil .zone_qui .zone_wrap .textes .qui p strong {
  font: 18px/1.5 BarlowSemiCondensedBold;
}
#page_accueil .zone_qui .zone_wrap .textes .qui p em {
  font: 18px/1.5 BarlowSemiCondensedItalic;
}
@media (max-width: 500px) {
  #page_accueil .zone_qui .zone_wrap .textes .qui p {
    text-align: left;
  }
}
#page_accueil .zone_qui .zone_wrap .images {
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#page_accueil .zone_qui .zone_wrap .images img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page_accueil .zone_qui .zone_wrap {
    grid-template-columns: 1fr;
  }
}
#page_accueil .zone_ame {
  position: relative;
  background: #467882;
}
#page_accueil .zone_ame .zone_wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#page_accueil .zone_ame .zone_wrap .titre {
  font: 60px/1 BarlowSemiCondensedExtraBold;
  font-size: calc(45px + 15 * (100vw - 400px) / 600);
  text-transform: uppercase;
  color: #46bedc;
}
@media (max-width: 400px) {
  #page_accueil .zone_ame .zone_wrap .titre {
    font-size: 45px;
  }
}
@media (min-width: 1000px) {
  #page_accueil .zone_ame .zone_wrap .titre {
    font-size: 60px;
  }
}
#page_accueil .zone_ame .zone_wrap .texte p {
  font: 25px/1.5 BarlowSemiCondensedRegular;
  font-size: calc(20px + 5 * (100vw - 400px) / 600);
  color: white;
  max-width: 610px;
  margin: 0;
}
@media (max-width: 400px) {
  #page_accueil .zone_ame .zone_wrap .texte p {
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  #page_accueil .zone_ame .zone_wrap .texte p {
    font-size: 25px;
  }
}
#page_accueil .zone_ame .zone_wrap .texte p a {
  color: #46bedc;
  white-space: nowrap;
}
#page_accueil .zone_ame .zone_wrap .texte p a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(200, 200, 200, 0);
}
@media (max-width: 810px) {
  #page_accueil .zone_ame .zone_wrap {
    grid-template-columns: 1fr;
    width: fit-content;
  }
  #page_accueil .zone_ame .zone_wrap .titre {
    margin-bottom: 20px;
  }
}
#page_accueil .zone_paroles {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
#page_accueil .zone_paroles h2 {
  font: 50px/1 BarlowCondensedExtraLight;
  text-align: center;
  color: #82a096;
  margin-bottom: 50px;
}
#page_accueil .zone_paroles .zone_wrap {
  display: flex;
}
@media (max-width: 1080px) {
  #page_accueil .zone_paroles .zone_wrap {
    padding: 0 60px;
  }
}
@media (max-width: 540px) {
  #page_accueil .zone_paroles .zone_wrap {
    padding: 0 45px;
  }
}
#page_accueil .zone_paroles .zone_wrap p {
  margin: 0;
}
#page_accueil .zone_paroles .zone_wrap .chk_une_parole {
  width: 240px;
  flex: 0 0 240px;
  margin: 0 calc(36px + -21 * (100vw - 400px) / 600);
}
@media (max-width: 400px) {
  #page_accueil .zone_paroles .zone_wrap .chk_une_parole {
    margin: 0 15px;
  }
}
@media (min-width: 1000px) {
  #page_accueil .zone_paroles .zone_wrap .chk_une_parole {
    margin: 0 36px;
  }
}
#page_accueil .zone_paroles .zone_wrap .chk_une_parole .texte p {
  font: 15px/20px BarlowSemiCondensedItalic;
  color: #3c3c3c;
}
#page_accueil .zone_paroles .zone_wrap .chk_une_parole .auteur {
  font: 15px/20px BarlowSemiCondensedSemiBold;
  color: #3c3c3c;
}
#page_accueil .zone_paroles .zone_wrap .chk_une_parole .lien a {
  font: 15px/20px BarlowSemiCondensedSemiBold;
  color: #82a096;
}
#page_accueil .zone_paroles .navigation_paroles {
  position: absolute;
  top: 135px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 540px) {
  #page_accueil .zone_paroles .navigation_paroles {
    padding: 0;
  }
}
#page_accueil .zone_paroles .navigation_paroles.off {
  display: none;
}
#page_accueil .zone_paroles .navigation_paroles .btn_precedent, #page_accueil .zone_paroles .navigation_paroles .btn_suivant {
  background: transparent;
  border: none;
  align-self: center;
  pointer-events: auto;
  cursor: pointer;
}
#page_accueil .zone_paroles .navigation_paroles .btn_precedent i, #page_accueil .zone_paroles .navigation_paroles .btn_suivant i {
  font-size: 80px;
  font-size: calc(60px + 20 * (100vw - 400px) / 600);
  color: #82a096;
}
@media (max-width: 400px) {
  #page_accueil .zone_paroles .navigation_paroles .btn_precedent i, #page_accueil .zone_paroles .navigation_paroles .btn_suivant i {
    font-size: 60px;
  }
}
@media (min-width: 1000px) {
  #page_accueil .zone_paroles .navigation_paroles .btn_precedent i, #page_accueil .zone_paroles .navigation_paroles .btn_suivant i {
    font-size: 80px;
  }
}

#page_article .zone_ame {
  background: #467882;
}
#page_article .zone_ame .zone_wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#page_article .zone_ame .zone_wrap .titre {
  font: 60px/1 BarlowSemiCondensedExtraBold;
  font-size: calc(45px + 15 * (100vw - 400px) / 600);
  text-transform: uppercase;
  color: #46bedc;
}
@media (max-width: 400px) {
  #page_article .zone_ame .zone_wrap .titre {
    font-size: 45px;
  }
}
@media (min-width: 1000px) {
  #page_article .zone_ame .zone_wrap .titre {
    font-size: 60px;
  }
}
#page_article .zone_ame .zone_wrap .texte p {
  font: 25px/1.5 BarlowSemiCondensedRegular;
  font-size: calc(20px + 5 * (100vw - 400px) / 600);
  color: white;
  max-width: 610px;
  margin: 0;
}
@media (max-width: 400px) {
  #page_article .zone_ame .zone_wrap .texte p {
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  #page_article .zone_ame .zone_wrap .texte p {
    font-size: 25px;
  }
}
@media (max-width: 810px) {
  #page_article .zone_ame .zone_wrap {
    grid-template-columns: 1fr;
    width: fit-content;
  }
  #page_article .zone_ame .zone_wrap .titre {
    margin-bottom: 20px;
  }
}
#page_article .zone_haute {
  position: relative;
}
#page_article .zone_haute .zone_wrap {
  padding-top: 80px;
  padding-bottom: 60px;
  display: grid;
  gap: 15px;
  grid-template-columns: 30px auto 30px;
  align-items: flex-start;
}
#page_article .zone_haute .zone_wrap .wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
#page_article .zone_haute .zone_wrap .textes {
  width: 410px;
  flex: 0 0 410px;
}
#page_article .zone_haute .zone_wrap .textes .categorie {
  font: 20px/30px BarlowSemiCondensedRegular;
  text-transform: uppercase;
  color: #467882;
  height: 30px;
  display: flex;
  align-items: center;
  border-top: solid 1px #467882;
  border-bottom: solid 1px #467882;
  margin-top: 0;
}
#page_article .zone_haute .zone_wrap .textes h1 {
  font: 50px/1 BarlowSemiCondensedExtraBold;
  text-transform: uppercase;
  color: #467882;
}
#page_article .zone_haute .zone_wrap .textes .soustitre {
  font: 50px/1 BarlowSemiCondensedMedium;
  color: #467882;
  margin: 0;
}
#page_article .zone_haute .zone_wrap .textes .citation {
  font: 50px/1 BarlowSemiCondensedExtraLight;
  color: #467882;
  margin: 0;
}
#page_article .zone_haute .zone_wrap .textes .date {
  font: 20px/1 BarlowSemiCondensedRegular;
  color: #467882;
  height: 30px;
  display: flex;
  align-items: center;
  border-top: solid 1px #467882;
  border-bottom: solid 1px #467882;
  margin: 30px 0;
}
#page_article .zone_haute .zone_wrap .textes .infos p {
  font: 18px/1.5 BarlowSemiCondensedRegular;
  color: #467882;
  margin: 0;
}
#page_article .zone_haute .zone_wrap .textes .infos p strong {
  font: 18px/1.5 BarlowSemiCondensedBold;
}
#page_article .zone_haute .zone_wrap .textes h1, #page_article .zone_haute .zone_wrap .textes .soustitre, #page_article .zone_haute .zone_wrap .textes .citation {
  font-size: calc(36px + 14 * (100vw - 400px) / 600);
}
@media (max-width: 400px) {
  #page_article .zone_haute .zone_wrap .textes h1, #page_article .zone_haute .zone_wrap .textes .soustitre, #page_article .zone_haute .zone_wrap .textes .citation {
    font-size: 36px;
  }
}
@media (min-width: 1000px) {
  #page_article .zone_haute .zone_wrap .textes h1, #page_article .zone_haute .zone_wrap .textes .soustitre, #page_article .zone_haute .zone_wrap .textes .citation {
    font-size: 50px;
  }
}
#page_article .zone_haute .zone_wrap .btn_precedent, #page_article .zone_haute .zone_wrap .btn_suivant {
  background: transparent;
  border: none;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  top: -15px;
  width: 30px;
  display: flex;
  justify-content: center;
}
#page_article .zone_haute .zone_wrap .btn_precedent i, #page_article .zone_haute .zone_wrap .btn_suivant i {
  font-size: 80px;
  font-size: calc(60px + 20 * (100vw - 400px) / 600);
  color: #467882;
}
@media (max-width: 400px) {
  #page_article .zone_haute .zone_wrap .btn_precedent i, #page_article .zone_haute .zone_wrap .btn_suivant i {
    font-size: 60px;
  }
}
@media (min-width: 1000px) {
  #page_article .zone_haute .zone_wrap .btn_precedent i, #page_article .zone_haute .zone_wrap .btn_suivant i {
    font-size: 80px;
  }
}
@media (max-width: 740px) {
  #page_article .zone_haute .zone_wrap {
    padding: 40px 5px;
    gap: 15px;
  }
  #page_article .zone_haute .wrap {
    flex-direction: column;
    width: fit-content;
    margin: auto;
  }
  #page_article .zone_haute .wrap .image {
    order: 2;
    margin: auto;
  }
  #page_article .zone_haute .wrap .textes {
    width: auto;
  }
  #page_article .zone_haute .wrap .textes .categorie,
#page_article .zone_haute .wrap .textes .date {
    text-align: center;
    justify-content: center;
  }
}
#page_article .zone_basse .texte p {
  font: 18px/25px BarlowSemiCondensedRegular;
  text-align: justify;
  color: #3c3c3c;
}
#page_article .zone_basse .texte p strong {
  font: 18px/25px BarlowSemiCondensedBold;
}
@media (max-width: 540px) {
  #page_article .zone_basse .texte p {
    text-align: left;
  }
}
#page_article .zone_basse .article_footer {
  margin-top: 20px;
  margin-bottom: 80px;
  height: 30px;
  display: flex;
  align-items: baseline;
}
#page_article .zone_basse .article_footer .titre {
  font: 20px/1 BarlowSemiCondensedBold;
  text-transform: uppercase;
  color: #467882;
  padding-right: 20px;
  border-right: solid 1px #46bedc;
}
#page_article .zone_basse .article_footer .liens a {
  font: 20px/1 BarlowSemiCondensedBold;
  text-transform: uppercase;
  color: #46bedc;
  padding-left: 20px;
  padding-right: 20px;
  border-right: solid 1px #46bedc;
}
#page_article .zone_basse .article_footer .reseaux a {
  font: 20px/1 BarlowSemiCondensedBold;
  text-transform: uppercase;
  color: #46bedc;
  padding-left: 20px;
  padding-right: 20px;
  border-right: solid 1px #46bedc;
}
#page_article .zone_basse .article_footer .reseaux a i {
  font-size: 20px;
}
@media (max-width: 760px) {
  #page_article .zone_basse .article_footer {
    flex-wrap: wrap;
  }
  #page_article .zone_basse .article_footer .titre {
    white-space: nowrap;
  }
  #page_article .zone_basse .article_footer .liens {
    white-space: nowrap;
  }
  #page_article .zone_basse .article_footer .reseaux {
    white-space: nowrap;
  }
}
#page_article .zone_liste {
  position: relative;
  background: #e6ebeb;
  padding: 80px 0 40px;
}
#page_article .zone_liste .zone_wrap {
  position: relative;
  padding: 0 60px;
}
#page_article .zone_liste .zone_wrap .chk_un_article {
  width: 240px;
  flex: 0 0 240px;
  margin: 0 calc(36px + -21 * (100vw - 400px) / 600);
}
@media (max-width: 400px) {
  #page_article .zone_liste .zone_wrap .chk_un_article {
    margin: 0 15px;
  }
}
@media (min-width: 1000px) {
  #page_article .zone_liste .zone_wrap .chk_un_article {
    margin: 0 36px;
  }
}
#page_article .zone_liste .zone_wrap .chk_un_article > * {
  max-width: 240px;
  margin-left: auto !important;
  margin-right: auto !important;
}
#page_article .zone_liste .zone_wrap .chk_un_article img {
  margin: 0 auto;
}
#page_article .zone_liste .zone_wrap .chk_un_article .categorie {
  font: 15px/1 BarlowSemiCondensedRegular;
  text-transform: uppercase;
  color: #467882;
  height: 20px;
  display: flex;
  align-items: center;
  border-top: solid 1px #467882;
  border-bottom: solid 1px #467882;
  margin-bottom: 15px;
}
#page_article .zone_liste .zone_wrap .chk_un_article .titre {
  font: 20px/1 BarlowSemiCondensedExtraBold;
  text-transform: uppercase;
  color: #467882;
  margin: 0;
}
#page_article .zone_liste .zone_wrap .chk_un_article .soustitre {
  font: 20px/1 BarlowSemiCondensedMedium;
  color: #467882;
  margin: 0;
}
#page_article .zone_liste .zone_wrap .chk_un_article .citation {
  font: 19px/1 BarlowSemiCondensedExtraLight;
  color: #467882;
  margin: 0;
}
#page_article .zone_liste .zone_wrap .chk_un_article .date {
  font: 15px/1 BarlowSemiCondensedRegular;
  text-transform: uppercase;
  color: #467882;
  height: 20px;
  display: flex;
  align-items: center;
  border-top: solid 1px #467882;
  border-bottom: solid 1px #467882;
  margin: 15px 0;
}
#page_article .zone_liste .navigation_liste {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media (min-width: 1100px) {
  #page_article .zone_liste .navigation_liste {
    padding: 0 calc(50vw - 500px);
  }
}
@media (max-width: 540px) {
  #page_article .zone_liste .navigation_liste {
    padding: 0;
  }
}
#page_article .zone_liste .navigation_liste.off {
  display: none;
}
#page_article .zone_liste .navigation_liste .btn_precedent, #page_article .zone_liste .navigation_liste .btn_suivant {
  background: transparent;
  border: none;
  align-self: center;
  pointer-events: auto;
  cursor: pointer;
}
#page_article .zone_liste .navigation_liste .btn_precedent i, #page_article .zone_liste .navigation_liste .btn_suivant i {
  font-size: 80px;
  font-size: calc(60px + 20 * (100vw - 400px) / 600);
  color: #467882;
}
@media (max-width: 400px) {
  #page_article .zone_liste .navigation_liste .btn_precedent i, #page_article .zone_liste .navigation_liste .btn_suivant i {
    font-size: 60px;
  }
}
@media (min-width: 1000px) {
  #page_article .zone_liste .navigation_liste .btn_precedent i, #page_article .zone_liste .navigation_liste .btn_suivant i {
    font-size: 80px;
  }
}

#page_mentions main {
  margin: 60px auto 30px;
}
#page_mentions main h1 {
  font: 50px/1 BarlowCondensedExtraLight;
  text-align: center;
  color: #467882;
}
#page_mentions main .texte p {
  font: 18px/1.5 BarlowSemiCondensedRegular;
  text-align: justify;
}
#page_mentions main .texte p strong, #page_mentions main .texte p a {
  font: 18px/1.5 BarlowSemiBold;
}

footer .footer_social {
  background: #82a096;
}
footer .footer_social .zone_wrap ul {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
footer .footer_social .zone_wrap ul li {
  color: white;
  margin: auto 10px;
  font: 25px/1.5 BarlowSemiCondensedLight;
}
footer .footer_social .zone_wrap ul li a {
  color: white;
}
footer .footer_social .zone_wrap ul li a span {
  display: none;
}
footer .footer_info .zone_wrap {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}
footer .footer_info .zone_wrap .logo {
  margin: 0 auto 30px;
  height: 60px;
}
footer .footer_info .zone_wrap .logo img {
  width: 320px;
  height: 60px;
}
footer .footer_info .zone_wrap .logo p {
  display: none;
}
footer .footer_info .zone_wrap .contact p {
  margin: 0;
  color: #3c3c3c;
}
footer .footer_info .zone_wrap .contact .adresse {
  font: 20px/1.5 BarlowSemiCondensedRegular;
}
footer .footer_info .zone_wrap .contact .telephone {
  font: 20px/1.5 BarlowSemiCondensedRegular;
}
footer .footer_info .zone_wrap .contact .email a {
  font: 20px/1.5 BarlowSemiCondensedBold;
  color: #467882;
}
footer .footer_info .zone_wrap .contact nav {
  display: flex;
  align-items: flex-end;
  margin: 10px auto;
  width: fit-content;
}
footer .footer_info .zone_wrap .contact nav a {
  font: 17px/1 BarlowSemiCondensedExtraBold;
  text-transform: uppercase;
  color: #46bedc;
}
footer .footer_info .zone_wrap .contact nav ul {
  margin-left: 30px;
}
footer .footer_info .zone_wrap .contact nav ul li {
  list-style: none;
  position: relative;
  top: 5px;
}
footer .footer_info .zone_wrap .contact nav ul li a {
  font-size: 25px;
  color: #46bedc;
}
footer .footer_info .zone_wrap .contact .mentions {
  width: 320px;
  border-top: #82a096 solid 1px;
  margin: 20px auto;
  padding-top: 10px;
  font: 15px/40px BarlowSemiCondensedRegular;
  color: #3c3c3c;
}

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