<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  src: url('../webfonts/fa-solid-900.eot');
  src: url('../webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
       url('../webfonts/fa-solid-900.woff2') format('woff2'),
       url('../webfonts/fa-solid-900.woff') format('woff'),
       url('../webfonts/fa-solid-900.ttf') format('truetype'),
       url('../webfonts/fa-solid-900.svg#fontawesome') format('svg');
}


body{
    /*background: #F9F9F9;*/
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color:  #494949;
    font-size: 16px;
    font-weight: 400;
    /*background-image:url(../images/background.jpg);
    background-repeat: repeat;*/
    background: #F2F2F2;
}

.main{
    width: 1170px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

#header{
    height: 125px;
    position: relative;
    background: rgba(255,255,255,0.84);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}

#header #logo{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 57px;
    margin: auto;
}

#header #agences{
    position: absolute;
    right: 0;
    top: 0;
}

#mainContent{
    position: relative;
    padding-bottom: 60px;
}


#breadcrumb{
    color: #6b6b6b;
    height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#breadcrumb a,#breadcrumb span{
    font-family: Open Sans;
    color:  rgb(48, 66, 202);
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline !important;
    background-color:  rgba(255, 255, 255, 0.5);
    display: inline-block;
    border-radius: 3px;
    padding: 1px 10px;
}

#breadcrumb span{
    /*! background-color:  rgba(48, 66, 201, 0.5); */
    /*! color: #FFFFFF; */
    text-decoration: none !important;
}

#breadcrumb a{
    text-decoration: none;
}

#breadcrumb a:hover{
    text-decoration: underline;
}

#breadcrumb i{
    margin-left: 3px;
    margin-right: 2px;
    vertical-align: 0px;
    font-size: 12px;
}

#mainContentLeft{
    border-radius: 3px;
    width: 710px;
    margin-right: 30px;
    min-height: 500px;
    float: left;
    padding: 30px;
    background-color:  rgba(255, 255, 255, 0.75);
}

#mainContentRight{
    border-radius: 3px;
    width: 310px;
    min-height: 500px;
    float: right;
    padding: 30px;
    background-color:  rgba(255, 255, 255, 0.75);
}

#footer{
    position: relative;
    background: #F9F9F9;
}

#footer ul{
    list-style: none;
    float: left;
    margin-left: 0;
    padding-left: 0;
    width: 370px;
}

#footer ul li{
    padding: 5px 0px;
}

#footer ul li.titre{
    font-family: Montserrat;
    color:  #494949;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#footer ul li a{
    color:  #3042c9;
    font-size: 16px;
    font-weight: 400;
}

#copyright{
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
}

.endFloat{
    clear: both;
}

h1{
    font-family: Roboto;
    color:  #26328b;
    font-size: 32px;
    font-weight: 600;
    margin-top: 0;
}

h2{
    font-family: Roboto;
    color:  #202124;
    font-size: 24px;
    font-weight: 500;
    margin-top: 25px;
}

h2.marginTopZero{
    margin-top: 0;
}

#map{
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
}

ul.listeHome{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.listeHome li{
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.15);
    width: 332px;
    height: 113px;
    float: left;
    margin-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    margin-top: 10px;
}

ul.listeHome li.right{
    margin-right: 0;
}

ul.listeHome li img{
    width: 100px;
    vertical-align: middle;
    margin-right: 15px;
}


a{
    color: #3042ca
}


#logoBanque{
    float: right;
}

ul.listeAgences{
    list-style: none;
    padding: 0;
    margin:0;

}

ul.listeAgences li{
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.15);
    width: 315px;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    border: 1px solid rgba(48, 66, 202,0.1);
    position: relative;
    display: table;
    padding: 15px;
}

ul.listeAgences li.right{
    margin-right: 0;
}

ul.listeAgences li img{
    max-width: 50px;
    display: table-cell;
    vertical-align: middle;
}

ul.listeAgences li span.cell{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    width: 100%;
}

ul.listeAgences li span.dist{
    display: block;
    margin-top: 2px;
}

ul.listeAgences li span.dist:before{
    font-family: "FontAwesome";
    content: '\f124';
    margin-right: 3px;
}

ul.listeAgences li span.adresse{
    display: block;
    margin-top: 2px;
}


ul.villesPrincipales{
    list-style: none;
    padding: 0;
    margin:0;

}


ul.villesPrincipales li{
    border-radius: 3px;
    background-color: #ffffff;
    width: 315px;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    border: 1px solid rgba(48, 66, 202,0.1);
    position: relative;
    display: table;
    padding: 5px 15px;

}

