/*
Theme Name: Louis XIII
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* line 1, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
body {
  margin: 0;
}

/* line 22, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 29, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 34, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 44, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
a {
  background-color: transparent;
}

/* line 49, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 53, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 58, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 62, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 66, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 71, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 76, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 81, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 88, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 92, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 96, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
img {
  border: 0;
}

/* line 100, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 104, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 108, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 113, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 120, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 129, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 135, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 140, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 147, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 153, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 158, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 163, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
input {
  line-height: normal;
}

/* line 168, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 174, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 178, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 184, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 188, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 194, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 199, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 203, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 207, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 213, C:/Louis XIII/build/theme/_strap-master-14/sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/typography/_typography.scss */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 1, C:/Louis XIII/build/theme/_strap-master-14/sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* line 1, C:/Louis XIII/build/theme/_strap-master-14/sass/typography/_copy.scss */
p {
  margin-bottom: 1.5em;
}

/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 13, C:/Louis XIII/build/theme/_strap-master-14/sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 17, C:/Louis XIII/build/theme/_strap-master-14/sass/typography/_copy.scss */
pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 28, C:/Louis XIII/build/theme/_strap-master-14/sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 33, C:/Louis XIII/build/theme/_strap-master-14/sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

/* line 38, C:/Louis XIII/build/theme/_strap-master-14/sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 43, C:/Louis XIII/build/theme/_strap-master-14/sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, C:/Louis XIII/build/theme/_strap-master-14/sass/elements/_elements.scss */
html {
  box-sizing: border-box;
}

/* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/elements/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/elements/_elements.scss */
body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
}

/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/elements/_elements.scss */
blockquote, q {
  quotes: "" "";
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/elements/_elements.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 24, C:/Louis XIII/build/theme/_strap-master-14/sass/elements/_elements.scss */
hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 31, C:/Louis XIII/build/theme/_strap-master-14/sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
}

/* line 1, C:/Louis XIII/build/theme/_strap-master-14/sass/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_links.scss */
a {
  color: royalblue;
}
/* line 4, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_links.scss */
a:visited {
  color: purple;
}
/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: midnightblue;
}
/* line 12, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 16, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 1, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
/* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* line 13, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
/* line 21, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
/* line 28, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
/* line 33, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
.main-navigation ul ul a {
  width: 200px;
}
/* line 47, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
/* line 51, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
.main-navigation li {
  float: left;
  position: relative;
}
/* line 59, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
/* line 72, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  /* line 77, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
  .menu-toggle {
    display: none;
  }

  /* line 80, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
  .main-navigation ul {
    display: block;
  }
}
/* line 89, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 94, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 99, C:/Louis XIII/build/theme/_strap-master-14/sass/navigation/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, C:/Louis XIII/build/theme/_strap-master-14/sass/modules/_accessibility.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/modules/_accessibility.scss */
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, C:/Louis XIII/build/theme/_strap-master-14/sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, C:/Louis XIII/build/theme/_strap-master-14/sass/modules/_alignments.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 12, C:/Louis XIII/build/theme/_strap-master-14/sass/modules/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

/* line 21, C:/Louis XIII/build/theme/_strap-master-14/sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, C:/Louis XIII/build/theme/_strap-master-14/sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}

/* Search widget. */
/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/site/secondary/_widgets.scss */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, C:/Louis XIII/build/theme/_strap-master-14/sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/site/primary/_posts-and-pages.scss */
.hentry {
  margin: 0 0 1.5em;
}

/* line 10, C:/Louis XIII/build/theme/_strap-master-14/sass/site/primary/_posts-and-pages.scss */
.byline,
.updated:not(.published) {
  display: none;
}

/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/site/primary/_posts-and-pages.scss */
.single .byline,
.group-blog .byline {
  display: inline;
}

/* line 21, C:/Louis XIII/build/theme/_strap-master-14/sass/site/primary/_posts-and-pages.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/* line 25, C:/Louis XIII/build/theme/_strap-master-14/sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
/* line 2, C:/Louis XIII/build/theme/_strap-master-14/sass/site/primary/_asides.scss */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, C:/Louis XIII/build/theme/_strap-master-14/sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 4, C:/Louis XIII/build/theme/_strap-master-14/sass/site/primary/_comments.scss */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 3, C:/Louis XIII/build/theme/_strap-master-14/sass/modules/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 8, C:/Louis XIII/build/theme/_strap-master-14/sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 3, C:/Louis XIII/build/theme/_strap-master-14/sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 13, C:/Louis XIII/build/theme/_strap-master-14/sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, C:/Louis XIII/build/theme/_strap-master-14/sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, C:/Louis XIII/build/theme/_strap-master-14/sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
body {
  margin: 0;
}

/* line 45, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 57, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 78, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
a {
  background-color: transparent;
}

/* line 99, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 119, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 163, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
img {
  border: 0;
}

/* line 193, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 256, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 278, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 303, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 312, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
input {
  line-height: normal;
}

/* line 335, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 347, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 368, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 34, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 39, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 49, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 59, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 65, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 89, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 95, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@at-root {
  @font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
}

/* line 24, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 38, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 39, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 41, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 42, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 43, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 44, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 45, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 46, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 47, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 48, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 49, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 51, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 52, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 53, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 54, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 55, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 56, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 57, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 58, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 59, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 61, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 62, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 63, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 64, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 65, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 66, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 67, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 68, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 69, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 70, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 71, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 72, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 73, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 74, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 75, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 76, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 77, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 78, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 79, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 80, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 81, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 82, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 83, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 84, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 85, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 86, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 87, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 88, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 89, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 90, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 91, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 92, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 93, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 94, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 95, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 96, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 97, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 98, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 99, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 100, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 101, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 102, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 103, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 104, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 105, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 106, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 107, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 108, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 109, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 110, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 111, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 112, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 113, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 114, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 115, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 116, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 117, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 118, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 119, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 120, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 121, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 122, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 123, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 124, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 125, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 126, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 127, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 128, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 129, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 130, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 131, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 132, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 133, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 134, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 135, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 136, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 137, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 138, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 139, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 140, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 141, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 142, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 143, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 144, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 145, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 146, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 147, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 148, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 149, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 150, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 151, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 152, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 153, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 154, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 155, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 156, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 157, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 158, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 159, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 160, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 161, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 162, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 163, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 164, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 165, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 166, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 167, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 168, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 169, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 170, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 171, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 172, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 173, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 174, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 175, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 176, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 177, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 178, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 179, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 180, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 181, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 182, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 183, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 184, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 185, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 186, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 187, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 188, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 189, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 190, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 191, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 192, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 193, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 194, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 195, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 196, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 197, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 198, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 199, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 200, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 201, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 202, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 203, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 204, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 205, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 206, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 207, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 208, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 209, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 210, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 211, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 212, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 213, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 214, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 215, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 216, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 217, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 218, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 219, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 220, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 221, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 222, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 223, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 224, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 225, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 226, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 227, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 228, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 229, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 230, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 231, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 232, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 233, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 234, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 235, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 236, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 237, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 238, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 239, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 240, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 241, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 242, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 243, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 244, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 245, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 246, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 247, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 248, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 249, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 250, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 251, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 252, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 253, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 254, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 255, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 256, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 257, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 258, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 259, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 260, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 261, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 262, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 263, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 264, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 265, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 266, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 267, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 268, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 269, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 270, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 271, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 272, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 273, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 274, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 275, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 276, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 277, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 278, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 279, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 280, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 281, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 282, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 283, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 284, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 285, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 286, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 287, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 288, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 289, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 290, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 291, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 292, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 293, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 294, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 295, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 296, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 297, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
body {
  font-size: 14px;
  line-height: 1.42857;
  background-color: white;
}

/* line 37, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 46, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 51, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 56, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 67, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 74, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 79, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 84, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 91, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 104, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 111, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 123, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 140, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 157, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 10, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 17, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 26, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 31, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 37, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 42, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 79, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 84, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 150, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 154, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 190, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
dd {
  margin-left: 0;
}

/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 231, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 259, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 275, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

@media (min-width: 768px) {
  /* line 10, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_grid.scss */
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 10, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_grid.scss */
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 10, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_grid.scss */
  .container {
    width: 100%;
  }
}

