
body{
	margin:0px;
	padding:0px;
	background-color: #f5f5f5;
	background-image:url(fond.jpg);
}

#logo{
	background:url("logo.png") no-repeat;
    height: 150px;
	margin-left : 30px;
}

#head
{
	background: #ffffff;
	height:150;
	width:100%;	
}

#profiles
{
	align-content: center;
}

#callbox
{
	width:1024px;
	background-color:#FFF;
	margin:auto;
}

#callboxHeader{
	font-size: 32px;
	font: 500 1.49em/1 'Fira Sans',Tahoma,Geneva,sans-serif;
	font-weight: 300;
    text-transform: uppercase;
	display: inline-block;
	background-color: #f5f5f5;
	color:#000;
	width:100%;
	margin-bottom:15px;
	padding-bottom: 10px;
}

#callboxHeader::before{
	background-color: #fc1e49;
    bottom: auto;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    top: -25px;
    width: 60px;
}

#callboxHeaderLegend{

}

#main{
	margin-top : 100px;
}



#telephone
{
	width:250px;
	margin:auto;
}

#telnumber
{
	width:250px;
	color:#86C246;
	font: 500 1.49em/1 'Fira Sans',Tahoma,Geneva,sans-serif;
}


#animation
{
	background:url("incoming_call.gif") no-repeat;
	height:500px;
	width:520px;
	background-size: 520px 500px;
	margin:auto;
}


#main2 {
	display:flex;
	width:1500px;
	margin-top: 140px;
	margin-left: 200px;
	margin-bottom: 50px;
}

.bloc{
	width:150px;
	height:150px;
	border : 3px solid #007cb8;
	margin-left : 60px;
	display:inline-block;
	color:#007cb8;
	text-align:center;
	padding:5px;
}

.legend{
	margin:auto;
}

a{
	text-decoration:none;
}

#bc2{
	color:#bc2437;
	border : 3px solid #bc2437;
}

i{
	font-size:76px;
	padding:10px;
}