/*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	Projet : Lorem ipsum
	Author : Sébastien CHERIAUX - www.droledepixel.com
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700);
.clearfix:before,
.cf:before,
.clearfix:after,
.cf:after {
  content: " ";
  display: table;
}
.clearfix:after,
.cf:after {
  clear: both;
}
.al-c {
  text-align: center;
}
.al-l {
  text-align: left;
}
.al-r {
  text-align: right !important;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.no-mar {
  margin: 0 !important;
}
.mar-auto {
  margin-right: auto;
  margin-left: auto;
}
.no-pad {
  padding: 0 !important;
}
.grid-o {
  margin-left: -10px;
  margin-right: -10px;
}
.grid-o:before,
.grid-o:after {
  content: " ";
  display: table;
}
.grid-o:after {
  clear: both;
}
.grid-o:before,
.grid-o:after {
  content: " ";
  display: table;
}
.grid-o:after {
  clear: both;
}
.grid {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  float: left;
}
/*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	RESET
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
/* html 5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* reset extend */
body {
  line-height: 1;
}
input,
button,
select,
label {
  vertical-align: middle;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em {
  font-style: italic;
}
b,
strong {
  font-weight: bold;
}
sup,
sub {
  vertical-align: 0;
  position: relative;
  font-size: 0.6em;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	TOOLS : FORM - TABLE
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
/* 	FORM
	°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */
/* input */
input[type="text"],
input[type="password"],
input[type="submit"] {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 40px;
  line-height: 28px;
  width: 100%;
  padding: 5px 10px;
  color: #222;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="submit"]:-moz-placeholder {
  color: #aaa;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="submit"]::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="submit"]:-ms-input-placeholder {
  color: #aaa;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="submit"]::-webkit-input-placeholder {
  color: #aaa;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 153, 153, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 153, 153, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 153, 153, 0.6);
}
input[type="submit"],
button[type="submit"] {
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 0px;
}
/* select */
select {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 40px;
  padding: 10px;
  line-height: 18px;
  color: #222;
  width: 100%;
}
select:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 153, 153, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 153, 153, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 153, 153, 0.6);
}
/* textarea */
textarea {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 100px;
  line-height: 28px;
  width: 100%;
  padding: 5px 10px;
  color: #222;
  overflow: hidden;
  resize: none;
  -webkit-appearance: none;
}
textarea:-moz-placeholder {
  color: #aaa;
}
textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #aaa;
}
textarea::-webkit-input-placeholder {
  color: #aaa;
}
textarea:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 153, 153, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 153, 153, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 153, 153, 0.6);
}
/* error */
.error {
  color: #d9534f;
  border-color: #d9534f;
}
.error input,
.error select,
.error label,
.error i {
  color: #d9534f !important;
  border-color: #d9534f !important;
}
/* form type */
.form-type dl {
  margin-top: 15px;
}
.form-type dl:before,
.form-type dl:after {
  content: " ";
  display: table;
}
.form-type dl:after {
  clear: both;
}
.form-type dl:before,
.form-type dl:after {
  content: " ";
  display: table;
}
.form-type dl:after {
  clear: both;
}
.form-type dl dt {
  float: left;
  width: 38%;
  line-height: 40px;
}
.form-type dl dd {
  float: right;
  width: 62%;
}
.form-type dl:first-child {
  margin-top: 0px;
}
.form-type dl label {
  cursor: pointer;
}
.form-type dl.error * {
  color: #d9534f !important;
  border-color: #d9534f !important;
}
.form-type .dl-radiobox-inline dd {
  line-height: 40px;
}
.form-type .dl-radiobox-inline label {
  margin-left: 15px;
}
.form-type .dl-radiobox-inline label:first-child {
  margin-left: 0px;
}
.form-type .dl-radiobox-inline input[type="radio"],
.form-type .dl-radiobox-inline input[type="checkbox"] {
  margin-right: 10px;
}
.form-type .dl-radiobox-multiline dd {
  line-height: 30px;
  padding-top: 5px;
}
.form-type .dl-radiobox-multiline label {
  width: 100%;
  display: block;
}
.form-type .dl-radiobox-multiline input[type="radio"],
.form-type .dl-radiobox-multiline input[type="checkbox"] {
  margin-right: 10px;
}
.form-type .dl-radiobox-confirm dt {
  display: none;
}
.form-type .dl-radiobox-confirm label {
  width: 100%;
  display: block;
  padding-left: 25px;
  line-height: 20px;
  position: relative;
}
.form-type .dl-radiobox-confirm input[type="radio"],
.form-type .dl-radiobox-confirm input[type="checkbox"] {
  position: absolute;
  top: 5px;
  left: 0;
}
.form-type .dl-radiobox-confirm-full dt {
  display: none;
}
.form-type .dl-radiobox-confirm-full dd {
  width: 100%;
}
.form-type .dl-radiobox-confirm-full label {
  width: 100%;
  display: block;
  padding-left: 25px;
  line-height: 20px;
  position: relative;
}
.form-type .dl-radiobox-confirm-full input[type="radio"],
.form-type .dl-radiobox-confirm-full input[type="checkbox"] {
  position: absolute;
  top: 5px;
  left: 0;
}
.form-type .dl-submit dt {
  display: none;
}
.form-type .dl-submit dd {
  width: 100%;
  text-align: center;
}
.form-type .dl-require dt {
  display: none;
}
.form-type .dl-require dd {
  width: 100%;
}
.form-full dl dt {
  float: none;
  width: 100%;
}
.form-full dl dd {
  float: none;
  width: 100%;
}
.with-picto {
  position: relative;
  display: block;
}
.with-picto i {
  position: absolute;
  top: 10px;
  left: 8px;
}
.with-picto input[type="text"],
.with-picto input[type="password"] {
  padding-left: 30px;
}
.require {
  color: #d9534f;
  display: inline-block;
}
/* 	TABLE
	°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */
table {
  max-width: 100%;
  background-color: #fff;
  margin-top: 30px;
}
th {
  text-align: center;
  font-weight: bold;
}
/* basic */
.table {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 15px;
  line-height: 1.4;
  vertical-align: top;
  /*border-top:1px solid @table-border-color;*/
}
.table > thead > tr > th {
  vertical-align: bottom;
  /*border-bottom:1px solid @table-border-color;*/
  padding: 10px 15px;
  color: #fff;
  background: #bc8c51;
  text-align: left;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
/* bordered */
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
/* striped */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #eee;
}
/* hover */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #ddd;
}
/* active */
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #d9534f;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #d43f3a;
}
/*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	PLUGINS
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
/* 	DATEPICKER
	°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */
