.page-contacts .contact a {
    color: #000 !important;
}

.page-contacts .services-locaux-list input.btn-contact,
.page-contacts .service-dresg input.btn-contact,
.page-contacts .services-tresorerie input.btn-contact,
.page-contacts .services-conseiller input.btn-contact {
    min-height: 54px;
}

.tresorie-data-hide,
.services-conseiller {
    display: none;
}

.services-tresorerie .local-service h2 {
    font-size: 20px;
}

.services-tresorerie .local-service h2 a {
    font-size: 25px;
}

.page-contacts .box h2 {
    font-weight: bold;
}

.services-tresorerie h3 {
    font-size: 1.2em !important;
}

.page-contacts .box h3 {
    font-size: 1.3em !important;
    margin-bottom: 25px !important;
}

.page-contacts .box .custom-display {
    margin-left: 3px;
    font-size: 0.90em !important;
}

.page-contacts .box .custom-display .adress {
    margin: 15px 0;
}

.page-contacts .box .custom-display .reception {
    /*margin-bottom: 5px;*/
}

.page-contacts .tel-tab {
    min-height: 60px;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 10px;
}

.page-contacts .tel-tab .note {
    color: #6e6e6e;
    font-size: 0.85714em;
    display: block;
    line-height: 1.2;
}

.page-contacts .tel-tab div.first {
    border-right: solid 1px #ccc;
}


.page-contacts .tel-tab {
    font-size: 1.2em;
}

.page-contacts .bs-example {
    margin-top: 20px;
}

.page-contacts .bs-example button.btn.btn-default {
    width: 100%;
    text-align: left;
    color: #0606b2;
    fill: #0606b2;
    padding: 16px 10px;
}

.page-contacts .bs-example button .caret {
    float: right;
    top: 20px;
    margin-top: 1%;
}

.page-contacts .custom-title:after {
    content: "";
    height: 2px;
    bottom: -10px;
    width: 50px;
    background: #586d84;
    box-sizing: border-box;
    display: block;
    margin-top: 9px;
}

.page-contacts .custom-title {
    font-size: 1.1428571429em;
    margin-bottom: 1.5em;
    line-height: 1.1;
    font-weight: 700;
}

.page-contacts .prise-rdv form {
    float: right;
    margin-bottom: max(15px, 1%);
}

.page-contacts #steps .level-content label.label-step {
    min-height: 150px;
}

/*Loader*/
.loader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid var(--background-action-high-blue-france);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#fr-modal-loader .fr-modal__body {
    background: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

hr.levelhr-0 {
    display: none !important;
}
address{
    display: inline;
}