ul.villesPrincipales li.right{
    margin-right: 0;
}

ul.villesPrincipales li img{
    max-width: 25px;
    display: table-cell;
    vertical-align: middle;
}

ul.villesPrincipales li span.cell{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    width: 100%;
}


ul.listeTag{
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.listeTag li{
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

ul.listeTag li a{
    padding: 5px 10px;
    border: 1px solid rgba(48, 66, 202,0.5);
    display: inline-block;
    text-decoration: none;
}

ul.listeTag li a:hover{
    text-decoration: underline;
}

hr.trait{
    height: 2px;
    background-color: #3042c9;
}



ul.dernieresAgencesHome{
    list-style: none;
    padding: 0;
    margin:0;

}

ul.dernieresAgencesHome li{
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.15);
    width: 280px;
    margin-top: 5px;
    margin-right: 15px;
    border: 1px solid rgba(48, 66, 202,0.1);
    position: relative;
    display: table;
    padding: 15px;
}

ul.dernieresAgencesHome li.right{
    margin-right: 0;
}

ul.dernieresAgencesHome li img{
    max-width: 25px;
    display: table-cell;
    vertical-align: middle;
}

ul.dernieresAgencesHome li span.adresse{
    display: block;
    margin-top: 2px;
}

ul.dernieresAgencesHome li span.cpVille a{
    color:#494949;
}

ul.dernieresAgencesHome li span.cell{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    width: 100%;
}

ul.dernieresAgencesHome li span.cellLeft{
    display: table-cell;
    vertical-align: middle;
}

#mapFiche{
    width: auto;
    height: 300px;
    margin-bottom: 15px;
}

#fiche{
    float: left;
    width: auto;
}

#ficheSuite{
    float: left;
    width: auto;
    margin-top: 15px;
}

#fiche tr.phone td:first-child {
    white-space: nowrap;
}

/*
#fiche .adresse td:first-child:before{
    font-family: "FontAwesome";
    content: '\f0ac';
    margin-right: 5px;
    width: 20px;
    display: inline-block;
    text-align: center;
}


#fiche .phone td:first-child:before{
    font-family: "FontAwesome";
    content: '\f095';
    margin-right: 5px;
    width: 20px;
    display: inline-block;
    text-align: center;
}

#fiche .fax td:first-child:before{
    font-family: "FontAwesome";
    content: '\f1ac';
    margin-right: 5px;
    width: 20px;
    display: inline-block;
    text-align: center;
}

#fiche .email td:first-child:before{
    font-family: "FontAwesome";
    content: '\f003';
    margin-right: 5px;
    width: 20px;
    display: inline-block;
    text-align: center;
}

#fiche .website td:first-child:before{
    font-family: "FontAwesome";
    content: '\f109';
    margin-right: 5px;
    width: 20px;
    display: inline-block;
    text-align: center;
}
*/

#fiche tr td{
    padding-top: 5px;
    padding-bottom: 5px;
}

#fiche tr td:nth-child(2) {
    text-align: left;
}

#fiche tr.phone td{
    padding-bottom: 40px;
}
#fiche .adresse{
}

#fiche .phone{
    margin-top: 10px;
}

#fiche .fax{
    margin-top: 10px;
}

#fiche .email{
    margin-top: 10px;
}

#fiche .website{
    margin-top: 10px;
}

tr.adresse span {
    display: block;
}

.btnPhone{
    background-color: #FFC124;
    color:#000;
    padding: 13px 15px 7px 15px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    width: 160px;
    height: 22px;
    text-align: center;
    text-decoration: none;
}
.btnPhone sup{
    vertical-align: 2px;
}

#mapFrance{
    width: 100%; 
    height: 600px;
    margin-bottom: 30px;
}


ul.listeDep{
    list-style: none;
    padding: 0;
    margin:0;

}

ul.listeDep li{
    border-radius: 3px;
    background-color: #ffffff;
    width: 315px;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    border: 1px solid rgba(48, 66, 202,0.1);
    position: relative;
    display: table;
    padding: 5px 15px;

}

ul.listeDep li.right{
    margin-right: 0;
}

ul.listeDep li img{
    max-width: 25px;
    display: table-cell;
    vertical-align: middle;
}

ul.listeDep li span.cell{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    width: 100%;
}

span.nbAgences{
    font-size: 14px;
    color: gray;
    display: block;
}
span.nbAgences.noBlock{
    display: inline-block;
}

