/**************
 DO NOT EDIT
**************/


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

@font-face {
  font-family: 'xposito';
  src:  url('fonts/xposito.eot?yflxx0');
  src:  url('fonts/xposito.eot?yflxx0#iefix') format('embedded-opentype'),
    url('fonts/xposito.ttf?yflxx0') format('truetype'),
    url('fonts/xposito.woff?yflxx0') format('woff'),
    url('fonts/xposito.svg?yflxx0#xposito') format('svg');
  font-weight: normal;
  font-style: normal;
}

body
{
	width:100%;
	padding:0px;
	margin:0px;
	overflow-x:hidden;
	position:relative;
}

*
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html
{
	width:100%;
	padding:0px;
	margin:0px;
	overflow-y:scroll;
}

a
{
	text-decoration:none;
	color:inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

h1,h2,h3,h4
{
	padding:0px;
	margin:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height:normal;
}

p
{
	margin-top:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table,tr,td
{
	padding:0px;
	margin:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.table-team td
{
	padding:10px;
	padding-bottom: 20px;
}

tr
{
	vertical-align:top;
}

table
{
	max-width:100%;
}

#main
{
	width:100%;
}

#wrapper
{
	width:100%;
	padding-bottom:60px;
	padding-top:60px;
	line-height:1.3;
}

#wrapper_content
{
	width:100%;
	margin:auto;
	display:block;
	padding-bottom:0px;
	padding-top:0px;
	min-height:125px;
}

#title_site h2
{
	font-weight:300;
	text-transform:uppercase;
}

#page_content
{
	display:block;
	vertical-align:top;
	width:100%;
	clear:both;
	max-width:1200px;
	margin:auto;
	position:relative;
}

#page_content ul
{
	margin:15px;
	padding-left: 0px;
}

#page_content_txt
{
	position:relative;
}

#page_content_pic
{
	max-width:40%;
	float:right;
	margin-top:0px;
	margin-left:80px;
	margin-bottom:20px;
}

#page_content h1,
.h1
{
    margin-bottom: 20px;
    position: relative;
	text-transform:uppercase;
	font-weight:800 !important;
}

#top_page h1
{
    position: relative;
	text-transform:uppercase;
	font-weight:800 !important;
}

.spacer_15
{
	height:15px;
}

#page_content img
{
	max-width:100%;
	width:auto;
	height:auto;
	vertical-align:top;
}

#page_content .zoom-gallery img
{
	max-width:100%;
	width:inherit;
	height:inherit;
}

.white
{
	color:#FFF !important;
}

.right_arrow:after
{
	content:"";
	height:100%;
	display:inline-block;
	font-family:FontAwesome;
	margin-top:-5px;
	vertical-align:middle;
	margin-left:10px;
}

.block_separater
{
	height:1px;
	width:100%;
	background-color:#cccccc;
	margin-top:50px;
}

.sous-title
{
	text-align:center;
	font-weight:lighter;
	text-transform:none!important;
	line-height:35px;
}

.title-h1
{
    line-height:50px;
    font-weight:600;
	text-transform:uppercase;
    margin-bottom: 5px;
	text-align: center;
    position: relative;
}

h2
{
	font-weight:700;
	margin-bottom:20px;
	text-transform:uppercase;
}

h3
{
	font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

h4
{
	font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

h5
{
    text-transform: uppercase;
    font-weight: 600;
	margin: 0 0 2px 0;
}

h6
{
    font-weight: 300;
	margin: 0 0 2px 0;
}

#page_content ul li:before
{
	content: "\f111";
	font-family: FontAwesome;
	padding-right: 8px;
	position:absolute;
	left:0;
	top:12px;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#page_content ul li
{
	list-style-type:none;
	margin-bottom: 9px;
	padding-left:12px;
	position:relative;
}

#page_content ul li a
{
	text-decoration:underline;
}

.gallery_lightbox
{
	margin-top: 80px;
    margin-bottom: 60px;
	display:table;
	width:100%;
}

.iframe_video
{
	border:none;
}

.title
{
	text-transform:uppercase;
	margin-bottom:15px;
    line-height: 30px;
}

.space_top_25
{
	margin-top:25px;
}

.space_top_70
{
	margin-top:70px;
}

.space_top_80
{
	margin-top:80px;
}

.space_bottom_80
{
	margin-bottom:80px;
}


::selection {
  background: #333; /* WebKit/Blink Browsers */
  color:#fff;
}

::-moz-selection {
  background: #333; /* Gecko Browsers */
  color:#fff;
}



#facebook_ico:before,
#instagram_ico:before,
#pinterest_ico:before,
#youtube_ico:before,
#twitter_ico:before,
#google_ico:before,
#linkedin_ico:before,
#mail_ico:before
{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-family:"FontAwesome";
}

#facebook_ico:before
{
	content:"\f09a";
}

#instagram_ico:before
{
	content:"\f16d";
}

#pinterest_ico:before
{
	content:"\f231";
}

#youtube_ico:before
{
	content:"\f167";
}

#twitter_ico:before
{
	content:"\f099";
}

#google_ico:before
{
	content:"\f0d5";
}

#linkedin_ico:before
{
	content:"\f0e1";
}

#mail_ico:before
{
	content:"\f0e0";
}

.social_ico_circle
{
	border-radius:50px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	position:relative;
}

.gallery_lightbox  a
{
	display:inline-block;
}

#accueil_full_box
{
	padding-top:30px;
	padding-bottom:0px;
}

.breadcrumb_separator:before
{
	content:"\f105";
	font-family:"FontAwesome";
	padding-left:5px;
	padding-right:5px;
}

#breadcrumb_container
{
	text-align:right;
	margin-bottom:20px;
	display:none;
}

.cell_background_image_cover
{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}



/* Builder */

.upper
{
	text-transform:uppercase;
}



.both
{
	clear:both;
}

.float-right
{
	float:right;
}

.row
{
	display:block;
	width:100%;
	margin-bottom:80px;
	padding-top:30px;
}

.row:before,.row:after
{
	display:table;
	clear:both;
	content:"";
}



.inline-block
{
	display:inline-block;
}

.table_full
{
	width:100%;
	display:table;
	height:100%;
}

.align_left
{
	text-align:left;
}

.align_center
{
	text-align:center;
}

.table_row
{
	display:table-row;
}

.table_td
{
	display:table-cell;
	vertical-align:top;
}

.align_center
{
	text-align:center;
}

.bold
{
	font-weight:700;
}


.boxed
{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.align_right
{
	text-align:right;
}

.table
{
	display:table;
	height:100%;
}

.td
{
	display:table-cell;
}

.middle
{
	vertical-align:middle;
}

/* Fin Builder */














/* Rotator */

#rotator.vide #rot_content
{
	display:none !important;
}

#rot_content ul img
{
	visibility:hidden;
}

#rot_content ul li
{
	background-position:center center;
}

#rot_content
{
	min-height:450px;
}

#rotator_text ul
{
	z-index:4;
	max-width:100%;
	margin:auto;
	right:0;
	left:0;
	white-space:normal;
	text-align:left;
}

#rot_content ul li
{
	padding:0px;
	margin:0px;
	display:inline-block;
	width:100%;
	height:100%;
	text-align:center;
	position:relative;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	vertical-align:top;
}

#rotator_text ul li
{
	font-weight:500;
	position:absolute;
	left:10%;
	top:50%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align:left;
	padding:0px 0px 0px 0px;
	opacity:0;
	visibility:hidden;
	width:80%;
	height:auto;
	white-space:normal;
	-webkit-transition: all 800ms ease-out 0s;
    -moz-transition: all 800ms ease-out 0s;
    -o-transition: all 800ms ease-out 0s;
    transition: all 800ms ease-out 0s;
}


#rotator_text ul li.selected
{
	opacity:1;
	visibility:visible;
}

#rotator_text li > a
{
	position:absolute;
	z-index:105;
	width:100%;
	height:100%;
	display:block;
}



.rot_prev
{
	position:absolute;
	width:40px;
	height:40px;
	left:20px;
	top:50%;
	display:inline-block;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:5;
	cursor:pointer;
}


.rot_prev:before
{
	content:"\f0d9";
	font-family:"FontAwesome";
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	top:0;
	line-height:40px;
	-webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.rot_next
{
	position:absolute;
	width:40px;
	height:40px;
	right:20px;
	top:50%;
	cursor:pointer;
	display:inline-block;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:5;
}

.rot_next:before
{
	content:"\f0da";
	font-family:"FontAwesome";
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	top:0;
	line-height:40px;
	-webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}



#rotator
{
	display:none;
}

#main.Accueil #rotator
{
	display:block;
}

#rot_content ul img
{
	width:100%;
}

.rot_box
{
	width:100%;
	height:100%;
	display:table-cell;
	white-space:normal;
	vertical-align:middle;
}

.rot_box_content
{
	z-index:2;
	overflow:auto;
	margin:auto;
	display:table;
	padding:20px;
	padding-left:40px;
	padding-right:40px;
	white-space:normal;
	max-width:35%;
	margin-left:46%;
	text-align:left;
}

.rot_tab
{
	display:table;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	white-space:normal;
	z-index:2;
}

.rot_space
{
	height:30px;
}

#rot_content
{
	width:100%;
	position:relative;
	overflow:hidden;
}

.page_1 #rot_content
{
	display:block;
}

#rot_content ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:0px;
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	left:0px;
	top:0px;
	white-space:nowrap;
}



#rotator_menu
{
	position:absolute;
	z-index:9;
	bottom:0;
	left:0;
	right:0;
	display:inline-block;
	height:11px;
	margin:auto;
	margin-bottom:20px;
}

#rot_menu
{
	display:inline-block;
	text-align:center;
}

#rotator_menu ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

#rotator
{
	width:100%;
	padding:0px;
	margin:0px;
	position:relative;
}

#rot_content
{
	width:100%;
	margin:auto;
	overflow:hidden;
	max-height:600px;
}

#rot_slide 
{
	margin-left:-10px;
}

#rot_slide li a
{
	z-index:100;
}

/* Fin Rotator */





/* Header */

#header #logo img
{
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

#header.menu_fixed
{
	position:fixed;
	left:0;
	top:0;
}

#header.menu_fixed .top_header_content_block
{
	display:none;
}

#header.menu_fixed #logo img
{
	height:50px;
}

#header.menu_fixed #menu_block
{
	margin-top:12px;
}

#header.menu_fixed #menu ul
{
	padding-top:37px;
}

.header_top_mobile
{
	display:none;
	text-align:right;
}

.header_block
{
	max-width:1200px;
	margin:auto;
	display:block;
	text-align:right;
}


#top_header_content
{
	width:100%;
	max-width:1200px;
	margin:auto;
	text-align:right;
}

.top_header_content_block
{
	display:inline-block;
	vertical-align:top;
	float:right;
	margin-bottom:14px;
}



#header_phone
{
	text-transform:uppercase;
}

#header_content
{
	width:100%;
	margin:auto;
	display:block;
	text-align:center;
}

#header
{
	width:100%;
	z-index:10;
}

/* Fin Header */





/* Footer */

.footer_xposito:before
{
	content:"\e901";
	font-family:"xposito";
	line-height:normal;
}

.footer_projexmedia
{
	margin-left:10px;
}

.footer_projexmedia:before
{
	content:"\e900";
	font-family:"xposito";
	line-height:normal;
}

.footer_social
{
	padding:0;
	margin:0;
	list-style:none;
	font-size:0;
}

.footer_social > li
{
	display:inline-block;
	padding:0px 10px;
}

.footer_tel
{
	font-weight:700;
}

.footer_logo
{
	max-width:100%;
}

.footer_title
{
	font-weight:700;
	margin-bottom:10px;
	text-transform:uppercase;
}

#copyright
{
	width:100%;
}

#copyright_content
{
	width:100%;
	max-width:1200px;
	margin:auto;
	padding-top:30px;
	padding-bottom:30px;
}

#copy_left
{
	float:left;
	font-weight:400;
	line-height:24px;
}

#copy_right
{
	float:right;
	line-height:24px;
}

/* Fin Footer */




/* Menu */


#menu_media
{
	display:none;
}

.top_header_menu
{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:0;
	//padding-bottom:10px;
	display:table;
}

.top_header_menu li
{
	display:table-cell;
	padding-left:5px;
	padding-right:5px;
	position:relative;
	vertical-align:middle;
	height:100%;
}

#menu_contact
{
	font-weight:400;
	text-transform:uppercase;
}

#menu_tel
{
	font-weight:400;
}

#menu_block
{
	display:inline-block;
	float:right;
	clear:both;
	margin-left:17px;
}

#menu
{
	list-style:none;
	padding:0px;
	margin:0px;
	display:inline-block;
	vertical-align:bottom;
	font-size:0px;
	max-width:1200px;
	margin:auto;
}

#menu li
{
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	font-weight:700;
	display:inline-block;
	vertical-align:middle;
	-webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
	position:relative;
}

#menu li:last-child a:after
{
	content:normal;
}

#menu > li:first-child
{
	margin-left:0;
	display:none;
}
#menu li:nth-child(2)
{
	margin-left:0;
}

#menu > li:last-child > ul
{
	right:0;
}

#menu li a
{
	display:block;
	position:relative;
	-webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}



#menu li a.more:after
{
	content:"\f107";
	font-family:'FontAwesome';
	padding-left:10px;
	display:inline-block;
}

#menu li:last-child
{
	margin-bottom:0px;
}

#menu li:hover > ul
{
	display:block;
}

#menu ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	display:none;
	vertical-align:middle;
	font-size:0px;
	text-align:left;
	position:absolute;
	z-index:100;
	padding:0px;
	//padding-top:25px;
}

#menu ul li
{
	display:block;
	padding:0px;
	margin:0px;
	text-align:left;
	max-width:250px;
	min-width:250px;
	text-transform:none;
	height:auto;
}

#menu ul li a
{
	border-bottom:0px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	background-image:none;
	margin:0;
}

#menu ul li a:hover
{
	border-bottom:0px;
	background-image:none;
}

#menu_content
{
	display:table-cell;
	width:312px;
	vertical-align:top;
}



/* Fin Menu */



.rot_btn > .btn
{
	position:relative;
	z-index:100;
}

#rot_menu .rotator_round
{
	width:15px;
	height:15px;
	border-radius:10px;
	margin-right:10px;
	cursor:pointer;
}

#top_page
{
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	position:relative;
}
#top_page > img
{
	width: 100%;
    height: auto;
    vertical-align: top;
    min-height: 140px;
    opacity: 0;
	visibility:hidden;
}

#top_page h1
{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}