
@font-face {
  font-family: 'allerregular';
  src: url('../fonts/aller_rg-webfont.eot');
  src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_rg-webfont.woff2') format('woff2'), url('../fonts/aller_rg-webfont.woff') format('woff'), url('../fonts/aller_rg-webfont.ttf') format('truetype'), url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'allerbold';
  src: url('../fonts/aller_bd-webfont.eot');
  src: url('../fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_bd-webfont.woff2') format('woff2'), url('../fonts/aller_bd-webfont.woff') format('woff'), url('../fonts/aller_bd-webfont.ttf') format('truetype'), url('../fonts/aller_bd-webfont.svg#aller_bd-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'allerlight';
  src: url('../fonts/aller_lt-webfont.eot');
  src: url('../fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_lt-webfont.woff2') format('woff2'), url('../fonts/aller_lt-webfont.woff') format('woff'), url('../fonts/aller_lt-webfont.ttf') format('truetype'), url('../fonts/aller_lt-webfont.svg#aller_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.inline {
  display: inline-block;
}
.fixed {
  position: fixed;
}
.hidden {
  display: none;
}
.outside {
  position: absolute;
  top: -1000px;
}
.center {
  text-align: center;
}
@media (max-width: 767px) {
  .btn-block-xs {
    width: 100%;
    display: block;
  }
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.white {
  background-color: #fff ! important;
}
.black {
  color: inherit;
}
.black:hover {
  color: inherit;
}
.gray {
  color: #707070;
}
.bold {
  font-weight: bold;
}

body {
  font-family: Verdana, Helvetica, Arial, 'allerregular', sans-serif;
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'allerlight';
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: inherit;
}
h1,
h2 {
  color: #004682;
}
h1 {
  font-size: 35px;
  margin-bottom: 25px;
}
h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
h3 {
  font-size: 20px;
  color: #000;
}
strong {
  font-weight: normal;
  font-family: 'allerbold';
}
select,
option {
  font-family: 'allerregular';
}
a {
  color: #000;
}
a:hover,
a:active {
  color: #005FB0;
  text-decoration: underline;
}
footer {
  text-align: center;
  color: #fff;
  background: #000;
  margin-top: 30px;
  padding-top: 20px;
}
footer a {
  color: inherit !important;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
footer a:hover,
footer a:active {
  color: #66961B !important;
  text-decoration: none;
}
.btn {
  font-family: 'allerbold';
  border-radius: 0;
  border-width: 0;
  border-bottom-width: 2px;
  text-transform: uppercase;
}
.btn:hover,
.btn:active {
  background-color: inherit;
  text-decoration: underline;
}
.btn.btn-primary {
  background-color: #005FB0;
  border-color: #004699;
}
.btn.btn-success {
  background-color: #66961B;
  border-color: #4D7C11;
}
.alert {
  border-radius: 0;
}

#ueCookie {
  background: rgba(25, 25, 25, 0.95);
  display: none;
  font-family: 'allerregular';
  padding: 10px 0px;
  padding-bottom: 25px;
  z-index: 9999999;
}
#ueCookie p {
  font-size: 14px;
  padding: 7px;
  color: #fff !important;
}
@media (max-width: 767px) {
  #ueCookie p {
    text-align: left;
    font-size: 12px;
  }
}
#ueCookie .buttons {
  text-align: center;
}
#ueCookie .closebutton {
  color: '#a2a2a2';
  filter: alpha(opacity=20);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
}
#ueCookie .closebutton:hover,
#ueCookie .closebutton:active {
  color: white;
  text-decoration: none;
}
#ueCookie.top {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#ueCookie.fixedtop {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
#ueCookie.bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  body {
    margin-bottom: 150px;
  }
  footer {
    height: 150px;
  }
}

