@charset "utf-8";
@media screen and (max-width: 670px){
.footer {
	float: left;
	height: auto;
	width: 100%;
	background-color: #8dc63f;
	padding-top: 3%;
}
.box-contact-footer {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 3%;
}
.box-contact-list {
	float: left;
	height: auto;
	width: 90%;
	margin-bottom: 3%;
	margin-left: 5%;
}
.icon-contact-list {
	float: left;
	height: auto;
	width: 10%;
}
.icon-contact-list img {
	height: auto;
	width: 100%;
}
.text-contact-list {
	float: left;
	height: auto;
	width: 80%;
	margin-top: 3%;
	margin-left: 5%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	line-height: 140%;
}
.text-contact-list-2 {
	float: left;
	height: auto;
	width: 80%;
	margin-top: 3%;
	margin-left: 5%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
}

.text-contact-list a {
	color: #FFF;
	text-decoration: none;
}
.text-contact-list-2 a {
	color: #333;
	text-decoration: none;
	margin-right: 15px;
}

.box-picture-footer {
	background-image: url(../images/picture-footer-m.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60%;
	float: left;
	height: 150px;
	width: 95%;
	margin-left: 2%;
}
.copy {
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	background-color: #39b54a;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
}
}
