/* Small devices */
@media (max-width: 991px) {
body {
	width: 100%;
    margin-left: 0px;
    margin-right: 0px;
	padding: 15px;
}
h1 { 
	font-size: 48px;
	font-family: 'Arial', sans-serif;
	color: #008040;
	text-align: center;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
h2 { 
	font-size: 48px;
	font-family: 'Arial', sans-serif;
	color: #008040;
	text-align: center;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
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;
}
.textecopyright {
	font-family: 'Arial', sans-serif;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
}
.texteavis {
	font-family: 'Arial', sans-serif;
	font-size: 36px;
	color: #000000;
	text-align: left;
}
.texteaviscenter {
	font-family: 'Arial', sans-serif;
	font-size: 36px;
	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) */
	white-space: nowrap; /* interdiction de passer Ã  la ligne */
	border: 1px solid #ccc;
	border-radius: 36px;
	caret-color: #0072BC;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #000000;
}
#produit {
	width: 100%;
	height: 92px; /* hauteur du parent */
	line-height: 92px; /* hauteur de ligne (identique) */
	white-space: nowrap; /* interdiction de passer Ã  la ligne */
	border: 1px solid #ccc;
	border-radius: 36px;
	caret-color: #0072BC;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #000000;
}
.prix {
	height: 92px; /* hauteur du parent */
	line-height: 46px; /* hauteur de ligne (identique) */
	white-space: nowrap; /* interdiction de passer Ã  la ligne */

	width: 100%;
	padding: 20px;
	background-color: #008040;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	box-shadow: 1px 1px 2px #000000;
	border-radius: 5px;

	box-sizing: border-box;
	text-align: center;
}
.motdepasse {
	height: 92px; /* hauteur du parent */
	line-height: 46px; /* hauteur de ligne (identique) */
	white-space: nowrap; /* interdiction de passer Ã  la ligne */

	width: 100%;
	padding: 20px;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #000000;
	border: 2px solid #000000;
	box-shadow: 1px 1px 2px #000000;
	border-radius: 5px;

	box-sizing: border-box;
	text-align: left;
}
.form-control {
	height: 92px; /* hauteur du parent */
	line-height: 46px; /* hauteur de ligne (identique) */
	white-space: nowrap; /* interdiction de passer Ã  la ligne */

	width: 100%;
	padding: 20px;
	background-color: #008040;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	box-shadow: 1px 1px 2px #000000;
	border-radius: 5px;

	box-sizing: border-box;
	text-align: center;
}
.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;
}
#header_row {
	display: flex;
    flex-direction: row;
    align-items: flex-end;
}
#header_left {
	position: relative;
	width: 290px;
	height: 174px;
	margin: 0;
	left: -40px;
}
#header_right {
	position: relative;
	width: 100%;
	height: 174px;
}
#footer_row {
	position: relative;
	background-color: #394757;
	width: 100%;
	height: 174px;
}
nav {
	background-color: #394757;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	box-sizing: border-box;
	font-size: 46px;
	font-weight: normal;
	color: white;

	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
}
nav a {
	font-size: 46px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
nav a:hover {
	text-decoration: underline;
}
a {
	color: #0072BC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.w3-row {
	display: flex;
    flex-direction: column;
}
.w3-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.w3-half{width: 100%}
.w3-quarter{width: 100%}
.w3-quarter-height{height: 450px}
.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}
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%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s 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: #04AA6D;
}
}

/* Large devices */
@media (min-width: 992px) {
body {
	width: 75%;
    margin-left: auto;
    margin-right: auto;
	padding: 0px;
}
h1 { 
	font-size: 24px;
	font-family: 'Arial', sans-serif;
	color: #008040;
	text-align: center;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
h2 { 
	font-size: 24px;
	font-family: 'Arial', sans-serif;
	color: #008040;
	text-align: center;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
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;
}
.textecopyright {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.texteavis {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
}
.texteaviscenter {
	font-family: '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) */
	white-space: nowrap; /* interdiction de passer Ã  la ligne */
	border: 1px solid #ccc;
	border-radius: 18px;
	caret-color: #0072BC;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;
}
#produit {
	width: 100%;
	height: 40px; /* hauteur du parent */
	line-height: 40px; /* hauteur de ligne (identique) */
	white-space: nowrap; /* interdiction de passer Ã  la ligne */
	border: 1px solid #ccc;
	border-radius: 18px;
	caret-color: #0072BC;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;
}
.prix {
	height: 40px; /* hauteur du parent */
	line-height: 20px; /* hauteur de ligne (identique) */
	white-space: nowrap; /* interdiction de passer Ã  la ligne */

	width: 100%;
	padding: 10px;
	background-color: #008040;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-shadow: 1px 1px 2px #000000;
	border-radius: 5px;

	box-sizing: border-box;
	text-align: center;
}
.motdepasse {
	height: 40px; /* hauteur du parent */
	line-height: 20px; /* hauteur de ligne (identique) */
	white-space: nowrap; /* interdiction de passer Ã  la ligne */

	width: 100%;
	padding: 10px;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;
	border: 1px solid #FFFFFF;
	box-shadow: 1px 1px 2px #000000;
	border-radius: 5px;

	box-sizing: border-box;
	text-align: left;
}
.form-control {
	height: 40px; /* hauteur du parent */
	line-height: 20px; /* hauteur de ligne (identique) */
	white-space: nowrap; /* interdiction de passer Ã  la ligne */

	width: 100%;
	padding: 10px;
	background-color: #008040;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-shadow: 1px 1px 2px #000000;
	border-radius: 5px;

	box-sizing: border-box;
	text-align: center;
}
.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;
}
#header_row {
	display: flex;
    flex-direction: row;
    align-items: flex-end;
}
#header_left {
	position: relative;
	width: 290px;
	height: 174px;
	margin: 0;
	left: -40px;
}
#header_right {
	position: relative;
	width: 100%;
	height: 174px;
}
#footer_row {
	position: relative;
	background-color: #394757;
	width: 100%;
	height: 174px;
}
nav {
	background-color: #394757;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: normal;
	color: white;

	width: 75%;
	overflow: hidden;
	position: fixed;
	top: 0;
}
nav a {
	font-size: 16px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
nav a:hover {
	text-decoration: underline;
}
a {
	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: 240px}
.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}

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%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s 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: #04AA6D;
}
}
/*
     FILE ARCHIVED ON 21:12:01 Jan 26, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:33:15 May 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.383
  load_resource: 107.878 (2)
  PetaboxLoader3.resolve: 64.354
  PetaboxLoader3.datanode: 42.562 (2)
*/