/*  
    ========================================================================== 
    Login Page
    ========================================================================== 
*/


/**Logo**/


.o-masthead-logo {
    margin: 0 auto;
    width: 13.625em;
}
@media (min-width: 35em){
    .svg .o-masthead-logo {
        background-position: center 0.7em;
        background-size: 14.625em;
    }
    .o-masthead-logo {
        float: left;
        margin-right: 2.1875em;
        padding-right: 0;
        width: 14.625em;
    }
}
@media (min-width: 60em){
    .svg .o-masthead-logo {
        background-position: center 0.7em;
        background-size: 14.625em;
    }
    .o-masthead-logo {
        margin-right: 5em;
        width: 14.625em;
    }
}
@media only screen and (max-width: 35em){
    .a-customize{
        display:none;
    }
}


/**Hero**/

.m-hero-message {
    text-align: left;
}


/**Form**/


.m-form-login{
    margin-top: 1.750em;
    margin-right:auto;
    margin-left:auto;
    padding:1.875em 1.875em 0.8em 1.875em;
}
.csscalc .l-columns--2-large .m-form-login{
    width: calc(100% - 1.25em);
}
@media (min-width: 35em){

    .csscalc .m-form-login{
        width: calc(75% - 1.25em);
    }
    .m-form-login {
        width: 73.75%;
    }

}
@media (min-width: 60em){
    .csscalc .m-form-login{
        width: calc(50% - 1.875em);
    }
    .m-form-login {
        margin-top: 2.750em;
        margin-bottom: 0.750em;
        width: 48.75%;
    }
}
.m-form-login .m-form-row{
    margin: 1.25em 0px;
    width:100%;
}
.l-welcome-login{
    margin-top:0.875em;
    margin-bottom: 0.750em;
}
@media (max-width: 35em){
    .l-welcome-login>.l-columns__column:first-child{
        display:none;
    }
}
.l-welcome-login>.l-columns__column:first-child{
    background:transparent;
}
.l-welcome-login h1{
    margin-top:2em;
}


/**Bubble**/


.l-welcome-login ul.a-bubble-list{
    margin:2em;
}
.m-bubble-login .a-bubble{
    height:150px;
    width:150px;
}
.m-bubble-login .a-bubble .a-bubble-text {
    margin-top: 2.6em;
}
.m-bubble-login .a-bubble-1,.m-bubble-login .a-bubble-1:hover{
    background:#00788a;
}
.m-bubble-login .a-bubble-2,.m-bubble-login .a-bubble-2:hover{
    background:#1a61bd;
}
.m-bubble-login .a-bubble-3,.m-bubble-login .a-bubble-3:hover{
    background:#001e60;
}
.m-bubble-login .a-bubble .a-bubble-text {
    font-size: 1.25em; 
}
@media (max-width: 60em){
    .m-bubble-login .a-bubble .a-bubble-text {
        font-size: 1em;
    }
    .m-bubble-login .a-bubble{
        height:130px;
        width:130px;
    }
    .m-bubble-login.l-columns>.l-columns__column:first-child,.m-bubble-login.l-columns>.l-columns__column:nth-child(2){
        float: left;
        width:50%
    }
    .m-bubble-login.l-columns>.l-columns__column:nth-child(3){
        clear:both;
        width:100%
    }
}


/***Pavé numérique***/


.m-num-pav .m-button-group__item .a-button {
    min-width: inherit;
    padding: .875em 0em;
    width: 80%;
}
.m-num-pav .a-num-pav{
    margin:0px 5%;
    text-align: center;
    width: 90%;
}
.m-num-pav .m-button-group__item{
        display: inline-block;
        padding-right: 0%;
        margin-right: 0%;
        margin-left: 0%;
        width: 20%;
}

@media (max-width: 35em){
    .m-num-pav .a-num-pav{
        margin:0px 0%;
        text-align: center;
        width: 100%;
    }
    .m-num-pav .m-button-group__item{
            width: 18.5%;
    }
    .m-num-pav .m-button-group__item .a-button{
        margin:0%;
        width: 100%;
    }
}

.m-form-login .m-form-row.m-num-pav {
    margin-bottom:-1em;
}


/**Notification**/


