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

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

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

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

* {
	outline: none !important;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	background-color: #efeeec;
	background-color: #ffffff;
}

@media (min-width: 992px) {
	
	body {
		background: -moz-linear-gradient(left, #efeeec 0%, #efeeec 50%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(left top, right top, color-stop(0%, #efeeec), color-stop(50%, #efeeec), color-stop(50%, #ffffff), color-stop(100%, #ffffff));/* Chrome, Safari4+ */
		background: -webkit-linear-gradient(left, #efeeec 0%, #efeeec 50%, #ffffff 50%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, #efeeec 0%, #efeeec 50%, #ffffff 50%, #ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, #efeeec 0%, #efeeec 50%, #ffffff 50%, #ffffff 100%); /* IE 10+ */
		background: linear-gradient(to right, #efeeec 0%, #efeeec 50%, #ffffff 50%, #ffffff 100%);/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeeec', endColorstr='#ffffff', GradientType=1 );/* IE6-9 */
	  height: 100%;
	}
	
	container {
		background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 25%, #efeeec 25%, #efeeec 100%); /* FF3.6+ */
		background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(25%, #ffffff), color-stop(25%, #efeeec), color-stop(100%, #efeeec));/* Chrome, Safari4+ */
		background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 25%, #efeeec 25%, #efeeec 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, #ffffff 0%, #ffffff 25%, #efeeec 25%, #efeeec 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 25%, #efeeec 25%, #efeeec 100%); /* IE 10+ */
		background: linear-gradient(to right, #ffffff 0%, #ffffff 25%, #efeeec 25%, #efeeec 100%);/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efeeec', GradientType=1 );/* IE6-9 */
	  height: 100%;
	}

}

.container {
	position: relative;
}


/* ---------- Nav ---------- */

.left {
	background-color: #ffffff;
	background-color: #efeeec;
}

.navbar-default {
  background-color: #ffffff;
	background-color: #efeeec;
  border: none;
}

.navbar-brand {
	float: none;
}

.navbar-brand img {
	width: 160px;
}

.navbar-nav {
    float: left;
    margin: 0 -15px 0 -15px;
}

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-default .navbar-nav > li > a {
	color: #727b84;
	font-family: ralewayregular,arial,verdana;
	font-size: 17px;
  padding-top: 8px;
  padding-bottom: 8px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav li.active > a,
.navbar-default .navbar-nav li.active > a:focus,
.navbar-default .navbar-nav li.active > a:hover {
  color: #434983;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: transparent;
}

.dropdown-menu {
  border: 0px;
}


@media (max-width: 768px) {

	.navbar-brand > img {
		display: inline-block;
		height: 50px;
		margin: 10px 0px 10px -15px;
	}

}


@media (min-width: 992px) {
	
	.left {
		padding-top: 20px;
	}
	
	.navbar-brand img {
  	height: auto;
	}
	
  .sidebar-nav .navbar .navbar-collapse {
		padding: 0;
		margin: 20px 0px 0px 0px;
		max-height: none;
  }
  
  .sidebar-nav .navbar ul {
		float: none;
  }
  
  .sidebar-nav .navbar ul:not {
		display: block;
  }
  
  .sidebar-nav .navbar li {
		float: none;
		display: block;
  }
  
  .sidebar-nav .navbar li a {
		/*padding-top: 3px;
		padding-bottom: 3px;*/
		padding-left: 15px;
		padding-right: 15px;
  }

  .navbar {
	  position: fixed;
	  /*z-index: 2;*/
  }
  
	.navbar-default .navbar-nav > li + li::before {
	  content: "";
	  display: block;
	  background-color: #dddddd;
	  height: 1px;
	  margin-left: 15px;
	  position: relative;
	  top: 0px;
	  width: 18px;
	}
  
	.navbar-default .navbar-nav > li > a {
		font-size: 18px;
	}
  
	.navbar-default li .dropdown-menu.active {
		display: block !important;
	}
	
	.sidebar-nav .navbar-header {
		float: none;
	}

	.navbar-default li .dropdown-menu {
		background-color: transparent;
		float: none;
	  position: relative;
	  padding: 0px;
	  margin: 0px 0px 10px 10px;
	  font-size: 14px;
	  border: 0px;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	}
	
	.navbar-default li .dropdown-menu a {
		color: #727b84;
		font-family: ralewayregular,arial,verdana;
		font-size: 14px;
		text-transform: uppercase;
	}
	
	.dropdown-menu > li > a:focus,
	.dropdown-menu > li > a:hover {
	  background-color: transparent;
	  color: #333333;
	  text-decoration: none;
	}
	
}



/* ---------- nav hamburger ---------- */

.navbar-toggle {
	background-color: #ffffff !important;
	margin-top: 18px;
}

.navbar-toggle .icon-bar:nth-child(2) {
    top: 1px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 300ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-child(2) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-child(3) {
  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-child(4) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



/* ---------- Localisation ---------- */

a.local {
	background-color: #efeeec;
	border-radius: 12px;
	color: #727b84;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	position: absolute;
	left: 230px;
	text-align: center;
	top: 0px;
	width: 24px;
	z-index: 10;
}

a.local:hover {
	background-color: #727b84;
	color: #efeeec;
	text-decoration: none;
}

@media (min-width: 768px) {
	
	a.local {
		left: auto;
		right: 10px;
		top: 20px;
	}

}

@media (min-width: 992px) {
	
	a.local {
		left: 180px;
		top: 0px;
	}

}

@media (min-width: 1200px) {
	
	a.local {
		left: 230px;
		top: 0px;
	}

}



/* ---------- Contenu ---------- */

@media (min-width: 992px) {

	.right {
		background-color: #ffffff;
		min-height: 100vh;
		padding: 40px 20px 40px 50px;
	}

}

h1 {
	color: #404a85;
  font-family: ralewayregular,arial,verdana;
	font-size: 36px;
	margin: 35px 0px 30px 0px;
  text-transform: uppercase;
}

h2 {
	color: #404a85;
  font-family: ralewayregular,arial,verdana;
	font-size: 24px;
	font-weight: normal;
	margin: 30px 0px 10px 0px;
  /*text-transform: uppercase;*/
}

h3 {
	color: #333333;
  font-family: ralewayregular,arial,verdana;
	font-size: 20px;
}

@media (max-width: 768px) {

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 22px;
	}

}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cccccc;
}

.label-default {
	background-color: #cccccc;
	border-radius: 10px;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
}



/* ---------- Breadcrumb ---------- */

.breadcrumb {
  background-color: transparent;
  font-size: 13px;
	overflow: hidden;
  padding: 0px;
  -webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li.active {
	color: #404a85;
}

.breadcrumb li a,
.breadcrumb li a:hover {
	color: #666666;
}



/* ---------- Home ---------- */

.home {
	padding: 10px;
}

.home .row > div {
	padding: 5px;
}

.home .cabinet a {
	background-color: #525b96;
	background-image: url('/images/home-cabinet.jpg');
	display: block;
	font-size: 32px;
	height: 300px;
	height: 260px;
	padding: 25px 25px;
	text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home .cabinet a:hover {
	opacity: 0.9;
}

.home .equipe a {
	/*background-image: url('/documents/equipe/nicolas-bauch-labesse.jpg');*/
	background-position: center -50px;
	box-shadow: inset 0 0 0 1000px rgba(225,163,40,.7);
	display: block;
	font-size: 30px;
	height: 300px;
	height: 260px;
	padding: 25px 25px;
	text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home .equipe a:hover {
	opacity: 0.9;
}

/*
.home .equipe a.team3 { background-image: url('/documents/equipe/denis-laurent.jpg'); }
.home .equipe a.team5 { background-image: url('/documents/equipe/magali-tardieu-confavreux.jpg'); }
.home .equipe a.team7 { background-image: url('/documents/equipe/nicolas-bauch-labesse.jpg'); }
.home .equipe a.team10 { background-image: url('/documents/equipe/elie-azeroual.jpg'); }
.home .equipe a.team12 { background-image: url('/documents/equipe/nora-amroun.jpg'); }
.home .equipe a.team24 { background-image: url('/documents/equipe/guillaume-cavrois.jpg'); }
.home .equipe a.team26 { background-image: url('/documents/equipe/matthieu-clodomir.jpg'); }
.home .equipe a.team27 { background-image: url('/documents/equipe/sara-rabin.jpg'); }
.home .equipe a.team28 { background-image: url('/documents/equipe/marie-lecordier.jpg'); }
.home .equipe a.team29 { background-image: url('/documents/equipe/lucie-du-hays.jpg'); }
*/

.home .expertise div {
	background-color: #ce9a24;
	background-color: #e1a328;
	height: 265px;
	padding: 22px 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home .analyses div {
	background-color: #cf672a;
	height: 265px;
	padding: 22px 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home .adjudications div {
	background-color: #34316a;
	height: 265px;
	padding: 22px 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home .rejoindre div {
	background-color: #34316a;
	height: 265px;
	height: 200px;
	padding: 22px 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home .formations div {
	background-color: #e1a328;
	height: 265px;
	height: 200px;
	padding: 22px 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home .expertise div:hover,
.home .analyses div:hover,
.home .adjudications div:hover,
.home .rejoindre div:hover,
.home .formations div:hover {
	opacity: 0.85;
}

.home .cabinet h3,
.home .equipe h3 {
	color: #ffffff;
  font-family: ralewayregular,arial,verdana;	
	font-size: 30px;
	margin: 0px 0px 30px 0px;
	text-transform: uppercase;
}

/*
.home .cabinet p {
	color: #ffffff;
  font-family: desyrelregular,arial,verdana;
	font-size: 30px;
	letter-spacing: .08em;
	text-align: center;
}
*/

.home .cabinet a p {
	color: #ffffff;
	display: inline-block;
  font-family: ralewayregular,arial,verdana;	
	font-size: 16px;
	line-height: 1.3;
	margin: 3px 0px;
}

.home .equipe p {
	color: #ffffff;
  font-family: desyrelregular,arial,verdana;	
	font-size: 28px;
	letter-spacing: .08em;
	text-align: center;
}

.home .expertise h3,
.home .analyses h3,
.home .adjudications h3,
.home .formations h3,
.home .rejoindre h3 {
	color: #ffffff;
  font-family: ralewayregular,arial,verdana;	
	font-size: 25px;
	margin: 0px 0px 30px 0px;
	text-transform: uppercase;
}

.home .expertise ul,
.home .analyses ul,
.home .adjudications ul {
	list-style: none;
	padding: 0px;
}

.home .expertise a,
.home .analyses a,
.home .adjudications a,
.home .formations a,
.home .rejoindre a {
	color: #ffffff;
	display: inline-block;
  font-family: ralewayregular,arial,verdana;	
	font-size: 16px;
	line-height: 1.3;
	margin: 3px 0px;
}

.home .rejoindre a {
	color: #ffffff;
	display: inline-block;
  font-family: desyrelregular,arial,verdana;	
	font-size: 22px;
	letter-spacing: .08em;
	line-height: 1.3;
	margin: 3px 0px;
}

.home .analyses p.date {
	color: #333333;
  font-family: ralewayregular,arial,verdana;	
}

.home .analyses .label-default {
	background-color: rgba(255,255,255,.2);
	border-radius: 10px;
	color: #333333;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
}

@media (min-width: 768px) {

	.home .cabinet p {
		font-size: 35px;
	}
	
	.home .equipe p {
		font-size: 25px;
	}

}

@media (min-width: 992px) {

	.home .cabinet p {
		font-size: 35px;
	}
	
	.home .equipe p {
		font-size: 22px;
	}

	.home .expertise h3,
	.home .analyses h3,
	.home .adjudications h3 {
		font-size: 21px;
	}

	.home .expertise a,
	.home .analyses a,
	.home .adjudications a {
		font-size: 14px;
	}

}

@media (min-width: 1200px) {

	.home .cabinet p {
		font-size: 38px;
	}
	
	.home .equipe p {
		font-size: 29px;
	}

	.home .expertise h3,
	.home .analyses h3,
	.home .adjudications h3 {
		font-size: 25px;
	}

	.home .expertise a,
	.home .analyses a,
	.home .adjudications a {
		font-size: 16px;
	}

}



/* ---------- Media ---------- */

img.left,
img.pull-left {
	border: 10px solid #ffffff;
  float: left;
  margin: 5px 20px 10px 0px;
  padding: 0px;
}

img.right,
img.pull-right {
	border: 10px solid #ffffff;
  float: right;
  margin: 5px 0px 10px 20px;
  padding: 0px;
}

.media .media-object {
  margin: 0px 15px 5px 0px;
  /*width: 180px;*/
}

@media (max-width: 768px) {

	.img-responsive.pull-left {
		max-width: 50%;
	}

	.img-responsive.pull-right {
		max-width: 50%;
	}

}

img.left.half {
	max-width: 35%;
}

/* ---------- Team ---------- */

.team {
  text-align: center;
  margin: 20px 0px 25px 0px;
}

.team a img {
	margin: 0px auto;
  opacity: 1.0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
	width: 95%;
}

.team:hover a img {
	-webkit-transform: scale3d(.95,.95,1);
	transform: scale3d(.95,.95,1);
}

.team h4 {
	font-size: 15px;
	margin: 15px 0px 5px 0px;
	overflow: hidden;
  -webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.profil {
	background-color: #e1a328;
	color: #ffffff;
	margin: 40px 0px 0px 0px;
	position: relative;
}

.profil h2 {
	color: #ffffff;
	margin: 20px 20px 20px 20px;
	text-transform: none;
}

.profil p {
	color: #ffffff;
	margin: 0px 20px 10px 20px;
}

.profil p.intro {
	font-size: 15px;
}

.contact div {
	margin: 0px 0px 10px 0px;
	text-align: right;
}

.contact a {
	background-color: #404a85;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	margin: 1px 1px 0px 0px;
	position: relative;
	text-align: center;
	width: 36px;
}

@media (min-width: 360px) {

	.contact .col-md-9 a {
		right: -38px;
	}
	
	.contact .col-md-12 a {
		right: -16px;
	}

}

@media (max-width: 360px) {

	.contact a {
		left: 0px !important;
		right: auto;
	}

}

.contact a:hover {
	background-color: #979cb9;
	text-decoration: none;
}



/* ---------- Analyses ---------- */

.analyse {
	background-color: #cf672a;
	color: #ffffff;
	margin: 20px 0px 20px 0px;
	position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.analyse .col-sm-8,
.analyse .col-sm-12 {
	padding-bottom: 15px;
}

.analyse:hover {
	background-color: #ff9a66;
	/*opacity: .9;*/
}

.analyse img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.analyse:hover img {
	-webkit-transform: scale3d(.95,.95,1);
	transform: scale3d(.95,.95,1);
}

.analyse h2 {
	color: #ffffff;
	margin: 20px 20px 20px 20px;
	text-transform: none;
}

.analyse h2 a {
	color: inherit;
}

.analyse p {
	color: #333333;
	margin: 0px 20px 10px 20px;
}

.analyse .label-default {
	background-color: rgba(255,255,255,.2);
	border-radius: 10px;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
}

.analyse .date {
	font-family: ralewaybold;
	margin-top: 15px;
}


/* ---------- Formations ---------- */

.formation {
	background-color: #e1a328;
	color: #ffffff;
	margin: 20px 0px 20px 0px;
	position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.formation .col-sm-8,
.formation .col-sm-12 {
	padding-bottom: 15px;
}

.formation:hover {
	opacity: .9;
}

.formation img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.formation:hover img {
	-webkit-transform: scale3d(.95,.95,1);
	transform: scale3d(.95,.95,1);
}

.formation h2 {
	color: #ffffff;
	margin: 20px 20px 20px 20px;
	text-transform: none;
}

.formation h2 a {
	color: inherit;
}

.formation p {
	color: #333333;
	margin: 0px 20px 10px 20px;
}

.formation .label-default {
	background-color: rgba(255,255,255,.2);
	border-radius: 10px;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
}

.formation .date {
	font-family: ralewaybold;
	margin-top: 15px;
}




/* ---------- Adjudications ---------- */

.adjudication {
	background-color: #404a85;
	color: #ffffff;
	margin: 20px 0px 20px 0px;
	position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.adjudication .col-sm-8,
.adjudication .col-sm-12 {
	padding-bottom: 15px;
}

.liste.adjudication:hover {
	background-color: #7a83be;
	/*opacity: .9;*/
}

.liste.adjudication img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.liste.adjudication:hover img {
	-webkit-transform: scale3d(.95,.95,1);
	transform: scale3d(.95,.95,1);
}

.adjudication h2 {
	color: #ffffff;
	margin: 20px 20px 20px 20px;
	text-transform: none;
}

.adjudication h2 a {
	color: inherit;
}

.adjudication p {
	color: #ffffff;
	margin: 0px 20px 10px 20px;
}

.adjudication .label-default {
	background-color: rgba(255,255,255,.2);
	border-radius: 10px;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-right: 5px;
}

.adjudication .date {
	color: #ffffff;
	font-family: ralewaybold;
	margin-top: 15px;
}



/* ---------- Contact ---------- */

#gmap {
  height: auto;
  margin-bottom: 20px !important;
  width: 100%;
}

.gm-style-cc * {
	background-color: transparent !important;
	color: #aaaaaa !important;
}

.metro1 {
	background-color: #fece00;
	border-radius: 10px;
	color: #000000;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	height: 19px;
	line-height: 20px;
	margin: 0px 5px 2px 0px;
	text-align: center;
	width: 19px;
}

.metro9 {
	background-color: #d5c900;
	border-radius: 10px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	height: 20px;
	line-height: 20px;
	margin: 0px 5px 2px 0px;
	text-align: center;
	width: 20px;
}

.bus22 {
	background-color: #008c59;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	height: 18px;
	margin: 0px 5px 2px 0px;
	text-align: center;
	width: 28px;
}

.bus43 {
	background-color: #ff2d1e;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	height: 18px;
	margin: 0px 5px 2px 0px;
	text-align: center;
	width: 28px;
}

.bus52 {
	background-color: #83dbe3;
	color: #000000;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	height: 18px;
	margin: 0px 5px 2px 0px;
	text-align: center;
	width: 28px;
}

.bus83 {
	background-color: #ffc934;
	color: #000000;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	height: 18px;
	margin: 0px 5px 2px 0px;
	text-align: center;
	width: 28px;
}

.bus93 {
	background-color: #77c596;
	color: #000000;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	height: 18px;
	margin: 0px 5px 2px 0px;
	text-align: center;
	width: 28px;
}



/* ---------- Icônes ---------- */

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "tgld";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-email:before { content: '\e800'; }
.icon-linkedin:before { content: '\e801'; }



/* ---------- Footer ---------- */

.legal {
	background-color: #efeeec;
	padding: 10px 0px;
}

.legal p {
	font-size: 11px;
}

.legal p a {
	color: #727b84;
	text-transform: uppercase;
}

@media (min-width: 992px) {

	.legal {
		bottom: 0px;
		position: fixed;
	}

}

@media (min-width: 992px) and (max-width: 1170px) {

	.legal {
		max-width: 230px;
	}

}

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */.ekko-lightbox-container{position:relative}.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1}.ekko-lightbox .glyphicon-chevron-left{left:0;float:left;padding-left:15px;text-align:left}.ekko-lightbox .glyphicon-chevron-right{right:0;float:right;padding-right:15px;text-align:right}.ekko-lightbox .modal-footer{text-align:left}