html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  border: 0 none;
    color: #000;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
@media (max-width:599px) {
	h1,
	.h1 {
	  font-size: 24px;
	}
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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-right: 15px;
  padding-left: 15px;
}
.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;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
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;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  	display: block;
    width: 100%;
    height: 34px;
    padding: 10px 12px 6px 35px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FBFBFB;
    background-image: none;
    border: 1px solid #F1F1F1;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: 80px;
}
.devis textarea.form-control {
  height: 175px;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 5px;
  position:relative;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block {
	border: 1px solid #F9C633;
    background: #F9C633 url('../images/bg-gradient.png');
    background-origin: padding-box;
    background-repeat: repeat-x;
    background-size: auto 100%;
    -webkit-border-radius: .2em;
    border-radius: 50px;
    box-shadow: 0 1px 1px rgba(255,255,255,0.8) inset,1px 1px 3px rgba(0,0,0,0.2);
    color: white;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .5rem;
    margin-left: .5rem;
    vertical-align: middle;
    content: "";
    border-top: .5em solid #656061;
    border-right: .5em solid transparent;
    border-left: .5em solid transparent;
    margin-top: -1px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 353px;
  padding: 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: none;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li {
	list-style:none;
}
.dropdown-menu > li > a {
  	display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333 !important;
    white-space: nowrap;
    border-bottom: 1px dotted #ddd;
}
.dropdown-menu > li:last-child > a {
	border-bottom: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #ea0000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px;
}
@media (max-width:991px) {
	.nav > li > a {
		font-size: 12px;
	}
}
.nav > li.active > a {
  text-decoration: none;
  background-color: none;
  color:white;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  margin: 3em 0 1em 0;
  min-height: 70px;
}
.Tablet .navbar {
  margin: 1em 0 1em 0;
}
accueil .navbar {
  min-height: 50px;
}
@media (max-width:767px) {
	.navbar {
	  position: absolute;
    	width: 100%;
	}
	.navbar-header {
		position: relative;
    	top: -70px;
	}
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (max-width: 767px) {
	.navbar-collapse {
		background-color: #000;
		position: relative;
		top: -130px;
		z-index: 1000;
	}
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
	padding:0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding:10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  border: 1px solid #000;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media (max-width: 499px) {
	.navbar-toggle {
		margin-top: 20px;
		padding: 0 10px;
	}
}

.Mobile .navbar-toggle {
  right: 0;
    top: 0;
    margin-top: -42%;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
	background-color: #000;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 100%;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1199px) {
	.navbar-nav > li > a {
		font-size:12px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav > li > a {
		font-size:10px;
	}
	.nav > li > a {
		padding: 10px 0;
	}
}
.navbar-nav > li:hover,
.navbar-nav > li:focus,
.navbar-nav > li.active {
	background: #ea0000;
}
.navbar-nav > li:hover > a,
.navbar-nav > li:focus > a,
.navbar-nav > li.active a {
	text-decoration:none;
	color: #fff;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    background: #000;
	display:inline-block;
    margin: 0;
	position: relative;
    top: 7px;
    z-index: 500;
	vertical-align:bottom;
	width:100%;
  height: 55px;
  }
  .navbar-nav > li {
    width: 14.26%;
    height: 55px;
    display: inline-block;
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    line-height: 15px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 12px;
  }
}

.Tablet .navbar-nav > li {
    width: 17.8%;
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
	.navbar-right {
		position: relative;
    	top: -8px;
	}
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
	margin-top:30px;
	margin-right: 10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.Tablet .navbar-right {
    margin-top: 0;
    margin-right: 0;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  position:relative;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > div {
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 5px 0;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.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) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

@media (min-width: 768px) {
	#mobile-menu {
		text-align:center;
	}
}
.logo {
	float: left;
    margin: 0;
    margin-top: 10px;
	height: 85px;
    width: 21.5%;
    background: url(../images/logo-tete.png);
    background-repeat: no-repeat;
    background-size: 100%;
	position: relative;
  color:#fff;
  font-size: 28px;
  text-align: center;
  line-height: 80px;
  text-shadow: 2px 2px 0px #333;
  font-weight: bold;
  font-family: arial;
  white-space: nowrap!important;
}
.Mobile .logo {
  width: 68%;
  top: 0;
}
.logo span {
	display: block;
    line-height: normal;
    font-size: 12px;
    margin-top: -25px;
    text-align: left;
    margin-left: 4%;
}

.logo:hover {
  text-decoration: none;
  color:#fff;
}
.tel-contact {
	display: inline-block;
    color: #ea0000;
    margin-right: 20px;
	margin-top: -2%;
    font-size: 2em;
    font-weight: 900;
    line-height: 0.9em;
    position: relative;
    padding-left: 25px;
}
.tel-contact span {
	display: block;
}
.tel-contact span a {
  color: #000;
}
.tel-contact span em {
	font-size: 12px;
    color: #ea0000;
}
.liste-horaire.table2 i {
	background:url('../images/icon.png') no-repeat 0 0;
	display:inline-block;
	content:"";
	height:24px;
	margin-right: 5px;
    position: relative;
    top: 1px;
	width:13px;
}
.tel-contact i {
	background: url('../images/icon.png') no-repeat 0 0;
    content: "";
    height: 24px;
    position: absolute;
    top: 35%;
    width: 13px;
	left:0;
}
.depannage-urgent,
.devis-gratuit {
	display: inline-block;
	margin: 3px 3px 0;
    vertical-align: top;
}
.devis-gratuit a,
.depannage-urgent a {
	background: white;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 3px;
    color: #0b49d7;
}
.devis-gratuit a:hover,
.depannage-urgent a:hover {
	text-decoration:none;
}
.devis .devis-gratuit a {
	background: #ea0000;
}
.depannage-urgent a {
	padding: 10px 10px;
    background: #002579;
    color: white;
    font-weight: 600;
    border: 1px solid #386ADE;
}
.depannage-urgent a:hover,
.depannage-urgent a:focus,
.depannage-urgent a:active {
	background:#F7C534;
	color:#0B49D7;
}
.urgence .depannage-urgent a {
	background: #ea0000;
    color: #1044BB;
    border: 1px solid #ea0000;
}
@media (max-width: 991px) {
	.logo {
		font-size: 20px;
	}
	.logo span {
		margin-top: -9px;
		margin-left: 0;
	}
	.tel-contact {
		font-size: 2em;
		margin: 10px 5px;
	}
	.navbar-right {
		top:15px;
	}
	.devis-gratuit a, .depannage-urgent a {
		font-size: 12px;
		padding: 10px 15px;
	}
}
@media (max-width: 499px) {
	.logo {
    	display: block;
		font-size: 15px;
		top: 5px;
		line-height: 43px;
	}
	.navbar-right {
		top: 0;
    	margin: 7px 0;
		position:relative;
	}
	.depannage-urgent {
		display:none;
	}
	.devis-gratuit {
		position: absolute;
		right: 0;
		top: -55px;
		z-index:999;
	}
	.devis-gratuit a { padding: 7px 15px;}
	
}

@media (min-width: 500px) and (max-width: 680px) {
	.logo {
		display: inline-block;
		float: none;
		font-size: 12px;
		height: inherit;
		line-height: 40px;
		top: 0;
	}
	.logo span {
		font-size: 12px;
		margin-top: -5px;
	}
	.navbar-right {
		top: -8px;
	}
	.tel-contact {
		font-size: 1.5em;
	}
	.devis-gratuit a, 
	.depannage-urgent a {
		padding: 7px 10px;
	}
}
@media (min-width: 681px) and (max-width: 767px) {
	.logo {
		height: 60px;
    	line-height: 60px;
		margin-right: 15px;
		top: 8px;
	}
	.tel-contact {
		font-size: 1.5em;
	}
	.devis-gratuit a, .depannage-urgent a {
		padding: 10px 8px;
	}
}
.homesilider {
	background-color:#fff;
  border-top: 3px solid #000;
    border-bottom: 3px solid #000;
	min-height: 240px;
    max-height: 240px;
	overflow:hidden;
	position:relative;
}
@media (max-width: 1325px) {
	.accueil .homesilider {
		min-height: 215px !important;
	}
}
@media (min-width: 1600px) {
  .homesilider {
    min-height: 330px;
    max-height: 330px;
  }
}
.garantie-devis {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30%;
}
.accueil .garantie-devis {
    bottom: 30%;
}
.garantie-devis img {
	width:10%;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.accueil .homesilider {
		min-height: 178px !important;
	}
	.accueil .garantie-devis {
		bottom:25%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.accueil .homesilider {
		min-height: 138px !important;
	}
	.accueil .garantie-devis {
		bottom:25%;
	}
	.garantie-devis img {
		width:22%;
	}
}
.images-slider img {
	width:100%;
}
@media (max-width:767px) {
	.accueil .homesilider,
	.homesilider {
		min-height: inherit !important;
	}
	.accueil .garantie-devis,
	.garantie-devis {
		top: 6%;
	}
	.accueil .garantie-devis img,
	.garantie-devis img {
		width:22%;
	}
}
.caption-image {
	position: relative;
    text-align: center;
    top: 25px;
}
.caption-image h1 {
    color: #0b49d7;
    background: r#ea0000 0.51);
    font-size: 26px;
	font-weight: 600;
    padding: 10px;
}
.titre-site {
	background: #000;
    width: 100%;
}
@media (max-width:1220px) {
	.homesilider {
		min-height: 210px;
	}
}
@media (max-width:767px) {
	.titre-site {
		background: rgba(0, 37, 121, 1);
		position: inherit;
	}
}
.titre-site h1 {
	color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 0.27em 0;
    text-align: center !important;
    text-transform: uppercase;
}
.titre-site h1 strong {
  font-weight: 100;
    letter-spacing: 1px;
}
@media (max-width: 991px) {
	.titre-site h1 {
		font-size: 1.5em;
	}
}
.logo-garantie a {
	display:inline-block;
}
.logo-garantie img {
	margin-right: 15px;
}

#site-container {
	padding-top: 30px;
}
.main-left {
	background: #fff;
}
.block-contact {
	height: auto;
    line-height: 24px;
    box-shadow: 0 0 15px #e5e5e5;
    border: 1px solid #ddd;
    color: #000;
	text-align:center;
	padding:5px;
}
.block-contact strong a{
  color: #ea0000;
}
.devis .block-contact {
	margin-top: 20px;
    padding: 20px;
}
.block-contact strong {
	color: #ea0000;
    font-size: 18px;
	display:block;
	margin: 5px 0;
}
.devis .block-contact strong {
	font-size:30px;
	margin-top: 15px;
}
.block-contact.last-block {
	margin-top:20px;
}
.menu-right .block-contact.last-block {
	margin-left:15px;
	line-height:30px;
}
.block-contact.last-block strong {
	font-size:33px;
}
.devis .menu-right .last-block,
.devis #tel-right {
	display:none;
}
.block-une h2 {
	color:#000;
	font-size: 24px;
    padding-bottom: 5px;
	position:relative;
}
.block-une span {
	display:block;
	margin-bottom: 15px;
	text-align:justify;
}
.block-une img {
	float: left;
    width: 40%;
    height: auto;
}
.block-une .bloc-right {
	float: right;
    width: 57%;
	text-align:justify;
}
.block-une .bloc-right h2 {
	margin:0 !important;
}
.part {
	clear:both;
}
.block-une .bloc-right ul {
	padding-left:15px;
}
ul li {
    list-style-image: url('../images/puce.png');
}
.block-une .desc-txt {
	margin-left: 160px;
}
.block-une .desc-txt h2 {
	margin-top:0;
}
@media (max-width:767px) {
	.block-une img {
		width:100%;
	}
	.block-une .bloc-right {
		float: none;
		width: 100%;
	}
	#site-container {
		padding-top: 0;
	}
	.img-item img {
		margin-right: 15px;
	}
	.block-une .desc-txt {
		margin-left: inherit;
	}

}
/* Bloc nos activités */
.bloc-activite {
	margin-top: 30px;
}
.heading_presta {
	margin-bottom: 15px;
    position: relative;
    background: #eee;
    padding: 10px;
    border-radius: 15px;
    border-bottom: 5px solid #ddd;
}
.heading_presta:hover {
	background: #aaa;
}
.heading_presta > a {
    color: #C9CDD6;
    font-size: 24px;
	display:block;
}
.heading_presta > a:hover,
.heading_presta > a:focus {
	color:white;
	text-decoration:none;
}
.arrow-down {
	background: url('../images/banner-button.png') no-repeat;
    height: 100px;
    width: 71px;
    position: absolute;
    right: 0;
    top: -5px;
    background-size: 69%;
}
.content-item {
    cursor: pointer;
    padding-bottom: 35px;
}
@media (min-width:768px) {
	.bloc-activite .col-sm-4 {
		padding:0 7px !important;
	}
}
.content-item  .item-img {
	background: #ffffff;
    border: 7px solid #E6E6E6;
    float: left;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    width: 150px;
    margin: 20px 0;
}
#bloc-interne .block-une {
	border-top: 1px dashed #ddd;
    padding-top: 15px;
}
#bloc-interne .block-une:first-child {
	border-top: none;
}
.m-t-0 {
	margin-top:0 !important;
}
.content-item  .item-img-right {
	float: right;
}
.content-item  .desc-txt-left {
	margin-right: 160px;
    margin-left: 0;
}
.content-item img {
	width:100%;
}
.img-item img {
	width: 145px !important;
}
.rapel-immediat {
    height: 100px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: auto;
    padding: 10px 29px;
    border: 1px solid #ea0000;
    background: #ea0000 url('../images/bg-gradient.png');
    background-origin: padding-box;
    background-repeat: repeat-x;
    background-size: auto 100%;
    -webkit-border-radius: .2em;
    border-radius: 50px;
    box-shadow: 0 1px 1px rgba(255,255,255,0.8) inset,1px 1px 3px rgba(0,0,0,0.2);
}
.rapel-immediat i {
	background: url('../images/tel.png') no-repeat center;
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
    top: 15px;
    margin-right: 15px;
    background-size: 50px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
@media (max-width: 767px) {
	.rapel-immediat {
		width: 100%;
    	margin: 15px auto;
    	text-align: center;
	}
}
@media (min-width: 600px) and (max-width: 991px) {
	.rapel-immediat {
		height:75px;
		margin-top: 20px;
	}
	.rapel-immediat i {
		top:2px;
	}
	.rapel-immediat > div {
		position:relative;
		text-align:left
	}
	form#rappel-immediat {
		position: absolute;
		right: 10px;
		text-align: right;
		top: 15px;
		width: 70%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.rapel-immediat {
		padding: 10px;
	}
	.rapel-immediat i {
		background-size: 40px;
		left:10px;
	}
}
.rapel-immediat:hover i {
    background-size: 60% 45%;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}
.rapel-immediat {
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.rapel-immediat h3 {
	color: white;
    margin: 0;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	
}
.rapel-immediat h3:hover {
    -webkit-animation: moveFromTop 400ms ease-in-out;
    -moz-animation: moveFromTop 400ms ease-in-out;
    -ms-animation: moveFromTop 400ms ease-in-out;
}
.rapel-immediat span {
	display: block;
    color: rgba(255,255,255,0.8);
	font-size: 14px;
    margin: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.rapel-immediat span:hover {
    -webkit-animation: moveFromBottom 400ms ease-in-out;
    -moz-animation: moveFromBottom 400ms ease-in-out;
    -ms-animation: moveFromBottom 400ms ease-in-out;
}
form#rappel-immediat input[type="num"],
form#rappel-immediat input[type="text"] {
    background: #f0c752;
    border: 1px solid #cea225;
    border-radius: 15px 0 0 15px;
	border-right:none;
    color: #000;
    float: left;
    padding: 3px 7px;
    width: 60%;
}
form#rappel-immediat input[type="submit"] {
    background: white;
    border: 1px solid #fff;
    border-radius: 0 15px 15px 0;
    float: left;
    height: 27px;
    position: relative;
    top: 1px;
}
#mail2,
#mail {
	display:none !important;
}
.menu-right {
    margin-top: 10px;
}
.menu-right h3 {
	background: #ea0000;
    border-radius: 3px;
    font-size: 1.3em;
    color: #fff;
    text-align: left;
    margin: 10% 0;
    padding: 5px 5px 5px 26%;
    position: relative;
    margin-left: 15px;
}
.menu-right h3 > em {
	display: block;
    font-size: 12px;
    margin-top: 3px;
}
.menu-right h3 > span {
	display: block;
    height: 100px;
    position: absolute;
    width: 100px;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    top: -60%;
    left: -5%;
    border: 2px solid #ea0000;
}
form#devis-form {
	margin-left: 15px;
}
.liste-horaire {
    background: #D9E9F7;
    border-top: none;
	margin:-35px 0 0 15px;
	width:321px;
}
.liste-horaire.table2 {
	margin-top: 0;
    background: #ea0000;
    color: white;
}
.liste-horaire.table2 em {
	font-size: 30px;
    color: #F9C633;
    font-weight: 600;
}
.liste-horaire.table2 em a {
  color: #000;
}

