@font-face {
	font-family: 'FuturaStd';
	src: url('webfonts/FuturaStd-Book.eot?') format('eot'), 
	     url('webfonts/FuturaStd-Book.otf')  format('opentype'),
	     url('webfonts/FuturaStd-Book.woff') format('woff'), 
	     url('webfonts/FuturaStd-Book.ttf')  format('truetype'),
	     url('webfonts/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
}

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

body,
html {
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
figure {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.section {
  padding:0;
  width: 980px;
  margin: 0 auto;
}
.section[data-spacing="none"] {
  padding-top: 0;
  padding-bottom: 0;
}
.section.featured {
  background: #f9fafa;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.section[class*="aside-"] {
  background-image: url(../img/bgfix.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
  background-repeat: repeat-y;
  background-color: #f9fafa;
}
.section.aside-right {
  background-position: -300px 0;
}
.section.aside-left {
  background-position: 320px 0;
}

body {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.4em;
}
span.bullspan {
	float:none;
	margin:0;
	padding:0;
}

.container_16_menu {
	width:980px;
	margin:0 auto;
	}

main .section {
	margin-top:1px;
/*  padding-top: 70px;
  padding-bottom: 70px;
*/}
main a {
  color: #000000;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
main a:hover,
main a:focus {
  outline: none;
}
a.titre_bleu:hover {text-decoration:underline}
header {
	margin-bottom:10px;
	margin-top:10px;
}
header em {
  font-style: normal;
  /* font-family: "Open Sans", sans-serif;*/
  font-weight: 300;
}
header h1 {
  font-size: 59px;
  line-height: 50px;
  padding-bottom: 60px;
  letter-spacing: -1px;
  /* font-family: "Open Sans", sans-serif;*/
  font-weight: 800;
}
header h2 {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 10px;
  letter-spacing: -1px;
}
header h3 {
  font-size: 20px;
  line-height: 25px;
  /*padding-bottom: 12px;*/
  letter-spacing: -1px;
}
header h4 {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 4px;
  letter-spacing: -1px;
}
header h5 {
  font-size: 16px;
  line-height: 17px;
  padding-bottom: 4px;
  color:#05416A;
}
header.featured p {
  font-size: 18px;
  line-height: 24px;
  color: #7e7e7e;
}
header.navigator {
  padding-bottom: 40px;
  padding-top: 0;
  margin-top: -20px;
}
header.navigator:before,
header.navigator:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
header.navigator:after {
  clear: both;
}
header.navigator h3 {
  float: left;
}
header.navigator ul {
  float: right;
  margin-top: -14px;
}
header.navigator ul li {
  float: left;
  border-left: 1px solid #ffffff;
}
header.navigator ul li a {
  width: 46px;
  height: 46px;
  float: left;
  background: #f9fafa;
  position: relative;
}
header.navigator ul li:first-child {
  border: 0;
}
header.navigator ul [class*="icon-"] {
  position: absolute;
  left: 20px;
  top: 12px;
  font-size: 28px;
  color: #c6c9ce;
}
header.navigator ul [class*="icon-"][class*="large-thumbnails"] {
  left: 15px;
  font-size: 17px;
}
header + .list {
  padding-top: 7px;
}
.row + header {
  padding-top: 60px;
}
.button {
  display: inline-block;
  height: 66px;
  line-height: 66px;
  padding: 0 25px;
  color: #ffffff;
  font-size: 20px;
  /* font-family: "Open Sans", sans-serif;*/
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.button:hover,
.button:focus {
  color: #ffffff;
}
.button.fluid {
  padding: 0 !important;
  width: 100%;
  text-align: center;
}
.button.large {
  height: 92px;
  line-height: 92px;
  padding: 0 45px;
  font-size: 24px;
}
.button.small {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 16px;
}
.buttons-group:before,
.buttons-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.buttons-group:after {
  clear: both;
}
.buttons-group li {
  float: left;
  padding-left: 10px;
}
.buttons-group li:first-child {
  padding-left: 0;
}
.buttons-group + .buttons-group {
  padding-top: 20px;
}
p + p {
  padding-top: 20px;
}
p + blockquote {
  margin-top: 20px;
}
p + header {
  padding-top: 20px;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
strong {
  /* font-family: "Open Sans", sans-serif;*/
  font-weight: 700;
}
blockquote {
  background: #f9fafa;
  padding: 35px;
  margin: 0;
}
blockquote p {
  font-size: 13px;
}
blockquote + p {
  padding-top: 15px;
}
.alert {
  border: 0;
  -webkit-border-radius: reset;
  -moz-border-radius: reset;
  border-radius: reset;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 18px 24px;
  margin-bottom: 15px;
}
.alert .close {
  top: 2px;
  right: 0;
  color: #343434;
  opacity: 100;
  filter: alpha(opacity=10000);
  font-size: 16px;
  line-height: 16px;
}
.alert.alert-danger {
  background: #ffe9e9;
  color: #ff3f3f;
}
.alert.alert-success {
  background: #ebf6e0;
  color: #609e21;
}
.alert.alert-warning {
  background: #fbfadd;
  color: #a7a33e;
}
.alert.alert-info {
  background: #e9f7fe;
  color: #4683a2;
}
#alert {
  padding-top: 40px;
}
#message {
  display: none;
}
#message ul.unordered {
  padding-bottom: 0;
}
[class*="icon-"] {
  font-style: normal;
}
#top {
  background:#04314f url(../img/bg_menu.png) center top no-repeat;
  position: relative;
  z-index: 300;
}

#top #divLogo {
	margin:15px 0;
	width:150px;
	float:left;
}
#top #divMenu {
	width:100%;
	text-align:center;
	font-family: "Calibri", sans-serif;
	min-height:54px;
	height:70px;
	position:relative;
}


	
#top .brand {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 4px;
	line-height: 49px;
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.098), 0 -5px 35px rgba(255, 255, 255, 0.298);
	text-transform: uppercase;  
}
#top .btn,
#top .btn-group {
  margin: 0;
}
.revolution-slider {
  position: relative;
  z-index: 200;
  width:980px;
  padding:0 !important;
}
.main-header header {
  color: #ffffff;
  float: left;
}
.main-header header h1 {
  font-size: 30px;
  line-height: 30px;
  /* font-family: "Open Sans", sans-serif;*/
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.main-header .breadcrumb {
  float: right;
  background: none;
  margin: 0;
  padding: 0;
  /* font-family: "Open Sans", sans-serif;*/
  font-weight: 400;
}
.main-header .breadcrumb li {
  text-shadow: 0 0 0;
  font-size: 13px;
  line-height: 30px;
}
.main-header .breadcrumb li a {
  color: #ffffff;
  margin-left: 5px;
}
.main-header .breadcrumb li a:after {
  content: '/';
  margin-left: 10px;
  margin-right: 5px;
}

.main-content {
	background:#FFF;
	padding-bottom:20px;
}

.main-content .bg-left-left {
	background:#f8f8f8 url(../img/bg_menu_left_left.png) left top repeat-y;
	border-right:#e9e9e9 solid 1px;
}
.main-content .bg-left-bas {
	border-bottom:#e9e9e9 solid 1px;
    padding: 1px 10px 10px 20px;
    margin: 0 0 0 6px;
	min-height:193px;
}

.banner-header {
	min-height:213px;
	padding:0;
	position: relative;
	background:#FFF;
	margin-top:3px;
}
.banner-header .bg-color {
	background:#FFF url(../img/bg_header_980.png) left top repeat;
}

.banner-header .container {
	min-height:	213px;
	background:url(../img/bg_bloc_left_980.png) 0 top no-repeat;
}

.banner-header .bloc-left {
	position:relative;
}
.banner-header .pre-bloc-left {
	/*background:url(../img/bg_bloc_left_980.png) left top no-repeat;*/
}


.banner-header .bloc-right {
	background:url(../img/bg_bloc_right.png) -8px center no-repeat;
	position:relative;
	color:#FFF;
	min-height:213px;
}
.banner-header .bloc-right h2 {
	margin:15px 0 0 40px;
	font-size:15px;
	font-weight:bold;
	text-shadow: 0 0 5px #656565;	
}
.banner-header .bloc-right ul {
	list-style-image:url(../img/puce_banner.png);
	margin:10px 0 0 50px;
	font-size:13px;
	/*line-height:17px;*/
}	

.banner-header .bloc-left .logo-bloc {
	height:213px;
	width:231px;	
}
.banner-header .bloc-left .slogon-bloc {
	position:absolute;
	top:99px;
	left:12px;
	display:block;
	z-index:2;	
	color:#FFF;
	font-family: "FuturaStd","Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size:18px;
	padding:4px 5px;
	background:url(../img/bg_slogon.png) repeat;
	width:103%;
}

.banner-header .logo-bloc a {
	background:url(../img/logo_980.png) left center no-repeat;
	height:213px;
	width:231px;
	text-indent:-999px;	
	position:absolute;
	top:0;
	left:0;
	z-index:1;	
}


#cms main header,
#contact main header {
	height:65px;
	background:url(../img/bg_titre.png) top left no-repeat;
	line-height:30px;
	margin:0;
	padding:29px 0 0 10px;
	font-family:"calibri","Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 0 0 5px #656565;
	text-transform:uppercase;
}
#contact main .text-bloc header {
	height:auto;
	background:none;
	text-shadow:none;
	color:#05416A;	
}
#contact main .text-bloc header h5 {
	font-size:20px;
	text-transform:none;
}
#contact-footer-bloc {
	border-top:#000 dashed 1px;
	text-align:center;
	line-height:15px;
	display:none;
	font-size:11px;
}
#contact main .contact-bloc,
#contact main .contact-bloc a {
	color:#05416A;		
}
#contact main .contact-bloc header {
	padding:0;
}
#cms main header,
#contact main header {
	position:relative;	
}

