
body{
    background-image: url("/IMG//background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
}

/*----------------------------------------Index------------------------------------------*/

.card-img-top{
    height: 150px;
}

.img-thumbnail.img1{
    width: 250px;
    height: auto;
}

/*-----------------------------------------Fin Index------------------------------------------*/

/*--------------------------------------Propriétaires------------------------------------------*/

.proprio{
    width: 90px;
    height: 90px;
}

.badge{
    background-color: #6c757d;
    border-color: #6c757d;
    text-decoration: none;
}

.badge:hover{
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}

/*-----------------------------------Fin Propriétaires------------------------------------------*/

/*--------------------------------------Mon compte------------------------------------------*/
.img-thumbnail.img2{
    width: 150px;
    height:auto;
}

/*------------------------------------Fin Mon compte------------------------------------------*/

/*--------------------------------------Profile------------------------------------------*/

.card-img-top.rounded-circle.img3{
    width: 150px;
    height: 150px;
    margin: 20px auto;
    border: 1px solid black;
}

.img-thumbnail.profile{
    width: 60px;
    height: 60px;
    margin: 5px;
    border: 1px solid black;
}

.com{
    font-size: 0.8rem;
}

.bg{
    background-color: rgba(128, 128, 128, 0.034);
}

/*-------------------------------------Fin Profile------------------------------------------*/

/*--------------------------------------Maison------------------------------------------*/

.map-container-6{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-container-6 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.carou{
    height: 250px;
}

.point{
    cursor: pointer;
}

/*------------------------------------Fin Maison------------------------------------------*/

footer{
    position: absolute;
    bottom: 0;
    width: 100%;  
}


/**
Media Query
**/

@media screen and (min-width:768px){
    .carou{
       height: 450px;
    } 
}

@media screen and (min-width:768px) and (max-width: 992px){
    .card-img-top.rounded-circle.img3{
        width: 100px;
        height: 100px;
        margin: 20px auto;
        border: 1px solid black;
    }
    
}

@media screen and (min-width: 767px){
    .img-thumbnail.profile{
        width: 80px;
        height: 80px;
    }
    
}

/**
Media Query
**/