@charset "UTF-8";

.mars-button {
    display: inline-table;
    position: relative;
    width: 100%;
    max-width: 300px;
    max-width: 18.75rem;
    padding: 10px 45px 10px 20px;
    padding: 0.625rem 2.8125rem 0.625rem 1.25rem;
    min-height: 78px;
    min-height: 4.875rem;
    height: 78px;
    height: 4.875rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    border: 2px solid #117188;
    border: 0.125rem solid #117188;
    border-radius: 2px;
    border-radius: 0.125rem;
    background-color: transparent;
    color: #117188;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    text-align: left;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.5s, background-color 0.5s, color 0.5s, box-shadow 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    transition: border-color 0.5s, background-color 0.5s, color 0.5s, box-shadow 0.5s, transform 0.5s, opacity 0.5s;
    transition: border-color 0.5s, background-color 0.5s, color 0.5s, box-shadow 0.5s, transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    vertical-align: middle;
}

.mars-button::after, .mars-button::before {
    content: "";
    position: absolute;
    width: 20px;
    width: 1.25rem;
    height: 2px;
    height: 0.125rem;
    top: 50%;
    right: 15px;
    right: 0.9375rem;
    margin-top: -1px;
    margin-top: -0.0625rem;
    background-color: #117188;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    transition: background-color 0.5s;
}

.mars-button::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mars-button::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mars-button.is-active, .mars-button:hover, .mars-button:focus {
    background-color: rgba(17, 113, 136, 0.15);
    text-decoration: none;
    outline: none;
}

.mars-button__icon {
    display: table-cell;
    padding-right: 20px;
    padding-right: 1.25rem;
    vertical-align: middle;
}

.mars-button__icon .mars-button__icon-image {
    max-width: none;
}

