.many_users {
    font-size: 24px;
    margin-top: 8px;
    font-weight: 500
}

.post_ad_div {
    position: relative
}

.div-image-fond {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%
}

.div-image-fond img {
    height: 100%;
    width: 100%
}

body {
    font-family: Roboto
}

.container-fluid {
    padding: 0 !important
}

.vert_line {
    width: 2px;
    height: 283px;
    background: #fff;
    position: absolute;
    left: 13%
}

.vert_line2 {
    height: 95px;
    width: 2px;
    background: #fff;
    position: absolute;
    left: 13%;
    margin-top: 10px
}

.head {
    position: relative;
    padding-bottom: 50px
}

.div-content-acceuil {
    height: auto !important;
    min-height: 720px
}

.pub_log span {
    font-family: 'Maven Pro', sans-serif;
    display: inline-block;
    height: auto;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin: 24px 0
}

.pub_log span:first-child {
    background: #4b8fcc;
    padding: 5px 75px 5px 10px;
    z-index: 1;
    position: relative;
    left: 4%
}

.pub_log span:last-child {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #4b8fcc;
    padding: 10px
}

.pub_log {
    width: 100%;
    height: 54px;
    text-align: right
}

.logo_section {
    position: relative;
    display: flex;
    height: 132px;
    width: 100%;
    align-items: center;
    margin-top: 45px;
    z-index: 1
}

.logo_section .logo {
    width: 35%;
    height: 132px;
    background-color: #fff;
    border-bottom-right-radius: 65px;
    border-top-right-radius: 65px
}

.logo_section .logo img {
    width: 80%;
    height: 90px;
    object-fit: contain;
    display: block;
    margin: 21px auto 21px 10%
}

.logo_section .title {
    color: #fff;
    margin-left: 42px;
    width: 65%
}

.logo_section .title span {
    font-weight: 700
}

.logo_section .title:after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background: #fff;
    margin-top: 20px
}

.h_search {
    position: relative;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-left: 13%;
    margin-top: 59px;
    width: 572px;
    height: 67px;
    background-color: rgba(0, 0, 0, .47);
    padding: 15px 15px 15px 30px
}

.h_search img:first-child {
    position: absolute;
    display: block;
    bottom: -2px;
    left: -26px;
    z-index: 1
}

.h_search input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    border-bottom: 2px solid #fff !important;
    -webkit-appearance: none;
    border: none;
    background: 0 0;
    width: 90%;
    outline: 0;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    color: #fff
}

.h_search span.buttonRecherche {
    position: absolute;
    display: block;
    background: url(/img/search.png) center no-repeat #fff;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    padding: 10px;
    background-size: 30px;
    bottom: 8px;
    right: 7px;
    z-index: 1
}

.search_filter {
    font-family: Arial, Helvetica, sans-serif;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.7px;
    color: #fff;
    margin-top: 30px;
    margin-left: 15%
}

.custom-checkbox .custom-control-label::before {
    border-radius: 50%
}

label.custom-control-label {
    margin-right: 40px;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .logo_section .logo {
        width: 50% !important
    }

    .logo_section .title {
        width: 50% !important
    }

    .h_search {
        width: 80% !important;
        margin: 40px auto !important
    }

    .title h1 {
        font-size: 30px
    }

    .many_users {
        font-size: 18px
    }

    .search_filter {
        text-align: center !important;
        margin-left: unset !important
    }

    .logo_section .title:after {
        display: none !important
    }

    .vert_line {
        display: none !important
    }

    .vert_line2 {
        display: none !important
    }
}

@media screen and (min-width:504px) and (max-width:575px) {
    .logo_section .title {
        width: 100% !important;
        margin: 20px auto !important
    }

    .h_search {
        margin-top: 165px !important
    }

    .logo_section {
        flex-wrap: wrap !important
    }

    .title h1 {
        text-align: center !important
    }
}

@media screen and (max-width:503px) and (min-width:413px) {
    #home-search-sc2 {
        margin-top: -38px
    }
}

@media screen and (max-width:412px) {
    #home-search-sc2 {
        margin-top: -18px
    }
}

@media screen and (max-width:503px) {
    .custom-control {
        margin-top: -15px !important
    }

    .user td:last-child {
        max-width: 18ch !important
    }

    .dropdown-menu.show {
        font-size: 12px
    }

    .pub_log span:first-child {
        top: 6px !important;
        left: unset !important;
        padding: 5px 163px 5px 10px !important
    }

    .pub_log span:first-child {
        padding: 9px 184px 10px 10px !important
    }

    .pub_log span:last-child {
        position: absolute !important;
        width: 183px !important;
        right: 0 !important
    }

    .pub_log span:last-child {
        position: absolute !important;
        right: 0 !important
    }

    .pub_log span:last-child {
        padding: 12px
    }

    .span-not-connected {
        margin-top: 28px !important
    }

    button#dropdownMenuButton {
        font-size: 12px
    }

    .pub_log span {
        text-align: center;
        font-size: 12px !important
    }

    .logo_section .logo {
        width: 80% !important;
        margin-top: -20px
    }

    .logo_section {
        flex-wrap: wrap !important
    }

    .title h1 {
        font-size: 25px !important;
        text-align: center !important
    }

    .h_search {
        margin-top: 148px !important;
        margin-bottom: 10px !important
    }

    .h_search input {
        font-family: Roboto;
        font-size: 18px !important
    }

    .search_filter {
        text-align: left !important;
        margin-left: unset !important;
        font-size: 14px;
        margin: auto 15% !important
    }

    .logo_section .title {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px !important
    }

    .retour-scenario {
        display: none
    }
}

.user button#dropdownMenuButton img {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.user .dropdown-toggle:after {
    position: absolute;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    right: 2px;
    bottom: 21px
}

.pub_log span.user-profile-content {
    padding: 0 !important
}

.user td:last-child {
    padding: 0 20px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 22ch
}

.user .btn {
    padding: 0
}

button#dropdownMenuButton {
    border-top-left-radius: 26px !important;
    border-bottom-left-radius: 26px !important;
    width: 100%
}

.dropdown-menu.show {
    right: 0;
    left: unset !important
}

.head_bar {
    width: 100%;
    height: 85px;
    background-color: #fff;
    align-items: center
}

.head_bar .cont_img {
    width: 185px;
    height: 54px
}

.head_bar img {
    width: 100%
}

.cont_pub span {
    display: inline-block;
    background: #4b8fcc
}

.cont_pub_log span:first-child {
    width: 278px
}

.cont_pub_log span:last-child {
    width: 168px;
    margin-right: 10px
}

.connected .dropdown.user {
    display: block !important
}

.dropdown.open .dropdown-menu {
    display: block
}

.dropdown-menu {
    right: 2px
}

.text-white a {
    color: #fff
}

.dropdown.user button {
    background-color: #fff;
    color: #000
}

.dropdown.user .dropdown-menu a {
    padding: 7px;
    display: block;
    padding-left: 15px;
    color: #000
}

.dropdown.user .dropdown-menu a:hover {
    background-color: #f8f9fa
}

.post_ad_div {
    margin-top: 20px
}

.post_ad_div .post_an_ad {
    background-color: #097eea;
    border: 2px solid #097eea;
    color: #fff;
    border-radius: 17px;
    padding: 5px 5px;
    font-size: 18px;
    font-weight: 400
}

@media screen and (max-width:767px) {
    .post_ad_div {
        text-align: center
    }
}

@media screen and (min-width:768px) {
    .post_ad_div {
        text-align: left
    }
}

body {
    padding: 0;
    margin: 0
}

p {
    margin: 0
}

a {
    text-decoration: none
}

.title-slider h1 {
    font-size: 52px
}

h3 {
    font-size: 34px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 28px
}

.inner {
    max-width: 1400px;
    margin: 0 auto;
    width: 98%
}

.clearfix {
    width: 100%;
    display: inline;
    clear: both
}