#cms main header h1,
#contact main header h1
 {
	color:#ffac0b;
	font-size:25px;
	font-weight:bold;
	padding:0;
	margin:0;
	line-height:25px;
	letter-spacing:1px;	
}
#cms main header h2,
#contact main header h2 {
	color:#ffffff;
	font-size:30px;
	line-height:25px;
	padding:0;
	margin:0;
	letter-spacing:1px;		
}
#cms main header a.print_window,
#contact main header a.print_window {
	color:#ffffff;
	font-size:15px;
	line-height:25px;
	text-indent:-999999px;
	position:absolute;
	right:10px;
	bottom:25px;
	background: url(../img/imprimer.png) center no-repeat;
	width:43px;
	height:48px;
	padding:0;
	margin:0;
}

#cms main div.text-bloc,
#contact main div.text-bloc {
	padding:15px;
	
}

#cms main div.text-bloc h3 {
	margin-bottom:10px;
	margin-top:10px;
	font-weight:bold;
	font-size:16px;
}
#cms main #col-left,
#contact main #col-left {
	background:#eef5f9;
	height:100%;
}

#cms main .bloc-left-1,
#contact main .bloc-left-1 {
	background:#FFF url(../img/bg_left_1.png) left top repeat;
	min-height:40px;
	text-align:center;	
	padding-top:7px;
	text-transform:uppercase;
	text-shadow: 0 0 5px #656565;
	margin-bottom:2px;
}
#cms main .bloc-left-1 .titre1 a,
#contact main .bloc-left-1 .titre1 a {
	color:#ffac0b;
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0;
	background: -webkit-linear-gradient(#ffd523, #ffac0b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  			
}
#cms main .bloc-left-1 .titre2 a,
#contact main .bloc-left-1 .titre2 a {
	color:#ffffff;
	font-size:14px;
	padding:0;
	margin:0;		
}


