/* Mise en page pour grands écrans */

@media only screen and (min-device-width: 801px) {


html {}

body {
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-family: "Arial", serif; }



h1 {
	text-align: center; 
	margin-top: 20px; 
	font-size: 25px; }
.h3 {
	text-align: center; 
	margin-top: 15px; 
	margin-bottom: 30px;
	font-size: 18px; }
h2 {
	margin-bottom: 40px; 
	margin-top: 60px;
	text-align: center;
	font-size: 16px; }

a {
	text-decoration: none; 
	color: white;
	cursor: help; }



article {
	background-image: url(camouflage2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%; }

.background_article {
	background-color: rgb(255,255,255, 0.95);
	width: 700px;
	margin: 20px auto;
	padding: 1px;
	border-radius: 5px;
	border: 2px solid navy; }



header {
	width: 100%;
	height: 80px;
	background-color: navy; }



nav {
	width: 700px; 
	margin: 0 auto; }
nav ul {
	vertical-align: middle; 
	list-style-type: none; }
nav li.nav_bons_plans {
	margin-left: 0px;
	margin-right: 215px; }
nav li {
	float: left; 
	color: white; 
	font-weight: 600;
	margin: 10px; }




section.titre {}
section.contenu_produits {}

.rubrique_chaque_produit {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 20px; }

label.produits {width: 200px; }
.prix {
	margin-left: 5px;
	font-size: 16px; 
	color: grey; }
input.donnée {
	height: 20px;
	margin-top: -5px;
	padding: 5px 5px;
	text-align: left;
	color: grey;
	font-family: "OpenSans", sans-serif;
	font-size: 16px; }
.font_chaque_produit {
	width: 5px;
	padding-right: 10px;
	margin-top: 5px;
	margin-left: 15px;
	color: grey;
	font-family: "OpenSans", sans-serif;
	font-size: 16px; }






.total_des_courses {
	margin-top: 40px;
	text-align: center;
	margin-left: -100px; }
.font-somme-a-payer {
	width: 50px;
	display: inline-block;
	margin-left: 10px;
	font-size: 18px; 
	color: black; }	

.button1, .button2 {
	display: inline-block;
	width: 80px;
	height: 40px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
	font-size: 15px; }
.button1 {margin-left: 80px; }
.button1:hover, .button2:hover {border: 2px solid #009dff; }
.button1:active {border: 2px solid #009dff; }

.green {color: #1ac400; }
.red {color: #db0000; }





.contenu_bloc_avis {
	width: 400px;
	margin-top: 70px;
	margin-left: 170px; }
label.titre_avis {
	font-weight: 600;
	font-size: 14px; }
p.div_avis {
	display: flex; 
	flex-wrap: nowrap;
	align-items: center; }
textarea {
	width: 250px;
	margin: 0 10px;
	padding: 10px;
	color: grey; 
	font-size: 13px;
	font-style: italic; }
.bouton_envoyer {
	height: 30px;
	padding: 5px; }
p.reponse_a_avis {
	width: 340px;
	margin-top: 5px;
	margin-left: 15px;
	font-size: 13px;
	color: grey;
	text-align: justify; }







footer {
	width: 100%; 
	height: 80px; 
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 15px; 
	background-color: navy;
	color: white; 
	font-weight: 500; }
footer ul {width: auto; }




}























/* Mise en page pour petits écrans */

@media only screen and (max-device-width: 800px) {


html {}

body {
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-family: "Arial", serif;
	font-size: 160%; }






a {
	text-decoration: none; 
	color: white;
	cursor: help; }



article {
	background-image: url(camouflage2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%; }

.background_article {
	background-color: rgb(255,255,255, 0.95);
	margin: 30px;
	padding: 30px;
	border-radius: 5px;
	border: 2px solid navy; }



header {
	width: 100%;
	background-color: navy; }



nav {
	display: flex;
	align-items: space-between;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	font-size: 30px; }
nav ul {
	vertical-align: middle; 
	list-style-type: none; }
nav li {
	float: left; 
	color: white; 
	font-weight: 600;
	margin-left: 60px;
	padding: 30px 0; }
nav li.nav_bons_plans {margin-left: 0; }




section.titre {
	margin: 0 auto;
	padding: 0px 50px; }
section h1 {
	text-align: center; 
	margin-top: 20px; 
	font-size: 38px; }
section .h3 { 
	margin-top: 15px; 
	margin-bottom: 30px;
	padding: 0;
	font-size: 14px;
	font-style: italic; }






section.contenu_produits {
	margin-left: 40px;
	margin-top: 100px; }

section h2 {
	margin-bottom: 40px; 
	margin-top: 60px;
	text-align: left;
	font-size: 16px; }

.rubrique_chaque_produit {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	font-size: 180%; }

label.produits {width: 500px; }
.prix {
	margin-left: 5px;
	font-size: 30px; 
	color: grey; }
input.donnée {
	padding: 15px 20px;
	border: 1px solid black;
	text-align: left;
	font-family: "OpenSans", sans-serif;
	font-size: 30px; }
.font_chaque_produit {
	padding-right: 10px;
	margin-top: 5px;
	margin-left: 15px;
	color: grey;
	font-family: "OpenSans", sans-serif;
	font-size: 30px; }






.total_des_courses {
	margin-top: 80px;
	margin-left: 100px;
	font-size: 200%; }
.font-somme-a-payer {
	display: inline-block;
	margin-left: 30px;
	font-size: 45px; 
	color: black; }	

.button1, .button2 {
	width: 200px;
	display: inline-block;
	margin-left: 40px;
	margin-top: 50px;
	padding: 15px 20px;
	text-align: center;
	font-size: 30px;
	border-radius: 5px; }
.button1 {margin-left: 120px; }
.button1:hover, .button2:hover {border: 2px solid #009dff; }
.button1:active {border: 2px solid #009dff; }

.green {color: #1ac400; }
.red {color: #db0000; }





.contenu_bloc_avis {
	margin-top: 200px;
	margin-left: 10px; }
label.titre_avis {
	font-weight: 600;
	font-size: 13px; }
p.div_avis {
	display: flex; 
	flex-wrap: nowrap;
	align-items: center; }
textarea {
	width: 500px;
	margin: 0 10px;
	padding: 40px;
	color: grey; 
	font-size: 15px;
	font-style: italic; }
.bouton_envoyer {
	margin-left: 20px;
	padding: 15px;
	font-size: 30px; }
p.reponse_a_avis {
	width: 600px;
	margin-top: 5px;
	margin-left: 15px;
	font-size: 25px;
	color: grey;
	text-align: justify; }







footer {
	width: 100%; 
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 10px 2px;
	font-size: 28px; 
	background-color: navy;
	color: white; 
	font-weight: 500; }
footer ul {width: 100%; }





}