.adress-slider #buttonSearchButton {
    background-color: #2a99ff;
    border: none;
    color: #fff;
    border-radius: 0 35px 35px 0;
    margin-right: -119px;
    font-size: 23.5px;
    position: absolute;
    top: -2px;
    right: 97px;
    box-shadow: -2px 0 6px #858586;
    display: inline-block
}

.collocataire {
    display: inline-block
}

.collocataire h3 {
    text-align: center;
    color: #2a9aff;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 28px
}

.collocataire h4 {
    text-align: center;
    margin-top: 0
}

.composer-equipe {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    vertical-align: top
}

.items-equipe {
    display: inline-block;
    width: 31%;
    margin: 20px 15px;
    vertical-align: top;
    text-align: left
}

section.content.clearfix {
    display: inline-block;
    width: 100%;
    box-shadow: -11px 6px 13px #9e9e9ead;
    z-index: 999;
    position: relative
}

.items-equipe p {
    max-width: 330px;
    margin-top: 10px;
    font-size: 17px;
    color: #767676;
    margin: 10px auto 0
}

.items-equipe .sous-titre-item {
    display: block;
    margin-bottom: 0;
    margin: 0 auto;
    font-size: 20px;
    color: #323232;
    font-weight: 500;
    text-align: center
}

.composer-equipe.line-two {
    width: 65%;
    border-bottom: 1px solid #cfcfd0
}

.items-equipe img {
    width: auto;
    display: block;
    margin: -4px auto 17px;
    height: 50px
}

.items-equipe.regroupe img {
    max-width: 151px
}

.items-equipe.composer,
.items-equipe.envoiyer {
    margin: 15px 0;
    padding-bottom: 50px;
    width: 30%
}

.collocataire.bailleurs:after {
    display: block;
    content: "";
    border: 1px solid #cfcfd0;
    position: absolute;
    top: 0;
    width: 70%;
    left: 15%
}

.collocataire.bailleurs {
    position: relative;
    margin-bottom: 40px
}

.collocataire.recherchant.clearfix {
    background-color: #f2f2f2
}

.recherchant-holder {
    text-align: center
}

.block-items {
    display: inline-block;
    width: 22%;
    margin: 50px 0 0 10px;
    vertical-align: top
}

.block-items img {
    max-width: 100px;
    margin: 0 auto -37px;
    display: block
}

.holder-big {
    background-color: #fff;
    width: 100%;
    padding: 0 6px 20px;
    box-shadow: 1px 9px 15px #0f192226;
    display: block;
    min-height: 147px
}

.holder-big span.nom {
    float: left;
    text-align: left;
    font-weight: 500;
    color: #494949
}

.holder-big p {
    text-align: left;
    padding: 10px 5px;
    color: #686868;
    font-size: 14px;
    display: inline-block
}

.holder-big span.age {
    float: right;
    font-weight: 500;
    color: #494949
}

.nom-age {
    display: block;
    width: 100%;
    float: left;
    margin: 9px 0
}

.collocataire.recherchant h3 {
    color: #373737;
    position: relative;
    margin-bottom: 28px
}

.suivant {
    display: table;
    text-align: center;
    margin: 30px auto 40px
}

.suivant a {
    color: #3e3e3e;
    border-top: 1px solid #3e3e3e;
    padding: 10px 23px;
    margin: 0;
    float: left;
    font-size: 17px;
    border-left: 1px solid #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
    display: inline-block;
    background-color: #fff
}

.suivant a:last-child {
    border-right: 1px solid #000
}

.suivant a.active,
.suivant a:hover {
    background-color: #0460c0;
    color: #fff
}

.collocataire.recherchant.logements.moyenne.clearfix {
    margin: 7px auto 24px
}

.collocataire.recherchant.logements {
    box-shadow: none;
    background-color: #fff
}

.collocataire.recherchant.logements h2 {
    margin-bottom: 27px;
    margin-top: 27px
}

.publication {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 10px 0
}

.publ {
    display: inline-block;
    width: 22%;
    position: relative;
    padding: 10px 0 10px;
    box-shadow: 5px 9px 10px #ddd;
    vertical-align: top;
    margin: 0 0 0 15px
}

.moyenne {
    display: block;
    text-align: center;
    margin: 0 auto
}

.moyenne span {
    font-size: 36px;
    color: #696969;
    font-weight: 300
}

.moyenne img {
    max-width: 344px;
    text-align: center;
    display: block;
    margin: 10px auto
}

.publ:first-child {
    margin-left: 0
}

.publ span.prix {
    position: absolute;
    right: 0;
    background-color: #0260bf;
    color: #fff;
    font-weight: 600;
    padding: 3px 6px;
    font-size: 15px
}

.items-publ {
    display: inline-block;
    width: 100%;
    color: #000;
    word-wrap: break-word
}

.items-publ a {
    color: #000
}

.items-publ img {
    width: 24%;
    max-width: 300px;
    margin-top: -40px;
    margin-left: 2px;
    display: inline-block;
    position: relative;
    float: left
}

.items-publ h5 {
    display: inline-block;
    width: 73%;
    margin: 0;
    color: #353535
}

span.logement {
    color: #1a9afe;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    font-style: italic
}

.items-publ p {
    color: #4f4f50;
    padding: 10px 15px;
    font-size: 15px;
    text-align: left;
    min-height: 93px;
    display: block
}

.items-publ span.date {
    font-size: 12px;
    color: grey;
    padding: 5px 18px;
    text-align: left;
    display: inline-block;
    width: 100%
}

.items-publ h6 {
    display: inline-block;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0
}

