@charset "UTF-8";
.frm_date {
  margin-top: 40px;
  background-color: #FFF;
  -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  padding: 50px 25px;
}

.frm_date label {
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  color: #C00A27;
  font-weight: 500;
  margin-bottom: .5rem;
}

.frm_date h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.2em;
  color: #2D3544;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
}

.frm_date h2:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #1f2123;
  left: 15px;
  bottom: -15px;
}

.frm_date .input_datepicker, .frm_date .input_datepicker_area {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.8em;
  color: #2D3544;
  font-weight: 400;
  display: block;
  padding: 10px;
  width: 100%;
  outline: none;
  background: transparent;
  border: 1px solid #e6e5e5;
  padding: 12px;
  resize: none;
  position: relative;
}

.frm_date .input {
  position: relative;
}

.frm_date .input:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background-image: url("../img/horaires/001-time.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}

.frm_date .motif {
  margin: 30px 0;
}

.frm_date .footer {
  position: relative;
  margin-bottom: 20px;
}

.frm_date .footer .btn-valid {
  color: #FFF;
  background: #C00A27;
  padding: 10px 50px;
  font-size: 14px;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  transition: background .4s;
  float: right;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  border: 0;
  position: absolute;
  right: 0;
  cursor: pointer;
  outline:none;
}

.frm_time {
  background-color: #FFF;
  -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  padding: 50px 25px;
}

.frm_time table.style2 {
  min-width: 960px;
}

.frm_time table.style2 th {
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px;
}

.frm_time table.style2 th:first-child {
  font-size: 0;
  padding: 0;
}

.frm_time table.style2 tr {
  border-bottom: none;
}

.frm_time table.style2 tr:hover {
  background: #FFF !important;
}

.frm_time table.style2 tr td {
  position: relative;
  padding: 17px 0;
  min-width: 75px;
}

.frm_time table.style2 tr td:first-child {
  padding: 17px 10px;
}

.frm_time table.style2 tr td:first-child {
  position: relative;
  min-width: 75px;
  text-transform: uppercase;
  text-align: left;
  padding: 17px 10px;
}

.frm_time table.style2 tr td:nth-child(2) input[type=text], .frm_time table.style2 tr td:nth-child(5) input[type=text] {
  border-left: 1px solid #eee;
}

.frm_time table.style2 tr td:nth-child(5) {
  padding-left: 10px;
}

.frm_time table.style2 tr td:nth-child(6) .input-time:before, .frm_time table.style2 tr td:nth-child(3) .input-time:before {
  border-right: none;
}

.frm_time table.style2 tr td:last-child {
  text-transform: uppercase;
  text-align: center;
  width: 50px;
}

.frm_time table.style2 tr td input[type=text] {
  cursor: pointer;
  padding: 5px 10px;
  outline: none;
  border: 1px solid #eee;
  border-radius: 0px;
  width: 100%;
  border-left: none;
  border-right: none;
}

.frm_time table.style2 tr td input[type=text]:focus {
  border-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.frm_time table.style2 tr td .input-time {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
}

.frm_time table.style2 tr td .input-time:before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 35px;
  border-right: 1px solid #eee;
}

.frm_time table.style2 tr td .input-time:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  width: 35px;
  background-image: url(../img/horaires/002-clock.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
}

.frm_time table.style2 tr td input[type=checkbox] {
  display: none;
}

.frm_time table.style2 tr td input[type=checkbox]:checked ~ .label-check .checked:after {
  margin-left: 0;
}

.frm_time table.style2 tr td .checked {
  position: absolute;
  top: 17px;
  left: 0px;
  height: 36px;
  right: 10px;
  overflow: hidden;
}

.frm_time table.style2 tr td .checked:before {
  content: "Ouvert";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  padding: 10px 5px;
  -webkit-transition: margin-left .5s;
  -moz-transition: margin-left .5s;
  transition: margin-left .5s;
  background: #C00A27;
}

.frm_time table.style2 tr td .checked:after {
  content: "Fermé";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  padding: 10px 5px;
  margin-left: 100%;
  -webkit-transition: margin-left .5s;
  -moz-transition: margin-left .5s;
  transition: margin-left .5s;
  background: #888888;
}

@media Screen and (max-width: 991px) {
  .frm_time {
    overflow-x: scroll;
  }
}

/*# sourceMappingURL=css.css.map */





    /*!
    * Timepicker Component for Twitter Bootstrap
    *
    * Copyright 2013 Joris de Wit
    *
    * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
    *
    * For the full copyright and license information, please view the LICENSE
    * file that was distributed with this source code.
    */
    .bootstrap-timepicker {
        position: relative;
    }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
        left: auto;
        right: 0;
        
    }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
        left: auto;
        right: 12px;
    }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
        left: auto;
        right: 13px;
    }
    .bootstrap-timepicker .input-group-addon {
        cursor: pointer;
    }
    .bootstrap-timepicker .input-group-addon i {
        display: inline-block;
        width: 16px;
        height: 16px;
    }
    .bootstrap-timepicker-widget.dropdown-menu {
        padding: 4px;
        background-color:#C00A27;
    }
    .bootstrap-timepicker-widget.dropdown-menu.open {
		position:absolute;
        display: inline-block;
		height:100px;
		z-index:999;
    }
	
	.bootstrap-timepicker-widget.dropdown-menu:before {
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }
	
	.bootstrap-timepicker-widget.dropdown-menu table#timepicker tr:hover{
		background:transparent !important;
	}
    .bootstrap-timepicker-widget.dropdown-menu:after {
        border-bottom: 6px solid #C00A27;;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }
    .bootstrap-timepicker-widget.timepicker-orient-left:before {
        left: 6px;
    }
    .bootstrap-timepicker-widget.timepicker-orient-left:after {
        left: 7px;
    }
    .bootstrap-timepicker-widget.timepicker-orient-right:before {
        right: 6px;
    }
    .bootstrap-timepicker-widget.timepicker-orient-right:after {
        right: 7px;
    }
    .bootstrap-timepicker-widget.timepicker-orient-top:before {
        top: -7px;
    }
    .bootstrap-timepicker-widget.timepicker-orient-top:after {
        top: -6px;
    }
    .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #C00A27;
    }
    .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #C00A27;
    }
    .bootstrap-timepicker-widget table#timepicker a.btn,
    .bootstrap-timepicker-widget table#timepicker input {
        /*border-radius: 4px;*/
    }
    .bootstrap-timepicker-widget table#timepicker table {
        width: 100%;
        margin: 0;
    }
    .bootstrap-timepicker-widget table#timepicker td {
        text-align: center;
        height: 30px;
        margin: 0;
        padding: 2px;
		position: relative;
		min-width: 0;
    }
    .bootstrap-timepicker-widget table#timepicker td:not(.separator) {
        min-width: 30px;
    }
    .bootstrap-timepicker-widget table#timepicker td.separator {
        min-width: 30px;
        color:#FFF;
    }
    .bootstrap-timepicker-widget table#timepicker td span {
        width: 100%;
    }
    .bootstrap-timepicker-widget table#timepicker td a {
        position:relative;
        border: 1px transparent solid;
        width: 100%;
        display: inline-block;
        margin: 0;
        padding: 8px 0;
        outline: 0;
        color: #333;
        overflow:hidden;
    }
    .bootstrap-timepicker-widget table#timepicker td a:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 10px;
        width: 10px;
        border-left: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        transform: rotate(135deg);
        transition:all .5s;
    }

    .bootstrap-timepicker-widget table#timepicker tr:nth-child(3) td a:after {
        top: -5px;
        transform: rotate(-45deg);
    }

    .bootstrap-timepicker-widget table#timepicker td a:hover:after {
        border-left: 1.5px solid #FFF;
        border-bottom: 1.5px solid #FFF;
    }
    .bootstrap-timepicker-widget table#timepicker td a i {
        margin-top: 2px;
        font-size: 18px;
    }
    .bootstrap-timepicker-widget table#timepicker td input {
        width: 50px;
        margin: 0;
        text-align: center;
        border:none;
        outline:none;
        background-color: transparent;
        color:#FFF;
        font-family: "Ubuntu", sans-serif;
    }
    .bootstrap-timepicker-widget .modal-content {
        padding: 4px;
    }
    @media (min-width: 767px) {
        .bootstrap-timepicker-widget.modal {
            width: 200px;
            margin-left: -100px;
        }
    }
    @media (max-width: 767px) {
        .bootstrap-timepicker {
            width: 100%;
        }
        .bootstrap-timepicker .dropdown-menu {
            width: 100%;
        }
    }



/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  position:absolute;
  top: 100%;
  left: 0;
  padding: 4px;
  margin-top: 10px;
  min-width: 300px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
  background-color:#C00A27;
  border-radius: 0px;
  border: none;
  z-index:999;
  font-family:"Ubuntu", sans-serif;
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
  border:none;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #C00A27;
  position: absolute;
  top: -10px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  color:#FFF;
}
.datepicker td.day:hover {
  background: #90071d;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: rgba(256,256,256,.4);
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #C00A27;
  background: #C00A27;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #90071d;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #90071d;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #90071d;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #90071d;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #90071d;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.form-control{
     display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.has-error {
	border-color: rgba(255,0,0,.4) !important;
}