.ui-datepicker {
  width: 200px;
  background: #fff;
  color: #ddd;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
}
.ui-datepicker-header {
  position: relative;
  padding: 5px 0;
  background: #428bca;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 34px;
  color: #333;
  line-height: 20px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 5px;
  display: block;
  color: #fff;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  left: 6px;
}
.ui-datepicker .ui-datepicker-next {
  right: 6px;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  font-style: italic;
}
.ui-datepicker table {
  width: 100%;
  font-size: .92em;
  border-collapse: collapse;
  margin: 0 0 5px 0;
}
.ui-datepicker th {
  padding: 5px 2px;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #333;
  font-size: 9px;
}
.ui-datepicker td {
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 2px;
  text-align: right;
  text-decoration: none;
  border: 1px solid #CCC;
  background: #fff;
  color: #666;
  font-weight: bold;
}
.ui-datepicker td a:hover {
  color: #333;
  background: #d9534f;
}
.ui-datepicker td .ui-state-active {
  background: #428bca;
  color: #fff;
}
.ui-datepicker td .ui-state-highlight {
  background: #5cb85c;
  color: #fff;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker select {
  width: auto;
  height: 24px;
  padding: 0 0 0 5px;
  position: relative;
  top: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* 	TABS
	°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */
.ui-tabs {
  position: relative;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
/* 	FANCYBOX
	°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* 	OWL CAROUSEL
	°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* theme */
.owl-theme .owl-controls {
  margin-bottom: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ccc;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #000;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	TYPOS - PICTOS
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
/* 	TYPOS
	°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */
/* 	PICTOS
	°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?89682198');
  src: url('font/fontello.eot?89682198#iefix') format('embedded-opentype'), url('font/fontello.woff?89682198') format('woff'), url('font/fontello.ttf?89682198') format('truetype'), url('font/fontello.svg?89682198#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  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;
}
.icon-glass:before {
  content: '\e800';
}
/* '' */
.icon-music:before {
  content: '\e801';
}
/* '' */
.icon-search:before {
  content: '\e802';
}
/* '' */
.icon-mail:before {
  content: '\e803';
}
/* '' */
.icon-mail-alt:before {
  content: '\e804';
}
/* '' */
.icon-mail-squared:before {
  content: '\e805';
}
/* '' */
.icon-heart:before {
  content: '\e806';
}
/* '' */
.icon-heart-empty:before {
  content: '\e807';
}
/* '' */
.icon-star:before {
  content: '\e808';
}
/* '' */
.icon-star-empty:before {
  content: '\e809';
}
/* '' */
.icon-star-half:before {
  content: '\e80a';
}
/* '' */
.icon-star-half-alt:before {
  content: '\e80b';
}
/* '' */
.icon-user:before {
  content: '\e80c';
}
/* '' */
.icon-users:before {
  content: '\e80d';
}
/* '' */
.icon-male:before {
  content: '\e80e';
}
/* '' */
.icon-female:before {
  content: '\e80f';
}
/* '' */
.icon-child:before {
  content: '\e810';
}
/* '' */
.icon-video:before {
  content: '\e811';
}
/* '' */
.icon-videocam:before {
  content: '\e812';
}
/* '' */
.icon-picture:before {
  content: '\e813';
}
/* '' */
.icon-camera:before {
  content: '\e814';
}
/* '' */
.icon-camera-alt:before {
  content: '\e815';
}
/* '' */
.icon-th-large:before {
  content: '\e816';
}
/* '' */
.icon-th:before {
  content: '\e817';
}
/* '' */
.icon-th-list:before {
  content: '\e818';
}
/* '' */
.icon-ok:before {
  content: '\e819';
}
/* '' */
.icon-ok-circled:before {
  content: '\e81a';
}
/* '' */
.icon-ok-circled2:before {
  content: '\e81b';
}
/* '' */
.icon-ok-squared:before {
  content: '\e81c';
}
/* '' */
.icon-cancel:before {
  content: '\e81d';
}
/* '' */
.icon-cancel-circled:before {
  content: '\e81e';
}
/* '' */
.icon-cancel-circled2:before {
  content: '\e81f';
}
/* '' */
.icon-plus:before {
  content: '\e820';
}
/* '' */
.icon-plus-circled:before {
  content: '\e821';
}
/* '' */
.icon-plus-squared:before {
  content: '\e822';
}
/* '' */
.icon-plus-squared-alt:before {
  content: '\e823';
}
/* '' */
.icon-minus:before {
  content: '\e824';
}
/* '' */
.icon-minus-circled:before {
  content: '\e825';
}
/* '' */
.icon-minus-squared:before {
  content: '\e826';
}
/* '' */
.icon-minus-squared-alt:before {
  content: '\e827';
}
/* '' */
.icon-help:before {
  content: '\e828';
}
/* '' */
.icon-help-circled:before {
  content: '\e829';
}
/* '' */
.icon-info-circled:before {
  content: '\e82a';
}
/* '' */
.icon-info:before {
  content: '\e82b';
}
/* '' */
.icon-home:before {
  content: '\e82c';
}
/* '' */
.icon-link:before {
  content: '\e82d';
}
/* '' */
.icon-unlink:before {
  content: '\e82e';
}
/* '' */
.icon-link-ext:before {
  content: '\e82f';
}
/* '' */
.icon-link-ext-alt:before {
  content: '\e830';
}
/* '' */
.icon-attach:before {
  content: '\e831';
}
/* '' */
.icon-lock:before {
  content: '\e832';
}
/* '' */
.icon-lock-open:before {
  content: '\e833';
}
/* '' */
.icon-lock-open-alt:before {
  content: '\e834';
}
/* '' */
.icon-pin:before {
  content: '\e835';
}
/* '' */
.icon-eye:before {
  content: '\e836';
}
/* '' */
.icon-eye-off:before {
  content: '\e837';
}
/* '' */
.icon-tag:before {
  content: '\e838';
}
/* '' */
.icon-tags:before {
  content: '\e839';
}
/* '' */
.icon-bookmark:before {
  content: '\e83a';
}
/* '' */
.icon-bookmark-empty:before {
  content: '\e83b';
}
/* '' */
.icon-flag:before {
  content: '\e83c';
}
/* '' */
.icon-flag-empty:before {
  content: '\e83d';
}
/* '' */
.icon-flag-checkered:before {
  content: '\e83e';
}
/* '' */
.icon-thumbs-up:before {
  content: '\e83f';
}
/* '' */
.icon-thumbs-down:before {
  content: '\e840';
}
/* '' */
.icon-thumbs-up-alt:before {
  content: '\e841';
}
/* '' */
.icon-thumbs-down-alt:before {
  content: '\e842';
}
/* '' */
.icon-download:before {
  content: '\e843';
}
/* '' */
.icon-upload:before {
  content: '\e844';
}
/* '' */
.icon-download-cloud:before {
  content: '\e845';
}
/* '' */
.icon-upload-cloud:before {
  content: '\e846';
}
/* '' */
.icon-reply:before {
  content: '\e847';
}
/* '' */
.icon-reply-all:before {
  content: '\e848';
}
/* '' */
.icon-forward:before {
  content: '\e849';
}
/* '' */
.icon-quote-left:before {
  content: '\e84a';
}
/* '' */
.icon-quote-right:before {
  content: '\e84b';
}
/* '' */
.icon-code:before {
  content: '\e84c';
}
/* '' */
.icon-export:before {
  content: '\e84d';
}
/* '' */
.icon-export-alt:before {
  content: '\e84e';
}
/* '' */
.icon-share:before {
  content: '\e84f';
}
/* '' */
.icon-share-squared:before {
  content: '\e850';
}
/* '' */
.icon-pencil:before {
  content: '\e851';
}
/* '' */
.icon-pencil-squared:before {
  content: '\e852';
}
/* '' */
.icon-edit:before {
  content: '\e853';
}
/* '' */
.icon-print:before {
  content: '\e854';
}
/* '' */
.icon-retweet:before {
  content: '\e855';
}
/* '' */
.icon-keyboard:before {
  content: '\e856';
}
/* '' */
.icon-gamepad:before {
  content: '\e857';
}
/* '' */
.icon-comment:before {
  content: '\e858';
}
/* '' */
.icon-chat:before {
  content: '\e859';
}
/* '' */
.icon-comment-empty:before {
  content: '\e85a';
}
/* '' */
.icon-chat-empty:before {
  content: '\e85b';
}
/* '' */
.icon-bell:before {
  content: '\e85c';
}
/* '' */
.icon-bell-alt:before {
  content: '\e85d';
}
/* '' */
.icon-attention-alt:before {
  content: '\e85e';
}
/* '' */
.icon-attention:before {
  content: '\e85f';
}
/* '' */
.icon-attention-circled:before {
  content: '\e860';
}
/* '' */
.icon-location:before {
  content: '\e861';
}
/* '' */
.icon-direction:before {
  content: '\e862';
}
/* '' */
.icon-compass:before {
  content: '\e863';
}
/* '' */
.icon-trash:before {
  content: '\e864';
}
/* '' */
.icon-doc:before {
  content: '\e865';
}
/* '' */
.icon-docs:before {
  content: '\e866';
}
/* '' */
.icon-doc-text:before {
  content: '\e867';
}
/* '' */
.icon-doc-inv:before {
  content: '\e868';
}
/* '' */
.icon-doc-text-inv:before {
  content: '\e869';
}
/* '' */
.icon-file-pdf:before {
  content: '\e86a';
}
/* '' */
.icon-file-word:before {
  content: '\e86b';
}
/* '' */
.icon-file-excel:before {
  content: '\e86c';
}
/* '' */
.icon-file-powerpoint:before {
  content: '\e86d';
}
/* '' */
.icon-file-image:before {
  content: '\e86e';
}
/* '' */
.icon-file-archive:before {
  content: '\e86f';
}
/* '' */
.icon-file-audio:before {
  content: '\e870';
}
/* '' */
.icon-file-video:before {
  content: '\e871';
}
/* '' */
.icon-file-code:before {
  content: '\e872';
}
/* '' */
.icon-folder:before {
  content: '\e873';
}
/* '' */
.icon-folder-open:before {
  content: '\e874';
}
/* '' */
.icon-folder-empty:before {
  content: '\e875';
}
/* '' */
.icon-folder-open-empty:before {
  content: '\e876';
}
/* '' */
.icon-box:before {
  content: '\e877';
}
/* '' */
.icon-rss:before {
  content: '\e878';
}
/* '' */
.icon-rss-squared:before {
  content: '\e879';
}
/* '' */
.icon-phone:before {
  content: '\e87a';
}
/* '' */
.icon-phone-squared:before {
  content: '\e87b';
}
/* '' */
.icon-fax:before {
  content: '\e87c';
}
/* '' */
.icon-menu:before {
  content: '\e87d';
}
/* '' */
.icon-cog:before {
  content: '\e87e';
}
/* '' */
.icon-cog-alt:before {
  content: '\e87f';
}
/* '' */
.icon-wrench:before {
  content: '\e880';
}
/* '' */
.icon-sliders:before {
  content: '\e881';
}
/* '' */
.icon-basket:before {
  content: '\e882';
}
/* '' */
.icon-calendar:before {
  content: '\e883';
}
/* '' */
.icon-calendar-empty:before {
  content: '\e884';
}
/* '' */
.icon-login:before {
  content: '\e885';
}
/* '' */
.icon-logout:before {
  content: '\e886';
}
/* '' */
.icon-mic:before {
  content: '\e887';
}
/* '' */
.icon-mute:before {
  content: '\e888';
}
/* '' */
.icon-volume-off:before {
  content: '\e889';
}
/* '' */
.icon-volume-down:before {
  content: '\e88a';
}
/* '' */
.icon-volume-up:before {
  content: '\e88b';
}
/* '' */
.icon-headphones:before {
  content: '\e88c';
}
/* '' */
.icon-clock:before {
  content: '\e88d';
}
/* '' */
.icon-lightbulb:before {
  content: '\e88e';
}
/* '' */
.icon-block:before {
  content: '\e88f';
}
/* '' */
.icon-resize-full:before {
  content: '\e890';
}
/* '' */
.icon-resize-full-alt:before {
  content: '\e891';
}
/* '' */
.icon-resize-small:before {
  content: '\e892';
}
/* '' */
.icon-resize-vertical:before {
  content: '\e893';
}
/* '' */
.icon-resize-horizontal:before {
  content: '\e894';
}
/* '' */
.icon-move:before {
  content: '\e895';
}
/* '' */
.icon-zoom-in:before {
  content: '\e896';
}
/* '' */
.icon-zoom-out:before {
  content: '\e897';
}
/* '' */
.icon-down-circled2:before {
  content: '\e898';
}
/* '' */
.icon-up-circled2:before {
  content: '\e899';
}
/* '' */
.icon-left-circled2:before {
  content: '\e89a';
}
/* '' */
.icon-right-circled2:before {
  content: '\e89b';
}
/* '' */
.icon-down-dir:before {
  content: '\e89c';
}
/* '' */
.icon-up-dir:before {
  content: '\e89d';
}
/* '' */
.icon-left-dir:before {
  content: '\e89e';
}
/* '' */
.icon-right-dir:before {
  content: '\e89f';
}
/* '' */
.icon-down-open:before {
  content: '\e8a0';
}
/* '' */
.icon-left-open:before {
  content: '\e8a1';
}
/* '' */
.icon-right-open:before {
  content: '\e8a2';
}
/* '' */
.icon-up-open:before {
  content: '\e8a3';
}
/* '' */
.icon-angle-left:before {
  content: '\e8a4';
}
/* '' */
.icon-angle-right:before {
  content: '\e8a5';
}
/* '' */
.icon-angle-up:before {
  content: '\e8a6';
}
/* '' */
.icon-angle-down:before {
  content: '\e8a7';
}
/* '' */
.icon-angle-circled-left:before {
  content: '\e8a8';
}
/* '' */
.icon-angle-circled-right:before {
  content: '\e8a9';
}
/* '' */
.icon-angle-circled-up:before {
  content: '\e8aa';
}
/* '' */
.icon-angle-circled-down:before {
  content: '\e8ab';
}
/* '' */
.icon-angle-double-left:before {
  content: '\e8ac';
}
/* '' */
.icon-angle-double-right:before {
  content: '\e8ad';
}
/* '' */
.icon-angle-double-up:before {
  content: '\e8ae';
}
/* '' */
.icon-angle-double-down:before {
  content: '\e8af';
}
/* '' */
.icon-down:before {
  content: '\e8b0';
}
/* '' */
.icon-left:before {
  content: '\e8b1';
}
/* '' */
.icon-right:before {
  content: '\e8b2';
}
/* '' */
.icon-up:before {
  content: '\e8b3';
}
/* '' */
.icon-down-big:before {
  content: '\e8b4';
}
/* '' */
.icon-left-big:before {
  content: '\e8b5';
}
/* '' */
.icon-right-big:before {
  content: '\e8b6';
}
/* '' */
.icon-up-big:before {
  content: '\e8b7';
}
/* '' */
.icon-right-hand:before {
  content: '\e8b8';
}
/* '' */
.icon-left-hand:before {
  content: '\e8b9';
}
/* '' */
.icon-up-hand:before {
  content: '\e8ba';
}
/* '' */
.icon-down-hand:before {
  content: '\e8bb';
}
/* '' */
.icon-left-circled:before {
  content: '\e8bc';
}
/* '' */
.icon-right-circled:before {
  content: '\e8bd';
}
/* '' */
.icon-up-circled:before {
  content: '\e8be';
}
/* '' */
.icon-down-circled:before {
  content: '\e8bf';
}
/* '' */
.icon-cw:before {
  content: '\e8c0';
}
/* '' */
.icon-ccw:before {
  content: '\e8c1';
}
/* '' */
.icon-arrows-cw:before {
  content: '\e8c2';
}
/* '' */
.icon-level-up:before {
  content: '\e8c3';
}
/* '' */
.icon-level-down:before {
  content: '\e8c4';
}
/* '' */
.icon-shuffle:before {
  content: '\e8c5';
}
/* '' */
.icon-exchange:before {
  content: '\e8c6';
}
/* '' */
.icon-history:before {
  content: '\e8c7';
}
/* '' */
.icon-expand:before {
  content: '\e8c8';
}
/* '' */
.icon-collapse:before {
  content: '\e8c9';
}
/* '' */
.icon-expand-right:before {
  content: '\e8ca';
}
/* '' */
.icon-collapse-left:before {
  content: '\e8cb';
}
/* '' */
.icon-play:before {
  content: '\e8cc';
}
/* '' */
.icon-play-circled:before {
  content: '\e8cd';
}
/* '' */
.icon-play-circled2:before {
  content: '\e8ce';
}
/* '' */
.icon-stop:before {
  content: '\e8cf';
}
/* '' */
.icon-pause:before {
  content: '\e8d0';
}
/* '' */
.icon-to-end:before {
  content: '\e8d1';
}
/* '' */
.icon-to-end-alt:before {
  content: '\e8d2';
}
/* '' */
.icon-to-start:before {
  content: '\e8d3';
}
/* '' */
.icon-to-start-alt:before {
  content: '\e8d4';
}
/* '' */
.icon-fast-fw:before {
  content: '\e8d5';
}
/* '' */
.icon-fast-bw:before {
  content: '\e8d6';
}
/* '' */
.icon-eject:before {
  content: '\e8d7';
}
/* '' */
.icon-target:before {
  content: '\e8d8';
}
/* '' */
.icon-signal:before {
  content: '\e8d9';
}
/* '' */
.icon-award:before {
  content: '\e8da';
}
/* '' */
.icon-desktop:before {
  content: '\e8db';
}
/* '' */
.icon-laptop:before {
  content: '\e8dc';
}
/* '' */
.icon-tablet:before {
  content: '\e8dd';
}
/* '' */
.icon-mobile:before {
  content: '\e8de';
}
/* '' */
.icon-inbox:before {
  content: '\e8df';
}
/* '' */
.icon-globe:before {
  content: '\e8e0';
}
/* '' */
.icon-sun:before {
  content: '\e8e1';
}
/* '' */
.icon-cloud:before {
  content: '\e8e2';
}
/* '' */
.icon-flash:before {
  content: '\e8e3';
}
/* '' */
.icon-moon:before {
  content: '\e8e4';
}
/* '' */
.icon-umbrella:before {
  content: '\e8e5';
}
/* '' */
.icon-flight:before {
  content: '\e8e6';
}
/* '' */
.icon-fighter-jet:before {
  content: '\e8e7';
}
/* '' */
.icon-paper-plane:before {
  content: '\e8e8';
}
/* '' */
.icon-paper-plane-empty:before {
  content: '\e8e9';
}
/* '' */
.icon-space-shuttle:before {
  content: '\e8ea';
}
/* '' */
.icon-leaf:before {
  content: '\e8eb';
}
/* '' */
.icon-font:before {
  content: '\e8ec';
}
/* '' */
.icon-bold:before {
  content: '\e8ed';
}
/* '' */
.icon-italic:before {
  content: '\e8ee';
}
/* '' */
.icon-header:before {
  content: '\e8ef';
}
/* '' */
.icon-paragraph:before {
  content: '\e8f0';
}
/* '' */
.icon-text-height:before {
  content: '\e8f1';
}
/* '' */
.icon-text-width:before {
  content: '\e8f2';
}
/* '' */
.icon-align-left:before {
  content: '\e8f3';
}
/* '' */
.icon-align-center:before {
  content: '\e8f4';
}
/* '' */
.icon-align-right:before {
  content: '\e8f5';
}
/* '' */
.icon-align-justify:before {
  content: '\e8f6';
}
/* '' */
.icon-list:before {
  content: '\e8f7';
}
/* '' */
.icon-indent-left:before {
  content: '\e8f8';
}
/* '' */
.icon-indent-right:before {
  content: '\e8f9';
}
/* '' */
.icon-list-bullet:before {
  content: '\e8fa';
}
/* '' */
.icon-list-numbered:before {
  content: '\e8fb';
}
/* '' */
.icon-strike:before {
  content: '\e8fc';
}
/* '' */
.icon-underline:before {
  content: '\e8fd';
}
/* '' */
.icon-superscript:before {
  content: '\e8fe';
}
/* '' */
.icon-subscript:before {
  content: '\e8ff';
}
/* '' */
.icon-table:before {
  content: '\e900';
}
/* '' */
.icon-columns:before {
  content: '\e901';
}
/* '' */
.icon-crop:before {
  content: '\e902';
}
/* '' */
.icon-scissors:before {
  content: '\e903';
}
/* '' */
.icon-paste:before {
  content: '\e904';
}
/* '' */
.icon-briefcase:before {
  content: '\e905';
}
/* '' */
.icon-suitcase:before {
  content: '\e906';
}
/* '' */
.icon-ellipsis:before {
  content: '\e907';
}
/* '' */
.icon-ellipsis-vert:before {
  content: '\e908';
}
/* '' */
.icon-off:before {
  content: '\e909';
}
/* '' */
.icon-road:before {
  content: '\e90a';
}
/* '' */
.icon-list-alt:before {
  content: '\e90b';
}
/* '' */
.icon-qrcode:before {
  content: '\e90c';
}
/* '' */
.icon-barcode:before {
  content: '\e90d';
}
/* '' */
.icon-book:before {
  content: '\e90e';
}
/* '' */
.icon-ajust:before {
  content: '\e90f';
}
/* '' */
.icon-tint:before {
  content: '\e910';
}
/* '' */
.icon-check:before {
  content: '\e911';
}
/* '' */
.icon-check-empty:before {
  content: '\e912';
}
/* '' */
.icon-circle:before {
  content: '\e913';
}
/* '' */
.icon-circle-empty:before {
  content: '\e914';
}
/* '' */
.icon-circle-thin:before {
  content: '\e915';
}
/* '' */
.icon-circle-notch:before {
  content: '\e916';
}
/* '' */
.icon-dot-circled:before {
  content: '\e917';
}
/* '' */
.icon-asterisk:before {
  content: '\e918';
}
/* '' */
.icon-gift:before {
  content: '\e919';
}
/* '' */
.icon-fire:before {
  content: '\e91a';
}
/* '' */
.icon-magnet:before {
  content: '\e91b';
}
/* '' */
.icon-chart-bar:before {
  content: '\e91c';
}
/* '' */
.icon-ticket:before {
  content: '\e91d';
}
/* '' */
.icon-credit-card:before {
  content: '\e91e';
}
/* '' */
.icon-floppy:before {
  content: '\e91f';
}
/* '' */
.icon-megaphone:before {
  content: '\e920';
}
/* '' */
.icon-hdd:before {
  content: '\e921';
}
/* '' */
.icon-key:before {
  content: '\e922';
}
/* '' */
.icon-fork:before {
  content: '\e923';
}
/* '' */
.icon-rocket:before {
  content: '\e924';
}
/* '' */
.icon-bug:before {
  content: '\e925';
}
/* '' */
.icon-certificate:before {
  content: '\e926';
}
/* '' */
.icon-tasks:before {
  content: '\e927';
}
/* '' */
.icon-filter:before {
  content: '\e928';
}
/* '' */
.icon-beaker:before {
  content: '\e929';
}
/* '' */
.icon-magic:before {
  content: '\e92a';
}
/* '' */
.icon-cab:before {
  content: '\e92b';
}
/* '' */
.icon-taxi:before {
  content: '\e92c';
}
/* '' */
.icon-truck:before {
  content: '\e92d';
}
/* '' */
.icon-money:before {
  content: '\e92e';
}
/* '' */
.icon-euro:before {
  content: '\e92f';
}
/* '' */
.icon-pound:before {
  content: '\e930';
}
/* '' */
.icon-dollar:before {
  content: '\e931';
}
/* '' */
.icon-rupee:before {
  content: '\e932';
}
/* '' */
.icon-yen:before {
  content: '\e933';
}
/* '' */
.icon-rouble:before {
  content: '\e934';
}
/* '' */
.icon-try:before {
  content: '\e935';
}
/* '' */
.icon-won:before {
  content: '\e936';
}
/* '' */
.icon-bitcoin:before {
  content: '\e937';
}
/* '' */
.icon-sort:before {
  content: '\e938';
}
/* '' */
.icon-sort-down:before {
  content: '\e939';
}
/* '' */
.icon-sort-up:before {
  content: '\e93a';
}
/* '' */
.icon-sort-alt-up:before {
  content: '\e93b';
}
/* '' */
.icon-sort-alt-down:before {
  content: '\e93c';
}
/* '' */
.icon-sort-name-up:before {
  content: '\e93d';
}
/* '' */
.icon-sort-name-down:before {
  content: '\e93e';
}
/* '' */
.icon-sort-number-up:before {
  content: '\e93f';
}
/* '' */
.icon-sort-number-down:before {
  content: '\e940';
}
/* '' */
.icon-hammer:before {
  content: '\e941';
}
/* '' */
.icon-gauge:before {
  content: '\e942';
}
/* '' */
.icon-sitemap:before {
  content: '\e943';
}
/* '' */
.icon-spinner:before {
  content: '\e944';
}
/* '' */
.icon-coffee:before {
  content: '\e945';
}
/* '' */
.icon-food:before {
  content: '\e946';
}
/* '' */
.icon-beer:before {
  content: '\e947';
}
/* '' */
.icon-user-md:before {
  content: '\e948';
}
/* '' */
.icon-stethoscope:before {
  content: '\e949';
}
/* '' */
.icon-ambulance:before {
  content: '\e94a';
}
/* '' */
.icon-medkit:before {
  content: '\e94b';
}
/* '' */
.icon-h-sigh:before {
  content: '\e94c';
}
/* '' */
.icon-hospital:before {
  content: '\e94d';
}
/* '' */
.icon-building:before {
  content: '\e94e';
}
/* '' */
.icon-building-filled:before {
  content: '\e94f';
}
/* '' */
.icon-bank:before {
  content: '\e950';
}
/* '' */
.icon-smile:before {
  content: '\e951';
}
/* '' */
.icon-frown:before {
  content: '\e952';
}
/* '' */
.icon-meh:before {
  content: '\e953';
}
/* '' */
.icon-anchor:before {
  content: '\e954';
}
/* '' */
.icon-terminal:before {
  content: '\e955';
}
/* '' */
.icon-eraser:before {
  content: '\e956';
}
/* '' */
.icon-puzzle:before {
  content: '\e957';
}
/* '' */
.icon-shield:before {
  content: '\e958';
}
/* '' */
.icon-extinguisher:before {
  content: '\e959';
}
/* '' */
.icon-bullseye:before {
  content: '\e95a';
}
/* '' */
.icon-wheelchair:before {
  content: '\e95b';
}
/* '' */
.icon-language:before {
  content: '\e95c';
}
/* '' */
.icon-graduation-cap:before {
  content: '\e95d';
}
/* '' */
.icon-paw:before {
  content: '\e95e';
}
/* '' */
.icon-spoon:before {
  content: '\e95f';
}
/* '' */
.icon-cube:before {
  content: '\e960';
}
/* '' */
.icon-cubes:before {
  content: '\e961';
}
/* '' */
.icon-recycle:before {
  content: '\e962';
}
/* '' */
.icon-tree:before {
  content: '\e963';
}
/* '' */
.icon-database:before {
  content: '\e964';
}
/* '' */
.icon-lifebuoy:before {
  content: '\e965';
}
/* '' */
.icon-rebel:before {
  content: '\e966';
}
/* '' */
.icon-empire:before {
  content: '\e967';
}
/* '' */
.icon-bomb:before {
  content: '\e968';
}
/* '' */
.icon-adn:before {
  content: '\e969';
}
/* '' */
.icon-android:before {
  content: '\e96a';
}
/* '' */
.icon-apple:before {
  content: '\e96b';
}
/* '' */
.icon-behance:before {
  content: '\e96c';
}
/* '' */
.icon-behance-squared:before {
  content: '\e96d';
}
/* '' */
.icon-bitbucket:before {
  content: '\e96e';
}
/* '' */
.icon-bitbucket-squared:before {
  content: '\e96f';
}
/* '' */
.icon-codeopen:before {
  content: '\e970';
}
/* '' */
.icon-css3:before {
  content: '\e971';
}
/* '' */
.icon-delicious:before {
  content: '\e972';
}
/* '' */
.icon-deviantart:before {
  content: '\e973';
}
/* '' */
.icon-digg:before {
  content: '\e974';
}
/* '' */
.icon-dribbble:before {
  content: '\e975';
}
/* '' */
.icon-dropbox:before {
  content: '\e976';
}
/* '' */
.icon-drupal:before {
  content: '\e977';
}
/* '' */
.icon-facebook:before {
  content: '\e978';
}
/* '' */
.icon-facebook-squared:before {
  content: '\e979';
}
/* '' */
.icon-flickr:before {
  content: '\e97a';
}
/* '' */
.icon-foursquare:before {
  content: '\e97b';
}
/* '' */
.icon-git-squared:before {
  content: '\e97c';
}
/* '' */
.icon-git:before {
  content: '\e97d';
}
/* '' */
.icon-github:before {
  content: '\e97e';
}
/* '' */
.icon-github-squared:before {
  content: '\e97f';
}
/* '' */
.icon-github-circled:before {
  content: '\e980';
}
/* '' */
.icon-gittip:before {
  content: '\e981';
}
/* '' */
.icon-google:before {
  content: '\e982';
}
/* '' */
.icon-gplus:before {
  content: '\e983';
}
/* '' */
.icon-gplus-squared:before {
  content: '\e984';
}
/* '' */
.icon-hacker-news:before {
  content: '\e985';
}
/* '' */
.icon-html5:before {
  content: '\e986';
}
/* '' */
.icon-instagramm:before {
  content: '\e987';
}
/* '' */
.icon-joomla:before {
  content: '\e988';
}
/* '' */
.icon-jsfiddle:before {
  content: '\e989';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\e98a';
}
/* '' */
.icon-linux:before {
  content: '\e98b';
}
/* '' */
.icon-linkedin:before {
  content: '\e98c';
}
/* '' */
.icon-maxcdn:before {
  content: '\e98d';
}
/* '' */
.icon-openid:before {
  content: '\e98e';
}
/* '' */
.icon-pagelines:before {
  content: '\e98f';
}
/* '' */
.icon-pied-piper-squared:before {
  content: '\e990';
}
/* '' */
.icon-pied-piper-alt:before {
  content: '\e991';
}
/* '' */
.icon-pinterest-circled:before {
  content: '\e992';
}
/* '' */
.icon-pinterest-squared:before {
  content: '\e993';
}
/* '' */
.icon-qq:before {
  content: '\e994';
}
/* '' */
.icon-reddit:before {
  content: '\e995';
}
/* '' */
.icon-reddit-squared:before {
  content: '\e996';
}
/* '' */
.icon-renren:before {
  content: '\e997';
}
/* '' */
.icon-skype:before {
  content: '\e998';
}
/* '' */
.icon-slack:before {
  content: '\e999';
}
/* '' */
.icon-soundclowd:before {
  content: '\e99a';
}
/* '' */
.icon-spotify:before {
  content: '\e99b';
}
/* '' */
.icon-stackexchange:before {
  content: '\e99c';
}
/* '' */
.icon-stackoverflow:before {
  content: '\e99d';
}
/* '' */
.icon-steam:before {
  content: '\e99e';
}
/* '' */
.icon-steam-squared:before {
  content: '\e99f';
}
/* '' */
.icon-stumbleupon:before {
  content: '\e9a0';
}
/* '' */
.icon-stumbleupon-circled:before {
  content: '\e9a1';
}
/* '' */
.icon-tencent-weibo:before {
  content: '\e9a2';
}
/* '' */
.icon-trello:before {
  content: '\e9a3';
}
/* '' */
.icon-tumblr:before {
  content: '\e9a4';
}
/* '' */
.icon-tumblr-squared:before {
  content: '\e9a5';
}
/* '' */
.icon-twitter-squared:before {
  content: '\e9a6';
}
/* '' */
.icon-twitter:before {
  content: '\e9a7';
}
/* '' */
.icon-vimeo-squared:before {
  content: '\e9a8';
}
/* '' */
.icon-vine:before {
  content: '\e9a9';
}
/* '' */
.icon-vkontakte:before {
  content: '\e9aa';
}
/* '' */
.icon-wechat:before {
  content: '\e9ab';
}
/* '' */
.icon-weibo:before {
  content: '\e9ac';
}
/* '' */
.icon-windows:before {
  content: '\e9ad';
}
/* '' */
.icon-wordpress:before {
  content: '\e9ae';
}
/* '' */
.icon-xing:before {
  content: '\e9af';
}
/* '' */
.icon-xing-squared:before {
  content: '\e9b0';
}
/* '' */
.icon-youtube:before {
  content: '\e9b1';
}
/* '' */
.icon-yahoo:before {
  content: '\e9b2';
}
/* '' */
.icon-youtube-squared:before {
  content: '\e9b3';
}
/* '' */
.icon-youtube-play:before {
  content: '\e9b4';
}
/* '' */
.icon-blank:before {
  content: '\e9b5';
}
/* '' */
.icon-lemon:before {
  content: '\e9b6';
}
/* '' */
/*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	STRUCTURE
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #777 /*@col-base*/;
  background-color: #222;
}
a {
  cursor: pointer !important;
}
strong {
  font-weight: 700;
}
main > header {
  background: #fff;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
main > header .container {
  position: relative;
  height: 100px;
}
main > header nav {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
main > header nav ul {
  margin: 0px;
}
main > header nav ul li {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
}
main > header nav ul li a {
  display: block;
  float: left;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #777;
  line-height: 20px;
  border-bottom: 5px solid #fff;
}
main > header nav ul li a.current {
  border-bottom-color: #487ab7 !important;
  color: #487ab7 !important;
}
.no-touch main > header nav ul li a:hover {
  border-bottom-color: #eee;
}
main > header .inter {
  font-size: 30px;
  font-size: 3rem;
  color: #999;
  display: none;
}
#logo {
  margin-top: 11px;
  float: left;
}
#logo img {
  display: block;
}
#lang {
  color: #999;
  float: right;
  margin-right: 15px;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
#lang a {
  color: #999;
}
#lang a.current {
  color: #487ab7;
  font-weight: bold;
}
#lang i {
  font-size: 14px;
  font-size: 1.4rem;
}
main > footer {
  padding: 30px 0;
  color: #cecece;
  font-size: 13px;
  font-size: 1.3rem;
}
main > footer .grid {
  margin-bottom: 20px;
}
main > footer ul {
  margin: 0px;
}
main > footer ul > li {
  padding: 0px;
  /*.pad-b(10);*/
  padding-bottom: 5px;
}
main > footer ul > li > a {
  color: #cecece;
  text-transform: uppercase;
}
main > footer ul > li > a.current {
  color: #487ab7 !important;
}
main > footer ul ul {
  padding: 10px 0 0 15px;
}
main > footer ul ul > li {
  padding-bottom: 0px;
}
main > footer ul ul > li > a {
  text-transform: none;
  margin-bottom: 0px;
}
.no-touch main > footer ul > li > a:hover {
  color: #fff;
}
main > footer h6 {
  text-transform: uppercase;
  color: #8b8b8b;
  font-size: 13px;
  font-size: 1.3rem;
}
main > footer .sub {
  color: #8b8b8b;
  text-align: center;
  margin-top: 0px;
}
main > footer .sub a {
  color: #8b8b8b;
}
main > footer .sub a.current {
  color: #487ab7;
}
.no-touch main > footer .sub a:hover {
  color: #fff;
}
.coordonnees {
  text-align: right;
  color: #8b8b8b;
}
.coordonnees .map {
  display: block;
  width: 220px;
  height: 220px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #7d7d7d;
}
.coordonnees p {
  margin-top: 5px;
}
.coordonnees h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.coordonnees a {
  color: #8b8b8b;
}
.coordonnees .social {
  margin-top: 10px;
}
.coordonnees .social a {
  font-size: 24px;
  font-size: 2.4rem;
  color: #7d7d7d;
}
.no-touch .coordonnees .social a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .coordonnees {
    text-align: center;
  }
}
#middle {
  background: #fff;
  margin-top: 100px;
}
/*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	COMMUN
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.bl {
  background: #fff;
  margin-bottom: 20px;
  padding: 15px;
}
.bl:before,
.bl:after {
  content: " ";
  display: table;
}
.bl:after {
  clear: both;
}
.bl:before,
.bl:after {
  content: " ";
  display: table;
}
.bl:after {
  clear: both;
}
/* a */
a {
  text-decoration: none;
  transition: color 0.1s ease-in-out 0s, border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
}
.no-touch a:hover {
  text-decoration: underline;
  text-decoration: none;
}
/* h1 h6 */
h1 {
  font-size: 34px;
  font-size: 3.4rem;
  margin-top: 20px;
  color: #487ab7;
}
h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 20px;
  color: #000;
}
h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 16px;
  color: #bc8c51;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 15px;
}
h4:first-child {
  margin-top: 0px;
}
h5 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}
h5:first-child {
  margin-top: 0px;
}
h6 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}
h6:first-child {
  margin-top: 0px;
}
/* p ul li */
p {
  margin-top: 15px;
}
p a {
  color: #487ab7;
  font-weight: 600;
}
ul {
  margin-top: 15px;
}
ul li {
  padding: 3px 0 3px 15px;
}
.ul {
  margin-left: 20px;
}
.ul li {
  position: relative;
  padding-left: 20px;
}
.ul li a {
  color: #487ab7;
  font-weight: 600;
}
.ul li:before {
  font-family: "fontello";
  content: '\e8a5';
  position: absolute;
  left: 0;
  top: 3px;
}
.visu-full {
  width: 100%;
}
/* btn */
.btn {
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
  line-height: 18px;
  background: #bc8c51;
  color: #fff;
  padding: 10px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #bc8c51;
}
.btn:hover {
  background: #487ab7;
  border-color: #487ab7;
}
.btnfirst-child {
  margin-left: 0px;
}
.more {
  width: 40px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  margin-left: 0px;
  position: relative;
  margin: 0 auto;
  display: block;
}
/* popin */
.popin {
  width: 500px;
}
/* arrow */
.arrow {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  overflow: hidden;
  display: inline-block;
}
.arrow-t {
  border-bottom-color: #428bca;
  border-top: none;
}
.arrow-r {
  border-left-color: #428bca;
  border-right: none;
}
.arrow-b {
  border-top-color: #428bca;
  border-bottom: none;
}
.arrow-l {
  border-right-color: #428bca;
  border-left: none;
}
/* label */
.label {
  background: #d9534f;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 2px 8px;
  display: inline-block;
}
/* badge */
.badge {
  background: #5cb85c;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  padding: 5px 7px;
  display: inline-block;
  position: relative;
  top: -8px;
  text-transform: uppercase;
  line-height: 1;
}
/* alert */
.alert {
  border: 1px solid #d9534f;
  background: #e7908e;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
}
.alert-ok {
  text-align: center;
}
/* encart */
.encart {
  margin-top: 30px;
  padding: 20px;
  color: #fff;
}
.encart-1 {
  background: #7fa2cd;
}
.encart-2 {
  background: #d1b188;
}
.encart > h2 {
  margin-top: 0px;
  color: #fff;
}
.encart > h2 span {
  font-size: 14px;
  font-size: 1.4rem;
}
.encart-3 {
  background: #bbb;
  color: #222;
}
.encart-3 > h2 {
  color: #222;
}
.encart h3 {
  color: #222;
}
.encart-chiffres {
  font-size: 20px;
  font-size: 2rem;
}
.encart-chiffres p {
  text-align: center;
}
.encart-chiffres big {
  font-size: 30px;
  font-size: 3rem;
  font-style: italic;
}
/* push-contact */
#push-contact strong {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  top: -3px;
  font-weight: normal;
}
/* pagination */
.pagination {
  text-align: center;
  margin-top: 30px;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination div {
  float: right;
}
.pagination a {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  background: #bbbbbb;
  margin-right: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
}
.pagination a.current {
  background: #487ab7;
}
.pagination span {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
#entete {
  height: 300px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#middle nav {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  top: -40px;
}
#middle nav a {
  color: #fff;
}
#middle nav > a {
  display: block;
  background: #222;
  height: 40px;
  line-height: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
}
#middle nav ul {
  padding: 0;
  margin: 0;
}
#middle nav ul li {
  padding: 0;
  margin: 0;
}
#middle nav ul li a {
  display: block;
  line-height: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 20px;
  border-top: 1px dotted #aaa;
  background: #eee;
  color: #222;
}
#middle nav ul li a.current {
  background: #487ab7 !important;
  color: #fff;
}
#middle nav ul li.current a {
  background: #487ab7 !important;
  color: #fff;
}
.no-touch #middle nav ul li a:hover {
  background: #999;
  color: #fff;
}
#middle nav h2 {
  margin: 0px;
  background: #777;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 20px;
}
#content {
  margin: 20px 0 40px 0;
}
/* popin */
.popin {
  min-width: 300px;
  max-width: 600px;
}
/*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	SPECIFIQUE
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
/* push-hp */
#push-hp {
  height: 450px;
  overflow: hidden;
}
#push-hp .owl-controls {
  top: -40px;
  position: relative;
}
#push-hp .owl-theme .owl-controls .owl-page.active span,
#push-hp .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #487ab7;
}
#carou-push .item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#carou-push .item .container {
  position: relative;
  height: 450px;
}
#carou-push .item-i {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 2;
}
#carou-push .item-i div:before,
#carou-push .item-i div:after {
  content: " ";
  display: table;
}
#carou-push .item-i div:after {
  clear: both;
}
#carou-push .item-i div:before,
#carou-push .item-i div:after {
  content: " ";
  display: table;
}
#carou-push .item-i div:after {
  clear: both;
}
#carou-push .item-i div span {
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin-bottom: 10px;
}
#carou-push .item-i div p {
  margin: 0px;
}
#carou-push h5:before,
#carou-push h5:after {
  content: " ";
  display: table;
}
#carou-push h5:after {
  clear: both;
}
#carou-push h5:before,
#carou-push h5:after {
  content: " ";
  display: table;
}
#carou-push h5:after {
  clear: both;
}
#carou-push h5 span {
  display: block;
  float: left;
  background: rgba(72, 122, 183, 0.8);
  padding: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}
