body{
    overflow-x: hidden;
    overflow-y: scroll;
}
@media (min-width: 979px) {
    body {
        padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .stick-down{
        width: 100%;
    }

}
.image-thumb {
    margin:3px;
    width:100px;
    height:90px;
    overflow:hidden;
    object-fit:contain;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media (min-width: 1200px) {
    .image-thumb {
        width: 120px;
    }
}
#newsletter-signup {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#signup-button {
    margin-top: 20px;
}
.tag {
font-size: large
}
.small {
font-size: medium
}


.navbar {
    color: rgba(79, 190, 186, 1);
    background: rgba(242, 4, 4, 0);
}
/* THUMBNAIL CARROUSEL Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: rgb(22, 45, 64);
}
.carousel-indicators .active {
background: #3498db;
}
.thumbnail {
    position: relative;
    padding: 2px;
    margin-bottom: 1px;
}

.borderb {
    margin-bottom: 20px;
}
.prix {
    color: #121212
        
}
.biens {
    margin-left: 20px
}
.response-waiting {
}
 
.response-success {
   color:#2ECC71;
}
 
.response-error {
   color:#ed2400;
}
.list-bullet {
    position: relative;
    list-style-type: none;
    text-indent: -2em;
}
.list-bullet li:before{
    content: '• ';
}
.index-info {
    font-size: larger
;
}
div.vertical-line{
    border-left: thick solid #215c84;
    padding: 20px;
}
.margin10{
    margin-top: 10px;
}
.article{
    margin: 10px 10px 50px;
}
.prix {
    text-align: left;
    font-size: x-large;
    font-weight: bold;
}
.date{
    font-size: large;
    font-weight: bold;
}
.date-carousel{
    font-size: medium;
    font-weight: bold;
}
.carousel-control {
    line-height: 25px;
}
.vpublique-info {
    font-size: large;
    font-weight: bold;
}
.vpublique-info-carousel {
    font-size: medium;
    font-weight: bold;
}
.vpublique-titre{
    text-decoration: underline;
    font-size: larger;
    font-weight: 500;
}
.vpublique-titre-carousel{
    text-decoration: underline;
    font-size: medium;
    font-weight: 500;
}
.vpublique-text-carousel{
    font-size: medium;
}
.underline{
    text-decoration: underline;
}
.nomthumbnail{
    text-align: center;
    font-size: x-large;
    font-weight: 500;
    line-height: 20px;
    color: inherit;
    padding-bottom: 10px;
    width: inherit;
}
.peb {
    margin-left: -6px;
    margin-top: 15px;
}
.info-detail{
    font-size: large;
    font-weight: 700;
    display: block;
}
.icon-collaborateur{
    margin-top: 5px;
}
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.thumb{
    margin-bottom: 20px;
    height: 398px;
    position:relative;
}
.stick-down{
    position:absolute;
    bottom:0;
    width: 92%;
    margin-bottom: 10px;
}
.wrapper-bottom{
    position:relative;
}
ol.list-decimal {
    list-style-type: decimal;
}
.footer {
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}
html {
    position: relative;
    min-height: 100%;
}