*
{
	font-family: Times New Roman, Arial, Serif;
} 
header
{
	width: 100%;
	z-index:10;
}
section
{
	width: 100%;
	z-index:9;
}
body
{
	 background-image: url("../image/profil2.jpeg");
	 background-repeat: no-repeat;
	 background-attachment: fixed;
	 background-position: top center;
	 background-size: cover;
}
h2
{
	color: black;
	font-size: 22px;
	font-style: normal;
	text-align: center;
}
p
{
	color: black;
	font-size: 15px;
	background-color: white;
    opacity: 0.6;
	font-weight: bold;
}
.flex-containermenu
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	background-color: silver;
}
.flex-containermenu > div 
{
	flex: 1 1 auto;
	background-color: silver;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	margin: 5px;
	padding: 5px;
	border: 1px solid;
}
.flex-containermenu > div a
{
	display: block;
    padding: 0;
	color: black;
	text-decoration: none;
}
.flex-containertitre
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.flex-containertitre > H1
{
	flex: 1 1 auto;
	background-color: none;
	text-align: center;
	line-height: 35px;
	font-size: 35px;
	margin: 0;
	padding: 0;
	font-style: italic;
}
#glacesorbet
{
	font-size: 15px;
	width:350px;
	z-index:8;
	background-color: white;
    color: black;
    opacity: 0.6;
	font-weight: bold;
}#glacesorbet td
{
	vertical-align: top;
	text-align: center;
}

#glacesorbet li
{
	border: none;
	text-align: left;
}
.souligne
{
    text-decoration: underline;
}
footer
{
	position: fixed;
	right: 5px;
	bottom: 5px;
	text-align: right;
	border: 1px solid;
	padding: 0 5px 0 5px;
	line-height: 15px;
	background-color: white;
    opacity: 0.6;
}
footer p
{
	color: black;
	font-size: 10px;
	font-weight: bold;
}
.flex-containercontact
{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: start;

}
.flex-containercontact > div
{
	flex: 0 0 30px;
	width:270px;
	background-color: white;
	opacity:0.6;
	text-align: left;
	line-height: 30px;
	font-size: 15px;
	margin: 5px;
	padding: 10px;
	border: 1px solid;
}
.flex-containercontact > div a
{
	display:inline;
}
iframe {
    border: 1px solid black;
    width: 100%;
	height: 300px;
}

.output {
    background: #eee;
}