@charset "UTF-8";
/***************************** CSS GENERIC ********************************/
* {
  box-sizing: border-box; }

body, td, pre, input, textarea, select {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px; }

html, body, p, table, td, form, input, select, textarea, pre, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

body {
  text-align: center; }

a {
  color: #000000;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

a img {
  border-width: 0; }

td {
  vertical-align: top; }

ul, ol {
  /* Sinon les puces ne sont pas visible sous IE */
  padding-left: 25px; }

ul {
  list-style-type: disc; }

li {
  line-height: 18px; }

.cms_part {
  text-align: left;
  margin: 0 auto; }

.cms_gauche, .cms_droite {
  float: left; }

.cms_bloc {
  padding: 5px 0;
  clear: both; }

/*** BLOCS FILE ***/
/*** BLOCS FORM ***/
.cms_bloc_form table td {
  padding: 3px; }

.cms_bloc_form table td.intitule {
  font-weight: bold;
  text-align: left;
  width: 200px;
  vertical-align: top; }

.cms_bloc_form table td.valeur td {
  vertical-align: middle; }

.cms_bloc_form label {
  padding: 0 15px 0 3px; }

.cms_bloc_form input {
  width: 200px; }

.cms_bloc_form textarea {
  width: 300px;
  height: 100px; }

.cms_bloc_form select {
  width: 204px; }

.cms_bloc_form_error {
  color: #FF0000;
  padding-bottom: 10px; }

.cms_bloc_form_message {
  font-weight: bold;
  text-align: center; }

.cms_bloc_form .cms_bloc_form_field_content {
  text-align: justify; }

.cms_bloc_form table td.cms_bloc_form_field_antispam_text {
  width: auto; }

.cms_bloc_form table td.cms_bloc_form_field_antispam_image {
  text-align: right; }

.cms_bloc_form table td.cms_bloc_form_field_antispam_image img {
  border: 1px solid #000000; }

.cms_bloc_form .cms_bloc_form_field_content, .cms_bloc_form table td.cms_bloc_form_field_antispam_text {
  padding: 10px 0; }

.cms_bloc_form .cms_bloc_form_field_checkbox input {
  width: auto; }

.cms_bloc_form .cms_bloc_form_field_checkbox table td {
  padding: 0; }

.cms_bloc_form .cms_bloc_form_field_radio table td {
  padding: 0 0; }

.cms_bloc_form .cms_bloc_form_field_radio input {
  width: auto; }

.cms_bloc_form .cms_bloc_form_field_submit input {
  width: 85px;
  margin: 5px 0; }

/*** BLOCS HTML ***/
/*** BLOCS MEDIA ***/
.cms_bloc_media {
  text-align: center; }

.cms_bloc_media * {
  margin: 0 auto; }

/*** BLOCS MODULE ***/
/*** BLOCS TEXTE ***/
.cms_bloc_text {
  text-align: justify; }

.cms_bloc_text_media_gauche .cms_bloc_media {
  padding: 0;
  margin: 0;
  float: left;
  margin: 0 15px 15px 0; }

.cms_bloc_text_media_droite .cms_bloc_media {
  padding: 0;
  margin: 0;
  float: right;
  margin: 0 0 15px 15px; }

.cms_bloc_text_media_centre {
  text-align: center;
  padding: 15px auto; }

.cms_bloc_text_media_centre .cms_bloc_media {
  margin: 15px 0; }

.cms_bloc_text table {
  width: 100%; }

.cms_bloc_text table td {
  vertical-align: top; }

.cms_bloc_text_gauche {
  width: 49%; }

.cms_bloc_text_milieu {
  width: 2%; }

.cms_bloc_text_droite {
  width: 49%; }

/*** BLOCS TITRE ***/
.cms_bloc_title h2 {
  text-align: left;
  font-weight: bold;
  text-align: left; }

/*** BLOCS CARTE ***/
.cms_bloc_map .mm_carte {
  margin: auto; }

/*** ***/
.spacer {
  clear: both;
  display: block;
  line-height: 0;
  width: 0;
  font-size: 0; }

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

[class*=img-txt] {
  display: block;
  overflow: hidden;
  text-indent: -9999px; }

.img-txt-a {
  position: absolute; }

#print_header_right {
  float: right;
  margin-top: 10px;
  line-height: 20px; }

#print_header_left {
  float: left;
  margin-top: 10px; }

#print_container {
  width: 700px;
  margin: auto;
  text-align: left; }

