/* *************** VARIABLES GENERIQUES ***********************  */
/* ------------ COULEURS ET DES PALETTES ------------ */
/* ------------ BREAKPOINTS ------------ */
/* ------------ DEFINITION DES VARIABLES TYPOGRAPHIQUES ------------ */
/* ****************** FONCTIONS *************** */
/* ****************** MIXINS ************************** */
/*  *************** RESET ********************* */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.15;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -ms-scrollbar-face-color: #DDE0E7;
  -ms-scrollbar-arrow-color: #DDE0E7;
  -ms-scrollbar-track-color: #DDE0E7;
  -ms-scrollbar-shadow-color: #73757B;
  -ms-scrollbar-highlight-color: #73757B;
  -ms-scrollbar-3dlight-color: #73757B;
  -ms-scrollbar-darkshadow-color: #73757B;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
*::-webkit-scrollbar {
  width: 8px;
  background: #eee;
  border: 1px solid #DDE0E7;
  border-radius: 3.2px;
  -webkit-border-radius: 3.2px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 3.2px;
  -webkit-border-radius: 3.2px;
  background: rgba(178, 178, 178, 0.8);
}
*::-webkit-scrollbar-track {
  background: #DDE0E7;
}

*:focus {
  outline: none;
}

*, ::after, ::before {
  box-sizing: border-box;
}

/*  *************** REBOOT ********************* */
html, body {
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  color: #000000;
}
html .material-icons, body .material-icons {
  font-display: swap;
  line-height: 1.2;
}

blockquote {
  font-style: italic;
  color: #73757B;
}
blockquote.spip {
  margin: 2rem 1rem 2rem 1rem;
}

a {
  text-decoration: none;
  color: #f8a640;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans";
  font-weight: 900;
}

.mini {
  font-size: 0.5rem;
}

.xxsmall {
  font-size: 0.647rem;
}

.xsmall {
  font-size: 0.765rem;
}

.small {
  font-size: 0.881rem;
}

.normal {
  font-size: 1rem;
}

.large {
  font-size: 1.118rem;
}

.xlarge {
  font-size: 1.295rem;
}

.xxlarge {
  font-size: 1.588rem;
}

.big {
  font-size: 1.823rem;
}

.xbig {
  font-size: 2.118rem;
}

.xxbig {
  font-size: 2.47rem;
}

.thin {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.formulaire_login {
  width: 360px;
  margin: auto;
  padding: 20px 0;
  height: 352px;
}

#pagination_docmots, #pagination_motscontenus, #pagination_posts_list, #pagination_rubmots, #pagination_evemots, #pagination_evesommaire {
  position: absolute;
}

.pagination_ancre {
  position: absolute;
  top: -70px;
  left: 0;
}

.espace-pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-family: "Fira Sans";
  padding: 8px;
  color: #DDE0E7;
  text-align: center;
  margin-bottom: 20px;
}
.espace-pagination .on {
  color: #5F6167;
}
.espace-pagination span.sep {
  color: #EBEEF5;
}
.espace-pagination a.lien_pagination {
  text-decoration: none;
  color: #66002b;
}
.espace-pagination a.lien_pagination:hover {
  color: #f8a640;
}

.search-result > h1 span {
  color: #66002b;
}
.search-result > ul {
  padding: 20px 15px;
}
.search-result > ul li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px;
}
.search-result > ul li small {
  flex: 0 0 120px;
}
.search-result > ul li small > span {
  display: inline-block;
  width: 20px;
  color: #f8a640;
}
.search-result > ul li a {
  color: #a36680;
  flex: 1;
}
.search-result > ul li a:hover {
  color: #66002b;
}