#cms main .bloc-left-2,
#contact main .bloc-left-2 {
	background:#FFF url(../img/bg_left_2.png) left top repeat;
	min-height:75px;
	text-shadow: 0 0 5px #656565;
	margin-top:0px;
	margin-bottom:2px;
}
#cms main .bloc-left-2 ul li,
#contact main .bloc-left-2 ul li {
	background:url(../img/puce_jaune.png) right center no-repeat;
	padding-right:20px;
	margin-right:5px;
	text-align:right;
	min-height:24px;
}

#cms main .bloc-left-2 ul li a,
#contact main .bloc-left-2 ul li a {
	line-height:24px;
	color:#FFF;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#cms main .bloc-left-2 ul li a:hover,
#contact main .bloc-left-2 ul li a:hover {
	color:#ffac0b;
}

#cms main .bloc-left-3,
#contact main .bloc-left-3 {
	background:#FFF url(../img/bg_left_3.png) left top repeat;
	min-height:112px;
	text-shadow: 0 0 5px #656565;
	margin-top:0px;
}
#cms main .bloc-left-3 ul li,
#contact main .bloc-left-3 ul li {
	background:url(../img/bg_left_3_li.png) left bottom no-repeat;
	padding-left:15px;
}
#cms main .bloc-left-3 ul li:last-child,
#contact main .bloc-left-3 ul li:last-child  {
	background:none;
}

#cms main .bloc-left-3 ul li a,
#contact main .bloc-left-3 ul li a {
	line-height:36px;
	color:#FFF;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#cms main .bloc-left-3 ul li a:hover,
#contact main .bloc-left-3 ul li a:hover {
	color:#ffac0b;
}

#cms main .bloc-left-4,
#contact main .bloc-left-4 {
	background:#FFF url(../img/bg_left_1.png) left top repeat;
	text-align:center;
	margin-top:1px;
}

#cms main .bloc-left-5,
#contact main .bloc-left-5 {
	background:#FFF url(../img/bg_left_5.png) left top repeat;
	min-height:30px;
	text-shadow: 0 0 5px #656565;
	margin-top:2px;
	margin-bottom:1px;
	line-height:36px;
	color:#FFF;
	font-size:20px;
	font-weight:200;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:uppercase;
/*	background: -webkit-linear-gradient(#ffd523, #ffac0b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	cursor:pointer;	
}
#cms main .bloc-left-5:hover,
#contact main .bloc-left-5:hover,
#cms main #id_confiance:hover .bloc-left-5 {
	color:#ffac0b;
}

#content_confiance {
	background:#FFF url(../img/bg_left_5.png) left top repeat;
	/*line-height:20px;*/
	color:#FFF;
	font-size:12px;
	font-weight:200;
	text-align:center;
	/*padding:5px;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*display:none;*/
}


#home div.gif_animation {
	margin:10px 0;
	text-align:center;
}

#home .bg-left-bas div#animation_home {
	background:url(../img/default_bg.png) no-repeat;
	width:411px;
	height:113px;	
}

#home .bg-left-bas ul#menu_principal_2 {
	background:url(../img/bg_li.png) right center no-repeat;
	width:411px;
	height:113px;
	padding-top:5px;
}