span.calendrier {
    padding-left: 31px;
    float: left;
    background-image: url(../img/canlandar.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 10px
}

span.heure {
    padding-left: 27px;
    float: right;
    background-image: url(../img/icon-heure.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 10px;
    padding-right: 9px
}

.temps {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    min-height: 63px
}

h5.nantes {
    font-size: 29px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    color: #2a9aff;
    width: 100%;
    text-transform: uppercase
}

.temps-items {
    display: inline-block;
    width: 46%
}

a.annonces {
    display: inline-flex;
    width: 22%;
    min-height: 187px;
    background-repeat: no-repeat;
    align-items: flex-end;
    justify-content: flex-end;
    background-size: 150%;
    margin: 10px 15px 10px 0;
    background-position: center
}

a.annonces:hover {
    background-size: 170%
}

a.annonces h4 {
    color: #fff;
    font-size: 39px;
    padding-right: 10px;
    margin-bottom: 0
}

.acceuil-annonce-ville {
    display: block;
    position: relative
}

.acceuil-annonce-ville .img-top {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0
}

.all-utli .all-uti-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.all-utli {
    display: block;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    text-align: center
}

.all-utli::before {
    background-color: #4b6e8c9c;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 52
}

.utilisateur-items {
    display: inline-block;
    width: 30%;
    text-align: center;
    z-index: 99;
    position: relative
}

.utilisateur-items:last-child {
    margin: 10px 0 10px 0
}

.utilisateur-items span {
    font-size: 51px;
    font-weight: 400;
    color: #fff
}

a.avis {
    display: block;
    font-size: 30px;
    color: #fff;
    background-color: #0360c0;
    max-width: 249px;
    padding: 5px 5px;
    font-weight: 500;
    text-align: center;
    margin: 10px auto;
    border: 3px solid #0360c0
}

a.avis:hover {
    border: 3px solid #0360c0;
    color: #0360c0;
    background-color: #fff
}

.liste-chambre input[type=radio]:checked+span {
    color: #2a99ff
}

@media only screen and (max-width:1400px) {
    h5 {
        font-size: 23px
    }

    .items-equipe {
        width: 28%
    }

    .copyright-items.email input {
        width: 80%;
        max-width: 529px
    }

    .copyright-items.email span {
        width: 30%
    }

    .owl-nav {
        width: 100% !important
    }
}

@media only screen and (max-width:1366px) {
    .copyright-items.left-copy {
        width: 27%
    }

    .copyright-items.email {
        float: right;
        margin-right: 0;
        width: 67%;
        padding-left: 0;
        margin-right: 3px
    }

    .copyright-items.email label {
        width: 100%
    }

    .copyright-items.email span {
        width: 32%
    }

    .copyright-items.email input {
        width: 62%
    }
}

@media only screen and (max-width:1024px) {
    .bar-haut h1 {
        padding-left: 20px
    }

    .adress-slider label input {
        width: 90%
    }

    .block-items {
        width: 31%
    }

    .publ {
        width: 34%
    }

    .footer-items-haut img {
        text-align: center;
        display: inline-block;
        max-width: 300px
    }

    .footer-items-haut {
        display: inline-block;
        margin: 15px auto;
        text-align: center;
        width: 100%
    }

    .copyright-items.email span {
        width: 30%;
        font-size: 13px
    }

    .copyright-items.email input {
        width: 69%
    }

    .copyright-items.email {
        width: 62%;
        margin-right: 46px
    }

    .utilisateur-items {
        margin: 10px 66px 10px 0
    }

    .footer-items.right-footer {
        padding-left: 0
    }

    .owl-dot span {
        top: 20% !important
    }

    .about {
        bottom: 4%
    }

    .liste-chambre span {
        font-size: 19px
    }
}

@media only screen and (max-width:768px) {
    .bar-haut .image-entete {
        padding-left: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    .block-items {
        width: 41%
    }

    .publ {
        width: 45%
    }

    a.annonces {
        display: inline-flex;
        width: 46%
    }

    .copyright-items.left-copy {
        width: 100%;
        text-align: center
    }

    .copyright-items.email {
        width: 100%;
        margin: 10px 0
    }

    .items-equipe {
        width: 43%
    }

    h3 {
        font-size: 27px
    }

    .utilisateur-items span {
        font-size: 29px
    }

    .holder-nav {
        float: none;
        padding-right: 0;
        width: 100%;
        text-align: center
    }

    .adress-slider label input {
        font-size: 19px
    }

    .about {
        display: none
    }
}

@media only screen and (max-width:650px) {
    .title-slider h1 {
        font-size: 37px
    }
}

@media only screen and (max-width:569px) {
    .bar-haut .image-entete {
        padding-left: 0;
        text-align: center;
        margin: 10px auto 0;
        width: 100%
    }

    .holder-nav {
        padding-right: 0;
        padding: 0 2px;
        float: left
    }

    .holder-nav ul {
        padding: 0
    }

    .holder-nav li a {
        padding: 0 14px
    }

    li.langue {
        padding-left: 27px;
        display: none
    }

    .title-slider h1 {
        font-size: 37px
    }

    .adress-slider label input {
        width: 80%;
        padding: 15px 65px 15px;
        background-size: 24px;
        font-size: 11px;
        font-weight: 500
    }

    .liste-chambre label {
        width: initial;
        margin: 0;
        padding: 17px 16px;
        border-right: none
    }

    .about {
        margin-top: 60px
    }

    .items-equipe {
        width: 80%
    }

    .block-items {
        width: 80%
    }

    .publ {
        width: 80%
    }

    a.annonces {
        display: inline-flex;
        width: 80%;
        margin: 10px 0
    }

    .utilisateur-items {
        width: 50%;
        margin: 10px auto
    }

    h3 {
        font-size: 23px
    }

    h2 {
        font-size: 23px
    }

    .footer-items {
        width: 100%;
        padding-left: 0
    }

    .copyright-items.email span {
        width: 100%;
        font-size: 13px;
        text-align: center
    }

    .copyright-items.email {
        padding: 0
    }

    .copyright-items.email input {
        width: 100%
    }

    .footer-items.right-footer {
        padding-left: 0
    }

    h5 {
        font-size: 26px
    }

    .holder-nav li a.annonce {
        padding: 10px 25px;
        margin-bottom: 10px;
        display: inherit
    }

    .holder-nav li {
        padding: 10px 0
    }

    .adress-slider button {
        padding: 15px 14px 15px !important;
        text-align: center;
        border-radius: 57px;
        display: inline-block;
        width: 80%;
        right: 0;
        font-size: 11px;
        margin-right: 0;
        margin-top: 10px
    }

    .owl-dot span {
        bottom: 26px !important
    }

    .title-slider {
        color: #ffff;
        padding-top: 9px
    }

    .liste-chambre {
        margin: 0
    }

    form label {
        margin-top: 10px
    }
}

.publ {
    min-height: 480px
}

.publ .items-publ p {
    margin-bottom: 20px
}

.publ .items-publ .address-visit {
    margin-bottom: 15px
}

.publ .date {
    position: absolute;
    left: 0;
    bottom: 0
}

.temcps {
    overflow: auto;
    max-height: 100px
}

.ad-image {
    height: 200px;
    width: 100%
}

.publ-room-mate {
    min-height: 200px;
    max-height: 200px
}

.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.ad_type img {
    width: initial
}

.list_coloc {
    margin-bottom: 40px
}

.modal-title-annonce {
    width: 50%;
    margin: auto
}

.close {
    position: absolute;
    right: 18px
}

.type_scenario a label {
    color: #2a99ff;
    font-weight: 700
}

.title-slider h1 {
    color: #fff
}

.dropdown {
    padding: initial !important
}

.stars_avis {
    display: inline-block !important;
    width: initial !important
}

.custom-carousel-prev {
    position: absolute;
    top: 90px;
    left: 0;
    border-radius: 0 5px 5px 0
}

.custom-carousel-next {
    position: absolute;
    top: 90px;
    right: 0;
    border-radius: 5px 0 0 5px
}

.slick-arrow {
    display: none !important
}

.prix {
    z-index: 20
}

.custom-carousel-next {
    z-index: 12
}

.custom-carousel-prev {
    z-index: 12
}

.items-publ p {
    overflow-wrap: break-word
}

.item-prop-hidden {
    display: none
}

#logout-form {
    display: none
}

.adresse-black {
    color: #000
}

#div_avis {
    padding-bottom: 20px;
    width: 350px;
    margin: auto
}

#modal-news-text {
    font-size: 1.2em
}

.dropdown-menu li {
    width: 100%;
    border-radius: 2px
}

.dropdown-menu li a {
    width: 100%;
    border-radius: 2px
}

.dropdown-menu li:hover {
    background-color: #2892f5
}

#contact_form label.error {
    color: red !important;
    margin-top: initial !important;
    text-align: center !important
}

#newsletter-form label.error {
    color: red !important;
    margin-top: initial !important;
    text-align: left !important;
    right: initial !important
}

#separation-title {
    color: #2a99ff
}

#trouver-img {
    width: 50px;
    height: 52px;
    background: url(../img/sprite_img.png) 0 0
}

#regroupe-toi-img {
    width: 100px;
    height: 50px;
    background: url(../img/sprite_img.png) -204px 0
}

.echanger-img {
    width: 70px !important;
    height: 50px !important;
    background: url(../img/sprite_img.png) -116px 0
}

#candidature-img {
    width: 113px;
    height: 50px;
    background: url(../img/sprite_img.png) -323px 0
}

#composer-img {
    width: 82px;
    height: 50px;
    background: url(../img/sprite_img.png) -452px 0
}

#icon-gerer-img {
    width: 63px;
    height: 50px;
    background: url(../img/sprite_img.png) -549px 0
}

#regroupez-img {
    width: 58px;
    height: 50px;
    background: url(../img/sprite_img.png) -633px 0
}

#louer-img {
    width: 51px;
    height: 50px;
    background: url(../img/sprite_img.png) -711px 0
}

#visiter-img {
    width: 50px;
    height: 50px;
    background: url(../img/sprite_img.png) -775px 0
}

#securiser-img {
    width: 50px;
    height: 50px;
    background: url(../img/sprite_img.png) -842px 0
}

.empty-star {
    width: 60px;
    height: 60px;
    background: url(../img/sprite_img.png) -890px 0
}

.filled-star-home {
    width: 60px;
    height: 60px;
    background: url(../img/sprite_img.png) -958px 0
}

