body
{
	text-align: center;
	font-family: DejaVu Sans,CMU Sans Serif,Helvetica,Arial;
	margin-bottom: 0;
}

body *
{
	text-align: justify;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
	font-family: DejaVu Sans,CMU Sans Serif,Helvetica,Arial;
	text-align: left;
}

section
{
	font-family: DejaVu Sans,CMU Sans Serif,Helvetica,Arial;
	text-align: left;
	/*max-width: 900px;*/
}

@font-face {
	font-family: 'CMU Sans';
	src: url('/dist/fauve/cmu10.ttf') format('ttf'),
	     url('/dist/fauve/cmu10.otf') format('otf');
}

@font-face {
	font-family: "Bitter";
	font-style: normal;
	font-weight: 400;
	src: local("Bitter-Regular"), url("Bitter-Regular.woff2") format("woff2"), url("Bitter-Regular.woff") format("woff");
}

@font-face {
	font-family: "Ecolier";
	src: url("/dist/fauve/ec_cour.ttf") format('ttf');
}

@font-face {
	font-family: 'Post Hadrian Gate';
	src: url('/dist/fauve/Post-Hadrian-Gate.woff') format('woff');
}

@font-face
{
  font-family: 'Ecolier';
  font-style: normal;
  font-weight: normal;
  src: url("/dist/fauve/ec_cour.ttf");
}

@font-face
{
  font-family: "Amiri";
  font-style: normal;
  font-weight: normal;
  src: url("/dist/fauve/amiri.ttf");
}

@import url('/dist/fauve/Serif/cmun-serif.css');

@font-face {
  font-family: "PetitEcolier";
  font-style: normal;
  font-weight: normal;
  src: url("./Ecolier_court.woff");
}

body {
font-family: sans-serif;
}

div.container > section:first-of-type > h1
{
	text-align: center;
	font-size: 60px;
	font-size: 80px;
}

div.container > section:first-of-type > h1, div.container > section:first-of-type > h2
{
	font-weight: bold;
	font-family: 'Computer Modern';
}

@media (max-width: 870px)
{
	div.container > section:first-of-type > h1
	{
	font-size: 60px;
	}
}

@media (max-width: 397px)
{
	div.container > section:first-of-type > h1
	{
	font-size: 40px;
	}
}

a:hover
{
	color: inherit;
}

a, a:hover
{
	text-decoration: none;
}

body
{
	background: none repeat scroll 0% 0% rgb(33, 33, 33);
}

#cockade
{
	padding: 4px;
}

#cockade:hover
{
	background-color: #323231;
}

.dropdown-submenu
{
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0px;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	border-radius: 0px 6px 6px 6px;
}

.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"]
{
  background-image: url("../img/glyphicons-halflings-white.png");
}

.navbar
{
	box-shadow: 0px 4px 6px rgb(170, 170, 170);
	box-shadow: rgb(0, 4, 6) 0px 4px 15px 0px;
}

.navbar, .navbar *
{
	font-family: CMU Sans Serif,Helvetica,Arial;
}

