@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#bms-cote,
#bms-large {
  border-radius: 5px;
  border: solid 1px #dee2e6;
  overflow: hidden;
  background: #fff; }
  #bms-cote .grid, #bms-large .grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center; }
  #bms-cote figure, #bms-large figure {
    height: 65px;
    width: 100px;
    min-height: 100%; }
    #bms-cote figure img, #bms-large figure img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #bms-cote .alerts, #bms-large .alerts {
    padding: 6px 15px;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #145e9a;
    font-family: "Quicksand", sans-serif;
    display: flex;
    justify-content: center;
    text-align: center;
    width: fit-content; }
    #bms-cote .alerts:first-child, #bms-large .alerts:first-child {
      width: fit-content;
      padding: 6px; }
    #bms-cote .alerts > span .all_phenom_alerts, #bms-large .alerts > span .all_phenom_alerts {
      font-weight: bold;
      color: #145e9a;
      font-family: "Quicksand", sans-serif; }
    #bms-cote .alerts > span .all_phenom_alerts_link, #bms-large .alerts > span .all_phenom_alerts_link {
      font-weight: bold;
      color: #db0084;
      font-family: "Quicksand", sans-serif; }
  #bms-cote p, #bms-large p {
    text-align: center;
    font-size: 14px;
    line-height: 20px; }
    @media screen and (min-width: 64em) {
      #bms-cote p, #bms-large p {
        padding: 0 14px; } }
    #bms-cote p.title, #bms-large p.title {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 5px; }
    #bms-cote p.active, #bms-large p.active {
      color: #ffffff;
      background: #db0084;
      padding: 2px 10px;
      border-radius: 5px;
      font-weight: 700; }
  #bms-cote .nb_phenomenous, #bms-large .nb_phenomenous {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    background: #db0084; }

#bms[v-cloak] {
  display: none; }

#bms h2 {
  color: #145e9a;
  font-size: 16.8px;
  font-family: "Quicksand", sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  #bms h2:before {
    content: "\EA1C";
    font-family: "fa";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #1c9bd4;
    margin-right: 10px; }

#bms .bms_block {
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 10px; }

#bms .leaflet-interactive {
  cursor: default !important; }

@media screen and (min-width: 40em) {
  #bms .bms_tabs {
    display: flex; } }

#bms .bms_tabs > li {
  display: flex;
  align-items: center;
  cursor: pointer; }
  @media screen and (max-width: 39.99875em) {
    #bms .bms_tabs > li:not(:last-child) {
      margin-bottom: 15px; } }
  #bms .bms_tabs > li.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  #bms .bms_tabs > li:hover figure img, #bms .bms_tabs > li.active figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  #bms .bms_tabs > li:hover h3, #bms .bms_tabs > li.active h3 {
    color: #db0084; }
  #bms .bms_tabs > li:not(:last-child) {
    margin-right: 16px; }
  #bms .bms_tabs > li figure {
    margin-right: 8px;
    height: 52px;
    width: 52px;
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 52px; }
    @media screen and (max-width: 39.99875em) {
      #bms .bms_tabs > li figure {
        width: 40px;
        height: 40px;
        flex: 0 0 40px; } }
    #bms .bms_tabs > li figure img {
      display: block;
      width: 100%;
      height: auto;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  #bms .bms_tabs > li h3 {
    color: #145e9a;
    font-size: 16px;
    font-weight: normal;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #bms .bms_tabs > li:after {
    content: "\EA03";
    font-family: "fa";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #145e9a;
    margin-left: 8px;
    font-size: 13px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

#bms .bms_content {
  padding-top: 16px;
  padding-bottom: 16px; }
  @media screen and (min-width: 40em) {
    #bms .bms_content {
      display: flex;
      align-items: top;
      justify-content: space-around; } }
  @media screen and (max-width: 39.99875em) {
    #bms .bms_content {
      flex-direction: column;
      align-items: center; } }
  @media screen and (max-width: 74.99875em) {
    #bms .bms_content > li {
      padding: 0px 10px; } }
  @media screen and (max-width: 39.99875em) {
    #bms .bms_content > li {
      padding: 0; }
      #bms .bms_content > li:not(:last-child) {
        margin-bottom: 15px; } }
  #bms .bms_content > li h4 {
    margin-bottom: 16px;
    color: #145e9a;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 17px; }
  #bms .bms_content > li figure {
    margin-bottom: 16px; }
    #bms .bms_content > li figure img {
      border-radius: 5px;
      display: flex;
      max-width: 100%;
      height: auto;
      margin: 0px auto; }
  #bms .bms_content > li ul {
    padding-left: 18px; }
    #bms .bms_content > li ul > li {
      list-style-type: disc;
      color: #626262;
      font-size: 14px; }
      #bms .bms_content > li ul > li:not(:last-child) {
        margin-bottom: 7px; }
      #bms .bms_content > li ul > li a {
        display: block;
        color: #1c9bd4;
        font-size: 14.4px;
        font-weight: 600;
        cursor: pointer; }
        #bms .bms_content > li ul > li a:hover {
          color: #db0084; }