@media (max-width: 1199px) {
	.rapel-immediat {
    	padding: 10px;
	}
	.rapel-immediat i {
		left:10px;
	}
	.liste-horaire {
		width:95%;
	}
}
@media (min-width: 600px) and (max-width: 991px) {
	.menu-right h3 {
		margin: 8% 0 5% 15px;
		padding-left:15%;
	}
	.menu-right h3 > span {
    	left: -1%;
	}
	.liste-horaire {
		width:98%;
	}
}
.liste-horaire td {
	width: 30%;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #FFF;
}

.liste-avantage {
	margin: -35px 0 0 15px;
    padding: 25px 25px 15px;
    background: #F3F3F3;
}
.liste-avantage li {
	list-style:none;
	padding: 5px 0;
    border-bottom: 1px solid #fff;
}

.map-box {
	overflow: hidden;
    margin-top: -35px;
    margin-left: 15px;
    border: 1px solid #ddd;
}

#footer {
	background: #ea0000;
}
.menu-footer {
	margin: 7px 0;
	padding-left:0;
	list-style:none;
	text-align:center;
}
.menu-footer li {
	display:inline-block;
}
@media (max-width: 381px) {
	.menu-footer li:last-child {
		margin-top:15px;
	}
}
.menu-footer li a {
	color:white;
	display: block;
	font-size: 12px;
    margin: 0 7px;
}
.logo-agence {
	display:block;
	text-align:center;
	margin-bottom: 5px;
}
.copyright {
	color:white;
	font-size:11px;
	text-align:center;
}
.copyright a {
	color:white;
	text-decoration:underline;
}
.menu-right .copyright-right {
	font-size: 13px;
    text-align: center;
    background: #656061;
    margin-left: 15px;
    padding: 10px 10px 3px;
}
.Mobile .menu-right .copyright-right {
    background: none !important;
}
.menu-right .copyright-right strong {
	display:block;
}
.menu-right .copyright-right a {
	color:#000;
}
.logo-wk {
  width: 78px;
}
.shadow {
	background: url('../images/ombre-right.png') no-repeat center;
    display: block;
    height: 24px;
    width: 100%;
    margin-top: -9px;
    margin-left: 10px;
}

