* {
	margin:0px;
	padding:0px;
	font-size: 14px;
}

p {
	padding:5px;
}

html {
   background-color:white;
}
			
body {
   padding:10px;
   font-family: arial, serif;
   margin:auto;
   background-color:#ffffe6;
   background-color:#eff1f5;
   border:2px solid black;
   max-width: 400px; /* Largeur maximale sur les grands écrans */
   width: 90%;
   margin-top:20px;
   margin-bottom:20px;
}

.icono_click {
	margin-left:5px;
	vertical-align:top;
}

.icono_click:hover {
	cursor:pointer;
}

.option {
	color:red;
	text-decoration: underline;
	font-size:12px;
}

.option:hover {
	cursor:pointer;
}

.link {
	color:blue;
	text-decoration: underline;
}

.link:hover {
	cursor:pointer;
}


fieldset {
	max-width: 400px;
	width: 100%;
  	border:none;
  	margin-top:20px;
}

input {
	margin-bottom:5px;
}

textarea {
	height:100px;
}

input, textarea, select, button {
	max-width: 400px;
	width: 100%;
	box-sizing: border-box;
}

.notice { margin:.75rem 0; padding:.75rem 1rem; border:1px solid #e0e0e0; border-radius:8px; background:#fafafa; font-size:.95rem; }
.notice--warn { border-color:#f5c06b; background:#fff8e6; }
.is-hidden { display:none !important; }
