@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Oxygen:300,400,700');

@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;
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	font-weight:400;
	color:#a2a2a2;
	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;
}

a:hover
{
	color:#000;
}

h1,h2,h3,h4
{
	padding:0px;
	margin:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#002d56;
	line-height:normal;
	font-family: 'Droid Sans', sans-serif;
}

.bleu{
	color:#2e6d9f;
	font-weight:600;
}

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%;
}

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

#wrapper
{
	width:100%;
	padding-bottom:80px;
	padding-top:80px;
	//border-top:solid 25px #f8f8f8;
	//border-bottom:solid 25px #f8f8f8;
}

#footer
{
	width:100%;
	padding-top:60px;
	//background-color:#2d3039;
	background-image:url("/images/footer_bg.jpg");
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
}

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

#rotator
{
	width:100%;
	//background-color:#303030;
	padding:0px;
	margin:0px;
	position:relative;
}

#rot_content
{
	width:100%;
	margin:auto;
	overflow:hidden;
	height:659px;
}

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

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

#footer_content
{
	width:100%;
	max-width:1200px;
	margin:auto;
	clear:both;
	display:table;
	margin-bottom:60px;
	font-family: 'Droid Sans', sans-serif;
}

.header_top
{
	display:table;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
	margin:auto;
	max-width:1200px;
}

.header_top_right
{
	display:table-cell;
	height:100%;
	vertical-align:top;
	text-align:right;
	padding-left:30px;
}

#logo
{
	display:table-cell;
	height:100%;
	vertical-align:middle;
	text-align:left;
	width:1%;
}

#title_site h2
{
	font-size:22px;
	color:#b9af7e;
	font-weight:300;
	text-transform:uppercase;
}

#header_contact
{
	font-size:20px;
	font-weight:300;
	color:#FFF;
	text-transform:uppercase;
}

#header_phone
{
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
}

#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;
}

#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;
}

#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;
}

#rot_content #rotator_menu ul li
{
	padding:0px;
	margin:0px;
	display:inline-block;
	margin-left:5px;
	background-color:#FFF;
	border-radius:11px;
	width:11px;
	height:11px;
	cursor:pointer;
}

#rot_content #rotator_menu ul li:hover,#rot_content #rotator_menu ul li.selected
{
	background-color:#3f7cb3;
}

#copyright
{
	width:100%;
	color:#cfcfcf;
	background-color:#fff;
	font-family: 'Droid Sans', sans-serif;
	//border-top:solid 1px #9d9e9e;
}

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

#copy_left
{
	float:left;
	font-size:14px;
	font-weight:400;
	color:#cfcfcf;
	line-height:24px;
	//text-transform:uppercase;
	letter-spacing:0px;
}

#copy_right
{
	float:right;
	font-size:14px;
	color:#cfcfcf;
	font-weight:400;
	line-height:24px;
}

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

#page_content
{
	display:block;
	vertical-align:top;
	width:100%;
	clear:both;
	color:#a2a2a2;
	font-size:20px;
	max-width:1200px;
	margin:auto;
}

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

#menu_contact
{
	color:#FFF;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}

#menu_tel
{
	color:#b9af7e;
	font-size:20px;
	font-weight:400;
}

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

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

#menu li
{
	color:#a2a2a2;
	padding:0px;
	margin:0px;
	//text-transform:uppercase;
	font-size:20px;
	font-weight:400;
	display:table-cell;
	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;
	margin-left:20px;
	position:relative;
	//flex:1;
	font-family: 'Droid Sans', sans-serif;
	text-align:center;
	width:25%;
}

#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;
	padding-top:10px;
	padding-bottom:10px;
	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
{
	text-align:left;
	padding:8px 20px;
}

#menu > li:hover > a,#menu > li.selected:hover > a,#menu > li.selected > a,#menu ul > li.selected > a
{
	color:#484848;
}

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

#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;
	top:100%;
}

#menu ul li
{
	display:block;
	padding:0px;
	margin:0px;
	text-align:left;
	color:#a2a2a2;
	//max-width:250px;
	min-width:250px;
	font-size:16px;
	//text-transform:uppercase;
	height:auto;
	width:100%;
}

#menu ul li:hover > a,#menu ul li.selected > a
{
	color:#484848 !important;
	background:rgba(255,255,255,1) !important;
}

#menu ul li a
{
	border-bottom:0px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	background-image:none;
	margin:0;
	background:rgba(241, 242, 242, 1);
	color:#a2a2a2;
}

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