#Maps, .Maps {
  width: 320px;
    height: 250px;
    margin: 0 auto;
    text-align: center;
}
@media (min-width: 600px) and (max-width: 991px) {
	#Maps, .Maps {
	  width: inherit;
	}
	.Maps iframe {
	  width: 100%;
	}
}
strong.Bleu {
  color:#0b49d7;
}
/* Page contact */
.adresse-contact {
	border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 25px;
}
.adresse-contact p {
	font-size: 24px;
}
.adresse-contact span {
	display: block;
    margin: 10px 0;
}
.adresse-contact img {
	width:100%;
}
.adresse-contact i {
    background: url('../images/sprit-x.png') no-repeat;
	display:inline-block;
    height: 20px;
	position: relative;
    top: 4px;
    margin-right: 10px;
    width: 21px;
    z-index: 2;
}
.tel-contacts a {
  color: #000;
}
.contact #demande-de-devis,
.contact #map-right,
.devis #demande-de-devis,
.devis #map-right {
	display:none;
}
.contact .col-md-8.main-left h2,
.devis .col-md-8.main-left h2 {
	margin-top: 0;
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.contact #devis-form label {
	color:#777;
	float: left;
    width: 20%;
}
.contact #devis-form .form-group {
	margin-bottom: 5px;
}
.contact #devis-form input[type="text"],
.contact #devis-form textarea {
	background: #F3F3F3;
    border-color: #eee;
    box-shadow: none;
	display: inline-block;
	padding: 10px 12px 6px 12px;
    width: 80%;
}
.contact #devis-form .btn-block {
	width: 80%;
    margin: 0 0 0 auto;
}
.devis form#devis-form {
	margin-left:0;
}
.map-contact {
	margin: 20px 0;
}
.map-contact > div {
	overflow:hidden !important;
	padding: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 0px 4px #CACACA;
}
@media (min-width:992px) {
	.map-contact iframe {
		max-width: 690px;
	}
}