#lesHoraires{
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    color: #202124;
    font-family: 'Open Sans';
}

#lesHoraires .horaire{
    padding: 12px 10px 12px 10px; 
    /*! background-color:  rgba(48, 66, 201, 0.05); */
    border-bottom: 1px solid #ccc;
}

#lesHoraires .horaireTitre{
    display: inline-block;
}

#lesHoraires .horaire.pair{
    /*background-color:  rgba(48, 66, 201, 0.05);*/
}

#lesHoraires span.horaireInfos{
    float: right;
}
.horaire.heuresOuvert {
  font-weight: 600;
  /*background: rgba(40, 167, 69,0.3) !important;*/
}
.heuresOuvert .horaireInfos {
  color: #3042c9;
}
.meaBanque{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.meaBanque a{
    color: green;
}

a.btnPhoneAfter {
    padding: 0;
    padding-top: 8px;
    padding-left: 20px;
    text-align: left;
    color: #747474;
    background: none;
    background-image: url(/images/sva-inline.png);
    width: 276px;
    height: 26px;
    background-size: 296px 34px;
    font-weight: 700;
    color:#970069;
}

/*
.btnPhoneAfter {
    background-color: white;
    width: 180px;
    padding: 10px;
    height: 40px;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #d7d7d7;
    font-family: Arial;
    color: #a50f78;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
}
.btnPhoneAfter:after {
    content: 'Service 2,99 â‚¬ / appel + prix appel';
    width: 180px;
    top: 99%;
    position: absolute;
    box-sizing: border-box;
    background-color: #a50f78;
    color: white;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    left: -1px;
    padding: 5px 25px 5px 35px;
    border-radius: 0 0 5px 5px;
    text-align: left;
}*/
#fiche .phone {
    margin-top: 10px;
    margin-bottom: 45px;
}
/*.btnPhoneAfter:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: white;
    transform: rotate(45deg);
    top: 30px;
    left: 10px;
    position: absolute;
    z-index: 5;
}*/
.condTel{
    font-size: 12px;
}

tr.telephone td{
    padding-bottom: 15px;
}

#partners {
    float: right;
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 2px 5px;
    margin-top: 0px;
}
.tel_clair {
    font-size: 22px;
}
#fiche tr td:nth-child(2){
    text-align: left;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-chevron-down:before {
    content: "\f078";
}
@media (max-width: 768px) {
    #fiche tr td:nth-child(2){
        text-align: left;
    }
    h1{
        font-size: 25px;
    }

    h2{
        font-size: 20px;
    }

    .main{
        width: auto;
    }

    #mainContent{
        padding-bottom: 15px;
    }

    #mainContentLeft{
        width: auto;
        margin-right: 0;
        float: none;
        padding: 15px;
    }

    #mainContentRight{
        width: auto;
        float: none;
        padding: 15px;
        min-height: auto;
    }

    #agences{
        display: none;
    }

    #header #logo{
        position: relative;
        max-width: 100%;
        height: auto;
    }

    ul.listeHome li{
        float: none;
        display: block;
        margin-right: 0;
        width: auto;
        height: auto;
        padding-bottom: 15px;
    }

    ul.listeHome li img{
        width: 50px;
    }

    ul.dernieresAgencesHome li{
        float: none;
        display: block;
        margin-right: 0;
        width: auto;
    }

    #footer ul{
        float: none;
        width: auto;
        margin-top: 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    #footer .main{
        padding-top: 30px;
    }

    #header{
        position: relative;
        height: auto;
        padding:30px 15px;
    }

    #breadcrumb{
        display: none;
    }

    ul.villesPrincipales li{
        float: none;
        width: auto;
        margin-right: 0;
    }

    #mapFrance{
        height: 500px;
    }
    
    ul.listeDep li{
        width: auto;
        float: none;
        margin-right: 0;
        display: block;
    }

    #logoBanque{
        width: 50px;
    }

    ul.listeAgences li{
        width: auto;
        margin-right: 0;
        float: none;
    }

    #mapFiche{
        float: none;
        width: auto;
    }

    #fiche{
        float: none;
        margin-top: 30px;
        width: 100%;
    }

    #ficheSuite{
        width: auto;
    }

    #lesHoraires .horaireTitre{
        display: block;
    }

    #lesHoraires span.horaireInfos{
        float: none;
    }

    .condTel{
        margin-top: 25px;
    }


}

@media (max-width: 600px) {
    #mapFrance{
        display: none;
    }
}</pre></body></html>