ul.nav.navbar-nav li li > a:hover,
ul.nav.navbar-nav li li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
ul.nav.navbar-nav li li > a:hover *,
ul.nav.navbar-nav li li > a:focus *
{
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

@media (min-width: 10px) and (max-width: 992px) {
ul.nav.navbar-nav li li > a:hover,
ul.nav.navbar-nav li li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a
{
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after
{
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

ul.nav.navbar-nav  > li > ul.dropdown-menu > li:first-of-type > ul.dropdown-menu
{
	margin-top: 1px;
}

ul.nav.navbar-nav ul.dropdown-menu
{
	background-color: rgb(17, 17, 17);
}

ul.nav.navbar-nav ul.dropdown-menu *
{
	color: rgb(153, 153, 153);
}

ul.nav.navbar-nav ul.dropdown-menu .disabled *
{
	color: rgb(51, 51, 51);
}

ul.nav.navbar-nav ul.dropdown-menu .disabled a:hover
{
	color: rgb(51, 51, 51);
	background-image: none;
	background-color: rgb(17, 17, 17);
}

.interlink
{
	display: none;
	font-size: 90%;
}

:hover > .interlink
{
	display: inline;
	margin-left: -30px;
	line-height: 1;
	text-decoration: none;
	padding-left: -8px;
	width: 30px;
	display: inline-block;
	text-align: left;
}

a
{
	color: inherit;
}

a[href]
{
	color: rgb(0, 126, 223);
	text-decoration: none;
	transition: color 0.5s ease;
	transition: text-shadow 0.5s ease;
}

a[href]:hover
{
	color: #0069ba;
	text-shadow: #0090ff 0px 0px 2px;
}

a[href]:hover p
{
	text-shadow: none;
	color: rgb(242, 242, 242);
}

a[href]:focus /* Quand le visiteur sélectionne le lien */
{
	color: red;
}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
	/*color: #5F5F5F; *//* Appliquer une couleur grise */
}

dt
{
	margin-top: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
}

dl.dl-horizontal > dt
{
	margin-top: 0px;
}

dd
{
	margin-left: 40px;
	margin-top: 0px;
	padding-top: 0px;

	margin-bottom: 15px;
}

@media (max-width: 800px) {
		dd
	{
		margin-left: 0px;
	}
}

dd dt
{
	margin-bottom: 0px;
	padding-bottom: 0px;

	font-size: 90%;
	font-weight: bold;
}

dd dd
{
	margin-top: 0px;
	padding-top: 0px;

	margin-left: 0px;
}

dd dt::first-of-type
{
	margin-top: 4px;
}

dd p
{
	margin-top: 0px;
}

dl.dl-horizontal > dd
{
	margin-bottom: 0px;
}

dl.dl-horizontal > dt
{
	/*margin-top: 0px;*/
}

.alert > h1
{
	font-size: inherit;
	font-family: inherit;
	font-weight: bold;
	margin-top: 0px;
}

.glyphicon:after {
  font-family: 'Glyphicons Halflings';
  margin-left: 2px;
}

.glyphicon-asterisk:before {
content: "";
}

.glyphicon-plus:before {
content: "";
}

.glyphicon-euro:before {
content: "";
}

.glyphicon-minus:before {
content: "";
}

.glyphicon-cloud:before {
content: "";
}

.glyphicon-envelope:before {
content: "";
}

.glyphicon-pencil:before {
content: "";
}

.glyphicon-glass:before {
content: "";
}

.glyphicon-music:before {
content: "";
}

.glyphicon-search:before {
content: "";
}

.glyphicon-heart:before {
content: "";
}

.glyphicon-star:before {
content: "";
}

.glyphicon-star-empty:before {
content: "";
}

.glyphicon-user:before {
content: "";
}

.glyphicon-film:before {
content: "";
}

.glyphicon-th-large:before {
content: "";
}

.glyphicon-th:before {
content: "";
}

.glyphicon-th-list:before {
content: "";
}

.glyphicon-ok:before {
content: "";
}

.glyphicon-remove:before {
content: "";
}

.glyphicon-zoom-in:before {
content: "";
}

.glyphicon-zoom-out:before {
content: "";
}

.glyphicon-off:before {
content: "";
}

.glyphicon-signal:before {
content: "";
}

.glyphicon-cog:before {
content: "";
}

.glyphicon-trash:before {
content: "";
}

.glyphicon-home:before {
content: "";
}

.glyphicon-file:before {
content: "";
}

.glyphicon-time:before {
content: "";
}

.glyphicon-road:before {
content: "";
}

.glyphicon-download-alt:before {
content: "";
}

.glyphicon-download:before {
content: "";
}

.glyphicon-upload:before {
content: "";
}

.glyphicon-inbox:before {
content: "";
}

.glyphicon-play-circle:before {
content: "";
}

.glyphicon-repeat:before {
content: "";
}

.glyphicon-refresh:before {
content: "";
}

.glyphicon-list-alt:before {
content: "";
}

.glyphicon-lock:before {
content: "";
}

.glyphicon-flag:before {
content: "";
}

.glyphicon-headphones:before {
content: "";
}

.glyphicon-volume-off:before {
content: "";
}

.glyphicon-volume-down:before {
content: "";
}

.glyphicon-volume-up:before {
content: "";
}

.glyphicon-qrcode:before {
content: "";
}

.glyphicon-barcode:before {
content: "";
}

.glyphicon-tag:before {
content: "";
}

.glyphicon-tags:before {
content: "";
}

.glyphicon-book:before {
content: "";
}

.glyphicon-bookmark:before {
content: "";
}

.glyphicon-print:before {
content: "";
}

.glyphicon-camera:before {
content: "";
}

.glyphicon-font:before {
content: "";
}

.glyphicon-bold:before {
content: "";
}

.glyphicon-italic:before {
content: "";
}

.glyphicon-text-height:before {
content: "";
}

.glyphicon-text-width:before {
content: "";
}

.glyphicon-align-left:before {
content: "";
}

.glyphicon-align-center:before {
content: "";
}

.glyphicon-align-right:before {
content: "";
}

.glyphicon-align-justify:before {
content: "";
}

.glyphicon-list:before {
content: "";
}

.glyphicon-indent-left:before {
content: "";
}

.glyphicon-indent-right:before {
content: "";
}

.glyphicon-facetime-video:before {
content: "";
}

.glyphicon-picture:before {
content: "";
}

.glyphicon-map-marker:before {
content: "";
}

.glyphicon-adjust:before {
content: "";
}

.glyphicon-tint:before {
content: "";
}

.glyphicon-edit:before {
content: "";
}

.glyphicon-share:before {
content: "";
}

.glyphicon-check:before {
content: "";
}

.glyphicon-move:before {
content: "";
}

.glyphicon-step-backward:before {
content: "";
}

.glyphicon-fast-backward:before {
content: "";
}

.glyphicon-backward:before {
content: "";
}

.glyphicon-play:before {
content: "";
}

.glyphicon-pause:before {
content: "";
}

.glyphicon-stop:before {
content: "";
}

.glyphicon-forward:before {
content: "";
}

.glyphicon-fast-forward:before {
content: "";
}

.glyphicon-step-forward:before {
content: "";
}

.glyphicon-eject:before {
content: "";
}

.glyphicon-chevron-left:before {
content: "";
}

.glyphicon-chevron-right:before {
content: "";
}

.glyphicon-plus-sign:before {
content: "";
}

.glyphicon-minus-sign:before {
content: "";
}

.glyphicon-remove-sign:before {
content: "";
}

.glyphicon-ok-sign:before {
content: "";
}

.glyphicon-question-sign:before {
content: "";
}

.glyphicon-info-sign:before {
content: "";
}

.glyphicon-screenshot:before {
content: "";
}

.glyphicon-remove-circle:before {
content: "";
}

.glyphicon-ok-circle:before {
content: "";
}

.glyphicon-ban-circle:before {
content: "";
}

.glyphicon-arrow-left:before {
content: "";
}

.glyphicon-arrow-right:before {
content: "";
}

.glyphicon-arrow-up:before {
content: "";
}

.glyphicon-arrow-down:before {
content: "";
}

.glyphicon-share-alt:before {
content: "";
}

.glyphicon-resize-full:before {
content: "";
}

.glyphicon-resize-small:before {
content: "";
}

.glyphicon-exclamation-sign:before {
content: "";
}

.glyphicon-gift:before {
content: "";
}

.glyphicon-leaf:before {
content: "";
}

.glyphicon-fire:before {
content: "";
}

.glyphicon-eye-open:before {
content: "";
}

.glyphicon-eye-close:before {
content: "";
}

.glyphicon-warning-sign:before {
content: "";
}

.glyphicon-plane:before {
content: "";
}

.glyphicon-calendar:before {
content: "";
}

.glyphicon-random:before {
content: "";
}

.glyphicon-comment:before {
content: "";
}

.glyphicon-magnet:before {
content: "";
}

.glyphicon-chevron-up:before {
content: "";
}

.glyphicon-chevron-down:before {
content: "";
}

.glyphicon-retweet:before {
content: "";
}

.glyphicon-shopping-cart:before {
content: "";
}

.glyphicon-folder-close:before {
content: "";
}

.glyphicon-folder-open:before {
content: "";
}

.glyphicon-resize-vertical:before {
content: "";
}

.glyphicon-resize-horizontal:before {
content: "";
}

.glyphicon-hdd:before {
content: "";
}

.glyphicon-bullhorn:before {
content: "";
}

.glyphicon-bell:before {
content: "";
}

.glyphicon-certificate:before {
content: "";
}

.glyphicon-thumbs-up:before {
content: "";
}

.glyphicon-thumbs-down:before {
content: "";
}

.glyphicon-hand-right:before {
content: "";
}

.glyphicon-hand-left:before {
content: "";
}

.glyphicon-hand-up:before {
content: "";
}

.glyphicon-hand-down:before {
content: "";
}

.glyphicon-circle-arrow-right:before {
content: "";
}

.glyphicon-circle-arrow-left:before {
content: "";
}

.glyphicon-circle-arrow-up:before {
content: "";
}

.glyphicon-circle-arrow-down:before {
content: "";
}

.glyphicon-globe:before {
content: "";
}

.glyphicon-wrench:before {
content: "";
}

.glyphicon-tasks:before {
content: "";
}

.glyphicon-filter:before {
content: "";
}

.glyphicon-briefcase:before {
content: "";
}

.glyphicon-fullscreen:before {
content: "";
}

.glyphicon-dashboard:before {
content: "";
}

.glyphicon-paperclip:before {
content: "";
}

.glyphicon-heart-empty:before {
content: "";
}

.glyphicon-link:before {
content: "";
}

.glyphicon-phone:before {
content: "";
}

.glyphicon-pushpin:before {
content: "";
}

.glyphicon-usd:before {
content: "";
}

.glyphicon-gbp:before {
content: "";
}

.glyphicon-sort:before {
content: "";
}

.glyphicon-sort-by-alphabet:before {
content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
content: "";
}

.glyphicon-sort-by-order:before {
content: "";
}

.glyphicon-sort-by-order-alt:before {
content: "";
}

.glyphicon-sort-by-attributes:before {
content: "";
}

.glyphicon-sort-by-attributes-alt:before {
content: "";
}

.glyphicon-unchecked:before {
content: "";
}

.glyphicon-expand:before {
content: "";
}

.glyphicon-collapse-down:before {
content: "";
}

.glyphicon-collapse-up:before {
content: "";
}

.glyphicon-log-in:before {
content: "";
}

.glyphicon-flash:before {
content: "";
}

.glyphicon-log-out:before {
content: "";
}

.glyphicon-new-window:before {
content: "";
}

.glyphicon-record:before {
content: "";
}

.glyphicon-save:before {
content: "";
}

.glyphicon-open:before {
content: "";
}

.glyphicon-saved:before {
content: "";
}

.glyphicon-import:before {
content: "";
}

.glyphicon-export:before {
content: "";
}

.glyphicon-send:before {
content: "";
}

.glyphicon-floppy-disk:before {
content: "";
}

.glyphicon-floppy-saved:before {
content: "";
}

.glyphicon-floppy-remove:before {
content: "";
}

.glyphicon-floppy-save:before {
content: "";
}

.glyphicon-floppy-open:before {
content: "";
}

.glyphicon-credit-card:before {
content: "";
}

.glyphicon-transfer:before {
content: "";
}

.glyphicon-cutlery:before {
content: "";
}

.glyphicon-header:before {
content: "";
}

.glyphicon-compressed:before {
content: "";
}

.glyphicon-earphone:before {
content: "";
}

.glyphicon-phone-alt:before {
content: "";
}

.glyphicon-tower:before {
content: "";
}

.glyphicon-stats:before {
content: "";
}

.glyphicon-sd-video:before {
content: "";
}

.glyphicon-hd-video:before {
content: "";
}

.glyphicon-subtitles:before {
content: "";
}

.glyphicon-sound-stereo:before {
content: "";
}

.glyphicon-sound-dolby:before {
content: "";
}

.glyphicon-sound-5-1:before {
content: "";
}

.glyphicon-sound-6-1:before {
content: "";
}

.glyphicon-sound-7-1:before {
content: "";
}

.glyphicon-copyright-mark:before {
content: "";
}

.glyphicon-registration-mark:before {
content: "";
}

.glyphicon-cloud-download:before {
content: "";
}

.glyphicon-cloud-upload:before {
content: "";
}

.glyphicon-tree-conifer:before {
content: "";
}

.glyphicon-tree-deciduous:before {
content: "";
}

/**//**//**//**//**//**/
.glyphicon-asterisk:after {
  content: "\2a";
}

.glyphicon-plus:after {
  content: "\2b";
}

.glyphicon-euro:after {
  content: "\20ac";
}

.glyphicon-minus:after {
  content: "\2212";
}

.glyphicon-cloud:after {
  content: "\2601";
}

.glyphicon-envelope:after {
  content: "\2709";
}

.glyphicon-pencil:after {
  content: "\270f";
}

.glyphicon-glass:after {
  content: "\e001";
}

.glyphicon-music:after {
  content: "\e002";
}

.glyphicon-search:after {
  content: "\e003";
}

.glyphicon-heart:after {
  content: "\e005";
}

.glyphicon-star:after {
  content: "\e006";
}

.glyphicon-star-empty:after {
  content: "\e007";
}

.glyphicon-user:after {
  content: "\e008";
}

.glyphicon-film:after {
  content: "\e009";
}

.glyphicon-th-large:after {
  content: "\e010";
}

.glyphicon-th:after {
  content: "\e011";
}

.glyphicon-th-list:after {
  content: "\e012";
}

.glyphicon-ok:after {
  content: "\e013";
}

.glyphicon-remove:after {
  content: "\e014";
}

.glyphicon-zoom-in:after {
  content: "\e015";
}

.glyphicon-zoom-out:after {
  content: "\e016";
}

.glyphicon-off:after {
  content: "\e017";
}

.glyphicon-signal:after {
  content: "\e018";
}

.glyphicon-cog:after {
  content: "\e019";
}

.glyphicon-trash:after {
  content: "\e020";
}

.glyphicon-home:after {
  content: "\e021";
}

.glyphicon-file:after {
  content: "\e022";
}

.glyphicon-time:after {
  content: "\e023";
}

.glyphicon-road:after {
  content: "\e024";
}

.glyphicon-download-alt:after {
  content: "\e025";
}

.glyphicon-download:after {
  content: "\e026";
}

.glyphicon-upload:after {
  content: "\e027";
}

.glyphicon-inbox:after {
  content: "\e028";
}

.glyphicon-play-circle:after {
  content: "\e029";
}

.glyphicon-repeat:after {
  content: "\e030";
}

.glyphicon-refresh:after {
  content: "\e031";
}

.glyphicon-list-alt:after {
  content: "\e032";
}

.glyphicon-lock:after {
  content: "\e033";
}

.glyphicon-flag:after {
  content: "\e034";
}

.glyphicon-headphones:after {
  content: "\e035";
}

.glyphicon-volume-off:after {
  content: "\e036";
}

.glyphicon-volume-down:after {
  content: "\e037";
}

.glyphicon-volume-up:after {
  content: "\e038";
}

.glyphicon-qrcode:after {
  content: "\e039";
}

.glyphicon-barcode:after {
  content: "\e040";
}

.glyphicon-tag:after {
  content: "\e041";
}

.glyphicon-tags:after {
  content: "\e042";
}

.glyphicon-book:after {
  content: "\e043";
}

.glyphicon-bookmark:after {
  content: "\e044";
}

.glyphicon-print:after {
  content: "\e045";
}

.glyphicon-camera:after {
  content: "\e046";
}

.glyphicon-font:after {
  content: "\e047";
}

.glyphicon-bold:after {
  content: "\e048";
}

.glyphicon-italic:after {
  content: "\e049";
}

.glyphicon-text-height:after {
  content: "\e050";
}

.glyphicon-text-width:after {
  content: "\e051";
}

.glyphicon-align-left:after {
  content: "\e052";
}

.glyphicon-align-center:after {
  content: "\e053";
}

.glyphicon-align-right:after {
  content: "\e054";
}

.glyphicon-align-justify:after {
  content: "\e055";
}

.glyphicon-list:after {
  content: "\e056";
}

.glyphicon-indent-left:after {
  content: "\e057";
}

.glyphicon-indent-right:after {
  content: "\e058";
}

.glyphicon-facetime-video:after {
  content: "\e059";
}

.glyphicon-picture:after {
  content: "\e060";
}

.glyphicon-map-marker:after {
  content: "\e062";
}

.glyphicon-adjust:after {
  content: "\e063";
}

.glyphicon-tint:after {
  content: "\e064";
}

.glyphicon-edit:after {
  content: "\e065";
}

.glyphicon-share:after {
  content: "\e066";
}

.glyphicon-check:after {
  content: "\e067";
}

.glyphicon-move:after {
  content: "\e068";
}

.glyphicon-step-backward:after {
  content: "\e069";
}

.glyphicon-fast-backward:after {
  content: "\e070";
}

.glyphicon-backward:after {
  content: "\e071";
}

.glyphicon-play:after {
  content: "\e072";
}

.glyphicon-pause:after {
  content: "\e073";
}

.glyphicon-stop:after {
  content: "\e074";
}

.glyphicon-forward:after {
  content: "\e075";
}

.glyphicon-fast-forward:after {
  content: "\e076";
}

.glyphicon-step-forward:after {
  content: "\e077";
}

.glyphicon-eject:after {
  content: "\e078";
}

.glyphicon-chevron-left:after {
  content: "\e079";
}

.glyphicon-chevron-right:after {
  content: "\e080";
}

.glyphicon-plus-sign:after {
  content: "\e081";
}

.glyphicon-minus-sign:after {
  content: "\e082";
}

.glyphicon-remove-sign:after {
  content: "\e083";
}

.glyphicon-ok-sign:after {
  content: "\e084";
}

.glyphicon-question-sign:after {
  content: "\e085";
}

.glyphicon-info-sign:after {
  content: "\e086";
}

.glyphicon-screenshot:after {
  content: "\e087";
}

.glyphicon-remove-circle:after {
  content: "\e088";
}

.glyphicon-ok-circle:after {
  content: "\e089";
}

.glyphicon-ban-circle:after {
  content: "\e090";
}

.glyphicon-arrow-left:after {
  content: "\e091";
}

.glyphicon-arrow-right:after {
  content: "\e092";
}

.glyphicon-arrow-up:after {
  content: "\e093";
}

.glyphicon-arrow-down:after {
  content: "\e094";
}

.glyphicon-share-alt:after {
  content: "\e095";
}

.glyphicon-resize-full:after {
  content: "\e096";
}

.glyphicon-resize-small:after {
  content: "\e097";
}

.glyphicon-exclamation-sign:after {
  content: "\e101";
}

.glyphicon-gift:after {
  content: "\e102";
}

.glyphicon-leaf:after {
  content: "\e103";
}

.glyphicon-fire:after {
  content: "\e104";
}

.glyphicon-eye-open:after {
  content: "\e105";
}

.glyphicon-eye-close:after {
  content: "\e106";
}

.glyphicon-warning-sign:after {
  content: "\e107";
}

.glyphicon-plane:after {
  content: "\e108";
}

.glyphicon-calendar:after {
  content: "\e109";
}

.glyphicon-random:after {
  content: "\e110";
}

.glyphicon-comment:after {
  content: "\e111";
}

.glyphicon-magnet:after {
  content: "\e112";
}

.glyphicon-chevron-up:after {
  content: "\e113";
}

.glyphicon-chevron-down:after {
  content: "\e114";
}

.glyphicon-retweet:after {
  content: "\e115";
}

.glyphicon-shopping-cart:after {
  content: "\e116";
}

.glyphicon-folder-close:after {
  content: "\e117";
}

.glyphicon-folder-open:after {
  content: "\e118";
}

.glyphicon-resize-vertical:after {
  content: "\e119";
}

.glyphicon-resize-horizontal:after {
  content: "\e120";
}

.glyphicon-hdd:after {
  content: "\e121";
}

.glyphicon-bullhorn:after {
  content: "\e122";
}

.glyphicon-bell:after {
  content: "\e123";
}

.glyphicon-certificate:after {
  content: "\e124";
}

.glyphicon-thumbs-up:after {
  content: "\e125";
}

.glyphicon-thumbs-down:after {
  content: "\e126";
}

.glyphicon-hand-right:after {
  content: "\e127";
}

.glyphicon-hand-left:after {
  content: "\e128";
}

.glyphicon-hand-up:after {
  content: "\e129";
}

.glyphicon-hand-down:after {
  content: "\e130";
}

.glyphicon-circle-arrow-right:after {
  content: "\e131";
}

.glyphicon-circle-arrow-left:after {
  content: "\e132";
}

.glyphicon-circle-arrow-up:after {
  content: "\e133";
}

.glyphicon-circle-arrow-down:after {
  content: "\e134";
}

.glyphicon-globe:after {
  content: "\e135";
}

.glyphicon-wrench:after {
  content: "\e136";
}

.glyphicon-tasks:after {
  content: "\e137";
}

.glyphicon-filter:after {
  content: "\e138";
}

.glyphicon-briefcase:after {
  content: "\e139";
}

.glyphicon-fullscreen:after {
  content: "\e140";
}

.glyphicon-dashboard:after {
  content: "\e141";
}

.glyphicon-paperclip:after {
  content: "\e142";
}

.glyphicon-heart-empty:after {
  content: "\e143";
}

.glyphicon-link:after {
  content: "\e144";
}

.glyphicon-phone:after {
  content: "\e145";
}

.glyphicon-pushpin:after {
  content: "\e146";
}

.glyphicon-usd:after {
  content: "\e148";
}

.glyphicon-gbp:after {
  content: "\e149";
}

.glyphicon-sort:after {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:after {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:after {
  content: "\e152";
}

.glyphicon-sort-by-order:after {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:after {
  content: "\e154";
}

.glyphicon-sort-by-attributes:after {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:after {
  content: "\e156";
}

.glyphicon-unchecked:after {
  content: "\e157";
}

.glyphicon-expand:after {
  content: "\e158";
}

.glyphicon-collapse-down:after {
  content: "\e159";
}

.glyphicon-collapse-up:after {
  content: "\e160";
}

.glyphicon-log-in:after {
  content: "\e161";
}

.glyphicon-flash:after {
  content: "\e162";
}

.glyphicon-log-out:after {
  content: "\e163";
}

.glyphicon-new-window:after {
  content: "\e164";
}

.glyphicon-record:after {
  content: "\e165";
}

.glyphicon-save:after {
  content: "\e166";
}

.glyphicon-open:after {
  content: "\e167";
}

.glyphicon-saved:after {
  content: "\e168";
}

.glyphicon-import:after {
  content: "\e169";
}

.glyphicon-export:after {
  content: "\e170";
}

.glyphicon-send:after {
  content: "\e171";
}

.glyphicon-floppy-disk:after {
  content: "\e172";
}

.glyphicon-floppy-saved:after {
  content: "\e173";
}

.glyphicon-floppy-remove:after {
  content: "\e174";
}

.glyphicon-floppy-save:after {
  content: "\e175";
}

.glyphicon-floppy-open:after {
  content: "\e176";
}

.glyphicon-credit-card:after {
  content: "\e177";
}

.glyphicon-transfer:after {
  content: "\e178";
}

.glyphicon-cutlery:after {
  content: "\e179";
}

.glyphicon-header:after {
  content: "\e180";
}

.glyphicon-compressed:after {
  content: "\e181";
}

.glyphicon-earphone:after {
  content: "\e182";
}

.glyphicon-phone-alt:after {
  content: "\e183";
}

.glyphicon-tower:after {
  content: "\e184";
}

.glyphicon-stats:after {
  content: "\e185";
}

.glyphicon-sd-video:after {
  content: "\e186";
}

.glyphicon-hd-video:after {
  content: "\e187";
}

.glyphicon-subtitles:after {
  content: "\e188";
}

.glyphicon-sound-stereo:after {
  content: "\e189";
}

.glyphicon-sound-dolby:after {
  content: "\e190";
}

.glyphicon-sound-5-1:after {
  content: "\e191";
}

.glyphicon-sound-6-1:after {
  content: "\e192";
}

.glyphicon-sound-7-1:after {
  content: "\e193";
}

.glyphicon-copyright-mark:after {
  content: "\e194";
}

.glyphicon-registration-mark:after {
  content: "\e195";
}

.glyphicon-cloud-download:after {
  content: "\e197";
}

.glyphicon-cloud-upload:after {
  content: "\e198";
}

.glyphicon-tree-conifer:after {
  content: "\e199";
}

.glyphicon-tree-deciduous:after {
  content: "\e200";
}

.table-bordered, .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-right: 1px solid rgb(183, 183, 183);
}

.table-bordered, .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 rgb(183, 183, 183);
}

.table
{
	border-radius: 4px 4px 4px 4px;
	overflow: hidden;
}

.bs-sidenav
{
	margin-top: 0px;

	background-color: rgb(17, 17, 17);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px 4px 4px 4px;
	/*box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);*/
	background-clip: padding-box;
	color: rgb(51, 51, 51);
	background-color: rgb(17, 17, 17);
	color: white;
	text-shadow: none;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

.bs-sidebar .nav > li > a
{
	color: rgb(153, 153, 153);
	text-decoration: none;
	text-align: left;
}

.bs-sidebar .nav > .active > a:hover,
.bs-sidebar .nav > .active > a:focus,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active > a
{
	color: white;
	border-right: 2px solid rgb(0, 126, 223);
}

.bs-sidebar .nav > .active > a:hover,
.bs-sidebar .nav > .active > a.active:hover,
.bs-sidebar .nav > li > a:focus,
.bs-sidebar .nav > li > a:hover
{
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.bs-sidebar li li li
{
	margin-left: 10px;
}

#supercontainer
{
	text-align: center;
	width: 100%;
	text-align: center;
	background-color: rgb(225, 223, 225);
	padding-bottom:100px;
	margin-bottom: 200px;
	box-shadow: 0px 4px 15px rgb(6, 6, 6);
	height: 100%;
}

.bs-footer
{
	text-align: center;
	border-top: none;
}

#supercontainer > .container
{
	max-width: 900px;
	padding-top : 10px;
}

#supercontainer > .container.bs-docs-container
{
	max-width: 1170px;
}

footer
{
	position: fixed;
	bottom: 0px;
	z-index: -20;
	height: 200px;
	text-align: center;
	padding-top: 20px;
}

li h1
{
	font-size: inherit;
	font-weight: bold;
}

li dt
{
	font-weight: normal;
}

.diteled-list dt {
	margin-top: 0px;
}

.diteled-list li
{
	list-style: none;
}

ul.diteled-list
{
	padding-left: 0px;
}

.diteled-list dl
{
	padding-left: 40px;
}

.bouton > a
{
	/*display: block;*/

	max-width: 160px;
	background-image: linear-gradient(to bottom, rgb(34, 34, 34), rgb(17, 17, 17));
	background-repeat: repeat-x;
	border-color: rgb(37, 37, 37);
	padding: 6px;
	border-radius: 3px;

	text-align: center;
	text-decoration: none;

	color: rgb(153, 153, 153);
	background-color: transparent;
}

.bouton
{
	text-align: center;
	/*display: inline;*/
}

.bouton > a:hover
{
	background-color: rgb(27, 27, 27);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	color: rgb(255, 255, 255);
	box-shadow: 0 0 2em rgb(153, 153, 153);
}

blockquote
{
	border-left: 5px solid #D0CED0;
}

blockquote small
{
	margin-bottom: 20px;
}

.promotion
{
	text-align: center;


}

.promotion > a:hover
{
	box-shadow: 0px 4px 15px rgb(6, 6, 6);
}

.promotion > a
{
	background-color:  rgb(17, 17, 17);
	background-repeat: repeat-x;
	margin-top: 8px;
	border-radius: 4px;
	text-align: justify;
	display: inline-block;
	padding: 8px;
	color: rgb(242, 242, 242);
	transition: text-shadow 0.5s ease 0s;

	max-width: 70%;
}

.promotion  img
{
	padding: 0px;
	margin: 0px;
	padding-right: 4px;
	float: right;
	padding: 5px;
}

.promotion p
{
	margin: 5px;
}

@media (max-width: 800px) {
.promotion > a
{
	max-width: 100%;
	margin-left: 4px;
	margin-right: 4px;
}
}

.antidrm {
	float: right;
	padding-left: 4px;
	padding-top: 4px;
}

* .badge
{
	color: rgb(255, 255, 255);
}

label.toggle-notice
{
	cursor: pointer;
}

#title
{
	margin-bottom: 30px;
}

#title > .pull-right
{
	float: none !important;
}

.btn-group
{
	text-align: center;
	width: 100%;
}

.btn-group > .btn
{
	position: static;
	float: none;
}

/*.btn*/
/*{*/
/**//*display: block;*/

/*background-image: linear-gradient(to bottom, rgb(34, 34, 34), rgb(17, 17, 17));*/
/*background-repeat: repeat-x;*/
/*border-color: rgb(37, 37, 37);*/

/*text-align: center;*/
/*text-decoration: none;*/

/*color: rgb(153, 153, 153);*/
/*background-color: transparent;*/
/*border-color: rgb(183, 183, 183);*/
/*}*/

/*.btn:hover*/
/*{*/
/*background-color: rgb(27, 27, 27);*/
/*text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);*/
/*color: rgb(255, 255, 255);*/
/*box-shadow: 0 0 2em rgb(153, 153, 153);*/
/*}*/

/*.btn:focus*/
/*{*/
/*outline: 0px none;*/
/*outline-offset: -2px;*/
/*color: rgb(51, 51, 51);*/
/*background-color: rgb(235, 235, 235);*/
/*border-color: rgb(173, 173, 173);*/
/*}*/


/**//*Style de bouton altérnatif*/

.btn
{
	border-color: #AEACAC;
	background-color: transparent;
}

.list-group > a
{
	background-color: transparent;
	border: 1px solid rgb(173, 173, 173);
}

div#splash-wood
{
	height: 100%;
	min-height: 300px;
	overflow: hidden;
	/*display: inline-block;*/
	width: 100%;
	margin-bottom: 0Px;
	background-position: center;
	background-size: 100%;
	/*background-size: 390px auto;*/
	/*height: 400px;*/
	position: relative;
}

div#splash-wood
{
	color: black;
}

@media (max-width: 768px)
{
	div#splash-wood
	{
	min-height: 150px;
	}
}

blockquote p
{
	font-size: inherit;
}

div#splash-wood > #banner-illu
{
	display: block;
	z-index: -20;
	/*position: absolute;*/
	top: 50px;
	left: 0px;
	right: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.bs-header
{
	background: linear-gradient(45deg, rgb(2, 0, 49) 0%, rgb(109, 51, 83) 100%) repeat scroll 0% 0% transparent;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2) inset, 0px -3px 7px rgba(0, 0, 0, 0.2) inset;
}


.bs-header .container h1,
#mainCarousel > h1
{
	font-weight: bold;
	font-family: Computer Modern;
	color: black;
}

.non-wallpapered, .non-wallpapered *, .bs-header.non-wallpapered .container h1
{
	color: white;
}

.bs-header .container, .bs-header .container *
{
	text-align: center;
}

@media (min-width: 768px)
{
	.bs-header .container h1, #mainCarousel > h1
	{
		font-size: 80px;
	}

	.bs-header .container, .bs-header .container *
	{
		text-align: left;
	}
}

.presentation
{
	text-align: center;
}

a:hover img
{
	box-shadow: 0px 4px 15px rgb(6, 6, 6);
}

.licencewall
{
	visibility: hidden;
}

#splash-wood:hover .licencewall,
.item.active:hover > .licencewall
{
	z-index: 16;
	visibility: visible;

	font-size: 12px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 2px;
	color: white;
	border-radius: 4px 0 0 0;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
}

.illu
{
	float: right;
	margin: 5px;
	margin-right: 0px;
	border-radius: 4px;
	overflow: hidden;
}

a#cockade:hover img
{
	border-radius: 40px;
}

@media (max-width: 720px)
{
  footer.bs-footer
  {
    position: static;
    height: none;
    margin-top: 0px;
    overflow: visible;
    padding: 4px;
    padding-top: 10px;
  }

  #supercontainer
  {
    margin-bottom: 0px;
  }

  footer.bs-footer div
  {
    margin: 0Px;
    padding: 0px;
  }
  footer.bs-footer div div
  {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}


@font-face {
	font-family: "Computer Modern";
	src: url(/dist/fauve/cmu-serif.ttf);
}

@font-face {
	font-family: "Computer Modern Serif";
	src: url(/dist/fauve/cmuSerifRoman.ttf);
}

@media (max-width: 992px)
{
	dl.dl-horizontal dt
	{
	margin-top: 14px;
	}

	.diteled-list dl
	{
	padding-left: 0px;
	}
}

h5
{
	font-size: 16px;
	margin-top: 20px;
}

.indicated-licence *
{
	text-align: justify;
}

img.lettrine
{
	float: left;
	width: 3.5em;
	margin-right: 0.4em;
}

.external-chapters
{
	position : fixed;
	top: 0;
	     /*bottom: 0;*/
	left: 0;
	width: 230px;
	background: black;
	text-align: left;

	margin-top: 100px;
	margin-bottom: 70px;
	border-radius: 0px 10px 10px 0px;
	vertical-align: top;

	color: white;
	text-align: center;
	padding: 10px;
	padding-bottom: 40px;
	padding-right: 0;

}

.external-chapters  .global-toc
{
	height: 70vh;
	overflow: scroll;
}

.external-chapters > *
{
	display: inline-block;
}

.external-chapters > div
{
	width: 190px;
}

.external-chapters > .chapter-toggle-button
{
	width: 10px;
}

.external-chapters a
{
	color: white;
}

.global-toc *
{
	text-align: left;
}

kbd
{
font-family: monospace,serif;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th
{
	border-top: 1px solid #B7B7B7;
}

.table > thead > tr > th {
	border-bottom: 2px solid #B7B7B7;
}

#global-toc-toggle-view
{
	color: gray;
	opacity: unset;
}

nav.external-chapters.visible
{
	margin-left: 0px;
}

nav.external-chapters.invisible
{
	margin-left: -200px;
	visibility: visible;
}

#supercontainer .container * .school, #supercontainer .container * .school *
{
  font-family: PetitEcolier; 
  font-size: 37px;
  line-height: 37px;
/*  font-family: CMU Sans Serif,Helvetica,Arial; */
}

.school .theatre .character-name {
    font-variant: normal;
}

*[id]:target::before {
	content: " ";
	display: block;
	height: 70px;
	margin-top: -70px;
}


i[lang=ara],
i[lang=ary]
{
	font-family: Amiri;

	font-style: normal;
}


.translated-poem td.rtl
{
	text-align: right;
	padding-right: 10px;
	direction: rtl;
}

.translated-poem td
{
	vertical-align: top;
}

.strophy-gap
{
	min-height: 15px;
	display: block;
}