/* sprit icon */
.icon-devis {
	background: url('../images/sprit-x.png') no-repeat;
    height: 20px;
    width: 21px;
    position: absolute;
    z-index: 2;
    left: 5px;
    top: 7px;
}
.contact .icon-devis,
.devis .icon-devis {
	top: 33px;
}
.user-icon {
	background-position:0 0;
}
.cp-icon {
	background-position:4px -28px !important;
}
.mail-icon {
	background-position:0 -52px !important;
}
.tel-icon {
	background-position:5px -77px !important;
}
.message-icon {
	background-position:0 -100px;
}

/* pages réalisations */
#realisations h2 {
	text-align: center;
    margin-top: 0;
}
#realisations .col-md-4 {
	padding:0 7px !important;
}

/* Page internes */
#devis-pretations {
	background: #EAEFFB;
}
#devis-pretations h2 {
	color: #0F45C2;
	font-size: 24px;
    text-shadow: 0 0px 2px #95AEE8;
}

/*images banners */
.images-banner {
	height: 240px;
    background-size: cover !important;
}
@media (min-width:1600px) {
  .images-banner {
  height: 330px;
  }
}
@media (max-width:767px) {
	.images-banner {
		height: 57px;
		background-size: 100% !important;
	}
}
.index .images-banner,
.couvreur-joue-les-tours .images-banner,
.couvreur-saint-avertin .images-banner,
.couvreur-montlouis  .images-banner{
  background:url('../images/slide.jpg') no-repeat;
}
.isolation-toiture .images-banner {
	background:url('../images/slide.jpg') no-repeat;
}
.velux .images-banner {
	background:url('../images/velux.jpg') no-repeat;
}
.ravalement .images-banner {
	background:url('../images/ravalement.jpg') no-repeat;
}
.reparation-de-cheminee .images-banner {
	background:url('../images/reparation-de-cheminee.jpg') no-repeat;
}