#home .bg-left-bas ul#menu_principal_2 li {
	width:225px;
	height:27px;
}
#home .bg-left-bas ul#menu_principal_2 li a {
	width:220px;
	height:27px;
	line-height:27px;
	color:#FFF;
	padding-left:10px;
}
/*
#home .bg-left-bas ul#menu_principal_2 li:nth-child(1) {
	background:url(../img/li_1.png) left center no-repeat;
}
#home .bg-left-bas ul#menu_principal_2 li:nth-child(1):hover {
	background:url(../img/li_1_hover.png) left center no-repeat;	
}
#home .bg-left-bas ul#menu_principal_2 li:nth-child(2) {
	background:url(../img/li_2.png) left center no-repeat;	
}
#home .bg-left-bas ul#menu_principal_2 li:nth-child(2):hover {
	background:url(../img/li_2_hover.png) left center no-repeat;	
}
#home .bg-left-bas ul#menu_principal_2 li:nth-child(3) {
	background:url(../img/li_3.png) left center no-repeat;	
}
#home .bg-left-bas ul#menu_principal_2 li:nth-child(3):hover {
	background:url(../img/li_3_hover.png) left center no-repeat;	
}
#home .bg-left-bas ul#menu_principal_2 li:nth-child(4) {
	background:url(../img/li_4.png) left center no-repeat;	
}
#home .bg-left-bas ul#menu_principal_2 li:nth-child(4):hover {
	background:url(../img/li_4_hover.png) left center no-repeat;	
}
*/

#home .bg-left-bas ul#menu_principal_2 li:first-child {
	background:url(../img/li_1.png) left center no-repeat;
}
#home .bg-left-bas ul#menu_principal_2 li:first-child:hover {
	background:url(../img/li_1_hover.png) left center no-repeat;	
}

#home .bg-left-bas ul#menu_principal_2 li:first-child + li {
	background:url(../img/li_2.png) left center no-repeat;	
}
#home .bg-left-bas ul#menu_principal_2 li:first-child + li:hover {
	background:url(../img/li_2_hover.png) left center no-repeat;	
}

#home .bg-left-bas ul#menu_principal_2 li:first-child + li + li {
	background:url(../img/li_3.png) left center no-repeat;	
}
#home .bg-left-bas ul#menu_principal_2 li:first-child + li + li:hover {
	background:url(../img/li_3_hover.png) left center no-repeat;	
}

#home .bg-left-bas ul#menu_principal_2 li:first-child + li + li + li {
	background:url(../img/li_4.png) left center no-repeat;	
}
#home .bg-left-bas ul#menu_principal_2 li:first-child + li + li + li:hover {
	background:url(../img/li_4_hover.png) left center no-repeat;	
}





.item-icon {
  position: relative;
}
.item-icon article {
  padding-left: 50px;
}
.item-icon [class*="icon-"] {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #c6c9ce;
}
.item-icon [class*="icon-"][class*="eye"] {
  top: -2px;
}
.item-icon2 {
  position: relative;
}
.item-icon2 article {
  padding-left: 50px;
}
.item-icon2 [class*="icon-"] {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 30px;
  color: #c6c9ce;
}
.item-icon2 + .item-icon2 {
  margin-top: 30px;
}

