@charset "UTF-8";
.awesomplete [hidden] {
  display: none; }

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.awesomplete {
  display: inline-block;
  position: relative; }

.awesomplete > input {
  display: block; }

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff; }

.awesomplete > ul:empty {
  display: none; }

.awesomplete > ul {
  border-radius: .3em;
  margin: .2em 0 0;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none; }

@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -.43em; }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease; } }

/* Pointer */
.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer; }

.awesomplete > ul > li:hover {
  background: #b8d3e0;
  color: black; }

.awesomplete > ul > li[aria-selected="true"] {
  background: #3d6d8f;
  color: white; }

.awesomplete mark {
  background: #eaff00; }

.awesomplete li:hover mark {
  background: #b5d100; }

.awesomplete li[aria-selected="true"] mark {
  background: #3d6b00;
  color: inherit; }

/*# sourceMappingURL=awesomplete.css.map */
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff; }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 10px; }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  #outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0;
    width: 230px;
    /*need for IE*/
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    cursor: pointer; }
    #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #ffffff; }
  #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
    #outdated .last[dir='rtl'] {
      right: auto !important;
      left: 25px !important; }
  #outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px; }
  * html #outdated {
    position: absolute; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

body,
html {
  margin: 0; }

p,
ul {
  margin: 0; }

ul {
  padding: 0; }

li {
  list-style-type: none; }

a {
  text-decoration: none;
  color: inherit; }
  a.link {
    text-decoration: underline; }
  a:hover {
    text-decoration: none; }

button {
  border: 0; }

input {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

input,
select,
textarea {
  border: 0; }

input:not([required]):not([type='date'])::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
  display: none; }

fieldset {
  border: 0;
  padding: 0; }

img {
  border: 0; }

hr {
  border: none; }

html,
body {
  min-height: 100%; }

html {
  font-family: 'Open Sans', sans-serif;
  color: #22211C; }

html,
body {
  min-height: 100%;
  height: auto; }

body {
  padding-bottom: 30px;
  background-color: #2ba4d8;
  position: relative; }
  body::before {
    content: '';
    background: #2ba4d8 no-repeat center center/cover url("/assets/images/bg-2.jpg");
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    min-height: 100vh;
    height: 100%; }
  @media (min-width: 46.25em) {
    body {
      padding-bottom: 15px; } }

@media (min-width: 46.25em) {
  padding-bottom: 0; }

.main-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 46.25em) {
    .main-container {
      padding: 0; } }

.font-o {
  font-family: 'Open Sans', sans-serif; }

.font-m {
  font-family: 'Montserrat', sans-serif; }

.hidden {
  display: none !important; }

.center {
  text-align: center; }