.realisations .images-banner {
  background:url('../images/slide.jpg') no-repeat;
}
.nettoyage-demoussage .images-banner {
	background:url('../images/nettoyage-demoussage.jpg') no-repeat;
}
.gouttiere .images-banner {
	background:url('../images/gouttiere.jpg') no-repeat;
}
.reparation-de-toiture .images-banner {
  background:url('../images/reparation-de-toiture.jpg') no-repeat;
}
.devis .images-banner,
.contacts .images-banner {
	background:url('../images/prestation/banner-devis.jpg') no-repeat;
}
.urgence .images-banner {
	background:url('../images/slide.jpg') no-repeat;
}
.sucy_en_brie .images-banner,
.idf .images-banner,
.villejuif .images-banner,
.essonne .images-banner,
.st_maur_des_fosses .images-banner {
	background:url('../images/slide.jpg') no-repeat;
}
/* banner mobile */
.Mobile.ravalement .images-banner {
	background:url('../images/prestation/banner-ravalement-mobile.jpg') no-repeat;
}
.Mobile.gouttieres .images-banner {
	background:url('../images/prestation/banner-gouttieres-mobile.jpg') no-repeat;
}
.Mobile.realisations .images-banner {
	background:url('../images/prestation/banner-realisation-mobile.jpg') no-repeat;
}
.Mobile.nettoyages .images-banner {
	background:url('../images/prestation/banner-nettoyage-mobile.jpg') no-repeat;
}
.Mobile.devis .images-banner,
.Mobile.contact .images-banner {
	background:url('../images/prestation/banner-devis-mobile.jpg') no-repeat;
}
.Mobile.urgence .images-banner {
	background:url('../images/prestation/banner-urgence-mobile.jpg') no-repeat;
}
.Mobile.sucy_en_brie .images-banner,
.Mobile.idf .images-banner,
.Mobile.villejuif .images-banner,
.Mobile.essonne .images-banner,
.Mobile.st_maur_des_fosses .images-banner {
	background:url('../images/slide-mobile.jpg') no-repeat;
}