#bms .bms_content.domtom > li {
  margin-bottom: 0;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 39.99875em) {
    #bms .bms_content.domtom > li:not(:last-child) {
      margin-bottom: 15px; } }
  #bms .bms_content.domtom > li.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  #bms .bms_content.domtom > li:hover figure img, #bms .bms_content.domtom > li.active figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  #bms .bms_content.domtom > li:hover h3, #bms .bms_content.domtom > li.active h3 {
    color: #db0084; }
  #bms .bms_content.domtom > li:not(:last-child) {
    margin-right: 16px; }
  #bms .bms_content.domtom > li figure {
    margin-right: 8px;
    height: 52px;
    width: 52px;
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 52px;
    margin-bottom: 0; }
    @media screen and (max-width: 39.99875em) {
      #bms .bms_content.domtom > li figure {
        width: 40px;
        height: 40px;
        flex: 0 0 40px; } }
    #bms .bms_content.domtom > li figure img {
      display: block;
      width: 100%;
      height: auto;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      object-fit: cover; }
  #bms .bms_content.domtom > li .bms-list a {
    display: block; }
    #bms .bms_content.domtom > li .bms-list a:not(:last-child) {
      margin-bottom: 16px !important; }
    #bms .bms_content.domtom > li .bms-list a h4 {
      margin-bottom: 0; }
    #bms .bms_content.domtom > li .bms-list a[href] h4 {
      color: #DB0084; }
  #bms .bms_content.domtom > li h3 {
    color: #145e9a;
    font-size: 16px;
    font-weight: normal;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #bms .bms_content.domtom > li h4 {
    font-size: 16px; }
    #bms .bms_content.domtom > li h4.active {
      color: #db0084;
      cursor: pointer; }
  #bms .bms_content.domtom > li a {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important; }

.modal-bms .modal-body .title {
  font-family: "CrimsonText", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #145e9a;
  margin-top: 20px;
  color: #145e9a; }

.modal-bms .modal-body .sub_title {
  font-weight: 600; }
  .modal-bms .modal-body .sub_title:not(:last-child) {
    margin-bottom: 0 !important; }

.modal-bms .modal-body .text:not(:last-child) {
  margin-bottom: 0 !important; }

#bms .bms_content > li ul {
  padding: 0; }
  #bms .bms_content > li ul:after {
    content: "";
    display: table;
    clear: both; }
  #bms .bms_content > li ul > li {
    float: left;
    width: calc(100% / 3);
    color: #ffffff;
    padding: 4px;
    font-size: 12px;
    list-style-type: none; }
    #bms .bms_content > li ul > li:not(:last-child) {
      margin: 0; }

.list_bms li {
  width: 100% !important; }

#bms-details .bms_content * {
  display: block;
  margin-bottom: 20px; }

#bms-details .bms_content titrebulletin {
  margin-bottom: 20px;
  font-family: "CrimsonText", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #145e9a;
  margin-top: 20px;
  color: #145e9a; }

#bms-details .bms_content chapeaubulletin,
#bms-details .bms_content unitebulletin,
#bms-details .bms_content infospeciale,
#bms-details .bms_content bulletinspecial,
#bms-details .bms_content titreecheance {
  margin-bottom: 20px;
  font-weight: 600; }

#bms-details .title {
  font-family: "CrimsonText", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #145e9a;
  margin-top: 20px;
  color: #145e9a; }

#bms-details .sub_title {
  font-weight: 600; }
  #bms-details .sub_title:not(:last-child) {
    margin-bottom: 0 !important; }

#bms-details .text:not(:last-child) {
  margin-bottom: 0 !important; }

.bms--two_cols {
  --gap: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap); }
  @media screen and (min-width: 40em) {
    .bms--two_cols > * {
      flex: 0 0 calc((100% - var(--gap)) / 2); } }
  @media screen and (max-width: 39.99875em) {
    .bms--two_cols {
      --gap: 12px;
      flex-direction: column; } }

#mf_bmr_domtom_bmr .xml_details * {
  display: block;
  margin-bottom: 20px; }