.row-fluid.nogutter [class*="span"] {
  margin-left: 0;
}
.row-fluid.nogutter [class*="span6"] {
  width: 50%;
}
.row-fluid.nogutter [class*="span4"] {
  width: 33.333%;
}
.row-fluid.nogutter [class*="span3"] {
  width: 25%;
}
.row-fluid.nogutter [class*="span2"] {
  width: 16.666%;
}
.table {
  background: #ecf0f1;
  border-left: 1px solid #ffffff;
}
.table.first {
  border: 0;
}
.table thead th {
  border: 0;
  text-align: center;
  padding: 24px 0;
  text-transform: uppercase;
  color: #c6c9ce;
}
.table tbody td {
  border: 0;
  text-align: center;
  padding: 30px 0;
}
.table tbody td.price {
  background: #c6c9ce;
  padding: 22px 0;
  color: #ffffff;
}
.table tbody td.price strong,
.table tbody td.price span {
  display: block;
}
.table tbody td.price strong {
  font-size: 59px;
  line-height: 59px;
}
.table tbody td.price span {
  font-size: 13px;
}
.table tbody td ul li {
  padding-top: 20px;
  color: #7e7e7e;
  font-size: 13px;
  line-height: 13px;
}
.table tbody td ul li:first-child {
  padding-top: 0;
}
.table tfoot td {
  border: 0;
  text-align: center;
  padding-bottom: 30px;
}
.team header h4 strong {
  display: block;
  color: #000000;
}
.team header h4 span {
  color: #929292;
}
.team .item {
  border-left: 1px solid #ffffff;
  background: #f9fafa;
  color: #7e7e7e;
}
.team .item article {
  padding: 20px;
}
.team .item footer {
  padding-top: 20px;
}
.team .item footer:before,
.team .item footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.team .item footer:after {
  clear: both;
}
.team .item footer ul li {
  float: left;
  padding-right: 10px;
}
.team .item footer ul li a {
  color: #c6c9ce;
}
.team .item:first-child {
  border: 0;
}
.unicons-list li {
  padding: 10px 0;
}
.unicons-list li [class*="icon"] {
  margin-right: 10px;
}
ul.list li {
  font-size: 13px;
  line-height: 16px;
  padding-top: 16px;
  position: relative;
  padding-left: 20px;
}
ul.list li:first-child {
  padding-top: 0;
}
ul.list li:first-child [class*="icon-"] {
  top: 4px;
}
ul.list li [class*="icon-"] {
  font-size: 9px;
  line-height: 9px;
  margin-right: 10px;
  color: #c6c9ce;
  position: absolute;
  top: 20px;
  left: 0;
}
ul.list li [class*="icon-"][class*="-checkmark"] {
  padding-top: 2px;
}
ol.list li {
  font-size: 13px;
  line-height: 16px;
  padding-top: 16px;
  position: relative;
  padding-left: 20px;
}
ol.list li:first-child {
  padding-top: 0;
}
ol.list li:first-child span {
  top: 1px;
}
ol.list li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #c6c9ce;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
  font-size: 11px;
  line-height: 15px;
  position: absolute;
  top: 17px;
  left: 0;
}
.list + .list {
  padding-top: 54px;
}
.widget-tabs {
  color: #7e7e7e;
}
.widget-tabs nav {
  /* font-family: "Open Sans", sans-serif;*/
  font-weight: 700;
}
.widget-tabs nav:before,
.widget-tabs nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget-tabs nav:after {
  clear: both;
}
.widget-tabs nav li {
  float: left;
  margin-left: 1px;
}
.widget-tabs nav li:first-child {
  margin-left: 0;
}
.widget-tabs nav li a {
  padding: 18px;
  float: left;
  color: #ffffff;
}
.widget-tabs nav li.active a {
  background-color: #ecf0f1;
  color: #343434;
}
.widget-tabs .tab-pane {
  padding: 20px;
  background-color: #ecf0f1;
}
.widget-accordion ul li {
  position: relative;
  background-color: #ecf0f1;
  margin-top: 1px;
  padding-left: 59px;
}
.widget-accordion ul li:first-child {
  margin-top: 0;
}
.widget-accordion ul li [class*="icon-"] {
  width: 59px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.widget-accordion ul li header h4 {
  color: #343434;
  line-height: 52px;
  display: block;
}
.widget-accordion ul li .data .inner {
  padding: 0;
  padding-right: 20px;
  padding-bottom: 20px;
  display: none;
}
.widget-accordion ul li.active [class*="icon-"] {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.widget-accordion ul li.active .data .inner {
  display: block;
}
.progress {
  height: 37px;
  line-height: 37px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  /* font-family: "Open Sans", sans-serif;*/
  font-weight: 400;
  background: #ecf0f1;
  -webkit-border-radius: reset;
  -moz-border-radius: reset;
  border-radius: reset;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: reset;
  -moz-box-shadow: reset;
  box-shadow: reset;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.progress .bar {
  text-align: left;
  padding-left: 20px;
  position: relative;
}
.progress .bar div {
  position: absolute;
  width: 300px;
}
.progress + .progress {
  margin-top: 13px;
}
.post {
  padding-top: 70px;
}
.post:first-child {
  padding-top: 0;
}
.post time {
  display: block;
  width: 100%;
  height: 120px;
  background: #f9fafa;
  color: #343434;
  /* font-family: "Open Sans", sans-serif;*/
  font-weight: 300;
  text-align: center;
}
.post time .day {
  font-size: 30px;
  line-height: 30px;
  display: block;
  padding-top: 30px;
}
.post time .month {
  font-size: 20px;
  line-height: 20px;
  display: block;
}
.post header {
  margin-top: 30px;
}
.post .info:before,
.post .info:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.post .info:after {
  clear: both;
}
.post .info li {
  float: left;
  padding-left: 20px;
}
.post .info li a {
  color: #afafaf;
}
.post .info li [class*="icon-"] {
  margin-right: 5px;
}
.post .info li:first-child {
  padding-left: 0;
}
.post .description {
  padding-top: 25px;
}
.post .button {
  margin-top: 35px;
}
.vimeo {
  width: 620px;
  height: 344px;
}
.slideshow-simple {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slideshow-simple .item {
  width: 100%;
}
.slideshow-simple .navigo a {
  width: 32px;
  height: 94px;
  display: block;
  position: absolute;
  z-index: 300;
  top: 110px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.slideshow-simple .navigo a.prev {
  background-image: url('../img/slider-nav-left.png');
  background-size: 200% 100%;
  left: -16px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .slideshow-simple .navigo a.prev {
    background-image: url('../img/slider-nav-left@2x.png');
    background-size: 200% 100%;
  }
}
.slideshow-simple .navigo a.prev:hover {
  background-position: -32px 0;
}
.slideshow-simple .navigo a.next {
  background-image: url('../img/slider-nav-right.png');
  background-position: -32px 0;
  right: -16px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .slideshow-simple .navigo a.next {
    background-image: url('../img/slider-nav-right@2x.png');
    background-size: 200% 100%;
  }
}
.slideshow-simple .navigo a.next:hover {
  background-position: 0 0;
}
/*
aside.right {
  padding-left: 60px;
}
aside.right[data-spacing="half"] {
  padding-left: 30px;
}
aside.left {
  padding-right: 60px;
}
aside.left[data-spacing="half"] {
  padding-right: 30px;
}
aside .widget {
  padding-top: 70px;
}
aside .widget:first-child {
  padding-top: 0;
}

*/
form,
fieldset {
  padding: 0;
  margin: 0;
}
form:before,
fieldset:before,
form:after,
fieldset:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
form:after,
fieldset:after {
  clear: both;
}
/*
input,
textarea,
input[type="text"] {
  /* font-family: "Open Sans", sans-serif;*/
  font-weight: 300;
  -webkit-border-radius: reset !important;
  -moz-border-radius: reset !important;
  border-radius: reset !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: reset !important;
  -moz-box-shadow: reset !important;
  box-shadow: reset !important;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  outline: none;
}
*/
input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: #343434;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder {
  color: #343434;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #343434;
}
form.search fieldset {
  font-size: 16px;
  position: relative;
}
form.search fieldset .input-text {
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  float: left;
  background: #ecf0f1;
  border: 0;
}
form.search fieldset .input-submit {
  height: 52px;
  line-height: 52px;
  width: 52px;
  float: left;
  background-image: url(../img/search-submit.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
  background-color: #ecf0f1;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.comments ul li .comment {
  background: #f9fafa;
  position: relative;
  padding: 40px;
  padding-left: 120px;
  margin-top: 20px;
}
.comments ul li .comment figure {
  position: absolute;
  top: 40px;
  left: 40px;
}
.comments ul li header:before,
.comments ul li header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.comments ul li header:after {
  clear: both;
}
.comments ul li header h4 {
  float: left;
}
.comments ul li header span {
  float: right;
  color: #7e7e7e;
}
.comments ul li header span a {
  color: #000000;
}
.comments ul li ol {
  margin-top: 20px;
  margin-left: 80px;
}
.comment-form .input-text,
.contact-form .input-text {
  background: #f9fafa;
  color: #7e7e7e;
  border: 1px solid #dfe1e4;
  padding: 0 10px;
  font-size: 13px;
}
.comment-form li:first-child .input-text,
.contact-form li:first-child .input-text {
  margin-top: 0;
}
.comment-form .input-textarea,
.contact-form .input-textarea {
  background: #f9fafa;
  color: #7e7e7e;
  border: 2px solid #dfe1e4;
  height: 130px;
  padding: 10px;
  resize: none;
  font-size: 13px;
}
.comment-form .input-submit,
.contact-form .input-submit {
  float: right;
  margin-top: 20px;
}
.contact-form {
  padding-top: 20px;
}
.contact-form .info {
}
.contact-form .info [class*="icon-"] {
  vertical-align: middle;
  color: #c6c9ce;
  margin-right: 10px;
}
.contact-form .input-submit {
  border: 0;
  background-image: url(../img/contact-submit.png);
  background-repeat: no-repeat;
  background-position:-20px -15px;
  background-color: transparent;
  padding-left: 50px;
}

.form-group {
	margin:5px 0;
}
#contact-map {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom:20px;
}
.address {
  padding-top: 5px;
}
.address li {
  padding-top: 3px;
}
.address li [class*="icon-"] {
  vertical-align: middle;
  color: #c6c9ce;
  margin-right: 10px;
}
.address li .icon-mail {
  padding-top: 3px;
}
.address li:first-child {
  padding-top: 0;
}
.business-hours {
  padding-top: 65px;
  padding-bottom: 65px;
}
.business-hours li {
  display: block;
}
.business-hours li:before,
.business-hours li:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.business-hours li:after {
  clear: both;
}
.business-hours li span {
  float: left;
}
.business-hours li span:last-child {
  float: right;
  text-align: right;
}
.business-hours li [class*="icon-"] {
  vertical-align: middle;
  color: #c6c9ce;
  margin-right: 10px;
}
.separator {
  border-top: 1px solid #ecf0f1;
  margin: 80px 0;
}
#footer {
  min-height:55px;
  background:#04314f url(../img/bg_footer.png) center top no-repeat;
  padding:0;
  color: #ffffff;
}
#footer .left_baspage {
	background:url(../img/left_bas_page.png) 10px top no-repeat;
	min-height:50px;
	margin-top:10px;
	padding-left:10px;
	font-size:10px;
	text-transform:uppercase;
}
#footer .right_baspage {
	margin-top:15px;
	padding-right:10px;
	font-size:10px;
	color:#A0A0A0;
	text-transform:uppercase;
	text-align:right;
}