.mars-button__text {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.mars-button__icon + .mars-button__text {
    text-align: left;
}

.mars-button--primary {
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    border: 1px solid var(--border-decorative);
    border: 0.0625rem solid var(--border-decorative);
    background-color: var(--background-decorative);
    color: var(--text-action-with-button-background);
    text-align: center;
}

.mars-button--primary::after, .mars-button--primary::before {
    display: none;
}

.mars-button--primary.is-active, .mars-button--primary:hover, .mars-button--primary:focus {
    border-color: var(--border-action);
    background-color: var(--background-base);
    color: var(--text-action);
}

.mars-button--primary .mars-button__text {
    width: auto;
}

.mars-button--secondary {
    border-color: #d0e9ed;
    background-color: #d0e9ed;
    color: #2d2d2d;
}

.mars-button--secondary::after, .mars-button--secondary::before {
    display: none;
}

.mars-button--secondary.is-active, .mars-button--secondary:hover, .mars-button--secondary:focus {
    border-color: var(--border-action);
    background-color: var(--background-button);
    color: var(--text-action-with-button-background);
}

.mars-button.mars-button--no-arrow {
    padding-right: 20px;
    padding-right: 1.25rem;
}

.mars-button.mars-button--no-arrow::after, .mars-button.mars-button--no-arrow::before {
    display: none;
}

.mars-button--small {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    min-height: 53px;
    min-height: 3.3125rem;
    width: 100%;
    height: auto;
    text-align: center;
}

.mars-button--small::after, .mars-button--small::before {
    display: none;
}

.mars-button--small .mars-button__text {
    width: auto;
}

.mars-button--tiny {
    padding: 12px 20px 11px;
    padding: 0.75rem 1.25rem 0.6875rem;
    padding-right: 35px;
    padding-right: 2.1875rem;
    min-height: 40px;
    min-height: 2.5rem;
    width: auto;
    min-width: 145px;
    min-width: 9.0625rem;
    height: auto;
    /* border-color: rgba(2, 155, 174, 0.3);
     background-color: #127189;
     color: #fff;*/
    border: 0.125rem solid #117188;
    border: 2px solid #117188;
    color: #117188;
    background-color: transparent;
    font-weight: 700;
    text-align: left;
}

.mars-button--tiny::after, .mars-button--tiny::before {
    width: 10px;
    width: 0.625rem;
    border-radius: 2px 0 0 2px;
    border-radius: 0.125rem 0 0 0.125rem;
    background-color: currentColor;
}

.mars-button--tiny::before {
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.mars-button--tiny::after {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.mars-button--tiny:hover, .mars-button--tiny:focus {
    /*border-color: #029bae;
    background-color: #029bae;
    color: #ffffff;*/
    background-color: rgba(17, 113, 136, 0.15);
    color: #117188;
}

.mars-button--tiny .mars-button__text {
    width: auto;
}

.mars-button--white {
    border-color: #ffffff;
    background-color: #ffffff;
    /*color: #127189;*/
    color: #117188;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0rem 0.25rem 0.625rem rgba(0, 0, 0, 0.2);
}

.mars-button--white:hover, .mars-button--white:focus {
    border-color: #ffffff;
    background-color: #ffffff;
    /* color: #127189;*/
    color: #117188;
    box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0rem 0.5625rem 0.625rem rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    transform: translateY(-5px);
}

/*.mars-button--border {
  border-color: rgba(2, 155, 174, 0.3);
  background-color: transparent;
  color: #029bae;
}*/

/*.mars-button--border::after, .mars-button--border::before {
  background-color: currentColor;
}*/

/*.mars-button--border:hover, .mars-button--border:focus {
  border-color: #029bae;
  background-color: #029bae;
  color: #ffffff;
}*/

.mars-button--border.mars-button--white {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
    box-shadow: 0px 4px 10px transparent;
    box-shadow: 0rem 0.25rem 0.625rem transparent;
}

.mars-button--border.mars-button--white:hover, .mars-button--border.mars-button--white:focus {
    border-color: #ffffff;
    background-color: #ffffff;
    /* color: #127189;*/
    color: #117188;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0rem 0.25rem 0.625rem rgba(0, 0, 0, 0.2);
}

@media (min-width: 30.1875em) {
    .mars-button {
        margin-left: 10px;
        margin-left: 0.625rem;
        margin-right: 10px;
        margin-right: 0.625rem;
    }

    .mars-button--small {
        width: auto;
    }
}

.mars-t-default .mars-button.mars-t-theme.mars-button--secondary {
    border-color: #d0e9ed;
    background-color: #d0e9ed;
}

.mars-t-default .mars-button.mars-t-theme.mars-button--secondary:hover, .mars-t-default .mars-button.mars-t-theme.mars-button--secondary:focus {
    border-color: var(--border-action);
    background-color: var(--background-button);
}

.mars-t-default.mars-button.mars-button--secondary {
    border-color: #d0e9ed;
    background-color: #d0e9ed;
}

.mars-t-default.mars-button.mars-button--secondary:hover, .mars-t-default.mars-button.mars-button--secondary:focus {
    border-color: var(--border-action);
    background-color: var(--background-button);
}

.mars-t-pro .mars-button.mars-t-theme.mars-button--secondary {
    border-color: #f1cfd5;
    background-color: #f1cfd5;
}

.mars-t-pro .mars-button.mars-t-theme.mars-button--secondary:hover, .mars-t-pro .mars-button.mars-t-theme.mars-button--secondary:focus {
    border-color: #ba112e;
    background-color: #ba112e;
}

.mars-t-pro.mars-button.mars-button--secondary {
    border-color: #f1cfd5;
    background-color: #f1cfd5;
}

.mars-t-pro.mars-button.mars-button--secondary:hover, .mars-t-pro.mars-button.mars-button--secondary:focus {
    border-color: #ba112e;
    background-color: #ba112e;
}

.mars-t-client .mars-button.mars-t-theme.mars-button--secondary {
    border-color: #fad0e1;
    background-color: #fad0e1;
}

.mars-t-client .mars-button.mars-t-theme.mars-button--secondary:hover, .mars-t-client .mars-button.mars-t-theme.mars-button--secondary:focus {
    border-color: var(--border-client);
    background-color: var(--background-client);
}

.mars-t-client.mars-button.mars-button--secondary {
    border-color: #fad0e1;
    background-color: #fad0e1;
}

.mars-t-client.mars-button.mars-button--secondary:hover, .mars-t-client.mars-button.mars-button--secondary:focus {
    border-color: var(--border-client);
    background-color: var(--background-client);
}

.mars-t-habitation .mars-button.mars-t-theme.mars-button--secondary {
    border-color: #f7e7d2;
    background-color: #f7e7d2;
}

.mars-t-habitation .mars-button.mars-t-theme.mars-button--secondary:hover, .mars-t-habitation .mars-button.mars-t-theme.mars-button--secondary:focus {
    border-color: #d8851c;
    background-color: #d8851c;
}

.mars-t-habitation.mars-button.mars-button--secondary {
    border-color: #f7e7d2;
    background-color: #f7e7d2;
}

.mars-t-habitation.mars-button.mars-button--secondary:hover, .mars-t-habitation.mars-button.mars-button--secondary:focus {
    border-color: #d8851c;
    background-color: #d8851c;
}

.mars-t-vehicule .mars-button.mars-t-theme.mars-button--secondary {
    border-color: #dbe1e9;
    background-color: #dbe1e9;
}

.mars-t-vehicule .mars-button.mars-t-theme.mars-button--secondary:hover, .mars-t-vehicule .mars-button.mars-t-theme.mars-button--secondary:focus {
    border-color: #4d6a92;
    background-color: #4d6a92;
}

.mars-t-vehicule.mars-button.mars-button--secondary {
    border-color: #dbe1e9;
    background-color: #dbe1e9;
}

.mars-t-vehicule.mars-button.mars-button--secondary:hover, .mars-t-vehicule.mars-button.mars-button--secondary:focus {
    border-color: #4d6a92;
    background-color: #4d6a92;
}

.mars-t-sante .mars-button.mars-t-theme.mars-button--secondary {
    border-color: #e8f0d8;
    background-color: #e8f0d8;
}

.mars-t-sante .mars-button.mars-t-theme.mars-button--secondary:hover, .mars-t-sante .mars-button.mars-t-theme.mars-button--secondary:focus {
    border-color: #8bb53c;
    background-color: #8bb53c;
}

.mars-t-sante.mars-button.mars-button--secondary {
    border-color: #e8f0d8;
    background-color: #e8f0d8;
}

.mars-t-sante.mars-button.mars-button--secondary:hover, .mars-t-sante.mars-button.mars-button--secondary:focus {
    border-color: #8bb53c;
    background-color: #8bb53c;
}

.mars-t-famille .mars-button.mars-t-theme.mars-button--secondary {
    border-color: #e0dee9;
    background-color: #e0dee9;
}

.mars-t-famille .mars-button.mars-t-theme.mars-button--secondary:hover, .mars-t-famille .mars-button.mars-t-theme.mars-button--secondary:focus {
    border-color: #645990;
    background-color: #645990;
}

.mars-t-famille.mars-button.mars-button--secondary {
    border-color: #e0dee9;
    background-color: #e0dee9;
}

.mars-t-famille.mars-button.mars-button--secondary:hover, .mars-t-famille.mars-button.mars-button--secondary:focus {
    border-color: #645990;
    background-color: #645990;
}

.mars-t-epargne .mars-button.mars-t-theme.mars-button--secondary {
    border-color: #dadadf;
    background-color: #dadadf;
}

.mars-t-epargne .mars-button.mars-t-theme.mars-button--secondary:hover, .mars-t-epargne .mars-button.mars-t-theme.mars-button--secondary:focus {
    border-color: #444761;
    background-color: #444761;
}

.mars-t-epargne.mars-button.mars-button--secondary {
    border-color: #dadadf;
    background-color: #dadadf;
}

.mars-t-epargne.mars-button.mars-button--secondary:hover, .mars-t-epargne.mars-button.mars-button--secondary:focus {
    border-color: #444761;
    background-color: #444761;
}

.mars-t-info .mars-button.mars-t-theme.mars-button--secondary {
    border-color: #cce9ed;
    background-color: #cce9ed;
}

.mars-t-info .mars-button.mars-t-theme.mars-button--secondary:hover, .mars-t-info .mars-button.mars-t-theme.mars-button--secondary:focus {
    border-color: var(--border-action);
    background-color: var(--background-button);
}

.mars-t-info.mars-button.mars-button--secondary {
    border-color: #cce9ed;
    background-color: #cce9ed;
}

.mars-t-info.mars-button.mars-button--secondary:hover, .mars-t-info.mars-button.mars-button--secondary:focus {
    border-color: var(--border-action);
    background-color: var(--background-button);
}

.mars-t-association .mars-button.mars-t-theme.mars-button--secondary {
    border-color: #f7f2e9;
    background-color: #f7f2e9;
}

.mars-t-association .mars-button.mars-t-theme.mars-button--secondary:hover, .mars-t-association .mars-button.mars-t-theme.mars-button--secondary:focus {
    border-color: #d7c092;
    background-color: #d7c092;
}

.mars-t-association.mars-button.mars-button--secondary {
    border-color: #f7f2e9;
    background-color: #f7f2e9;
}

.mars-t-association.mars-button.mars-button--secondary:hover, .mars-t-association.mars-button.mars-button--secondary:focus {
    border-color: #d7c092;
    background-color: #d7c092;
}
@charset "UTF-8";

.mars-button--carrousel-white {
    color: var(--text-action-with-button-background);
    background-color: var(--background-button);
    border:2px solid var(--border-action);
}

.mars-button--carrousel-white:hover {
    color:var(--text-action);
    background-color: var(--background-base);
}

.mars-section--bondiblue .mars-button--carrousel-white{
    color:var(--text-action);
    background-color: var(--background-base);
    border:2px solid var(--border-action);
}

.mars-button--flex {
    display: flex;
    align-items: center;
}

.mars-button--flex .mars-button__icon{
    flex : 1 auto;
    padding-right: initial;
    margin-right: 0.8rem;
}

.mars-button--flex .mars-button__text{
    flex : 1 auto;
}

.mars-button--primary__red {
    border: .125rem solid var(--brand-accent-100);
    border-radius: 8px;
    background-color: var(--background-button-accent);
    color: var(--text-action-with-button-background);
    text-align: center;
    font-weight: 600;
}

.mars-button--primary__red:hover, .mars-button--primary__red:focus {
    border-color: var(--brand-accent-100);
    background-color: var(--background-base);
    color: var(--brand-accent-100);
}

.mars-form .mars-form__submit.mars-button--primary__red:hover::after, .mars-form .mars-form__submit.mars-button--primary__red:hover::before {
    background-color: var(--background-button-accent);
}


@media (min-width: 48em) {
    .mars-button--visible-xs {
        display: none !important;
    }
}

@media (max-width: 47.99em) {
    .mars-button--hidden-xs {
        display: none !important;
    }
}
.news {
    padding: 35px 0 50px;
    background: var(--background-base);
    overflow: hidden;
}

.news__header {
    margin: 0 0 15px;
    font-size: 1.875rem;
    font-weight: 400;
}

.news__blocks {
    margin: 0 -10px 0;
    overflow: hidden;
    top:-10px;
    position: relative;
}

.news__blocks--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news__line {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.news__container {
    position: relative;
    float: left;
    padding: 10px;
    overflow: hidden
}

.news__container--full {
    width: 100%
}

.news__container--full .news__block--picture .news__content {
    padding: 25px 30px 15px
}

.news__container--half {
    width: 50%
}

.news__container--third {
    width: 33.333%
}

.news__container--quarter {
    width: 25%
}

.news__container--half,.news__container--third,.news__container--quarter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.news__container--half .news__block,.news__container--third .news__block,.news__container--quarter .news__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.news__container--half .news__wrapper,.news__container--third .news__wrapper,.news__container--quarter .news__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.news__container--half .news__picture,.news__container--third .news__picture,.news__container--quarter .news__picture {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    object-fit: cover
}

.news__block {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
    background-color: var(--background-card);
    border: 1px solid var(--border-light);
    border-radius: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.news__block:hover .news__wrapper {
    opacity: 0.5
}

.news__block--mid {
    background: var(--background-base);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.news__wrapper {
    position: relative;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

.news__picture {
    position: relative;
    -webkit-background-size:cover;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center
}

.news__container--half .news__block--picture .news__picture,.news__container--third .news__block--picture .news__picture,.news__container--quarter .news__block--picture .news__picture {
    max-width: initial;
    min-height: 180px
}

.news__block--mid .news__picture {
    float: left;
    width: 50%;
    z-index: 1
}

.news__content {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 25px 30px;
    background: var(--background-base);
    /*-webkit-transition: all 0.2s ease;*/
    /*transition: all 0.2s ease*/
}

.news__block--mid .news__content {
    float: right;
    width: 50%;
    padding: 25px 35px
}

.news__container--third .news__content,.news__container--quarter .news__content {
    padding: 15px 20px
}

.news__deadline {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0 5px 0 5px;
    font-size: 0.6875rem;
    line-height: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--text-decorative);
    background: #ffeacd; /*couleur promo sans variable*/
}

.news__block--mid .news__deadline {
    left: 10px;
}

.news__block--mid .news__deadline ~ .news__title, .news__deadline ~ .news__title {
    margin-top: 12px
}

.news__container--third .news__deadline ~ .news__title,.news__container--quarter .news__deadline ~ .news__title {
    margin-top: 24px
}

.news__title {
    clear: both;
    font-size: 1.5rem;
    line-height: 2rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.news__block--content .news__title,.news__block--mid .news__title {
    margin-bottom: 10px
}

.news__container .news__title h2, .news__container .news__title .mars-title-level-2 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: bold
}

.news__abstract p {
    -webkit-transition: line-height 0.2s ease;
    transition: line-height 0.2s ease
}

.news__container--full .news__abstract p, .news__container--half .news__abstract p,.news__container--third .news__abstract p,.news__container--quarter .news__abstract p {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.news__block--content .news__abstract a{
    text-decoration: underline
}

.news__block--content .news__abstract a:hover{
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .news__line--hybrid .news__container {
        width:33.333%
    }

    .news__container--full .news__block--picture .news__picture {
        width: 100%
    }

    .news__container--quarter {
        width: 50%
    }

    .news__content {
        padding: 15px 20px
    }

    .news__container--full .news__block--picture .news__content,.news__container--full .news__block--mid .news__content {
        padding: 15px 20px 10px
    }

    .news__block--mid .news__deadline ~ .news__title, .news__deadline ~ .news__title {
        margin-top: 20px
    }

    .news__title {
        font-size: 1.125rem;
        line-height: 1.625rem;
        font-weight: bold
    }

    .news__block--content .news__title {
        margin-bottom: 3px
    }

    .news__abstract p {
        line-height: 0.9375rem;
    }

    .news__container--third .news__abstract p {
        line-height: 1.0625rem
    }

    .news__block--mid .news__abstract p {
        font-size: 0.75rem;
        line-height: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .news__container {
        float:none !important;
        width: 100% !important;
        max-width: 480px;
        margin: 0 auto
    }

    .news__block--mid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news__block--mid .news__picture,.news__block--mid .news__content {
        float: none;
        width: 100%
    }

    .news__block--mid .news__deadline {
        left: 0;
    }
}

img,svg {
    display: inline-block;
    max-width: 100%;
    vertical-align: top
}
.mars-footer {
    line-height: 1.1875;
}

.mars-footer__main {
    background-color: var(--background-decorative-heaviest);
    color: var(--text-default-with-background);
}

.mars-footer__socials {
    margin: -0.3125rem;
}

.mars-footer__social {
    -webkit-transition: border-color 250ms ease 0s, background-color 250ms ease 0s, color 250ms ease 0s;
    transition: border-color 250ms ease 0s, background-color 250ms ease 0s, color 250ms ease 0s;
    will-change: border-color, background-color, color;
    display: inline-block;
    margin: 0.3125rem;
    padding: 0.625rem;
    border: 0.125rem solid var(--icon-action-with-background);
    border-radius: 50%;
    font-size: 1.25rem;
    line-height: 0;
    color: var(--icon-action-with-background);
}

.mars-footer .mars-footer__social:hover {
    border-color: var(--icon-action-with-background);
    background-color: var(--icon-action-with-background);
    color: var(--background-decorative-heaviest)
}

.mars-footer__navigation {
    display: none;
}

.mars-footer__items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mars-footer__item {
    position: static;
    padding-left: 0;
}

.mars-footer__item::before {
    display: none;
}

.mars-footer__bottom .mars-footer__item {
    padding: 0.625rem;
}

.mars-footer__link {
    font-size: 0.875rem;
    text-decoration: none;
}

.mars-footer__link:hover {
    text-decoration: underline;
}

.mars-footer__main .mars-footer__link {
    display: block;
    padding: 0.625rem 0;
}

.mars-footer__main .mars-footer__item > .mars-footer__link {
    color: var(--background-decorative-light);
    font-weight: 700;
    text-transform: uppercase;
}

.mars-footer__bottom .mars-footer__link {
    text-decoration: underline;
}

.mars-footer__bottom .mars-footer__link:hover {
    text-decoration: none;
}

.mars-footer a, .mars-footer a:hover {
    color: inherit;
}

.mars-footer__subitems {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mars-footer__subitem {
    position: static;
    padding-left: 0;
}

.mars-footer__subitem::before {
    display: none;
}

.mars-footer__bottom {
    background-color: var(--background-base);
    color: var(--text-decorative-prime);
}

@media (max-width: 38.74em) {
    .mars-footer__bottom {
        padding-bottom: 3.75rem;
    }
}

@media (min-width: 38.75em) {
    .mars-footer__menu {
        display: none;
    }

    .mars-footer__navigation {
        display: block;
    }
}

@media (max-width: 74.99em) {
    .mars-footer__bottom {
        text-align: center;
    }
}

@media (min-width: 75em) {
    .mars-footer__bottom .mars-footer__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mars-footer__bottom .mars-footer__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .mars-footer__bottom .mars-footer__item--fluid {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}


a.mars-footer__link_entete {
    color: #a3dee7;
    font-weight: 700;
    text-transform: uppercase;
}

.mars-footer_list + .mars-footer_list {
    margin-top: 20px;
    margin-top: 1.25rem;
}

.mars-footer__items.mars-layouts__items > li {
    padding-left: var(--size_15px);
}
