/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 * 
 *
 *  Code couleur : #e02181
 */

#header {
    position: relative;
    z-index: 999;
    color: none;
    background: none;
    box-shadow: none;
}

#footer {
    padding-top:0px;
}

.btn-primary {
    color: #fff;
    background-color: #e02181;
    border-color: rgba(0,0,0,0);
}

a {
    color: #e02181;
    text-decoration: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #99024e;
    border-color: rgba(0,0,0,0);
}


#wrapper {
    padding-top: 100px;
	margin-top:-70px;
    background: #f3f3f3;
}

.pricefrom-miniature {
    color: #dedede;
}