/*
Theme Flato 1.3 (http://www.themememe.com/flato)  GNU General Public License
Allégé 0% par Eosphère
*/

img { /* basic responsive img http://www.dynamicdrive.com/forums/entry.php?293-3-Ways-to-Resize-Scale-Web-Images-in-Responsive-Design */
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}
@font-face {
    font-family: 'open_sansregular';
    src: url('images/opensans-regular-webfont.eot');
    src: url('images/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/opensans-regular-webfont.woff') format('woff'),
         url('images/opensans-regular-webfont.ttf') format('truetype'),
         url('images/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'noto_sansregular';
    src: url('images/NotoSans-Regular-webfont.eot');
    src: url('images/NotoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/NotoSans-Regular-webfont.woff') format('woff'),
         url('images/NotoSans-Regular-webfont.ttf') format('truetype'),
         url('images/NotoSans-Regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

/* ========
   General
   ======== */

body {
  margin: 0;
	color: #333a42;
	font-size: 15px;
	font-family: noto_sansregular, Arial, sans-serif;
	line-height: 1.4;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	color: #346131;
	font-family: Raleway, Arial, Helvetica, sans-serif;
}
h1 { font-size : 20px; }
h2 { font-size : 18px; }
h3 { font-size : 16px; }

blockquote p {
	color: #828a8c;
	font-size: 18px;
	font-style: italic;
	font-family: noto_sansregular, Arial, sans-serif;
	line-height: 1.4;
}
blockquote cite {
	margin-top: 10px;
	display: block;
	color: #384750;
	font-size: 14px;
	font-weight: 700;
}
pre {
	background: #f7f7f7;
	border-radius: 0;
	border: 2px solid #e2e2e2;
}

.clearfix {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}


a {
	color: #129421; /*  #339329; */
	text-decoration: none;
}
a:hover,
a:focus {
	color: #2a6496;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}


/* Media
   ======== */
img.alignleft,
.wp-caption.alignleft {
	margin: .5em 1.5em 1em 0;
}
img.alignright,
.wp-caption.alignright {
	margin: .5em 0 1em 1.5em;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin: 1.5em auto;
}
.page-content img,
.entry-content img,
.comment-content img {
	max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 1em;
	padding: .6em;
	background: #f7f7f7;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	color: #878787;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: .6em 0 0;
}


/* Search Forms
   ======== */
.search-form {
	padding-right: 53px;
	position: relative;
}
.search-form .form-group {
	margin: 0;
}
.search-form .form-submit {
	top: 0;
	right: 0;
	position: absolute;
}
.search-form .fa-search {
	font-size: 18px;
	line-height: 1;
}

/* ========
   Layout
   ======== */
.container {
	max-width: 1024px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* ========
   responsive media queries
   ======== */
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
	.col-sm-6 {
		float: left;
	}

}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
	.col-md-4, .col-md-8 {
		float: left;
	}
	.col-md-8 {
		width: 66.66666666666666%;
	}
	.col-md-4 {
		width: 33.33333333333333%;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
/* ========
   Header
   ======== */

/* Top Bar
   ======== */
.site-top {
	background: #313D3A;
}

/* Header
   ======== */
.site-header {
	text-align: center;
	background: #f5f9fb;  /* #bed4df;  */
}
.site-header .container {
	padding-top: 0px;
	padding-bottom: 7px;
}


.site-branding {
  background: url("../css/images/cut_banner_flt.png") no-repeat scroll 0 0;
  height: 113px;
  padding: 0;
  position: relative;
}

/* Logo
   ======== */
.site-title {
	margin: 0;
	font-size: 70px;
	font-weight: 900;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}
.site-title img {
	margin: 0 auto;
	display: block;
}
.site-title a {
	color: #fff;
}
.site-title a:hover,
.site-title a:focus {
	text-decoration: none;
}
.site-description {
	color: #8b99a0;
	font-size: 15px;
	font-weight: 500;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.2;
}

/* ========
   Menu
   ======== */
.site-menu {
  position: relative;
  z-index: 99;
}
.menu-toggle {
  display: none;
  width: 60px;
  height: 50px;
  float: right;
  cursor: pointer;
  color: #999;
  text-align: center;
}
.menu-toggle:hover,
.menu-toggle.active {
  color: #fff;
  background: rgba(0, 0, 0, .15);
  }
.menu-toggle i {
  padding: 10px 0;
  font-size: 28px;
}

.menu-text {
  display: none;
  float: right;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 24px;
}

.menu-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-bar ul li {
  position: relative;
}

.menu-bar ul li a {
  display: block;
  padding: 0 20px;
	color: #bed4df;
	color: rgba(255, 255, 255, .7);
  font-size: 15px;
  text-decoration: none;
  line-height: 50px;
  -webkit-transition: background-color .1s linear;
     -moz-transition: background-color .1s linear;
    -ms-transition: background-color .1s linear;
     -o-transition: background-color .1s linear;
      transition: background-color .1s linear;
}
.menu-bar ul li a:after {
  font-family: FontAwesome;
}
.menu-bar ul li a:after {
  content: "\f0d7";
  float: none;
  margin-left: 6px;
  opacity: 0.5;
}
.menu-bar ul ul li a {
  padding: 8px 20px;
  font-size: 14px;
  line-height: 20px;
}
.menu-bar ul ul li a:after {
  content: "\f0da";
  float: right;
  margin-left: 0;
}
.menu-bar ul li a:only-child:after {
  content: "";
  margin: 0;
}
.menu-bar ul li > a:hover, 
.menu-bar ul li:hover > a, 
.menu-bar ul li.current > a {
	color: #ffffff;
}
@media only screen and (min-width: 1000px) {
  .menu-bar {
    height: auto!important;
  }
  .menu-bar ul {
    font-size: 0;
  }
  .menu-bar ul ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 180px;
    background: #ffffff;
    border: none;
    -webkit-transform: translateZ(0);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
        box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
  }
  .menu-bar ul ul ul {
    position: absolute;
    top: 0;
    left: 180px;
  }
  .menu-bar ul li:hover > ul {
    display: block;
  }
  .menu-bar > ul > li {
    display: inline-block;
  }
  .menu-bar ul ul li {
    display: block;
    padding: 0;
    border-right: none;
  }
  .menu-bar ul > li > a:hover, 
  .menu-bar ul > li:hover > a {
    background-color: rgba(0, 0, 0, .15);
  }
  .menu-bar ul li > a:hover, 
  .menu-bar ul li:hover > a, 
  .menu-bar ul li.current > a {
    color: #ffffff;
  }
	.menu-bar > ul > li > a {
		font-size: 13px;
		font-weight: 400;
		font-family: Raleway, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
	.menu-bar ul ul li a {
		padding: 10px 20px;
    color: #ffffff;
		color: rgba(0, 0, 0, .7);
		font-size: 13px;
	}
	.menu-bar ul ul li > a:hover, 
	.menu-bar ul ul li:hover > a {
		color: #de3a31;
		background-color: #f7f7f7;
	}
	.menu-bar ul ul li:hover > a, 
	.menu-bar ul ul li.current > a {
		color: #de3a31;
	}
}
@media only screen and (max-width: 719px) {  /* 1000px ? */
  .site-branding {
    background-size: auto 75px!important;
    background: url("../css/images/cut_banner_flt.png") no-repeat scroll 0 0;
    height: 60px;
    padding: 0;
    position: relative;
  }
  .menu-bar ul {
    font-weight: 400;
  }
  .site-menu {
    overflow: hidden;
  }
  .menu-toggle,
  .menu-text {
    display: block;
  }
  .menu-bar {
    position: relative;
    float: left;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .menu-bar.transition {
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
     -o-transition: height 0.35s ease;
      transition: height 0.35s ease;
  }
  .menu-expand > ul {
    height: auto;
  }
  .menu-bar ul {
    float: left;
    width: 100%;
    border-top: 1px solid #cccccc;
  }
  .menu-bar ul ul {
    float: none;
    display: block!important;
    margin-left: 20px;
  }
  .menu-bar ul li {
    border-bottom: 1px solid #cccccc;
  }
  .menu-bar ul li:last-child {
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
        box-shadow: none;
  }
  .menu-bar ul li a {
    padding: 8px 15px;
    line-height: 20px;
  }
  .menu-bar ul > li > a:hover {
    background-color: rgba(0, 0, 0, .15);
  }
  .menu-bar ul > li > a:hover,
  .menu-bar ul li:hover > a, 
  .menu-bar ul li.current_page_item > a, 
  .menu-bar ul li.current-menu-item > a,
  .menu-bar ul li.current-menu-ancestor > a,
  .menu-bar ul li.current_page_ancestor > a,
  .menu-bar ul li.current-post-parent > a {
    color: #222;
  }
  .menu-bar ul ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .menu-bar ul ul li a:after {
    content: '\f0d7';
    float: none;
    margin-left: 6px;
  }
  .menu-bar ul {
		border-top: 1px solid #2b3542;
	}
	.menu-bar ul li {
		border-bottom: 1px solid #2b3542;
	}
	.menu-bar ul li a {
		font-size: 14px;
		line-height: 20px;
	}
	.menu-bar ul ul li a {
		font-size: 12px;
	}
}

/* ========
   Main Area
   ======== */
.site-main .container {
	padding-top: 15px;
	padding-bottom: 20px;
}

/* ne pas shrinker trop les tables car elles sont dans une div overflow-x:auto */
.container table {
  min-width: 600px;
}
@media only screen and (max-width: 1000px) {
	.site-main .container {
		padding-bottom: 0;
	}
}

/* Entries
   ======== */

.hentry {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #e2e2e2;
}

/* Entry Header */
.entry-header {
	margin: 0 0 20px;
}

/* Entry Title */
.entry-title {
	margin: 0 0 5px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	-ms-word-wrap: break-word;
		word-wrap: break-word;
}
.entry-title a {
	color: #346131;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #de3a31;
	text-decoration: none;
}
.entry-title a:visited {
}

/* Entry Meta */
.entry-meta {
	color: #a2bcc9;
	font-size: 13px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
}
.entry-meta a {
	color: #a2bcc9;
}
.entry-meta a:hover,
.entry-meta a:focus {
	color: #346131;
	text-decoration: none;
}
.entry-meta a:visited {
}

/* Entry Footer */
.entry-footer {
	margin-top: 30px;
}

/* Entry Meta Icons */
.entry-meta .fa {
	margin-right: 5px;
	font-size: 12px;
}
.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .cat-links,
.entry-meta .tags-links,
.entry-meta .bookmark-link {
	margin-right: 15px;
}

/* Entry Thumbnail */
.entry-thumbnail {
}

/* Entry Content */
.entry-content {
	margin-bottom: 30px;
}
.entry-summary {
	margin-bottom: 30px;
}
.entry-content ul li,
.entry-content ol li {
	margin-bottom: 5px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-top: 5px;
}


/* Content Navigations
   ======== */
.site-main [class*="navigation"] {
}
.site-main [class*="navigation"] .nav-previous {
	width: 50%;
	float: left;
}
.site-main [class*="navigation"] .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}
.site-main [class*="navigation"] a {
	padding: 20px;
	display: inline-block;
	color: #346131;
	font-size: 13px;
	font-weight: 700;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1.2;
	background: #f7f7f7;
}
.site-main [class*="navigation"] a:hover,
.site-main [class*="navigation"] a:focus {
	color: #fff;
	background: #de3a31;
}


/* Comments
   ======== */
.comments-area {
}
.comments-title {
	margin: 0 0 30px;
	font-size: 20px;
	line-height: 1.2;
}

/* Comment List */
.comment,
.pingback {
	padding: 20px 0;
	font-size: 14px;
	border-top: 1px solid #eee;
}
.comment-avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
	display: block;
}
.comment-body {
}
.comment-meta {
	overflow: hidden;
	color: #999;
	font-size: 13px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
.comment-meta a {
}
.comment-meta a:hover,
.comment-meta a:focus {
	text-decoration: none;
}
.comment-meta .fa {
	margin-right: 5px;
	color: #c5c5c5;
	font-size: 12px;
}
.comment-author {
	display: block;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.comment-footer .edit-link {
	margin-right: 15px;
}
.comment-content {
	margin: 20px 0;
}
.comment-reply {
}
.comment-list {
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #eee;
}
.comment ul.children {
	margin: 25px 0 -15px 55px;
	padding: 0;
	list-style: none;
}
.bypostauthor {
}

/* Comment Form */
.comment .comment-respond {
	margin-top: 20px;
}
.comment-reply-title {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.2;
}

.comment-form-url,
.comment-form-email,
.comment-form-author {
	max-width: 50%;
}
.comment-form-comment textarea.form-control {
	min-height: 150px;
}
.no-comments,
.logged-in-as,
.comment-notes,
.form-allowed-tags {
	font-size: 14px;
}
.form-allowed-tags code {
	margin: 5px 0 0;
	display: block;
	color: #999;
	white-space: normal;
	background: none;
}

/* Subscription - Jetpack */
.comment-subscription-form {
	margin: 0;
}
.comment-subscription-form label {
	margin-left: 5px;
	font-size: 12px;
	font-weight: 400;
	vertical-align: text-bottom;
}

/* ========
   Widgets
   ======== */
.widget {
	margin-bottom: 30px;
	margin-top: 20px;
}
.widget-title {
	margin: 0 0 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 5px solid #dfdfdf;
}
.widget-title a {
	color: #346131;
}
.widget img {
	max-width: 100%;
	height: auto;
}

/* Widget Lists
   ======== */
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_rss ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_pages ul,
.widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_rss ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
	padding: 5px 0;
	margin-left: 23px;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_links ul li:last-child,
.widget_meta ul li:last-child,
.widget_rss ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child {
	padding-bottom: 0;
}

/* Widget Icons
   ======== */
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_links ul li:before,
.widget_meta ul li:before,
.widget_rss ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_calendar caption:before,
.widget_pages ul li:before,
.widget_nav_menu ul li:before {
	width: 1em;
	margin-left: -23px;
	margin-right: 8px;
	display: inline-block;
	color: #c5c5c5;
	font-size: 12px;
	font-family: FontAwesome;
	text-align: center;
	vertical-align: baseline;
}
.widget_archive ul li:before { content: "\f073"; } 
.widget_categories ul li:before { content: "\f07c"; }
.widget_links ul li:before { content: "\f08e"; }
.widget_meta ul li:before { content: "\f0da"; }
.widget_rss ul li:before { content: "\f09e"; }
.widget_recent_comments ul li:before { content: "\f075"; }
.widget_recent_entries ul li:before { content: "\f017"; }
.widget_calendar caption:before { content: "\f073"; }
.widget_pages ul li:before,
.widget_nav_menu ul li:before { content: "\f068"; }

/* Widget Specific
   ======== */
.widget select {
	width: 100%;
}

/* Recent Posts Widget */
.widget_recent_entries .post-date {
	display: block;
	font-size: 12px;
}

/* Archives Widget */
.widget_archive select,
.widget_categories select {
	margin-top: 10px;
}
.widget_archive .dk_container,
.widget_categories .dk_container {
	margin-top: 15px;
}

/* RSS Widget */
.widget_rss .rss-date {
	margin-bottom: 5px;
	display: block;
	color: #999;
	font-size: 12px;
}
.widget_rss li > cite {
	font-style: italic;
	font-weight: 700;
}

/* Calendar Widget */
.widget_calendar caption {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}

/* ========
   Sidebar
   ======== */
.site-sidebar {
	font-size: 14px;
	line-height: 1.6;
}
.site-sidebar a {
}
.site-sidebar a:hover,
.site-sidebar a:focus {
}
.site-sidebar .widget {
	padding: 20px 20px;
	background: #e6e6e6;
}

.site-sidebar ul ul li {
margin-top : 0;
margin-bottom : 0;
padding-top : 0;
padding-bottom : 0;
}

.site-sidebar .widget-title {
}
@media only screen and (max-width: 1000px) {
	.site-sidebar {
		margin: 30px 0 0;
		padding: 0;
	}
	.site-sidebar .widget {
		margin: 0;
		padding: 20px 15px;
	}
	.site-sidebar .widget:last-child {
		padding-bottom: 30px;
	}
	.site-sidebar .widget-title {
		font-size: 14px;
	}
}

/* ========
   Footer
   ======== */
.site-footer {
	color: #bed4df;
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	line-height: 1.5;
	background: #313D3A;
}
.site-footer .container {
	padding-top: 25px;
	padding-bottom: 25px;
}
.site-footer a {
}
.site-footer a:hover,
.site-footer a:focus {
	color: #fff;
}
.site-credit {
	text-align: right;
}

@media only screen and (max-width: 1000px) {
	.site-footer,
	.site-credit {
		text-align: center;
	}
}




/* ==========================================================================
   Print
   ========================================================================== */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  table td,
  table th {
    background-color: #fff !important;
  }

  table {
    border-collapse: collapse !important;
  }
}

/* Font Awesome minimal 
------------------------- */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-search:before {
  content: "\f002";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-comments:before {
  content: "\f086";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}

.fa-external-link-square:before {
  content: "\f14c";
}

/* boutons EOSPHERE */

a.bton {
  height: 23px;
  line-height: 24px;
  font-size: 9px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  float: left;
  font-family: AvenirLight, Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 0 #393F23;
  position: relative;
  margin: 0 30px 0 10px;
  background: url(images/buttons.png) no-repeat -10px -46px;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff!important;
}

a.bton span.left,
a.bton span.right {
  display: block;
  height: 23px;
  position: absolute;
  top: 0;
  background: url(images/buttons.png) no-repeat 0 0;
  width: 10px;
  cursor: pointer;
}

a.bton span.left {
  left: -10px;
  background-position: 0 -46px;
}

a.bton span.right {
  width: 20px;
  right: -20px;
  background-position: right -46px;
}

a.bton:hover {
  background-position: -10px -69px;
  text-shadow: 1px 1px 0 #333;
}

a.bton:hover span.left {
  background-position: 0 -69px;
}

a.bton:hover span.right {
  background-position: right -69px;
}

#fil-ariane a {
	color: #333a42;
  font-size: 12px;
}


/* tableaux EOSPHERE */
.p {
font-size : 9pt;
}

.site-main table.border {
  border-collapse: collapse;
  width : 100%;
}
.site-main table.p td, .site-main table.p p, .site-main table.p th {
font-size : 9pt;
  padding : 4px;
}
.site-main table.border td, .site-main table.border th {
  border: 1px solid #90a68e;
  padding : 4px;
}

.site-main table.border td table td, .site-main table.border th table td {
  border: 0px;
}