.filled-star-home-1 {
    width: 60px;
    height: 60px;
    background: url(../img/sprite_img.png) -1029px 0
}

.filled-star-home-2 {
    width: 60px;
    height: 60px;
    background: url(../img/sprite_img.png) -1101px 0
}

.filled-star-home-3 {
    width: 60px;
    height: 60px;
    background: url(../img/sprite_img.png) -1172px 0
}

.filled-star-home-4 {
    width: 60px;
    height: 60px;
    background: url(../img/sprite_img.png) -1245px 0
}

.filled-star-home-5 {
    width: 60px;
    height: 60px;
    background: url(../img/sprite_img.png) -1315px 0
}

.filled-star-home-6 {
    width: 60px;
    height: 60px;
    background: url(../img/sprite_img.png) -1385px 0
}

.filled-star-home-7 {
    width: 60px;
    height: 60px;
    background: url(../img/sprite_img.png) -1463px 0
}

.filled-star-home-8 {
    width: 60px;
    height: 60px;
    background: url(../img/sprite_img.png) -1534px 0
}

.filled-star-home-9 {
    width: 60px;
    height: 60px;
    background: url(../img/sprite_img.png) -1610px 0
}

.custom-carousel-next img {
    width: 39px;
    height: 40px;
    background: url(../img/sprite_img.png) -1687.5px 0;
    border-radius: 5px 0 0 5px
}

.custom-carousel-prev img {
    width: 40px;
    height: 40px;
    background: url(../img/sprite_img.png) -1743px 0;
    border-radius: 0 5px 5px 0
}

@media screen and (max-width :500px) {
    #chooseSearchScenarioModal {
        width: 98% !important
    }

    .blue-bg ul li {
        display: block;
        width: 100% !important;
        margin: auto !important
    }
}

@media screen and (min-width :500px) and (max-width :680px) {
    #chooseSearchScenarioModal {
        width: 98% !important
    }

    .ad-type-2 {
        margin-right: 60px;
        margin-left: 80px !important
    }

    .ad-type-3 {
        margin-left: -1px !important
    }

    .ad-type-4 {
        margin-right: 60px;
        margin-left: 80px !important
    }

    .ad-type-5 {
        margin-left: -40px !important
    }
}

@media screen and (max-width :900px) {
    .nom {
        width: 70px;
        overflow-wrap: break-word
    }

    .age {
        width: 70px;
        overflow-wrap: break-word
    }

    .holder-big {
        max-height: 160px !important;
        min-height: 160px !important
    }
}

@media screen and (min-width :901px) {
    .nom {
        width: 100px;
        overflow-wrap: break-word
    }

    .age {
        width: 100px;
        overflow-wrap: break-word
    }

    .holder-big {
        max-height: 150px !important;
        min-height: 150px !important
    }
}

.home-search-option-bx {
    width: 200px !important
}

.home-search-option-bx {
    width: 200px !important
}

#chooseSearchScenarioModal .close {
    position: absolute !important;
    top: 20px;
    right: 20px
}

.blue-bg ul br {
    display: none
}

.retour_ligne {
    display: none
}

* {
    margin: 0;
    padding: 0
}

a,
img {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    outline: 0;
    color: inherit
}

a:active,
a:focus,
a:hover {
    outline: 0;
    color: inherit;
    text-decoration: none
}

.home-searching-sec {
    padding: 60px 0 10px 0;
    color: #000;
    border-bottom: 1px solid #ccc
}

.heading-one h2 {
    font-size: 36px;
    margin-bottom: 55px;
    text-align: center;
    font-weight: 500
}

.home-searching-sec ul {
    font-size: 0
}

.home-searching-sec ul li a {
    display: inline-block;
    border: 1px solid #2892f5;
    border-radius: 50%;
    width: 340px;
    height: 340px;
    background: 0 0;
    color: #2892f5;
    overflow: hidden
}

.home-searching-sec ul li {
    display: inline-block;
    margin-bottom: 50px;
    width: 30.4%
}

.home-searching-sec ul li+li {
    margin-left: 50px
}

.home-search-option-bx {
    display: table;
    height: 100%;
    width: 100%;
    padding: 30px 40px;
    min-height: 240px
}

.home-search-option-bx-inside {
    display: table-cell;
    vertical-align: middle
}

.home-search-option-bx-inside h6 {
    margin-bottom: 20px
}

.home-searching-sec ul li a:hover {
    color: #fff;
    background: #2892f5;
    border: 1px solid #2892f5
}

.with-hover {
    display: none
}

.search-icon {
    margin-bottom: 15px
}

.home-searching-sec ul li a:hover .with-hover {
    display: inline-block
}

.home-searching-sec ul li a:hover h6 {
    color: #2a99ff
}

.home-searching-sec ul li a:hover .without-hover {
    display: none
}

.home-searching-sec ul li a h6 {
    font-weight: 700
}

#chooseSearchScenarioModal .ad_type img {
    width: 57px !important;
    height: 51px !important
}

.modal-dialog.ad-senario-popup {
    max-width: 700px;
    width: 100%
}

.ad-senario-popup .home-searching-sec ul li .home-search-option-bx {
    height: 0;
    min-height: 200px;
    padding: 10px
}

.ad-senario-popup .home-searching-sec ul li {
    vertical-align: top;
    margin-bottom: 20px;
    width: 28%
}

.ad-senario-popup .home-searching-sec ul li a {
    width: 100%;
    border-radius: 50%;
    background: #2892f5;
    height: 200px;
    width: 200px;
    border: 1px solid transparent;
    color: #fff
}

.ad-senario-popup .home-searching-sec {
    background: #fff none repeat scroll 0 0;
    padding: 0
}

.ad-senario-popup .home-searching-sec ul li+li {
    margin-left: 32px
}

.ad-senario-popup .home-searching-sec ul li a:hover {
    border: 1px solid #2892f5;
    background: 0 0;
    color: #2892f5
}

.post-property .panel-heading {
    background: #c9c3c3;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.post-property .panel {
    border-radius: 0;
    box-shadow: 0
}

.google_map {
    height: 300px;
    width: 100%
}

.features_list .col-md-3,
.features_list .col-md-4,
.features_list .col-xs-12,
.features_list .col-xs-6 {
    padding: 0
}

.visit_detail_bx {
    position: relative;
    border: 1px solid gray;
    padding: 10px 0;
    float: left;
    width: 100%;
    margin: 15px 0
}

.file-preview .fileinput-remove {
    display: none
}

.file-preview .file-actions .file-footer-buttons .kv-file-upload {
    display: none
}

.rp-step-4-content {
    display: none
}

.project-popup-1 .close1 {
    background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 30px;
    opacity: 1;
    outline: medium none;
    padding: 5px;
    position: absolute;
    right: -7px;
    text-shadow: none;
    top: -7px;
    width: 30px;
    z-index: 5
}

.project-popup-1 button.close1 {
    border: 0 none;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1
}

.input-with-icon .show-hide-password {
    cursor: pointer
}

.ad-senario-popup .modal-title {
    color: #363636
}

.favorites-listing-full .grid-content {
    width: 76%
}

.fav-hdr h4 {
    display: inline-block
}

.fav-hdr .user-visit-main-hdr {
    display: inline-block;
    width: 100%
}

.upgrade-btn {
    margin-left: 20px;
    display: inline-block
}

.upgrade-btn a {
    background: #e65611 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 12px;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s
}

.upgrade-btn a:hover {
    background: #2a3241
}

#paymentFormModal .modal-sm {
    max-width: 390px;
    width: 100%
}

.credit-card-box h3 {
    display: inline-block;
    margin-left: 8px
}

.display-td {
    display: inline-block;
    vertical-align: middle
}

.fb-frnd-list {
    color: #363636;
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px
}

.fb-frnd-list ul li {
    border-bottom: 1px solid #ccc;
    padding: 5px 5px 5px 45px;
    position: relative
}

.fb-frnd-list ul {
    margin-top: 10px
}

.fb-frnd-list ul li figure {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 0
}

