@charset "UTF-8";

/* Gestion général des balises */
* {	
	font-family: 'LibreFranklin'; 
	/* font-size: 16px; */
}
html, body {
	height:95%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}
br {
clear: left;
}
h1, h2, h3 {
	text-align:center;
	text-shadow:1px 1px 1px #666;
}

/* Gestion du header */
header {
	width: 100%;
	min-height: 115px;
}
#entete {
	width: 900px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	z-index: 0;
	visibility: visible;
}
#logo {
	width: 220px;
	/* height: 130px; */
	display: block;
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
}
#title {
	width: 675px;
	display: block;
	float: left;
	position: relative;
	padding: 10px 0px 0px 0px;
}
.company0 {
	width: 675px;
	display: block;
	float: left;
	position: relative;
	padding: 0px 0px;
	font-size: 30pt;
	font-family: 'Bauhaus 93';
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
  	text-align: center;
}
.slogan01 {
	width: 675px;
	display: block;
	float: left;
	position: relative;
	padding: 0px 0px;
	font-size: 13pt;
	font-family: 'LibreFranklin';
 	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
  	text-align: center;
}
.slogan02 {
	width: 675px;
	display: block;
	float: left;
	position: relative;
	padding: 5px 0px;
	font-size: 13pt;
	font-family: 'LibreFranklin';
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}

/* Gestion de la page */
#capsule_boutique{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#bandeau_boutique{
	display: block; 
	width: 930px; 
	height: auto; 
	margin: 0px auto 0px auto; 
	border: 0;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
#catalogue_boutique {
	display: inline-block;
    position: relative;
	width: 45%;
	background: #1d6faa; 
	border-radius: 5px; 
	padding: 1% 0%; 
	margin: 0px 2% 10px; 
}
#catalogue_boutique a font {
	color:white; 
}
#catalogue_boutique a i {
	color:white; 
	font-size:25px;
}
#formulaire_boutique {
	display: block;
	position : relative;
	background: #ffffff;
	border-top : 0px solid #eaeaea;
	border-right : 1px solid #eaeaea;
	border-left : 1px solid #eaeaea;
	border-bottom : 1px solid #eaeaea;
	width : 900px;
	margin-right : auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-radius : 0px 0px 5px 5px;
	padding: 15px;
	text-align: center;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
hr.formulaire_boutique{
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
#capsule_maintenance{
	display: inline-block;
	position: relative;
	width: 96%;
	background: #1d6faa;
	border-radius: 5px;
	padding: 1% 0%;
	margin: 10px 2% 10px;
	font-size: 20px;
	font-weight: bold;
}

/* Gestion des checkbox */
.bouton_administration{
	display: inline-table;
	position: relative;
	width: 25%;
}
button.checkbox__ok, button.checkbox__ko{
	display: block;
	position: relative;
	height: 32px;
	margin: 5px 0px ;
	padding: 4px 25px 5px 10px;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	border: 3px solid #333;
	border-radius: 10px;
}
button.checkbox__ok{
	background-color: #199B06;
	color: white;
}
button.checkbox__ko{
	background-color: #e81010;
	color: white;
}
button.checkbox__ok:after, button.checkbox__ko:after{
	position: absolute;
	top: -15px;
	left: -20px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	border-radius: 100%;
	border: 3px solid #333;
	z-index: 999;
}
button.checkbox__ok:after{
	content: "\2713";
	background-color: #199B06;
}
button.checkbox__ko:after{
	content: "\2717";
	background-color: #e81010;
}

button.checkbox_button{ width: 325px; margin: 5px 15px; }

