html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body
{
	left: 0;
	top:0;
	background: #fff;
	font-family: "franklin-gothic-compressed",sans-serif;
	
}

.centrer
{
	width: 1600px;
	overflow: hidden;
	margin: 0 auto;
}

.head
{
	position: absolute;
	height: 300px;
	background: url('images/fond-head.png') repeat-x center bottom;
	width: 100%;
	top:0;
	left: 0;
}

.head .logo
{
	float: left;
	margin-top: 20px;
}

.head .logos-bio
{
	float: left;
	margin-top: 50px;
	margin-left: 200px;
}

.head .logo-fr
{
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
}

.head .logo-arbre
{
	position: absolute;
	top:50px;
	left: 50%;
	transform: translateX(-50%);
	width: 190px;

}

.head .menu
{
	float: right;
	margin-top: 100px;
	text-transform: uppercase;
}

.head .menu span
{
	margin-right: 30px;
	font-size: 22px;
	float: left;
	line-height: 23px;
	text-align: center;
}

.head .menu .bouton
{
	line-height: 26px;
	font-size: 26px;
	background: #000;
	float: left;
	width: 230px;
	text-align: center;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -20px;
}

.content
{
	background: url('images/fond-chelly.jpg') no-repeat center ;
	background-size: cover;
	height: calc(100vh - 160px - 120px);
	margin-top: 160px;
	min-height: 900px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 1px;
}

.content .big
{
	font-size: 48px;
	display: block;
	line-height: 44px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 40px;
}

.content .trait
{
	width: 1px;
	height: 60px;
	background: #000;
	display: block;
	margin: 0 auto;
	margin-top: 150px;
}

.content h1
{
	padding-top: 50px;
	padding-bottom: 50px;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 26px;
}

.noix
{
	width: 220px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.footer
{
	background: #000;
	color:#fff;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer .left
{
	width: 800px;
}

.footer .titre-foot
{
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.footer .titre-foot img
{
	margin-bottom: -2px;
}

.footer p
{
	font-size: 26px;
}

.footer .left+.left
{
	width: 260px;
}

.ig
{
	margin-top: -10px;
}

.footer .right
{
	width: 260px;
}

.mobile
{
	display: none;
}

@media (max-width: 1640px)
{
	.centrer
	{
		width: 1140px
	}

	.head .menu .bouton
	{
		line-height: 22px;
		font-size: 22px;
		width: 170px;
		margin-top: -14px;
	}

	.head .logos-bio
	{
		margin-left: 30px;
		width: 150px;
	}

	.head .menu span {
	    margin-right: 20px;
	    font-size: 20px;
	    line-height: 20px;
	}

	.footer .left
	{
		width: 540px;
	}

	.footer .left+.left,
	.footer .right
	{
		width: 200px;
	}

	.content
	{
		min-height: 0;
		height: 900px;
	}


}

@media (max-width: 1200px)
{
	.centrer
	{
		width: 980px
	}

	.head .logo
	{
		width: 200px;
		margin-top: 30px;
	}

	.head .logos-bio
	{
		width: 100px;
		margin-top: 60px;
	}

	.head .menu .bouton
	{
		font-size: 16px;
		line-height: 20px;
		width: 120px;
	}

	.head .menu span
	{
		font-size: 16px;
		line-height: 20px;
	}

	.footer p
	{
		font-size: 20px;
	}

	.footer .left
	{
		width: 500px;
	}

	.footer .left+.left,
	.footer .right
	{
		width: 160px;
	}
}

@media (max-width: 981px)
{

	.desktop
	{
		display: none;
	}

	.mobile
	{
		display: block;
	}

	.centrer
	{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.head .logo-fr
	{
		width: 75px;
	}

	.head .logo-arbre
	{
		width: 100px;
		top:65px;
	}

	.head
	{
		height: 200px;
		background-size: auto 200px;
	}

	.head .menu
	{
		position: absolute;
		left: 0;
		width: 100%;
		margin: 0;
		top:30px;
		text-align: center;
	}

	.head .menu span
	{
		font-size: 14px;
		line-height: 13px;
		float: none;
		display: inline-block;
		margin-right: 0;
	}

	.head .menu span+span
	{
		margin-left: 10px;
	}

	.head .menu .bouton
	{
		display: none;
	}

	.head .logos-bio
	{
		position: absolute;
		right: 20px;
		top: 10px;
		width: 60px;
	}

	.content
	{
		margin-top: 110px;
		padding-bottom: 20px;
		background: url('images/fond-mobile.jpg') no-repeat center bottom;
		background-size: cover;
		height: auto;

	}

	.content .trait
	{
		height: 20px;
		margin-top: 90px;
	}

	.bloc-principal
	{
		text-align: center;
	}

	.bloc-principal .logo
	{
		display: inline-block;
		margin-top: 20px;
	}

	.content .big
	{
		font-size: 20px;
		line-height: 20px;
		padding-top: 0;
	}

	.noix
	{
		width: 100px;
		margin-top: 20px;
	}

	.content .contact
	{
		margin-top: 40px;
	}

	.content .contact span
	{
		font-size: 16px;
		text-transform: uppercase;
		display: block;
	}

	.content .contact .bouton
	{
		font-size: 22px;
		background: #000;
		height: 50px;
		line-height: 50px;
		color:#fff;
		border-radius: 4px;
		border:1px solid #fff;
		margin-top: 5px;
		display: inline-block;
		padding: 0 20px;
	}

	.footer .centrer
	{
		position: relative;
	}
	.footer .mail
	{
		font-size: 22px;
		text-decoration: underline;
		color:#fff;
		display:block;
		text-align: center;
	}

	.footer .ig
	{
		right: 0;
		top:-7px;
		right: 10px;
		margin: 0;
		position: absolute;
	}

	.footer .ig img
	{
		width: 35px;
	}

	.footer .adresse
	{
		margin-top: 10px;
		font-size: 14px;
		display: block;
		text-align: center;
	}

	.head .menu br
	{
		display: none;
	}

}