#footer .left_baspage .copy {
	margin-left:5px;
	
}

#footer a {
  color: #ffffff;
}
#footer a:hover {
  text-decoration: underline;
}



.sx_galleria{width:100%;height:320px}



@media (max-width: 979px) {
  body {
    padding-bottom: 0;
  }	
  #top {
    padding-left: 0;
    padding-right: 0;
}  

  .section {
    width: auto;
	padding:0;
  }
  .section[class*="aside-"] {
    background-color: #ffffff;
  }
  #top #divLogo	{
	float:none;
  }	
  #top #divMenu	{
	  float:none;
	  margin:0 auto;
  }  
  .revolution-slider {
    padding: 0;
  }
  .slideshow-simple .navigo a {
    top: 35%;
  }
  .contact-form .input-text,
  .comment-form .input-text {
    padding: 0 20px;
    margin-top: 20px;
    font-size: 13px;
  }
  .contact-form .input-textarea,
  .comment-form .input-textarea {
    height: 130px;
    padding: 20px;
    resize: none;
    font-size: 13px;
  }  
  #footer {
	  width:100%;
	}
  
  #footer .container {
    width: 100%;
  }
  #footer p {
    padding-left: 40px;
  }
  #footer .social-likes {
    margin-right: 0;
  }  

}