.fb-frnd-list ul li figure img {
    min-height: 100%;
    min-width: 100%
}

.fb-frnd-list ul li h5 {
    font-size: 13px;
    font-weight: 600
}

.fb-frnd-list ul li p {
    font-size: 12px
}

.fb-frnd-list ul li:last-child {
    border: none
}

.fb-frnd-list ul li p a {
    color: #e65611
}

.fb-list-icon {
    background: #4267b2;
    color: #fff;
    font-size: 22px;
    height: 50px;
    right: 10px;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 40px
}

.fb-list-icon i::after,
.fb-list-icon::after,
.fb-list-icon::before {
    position: absolute;
    content: ""
}

.fb-list-icon::before {
    border-color: #4267b2 transparent transparent #4267b2;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    left: 0
}

.fb-list-icon::after {
    border-color: #4267b2 #4267b2 transparent transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    right: 0
}

.fb-list-icon i::after {
    border-color: transparent #123782 #123782 transparent;
    border-style: solid;
    border-width: 4px;
    left: -8px;
    position: absolute;
    top: 0
}

.fb-frnd-list>p {
    display: inline-block;
    padding-right: 40px
}

.home-search-room-bx img {
    height: 100%
}

.featured-main-bx figure img {
    height: 100%
}

.featured-main-img-sec figure img.no_pic_available {
    height: auto;
    width: auto;
    position: relative;
    top: 27%;
    vertical-align: middle
}

.featured-main-bx .featured-main-img-sec figure {
    text-align: center
}

.featured-roomate-image-bx .brdr-radi {
    border: 1px solid #cdcdcd
}

.featured-roomate-image-bx figure img {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0 !important
}

.featured-roomate-image-bx .brdr-radi img.no_pic_available {
    height: auto;
    min-height: auto;
    min-width: auto;
    position: relative;
    top: 28%;
    vertical-align: middle;
    width: 45%
}

.featured-roomate-content h5 {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.featured-roomate-content h4 {
    color: #e65611;
    font-weight: 400;
    margin-top: 10px
}

.featured-roomate-content h4 small {
    color: #67666b;
    font-size: 14px
}

.member-type {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 18px;
    padding: 1px 8px
}

.member-type.premium {
    background: #54aae4 none repeat scroll 0 0
}

.member-type.basic {
    background: #1ec582 none repeat scroll 0 0
}

.white-bx-shadow.text-center.ad-dt-right-contact>h6 {
    margin-top: 10px
}

.alert-modal .modal-dialog {
    max-width: 325px;
    width: 100%;
    text-align: center
}

.alert-modal .modal-content {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #575757;
    padding: 30px 20px
}

.alert-modal h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.alert-modal .porject-btn-1 {
    width: 100%;
    margin-top: 15px
}

.porject-btn-1.project-btn-green a {
    background: #00b16a
}

.porject-btn-1.project-btn-green a:hover {
    background: #2a3241
}

.rgt-upgrad-bx.text-center {
    margin-top: 10px
}

.has-error .form-control {
    border-color: #dd4b39 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset !important
}

#home-search1 .help-block,
#home-search2 .help-block,
#home-search3 .help-block {
    color: #dd4b39;
    margin: 0;
    text-align: left
}

.ftr-info-line>img.blog-icon {
    left: 0;
    opacity: .3;
    position: absolute
}

@media screen and (min-width :801px) {
    .img-slide-home {
        height: 700px
    }

    .img-slider-french {
        background: url(/images/couv-site-Français.jpeg);
        background-size: 100%
    }
}

@media screen and (max-width :575px) {
    .many_users {
        text-align: center
    }
}

@media screen and (max-width :800px) {
    .img-slide-home {
        height: 600px
    }

    .img-slider-french {
        background: url(/images/couv-site-Français.jpeg);
        background-size: 165%
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-dot {
    display: inline-block
}

.owl-dot.active span {
    background-color: #fff
}

.owl-dot span {
    width: 40px;
    height: 5px;
    display: inline-block;
    position: relative;
    margin-right: 11px;
    bottom: 55px;
    background-color: #ffffff80;
    content: "1"
}

.actus-slide.owl-carousel {
    float: left;
    width: 86%
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

#slider {
    margin: auto;
    width: 100%;
    background: #0f1922;
    max-height: 600px
}

.overall_slide {
    margin: 0 auto;
    position: absolute !important;
    left: 62%;
    top: 18% !important;
    text-align: center;
    width: 400px;
    display: block
}

.owl-item {
    z-index: 1;
    overflow: hidden !important
}

.carousel .owl-dots {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    width: 100%;
    display: none !important;
    max-width: 72px;
    text-align: justify;
    margin-top: -45px
}

.carousel .owl-dot {
    height: 18px;
    display: block;
    cursor: pointer;
    width: 19px;
    float: left;
    margin-left: 5px
}

.carousel .owl-dot span {
    display: block;
    height: 100%;
    background-color: #005e27;
    border-radius: 18px;
    border: 3px solid #fff
}

.carousel .owl-dot.active span {
    background: #93b834
}

.owl-nav {
    display: inline-block;
    position: absolute;
    z-index: 99999999999999999999999;
    overflow: hidden;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 87%
}

.owl-prev {
    display: block !important;
    width: 30px;
    height: 30px;
    left: -20%;
    float: left;
    text-indent: -90px;
    background-image: url(../img/prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}

.owl-next {
    display: block !important;
    right: 10%;
    width: 30px;
    height: 30px;
    float: right;
    text-indent: 90px;
    background-image: url(../img/next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}

.carousel .owl-prev::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -10px;
    content: "";
    width: 15px;
    height: 27px
}

.carousel .owl-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -6px;
    content: "";
    width: 15px;
    height: 27px
}

.owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center
}

@media only screen and (max-width:569px) {
    .owl-dot span {
        top: 87px
    }

    .owl-dot span {
        top: 20%
    }
}

@media only screen and (max-width:768px) {
    .owl-dot span {
        top: 98px
    }
}

@media only screen and (max-width:1024px) {
    .owl-dot span {
        top: 110px
    }
}

.loading-div {
    width: 100px;
    height: 100px;
    margin: auto
}

#h1 {
    display: none
}

.user-pic-top {
    width: 50px;
    height: 65px;
    border-radius: 40%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.user-pic-top img {
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.image-notif {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 45px !important;
    height: 45px !important
}

.count-glyph-notif {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: red;
    font-size: 12px;
    font-weight: 700
}

.bouton-retour-reception {
    width: 20%;
    margin: auto;
    margin-bottom: 20px
}

.img-notif-all {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 0
}

.flash-div {
    position: relative
}

.prev-notif {
    position: absolute;
    left: 15px;
    top: 10px
}

.next-notif {
    position: absolute;
    right: 15px;
    top: 10px
}

.div-pagination-notif {
    height: 50px;
    position: relative
}

.count-glyph-all-notif {
    background: #f72626 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    font-family: Lato, Arial;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: normal;
    padding: 1px 5px 2px;
    position: relative;
    top: -10px;
    left: -135px
}

.count-glyph-all-notif-message {
    position: absolute;
    top: 10px;
    left: 10px
}

.tabNotif {
    position: relative
}

.count-glyph-all-notif-message {
    display: none
}

.tab-title-notif {
    color: #2892f5
}

.count-glyph-all-notif-user-pic {
    position: absolute;
    top: 5px;
    left: 10px
}

#img-foudre {
    width: 30px;
    height: 20px
}

@media only screen and (max-width:600px) {
    .tab-title-notif {
        display: none
    }
}

@media only screen and (min-width:601px) {
    .tab-title-notif {
        display: inline-block
    }
}

.hideGlyph {
    display: none
}

#cookie_directive_container {
    display: none;
    position: fixed;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
    z-index: 999999
}

.modal-cookie-content {
    background-color: #2892f5;
    color: #fff;
    width: 80%
}

#tawkchat-minified-container {
    z-index: 1
}

.modal-cookie-content p a {
    text-decoration: underline !important
}

#wrapper {
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 35px
}

