/* RESET
   https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */
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%;
  vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
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;
}
iframe{
	width:100%;
}
html {font-size: 16px;}
p img{max-width: 100%;  width: auto;}
a img{vertical-align:bottom;}
* {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: content-box;
  -o-box-sizing: border-box; 
  -ms-box-sizing: border-box; 
  box-sizing: border-box; 
}
b{font-weight: bold;}
em{font-style: italic;}
a{
    text-decoration: none;
}
p{
    line-height:1.7;
    margin: 15px 0;
}
hr{
    margin: 30px 0;
}
ul.puces li{
    list-style: disc inside;
}
body{
    font-family:'lato', sans-serif;
    margin: 0px;
    padding: 0px;
	background: #f3f2ed;
    font-weight: 300;
    color: #8A8A8A;
    min-width: inherit !important;
}
.aligne{
    display:inline-block;
    vertical-align: top;  
}
.pad{padding-right:15px;}
body.index{
        overflow:hidden;
        background-color:#323338;
}
#header .container{
    width:100%;
}
nav.menu{
    width:100%;
    text-align: center;
    font-weight:400;
    z-index:3;
    position: relative;
    background-color: #323338;
}
.index nav.menu{
    position:relative;
}
.index nav.menu{
    width:100vw;  
}
.index header{
    position: absolute;
    z-index: 3;
    width: 500px;
    left: 2%;
    font-size: 4em;
    color: #f8f8f8;
    top: 15vh;
    padding: 15px;
}
.index mark{
    background-color: rgba(50,51,56,0.8);
    color:#f8f8f8;
}
#bulles{
    width:100%;
}
#bulles li{
    position: absolute;
    z-index:2;
}
#bulles li.une{
    top:52vh;
    left:8%;
}
#bulles li.deux{
    top:5vh;
    left:15%;
}
#bulles li.trois{
    top:66vh;
    left:28%;
}
#bulles li.quatre{
    top:57vh;
    left:35%;
}
#bulles li.cinq{
    top:72vh;
    left:47%;
}
#bulles li.six{
    top:5vh;
    left:43%;
}
#bulles li.sept{
    top:54vh;
    left:62%;
}
#bulles li.huit{
    top:55vh;
    left:68%;
}
#bulles li.neuf{
    top:5vh;
    left:70%;
}
#bulles li.dix{
    top:60vh;
    left:80%;
}
#bulles li.onze{
    top:5vh;
    left:92%;
}
#bulles li span{
    background-image: url('../../images/cercle2.png');
    height:50px;
    width:50px;
    display: block;
    cursor: pointer;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
     -webkit-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
#bulles li span:hover{
     -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