/*  *************** OBJETS *************** */
.ess-O-layout {
  position: relative;
  display: grid;
  grid-gap: 1rem;
  margin: 0 1rem;
}
.ess-O-layout.--une {
  grid-template-columns: [gauche] 1fr [centre] 2fr [droite] 1fr;
  grid-auto-flow: dense;
  align-items: stretch;
}
.ess-O-layout.--nouveau {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ess-O-layout.--lu {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: dense;
}
.ess-O-layout.--rubrique {
  grid-template-columns: [content] 3fr [aside] 1fr;
  grid-auto-flow: dense;
}
.ess-O-layout.--article {
  grid-template-columns: [content] 3fr [aside] 1fr;
  grid-auto-flow: dense;
}

.boutons .submit {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  font-family: "Fira Sans";
  font-size: 1rem;
  color: #ffffff;
  background-color: #9C9EA4;
  border: 1px solid #9C9EA4;
  border-radius: 3.2px;
  margin: 0.25rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  text-decoration: none;
  background-color: #f8a640;
  border: 1px solid #f8a640;
}
.boutons .submit:not([disabled]):hover, .boutons .submit:not([disabled]).hovered, .boutons .submit:not(.disabled):hover, .boutons .submit:not(.disabled).hovered {
  background-color: #fbca8c;
  border-color: #fbca8c;
}
.boutons .submit:not([disabled]):active, .boutons .submit:not([disabled]).pressed, .boutons .submit:not(.disabled):active, .boutons .submit:not(.disabled).pressed {
  background-color: #fbca8c;
  border-color: #f8a640;
}

fieldset legend {
  color: #66002b;
  font-family: "Roboto";
  margin-bottom: 20px;
}

.comment-content {
  padding: 10px 20px;
  border-left: 2px solid #66002b;
  margin: 10px;
  font-family: monospace;
}

.ess-O-btn {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  font-family: "Fira Sans";
  font-size: 1rem;
  color: #ffffff;
  background-color: #9C9EA4;
  border: 1px solid #9C9EA4;
  border-radius: 3.2px;
  margin: 0.25rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  text-decoration: none;
}
.ess-O-btn:not([disabled]):hover, .ess-O-btn:not([disabled]).hovered, .ess-O-btn:not(.disabled):hover, .ess-O-btn:not(.disabled).hovered {
  background-color: #BBBDC4;
  border-color: #BBBDC4;
}
.ess-O-btn:not([disabled]):active, .ess-O-btn:not([disabled]).pressed, .ess-O-btn:not(.disabled):active, .ess-O-btn:not(.disabled).pressed {
  background-color: #BBBDC4;
  border-color: #9C9EA4;
}
.ess-O-btn[disabled], .ess-O-btn.disabled {
  cursor: not-allowed;
  opacity: 30%;
}
.ess-O-btn.--group {
  padding: 0.5rem;
}
.ess-O-btn.--group > .material-icons:not(:only-child) {
  font-size: 1.118rem;
  margin: 0 0 0 0.5rem;
}
.ess-O-btn.--group.-left {
  flex-direction: row-reverse;
}
.ess-O-btn.--group.-left > .material-icons:not(:only-child) {
  margin: 0 0.5rem 0 0;
}
.ess-O-btn.--group.--small {
  font-size: 0.765rem;
  padding: 0.25rem;
}
.ess-O-btn.--group.--small > .material-icons:not(:only-child) {
  margin: 0 0 0 0.25rem;
}
.ess-O-btn.--primary {
  background-color: #f8a640;
  border: 1px solid #f8a640;
}
.ess-O-btn.--primary:not([disabled]):hover, .ess-O-btn.--primary:not([disabled]).hovered, .ess-O-btn.--primary:not(.disabled):hover, .ess-O-btn.--primary:not(.disabled).hovered {
  background-color: #fbca8c;
  border-color: #fbca8c;
}
.ess-O-btn.--primary:not([disabled]):active, .ess-O-btn.--primary:not([disabled]).pressed, .ess-O-btn.--primary:not(.disabled):active, .ess-O-btn.--primary:not(.disabled).pressed {
  background-color: #fbca8c;
  border-color: #f8a640;
}
.ess-O-btn.--secondary {
  background-color: #66002b;
  border: 1px solid #66002b;
}
.ess-O-btn.--secondary:not([disabled]):hover, .ess-O-btn.--secondary:not([disabled]).hovered, .ess-O-btn.--secondary:not(.disabled):hover, .ess-O-btn.--secondary:not(.disabled).hovered {
  background-color: #a36680;
  border-color: #a36680;
}
.ess-O-btn.--secondary:not([disabled]):active, .ess-O-btn.--secondary:not([disabled]).pressed, .ess-O-btn.--secondary:not(.disabled):active, .ess-O-btn.--secondary:not(.disabled).pressed {
  background-color: #a36680;
  border-color: #66002b;
}
.ess-O-btn.--phantom {
  color: #5F6167;
  background-color: #ffffff;
  border: 1px solid #DDE0E7;
}
.ess-O-btn.--phantom:not([disabled]):hover, .ess-O-btn.--phantom:not([disabled]).hovered, .ess-O-btn.--phantom:not(.disabled):hover, .ess-O-btn.--phantom:not(.disabled).hovered {
  background-color: #ffffff;
  border: 1px solid #9C9EA4;
}
.ess-O-btn.--phantom:not([disabled]):active, .ess-O-btn.--phantom:not([disabled]).pressed, .ess-O-btn.--phantom:not(.disabled):active, .ess-O-btn.--phantom:not(.disabled).pressed {
  color: #ffffff;
  background-color: #9C9EA4;
  border-color: #9C9EA4;
}
.ess-O-btn.--small {
  font-size: 0.881rem;
  padding: 0.25rem 0.5rem;
}

.ess-0-input {
  box-sizing: border-box;
  display: block;
  font-size: 0.881rem;
  height: 36px;
  width: 100%;
  padding: 7px 14px;
  line-height: 1.42857143;
  color: #404248;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #f8a640;
  border-radius: 3.2px;
}
.ess-0-input::placeholder {
  color: #9C9EA4;
}
.ess-0-input:not([disabled]):hover, .ess-0-input:not([disabled]).hovered, .ess-0-input:not(.disabled):hover, .ess-0-input:not(.disabled).hovered {
  background-color: #feedd9;
}
.ess-0-input:not([disabled]):focus, .ess-0-input:not([disabled]).focused, .ess-0-input:not(.disabled):focus, .ess-0-input:not(.disabled).focused {
  background-color: #feedd9;
  outline: 0;
}
.ess-0-input[disabled], .ess-0-input.disabled {
  cursor: not-allowed;
  background-color: #fef5e9;
  border-color: #fef5e9;
  color: #DDE0E7;
}
.ess-0-input[disabled]:hover, .ess-0-input[disabled].hovered, .ess-0-input[disabled]:focus, .ess-0-input[disabled].focused, .ess-0-input.disabled:hover, .ess-0-input.disabled.hovered, .ess-0-input.disabled:focus, .ess-0-input.disabled.focused {
  cursor: not-allowed;
  background-color: #fef5e9;
  border-color: #fef5e9;
  color: #DDE0E7;
}

.ess-0-label {
  display: inline-block;
  font-size: 0.881rem;
  font-weight: 600;
  margin-bottom: 0.857rem;
}

.ess-0-input-group {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
.ess-0-input-group .ess-0-input {
  font-family: "Roboto", Arial;
  padding-right: 35px;
}
.ess-0-input-group .ess-0-input[disabled], .ess-0-input-group .ess-0-input.disabled {
  cursor: not-allowed;
}
.ess-0-input-group .ess-0-input[disabled] + .material-icons, .ess-0-input-group .ess-0-input.disabled + .material-icons {
  cursor: not-allowed;
  color: #fcdbb3;
}
.ess-0-input-group > .material-icons {
  border: none;
  background-color: transparent;
  position: absolute;
  margin-right: 14px;
  color: #f8a640;
  font-size: 1.295rem;
  cursor: pointer;
}

.ess-O-select__select {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-items: stretch;
  overflow: hidden;
  height: 36px;
  width: 100%;
  border: 1px solid #DDE0E7;
  border-radius: 3.2px;
  font-size: 0.881rem;
  line-height: 1.42857143;
  padding: 7px 14px;
  color: #1F2126;
  background-color: #DDE0E7;
}
.ess-O-select__select select {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  cursor: pointer;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.ess-O-select__select select > option:checked {
  font-weight: bold;
  color: #404248;
}
.ess-O-select__select:not([disabled]):hover, .ess-O-select__select:not([disabled]).hovered, .ess-O-select__select:not(.disabled):hover, .ess-O-select__select:not(.disabled).hovered {
  border-color: #f8a640;
}
.ess-O-select__select:not([disabled]):hover > .material-icons, .ess-O-select__select:not([disabled]).hovered > .material-icons, .ess-O-select__select:not(.disabled):hover > .material-icons, .ess-O-select__select:not(.disabled).hovered > .material-icons {
  color: #f8a640;
}
.ess-O-select__select:not([disabled]):focus-within > .material-icons, .ess-O-select__select:not(.disabled):focus-within > .material-icons {
  transform: rotate(90deg);
}
.ess-O-select__select:not([disabled]) select.focused + .material-icons, .ess-O-select__select:not(.disabled) select.focused + .material-icons {
  transform: rotate(90deg);
}
.ess-O-select__select[disabled], .ess-O-select__select.disabled {
  cursor: not-allowed;
  background-color: #DDE0E7;
  border-color: #DDE0E7;
  border-width: 1px;
}
.ess-O-select__select[disabled]:hover, .ess-O-select__select[disabled].hovered, .ess-O-select__select.disabled:hover, .ess-O-select__select.disabled.hovered {
  border-color: #DDE0E7;
  color: #404248;
}
.ess-O-select__select[disabled]:hover > select[disabled],
.ess-O-select__select[disabled]:hover > select.disabled,
.ess-O-select__select[disabled]:hover > select:hover,
.ess-O-select__select[disabled]:hover > select:focus, .ess-O-select__select[disabled].hovered > select[disabled],
.ess-O-select__select[disabled].hovered > select.disabled,
.ess-O-select__select[disabled].hovered > select:hover,
.ess-O-select__select[disabled].hovered > select:focus, .ess-O-select__select.disabled:hover > select[disabled],
.ess-O-select__select.disabled:hover > select.disabled,
.ess-O-select__select.disabled:hover > select:hover,
.ess-O-select__select.disabled:hover > select:focus, .ess-O-select__select.disabled.hovered > select[disabled],
.ess-O-select__select.disabled.hovered > select.disabled,
.ess-O-select__select.disabled.hovered > select:hover,
.ess-O-select__select.disabled.hovered > select:focus {
  cursor: not-allowed;
}
.ess-O-select__select[disabled]:hover > select[disabled] + .material-icons,
.ess-O-select__select[disabled]:hover > select.disabled + .material-icons,
.ess-O-select__select[disabled]:hover > select:hover + .material-icons,
.ess-O-select__select[disabled]:hover > select:focus + .material-icons, .ess-O-select__select[disabled].hovered > select[disabled] + .material-icons,
.ess-O-select__select[disabled].hovered > select.disabled + .material-icons,
.ess-O-select__select[disabled].hovered > select:hover + .material-icons,
.ess-O-select__select[disabled].hovered > select:focus + .material-icons, .ess-O-select__select.disabled:hover > select[disabled] + .material-icons,
.ess-O-select__select.disabled:hover > select.disabled + .material-icons,
.ess-O-select__select.disabled:hover > select:hover + .material-icons,
.ess-O-select__select.disabled:hover > select:focus + .material-icons, .ess-O-select__select.disabled.hovered > select[disabled] + .material-icons,
.ess-O-select__select.disabled.hovered > select.disabled + .material-icons,
.ess-O-select__select.disabled.hovered > select:hover + .material-icons,
.ess-O-select__select.disabled.hovered > select:focus + .material-icons {
  color: #404248;
  transform: rotate(0deg);
}
.ess-O-select__select > .material-icons {
  position: absolute;
  font-size: 1.295rem;
  right: 14px;
  color: #DDE0E7;
}

.ess-O-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.ess-O-list.--vertical {
  flex-flow: column wrap;
  justify-content: stretch;
  align-items: stretch;
}
.ess-O-list li {
  margin: 0.2rem 0;
}

.ess-O-card {
  display: flex;
  flex-flow: column wrap;
  justify-content: stretch;
  align-items: stretch;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: white;
  border-bottom: 1px solid #DDE0E7;
}
.ess-O-card .ess-O-card__header {
  margin: -0.5rem -0.5rem 1rem -0.5rem;
  overflow: hidden;
  display: flex;
}
.ess-O-card .ess-O-card__content {
  margin-bottom: 0.5rem;
}
.ess-O-card.--horizontal {
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
}
.ess-O-card.--horizontal .ess-O-card__header {
  flex: 0 0 38%;
  margin-right: 2%;
}
.ess-O-card.--horizontal .ess-O-card__content {
  flex: 0 0 60%;
}
.ess-O-card.--horizontal .ess-O-card__footer {
  flex: 0 0 100%;
  display: flex;
  justify-content: flex-end;
}

.ess-O-titreSecteur {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-family: "Roboto";
  font-size: 1.588rem;
  font-weight: 800;
  color: #66002b;
  margin-bottom: 0.2rem;
}
.ess-O-titreSecteur:after {
  margin-left: 20px;
  flex: 1;
  height: 1px;
  content: " ";
  background-color: #66002b;
}
.ess-O-titreSecteur:before {
  margin-right: 20px;
  flex: 0 0 20px;
  height: 1px;
  content: " ";
  background-color: #66002b;
}

.ess-O-menu > ul > li {
  font-family: "Fira Sans";
  font-size: 1rem;
}
.ess-O-menu > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem;
  text-decoration: none;
  color: #404248;
  transition: background-color 0.4s;
  padding: 1rem 0.5rem 1rem 0.5rem;
}
.ess-O-menu > ul > li > a:hover {
  background-color: #EBEEF5;
}
.ess-O-menu > ul ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem;
  text-decoration: none;
  color: #404248;
  transition: background-color 0.4s;
  padding: 0.5rem;
}
.ess-O-menu > ul ul > li > a:hover {
  background-color: #EBEEF5;
}

/*  *************** COMPOSANTS CSS *************** */
.ess-C-header {
  max-width: 1600px;
  margin: auto;
  position: relative;
  padding: 0 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.ess-C-header figure {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  height: 90%;
}
.ess-C-header figure a {
  height: inherit;
}
.ess-C-header figure a .ess-O-logo {
  width: auto;
  height: inherit;
}
.ess-C-header > .ess-O-list .--phantom + .formulaire_login {
  display: none;
  position: absolute;
  z-index: 100;
  margin: 1rem;
  padding: 20px;
  border: 1px solid #ffffff;
  border-radius: 16px;
  background-color: #ffffff;
  font-size: 0.765rem;
  box-shadow: 0 0 8px #999;
}
.ess-C-header > .ess-O-list .--phantom + .formulaire_login.show {
  display: block;
}
.ess-C-header > .ess-O-list .--phantom + .formulaire_login legend {
  display: none;
}

.ess-C-navbar {
  top: 0;
  position: sticky;
  z-index: 100;
  padding: 1rem 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background-color: #66002b;
}
.ess-C-navbar #open-lateral-nav-button {
  display: none;
}
.ess-C-navbar a {
  flex: 0 0 auto;
}
.ess-C-navbar figure {
  display: none;
}
.ess-C-navbar nav {
  flex: 1 0 auto;
  justify-content: center;
  padding: 0 1rem;
  font-family: "Roboto";
  font-weight: lighter;
  max-width: 760px;
}
.ess-C-navbar nav a {
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  align-self: center;
}
.ess-C-navbar nav a:first-child {
  margin-right: 20px;
  color: #f9b866;
}
.ess-C-navbar nav a:hover {
  color: #f8a640;
}
.ess-C-navbar nav a:not(:first-child):not(:last-child)::after {
  content: "|";
  color: #ba7d30;
  padding: 0 5px;
}
.ess-C-navbar .ess-0-input-group {
  position: relative;
  flex: 0 0 170px;
}
.ess-C-navbar .ess-0-input-group #autocomplete-list {
  position: absolute;
  top: 38px;
  width: 215px;
  max-height: 250px;
  overflow-y: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: white;
  border: 1px solid #f8a640;
  border-radius: 3px;
  padding: 20px 0;
  font-size: 0.881rem;
  box-shadow: 3px 3px 5px #CCC;
}
.ess-C-navbar .ess-0-input-group #autocomplete-list:empty {
  display: none;
}
.ess-C-navbar .ess-0-input-group #autocomplete-list > a {
  display: block;
  width: 100%;
  color: #1F2126;
  padding: 3px 10px;
}
.ess-C-navbar .ess-0-input-group #autocomplete-list > a:not(:last-child) {
  margin-bottom: 10px;
}
.ess-C-navbar .ess-0-input-group #autocomplete-list > a:hover {
  background-color: #feedd9;
}