#menu ul li:hover
{
	color:#fff;
}

#page_content_txt
{
	font-size:20px;
	font-weight:400;
	color:#a2a2a2;
	position:relative;
	line-height:1.4em;
}

#page_content_txt a
{
	font-weight:700;
}

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

.upper
{
	text-transform:uppercase;
}

#page_content h1,
.h1{
	font-size:35px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
	text-transform:uppercase;
	font-weight:400 !important;
	letter-spacing:2px;
}

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

.td
{
	display:table-cell;
}

.middle
{
	vertical-align:middle;
}

#rot_content ul img
{
	width:100%;
}

#top_header
{
	width:100%;
	background-color:#222223;
}

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

.top_header_content_block
{
	display:inline-block;
	vertical-align:top;
	float:left;
}

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

.top_header_menu li
{
	display:table-cell;
	font-size:12px;
	//padding-left:5px;
	padding-right:5px;
	position:relative;
	vertical-align:middle;
	height:52px;
}

.header_phone
{
	font-size:20px;
	font-weight:700;
	position:relative;
	color:#fff !important;
	margin-right:10px;
	font-family: 'Droid Sans', sans-serif;
}

#header_top_right
{
	float:right;
	text-align:right;
}

#header_tab
{
	display:table;
	width:100%;
	height:100%;
	box-shadow: 1px 1px 14px #e4e4e4;
}

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

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

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

.btn
{
	padding:10px 25px;
	color:#484848 !important;
	text-decoration:none !important;
	text-transform:uppercase;
	font-size:14px;
	background-color:rgba(241,242,242,0);
	border:solid 3px #f1f2f2;
	border-radius:40px;
	display:inline-block;
	font-weight:700 !important;
	letter-spacing:2px;
	font-family: 'Droid Sans', sans-serif;
	-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;
}

.btn:hover
{
	background-color:rgba(241,242,242,1);
}

.btn_big
{
	padding:15px 35px;
	color:#484848 !important;
	text-decoration:none !important;
	text-transform:uppercase;
	font-size:18px;
	background-color:rgba(241,242,242,0);
	border:solid 3px #f1f2f2;
	border-radius:30px;
	display:inline-block;
	font-weight:400 !important;
	letter-spacing:2px;
	font-family: 'Droid Sans', sans-serif;
	-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;
}

.btn_big:hover
{
	background-color:rgba(241,242,242,1);
}

.btn_blue
{
	padding:15px 35px;
	color:#fff !important;
	text-decoration:none !important;
	text-transform:uppercase;
	font-size:18px;
	background-color:rgba(10,75,128,1);
	border:solid 3px #0a4b80;
	border-radius:30px;
	display:inline-block;
	font-weight:400 !important;
	letter-spacing:2px;
	font-family: 'Droid Sans', sans-serif;
	-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;
}

.btn_blue:hover
{
	background-color:rgba(10,75,128,0);
}

.btn_white
{
	padding:15px 35px;
	color:#484848 !important;
	text-decoration:none !important;
	text-transform:uppercase;
	font-size:18px;
	background-color:rgba(255,255,255,0);
	border:solid 3px #fff;
	border-radius:30px;
	display:inline-block;
	font-weight:400 !important;
	letter-spacing:2px;
	font-family: 'Droid Sans', sans-serif;
	-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;
}

.btn_white:hover
{
	background-color:rgba(255,255,255,1);
}

.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;
}

#menu_media
{
	display:none;
}

#rotator
{
	display:none;
}

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

.white
{
	color:#FFF;
}

#page_content .full_width
{
	//max-width:100% !important;
}

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

.align_right
{
	text-align:right;
}

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

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

.footer_title
{
	font-size:20px;
	font-weight:400;
	color:#fff;
	margin-bottom:10px;
	text-transform:uppercase;
}

.table_row
{
	display:table-row;
}

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

#header_top
{
	background-color:#ec0928;
	width:100%;
	font-size:0px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:5;
}

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

.align_center
{
	text-align:center;
}

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

.align_left
{
	text-align:left;
}

.align_center
{
	text-align:center;
}

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

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

h2
{
	font-size:26px !important;
	font-weight:700;
	margin-bottom:20px;
	color:#a81917;
	//text-transform:uppercase;
}

h3
{
	font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #002d56;
}

h4
{
	font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #b09a51;
}