.m-card-notification-login  {
    margin: 2.5em auto 0em;
    width: 100%;
}
.m-card-notification-login .m-card.m-card-notification--information{
    margin: 0em;
}
@media (min-width: 35em){
    .m-card-notification-login  {
        margin-top: 2.5em auto 1em;
        width: 73.75%;
    }
}


/**Contact company**/


#l-fr-contact-home .a-text-icon{
    margin:2px 0px;
}


/*  
    ========================================================================== 
    Navigation
    ========================================================================== 
*/


/**Menu mobile**/


.js-o-masthead .l-page-wrapper.is-open .o-masthead-navigation{
    background:#fff;
}	
.o-masthead__menu-link{
    position: absolute;
    top: -1px;
}	
@media only screen and (min-width: 35em){
    .o-masthead__menu-link{
        position: inherit;
    }	
}	
@media only screen and (min-width: 60em){
    .o-masthead__menu-link{
        float:right;
        position: relative;
        top: -1px;
    }	
    .o-masthead__menu-link{
        display:none;
    }
}
.m-site-nav-selection {
    background: #333;
    height:2.15em
}
.m-site__site-list{
    float: left;
    font-size: .875em;
    line-height: 1.7143em;
    margin: 0;
    overflow: auto;
}
.m-site__site-list span{
    background: #efefef;
    color:#001e60;
}
.m-site__site-list li {
    float: left;
    margin: 0;
}
@media only screen and (max-width: 60em){
    .m-site__site-list{
        display:none;
    }
}
@media only screen and (max-width: 35em){
    .m-site-nav-selection {
        display:none;
    }
}
.m-site__site-list a, .m-site__site-list span {
    border: 0;
    display: block;
    font-weight: 700;
    padding: .3571em .7142em .4285em;
    text-decoration: none;
    transition: background .35s;
}
@media (min-width: 35em){
    .m-site__site-list a, .m-site__site-list span {
        padding: .3571em 1.4285em .4285em;
    }
}
.m-site__site-list a:focus, .m-site__site-list a:hover {
    background-color: #444;
}
.m-site__site-list a, .m-site__site-list a:visited {
    color: #fff;
}


/**Deconnexion**/


.o-masthead__deconnexion a:focus, .o-masthead__deconnexion a:hover {
    background-color: initial;
    border-bottom-color: #004fb6;
}
@media (min-width: 35em){
    .js-o-masthead--wont-fit-search .o-masthead__deconnexion a:after {
        right: 20px;
    }
}
@media (min-width: 35em){
    .o-masthead__deconnexion a {
        left: auto;
        padding-left: .9375em;
        padding-right: 2.75em;
        position: relative;
        right: auto;
        top: auto;
        z-index: auto;
    }
    .svg .o-masthead__deconnexion a:after {
        background-image: url(../images/icons/masthead/icon-deconnexion.svg);
    }
    .csstransforms .o-masthead__deconnexion-link a:after, .o-masthead__deconnexion a:after {
        background: url(../images/icons/masthead/icon-deconnexion.png) no-repeat 50%;
        content: "";
        display: block;
        height: 1.25em;
        left: auto;
        position: absolute;
        right: 15px;
        top: 16px;
        width: 1.25em;
    }
    .o-masthead__skip-links .o-masthead__login-link, .o-masthead__skip-links .o-masthead__deconnexion {
        border-right: 1px solid #e9c700;
        border-left: 1px solid #e9c700;
        float: right;
    }
    .js-o-masthead--wont-fit-search .o-masthead__deconnexion a {
        text-indent: -9999em;
    }
}


/**Welcom user**/


.o-masthead__welcome-user{
    display:none;
}	
.o-masthead__skip-links .o-masthead__welcome-user {
    border-left: 1px solid #e9c700;
    float: right;
    padding: 0.80em 1.25em .35em 1.25em;
}
@media (min-width: 35em){
    .o-masthead__welcome-user-name {
        border: 0;
        color: #004fb6;
        display: block;
        font-weight: 700;
    }
    .o-masthead__welcome-user-bonjour {
        color: #004fb6;
        display: block;
        font-size: .75em;
        font-weight: 700;
    }
}
@media (min-width: 60em){
    .o-masthead__welcome-user{
        display:block;
    }	
    .o-masthead__welcome-user {
        min-width: 9.0625em;
    }
}


/**Search**/