#mf_bmr_domtom_bmr .xml_details titrebulletin {
  margin-bottom: 20px;
  font-family: "CrimsonText", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #145e9a;
  margin-top: 20px;
  color: #145e9a; }

#mf_bmr_domtom_bmr .xml_details chapeaubulletin,
#mf_bmr_domtom_bmr .xml_details unitebulletin,
#mf_bmr_domtom_bmr .xml_details infospeciale,
#mf_bmr_domtom_bmr .xml_details bulletinspecial,
#mf_bmr_domtom_bmr .xml_details titreecheance {
  margin-bottom: 20px;
  font-weight: 600; }

#mf_bmr_domtom_bmr .mf_bmr_domtom__title {
  color: #145e9a;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  padding-top: 10px; }
  #mf_bmr_domtom_bmr .mf_bmr_domtom__title:before {
    content: "\EA5F";
    font-family: "fa";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 22px; }

#mf_bmr_domtom_bmr .mf_bmr_domtom__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 19px;
  font-size: 14px;
  line-height: 20px;
  color: #333333; }
  #mf_bmr_domtom_bmr .mf_bmr_domtom__box * {
    margin-bottom: 0; }

#mf_bmr_domtom_bmr .mf_bmr_domtom__sub_title {
  font-family: "Quicksand", sans-serif;
  color: #145e9a;
  font-weight: 700; }

#mf_bmr_domtom_bmr .mf_bmr_domtom__text--bold {
  font-weight: 700;
  margin-bottom: -20px; }

#mf_bmr_domtom_bmr .mf_bmr_domtom__text--small {
  font-size: 12px;
  line-height: 16px; }

#mf_bmr_domtom_bmr .mf_bmr_domtom__text--small + .mf_bmr_domtom__text--small {
  margin-top: -20px; }

#mf_bmr_domtom_bms {
  margin-bottom: 10px;
  border: 1px solid #db0084;
  border-radius: 5px;
  padding: 19px;
  font-size: 14px;
  line-height: 20px;
  color: #333333; }
  #mf_bmr_domtom_bms .bms_content * {
    display: block;
    margin-bottom: 20px; }
  #mf_bmr_domtom_bms .bms_content titrebulletin {
    margin-bottom: 20px;
    font-family: "CrimsonText", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #145e9a;
    margin-top: 20px;
    color: #145e9a; }
  #mf_bmr_domtom_bms .bms_content chapeaubulletin,
  #mf_bmr_domtom_bms .bms_content unitebulletin,
  #mf_bmr_domtom_bms .bms_content infospeciale,
  #mf_bmr_domtom_bms .bms_content bulletinspecial,
  #mf_bmr_domtom_bms .bms_content titreecheance {
    margin-bottom: 20px;
    font-weight: 600; }
  #mf_bmr_domtom_bms h2 {
    color: #ffffff;
    background: #db0084;
    padding: 2px 10px;
    border-radius: 5px;
    font-weight: 700;
    margin-bottom: 10px; }
  #mf_bmr_domtom_bms h3 {
    margin: 10px 0px; }
  #mf_bmr_domtom_bms title,
  #mf_bmr_domtom_bms .title,
  #mf_bmr_domtom_bms .title-js {
    font-weight: 600;
    margin: 5px 0px; }
  #mf_bmr_domtom_bms .sub_title {
    font-weight: 600; }
    #mf_bmr_domtom_bms .sub_title:not(:last-child) {
      margin-bottom: 0 !important; }
  #mf_bmr_domtom_bms .text:not(:last-child) {
    margin-bottom: 0 !important; }
  #mf_bmr_domtom_bms.bms_dirnc {
    padding: 0; }
    #mf_bmr_domtom_bms.bms_dirnc .bms_trigger {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      font-size: 16px;
      line-height: 20px;
      color: #ffffff;
      text-transform: uppercase;
      padding: 11px 15px;
      background: #db0084;
      font-family: "Roboto", sans-serif; }
      #mf_bmr_domtom_bms.bms_dirnc .bms_trigger:after {
        flex: 0 0 20px;
        content: "\EA14";
        font-family: "fa";
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 12px; }
      #mf_bmr_domtom_bms.bms_dirnc .bms_trigger.active:after {
        transform: rotateX(180deg); }
    #mf_bmr_domtom_bms.bms_dirnc #bms-details {
      overflow: hidden; }
      #mf_bmr_domtom_bms.bms_dirnc #bms-details .bms_content {
        padding: 0 19px 19px 19px; }
      #mf_bmr_domtom_bms.bms_dirnc #bms-details:not(.visible) {
        height: 0;
        pointer-events: none; }