.ess-C-footer {
  background-color: #1F2126;
  padding: 1rem;
  color: #ffffff;
}

.ess-C-flux {
  justify-content: space-around;
  max-width: 650px;
  margin: 20px auto 40px auto;
}
.ess-C-flux a {
  height: 60px;
}
.ess-C-flux > *:not(:first-child) {
  flex: 0 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 50%;
}
.ess-C-flux > *:not(:first-child):hover {
  opacity: 100%;
}
.ess-C-flux > *:nth-child(1) {
  font-family: "Roboto";
  flex: 1 0 100%;
  text-align: center;
  min-height: 25px;
}

.ess-C-shortcutsList {
  margin: 0 auto 30px auto;
}
.ess-C-shortcutsList > * {
  border-left: 1px solid #73757B;
  padding: 0 20px;
  flex: 1 1 25%;
}
.ess-C-shortcutsList > * .titre {
  font-family: "Roboto";
  font-weight: 800;
  color: #404248;
  font-size: 1.295rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
.ess-C-shortcutsList > * a {
  display: inline-block;
  font-size: 0.881rem;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem 0;
}

.ess-C-signature {
  font-family: "Roboto";
  font-size: 0.647rem;
  justify-content: space-around;
  align-items: center;
  max-width: 350px;
  margin: auto;
}
.ess-C-signature a {
  color: #ffffff;
}
.ess-C-signature img {
  max-height: 50px;
  filter: grayscale(100%);
}

.ess-C-card.--horizontal .ess-C-card__infos {
  width: 60%;
}
.ess-C-card__subtitle { 
  font-family: "Fira Sans";
  font-size: 1.588rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.ess-C-card__subtitle a {
  color: #f8a640;
  text-decoration: none;
}
.ess-C-card__title {
  font-family: "Fira Sans";
  font-size: 1.118rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.ess-C-card__title a {
  color: #1F2126;
  text-decoration: none;
}
.ess-C-card__picture {
  object-fit: cover;
  width: 100%;
}
.ess-C-card__infos {
  font-family: "Fira Sans";
  width: 100%;
  align-items: center;
  font-size: 0.881rem;
}
.ess-C-card__infos.--horizontal {
  width: 60%;
}
.ess-C-card__infos > *:nth-child(1) {
  color: #66002b;
  font-weight: 600;
}
.ess-C-card__infos > *:nth-child(2) {
  color: #5F6167;
}
.ess-C-card__infos > *:last-child .ess-O-btn.--group {
  font-size: 0.765rem;
  padding: 0.25rem 0 0.25rem 0.25rem;
}

.ess-C-article-list .espace-pagination {
  grid-column: span 3;
}
.ess-C-article-list article {
  border-bottom: 2px dotted #eeeeee;
}
.ess-C-article-list article > a {
  text-decoration: none;
  color: #1F2126;
}
.ess-C-article-list article > a figure {
  margin-bottom: 0.5rem;
}
.ess-C-article-list article > a figure > img {
  object-fit: cover;
  display: block;
  width: 100%;
  max-height: 200px;
  height: auto;
}
.ess-C-article-list article > a h4 {
  font-family: "Fira Sans";
  font-size: 1.588rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  color: #f8a640;
}
.ess-C-article-list article > a h3 {
  font-family: "Fira Sans";
  font-size: 1.118rem;
  font-weight: 900;
  min-height: 43px;
  margin-bottom: 0.5rem;
  color: #1F2126;
}
.ess-C-article-list article > a p {
  margin-bottom: 0.5rem;
  font-size: 0.881rem;
  min-height: 51px;
}
.ess-C-article-list article aside {
  font-family: "Fira Sans";
  width: 100%;
  align-items: center;
  font-size: 0.881rem;
}
.ess-C-article-list article aside > a::after {
  content: "chevron_right";
  font-family: "Material Icons";
}
.ess-C-article-list article aside > *:nth-child(1) {
  color: #5F6167;
}
.ess-C-article-list article aside > *:nth-child(2) {
  color: #f8a640;
}
.ess-C-article-list article aside > *:nth-child(2).typemedia {
  margin-bottom: 0.5rem;
  color: #f8a640;
}

.ess-C-event-list.ess-O-list > li {
  border-left: 2px solid #f8a640;
}
.ess-C-event-list.ess-O-list > li:hover {
  background-color: #EBEEF5;
}
.ess-C-event-list.ess-O-list > li > a {
  display: block;
  font-size: 0.765rem;
  color: #1F2126;
  margin-left: 5px;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.ess-C-event-list.ess-O-list > li > a time {
  display: inline-block;
  font-size: 0.765rem;
  font-weight: 900;
  color: #66002b;
  margin-bottom: 0.5rem;
}
.ess-C-event-list.ess-O-list > li > a time + span {
  color: #66002b;
}
.ess-C-event-list.ess-O-list > li > a h1 {
  font-family: "Fira Sans";
  font-size: 0.881rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  margin-left: 20px;
}
.ess-C-event-list.ess-O-list > li > a p {
  margin-left: 20px;
}

body.lateral-nav-open .ess-C-smart-panel__backdrop {
  top: 0;
  left: 0;
  opacity: 0.9;
}
body.lateral-nav-open .ess-C-smart-panel__wrapper {
  top: 0;
  left: 0;
}

/* dd container */
.dropdown {
  display: inline-block;
  position: relative;
  outline: none;
  margin: 10px;
}

.dropbtn {
  padding: 12px 16px;
  cursor: pointer;
  transition: 0.35s ease-out;
}

/* dd content */
.dropdown .dropdown-content {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #f7f7f7;
  width: 220px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s ease-out;
}

.dropdown.left .dropdown-content {
  left: 0;
}

.dropdown-content a {
  color: black;
  padding: 8px 10px;
  display: block;
  text-decoration: none;
  transition: 0.35s ease-out;
}

.dropdown-content a:hover {
  background-color: #eaeaea;
}

/* show dd content */
.dropdown:focus .dropdown-content {
  outline: none;
  transform: translateY(20px);
  visibility: visible;
  opacity: 1;
}

/* mask to close menu by clicking on the button */
.dropdown .db2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  display: none;
}

.dropdown:focus .db2 {
  display: inline-block;
}

.dropdown .db2:focus .dropdown-content {
  outline: none;
  visibility: hidden;
  opacity: 0;
}

.ess-C-smart-panel__backdrop {
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  background-color: #000;
  opacity: 0;
  cursor: pointer;
}
.ess-C-smart-panel__wrapper {
  transition: all 0.3s ease-in-out;
  position: fixed;
  left: -100vw;
  z-index: 2001;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  background-color: #FFF;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.ess-C-smart-panel__wrapper > *:nth-child(2) {
  flex: 1;
}
.ess-C-smart-panel__wrapper > header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  color: #ffffff;
}
.ess-C-smart-panel__wrapper > header i {
  font-size: 1rem;
}
.ess-C-smart-panel__wrapper > .main {
  color: #73757B;
  width: 300px;
  overflow: auto;
}
.ess-C-smart-panel__wrapper > footer {
  align-self: center;
}

.ess-C-filAriane {
  font-family: "Fira Sans";
  font-size: 1rem;
  justify-content: flex-start;
  margin: 1rem 1rem;
  padding: 10px;
  border-bottom: 1px solid #EBEEF5;
}
.ess-C-filAriane a {
  display: inline-flex;
  padding: 0 0 0.5rem 0;
  text-decoration: none;
  color: #73757B;
}
.ess-C-filAriane a:hover {
  color: #f8a640;
}
.ess-C-filAriane a:not(:last-child)::after {
  content: " > ";
  display: block;
  padding: 0 0.5rem;
}

section.ess-C-article {
  margin-bottom: 3rem;
}
section.ess-C-article > p {
  grid-column: date;
  font-family: "Fira Sans";
  font-size: 0.881rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
section.ess-C-article > ul.ess-O-list {
  grid-column: mot;
  margin-bottom: 1.5rem;
  justify-content: flex-start;
}
section.ess-C-article > ul.ess-O-list li {
  margin: 0;
}
section.ess-C-article > h1 {
  grid-column: titre;
  font-size: 1.823rem;
}
section.ess-C-article > figure {
  grid-column: image;
  display: flex;
  overflow: hidden;
  margin: 0 0.5rem 0.5rem 0;
}
section.ess-C-article > figure > img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
section.ess-C-article > article {
  grid-column: texte;
}
section.ess-C-article > article .corps {
  margin: 30px 0;
  columns: 2 auto;
  column-gap: 2em;
  column-rule: 1px solid #aaaaaa;
  text-align: justify;
}
section.ess-C-article > article .corps img {
  max-width: 100%;
  height: auto;
}
section.ess-C-article > article .corps.single-column {
  columns: auto;
}
section.ess-C-article > article .corps ol.spip {
  list-style-type: decimal;
}
section.ess-C-article > article .corps ul.spip {
  margin: 10px 0;
  padding-left: 20px;
  list-style: square;
}
section.ess-C-article > article .corps ul.spip li {
  margin-bottom: 10px;
}
section.ess-C-article > article .corps ul.spip li ul {
  list-style-type: disc;
  padding-left: 15px;
}
section.ess-C-article > article .corps ul.spip li li ul {
  list-style-type: circle;
  padding-left: 15px;
}
section.ess-C-article > article p {
  margin-bottom: 1rem;
}
section.ess-C-article > article p.source {
  text-align: right;
  font-size: 0.881rem;
}
section.ess-C-article > article p.source a {
  color: #5F6167;
}
section.ess-C-article > article p.source a:hover {
  color: #66002b;
}
section.ess-C-article > article .comments {
  padding: 10px;
  border-left: 3px solid #DDE0E7;
  margin-bottom: 10px;
}
section.ess-C-article > article .abonnement {
  display: none;
}
section.ess-C-article > article.--restreint {
  position: relative;
  height: 450px;
  overflow: hidden;
}
section.ess-C-article > article.--restreint .abonnement {
  position: absolute;
  font-size: 1rem;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%);
  text-align: center;
  padding-top: 30px;
  border-bottom: 4px solid #66002b;
  margin-bottom: 20px;
}
section.ess-C-article > article.--restreint .abonnement > h1 {
  font-size: 1.118rem;
  color: #404248;
  padding: 30px 0;
  width: 100%;
}
section.ess-C-article > article .notes {
  position: relative;
  font-size: 0.811rem;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #EBEEF5;
}
section.ess-C-article > article .notes::before {
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
  content: "Notes de bas de page";
  font-family: "Roboto";
  color: #66002b;
  border-bottom: 1px solid #EBEEF5;
}
section.ess-C-article > article .spip_documents {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #EBEEF5;
  border-bottom: 1px solid #EBEEF5;
}
section.ess-C-article > article .spip_documents > dt:first-child {
  flex: 0 0 auto;
  padding: 5px;
  transition: all ease 0.3s;
}
section.ess-C-article > article .spip_documents > dt:first-child:hover {
  transform: scale(1.05);
}
section.ess-C-article > article .spip_documents > dt:last-child {
  flex: 1 0 auto;
  text-align: left;
  font-family: "Roboto";
  font-size: 0.881rem;
}
section.ess-C-article .list-comments > h1 {
  color: #66002b;
  font-family: "Roboto";
  margin-bottom: 20px;
}
section.ess-C-article .list-comments > article {
  margin-top: 10px;
  padding-left: 5px;
  border-left: 4px solid #f8a640;
}
section.ess-C-article .list-comments > article > h1 {
  font-weight: normal;
}

.ess-C-smartMenu .ess-O-list {
  flex-flow: column wrap;
}
.ess-C-smartMenu .ess-O-list a {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding: 0.25rem;
  text-decoration: none;
  color: #404248;
  transition: background-color 0.4s;
  border-bottom: 1px solid #DDE0E7;
  margin: 0 0 20px 10px;
}
.ess-C-smartMenu .ess-O-list a:hover {
  color: #f8a640;
}
.ess-C-smartMenu .ess-O-list .formulaire_login {
  position: relative;
  background-color: #eee;
  display: none;
  margin: 1rem;
  padding: 20px;
  background-color: #F2F5FC;
  font-size: 0.765rem;
}
.ess-C-smartMenu .ess-O-list .formulaire_login.show {
  display: block;
}
.ess-C-smartMenu .ess-O-list .formulaire_login legend {
  display: none;
}
.ess-C-smartMenu > ul:first-child li {
  background-color: #F2F5FC;
  font-weight: bold;
}
.ess-C-smartMenu > ul:nth-child(2) > li > a {
  font-weight: bold;
  border-bottom: 1px solid #DDE0E7;
}

.ess-C-rubriqueMenu > ul {
  margin-bottom: 20px;
}
.ess-C-rubriqueMenu > ul > li {
  border-bottom: 1px solid #DDE0E7;
}
.ess-C-rubriqueMenu > ul > li > a {
  font-weight: bold;
}

.ess-C-motcleMenu ul li {
  font-size: 0.881rem;
}
.ess-C-motcleMenu ul li span {
  color: #9C9EA4;
  font-weight: 700;
}
.ess-C-motcleMenu ul li em {
  color: #66002b;
}

body {
  position: relative;
}
body main {
  max-width: 1600px;
  margin: 1rem auto;
}

.ess-T-sommaire .page404 {
  text-align: center;
  min-height: 370px;
}
.ess-T-sommaire .page404 h1 {
  font-size: 120px;
  color: #330015;
  margin-bottom: 100px;
}
.ess-T-sommaire .page404 p {
  font-size: 18px;
  color: #9C9EA4;
}
.ess-T-sommaire .ess-C-header {
  height: 175px;
}
.ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(-n + 3) {
  grid-column: centre;
  display: flex;
  flex-direction: column;
}
.ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(-n + 3) h1 {
  order: 1;
}
.ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(-n + 3) figure {
  order: 2;
  display: none;
}
.ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(-n + 3) p {
  order: 3;
}
.ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(-n + 3) aside {
  order: 4;
}
.ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(n+4) {
  grid-column: gauche;
}
.ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(n+7) {
  grid-column: droite;
}
.ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(1) {
  border-bottom: 1px solid #EBEEF5;
  padding: 20px;
  background-color: #eeeeee;
}
.ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(1) figure {
  display: block;
}
.ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(1) figure img {
  height: 200px;
}
.ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(1) h4 {
  display: none;
}
.ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(1) h3 {
  font-size: 1.823rem;
}
.ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(1) p {
  font-size: 1.295rem;
}
.ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(3n+2) figure, .ess-T-sommaire .--une.ess-C-article-list article:nth-of-type(3n+3) figure {
  display: none;
}
.ess-T-sommaire .--nouveau.ess-C-article-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.ess-T-sommaire .--nouveau.ess-C-article-list > .ess-O-titreSecteur {
  grid-column: span 4;
}
.ess-T-sommaire .--nouveau.ess-C-article-list article > a figure {
  margin-right: 0.5rem;
}
.ess-T-sommaire .--nouveau.ess-C-article-list article:nth-of-type(-n +2) {
  grid-column: span 2;
}
.ess-T-sommaire .--nouveau.ess-C-article-list article:nth-of-type(-n +2) > a {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-areas: "image text";
}
.ess-T-sommaire .--nouveau.ess-C-article-list article:nth-of-type(-n +2) > a > * {
  grid-column: text;
}
.ess-T-sommaire .--nouveau.ess-C-article-list article:nth-of-type(-n +2) > a figure {
  grid-column: image;
  grid-row: span 3;
}
.ess-T-sommaire .--nouveau.ess-C-article-list article:nth-of-type(n +3) > a figure {
  display: none;
}
.ess-T-sommaire .--lu.ess-C-article-list .espace-pagination {
  grid-column: span 2;
}
.ess-T-sommaire .--lu.ess-C-article-list > .ess-O-titreSecteur {
  grid-column: span 2;
}
.ess-T-sommaire .--lu.ess-C-article-list > article h2 {
  display: none;
}
.ess-T-sommaire .--lu.ess-C-article-list > article figure {
  display: none;
}
.ess-T-sommaire .--lu.ess-C-article-list > article:nth-of-type(-n+3) {
  grid-column: 1;
}
.ess-T-sommaire .--lu.ess-C-article-list > article:nth-of-type(n+4) {
  grid-column: 2;
}
.ess-T-sommaire .--lu.ess-C-article-list > aside {
  grid-column: 3;
  grid-row: span 4;
}
.ess-T-article.mot-cle .ess-C-article-list article > a figure > img {
  object-fit: contain;
  max-height: 100px;
  height: 100px;
}

.ess-T-article .ess-O-layout.ess-C-article-list {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: dense;
}
.ess-T-article .ess-O-layout.ess-C-article-list > .ess-O-titreSecteur {
  grid-column: span 3;
}
.ess-T-article .ess-O-layout.ess-C-article-list article > figure, .ess-T-article .ess-O-layout.ess-C-article-list article > h2 {
  display: none;
}
.ess-T-article .ess-O-layout.--article .ess-C-article > figure {
  max-height: 200px;
}

.ess-T-rubrique .ess-C-article {
  overflow: auto;
}
.ess-T-rubrique .ess-C-article h1 {
  align-self: center;
  color: #66002b;
}
.ess-T-rubrique .ess-C-article article > figure {
  min-width: 300px;
  max-width: 25%;
  float: left;
  margin: 0 10px 0 0;
}
.ess-T-rubrique .ess-C-article article > figure img {
  width: 100%;
  height: auto;
}
.ess-T-rubrique .ess-O-layout.ess-C-article-list {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: dense;
}
.ess-T-rubrique .ess-O-layout.ess-C-article-list > .ess-O-titreSecteur {
  grid-column: span 3;
}
.ess-T-rubrique .ess-O-layout.ess-C-article-list article > figure, .ess-T-rubrique .ess-O-layout.ess-C-article-list article > h2 {
  display: none;
}
.ess-T-rubrique .ess-O-layout aside .ess-O-titreSecteur {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .ess-O-titreSecteur {
    font-size: 1.2rem;
  }

  .ess-T-sommaire .--nouveau.ess-C-article-list {
    grid-template-columns: 1fr 1fr;
  }
  .ess-T-sommaire .--nouveau.ess-C-article-list .espace-pagination {
    grid-column: span 2;
  }
  .ess-T-sommaire .--nouveau.ess-C-article-list > .ess-O-titreSecteur {
    grid-column: span 2;
  }
  .ess-T-sommaire .--nouveau.ess-C-article-list > article:nth-of-type(-n +2) {
    grid-column: auto;
  }

  .ess-T-article .ess-O-layout.ess-C-article-list, .ess-T-rubrique .ess-O-layout.ess-C-article-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
  }
  .ess-T-article .ess-O-layout.ess-C-article-list > .ess-O-titreSecteur, .ess-T-rubrique .ess-O-layout.ess-C-article-list > .ess-O-titreSecteur {
    grid-column: span 2;
  }
  .ess-T-article .ess-O-layout.ess-C-article-list .espace-pagination, .ess-T-rubrique .ess-O-layout.ess-C-article-list .espace-pagination {
    grid-column: span 2;
  }
}
@media (max-width: 991px) {
  .ess-T-sommaire .page404 {
    padding: 10px;
  }
  .ess-T-sommaire .page404 h1 {
    font-size: 60px;
  }

  .ess-C-navbar {
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }
  .ess-C-navbar #open-lateral-nav-button {
    display: block;
    padding: 0 0.25rem;
  }
  .ess-C-navbar figure {
    display: flex;
    flex: 1;
    padding: 0 20px;
  }
  .ess-C-navbar figure img {
    width: 65px;
  }
  .ess-C-navbar nav {
    display: none;
  }

  .ess-C-header {
    display: none;
  }

  .dropdown {
    margin: 10px 0;
  }
  .dropdown.left .ess-O-btn {
    margin: 0;
  }
  .dropdown.left .dropdown-content {
    font-size: 14px;
  }

  .ess-C-flux > *:not(:first-child) {
    opacity: 100%;
  }

  .ess-C-shortcutsList {
    gap: 10px;
  }
  .ess-C-shortcutsList > * {
    border-left: none;
    border-bottom: 1px solid #73757B;
    padding: 20px 0;
    flex: 1 1 300px;
  }

  .ess-T-sommaire .--lu.ess-C-article-list > aside, .ess-T-sommaire .--lu.ess-C-article-list > .ess-O-titreSecteur, .ess-T-sommaire .--lu.ess-C-article-list > article, .ess-T-sommaire .--lu.ess-C-article-list > article:nth-of-type(-n+3), .ess-T-sommaire .--lu.ess-C-article-list > article:nth-of-type(n+4) {
    grid-column: span 3;
  }

  .ess-T-rubrique .ess-C-article article > figure {
    float: none;
  }

  .ess-T-article .ess-O-layout.--article {
    grid-template-columns: [content] 2fr [aside] 1fr;
  }
}
@media (max-width: 767px) {
  .ess-C-filAriane {
    padding: 10px 0;
  }
  .ess-C-filAriane > a:first-child {
    width: 80px;
  }
  .ess-C-filAriane > a:last-child {
    width: calc(100vw - 80px - 40px);
  }
  .ess-C-filAriane > a:last-child > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ess-C-filAriane > *:not(:last-child):not(:first-child) {
    display: none;
  }

  .ess-T-sommaire .ess-O-layout, .ess-T-rubrique .ess-O-layout, .ess-T-article .ess-O-layout {
    display: block;
  }

  .ess-O-layout.--rubrique {
    grid-template-columns: 2fr 1fr;
  }
  .ess-O-layout.--rubrique .ess-C-article-list article {
    grid-column: span 2;
  }

  .ess-T-article .ess-C-article-list article {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  section.ess-C-article > article.--restreint .abonnement {
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }
  section.ess-C-article > article.--restreint .abonnement p {
    margin: 0;
  }

  .ess-O-titreSecteur {
    margin-bottom: 20px;
    background-color: #e0ccd5;
    padding: 0.5rem 1rem;
    justify-content: center;
  }
  .ess-O-titreSecteur:before, .ess-O-titreSecteur:after {
    display: none;
  }

  .ess-O-layout aside {
    position: relative;
  }
  .ess-O-layout > div section {
    margin: 0;
  }

  #pagination_docmots, #pagination_motscontenus, #pagination_posts_list, #pagination_rubmots, #pagination_evemots, #pagination_evesommaire {
    top: -70px;
  }

  .espace-pagination {
    margin-bottom: 20px;
  }

  .ess-T-sommaire .ess-O-layout, .ess-T-rubrique .ess-O-layout, .ess-T-article .ess-O-layout {
    display: block;
  }
  .ess-T-sommaire .ess-O-layout .ess-C-article, .ess-T-rubrique .ess-O-layout .ess-C-article, .ess-T-article .ess-O-layout .ess-C-article {
    display: flex;
    flex-direction: column;
  }
  .ess-T-sommaire .ess-O-layout .ess-C-article figure, .ess-T-rubrique .ess-O-layout .ess-C-article figure, .ess-T-article .ess-O-layout .ess-C-article figure {
    max-width: 100%;
  }
  .ess-T-sommaire .ess-O-layout .ess-C-article figure img, .ess-T-rubrique .ess-O-layout .ess-C-article figure img, .ess-T-article .ess-O-layout .ess-C-article figure img {
    width: auto;
    max-height: 200px;
    margin: 10px auto;
    display: block;
  }
  .ess-T-sommaire .ess-O-layout .ess-C-article p, .ess-T-rubrique .ess-O-layout .ess-C-article p, .ess-T-article .ess-O-layout .ess-C-article p {
    margin: 20px 0;
  }
  .ess-T-sommaire .ess-O-layout .ess-C-article .ess-O-list, .ess-T-rubrique .ess-O-layout .ess-C-article .ess-O-list, .ess-T-article .ess-O-layout .ess-C-article .ess-O-list {
    order: 5;
  }
  .ess-T-sommaire .ess-O-layout .ess-C-article .source, .ess-T-rubrique .ess-O-layout .ess-C-article .source, .ess-T-article .ess-O-layout .ess-C-article .source {
    order: 6;
  }
  .ess-T-sommaire .ess-O-layout .ess-C-article .list-comments, .ess-T-rubrique .ess-O-layout .ess-C-article .list-comments, .ess-T-article .ess-O-layout .ess-C-article .list-comments {
    margin-bottom: 20px;
  }
  .ess-T-sommaire .ess-C-article-list article, .ess-T-rubrique .ess-C-article-list article, .ess-T-article .ess-C-article-list article {
    margin-bottom: 20px;
  }
  .ess-T-sommaire .ess-C-article-list article > a figure > img, .ess-T-rubrique .ess-C-article-list article > a figure > img, .ess-T-article .ess-C-article-list article > a figure > img {
    max-height: 200px;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: auto;
  }

  .ess-T-sommaire .--nouveau.ess-C-article-list {
    display: block;
  }
  .ess-T-sommaire .--nouveau.ess-C-article-list article:nth-of-type(-n +2) > a {
    display: block;
  }
  .ess-T-sommaire .--lu.ess-C-article-list > aside .ess-O-titreSecteur {
    height: auto;
  }

  .ess-T-article section.ess-C-article > article .corps {
    columns: 1;
    column-fill: balance;
    column-gap: 0;
    column-rule: 0 solid #aaaaaa;
  }
  .ess-T-article section.ess-C-article > article .corps dl, .ess-T-article section.ess-C-article > article .corps dd, .ess-T-article section.ess-C-article > article .corps dt, .ess-T-article section.ess-C-article > article .corps p, .ess-T-article section.ess-C-article > article .corps img, .ess-T-article section.ess-C-article > article .corps iframe {
    max-width: 100%;
    height: auto;
  }
}
.site-associes {
  padding-bottom: 20px;
}
.site-associes h4 {
  margin: 10px 0;
}
.site-associes ul {
  padding-bottom: 20px;
  padding-left: 20px;
}

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