.o-masthead__skip-links .o-masthead__search-link{
    margin-right:initial
}
.a-button .search-close,.a-button.is-open .search-open{
    display:none;
}
.a-button.is-open .search-close{
    display:block;
}
.o-masthead__search-link{
    display:none;
}
@media (min-width: 35em){
    .o-masthead-navigation{
        min-height:0px;
        width:100%!important;
    }
    .o-masthead__search-link{
        display:block;
    }
}
@media (max-width: 60em){
    .t-accent-light .o-masthead__search-link .a-button:hover,.t-accent-light .o-masthead__search-link .a-button:focus{
        background:none;
        border-top-color:transparent;
    }
    .t-accent-light .o-masthead__search-link .a-button{
        border-radius:0px;
        left: auto;
        padding-bottom:.805em;
        padding-left: .9375em;
        padding-right: 2.75em;
        position: relative;
        right: auto;
        top: auto;
        z-index: auto;
        min-width: 4em;
    }
    .csstransforms .o-masthead__search-link a.is-open, .csstransforms .o-masthead__search-link a.is-open:focus, .csstransforms .o-masthead__search-link a.is-open:hover{
        background:#3372c4;
    }
}
@media (min-width: 60em){
    .o-masthead__skip-links .o-masthead__search-link{
        padding-left: 1.25em;
        padding-right: 1.25em;
    }
    .o-masthead__search-link .a-button:focus, .o-masthead__search-link .a-button:hover {
        background-color: #13488d;
        border-color: #13488d;
    }
    .o-masthead__search-link a{
        color: #fff!important;
        margin:.525em 0 .525em!important;
        padding:.3375em 1.25em;
        width:7.5em;
    }
    .csstransforms .o-masthead__search-link a:before{
        border-radius: .25em;
    }
    .svg .o-masthead__search-link a:after,.svg .o-masthead__search-link a.is-open:after{
        background-image:none;
    }
    .csstransforms .o-masthead__search-link a:after, .o-masthead__search-link a:after{
        background:none;
    }
    .js-o-masthead--wont-fit-search .o-masthead__search-link a {
        background: #004fb6;
        border-color: #004fb6;
        text-indent:initial;
    }
}


/**Favoris**/


.m-site-contact-favoris__selection{
    float: right;
    font-size: .875em;
    line-height: 1.7143em;
    margin: 0;
    position: relative;
}
.m-site-contact-favoris__selection a {
    background-color:#000;
    background-position: .7857em;
    background-repeat: no-repeat;
    border: 0;
    color:#fff;
    display: block;
    font-weight: 700;
    padding: .5871em 0 .6385em 2.1428em;
    text-decoration: none;
    transition: background-color .35s,color .35s;
}
.m-site-contact-favoris__selection a:focus, .m-site-contact-favoris__selection a:hover {
    background-color: #444;
}
.o-masthead__logged-in-link.m-site-contact-favoris__selection a {
    min-width: 14.0625em;
}
@media (min-width: 35em){
    .m-site-contact-favoris__selection.o-masthead__skip-links:after {
        display: none;
    }
}
@media (max-width: 35em){
    #login {
        display: none!important;
    }
}
@media (min-width: 35em){
    .js-o-masthead .o-masthead-navigation .o-masthead-login {
        background: #fff;
        display: none;
        float: right;
        margin: 0;
        max-width: none;
        padding: 1.875em;
        width: 100%;
    }
}


/**Favoris icon**/


.fonts-loaded .m-site-contact-favoris__selection a {
    font-family: source_sans_prosemibold,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,arial,helvetica,sans-serif;
}

.svg.csstransforms .m-site-contact-favoris__selection a:before {
    background-image: url(../images/favoris-star.svg);
}

.csstransforms .m-site-contact-favoris__selection a:before {
    background-image: url(../images/favoris-star.png);
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
}
.svg .js-m-site-contact-favoris__selection:before {
    background-image: url(../images/favoris-star.svg);
}
.js-m-site-contact-favoris__selection:before {
    background: url(../images/favoris-star.png) no-repeat 50%;
    content: "";
    display: block;
    left: .7142em;
    height: .9em;
    margin-top: -.5em;
    position: absolute;
    top: 50%;
    width: .9em;
}


/**Profile icon**/