/*Page introuvable */
.introuvable .homesilider {
    display: none;
}
.page404 {
    margin-bottom: 10%;
    text-align: center;
}
.page404 p {
    font-size: 15em;
    font-weight: bold;
}
.page404 span {
    font-size: 3em;
    display: block;
    margin-top: -7%;
} 
.realisation-contact {}
.realisation-contact a {
	display: inline-block;
    padding: 15px;
    width: 250px;
    text-align: center;
    margin: 0 5px;
    font-size: 18px;
    border-radius: 25px;
}
.realisation-contact a.realisations {
	 background: #ea0000;
}
.realisation-contact a.realisations:hover,
.realisation-contact a.realisations:focus {
	 background: #DAA204 !important;
    color: white !important;
}
.realisation-contact a.contacts {
	background: rgba(255, 255, 255, 0.67);
}
.realisation-contact a.contacts:hover,
.realisation-contact a.contacts:focus {
	background: rgba(255, 255, 255, 1);
}
.baseline {
  float: left;
    font-weight: 400;
    color: #000;
    font-size: 1.3em;
    text-transform: capitalize;
    width: 38%;
    margin-top: 3%;
    line-height: 22px;
    padding: 0 0 0 7px;
    margin-left: 7%;
}
.Mobile .baseline {
  display: none;
}
.Tablet .baseline {
  margin-left: 1%;
  margin-top: 1%;
}
.nav-mobile {
  display: none;
}
.Mobile .nav-mobile {
  display: block;
  float: right;
    background: #000;
    height: 50px;
    width: 50px;
    margin-top: -53%;
}