/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}


.acti{													/* Rouleau activites */
	height:30px;
	text-align:center;
	width:50px;
	background-image:url(images/Activites/Ruban_plus_orange.png);
	background-repeat:no-repeat;
	background-color:#000;
	background-size:contain;
	
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.acti:hover{
	height:30px;
	width:250px;
	background-color:#000;
}

#notext{													/* Rouleau activites */
	opacity:0;
	height:30px;
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#notext:hover{
	opacity:1;
}


.iti{													/* Rouleau contact */
	height:30px;
	text-align:center;
	width:50px;
	background-image:url(images/Activites/Ruban_plus_orange.png);
	background-repeat:no-repeat;
	background-color:#000;
	background-size:contain;
	
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.iti:hover{
	height:30px;
	width:800px;
	background-color:#000;
}

::-webkit-scrollbar {									/* Scrollbars */
	width: 4px;
	height: 14px;
	background: #FFF 0 repeat;
}



::-webkit-scrollbar-thumb {								/* Barre */
	border: solid 0 transparent;
	border-right-width: 0px;
	-webkit-border-radius:0px;
	-webkit-box-shadow: inset 0 0 0 1px rgb(79,79,79), inset 0 0 0 6px rgb(102,102,102);
}




ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}.canvas.gu12 .example-grid .Menu div a:hover {
	color: #F3542F;
}

/* Sticky footer */

* {
	margin: 0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 150px; /* .push must be the same height as .footer */
}

.footer {
	margin-top:-150px;
}

/* End of sticky footer */

/* Filtre alignement */

ul#iconfil {
display:table;
}
ul#iconfil li {
display:table-cell;
text-align:center;
width:146px;
line-height:40px;
}


span {
	width:280px;
	vertical-align:middle;
	display: inline-block;
	line-height: normal;
	text-align:right;
}


/* Menu fixe */

.Menu {
	padding:23px;
	height: 240px;
	width: 150px;
	margin-left:0;
	margin-top:200px;
	position:fixed;
	z-index:1000;
}

a {
text-decoration:none;
}

/* Menu */


.onmenu {
	background-repeat:no-repeat;
	height:40px;
	width:90px;
	color:#000;
	font-family:gotham;
	font-size:12px;
	line-height:40px;
	padding-left:40px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	background-position:left center;
    font-family: 'TradeGothicLTStdExtended';
}

.onmenu:hover{
	background-repeat:no-repeat;
	padding-left:0px;
	height:40px;
	width:150px;
	color:#F3542F;	
	background-position: 120px center;
    font-family: 'TradeGothicLTStdBoldExtended';

}


#hovermenu0 {
	background-image:url(images/Menu/Picto_black_00.png);
}

#hovermenu0:hover{
	background-image:url(images/Menu/Picto_orange_00.png);
}


#hovermenu1 {
	background-image:url(images/Menu/Picto_black_01.png);
}

#hovermenu1:hover{
	background-image:url(images/Menu/Picto_orange_01.png);
}

#hovermenu2 {
	background-image:url(images/Menu/Picto_black_02.png);

}

#hovermenu2:hover{
	background-image:url(images/Menu/Picto_orange_02.png);

}


#hovermenu3 {
	background-image:url(images/Menu/Picto_black_03.png);

}


#hovermenu3:hover{
	background-image:url(images/Menu/Picto_orange_03.png);

}


#hovermenu4 {
	background-image:url(images/Menu/Picto_black_04.png);

}

#hovermenu4:hover{
	background-image:url(images/Menu/Picto_orange_04.png);

}

#hovermenu5 {
	background-image:url(images/Menu/Picto_black_05.png);

}

#hovermenu5:hover{
	background-image:url(images/Menu/Picto_orange_05.png);

}


#hovermenu6 {
	color:#F3542F;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

}

#hovermenu6:hover{
color:#000;
 }

#hovermenu7 {
	color: #999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

#hovermenu7:hover{
color:#F3542F;
}


#hovermenu8 {
	color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

#hovermenu8:hover{
color:#F3542F;
}

#hovermenu9 {
	color: #000;
	line-height:40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

#hovermenu9:hover{
color:#F3542F;
}

/* Liens  */
#iti{
width:50px;
}

#iti:hover{
width:800px;
}

/* Liens Activités */

#hoverplus {
	text-align:left;
	width:50px;
	line-height:29px;
	height:51px;
	background:url(images/Activites/Rouleau_noir.png);
	background-position:right;
	background-repeat:no-repeat;

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;


}

#hoverplus:hover {
	width:250px;
}

#hoverplus2 {
	width:50px;
	vertical-align:middle;
	height:31px;
	display:inline-block;
	background: url(images/Activites/Ruban_plus.png);
	background-size:31px 31px;
	background-position:left;
	background-repeat: no-repeat;
	

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

}

#hoverplus2:hover{
	width:250px;
	background: #000 url(images/Activites/Ruban_plus_orange.png);
	background-size:31px 31px;
	background-position:left;
	background-repeat: no-repeat;
}


#hovertext {
	margin-left:41px;
	color:#FFF;
	visibility:hidden;
	line-height:0px;
	font-size:11px;
	letter-spacing:1px;

}

#hoverplus2:hover + #hovertext {
	visibility: visible;
}


/* Activites */



/* Realisations */

.photo {
margin-top:21px;
margin-left:43px;
width:216px;
height:185px;
background-image:url(images/Realisations/Photo_polaroid.png);
}

.canvas {
	margin:0 auto;
	position:relative;
}
.example-grid {
	margin:0 auto;
	position:relative;
}



#slides {
    display:none;
}

/* Filtre */


#Container .mix{
	display: none;
}

.gap{
	display: inline-block;
	width:180px;
}
