@charset "UTF-8";

.ma-container.maAside {
  position: relative;
  line-height: 1.3; }
  .ma-container.maAside .maAside-image img[src*=".gif"] {
    height: auto !important; }
  .ma-container.maAside .maAside-title {
    font-size: 1.6em;
    font-weight: 300;
    margin-bottom: .6em; }
  .ma-container.maAside .maAside-container {
    height: auto;
    padding: 2rem;
    padding-bottom: 4rem;
    background: #f8f8f8;
    border: 1px solid #ededed; }
  .ma-container.maAside .maAside-date {
    font-size: .75em;
    text-transform: uppercase;
    font-weight: normal;
    margin: .4em 0; }
  .ma-container.maAside .maAside-newstitle {
    margin: 0.5em 0;
    font-size: 1.2em;
    font-weight: 400; }
    .ma-container.maAside .maAside-newstitle a {
      font: inherit;
      color: #007ac1;
      text-decoration: none; }
  .ma-container.maAside .maAside-resume {
    font-size: .9em;
    font-weight: normal;
    line-height: 1.4; }
  .ma-container.maAside .maAside-knowmore {
    display: inline-block;
    margin: 0.5em 0;
    font-size: .9em;
    font-weight: 600; }
    .ma-container.maAside .maAside-knowmore a {
      color: #007ac1; }
  .ma-container.maAside .maAside-allnewslink {
    position: absolute;
    top: 0.6rem;
    right: 0; }
    .ma-container.maAside .maAside-allnewslink a {
      color: #007ac1;
      font-size: .8em;
      font-weight: normal; }
  .ma-container.maAside .maAside-pagination {
    position: absolute;
    bottom: 2.6rem;
    left: 2rem;
    height: 1.2rem; }
    .ma-container.maAside .maAside-pagination .maAside-pager .bx-pager-item {
      display: inline-block;
      width: 1.2rem;
      height: 1.2rem;
      margin-right: .4rem; }
      .ma-container.maAside .maAside-pagination .maAside-pager .bx-pager-item a {
        display: inline-block;
        text-indent: -999rem;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 100%;
        background: #c8c8c8; }
        .ma-container.maAside .maAside-pagination .maAside-pager .bx-pager-item a.active {
          background: #007ac1; }
  .ma-container.maAside .bx-controls-direction {
    position: absolute;
    bottom: 2rem;
    right: 2rem; }
    .ma-container.maAside .bx-controls-direction a {
      display: inline-block;
      width: 2.6rem;
      height: 2.6rem;
      margin-left: .6rem; }
      .ma-container.maAside .bx-controls-direction a::before {
        content: '';
        display: inline-block;
        width: 1rem;
        height: 1rem;
        margin: 0.7rem 0 0;
        line-height: 2.4rem;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .ma-container.maAside .bx-controls-direction a.bx-prev {
        padding-left: 0.9rem; }
        .ma-container.maAside .bx-controls-direction a.bx-prev::before {
          border-top: 1px solid #bbbbbb;
          border-left: 1px solid #bbbbbb; }
      .ma-container.maAside .bx-controls-direction a.bx-next {
        padding-left: 0.5rem; }
        .ma-container.maAside .bx-controls-direction a.bx-next::before {
          border-bottom: 1px solid #bbbbbb;
          border-right: 1px solid #bbbbbb; }
.ma-container.maAllNews ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 1rem 0; }
.ma-container.maAllNews .maAllNews-news {
  *zoom: 1;
  padding-left: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #eee; }
  .ma-container.maAllNews .maAllNews-news:before, .ma-container.maAllNews .maAllNews-news:after {
    content: ' ';
    display: table; }
  .ma-container.maAllNews .maAllNews-news:after {
    clear: both; }
  .ma-container.maAllNews .maAllNews-news--hasPicture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.ma-container.maAllNews .maAllNews-image {
  display: inline-block;
  vertical-align: top;
  margin: .5rem 2rem 0 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 50%; }
  .ma-container.maAllNews .maAllNews-image a {
    display: block; }
    .ma-container.maAllNews .maAllNews-image a img {
      max-width: 100%; }
      .ma-container.maAllNews .maAllNews-image a img[src*=".gif"] {
        height: auto !important; }
.ma-container.maAllNews div.ma-news-right {
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
.ma-container.maAllNews .maAllNews-date {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: normal;
  margin: .4rem 0; }
.ma-container.maAllNews .maAllNews-newstitle {
  font-size: 1.4em;
  margin-bottom: 0.4em;
  line-height: 1.3; }
  .ma-container.maAllNews .maAllNews-newstitle, .ma-container.maAllNews .maAllNews-newstitle a {
    font-weight: 400;
    text-decoration: none; }
.ma-container.maAllNews .maAllNews-resume {
  font-weight: normal;
  line-height: 1.4; }
.ma-container.maAllNews .maAllNews-knowmore {
  display: inline-block;
  margin: 0.5rem 0;
  font-size: .8em;
  font-weight: 600; }
.ma-container.maAllNews .maAllNews-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 1rem 0 0; }
.ma-container.maAllNews .maAllNews-links {
  font-size: .8em; }
  .ma-container.maAllNews .maAllNews-links a, .ma-container.maAllNews .maAllNews-links span {
    padding: .4em;
    display: inline-block; }
  .ma-container.maAllNews .maAllNews-links--prev, .ma-container.maAllNews .maAllNews-links--next {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%; }
  .ma-container.maAllNews .maAllNews-links--next {
    text-align: right; }
  .ma-container.maAllNews .maAllNews-links--pages {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%; }
    .ma-container.maAllNews .maAllNews-links--pages span, .ma-container.maAllNews .maAllNews-links--pages a {
      padding: .2em;
      font-weight: bold; }
.ma-container.maDetail .maDetail-date {
  margin: .4rem 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: normal; }
.ma-container.maDetail .maDetail-resume {
  margin: .6rem 0;
  font-weight: 600; }
.ma-container.maDetail .maDetail-image {
  margin: 1.4rem 0; }
  .ma-container.maDetail .maDetail-image img {
    max-width: 100%; }

h2.Titre_H2 {
  color: #007ac1;
  margin: .6em 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.15; }

h3.Titre_H3 {
  line-height: 1.2em;
  color: #007ac1;
  font-size: 2.6rem;
  margin: .4em 0;
  font-weight: normal; }

h4.Titre_H4 {
  line-height: 1.2em;
  color: #007ac1;
  font-size: 2.2rem;
  margin: .4em 0;
  font-weight: normal; }

h5.Titre_H5 {
  text-transform: uppercase;
  line-height: 1.2em;
  color: #007ac1;
  font-size: 1.6rem;
  margin: .4em 0;
  font-weight: 600; }

strong.accroche {
  font-size: 1.6rem;
  font-weight: 600; }

strong.mise_en_avant_1 {
  font-weight: bold;
  color: #007ac1; }

strong.mise_en_avant_2 {
  font-weight: bold;
  color: #007ac1; }

span.legende {
  font-size: 1.4rem;
  font-style: italic; }

blockquote.citation {
  margin: 1em 0;
  padding: .4em 1em;
  border-left: 0.4rem solid #007ac1;
  background: rgba(0, 0, 0, 0.04);
  overflow: auto; }

span.bouton_1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  padding: 1.4rem 3rem;
  background: #0080cb;
  display: inline-block;
  text-transform: uppercase;
  transition: background .2s linear;
  background: #fff;
  border: 2px solid #007ac1;
  text-transform: uppercase;
  color: #007ac1;
  font-size: 1.6rem;
  padding: 1rem 2.6rem;
  transition: all 200ms ease; }
  span.bouton_1:hover {
    background: #007ac1;
    color: #fff; }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNjc3MvdGlueV9tY2Uuc2NzcyIsInNjc3MvX3RpbnltY2Uuc2NzcyIsInNjc3MvX2NvbmYuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQTtFQ0ZDLGVDaUM0QjtFRGhDNUIsZUFBYztFQUNkLGdCQUFlO0VBQ2YsaUJBQWdCO0VBQ2hCLGtCQUFpQixFQUFBOztBREVsQjtFQ0dDLG1CQUFrQjtFQUNsQixlQ3VCNEI7RUR0QjVCLGtCQUFpQjtFQUNqQixlQUFjO0VBQ2Qsb0JBQW1CLEVBQUE7O0FESHBCO0VDUUMsbUJBQWtCO0VBQ2xCLGVDYzRCO0VEYjVCLGtCQUFpQjtFQUNqQixlQUFjO0VBQ2Qsb0JBQW1CLEVBQUE7O0FEUnBCO0VDYUMsMEJBQXlCO0VBQ3pCLG1CQUFrQjtFQUNsQixlQ0k0QjtFREg1QixrQkFBaUI7RUFDakIsZUFBYztFQUNkLGlCQUFnQixFQUFBOztBRGRqQjtFQ21CQyxrQkFBaUI7RUFDakIsaUJBQWdCLEVBQUE7O0FEaEJqQjtFQ29CQyxrQkFBaUI7RUFDakIsZUNWNEIsRUFBQTs7QUZQN0I7RUNxQkMsa0JBQWlCO0VBQ2pCLGVDZjRCLEVBQUE7O0FGSDdCO0VDeUNDLGtCQUFpQjtFQUNqQixtQkFBa0IsRUFBQTs7QUR0Q25CO0VDMENDLGNBQWE7RUFDYixrQkFBaUI7RUFDakIsa0NBQWdDO0VBQ2hDLGdDQUE0QjtFQUM1QixlQUFjLEVBQUE7O0FEMUNmO0VFVUUseUJBQWdCO0tBQWhCLHNCQUFnQjtVQUFoQixpQkFBZ0I7RUFDaEIsV0FBVTtFQUNWLGlCQUFnQjtFQUNoQixVQUFTO0VBQ1QsY0FBYTtFQUNiLGdCQUFlO0VBQ2YsVUFBUztFQXFCUixpQkFBZ0I7RUFDaEIsa0JBQWlCO0VBQ2pCLFlBQVc7RUFDWCxzQkFBcUI7RUFDckIscUJBQW9CO0VBQ3BCLG9CQUFnQztFQUNoQyxzQkFBcUI7RUFDckIsMEJBQXlCO0VBQ3pCLGtDQUFpQztFRDFCbkMsaUJBQWdCO0VBQ2hCLDBCQUF5QjtFQUN6QiwwQkFBeUI7RUFDekIsZUMzQjRCO0VENEI1QixrQkFBaUI7RUFDakIscUJBQW9CO0VBQ3BCLDJCQUEwQixFQUFBO0VBQzFCO0lBQ0Msb0JDaEMyQjtJRGlDM0IsWUFBVyxFQUFBIiwiZmlsZSI6InRpbnlfbWNlLmNzcyJ9 */