html,html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {
	font-family: 'Open Sans', sans-serif;
	background: #FFF;
	margin: 0px;
}
.bandeau-bleu{background: #003366;  padding-left: 8px;}
.bandeau-bleu a {font-weight: bold; color: #FFF;}
.bandeau-bleu-clair{
	background: #677388;
	color: #FFF;
	text-transform:uppercase;
	font-weight: bold;
	padding: 5px 0px 5px 8px;
	margin-top: 1px;
}
.bandeau-bas{background: #003366; text-align: center; color: #FFF;}
.bandeau-bas a{color: #FFF;  font-size: 0.7em;}
.logo-jean{margin-top:20px;}
.copyright{ text-align: center; font-size: 0.7em;}
#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}
#pricePlans {
	zoom: 1;
}
#pricePlans {
	max-width: 69em;
	margin: 0 auto;
}
#pricePlans #plans .plan, .plan1 {
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.planContainer .title h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #3E4F6A;
	margin: 0;
	padding: .6em 0;
}
.planContainer .title h2.bestPlanTitle {
	background: #3e4f6a;
	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.planContainer .price p {
	background: #003366;
	color: #fff;
	font-size: 2.2em;
	font-weight: 700;
	height: 2.6em;
	line-height: 2.6em;
	margin: 0 0 1em;
}
.planContainer .price p.bestPlanPrice {
	background: #f7814d;
}
.planContainer .price p span {
	color: #8394ae;
}
.planContainer .options {
	margin-top: 10em;
}
.planContainer .options li {
	font-weight: 700;
	color: #364762;
	line-height: 1.5;
}
.planContainer .options li span {
	font-weight: 400;
	color: #979797;
}
.planContainer .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 2.8em;
	background: #FF0000;
	display: inline-block;
	width: 80%;
	height: 2.8em;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
}
.planContainer .button a.bestPlanButton {
	color: #fff;
	background: #f7814d;
}
.accroche{
	text-align: center;
	background: #f83232;
	padding: 2px;
	margin-bottom: 15px;
	color: #FFF;
}
.accroche h1{
	padding: 0;
	color: #FFF;
	font-size: 1.1em;
	text-transform: uppercase;
}
.subscription{
	text-align: center;
	background: #FFF;
	margin-bottom: 15px;
	color: #003366;
}
.subscription h1{
	padding: 0;
	color: #003366;
	font-size: 1.8em;
	text-transform: uppercase;
}
.txt-option-petit {
	color: #000;
	font-size: 2em;
	font-weight: bold;
	background: #FFF;
	text-align: center;
	font-family: 'Satisfy', cursive;	
}
.droit{
	float: right;
	background: #CCC url(avion.jpg);
	padding: 10px;
	text-align: left;
	width: 47%;
	margin-bottom: 15px;
	color: #FFF;
}
.droit1{
	float: right;
	background: #FFF;
	padding: 5px;
	text-align: left;
	width: 47%;
	margin-bottom: 15px;
	color: #000;
}
.droit1 a {color: #003366;}
.droit1 a:hover {color: #FF0000;}
.droit1-bloc{background: #FFF; margin-bottom: 50px;}
.txt-option{
	text-align: left;
	padding: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.2;
	background: #FFF;
	font-weight: 400;
	color: #333;
}
.fond-noir{
		background-color: rgba(0,0,0,0.7);
		padding: 15px;
		margin-top: 57px;
}
.droit1-bloc .bt{
	padding:5px 12px 5px 12px;
	background: #000;
	text-decoration: none;
	font-size: 1.2em;
	color: #FFF;
	 border-radius: 4px;
}
.droit1-bloc .bt:hover{
	color: #FFF;
	background: #FF0000;
}
.white{color: #FFF;}
.red{color: #f83232;}
.grand{font-size: 1.2em; color: #3E4F6A;}




@media only screen and (max-width: 480px), only screen and (max-device-width: 480px){
.droit, .droit1{

	width: 95%;
}
}
@media screen and (min-width: 481px) and (max-width: 768px) {

#pricePlans #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}
#pricePlans #plans > li:nth-child(2n) {
	margin-right: 0;
}
.droit, .droit1{
	width: 95%;
}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

#pricePlans #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}
#pricePlans #plans > li:nth-child(2n) {
	margin-right: 0;
}
.droit, .droit1{
	width: 90%;
}
}

@media screen and (min-width: 1025px) {

#pricePlans {
	margin: 2em auto;
}
#pricePlans #plans .plan {
	width: 24%;
	margin: 0 1.33% 20px 0;
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}
#pricePlans #plans > li:last-child {
	margin-right: 0;
}
#pricePlans #plans .plan:hover {
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	     -o-transform: scale(1.04);
	        transform: scale(1.04);
}
.planContainer .button a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}
.planContainer .button a:hover {
	background: #003366;
	color: #fff;
}
.planContainer .button a.bestPlanButton:hover {
	background: #ff9c70;
	border: 2px solid #ff9c70;
}
}