h5
{
	font-size: 22px;
    text-transform: uppercase;
    color: #7e9f48;
    font-weight: 600;
	margin: 0 0 2px 0;
}

h6
{
	font-size: 18px;
    font-weight: 300;
	color:#000;
	margin: 0 0 2px 0;
}

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

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

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

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

.iframe_video
{
	border:none;
}

.bold
{
	font-weight:700;
}

.both
{
	clear:both;
}

.rot_title
{
	font-size:86px;
	text-align:center;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	width:100%;
	line-height:80px;
	margin-bottom:20px;
	text-shadow:0px 0px 30px #000;
}

.rot_txt
{
	font-size:42px;
	color:#ffffff;
	line-height:1.4em;
	width:50%;
	text-align:center;
	color:#0a4b80;
	font-weight:400;
	font-family: 'Droid Sans', sans-serif;
	
}

.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:hover:before
{
	font-size:120px;
}

.rot_prev:before
{
	content:"\f104";
	font-family:"FontAwesome";
	font-size:90px;
	color:#FFF;
	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:"\f105";
	font-family:"FontAwesome";
	font-size:90px;
	color:#FFF;
	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:hover:before
{
	font-size:120px;
}

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

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

.cell_1_2
{
	float:left;
	width:50%;
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:30px;
}

.cell_1_2(2n+1)
{
	padding-left:0px;
}

.cell_1_2(2n+2)
{
	padding-right:0px;
}

.cell_1_3
{
	float:left;
	width:33.33%;
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}

.cell_1_3:nth-child(3n+1)
{
	padding-left:0px;
	padding-right:40px;
}

.cell_1_3:nth-child(3n+3)
{
	padding-right:0px;
	padding-left:40px;
}


.cell_1_4
{
	float:left;
	width:25%;
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:30px;
}

.cell_1_4:nth-child(4n+1)
{
	padding-left:0px;
	padding-right:40px;
}

.cell_1_4:nth-child(4n+4)
{
	padding-right:0px;
	padding-left:40px;
}




.cell_2_3
{
	float:left;
	width:66.66%;
	padding-left:20px;
	padding-right:20px;
	vertical-align:top;
	margin-bottom:30px;
}

.cell_2_3:first-child
{
	padding-left:0px;
	padding-right:40px;
}

.cell_2_3:last-child
{
	padding-right:0px;
	padding-left:40px;
}

.cell_center
{
	text-align:center;
}
.cell_center > div[class^="cell_"]
{
	float:none !important;
	display:inline-block;
	text-align:left;
}
.title
{
	color:#000;
	font-size:22px;
	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;
}

.title2
{
	font-size:28px;
	margin-bottom:25px;
	line-height: normal;
}

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

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



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

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



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

#rotator_text ul li
{
	font-size:16px;
	font-weight:500;
	color:#FFF;
	position:absolute;
	//bottom:110px;
	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;
	-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;
}

#facebook_ico:before
{
	content:"\f09a";
	color:#FFF;
	font-size:20px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-family:"FontAwesome";
}

#facebook_ico:hover:before
{
	color:#333;
}

#instagram_ico:before
{
	content:"\f16d";
	color:#FFF;
	font-size:20px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-family:"FontAwesome";
}

#instagram_ico:hover:before
{
	color:#333;
}

#pinterest_ico:before
{
	content:"\f231";
	color:#FFF;
	font-size:20px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-family:"FontAwesome";
}

#pinterest_ico:hover:before
{
	color:#333;
}

#youtube_ico:before
{
	content:"\f167";
	color:#FFF;
	font-size:20px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-family:"FontAwesome";
}

#youtube_ico:hover:before
{
	color:#333;
}

#twitter_ico:before
{
	content:"\f099";
	color:#FFF;
	font-size:20px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-family:"FontAwesome";
}

#twitter_ico:hover:before
{
	color:#333;
}

#google_ico:before
{
	content:"\f0d5";
	color:#FFF;
	font-size:20px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-family:"FontAwesome";
}

#google_ico:hover:before
{
	color:#333;
}

#linkedin_ico:before
{
	content:"\f0e1";
	color:#FFF;
	font-size:20px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-family:"FontAwesome";
}

#linkedin_ico:hover:before
{
	color:#333;
}

.footer_adress
{
	font-size:16px;
	color:#FFF;
}

.footer_tel
{
	font-size:25px;
	color:#484848 !important;
	font-weight:700;
	font-family: 'Droid Sans', sans-serif;
	display:inline-block;
	margin-bottom:10px;
}

.footer_logo
{
	max-width:100%;
	margin-bottom:30px;
}

.footer_cell1
{
	float:left;
	width:30.66%;
	text-align:left;
	color:#a2a2a2;
	font-size:18px;
	line-height:1.5em;
	margin-right:4%;
}

.footer_cell1 a:hover
{
	color:#484848;
}

.footer_cell2
{
	float:left;
	width:30.66%;
	text-align:left;
	margin-right:4%;
}

.footer_cell3
{
	float:left;
	width:30.66%;
	text-align:right;
}

#footer_menu_site
{
	padding:0;
	margin:0;
	list-style:none;
	font-size:0px;
}

#footer_menu_site > li
{
	display:inline-block;
	font-size:14px;
}

#footer_menu_site > li > a
{
	font-size:14px;
	font-weight:300;
	color:#fff;
	text-decoration:underline;
}

#footer_menu_site > li:before
{
	content:"\f111";
	font-family:"FontAwesome";
	font-size:4px;
	color:#333;
	padding-right:5px;
	vertical-align:middle;
	line-height:normal;
	margin-left:5px;
}

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

.social_ico_circle:before
{
	color:#2d3039 !important;
}

.social_ico_circle:hover
{
	background-color:#3f7cb3 !important;
}

#menu.menu_mobile
{
	//display:none;
}

.gallery_lightbox  a
{
	display:inline-block;
}

#rot_content ul img
{
	visibility:hidden;
}

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

#rot_content
{
	min-height:300px;
}

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

#header.menu_fixed .header_top{
    padding-top: 0px;
    padding-bottom: 10px;
}