#carou-push h5 strong {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
#carou-push .btn {
  margin-left: 0px;
}
/* medias-hp */
#medias-hp {
  margin: 0 0 40px 0;
}
#medias-hp h2 {
  text-transform: uppercase;
  color: #487ab7;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 40px;
}
#medias-hp h2 a {
  color: #487ab7;
}
#medias-hp figure {
  margin-bottom: 15px;
  margin-top: 10px;
  position: relative;
}
#medias-hp figure img {
  width: 100%;
}
#medias-hp figure i {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  z-index: 2;
  font-size: 50px;
  font-size: 5rem;
  color: #fff;
  margin-left: -30px;
  margin-top: -40px;
}
.no-touch #medias-hp li a:hover i {
  color: #487ab7;
}
#medias-hp ul {
  margin: 0px;
  padding: 0px;
}
#medias-hp li {
  margin-top: 10px;
  padding: 0px;
}
#medias-hp li span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #487ab7;
  line-height: 12px;
}
#medias-hp li p {
  margin-top: 0px;
  color: #999;
}
#medias-hp h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 0px;
  line-height: 20px;
  margin-bottom: 5px;
}
#medias-hp h3 a {
  color: #222;
}
#medias-hp .more {
  margin-top: 20px;
}
/* up-hp */
#up-hp {
  margin-bottom: 20px;
}
#up-hp .item {
  background: #eee;
  color: #444;
  text-align: center;
  padding: 10px 20px 20px 20px;
  margin-bottom: 20px;
}
#up-hp .item div p {
  margin-top: 10px;
}
#up-hp h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
#up-hp .more {
  margin-top: 20px;
}
/* fonds-hp */
#fonds-hp {
  background: #487ab7;
  color: #fff;
  padding: 20px 0 10px 0;
  text-align: center;
}
#fonds-hp .owl-controls {
  margin: 0;
}
#fonds-hp .article {
  transition: all 0.25s ease-in-out 0s;
  color: #fff;
  opacity: 1;
  display: block;
}
#fonds-hp .article:hover {
  opacity: 0.5;
}
#fonds-hp .article .picto {
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
}
#fonds-hp .article p {
  height: 70px;
  margin-top: 5px;
}
#fonds-hp .article .btn {
  background: #fff !important;
  border-color: #fff;
  color: #487ab7;
}
.no-touch #fonds-hp article .btn:hover {
  background: #222 !important;
  border-color: #222;
}
#fonds-hp h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0px;
}
.map {
  margin-top: 30px;
}
.map:before,
.map:after {
  content: " ";
  display: table;
}
.map:after {
  clear: both;
}
.map:before,
.map:after {
  content: " ";
  display: table;
}
.map:after {
  clear: both;
}
.contact {
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center !important;
}
@media (max-width: 767px) {
  .contact {
    text-align: center;
  }
}
.contact strong {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
/* popin-contact */
.popin-contact h1 {
  margin-top: 0px;
}
.item-oc h2 {
  border-bottom: 1px dotted #bbbbbb;
  cursor: pointer;
}
.item-oc h2 .icon-angle-up {
  display: none;
}
.item-oc h2 .icon-angle-down {
  display: inline-block;
}
.item-oc h2.open .icon-angle-down {
  display: none;
}
.item-oc h2.open .icon-angle-up {
  display: inline-block;
}
.item-oc table {
  margin-top: 10px;
}
.item-oc a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #487ab7;
}
.item-oc .item-i {
  display: none;
}
#fond {
  padding-bottom: 20px;
}
/* risque */
#risque {
  display: block;
  width: 100%;
  height: 10px;
  background: #eee;
  position: relative;
  margin-top: 10px;
}
#risque-i {
  display: block;
  height: 10px;
  background: #bc8c51;
  position: absolute;
  top: 0;
  left: 0;
}
.risque-0 {
  width: 0%;
}
.risque-1 {
  width: 14.2857%;
}
.risque-2 {
  width: 28.5714%;
}
.risque-3 {
  width: 42.8571%;
}
.risque-4 {
  width: 57.1428%;
}
.risque-5 {
  width: 71.4285%;
}
.risque-6 {
  width: 85.7142%;
}
.risque-7 {
  width: 100%;
}
/* citation */
.citation figure {
  display: block;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
.citation figure img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.citation .p {
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  margin-bottom: 20px;
}
.citation i {
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  right: -15px;
  bottom: -20px;
  font-size: 30px;
  font-size: 3rem;
}
.citation i:first-child {
  right: auto;
  bottom: auto;
  top: -20px;
  left: -15px;
}
/* caracteristiques */
.caracteristiques dl {
  margin-top: 5px;
}
.caracteristiques dl:before,
.caracteristiques dl:after {
  content: " ";
  display: table;
}
.caracteristiques dl:after {
  clear: both;
}
.caracteristiques dl:before,
.caracteristiques dl:after {
  content: " ";
  display: table;
}
.caracteristiques dl:after {
  clear: both;
}
.caracteristiques dl dt {
  float: left;
  font-weight: bold;
  width: 40%;
}
.caracteristiques dl dd {
  float: right;
  width: 60%;
}
/* onglets */
#onglets {
  background: #fff;
  border-bottom: 1px solid #eee;
  width: 100%;
  z-index: 10;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
#onglets:before,
#onglets:after {
  content: " ";
  display: table;
}
#onglets:after {
  clear: both;
}
#onglets:before,
#onglets:after {
  content: " ";
  display: table;
}
#onglets:after {
  clear: both;
}
#onglets li {
  display: inline-block;
  float: left;
  padding: 0 !important;
}
#onglets li a {
  display: block;
  float: left;
  border-bottom: 2px solid #fff;
  color: #222;
  height: 50px;
  line-height: 50px;
  margin-left: 40px;
  padding: 0 15px 0 0;
  color: #bbbbbb;
  outline: none;
}
#onglets li a:hover {
  border-color: #487ab7;
  color: #487ab7;
}
@media (max-width: 767px) {
  #onglets li a {
    padding-right: 5px;
    margin-left: 20px;
  }
}
#onglets li:first-child a {
  margin-left: 0px;
}
#onglets .ui-state-active a {
  border-color: #487ab7;
  color: #487ab7;
}
/* download */
.download .btn {
  text-transform: none !important;
}
/* graphique */
#graphique-o {
  margin-top: 20px;
  margin-bottom: 20px;
}
#graphique-o p {
  text-align: center;
  margin-top: 10px;
}
#graphique-o h3 {
  margin-bottom: 20px;
}
#graphique {
  width: 100%;
  height: 300px;
}
.legende {
  margin-right: 20px;
  white-space: nowrap;
}
.legende span {
  padding-right: 5px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 20px;
  position: relative;
  top: 3px;
}
.legende-1 span {
  color: #487ab7;
}
.legende-2 span {
  color: #bbbbbb;
}
#liste-media {
  margin-top: 30px;
}
#liste-media article {
  margin-top: 5px;
}
#liste-media article a {
  background: #f2f2f2;
  padding: 10px 10px 30px 150px;
  position: relative;
  min-height: 160px;
  display: block;
  color: #222;
  border: 10px solid #f2f2f2;
}
#liste-media article a:hover {
  border-color: #e5e5e5;
  /*background:#e5e5e5;*/
}
#liste-media article figure {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
#liste-media article figure img {
  width: 100%;
  height: 100%;
}
#liste-media article .data span {
  color: #487ab7;
}
#liste-media article .data h3 {
  margin-top: 0px;
  padding-top: 0px;
  color: #222;
}
#liste-media article .data p {
  margin-top: 0px;
  color: #777;
}
#liste-media article .data .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: 600;
}
/* video */
#liste-videos {
  margin-top: 30px;
}
#liste-videos article {
  margin-top: 5px;
}
#liste-videos article a {
  position: relative;
  background: #f2f2f2;
  padding: 160px 10px 30px 10px;
  height: 330px;
  display: block;
  color: #222;
  border: 10px solid #f2f2f2;
}
#liste-videos article a:hover {
  border-color: #e5e5e5;
}
#liste-videos article figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#liste-videos article figure i {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  z-index: 2;
  font-size: 50px;
  font-size: 5rem;
  color: #487ab7;
  margin-left: -30px;
  margin-top: -40px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#liste-videos article .data span {
  color: #487ab7;
}
#liste-videos article .data h3 {
  margin-top: 0px;
  padding-top: 0px;
  color: #222;
}
#liste-videos article .data h4 {
  margin-top: 0px;
  color: #bc8c51;
}
#liste-videos article .data p {
  margin-top: 0px;
  color: #777;
}
#liste-videos article .data .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: 600;
}
.liste-team {
  margin-top: 20px;
  padding: 20px;
  background: #f2f2f2;
}
.liste-team article {
  position: relative;
  display: block;
  color: #222;
  margin-top: 20px;
}
.liste-team article:first-child {
  margin-top: 0;
}
.liste-team article span {
  color: #487ab7;
}
.liste-team article h3 {
  margin-top: 0px;
  padding-top: 0px;
  color: #222;
}
.liste-team article h3 a {
  text-decoration: underline;
  color: #487ab7;
}
.liste-team article p {
  margin-top: 0px;
  color: #777;
}
.liste-team article .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: 600;
}
.liste-team article div {
  font-size: 16px;
  font-size: 1.6rem;
}
.popin-team h1 {
  margin-top: 0px;
}
.popin-team h1 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
}
.popin-team h1 span p {
  margin-top: 0px;
}
.popin-team h1 + p {
  margin-top: 0px;
}
.popin-team .data {
  margin-top: 20px;
}
.popin-team .data:before,
.popin-team .data:after {
  content: " ";
  display: table;
}
.popin-team .data:after {
  clear: both;
}
.popin-team .data:before,
.popin-team .data:after {
  content: " ";
  display: table;
}
.popin-team .data:after {
  clear: both;
}
.popin-team .data figure {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.popin-team .data p {
  display: inline;
}
/*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	RESPONSIVE
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
.grid-i-12 {
  width: 100%;
}
.grid-i-11 {
  width: 91.66666667%;
}
.grid-i-10 {
  width: 83.33333333%;
}
.grid-i-9 {
  width: 75%;
}
.grid-i-8 {
  width: 66.66666667%;
}
.grid-i-7 {
  width: 58.33333333%;
}
.grid-i-6 {
  width: 50%;
}
.grid-i-5 {
  width: 41.66666667%;
}
.grid-i-4 {
  width: 33.33333333%;
}
.grid-i-3 {
  width: 25%;
}
.grid-i-2 {
  width: 16.66666667%;
}
.grid-i-1 {
  width: 8.33333333%;
}
@media (max-width: 767px) {
  .container {
    width: 320px;
  }
  .grid-xs-12 {
    width: 100%;
  }
  .grid-xs-11 {
    width: 91.66666667%;
  }
  .grid-xs-10 {
    width: 83.33333333%;
  }
  .grid-xs-9 {
    width: 75%;
  }
  .grid-xs-8 {
    width: 66.66666667%;
  }
  .grid-xs-7 {
    width: 58.33333333%;
  }
  .grid-xs-6 {
    width: 50%;
  }
  .grid-xs-5 {
    width: 41.66666667%;
  }
  .grid-xs-4 {
    width: 33.33333333%;
  }
  .grid-xs-3 {
    width: 25%;
  }
  .grid-xs-2 {
    width: 16.66666667%;
  }
  .grid-xs-1 {
    width: 8.33333333%;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  /*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	XS : PHONE
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
  main > header .container {
    height: 50px;
  }
  main > header nav {
    right: auto;
    bottom: auto;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
  }
  main > header nav ul li {
    float: none;
  }
  main > header nav ul li a {
    float: none;
    padding: 5px;
    border-bottom: none;
    text-align: center;
    border-top: 1px dotted #999;
  }
  main > header nav ul li a.current {
    background: #487ab7 !important;
    color: #fff !important;
  }
  .no-touch main > header nav ul li a:hover {
    background: #eee;
  }
  main > header .inter {
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
  }
  main > header .open {
    color: #487ab7;
  }
  .no-touch main > header .inter:hover {
    color: #487ab7;
  }
  #lang {
    display: none;
  }
  #logo {
    margin-top: 5px;
    margin-left: 5px;
  }
  #logo img {
    height: 40px;
  }
  #middle {
    margin-top: 50px;
  }
  main > footer {
    text-align: center;
  }
  #coordonnees .map {
    margin: 0 auto;
  }
  /*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	COMMUN
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
  #entete {
    height: 100px;
  }
  #middle nav {
    top: 0;
  }
  #middle nav > a {
    padding: 10px;
  }
  #middle nav ul li a {
    padding: 10px;
  }
  #middle nav h2 {
    padding: 5px 10px;
  }
  #liste-videos article a {
    padding: 10px 10px 30px 10px;
  }
  #liste-videos article figure {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
  .container {
    padding: 0 10px;
  }
  /*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	SPECIFIQUE
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
  #push-hp {
    height: 400px;
    overflow: hidden;
  }
  #carou-push .item .container {
    height: 400px;
  }
  #liste-media {
    margin-top: 30px;
  }
  #liste-media article {
    margin-top: 5px;
  }
  #liste-media article a {
    padding: 10px 10px 30px 110px;
    position: relative;
    min-height: 160px;
    display: block;
    color: #222;
    border: 10px solid #f2f2f2;
  }
  #liste-media article a:hover {
    border-color: #e5e5e5;
  }
  #liste-media article figure {
    width: 80px;
    height: 80px;
  }
  /* video */
  #liste-videos article a {
    height: auto;
  }
  #liste-videos article figure {
    height: 130px;
  }
  #liste-team article {
    position: relative;
    padding: 10px;
  }
  #liste-team article figure {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 10px auto;
  }
  #liste-team article .data {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 720px;
  }
  .grid-sm-12 {
    width: 100%;
  }
  .grid-sm-11 {
    width: 91.66666667%;
  }
  .grid-sm-10 {
    width: 83.33333333%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-8 {
    width: 66.66666667%;
  }
  .grid-sm-7 {
    width: 58.33333333%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-5 {
    width: 41.66666667%;
  }
  .grid-sm-4 {
    width: 33.33333333%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-2 {
    width: 16.66666667%;
  }
  .grid-sm-1 {
    width: 8.33333333%;
  }
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: block;
  }
  /*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	SM : TABLET
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
  main > header .container {
    height: 60px;
  }
  main > header nav {
    right: auto;
    bottom: auto;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
  }
  main > header nav ul li {
    float: none;
  }
  main > header nav ul li a {
    float: none;
    padding: 5px;
    border-bottom: none;
    text-align: center;
    border-top: 1px dotted #999;
  }
  main > header nav ul li a.current {
    background: #487ab7 !important;
    color: #fff !important;
  }
  .no-touch main > header nav ul li a:hover {
    background: #eee;
  }
  main > header .inter {
    display: block;
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  main > header .open {
    color: #487ab7;
  }
  .no-touch main > header .inter:hover {
    color: #487ab7;
  }
  #lang {
    display: none;
  }
  #logo {
    margin-top: 8px;
  }
  #logo img {
    height: 46px;
  }
  #middle {
    margin-top: 60px;
  }
  /*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	COMMUN
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
  #entete {
    height: 200px;
  }
  #middle nav > a {
    padding: 10px;
  }
  #middle nav ul li a {
    padding: 10px;
  }
  #middle nav h2 {
    padding: 5px 10px;
  }
  /*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	SPECIFIQUE
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
  #push-hp {
    height: 400px;
    overflow: hidden;
  }
  #carou-push .item .container {
    height: 400px;
  }
  /* video */
  #liste-videos article a {
    height: 400px;
  }
  #liste-videos article figure {
    height: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 940px;
  }
  .grid-md-12 {
    width: 100%;
  }
  .grid-md-11 {
    width: 91.66666667%;
  }
  .grid-md-10 {
    width: 83.33333333%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-8 {
    width: 66.66666667%;
  }
  .grid-md-7 {
    width: 58.33333333%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-5 {
    width: 41.66666667%;
  }
  .grid-md-4 {
    width: 33.33333333%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-2 {
    width: 16.66666667%;
  }
  .grid-md-1 {
    width: 8.33333333%;
  }
  .hidden-md {
    display: none;
  }
  .visible-md {
    display: block;
  }
  /*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	MD : DESKTOP
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
  main > header nav {
    display: block !important;
  }
  /*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	COMMUN
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
  #entete {
    height: 250px;
  }
  #middle nav > a {
    padding: 10px 15px;
  }
  #middle nav ul li a {
    padding: 10px 15px;
  }
  #middle nav h2 {
    padding: 5px 15px;
  }
  /*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	SPECIFIQUE
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
  #push-hp {
    height: 500px;
    overflow: hidden;
  }
  #carou-push .item .container {
    height: 500px;
  }
  /* video */
  #liste-videos article a {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  .grid-lg-12 {
    width: 100%;
  }
  .grid-lg-11 {
    width: 91.66666667%;
  }
  .grid-lg-10 {
    width: 83.33333333%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-8 {
    width: 66.66666667%;
  }
  .grid-lg-7 {
    width: 58.33333333%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-5 {
    width: 41.66666667%;
  }
  .grid-lg-4 {
    width: 33.33333333%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-2 {
    width: 16.66666667%;
  }
  .grid-lg-1 {
    width: 8.33333333%;
  }
  .hidden-lg {
    display: none;
  }
  .visible-lg {
    display: block;
  }
  /*	WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	LG : DESKTOP LARGE
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */
  main > header nav {
    display: block !important;
  }
}
.ancre {
  position: absolute;
}
.ancre-h1 {
  position: relative;
}