.svg .a-text-icon--profile, .svg .t-accent-dark .t-accent-light .a-text-icon--profile, .svg .t-accent-light .a-text-icon--profile, .svg .t-card-accent-dark .m-card.t-accent-light .a-text-icon--profile, .svg .t-card-accent-light .m-card .a-text-icon--profile {
    background-image: url(../images/icons/profile-dark-grey.svg);
}
.a-text-icon--profile, .t-accent-dark .t-accent-light .a-text-icon--profile, .t-accent-light .a-text-icon--profile, .t-card-accent-dark .m-card.t-accent-light .a-text-icon--profile, .t-card-accent-light .m-card .a-text-icon--profile {
    background-image: url(../images/icons/profile-dark-grey.png);
}


/*  
    ========================================================================== 
    Homepage
    ========================================================================== 
*/


/**Hero**/


.m-hero-home {
    color:#fff;
    padding-bottom: 1.875em;
    padding-top: 1.875em;
}
.l-section-01 {
    background-color: #333;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%;
}
.l-section-01:before {
    background: rgba(51,51,51,.3);
    content: " ";
    display: initial;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.l-section-01 .l-title-hero{
    color:#fff;
    width:100%;
}
.l-section-01 .l-content-container {
    position: relative;
}
.l-section-01 .l-title-hero h1,.l-section-01 .a-link-icon--edit,.m-hero-home  h2{
    color:#fff;
}
.svg .l-section-01 .a-link-icon--edit:before {
    background-image: url(../images/icons/edit-white.svg);
}
.l-section-01 .a-link-icon--edit:before{
    background-image: url(../images/icons/edit-white.png);
}
.l-section-01 .a-link-icon .a-link-icon__inner{
    color:#fff;
    border-bottom-style: dotted;
}
.l-section-01 .a-link-icon .a-link-icon__inner:hover{
    border-bottom-style: solid;
    border-bottom-color:#fff;
}


/**Summary wallet**/


.a-bubble, .a-bubble-info{
    border-radius:50%;
    display:block;
    height: 170px;
    margin:auto;
    overflow:hidden;
    text-align:center;
    transition: background .35s;
    width: 170px;
}
@media only screen and (max-width: 70em){
    .a-bubble, .a-bubble-info{
        height: 140px;
        width: 140px;
        }
    .a-bubble .a-bubble-text,
    .a-bubble-info .a-bubble-text  {
        font-size: 1em;
    }
}
@media only screen and (max-width: 35em){
    .a-bubble, .a-bubble-info{
        height: 130px;
        width: 130px;
    }
    .t-accent-light .a-bubble .a-bubble-text,.t-accent-light .a-bubble-info .a-bubble-text{
        font-size: 1em;
    }
}
.a-bubble{
    background:#eee;
}
.t-accent-light .a-bubble .a-heading{
    color:#002D73;
    font-weight: 700;
}
.a-bubble:hover{
    background:#009AB1;
    color:#fff;
}
.t-accent-light .a-bubble:hover .a-heading {
    color:#fff;
}
.a-bubble-info{
    border:3px solid #009AB1;
    color:#009AB1;
}
.a-bubble-info .a-bubble-number {
    color:#009AB1;
    margin-top:1.5em;
    margin-bottom:0em;
}
@media only screen and (max-width: 35em){
    .a-bubble-info .a-bubble-number {
        margin-top:1.2em;
    }
}
.a-bubble-info .a-bubble-text {
    font-weight: 700;
}
.a-bubble .a-bubble-number {
    margin-bottom:0em;
}
.a-bubble .a-bubble-text {
    margin-top:0em;
}
.l-section-01 .l-fr-home-summary-wallet .a-bubble:hover .a-heading,
.l-section-01 .l-fr-home-summary-wallet .a-bubble-info .a-bubble-text,
.l-section-01 .l-fr-home-summary-wallet .a-bubble-info .a-bubble-number,
.l-section-05.t-accent-dark .l-fr-home-summary-wallet .a-bubble:hover .a-heading,
.l-section-01 .l-fr-home-summary-wallet h2{
    color:#fff;
}
.l-section-01 .l-fr-home-summary-wallet .a-bubble-info{
    border: 3px solid #fff;
    color: #fff;
}
.l-section-03 .l-fr-home-summary-wallet .a-bubble, .l-section-05 .l-fr-home-summary-wallet .a-bubble  {
    background: #fff;
}
.l-section-03 .l-fr-home-summary-wallet .a-bubble:hover,.l-section-04.t-accent-dark .l-fr-home-summary-wallet .a-bubble:hover, .l-section-05 .l-fr-home-summary-wallet .a-bubble:hover  {
    background: #009AB1;
}
.l-section-05 .l-fr-home-summary-wallet .a-bubble-info{
    border: 3px solid #fff;
    color: #fff;
}
.l-section-05 .l-fr-home-summary-wallet .a-bubble-info .a-bubble-number{
    color: #fff;
}
.l-section-05.t-accent-dark .l-fr-home-summary-wallet .a-bubble .a-heading{
    color: #344B80;
}


/**Search**/


.l-fr-home-search .l-columns{
    margin-top: 0.875em;
}
@media (min-width: 60em){
    .l-fr-home-search .l-columns{
        margin-top: 1.875em;
        width: 60%;
    }
}
.csscalc .l-fr-home-search .m-form-row, .l-fr-home-search .m-form-row {
    margin: 1em 0;
}
.l-section-01 .l-fr-home-search{
    width:100%;
}
.l-section-01 .l-fr-home-search h2{
    color:#fff;
}

/**Opération en ligne**/


@media (max-width: 35em){
    .l-fr-home-operation .l-columns__column .a-heading--2{
        font-size:1.25em;
    }
}
.l-fr-home-operation .m-card--icon img{
    margin:1.875em auto 0;
}
.l-fr-home-operation .m-card--icon .m-card-content {
    padding: .9375em 1.25em 0.875em;
    text-align:center;
}
.l-section-01 .l-fr-home-operation p.a-heading, .l-section-01 .l-fr-home-operation h2{
    color:#fff;
}
.l-section-01 .l-fr-home-operation .m-card-content h2{
    color:#5c596d;
}
.l-section-02 .l-fr-home-operation .m-card--icon,.l-section-04 .l-fr-home-operation .m-card--icon{
    background-color:#eee;
}
.l-section-02 .l-fr-home-operation .m-card--icon:hover,.l-section-04 .l-fr-home-operation .m-card--icon:hover{
    background-color:#ccc;
}


/**Contact company**/


@media (max-width: 35em){

    .l-fr-home-contact-compagnie .l-columns--2-medium>.l-columns__column, .l-fr-home-contact-compagnie .l-columns--3-medium>.l-columns__column, .l-fr-home-contact-compagnie .l-columns--4-medium>.l-columns__column {
        float: left;
        margin-left: 0%;
        overflow: visible;
        width:100%;
    }
}
@media (max-width: 49em){
    .l-fr-home-contact-compagnie .l-columns .l-columns__column .m-card-image{
        display:none;
    }
}
@media (min-width: 60em){
    .csscalc .l-fr-home-contact-compagnie .l-columns--3-large.l-columns{
        width:100%;
    }
}
.m-card--image-left .m-card-image--9x16.m-fr-image-default img{
    margin: auto;
    object-fit: initial;
    width: 60%;
}
.l-section-02 .l-fr-home-contact-compagnie .a-link-icon__inner,.l-section-03 .l-fr-home-contact-compagnie .a-link-icon__inner,.l-section-04 .l-fr-home-contact-compagnie .a-link-icon__inner{
    color: #004fb6;
}
.l-section-01 .l-fr-home-contact-compagnie .m-card-content h2{
    color:#5c596d;
}
.l-section-02 .l-fr-home-contact-compagnie .t-accent-light--grey, .l-section-03 .l-fr-home-contact-compagnie .t-accent-light--grey, .l-section-04 .l-fr-home-contact-compagnie .t-accent-light--grey{
    background-color:#ccc;
}
.l-section-02 .l-fr-home-contact-compagnie .m-card-content,.l-section-04 .l-fr-home-contact-compagnie .m-card-content{
    background-color:#eee;
}
.l-section-01 .l-fr-home-contact-compagnie h2{
    color: #fff;
}


/**Actualité**/


.l-section-05.t-accent-dark--light-blue{
    background:#344B80;
}
.l-section-05.t-accent-dark--light-blue .a-button--transparent{
    border-color:#fff;
}
.l-section-02 .l-fr-home-actualite .m-card-content, .l-section-04 .l-fr-home-actualite .m-card-content{
    background-color:#eee;
}
.l-section-02 .l-fr-home-actualite .m-card-content:hover, .l-section-04 .l-fr-home-actualite .m-card-content:hover{
    background-color:#ccc;
}
@media (min-width: 60em){
    .l-section-05 .l-fr-home-actualite .slick-dots .slick-active button:before {
        background-color: #fff;
    }
}
.l-section-01 .l-fr-home-actualite h2{
    color: #fff;
}


/*  
    ========================================================================== 
    Custom Page
    ========================================================================== 
*/


/**Custom home**/


.m-order-block{
    margin-top:2.50em;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 60em){
    .m-order-block{
        width: calc(75% - 1.25em);
    }
}
@media (min-width: 60em){
    .m-order-block{
        width: calc(98% - 1.875em);
    }
}
.a-order-block{
    position:relative;
}
.a-order-block h2{
    margin-bottom: 1.2em;
    margin-left: 1.5em;
}
.svg .a-order-top,.svg .a-order-bottom{
    background-image: url(../images/icons/arrow-down-grey.svg);
}
.a-order-top,.a-order-bottom{
    background-image: url(../images/icons/arrow-down-grey.png);
    margin-top: 0.5em;
}
.svg .a-order-top:hover,.svg .a-order-bottom:hover{
    background-image: url(../images/icons/arrow-down-blue.svg);
}
.a-order-top:hover,.a-order-bottom:hover{
    background-image: url(../images/icons/arrow-down-blue.png);
}
.a-order-top{
    -webkit-transform : rotate(180deg);
    transform : rotate(180deg);
    margin-top: 0.4em;
    margin-right: 0.9em;
}
.a-order-bottom, .a-order-top{
    background-position:center center;
    background-repeat:no-repeat;
    border: 0px;
    display: block;
    float: right;
    height:3em;
    overflow: hidden;
    text-indent: -9999px;
    width:3em;
}


/**Contact**/


.l-form-chx_custom .m-checkbox-group{
    margin-top:1.250em;
}

@media (min-width: 35em){
    .csscalc .l-form-chx_custom .m-form-row {
        width: calc(75% - 1.25em);
    }
}

@media (min-width: 60em){
    .csscalc .l-form-chx_custom .m-form-row {
        width: calc(98% - 1.875em);
    }
}


/*  
    ========================================================================== 
    Fiche client
    ========================================================================== 
*/


.t-accent-dark--blue-2 {
    background-color: #344B80; 
}
@media (min-width: 60em) {
    .csscalc .l-columns--20-80-large {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: flex-start; 
    }
    .csscalc .l-columns--20-80-large > .l-columns__column:nth-child(odd),
    .csscalc .l-columns--20-80-large > .l-columns__column:first-child {
        width: calc(16.66% - 1.875em); 
    }
    .csscalc .l-columns--20-80-large > .l-columns__column:nth-child(2n) {
        width: calc(83.34% - 1.875em); 
    } 
}
.a-vip{
    padding-top:45px;
    position:relative;
    text-align:center;
    width:50px;
}
.svg .a-vip:before{
    background-image: url(../images/icons/stars-vip.svg);
}
.a-vip:before{
    background-image: url(../images/icons/stars-vip.png);
    background-repeat:no-repeat;
    content: "";
    display: block;
    left: 0em;
    height: 50px;
    position: absolute;
    top: 0%;
    width: 50px;
}


/**Bubble**/


.l-fr-fiche-client .a-heading + .a-heading--0 {
    margin-top: 0; 
}
.l-fr-fiche-client .a-bubble-info {
    border-color: #1A61BD;
    color: #004fb6; 
}
.l-fr-fiche-client .a-bubble-info .a-bubble-number {
    color: #1A61BD; 
}
.l-fr-fiche-client .a-bubble:hover {
    background: #1A61BD; 
}
.l-fr-fiche-client .a-bubble:hover span {
    color: #fff; 
}


/**Menu vertical**/


.l-fr-fiche-client .m-vertical-nav {
    padding-left: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    text-align: center; 
}
.l-fr-fiche-client .m-vertical-nav .m-vertical-nav--tabs {
    margin-bottom: 1.5em;
    margin-top: 1.5em; 
}
.l-fr-fiche-client .m-vertical-nav .m-vertical-nav--tabs > a {
    border-bottom: 3px solid rgba(92, 89, 109, 0);
    display: inline-block;
    margin-bottom: .825em;
    padding-top: 1em;
    padding-bottom: .175em;
    width: auto; 
}
.l-fr-fiche-client .m-vertical-nav .m-vertical-nav--tabs > a:hover {
    border-bottom: 3px solid #004fb6; 
}
.l-fr-fiche-client .m-vertical-nav .m-vertical-nav--tabs > a:hover .a-vertical-nav--title {
    color: #004fb6; 
}
.l-fr-fiche-client .m-vertical-nav .m-vertical-nav--tabs > a:hover .m-tabs-icon.a-vertical-nav--icon img {
    left: -50px; 
}
.l-fr-fiche-client .m-vertical-nav .m-vertical-nav--tabs .m-tabs-icon.a-vertical-nav--icon {
    height: 50px;
    margin-right: 0;
    width: 50px; 
}
.l-fr-fiche-client .m-vertical-nav .m-vertical-nav--tabs .m-tabs-icon.a-vertical-nav--icon img {
    height: 50px;
    left: 0;
    width: 100px; 
}
.l-fr-fiche-client .m-vertical-nav .m-vertical-nav--tabs .a-vertical-nav--title {
    color: #5C596D;
    display: block;
    margin-top: .325em; 
}
.l-fr-fiche-client .m-vertical-nav .m-vertical-nav--tabs.m-vertical-nav--current .a-vertical-nav--icon img {
    left: -50px; 
}
.l-fr-fiche-client .m-vertical-nav .m-vertical-nav--tabs.m-vertical-nav--current .a-vertical-nav--title {
    color: #004fb6;
    font-family: source_sans_probold,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,arial,helvetica,sans-serif;
}


/**Filtre**/


.l-fr-fiche-client .l-fr-fiche-client-content .l-section{
    padding-bottom:0px;
}
@media (max-width: 35em){
    .l-fr-fiche-client .l-fr-fiche-client-content .a-title-divider{
        margin-bottom:2em;
    }
    .l-fr-fiche-client .l-fr-fiche-client-content .l-fr-search-filter .l-columns{
        margin-top:0em;
    }
}


/**Table**/


.a-order {
    background-position: center center;
    background-repeat: no-repeat;
    border: 0px;
    bottom:0em;
    display: block;
    height: 1.8em;
    margin:0px;
    padding:0px;
    position:absolute;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
}

@media (max-width: 35em){
    .a-order {
        width: calc(100% - 40px);
    }
}
@media (min-width: 60em){
    .a-order {
        float:right;
        position:static;
        width: 2.2em;
    }
}
.svg .a-order{
    background-image: url(../images/icons/arrow-down-grey.svg);
    transition: all 0.5s;
}
.a-order{
    background-image: url(../images/icons/arrow-down-grey.png);
    margin-top: 0.5em;
    transition: all 0.5s;
}
.svg .a-order:hover{
    background-image: url(../images/icons/arrow-down-blue.svg);
}
.a-order:hover{
    background-image: url(../images/icons/arrow-down-blue.png);
}
.a-order-check{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.m-table tbody>tr:nth-child(odd)>td, .m-table tbody>tr>td{
    background-color:transparent!important;
}
.m-table thead>tr>th{
    position: relative;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:1em;
}
@media (min-width: 35em){
    .m-table thead>tr>th{
        padding-bottom:2em;
    }
}
@media (min-width: 60em){
    .m-table thead>tr>th{
        padding-bottom:0.5em;
    }
}
.m-table tbody>tr>td{
    position: relative;
    text-align:center;
}
.m-table tbody>tr:nth-child(odd){
    background:#eee;
    transition: all 0.5s;
}
.m-table tbody>tr:nth-child(even){
    background:#fff;
    transition: all 0.5s;
}
.m-table tbody>tr:nth-child(odd):hover,.m-table tbody>tr:nth-child(even):hover{
    background-color:#e5edf8;
    cursor:pointer;
}
@media (max-width: 35em){
    .m-table thead>tr>th{
        padding-left:20px;
        padding-right:20px;
    }
}