@media (max-width: 767px) {
	
  #top {
  	 background:#04314f;/*url(../img/hover_bg_menu.png);*/
  }
	#top #divMenu {
		height:auto;
	}
  .main-header header {
    float: none;
  }
  .main-header .breadcrumb {
    float: none;
    padding-top: 5px;
  }
  .cta-header .span8 {
    display: none;
  }
  .cta-header .button {
    width: 100%;
    height: 120px;
  }
  #top #divMenu	{
	  width:100%;
	  margin:0;
  }  
 span.bullspan {
	 display:none;
}
	  

.banner-header {
	min-height:160px;
}
.banner-header .bg-color {
	/*background:url(../img/bg_header_768.png) left top repeat;*/
	background:none;
}

.banner-header .container{
	/*background:url(../img/bg_bloc_left_768.png) left top no-repeat;*/
	background:none;
	min-height:	160px;
}

.banner-header .bloc-left {
	background:url(../img/bg_header_768.png) left top repeat;
	width:auto;
	margin-right:9px;
}
.banner-header .pre-bloc-left {
	background:url(../img/bg_bloc_left_768.png) right top no-repeat;
	position:relative;
	overflow:hidden;
}

.banner-header .bloc-right {
	background:url(../img/bg_header_768.png) left top repeat;
	min-height:160px;
	margin-left:9px;
	margin-right:9px;
	margin-top:1px;
	width:auto;
	padding:5px;	
}
.banner-header .bloc-right h2 {
	margin:0;
}
.banner-header .bloc-right ul {
	margin:5px 5px 5px 15px;	
}
.banner-header .bloc-left .logo-bloc {
	height:160px;
	width:174px;	
}
.banner-header .bloc-left .slogon-bloc {
	font-size:15px;
	top:75px;
	left:9px;
	width:100%;
}
.banner-header .logo-bloc a {
	background:url(../img/logo_768.png) left center no-repeat;
	height:160px;
	width:174px;
}

.main-content .bg-left-left {
	margin-top:10px;
	background:#f8f8f8;
	border:#e9e9e9 solid 1px;
}

#footer .right_baspage {
	text-align:center;
	margin-top:0;
}
main #col-right {
	width:auto;
}

  #cms main div.text-bloc {
	  padding:15px 0;	  
  }
  
  #contact main .text-bloc header {
	  padding:0;
  }
  
  
#cms main .bloc-left-2 ul li,
#contact main .bloc-left-2 ul li {
	background:url(../img/puce_jaune.png) right center no-repeat;
	padding-right:20px;
	margin-right:5px;
	text-align:right;
	height:24px;
}

#cms main .bloc-left-2 ul li,
#contact main .bloc-left-2 ul li {
	background:url(../img/puce_jaune.png) left center no-repeat;
	padding-left:20px;
	margin-left:5px;
	text-align:left;
}
  
