/*
* 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) { .likes_st { margin-top: 20px;margin-bottom:0px;  text-align: center;   }
 .rights_st {float: none;text-align: center;   }
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		 .rights_st {float: none;text-align: center;   }
       .likes_st { margin-top: 20px; text-align: center;   }
       .socbuttons {text-align: center;  margin-left: 0px; }
       .soc_icons {float: none;text-align: center; }

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		 .rights_st {float: none;text-align: center;   }
          .likes_st { margin: 0; text-align: center;   }
          .socbuttons {text-align: center;  margin-left: 0px; }
          .soc_icons {float: none;text-align: center; }

 .marge_3{
	margin-bottom: 40px;	
	text-align: center;
}
.social_net{
	text-align:center;
	display: inline-block;
	float: none;
	padding-bottom: 25px;
	padding-right: 0px;
}
.s_titre2{
	text-align: center;
	display: inline-block;
	width: 100%;
	float: none;
	padding-left: 0px;	
}
.div_2{
	display: inline-block;
	text-align: center;
}
.box_b{
	padding-bottom: 30px;
	border: 1px solid #ccc;
}	
#contact_form input{
		width: 100%;
		float:none;
	}
.submit_btn{
	width: 100%;
	float: none;
}
#contact_form select{
	width: 100%;}
#contact_form textarea{
		width: 100%;
	}
.circular_img {
	text-align: center;	
	margin-top: 20px;
}
.share_font{
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
}
.titre_4 , .under_4{
	text-align:center;
}
.text_4{
	text-align: center;
}
.titre_6{
	text-align:center;
	margin-top: 20px;
}
.under_6{
	text-align:center;
}
.text_6{
	text-align:center;
}
.title_6{
	text-align: center;
}
.u_title_6{
	text-align: center;
}
.div_center{
	text-align:center;
}
.mango{
	color:#00a0db;
	font-weight: bold;
	line-height: 55px;
	text-align:center;
}
	}