/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.face_font{
			text-align: left;
			padding-left: 70px;
		}	
		.like_font{
			padding-left: 70px;	
		}
		.button_div{
			text-align: center;
		}
		.create_font, .submit_btn3 { float: none;}

	}
	

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.button_div{
			text-align: center;
		}
.logo_align, .social_align{
		float: none;
		text-align: center;
		//margin-bottom: 30px;
		padding-bottom: 30px;
}
.titre_1{
	line-height: normal;
	text-align: center;
	}
.text_1{
	line-height: normal;
	text-align: center;
	}
.submit_btn3 {text-align: center;width: 100%;}
.create_font{
	color:#696969;
	text-align: center;	
.bg_color3{
	width: 100%;
	padding: 0px ;
	margin: 0px;
	overflow: hidden;
}
.bg_color2{
	width: 100%;
	padding: 0px ;
	margin: 0px;
	text-align: center;	
	overflow: hidden;
}
.social_pos{
	height: 100px;
	width: 220px;
}
.button_div{
			text-align: center;
		}	
	}
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	

.logo_align, .social_align{
	float: none;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.titre_1{
	text-align: center;}
.text_1{
	text-align: center;
	}
.titre_3{
	text-align: center;
}
.text_3{
	text-align: center;
	}
.submit_btn3 { margin-left: auto;margin-right: auto;float: none;text-align: center;width: 100%;}
.like_font {padding-left: 100px;}

.create_font{
	text-align: center;
	width: 100%;
}
.bg_color3{
	width: 100%;
	padding: 10px;
	margin-left: 0px;
}
.box_img1 img{
	max-width: 100% ;
	margin-bottom: 40px;
	padding-bottom: 0px;
}
box_img img{
	max-width: 100% ;
}
.bg_color1{
	//padding-bottom: 40px;
}
.social_pos{
	width: 100%;
	height: auto;
}
.face_font{
	text-align: left;
	padding-left: 75px;
	}	

.like_font{
	padding-left: 75px;	
	padding-bottom: 10px;	
}
subscribe_f , .google_f, .facebook_f, .twitter_f {	
		margin-bottom: 15px;
}
.plat{	
		margin-bottom: 15px;
}

	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/