#button_cookie {
    position: relative;
    width: 30%;
    display: block;
    margin: 0 auto;
    background-color: #333;
    text-decoration: none
}

.ville-annonce-container {
    display: inline-block;
    width: 300px;
    box-shadow: 0 10px 10px #9e9e9e47;
    margin: 5px
}

.ville-annonce-container a.annonces {
    width: 100%
}

.ville-text div {
    text-align: left;
    padding-left: 5px;
    font-weight: 700
}

.pagination-button {
    display: inline-block;
    width: 60px;
    padding: 5px;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    background-color: #0260bf;
    color: #fff
}

.custom-pagination {
    width: 130px;
    margin: auto
}

.ap-dataset-places {
    text-align: left
}

.title-slider h2 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 420
}

.counter-div {
    width: 160px;
    margin: auto;
    text-align: center
}

.last-type-scenario {
    border-right: none !important
}

.avis-btn a {
    background: #e00034 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 12px;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s
}

.avis-btn img {
    width: initial !important
}

.avis-btn {
    margin-bottom: 10px
}

@media only screen and (min-width:801px) {
    .overrall {
        height: 700px
    }
}

@media only screen and (max-width:800px) {
    .overrall {
        height: 600px
    }
}

.project-popup-1 .modal-dialog {
    max-width: 775px;
    width: 100%
}

.pop-hdr {
    margin-bottom: 10px
}

.pop-hdr h6 {
    font-size: 14px;
    font-weight: 400
}

.project-popup-1 .modal-body {
    padding: 30px 15px 15px
}

.project-login-form-outer .nav {
    border: none;
    text-align: center;
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 100%
}

.project-login-form-outer .nav::after {
    background: #f5f5f5;
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
    height: 4px;
    position: absolute
}

.project-login-form-outer .nav-tabs>li {
    position: relative;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    width: 50%;
    position: relative;
    z-index: 5
}

.project-login-form-outer .nav-tabs>li::after {
    display: none;
    width: 1px;
    height: 60%;
    background: #ccc;
    content: "";
    left: -2px;
    top: 10px;
    position: absolute
}

.project-login-form-outer .nav-tabs>li+li::after {
    display: block
}

.project-login-form-outer .nav-tabs>li a {
    border-radius: 0;
    border: none;
    border-bottom: 4px solid transparent
}

.project-login-form-outer .nav-tabs>li.active a {
    background: 0 0;
    border: none;
    border-bottom: 4px solid #2892f5;
    font-weight: 500
}

.project-login-form-outer .nav-tabs>li.active a:hover {
    background: 0 0
}

.project-login-form-outer .nav-tabs>li a i {
    background: #363636;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16px
}

.project-login-form-outer .nav-tabs>li.active a i {
    background: #2892f5
}

.input-with-icon {
    position: relative
}

.input-with-icon input.form-control {
    padding-right: 30px
}

.input-with-icon i {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 15px
}

.or-divider {
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    position: relative
}

.or-divider::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    left: 0;
    top: 50%;
    margin-top: -.5px
}

.or-divider span {
    background: #fff;
    position: relative;
    z-index: 5;
    display: inline-block;
    padding: 0 10px
}

.login-step {
    margin-top: 30px
}

.register-first-step {
    margin-top: 30px
}

.popup-social-icons {
    margin-top: 20px
}

.popup-social-icons h6,
.popup-social-icons li,
.popup-social-icons ul {
    display: inline-block
}

.popup-social-icons li {
    margin-left: 15px
}

.popup-social-icons li i {
    background: #ccc;
    color: #fff;
    border-radius: 2px;
    padding: 7px 2px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    margin-right: 6px
}

.popup-social-icons li.fb-social a {
    color: #4267b2
}

.popup-social-icons li.fb-social a i {
    background: #4267b2
}

.popup-social-icons li.in-social a {
    color: #0077b5
}

.popup-social-icons li.in-social a i {
    background: #0077b5
}

.popup-social-icons li.google-social a {
    color: #dd4d40
}

.popup-social-icons li.google-social a i {
    background: #dd4d40
}

.pr-poup-ftr {
    margin-top: 20px;
    text-align: right
}

.register-second-step {
    display: none
}

.register-second-hdr {
    margin-bottom: 15px;
    padding: 8px;
    position: relative;
    background: #f5f5f5;
    color: #363636;
    font-weight: 500;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.register-second-hdr ul {
    font-size: 0;
    padding-left: 25px
}

.register-second-hdr li h6 {
    font-size: 14px;
    width: 100%;
    margin-top: 5px
}

.register-second-hdr li:last-child {
    text-align: right
}

.register-second-hdr li:first-child {
    text-align: left
}

.register-second-hdr li {
    display: inline-block;
    position: relative;
    width: 33%
}

.register-second-hdr li a {
    display: inline-block;
    max-width: 84px;
    width: 100%;
    text-align: center
}

.register-second-hdr li::after {
    width: 102%;
    background: #ccc;
    height: 2px;
    position: absolute;
    content: "";
    top: 15px;
    left: 75px
}

.register-second-hdr li span {
    font-size: 14px;
    border-radius: 50%;
    background: #fff;
    width: 35px;
    display: inline-block;
    height: 35px;
    padding: 5px;
    box-shadow: 0 0 0 8px #f5f5f5;
    border: 2px solid #363636
}

.register-second-hdr li:nth-child(2)::after {
    left: 146px
}

.register-second-hdr li:last-child::after {
    display: none
}

.register-second-hdr li.current span {
    border: 2px solid #2892f5
}

.register-second-hdr li.active::after {
    background: #2892f5
}

.step-back-arrow {
    position: absolute;
    font-size: 16px;
    top: 14px;
    cursor: pointer;
    left: 15px
}

.register-second-hdr.single-step li {
    text-align: center;
    max-width: 100%;
    width: 100%
}

.register-second-hdr.single-step ul {
    padding: 0;
    display: inline-block
}

.register-second-hdr.single-step .step-back-arrow {
    position: relative
}

.register-second-hdr.single-step .step-back-arrow {
    position: relative;
    display: inline-block;
    left: 0;
    top: -28px
}

.project-popup-1 .close {
    outline: 0;
    position: absolute;
    right: -7px;
    top: -7px;
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    text-shadow: none;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 5
}

.project-popup-1 .tab-content {
    margin-top: -6px
}

.submit-btn-2 {
    display: inline-block;
    max-width: 150px;
    width: 100%
}

.submit-btn-2 input {
    display: inline-block;
    background: #f5f5fa;
    border: 1px solid #e3e3e8;
    color: #363636;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border-radius: 4px
}

.submit-btn-2 {
    display: inline-block;
    max-width: 150px;
    width: 100%;
    text-align: center
}

.submit-btn-2 a {
    display: inline-block;
    background: #f5f5fa;
    border: 1px solid #e3e3e8;
    color: #363636;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border-radius: 4px
}

.submit-btn-2 a:hover {
    background: #2892f5;
    border: 1px solid #2892f5;
    color: #fff
}

.submit-btn-2 input:hover {
    background: #2892f5;
    border: 1px solid #2892f5;
    color: #fff
}

.submit-btn-2:first-child {
    float: left
}

#publish-popup label {
    font-weight: initial !important
}

.error {
    color: red
}

.lien {
    text-decoration: underline !important
}

.loader-icon {
    background: rgba(0, 0, 0, .1) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100000;
    display: none
}

.loader-icon img {
    left: 0;
    margin: -70px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    height: 80px;
    width: 80px
}

h6.fb-registration-message.register-to-search {
    font-size: 24px
}

h6.fb-registration-message {
    text-align: center
}

.project-popup-1 .modal-body {
    padding-top: initial !important
}

@media screen and (max-width:450px) {
    .modal-content {
        width: 93% !important
    }
}

#information-modal-register .modal-content {
    width: 100% !important
}

@media screen and (min-width:451px) and (max-width:680px) {
    #publish-popup .modal-content {
        width: 96% !important
    }
}

