@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800);

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

body
{
	width:100%;
	padding:0px;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#858585;
	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:#b63737;
}
.uppercase {
	text-transform:uppercase;
    position: absolute;
    right: 41%;
    top: 15px;
    color: white;
}
img
{
	max-width:100%;
}
iframe
{
	max-width:100%;
}

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

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

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:#000;
	z-index:10;
}
#header:before
{
	position:absolute;
	top:0;
	left:0;
	background-color:#b53535;
	content:"";
	width:100%;
	height:55px;
	z-index:0;
}
#header.menu_fixed:before
{
	display:none;
}

#wrapper
{
	width:100%;
	padding-top:90px;
	padding-bottom:90px;
}
#main.Accueil #wrapper
{
	padding-top:0px;
	padding-bottom:0px;
}

#footer
{
	width:100%;
	padding-top:50px;
	//background-color:#2d3039;
	background-image:url("../images/footer_bg.jpg");
}

#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:50px;
	color:#fff;
	font-size:14px;
	font-weight:400;
}

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

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

#logo
{
	display:table-cell;
	height:100%;
	vertical-align:middle;
	text-align:left;
	width:1%;
	position:relative;
	z-index: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:#fff;
	//background-color:#333333;
	border-top:solid 1px #9d9e9e;
}

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

#copy_left
{
	float:left;
	font-size:12px;
	font-weight:400;
	color:#b2b2b2;
	line-height:24px;
	text-transform:uppercase;
}

#copy_right
{
	float:right;
	font-size:12px;
	color:#fff;
	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:#222223;
	font-size:18px;
	max-width:1200px;
	margin:auto;
}

#page_content a {
	color: #b63737;
}

#page_content a:hover {
	text-decoration: underline;
}

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

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

#menu li
{
	color:#fff;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	font-size:15px;
	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;
	margin-left:40px;
	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;
	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
{
	padding-top:5px;
	padding-bottom:5px;
}

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

#menu li a.more:after
{
	content:"\f0d7";
	font-family:'FontAwesome';
	padding-left:10px;
	display:inline-block;
	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:32px;
}

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

#menu ul li:first-child
{
	border-top:solid 4px #b53535
}

#menu ul li:hover > a,#menu ul li.selected > a
{
	color:#b53535 !important;
	//background:rgba(63,124,179,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(255, 255, 255, 0.85);
	color:#000;
}

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

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

#page_content_txt
{
	font-size:16px;
	font-weight:400;
	color:#000;
	position:relative;
	line-height:1.8em;
}

#page_content_pic
{
	max-width:40%;
	float:right;
	margin-top:0px;
	margin-left:80px;
	margin-bottom:20px;
	border-bottom:solid 11px #b63737;
}
img.img_border_bottom
{
	border-bottom:solid 11px #b63737;
}

.upper
{
	text-transform:uppercase;
}

#page_content h1,
.h1{
	font-size:30px !important;
    color: #b63737;
    margin-bottom: 20px;
    position: relative;
	text-transform:uppercase;
	font-weight:800 !important;
	line-height:1.1em;
}

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

.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:18px;
	padding-left:20px;
	padding-right:10px;
	position:relative;
	vertical-align:middle;
	height:100%;
	font-weight:400;
}
.top_header_menu li:after
{
	content:"|";
	display:inline-block;
	position:absolute;
	left:100%;
	top:50%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top_header_menu li:last-child:after
{
	display:none;
}
.top_header_menu li:last-child
{
	padding-right:0px;
}
.header_phone
{
	font-size:24px;
	font-weight:700;
	position:relative;
	//padding-left:12px;
	color:#fff !important;
	//margin-right:10px;
}

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

#header_tab
{
	display:table;
	width:100%;
	height:100%;
}
.menu_sticky_yes.menu_fixed #header_tab .uppercase
{
	display:none;
}
span.span_slogan {
    line-height: 2.2;
}
.img_slogan {
    float: left;
}

.span_slogan {
    float: left;
    line-height: 2.5;
}
.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;
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF !important;
	text-decoration:none !important;
	text-transform:uppercase;
	font-size:14px;
	background-color:#171614;
	display:inline-block;
	font-weight:700;
	-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:#b6473b;
}

.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:800;
	margin-bottom:20px;
	color:#b63737;
	text-transform:uppercase;
}

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

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

h5
{
	font-size: 22px;
    text-transform: uppercase;
    color: #b63737;
    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:#002d56;
	font-size:5px;
	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
{
	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:20px;
	color:#ffffff;
	line-height:22px;
	width:100%;
	text-align:center;
	text-shadow:0px 0px 10px #000;
}

.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:30px;
}

.rot_prev:before
{
	content:"\f0d9";
	font-family:"FontAwesome";
	font-size:18px;
	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:"\f0da";
	font-family:"FontAwesome";
	font-size:18px;
	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:30px;
}

.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:30px;
}

.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;
}
.row .cell_1_3:last-child
{
	padding-right:0px;
}

.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_1_4
{
	float:left;
	width:25%;
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:30px;
}

.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;
	vertical-align:middle;
	font-family:"FontAwesome";
}

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

