/* Small devices */
@media (max-width: 991px) {
* {
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 174px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	width: 100%;
}
h1 { 
	font-family: 'Arial', sans-serif;
	font-size: 52px;
	color: #008040;
	text-align: center;
}
h2 { 
	font-family: 'Arial', sans-serif;
	font-size: 50px;
	color: #008040;
	text-align: center;
}
h3 { 
	font-family: 'Arial', sans-serif;
	font-size: 48px;
	color: #008040;
	text-align: center;
}
h4 {
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #008040;
	text-align: center;
}
.list-title { 
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.list-description {
	font-family: 'Arial', sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
legend {
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #000000;
	font-weight: normal;
}
.texterouge {
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: red;
	text-align: center;
}
.textebleu {
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #0072BC;
	text-align: center;
}
.textevert {
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #008040;
	text-align: center;
}
.textenoir {
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #000000;
	text-align: left;
}
.textenoircenter {
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #000000;
	text-align: center;
}
.textenoirbold {
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.textecopyright {
	font-family: 'Arial', sans-serif;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
}
.texteavis {
	font-family: 'DM Sans', 'Arial', sans-serif;
	font-size: 46px;
	color: #000000;
	text-align: left;
}
.texteaviscenter {
	font-family: 'DM Sans', 'Arial', sans-serif;
	font-size: 46px;
	color: #000000;
	text-align: center;
}
label {
	width: 100%;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #000000;

	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}
#pharmacie {
	width: 100%;
	height: 92px; /* hauteur du parent */
	line-height: 92px; /* hauteur de ligne (identique) */
	border: 1px solid #EFEFEF;
	border-radius: 36px;
	caret-color: #0072BC;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #000000;
	text-align: left;
}
#produit {
	width: 100%;
	height: 92px; /* hauteur du parent */
	line-height: 92px; /* hauteur de ligne (identique) */
	border: 1px solid #EFEFEF;
	border-radius: 36px;
	caret-color: #0072BC;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #000000;
	text-align: left;
}
.prix {
    display: block;
    margin-left: auto;
    margin-right: auto;
	
	width: 100%;
	padding: 20px;
	background-color: #008040;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: white;
	border: 1px solid white;
	box-shadow: 1px 1px 2px black;
	border-radius: 36px;

	text-align: center;
}
#motdepasse {
	width: 100%;
	height: 92px; /* hauteur du parent */
	line-height: 92px; /* hauteur de ligne (identique) */
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #000000;
	text-align: left;
}
.ok {
    display: block;
    margin-left: auto;
    margin-right: auto;
	
	width: 100%;
	padding: 20px;
	background-color: #0072BC;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: white;
	border: 1px solid white;
	box-shadow: 1px 1px 2px black;
	border-radius: 36px;
}
.oklien {
    display: block;
    margin-left: auto;
    margin-right: auto;
	
	width: 95.99999%;
	padding: 20px;
	background-color: #0072BC;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: white;
	border: 1px solid white;
	box-shadow: 1px 1px 2px black;
	border-radius: 36px;

	text-align: center;
	text-decoration: none;
}
#titre1 {
	width: 100%;
	margin-top: 15px;
}
#footer-row {
	position: relative;
	background-color: #0072BC;
	padding: 50px 0;
	width: 100%;
	height: 174px;
}
nav {
	background-color: #0072BC;
	padding: 50px 0;
	width: 100%;
	height: 174px;
	overflow: hidden;
	position: fixed;
	top: 0;
}
nav a {
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
nav a:hover {
	text-decoration: underline;
}
a {
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	font-weight: normal;
	color: #0072BC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.w3-row {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.w3-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.w3-half{width: 95.99999%}
.w3-quarter{width: 99.99999%}
.w3-quarter-height{height: 550px}
.w3-topbar{border-top: 1px solid #dddddd!important}
.w3-bottombar{border-bottom: 1px solid #dddddd!important}
.w3-leftbar{border-left: 1px solid #dddddd!important}
.w3-rightbar{border-right: 1px solid #dddddd!important}
.w3-boutique-image{max-width: 100%;max-height: 350px}
.w3-pub-image{width: 94%;max-height: 350px}
main {
    display: flex;
    flex-direction: column;
}
article {
    flex: 100%;
}
aside {
    flex: 100%;
	text-align: center;
}
table {
	font-family: arial, sans-serif;
	font-size: 46px;
	border-collapse: collapse;
	width: 100%;
}
td, th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}
tr:nth-child(even) {
	background-color: #dddddd;
}
@keyframes slidy {
0% { left: 0%; }
10% { left: 0%; }
20% { left: -100%; }
30% { left: -200%; }
40% { left: -300%; }
50% { left: -400%; }
60% { left: -500%; }
70% { left: -600%; }
80% { left: -700%; }
90% { left: -800%; }
100% { left: -900%; }
}
div#slider { overflow: hidden; }
div#slider figure img { width: 10%; float: left; }
div#slider figure { 
  position: relative;
  width: 1000%;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 

  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.vertical-menu {
  width: 100%;
}
.vertical-menu a {
    display: block;
    margin-left: auto;
    margin-right: auto;
	
	width: 95.99999%;
	padding: 20px;
	background-color: #0072BC;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: white;
	border: 1px solid white;
	box-shadow: 1px 1px 2px black;
	border-radius: 36px;

	text-align: center;
	text-decoration: none;
}
.vertical-menu a:hover {
  background-color: #008040;
}
.incoming {
	background-color: #D6FCEC;
	color: black;
	border-radius: 18px 18px 18px 18px;
	padding: 50px;
}
.outgoing {
	background-color: #FFFacd;
	color: black;
	border-radius: 18px 18px 18px 18px;
	padding: 50px;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}

/* Large devices */
@media (min-width: 992px) {
* {
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 58px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 70%;
}
h1 { 
	font-family: 'Arial', sans-serif;
	font-size: 22px;
	color: #008040;
	text-align: center;
}
h2 { 
	font-family: 'Arial', sans-serif;
	font-size: 20px;
	color: #008040;
	text-align: center;
}
h3 { 
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	color: #008040;
	text-align: center;
}
h4 {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #008040;
	text-align: center;
}
.list-title { 
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.list-description {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
legend {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
.texterouge {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: red;
	text-align: center;
}
.textebleu {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #0072BC;
	text-align: center;
}
.textevert {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #008040;
	text-align: center;
}
.textenoir {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
}
.textenoircenter {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}
.textenoirbold {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.textecopyright {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.texteavis {
	font-family: 'DM Sans', 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
}
.texteaviscenter {
	font-family: 'DM Sans', 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}
label {
	width: 100%;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;

	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}
#pharmacie {
	width: 100%;
	height: 40px; /* hauteur du parent */
	line-height: 40px; /* hauteur de ligne (identique) */
	border: 1px solid #EFEFEF;
	border-radius: 18px;
	caret-color: #0072BC;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
}
#produit {
	width: 100%;
	height: 40px; /* hauteur du parent */
	line-height: 40px; /* hauteur de ligne (identique) */
	border: 1px solid #EFEFEF;
	border-radius: 18px;
	caret-color: #0072BC;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
}
.prix {
    display: block;
    margin-left: auto;
    margin-right: auto;
	
	width: 100%;
	padding: 10px;
	background-color: #008040;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: white;
	border: 1px solid #FFFFFF;
	box-shadow: 1px 1px 2px black;
	border-radius: 18px;

	text-align: center;
}
#motdepasse {
	width: 100%;
	height: 40px; /* hauteur du parent */
	line-height: 40px; /* hauteur de ligne (identique) */
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
}
.ok {
    display: block;
    margin-left: auto;
    margin-right: auto;
	
	width: 100%;
	padding: 10px;
	background-color: #0072BC;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: white;
	border: 1px solid #FFFFFF;
	box-shadow: 1px 1px 2px black;
	border-radius: 18px;
}
.oklien {
    display: block;
    margin-left: auto;
    margin-right: auto;
	
	width: 95.99999%;
	padding: 10px;
	background-color: #0072BC;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: white;
	border: 1px solid white;
	box-shadow: 1px 1px 2px black;
	border-radius: 18px;

	text-align: center;
	text-decoration: none;
}
#titre1 {
	width: 100%;
	margin-top: 15px;
}
#footer-row {
	position: relative;
	background-color: #0072BC;
	padding: 20px 0;
	width: 100%;
	height: 58px;
}
nav {
	background-color: #0072BC;
	padding: 20px 0;
	width: 70%;
	height: 58px;
	overflow: hidden;
	position: fixed;
	top: 0;
}
nav a {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
nav a:hover {
	text-decoration: underline;
}
a {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #0072BC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.w3-row {
	display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.w3-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.w3-half{width: 44.99999%}
.w3-quarter{width: 24.99999%}
.w3-quarter-height{height: 250px}
.w3-topbar{border-top: 1px solid #dddddd!important}
.w3-bottombar{border-bottom: 1px solid #dddddd!important}
.w3-leftbar{border-left: 1px solid #dddddd!important}
.w3-rightbar{border-right: 1px solid #dddddd!important}
.w3-boutique-image{max-width: 100%;max-height: 174px}
.w3-pub-image{width: 94%;max-height: 174px}
main {
    display: flex;
    flex-direction: column;
}
article {
    flex: 100%;
}
aside {
    flex: 100%;
	text-align: center;
}
table {
	font-family: arial, sans-serif;
	font-size: 16px;
	border-collapse: collapse;
	width: 100%;
}
td, th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}
tr:nth-child(even) {
	background-color: #dddddd;
}
@keyframes slidy {
0% { left: 0%; }
10% { left: 0%; }
20% { left: -100%; }
30% { left: -200%; }
40% { left: -300%; }
50% { left: -400%; }
60% { left: -500%; }
70% { left: -600%; }
80% { left: -700%; }
90% { left: -800%; }
100% { left: -900%; }
}
div#slider { overflow: hidden; }
div#slider figure img { width: 10%; float: left; }
div#slider figure { 
  position: relative;
  width: 1000%;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 

  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.vertical-menu {
  width: 100%;
}
.vertical-menu a {
    display: block;
    margin-left: auto;
    margin-right: auto;
	
	width: 95.99999%;
	padding: 10px;
	background-color: #0072BC;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: white;
	border: 1px solid white;
	box-shadow: 1px 1px 2px black;
	border-radius: 18px;

	text-align: center;
	text-decoration: none;
}
.vertical-menu a:hover {
  background-coLor: #008040;
}
.incoming {
	background-color: #D6FCEC;
	color: black;
	border-radius: 18px 18px 18px 18px;
	padding: 20px;
}
.outgoing {
	background-color: #FFFACD;
	color: black;
	border-radius: 18px 18px 18px 18px;
	padding: 20px;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}