#print_container ul {
  list-style-type: disc;
  overflow: hidden; }

#ma-all-news .news + .news {
  border-top: 1px solid #000; }

img.ma-know-more-img {
  float: left;
  margin: 0 15px 8px 0; }

#ma-detail-actu .actu-date,
#ma-all-news .news-date {
  font-weight: bold;
  margin: 0 0 5px; }

#ma-all-news .news-image {
  float: left;
  margin: 0 15px 8px 0; }

.cms_bloc_form .cms_bloc_form_container {
  width: 80%; }

.cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field {
  margin: 4px 0; }

.cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .label {
  display: inline-block;
  width: 40%;
  padding-right: 20px;
  vertical-align: top; }

.cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .value {
  display: inline-block;
  width: 60%;
  vertical-align: top; }

.cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_submit {
  padding-left: 40%; }

.publicationsCategory {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2rem; }
  .publicationsCategory > * {
    order: 25;
    flex-grow: 1; }
  @media (max-width: 800px) {
    .publicationsCategory-right {
      max-width: 100%; } }
  .publicationsCategory .publicationsCategory-head {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: calc(100% - 30rem - 2rem);
    margin: 0;
    padding: 2rem;
    border: 0.1rem solid #f2f2f2; }
    @media (max-width: 1140px) {
      .publicationsCategory .publicationsCategory-head {
        flex-direction: column;
        align-items: flex-start;
        max-width: calc(100% - 15rem - 2rem); } }
    @media (max-width: 800px) {
      .publicationsCategory .publicationsCategory-head {
        max-width: 100%; } }
    .publicationsCategory .publicationsCategory-headImage {
      flex: none;
      margin: 0 2rem 0 0; }
      @media (max-width: 1140px) {
        .publicationsCategory .publicationsCategory-headImage {
          margin: 0 0 2rem 0; } }
      .publicationsCategory .publicationsCategory-headImage img {
        display: block;
        max-width: 8rem; }
    .publicationsCategory .publicationsCategory-headTitle {
      margin-bottom: 1rem;
      transition: 0.4s ease-out; }
      .publicationsCategory .publicationsCategory-headTitle:hover {
        opacity: 0.6; }
      .publicationsCategory .publicationsCategory-headTitle::after {
        content: "";
        display: block;
        width: 6rem;
        height: 0.3rem;
        background: #b3926b; }
    .publicationsCategory .publicationsCategory-headLink {
      display: block;
      text-decoration: none !important; }
  .publicationsCategory-langs {
    margin-bottom: 2rem;
    font-style: italic; }
  .publicationsCategory-description {
    font-size: 1.3rem; }
  .publicationsCategory .publicationsCategory-form {
    order: 2;
    width: 30rem;
    margin: 0; }
    @media (max-width: 1140px) {
      .publicationsCategory .publicationsCategory-form {
        max-width: 15rem; } }
    @media (max-width: 800px) {
      .publicationsCategory .publicationsCategory-form {
        max-width: 100%; } }
    .publicationsCategory .publicationsCategory-form select,
    .publicationsCategory .publicationsCategory-form input[type="submit"] {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      margin: 0.8rem 0 0 0;
      padding: 1rem;
      border: 0;
      color: #ffffff;
      letter-spacing: normal;
      line-height: normal;
      background: #28636b;
      transition: 0.4s ease-out;
      cursor: pointer;
      font-size: 1rem;
      font-stretch: normal;
      font-style: normal;
      font-weight: bold;
      text-transform: uppercase;
      text-align: left;
      text-decoration: none; }
      .publicationsCategory .publicationsCategory-form select:hover,
      .publicationsCategory .publicationsCategory-form input[type="submit"]:hover {
        background: #45b9b0; }
  .publicationsCategory-empty {
    margin: 2rem 0;
    color: #28636b;
    font-size: 2rem;
    font-weight: bold;
    text-align: center; }
  .publicationsCategory .maMain {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    gap: 2rem; }
    .publicationsCategory .maMain a {
      text-decoration: none !important; }
    .publicationsCategory .maMain-news {
      position: relative;
      display: flex;
      flex: 1 1 calc((100% - (3) * 2rem) / 4);
      flex-direction: column;
      max-width: calc((100% - (3) * 2rem) / 4);
      margin: 0;
      background-color: #45b9b0;
      box-shadow: 0 0.2rem 1.8rem 0 rgba(0, 0, 0, 0.17);
      transition: 0.4s ease-out; }
      @media (max-width: 1140px) {
        .publicationsCategory .maMain-news {
          flex: 1 1 calc((100% - (2) * 2rem) / 3);
          max-width: calc((100% - (2) * 2rem) / 3); } }
      @media (max-width: 800px) {
        .publicationsCategory .maMain-news {
          flex: 1 1 calc((100% - (1) * 2rem) / 2);
          max-width: calc((100% - (1) * 2rem) / 2); } }
      @media (max-width: 640px) {
        .publicationsCategory .maMain-news {
          flex: 1 1 100%;
          max-width: 100%; } }
      .publicationsCategory .maMain-news:hover {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px; }
        .publicationsCategory .maMain-news:hover .maMain-newsContent {
          background-color: #28636b; }
          .publicationsCategory .maMain-news:hover .maMain-newsContent * {
            color: #ffffff !important;
            opacity: 1; }
            .publicationsCategory .maMain-news:hover .maMain-newsContent *::after {
              color: #ffffff !important; }
      .publicationsCategory .maMain-news > a {
        display: flex;
        flex-grow: 1;
        text-decoration: none; }
      .publicationsCategory .maMain-news .publicationsCategory-link {
        display: none !important; }
    .publicationsCategory .maMain-list {
      max-width: 100rem;
      padding: 4rem 1.5rem; }
    .publicationsCategory .maMain-allnewslink {
      display: none;
      margin-top: 6rem;
      text-align: center; }
      .publicationsCategory .maMain-allnewslink a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20.6rem;
        height: 3.4rem;
        margin: auto;
        color: #ffffff;
        font-size: 1rem;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.4s ease-out; }
        .publicationsCategory .maMain-allnewslink a:hover {
          background: #b3926b; }
    .publicationsCategory .maMain-date {
      display: inline-block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 0.6rem 1.4rem;
      color: #ffffff;
      font-size: 1.1rem;
      line-height: 1;
      text-align: left;
      background: #45b9b0; }
    .publicationsCategory .maMain-newstitle {
      font-weight: 700; }
      .publicationsCategory .maMain-newstitle,
      .publicationsCategory .maMain-newstitle a {
        color: #b3926b;
        font-size: 1.6rem;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 1.25;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase; }
        @media (max-width: 1440px) {
          .publicationsCategory .maMain-newstitle,
          .publicationsCategory .maMain-newstitle a {
            font-size: 1.5rem; } }
      .publicationsCategory .maMain-newstitle a::before {
        content: "";
        position: absolute;
        inset: 0; }
    .publicationsCategory .maMain .maMain-knowmore {
      display: none; }
    .publicationsCategory .maMain-newsContent {
      position: relative;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      min-height: 16.6rem;
      padding: 2rem 3rem;
      background: #ffffff;
      transition: background 0.4s ease;
      gap: 1rem; }
      @media (max-width: 1440px) {
        .publicationsCategory .maMain-newsContent {
          padding: 1.4rem; } }
      .publicationsCategory .maMain-newsContent *,
      .publicationsCategory .maMain-newsContent *::after {
        transition: color 0.4s ease !important; }
      .publicationsCategory .maMain-newsContent--hasPicture::before {
        content: none; }
      .publicationsCategory .maMain-newsContent--hasPicture .maMain-date {
        margin: 4rem 0 1rem;
        padding: 0 4rem 0; }
    .publicationsCategory .maMain-image {
      position: relative;
      width: 100%;
      height: 16rem; }
      .publicationsCategory .maMain-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        font-family: "object-fit: contain; object-position: center"; }
    .publicationsCategory .maMain-resume {
      position: relative;
      color: rgba(78, 78, 78, 0.8);
      font-size: 1.3rem;
      line-height: 1.38;
      text-align: left;
      opacity: 0.8; }
      .publicationsCategory .maMain-resume::after {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0.3rem;
        color: #b3926b;
        font-weight: bold; }
        [lang="fr"] .publicationsCategory .maMain-resume::after {
          content: "Lire la suite >"; }
        [lang="en"] .publicationsCategory .maMain-resume::after {
          content: "Read more >"; }
    .publicationsCategory .maMain-knowmore {
      margin-top: 1rem;
      padding: 0 1rem; }
      .publicationsCategory .maMain-knowmore a {
        color: #28636b;
        font-size: 1.2rem;
        font-weight: 700;
        transition: 0.3s ease; }
  .publicationsCategory-pagination {
    margin-top: 4rem;
    text-align: center; }