svg {
  fill: #4b97d4; }

.vet-button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 10px;
  display: inline-block;
  padding: 8px 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  border-radius: 25px;
  background-color: #D95E38; }
  .vet-button:before,
  .vet-button .text {
    vertical-align: middle; }
  .vet-button:hover {
    text-decoration: none;
    opacity: 0.95; }
  .vet-button.full {
    text-align: center;
    width: 100%; }
  .vet-button.fill {
    padding: 10px 10px; }
  .vet-button.invert {
    color: #D95E38;
    background-color: white; }
    .vet-button.invert svg {
      fill: #D95E38; }
  .vet-button.border {
    border: 2px solid #D95E38;
    padding: 6px 38px; }
  .vet-button.medium-text {
    font-size: 12px; }
  .vet-button.large-text {
    font-size: 14px; }
  .vet-button.primary {
    background-color: #3498db; }
  .vet-button svg {
    vertical-align: middle;
    fill: white;
    width: 20px;
    height: 20px;
    margin-right: 10px; }

.vet-button-2 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 10px;
  display: inline-block;
  padding: 8px 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  border-radius: 25px;
  background-color: #D95E38;
  font-weight: 700; }
  .vet-button-2:before,
  .vet-button-2 .text {
    vertical-align: middle; }
  .vet-button-2:hover {
    text-decoration: none;
    opacity: 0.95; }
  .vet-button-2.full {
    text-align: center;
    width: 100%; }
  .vet-button-2.fill {
    padding: 10px 10px; }
  .vet-button-2.invert {
    color: #D95E38;
    background-color: white; }
    .vet-button-2.invert svg {
      fill: #D95E38; }
  .vet-button-2.border {
    border: 2px solid #D95E38;
    padding: 6px 38px; }
  .vet-button-2.medium-text {
    font-size: 12px; }
  .vet-button-2.large-text {
    font-size: 14px; }
  .vet-button-2.primary {
    background-color: #3498db; }
  .vet-button-2 svg {
    vertical-align: middle;
    fill: white;
    width: 20px;
    height: 20px;
    margin-right: 10px; }

.transparentify:hover {
  opacity: 0.5; }

.steps {
  margin-top: 10px; }

img.round {
  border-radius: 50%; }

img.white-border {
  padding: 3px;
  background: white; }

.select-css {
  display: block;
  font-size: 12px;
  font-family: sans-serif;
  color: #444;
  line-height: 1.3;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 25px 6px 10px;
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='11.4'%3E%3Cpath d='M9.5 6.8L3.1.5C2.5-.2 1.4-.1.7.5L.5.8c-.7.7-.7 1.7 0 2.4L8.4 11c.7.6 1.7.6 2.4-.1l.2-.2.1-.1 7.5-7.4c.6-.6.6-1.7 0-2.4l-.2-.2c-.7-.7-1.7-.7-2.4-.1L9.5 6.8z' fill='%23ff825f'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1em auto, 100%;
  color: #666; }
  .select-css.large {
    padding: 0 45px 0 15px;
    height: 38px; }
  .select-css::-ms-expand {
    display: none; }
  .select-css:hover {
    border-color: #888; }
  .select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    outline: none; }
  .select-css option {
    font-weight: normal; }
  .select-css:disabled, .select-css[aria-disabled='true'] {
    color: gray;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%); }
  .select-css:disabled:hover, .select-css[aria-disabled='true'] {
    border-color: #aaa; }

input[type='checkbox'] {
  height: 12px;
  width: 12px;
  border: 1px solid #006699; }
  input[type='checkbox']:checked {
    background-color: #D95E38; }

form .form-element .label {
  margin-bottom: 2px;
  color: #006699;
  display: block;
  font-size: 13px; }

form .form-element .verif-label {
  color: #D95E38;
  display: block;
  font-size: 13px; }

form .form-element input,
form .form-element select {
  border: 1px solid #d2e2f0; }

form .form-element input[type='text'],
form .form-element input[type='tel'],
form .form-element input[type='email'],
form .form-element input[type='number'],
form .form-element input[type='password'] {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0.5em;
  padding: 8px 10px 6px; }

form .datepicker {
  padding: 4px 5px 3px;
  border-radius: 0.5em; }

textarea {
  box-sizing: border-box;
  border: 1px solid #d2e2f0;
  border-radius: 3px;
  padding: 5px;
  font-size: 12px;
  font-family: inherit; }

.info-bloc {
  display: flex;
  flex-direction: column;
  color: #666; }
  .info-bloc header {
    text-align: center;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 20px;
    font-weight: bold;
    background-color: #d2e2f0;
    color: #006699; }
    @media (min-width: 46.25em) {
      .info-bloc header {
        text-align: left;
        white-space: nowrap; } }
  .info-bloc.emergency header {
    background-color: #d45852;
    color: white; }
  .info-bloc.custom header {
    background-color: #006699;
    color: white; }
  .info-bloc.custom-3 header {
    background-color: #3498db;
    color: white; }
  .info-bloc .content {
    background-color: white;
    flex: 1 1 auto;
    padding: 15px; }

.additional-info {
  font-size: 12px;
  text-align: left;
  display: flex;
  flex-direction: column; }
  .additional-info .header {
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px 5px 0 0;
    padding: 15px;
    background-color: #006699;
    text-align: center; }
    .additional-info .header.emergency {
      background-color: #d45852; }
  .additional-info .content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    color: black;
    padding: 20px 15px 15px; }
    .additional-info .content p {
      margin-bottom: 1em; }

.alert-container {
  margin-top: 20px;
  margin-bottom: 4px; }
  .alert-container.hidden {
    display: none; }

.alert {
  margin: 15px 0;
  padding: 15px 25px 15px;
  text-align: left;
  font-size: 14px;
  position: relative;
  color: white;
  border-radius: 5px; }
  .alert.thin {
    padding: 5px 10px;
    font-size: 12px; }
  .alert.fusion {
    border-radius: 5px 5px 0 0;
    margin-bottom: 0; }
  .alert svg {
    fill: white;
    width: 30px;
    height: 30px;
    margin-right: 30px; }
  .alert.icon {
    display: flex;
    align-items: center; }
  .alert .linkform {
    font-size: 13px;
    font-weight: 600; }
  .alert strong {
    display: block; }
  .alert.important {
    background-color: #d45852; }
  .alert.accent {
    background-color: #D95E38; }
  .alert.success {
    background-color: #66bb6a; }
  .alert.warning {
    background-color: #006699; }
  .alert.neutral {
    background-color: #f2f2f2;
    color: #666; }
  .alert ul li {
    list-style-position: inside;
    list-style-type: disc; }
  .alert.button {
    display: block;
    text-align: center; }
    .alert.button .vet-button {
      margin-top: 15px; }
    @media (min-width: 46.25em) {
      .alert.button {
        text-align: left;
        display: flex;
        justify-content: space-between; }
        .alert.button .vet-button {
          margin-top: 0; } }

.alert-neutral {
  background-color: #f2f2f2;
  color: #666;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px; }

div.awesomplete {
  display: block;
  font-size: 12px;
  color: #006699;
  width: 100%;
  height: 38px; }
  div.awesomplete input {
    font-size: 12px;
    line-height: 1.3;
    border-radius: 0.5em;
    padding: 0 45px 0 15px;
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
  div.awesomplete input:active,
  div.awesomplete input:focus {
    border: 0;
    outline: 0; }
  div.awesomplete > ul {
    margin-top: -2px;
    box-shadow: none;
    border: 0;
    overflow: auto;
    max-height: 15em;
    background-color: #006699;
    z-index: 2; }
    div.awesomplete > ul:before {
      content: none; }
  div.awesomplete ~ .list-source {
    display: none; }

.calendar-wrapper + .calendar-wrapper {
  margin-top: 10px; }

.calendar-wrapper .calendar-container {
  border-radius: 5px;
  background-color: white; }

.calendar {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  font-size: 12px; }
  .calendar .list {
    width: 100%;
    justify-content: center;
    border-spacing: 10px 0;
    display: flex;
    justify-content: space-between; }
  .calendar .dates-container {
    flex: 1; }
  .calendar .dates,
  .calendar .availabilities {
    display: flex;
    justify-content: space-between; }
  .calendar .date,
  .calendar .times {
    flex: 1; }
  .calendar .availabilities {
    position: relative;
    padding: 15px 0; }
  .calendar .jump,
  .calendar .empty,
  .calendar .nothing-left {
    position: absolute;
    background-color: #d2e2f0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .calendar .jump a,
    .calendar .jump p,
    .calendar .empty a,
    .calendar .empty p,
    .calendar .nothing-left a,
    .calendar .nothing-left p {
      display: block;
      background-color: white;
      color: #006699;
      padding: 15px;
      font-size: 13px; }
      @media (min-width: 46.25em) {
        .calendar .jump a,
        .calendar .jump p,
        .calendar .empty a,
        .calendar .empty p,
        .calendar .nothing-left a,
        .calendar .nothing-left p {
          padding: 15px 60px; } }
      .calendar .jump a span.red,
      .calendar .jump p span.red,
      .calendar .empty a span.red,
      .calendar .empty p span.red,
      .calendar .nothing-left a span.red,
      .calendar .nothing-left p span.red {
        color: #FF523D; }
      .calendar .jump a span.flex,
      .calendar .jump p span.flex,
      .calendar .empty a span.flex,
      .calendar .empty p span.flex,
      .calendar .nothing-left a span.flex,
      .calendar .nothing-left p span.flex {
        display: flex;
        margin-top: 8px; }
        .calendar .jump a span.flex a,
        .calendar .jump p span.flex a,
        .calendar .empty a span.flex a,
        .calendar .empty p span.flex a,
        .calendar .nothing-left a span.flex a,
        .calendar .nothing-left p span.flex a {
          flex: auto; }
          .calendar .jump a span.flex a.empty-cta,
          .calendar .jump p span.flex a.empty-cta,
          .calendar .empty a span.flex a.empty-cta,
          .calendar .empty p span.flex a.empty-cta,
          .calendar .nothing-left a span.flex a.empty-cta,
          .calendar .nothing-left p span.flex a.empty-cta {
            color: #FF523D;
            font-weight: bold;
            text-transform: uppercase;
            border: 2.5px solid #FF523D;
            text-align: center;
            border-radius: 16px;
            padding: 3px 9px;
            margin-left: 12px; }
            @media (min-width: 46.25em) {
              .calendar .jump a span.flex a.empty-cta,
              .calendar .jump p span.flex a.empty-cta,
              .calendar .empty a span.flex a.empty-cta,
              .calendar .empty p span.flex a.empty-cta,
              .calendar .nothing-left a span.flex a.empty-cta,
              .calendar .nothing-left p span.flex a.empty-cta {
                padding: 7px 30px;
                margin-left: 20px; } }
  .calendar .jump a {
    cursor: pointer; }
    .calendar .jump a span,
    .calendar .jump a img {
      vertical-align: middle; }
    .calendar .jump a img {
      display: inline-block;
      margin-left: 10px;
      width: 10px; }
    .calendar .jump a:hover {
      text-decoration: underline; }
  .calendar .previous,
  .calendar .next {
    width: 12px;
    cursor: pointer;
    padding-top: 8px; }
    .calendar .previous.stop,
    .calendar .next.stop {
      opacity: 0.3; }
  @media (min-width: 46.25em) {
    .calendar .mobile {
      display: none; } }
  .calendar .day {
    color: #006699;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    text-align: center; }
  .calendar .month {
    display: block; }
  .calendar .times {
    padding: 0 10px; }
  .calendar .time {
    background-color: #d2e2f0;
    color: #006699;
    border-radius: 3px;
    margin-bottom: 5px;
    text-align: center; }
    .calendar .time.none {
      background: none;
      opacity: 0.5; }
    .calendar .time:not(.none):hover {
      background-color: #006699;
      color: #d2e2f0; }
  .calendar .time-select {
    display: block;
    padding: 10px 0; }
    .calendar .time-select:hover {
      text-decoration: none; }
  .calendar .all {
    font-size: 13px;
    text-transform: uppercase;
    color: #006699;
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
    display: block;
    text-align: center; }

.calendar-header {
  display: flex;
  align-items: center;
  background-color: #d2e2f0;
  color: #006699;
  font-size: 12px;
  padding: 5px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .calendar-header img {
    display: block;
    width: 35px;
    margin-right: 10px; }
  .calendar-header + .calendar-container {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.manual-time h4 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center; }

.manual-time .select-css {
  width: auto; }

.manual-time .manual-zone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white; }
  @media (max-width: 46.24em) {
    .manual-time .manual-zone > * {
      margin: 5px 0; } }
  @media (min-width: 46.25em) {
    .manual-time .manual-zone {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

.manual-time .hour,
.manual-time .date,
.manual-time .itinerant {
  display: flex;
  align-items: center; }

.manual-time .manual-zone {
  font-size: 12px;
  margin-top: 15px;
  justify-content: space-between;
  padding: 5px 10px;
  background-color: #006699;
  border-radius: 5px; }

.manual-time .date .type,
.manual-time .itinerant .type {
  margin-right: 5px; }

.manual-time .hour .select-css {
  width: 50px; }

.manual-time .hour .time {
  margin: 0 5px; }

.clinic-info,
.client-info {
  font-size: 12px; }
  .clinic-info .name,
  .client-info .name {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .clinic-info .name svg,
    .client-info .name svg {
      fill: #006699;
      margin-right: 5px;
      width: 25px;
      max-height: 22px; }
  .clinic-info p,
  .client-info p {
    margin: 0.5em 0; }

.color-header {
  color: inherit;
  background-color: #006699;
  padding: 20px 20px 10px; }

.color-content {
  background-color: #006699; }

.act-current {
  font-size: 13px;
  padding: 15px 30px;
  background-color: #f2f2f2;
  color: #666;
  text-align: left;
  margin: 0 -20px 10px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 46.25em) {
    .act-current {
      padding: 8px 30px;
      border-radius: 5px;
      margin-left: 0;
      margin-right: 0;
      flex-direction: row;
      display: flex;
      align-items: baseline; }
      .act-current .modify {
        margin: 0 0 0 30px; } }
  .act-current .act-modify {
    text-align: center;
    display: block; }
    @media (min-width: 46.25em) {
      .act-current .act-modify {
        display: inline-block;
        text-align: right;
        flex: 1; } }
  .act-current .modify {
    display: inline-block;
    margin: 15px auto 0; }
    @media (min-width: 46.25em) {
      .act-current .modify {
        margin-top: 0; } }
  .act-current p {
    display: inline-block; }
    .act-current p.act-text {
      display: block; }
    @media (min-width: 46.25em) {
      .act-current p[class^='act-'] {
        margin-top: 0;
        display: inline-block;
        width: auto; }
      .act-current p:not(.act-text) {
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid #006699; } }
    .act-current p:first-child {
      margin-left: 0;
      border-left: 0; }

.custom-input {
  position: relative;
  margin: 0 5px; }
  .custom-input input {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .custom-input input[type='checkbox'] + label {
    cursor: pointer;
    vertical-align: middle; }
    .custom-input input[type='checkbox'] + label:before {
      content: '';
      display: inline-block;
      border: 1px solid #d2e2f0;
      background-color: white;
      border-radius: 2px;
      width: 10px;
      height: 10px;
      line-height: 10px;
      text-align: center;
      margin-right: 5px;
      vertical-align: middle; }
  .custom-input input[type='checkbox']:checked + label:before {
    content: '✓';
    background-color: #66bb6a; }
  .custom-input input[type='radio'] + label {
    cursor: pointer; }
    .custom-input input[type='radio'] + label:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #D95E38;
      box-shadow: inset 0 0 0 1px white;
      background-color: white;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      margin-right: 5px; }
    .custom-input input[type='radio'] + label span {
      vertical-align: middle; }
  .custom-input input[type='radio']:checked + label:before {
    background-color: #D95E38; }
  .custom-input.no-border input + label:before {
    border: none; }
  .custom-input.bigger input + label:before {
    width: 13px;
    height: 13px; }
  .custom-input.radio {
    background-color: #d2e2f0;
    padding: 5px 10px;
    border-radius: 3px;
    color: #006699;
    font-size: 13px; }
    .custom-input.radio input {
      width: 10px;
      height: 10px;
      margin-left: 10px; }
    .custom-input.radio:hover {
      background-color: #4b97d4;
      color: white; }

.description-container {
  text-transform: uppercase;
  font-size: rem(16);
  margin-top: 15px; }
  @media (min-width: 46.25em) {
    .description-container {
      margin-top: 40px;
      font-size: rem(22); } }
  .description-container .subtext {
    font-size: rem(13);
    text-transform: none;
    margin-bottom: 50px; }

.description::before {
  display: none;
  color: #006699;
  font-size: rem(36);
  margin-bottom: 15px; }
  @media (min-width: 46.25em) {
    .description::before {
      display: block; } }

.description::after {
  display: block;
  width: 25px;
  margin: 15px auto 25px;
  content: '';
  border-bottom: 3px solid #006699; }
  @media (min-width: 46.25em) {
    .description::after {
      margin-bottom: 45px; } }

.description.sub.description:after {
  margin-bottom: 15px; }

.disponibility {
  font-size: 12px; }
  .disponibility #toogle-calendar {
    cursor: pointer; }
  .disponibility #calendar-container {
    display: none; }
    .disponibility #calendar-container.show {
      display: flex; }
  .disponibility .iframe-calendar {
    width: 100%;
    height: 550px;
    border: 0;
    padding: 10px; }
  .disponibility .proposal-form {
    padding: 15px;
    background: white; }
  .disponibility .content {
    padding: 0px; }
  .disponibility .content,
  .disponibility .choice,
  .disponibility .proposal,
  .disponibility .hours,
  .disponibility .icon-text {
    display: flex;
    align-items: center; }
  .disponibility .choice .custom-input:last-child {
    margin-left: 15px; }
  .disponibility .content {
    flex-direction: column;
    justify-content: center; }
    .disponibility .content svg {
      width: 25px;
      height: 25px;
      margin-right: 5px; }
    .disponibility .content .more-content {
      width: 85%; }
    @media only screen and (max-width: 600px) {
      .disponibility .content .more-content {
        width: 95%;
        margin-bottom: 10px; } }
  @media only screen and (min-width: 600px) {
    .disponibility .content:not(:first-child) {
      margin-top: 15px; } }
  .disponibility.no-event .content {
    justify-content: space-between; }
  .disponibility .proposal {
    flex-direction: column;
    margin: 15px 0 0; }
    .disponibility .proposal .input-date {
      margin: 15px 0; }
      .disponibility .proposal .input-date .datepicker {
        height: 22px; }
  @media (min-width: 46.25em) {
    .disponibility .content {
      flex-direction: row; }
    .disponibility .proposal {
      flex-direction: row;
      margin: 0; }
      .disponibility .proposal .input-date {
        margin: 0 0 0 15px; }
    .disponibility.has-event .proposal {
      margin-right: 15px; } }
  .disponibility .hours .select-css {
    border: 1px solid #d2e2f0;
    margin: 0 5px; }
  .disponibility .hours .time {
    margin: 0 5px; }

.proposal .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px; }
  .proposal .content .cancel-answer {
    flex-direction: column;
    margin: 0 0 20px;
    display: none; }
    .proposal .content .cancel-answer.on {
      display: flex; }
    .proposal .content .cancel-answer .label {
      color: #006699;
      font-size: 14px;
      font-weight: bold;
      margin: 10px 0; }

.proposal .summary {
  display: flex;
  align-items: flex-start;
  flex-direction: column; }
  .proposal .summary .time {
    margin: 20px 0; }
  @media (min-width: 46.25em) {
    .proposal .summary {
      flex-direction: row;
      align-items: center; }
      .proposal .summary .time {
        margin: 0 60px; } }
  .proposal .summary > * {
    display: flex;
    align-items: center; }

.proposal textarea {
  width: 100%;
  max-width: 400px;
  min-height: 5em;
  margin-bottom: 15px; }
  .proposal textarea[disabled] {
    display: none; }

.proposal .summary {
  justify-content: space-around; }

.proposal .dr img,
.proposal svg {
  margin-right: 10px; }

.proposal svg {
  width: 30;
  height: 30px; }

.proposal .choice {
  margin: 15px 0; }
  .proposal .choice .custom-input {
    display: block; }
    .proposal .choice .custom-input:last-child {
      margin-top: 20px; }
  @media (min-width: 46.25em) {
    .proposal .choice .custom-input {
      display: inline; }
      .proposal .choice .custom-input:last-child {
        margin-left: 30px; } }

.double-appointment {
  margin: 15px 0;
  color: #666; }
  .double-appointment .events {
    background: white; }

.double-appointment-event {
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: center;
  justify-content: space-around;
  margin-top: 15px; }
  .double-appointment-event:first-child {
    margin-top: 0; }
  .double-appointment-event > * {
    display: flex;
    align-items: center; }
  .double-appointment-event .doctor {
    flex: 0 0 40%;
    margin: 15px 0; }
  .double-appointment-event svg {
    fill: #4b97d4;
    width: 15px;
    max-height: 17px; }
  .double-appointment-event svg,
  .double-appointment-event .picture {
    margin-right: 5px; }
  .double-appointment-event .picture {
    width: 30px;
    flex-shrink: 0; }
  .double-appointment-event .specialty {
    font-size: 12px; }
  @media (min-width: 46.25em) {
    .double-appointment-event {
      flex-direction: row;
      margin-top: 0; }
      .double-appointment-event .doctor {
        margin: 0; } }

.dr-info .dr,
.dr-info .specialty {
  display: block; }

.dr-info .dr {
  color: #006699;
  font-weight: 800;
  font-size: 12px; }

.dr-info .speciality {
  color: #4b97d4;
  font-size: 12px; }

.file-selector .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.file-selector .inputfile + label {
  max-width: 80%;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.5rem 1rem; }

.file-selector .inputfile:focus + label,
.file-selector .inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.file-selector .inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em; }

.file-selector .inputfile + label {
  color: white;
  background-color: #4b97d4;
  border-radius: 3px; }

.file-selector .inputfile:focus + label,
.file-selector .inputfile.has-focus + label,
.file-selector .inputfile + label:hover {
  background-color: #006699; }

.file-selector .disabled {
  display: none; }

.file-row {
  display: flex; }
  .file-row .too-big {
    margin-left: 5px; }

.bottom-info {
  font-size: 14px;
  text-align: center;
  background-color: #035279;
  padding: 20px;
  border-radius: 20px; }
  .bottom-info .contact {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #D95E38;
    background: white;
    padding: 5px 10px;
    border-radius: 15px; }
  .bottom-info .label {
    color: #D95E38; }

.login-html,
.login-html body,
.login-html .main-container {
  height: 100%; }

.login-html body {
  padding-bottom: 0; }

.login {
  box-sizing: border-box;
  padding: 30px 0;
  height: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  .login h1 {
    margin: 0;
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px; }
    @media (min-width: 46.25em) {
      .login h1 {
        font-size: 30px; } }
  .login .login-form input {
    color: #666;
    font-family: inherit;
    font-size: 12px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 6px;
    border: none;
    margin-bottom: 5px;
    min-width: 250px; }
  .login .forgotten {
    font-size: 13px; }
    .login .forgotten:hover {
      text-decoration: underline; }
  .login .vet-button {
    margin-top: 20px; }

.forgot {
  margin-top: 60px; }
  .forgot .alert {
    margin-bottom: 10px; }
  .forgot a {
    display: inline-block; }
    .forgot a:hover {
      text-decoration: underline; }
  .forgot .vet-button {
    margin-top: 5px; }
  .forgot .forgot-instructions {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: justify; }
    @media (min-width: 46.25em) {
      .forgot .forgot-instructions {
        text-align: center; } }
  .forgot .forgot-link {
    font-size: 13px;
    margin-top: 5px; }
  .forgot .vet-button {
    margin-top: 20px; }

.menu {
  background-color: #006699;
  font-size: 13px;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 2;
  transition: transform 0.5s;
  transform: translateX(-100%); }
  .menu.active {
    transform: translateX(0); }
  .menu .avatar {
    margin-bottom: 5px; }
  .menu .link {
    border-bottom: 3px solid #005e8d; }
    .menu .link a {
      display: block;
      padding: 15px 25px;
      color: white; }
      .menu .link a:hover {
        background-color: #3498db; }
    .menu .link:last-child {
      border-bottom: none; }
    .menu .link svg {
      fill: white;
      width: 20px;
      max-height: 23px;
      margin-right: 5px; }
    .menu .link svg,
    .menu .link .text {
      vertical-align: middle; }
  .menu .icon {
    vertical-align: middle;
    display: inline-block;
    width: 15px;
    margin-right: 15px; }
  .menu hr {
    display: block;
    width: 45px;
    margin: 15px auto;
    border: 1px solid #4b97d4; }
  .menu .user {
    font-size: 10px;
    text-align: center;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif; }
    .menu .user .clinique,
    .menu .user .name {
      display: block; }
    .menu .user .clinique {
      color: #d2e2f0; }
    .menu .user .name {
      font-weight: 300;
      color: white; }

.pagination {
  margin: 15px 0;
  text-align: center;
  font-size: 13px; }
  .pagination .move {
    border-radius: 5px;
    display: inline-block;
    padding: 5px 0;
    width: 30px;
    color: white;
    text-align: center;
    margin-right: 3px;
    border: 2px solid transparent; }
    .pagination .move.active, .pagination .move:hover {
      font-weight: bold;
      color: #D95E38; }
    .pagination .move.page-link {
      background-color: #006699;
      border-color: #005e8d; }
    .pagination .move.direction {
      font-weight: bold;
      font-size: large; }
    .pagination .move.disabled {
      visibility: hidden;
      opacity: 0; }

.rdv-container {
  display: none; }
  .rdv-container.active {
    display: block; }
  .rdv-container .page {
    display: none; }
    .rdv-container .page.active {
      display: block; }
  .rdv-container .warning.icon:before {
    font-size: rem(20); }
  .rdv-container .warning .secondary {
    color: #006699; }

.search-button {
  margin-top: 30px; }

.sided {
  text-align: left;
  display: table;
  width: 100%; }
  .sided.icon {
    font-size: rem(36);
    color: #006699; }
    .sided.icon .info {
      color: #006699;
      font-size: rem(16);
      font-family: 'Montserrat', sans-serif; }
      .sided.icon .info.infoplus {
        color: #006699 !important;
        text-align: center; }
    .sided.icon.colored.infoplus {
      background: #006699;
      padding: 20px;
      width: auto; }
    .sided.icon.colored .info {
      color: #006699; }
  .sided:not(.icon) {
    color: #006699; }
  .sided.icon:before,
  .sided .picture,
  .sided .info {
    display: table-cell;
    vertical-align: middle; }
  .sided .picture {
    border-radius: 50%;
    border: 2px solid #006699; }
  .sided.icon:before {
    font-size: rem(36);
    color: #006699; }
  .sided .info {
    width: 100%;
    padding-left: 10px; }
    @media (min-width: 46.25em) {
      .sided .info {
        padding-left: 15px; } }
  .sided .primary {
    font-size: rem(14); }
  .sided .secondary {
    font-size: rem(13); }
  .sided .strong {
    text-transform: uppercase; }
    .sided .strong .primary,
    .sided .strong .secondary {
      font-size: rem(14); }
  @media (min-width: 46.25em) {
    .sided.multiple {
      display: inline-table;
      width: auto; }
      .sided.multiple .info {
        width: auto; } }
  .sided.colored {
    color: inherit; }
    .sided.colored.icon:before {
      color: #006699; }

.step-description {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase; }
  .step-description h4,
  .step-description h3 {
    font-weight: 700; }
  .step-description h4 {
    font-size: 16px; }
  .step-description h3 {
    font-size: 18px; }
    .step-description h3.action {
      padding-bottom: 12px; }
  .step-description svg {
    fill: #006699;
    width: 24px;
    height: auto; }
  .step-description .back svg {
    fill: #D95E38;
    width: 10px; }
  .step-description hr {
    display: block;
    width: 45px;
    margin: 15px auto;
    border-top: 1px solid white; }

.steps {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-bottom: 30px; }
  @media (min-width: 46.25em) {
    .steps {
      display: flex; } }
  .steps .step-single {
    overflow: hidden;
    padding: 0 20px; }
    .steps .step-single .circle {
      content: '';
      display: block;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border: 2px solid white;
      margin: 5px auto;
      position: relative;
      text-align: center; }
      .steps .step-single .circle::before, .steps .step-single .circle::after {
        content: '';
        position: absolute;
        top: 20px;
        width: 200px; }
      .steps .step-single .circle::before {
        border-top: 1px solid white;
        right: calc(100% + 15px); }
      .steps .step-single .circle::after {
        border-top: 1px solid white;
        left: calc(100% + 15px); }
    .steps .step-single.active .circle,
    .steps .step-single.current .circle {
      background-color: white;
      color: #005e8d; }
    .steps .step-single.current .circle {
      margin-bottom: 0;
      margin-top: 0;
      height: 50px;
      width: 50px;
      line-height: 50px; }
      .steps .step-single.current .circle::before, .steps .step-single.current .circle::after {
        top: 25px; }
    .steps .step-single:first-child .circle::before,
    .steps .step-single:last-child .circle::after {
      content: none; }

.summary-zone .act-text,
.summary-zone .client-text.fill {
  background: white; }

.summary-zone .client-info,
.summary-zone .act-text,
.summary-zone .client-text,
.summary-zone .actions {
  margin-top: 15px; }

.summary-zone .act-text {
  flex: 1; }

.summary-zone .actions .vet-button {
  display: block;
  white-space: nowrap;
  margin-bottom: 5px; }

.summary-zone .warning {
  display: flex;
  align-items: center; }
  .summary-zone .warning svg {
    margin: 0 30px 0;
    fill: #D95E38;
    flex: 1 0 30px;
    max-height: 29px; }

.summary-zone .summary-info {
  box-sizing: border-box;
  color: #666;
  font-size: 12px;
  padding: 10px; }

.summary-zone .info-bloc.disponibility, .summary-zone .info-bloc.proposal {
  margin-bottom: 15px; }

@media (min-width: 46.25em) {
  .summary-zone {
    display: flex;
    justify-content: center; }
    .summary-zone .alert {
      box-sizing: border-box; }
  .summary-zone .summary-container,
  .summary-zone .text-container {
    display: flex; }
  .summary-zone .flex-container {
    width: 100%; }
  .summary-zone.base-version.has-client .flex-container {
    flex-basis: 80%; }
  .summary-zone.base-version.has-client .act-summary,
  .summary-zone.base-version.has-client .act-text,
  .summary-zone.base-version.has-client .flex-container .alert {
    width: 70%;
    flex-basis: 70%; }
  .summary-zone.base-version.no-client .flex-container {
    flex-basis: 50%; }
  .summary-zone.base-version.no-client .act-summary,
  .summary-zone.base-version.no-client .act-text,
  .summary-zone.base-version.no-client .flex-container .alert {
    width: 100%;
    flex-basis: 100%; }
  .summary-zone.alt-version.has-client .act-summary,
  .summary-zone.alt-version.has-client .act-text,
  .summary-zone.alt-version.has-client .flex-container .alert {
    width: 50%;
    flex-basis: 50%; }
  .summary-zone.alt-version.no-client .act-summary,
  .summary-zone.alt-version.no-client .act-text,
  .summary-zone.alt-version.no-client .flex-container .alert {
    width: 70%;
    flex-basis: 70%; }
  .summary-zone .act-summary,
  .summary-zone .act-text,
  .summary-zone .flex-container .alert {
    flex-grow: 0;
    flex-shrink: 0; }
  .summary-zone .client-info,
  .summary-zone .client-text {
    margin-left: 15px;
    width: calc(30% - 15px); }
  .summary-zone .act-text,
  .summary-zone .client-text {
    display: flex; }
  .summary-zone .actions {
    margin-left: 15px; }
  .summary-zone .text-container {
    margin-top: 2px; }
  .summary-zone .client-info,
  .summary-zone .act-text,
  .summary-zone .client-text,
  .summary-zone .actions {
    margin-top: 0; } }

.surgeon-row {
  background-color: #d2e2f0;
  padding: 5px 10px;
  border-radius: 3px;
  color: #006699;
  font-size: 13px;
  font-weight: bold; }
  .surgeon-row img,
  .surgeon-row .svg {
    margin: 0 15px; }
  .surgeon-row img {
    max-height: 40px;
    max-width: 40px; }
  .surgeon-row .svg {
    box-sizing: border-box;
    padding: 3px;
    height: 40px;
    width: 40px;
    background: white;
    border-radius: 50%; }
    .surgeon-row .svg svg {
      height: 100%;
      width: 100%;
      fill: #4b97d4; }
  .surgeon-row .subtext {
    display: block;
    font-weight: normal;
    font-size: 12px; }

.act-summary {
  flex: 1;
  display: flex;
  flex-direction: column; }
  .act-summary .act-message {
    font-size: 12px;
    padding: 20px; }
  .act-summary .main-infos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px; }
    .act-summary .main-infos svg {
      display: inline-block;
      margin-right: 15px;
      width: 30px; }
    .act-summary .main-infos .itinerant,
    .act-summary .main-infos .date {
      display: flex;
      align-items: center;
      justify-content: center; }
    .act-summary .main-infos .itinerant {
      color: #006699;
      font-weight: 600; }
      .act-summary .main-infos .itinerant img {
        width: 50px; }
    .act-summary .main-infos .date {
      margin-top: 15px;
      padding: 10px;
      background-color: #d2e2f0;
      box-sizing: border-box; }
      .act-summary .main-infos .date p {
        white-space: nowrap; }
  .act-summary .infos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 12px; }
  .act-summary .info {
    flex: 0; }
  .act-summary.full .content {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .act-summary.full .main-infos {
    margin-top: 30px; }
  .act-summary.full .infos {
    margin-top: 30px;
    text-align: center; }
    .act-summary.full .infos .info {
      padding: 15px; }
      .act-summary.full .infos .info:last-child {
        border-right: 0; }
    .act-summary.full .infos svg {
      height: 30px;
      margin-bottom: 10px; }
  .act-summary.small {
    flex: 0 1 0; }
    .act-summary.small .content {
      padding: 15px; }
    .act-summary.small .infos {
      flex-direction: column;
      height: 100%; }
      .act-summary.small .infos .info {
        display: flex;
        align-items: center; }
        @media (max-width: 46.24em) {
          .act-summary.small .infos .info {
            margin: 5px 0; } }
      .act-summary.small .infos svg {
        flex: 0 0 20px;
        width: 20px;
        margin-right: 15px; }
  @media (min-width: 46.25em) {
    .act-summary .main-infos,
    .act-summary .infos {
      flex-direction: row; }
    .act-summary .main-infos .itinerant,
    .act-summary .main-infos .date {
      justify-content: stretch; }
    .act-summary .main-infos .itinerant {
      padding-left: 30px;
      margin-right: 15px; }
    .act-summary .main-infos .date {
      padding-right: 30px;
      margin-top: 0;
      width: 50%;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .act-summary.full .info {
      border-right: 3px solid #d2e2f0; }
    .act-summary .info {
      flex: 1 1 25%; } }

.surgery {
  font-size: rem(18);
  margin-top: 5px; }
  .surgery.first {
    margin-top: 45px; }
  .surgery a {
    text-decoration: underline;
    font-size: rem(19); }

.tabs {
  text-transform: uppercase;
  justify-content: center;
  text-align: center; }
  .tabs .tab-link {
    white-space: nowrap;
    vertical-align: middle;
    padding: 12px 10px;
    font-size: 14px;
    background-color: white;
    color: #D95E38; }
    .tabs .tab-link:hover, .tabs .tab-link.active {
      background-color: #D95E38;
      color: white; }
  @media (min-width: 46.25em) {
    .tabs {
      display: flex; }
      .tabs .tab-link {
        flex: 0 1 200px;
        width: 50%;
        border-radius: 0 20px 20px 0; }
        .tabs .tab-link:first-child {
          border-radius: 20px 0 0 20px; } }

header.main {
  background-color: transparent;
  font-size: 12px;
  padding: 10px 30px;
  position: relative;
  display: flex;
  align-items: center; }
  header.main .box {
    flex: 1;
    display: flex; }
    header.main .box:first-child a {
      margin-right: auto; }
    header.main .box:nth-child(2) {
      justify-content: center; }
    header.main .box:last-child {
      justify-content: flex-end; }
      header.main .box:last-child a {
        margin-left: 15px; }
  header.main .menu-button {
    width: 25px;
    display: inline-block;
    cursor: pointer; }
    header.main .menu-button svg {
      fill: #3498db;
      display: block; }
  header.main .vet-button {
    padding: 6px 25px;
    font-size: 16px; }
    header.main .vet-button.invert {
      padding: 4px 23px; }
  header.main .header-button {
    display: none; }
    @media (min-width: 46.25em) {
      header.main .header-button {
        display: block; } }
  header.main img {
    display: block; }
    header.main img.logo {
      width: 150px; }

.contact {
  max-width: 650px;
  margin: 0 auto; }
  .contact input {
    font-size: 12px;
    font-family: inherit; }
  .contact textarea {
    padding-left: 10px;
    padding-right: 10px; }
  .contact .form-elements {
    background-color: white;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    border-top: 15px solid #d2e2f0; }
  .contact .form-element {
    display: block;
    margin-bottom: 15px; }
    .contact .form-element:not(.textarea) {
      align-items: center; }
    .contact .form-element:last-child {
      margin-bottom: 0; }
    .contact .form-element .label {
      white-space: nowrap; }
    .contact .form-element textarea {
      width: 100%;
      min-height: 150px; }
  .contact .actions {
    margin-top: 15px;
    text-align: center; }
  @media (min-width: 46.25em) {
    .contact .form-element {
      display: flex; }
    .contact .label {
      width: 200px;
      text-align: right;
      flex-shrink: 0;
      margin-right: 15px; }
    .contact .actions {
      margin-top: 50px; } }

.my-infos {
  max-width: 500px;
  margin: 0 auto; }
  .my-infos .avatar {
    text-align: center;
    margin-bottom: 30px; }
  .my-infos .form-elements {
    background-color: white;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    border-top: 15px solid #d2e2f0; }
  .my-infos .form-element {
    display: block;
    margin-bottom: 15px; }
    .my-infos .form-element:not(.textarea) {
      align-items: center; }
    .my-infos .form-element:last-child {
      margin-bottom: 0; }
    .my-infos .form-element .label {
      white-space: nowrap; }
    .my-infos .form-element textarea {
      width: 100%;
      min-height: 150px; }
  .my-infos .actions {
    margin-top: 15px;
    text-align: center; }
  @media (min-width: 46.25em) {
    .my-infos .form-element {
      display: flex; }
    .my-infos .label {
      width: 200px;
      text-align: right;
      flex-shrink: 0;
      margin-right: 15px; } }

@media (min-width: 46.25em) {
  .all-rdv .options {
    display: flex;
    align-items: center; }
    .all-rdv .options .form-container,
    .all-rdv .options .select-css {
      flex: 1; } }

.all-rdv .separator {
  text-align: center;
  padding: 0 30px; }

.my-rdv .summary-zone {
  padding-bottom: 30px; }

.my-rdv hr {
  width: 30px;
  margin: 0 auto 30px;
  border-bottom: 1px solid white; }
  .my-rdv hr:last-child {
    display: none; }

.all-rdv .tabs,
.my-rdv .tabs {
  margin-bottom: 30px; }

@media (min-width: 46.25em) {
  .all-rdv .actions,
  .my-rdv .actions {
    width: 250px; } }

.all-rdv .confirm-cancel,
.my-rdv .confirm-cancel {
  font-weight: bold;
  white-space: nowrap; }
  .all-rdv .confirm-cancel .choice,
  .my-rdv .confirm-cancel .choice {
    text-align: center; }
    .all-rdv .confirm-cancel .choice a,
    .my-rdv .confirm-cancel .choice a {
      padding: 0 5px; }
      .all-rdv .confirm-cancel .choice a:hover,
      .my-rdv .confirm-cancel .choice a:hover {
        text-decoration: underline; }

.end .info.date .name {
  text-transform: uppercase; }

@media (min-width: 46.25em) {
  .end .act .sided:last-child {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #006699;
    padding: 25px 15px; } }

@media (max-width: 46.24em) {
  .step1 .vet-button {
    font-size: 18px;
    padding: 14px 50px; } }

.step1 .procedure-container {
  text-align: center; }
  @media (min-width: 46.25em) {
    .step1 .procedure-container {
      text-align: left; } }

.step1 .procedure-choice {
  margin-top: 45px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  .step1 .procedure-choice a {
    margin-bottom: 30px; }
  .step1 .procedure-choice a,
  .step1 .procedure-choice button {
    width: 100%; }
  .step1 .procedure-choice img {
    display: none; }
  @media (min-width: 46.25em) {
    .step1 .procedure-choice {
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .step1 .procedure-choice a,
      .step1 .procedure-choice button {
        width: auto; }
      .step1 .procedure-choice a {
        margin-bottom: 0; }
      .step1 .procedure-choice .procedure {
        margin-right: 30px; }
        .step1 .procedure-choice .procedure:last-child {
          margin-right: 0; }
      .step1 .procedure-choice img {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
        max-width: 185px;
        border-radius: 50%; } }

.stepc1 .info-bloc {
  margin-bottom: 30px; }

.stepc1 .form-elements {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }

.stepc1 .form-element {
  width: 100%;
  margin-bottom: 15px;
  box-sizing: border-box; }

.stepc1 .sub-row {
  display: flex;
  align-items: flex-end; }

.stepc1 .sub-row .form-element:first-child {
  width: 60%;
  padding-right: 5px; }

.stepc1 .sub-row .form-element:last-child {
  padding-left: 0;
  width: 40%; }

@media (min-width: 46.25em) {
  .stepc1 .sub-row .form-element:first-child {
    padding: 0 5px; }
  .stepc1 form .info-bloc {
    margin-bottom: 0; }
    .stepc1 form .info-bloc:first-child {
      flex: 1;
      flex-basis: 400px;
      margin-right: 15px; }
    .stepc1 form .info-bloc:last-child {
      flex: 1;
      flex-basis: 480px;
      margin-left: 15px; }
  .stepc1 .info-blocs {
    display: flex; }
  .stepc1 .form-elements {
    flex-direction: row; }
  .stepc1 .form-element,
  .stepc1 .sub-row {
    width: 50%; }
  .stepc1 .form-element:nth-child(odd) {
    padding-right: 5px; }
  .stepc1 .form-element:nth-child(even) {
    padding-left: 5px; } }

.stepc1 .clinic .content .left,
.stepc1 .clinic .content .files {
  flex: 1; }

.stepc1 .clinic .content .files-container {
  font-size: 12px;
  margin-top: 15px; }

.stepc1 .clinic .content textarea {
  width: 100%; }

.stepc1 .clinic .content .file-selector {
  margin-top: 15px; }

.stepc1 .clinic .content .files-list .remove {
  vertical-align: middle;
  cursor: pointer;
  line-height: 25px;
  width: 25px;
  fill: #D95E38;
  margin-left: 5px; }
  @media (min-width: 46.25em) {
    .stepc1 .clinic .content .files-list .remove {
      width: 20px; } }

.stepc1 .clinic .content .filename {
  display: block;
  color: #4b97d4;
  margin-bottom: 5px; }

@media (min-width: 61.25em) {
  .stepc1 .clinic .content {
    display: flex; }
    .stepc1 .clinic .content .left {
      padding-right: 30px;
      flex: 1; }
    .stepc1 .clinic .content .files-container {
      flex: 1;
      margin-top: 0; } }

.stepc1 .buttons {
  display: flex;
  justify-content: center;
  margin-top: 15px; }
  .stepc1 .buttons .left {
    margin-right: 8px; }
  .stepc1 .buttons .right {
    margin-left: 8px; }

.step2 .choices .choice {
  margin-bottom: 15px; }

@media (min-width: 46.25em) {
  .step2 .choices {
    display: flex;
    justify-content: center; }
    .step2 .choices .choice {
      margin-right: 5px; }
      .step2 .choices .choice:last-child {
        margin-right: 0; } }

.step2 .rdv {
  text-align: center; }

.step2 .buttons {
  display: flex;
  justify-content: center;
  margin-top: 15px; }
  .step2 .buttons .left {
    margin-right: 8px; }
  .step2 .buttons .right {
    margin-left: 8px; }

.stepc2 .info-bloc.notes {
  margin-top: 30px; }

@media (min-width: 46.25em) {
  .stepc2 .info-blocs {
    display: flex; }
    .stepc2 .info-blocs > .surgeon {
      flex-basis: 400px;
      flex: 1;
      margin-right: 15px; }
    .stepc2 .info-blocs > .notes {
      margin-top: 0;
      flex-basis: 300px;
      flex: 1;
      margin-left: 15px; } }

.stepc2 .surgeon-row {
  margin-bottom: 20px; }
  .stepc2 .surgeon-row:last-child {
    margin-bottom: 0; }
  .stepc2 .surgeon-row label {
    display: flex;
    align-items: center; }

.stepc2 .custom-input.radio {
  margin-bottom: 10px; }

.stepc2 .emergency {
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px; }
  .stepc2 .emergency .title {
    color: #d45852; }
  .stepc2 .emergency label {
    margin-top: 5px;
    display: block;
    font-weight: normal;
    font-size: 12px; }
    .stepc2 .emergency label input {
      margin-right: 5px;
      vertical-align: middle; }

.stepc2 textarea {
  width: 100%; }

.stepc2 .buttons {
  display: flex;
  justify-content: center;
  margin-top: 15px; }
  .stepc2 .buttons .left {
    margin-right: 8px; }
  .stepc2 .buttons .right {
    margin-left: 8px; }

.step3 {
  padding-bottom: 30px; }
  .step3 .tabs {
    margin: 20px 0; }
  @media (min-width: 46.25em) {
    .step3 .rdv-container.active {
      display: flex;
      justify-content: space-between; } }
  .step3 .rdv-container.active:not(.equal-height) {
    align-items: flex-start; }
  .step3 .equal-height .calendar-wrapper,
  .step3 .equal-height .calendar-container {
    height: 100%; }
  .step3 .calendars-container {
    flex: 1; }
  .step3 .additional-infos .additional-info {
    margin-top: 15px; }
  @media (min-width: 46.25em) {
    .step3 .additional-infos {
      display: flex;
      position: sticky;
      top: 10px; }
      .step3 .additional-infos .additional-info {
        width: 190px;
        margin-left: 10px;
        margin-top: 0; } }
  .step3 .calendar-header {
    min-height: 48px; }
  .step3 .additional-info .header {
    height: 48px; }
  .step3 .calendar-header,
  .step3 .additional-info .header {
    box-sizing: border-box; }
  .step3 .augmented {
    position: relative; }
    .step3 .augmented .pika-single {
      display: none;
      position: absolute;
      bottom: 100%; }
      .step3 .augmented .pika-single.visible {
        display: block; }

.stepc3 .info-bloc {
  font-size: 12px;
  margin-bottom: 30px; }
  .stepc3 .info-bloc:last-child {
    margin-bottom: 0; }

@media (min-width: 46.25em) {
  .stepc3 .info-blocs {
    display: flex; }
  .stepc3 .info-bloc {
    flex: 1;
    font-size: 12px;
    margin-bottom: 0; }
    .stepc3 .info-bloc.animal {
      flex-basis: 170px;
      margin-right: 15px; }
    .stepc3 .info-bloc.clinic {
      flex-basis: 300px;
      margin-left: 15px;
      margin-right: 15px; }
    .stepc3 .info-bloc.details {
      flex-basis: 480px;
      margin-left: 15px; } }

.stepc3 .animal .row {
  margin-bottom: 15px; }

.stepc3 .animal svg {
  width: 20px;
  max-height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  fill: #006699; }

.stepc3 .surgeon-row {
  margin-top: 5px;
  display: flex;
  align-items: center; }

.stepc3 strong {
  color: #006699;
  font-size: 13px; }

.stepc3 .buttons {
  display: flex;
  justify-content: center;
  margin-top: 15px; }

.stepc3 .message,
.stepc3 .emergency,
.stepc3 .supplementary-examination,
.stepc3 .files {
  margin-top: 15px; }

.stepc3 .emergency strong {
  color: #d45852; }

.stepc3 .files a {
  display: block; }

.stepe3 .info-bloc {
  font-size: 12px;
  margin-bottom: 30px; }
  .stepe3 .info-bloc:last-child {
    margin-bottom: 0; }

@media (min-width: 46.25em) {
  .stepe3 .info-blocs {
    display: flex; }
  .stepe3 .info-bloc {
    flex: 1;
    font-size: 12px;
    margin-bottom: 0; }
    .stepe3 .info-bloc.animal {
      flex-basis: 170px;
      margin-right: 15px; }
    .stepe3 .info-bloc.clinic {
      flex-basis: 300px;
      margin-left: 15px;
      margin-right: 15px; }
    .stepe3 .info-bloc.details {
      flex-basis: 480px;
      margin-left: 15px; } }

.stepe3 .animal .row {
  margin-bottom: 15px; }

.stepe3 .animal svg {
  width: 20px;
  max-height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  fill: #006699; }

.stepe3 .surgeon-row {
  margin-top: 5px;
  display: flex;
  align-items: center;
  font-weight: normal; }

.stepe3 strong {
  color: #006699;
  font-size: 13px; }

.stepe3 .buttons {
  display: flex;
  justify-content: center;
  margin-top: 15px; }

.stepe3 .message,
.stepe3 .emergency,
.stepe3 .supplementary-examination,
.stepe3 .files {
  margin-top: 15px; }

.stepe3 .emergency strong {
  color: #d45852; }

.stepe3 .files a {
  display: block; }

.step4 .confirm-zone {
  font-size: 13px; }

.step4 .act-summary.full {
  flex: 3; }

@media (min-width: 46.25em) {
  .step4 .act-summary.full {
    margin-right: 30px; } }

.step4 .act-summary {
  margin-bottom: 15px; }
  .step4 .act-summary .vet-button {
    margin-top: 15px; }

.step4 .client-info {
  margin-top: 15px; }

.step4 .emergency,
.step4 .custom {
  color: #006699;
  flex: 2; }
  .step4 .emergency .content,
  .step4 .custom .content {
    display: flex;
    flex-direction: column; }

@media (min-width: 46.25em) {
  .step4 .confirm-zone {
    display: flex; }
  .step4 .emergency,
  .step4 .custom {
    margin: 0 30px; }
  .step4 .act-summary,
  .step4 .client-info {
    margin-top: 0;
    margin-bottom: 0; }
  .step4 .act-summary .vet-button {
    margin-top: 0; } }

.step4 .emergency label {
  flex: 0 1 0; }

.step4 .emergency textarea {
  flex: 1;
  margin-top: 5px;
  display: block; }

.step4 .custom .availability {
  flex: 1;
  display: flex;
  flex-direction: column; }

.step4 .custom .delay {
  margin-top: 15px; }

.step4 .custom textarea {
  flex: 1; }

.step4 .client-info {
  flex: 3;
  display: flex;
  flex-direction: column; }
  .step4 .client-info .content {
    background-color: white;
    color: #666;
    flex: 1 1 auto; }
  .step4 .client-info .form-elements {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
  .step4 .client-info .form-element {
    box-sizing: border-box;
    margin-bottom: 15px; }
    .step4 .client-info .form-element.check {
      padding-top: 12px; }
      .step4 .client-info .form-element.check input {
        float: left;
        margin-right: 5px;
        margin-top: 9px; }
      .step4 .client-info .form-element.check p {
        overflow: auto; }
  @media (min-width: 46.25em) {
    .step4 .client-info .form-elements {
      flex-direction: row; }
    .step4 .client-info .form-element {
      width: 50%; }
      .step4 .client-info .form-element:nth-child(odd) {
        padding-right: 5px; }
      .step4 .client-info .form-element:nth-child(even) {
        padding-left: 5px; }
      .step4 .client-info .form-element:nth-child(5), .step4 .client-info .form-element:nth-child(6) {
        margin-bottom: 0; } }

.step4 .buttons {
  display: flex;
  margin: 15px 0; }
  .step4 .buttons .left,
  .step4 .buttons .right {
    text-align: center;
    flex: 1; }

.step4.urgency .buttons, .step4.personalized .buttons {
  justify-content: center;
  display: block; }

.step4.urgency .left,
.step4.urgency .right, .step4.personalized .left,
.step4.personalized .right {
  margin: 0 10px;
  flex: 0 1 auto; }

.step4.urgency .right, .step4.personalized .right {
  margin-top: 15px; }

.step4.urgency .vet-button, .step4.personalized .vet-button {
  padding: 10px 10px;
  width: 100%; }

@media (min-width: 46.25em) {
  .step4.urgency .buttons, .step4.personalized .buttons {
    display: flex; }
  .step4.urgency .right, .step4.personalized .right {
    margin-top: 0; }
  .step4.urgency .vet-button, .step4.personalized .vet-button {
    padding: 8px 40px; } }

.stepc4 .info-bloc {
  max-width: 720px;
  margin: 0 auto; }

.stepc4 .buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px; }

.stepe4 .info-bloc {
  max-width: 520px;
  margin: 0 auto; }

.stepe4 .buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px; }

.stepe4 .file-container p {
  font-size: 13px; }

.stepe4 .files {
  margin-top: 30px; }
  .stepe4 .files .file {
    text-align: center;
    margin-bottom: 30px; }
  .stepe4 .files svg {
    height: 70px; }
  .stepe4 .files .vet-button {
    margin-top: 15px; }

@media (min-width: 46.25em) {
  .stepe4 .files {
    display: flex; }
    .stepe4 .files .file {
      flex: 1;
      margin-bottom: 0; } }

.step5 .info-bloc.disponibility, .step5 .info-bloc.proposal {
  margin-bottom: 15px; }

.page-tarifs {
  font-size: 14px; }
  .page-tarifs .info-bloc.tarifs {
    max-width: 720px;
    margin: 0 auto 30px; }
  .page-tarifs table {
    width: 100%;
    margin-top: 15px; }
    .page-tarifs table:first-child {
      margin-top: 0; }
  .page-tarifs th {
    background: #d2e2f0;
    color: #4b97d4;
    border-radius: 1px;
    padding: 5px 10px; }
    .page-tarifs th:first-child {
      text-align: left; }
  .page-tarifs td {
    padding-left: 10px; }
  @media (max-width: 46.24em) {
    .page-tarifs table,
    .page-tarifs thead,
    .page-tarifs tbody td,
    .page-tarifs table tr,
    .page-tarifs table th {
      display: block;
      text-align: left; }
    .page-tarifs th:last-child {
      display: none; }
    .page-tarifs td:first-child {
      margin-top: 5px; }
    .page-tarifs td:last-child {
      color: #D95E38; } }
  @media (min-width: 46.25em) {
    .page-tarifs .tarifs-container {
      display: flex; }
    .page-tarifs .info-bloc.tarifs {
      margin-bottom: 0; }
      .page-tarifs .info-bloc.tarifs:first-child {
        margin-right: 15px; }
      .page-tarifs .info-bloc.tarifs:last-child {
        margin-left: 15px; }
    .page-tarifs table {
      table-layout: fixed;
      border-collapse: separate;
      border-spacing: 15px 0; }
    .page-tarifs th {
      display: table-cell; }
    .page-tarifs th,
    .page-tarifs td {
      width: auto; }
      .page-tarifs th:first-child,
      .page-tarifs td:first-child {
        width: 80%; }
      .page-tarifs th:last-child,
      .page-tarifs td:last-child {
        text-align: center;
        white-space: nowrap; }
    .page-tarifs td:last-child {
      padding-left: 0; } }

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