@media screen and (min-width:680px) and (max-width:767px) {
    #publish-popup .modal-content {
        width: 97% !important
    }
}

@media screen and (min-width:768px) and (max-width:800px) {
    #publish-popup .modal-content {
        width: 97% !important;
        margin-left: 12px
    }
}

.modal {
    z-index: 9999999999
}

.intl-tel-input.iti-container {
    z-index: 99999999999 !important
}

.change_place {
    margin-left: 20px;
    margin-top: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700
}

.text-rechercher {
    font-size: 18px;
    color: #fff
}

@media screen and (min-width:541px) {
    .text-rechercher {
        margin-right: 10px;
        display: inline-block
    }
}

@media screen and (max-width:540px) {
    .text-rechercher {
        margin-bottom: 10px;
        display: block
    }
}

.loader-icon {
    z-index: 99999999999999
}

@media screen and (max-width:403px) {
    span.type_scenario {
        text-align: left
    }

    .type_scenario_5 {
        width: 240px !important
    }
}

@media screen and (max-width:500px) {
    .ad-senario-popup .home-searching-sec ul li .home-search-option-bx {
        height: 100px !important;
        width: 100px !important;
        margin: auto;
        margin-top: -35px;
        padding: 10px
    }

    .ad-senario-popup .home-searching-sec ul li a {
        height: 140px !important;
        width: 140px !important
    }
}

@media screen and (max-width:500px) {
    .blue-bg ul li {
        width: 50% !important;
        margin-top: 10px !important
    }
}

#home-search-sc2 .adress-slider {
    margin-bottom: 20px
}

.row-footer {
    margin-right: initial
}

#nbNotifs {
    font-weight: initial
}

.h2-ville {
    background-color: #333;
    position: absolute;
    width: 100%;
    color: #fff !important;
    text-align: center;
    z-index: 99;
    bottom: 0;
    font-size: 15px;
    padding: 5px
}

.h2-ville h2 {
    margin-top: initial;
    font-size: 15px;
    margin-bottom: initial
}

.div-texte-ville {
    text-align: justify
}

h3.subtitle-texte-ville {
    margin-top: 50px !important;
    margin-bottom: 20px !important;
    color: #2a9aff !important;
    font-size: 24px !important;
    text-align: center
}

@media screen and (min-width:850px) {
    .div-texte-ville {
        width: 65%;
        margin: auto
    }
}

.div-texte-ville {
    margin-bottom: 35px
}

.link-ville-text {
    color: #00f;
    text-decoration: underline
}

.link-ville-text:hover {
    color: #00f;
    text-decoration: underline
}

.div-texte-ville {
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:500px) {
    .h2-ville h2 {
        font-size: 12px !important
    }
}

@media screen and (min-width:576px) {
    .div-content-acceuil {
        min-height: 630px
    }
}

@media screen and (max-width:575px) {
    .div-content-acceuil {
        min-height: 580px
    }
}

.div-content-acceuil {
    width: 100%;
    height: auto
}

.error-address {
    margin-top: 15px;
    background-color: red;
    width: 300px;
    color: #fff;
    padding: 10px;
    text-align: center;
    position: absolute;
    top: 43px;
    display: none;
    z-index: 9
}

@media screen and (max-width:396px) {
    .error-address {
        width: 250px
    }
}

#modal-information-text {
    font-size: 1.2em
}

.error {
    color: red
}

.foot {
    width: 100%;
    background: #fff;
    padding-top: 10px
}

.foot .row_top {
    display: flex;
    align-items: center;
    height: 70px
}

.foot .row_top .foot_line {
    width: 75%;
    height: 2px;
    background: #bfdaf2
}

.foot .row_top .foot_line span {
    display: inline-block;
    background: #fff;
    width: 170px;
    height: 27px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #696969;
    position: relative;
    left: 26%;
    bottom: 11px;
    text-align: center
}

.float-right.foot_ico {
    position: relative;
    display: inline-block;
    width: 341px;
    margin-right: 1%;
    bottom: 32px;
    float: right
}

.mobile_foot .follow_row {
    font-size: 13px;
    padding-top: 5px;
    text-align: center !important
}

.mobile_foot .follow_row {
    display: block;
    width: 100%
}

.mobile_foot .follow_row>.foot_ico {
    padding: 5px 8%;
    width: 100% !important;
    border-bottom: 1px solid #49aaff10
}

.mobile_foot .follow_row>.foot_ico img {
    width: 50px
}

.foot_line img {
    width: 65px;
    display: inline-block
}

.foot .row_top .cont_img {
    width: 25%;
    background: #fff;
    width: 215px;
    height: 64px
}

.foot .row_top .cont_img img {
    width: 100%;
    height: 64px
}

.foot>span {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #696969;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    text-align: right;
    padding: 10px 212px
}

.foot .row_bot {
    align-items: center;
    width: 100%
}

@media screen and (min-width:661px) {
    .foot .foot-row {
        padding-left: 35px
    }
}

.foot .row_bot {
    padding-top: 30px
}

.foot .row_bot span:not(.contactus):not(.space) {
    display: inline-block;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #696969;
    text-align: right
}

.foot .row_bot .contactus {
    display: inline-block;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1a1a;
    text-align: left;
    padding-left: 10px
}

.foot-right {
    width: 58%;
    display: inline-block;
    padding-top: 10px
}

.foot .row_bot .contactus img {
    width: 60px
}

.contact-us {
    width: 36%;
    display: inline-block;
    vertical-align: top
}

.foot-link {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500
}

.f-contact-div {
    margin-top: 8px
}

.label-cnt {
    min-width: 113px
}

.col-link {
    display: inline-block;
    width: 32%;
    vertical-align: top
}

@media screen and (max-width:660px) {
    .contact-us {
        display: block;
        width: 100%;
        text-align: center
    }

    .foot-right {
        width: 100%;
        display: block;
        padding-top: 10px;
        margin-top: 20px
    }

    .row_top.foot-row {
        display: none
    }
}

@media screen and (max-width:660px) {
    .col-link {
        display: block;
        width: 100%;
        text-align: center
    }

    .mobile-foot_ico {
        padding: 5px 8%;
        width: 100% !important;
        border-bottom: 1px solid #49aaff10;
        width: 100% !important
    }
}

@media screen and (max-width:770px) and (min-width:690px) {
    .foot-right {
        width: 54%
    }

    .contact-us {
        width: 45%
    }
}

.tel-contact {
    margin-bottom: 10px
}

.foot .row_bot .last_block {
    width: 350px;
    height: 73px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.48;
    letter-spacing: normal;
    color: #1a1a1a
}

.space {
    display: inline;
    padding: 5px 10px
}

.foot .blue_block {
    margin-top: 50px;
    display: block;
    width: 100%;
    height: 80px;
    background: url(/img/footer-bott-bg.png) center no-repeat;
    background-size: 100% 100%
}

.foot .blue_block .copyright {
    display: block;
    position: relative;
    width: 402px;
    height: auto;
    float: right;
    z-index: 1;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding: 15px 20px 0 0
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .foot>span {
        font-size: 13px !important;
        padding: 5px 165px !important
    }

    .foot .row_top .cont_img {
        width: 157px;
        height: 64px !important
    }

    .foot .row_top .foot_line span {
        width: 100px !important;
        font-size: 13px !important
    }

    .foot_line img {
        width: 55px !important
    }

    .foot_ico {
        width: 295px !important
    }

    .foot .row_bot span:not(.contactus):not(.space) {
        font-size: 13px !important
    }

    .foot .row_bot .contactus {
        font-size: 15px !important
    }

    .foot .row_bot .last_block {
        font-size: 15px !important
    }

    .foot .blue_block .copyright {
        width: 30% !important;
        font-size: 12px !important
    }
}

