/*Import Fonts*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');



/*GENERAL*/
body {
    font-family: 'Open Sans', sans-serif;
}
.breadcrumb-item.active {
    color: #215e6d;
}
.page-item.active .page-link {
    background-color: #215e6d;
    border-color: #215e6d;
}
.page-link {
    color: #215e6d;
}
.page-link:focus, .page-link:hover {
    color: #fff;
    background-color: #215e6d;
    border-color: #215e6d;
}
.align-center{
    text-align: center;
}
/* BOUTONS */
.btn-primary,
.btn-info,
.btn-secondary,
.btn-success {
    background-color: #6791c3;
    color: #fff;
    font-weight: 500;
    border-color: #6791c3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-success:hover {
    background-color: #febe11;
    color: #fff;
    border-color: #febe11;
}
.telephone-vu {
    color: #215e6d;
    background-color: #ffffff;
    font-weight: 500;
}
.b_exclu {
    background-color: #215e6d;
}
/*NAVIGATION*/
.index .header .not-sticking .menu ul > li > a {
    color: #0e5ba6;
}
.index .header .not-sticking .menu ul > li > a:hover {
    color: #febe11;
    transition: all 0.3s ease-in-out;
}
.header .not-sticking .menu ul > li > a {
    color: #000;
}
.header .not-sticking .menu ul > li > a:hover {
    color: #febe11;
    transition: all 0.3s ease-in-out;
}
.header-item:hover, .info_ville:hover, .info_titre:hover, .info_type:hover {
    color: #febe11;
    transition: all 0.3s ease-in-out;
}
.header .header__logo img {
    width: 100px;
    margin: 14px 20px;
    padding: 0px;
}
.header nav ul > li > a{
    transition: all 0.2s ease-in-out;
}
.header nav ul > li > a:hover {
    color: #febe11;
    transition: all 0.2s ease-in-out;
}
.index .not-sticking {
    background: transparent;
}
.header .site-pusher {
    box-shadow: none;
}
.site-pusher{
    background: #fff;
}
/* PAGE INDEX */
.bgAccueil {
    height:100%;
    position: relative;
    background: none;
        background-size: auto;
    background-size: cover;
}
.video-background {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
    height: 100vh;
    overflow: hidden;
}
#bgvid {
    width: 100%;
}
.navicons_home {
    top: 50%;
}
.moteur {

    padding: 20px;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: transparent;

}
.index .radio_trans input[type=radio].css-checkbox:checked + label.css-label {
    background-color: #0e5ba6;
    border: 1px solid #0e5ba6;
    color: #fff;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    background-color: transparent;
    border: 1px solid #0e5ba6;
    color: #0e5ba6;
    margin-right: 10px;
}
.plusdecritere .plusc, .plusdecritere .plusm,
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #111;
    font-weight: 600;
    font-size: 13px;
}
.home_heading{color:#0e5ba6}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #febe11;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.home_cont_coordonnees .home_heading {
    font-size: 20px;
}
.home_cont_presentation {
    padding: 65px 0;
    display: flex;
    justify-content: center;
    background-color: #0e5ba6;
}
.home_cont_presentation p {
    color: #fff;
    padding: 4px 40px 0 40px;
}
.home_cont_categories .cat-infos-overlay {
    border: 2px solid #215e6d;
    background: #215e6d;
}
.home_cont_alertes {
    padding: 25px 10px;
    background: #0e5ba6;
        background-color: rgb(14, 91, 166);
        background-image: none;
    background-color: rgb(245, 245, 245);
    background-image: none;
    text-align: center;
    background-color: #0e5ba6;
    background-image: none;
}
.navicons_home > .icone-home-location, .navicons_home > .icone-home-vente, .navicons_home > .icone-home-search {
    background: rgba(103, 145, 195,.5);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.navicons_home > .icone-home-location:hover, .navicons_home > .icone-home-vente:hover, .navicons_home > .icone-home-search:hover {
    background:#febe11;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.navicons_home > .icone-home-vente a div, .navicons_home > .icone-home-location a div, .navicons_home > .icone-home-search a div {
    color: #fff;
}
.home_cont_alertes p {
    color: #fff;
}
.navicons_home > .icone-home-vente a img, .navicons_home > .icone-home-location a img, .navicons_home > .icone-home-search a img {
    margin-top: 30px;
    width: 60px;
}
#bloc_fixed .bloc {
    background: #0e5ba6;
    color: #fff;
}
#bloc_fixed .bloc:hover {
    background: #febe11;
}
.radio_trans{display:none;}
/* COORDONNEES FOOTER*/
.coordonnees_heading {
    color: #215e6d;
}
.home_cont_coordonnees .social_network a:hover {
    color: #215e6d;
}
.home_cont_categories .cat-infos-overlay {
    border: 2px solid #6791c3;
    background: #6791c3;
}
.home_cont_categories .cat-infos-overlay:hover {
    border: 2px solid #febe11;
    background: #febe11;
}
/* PAGE LISTING */
.page-item.active .page-link {
    background-color: #0e5ba6;
    border-color: #0e5ba6;
}
.page-link {
    color: #0e5ba6;
}
.page-link:focus,
.page-link:hover {
    color: #fff;
    background-color: #0e5ba6;
    border-color: #0e5ba6;
}
/*RESPONSIVE*/
@media (min-width: 992px){
    .header .menu ul > li > a {
        color: #0e5ba6;
    }
}
@media (max-width: 991px) {
    .header .header__logo img {
        margin-top: 5px;
        width: 50px;
        margin-left: -10%;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 10px;
        font-size: 22px;
        background: #215e6d;
        padding: 6px 15px;
        color: #fff;
        border-radius: 5px;
    }
        .bgAccueil {
        height:100%;
        position: relative;
        background: none;
            background-size: auto;
        background-size: cover;
    }
}
@media (max-width: 768px) {
    .video-foreground, .video-background iframe {
        position: absolute;
        top: 0;
        left: -60%;
        width: 230%;
        height: 100%;
        pointer-events: none;
    }
    .bgAccueil {
        height:100%;
        position: relative;
        background: none;
            background-size: auto;
        background-size: cover;
    }
}
@media (max-width: 450px) {
    .video-foreground {
        width: 100%;
        height: 100vh;
        z-index: 20;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    #bgvid {
        width: auto;
        height: 100vh;
    }
    .bgAccueil {
        height:100%;
        position: relative;
        background: none;
            background-size: auto;
        background-size: cover;
    }
}

