@media screen and (max-width: 640px){

/* BASE */ 
h2{
	height: 65px;
	line-height: 65px;
	text-align: right;
	font-size: 1.5rem;
	padding-right: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	background: url('../images/logo-menu.png') no-repeat;
}

/* HEADER */
header .logo{
	width: 100%;
	float: inherit;
	text-align: center;
	padding: 45px 0 145px 0;
}

header .menu{
	display: none;
}

.mean-container .mean-bar{
	position: fixed;
	top: 0;
	z-index: 999;
	padding: 0;
	font-size: 2rem;
	background: #FFF;
	height: 54px;
}
.mean-container .mean-bar .meanmenu-reveal span{
	background: #000;
}
.mean-container .mean-nav{
	background: #FFF;
	width: 90%;
	font-size: 1.125rem;
	position: fixed;
	top: 20px;
	left: 4%;
}

.mean-container .mean-nav ul{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 2px dashed #000;
}

.mean-container .mean-nav ul li{
	width: 100%;
	float: inherit;
	list-style: none;
	margin-bottom: inherit;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
}
.mean-container .mean-nav ul li a{
	color: #0074c8;
	padding: 15px 5%;
	border-top: 0;
	float: inherit;
}

.mean-container a.meanmenu-reveal{
	color: #000;
}

header .logo #block-block-1{
	display: none;
}
header .logo #block-block-2{
	display: block;
}
#rm-removed,.responsive-menus.responsified span.toggler{
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}
.responsive-menus.responsified span.toggler{
	width: 60px;
	float: right;
	color: #000;
}
.responsive-menus.responsified.responsive-toggled span.toggler{
	border: 0;
}
.responsive-menus.responsified .responsive-menus-simple li a{
	padding: 10px 5%;
}
#rm-removed{
	clear: both;
}
#rm-removed .content ul{
	width: 90%;
	padding: 15px 0;
	float: inherit;
	background: #FFF;
	font-size: 1.125rem;
	border: 2px #000 dashed;
	z-index: 1000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: fixed;
	top: 80px;
	left: 4%;
}
#rm-removed .content li{
	width: 100%;
	float: inherit;
	list-style: none;
	margin-bottom: inherit;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}
#rm-removed .content a{
	color: #0074c8;
}

/* Home Block */
#block-views-home-block .homeImgSmall{
	display: block;
	width: 100%;
	height: 480px;
}
#block-views-home-block .homeImg{
	display: none;
}
#block-views-home-block .left{
	float: inherit;
	width: 70%;
	padding: 20px 15%;
	line-height: 2rem;
	font-size: 1.3rem;
}
#block-views-home-block .right{
	float: inherit;
	height: inherit;
	width: 70%;
	padding: 20px 15%;
	text-align: right;
	line-height: 1.2rem;
}
#block-views-home-block h1{
	width: 90%;
	text-align: center;
	font-size: 1.2rem;
	padding: 0 5%;
	color: #0074c8;
	position: relative;
	bottom: 180px;
	margin-bottom: -80px;
}
#block-views-home-block .views-field-field-confiance{
	margin-left: 0;
	width: 70%;
	padding: 20px 15%;
	text-align: right;
	line-height: 2rem;
	font-size: 1.3rem;
}

/* NEWS */
.news-articles{
	padding: 0 20px 20px 20px;
}

/* WEBFORM */
#block-webform-client-block-22 .field-name-body{
	background: #0074c8;
	padding: 15px 0;
	color: #FFF !important;
	line-height: 22px;
	margin-bottom: 70px;
}
#block-webform-client-block-22 .webform-container h3{
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#block-webform-client-block-22 .webform-container p{
	text-align: center;
}

#webform-client-form-22{
	width: 320px;
}

#webform-client-form-22 .form-item{
	height: 55px;
}

#webform-client-form-22 input{
	height: 22px;
	padding: 0 15px;
	margin: 0;
	width: 150px;
	float: left;
	border: 1px solid #0071bb;
}

#webform-client-form-22 .webform-component-textarea{
	height: 80px;
}

#webform-client-form-22 textarea{
	padding: 0;
	margin: 0;
	width: 182px;
	height: 60px;
	float: left;
	resize: none;
	border: 1px solid #0071bb;
}
#webform-client-form-22 label{
	line-height: 22px;
	padding: 0;
	margin: 0;
	width: 135px;
	float: left;
}

#webform-client-form-22 .form-actions{
	padding-bottom: 40px;
}

#webform-client-form-22 .webform-submit{
	cursor: pointer;
	width: 183px;
	float: right;
}

}
