@import url('https://fonts.googleapis.com/css?family=Cantata+One|Raleway&display=swap');
@font-face {
	font-family:'ElegantIcons';
	src:url('/_font/ElegantIcons.eot');
	src:url('/_font/ElegantIcons.svg') format('svg');
	src:url('/_font/ElegantIcons.ttf') format('ttf');
	src:url('/_font/ElegantIcons.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}
* {box-sizing:border-box}
html {
  scroll-behavior: smooth;
}
body {
	background-color: #4F4844;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #444;
	font-family: Raleway, sans-serif;
}

a {
	color: #5d5d5d;
}
header {margin:20px auto 350px;background: rgba(255,255,255,1);padding:16px 0 10px;}
h1 {
	font-weight: bold;
	margin: 0px auto 12px;
	padding: 4px auto;
	color: #FBA04F;
	color: inherit;
	text-align: center;
	letter-spacing: 2px;
	font-size: 40px;
	text-shadow:1px 1px 2px rgba(255,255,255,0.5);
	color: #A82B00;
	font-family: 'Cantata One', serif;
	clear:both;
}
h1 span:nth-child(2){
	font-size: 30px;
	margin:auto 20px;
	display:block;
}
h1 {
}
h2 {
	font-size: 30px;
	font-weight: normal;
	margin: 4px;
	margin-top: 12px;
	padding: 0px;
	color: #FFE793;
	color: #4F4844;
	text-align:center;
	letter-spacing: 2px;
	text-shadow:1px 1px 3px rgba(0,0,0,0);
}
h3 {
	margin: 12px auto 8px ;
	padding: 0px 10px 4px 0px;
	font-weight: normal;
	font-size: 24px;
	border-bottom: solid 0px #A82B00;
	clear:both;
	max-width:1200px;
	text-align:left;
	color: #A82B00;
}

label {
	text-align:left;
	font-size:inherit;
	display: block;
    vertical-align: top;
	line-height:100%;
	color:#222;
	margin-bottom:0;
	margin-top:10px;
	font-size:0.9em;
}
input[type="email"],textarea {
	border:solid 1px #999;
	width:400px;
	border-radius:3px;
	border:solid 1px rgba(0,0,0,0.4);
	margin:3px;
	font-family: inherit; 
	font-size: 0.9em;
	padding:3px;
}
input[type="submit"] {
	margin:6px auto;
	font-size:1em;
	padding:4px;
	width:400px;
}

div#contact{
	position:fixed;
	z-index:1;
	width:100%;
	background: #fff;
	text-align:left;
	font-size:16px;
	height:24px;
	top:0;
	font-weight:bold;
	padding-top:2px;
	border:solid 0px;
}
div#contact span{
	font-family:'ElegantIcons';
	position: relative;
	margin-right: 4px;
	margin-left:16px;
	top:1px;
}
div#contact a:nth-child(1):before  {
	/*font-family:'ElegantIcons';
	content: "\e090";
	position: relative;
	top: 2px;
	margin-right: 2px;*/
}
div#contact a {margin:0;}

div#fond1{
	position:fixed;
	z-index:-1;
	height:550px;
	width:100%;
	background: no-repeat center url("/images/webmaster/avignon_webmaster2.jpg");
}

section {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
	max-width:100%;
	clear:both;
	margin:auto;
	margin-bottom:12px;
	padding-top:10px;
	padding-bottom:10px;
}

section div {
	max-width:750px;
	margin:10px;
}
section div p{
	max-width:750px;
	margin:6px;
	text-align:justify;
}
section div li{
	margin:6px;
	margin-left:40px;
	list-style: inside;
}


#main {
	background-color:#FFFFFF;
	width:100%;
	margin:0;
	font-size: 1em;
	overflow:auto;
	
}
#main > div {max-width:1200px;margin:auto;	padding:6px 12px;}
#main strong{
	color: #222;
}
#main li{

}
#main p{
}
#contact {
	display: flex;
  flex-flow: row wrap;}
#contact div{
	vertical-align:middle;
}
.contactezMoi {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	width:750px;
}

.sites {
	clear:both;
}
.sites a {
	color: #FF8000;
	color: #FBA04F;
	font-weight: 700;
}


.sites > ul  {
	display:flex;
	justify-content: space-around;
	max-width:1000px;
	padding:0;
	flex-wrap: wrap;
	margin:auto;
}
.sites > ul > li {
	width:300px;
	margin:12px 12px 20px;
	text-align:left;
	list-style: none;
	font-size:12px;
	border:solid 0px;
}
.sites > ul > li a{
	font-weight:bold;
	display:block;
	padding:0px 0 5px;
	text-align:center;
	font-size:1.2em;
	background: rgba(0,0,0,0.6);
	transition: 0.6s;
}
.sites > ul > li:hover a{
	background: rgba(0,0,0,0);
}
.sites > ul > li img{
	display:block;
	width:100%;
	height:auto;
	border:solid 1px #666;
	box-sizing:border-box;
	filter: grayscale(1) contrast(120%);
	transition: 0.4s;

}
.sites > ul > li:hover img{
	filter: grayscale(0) contrast(100%);
}

.center {
	text-align:center;
	}
#cartedevisite {
	text-align:center;
	font-size:16px;
	clear:both;
	background:white;
}
#basdepage p{
	color: #d7d7d7;
	text-align:center;
	font-size:12px;
	font-family: Arial,Helvetica,sans-serif;
}
#basdepage a{
	color: #d7d7d7;
}
@media screen and (max-width: 750px) {
	.contactezMoi {
		width:auto;
		flex-direction:column;
	}
}
@media screen and (max-width: 600px) {
	.image {
		width:320px;
		height:auto;
		float:none;
		margin:auto;
	}
	h1 {
		font-size: 30px;
		letter-spacing: normal;
		margin: 4px;
	}
	h1 span:nth-child(2){
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
		font-weight: normal;
		margin: 4px;
		padding: 0px;
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 400px) {
	input[type="email"],textarea {
		width:100%;
	}
}