@media screen and (max-width:767px) {
    .foot>span {
        font-size: 13px !important;
        padding: 5px 165px !important
    }

    .foot .row_top .cont_img {
        width: 20%;
        height: 64px !important
    }

    .foot .row_top .foot_line span {
        width: 100px !important;
        font-size: 13px !important;
        left: 15% !important
    }

    .foot_line img {
        width: 17% !important;
        bottom: 30px !important
    }

    .foot_ico {
        width: 250px !important;
        bottom: 22px !important
    }

    .foot .row_bot span:not(.contactus):not(.space) {
        font-size: 13px !important
    }

    .foot .row_bot .contactus {
        font-size: 15px !important
    }

    .foot .row_bot .last_block {
        font-size: 15px !important;
        width: 40% !important;
        padding-top: 16px !important;
        margin-bottom: 10px
    }

    .foot .blue_block .copyright {
        width: 30% !important;
        font-size: 12px !important
    }

    .foot .blue_block {
        display: none !important
    }

    .mobile_band {
        display: block !important;
        margin-top: 50px;
        width: 100%;
        background-color: #4b8fcc;
        height: 50px;
        padding-top: 10px
    }
}

.foot .blue_block {
    background-color: #fff
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.text-white {
    color: #fff !important
}

.bg-white {
    background: #fff !important
}

.container-fluid.p-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.container-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 15px
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 1.6px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: solid #ccc 1px;
    border-radius: 10px
}

.container-checkbox input:checked~.checkmark {
    background-color: #2892f5
}

.checkmark:before {
    content: "";
    position: absolute;
    display: none
}

.container-checkbox input:checked~.checkmark:before {
    display: block
}

.container-checkbox .checkmark:before {
    content: "\2713";
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    color: #fff;
    left: 2px;
    top: 0
}

.block-items.publ-room-mate {
    position: relative
}

.date-roommate {
    position: absolute;
    right: 10px;
    font-size: 12px;
    color: grey
}

@media screen and (min-width:901px) {
    .date-roommate {
        bottom: 6px
    }
}

@media screen and (max-width:900px) {
    .date-roommate {
        bottom: 0
    }
}

.clearfix-ville {
    padding: 10px;
    position: relative
}

.img-ville-loc {
    width: 100%
}

h2#titleVille {
    position: relative;
    color: #000
}

h2#titleVille:after {
    position: absolute;
    width: 154px;
    border: 3px solid #0460c0;
    content: "";
    display: block;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%, -50%)
}

.h4-span {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    text-align: center
}

.collocataire h2 {
    text-align: center;
    color: #2a9aff;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 28px
}

.modal-title-annonce {
    font-size: 24px;
    font-weight: 500
}

.avis-user {
    margin-bottom: 27px;
    margin-top: 27px;
    color: #373737;
    position: relative;
    font-weight: 600;
    font-size: 34px
}

.avis-user:after {
    position: absolute;
    width: 154px;
    border: 3px solid #0460c0;
    content: "";
    display: block;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%, -50%)
}

.h4-ads {
    font-size: 12px !important
}

.inner h2 {
    text-align: center !important;
    color: #2a9aff;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    margin-top: 28px !important
}

@media screen and (min-width:767px) {
    .type_scenario_5 {
        margin-left: 33.5px
    }
}

@media screen and (max-width:766px) and (min-width:503px) {
    .type_scenario_5 label {
        left: 2.8px
    }

    .type_scenario_4 label {
        left: -30.5px
    }
}

@media screen and (max-width:503px) {
    .type_scenario {
        display: block
    }

    .search_filter .custom-checkbox {
        display: block;
        width: 280px;
        margin: auto
    }
}

@media only screen and (min-width:1137px) {
    .sous-titre-item {
        min-height: 53px
    }
}

@media only screen and (max-width:1136px) and (min-width:774px) {
    .sous-titre-item {
        min-height: 87px
    }
}

@media only screen and (max-width:773px) {
    .sous-titre-item {
        min-height: 53px
    }
}

.div-image-fond {
    background-image: url(/img/lefond.jpeg);
    background-repeat: no-repeat
}

@media screen and (max-width:600px) {
    .div-image-fond {
        background-size: 200% 100%;
        background-position: center
    }
}

@media screen and (min-width:601px) {
    .div-image-fond {
        background-size: 100% 100%
    }
}

.div-image-fond.Bordeaux {
    background-image: url(/images/fondsDesVilles/Bordeaux.jpg)
}

.div-image-fond.Grenoble {
    background-image: url(/images/fondsDesVilles/Grenoble.jpg)
}

.div-image-fond.Lille {
    background-image: url(/images/fondsDesVilles/Lille.jpg)
}

.div-image-fond.Lyon {
    background-image: url(/images/fondsDesVilles/Lyon.jpg)
}

.div-image-fond.Marseille {
    background-image: url(/images/fondsDesVilles/Marseille.jpg)
}

.div-image-fond.Montpellier {
    background-image: url(/images/fondsDesVilles/Montpellier.jpg)
}

.div-image-fond.Nantes {
    background-image: url(/images/fondsDesVilles/Nantes.jpg)
}

.div-image-fond.Nice {
    background-image: url(/images/fondsDesVilles/Nice.jpg)
}

.div-image-fond.Rennes {
    background-image: url(/images/fondsDesVilles/Rennes.jpg)
}

.div-image-fond.Strasbourg {
    background-image: url(/images/fondsDesVilles/Strasbourg.jpg)
}

.div-image-fond.Toulouse {
    background-image: url(/images/fondsDesVilles/Toulouse.jpg)
}

.layout {
    width: 100%;
    max-width: 1920px;
    overflow-x: hidden
}

.inner {
    padding: 30px 0
}

@media (min-width:1281px) {
    .inner {
        padding: 30px 0
    }
}

.section-heading {
    margin-bottom: 30px;
    text-align: center
}

@media (min-width:1281px) {
    .section-heading {
        margin-bottom: 70px
    }
}

.section-heading svg {
    margin-bottom: 12px
}

.section-heading p {
    color: #4c8dcb
}

.card-body {
    padding: 1rem
}

#trouver .card-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

@media (max-width:767px) {
    #trouver .card-content {
        flex-wrap: wrap
    }
}

#trouver .card-content .card {
    flex: 1 0 33.33%;
    text-align: center;
    min-height: 260px;
    max-width: 50%;
    min-width: 300px;
    border-radius: 6px
}

#trouver .card-content .card-body {
    padding-top: 2rem
}

#trouver .card-content .card-title {
    margin-bottom: 1rem;
    font-weight: 700
}

@media (max-width:650px) {
    #trouver .card-content .card {
        min-width: 100%
    }
}

@media (max-width:1199px) {
    #trouver .card-content .card {
        margin: 0 10px 20px
    }
}

@media (min-width:1200px) {
    #trouver .card-content .card {
        flex: 0 0 340px;
        margin-bottom: 40px
    }

    #trouver .card-content .card:nth-of-type(2) {
        margin-left: 40px;
        margin-right: 40px
    }

    #trouver .card-content .card:nth-of-type(4),
    #trouver .card-content .card:nth-of-type(5) {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (min-width:1281px) {
    #trouver .card-content .card {
        margin-bottom: 60px
    }
}

#trouver .card-content svg {
    margin-bottom: 1rem
}

#trouver .card-content p {
    color: #707070
}

.solution svg {
    margin-bottom: .5rem
}

.solution .solution-item {
    margin-top: 50px
}

.solution .solution-item h4 {
    font-weight: 400
}

.solution .col-4:first-of-type .solution-item {
    text-align: right
}

.solution .col-4:nth-of-type(2) {
    text-align: center
}

@media (max-width:850px) {
    .solution .row {
        display: block
    }

    .solution .col-4 {
        max-width: initial
    }

    .solution .col-4 .solution-item {
        text-align: center !important
    }

    .solution .col-4:nth-of-type(2) {
        display: none
    }
}

.solution .col-4 img {
    max-height: 450px
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.fnd-bailleur {
    height: 70%;
    width: 90%;
    margin-top: 20%
}

@media (max-width:991px) {
    .fnd-bailleur {
        height: 60%;
        width: 90%;
        margin-top: 40%
    }
}

.solution-item {
    min-height: 155px
}