a {
  cursor: pointer;
}
body {
  min-height: 500px;
}
@media (min-width: 768px) {
  body {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
  }
}
body > .container {
  min-height: inherit;
  background: white;
  padding-top: 25px;
  padding-bottom: 60px;
}
.mediumContainer {
  max-width: 720px;
}
.smallContainer {
  max-width: 480px;
}
footer {
  text-align: center;
  color: #fff;
  background: #000;
}
footer a {
  padding-top: 10px;
}
.verticalCentered {
  display: flex;
  align-items: center;
}
.verticalCenteredAlignRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .rowWithFullWidth {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
form {
  margin-top: 25px;
}
form .form-group {
  margin-bottom: 25px;
}
form label {
  font-family: 'allerregular';
  font-weight: normal;
  font-size: 14px;
}
#estimatedTimesView {
  font-family: 'allerregular';
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}
#estimatedTimesView a {
  color: inherit;
}
#estimatedTimesView div[class^="col-"],
#estimatedTimesView div[class*="col-"] {
  margin-bottom: 5px;
  border-right: 5px solid white;
}
#estimatedTimesView div[class^="col-"]:not(.col-xs-12),
#estimatedTimesView div[class*="col-"]:not(.col-xs-12) {
  background: #F3F3F2;
  height: 50px;
  font-size: 16px;
}
#calendarContainer {
  font-family: 'allerregular';
  font-size: 14px;
}
#calendarContainer .headRow {
  margin-bottom: 20px;
}
#calendarContainer #xsHead select {
  font-size: 16px;
}
#calendarContainer #xsHead .col-xs-7 {
  padding-right: 25px;
}
#calendarContainer .dateCell,
#calendarContainer .momentCol > div {
  align-items: center;
  background: #F3F3F2;
  display: flex;
}
#calendarContainer .momentCol {
  height: 25px !important;
  padding-left: 0px;
  padding-right: 5px;
}
#calendarContainer .momentCol div {
  height: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  #calendarContainer .momentCol {
    margin-bottom: 5px;
  }
}
#calendarContainer .affix {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 0 4px white, 0 6px 2px #66961B;
  z-index: 10;
  background: white;
}
#calendarContainer .affix#xsHead {
  padding: 15px;
  padding-bottom: 0px;
  left: 0;
}
@media (min-width: 768px) {
  #calendarContainer .affix.headRow {
    max-width: 175px;
  }
  #calendarContainer .affix .momentCol {
    max-width: 80px;
  }
}
#calendarView .colonne > .row > .col-xs-12,
#calendarView .colonne > .row > .col-xs-6 {
  height: 50px;
  margin-bottom: 5px;
}
#calendarView .colonne > .row > .col-xs-12 div,
#calendarView .colonne > .row > .col-xs-6 div,
#calendarView .colonne > .row > .col-xs-12 .btn,
#calendarView .colonne > .row > .col-xs-6 .btn,
#calendarView .colonne > .row > .col-xs-12 img,
#calendarView .colonne > .row > .col-xs-6 img {
  height: 100%;
}
#calendarView .colonne > .row > .col-xs-12 img,
#calendarView .colonne > .row > .col-xs-6 img {
  display: inline !important;
}
#calendarView .colonneAgence {
  padding-right: 25px;
}
#calendarView .colonneAgence > .row > .col-xs-12,
#calendarView .colonneAgence > .row > .col-xs-6 {
  padding-left: 0px;
  padding-right: 5px;
}
#calendarView .headRow > .col-xs-12,
#calendarView .headRow > .col-xs-6 {
  height: 40px;
}
#calendarView .dateCell {
  background: #F3F3F2;
  padding: 5px 10px;
}
#calendarView .dateCell.today {
  font-family: allerbold;
}
#calendarView .blankCell {
  background-color: #66961B;
  opacity: 0.4;
  cursor: not-allowed;
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
}
#calendarView .btn {
  font-family: inherit;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 6px;
  width: 100%;
}
#calendarView .btn.eventBtn {
  font-size: 16px;
  text-decoration: underline;
  text-transform: none;
}
#calendarView .btn.disabled.focus,
#calendarView .btn.disabled:focus,
#calendarView .btn.disabled:hover,
#calendarView .btn[disabled].focus,
#calendarView .btn[disabled]:focus,
#calendarView .btn[disabled]:hover,
#calendarView .btn[disabled],
#calendarView .btn.disabled {
  background-color: #66961B;
  border-color: #4D7C11;
  opacity: 0.4;
}
#calendarView hr {
  border: 0;
  margin-top: 35px;
}
#confirmationView {
  font-family: 'allerregular';
  font-size: 14px;
}
#confirmationView .well {
  color: #66961B;
  font-size: 24px;
  width: 200px;
  margin: 0 auto;
}
#spinner {
  display: none;
  z-index: 100;
  position: absolute;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  background: url(../images/spinner.gif);
  background-size: 100%;
}

@media (min-width: 768px) {
  header {
    height: 80px;
    background: url(../images/bg_menu.png) no-repeat center top, #fff;
    box-shadow: 0px 10px 15px -12px #656565;
    margin-bottom: 50px;
  }
  header .row {
    margin-right: 110px;
  }
  header > .container {
    max-width: 1010px;
  }
  header .imgLink {
    display: inline-block;
  }
  header .imgLink img {
    height: inherit;
  }
  header .imgLink:first-of-type {
    margin-right: -5px;
  }
  header .imgLink:hover,
  header .imgLink:active {
    text-decoration: none;
  }
  header .headerTop,
  header .headerBottom {
    padding-left: 15px;
  }
  header .headerTop {
    height: 30px;
    border-left: 1px solid #F0F0F0;
  }
  header .headerBottom {
    height: 50px;
  }
  header .headerPhone {
    font-size: 15px;
    padding-top: 2px;
    color: #4d4d4d;
    font-family: "allerregular";
  }
  header .headerPhone > span {
    vertical-align: middle;
  }
  header .headerMenu {
    height: inherit;
    padding-top: 7px;
    font-size: 17px;
    margin-bottom: 0;
    font-family: 'allerregular';
  }
  header .headerMenu li {
    margin-right: 25px;
  }
  header .headerMenu li,
  header .headerMenu a {
    color: white;
  }
  header .headerMenu li:hover,
  header .headerMenu a:hover {
    color: #66961B;
    text-decoration: none;
  }
  header .homeLink {
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: -2px;
    background: url(../images/homeBlanc.png);
  }
  header .homeLink:hover {
    background: url(../images/homeVert.png);
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  header > .container {
    width: auto;
  }
}
header .navbar {
  margin-bottom: 0;
  background: url(../images/fondBruitTetiere2.png);
}
header .navbar .navbar-brand {
  padding: 4px;
  height: auto;
}
header .navbar .navbar-brand img {
  height: 45px;
}
header .navbar .navbar-toggle.navbar-left {
  float: left;
  margin-left: 10px;
}
header .navbar.navbar-default .navbar-toggle {
  border-color: transparent;
}
header .navbar .navbar-toggle .icon-bar {
  height: 3px;
}
