html,body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	background-color:#f9f9f9;
}
* {
	box-sizing: border-box;
  }

#head{
	width:100%;
	border-bottom: 2px solid #000;
	background-color: rgba(255, 255, 255, 1);
    height: 90px;
}
#head img{
	margin-top:30px;
	margin-left:20px;
}

#main,.main{
	width:1000px;
	margin: 0 auto;
}
.legende{
	font-size:11px;
}
.intro{
	margin-top:30px;
	margin-bottom:30px;
}

.clear{
	clear:both;
	width:100%;
}
.spacer{
	clear:both;
	width:100%;
	width:25px;
}
.float_left{
		float:left;
}
.float_right{
		float:right;
}


/* fond */
.bg_blue	{
    background: #5ea9c5;
    color:#ffffff;
}
.bg_blue:hover	{
    background: #5492a9;
}

.bg_light_blue	{
	 background: #91E4FF;
	 color:#000;
}
.bg_light_blue:hover	{
    background: #5492a9;
}
.bg_white	{
	background: #ffffff;
	color:#000;
}
.bg_white:hover	{
    background: #ced0d1;
}

.bg_black	{
	background: #000000;
	color:#fff;
}
.bg_black:hover	{
    background: #272727;
}

.bg_red	{
	background: #f44242;
	color:#ffffff;
}
.bg_red:hover	{
	background: #ecc9ca;
	color:#ffffff;
}


.bg_rose	{
	background: #F7DFF4;
}
.bg_rose:hover	{
    background: #ecc9ca;
}

.bg_red_clair	{
	background: #ef9ba7;
	color:#000;
}
.bg_red_clair:hover	{
	background: #ecc9ca;
	color:#000000;
}

.interdit{
	cursor:not-allowed;
}
.pointer{
    cursor: pointer;
}

:focus {
    outline-color: transparent;
    outline-style: none;
  }

.bg_green{
    /*background: #C9F0DA;*/
    background: #4CAF50;
	color:#000000;
}
.bg_green:hover	{
    background: #3f9242;
}

.bg_green_light{
    /*background: #C9F0DA;*/
    background: #97d899;
	color:#000000;
}
.bg_green_light:hover	{
    background: #3f9242;
}

.bg_yellow{
    background: #E9F2B6;
}
.bg_yellow:hover	{
    background: #c9d393;
}

.bg_orange{
    background: #FCDDB1;
}
.bg_orange:hover	{
    background: #e4bc85;
}

.bg_grey{
    background: #F2F2F2;
}
.bg_grey:hover	{
    background: #b8b0b0;
}

.bg_darkgrey{
	background: #333333;
	color:#ffffff;
}
.bg_darkgrey:hover	{
    background: #686868;
}

.bg_light_grey{
	background: #c9d0d2;
}

.borderdashed{
	border:1px dashed #333;
}
.border-bottom{
	border-bottom:1px solid #333;
	min-height:30px;
}
.border-radius{
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*Gestion des colonnes*/
.twocolumn {
	float: left;
	width: 50%;
	padding: 10px;
  }

.row:after {
	content: "";
	display: table;
	clear: both;
  }
/*Gestion des colonnes*/


.prod_bloc1, .prod_bloc2{
	width:45%;
	min-height:300px;
	background-color:#e6f0fb;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(219,204,219,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(219,204,219,1);
	box-shadow: 0px 0px 5px 0px rgba(219,204,219,1);
	
	padding:10px;
	
}
.ProdPricePromo{
	font-size:22px;
	margin-top:15px;
}

.optionsblock{
	width:99%;
	min-height:300px;

	background-color:#fff;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(219,204,219,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(219,204,219,1);
	box-shadow: 0px 0px 5px 0px rgba(219,204,219,1);
	
	padding:1%;


}
.optionsblock a{
	color:#5a99da;
}
input[type="radio"],input[type="checkbox"]{
	width: 20px;
    height: 20px;

}
.option_line{
	width:100%;
	min-height:25px;
	border-bottom:1px solid #ccc;
	display: inline-block;
}
.option_product_option_select{
	float:left;
	width:10%;
}
.option_product_select{
	float:left;
	width:60%;
}
.option_cgu{
	float:left;
	width:80%;
	text-align:left;
}
.option_product{
	float:left;
	width:70%;
}
.option_price{
	float:left;
	width:20%;
	margin-left:10%;
	text-align:right;
}
.product_description{
	font-size:12px;
}
#BTNInfo{
	min-height: 25px;
    background-color: #e0afc4;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    transition: transform .2s;
    cursor: pointer;
	font-size:28px;
}

.btncommande{
	min-height: 25px;
    background-color: #5a99da;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    transition: transform .2s;
    cursor: pointer;
	font-size:28px;
}
.btncommande a,#BTNInfo a{
	text-decoration:none;
	color:#fff;
}

.backbtn{
	position:absolute;
	min-height: 25px;
    background-color: #5a99da;
    padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    transition: transform .2s;
    cursor: pointer;
	font-size:18px;
	top:20px;
	right:10px;
}
.backbtn a{
	text-decoration:none;
	color:#fff;
}


.marginb40{
	width:100%;
	height:60px;
}
.aboutlogo{

}
.logoxineo{
	float:left;
}
.logonetoxygen{
	float:right
}
#coordonnees{
	text-align:left;
}
#coordonnees input[type=text],#coordonnees input[type=tel]{
	min-height: 40px;
	width: 300px;
	max-width:70%;
	font-size:30px;
}
#coordonnees input[type=number]{
	min-height: 40px;
	max-width:90px;
	font-size:30px;
}
#coordonnees textarea{
	max-width:100%;
	font-size:25px;
}
.notesdepage{
	font-size:14px;
	text-align: justify;
}

#paiement input[type=number]{
	min-height: 70px;
	max-width:200px;
	text-align: center;
	font-size:30px;
}
#paiement textarea{
	max-width:100%;
}
.amount_resume{
	font-size:40px;
	font-weight:bold;
}

#footer_total_commande{
	width:98%;
	height:80px;
	background-color:#474a4e;
	color:#fff;
	padding:1%;
	position:fixed;
	bottom:0px;
	
}

@media screen and (max-width: 600px) {
	.twocolumn {
	  width: 100%;
	}
}
@media only screen and (min-width: 10px) AND (max-width: 994px) {
	.float_left,.float_right{
		float:unset;
	}
	#main, .main{
		width:95%;
		max-width:100%;
	}
	
	.prod_bloc1, .prod_bloc2 {
		width:95%;
		margin-bottom:20px;
	}
	.aboutlogo{
		text-align:center;
	}
	.logoxineo,.logonetoxygen{
		float:unset;
		text-align:center;
	}
	#footer_total_commande {
		height:135px;
	}
	.marginb40{
		height:155px;	
	}



	
}