#content.container.wide {
    width: calc(100% - 120px);
    margin-left: 60px;
    margin-right: 60px;
}

/*#content.container #map-container {
    min-width: 450px;
}*/

.intro-category .home-types {
    background-color: #ffffff;
}

#title-category {
    margin: 15px 0 15px 0;
}

.text-center {
    text-align: center;
}

#lawyers-annonces-searchs {
    background-color: #1f497b;
    color: #ffffff;
    padding-top: 0px;
}

.annonces.index .search.with-category {
    margin-bottom: 0px;
}

#regions-map {
    width: 500px;
    min-width: 500px;
    margin: 0 auto;
}

#regions-map-selected {
    width: 420px;
    min-width: 420px;
    margin: 0 auto;
}

.num-home-txt {
    font-size: 3em;
    vertical-align: text-top;
}
.home-txt {
    padding: 11px 0 0 5px;
}

#home-txt-logo {
    font-size: 1.5em;
}

.red-txt {
    color: #b50010;
    font-family: "Lato", sans-serif;
}

p.text-justify {
    text-align: justify;
}

div#col-btn-region {
    padding-left: 0px;
    padding-right: 0px;
}
div.btn-region-mrg:first-child {
    padding-left: 0px;
}
div.btn-region-mrg:last-child {
    padding-right: 0px;
}

    /* CSS regions */

#content.regions.index {
    background-repeat: no-repeat;
}
#content.regions .container {
    margin-top: 25px;
}
#content.regions .region-description,
#content.regions .btn-region {
    background-color: rgba(255, 255, 255, 0.80);
}

#content.regions .region-description h1 {
    font-size: 3.8rem;
}

#content.regions .region-description {
    margin-bottom: 15px;
}

.home-types .home-type {
    max-width: 250px;
    margin: 0 auto;
}

#content.regions .region-first-row {
    margin-top: 5px;
    min-height: 100vh;
}

#content.regions .btn-region:not(:first-child) {
    margin-top: 15px;
    margin-left: 10px;
}
#content.regions .btn-region.lg {
    margin-left: 0px;
}

#content.regions .btn-region:hover {
    background-color: rgba(255, 255, 255, 0.90);
}

#content.regions #home-types-region {
    background-color: rgb(0, 0, 0, 0);
}

#content.regions .btn-region {
    /*display: inline-block;
    width: 31%;*/
    min-height: 72px;
    margin-top: 8px;
    width: 100%;
}
#content.regions .btn-region.lg {
    display: block;
    width: 100%;
    min-height: 44px;
    margin-top: 42px;
}

#content.regions .home-types {

}

#content.regions .region-second-row {

}

@media screen and (max-width: 650px) {
  h1 {
        font-size: 3rem;
    }
    #content.container.wide {
        width: calc(100% - 26px);
        margin-left: 10px;
        margin-right: 10px;
    }
}


@media screen and (max-width: 1024px) {
    div.btn-region-mrg {
        padding: 0px;
    }

    #content.regions .btn-region {
        min-height: auto;
    }

    .home-types .home-type {
        width: 100%;
        max-width: 100%;
    }
}

a.btn-accueil {
    width: 100%;
    display: block;
    height: 45px;
    background-color: #02224c;
    color: #ffffff;
    line-height: 43px;
}

/* CSS regions */