#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:25px;
}

#footer_menu
{
	padding:0;
	margin:0;
	list-style:none;
	font-size:0;
}
#footer_menu > li
{
	display:block;
	font-size:18px;
	vertical-align:top;
	margin-bottom:10px;
	font-weight:400;
	color:#a2a2a2;
	//text-transform:uppercase;
	text-align:left;
	font-family: 'Droid Sans', sans-serif;
}
#footer_menu > li a:hover
{
	color:#484848 !important;
}
#footer_menu > li:first-child
{
	margin:0;
	display:none;
}
#footer_menu > li:nth-child(2)
{
	margin:0;
	margin-bottom:10px;
}
#footer_menu > li > ul
{
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:400;
	margin-top:10px;
}
#footer_menu > li > ul > li
{
	margin-left:5px;
}
#footer_menu > li > ul > li:before
{
	font-family:'FontAwesome';
	content:"\f111";
	font-size:5px;
	color:#FFF;
	vertical-align:middle;
	margin-right:5px;
}
.footer_social
{
	padding:0;
	margin:0;
	list-style:none;
	font-size:0;
}
.footer_social > li
{
	display:inline-block;
	padding:0px 10px;
}

.footer_social .social_ico_circle
{
	background-color:#9d9e9e;	
}
.footer_info
{
	padding:0;
	margin:0;
	list-style:none;
	font-size:0;
	margin-top:20px;
}
.footer_info > li
{
	display:inline-block;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	margin-left:5px;
}
.footer_info > li:first-child
{
	margin-left:0px;
}
.footer_info > li:before
{
	font-family:'FontAwesome';
	content:"\f111";
	font-size:5px;
	color:#FFF;
	vertical-align:middle;
	margin-right:5px;
}
.footer_info > li:first-child:before
{
	display:none;
}
.txt_bold
{
	color:#427cb0;
	text-transform:uppercase;
	font-weight:700;
}
.bg_color
{
	background-color:#427cb0;
}
.cell_full
{
	padding-left:0px !important;
	padding-right:0px !important;
	margin-bottom:0px !important;
}
.cell_no_margin
{
	margin-bottom:0px !important;
}
#accueil_full_box
{
	padding-top:30px;
	padding-bottom:0px;
}
.footer_projexmedia
{
	margin-left:10px;
}
#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;
	height:101px;
}
#rotator.vide #rot_content
{
	display:none !important;
}