#cms main .bloc-left-3,
#contact main .bloc-left-3 {
	background:#179ddc;
}
  
  header h1 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 40px;
    letter-spacing: -1px;
    /* font-family: "Open Sans", sans-serif;*/
    font-weight: 800;
  }
  header.navigator {
    padding-bottom: 20px;
    padding-top: 0;
  }
  header.navigator ul {
    float: none;
    margin-top: 0;
    display: block;
    max-width: 140px;
    margin: 0 auto;
  }
  header.navigator ul:before,
  header.navigator ul:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  header.navigator ul:after {
    clear: both;
  }
  header.navigator h3 {
    float: none;
    display: block;
    padding-top: 20px;
  }
  .row + header {
    padding-top: 40px;
  }
  .row-fluid.nogutter [class*="span"] {
    margin-left: 0;
  }
  .row-fluid.nogutter [class*="span6"] {
    width: 100%;
  }
  .row-fluid.nogutter [class*="span4"] {
    width: 100%;
  }
  .row-fluid.nogutter [class*="span3"] {
    width: 100%;
  }
  .row-fluid.nogutter [class*="span2"] {
    width: 100%;
  }
  main div[class*="span"] + div[class*="span"] {
    padding-top: 0;
  }
  main div[class*="span"] + div[class*="span"].item-icon [class*="icon-"] {
    top: 32px;
  }
  main div[class*="span"] + div[class*="span"].item-icon [class*="icon-"][class*="eye"] {
    top: 38px;
  }
  main .section {
	  margin-left:9px;
	  margin-right:9px;
/*    padding-top: 40px;
    padding-bottom: 40px;*/
  }
  main .section.columns-presentation div[class*="span"] + div[class*="span"] {
    padding-top: 30px;
  }
  main .tables div[class*="span"] + div[class*=span] {
    padding-top: 0;
  }
  .buttons-group li {
    float: none;
    padding-left: 0;
    padding-top: 10px;
  }
  .buttons-group li:first-child {
    padding-top: 0;
  }
  .team .item {
    width: 235px !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
    margin-top: 20px !important;
  }
  .team .item:first-child {
    margin-top: 0;
  }
  .portfolio .item {
    margin-top: 20px;
  }
  .clients {
    max-width: 280px;
    margin: 0 auto;
  }
  .clients .item {
    width: 130px;
    float: left;
    padding-top: 0 !important;
  }
  .slideshow-simple .navigo a {
    top: 35%;
  }
  .section.featured.slider {
    padding-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .slider .pane {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .slider .pane:before,
  .slider .pane:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .slider .pane:after {
    clear: both;
  }
  .slider .controll-pane {
    width: 100%;
  }
  .slider .slideshow {
    width: 220px;
    margin: 0 auto;
    float: none;
  }
  .slider .slideshow .item {
    margin-left: 0;
  }
  .post {
    padding-top: 40px;
  }
  .post [class*="span"] + [class*="span"] {
    padding-top: 0;
  }
  .post .span2 {
    max-width: 10%;
    float: left;
  }
  .post .span6 {
    max-width: 85%;
    float: right;
  }
  .post:first-child {
    padding-top: 0;
  }
  .post time {
    width: 100%;
    height: 40px;
  }
  .post time .day {
    font-size: 15px;
    line-height: 15px;
    padding-top: 8px;
  }
  .post time .month {
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
  }
  .post header {
    margin-top: 0;
  }
  .post .media {
    padding-bottom: 20px;
  }
  .post .info li {
    float: none;
    padding-left: 0;
    padding-top: 5px;
  }
  .post .info li:first-child {
    padding-left: 0;
    padding-top: 0;
  }
  .post .description {
    padding-top: 10px;
  }
  .post .button {
    margin-top: 20px;
  }
  .comments ul li .comment {
    padding: 20px;
    margin-top: 10px;
  }
  .comments ul li .comment figure {
    display: none;
  }
  .comments ul li ol {
    margin-top: 10px;
    margin-left: 10px;
  }
  .comment-form [class*="span"] + [class*="span"],
  .contact-form [class*="span"] + [class*="span"] {
    padding-top: 0;
  }
  .comment-form .input-text,
  .contact-form .input-text {
    padding: 0 20px;
    margin-top: 0px;
    font-size: 13px;
  }
  .comment-form li:first-child .input-text,
  .contact-form li:first-child .input-text {
    margin-top: 0;
  }
  .comment-form .input-textarea,
  .contact-form .input-textarea {
    height: 130px;
    padding: 20px;
    resize: none;
    font-size: 13px;
  }
  .comment-form .input-submit,
  .contact-form .input-submit {
    margin-top: 0;
    float: right;
  }
  #contact-map {
    width: 100%;
    left: auto;
  }
  .contact-form .pull-left,
  .contact-form .pull-right {
    float: none;
    text-align: center;
  }
  .contact-form .info {
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
  }
  .contact-form .info:before,
  .contact-form .info:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .contact-form .info:after {
    clear: both;
  }
  .contact-form .input-submit {
    float: none !important;
  }
  aside.right {
    padding-left: 0;
  }
  aside.right[data-spacing="half"] {
    padding-left: 0;
  }
  aside.left {
    padding-right: 0;
  }
  aside.left[data-spacing="half"] {
    padding-right: 0;
  }

  .separator {
    margin: 40px 0;
  }

  #footer .pull-left:before,
  #footer .pull-right:before,
  #footer .pull-left:after,
  #footer .pull-right:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  #footer .pull-left:after,
  #footer .pull-right:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
	.banner-header .bloc-right ul {
		line-height:17px;
		margin-top:5px;
	}	
}

.button.cta-tertiary {
    background-color: #525252;
}