/* line 39, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 10, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 53, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 78, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
/* line 107, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}
/* line 108, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}
/* line 142, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 148, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 156, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 168, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 187, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 192, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 197, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 209, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 219, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 225, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 236, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 243, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 249, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 259, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 272, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 280, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 289, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 301, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 310, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 85, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 327, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 334, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 339, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 342, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 85, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 353, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 360, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 365, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 368, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 382, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 387, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 392, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 406, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 413, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 17, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 17, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 17, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 433, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 436, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 447, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 472, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 479, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 486, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 490, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 496, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 502, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 506, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 514, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 520, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 525, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 531, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 556, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 564, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 569, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 576, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 587, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 597, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 605, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .dropup,
.lang-select .dropdown {
  position: relative;
}
/* line 14, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .dropdown-toggle:focus {
  outline: 0;
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
}
/* line 31, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}
/* line 45, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .dropdown-menu > li > a:hover, .lang-select .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
}
/* line 58, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .dropdown-menu > .disabled > a, .lang-select .dropdown-menu > .disabled > a:hover, .lang-select .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 64, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .dropdown-menu > .disabled > a:hover, .lang-select .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
/* line 76, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .open .dropdown-menu {
  display: block;
}
/* line 81, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .open > a {
  outline: 0;
}
/* line 90, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .dropdown-menu-right {
  left: auto;
  right: 0;
}
/* line 100, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .dropdown-menu-left {
  left: 0;
  right: auto;
}
/* line 106, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}
/* line 116, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
/* line 126, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 139, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .dropup .caret,
.lang-select .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 146, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
.lang-select .dropup .dropdown-menu,
.lang-select .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  /* line 160, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
  .lang-select .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 165, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_dropdowns.scss */
  .lang-select .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 10, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 56, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 65, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 85, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 90, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 98, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 110, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 122, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 148, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 156, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 162, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav > li {
  display: block;
}
/* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav > li > a {
  display: block;
  padding: 10px 15px;
}
/* line 24, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 41, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 51, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
/* line 53, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 59, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 64, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
/* line 73, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 93, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 97, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 100, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 108, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #337ab7;
}

/* line 119, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 121, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 135, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 138, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 140, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 146, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 152, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 155, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 165, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 168, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 176, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  /* line 181, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 187, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

/* line 199, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 202, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 212, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

/* line 42, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 42, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-collapse {
    width: auto;
  }
}

/* line 60, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
}
/* line 68, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 74, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 86, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 92, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 94, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 106, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 111, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 122, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 125, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 128, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 138, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 138, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 158, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 161, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 165, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 176, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 180, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777777;
}
/* line 183, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 189, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .navbar-text {
  color: #777777;
}
/* line 194, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
/* line 198, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
/* line 206, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
/* line 214, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
/* line 221, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
/* line 224, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
/* line 227, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
/* line 233, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 243, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  /* line 252, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 255, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  /* line 263, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  /* line 271, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 285, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .navbar-link {
  color: #777777;
}
/* line 287, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}
/* line 292, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .btn-link {
  color: #777777;
}
/* line 295, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333333;
}
/* line 301, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 310, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
/* line 314, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 317, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
/* line 323, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 328, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 332, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
/* line 340, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
/* line 348, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
/* line 356, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
/* line 359, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
/* line 362, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 368, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 377, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}
@media (max-width: 767px) {
  /* line 386, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 389, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 392, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 395, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  /* line 403, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909;
  }
  /* line 411, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 420, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 422, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}
/* line 427, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 430, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white;
}
/* line 436, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/* line 6, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_pager.scss */
.pager li {
  display: inline;
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
/* line 24, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 32, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 39, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 48, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: white;
  cursor: not-allowed;
}

/* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 36, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 29, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 43, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 12, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 17, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

/* line 26, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 55, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 65, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_media.scss */
.media-object {
  display: block;
}
/* line 24, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 30, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 41, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
/* line 31, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 47, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555555;
}
/* line 50, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
/* line 56, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: whitesmoke;
}

/* line 63, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 72, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 89, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 98, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 4, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 12, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 20, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 26, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 12, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 20, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 26, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 12, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 20, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 26, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 12, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 20, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 26, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 43, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 64, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 112, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 122, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 132, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 136, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 144, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 154, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 158, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 167, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
/* line 171, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 175, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 182, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 186, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 195, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 204, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 239, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
/* line 244, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 254, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-default {
  border-color: #dddddd;
}
/* line 6, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
/* line 14, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: whitesmoke;
  background-color: #333333;
}
/* line 20, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

/* line 257, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: white;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: white;
}
/* line 20, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 16, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 16, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_close.scss */
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
/* line 73, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 85, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 4px;
}

/* line 36, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 52, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 59, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 66, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
/* line 73, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
/* line 80, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 87, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 94, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 6, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 52, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
/* line 85, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
/* line 100, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
/* line 116, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

/* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 23, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 35, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 40, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 46, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 55, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 64, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 77, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 108, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 111, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 130, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 157, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 162, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 173, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 184, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
/* line 206, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

/* line 217, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 228, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 242, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 249, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 253, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 259, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 266, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_utilities.scss */
.affix {
  position: fixed;
}

@at-root {
  @-ms-viewport {
    width: device-width;
}
}

/* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 47, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 13, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 13, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 13, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 13, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 13, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, C:/Louis XIII/build/theme/_strap-master-14/sass/../bootstrap/sass/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'josef';
  src: url("fonts/JosefinSans.eot?#iefix") format("embedded-opentype"), url("fonts/JosefinSans.woff") format("woff"), url("fonts/JosefinSans.ttf") format("truetype"), url("fonts/JosefinSans.svg#JosefinSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 144, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  box-shadow: none;
  border: 0;
}
/* line 147, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  box-shadow: none;
  border: 0;
}

/* line 241, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
body {
  /*font-family: josef, helvetica, arial, sans-serif;*/
  background-color: #2e2a26;
  color: #fff;
}

