@charset "utf-8";
/* poche */
body, html{
	width: 100%;
	height: 100%;
	background:#FFF;
	color:#CC5A01;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight: 400;
	
}
a{
	color:#3d3c3c;
	
}

a:hover{
	color:#CC5A01;
	
}
.font-weight-semibold{
	font-weight: 600 !important;
}


.line{background:#CC5A01;height:12px;z-index: 1;}
.line-top{top:0px;}
.line-bottom{bottom:0px;}

.container{
	height: 100vh;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bording{
	border-bottom: 1px solid #CC5A01;
}
ul li a{}
ul li a i{ font-size:32px;}

@media (min-width:768px){
body{
	font-size:18px;
}
}

@media (min-width:992px){
.bording{
	border-bottom: none;
	border-right: 1px solid #CC5A01;
}
ul li a i{ font-size:36px;}	
}