#bulles li p{
    width:350px;
    color:#f8f8f8;
    padding:10px;
    line-height: 1.25;
    display:none;
    margin:0;
}
#bulles li.trois p{
    margin-top: -58%;
    margin-left: -83%;
    text-align: right;
}
#bulles li.cinq p{
    margin-top: -54%;
}
#bulles li a{

}
#bulles li strong{
    color:#f8f8f8;
    display: inline;
    background-color: rgba(50,51,56,0.8);
}
nav.menu li{
    display:inline-block;
    vertical-align: middle;
    width:9.7%;
    font-variant: small-caps;
    text-align: center;
    padding: 12px 0;
    line-height: 1;
     -webkit-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
nav.menu li:hover{
     -webkit-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    background-color: #fff;
}
nav.menu li a{
    color:#b8b8b8;
}
nav.menu li a:hover{
    color:#323338;
}
nav.menu li.logo{
    background: url('../../images/logo.jpg') no-repeat center / contain;
    height:5vh;
    width:8%;
    text-indent: -5000px;
    margin:0;
}
nav.menu .logo a{
    display:block;
    width:100%;
    height:100%;
}
nav.menu li.active{
    background-color:#fff;
}
nav.menu li.active a{
    color:#323338;
}
#nav > ul > li.lang > ul{
    display: block;
}
nav.menu li.lang{
    width:3%;
    padding:0;
}
nav.menu li.lang:hover{
    background-color: transparent;
}
nav.menu li.lang ul li{
    display:block;
    padding:0;
    text-align: center;
    width: 100%;
    border: 1px solid #fff;
    padding: 2px 0;
}
footer{
    width:100vw;
    height:5vh;
    position:relative;
}
#footer #box3 li{
    font-variant: small-caps;
}
#box1 h3, #box2 h3{
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    margin-top:10px;
}
#box1 a{
    display: inline-block;
    color:#000;
}
.index #page{
    position:relative;
    height:95vh;
    opacity:0;
    overflow-y:hidden;
}
#content_img{
    width:auto;
    height:90vh;
    position:absolute;
    display:block;
    cursor:move;
}
#pano{
    width:100%;
}
.vers_droite,
.vers_gauche{
	position:fixed;
	width:5%;
	height:87vh;
	cursor:pointer;
	z-index: 40000000;
	top:7vh;
}
.vers_droite{
	right:0;
	background: url("../../images/droite.png") no-repeat center;
	opacity:0.5;
}
.vers_gauche{
	left:0;
	background: url("../../images/gauche.png") no-repeat center;
	opacity:0.5;
}
/*pages internes*/
#logo img{
    max-width:1200px;
    width:100%;
}
.icone{
    display: inline-block;
    line-height:1;
    background-repeat:no-repeat;
    background-size:contain;
    height:75px;
    width:75px;
    vertical-align: middle;
    background-position: 0 center;
}
.agroof{
    background-image: url('../../images/agroof.png');
}
.rouma{
    background-image: url('../../images/roumassouze.jpg');
}
.emmah{
    background-image: url('../../images/Logo-Principal_inra_logo.png');
}
.ecosoils{
    background-image: url('../../images/logo_ecosoils.jpg');
}
.amap{
    background-image: url('../../images/logo_AMAP.gif');
}
.imbe{
    background-image: url('../../images/imbe.png');
}
.irstea{
    background-image: url('../../images/irstea.png');
}
.fdf{
    background-image: url('../../images/fdf.png');
}
.picard{
    background-image: url('../../images/picard.gif');
}
.humus{
    background-image: url('../../images/humus.jpg');
}
.symbio{
    background-image: url('../../images/symbio.png');
}
.partenaires div h3{
    font-size:1.75em;
}
.partenaires #content header h3{
    font-weight: 400;
}
.partenaires #content a{
    color:#8A8A8A;
}
.partenaires #content a:hover{
    color:#323338;
}
.partenaires #content header hr{
    height:5px;
    background-color: #323338;
}
.partenaires #content ul li{
    list-style: disc inside;
}
.partenaires #content .first{
    padding-right:30px;
}
.parten div{
    margin-bottom:30px;
}
figcaption{
    text-align: center;
    margin:5px 10px 30px 10px;
}
.projets #page ul.style3 li {
	padding: 20px 15px 5px 0px;
	border-top: none;
}
.cc{
    text-indent:100px;
    background: url('../../images/CC.png') no-repeat 0 0;
}
.cc a{color:#000;}

/*map*/
area{
   
}
/*
	Synchronous by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*@charset 'UTF-8';
@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
		font-weight: 300;
	}

	strong {
		font-weight: 700;
		color: #2A2A2A;
	}

	/* ../images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}
.bord{
    border:1px solid #F3F2ED;
}


	.template header
	{
		margin-bottom: 2.5em;
	}

	.template header h2
	{
		letter-spacing: -2px;
		text-transform: uppercase;
		font-weight: 900;
		font-size: 2em;
		color: #323338;
	}

	.template header .byline
	{
	}
	
#sidebard2 .fas::before{font-size:1.3em;}
#sidebard2 .fa-user::before{font-size:1em;}
#sidebard2 .fas.small::before{font-size:0.8em;}
.fas.small::before{font-size:0.8em;}
/*.fa-question-circle{
    font-size: 3em;
    float:left;
    margin-right:5px;
}*/
.fotorama__wrap{
    background-color:#000;
}
.fotorama__caption{
    font-family: 'lato'!important;
    font-weight: 400;
    font-size:1.2em;
}
.fotorama__caption__wrap {
    background-color: rgba(0,0,0,0.5)!important;
    color: #f8f8f8!important;
}
/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul.style1 li {
	display: inline-block;
	padding: 1em 0em;
	border-top: 1px solid #E6E6E6;
	line-height: 160%;
    width:100%;
}
ul.style1 li ul li{
	border-top: none;
    padding: 0.5em 0;
    text-transform: none;
    margin-left:15px;
}
ul.style1 span
{
	margin-right: 0.75em;
}

ul.style1 a {
	text-decoration: none;
	color: #525252;
}
ul.style1 a.fin{
    display:inline-block;
    max-width:185px;
    vertical-align: middle;
    padding-left:5px;
}

ul.style1 a:hover {
	text-decoration: underline;
}

ul.style1 .first {
	border-top: none;
	padding-top: 0px;
    text-transform: uppercase;
}
ul.style1 .titre {
    margin-top:30px;
}
ul.style1 .first {
	border-top: none;
	padding-top: 0px;
    text-transform: uppercase;
}
/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 20px 0px 25px 0px;
	border-top: 1px solid #E7E5DA;
}

ul.style3 a {
	display: block;
	text-decoration: none;
	color: #525252;
}

ul.style3 a:hover {
	text-decoration: underline;
}

ul.style3 .date {
	display: inline-block;
	margin: 0px 0px 20px 0px;
	padding: 1em 1em;
	background: #323338;
	border-radius: 4px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

ul.style3 .date b {
}

ul.style3 .date a {
	color: #FFFFFF;
}

ul.style3 .date a:hover {
	text-decoration: none;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
}

/** BUTTON STYLE */

	/* Buttons */
		
		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 2em;
			padding: 1em 1.5em;
			background: #323338;
			border-radius: 4px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1.1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover
			{
				background: #1f2023;
				color: #FFF !important;
			}

.button-style {
	margin: 20px 0px 20px 0px;
}

.button-style a {
	padding: 7px 20px 7px 20px;
	background: #CEC3A0;
	border-radius: 5px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 1px #8A8B71;
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		text-align: center;
	}
	
	#content header
	{
		margin-bottom: 2em !important;
	}

	#content header h2
	{
		font-size: 3em;
	}
    #content header h3
	{
		line-height: 1.2em;
		font-size: 2em;
	}
	#content
	{
	}
#content ul li{
    line-height:1.5;
    padding: 0 0 10px 15px ;
}
#content ul li img{
    margin: 10px 0 30px 0 ;
    border:1px solid #323338;
    width:100%;
}
    #content h4
	{
		line-height: 1.2em;
		font-size: 1.4em;
        font-weight: bold;
	}
#content h5
	{
		line-height: 1.2em;
		font-size: 1.2em;
        font-weight: bold;
        margin:15px;
	}
	.template #page {
		padding: 5em 0em;
		background: #FFF
	}


	#footer
	{
		padding: 5em 0em;
	}


/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		text-align: center;
	}
	
	#copyright .container
	{
		padding: 3em 0em;
		border-top: 1px solid;
		border-color: rgba(0,0,0,.1);
	}
	
	#copyright a
	{
		text-decoration: none;
        color:#323338;
	}
	
	
	#main
	{
		padding: 5em 0em;
		background: #FFF
	}	