main {
    padding-top: 150px;
    background-image: url('../images/fond-annonce.jpg');
    background-repeat: repeat-x;
}
main a:hover {
    color: #0056b3;
    text-decoration: none;
}
.lien-retour {
    margin-left: 30px;
}
.partager {
	padding: 20px;
	text-align: right;
}
.partager a {
	margin-right: 40px;
    color: black;
}
.partager a img {
    vertical-align: middle;
    margin-bottom: 8px;
}
.affiche-logo {
    display: none;
}
.form-group textarea {
	width: 100%;
	color: #333333;
}
#cadre-video {
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}
#video {
    max-height: 600px;
}
#container-photo {
	/*position: relative;
	margin: 0 auto; */
	margin-bottom: 30px;
	
	width: 100%;
}
#phototheque {
	margin: 0 auto;
}
#galleria {
	height: 500px;
	margin: 0 auto;
}
.galleria-info-link {
    display: none;
}
.galleria-exit, .galleria-enter {
	position:absolute;
	top:12px;
	right:12px;
	z-index:10;
	cursor:pointer;
	color: #FFFFFF;
	height: 18px;
	width: 18px;
}
.galleria-exit {
	background-image: url(https://www.bellissimmo.fr/templates/bellissimmo/galleria/images/fs-out.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.galleria-enter {
	background-image: url(https://www.bellissimmo.fr/templates/bellissimmo/galleria/images/fs-in.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.btn-success {
    color: #fff;
    background-color: #0056b3;
    border-color: blue;
}
.btn-success:hover {
    background-color: steelblue;
}
.titre {
    margin-bottom: 15px;
}
.details h1 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    border-bottom: none;
    line-height: 35px;
    margin-bottom: 20px;
}
.color {
    font-size: 26px;
    color: lightblue;
    margin-right: 15px;
}
.titre i {
    margin-left: 15px;
}
h1 p {
	margin-bottom: 10px;
}
.descriptif {
    margin-bottom: 20px;
    line-height: 34px;
    font-size: 22px;
    margin-top: 20px;
    text-align: justify;
}
.prestations {
    margin-top: 20px;
}
.margegauche {
	margin-top: 10px;
	margin-bottom: 10px;
}
.details-info {
	margin-top: 15px;
}

@media screen and (min-width: 321px) and (max-width: 639px) {
    main {
        padding-top: 80px;
        font-size: 85%;
    }
    .descriptif {
        line-height: 30px;
        font-size: 16px;
    }
}