@media (max-width: 320px) {
    
}

@media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: landscape)
    and (-webkit-min-device-pixel-ratio: 1.5)
    and (min--moz-device-pixel-ratio: 1.5)
    and (-o-min-device-pixel-ratio: 2/1)
    and (min-device-pixel-ratio: 1.5){
        .bgAccueil{
            background-size:auto;
            background:none;
        }
}

@media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: portrait)
    and (-webkit-min-device-pixel-ratio: 1.5)
    and (min--moz-device-pixel-ratio: 1.5)
    and (-o-min-device-pixel-ratio: 2/1)
    and (min-device-pixel-ratio: 1.5){
        .bgAccueil{
            background-size:auto;
            background:none!important;
        }
}

@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : landscape)
    and (-webkit-min-device-pixel-ratio: 2){
        .bgAccueil{
            background-size:auto;
            background:none!important;
        }
}

@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : portrait)
    and (-webkit-min-device-pixel-ratio: 2){
        .bgAccueil{
            background-size:auto;
            background:none!important;
        }
}

@media only screen
    and (min-device-width : 375px)
    and (max-device-width : 667px)
    and (orientation : landscape){
        .bgAccueil{
            background-size:auto;
            background:none!important;
        }
}

@media only screen
    and (min-device-width : 375px)
    and (max-device-width : 667px)
    and (orientation : portrait){
        .bgAccueil{
            background-size:auto;
            background:none!important;
        }
}
.ul-syndic{
    padding-left: 15px;
}
h2.deco {
    border-left: 2px solid #febe11;
    padding-left: 10px;
    color: #0e5ba6;
}
strong{
    color:#0e5ba6;
}
.carte{
    margin-bottom: 50px;
    margin-top:20px;
    border: 1px solid #0e5ba6;
    padding: 15px;
    text-align: center;
}
.carte img{
    padding: 20px;
}
.align-center p{
    text-align: center;
}
.home_cont_presentation h3 {
    margin: 0 auto 20px auto;
}
.syndic p {
    text-align: justify;
}
.lignemoteur, .groupe_champs > .form-group.c_lots, .lignemoteur, .groupe_champs > .form-group.c_construction {

    width: 100%;
    padding: 0 10px;

}
.carte p{
    text-align: center;
}
.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    margin-right: 10px;
    float: left;
    font-weight: 400;
}
label {
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 600;
}
.form-check {
    margin-bottom:0;
}
.form-group {
    margin-bottom: 20px;
}
.devis{
    border-left: 1px solid #0e5ba6;
    padding-left: 25px;
}

.swiper {
      width: 100%;
      height: 250px;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: block;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 150px;
      height: 140px;
      object-fit: cover;
    }