#top_header_block
{
	display:table;
	width:100%;
	clear:both;
	background-color:#2e6d9f;
	background-image:url("/images/top_header_bg.jpg");
	background-repeat:no-repeat;
	background-position:right center;
	background-size:cover;
}
#top_header_block_content
{
	display:block;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.size_25
{
	font-size:25px;
	line-height:1.5em;
	font-family: 'Droid Sans', sans-serif;
}
.cell_product_img
{
	margin-bottom:30px;
	vertical-align:bottom;
	text-align:center;
}
.cell_product_img > a
{
	display:table;
	height:100%;
	width:100%;
}
.cell_product_img > a > 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;
}
.cell_product_img > a:hover > img
{
	opacity:0.6;
}
.cell_product_text
{
	margin-bottom:30px;
	height:auto!important;
	text-align:center;
}



.product_row
{
	margin-top:60px;
}

.accueil_question_img
{
	background-image:url("/images/accueil_question_bg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.accueil_question_left
{
	background-image:url("/images/accueil_question_bg2.jpg");
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:cover;
	padding:100px 4%;
	text-align:right;
	color:#fff;
	font-family: 'Droid Sans', sans-serif;
}

#accueil_question h2
{
	color:#fff;
	font-size:35px !important;
	text-transform:uppercase;
	font-weight:400;
}

.accueil_question_left_txt
{
	font-size:25px;
	margin-bottom:40px;
}

.accueil_service_block
{
	background-image:url("/images/accueil_service_bg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	overflow:hidden;
	border-top-right-radius:30px;
	height:220px;
}

.accueil_service_block:hover > .accueil_section_txt
{
	top:0;
}

.accueil_qualite_block
{
	background-image:url("/images/accueil_qualite.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	overflow:hidden;
	border-top-right-radius:30px;
	height:220px;
}

.accueil_qualite_block:hover > .accueil_section_txt
{
	top:0;
}

.accueil_support_block
{
	background-image:url("/images/accueil_support.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	overflow:hidden;
	border-top-right-radius:30px;
	height:220px;
}

.accueil_support_block:hover > .accueil_section_txt
{
	top:0;
}

.accueil_section_title
{
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:4px;
	text-align:center;
	font-family: 'Droid Sans', sans-serif;
	text-shadow: 1px 1px 15px #383838;
}

.accueil_section_txt
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	top:-100%;
	left:0;
	color:#fff;
	font-size:20px;
	text-align:center;
	padding:20px;
	background-color:rgba(46,109,159,0.76);
	
	-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;
}

.footer_xposito:before
{
	content:"\e901";
	font-size:24px;
	color:#cfcfcf;
	font-family:"xposito";
	line-height:normal;
}

.footer_projexmedia:before
{
	content:"\e900";
	font-size:24px;
	color:#cfcfcf;
	font-family:"xposito";
	line-height:normal;
}

#top_banner
{
	height:240px;
	background-image:url("/images/top_banner_bg.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.Accueil #top_banner
{
	display:none;
}

.page_1 .footer_contact,
.page_13 .footer_contact{
	display:none!important;	
}

.banner_bottom_blue
{
	background-color:#2e6d9f;
	color:#fff;
	font-size:25px;
	font-family: 'Droid Sans', sans-serif;
		-webkit-transition: background-color 300ms ease-in-out 0s;
    -moz-transition: background-color 300ms ease-in-out 0s;
    -o-transition: background-color 300ms ease-in-out 0s;
    transition: background-color 300ms ease-in-out 0s;
}

.banner_bottom_blue:hover
{
	background-color:#002d56;
}


.banner_bottom_blue .boxed
{
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}

.banner_bottom_blue h3
{
	font-size:35px;
	font-weight:400;
	color:#fff;
	margin-bottom:20px;
}

.page_big_txt
{
	font-size:25px;
	color:#a2a2a2;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	line-height:1.5em;   
	font-family: 'Droid Sans', sans-serif;
}
.page_2 h1,
.page_3 h1,
.page_4 h1,
.page_13 h1
{
	text-align:center;
}
.product_row h2
{
	margin-bottom:10px;
}
.product_row h2 > a:hover
{
	color:#000;
}
#accueil_sections
{
	margin-bottom:0 !important
}

.page_2 #wrapper,
.page_3 #wrapper,
.page_4 #wrapper,
.page_5 #wrapper
{
	padding-bottom:0px !important;
}
.over_loupe > a
{
	position:relative;
}
.over_loupe > a:hover:before
{
	content:"";
	background-image:url("/images/loupe.png");
	background-repeat:no-repeat;
	background-size:contain;
	width:87px;
	height:87px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:1;
}