/* line 246, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
h1, h2, h3 {
  color: #c5ac67;
}

/* line 249, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* line 253, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
h1 {
  font-size: 28px;
  text-align: center;
}

/* line 257, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
h2 {
  text-align: left;
  display: inline-block;
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px 0;
  border-bottom: 2px solid #c5ac67;
}

/* line 267, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
h3 {
  transition: all 0.2s;
  text-align: center;
  padding: 20px 50px;
  display: table;
  margin: 22px auto 20px;
  position: relative;
  font-size: 25px;
  background: rgba(46, 42, 38, 0.8);
  background: -moz-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0) 80%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46, 42, 38, 0)), color-stop(35%, rgba(46, 42, 38, 0.8)), color-stop(80%, rgba(46, 42, 38, 0.8)), color-stop(100%, rgba(46, 42, 38, 0)));
  background: -webkit-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
  background: -o-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
  background: -ms-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
  background: linear-gradient(to right, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
  min-width: 200px;
}
/* line 277, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
h3:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 42, 38, 0.8);
  background: -moz-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(199, 172, 102, 0.1)), color-stop(50%, rgba(199, 172, 102, 0.9)), color-stop(100%, rgba(199, 172, 102, 0.1)));
  background: -webkit-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -ms-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: linear-gradient(to right, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  top: 0;
}
/* line 281, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
h3:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 42, 38, 0.8);
  background: -moz-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(199, 172, 102, 0.1)), color-stop(50%, rgba(199, 172, 102, 0.9)), color-stop(100%, rgba(199, 172, 102, 0.1)));
  background: -webkit-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -ms-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: linear-gradient(to right, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  bottom: 0;
}

/* line 286, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
h4 {
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #c5ac67;
  letter-spacing: 0.03em;
  margin-top: 0;
  text-align: left;
}

/* line 295, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
h5 {
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 1.4em;
  line-height: 1.3em;
}

/* line 302, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
p {
  text-align: left;
  letter-spacing: 0.32px;
  font-size: 14px;
  line-height: 17px;
}

/* line 308, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
a {
  color: #c5ac67;
  text-decoration: none;
  cursor: pointer;
}
/* line 312, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
a:hover, a:focus {
  color: #c5ac67;
  text-decoration: none;
}
/* line 316, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
a:visited {
  color: #c5ac67;
}

/* line 320, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.underline {
  border-bottom: 1px solid #c5ac67;
}

/* line 323, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
ul {
  padding: 0;
}

/* line 326, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
img {
  max-width: 100%;
}

/* line 329, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
label {
  font-weight: normal;
}

/* line 332, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.row {
  margin-left: 40px;
  margin-right: 40px;
}

/* line 336, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.widerow {
  margin-left: 0;
  margin-right: 0;
}

/* line 341, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.container {
  position: relative;
}

/* line 344, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.max-container {
  max-width: 1920px;
  margin: auto;
}

/* line 349, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.body-container {
  max-width: 860px;
  margin: 0 auto;
  z-index: 1;
}

/* line 355, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.home-title {
  transition: all 0.2s;
  text-align: left;
  padding: 20px 50px;
  display: table;
  margin: 30px auto 20px;
  position: relative;
  font-size: 32px;
  background: rgba(46, 42, 38, 0.8);
  background: -moz-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0) 80%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46, 42, 38, 0)), color-stop(35%, rgba(46, 42, 38, 0.8)), color-stop(80%, rgba(46, 42, 38, 0.8)), color-stop(100%, rgba(46, 42, 38, 0)));
  background: -webkit-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
  background: -o-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
  background: -ms-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
  background: linear-gradient(to right, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
  min-width: 280px;
  color: #c5ac67;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
/* line 368, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.home-title:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 42, 38, 0.8);
  background: -moz-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(199, 172, 102, 0.1)), color-stop(50%, rgba(199, 172, 102, 0.9)), color-stop(100%, rgba(199, 172, 102, 0.1)));
  background: -webkit-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -ms-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: linear-gradient(to right, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  top: 0;
}
/* line 372, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.home-title:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 42, 38, 0.8);
  background: -moz-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(199, 172, 102, 0.1)), color-stop(50%, rgba(199, 172, 102, 0.9)), color-stop(100%, rgba(199, 172, 102, 0.1)));
  background: -webkit-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -ms-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: linear-gradient(to right, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  bottom: 0;
}
/* line 376, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.home-title p {
  font-size: 20px;
  margin-top: 3px;
}

/* line 384, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.top-level:before {
  content: '';
  height: 8px;
  width: 100%;
  background-color: #2e2a26;
  display: block;
}

/* line 392, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header {
  background-color: #bf2226;
  background-position: top;
  background: url("inc/red-pattern.jpg");
  background-size: cover;
  color: #fff;
  padding: 0px 60px;
  border-bottom: 2px solid #c5ac67;
}
/* line 400, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .max-container {
  display: flex;
  align-items: center;
}
/* line 403, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .max-container .navbar-toggle {
  margin-top: 12px;
}
/* line 407, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header a {
  color: #c5ac67;
}
/* line 411, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .site-branding img {
  max-width: 90px;
  margin: auto;
  display: block;
}
/* line 417, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .lang-select {
  text-align: right;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 15px;
}
/* line 424, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .lang-select #lang_sel ul li {
  list-style-type: none;
}
/* line 426, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .lang-select #lang_sel ul li a {
  padding: 15px;
  padding-right: 28px;
  position: relative;
}
/* line 430, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .lang-select #lang_sel ul li a:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border: none;
  border-bottom: 2px solid #c5ac67;
  border-right: 2px solid #c5ac67;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s;
}
/* line 447, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .lang-select #lang_sel ul li ul {
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 72px;
  z-index: 9;
  right: 0;
  padding: 7px 20px;
  transition: all 0.2s;
  border-left: 1px solid #c5ac67;
  border-bottom: 1px solid #c5ac67;
  border-right: 1px solid #c5ac67;
}
/* line 459, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .lang-select #lang_sel ul li ul li {
  position: relative;
}
/* line 461, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .lang-select #lang_sel ul li ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #c5ac67;
  width: 40%;
  height: 1px;
  min-width: 30px;
}
/* line 472, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .lang-select #lang_sel ul li ul li:last-of-type:after {
  border-bottom: none;
}
/* line 476, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .lang-select #lang_sel ul li ul li a {
  color: #c5ac67;
  display: inline-block;
  padding: 9px 0;
  font-size: 14px;
}
/* line 481, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .lang-select #lang_sel ul li ul li a:hover {
  color: #c5ac67;
}
/* line 484, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .lang-select #lang_sel ul li ul li a:after {
  display: none;
}
/* line 487, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .lang-select #lang_sel ul li ul li a img {
  height: 16px;
}
/* line 498, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .lang-select #lang_sel.open ul li a:after {
  top: 20px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
/* line 503, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .lang-select #lang_sel.open ul li ul {
  display: block;
}
/* line 508, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .site-title {
  display: block;
  background: none;
  margin: 0 auto;
  padding: 13px 0;
  text-align: center;
  width: 55px;
}
/* line 515, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .site-title a {
  color: #c5ac67;
  display: block;
  margin: auto;
  min-height: 80px;
  position: relative;
}
/* line 521, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
header .site-title a img {
  position: absolute;
  z-index: 200;
  max-width: 55px;
}

/* line 531, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#full-page {
  background: url(inc/backup.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0% 50%;
  background-position: top center;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  z-index: 0;
  min-height: 700px;
}
/* line 551, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#full-page:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  max-height: 400px;
  background: rgba(46, 42, 38, 0.8);
  background: -moz-linear-gradient(top, #2e2a26 0%, rgba(46, 42, 38, 0.6) 80%, rgba(46, 42, 38, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(#2e2a26 0%), color-stop(rgba(46, 42, 38, 0.6) 80%), color-stop(rgba(46, 42, 38, 0) 100%));
  background: -webkit-linear-gradient(top, #2e2a26 0%, rgba(46, 42, 38, 0.6) 80%, rgba(46, 42, 38, 0) 100%);
  background: -o-linear-gradient(top, #2e2a26 0%, rgba(46, 42, 38, 0.6) 80%, rgba(46, 42, 38, 0) 100%);
  background: -ms-linear-gradient(top, #2e2a26 0%, rgba(46, 42, 38, 0.6) 80%, rgba(46, 42, 38, 0) 100%);
  background: linear-gradient(to bottom, #2e2a26 0%, rgba(46, 42, 38, 0.6) 80%, rgba(46, 42, 38, 0) 100%);
}

/* line 562, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.cols {
  margin-top: 15px;
  float: left;
}
/* line 565, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.cols p {
  margin-top: 0;
}
/* line 568, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.cols img {
  max-width: 190px;
}
/* line 571, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.cols .links-sect {
  border-top: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  text-align: left;
  float: left;
}

/* line 581, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.cols-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

/* line 586, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.cols-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

/* line 594, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.cols-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

/* line 603, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.inner-content {
  margin-left: 1.4%;
}

/* line 607, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content {
  margin-top: 45px;
  margin-bottom: 10px;
}
/* line 610, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content #main-body {
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.2s;
}
/* line 619, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .box {
  background-color: rgba(36, 32, 30, 0.85);
  width: 100%;
  padding: 10px 100px;
  transition: all 0.2s;
  text-align: center;
  display: block;
  overflow: auto;
}
/* line 627, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .box h4 {
  border-top: 1px solid #c5ac67;
  border-bottom: none;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 635, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .box h5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 639, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .box h6 {
  text-align: left;
  font-size: 15px;
  font-style: italic;
  margin-top: 5px;
}
/* line 645, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .box .underline {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 649, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .box .intro {
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
}
/* line 654, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .box .main {
  display: none;
  transition: all 0.2s;
}
/* line 657, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .box .main ul {
  margin-left: 23px;
}
/* line 659, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .box .main ul li {
  margin-left: 0px;
  margin-bottom: 2px;
}
/* line 664, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .box .main .image {
  float: left;
  margin-right: 5%;
  margin-bottom: 15px;
  margin-top: 20px;
}
/* line 669, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .box .main .image img {
  max-width: 100%;
  border: 1px solid #c5ac67;
}
/* line 675, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .box .main .independent {
  margin-top: 18px;
}
/* line 679, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .box hr {
  width: 100%;
  height: 1px;
  color: #c5ac67;
  background-color: #c5ac67;
  clear: both;
  border: 0;
  margin: 0;
  display: none;
}
/* line 690, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .widebox {
  padding-left: 50px;
  padding-right: 50px;
}
/* line 694, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .cta {
  padding: 13px 65px;
  margin: 0 30px;
  font-size: 16px;
  color: #fff;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 20px;
  background: rgba(46, 42, 38, 0.8);
  background: -moz-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0) 80%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46, 42, 38, 0)), color-stop(35%, rgba(46, 42, 38, 0.8)), color-stop(80%, rgba(46, 42, 38, 0.8)), color-stop(100%, rgba(46, 42, 38, 0)));
  background: -webkit-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
  background: -o-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
  background: -ms-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
  background: linear-gradient(to right, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
}
/* line 704, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .cta:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 42, 38, 0.8);
  background: -moz-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(199, 172, 102, 0.1)), color-stop(50%, rgba(199, 172, 102, 0.9)), color-stop(100%, rgba(199, 172, 102, 0.1)));
  background: -webkit-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -ms-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: linear-gradient(to right, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  top: 0;
}
/* line 708, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .cta:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 42, 38, 0.8);
  background: -moz-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(199, 172, 102, 0.1)), color-stop(50%, rgba(199, 172, 102, 0.9)), color-stop(100%, rgba(199, 172, 102, 0.1)));
  background: -webkit-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -ms-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: linear-gradient(to right, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  bottom: 0;
}
/* line 713, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .readless, #content .reserve {
  display: none;
}
/* line 716, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .backto {
  bottom: 22px;
  left: 50%;
  margin-left: -14%;
}
/* line 721, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .x-but {
  position: absolute;
  top: 5px;
  right: 25px;
}
/* line 726, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .dl {
  padding-left: 40px;
  padding-right: 40px;
  margin: 20px 15px 0;
  font-size: 14px;
  display: none;
}
/* line 733, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .dl.inline-show {
  display: inline-block;
}

/* line 737, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand#content {
  background-color: rgba(36, 32, 30, 0.85);
}
/* line 739, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand#content .box, .expand#content h3, .expand#content .cta {
  background-color: rgba(0, 0, 0, 0);
}
/* line 742, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand#content #main-body {
  position: relative;
}
/* line 745, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand#content #main-body .box h5 {
  padding-bottom: 10px;
  border-bottom: 1px solid #c5ac67;
}
/* line 749, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand#content #main-body .box .nohead {
  margin-top: 30px;
}
/* line 752, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand#content #main-body .box .main {
  display: block;
}
/* line 758, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand#content .readless, .expand#content .reserve {
  display: inline-block;
  position: absolute;
}
/* line 762, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand#content .readmore {
  display: none;
}

/* line 767, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.afterbox {
  display: none;
}
/* line 769, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.afterbox h7 {
  font-size: 17px;
}

/* line 773, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand .afterbox {
  display: block;
}

/* line 777, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.back-rel .backto {
  position: relative;
}

/* line 783, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.search#content .box .main {
  display: block;
}

/* line 788, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.topgap {
  margin-top: 20px;
}

/* line 792, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.person .image {
  width: 32%;
}
/* line 795, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.person .cols {
  width: 60%;
  float: right;
}

/* line 801, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.board .img-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  padding-top: 5px;
}
/* line 810, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.board .gall-thumb {
  margin-bottom: 15px;
  padding: 0 10px;
}
/* line 813, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.board .gall-thumb h4, .board .gall-thumb h6 {
  color: #fff;
}
/* line 816, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.board .gall-thumb h4 {
  font-size: 14px;
}
/* line 819, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.board .gall-thumb h6 {
  font-size: 13px !important;
}
/* line 822, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.board .gall-thumb img {
  max-width: 100%;
}
/* line 826, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.board .fullcontain {
  margin: 0;
}
/* line 828, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.board .fullcontain .image {
  float: left;
  margin-top: 18px;
}
/* line 832, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.board .fullcontain .cols {
  white-space: pre-line;
  text-align: left;
}

/* line 839, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.bod .gall-thumb {
  width: 20%;
}

/* line 844, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.villas .img-container {
  justify-content: center;
}
/* line 847, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.villas .gall-thumb {
  width: 21%;
  padding: 10px;
}
/* line 850, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.villas .gall-thumb h4 {
  text-align: center;
}

/* line 856, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.fleet#content .img-container {
  display: none;
}
/* line 859, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.fleet#content .img-container.open {
  display: flex;
}
/* line 862, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.fleet#content .backto {
  margin-left: -18%;
}
/* line 865, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.fleet#content .readmore {
  display: inline-block;
}
/* line 868, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.fleet#content .imglink {
  display: none;
}
/* line 871, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.fleet#content .reserve {
  display: none;
}
/* line 874, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.fleet#content .reserve.reshow {
  display: inline-block;
}
/* line 877, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.fleet#content .x-but {
  display: none;
}
/* line 880, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.fleet#content .cta {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 886, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.fleet#content.expand .imglink, .media.fleet#content.expand .reserve.reshow {
  display: inline-block;
}
/* line 889, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.fleet#content.expand .boxlink {
  display: none;
}

/* line 894, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.manage#content .gall-thumb {
  width: 33%;
}
/* line 897, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.manage#content .backto, .manage#content .readless {
  display: none;
}

/* line 902, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.lab .gall-thumb {
  width: 33%;
}

/* line 908, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.dine .gall-thumb img {
  border: 1px solid #c5ac67;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 915, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.dine #main-body .box .main .eachres {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 920, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.dine #main-body .box .main .eachres .image {
  margin: 0;
  padding: 0;
}
/* line 923, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.dine #main-body .box .main .eachres .image img {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 927, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.dine #main-body .box .main .eachres .cols {
  margin-top: 0;
  padding: 0;
  text-align: left;
}

/* line 935, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.single .left-arrow {
  display: block !important;
  top: 30px !important;
}

/* line 942, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.full-img .readless, #content.full-img .left-arrow {
  display: block !important;
}
/* line 946, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.full-img #main-body .box .main .image {
  max-width: 100%;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
/* line 953, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.full-img #main-body .box .main .image h4 {
  font-size: 17px;
}
/* line 957, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.full-img #main-body .box .main .cols p {
  font-size: 10px;
  line-height: 13px;
}

/* line 964, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.centred-template {
  padding-top: 20px;
  text-align: center;
}
/* line 967, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.centred-template p {
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}

/* line 975, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand.nointro .intro {
  display: none;
}

/* line 980, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand.nosub h3 {
  background: none;
}
/* line 983, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand.nosub h5 {
  display: none;
}
/* line 986, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand.nosub hr {
  display: block !important;
}

/* line 990, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.links-sect {
  width: 100%;
  border-top: 1px solid #c5ac67;
  margin: 20px 0;
  padding-top: 20px;
}
/* line 995, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.links-sect a {
  clear: both;
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
}

/* line 1002, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.nobox {
  margin-top: 45px;
  background-color: rgba(0, 0, 0, 0);
}
/* line 1005, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.nobox .box {
  background-color: rgba(0, 0, 0, 0);
}
/* line 1008, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.nobox .main {
  margin-top: 35px;
  display: block;
}
/* line 1011, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.nobox .main h5 {
  font-size: 16px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
/* line 1017, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.nobox .main p {
  font-size: 14px;
  margin-top: 0;
}
/* line 1023, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.nobox .sitemap h5 {
  color: #c5ac67;
  font-size: 18px;
  padding: 10px 0;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #c5ac67 !important;
}

/* line 1035, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.greymob h5 {
  border-bottom: 1px solid #c5ac67;
  display: inline-block;
}

/* line 1041, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.hotelinfo {
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
}
/* line 1048, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.hotelinfo img {
  display: block;
}
/* line 1051, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.hotelinfo .each {
  margin: 10px 0;
}
/* line 1053, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.hotelinfo .each a {
  padding: 10px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

/* line 1061, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content .coming-soon {
  background-color: rgba(0, 0, 0, 0);
}

/* line 1065, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.home h3 {
  text-align: left;
  display: inline-block;
  font-size: 2.3em;
  margin-top: 10%;
}
/* line 1071, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.home #content .box {
  background-color: rgba(0, 0, 0, 0);
  text-align: left;
}

/* line 1079, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.floatbox {
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 60px;
  padding: 17px 37px;
  display: inline-block;
}
/* line 1084, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.floatbox .float-head {
  border-bottom: 1px solid #c5ac67;
}
/* line 1086, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.floatbox .float-head h5 {
  font-size: 15px;
  padding: 8px 0;
}
/* line 1091, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.floatbox .float-text {
  padding: 18px 0;
}
/* line 1093, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.floatbox .float-text img {
  max-width: 33%;
  max-height: 250px;
  margin-right: 20px;
  margin-bottom: 10px;
  display: block;
  float: left;
}
/* line 1102, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.floatbox ul {
  margin-left: 18px;
  color: #c5ac67;
}

/* line 1108, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.apply-container {
  max-width: 1390px;
  margin: 0 auto;
}
/* line 1111, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.apply-container .apply {
  margin-top: 120px;
  padding-bottom: 35px;
}

/* line 1118, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.table {
  text-align: left;
  margin-top: 20px;
}
/* line 1121, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.table .row {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 2px;
  text-align: left;
}
/* line 1126, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.table .row .fifth, .table .row .ninth {
  vertical-align: middle;
}
/* line 1129, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.table .row .fifth {
  width: 19%;
  display: inline-block;
}
/* line 1133, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.table .row .ninth {
  width: 10.7%;
  display: inline-block;
}
/* line 1138, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.table .th {
  background-color: #948d8b;
  font-size: 17px;
  font-style: italic;
  font-weight: normal;
}
/* line 1144, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.table .tr {
  background-color: #3d3734;
}
/* line 1146, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.table .tr:nth-child(odd) {
  background-color: #534d48;
}
/* line 1149, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.table .tr .date {
  color: #c5ac67;
}
/* line 1152, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.table .tr a {
  color: #fff;
}

/* line 1158, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.stock .row {
  padding: 15px 10px;
}
/* line 1161, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.stock .th {
  font-size: 13px;
}
/* line 1164, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.stock .tr {
  font-size: 13px;
}

/* line 1169, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.side .row {
  padding: 10px 5px;
}
/* line 1172, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.side .col-sm-6, .side .col-sm-12 {
  padding: 0px 5px;
}
/* line 1175, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.side label {
  clear: left;
  font-style: italic;
}
/* line 1179, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.side span {
  clear: right;
}

/* line 1184, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.tearsheet .top-info {
  text-transform: uppercase;
}

/* line 1189, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.top-info {
  text-align: left;
}

/* line 1194, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.smalltext {
  margin-top: 20px;
  text-align: left;
  font-size: 11px;
  font-style: italic;
}
/* line 1199, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.smalltext p {
  font-size: 11px;
}
/* line 1204, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#pagination {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 1208, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#pagination .page-numbers {
  color: #fff;
  padding: 5px;
  margin: 0 5px;
}
/* line 1213, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#pagination .next, #pagination .prev {
  position: relative;
  color: rgba(0, 0, 0, 0);
}
/* line 1216, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#pagination .next:before, #pagination .prev:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border-right: 2px solid #c5ac67;
  border-bottom: 2px solid #c5ac67;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 1230, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#pagination .prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 1235, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#pagination .current {
  color: #c5ac67;
}

/* line 1241, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.contact-headers {
  padding-bottom: 20px;
  border-bottom: 1px solid #c5ac67;
}
/* line 1244, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.contact-headers h5 {
  text-align: center;
  padding: 0;
  margin-bottom: 5px;
}
/* line 1249, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.contact-headers h6 {
  margin-top: 0;
  text-align: center;
  color: #c5ac67;
  font-size: 1.5em;
  font-style: italic;
}
/* line 1255, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.contact-headers h6 a {
  color: #c5ac67;
}

/* line 1260, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
form {
  margin-bottom: 20px;
}
/* line 1262, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
form label, form input, form select {
  margin-bottom: 20px;
  font-size: 1.2em;
}
/* line 1266, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
form label {
  width: 30%;
  clear: left;
  font-weight: 400;
}
/* line 1271, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
form input, form select, form option, form textarea {
  padding: 7px 12px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 1279, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
form input, form select, form option {
  width: 60%;
  clear: right;
}
/* line 1283, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
form textarea {
  width: 89%;
}
/* line 1286, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
form input[type=submit] {
  background-color: #c5ac67;
  color: #fff;
  float: right;
  font-size: 1.2em;
  padding: 10px 60px;
  text-transform: uppercase;
  margin-right: 0.5%;
  margin-top: 10px;
  font-style: normal;
}
/* line 1298, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
form .enquiry label {
  width: 10%;
  vertical-align: top;
}

/* line 1304, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#submit {
  background: url(inc/search.png) no-repeat center center #c5ac67;
  color: #fff;
  height: 34px;
  margin: 0;
  float: none;
}

/* line 1312, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#search {
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
/* line 1316, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#search select, #search input {
  margin-bottom: 0;
  padding: 5px;
  border: 0;
  display: block;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
/* line 1325, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#search select {
  background: url(inc/dropdown-arrow.png) no-repeat 96% #a8a3a0;
}

/* line 1329, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.announce, .yearlist {
  padding-left: 20px;
}

/* line 1332, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.announce {
  margin-top: 30px;
  font-size: 14px;
}
/* line 1335, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.announce p {
  text-align: left;
  text-transform: uppercase;
}

/* line 1340, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.yearlist {
  text-align: left;
  font-size: 16px;
  margin-bottom: -10px;
}
/* line 1344, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.yearlist span, .yearlist a {
  display: inline-block;
}
/* line 1347, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.yearlist span {
  margin-right: 10px;
}
/* line 1350, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.yearlist a {
  font-size: 18px;
  font-style: italic;
  padding: 0 10px;
  color: #fff;
}
/* line 1356, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.yearlist a.active {
  color: #c5ac67;
}

/* line 1363, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.contact .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 1368, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.contact form label {
  width: 25%;
  text-align: left;
  clear: left;
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
}
/* line 1376, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.contact form input, .contact form textarea {
  width: 75%;
  display: inline-block;
  clear: right;
  padding: 4px 5px;
}
/* line 1382, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.contact form #submit {
  position: relative;
  font-size: 16px;
  clear: both;
  text-transform: uppercase;
  float: right;
  margin-top: 30px;
  padding: 13px 50px;
  height: 47px;
  background: rgba(46, 42, 38, 0.8);
  background: -moz-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0) 80%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46, 42, 38, 0)), color-stop(35%, rgba(46, 42, 38, 0.8)), color-stop(80%, rgba(46, 42, 38, 0.8)), color-stop(100%, rgba(46, 42, 38, 0)));
  background: -webkit-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
  background: -o-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
  background: -ms-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
  background: linear-gradient(to right, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 35%, rgba(46, 42, 38, 0.8) 80%, rgba(46, 42, 38, 0) 100%);
}
/* line 1392, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.contact form #submit:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 42, 38, 0.8);
  background: -moz-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(199, 172, 102, 0.1)), color-stop(50%, rgba(199, 172, 102, 0.9)), color-stop(100%, rgba(199, 172, 102, 0.1)));
  background: -webkit-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -ms-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: linear-gradient(to right, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  top: 0;
}
/* line 1396, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.contact form #submit:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 42, 38, 0.8);
  background: -moz-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(199, 172, 102, 0.1)), color-stop(50%, rgba(199, 172, 102, 0.9)), color-stop(100%, rgba(199, 172, 102, 0.1)));
  background: -webkit-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: -ms-linear-gradient(left, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  background: linear-gradient(to right, rgba(199, 172, 102, 0.1) 0%, rgba(199, 172, 102, 0.9) 50%, rgba(199, 172, 102, 0.1) 100%);
  bottom: 0;
}
/* line 1402, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.contact .details {
  text-align: left;
}
/* line 1404, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.contact .details label, .contact .details a {
  padding: 5px 0 20px;
}
/* line 1407, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.contact .details label {
  text-transform: uppercase;
  font-size: 17px;
  display: inline-block;
  clear: left;
  padding-right: 5px;
}
/* line 1414, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.contact .details a {
  font-style: italic;
  font-size: 15px;
  display: inline-block;
  clear: right;
  padding-right: 34px;
}

/* line 1425, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.gallery {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}
/* line 1429, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.gallery .gallery-cell {
  width: 100%;
  height: auto;
}
/* line 1433, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.gallery .flickity-page-dots .is-selected {
  background-color: #c5ac67;
}

/* line 1437, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.flickity-viewport {
  width: 100%;
  min-height: 100px;
}

/* line 1441, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.flickity-prev-next-button {
  background: none !important;
}
/* line 1445, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.flickity-prev-next-button .arrow {
  fill: #c5ac67 !important;
}

/* line 1449, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.flickity-prev-next-button:focus {
  box-shadow: none !important;
}

/* line 1452, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.flickity-prev-next-button:disabled {
  opacity: 0 !important;
}

/* line 1456, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.floatleft {
  float: left;
}

/* line 1459, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.floatright {
  float: right;
}

/* line 1464, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .img-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  margin-top: 20px;
}
/* line 1472, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .img-container .flickity-prev-next-button svg {
  width: 80%;
  height: 80%;
}
/* line 1476, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .img-container .flickity-prev-next-button.previous {
  left: -40px;
}
/* line 1479, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .img-container .flickity-prev-next-button.next {
  right: -40px;
}
/* line 1483, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media img {
  border: 1px solid #c5ac67;
}
/* line 1486, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .gall-cats {
  padding: 5px;
}
/* line 1488, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .gall-cats img {
  max-width: 100%;
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -ms-filter: brightness(70%);
  transition: all 0.2s;
}
/* line 1495, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .gall-cats img:hover {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
}
/* line 1502, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .gall-cats h4 {
  clear: both;
  color: #fff;
  padding: 12px 0;
  border-top: 1px solid #c5ac67;
  border-bottom: 0;
  font-size: 1em;
  margin-top: 15px !important;
}
/* line 1512, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .gall-thumb {
  width: 33.3%;
  padding: 5px;
}
/* line 1515, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .gall-thumb img {
  max-width: 100%;
}
/* line 1519, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .gall-arrow {
  position: absolute;
  top: 50%;
}
/* line 1522, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .gall-arrow svg {
  width: 25px;
  height: 32px;
}
/* line 1527, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .gall-left {
  left: 6%;
}
/* line 1530, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .gall-right {
  right: 6%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 1535, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media .size-small {
  max-width: 300px;
}

/* line 1540, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.media.expand h5 {
  margin-top: 20px;
}

/* line 1546, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.villa .box .main .image {
  margin-top: 0;
  margin-right: 7%;
}
/* line 1550, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.villa .box .main ul {
  margin-top: 25px;
  display: list-item;
}
/* line 1553, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.villa .box .main ul li {
  margin-bottom: 10px;
}
/* line 1558, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#content.villa .img-container {
  display: none;
}

/* line 1562, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-container.open {
  display: flex;
}

/* line 1566, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.noh5.expand h5 {
  display: none;
}

/* line 1571, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.nointro.expand .intro {
  display: none;
}

/* line 1575, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.mob-on {
  display: none;
}

/* line 1579, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.fullcontain, .youtube {
  display: none;
  width: 100%;
}
/* line 1582, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.fullcontain .fullimg, .youtube .fullimg {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

/* line 1590, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.hidden {
  display: none;
}

/* line 1594, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.image-cat img {
  width: 33%;
  display: inline-block;
}

/* line 1600, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.applynow {
  background-color: #c5ac67;
  color: #fff;
  padding: 20px 40px;
  font-size: 1.4em;
  text-transform: uppercase;
  float: none;
  text-align: center;
}
/* line 1608, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.applynow:hover, .applynow:active, .applynow:visited {
  color: #fff;
}

/* line 1612, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.career-row {
  margin: 20px auto 50px;
}

/* line 1617, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
footer {
  border-top: 2px solid #c5ac67;
  margin-top: 0;
  padding: 12px 0 3px;
  color: #c5ac67;
  font-size: 12px;
}
/* line 1623, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
footer ul {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  flex-direction: row;
}
/* line 1629, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
footer ul a {
  color: #c5ac67;
}
/* line 1635, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
footer ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 10px;
  text-transform: uppercase;
}

/* line 1645, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.navbar-header {
  padding-left: 0;
}

/* line 1649, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.navbar-toggle .icon-bar {
  background-color: #c5ac67;
  width: 33px;
  height: 2px;
}
/* line 1653, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.navbar-toggle .icon-bar:nth-child(1) {
  width: 45px;
}
/* line 1656, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.navbar-toggle .icon-bar:nth-child(2) {
  width: 26px;
}
/* line 1660, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

/* line 1664, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.x-but {
  font-size: 4em;
  float: left;
  margin-bottom: 10px;
  margin-left: -15px;
  color: #c5ac67;
  cursor: pointer;
}
/* line 1671, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.x-but .glyphicon {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1678, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand#content .left-arrow {
  top: 38px;
  left: 23px;
  display: none;
}
/* line 1682, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.expand#content .left-arrow svg {
  width: 25px;
  height: 30px;
}

/* line 1690, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.committee#content #main-body .box .main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  font-size: 12px;
}
/* line 1696, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.committee#content #main-body .box .main p {
  font-size: 12px;
}
/* line 1700, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.committee#content #main-body .box .main h4 {
  border: 0;
  border-bottom: 1px solid #c5ac67;
  font-size: 13px;
  padding: 8px 0px;
  margin-bottom: 8px;
  width: 100%;
}
/* line 1708, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.committee#content #main-body .box .main a {
  text-align: left;
  float: left;
}
/* line 1712, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.committee#content #main-body .box .main .each-com {
  width: 33%;
  padding-right: 15px;
}

/* line 1720, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.navbar-collapse {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9;
  overflow-x: hidden;
}

/* line 1729, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#frame {
  margin-top: 30px;
}

/* line 1733, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#menu-container {
  background-color: rgba(45, 41, 38, 0.95);
  overflow-x: hidden;
}

/* line 1738, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
#menu-inner {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-out;
  transform-origin: 0% 0%;
  padding: 0 80px 20px;
  overflow-x: hidden;
}

/* line 1748, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.main-menu, .corporate-menu, .page-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  clear: both;
  position: relative;
  width: 100%;
  min-height: 140px;
}
/* line 1759, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.main-menu .career-mob, .corporate-menu .career-mob, .page-menu .career-mob {
  display: none;
}
/* line 1763, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.main-menu .careers2 a, .corporate-menu .careers2 a, .page-menu .careers2 a {
  color: rgba(0, 0, 0, 0);
}
/* line 1766, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.main-menu .careers2 .dropdown-menu a, .corporate-menu .careers2 .dropdown-menu a, .page-menu .careers2 .dropdown-menu a {
  color: #fff;
}
/* line 1770, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.main-menu li, .corporate-menu li, .page-menu li {
  text-transform: uppercase;
  font-size: 1.05em;
  text-align: center;
}
/* line 1774, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.main-menu li a, .main-menu li a:visited, .corporate-menu li a, .corporate-menu li a:visited, .page-menu li a, .page-menu li a:visited {
  color: #c5ac67;
  padding: 15px 10px;
  width: 248px;
  transition: all 0.3s;
}
/* line 1780, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.main-menu li .dropdown-menu li, .corporate-menu li .dropdown-menu li, .page-menu li .dropdown-menu li {
  text-align: center;
  border-bottom: 1px solid #c5ac67;
  font-size: 12px;
  padding: 12px 0px;
  list-style-type: none;
  margin-bottom: 0;
}
/* line 1787, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.main-menu li .dropdown-menu li:last-of-type, .corporate-menu li .dropdown-menu li:last-of-type, .page-menu li .dropdown-menu li:last-of-type {
  border-bottom: none;
}
/* line 1790, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.main-menu li .dropdown-menu li a, .corporate-menu li .dropdown-menu li a, .page-menu li .dropdown-menu li a {
  color: #fff;
  border-bottom: none;
}
/* line 1793, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.main-menu li .dropdown-menu li a:hover, .corporate-menu li .dropdown-menu li a:hover, .page-menu li .dropdown-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/* line 1796, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.main-menu li .dropdown-menu li a:visited, .main-menu li .dropdown-menu li a :active, .corporate-menu li .dropdown-menu li a:visited, .corporate-menu li .dropdown-menu li a :active, .page-menu li .dropdown-menu li a:visited, .page-menu li .dropdown-menu li a :active {
  color: #fff;
  border-bottom: none;
}
/* line 1801, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.main-menu li .dropdown-menu li a, .main-menu li .dropdown-menu li a:visited, .main-menu li .dropdown-menu li a:active, .corporate-menu li .dropdown-menu li a, .corporate-menu li .dropdown-menu li a:visited, .corporate-menu li .dropdown-menu li a:active, .page-menu li .dropdown-menu li a, .page-menu li .dropdown-menu li a:visited, .page-menu li .dropdown-menu li a:active {
  color: #fff;
  border-bottom: none;
}
/* line 1806, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.main-menu li .inactive a, .corporate-menu li .inactive a, .page-menu li .inactive a {
  cursor: none;
  color: #aaaaaa !important;
}
/* line 1809, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.main-menu li .inactive a:hover, .corporate-menu li .inactive a:hover, .page-menu li .inactive a:hover {
  background-color: rgba(0, 0, 0, 0);
}

/* line 1815, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.openmenu {
  position: relative;
}
/* line 1817, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.openmenu:after {
  content: '';
  position: absolute;
  right: 35px;
  top: 12px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #c5ac67;
  border-bottom: 2px solid #c5ac67;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s;
}

/* line 1832, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.menurotate:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 21px;
}

/* line 1838, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.page-menu {
  justify-content: flex-start;
  margin-bottom: 15px;
}
/* line 1841, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.page-menu li {
  padding: 0 20px 0 0 !important;
  list-style-type: none;
  width: 25%;
  text-align: left;
}
/* line 1846, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.page-menu li .dropdown-menu {
  border-top: 1px solid #c5ac67;
}
/* line 1848, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.page-menu li .dropdown-menu li {
  border-bottom: 0;
  width: 100%;
  text-align: left;
}
/* line 1854, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.page-menu li a {
  text-align: left;
  width: auto;
  display: block;
  padding: 10px 0 !important;
}
/* line 1861, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.page-menu .inactive, .page-menu .openmenu {
  display: none;
}
/* line 1864, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.page-menu .careers2 a {
  color: #c5ac67;
}

/* line 1870, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.nav:before {
  border-bottom: 2px solid #c5ac67;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}

/* line 1878, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.hideflex {
  display: none !important;
}

/* line 1881, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.searchbox {
  float: right;
  margin-top: 35px;
}
/* line 1886, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.searchbox input[type=text] {
  background-color: #fff;
  color: #000;
  float: left;
  width: 250px;
  padding-left: 7px;
  margin-left: 10px;
}
/* line 1894, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.searchbox label, .searchbox input, .searchbox button {
  float: left;
  padding: 4px;
}
/* line 1898, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.searchbox label {
  width: auto;
  margin-top: 3px;
  text-transform: uppercase;
}
/* line 1903, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.searchbox button {
  background: none;
  color: #c5ac67;
  font-size: 2em;
  width: 38px;
  height: 38px;
}
/* line 1909, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.searchbox button .arrow {
  fill: #c5ac67;
}
/* line 1913, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.searchbox #submit {
  height: 36px;
  width: 45px;
}

/* line 1919, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.social-bar {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 40%;
}
/* line 1927, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.social-bar a {
  padding: 3px 2px;
  display: inline-block;
}

/* line 1933, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.clearboth {
  clear: both;
}

@media (max-width: 768px) {
  /* line 6, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  h3 {
    font-size: 19px;
    padding: 15px 50px;
  }

  /* line 10, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  p {
    margin-bottom: 12px;
    font-size: 12px;
  }

  /* line 14, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  header {
    padding-left: 8%;
    padding-right: 8%;
  }
  /* line 17, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  header .hamburger, header .lang-select {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 21, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  header .site-branding img {
    max-height: 90px;
  }
  /* line 24, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  header .site-title {
    padding: 8px 0 10px;
  }
  /* line 26, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  header .site-title a {
    min-height: 63px;
  }

  /* line 31, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .open .dropdown-menu {
    display: block;
    padding: 20px;
  }
  /* line 34, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .open .dropdown-menu li {
    padding: 5px 0;
  }

  /* line 38, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .nav:before {
    border: 0;
  }

  /* line 41, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #menu-container {
    background-color: #2e2a26;
  }
  /* line 43, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #menu-container .x-but {
    margin-left: 0;
    padding-bottom: 0;
  }

  /* line 48, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  h2 {
    padding: 20px 0;
    max-width: 100%;
  }

  /* line 53, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .home-title {
    font-size: 25px;
    margin: 100px auto 0;
    padding: 15px 40px;
    background: rgba(46, 42, 38, 0.8);
    background: -moz-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 15%, rgba(46, 42, 38, 0) 85%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46, 42, 38, 0)), color-stop(15%, rgba(46, 42, 38, 0.8)), color-stop(85%, rgba(46, 42, 38, 0.8)), color-stop(100%, rgba(46, 42, 38, 0)));
    background: -webkit-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 15%, rgba(46, 42, 38, 0.8) 85%, rgba(46, 42, 38, 0) 100%);
    background: -o-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 15%, rgba(46, 42, 38, 0.8) 85%, rgba(46, 42, 38, 0) 100%);
    background: -ms-linear-gradient(left, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 15%, rgba(46, 42, 38, 0.8) 85%, rgba(46, 42, 38, 0) 100%);
    background: linear-gradient(to right, rgba(46, 42, 38, 0) 0%, rgba(46, 42, 38, 0.8) 15%, rgba(46, 42, 38, 0.8) 85%, rgba(46, 42, 38, 0) 100%);
  }
  /* line 58, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .home-title p {
    font-size: 16px;
  }

  /* line 63, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .notmob {
    display: none !important;
  }

  /* line 66, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #full-page {
    background-size: contain !important;
    background-repeat: no-repeat;
    padding-bottom: 20px;
  }
  /* line 70, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #full-page:before {
    height: 70px;
    opacity: 0.9;
  }

  /* line 75, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #full-page.home {
    background-size: cover !important;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  /* line 81, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #full-page.home .box {
    overflow: visible;
  }
  /* line 83, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #full-page.home .box .row {
    width: 100%;
    margin: 0;
  }

  /* line 89, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-top: 100px;
  }
  /* line 94, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body {
    position: relative;
  }
  /* line 96, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .widebox {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 100, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .box {
    background-color: #2e2a26;
    padding: 20px 8%;
    overflow: auto;
  }
  /* line 104, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .box h5 {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c5ac67;
  }
  /* line 109, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .box .main {
    display: block;
  }
  /* line 111, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .box .main .image, #content #main-body .box .main .cols {
    width: 100% !important;
  }
  /* line 116, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .box .intro {
    font-size: 14px;
  }
  /* line 120, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .greymob {
    background-color: #44403c;
    padding: 20px 8%;
  }
  /* line 124, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .coming-soon .greymob a {
    border-bottom: 1px solid #c5ac67;
    display: inline-block !important;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: none;
    font-size: 17px;
    margin-top: 0px;
  }
  /* line 132, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .coming-soon .greymob a:before, #content #main-body .coming-soon .greymob a:after {
    display: none;
  }
  /* line 137, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content .readmore {
    display: none;
  }
  /* line 140, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content .coming-soon {
    display: inline-block;
    margin: 40px auto 20px;
  }
  /* line 144, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content .backto {
    display: none !important;
    position: relative;
  }

  /* line 149, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .expand#content {
    background-color: rgba(36, 32, 30, 0);
  }
  /* line 151, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .expand#content .left-arrow {
    top: 120px;
    z-index: 7;
  }
  /* line 155, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .expand#content .box {
    background-color: rgba(36, 32, 30, 0.8);
  }

  /* line 161, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.board #main-body .box .img-container {
    padding: 20px 0%;
  }
  /* line 164, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.board #main-body .box .image {
    padding-left: 20%;
    padding-right: 20%;
  }
  /* line 169, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.board .gall-thumb h4 {
    font-size: 11px;
  }

  /* line 174, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.dine #main-body .box .main .eachres {
    display: block;
  }
  /* line 176, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.dine #main-body .box .main .eachres .image {
    margin: 30px auto;
  }
  /* line 180, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.dine .img-container {
    margin-top: 30px;
  }
  /* line 183, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.dine .gall-thumb {
    padding: 0px;
    margin-bottom: 0;
  }

  /* line 189, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.bod .gall-thumb {
    width: 33.3%;
  }

  /* line 193, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .committee#content #main-body .box .main .each-com {
    width: 49.9%;
  }

  /* line 196, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .nobox {
    padding-left: 8%;
    padding-right: 8%;
  }

  /* line 200, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .person .cols {
    width: 100%;
  }

  /* line 204, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.media .fullcontain {
    display: block;
    position: relative;
    margin-top: 20px;
  }
  /* line 208, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.media .fullcontain .gall-left {
    left: 2%;
  }
  /* line 211, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.media .fullcontain .gall-right {
    right: 2%;
  }
  /* line 214, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.media .fullcontain .x-but {
    display: none;
  }
  /* line 218, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.media .img-container {
    display: flex;
  }
  /* line 220, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.media .img-container .gall-thumb {
    padding: 0;
  }
  /* line 223, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.media .img-container .flickity-prev-next-button svg {
    width: 60%;
    height: 60%;
  }
  /* line 227, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.media .img-container .flickity-prev-next-button.previous {
    left: 0;
  }
  /* line 230, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.media .img-container .flickity-prev-next-button.next {
    right: 0;
  }
  /* line 234, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.media .gallery.hidden {
    display: block;
  }
  /* line 238, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.media .flickity-prev-next-button.previous {
    left: 0;
  }
  /* line 241, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.media .flickity-prev-next-button.next {
    right: 0;
  }
  /* line 244, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.media .dl {
    clear: both;
    margin: 10px auto;
  }

  /* line 250, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.image-gal .img-container {
    padding-left: 7%;
    padding-right: 7%;
  }

  /* line 256, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.villa .fullcontain {
    display: block;
    position: relative;
    margin-top: 20px;
  }
  /* line 261, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.villa .img-container {
    display: flex;
    margin-top: 0;
    margin: 0 !important;
  }
  /* line 265, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.villa .img-container .gall-thumb {
    padding: 0;
  }
  /* line 269, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.villa .imglink {
    display: none;
  }
  /* line 272, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.villa .backto {
    display: none;
  }
  /* line 276, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.villa #main-body .box .img-container {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 284, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.villas .img-container .gall-thumb {
    padding: 0 3px;
  }

  /* line 290, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.tearsheet #main-body .widebox {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 293, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.tearsheet #main-body .widebox .table {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 296, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.tearsheet #main-body .widebox .table .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 302, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.tearsheet #main-body .widebox .table .row .ninth {
    width: 10%;
  }

  /* line 310, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .home h3 {
    font-size: 1.6em;
  }
  /* line 313, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .home #content .box {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 318, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .dine .img-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 322, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .stock .row {
    padding: 10px 5px;
    font-size: 11px;
  }

  /* line 326, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .top-info {
    font-size: 11px;
  }

  /* line 329, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .yearlist {
    margin-bottom: 10px;
  }
  /* line 331, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .yearlist a {
    font-size: 14px;
  }
  /* line 334, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .yearlist .year {
    display: block;
    clear: both;
  }

  /* line 339, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .cols-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  /* line 344, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  footer {
    padding-bottom: 12px;
  }
  /* line 346, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  footer #menu-footer {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
  }
  /* line 351, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  footer .copyright {
    text-align: center;
    clear: both;
  }

  /* line 356, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .mob-on {
    display: inline-block !important;
  }

  /* line 359, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  label.mob-on {
    margin-bottom: 4px;
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
    padding: 0;
  }

  /* line 366, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .social-bar {
    padding-top: 0;
  }

  /* line 369, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content .backto.mob-on {
    display: block !important;
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  /* line 387, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .openmenu:after {
    top: 15px;
  }

  /* line 390, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .menurotate:after {
    top: 24px;
  }

  /* line 393, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .x-but {
    margin-bottom: 0;
    line-height: 1em;
  }

  /* line 397, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #menu-inner {
    width: 100%;
    padding: 10px 20px 85px;
  }
  /* line 400, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #menu-inner .searchbox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 35px;
    width: 100%;
    font-size: 0.9em;
  }
  /* line 409, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #menu-inner .searchbox form label, #menu-inner .searchbox form input[type=text], #menu-inner .searchbox form button {
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 416, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #menu-inner .searchbox form label {
    width: 25%;
    padding-top: 7px;
  }
  /* line 420, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #menu-inner .searchbox form input[type=text] {
    width: 65%;
  }
  /* line 423, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #menu-inner .searchbox form button {
    width: 10%;
  }

  /* line 429, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .main-menu, .corporate-menu {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    z-index: 4;
    clear: both;
    padding: 0 15px;
    position: static;
  }
  /* line 437, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .main-menu li, .corporate-menu li {
    width: 100%;
    border-bottom: 2px solid #c5ac67;
  }
  /* line 440, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .main-menu li a, .corporate-menu li a {
    width: auto;
    padding: 18px 0px;
    text-align: center;
  }
  /* line 446, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .main-menu .dropdown-menu, .corporate-menu .dropdown-menu {
    display: none;
  }
  /* line 449, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .main-menu .menu-item-has-children, .corporate-menu .menu-item-has-children {
    transition: all 0.2s;
  }
  /* line 452, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .main-menu .menu-item-has-children.open, .corporate-menu .menu-item-has-children.open {
    display: block;
    padding: 10px 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #2e2a26;
    margin-top: 20px;
    clear: both;
  }
  /* line 464, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .main-menu .menu-item-has-children.open:before, .corporate-menu .menu-item-has-children.open:before {
    content: '';
    border-left: 2px solid #c5ac67;
    border-bottom: 2px solid #c5ac67;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    margin: 20px 5px;
    pointer-events: none;
  }
  /* line 477, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .main-menu .menu-item-has-children.open a, .corporate-menu .menu-item-has-children.open a {
    width: 100%;
    padding: 15px 0;
    margin-top: -56px;
    font-size: 17px;
  }
  /* line 483, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .main-menu .menu-item-has-children.open .dropdown-menu, .corporate-menu .menu-item-has-children.open .dropdown-menu {
    width: 100%;
    display: block;
  }
  /* line 486, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .main-menu .menu-item-has-children.open .dropdown-menu a, .corporate-menu .menu-item-has-children.open .dropdown-menu a {
    font-size: 14px;
    margin: 0;
  }
  /* line 491, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .main-menu .menu-item-has-children.open li, .corporate-menu .menu-item-has-children.open li {
    display: block;
    clear: both;
    padding: 20px 0;
    width: 100%;
  }
  /* line 496, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .main-menu .menu-item-has-children.open li:last-of-type, .corporate-menu .menu-item-has-children.open li:last-of-type {
    border-bottom: 1px solid #c5ac67;
  }

  /* line 503, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #menu-corporate-menu li {
    font-size: 13px;
  }
  /* line 505, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #menu-corporate-menu li a, #menu-corporate-menu li a:visited {
    color: #fff;
  }
  /* line 509, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #menu-corporate-menu li.open {
    font-size: 17px;
  }
  /* line 511, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #menu-corporate-menu li.open a, #menu-corporate-menu li.open a:visited {
    color: #c5ac67;
  }
  /* line 515, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #menu-corporate-menu .careers1, #menu-corporate-menu .careers2 {
    display: none;
  }
  /* line 518, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #menu-corporate-menu .career-mob {
    display: block;
  }

  /* line 522, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  header .lang-select #lang_sel ul li ul {
    top: 66px;
    right: -15px;
  }
}
@media (max-width: 480px) {
  /* line 531, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  h2 {
    font-size: 2em;
  }

  /* line 535, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .enquiries label {
    margin-bottom: 2px;
    width: 100%;
  }
  /* line 539, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .enquiries input, .enquiries select, .enquiries textarea, .enquiries input[type=submit] {
    clear: both;
    width: 100%;
    padding: 3px 7px;
  }
  /* line 544, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .enquiries input[type=submit] {
    font-size: 1.1em;
    padding: 7px;
    margin-top: 20px;
  }

  /* line 551, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content .row {
    margin-left: 7%;
    margin-right: 7%;
    padding-left: 0;
    padding-right: 0;
    width: 86%;
  }
  /* line 558, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content .home-title {
    font-size: 20px;
    padding: 12px 30px;
  }
  /* line 561, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content .home-title p {
    font-size: 13px;
  }
  /* line 566, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .box {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 569, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .box .intro, #content #main-body .box h5, #content #main-body .box .cols, #content #main-body .box .row {
    margin-left: 7%;
    margin-right: 7%;
    padding-left: 0;
    padding-right: 0;
    width: 86%;
  }
  /* line 576, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .box .links-sect {
    margin-left: 7%;
    width: 86%;
    margin-right: 7%;
  }
  /* line 581, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .box .image {
    padding-left: 7%;
    padding-right: 7%;
  }
  /* line 585, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .box .greymob {
    margin: 20px 7%;
  }
  /* line 587, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .box .greymob .intro, #content #main-body .box .greymob h5 {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 593, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content #main-body .cols {
    padding-bottom: 40px;
  }

  /* line 599, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  #content.bod .gall-thumb, #content.manage .gall-thumb {
    width: 50%;
  }

  /* line 603, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .stock .row {
    padding: 10px 3px;
    font-size: 10px;
  }

  /* line 607, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .home #content {
    margin-top: 30px;
  }

  /* line 612, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .contact form label, .contact form input, .contact form textarea {
    width: 100%;
    clear: both;
  }
  /* line 616, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .contact form label {
    margin-bottom: 0;
  }
  /* line 619, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .contact form #submit {
    float: none;
  }
  /* line 624, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .contact .details label {
    clear: left;
  }
  /* line 627, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  .contact .details a {
    clear: right;
    min-width: 50%;
  }

  /* line 634, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  footer
  .row {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* line 637, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  footer
  .row #menu-footer {
    font-size: 1.0em;
  }
  /* line 639, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  footer
  .row #menu-footer li {
    padding: 5px 10px;
  }

  /* line 644, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  header .lang-select #lang_sel ul li {
    text-align: center;
  }
  /* line 646, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  header .lang-select #lang_sel ul li a {
    padding: 15px 25px 15px 0;
  }
  /* line 649, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  header .lang-select #lang_sel ul li ul {
    min-width: 85px;
    right: -10px;
  }
  /* line 652, C:/Louis XIII/build/theme/_strap-master-14/sass/_media-queries.scss */
  header .lang-select #lang_sel ul li ul li:after {
    right: 6px;
  }
}
/* line 1940, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img- {
  float: none;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-1 {
  width: 1%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-2 {
  width: 2%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-3 {
  width: 3%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-4 {
  width: 4%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-5 {
  width: 5%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-6 {
  width: 6%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-7 {
  width: 7.0%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-8 {
  width: 8%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-9 {
  width: 9%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-10 {
  width: 10%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-11 {
  width: 11%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-12 {
  width: 12%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-13 {
  width: 13%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-14 {
  width: 14.0%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-15 {
  width: 15%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-16 {
  width: 16%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-17 {
  width: 17%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-18 {
  width: 18%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-19 {
  width: 19%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-20 {
  width: 20%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-21 {
  width: 21%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-22 {
  width: 22%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-23 {
  width: 23%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-24 {
  width: 24%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-25 {
  width: 25%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-26 {
  width: 26%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-27 {
  width: 27%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-28 {
  width: 28.0%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-29 {
  width: 29.0%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-30 {
  width: 30%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-31 {
  width: 31%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-32 {
  width: 32%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-33 {
  width: 33%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-34 {
  width: 34%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-35 {
  width: 35%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-36 {
  width: 36%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-37 {
  width: 37%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-38 {
  width: 38%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-39 {
  width: 39%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-40 {
  width: 40%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-41 {
  width: 41%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-42 {
  width: 42%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-43 {
  width: 43%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-44 {
  width: 44%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-45 {
  width: 45%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-46 {
  width: 46%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-47 {
  width: 47%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-48 {
  width: 48%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-49 {
  width: 49%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-50 {
  width: 50%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-51 {
  width: 51%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-52 {
  width: 52%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-53 {
  width: 53%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-54 {
  width: 54%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-55 {
  width: 55.0%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-56 {
  width: 56.0%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-57 {
  width: 57.0%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-58 {
  width: 58.0%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-59 {
  width: 59%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-60 {
  width: 60%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-61 {
  width: 61%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-62 {
  width: 62%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-63 {
  width: 63%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-64 {
  width: 64%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-65 {
  width: 65%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-66 {
  width: 66%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-67 {
  width: 67%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-68 {
  width: 68%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-69 {
  width: 69%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-70 {
  width: 70%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-71 {
  width: 71%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-72 {
  width: 72%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-73 {
  width: 73%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-74 {
  width: 74%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-75 {
  width: 75%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-76 {
  width: 76%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-77 {
  width: 77%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-78 {
  width: 78%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-79 {
  width: 79%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-80 {
  width: 80%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-81 {
  width: 81%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-82 {
  width: 82%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-83 {
  width: 83%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-84 {
  width: 84%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-85 {
  width: 85%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-86 {
  width: 86%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-87 {
  width: 87%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-88 {
  width: 88%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-89 {
  width: 89%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-90 {
  width: 90%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-91 {
  width: 91%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-92 {
  width: 92%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-93 {
  width: 93%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-94 {
  width: 94%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-95 {
  width: 95%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-96 {
  width: 96%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-97 {
  width: 97%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-98 {
  width: 98%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-99 {
  width: 99%;
}

/* line 1945, C:/Louis XIII/build/theme/_strap-master-14/sass/style.scss */
.img-100 {
  width: 100%;
}