#twitter_ico:before
{
	content:"\f099";
	color:#FFF;
	font-size:20px;
	vertical-align:middle;
	font-family:"FontAwesome";	
}

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

#google_plus_ico:before
{
	content:"\f0d5";
	color:#FFF;
	font-size:20px;
	vertical-align:middle;
	font-family:"FontAwesome";	
}

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

#linkedin_ico:before
{
	content:"\f0e1";
	color:#FFF;
	font-size:20px;
	vertical-align:middle;
	font-family:"FontAwesome";
}

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

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


.footer_logo
{
	max-width:100%;
}

.footer_cell1
{
	float:left;
	width:23%;
	margin-right:2%;
	//text-align:center;
}

.footer_cell2
{
	float:left;
	width:48%;
	margin-right:2%;
	line-height:2em;
	//text-align:center;
	//margin-top:20px;
}

.footer_cell3
{
	float:left;
	width:25%;
	//text-align:center;
	//margin-top:20px;
}

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

#footer_menu_site > li
{
	display:block;
	font-size:14px;
	text-align:right;
	margin-bottom:10px;
}

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

#footer_menu_site > li > a
{
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
}

#footer_menu_site > li > a:hover
{
	color:#b63737;
}


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

}

.social_ico_circle:before
{
	color:#b53535 !important;
	font-size:14px !important;
}

.social_ico_circle:hover
{
	background-color:#000 !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 .top_header_content_block
{
	display:none;
}

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

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

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

#footer_menu
{
	padding:0;
	margin:0;
	list-style:none;
	font-size:0;
}
#footer_menu > li
{
	display:inline-block;
	font-size:14px;
	vertical-align:top;
	margin:0 0 0 80px;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	text-align:left;
}
#footer_menu > li:first-child
{
	margin:0;
	display:none;
}
#footer_menu > li:nth-child(2)
{
	margin:0;
}
#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;
}
#accueil_full_box
{
	padding-top:30px;
	padding-bottom:0px;
}
.accueil_contactez_expert
{
	background-color:#000;
	padding-top:30px;
	padding-bottom:30px;
}
.expert_title
{
	color:#FFF;
	font-size:21px;
	font-weight:600;
	text-transform:uppercase;
}

.btn_red
{
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF !important;
	text-decoration:none !important;
	text-transform:uppercase;
	font-size:16px;
	background-color:#b63737;
	display:inline-block;
	font-weight:800;
	-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_red:after
{
	content:"\f054";
	font-family:FontAwesome;
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
	vertical-align:middle;
}

.btn_red:hover
{
	background-color:#696969;
}

#accueil_estimation
{
	background-image:url("../content_image/estimation_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:45px;
	padding-bottom:45px;
}

.btn_black
{
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF !important;
	text-decoration:none !important;
	text-transform:uppercase;
	font-size:16px;
	background-color:#000;
	display:inline-block;
	font-weight:800;
	-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_black:after
{
	content:"\f054";
	font-family:FontAwesome;
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
	vertical-align:middle;
}

.btn_black:hover
{
	background-color:#b63737;
}

.big_btn
{
	font-size:22px !important;
	font-weight:800 !important;
}
.big_btn:after
{
	font-size:18px;
}
.italic
{
	font-style:italic;
}
#accueil_accredite
{
	padding-top:30px;
	padding-bottom:20px;
	background-color:#f8f8f8;
}
.black
{
	color:#000 !important;
}
.paiement_txt
{
	font-size:20px;
	text-transform:uppercase;
}
#accueil_paiement
{
	margin-top:30px;
}
.footer_tel
{
	font-size:16px;
	font-weight:700;
	color:#FFF;
}
.footer_courriel
{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	word-wrap:break-word;
}
#top_header_bg
{
	min-height:180px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#top_header_bg > img
{
	width:100%;
	display:block;
	height:auto;
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.txt_field
{
	width:100%;
	max-width:300px;
	border:solid 1px #000;
	padding:5px;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}
.textarea_field
{
	width:100%;
	max-width:600px;
	height:150px;
	border:solid 1px #000;
	padding:5px;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}
.btn_envoyer
{
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF !important;
	text-decoration:none !important;
	text-transform:uppercase;
	font-size:16px;
	background-color:#b63737;
	display:inline-block;
	border:none;
	cursor:pointer;
	font-weight:800;
	-webkit-appearance: none;
  	-webkit-border-radius: 0;
	-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_envoyer:after
{
	content:"\f054";
	font-family:FontAwesome;
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
	vertical-align:middle;
}

.btn_envoyer:hover
{
	background-color:#696969;
}
.err
{
	color:#F00;
	border:solid 1px #F00;
	padding:20px;
	text-align:center;
}
.ok
{
	color:#060;
	border:solid 1px #060;
	padding:20px;
	text-align:center;
}
.field_err
{
	border-color:#f00;
}
.table_soumission td
{
	padding-bottom:8px;
}
#rotator.hide_btn #rot_prev_btn,#rotator.hide_btn #rot_next_btn
{
	display:none !important;
}
#logo img
{
	max-width:none;
}
.video-container
{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}