/** bleu **/
.couleur01 { color: #06A2FF; }
.fond01 { background-color: #06A2FF; }

/** fond noir semi-opaque **/
.fond10 { background-color: rgba(0, 0, 0, 0.7); }

.mysize150
{
	font-size: 150%;
	line-height: 1;
}

.mysize125
{
	font-size: 125%;
	line-height: 1;
}

.mysize100
{
	font-size: 100%;
	line-height: 1;
}

.mysize90
{
	font-size: 90%;
	line-height: 1;
}

.mysize75
{
	font-size: 75%;
	line-height: 1;
}

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

/* 
@font-face {
    font-family: 'Voltaire';
    src: url('voltaire-regular.eot');
    src: url('voltaire-regular.eot?#iefix') format('embedded-opentype'),
         url('voltaire-regular.woff') format('woff'),
         url('voltaire-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
 */

html
{
	height: 100%;
	width: 100%;
	background-color: #000;
	font-family: 'Quattrocento Sans', sans-serif;
	max-width: 1680px;
}

body
{
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1.2em;
	color: #EFEFEF;
	list-style-type: none;
	position: relative;
	z-index: -20;
}

#supersized
{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

ul#supersized img { margin: 0; }
ul#supersized { max-width: 1680px; }

#overlay
{
	position: fixed;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	min-height: 100%;
	background-repeat: repeat;
}

p { margin-bottom: 4px; }
p.readmore { margin-top: -6px; }

p.readmore a
{
	position: relative;
	color: #999999;
	font-style: italic;
	display: block;
	width: 100%;
	height: 100%;
}

hr
{
	border: 1px none;
	background-color: #DFD8C1;
	width: 100%;
	display: block;
	height: 1px;
	margin: 10px auto;
	clear: both;
}

.separation
{
	border: 0 none;
	height: 0;
}

ol
{
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
}

#content ol
{
	list-style-type: none;
	list-style-position: inside;
	margin-left: 40px;
}

ul
{
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
}

#content ul
{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 50px;
}

#content ul.pagenav
{
	clear: both;
	list-style-type: none;
	list-style-position: outside;
	text-align: right;
	width: 100%;
	height: 30px;
	padding: 2px;
	position: relative;
	margin: 30px 0 0 0;
}

#content ul.pagenav li
{
	display: block;
	padding-right: 6px;
	padding-left: 6px;
}

.pagenav li.previous, .pagenav .pagenav-prev { float: left; }
.pagenav li.next, .pagenav .pagenav-next { float: right; }

.pagenav li.next a, .pagenav .pagenav-next a, .pagenav li.previous a, .pagenav .pagenav-prev a
{
	font-size: 80%;
	color: #999;
	font-style: italic;
}

.pagenav li.next a:hover, .pagenav .pagenav-next a:hover, .pagenav li.previous a:hover, .pagenav .pagenav-prev a:hover { color: #000; }

img, .highslide img
{
	margin: 0;
	border: none;
}

.img_caption.none { text-align: center; }
.clearfix { *zoom: 1; }

.clearfix:before,
.clearfix:after
{
	display: table;
	content: "";
	line-height: 0;
}

.clear, .clearfix:after { clear: both; }
td { vertical-align: top; }

h1
{
	font-size: 160%;
	font-weight: bold;
	display: block;
	margin-top: 8px;
	margin-bottom: 15px;
	line-height: 1;
	font-variant: small-caps;
}

div#menu1 h1
{
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

#footer .h1menu
{
    font-size: 100%;
    font-weight: inherit;
    display: inherit;
    margin-top: 0;
    margin-bottom: 0;
    line-height: inherit;
    font-variant: inherit;
}

h2
{
	font-size: 140%;
	display: block;
	margin-top: 8px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1;
	font-variant: small-caps;
}

h3
{
	font-size: 120%;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: normal;
	font-variant: small-caps;
}

h4
{
	font-size: 110%;
	display: block;
	margin-top: 8px;
	margin-bottom: 6px;
	font-weight: normal;
}

h5
{
	font-size: 100%;
	display: block;
	margin-top: 8px;
	margin-bottom: 6px;
	font-weight: normal;
}

h6
{
	font-size: 100%;
	display: block;
	margin-top: 8px;
	margin-bottom: 6px;
	font-weight: normal;
}

blockquote, div.blockquote
{
	background-color: #DFDFDF;
	padding: 10px;
	border: none;
	-webkit-box-shadow: 1px 1px 3px #777;
	-moz-box-shadow: 1px 1px 3px #777;
	box-shadow: 1px 1px 3px #777;
	margin: 20px auto 20px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

blockquote p { font-size: 100%; }

a:link, a:visited
{
	text-decoration: none;
	border-style: none;
	color: #fff;
}

a:hover
{
	text-decoration: none;
	color: #ddd;
	opacity: 0.9;
}

/* largeur blocs horizontaux */
.wrap { padding: 0 10px 0 10px; }

/* ****************************** */
#top-nav
{
	margin: 2% 0 0 0;
	z-index: 1000;
	background-color: #F5001A;
	height: 30px;
}

/* ****************************** */
#page
{
	width: 100%;
	margin: 0;
	overflow: hidden;
	position: relative;
	min-height: 100%;
}

/* ****************************** */
#menu1
{
	margin: 0;
	padding: 10px 20px 10px 10px;
	border: none;
}

#menu1-mobile
{
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#menu1 ul, #menu1-mobile ul
{
	font-weight: bold;
	font-variant: normal;
	font-size: 20px;
	text-transform: uppercase;
}

#menu1 ul
{
	text-align: right;
	padding: 0;
}

#menu1-mobile ul
{
	float: right;
	margin: 50px 22px 20px 20px;
}

#menu1 li, #menu1-mobile li
{
	display: block;
	background-color: none;
	margin: 0 0 6px 0;
}

#menu1 li { line-height: 1.2; }

#menu1-mobile li
{
	text-align: right;
	line-height: 1;
}

#menu1-mobile li ul
{
	margin: 0;
	float: none;
}

#menu1 li ul li, #menu1-mobile li ul li
{
	font-size: 80%;
	line-height: 1;
}

#menu1 li a, #menu1-mobile li a
{
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

#menu1 li.active a, #menu1 li.current a, #menu1 li.current.parent a, #menu1-mobile li.active a, #menu1-mobile li.current a, #menu1-mobile li.current.parent a { color: #06A2FF; }
#menu1 li.parent ul li a, #menu1-mobile li.parent ul li a { color: #fff; }
#menu1 li.parent ul li.active a,#menu1-mobile li.parent ul li.active a { color: #06A2FF; }
#menu1 li a:hover, #menu1 li ul li a:hover,#menu1-mobile li a:hover, #menu1-mobile li ul li a:hover { color: #BCBCBC; }
#menu1 li.current a:hover, #menu1 li.current ul li a:hover, #menu1-mobile li.current a:hover, #menu1-mobile li.current ul li a:hover { color: #fff; }

/* ****************************************************************************************** */
#mobile
{
	overflow: hidden;
	position: relative;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
}

#mobile #nav-mobile
{
	width: 100%;
	height: 87px;
	position: relative;
}

#logo-mobile
{
	margin: 10px;
	float: left;
}

img.afficher, img.masquer
{
	display: block;
	float: right;
	margin: 8px 8px 0 0;
}

#nav-mobile, #menu1-mobile { clear: both; }

/* ****************************************************************************************** */
#header
{
	width: 100%;
	height: 110px;
	background-color: none;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto 0 auto;
	padding: 25px 0 10px 0;
	position: relative;
}

/* ****************************** */
#left
{
	position: fixed;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	width: 20%;
	max-width: 336px;
	/* 
max-width: 280px;
	min-width: 200px;
 */
	min-height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10;
	top: 0;
	left: 0;
}

#logo
{
	padding: 30px 15px 30px 15px;
	text-align: center;
}

#logo img { margin: 0; }

.coordonnees
{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #C1C1C1;
	padding: 15px 20px 15px 5px;
	font-size: 85%;
}

.coordonnees a { color: #C1C1C1; }
.coordonnees a:hover { color: #fff; }

/* ****************************** */
#centre
{
	min-height: 100%;
	background-color: none;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 20%;
}

#content, #content-haut, #content-bas
{
	position: relative;
	padding: 0;
	overflow: hidden;
}

#content
{
	margin: 0 0 60px 0;
	min-height: 100%;
}

.largeur1 { width: 100%; }

/* .largeur2 {}
 */

#content .item-page
{
	width: 100%;
	min-height: 100%;
}

.pagination
{
	clear: both;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 90%;
	text-align: center;
	border-top: 1px #DFDFDF solid;
	border-bottom: 1px #DFDFDF solid;
}

.pagination p.counter { float: left; }
#content .pagination ul { margin: 0 auto 0 auto; }

.pagination li
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 10px 0 10px;
	color: #C1C1C1;
}

hasTooltip
{
	display: block;
	margin: 0 auto 0 auto;
}

/***************************/
#footer
{
	margin: 0 0 0 20%;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	left: 0;
	bottom: 0;
	min-height: 45px;
	width: 80%;
	max-width: 1344px;
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 15px;
	font-size: 80%;
}

#footer div, #footer ul.nav
{
	float: right;
	margin: 6px;
	padding: 0 4px;
	color: #d1d1d1;
}

#footer div a,#footer li a { color: #C1C1C1; }
#footer div a:hover,#footer li a:hover, #footer li a:active { color: #ddd; }

#footer li
{
	display: block;
	float: left;
	padding: 0 10px 0 10px;
}

#footer img
{
	margin: 0 6px 0 0;
	vertical-align: middle;
}

#footer .mod-languages { float: left; }

/*** menus xmap ***/
#footer .custom_footer #xmap
{
	width: 33%;
	float: left;
}

#footer .custom_footer ul.level_0 li { display: block; }

#footer .custom_footer ul.level_0 li a
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 95%;
	line-height: 1;
	margin-bottom: 6px;
}

#footer .custom_footer ul.level_1 li a
{
	font-weight: normal;
	text-transform: none;
	font-size: 90%;
}

/***************************/
#ariane
{
	line-height: 1;
	width: 100%;
	padding: 0;
}

.moduletable_ariane, .moduletable_ariane h1
{
	font-size: 23px;
	font-variant: small-caps;
	margin: 0;
	text-align: inherit;
	text-transform: none;
	font-weight: bold;
	display: inline;
	line-height: 2;
}

#content div.moduletable_ariane ul { margin-left: 0; }

.moduletable_ariane li
{
	display: inline;
	margin: 0;
}

.moduletable_ariane li span.divider
{
	display: inline;
	margin: 0 4px 0 4px;
	color: #6C6C6C;
}

.moduletable_ariane a { color: #6C6C6C; }

.moduletable_ariane a:hover
{
	color: #000;
	text-decoration: underline;
}

/***************************/
#vsir_1 div.vsig_slide_1 img { margin: 0; }
.sigplus-gallery div.boxplus-slider { padding: 6px 0 6px 0; }
.sigplus-gallery.sigplus-left.sigplus-clear { clear: both; }
.fiche-apropos_intro div.clients img {border-radius:20%;}

/* 
#content div.img_caption.left
{
	margin: 6px 16px 2px 0;
	border: none;
}

#content div.img_caption.right
{
	margin: 6px 0 2px 16px;
	border: none;
}

#content div.img_caption p.img_caption
{
	font-style: italic;
	font-size: 0.9em;
}
*/

/***************************/
.left_top
{
	float: left;
	margin: 0 20px 20px 0;
}

.mid { margin: 20px 20px 20px 0; }

.left_mid
{
	float: left;
	margin: 20px 20px 20px 0;
}

.left_bottom
{
	float: left;
	margin: 20px 20px 0 0;
}

.right_top
{
	float: right;
	margin: 0 0 20px 20px;
}

.right_mid
{
	float: right;
	margin: 20px 0 20px 20px;
}

.right_bottom
{
	float: right;
	margin: 20px 0 0 20px;
}

/***************************/
div.items-more ol.nav li
{
	width: 40%;
	padding-right: 10%;
	float: left;
}

/* div.blog div.items-leading div[class^='leading-'], div[class*='leading-'] { margin-bottom: 10px; } */
/** pour 2 colonnes **/
/* ************************* */
.column-1
{
	float: left;
	width: 49%;
	padding: 0;
	overflow: hidden;
	margin-right: 1%;
}

.column-2
{
	float: left;
	width: 49%;
	padding: 0;
	overflow: hidden;
	margin-left: 1%;
}

.blog-more { padding: 10px 5px; }
.marginleft20 { margin-left: 20px; }

div.blog div.item-separator
{
	width: auto;
	height: 30px;
	clear: both;
}

div.blog div.items-row
{
	padding-bottom: 20px;
	padding-top: 20px;
}

/* ****************************** */
/* xmap **/
#content #xmap
{
	margin-left: 40px;
	padding: 20px;
}

#content #xmap ul.level_1, #content #xmap ul.level_2, #content #xmap ul.level_3, #content #xmap ul.level_4 { margin-left: 30px; }

#content #xmap ul.level_0 li a
{
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
}

#content #xmap ul.level_1 li a { font-weight: normal; }

/* **** */
/* ** connexion ** */
div.moduletable_connexion, div.login
{
	padding: 10px 20px 20px 20px;
	width: 50%;
	margin: 20px;
}

form#login-form span.add-on
{
	display: block;
	width: 150px;
}

div.btn-group { display: none; }

/* ***tabs*** */
div.nn_tabs { clear: none; }

#content div.nn_tabs ul.nav-tabs
{
	list-style: none;
	height: 27px;
	margin-left: 20px;
	margin-bottom: 0;
}

div.nn_tabs ul li
{
	display: block;
	float: left;
	margin-right: 2px;
	font-size: 100%;
	padding: 4px 8px 4px 8px;
	border-top: 1px #DFDFDF solid;
	border-right: 1px #DFDFDF solid;
	border-bottom: 1px #DFDFDF none;
	border-left: 1px #DFDFDF solid;
}

.nn_tabs-tab a { color: #fff; }
.nn_tabs-tab a:hover { color: #000; }
.nn_tabs-tab { background-color: #F5001A; }
.nn_tabs-tab.active { background-color: #fff; }

.nn_tabs-tab.active a
{
	color: #F5001A;
	font-weight: normal;
}

div.tab-content
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: none;
	border: 1px #DFDFDF solid;
	padding: 1.5%;
	width: 100%;
	height: 100%;
	min-height: 135px;
	margin-bottom: 20px;
}

.tab-pane { display: none; }

.tab-pane.active
{
	display: block;
	margin: 0 0 0 0;
}

/******************** accueil *******************************************/
.blog-featured { min-height: 460px; }

.blog-featured .fiche-normal
{
	position: absolute;
	bottom: 30px;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.blog-featured .fiche-normal .texte
{
	padding: 6%;
	font-size: 150%;
	text-align: right;
	letter-spacing: 1.1;
	font-style: italic;
}

.blog-featured .fiche-normal .texte p
{
	margin-top: 6px;
	margin-bottom: 6px;
}

/******************** fiche-normal *******************************************/
.fiche-normal { overflow: auto; }

.fiche-normal .lasuite
{
	font-style: italic;
	float: left;
	padding: 2px 4px 2px 2px;
}

img.icone
{
	margin-right: 6px;
	vertical-align: top;
}

.fiche-normal img.max100
{
	width: 100%;
	height: auto;
}

.fiche-normal img.max075
{
	width: 75%;
	height: auto;
}

.fiche-normal img.max066
{
	width: 66.66%;
	height: auto;
}

.fiche-normal img.max050
{
	width: 50%;
	height: auto;
}

.fiche-normal img.max033
{
	width: 33.33%;
	height: auto;
}

.fiche-normal img.max025
{
	width: 25%;
	height: auto;
}

.fiche-normal .nomax
{
	width: inherit;
	height: auto;
}

/******************** travail *******************************************/
.fiche-media_intro
{
	width: 25%;
	height: 231px;
	text-align: center;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.fiche-media_intro a
{
	display: block;
	position: absolute;
	bottom: 0;
	line-height: 1;
	width: 90%;
	height: 161px;
	padding: 50px 5% 20px 5%;
	margin: 0;
	color: #fff;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.fiche-media_intro a:hover { opacity: 0.8; }
.fiche-media_intro a h2 { font-size: 170%; }

.fiche-media_suite
{
	overflow: hidden;
	font-size: 100%;
	padding: 2% 4%;
	position: relative;
	width: 92%;
	min-height: 100%;
}

.fiche-media_suite .texte, .fiche-media_suite .video, .fiche-media_suite .galerie
{
	padding: 2%;
	float: left;
}

.fiche-media_suite .texte.film { float: left; }
.fiche-media_suite .texte.photos { float: right; }

.fiche-media_suite .texte
{
	width: 29.33%;
	margin-right: auto;
	margin-left: auto;
}

.fiche-media_suite .texte.photos { max-width: 680px; }

.fiche-media_suite .video, .fiche-media_suite .galerie
{
	width: 62.66%;
	min-width: 462px;
}

.fiche-media_suite .galerie img
{
	min-width: 100%;
	height: auto;
}

/******************** a propos *******************************************/
.fiche-apropos_intro
{
	min-height: 100%;
	position: relative;
}

.fiche-apropos_intro .luc, .fiche-apropos_intro .lb83, .fiche-apropos_intro .services, .fiche-apropos_intro .clients, .fiche-apropos_intro .pensee
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
}

/* dimensions */
.fiche-apropos_intro .luc
{
	width: 66.666%;
	/* 
	height: 950px;
 */
}

.fiche-apropos_intro .services
{
	width: 33.333%;
	/* 
	height: 950px;
 */
}

.fiche-apropos_intro .lb83 { width: 66.666%; }
.fiche-apropos_intro .clients { width: 33.333%; }
.fiche-apropos_intro .pensee { width: 33.333%; }

/* dimensions */
.fiche-apropos_intro h1, .fiche-apropos_intro h2
{
	font-size: 180%;
	font-weight: bold;
}

.fiche-apropos_intro .clients h2 { color: #000; }

.fiche-apropos_intro .luc
{
	background-color: #fff;
	color: #000;
	float: left;
	padding-top: 3%;
	padding-bottom: 3%;
}

.fiche-apropos_intro .luc h2,.fiche-apropos_intro .luc p
{
	padding-right: 4%;
	padding-left: 4%;
}

.fiche-apropos_intro .services
{
	background-color: #06A2FF;
	float: left;
	padding: 3% 4%;
}

.fiche-apropos_intro .lb83
{
	background-color: #B26700;
	float: right;
	padding: 3% 4%;
}

.fiche-apropos_intro .clients
{
	background-color: #B8B8B8;
	float: left;
	padding: 3% 4%;
}

.fiche-apropos_intro .pensee
{
	padding: 3% 4%;
	font-size: 150%;
	text-align: left;
	letter-spacing: 1.1;
	font-style: italic;
	background-color: #474747;
	color: #FFF;
	line-height: 1;
	float: left;
}

.fiche-apropos_intro .luc .diaporama { margin-bottom: 30px; }

.fiche-apropos_intro .diaporama .nivoSlider
{
	width: 100%;
	box-shadow: none !important;
}

.fiche-apropos_intro .diaporama .nivo-controlNavHolder { display: none; }

/******************** blog *******************************************/
.le-blog { padding: 0 5% 5% 5%; }
.fiche-normal.suite, .le-blog:first-child { padding: 5%; }

/******************** contact *******************************************/
.fiche-normal.page-contact
{
	margin: 4%;
	padding: 4%;
	line-height: 1.1;
	background-color: rgba(0, 0, 0, 0.7);
	letter-spacing: 0.1em;
	max-width: 500px;
	word-wrap: break-word;
}

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

@media screen and (max-width: 1680px)
{
	.fiche-media_intro { width: 25%; }
}

@media screen and (max-width: 1480px)
{
	.fiche-media_intro { width: 33.33%; }
	.fiche-media_suite .texte, .fiche-media_suite .video, .fiche-media_suite .galerie { width: 96%; }
	.fiche-media_suite .texte.photos { float: none; }
}

@media screen and (max-width: 1224px)
{
	.fiche-media_intro { width: 50%; }
}

@media screen and (max-width: 1024px)
{
	.fiche-media_intro { width: 50%; }
	
	.fiche-apropos_intro .luc
	{
		width: 100%;
		height: auto;
	}
	
	.fiche-apropos_intro .services
	{
		width: 33.333%;
		/* 
				height: 662px;
		 */
	}
	
	.fiche-apropos_intro .lb83
	{
		width: 66.666%;
		/* 
				height: 662px;
		 */
	}
	
	.fiche-apropos_intro .clients
	{
		width: 100%;
		height: auto;
	}
	
	.fiche-apropos_intro .pensee
	{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 768px)
{
	#mobile { display: block; }
	#left { display: none; }
	#centre { margin: 0; }
	
	.fiche-media_suite
	{
		padding: 1%;
		width: 98%;
	}
	
	.fiche-apropos_intro .services
	{
		width: 100%;
		height: auto;
	}
	
	.fiche-apropos_intro .lb83
	{
		width: 100%;
		height: auto;
	}
	
	#footer
	{
		margin: 0;
		position: absolute;
		width: 100%;
	}
}

@media screen and (max-width: 624px)
{
	body { font-size: 14px; }
	.fiche-media_intro { width: 100%; }
	.blog-featured .fiche-normal .texte { font-size: 100%; }
	
	.fiche-media_suite
	{
		padding: 0;
		width: 100%;
	}
	
	#footer div, #footer ul.nav { float: left; }
}

@media screen and (max-height: 640px)
{
	#footer
	{
		padding-top: 5px;
		min-height: 30px;
	}
	
	#footer div, #footer ul.nav
	{
		padding: 2px;
		margin: 2px;
	}
	
	#footer ul li
	{
		padding-left: 0;
		margin: 0;
	}
}

@media screen and (max-height: 540px)
{
	.coordonnees { display: none; }
}
