/* =Base, reset, normalize
-----------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
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,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}
/* Structure tags */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Responsive images and other embedded objects */
img,
object,
embed,
video,
iframe {
  width: auto;
  max-width: 100%;
}
/* Responsive images aspeсt ratio */
img,
video,
iframe {
  height: auto;
}
/* To prevent some browsers from inserting quotes on q and p */
blockquote,
q {
  quotes: none;
}
blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}
/* Image inside */
a img,
th img,
td img {
  vertical-align: top;
}
/* Webkit browsers reset margin */
button,
input,
select,
textarea {
  margin: 0;
}
textarea {
  overflow: auto;
}
/* Normalize buttons in IE */
button {
  width: auto;
  overflow: visible;
}
/* Hand cursor on clickable controls */
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
/* Trick with vertical align for radio and checkbox  */
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
}
/* Horizontal rule reset  */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}
/* Clearfix */
.group {
  *zoom: 1;
}
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* =Typography
-----------------------------------------------------------------------------*/
body {
  background: #fff;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  font-family: Helvetica, Arial, "Liberation Sans", sans-serif;
}
a {
  color: #66bbcc;
}
a:hover {
  color: #338899;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 2.25em;
  line-height: 1em;
}
h2 {
  font-size: 1.875em;
  line-height: 1.1em;
}
h3 {
  font-size: 1.5em;
  line-height: 1.3em;
}
h4 {
  font-size: 1.125em;
  line-height: 1.3em;
}
h5 {
  font-size: 1em;
  line-height: 1.3em;
}
h6 {
  font-size: 0.875em;
  line-height: 1.3em;
  text-transform: uppercase;
}
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4 {
  margin-bottom: .1em;
}
.subheader {
  font-size: 1.2em;
  font-weight: normal;
  color: #8f8f8f;
  margin-bottom: 1em;
}
p,
ul,
ol,
dl,
dd,
dt,
blockquote,
td,
th {
  line-height: 1.5em;
}
ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0 0 0 2em;
}
ol ol li {
  list-style-type: lower-alpha;
}
ol ol ol li {
  list-style-type: lower-roman;
}
p,
ul,
ol,
dl,
blockquote,
hr,
pre,
hgroup,
table,
form,
fieldset {
  margin-bottom: 1.5em;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1em;
}
blockquote {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  border-left: 1px solid #ccc;
  color: #666;
}
blockquote small,
cite {
  color: #888;
  font-style: italic;
}
blockquote p {
  margin-bottom: 1em;
  font-style: italic;
}
small,
blockquote cite {
  font-size: 0.85em;
  line-height: 1;
}
blockquote .pull-right,
.row blockquote .pull-right {
  float: none;
  text-align: right;
  display: block;
}
address {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
figcaption {
  font-size: 0.85em;
  font-style: italic;
}
ins,
mark {
  background-color: #fe5;
  color: #000;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-size: 90%;
  font-family: Menlo, Monaco, monospace, sans-serif;
}
pre {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1.5em;
  white-space: pre;
  overflow: auto;
}
code {
  padding: 2px 3px;
  display: inline-block;
  line-height: 1;
  background: #f8f8f8;
  border: 1px solid #ddd;
}
kbd {
  padding: 0 6px;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px white inset;
  background-color: #fafafa;
  border-color: #ccc #ccc white;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: #444;
  font-weight: bold;
  white-space: nowrap;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  font-size: 13px;
}
fieldset {
  padding: 2em 1.5em;
  margin-bottom: 1.5em;
  border: 1px solid #ddd;
}
legend {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 1em;
}
tfoot th,
tfoot td {
  background-color: #f2f2f2;
}
th,
td {
  border-bottom: 1px solid #eee;
  padding: 0.75em 0.5em;
}
/* @group fontface */
@font-face {
  font-family: 'MuseoSlab-500';
  src: url('../font/2021DC_5_0.eot');
  src: url('../font/2021DC_5_0.eot?#iefix') format('embedded-opentype'), url('../font/2021DC_5_0.woff') format('woff'), url('../font/2021DC_5_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlutoSansCondLight';
  src: url('../font/23502B_7_0.eot');
  src: url('../font/23502B_7_0.eot?#iefix') format('embedded-opentype'), url('../font/23502B_7_0.woff') format('woff'), url('../font/23502B_7_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* @end */
/* @group mixins and modules */
.impressed {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.down_arrow {
  position: relative;
}
.down_arrow:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fff;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.right_arrow {
  position: relative;
}
.right_arrow:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #fff;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.left_arrow {
  position: relative;
}
.left_arrow:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #fff;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.inset_arrow {
  position: relative;
}
.inset_arrow:before {
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #f0f2f0;
  border-width: 6px;
  left: 50%;
  margin-left: -6px;
}
.well {
  background-color: #f8f9f8;
  border-top: 6px solid #d5dad5;
  -webkit-box-shadow: 0 1px 3px #999;
  -moz-box-shadow: 0 1px 3px #999;
  box-shadow: 0 1px 3px #999;
  font-size: 87.5%;
}
.well article {
  padding: 10px 0;
  border-top: 1px dotted #c9d1d3;
}
.well p {
  margin: 0;
}
.callout {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px #999;
  -moz-box-shadow: 0 1px 3px #999;
  box-shadow: 0 1px 3px #999;
}
.callout .title {
  padding: 6px;
  border-top: 4px solid #66bbcc;
  border-bottom: 4px solid #66bbcc;
  background-color: #000;
  color: #66bbcc;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.callout .content {
  padding: 0.5em;
}
.more_link {
  border-top: 1px dotted #c9d1d3;
  border-bottom: 1px dotted #c9d1d3;
  text-align: right;
}
/* @end */
/* @group layout */
body {
  background: #c9d1d3 url(../img/background.png) repeat;
  color: #555;
}
.wrapper {
  margin: 0 auto;
  width: 1000px;
  background-color: #f0f2f0;
}
#main {
  padding: 0 20px;
}
/* @end */
/* @group general */
a {
  text-decoration: none;
}
h2 {
  margin-bottom: 0.25em;
  font-family: MuseoSlab-500, Rockwell, serif;
  font-weight: normal;
  color: #b31f0e;
}
h3 {
  margin-bottom: 0;
  font-family: MuseoSlab-500, Rockwell, serif;
  font-weight: normal;
  color: #403737;
}
h4,
h5 {
  margin-bottom: 1em;
  font-weight: bold;
  color: #5d7386;
}
strong {
  color: #000;
  font-weight: bold;
  background-color: #ffc;
}
em {
  color: #777;
  font-style: italic;
}
/* @end */
/* @group header */
.tagline {
  margin: 5px auto;
  width: 1000px;
  text-align: right;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#header {
  border-bottom: 4px solid #b31f0e;
  background-color: #fafafa;
}
#header h1 {
  float: left;
  font-size: 24px;
  background: transparent url(../img/logo.png) no-repeat;
  margin: 0;
}
#header h1 a {
  display: block;
  width: 390px;
  height: 95px;
  text-indent: -9999px;
}
#header form {
  margin: 0;
}
#header .btn-group {
  margin-top: 40px;
  margin-right: 20px;
  float: right;
}
.hero {
  position: relative;
  height: 300px;
  background: transparent url(../img/hero.jpg) no-repeat;
}
.hero .lines {
  position: absolute;
  top: 20px;
  left: 20px;
}
.hero h2 {
  margin-bottom: 14px;
}
.hero h2 span {
  padding: 5px 10px;
  background-color: #66bbcc;
  background-color: rgba(102, 187, 204, 0.7);
  color: #fff;
}
/* @end */
/* @group navigation */
#navigation {
  margin: 20px 0 40px 0;
  border-top: 1px solid #d5dad5;
  border-bottom: 1px solid #d5dad5;
}
#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
#navigation li {
  text-align: center;
  font-family: PlutoSansCondLight, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  letter-spacing: 1px;
}
#navigation li a {
  padding: 10px 0;
  display: block;
  color: #403737;
  border-left: 1px solid #d5dad5;
}
#navigation li a:hover,
#navigation li a.current {
  background-color: #fff;
  color: #66bbcc;
  position: relative;
}
#navigation li a:hover:after,
#navigation li a.current:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fff;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
#navigation li a:hover:after,
#navigation li a.current:after {
  border-top-color: #d5dad5;
}
#navigation li:last-child a {
  border-right: 1px solid #d5dad5;
}
.breadcrumb {
  list-style: none;
  overflow: hidden;
  font-size: 0.85em;
  margin: 4px 0;
  padding: 0;
  background-color: #e0e4e0;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li a {
  color: #5d7386;
  text-decoration: none;
  padding: 4px 0 4px 45px;
  background: #d5dad5;
  position: relative;
  display: block;
  float: left;
}
.breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #d5dad5;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #f0f2f0;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 4px;
  left: 100%;
  z-index: 1;
}
.breadcrumb li:first-child a {
  padding-left: 10px;
}
.breadcrumb li:nth-child(2) a {
  background: #dadfda;
}
.breadcrumb li:nth-child(2) a:after {
  border-left-color: #dadfda;
}
.breadcrumb li:nth-child(3) a {
  background: #e0e4e0;
}
.breadcrumb li:nth-child(3) a:after {
  border-left-color: #e0e4e0;
}
.breadcrumb li:last-child a {
  color: #999;
  background: #e0e4e0;
  pointer-events: none;
  cursor: default;
}
.breadcrumb li:last-child a:after {
  border-left-color: #e0e4e0;
}
.breadcrumb li a:hover {
  background: #5d7386;
  color: #f0f2f0;
}
.breadcrumb li a:hover:after {
  border-left-color: #5d7386 !important;
}
.menu ul {
  list-style: none;
  margin: 0;
}
.menu ul li {
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  letter-spacing: 1px;
}
.menu ul li a {
  display: block;
  padding: 10px 0;
  color: #f0f2f0;
}
.menu ul li a:hover {
  color: #000;
}
.menu_ages ul {
  margin-left: 20px;
}
.submenu ul {
  font-size: 0.85em;
}
.submenu ul li {
  margin-left: 40px;
  margin-right: 40px;
}
.submenu ul li a {
  padding: 5px 0;
}
.linklist {
  margin-top: 40px;
}
.linklist .title {
  color: #d5dad5;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.linklist ul {
  list-style: none;
  margin: 0;
}
.linklist ul li {
  padding-left: 14px;
  border-left: 6px solid #dadfda;
  font-size: 0.85em;
}
.linklist ul li br {
  display: none;
}
.menu_ages .menu_color_1 {
  background-color: #B34A3E;
}
.menu_ages .menu_color_2 {
  background-color: #61788c;
}
.menu_ages .menu_color_3 {
  background-color: #657d92;
}
.menu_ages .menu_color_4 {
  background-color: #6a8298;
}
.menu_ages .menu_color_5 {
  background-color: #70889c;
}
.menu_ages .menu_color_6 {
  background-color: #768da0;
}
.menu_ages .menu_color_7 {
  background-color: #7c92a4;
}
.menu_ages .menu_color_8 {
  background-color: #cc766c;
}
.menu_ages .menu_color_9 {
  background-color: #889cac;
}
.menu_ages .menu_color_10 {
  background-color: #8ea1b1;
}
.menu_ages .menu_color_11 {
  background-color: #94a6b5;
}
.menu_ages .menu_color_12 {
  background-color: #d7928b;
}
.menu_ages .menu_color_13 {
  background-color: #7ca58a;
}
.menu_ages .menu_color_14 {
  background-color: #82a98f;
}
.menu_ages .menu_color_15 {
  background-color: #88ad95;
}
.menu_ages .menu_color_16 {
  background-color: #8eb19a;
}
.menu_ages .menu_color_1:after {
  border-top-color: #B34A3E;
}
.menu_ages .menu_color_2:after {
  border-top-color: #61788c;
}
.menu_ages .menu_color_3:after {
  border-top-color: #657d92;
}
.menu_ages .menu_color_4:after {
  border-top-color: #6a8298;
}
.menu_ages .menu_color_5:after {
  border-top-color: #70889c;
}
.menu_ages .menu_color_6:after {
  border-top-color: #768da0;
}
.menu_ages .menu_color_7:after {
  border-top-color: #7c92a4;
}
.menu_ages .menu_color_8:after {
  border-top-color: #cc766c;
}
.menu_ages .menu_color_9:after {
  border-top-color: #889cac;
}
.menu_ages .menu_color_10:after {
  border-top-color: #8ea1b1;
}
.menu_ages .menu_color_11:after {
  border-top-color: #94a6b5;
}
.menu_ages .menu_color_12:after {
  border-top-color: #d7928b;
}
.menu_ages .menu_color_13:after {
  border-top-color: #7ca58a;
}
.menu_ages .menu_color_14:after {
  border-top-color: #82a98f;
}
.menu_ages .menu_color_15:after {
  border-top-color: #88ad95;
}
.menu_ages .menu_color_16:after {
  border-top-color: #8eb19a;
}
.menu_categories .menu_color_1 {
  background-color: #7d8c99;
}
.menu_categories .menu_color_2 {
  background-color: #8b7d99;
}
.menu_categories .menu_color_3 {
  background-color: #997f82;
}
.menu_categories .menu_color_4 {
  background-color: #998d80;
}
.menu_categories .menu_color_5 {
  background-color: #999780;
}
.menu_categories .menu_color_6 {
  background-color: #84997d;
}
.menu_categories .menu_color_7 {
  background-color: #999999;
}
.menu_categories .menu_color_1:after {
  border-top-color: #7d8c99;
}
.menu_categories .menu_color_2:after {
  border-top-color: #8b7d99;
}
.menu_categories .menu_color_3:after {
  border-top-color: #997f82;
}
.menu_categories .menu_color_4:after {
  border-top-color: #998d80;
}
.menu_categories .menu_color_5:after {
  border-top-color: #999780;
}
.menu_categories .menu_color_6:after {
  border-top-color: #84997d;
}
.menu_categories .menu_color_7:after {
  border-top-color: #999999;
}
.menu_categories .menu_color_fiche,
.menu_ages .menu_color_fiche {
  background-color: #000;
}
.menu ul li.menu_color_fiche a:hover {
  color: #b31f0e;
}
.menu_ages .menu_color_actif a {
  position: relative;
}
.menu_ages .menu_color_actif a:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #fff;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.menu_ages .menu_color_1 a:after {
  border-left-color: #B34A3E;
}
.menu_ages .menu_color_2 a:after {
  border-left-color: #61788c;
}
.menu_ages .menu_color_3 a:after {
  border-left-color: #657d92;
}
.menu_ages .menu_color_4 a:after {
  border-left-color: #6a8298;
}
.menu_ages .menu_color_5 a:after {
  border-left-color: #70889c;
}
.menu_ages .menu_color_6 a:after {
  border-left-color: #768da0;
}
.menu_ages .menu_color_7 a:after {
  border-left-color: #7c92a4;
}
.menu_ages .menu_color_8 a:after {
  border-left-color: #cc766c;
}
.menu_ages .menu_color_9 a:after {
  border-left-color: #889cac;
}
.menu_ages .menu_color_10 a:after {
  border-left-color: #8ea1b1;
}
.menu_ages .menu_color_11 a:after {
  border-left-color: #94a6b5;
}
.menu_ages .menu_color_12 a:after {
  border-left-color: #d7928b;
}
.menu_ages .menu_color_13 a:after {
  border-left-color: #7ca58a;
}
.menu_ages .menu_color_14 a:after {
  border-left-color: #82a98f;
}
.menu_ages .menu_color_15 a:after {
  border-left-color: #88ad95;
}
.menu_ages .menu_color_16 a:after {
  border-left-color: #8eb19a;
}
.menu_categories .menu_color_actif a {
  position: relative;
}
.menu_categories .menu_color_actif a:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #fff;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.menu_categories .menu_color_1 a:after {
  border-right-color: #7d8c99;
}
.menu_categories .menu_color_2 a:after {
  border-right-color: #8b7d99;
}
.menu_categories .menu_color_3 a:after {
  border-right-color: #997f82;
}
.menu_categories .menu_color_4 a:after {
  border-right-color: #998d80;
}
.menu_categories .menu_color_5 a:after {
  border-right-color: #999780;
}
.menu_categories .menu_color_6 a:after {
  border-right-color: #84997d;
}
.menu_categories .menu_color_7 a:after {
  border-right-color: #999999;
}
.menu_categories .menu_color_inactif,
.menu_ages .menu_color_inactif {
  background-color: #c9d1d3;
}
.menu_categories .menu_color_inactif:after,
.menu_ages .menu_color_inactif:after {
  border-top-color: #c9d1d3;
}
.linklist .menu_color_actif a {
  color: #b31f0e;
}
/* @end */
/* @group footer */
#footer {
  margin-bottom: 0;
  padding: 20px;
  background-color: #403737;
  border-bottom: 8px solid #000;
  color: #f0f2f0;
  font-family: PlutoSansCondLight, Helvetica, Arial, sans-serif;
  font-size: 0.85em;
}
#footer nav {
  float: right;
}
#footer nav ul {
  list-style: none;
  margin: 0;
}
#footer nav ul li {
  float: left;
  margin-left: 2em;
}
.created_by {
  margin: 5px auto;
  width: 1000px;
  text-align: right;
  font-family: PlutoSansCondLight, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.created_by a {
  color: #999;
}
/* @end */
/* @group content */
.links {
  background-image: url(../img/link.png);
  background-repeat: no-repeat;
  background-position: 99% 1%;
}
.documents {
  background-image: url(../img/doc.png);
  background-repeat: no-repeat;
  background-position: 99% 1%;
}
.contacts {
  background-image: url(../img/pin.png);
  background-repeat: no-repeat;
  background-position: 99% 1%;
}
.page article {
  margin: 0 0 20px 0;
  background-color: #f8f9f8;
  -webkit-box-shadow: 0 1px 3px #999;
  -moz-box-shadow: 0 1px 3px #999;
  box-shadow: 0 1px 3px #999;
}
.page .title {
  padding: 4px;
  background-color: #5d7386;
  color: #f0f2f0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page .secondary {
  font-size: 0.85em;
  background-color: #dadfda;
}
.meta {
  *zoom: 1;
  margin: 0;
  border-top: 1px solid #d5dad5;
  border-bottom: 1px solid #d5dad5;
  color: #c7cec7;
  font-size: 0.75em;
}
.meta:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.meta span {
  display: block;
  margin: 0;
  padding: 5px 15px;
  float: left;
}
.meta .date,
.meta .size,
.meta .domain {
  border-left: 1px solid #d5dad5;
}
.link .icon {
  background: transparent url(../img/link_small.png) no-repeat 50% 50%;
}
.document .icon {
  background: transparent url(../img/doc_small.png) no-repeat 50% 50%;
}
.instruction {
  margin: 0.5em 0 1em 0;
  font-family: PlutoSansCondLight, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: #dadfda;
}
.fullscreen {
  text-align: right;
  margin-bottom: 4px;
}
.fullscreen a {
  display: block;
  padding: 4px 32px 4px 0;
  background: transparent url('../img/fullscreen.png') no-repeat 100% 50%;
}
/* @end */
/* Sass Variables */
/* gantt styles */
.gantt {
  position: relative;
  overflow: hidden;
  color: #f0f2f0;
  background: #5d7386;
  font-size: 13px;
}
.gantt * {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.gantt li {
  list-style: none;
}
.gantt strong {
  background-color: transparent;
  color: inherit;
}
/* optional title */
.gantt figcaption {
  position: absolute;
  top: 25px;
  left: 20px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
/* sidebar */
.gantt aside {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 159px;
  border-right: 1px solid #e2e6e2;
  z-index: 2;
}
.gantt aside:before {
  position: absolute;
  right: -7px;
  pointer-events: none;
  width: 7px;
  top: 0;
  bottom: 0;
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.03);
  /*
  background: -webkit-linear-gradient(left, fade(@color-background-dark,70%), fade(@color-background-dark,0));
     background: -moz-linear-gradient(left, fade(@color-background-dark,70%), fade(@color-background-dark,0));
          background: linear-gradient(left, fade(@color-background-dark,70%), fade(@color-background-dark,0));
   */
  z-index: 3;
}
.gantt aside .gantt-labels {
  border-top: 1px solid #f0f2f0;
}
.gantt aside .gantt-label strong {
  display: block;
  padding: 0 10px;
  color: #f0f2f0;
  border-bottom: 1px solid #f0f2f0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 14px;
}
/* data section */
.gantt-data {
  position: relative;
  overflow-x: scroll;
  margin-left: 160px;
  white-space: nowrap;
}
/* data section header */
.gantt header .gantt-months {
  overflow: hidden;
}
.gantt header .gantt-month {
  float: left;
  text-align: center;
}
.gantt header .gantt-month strong {
  display: block;
  border-right: 1px solid #f0f2f0;
  border-bottom: 1px solid #f0f2f0;
}
.gantt header .gantt-day span {
  text-indent: 0;
  text-align: center;
}
.gantt header .gantt-day.today span {
  color: #fff;
}
/* data items */
.gantt-item {
  position: relative;
}
.gantt-days {
  overflow: hidden;
}
.gantt-day {
  float: left;
}
.gantt-day span {
  display: block;
  overflow: hidden;
  *line-height: 0;
  border-bottom: 1px solid #f0f2f0;
}
.gantt-day.weekend span {
  background: #f0f2f0;
}
/* data blocks */
.gantt-block {
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 4px;
  border-radius: 3px;
  /*
  -webkit-box-shadow: rgba(0,0,0, .9) 0 2px 6px, rgba(255,255,255, .2) 0 1px 0 inset;
     -moz-box-shadow: rgba(0,0,0, .9) 0 2px 6px, rgba(255,255,255, .2) 0 1px 0 inset;
          box-shadow: rgba(0,0,0, .9) 0 2px 6px, rgba(255,255,255, .2) 0 1px 0 inset;
   */
  opacity: .8;
}
.gantt-block-label {
  display: block;
  color: #000;
  padding: 0 4px;
  text-align: center;
}
.gantt strong.gantt-block-label {
  color: #000;
}
/* block colors */
.gantt-block {
  background: #fff;
}
.gantt-block.important {
  background: #f1604f;
}
.gantt-block.urgent {
  background: #f1604f;
}
/* today sign */
.gantt time {
  position: absolute;
  top: 0;
  width: 2px;
  background: #fff;
  bottom: 0;
  z-index: 1000;
  text-indent: -12000px;
  /*
  -webkit-box-shadow: rgba(0,0,0, .3) 0 0 10px;
     -moz-box-shadow: rgba(0,0,0, .3) 0 0 10px;
          box-shadow: rgba(0,0,0, .3) 0 0 10px;
   */
}
.gantt time:before {
  position: absolute;
  content: "";
  top: 0;
  left: -4px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
/* scrollbar styles */
.gantt ::-webkit-scrollbar {
  background: #555;
  height: 10px;
}
.gantt ::-webkit-scrollbar-thumb {
  background: #999;
  /*
  -webkit-box-shadow: rgba(255,255,255, .1) 0 1px 0 inset;
     -moz-box-shadow: rgba(255,255,255, .1) 0 1px 0 inset;
          box-shadow: rgba(255,255,255, .1) 0 1px 0 inset;
   */
}
/* selection styles */
.gantt ::-moz-selection {
  background: #fff;
  color: #000;
}
.gantt ::selection {
  background: #fff;
  color: #000;
}
/* PERSONALISATION */
.gantt .certificate {
  background-color: #b31f0e;
  color: #fff;
}
.gantt .faible {
  background-color: #999;
}
.gantt .cat_1 {
  background-color: #7d8c99;
}
.gantt .cat_1 span {
  border-right: 1px solid #f0f2f0;
}
.gantt .cat_2 {
  background-color: #8b7d99;
}
.gantt .cat_2 span {
  border-right: 1px solid #f0f2f0;
}
.gantt .cat_3 {
  background-color: #997f82;
}
.gantt .cat_3 span {
  border-right: 1px solid #f0f2f0;
}
.gantt .cat_4 {
  background-color: #998d80;
}
.gantt .cat_4 span {
  border-right: 1px solid #f0f2f0;
}
.gantt .cat_5 {
  background-color: #999780;
}
.gantt .cat_5 span {
  border-right: 1px solid #f0f2f0;
}
.gantt .cat_6 {
  background-color: #84997d;
}
.gantt .cat_6 span {
  border-right: 1px solid #f0f2f0;
}
.gantt .cat_7 {
  background-color: #999999;
}
.gantt .cat_7 span {
  border-right: 1px solid #f0f2f0;
}
body {
  background-color: #f0f2f0;
  background-image: none;
}
#wrapper {
  width: auto;
  margin: 1em;
}
.gantt {
  overflow: visible;
}
.gantt-data {
  overflow-x: visible;
  white-space: normal;
}
.gantt-months {
  width: 100% !important;
}
.gantt-month {
  width: 6.25% !important;
}
.gantt aside {
  width: 10% !important;
}
.gantt-data {
  margin-left: 10% !important;
}
.gantt-items {
  width: 100% !important;
}
.gantt-day {
  width: 6.25% !important;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #header,
  .breadcrumb,
  .hero,
  #navigation,
  #footer,
  .created_by,
  #codeigniter_profiler,
  form {
    display: none;
  }
  .wrapper {
    width: auto;
  }
  .gantt-block {
    border: 1px solid #000;
  }
  .gantt {
    font-size: 10px;
  }
  .gantt aside .gantt-label strong {
    font-size: 11px;
    padding: 0 2px;
  }
}
