@media screen and (max-width: 1060px) and (min-width: 656px){

/* -------------------LARGE HEADER------------------- */

header.largeheader .tornado_home_logo{
	width: 45px;
	margin-top: -20px !important;
	margin-left: -30px !important;
}

header.largeheader h1 a:link{
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 10px black;
}

header.largeheader h1 a:hover{
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 10px black;
}

header.largeheader h1 a:active{
	color: white;
	text-decoration: none;
text-shadow: 1px 1px 10px black;
}

header.largeheader h1 a:visited{
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 10px black;
}

header.largeheader a:link{
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 10px black;
}

header.largeheader li a:hover{
	color: white;
	text-decoration: none;
}

header.largeheader a:active{
	color: white;
	text-decoration: none;
}

header.largeheader a:visited{
	color: white;
	text-decoration: none;
}


header.largeheader h1{
	float: left;
	font-size: 40px;
	margin-top: 39px;
	margin-left: 60px;
}

header.largeheader ul{
	float: right;
	list-style-type: none;
	padding: 20px;
	margin-top: 25px;
	margin-right: 30px;
	font-size: 20px;
}

header.largeheader ul li{
	display: inline-block;
	padding-right: 30px !important;
}

header.smallheader{
	display: none;
}

/* -------------------CONTACT PAGE------------------- */

.header_cover_contact{
	width: 100%;
	height: 190px !important;
	background-image: url('../images/header_covers/contact.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#whoarewe{
	width: 600px;
	text-align: justify;
	padding: 10px;
}

#contact_form{
	margin-left: 5px;
}

/* -------------------SERVICES PAGE------------------- */

.header_cover_services_personal{
	width: 100%;
	height: 190px !important;
	background-image: url('../images/header_covers/personal.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header_cover_services_shop{
	width: 100%;
	height: 190px !important;
	background-image: url('../images/header_covers/shop.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bloc .bloc_header{
	background-color: #444040;
	text-shadow: 1px 1px 1px black;
	color: white;
	margin-top: -20px;
}



/* -------------------SERVICES SHOP DETAIL PAGE------------------- */


#options_content{
	background-color: transparent;
	padding: 8px;
	margin-top: -10px;
	padding-right: 60px;
}

.bloc_left{
	float: none !important;
	margin-left: 100px !important;
	margin-right: 130px !important;
}

.bloc_left_copy{
	/* float: left !important; */
	width: 300px !important;
	margin-top: 35px;
	/* margin-left: 380px; */
}

/* -------------------PAGE EXAMPLE PAGE------------------- */

.header_cover_page_example{
	width: 100%;
	height: 190px !important;
	background-image: url('../images/header_covers/keyboard_banner.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0px -70px;
}

#page_example{
	background-color: white;
}

#page_example_content{
	width: 700px;
	text-align: left;
	display: table;
}

#page_example_content hr{
	border: 0; 
	height: 2px; 
	background: #d7d7d7;
}

#page_example_content h3{
	float: left;
	margin-top: -1px;
}

#page_bloc_content{
	float: right;
}

#page_example_content .page_bloc{
	display: inline-block;
	width: 200px;
	text-align: justify;
	padding-left: 20px;
}

/* -------------------DEVIS PAGE------------------- */

.header_cover_sign_devis{
	width: 100%;
	height: 190px !important;
	background-image: url('../images/header_covers/validation_devis.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0px -70px;
}

/* -------------------PORTFOLIO PAGE------------------- */

.header_cover_portfolio{
	width: 100%;
	height: 190px !important;
	background-image: url('../images/header_covers/code_banner.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

}