@font-face {
	    font-family: "Parisienne" ; 
	    font-weight: normal;
	    font-style: normal;
	    src:url("../font/Parisienne-Regular.ttf") ;
    }
body{
	margin-top:10px ;
	font-family: "Parisienne" ;
    background:#fdf3dd;
}
.confections{
	background:#d4d6dc;
}
.ameublement{
	background:#c78045;
}
.tricots{
	background:#ef601e;
}
.chambre{
	background:#ef601e;
}
.portefolio{
	background:#d6e8f7;
}
.about{
	background:#f1dfb6;
}

.btn-white {
    background-color: #fff;
    border-color: #e7eaf3;
}
.radius-15 {
    border-radius: 15px;
}
.contacts-social a {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #ffffff;
    border: 1px solid #eeecec;
    text-align: center;
    border-radius: 50%;
    color: #2b2a2a;
}
.bg-info {
    background-color: #0dcaf0!important;
}
.bg-primary {
    background-color: #008cff!important;
}
.bg-danger {
    background-color: #fd3550!important;
}
.bg-warning {
    background-color: #ffc107!important;
}
.text-g{
	color:#284747;
	font-size:20px;	
	
}
.col {
	margin:5px ;
}
.row {
	margin-bottom:5px ;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
	margin-top:50%;
}
