/* cmsms stylesheet: reset modified: lundi 19 février 2024 19:09:19 */
/* =================================== */
/* ====== HTML BASE */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
}
/* gris / du plus foncé au plus clair */
/* vert / plus clair au plus foncé */
/*icos*/
body {
  background: #FFFFFF;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
/* cmsms stylesheet: AF3M - Formulaires modified: lundi 19 février 2024 19:08:35 */
/* Sample FormBuilder CSS base */
form {
  margin-top: 0;
}
form,
td,
th,
li {
  font-size: 100%;
}
form div {
  margin-bottom: 0;
}
fieldset div {
  margin-bottom: 0.5em;
  margin-left: 1em;
}
fieldset div div {
  margin-top: 0.5em;
  margin-left: 1em;
}
fieldset {
  margin-bottom: 1em;
  border: 0;
  padding: 0.5em 0;
}
fieldset label {
  width: auto;
}
legend {
  color: #4a4b50;
  background: #FFFFFF;
  border: 0;
  font-family: "Inter", Arial, sans-serif;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 400;
}
textarea {
  margin: 0.5em 0;
  width: 98%;
  height: 6em;
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
  float: left;
  width: 10em;
}
.short-label fieldset div input,
.short-label fieldset div select {
  width: 16em;
}
/* Pretty up your Captcha image output */
.captcha {
  margin: 0.5em 0;
  width: 200px;
  text-align: center;
}
.captcha img {
  border: 1px solid #f60;
  margin-bottom: 0.5em;
}
.captcha input {
  width: 196px;
  margin-top: 0.5em;
}
/* Just a bit more room for the Submit button */
.submit {
  margin-top: 0.5em;
}
.contactform input {
  border: 1px solid #f60;
}
.contactform input.checkbox {
  border: none;
}
.contactform label {
  display: block;
  float: left;
  width: 150px;
}
.contactform label.label {
  display: inline;
  float: none;
  width: 50px;
  font-size: 10px;
}
.contactform textarea {
  background-color: #ffc;
  border: 1px solid #f60;
}
.formbuilderform .message {
  line-height: 16px;
  padding: 0 0 8px 0;
}
.floating-label-wrap {
  position: relative;
}
.floating-label-wrap input,
.floating-label-wrap textarea {
  position: relative;
  padding: 0.5rem 1rem;
  padding-top: 1.25rem;
  transition: border-color 0.25s ease-in-out;
  background: #f4f5f6;
  border: 1px solid #f4f5f6;
  border-bottom: 3px solid rgba(255, 255, 255, 0.05);
}
.floating-label-wrap input + label,
.floating-label-wrap textarea + label {
  transition: transform 0.25s, opacity 0.25s ease-in-out;
  transform-origin: 0 0;
  color: #515c6f;
  padding: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  z-index: 1500;
  font: inherit;
  line-height: 1;
  display: block;
  width: 100%;
}
.floating-label-wrap input:focus,
.floating-label-wrap textarea:focus,
.floating-label-wrap input:not(:placeholder-shown),
.floating-label-wrap textarea:not(:placeholder-shown) {
  border-bottom-color: black;
}
.floating-label-wrap input:focus + label,
.floating-label-wrap textarea:focus + label,
.floating-label-wrap input:not(:placeholder-shown) + label,
.floating-label-wrap textarea:not(:placeholder-shown) + label {
  transform: translate(-0.25rem, -17%) scale(0.85);
  opacity: 0.85;
}
.floating-label-wrap input:valid:not(:placeholder-shown),
.floating-label-wrap textarea:valid:not(:placeholder-shown) {
  border-bottom-color: green;
}
.floating-label-wrap input:invalid,
.floating-label-wrap textarea:invalid {
  border-bottom-color: red;
}
/* cmsms stylesheet: AF3M modified: lundi 21 septembre 2026 13:07:44 */
/* gris / du plus foncé au plus clair */
/* vert / plus clair au plus foncé */
/*icos*/
body {
  background: #FFFFFF;
  color: #4E5056;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
body.main_nav_active {
  overflow: hidden;
}
@media screen and (max-width: 1479px) {
  body.main_nav_active {
    overflow: hidden;
  }
}
h1,
h2,
h3,
h4 {
  font-family: 'Arvo', serif;
  line-height: 1.1;
}
img {
  max-width: 100%;
  height: auto;
  transition: width 0.2s, height 0.2s;
}
img.img_fullwidth {
  margin-left: -10rem;
  margin-right: -10rem;
  width: calc(129%);
  max-width: none;
  position: relative;
}
a:hover,
a:focus,
a:active {
  cursor: pointer;
}
a:hover img,
a:focus img,
a:active img {
  box-shadow: 0px 3px 6px #00000029;
}
.content_accessibility a {
  display: block;
  padding: 1rem;
  background: #4E5056;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}
.icon_link {
  text-decoration: none;
  color: #4E5056;
  font-weight: 600;
  font-size: 1.4rem;
}
.icon_link .fa-solid {
  color: #228F69;
}
.icon_link:hover,
.icon_link:focus,
.icon_link:active {
  color: #279244;
}
.like-btn {
  display: inline-block;
  background: transparent;
  color: #4E5056;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 1px solid #4e5056;
  border-radius: 10px;
  text-transform: uppercase;
}
.like-btn:hover,
.like-btn:focus,
.like-btn:active {
  background: #279244;
  color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.4);
}
.like-btn.color1 {
  background: #228F69;
  color: #FFFFFF;
  border-radius: 25px;
  text-transform: none;
  font-weight: bold;
}
.like-btn.color1:hover,
.like-btn.color1:focus,
.like-btn.color1:active {
  background: #279244;
  border-color: rgba(0, 0, 0, 0.4);
}
header {
  overflow-y: visible;
}
header .header {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: space-between;
  background: transparent url("https://bulletin.af3m.org/uploads/designs/af3m/images/bg-header-vert.png") no-repeat;
  background-position: top left;
  background-size: 100% 165px;
  color: #FFFFFF;
  width: 1390px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1357px) {
  header .header {
    background-size: 100% 135px;
    box-shadow: 0px 3px 6px #00000029;
  }
}
header .logo,
header .top-navigation {
  display: flex;
  margin: 0;
}
header .top-navigation {
  flex-basis: auto;
  align-items: middle;
  text-align: right;
  color: #FFFFFF;
  padding-top: 2rem;
}
header .top-navigation > div {
  display: flex;
  padding: 0.25rem 0.75rem;
  border-right: 1px solid #FFFFFF;
  flex-direction: row;
  flex-wrap: nowrap;
}
header .top-navigation > div:last-child {
  border-right: 0;
}
header .top-navigation > div.recherche span {
  font-family: 'Arvo', serif;
  font-weight: bold;
  font-size: 1rem;
  margin-right: .5rem;
}
header .top-navigation > div.recherche > a,
header .top-navigation > div.menu > a {
  padding: 0.25rem 0.5rem;
  text-decoration: none;
}
header .top-navigation > div.recherche > a:hover,
header .top-navigation > div.menu > a:hover,
header .top-navigation > div.recherche > a:focus,
header .top-navigation > div.menu > a:focus,
header .top-navigation > div.recherche > a:active,
header .top-navigation > div.menu > a:active {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
header .top-navigation a {
  color: #FFFFFF;
}
header .logo {
  flex-basis: 320px;
  background: transparent url("https://bulletin.af3m.org/uploads/designs/af3m/images/bg-header-logo.png") no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  padding: 1.5rem 3rem;
}
@media screen and (max-width: 1357px) {
  header .logo {
    flex-basis: 255px;
    padding: 1.5rem 1rem 1rem 1.5rem;
  }
}
header .logo img {
  width: 260px;
  max-width: 92%;
  margin: 0;
}
header .logo p {
  width: 300px;
  font-size: 0.85rem;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1357px) {
  header .logo p {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    width: 95%;
  }
}
header .logo a {
  color: #707070;
  text-decoration: none;
}
header .logo a:hover,
header .logo a:focus,
header .logo a:active {
  text-decoration: underline;
}
header .logo a:hover img,
header .logo a:focus img,
header .logo a:active img {
  box-shadow: none;
}
header .top-navigation {
  flex-basis: auto;
}
header .top-navigation .link a,
header .top-navigation .social a {
  padding: 0.25rem 0.5rem;
}
header .top-navigation .link a:hover,
header .top-navigation .social a:hover,
header .top-navigation .link a:focus,
header .top-navigation .social a:focus,
header .top-navigation .link a:active,
header .top-navigation .social a:active {
  background: rgba(0, 0, 0, 0.2);
}
header .top-navigation .link i {
  margin-right: 0.5rem;
}
header .top-navigation .link a {
  text-transform: uppercase;
  font-size: .95rem;
  font-weight: 600;
}
header .top-navigation .social {
  font-size: 1.25rem;
}
header nav a {
  color: #4E5056;
  padding: 3rem 0.75rem;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  transition: all 0.1s ease-out;
}
header nav a:hover,
header nav a:focus,
header nav a:active {
  background-color: linear-gradient(180deg, #218e6b 0%, #279244 100%);
  color: #FFFFFF;
}
header nav a:focus {
  background: #279244;
}
header li.currentpage > a,
header li.activeparent > a {
  background: linear-gradient(180deg, #218e6b 0%, #279244 100%);
  color: #FFFFFF;
}
header li > a.recherche span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header li > a.recherche:before {
  content: "\f002";
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
}
.navigation {
  width: 100%;
  background: #F6F6F6;
  width: 1390px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0px 3px 6px #00000029;
  color: #4E5056;
  font-size: 1.1rem;
}
.navigation ul {
  display: flex;
  justify-content: space-between;
}
.navigation a {
  color: inherit;
  font-weight: bold;
  height: 100%;
}
.navigation a:hover,
.navigation a:focus,
.navigation a:active {
  background: linear-gradient(180deg, #218e6b 0%, #279244 100%);
  color: #FFFFFF;
}
.navigation a:focus {
  background: #279244;
}
.navigation li.currentpage > a,
.navigation li.activeparent > a {
  background: linear-gradient(180deg, #218e6b 0%, #279244 100%);
  color: #FFFFFF;
}
nav ol,
nav ul,
nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav li {
  display: inline-block;
  vertical-align: middle;
}
nav a {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-family: 'Arvo', serif;
}
nav > .row > span {
  display: inline-block;
  padding: 0.5rem 1rem;
}
.fil-ariane {
  width: 1390px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0.825rem;
  font-weight: 600;
  white-space: nowrap;
  overflow-x: auto;
  padding: 1rem;
}
nav.breadcrumb a {
  padding: 0 0.25rem;
  text-decoration: underline;
  color: #4E5056;
}
nav.breadcrumb a[aria-current="page"] {
  text-decoration: none;
  font-weight: normal;
}
nav.breadcrumb li:after {
  content: " > ";
  display: inline-block;
}
nav.breadcrumb li:last-child:after {
  display: none;
}
.header nav.main-navigation {
  display: none;
  background: #FFFFFF;
  border-top: 5px solid #F6F6F6;
  margin-top: 0.9rem;
  margin-left: 0;
  padding: 0 0 1rem;
  position: fixed;
  top: 125px;
  height: calc(100% - 130px);
  overflow-y: auto;
  left: 0;
  z-index: 200;
  right: 0;
  text-align: left;
}
@media screen and (max-width: 1357px) {
  .header nav.main-navigation {
    top: 170px;
    height: calc(100% - 170px);
  }
}
.header nav.main-navigation .link,
.header nav.main-navigation .social,
.header nav.main-navigation ul {
  width: 1390px;
  max-width: 100%;
  margin: 1rem auto;
}
.header nav.main-navigation li,
.header nav.main-navigation a {
  display: block;
  color: #4E5056;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
}
.header nav.main-navigation li {
  border-bottom: 1px solid #DFDEDE;
}
.header nav.main-navigation li a {
  padding: 1.25rem 1.5rem 1rem;
}
.header nav.main-navigation li a:hover,
.header nav.main-navigation li a:focus,
.header nav.main-navigation li a:active {
  background: linear-gradient(180deg, #218e6b 0%, #279244 100%);
  color: #FFFFFF;
}
.header nav.main-navigation li a:focus {
  background: #279244;
}
.header nav.main-navigation li.currentpage > a,
.header nav.main-navigation li.activeparent > a {
  background: linear-gradient(180deg, #218e6b 0%, #279244 100%);
  color: #FFFFFF;
}
.header nav.main-navigation .link a,
.header nav.main-navigation .social a {
  display: inline-block;
  color: #228F69;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
}
.header nav.main-navigation .link {
  margin-top: 3rem;
}
.main_nav_active .header nav.main-navigation {
  display: block;
}
#link_menu.open > .fa-bars:before {
  content: "\f00d";
}
@media screen and (max-width: 619px) {
  .recherche > a > span {
    display: none;
  }
}
@media screen and (max-width: 1357px) {
  #navigation_desktop.big_only {
    display: none;
  }
}
@media screen and (min-width: 1230px) {
  #navigation_desktop.big_only {
    display: block;
  }
}
#main {
  padding: 0.5rem 1rem;
}
#main > .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 979px) {
  #main > .row {
    display: flex;
    flex-direction: column;
  }
  #main .content_metas,
  #main .content_main {
    flex-basis: 100%;
    width: 100%;
  }
}
article {
  background: #FFFFFF;
  color: #4E5056;
}
article strong {
  font-weight: 600;
}
article h3 {
  color: #4E5056;
  font-weight: 300;
  font-size: 1.875rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 979px) {
  article h3 {
    font-size: 1.25rem;
  }
}
article.content {
  padding: 0;
  overflow: hidden;
}
article.content a {
  color: #279244;
}
article.content a:hover,
article.content a:focus,
article.content a:active {
  text-decoration: none;
}
article.content a.like-btn {
  display: inline-block;
  background: transparent;
  color: #4E5056;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 1px solid #4e5056;
  border-radius: 10px;
  text-transform: uppercase;
}
article.content a.like-btn:hover,
article.content a.like-btn:focus,
article.content a.like-btn:active {
  background: #279244;
  color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.4);
}
article.content a.like-btn.color1 {
  background: #228F69;
  color: #FFFFFF;
  border-radius: 25px;
  text-transform: none;
  font-weight: bold;
}
article.content a.like-btn.color1:hover,
article.content a.like-btn.color1:focus,
article.content a.like-btn.color1:active {
  background: #279244;
  border-color: rgba(0, 0, 0, 0.4);
}
article ul,
article ul > li,
article ol,
article ol > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
article ul > li {
  position: relative;
  padding-left: 1.5rem;
}
article ul > li:before {
  left: 0.25rem;
  content: "-";
  color: #228F69;
  position: absolute;
  display: inline-block;
  font-family: 'Arvo', serif;
  font-weight: 900;
}
article ol {
  counter-reset: item;
}
article ol > li {
  position: relative;
  padding-left: 2.75rem;
}
article ol > li:before {
  left: 1rem;
  top: 1rem;
  content: counter(item) ". ";
  counter-increment: item;
  position: absolute;
  display: inline-block;
  font-family: 'Arvo', serif;
  font-weight: 400;
  top: 0;
}
.dossier_description {
  font-size: 1.5em;
  margin: 0 0 2rem;
}
.dossier_description > *:first-child {
  margin-top: 0;
}
.dossier_articles {
  font-size: 1.5em;
  font-family: 'Arvo', serif;
  font-weight: bold;
}
.dossier_articles li {
  border-top: 1px solid #DFDEDE;
}
.dossier_articles li:before {
  font-weight: bold;
  top: 1rem;
}
.dossier_articles li:last-child {
  border-bottom: 1px solid #DFDEDE;
}
.dossier_articles ol li a {
  display: block;
  padding: 1rem 0.5rem;
  color: #4E5056;
  text-decoration: none;
}
.dossier_articles ol li a:hover,
.dossier_articles ol li a:focus,
.dossier_articles ol li a:active {
  text-decoration: underline;
}
.top_main_content {
  position: relative;
}
.top_main_content img {
  width: 100%;
}
.top_main_content .main_illus {
  /*width: 100%;*/
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.top_main_content .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
}
.top_main_content .numero-bulletin {
  display: block;
}
.top_main_content .content_metas {
  display: none;
}
@media screen and (max-width: 979px) {
  .top_main_content .numero-bulletin {
    display: none;
  }
  .top_main_content .content_metas {
    display: block;
  }
}
.top_main_content .content_aside {
  padding: 1rem 0;
}
.top_main_content .content_aside .bloc_auteur,
.top_main_content .content_aside .temps_lecture,
.top_main_content .content_aside .bloc_bulletin {
  flex-direction: row;
  display: flex;
  font-size: 1rem;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-bottom: 0.5rem;
  font-family: 'Montserrat', sans-serif;
}
.top_main_content .content_aside .bloc_auteur i,
.top_main_content .content_aside .temps_lecture i,
.top_main_content .content_aside .bloc_bulletin i {
  font-size: 1rem;
}
.top_main_content .content_aside .bloc_auteur p,
.top_main_content .content_aside .temps_lecture p,
.top_main_content .content_aside .bloc_bulletin p {
  font-weight: normal;
  font-size: 1rem;
}
.top_main_content .content_aside .bloc_bulletin .bloc_bulletin_contenu {
  margin-top: 0;
}
.top_main_content .content_aside .bloc_bulletin .infos-bulletin {
  width: 100%;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}
.top_main_content .content_aside .bloc_bulletin .infos-bulletin .fichier-bulletin {
  margin-top: 0;
}
.top_main_content .content_aside .bloc_bulletin .infos-bulletin .fichier-bulletin strong {
  font-weight: normal;
}
.top_main_content .content_aside .bloc_bulletin .couverture-bulletin {
  display: none;
}
.top_main_content .top_main_content_content {
  padding: 0;
  width: 100%;
}
.top_main_content .top_main_content_content .main_title {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.1;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.top_main_content .top_main_content_content .main_title.rubrique {
  text-align: left;
  text-transform: none;
  margin: 0;
  margin-bottom: 3rem;
  padding: 0.75rem 1rem;
  border-left: 10px solid #228F69;
}
.top_main_content .top_main_content_content .main_title.rubrique span {
  font-weight: normal;
}
.top_main_content .top_main_content_content .main_title.avec-surtitre {
  text-align: left;
  margin: 0;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.top_main_content .top_main_content_content .main_title.avec-surtitre em {
  font-weight: bold;
  font-size: 1.75rem;
  display: block;
  font-style: normal;
  font-family: 'Arvo', serif;
}
.top_main_content .top_main_content_content .main_title.avec-surtitre em:after {
  content: "";
  display: block;
  width: 100px;
  background: #228F69;
  height: 10px;
  margin: 0.5rem 0 1rem;
}
.top_main_content .top_main_content_content .extrait {
  font-weight: bold;
}
.top_main_content .top_main_content_content.top_article .numero-bulletin,
.top_main_content .top_main_content_content.top_dossier_page .numero-bulletin,
.top_main_content .top_main_content_content.top_article .main_title,
.top_main_content .top_main_content_content.top_dossier_page .main_title {
  text-align: center;
}
.top_main_content .top_main_content_content.top_article .main_title,
.top_main_content .top_main_content_content.top_dossier_page .main_title {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.top_main_content .top_main_content_content.top_article .main_title em:after,
.top_main_content .top_main_content_content.top_dossier_page .main_title em:after {
  display: none;
}
.top_main_content .top_main_content_content.top_dossier .main_title {
  font-size: 1.9rem;
  width: 650px;
  max-width: 100%;
  margin-bottom: 0.25rem;
}
.top_main_content .top_main_content_content.top_dossier .main_title em {
  font-size: 2.5rem;
}
.social_share {
  font-size: 1em;
}
.social_share a {
  font-size: 1rem;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  background: white;
  border: 1px solid #F6F6F6;
  border-radius: 50%;
  color: #4E5056;
}
.social_share a:hover,
.social_share a:focus,
.social_share a:active {
  background: #4E5056;
  color: white;
}
.mce-content-body,
article {
  margin-bottom: 3rem;
}
.mce-content-body h2,
article h2,
.mce-content-body h3,
article h3,
.mce-content-body h4,
article h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  line-height: 1.05;
  margin-top: 1em;
  margin-bottom: .5rem;
}
.mce-content-body h2,
article h2 {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  margin-bottom: 0;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 979px) {
  .mce-content-body h2,
  article h2 {
    font-size: 1.25rem;
  }
}
.mce-content-body h3,
article h3,
.mce-content-body h4,
article h4 {
  font-size: 1.15rem;
  font-weight: 600;
}
.mce-content-body h2 + p,
article h2 + p,
.mce-content-body h3 + p,
article h3 + p,
.mce-content-body h4 + p,
article h4 + p {
  margin-top: 0;
}
@media screen and (max-width: 980px) {
  .mce-content-body ul li,
  article ul li,
  .mce-content-body ol li,
  article ol li,
  .mce-content-body p,
  article p {
    font-size: .75em;
  }
}
.content_aside {
  margin-top: 0;
  padding: 2rem 1rem;
  background: white;
}
.content_aside > div {
  text-align: center;
  margin-bottom: 2rem;
}
.content_aside > div:last-child {
  margin-bottom: 0;
}
.content_aside i {
  font-size: 40px;
  color: #228F69;
  margin-bottom: 0.5rem;
}
.content_aside p {
  margin: 0;
}
.content_aside p + p {
  margin-top: 0.5rem;
}
.content_aside .temps_lecture p {
  font-size: 0.925rem;
}
.content_aside .bloc_auteur p {
  font-weight: 600;
}
.content_aside .bloc_bulletin {
  font-size: 0.9em;
  font-family: 'Arvo', serif;
}
.content_aside .bloc_bulletin img {
  border: 1px solid #DFDEDE;
}
.content_aside .bloc_bulletin .bloc_bulletin_contenu {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.75rem;
  font-size: 0.925rem;
  font-weight: bold;
}
.content_aside .bloc_bulletin .bloc_bulletin_contenu > div {
  width: 50%;
}
.content_aside .bloc_bulletin .bloc_bulletin_contenu .infos-bulletin {
  text-align: left;
}
.content_aside .bloc_bulletin a {
  display: inline;
  text-align: left;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
  border: 0;
  margin: 0;
  color: inherit;
}
.content_aside .bloc_bulletin a:hover,
.content_aside .bloc_bulletin a:focus,
.content_aside .bloc_bulletin a:active {
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .content_aside.content_metas {
    display: none;
  }
}
.box {
  background: #ecf0d1;
  color: #4E5056;
  border: 1px solid transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 1rem;
  margin: 1.5rem 0;
}
@media screen and (max-width: 979px) {
  .box {
    flex-direction: column;
    justify-content: center;
    flex-basis: 100%;
  }
}
.box div {
  display: block;
}
.box .box-image {
  min-width: 240px;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .box .box-image {
    flex-basis: 100%;
    padding-bottom: 1rem;
  }
}
.box .box-contenu {
  flex-basis: 100%;
  padding: 0 1rem;
}
.box .box-contenu h3 {
  text-transform: none;
  font-family: 'Arvo', serif;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.box .box-contenu p {
  margin: 0;
}
.box.style_blanc {
  background: #FFFFFF;
  color: #4E5056;
  border: 0;
}
.box.couleurs {
  background: none;
  border: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.box.couleurs .box-content {
  flex-basis: 25%;
  min-width: 275px;
  min-height: 280px;
  display: flex;
  position: relative;
}
.box.couleurs .box-content .box-contenu {
  display: none;
}
.box.couleurs .box-content:hover,
.box.couleurs .box-content:focus,
.box.couleurs .box-content:active {
  cursor: pointer;
}
.box.couleurs .box-content:hover .box-contenu,
.box.couleurs .box-content:focus .box-contenu,
.box.couleurs .box-content:active .box-contenu {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eeecec;
  overflow: auto;
  padding: 1rem;
}
.box.couleurs .box-content:hover .box-contenu h4,
.box.couleurs .box-content:focus .box-contenu h4,
.box.couleurs .box-content:active .box-contenu h4 {
  margin: 0;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.box.couleurs .box-content:hover .box-contenu p,
.box.couleurs .box-content:focus .box-contenu p,
.box.couleurs .box-content:active .box-contenu p {
  margin: 0;
}
.box.couleurs .rose {
  background-color: #e3448e;
}
.box.couleurs .bleu {
  background-color: #3c9fce;
}
.box.couleurs .jaune {
  background-color: #faa901;
}
.box.couleurs .vert {
  background-color: #1b9e71;
}
.box.images {
  background: #ECEBE1;
  color: #4E5056;
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-basis: auto;
  justify-content: space-between;
  gap: 0.5rem;
}
.box.document {
  padding: 0.5rem;
  border: 0;
}
.box.document .box-image {
  min-width: 0;
  flex-basis: 55px;
}
.box.document .box-contenu {
  padding: 0 1rem;
}
.box.document .box-contenu p {
  margin: 0;
}
.box.publication {
  background: #FFFFFF;
  display: inline-block;
  vertical-align: top;
  width: 210px;
  border: 0;
}
@media screen and (max-width: 619px) {
  .box.publication {
    width: 100%;
    text-align: center;
  }
}
.box.publication .box-image {
  min-width: 0;
  width: 100%;
  padding: 0.5rem;
}
.box.publication .box-contenu {
  padding: 0.5rem;
}
.box.publication .box-contenu p {
  margin: 0;
}
.box.li-colonnes {
  padding: 0.5rem;
  border: 0;
  display: block;
}
.box.li-colonnes ul,
.box.li-colonnes li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.box.li-colonnes ul:before,
.box.li-colonnes li:before {
  display: none;
}
.box.li-colonnes .box-contenu > ul {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.box.li-colonnes .box-contenu > ul > li {
  display: block;
  flex-basis: 30%;
  margin-right: 1%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 979px) {
  .box.li-colonnes .box-contenu > ul > li {
    flex-basis: 48%;
  }
}
.box.rouge {
  background: ;
  color: #FFFFFF;
  border: 0;
  display: block;
  padding: 3rem 2rem;
  margin: 1.5rem -5rem;
  line-height: 1;
}
@media screen and (max-width: 1149px) {
  .box.rouge {
    margin: 1rem -2rem;
  }
}
.mce-content-body .box.rouge {
  margin: 1rem;
}
.box.rouge .padding {
  display: flex;
  flex-direction: row;
  justify-items: center;
  justify-content: center;
}
@media screen and (max-width: 1149px) {
  .box.rouge .padding {
    flex-direction: column;
  }
}
.box.rouge .col {
  display: flex;
  flex-basis: 33%;
}
@media screen and (max-width: 1149px) {
  .box.rouge .col {
    flex-basis: 100%;
    margin: 1rem 0;
  }
}
.box.rouge .box-image {
  min-width: 110px;
}
@media screen and (max-width: 1149px) {
  .box.rouge .box-image {
    width: 110px;
  }
}
.box.rouge .box-contenu {
  padding: 0 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
.box.rouge .box-contenu h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.box.rouge .box-contenu p {
  margin: 0;
}
.associations {
  margin: 1rem 0;
  padding: 0;
  display: block;
}
.associations > li {
  margin: 0 0;
  padding: 0.5rem;
  background: #f0f5f7;
}
.associations > li:nth-child(odd) {
  background: #f3fafd;
}
.associations > li:before {
  display: none;
}
aside {
  background: #F6F6F6;
  border: 1px solid #DFDEDE;
  color: #4E5056;
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding: 2rem 1rem;
}
aside .row {
  display: flex;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
aside h2,
aside p {
  margin: 1rem;
}
aside a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  margin: 1rem auto;
}
aside a:hover,
aside a:focus,
aside a:active {
  background: rgba(255, 255, 255, 0.85);
  border-color: #FFFFFF;
}
aside.color1 {
  background: #279244;
}
aside.color2 {
  background: ;
}
aside.bloc_newsletter {
  text-align: center;
  width: 1390px;
  max-width: 100%;
  margin: 3rem auto;
  box-sizing: border-box;
}
aside.bloc_newsletter:before,
aside.bloc_newsletter:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}
aside.bloc_newsletter h2 {
  font-size: 1.8rem;
}
aside.bloc_newsletter svg {
  width: 50px;
  height: auto;
}
aside .aside_illus {
  background: transparent;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 979px) {
  aside .aside_illus {
    width: 100%;
  }
  aside .aside_illus img.hidden {
    display: block !important;
  }
}
aside .aside_content {
  padding: 2rem 4rem;
}
@media screen and (max-width: 979px) {
  aside .aside_content {
    padding: 1rem;
    width: 100%;
  }
}
footer {
  position: relative;
  background: linear-gradient(180deg, #218e6b 0%, #279244 100%);
  color: #FFFFFF;
  overflow: hidden;
}
@media screen and (max-width: 1358px) {
  footer {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 1149px) {
  footer .row > section {
    padding: 1rem;
  }
}
footer img {
  width: 335px;
  height: auto;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover,
footer a:focus,
footer a:active {
  text-decoration: underline;
}
footer a.like-btn:hover,
footer a.like-btn:focus,
footer a.like-btn:active {
  text-decoration: none;
}
footer h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.25rem;
  margin: 0;
  margin-bottom: 0.25rem;
}
footer h4 {
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  font-weight: normal;
  font-size: 1.5rem;
  margin: 0;
}
footer ul,
footer li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul a,
footer li a {
  display: inline-block;
  padding: 0.5rem 0;
}
footer section {
  position: relative;
  z-index: 1;
}
footer p:last-child {
  margin-bottom: 0;
}
footer .footer_top {
  padding: 4rem 0;
}
@media screen and (max-width: 1358px) {
  footer .footer_top {
    padding: 1rem 0;
  }
}
footer .footer_top .like-btn {
  margin-top: 0.5rem;
}
footer .footer_top .acces-intranet {
  text-transform: uppercase;
}
footer .footer_bottom {
  background: #218E6B;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 980px) {
  footer .footer_bottom {
    display: block;
  }
}
footer section.liens-utiles {
  text-align: right;
  font-weight: 600;
}
footer section.copyright {
  background: #218E6B;
  font-size: 1.3rem;
  align-self: stretch;
  display: flex;
}
footer section.copyright p {
  align-self: center;
}
@media screen and (max-width: 979px) {
  footer section.copyright {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 1359px) {
  footer section.copyright:before {
    content: "";
    background: #218E6B;
    position: absolute;
    top: 0;
    left: 0;
    right: -3000px;
    bottom: 0;
    z-index: -1;
  }
}
/* TinyMCE */
.mce-content-body {
  background: #fff !important;
}
/* Formulaires */
.form {
  padding: 0;
  margin: 2rem 0;
  margin-top: 0;
}
.form fieldset {
  margin-bottom: 1em;
  border: 0;
  padding: 0.5em 0;
}
.form legend {
  padding: 0;
  color: #4a4b50;
  background: transparent;
  border: 0;
  font-family: "Inter", Arial, sans-serif;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 400;
}
.form .all_fields {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form fieldset {
  display: flex;
  flex-basis: 100%;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form fieldset .row_field {
  flex-basis: 45%;
}
@media screen and (max-width: 620px) {
  .form fieldset .row_field {
    flex-basis: 100%;
  }
}
.form .row_field {
  flex-basis: 45%;
  padding: 0.5rem 0;
  position: relative;
}
@media screen and (max-width: 620px) {
  .form .row_field {
    flex-basis: 100%;
  }
}
.form .row_field label,
.form .row_field input,
.form .row_field select,
.form .row_field textarea {
  width: 100%;
  display: block;
}
.form .row_field label {
  color: #515c6f;
  font-weight: 400;
  position: absolute;
  left: 1.75rem;
  font-weight: 300;
  font-size: 0.95rem;
  margin-top: 0.35rem;
  height: 1.3rem;
  overflow: hidden;
}
.form .row_field input,
.form .row_field textarea,
.form .row_field select {
  padding: 1.5rem;
  border: 1px solid transparent;
  background: #f4f5f6;
}
.form .row_field input,
.form .row_field textarea {
  padding-top: 1.75rem;
  padding-bottom: 1rem;
}
.form .row_field select option {
  padding: .25rem 0;
  margin: 0;
  margin-top: .25rem;
}
.form .row_field.fb_invalid input,
.form .row_field.fb_invalid textarea,
.form .row_field.fb_invalid select {
  border-color: #D74C45;
}
.form .row_field.input-choices,
.form .row_field.fullwidth {
  flex-basis: 100%;
}
.form .row_field.input-choices label,
.form .row_field.fullwidth label {
  position: relative;
  left: auto;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 0;
  height: auto;
  overflow: visible;
}
.form .row_field.textarea {
  flex-basis: 100%;
}
.form .row_field.fullwidth {
  flex-basis: 100%;
}
.form .row_field.fullwidth > div {
  display: block;
}
.form .row_field > div {
  display: inline-block;
  vertical-align: top;
  padding: 0.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 620px) {
  .form .row_field > div {
    display: block;
  }
}
.form .row_field > div label,
.form .row_field > div input {
  width: auto;
  display: inline-block;
}
.form .row_field > div label {
  font-weight: 400;
}
.form .row_field > div input {
  padding: 0.5rem 0.5rem;
  border: 0;
}
.form .label_visuallyhidden label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form .submit {
  margin-top: 2rem;
}
.form .submit input {
  display: inline-block;
  background: #228F69;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
}
.form .submit input:hover,
.form .submit input:focus,
.form .submit input:active {
  background: #279244;
  border-color: rgba(0, 0, 0, 0.4);
}
.form .submit input.fbsubmit_prev {
  background: #FFFFFF;
  color: #228F69;
  border-color: #218E6B;
}
.form .submit input.fbsubmit_prev:hover,
.form .submit input.fbsubmit_prev:focus,
.form .submit input.fbsubmit_prev:active {
  background: #e3445c14;
  border-color: #228F69;
}
.form .submit input + input {
  margin-left: 1rem;
}
.form .error_text {
  color: #D74C45;
  font-weight: 600;
  font-size: 0.75em;
  display: block;
}
/* Tableaux */
table {
  border-collapse: collapse;
  width: 80%;
  background-color: #ffffff;
  border: 0;
}
table thead {
  background-color: #cfdfe7;
}
table thead strong {
  text-transform: uppercase;
}
table tr,
table td,
table th {
  border: 0;
  height: auto !important;
}
table td,
table th {
  padding: 0.5rem;
  text-align: left;
}
table th {
  background: #f7f7f7;
}
table th strong {
  text-transform: uppercase;
}
table tr {
  border-bottom: 1px solid #e2e2e2;
}
.table_container {
  overflow-x: auto;
}
.tableau-ca {
  border: 2px solid #fff;
}
.tableau-ca td,
.tableau-ca th {
  padding: 1rem 2rem;
  text-align: left;
}
.tableau-ca thead td + td,
.tableau-ca thead th + th {
  border-left: 2px solid #fff;
}
.tableau-ca tr {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 979px) {
  .tableau-ca tr {
    border: 5px solid #fff;
  }
  .tableau-ca thead td + td,
  .tableau-ca thead th + th {
    border-top: 5px solid #fff;
  }
  .tableau-ca td,
  .tableau-ca th {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  .tableau-ca td p,
  .tableau-ca th p {
    margin: 0;
  }
}
/* NEWS */
p.pagination {
  color: #4E5056;
}
p.pagination > a {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  font-size: 2.25rem;
  padding: 0.75rem 0;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #DFDEDE;
  text-align: center;
  font-family: 'Arvo', serif;
  font-weight: normal;
  text-decoration: none;
  margin: 0 0.5rem 0.5rem 0;
  color: #4E5056;
}
p.pagination > a:hover,
p.pagination > a:focus,
p.pagination > a:active {
  color: #228F69;
  border-color: #228F69;
}
p.pagination > a.activepage {
  background: linear-gradient(180deg, #218e6b 0%, #279244 100%);
  color: #FFFFFF;
  border-color: transparent;
}
time {
  color: inherit;
}
.filtres_articles {
  display: block;
  width: 100%;
  background: #F6F6F6;
  padding: 0.75rem 1.5rem;
}
.filtres_articles.chercher_dossiers {
  margin: 3rem 0;
}
.filtres_articles .filtre_label {
  font-family: 'Arvo', serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.filtres_articles .filtres_selection {
  font-size: 1rem;
}
.filtres_articles .filtre_items_label {
  font-weight: 600;
}
.filtres_articles .filtre_selection {
  display: inline;
}
.filtres_articles .filtre_selection:after {
  content: ", ";
}
.filtres_articles .filtre_selection:last-child:after {
  content: "";
}
.filtres_articles .form-filtre,
.filtres_articles .form-submit {
  display: inline-block;
}
.filtres_articles .form-filtre.form-search {
  width: calc(100% - 70px);
}
.filtres_articles .form-filtre.form-search input {
  width: 100%;
}
.filtres_articles select {
  width: 100%;
  background-color: #F6F6F6;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23e55e2b%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 0;
  border: none;
  color: #4E5056;
  padding: .5rem 3rem .5rem 0.5rem;
  font-family: 'Arvo', serif;
  font-weight: bold;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.filtres_articles select::-ms-expand {
  display: none;
}
@media screen and (max-width: 980px) {
  .filtres_articles select {
    border-bottom: 1px solid #00000029;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@-moz-document url-prefix() {
  select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #ffffff;
  }
}
.filtres_articles .search-input {
  padding: .5rem;
  border: 0;
  border-radius: 5px;
}
.filtres_articles .search-button {
  background: #e55e2b;
  color: #FFFFFF;
  font-family: 'Arvo', serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: none;
  padding: 0.5rem 1rem;
}
.filtres_articles form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .filtres_articles form {
    flex-wrap: wrap;
    gap: 0 1rem;
  }
}
.filtres_articles form .form-filtre {
  flex-basis: 100%;
}
@media screen and (max-width: 979px) {
  .filtres_articles form .form-filtre {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 619px) {
  .filtres_articles form .form-filtre {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 979px) {
  .filtres_articles form .form-submit {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 619px) {
  .filtres_articles form .form-submit {
    flex-basis: 100%;
  }
}
.news_liste {
  padding: 2rem 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 979px) {
  .news_liste {
    padding: 1rem 0;
  }
}
.news_liste .article {
  flex-basis: calc(23%);
  padding: 1rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 20px #00000029;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1149px) {
  .news_liste .article {
    flex-basis: calc(48%);
  }
}
@media screen and (max-width: 979px) {
  .news_liste .article {
    flex-basis: calc(100%);
  }
}
.news_liste .article .article-titre {
  font-size: 1.2rem;
  font-weight: 400;
}
.news_liste .article .article-titre:after {
  display: none;
}
.news_liste .article .article-titre a {
  color: inherit;
  text-decoration: none;
}
.news_liste .article .article-titre a:hover,
.news_liste .article .article-titre a:focus,
.news_liste .article .article-titre a:active {
  text-decoration: underline;
}
.news_liste .article p {
  margin: 0;
}
.news_liste .article .article-head {
  box-shadow: none;
}
.news_liste .article .article-head a {
  color: inherit;
}
.article-bulletin {
  text-align: center;
  font-family: 'Arvo', serif;
}
.article-titre {
  font-size: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.article-thematique {
  margin: 1rem 0 0.5rem;
  text-align: center;
  font-size: 0.95rem;
  font-family: 'Arvo', serif;
  font-weight: bold;
}
.article-thematique span {
  min-width: 275px;
  display: inline-block;
  background: #F6F6F6;
  padding: 0.25rem 0.5rem;
}
.section_dossier_articles .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1rem;
}
@media screen and (max-width: 979px) {
  .section_dossier_articles .row {
    flex-wrap: wrap;
  }
}
.section_dossier_articles .box {
  flex-basis: 50%;
}
@media screen and (max-width: 979px) {
  .section_dossier_articles .box {
    flex-basis: calc(48%);
    margin: 0;
  }
}
@media screen and (max-width: 619px) {
  .section_dossier_articles .box {
    flex-basis: 100%;
    margin: 0;
  }
}
.section_dossier_articles .box .box-image {
  width: 200px;
  min-width: 0;
  padding: 0 .5rem;
}
@media screen and (max-width: 619px) {
  .section_dossier_articles .box .box-image {
    display: none;
  }
}
.section_dossier_articles .box .box-contenu {
  padding: 1rem;
}
.section_dossier_articles .box .box-surtitre {
  font-family: 'Arvo', serif;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: .25rem;
}
.section_dossier_articles .box .box-titre {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
}
.section_dossier_articles .box .box-titre a {
  color: inherit;
  text-decoration: none;
}
.section_dossier_articles .box .box-titre a:hover,
.section_dossier_articles .box .box-titre a:focus,
.section_dossier_articles .box .box-titre a:active {
  text-decoration: underline;
}
.section_actualites {
  margin: 3rem 0;
}
.section_actualites:before,
.section_actualites:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}
.section_actualites .pagination {
  display: none;
}
.section_actualites .section-titre {
  text-align: left;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0.75rem 1rem;
  border-left: 10px solid #228F69;
}
.section_actualites .section-titre span {
  font-weight: normal;
}
.section_actualites .items {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4rem;
  align-items: start;
}
@media screen and (max-width: 979px) {
  .section_actualites .items {
    flex-direction: column;
    gap: 2rem;
    flex-wrap: wrap;
  }
}
.section_actualites .item {
  flex-basis: calc(29%);
}
@media screen and (max-width: 979px) {
  .section_actualites .item {
    flex-basis: 100%;
  }
}
.section_actualites .item-image img {
  width: 100%;
}
.section_actualites .numero-bulletin {
  font-family: 'Arvo', serif;
}
.section_actualites .article-thematique {
  text-align: left;
}
.section_actualites .article-thematique span {
  text-align: left;
}
.section_actualites .article-titre {
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
.section_actualites .article-titre a {
  color: inherit;
  text-decoration: none;
}
.section_actualites .article-titre a:hover,
.section_actualites .article-titre a:focus,
.section_actualites .article-titre a:active {
  text-decoration: underline;
}
/* homepage */
.section_main_actualites {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
.section_main_actualites .pagination {
  display: none;
}
@media screen and (max-width: 979px) {
  .section_main_actualites {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.section_main_actualites .last {
  flex-basis: 75%;
  border-right: 1px solid #DFDEDE;
  padding-right: 2rem;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .section_main_actualites .last {
    border-right: 0;
    padding-right: 0;
    border-bottom: 1px solid #DFDEDE;
    padding-bottom: 2rem;
  }
}
.section_main_actualites .last .item .article-titre {
  text-transform: uppercase;
  font-size: 1.5rem;
}
.section_main_actualites .twolast {
  text-align: left;
  flex-basis: 25%;
}
.section_main_actualites .twolast .item {
  margin-top: 2rem;
}
.section_main_actualites .twolast .item .article-thematique {
  text-align: left;
}
.section_main_actualites .twolast .item .article-titre {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.section_main_actualites .twolast .item:first-child {
  margin-top: 0;
}
.section_main_actualites .item {
  width: 100%;
}
.section_main_actualites .item img {
  width: 100%;
}
.section_main_actualites a {
  color: inherit;
  text-decoration: none;
}
.section_main_actualites a:hover,
.section_main_actualites a:focus,
.section_main_actualites a:active {
  text-decoration: underline;
}
.search_content {
  min-height: 35vh;
  margin: 2rem 0;
  padding: 1rem;
  position: relative;
}
.box .search_content {
  min-height: 0;
}
.search_content h2,
.search_content h3,
.search_content h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
.search_content h2 {
  font-family: 'Arvo', serif;
  position: relative;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.1;
}
@media screen and (max-width: 979px) {
  .search_content h2 {
    font-size: 1.25rem;
  }
}
.search_content h4 {
  font-size: 1.4rem;
  font-size: 1.15rem;
}
.search_content ul,
.search_content li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.search_content ul {
  margin: 2rem 0;
}
.search_content li {
  padding: 1rem 0;
  border-bottom: 1px solid #dedada;
}
.search_content .search_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 90%;
}
.search_content .search_fields .search-input {
  flex-basis: 80%;
  padding: 1rem;
  border: 0;
  border-radius: 0;
}
.search_content .search_fields .search-button {
  flex-basis: 20%;
  display: inline-block;
  background: ;
  color: #FFFFFF;
  text-decoration: none;
  padding: 1rem;
  padding-right: 3rem;
  border: 1px solid transparent;
}
.search_content .search_fields .search-button:hover,
.search_content .search_fields .search-button:focus,
.search_content .search_fields .search-button:active {
  background: ;
  border-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1149px) {
  header .top-navigation > div.hide_mobile {
    display: none;
  }
}
@media screen and (min-width: 1150px) {
  header .top-navigation > div.hide_mobile {
    display: block;
  }
}
.form-row-search {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.form-row-search .form-field {
  flex-grow: 2;
  background: #eeecec;
  padding: 0.5rem 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.form-row-search .form-field label {
  font-weight: bold;
}
.form-row-search .form-field select {
  background: transparent;
  border: 0;
  flex-grow: 2;
}
.form-row-search .form-submit input {
  display: inline-block;
  background: transparent;
  color: #4E5056;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 1px solid #4e5056;
  border-radius: 10px;
  text-transform: uppercase;
}
.form-row-search .form-submit input:hover,
.form-row-search .form-submit input:focus,
.form-row-search .form-submit input:active {
  background: #279244;
  color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.4);
}
.form-row-search .form-submit input.color1 {
  background: #228F69;
  color: #FFFFFF;
  border-radius: 25px;
  text-transform: none;
  font-weight: bold;
}
.form-row-search .form-submit input.color1:hover,
.form-row-search .form-submit input.color1:focus,
.form-row-search .form-submit input.color1:active {
  background: #279244;
  border-color: rgba(0, 0, 0, 0.4);
}
.alert {
  flex-basis: 100%;
  width: 100%;
}
.numero-bulletin {
  font-family: 'Arvo', serif;
  font-size: 0.95rem;
  margin: 0;
}
.filtres_resultats .items {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
  align-items: start;
}
.filtres_resultats .item {
  flex-basis: 100%;
  padding: 2rem 0;
  border-bottom: 1px solid #DFDEDE;
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 979px) {
  .filtres_resultats .item {
    flex-direction: column;
  }
}
.filtres_resultats .item-image,
.filtres_resultats .item-contenu {
  flex-basis: 50%;
}
.filtres_resultats .numero-bulletin {
  margin: 0;
}
.filtres_resultats .article-thematique {
  margin-top: 0;
  text-align: left;
}
.filtres_resultats .article-thematique span {
  text-align: left;
}
.filtres_resultats .article-titre {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: none;
}
.filtres_resultats .article-titre a {
  color: inherit;
  text-decoration: none;
}
.filtres_resultats .article-titre a:hover,
.filtres_resultats .article-titre a:focus,
.filtres_resultats .article-titre a:active {
  text-decoration: underline;
}
.filtres_resultats .item-titre {
  text-transform: none;
  font-weight: 600;
  margin-top: 0.25rem;
}
.filtres_resultats .item-titre a {
  color: inherit;
  text-decoration: none;
}
.filtres_resultats .item-titre a:hover,
.filtres_resultats .item-titre a:focus,
.filtres_resultats .item-titre a:active {
  text-decoration: underline;
}
.dernier_dossier {
  background: #F6F6F6;
  border: 1px solid #DFDEDE;
  border-width: 1px 0 1px 0;
  color: #4E5056;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0;
}
.dernier_dossier .row {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
@media screen and (max-width: 979px) {
  .dernier_dossier .row {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.dernier_dossier .row .image_dossier {
  overflow: hidden;
}
.dernier_dossier .row .image_dossier img {
  /*height: 100%; width: auto; max-width: none;*/
}
.dernier_dossier .row > div {
  flex-basis: 50%;
}
@media screen and (max-width: 1149px) {
  .dernier_dossier .row > div:first-child {
    flex-basis: 65%;
  }
  .dernier_dossier .row > div:last-child {
    flex-basis: 35%;
  }
}
@media screen and (max-width: 979px) {
  .dernier_dossier .row > div:first-child,
  .dernier_dossier .row > div:last-child {
    flex-basis: 100%;
    overflow: hidden;
  }
  .dernier_dossier .row > div:first-child img,
  .dernier_dossier .row > div:last-child img {
    height: auto;
    max-width: 100%;
  }
}
.dernier_dossier .row .like-btn {
  font-weight: bold;
  text-decoration: underline;
}
.dernier_dossier .row .like-btn:hover,
.dernier_dossier .row .like-btn:focus,
.dernier_dossier .row .like-btn:active {
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .dernier_dossier .row .infos_dossier {
    padding: 0 1rem;
  }
}
.dernier_dossier .row .titre_dossier {
  margin-bottom: 0.25rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}
.dernier_dossier .row .titre_dossier em {
  font-weight: bold;
  font-size: 2rem;
  display: block;
  font-style: normal;
  font-family: 'Arvo', serif;
}
.dernier_dossier .row .titre_dossier em:after {
  content: "";
  display: block;
  width: 100px;
  background: #228F69;
  height: 10px;
  margin: 0.5rem 0 1rem;
}
.dernier_dossier .row .numero-bulletin {
  margin-top: 0;
  color: #4E5056;
}
.recherche article.content {
  min-height: 400px;
}
.search-results {
  margin: 2rem 0;
}
.search-results li:before {
  display: none;
}
.search-results .filtres_selection {
  font-size: 1rem;
}
.search-results .filtre_items_label {
  font-weight: 600;
}
.search-results .filtre_selection {
  display: inline;
}
.search-results .filtre_selection:after {
  content: ", ";
}
.search-results .filtre_selection:last-child:after {
  content: "";
}