font.checkbox {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-left: 10px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 450px){
	/* Gestion du header */
	header{
		width:100%;
		min-height:100px;
	}
	#entete {
		width: 375px;
		height: 85px;
		margin-right: auto;
		margin-left: auto;
		display: block;
		position: relative;
		z-index: 1;
		visibility: visible;
	}
	#logo {
		width: 95px;
		display: block;
		float: left;
		position: relative;
		padding: 10px 5px 10px 0px;
	}
	#title {
		width: 275px;
		display: block;
		float: left;
		position: relative;
		padding: 5px 0 0 0;
	}
	.company0 {
		width: 100%;
		display: block;
		float: left;
		position: relative;
		padding: 3px 0;
		font-size: 10pt;
		font-family: Tahoma, sans-serif;
		font-weight: bold;
		color: #000000;
		text-transform: uppercase;
		text-decoration: none;
	}
	.slogan01 {
		width: 100%;
		display: block;
		float: left;
		position: relative;
		padding: 3px 0;
		font-size: 5.0pt;
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #000000;
		text-transform: uppercase;
		text-decoration: none;
	}
	.slogan02 {
		width: 100%;
		display: block;
		float: left;
		position: relative;
		padding: 3px 0;
		font-size: 8pt;
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #000000;
		text-transform: uppercase;
		text-decoration: underline;
	}

	/* Gestion de la page */
	#bandeau_boutique{
		display: block; 
		width: 100%; 
		height: auto; 
		margin: 0px auto 0px auto; 
		border: 0;
	}
	#catalogue_boutique {
		display: block;
		position: relative;
		width: 100%;
		background:#1d6faa; 
		border-radius:5px; 
		padding:1% 0%; 
		margin:10px 0px; 
		color:white;
	}
	#catalogue_boutique i {
		color:white; 
		font-size:25px;
	}
	#formulaire_boutique {
		display: block;
		position : relative;
		background: #ffffff;
		border-top : 0px solid #eaeaea;
		border-right : 1px solid #eaeaea;
		border-left : 1px solid #eaeaea;
		border-bottom : 1px solid #eaeaea;
		width : 100%;
		margin-right : auto;
		margin-left: auto;
		margin-bottom: 15px;
		border-radius : 0px 0px 5px 5px;
		padding: 0px;
		text-align: center;
		box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
	}
	hr.formulaire_boutique{
		display: block;
		position: relative;
		float: left;
		width: 100%;
		border-right : 0px;
		border-left : 0px;
	}
}

@media screen and (min-width: 450px) and (max-width: 850px){
	/* Gestion du header */
	header{
		width:100%;
		min-height:100px;
	}
	#entete {
		width: 500px;
		height: 100px;
		margin-right: auto;
		margin-left: auto;
		display: block;
		position: relative;
		z-index: 1;
		visibility: visible;
	}
	#logo {
		width: 95px;
		display: block;
		float: left;
		position: relative;
		padding: 10px 5px 10px 0px;
	}
	#title {
		width: 400px;
		display: block;
		float: left;
		position: relative;
		padding: 5px 0 0 0;
	}
	.company0 {
		width: 100%;
		display: block;
		float: left;
		position: relative;
		padding: 3px 0;
		font-size: 13pt;
		font-family: Tahoma, sans-serif;
		font-weight: bold;
		color: #000000;
		text-transform: uppercase;
		text-decoration: none;
	}
	.slogan01 {
		width: 100%;
		display: block;
		float: left;
		position: relative;
		padding: 3px 0;
		font-size: 6.5pt;
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #000000;
		text-transform: uppercase;
		text-decoration: none;
	}
	.slogan02 {
		width: 100%;
		display: block;
		float: left;
		position: relative;
		padding: 3px 0;
		font-size: 12pt;
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #000000;
		text-transform: uppercase;
		text-decoration: underline;
	}

	/* Gestion de la page */
	#bandeau_boutique{
	display: block; 
	width: 95%; 
	height: auto; 
	margin: 0px auto 0px auto; 
	border: 0;
}
	#catalogue_boutique {
		display: block;
		position: relative;
		width: 100%;
		background:#1d6faa; 
		border-radius:5px; 
		padding:1% 0%; 
		margin:10px 0px; 
		color:white;
	}
	#catalogue_boutique i {
		color:white; 
		font-size:25px;
	}
	#formulaire_boutique {
		display: block;
		position : relative;
		background: #ffffff;
		border-top : 0px solid #eaeaea;
		border-right : 1px solid #eaeaea;
		border-left : 1px solid #eaeaea;
		border-bottom : 1px solid #eaeaea;
		width : 95%;
		margin-right : auto;
		margin-left: auto;
		margin-bottom: 15px;
		border-radius : 0px 0px 5px 5px;
		padding: 0px;
		text-align: center;
		box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
	}
	hr.formulaire_boutique{
		display: block;
		position: relative;
		float: left;
		width: 100%;
		border-right : 0px;
		border-left : 0px;
	}
}
