/******************************************************************
*******************************************************************

Template Name: Treviso
Theme URI: http://themeforest.ninetofive.me/treviso/
Description: Responsive HTML5 Template
Author: ninetofive
Author URI: http://www.ninetofive.me
Version: 1.0
							
Designed & Handcrafted by Zan from ninetofive.me
									
*******************************************************************
******************************************************************/

/******************************************************************
	Fonts
******************************************************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);								
									
/******************************************************************
	This is the CSS Reset
******************************************************************/
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;
}
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;
}
html, body {
	width: 100%;
	height: 100%;
	background: #FBFAF7;
	letter-spacing: 0.025em;
	-webkit-font-smoothing: subpixel-antialiased;
}

/******************************************************************
	Text Selection Styles
******************************************************************/
::selection {
	background: #DFF2FF;
	color: #fff;
}
::-moz-selection {
	background: #DFF2FF;
	color: #fff;
}
::-webkit-selection {
	background: #DFF2FF;
	color: #fff;
}
a {
	outline: none;
}

/******************************************************************
	General
******************************************************************/

/*#616161 color description : Very dark gray.*/								
a {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 8pt;
	color: #616161;
}


b {
	font-weight: bold;
}

/*#848484 color description : Dark gray.*/
p {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #848484;
	font-size: 12px;
}

/*#330000 color description : Very dark red = impression de noir*/
h1 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #330000;
	text-decoration: none;
	font-size: 20px;
}

/*#454544 color description : Very dark grayish yellow = impression de noir*/
h2 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #66913b;
	text-decoration: none;
	font-size: 20px;
}
h3 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 18px;
}
h4 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 16px;
}
h5 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 14px;
}
h6 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 12px;
}
.hidden {
	display: none;
}
.block {
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/******************************************************************
	Colors
******************************************************************/
.white {
	color: #FFF;
}
/*#6093e7 color description : Soft blue.*/
.color {
	color: #6093e7;
}
.dark-gray {
	color: #4b4b4b;
}
.mid-gray {
	color: #ababab;
}
.light-gray {
	color: #cfcfcf;
}

/******************************************************************
	Main
******************************************************************/
.content {
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* #6093e7 color description : Soft blue. #f6f6f6 color description : Very light gray (mostly white). #616161 color description : Very dark gray.*/
div.pagetitle {
	width: 100%;
	
	height: 120px;
}
div.pagetitle h1 {
	line-height: 120px;
	color: #FFF;
	text-align: center;
}
p.main {
	font-size: 15px;
	text-align: center;
	margin: 50px auto;
	font-weight: 400;
}


/******************************************************************
	Hero Images
******************************************************************/
.hero {
	width: 100%;
	height: 30%;
}
.home.hero {
	background-image: url(../images/home_bg.jpg);
	background-size: cover;
}
.overlay {	
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}
.herowrapper {
	position: absolute;
	top: 17%;
	height: 40px;
	margin-top: -5px;
	left: -0.5%;
	width: 100%;
	
}
.herowrapper h1 {
	text-align: center;
	color: #FFFFFF;
	font-size:30px;
	font-weight: 500;
}

/*a.scrolldown enlevé*/

/******************************************************************
	Sidebar des widgets enlevée
******************************************************************/

/******************************************************************
	Menu 1
******************************************************************/
.menubar {
	position: fixed;
	top: 0px;
	height: 50px;
	width: 100%;
	z-index: 9999;
	background-color: #FBFAF7;
	margin-top: 0px;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}



/*Very light gray (mostly white).*/

/* #66913b color description : Dark moderate green.ainsi que #527c29 color description : Dark moderate green.*/
.mainmenu {

	background-color: #FBFAF7;
	
}

ul.mainmenu {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	text-align: center;	
	text-transform: uppercase;
	font-weight: 300;
	
}
ul.mainmenu li {
	cursor: pointer;
	display: inline-block;
	padding: 15px 10px 15px 10px;
	}

/* Auparavant #66913b vet légèrement plus clair*/
ul.mainmenu li a {
	font-size: 12px;
	color: #537530;
	font-weight: 500;
	
}

ul.mainmenu li:hover a {
	color: #C1C641;
		
}
ul.mainmenu li.active a {
	font-weight: 400;
	color: #A06D36;
}
/*#6093e7 color description : Soft blue.*/

/******************************************************************
	Menu 2 enlevé
*******************************************************************/


/******************************************************************
	jCarousel - les boutons
******************************************************************/
.jcarousel-prev, .jcarousel-next {
	width: 20px;
	height: 20px;
	background-image: url(../img/carouselcontrols.png);
	background-repeat: no-repeat;
	background-color: #6093e7;
	cursor: pointer;
	position: absolute;
}
.jcarousel-prev-disabled, .jcarousel-next-disabled {
	width: 20px;
	height: 20px;
	background-image: url(../img/carouselcontrols.png);
	background-repeat: no-repeat;
	background-color: #cfcfcf;
	cursor: pointer;
	position: absolute;
}
.jcarousel-next, .jcarousel-next-disabled {
	background-position: -20px 0px;
	top: -25px;
	right: 0px;
}
.jcarousel-prev, .jcarousel-prev-disabled {
	top: -25px;
	right: 22px;
}

/******************************************************************
	Footer enlevé
******************************************************************/

/******************************************************************
	Home Page
******************************************************************/
div.section.full {
	text-align: center;
	margin: 20px 0px;
	clear: both;
	width: 960px;
	overflow: hidden;
}
div.section.full li {
	width: 220px;
	margin-top: 20px;
	margin-right: 26px;
}
div.section.block {
	width: 220px;
	height: 259px;
	background-color: rgba(238,232,170, 0.62);
	text-align: center;
	float: left;
	cursor: pointer;
}
/* #f6f6f6 : Very light gray (mostly white).*/
div.section.block h5 {
	margin-top: 15px;
}
div.section.block h6 {
	color: #838282;
}
div.section.block img {
	width: 220px;
	height: 259px;
	display: block;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 1;
}
div.section.block .content {
	width: 220px;
	height: 85px;
	position: absolute;
	z-index: 5;
	background-color: #f6f6f6;
	margin-top: 104px;
}
div.section.block .hover {
	width: 220px;
	height: 185px;
	position: relative;
	z-index: 10;
	display: none;
}
div.section.block .hover.content {
	width: 220px;
	height: 182px;
	position: relative;
	display: block;
	background-color: rgba(96, 147, 231, 0.6);
	z-index: 10;
	border-bottom: 3px solid #6093e7;
	margin-top: 0px;
}
div.section.block .hover.content h2 {
	padding-top: 40px;
	font-size: 40px;
	font-weight: 400;
	color: #FFF;
}
div.section.block .hover.content h5 {
	font-weight: 400;
	color: #FFF;
}
div.section.block .hover.content h6 {
	font-weight: 400;
	color: #FFF;
}
div.section.full li:last-child  {
	margin-right: 0px;
}
div.section.block.blog {
	text-align: left;
	height: 220px;
}
div.section.block.blog .hover {
	left: -10px;
}
div.section.block.blog img {
	height: 220px;
}
div.section.block h2 {
	text-align: center;
}
div.section.block.blog h5, div.section.block.blog h6, div.section.block.blog a {
	margin-left: 20px;
}
div.section.block.blog .content h5 {
	margin-top: 8px;
}
div.section.block.blog .content {
	height: 220px;
}
div.section.block.blog .hover {
	height: 217px;
}
a.readmore {
	display: block;
	margin-top: 5px;
}
div.section.block.blog .hover a.readmore {
	color: #FFF;
}

/* fichier video et Texte A propos de*/
/*titre*/
.lecture2{
		text-align: center;
		letter-spacing: .2rem;
		line-height : 60px;		
		color: #ffffff;
		font-size:14px;
		text-transform: uppercase;
		word-spacing: 10px;
	    font-weight: 200;
	    text-shadow: 1px 1px 2px #ffffff;
		}

/*div conteneur vert général n°1*/		
	.colorvideo {
	 
	  margin: auto;
	  width: 100%;
	  height: auto;	 
	  background: #66913b;
	 text-align: center;
		}
	.tableau{
		display: -moz-inline-stack;
		display: inline-block;
		display: table;	 
		width: 999px;
		height: auto;
		margin: auto;	 
		background: #66913b;
		align: center;
      }
		
	/* conteneur général 2 contenant le dernier paragraphe et le pied de page*/	
	.colorvideoB{
	clear: both;
	  margin: 0 auto;
	  width: 100%;
	  height: auto;	 
	  background: #66913b;
	 text-align: justify;
		}
			
	/*div conteneur vert 3*/		
	.colorvideo2 {	
	  margin: auto;
	  width: 999px;
	  height: auto;	 
	  background: #66913b;
	 text-align: justify;
		}
		
	/*option ; noir -----------------------*/		
	.colorvideoBis {
	display: -moz-inline-stack;
    display: inline-block;
	display: table;	  
	  margin: 0 auto;
	  width: 100%;
	  height: auto;	 
	  background: #000000;
	 text-align: center;
		}	
		
	/*div conteneur 2*/		
	.colorvideo2Bis {
	  margin: 0 auto;
	  width: 999px;
	  height: auto;	 
	  background: #000000;
	 text-align: justify;
		}	
	/*----------------------------*/	
		
		
		
/*Video Elise------------------------*/
 .cell{
 	display: -moz-inline-stack;
    display: inline-block;
	vertical-align: top;	
	width : 350px;
	margin-right: 25px;
	margin-left: 25px;
	}
 .invis{
		 display: -moz-inline-stack;
    	display: inline-block;		
		display: table-cell;
		width: 100px;
		height: auto;
		}	
 
 
 .cell2{
 		display: -moz-inline-stack;
    	display: inline-block;		
		display: table-cell;
		width: 640px;
		height: auto;
		vertical-align: top;
		text-align: left;
		margin-top: 30px;
		margin-left: 50px;
		background-color: #000000;
	   
			
		}
		
	.bord{
		border-width:8px;
		border-style: inset;
		border-color: #000000;
		}
	
		
	/*----------------*/	
		/* video Elise sur ancienne version site*-------------------------------*/
	.VideoElise{
	display: inline;
	margin-top: -10vh; /* 50= poussé de la moitié de hauteur de viewport */
  transform: translateY(-15%); /*50= tiré de la moitié de sa propre hauteur */
		}		
	
	/*-----------------------*/
	
			
	.Text1VideoElise{
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align: top;	
	width : 350px;
	margin-right: 25px;
	margin-left: 25px;	
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.25em;
	font-style: normal;
	font-weight: normal;
	color: #f6f6f6;
	text-align:justify;		
	}
	
	.Text2{
	vertical-align: top;
	text-align: justify;
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.25em;
	font-style: normal;
	font-weight: normal;
	color: #f6f6f6;
			}
	
	.menu3{	
	color: #f6f6f6;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;	
	 	}
		
	/*fin textes video Elise*/



/************************************************************************************
	Mobile - 1515px pour le menu principal - (960px le menu carrousel aligné au centre)
*************************************************************************************/
@media all and (max-width: 1515px) {
	ul.portfolio li {
		width: 50%;
	}
}


