/*$blue-color: #1456ac;
$green-color: #139a50;*/
* {
  box-sizing: border-box;
  list-style: none;
  font-family: "Roboto", sans-serif;
}

input[type=submit], textarea, input[type=text] {
  -webkit-appearance: none;
}

input, select {
  padding: 10px;
  margin: 2px;
  border: 2px solid #efefef;
  border-radius: 3px;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
}

.x-bold {
  font-weight: 900;
}

.x-bold-i {
  font-weight: 900;
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.bold-i {
  font-weight: 700;
  font-style: italic;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding: 0;
}

em {
  font-style: normal;
}

.dis-none {
  display: none;
}

.title-content {
  background-color: #2EADB6;
  width: 100%;
  color: white;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 1em;
}
.title-content i {
  vertical-align: top;
  font-size: 1.2em;
  margin-right: 20px;
}

.search-input {
  border-right: none;
  border-radius: 3px 0 0 3px;
  font-style: italic;
  font-weight: 600;
  width: 50%;
}

.list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list .component-list-item {
  display: flex;
  width: 49.5%;
  height: 115px;
  margin-bottom: 5px;
}
.list .component-list-item .component-part-1 {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  height: 100%;
}
.list .component-list-item .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 5px;
  border-color: transparent transparent transparent #2EADB6;
  margin-top: 40px;
}
.list .component-list-item .component-part-2 {
  width: 60%;
  margin: 10px 20px;
  font-size: 0.9em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.list .component-list-item .component-part-2 p {
  margin: 3px;
}
.list .component-list-item .component-part-2 .license-plate {
  background-color: white;
  border-radius: 5px;
  padding: 2px 10px;
  border: 3px solid black;
  width: 126px;
  text-align: center;
}
.list .component-list-item .component-part-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 100%;
}
.list .component-list-item .component-part-3 i:before {
  color: white;
  font-weight: 600;
  font-size: 1.3em;
}

.overlay {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.overlay .modal {
  background-color: white;
  padding: 30px;
  box-shadow: 0px 0px 10px -3px #323232;
  border-radius: 3px;
  width: 30%;
  display: none;
}
.overlay .modal p {
  margin: 3px 0;
  color: #0072CE;
  display: inline-block;
}
.overlay .modal a {
  background-color: red;
  color: white;
  padding: 7px 25px;
  border-radius: 3px;
  border-bottom: 2px solid #cc0000;
  float: right;
  margin-top: 20px;
}
.overlay .modal a.leave {
  background-color: #0072CE;
  border-bottom: 2px solid #00569b;
}
.overlay .modal a.confirm {
  margin-left: 10px;
}
.overlay.open {
  display: flex;
}

.get-error {
  text-align: center;
  color: red;
  font-weight: bold;
}

.overlay-form {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.overlay-form .modal {
  background-color: white;
  padding: 30px;
  box-shadow: 0px 0px 10px -3px #323232;
  border-radius: 3px;
  width: 30%;
  display: flex;
  justify-content: center;
}
.overlay-form .modal p {
  margin: 3px 0;
  color: #0072CE;
  display: inline-block;
}
.overlay-form .modal input[type=text] {
  width: 70%;
}
.overlay-form .modal .soumettre {
  background-color: #0072CE;
  color: white;
  border-radius: 3px;
  border-bottom: 2px solid #00569b;
}
.overlay-form.open {
  display: flex;
}

@media screen and (max-width: 1600px) {
  .overlay .modal {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  .overlay .modal {
    width: 55%;
  }
}
@media screen and (max-width: 520px) {
  .overlay .modal {
    width: 90%;
  }
}
.address-center {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: grey;
  margin: 0;
  padding: 9px;
}
.address-center strong {
  color: #0072CE;
}

header {
  box-shadow: 0px 0px 13px -3px #888888;
}
header #header-wrapper {
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  position: relative;
}
header #header-wrapper #headline {
  float: right;
  color: grey;
}
header #header-wrapper img {
  height: 43px;
}
header #header-wrapper .burger {
  display: none;
}
header #header-wrapper nav {
  display: flex;
}
header #header-wrapper nav .connected-client {
  display: flex;
  align-items: center;
}
header #header-wrapper nav .connected-client .user-icon-online {
  width: 35px;
  margin-right: 15px;
}
header #header-wrapper nav div:nth-of-type(1) {
  text-align: right;
  padding: 10px;
}
header #header-wrapper nav div:nth-of-type(1) .connected {
  color: #0072CE;
  font-size: 20px;
  margin: 10px;
}
header #header-wrapper nav div:nth-of-type(1).connected-client {
  padding: 10px 0;
  text-align: center;
}
header #header-wrapper nav div:nth-of-type(1) #business-name {
  margin: 0;
  color: #0072CE;
}
header #header-wrapper nav div:nth-of-type(2) {
  margin-left: 10px;
  position: relative;
  padding: 10px;
}
header #header-wrapper nav div:nth-of-type(2).space {
  margin-left: 0px;
  padding: 10px 0;
}
header #header-wrapper nav div:nth-of-type(2) .my-space-button {
  margin-top: 3px;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 3px;
}
header #header-wrapper nav div:nth-of-type(2) .open {
  display: block;
}
header #header-wrapper nav div:nth-of-type(2) ul {
  display: none;
  position: absolute;
  z-index: 3;
  margin: 0;
  right: 0;
  width: 180px;
  background-color: #fff;
  top: 100%;
  border: 2px solid #0072CE;
  border-top: none;
  border-bottom: 1px solid #00569b;
}
header #header-wrapper nav div:nth-of-type(2) ul.open {
  display: block;
}
header #header-wrapper nav div:nth-of-type(2) ul .take_appointment {
  background-color: #2eadb6;
  color: white;
  border-radius: 0px;
}
header #header-wrapper nav div:nth-of-type(2) ul .take_appointment:hover {
  background-color: #2eadb6;
}
header #header-wrapper nav div:nth-of-type(2) ul li {
  border-bottom: 1px solid #00569b;
}
header #header-wrapper nav div:nth-of-type(2) ul li a {
  background-color: white;
  font-size: 13px;
  font-style: italic;
  text-align: left;
  padding: 10px;
  color: #0072CE;
  display: block;
  margin: 0;
}
header #header-wrapper nav div:nth-of-type(2) ul li a i {
  margin-right: 10px;
  margin-left: 5px;
}
header #header-wrapper nav div:nth-of-type(2) ul li a:hover {
  background-color: #efefef;
}
header #header-wrapper nav div:nth-of-type(2) ul li a.log-out {
  background-color: #db4437;
  color: white;
  border: 2px solid #db4437;
  border-radius: 0px;
}
header #header-wrapper nav a {
  background-color: #0072CE;
  display: block;
  color: white;
  text-align: center;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 3px;
}
header #header-wrapper nav a:last-child {
  margin-top: 3px;
  background-color: #97D700;
}
header #header-wrapper nav a.space {
  background-color: #0072CE;
}
header #header-wrapper nav a.space i {
  margin-left: 5px;
}

@media screen and (max-width: 1515px) {
  header #header-wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  header #header-wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 575px) {
  header #header-wrapper nav .connected-client .user-icon-online {
    margin-right: 0;
  }
  header #header-wrapper nav div:nth-of-type(1) .connected {
    font-size: 14px;
  }
}
@media screen and (min-width: 500px) {
  .accueil {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 75px;
    background-color: #2eadb6;
  }
  .accueil p {
    text-align: center;
    color: white;
  }
  .find-us {
    display: none;
  }
  header #header-wrapper nav .space:hover .my-space-list {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .address-center {
    font-size: 10px;
  }
  .accueil {
    display: none;
  }
  .find-us {
    background-color: #2eadb6;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 75px;
  }
  .find-us p {
    text-align: center;
    color: white;
  }
  .find-us i {
    vertical-align: top;
    font-size: 1.2em;
    margin-right: 15px;
  }
  .find-us i:nth-of-type(2):before {
    content: "";
  }
  header #header-wrapper {
    width: 95%;
    flex-direction: column;
    align-items: left;
  }
  header #header-wrapper .logo {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    /*.burger
    {
    	width: 15px;
    	height: 15px;
    	display: inline;
    	&.close
    	{
    		display: none;
    	}
    }*/
    /* BURGER */
    /* Icon 3 */
  }
  header #header-wrapper .logo #nav-icon3 {
    width: 35px;
    height: 25px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-right: 10px;
  }
  header #header-wrapper .logo #nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #0072CE;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  header #header-wrapper .logo #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  header #header-wrapper .logo #nav-icon3 span:nth-child(2), header #header-wrapper .logo #nav-icon3 span:nth-child(3) {
    top: 10px;
  }
  header #header-wrapper .logo #nav-icon3 span:nth-child(4) {
    top: 21px;
  }
  header #header-wrapper .logo #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  header #header-wrapper .logo #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header #header-wrapper .logo #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header #header-wrapper .logo #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  header #header-wrapper #headline {
    float: left;
    text-align: left;
  }
  header #header-wrapper nav {
    margin-top: 15px;
    width: 100%;
    justify-content: center;
    display: none;
    flex-wrap: wrap;
  }
  header #header-wrapper nav div:nth-of-type(1) #business-name {
    text-align: left;
  }
  header #header-wrapper nav.open {
    display: flex;
  }
  header #header-wrapper nav div:nth-of-type(2) {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  header #header-wrapper nav div:nth-of-type(2) a {
    padding: 8px 0;
    width: 49%;
  }
  header #header-wrapper nav div:nth-of-type(2) a.my-space-button {
    display: none;
  }
  header #header-wrapper nav div:nth-of-type(2) a.my-space-button, header #header-wrapper nav div:nth-of-type(2) a.create-account {
    margin-top: 0;
  }
  header #header-wrapper nav div:nth-of-type(2) a.log-out, header #header-wrapper nav div:nth-of-type(2) a.log-in {
    margin: 0;
  }
  header #header-wrapper nav div:nth-of-type(2) .my-space-list {
    display: block;
  }
  header #header-wrapper nav div:nth-of-type(2) .open {
    width: 100%;
  }
  header #header-wrapper nav div:nth-of-type(2) ul {
    position: static;
    top: calc(100% + 15px);
    border: none;
    margin-top: 20px;
    margin: auto;
    width: 100%;
  }
  header #header-wrapper nav div:nth-of-type(2) ul li:not(:last-child) {
    border-bottom: 1px solid #efefef;
  }
  header #header-wrapper nav div:nth-of-type(2) ul li:last-child {
    border: none;
  }
  header #header-wrapper nav div:nth-of-type(2) ul li a {
    padding: 15px;
    font-size: 1em;
    width: 100%;
    text-align: center;
  }
}
footer {
  background-color: #efefef;
  width: 100%;
  padding: 15px;
}
footer .footer-wrapper {
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
footer .footer-wrapper div {
  font-size: 0.8em;
  margin: 0 50px;
  width: 20%;
}
footer .footer-wrapper div #catchment-area-container {
  height: 290px;
  overflow: hidden;
  padding: 0 5px;
}
footer .footer-wrapper div:nth-of-type(1) h4 {
  color: #0072CE;
  margin: 2px 0;
}
footer .footer-wrapper div:nth-of-type(1) p {
  margin: 5px 0;
}
footer .footer-wrapper div:nth-of-type(1) i {
  vertical-align: top;
  font-size: 1.2em;
  margin-right: 5px;
}
footer .footer-wrapper div:nth-of-type(2) li {
  margin: 0px 13px;
  list-style: disc;
}
footer .footer-wrapper div:nth-of-type(4) {
  text-align: justify;
  width: 40%;
}
footer .footer-wrapper div:nth-of-type(4) h3 {
  text-align: initial;
}
footer .footer-wrapper div:nth-of-type(3) a {
  color: #0072CE;
}
footer .footer-wrapper div:nth-of-type(3) li {
  margin: 5px;
  list-style: disc;
}

@media screen and (max-width: 1515px) {
  footer .footer-wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 1200px) {
  footer .footer-wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    padding: 20px;
  }
  footer .footer-wrapper div {
    width: 50%;
    font-size: 0.8em;
    margin: 0;
  }
  footer .footer-wrapper div #catchment-area-container {
    height: auto;
    overflow: hidden;
    padding: 0 5px;
  }
  footer .footer-wrapper div:nth-of-type(4) {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-wrapper {
    padding-left: 25px;
  }
  footer .footer-wrapper div {
    width: 100%;
    font-size: 0.7em;
    margin: 0;
    padding-left: 5px;
    margin-bottom: 20px;
  }
  footer .footer-wrapper div:nth-of-type(4) {
    width: 100%;
  }
}
#jumbotron {
  background-color: #0072CE;
  color: white;
}
#jumbotron #jumbotron-wrapper {
  margin: auto;
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
}
#jumbotron #jumbotron-wrapper .intro {
  display: flex;
  align-items: center;
}
#jumbotron #jumbotron-wrapper .intro .center-picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#jumbotron #jumbotron-wrapper .intro .center-picture img {
  height: 100%;
}
#jumbotron #jumbotron-wrapper .intro h1 {
  font-size: 1.1em;
  margin: 0 20px;
}
#jumbotron #jumbotron-wrapper .intro i {
  vertical-align: top;
  font-size: 1.2em;
  margin-right: 5px;
}
#jumbotron #jumbotron-wrapper .intro p {
  font-size: 0.9em;
  margin: 3px 0;
}
#jumbotron #jumbotron-wrapper .intro p:last-child {
  margin-top: 12px;
}
#jumbotron #jumbotron-wrapper .business-schedule {
  width: 35%;
}
#jumbotron #jumbotron-wrapper .business-schedule p {
  margin: 3px 0;
  text-align: right;
}
@media screen and (max-width: 1560px) {
  #jumbotron #jumbotron-wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 1230px) {
  #jumbotron #jumbotron-wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 760px) {
  #jumbotron #jumbotron-wrapper {
    width: 100%;
    flex-direction: column;
  }
  #jumbotron #jumbotron-wrapper .intro {
    width: 95%;
    justify-content: center;
    text-align: center;
  }
  #jumbotron #jumbotron-wrapper .business-schedule {
    width: 95%;
  }
  #jumbotron #jumbotron-wrapper .business-schedule p {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  #jumbotron #jumbotron-wrapper .intro .center-picture {
    height: 55px;
  }
}
@media screen and (max-width: 515px) {
  header #header-wrapper .logo {
    padding: 10px 0;
  }
  #jumbotron #jumbotron-wrapper {
    padding: 20px;
  }
  #jumbotron #jumbotron-wrapper .intro .center-picture {
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 500px) {
  #jumbotron #jumbotron-wrapper {
    width: 100%;
    flex-direction: column;
  }
  #jumbotron #jumbotron-wrapper .intro {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #jumbotron #jumbotron-wrapper .intro .center-picture {
    height: 60px;
  }
  #jumbotron #jumbotron-wrapper .intro .center-picture img {
    margin-bottom: 15px;
  }
  #jumbotron #jumbotron-wrapper .intro h1 {
    text-align: center;
    margin: 10px 20px;
  }
  #jumbotron #jumbotron-wrapper .business-schedule {
    width: 100%;
    padding: 0px 50px;
  }
  #jumbotron #jumbotron-wrapper .business-schedule p {
    text-align: center;
  }
}
.content-wrapper {
  width: 65%;
  margin: 3px auto;
  display: flex;
  background-color: white;
}
.content-wrapper #localisation-part {
  width: 30%;
}
.content-wrapper #localisation-part .accueil i {
  margin-right: 10px;
}
.content-wrapper #localisation-part .information-center {
  padding: 15px;
  background-color: #EFEFEF;
  font-size: 0.8em;
  margin: 3px 0;
}
.content-wrapper #localisation-part .information-center i {
  vertical-align: top;
  font-size: 1.2em;
  margin-right: 5px;
}
.content-wrapper #localisation-part .information-center p {
  font-size: 0.9em;
  margin: 5px 0;
}
.content-wrapper #localisation-part .information-center h2 {
  font-size: 1.1em;
  margin: 5px 0;
}
.content-wrapper #localisation-part .label-leader {
  background: linear-gradient(135deg, #1a6ad2, #1e3a82);
  width: 100%;
  height: 125px;
  margin: 3px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}
.content-wrapper #localisation-part .label-leader #label-img {
  width: 20%;
  position: absolute;
  bottom: -10px;
  left: 12px;
  z-index: 1;
}
.content-wrapper #localisation-part .label-leader #capital-logo {
  width: 37px;
  float: right;
  margin-top: 8px;
}
.content-wrapper #localisation-part .label-leader div {
  font-size: 0.7em;
}
.content-wrapper #localisation-part .label-leader div .name {
  font-size: 16px;
  margin: 0;
}
.content-wrapper #localisation-part .label-leader div p {
  margin: 0;
}
.content-wrapper #localisation-part .label-leader div i {
  font-size: 25px;
}
.content-wrapper #localisation-part .map-part {
  position: relative;
}
.content-wrapper #localisation-part .map-part #map {
  width: 100%;
  background-color: aquamarine;
  height: 300px;
}
.content-wrapper #localisation-part .social-networks {
  width: 100%;
  display: flex;
  margin-top: 6px;
}
.content-wrapper #localisation-part .social-networks a {
  width: 33.3%;
  height: 50px;
  margin: 0 2px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  border-radius: 3px;
}
.content-wrapper #localisation-part .social-networks a.facebook {
  background-color: #425F9C;
  border-bottom: 3px solid #334978;
  transition: background-color 0.2s;
}
.content-wrapper #localisation-part .social-networks a.facebook:hover {
  background-color: #3a548a;
  transition: background-color 0.2s;
}
.content-wrapper #localisation-part .social-networks a.google-plus {
  background-color: #DB4437;
  border-bottom: 3px solid #bd2e22;
  transition: background-color 0.2s;
}
.content-wrapper #localisation-part .social-networks a.google-plus:hover {
  transition: background-color 0.2s;
  background-color: #d33426;
}
.content-wrapper #localisation-part .social-networks a.twitter {
  background-color: #1DA1F2;
  border-bottom: 3px solid #0c85d0;
  transition: background-color 0.2s;
}
.content-wrapper #localisation-part .social-networks a.twitter:hover {
  transition: background-color 0.2s;
  background-color: #0d95e8;
}
.content-wrapper #editable-part {
  width: 70%;
  border-right: 2px solid #efefef;
  overflow: hidden;
}
.content-wrapper #editable-part nav {
  width: 100%;
  display: flex;
}
.content-wrapper #editable-part nav .menu-item {
  flex-direction: column;
  color: white;
  margin-left: 3px;
  background-color: #97D700;
  font-size: 17px;
  width: 33%;
}
.content-wrapper #editable-part nav .menu-item p {
  margin: 5px;
}
.content-wrapper #editable-part nav .menu-item i {
  vertical-align: top;
  font-size: 1.2em;
  margin-right: 5px;
}
.content-wrapper #editable-part nav .menu-item i.icon-summary-calendar:before {
  margin-right: 10px;
}
.content-wrapper #editable-part nav .menu-item.item-appointment span {
  background-color: white;
  color: #97D700;
  padding: 5px 20px;
  border-radius: 3px;
  font-size: 0.7em;
}

.menu-item {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 75px;
}

@media screen and (max-width: 1560px) {
  .content-wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 1250px) {
  .content-wrapper #editable-part nav .menu-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 1230px) {
  .content-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .content-wrapper #localisation-part {
    width: 40%;
  }
  .content-wrapper #editable-part {
    width: 60%;
  }
  .content-wrapper #editable-part nav {
    flex-direction: column;
  }
  .content-wrapper #editable-part nav .menu-item {
    margin-bottom: 2px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .content-wrapper {
    display: flex;
    flex-direction: column;
  }
  .content-wrapper #localisation-part {
    width: 100%;
  }
  .content-wrapper #localisation-part .mobile-collapsible {
    display: none;
  }
  .content-wrapper #localisation-part .mobile-collapsible .social-networks a {
    margin: 0 1px;
  }
  .content-wrapper #localisation-part .mobile-collapsible .map-part #map {
    height: 230px;
  }
  .content-wrapper #localisation-part .mobile-collapsible .information-center {
    text-align: center;
  }
  .content-wrapper #localisation-part .mobile-collapsible .label-leader #label-img {
    width: 17%;
  }
  .content-wrapper #localisation-part .mobile-collapsible .social-networks {
    margin-top: 3px;
  }
  .content-wrapper #localisation-part .find-us {
    justify-content: flex-start;
    font-size: 20px;
    padding: 0 40px;
  }
  .content-wrapper #localisation-part .find-us i:nth-of-type(1) {
    margin-right: 36px;
  }
  .content-wrapper #localisation-part .find-us i:nth-of-type(2) {
    margin-left: 25px;
    vertical-align: text-top;
  }
  .content-wrapper #localisation-part .find-us i:nth-of-type(2):before {
    content: "\e910";
  }
  .content-wrapper #localisation-part.open .mobile-collapsible {
    display: block;
  }
  .content-wrapper #localisation-part.open .find-us i:nth-of-type(2):before {
    content: "\e91d";
  }
  .content-wrapper #editable-part {
    margin-top: 3px;
    width: 100%;
    border-right: none;
  }
  .content-wrapper #editable-part nav .menu-item {
    margin-left: 0px;
    flex-direction: row;
    font-size: 20px;
    padding: 0 40px;
  }
  .content-wrapper #editable-part nav .menu-item i {
    margin-right: 36px;
  }
  .content-wrapper #editable-part nav .menu-item p {
    margin: 0;
  }
  .content-wrapper #editable-part nav .menu-item span {
    display: none;
  }
  .content-wrapper #editable-part nav .menu-item, .content-wrapper #editable-part nav .find-us {
    justify-content: flex-start;
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-container {
  margin: 0 auto;
}

.loader {
  -webkit-box-shadow: 0 3px 0 0 #1456ac;
  box-shadow: 0 3px 0 0 #1456ac;
  -ms-transform-origin: 80px 81.5px;
  -webkit-animation: uil-ring-anim 0.5s linear infinite;
  animation: uil-ring-anim 0.5s linear infinite;
}

#title {
  background-color: #0072CE;
}
#title h1 {
  margin: 0;
  margin-bottom: 0;
  padding: 20px 20px;
  color: #fff;
  font-style: italic;
  text-shadow: 1px 1px 1px black;
  text-align: center;
  font-size: 3em;
  font-weight: 800;
}

p.error-disponibilite {
  text-align: center;
  background-color: #e20000;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
  border-bottom: 3px solid #b90000;
  font-weight: bold;
  font-size: 1.3em;
}

#breadcrumbs {
  text-align: center;
  background-color: #f6f6f6;
}

#mention {
  text-align: center;
  background-color: #f6f6f6;
}

.breadcrumb-container {
  display: inline-block;
  width: auto;
  padding-top: 3px;
}

#breadcrumbs ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

#breadcrumbs li {
  float: left;
  margin: 0 10px;
  font-weight: 600;
  color: #0072CE;
}

#breadcrumbs .breadcrumb {
  background: #e6e6e6;
  float: left;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  color: #0072CE;
  padding: 0.75rem 1rem;
}

#breadcrumbs div.breadcrumb {
  background: transparent;
}

#breadcrumbs li:first-child div.breadcrumb::after {
  border-left: 1em solid transparent;
}

#breadcrumbs .breadcrumb:hover {
  background: #d4d4d4;
}

#breadcrumbs li:not(:first-child) > .breadcrumb::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #e6e6e6 #e6e6e6 #e6e6e6 transparent;
  left: -1em;
}

#breadcrumbs li:not(:first-child) > .breadcrumb:hover::before {
  border-color: #d4d4d4 #d4d4d4 #d4d4d4 transparent;
}

#breadcrumbs li:not(:last-child) > .breadcrumb::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #e6e6e6;
  right: -1em;
}

#breadcrumbs li:not(:last-child) > .breadcrumb:hover::after {
  border-left-color: #d4d4d4;
}

#breadcrumbs li:first-child .material-icons {
  font-size: 1.5em;
  float: left;
  padding: 8px;
}
#breadcrumbs li:first-child span {
  padding: 10px;
  display: inline-block;
}

#breadcrumbs .breadcrumb.active {
  color: white;
  background: #0072CE;
}

#breadcrumbs li:not(:first-child) > .breadcrumb.active::before {
  border-color: #0072CE #0072CE #0072CE transparent;
}

#breadcrumbs li:not(:last-child) > .breadcrumb.active::after {
  border-left: 1em solid #0072CE;
}

#ui-datepicker-div {
  left: 45% !important;
  border: #0072CE !important;
  background-color: #d4d4d4 !important;
  box-shadow: 14px 14px 47px -21px rgba(0, 0, 0, 0.75) !important;
}

.ui-state-active {
  borderColor: #0f3f7e;
  background: #0072CE;
  color: #ffffff;
}

del {
  font-weight: bold;
  color: #8c8c8c;
  margin-right: 10px;
  text-decoration: none;
  position: relative;
}

del:after {
  content: "";
  border-bottom: 2px solid #8c8c8c;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}

.appointment {
  background: linear-gradient(to top, white 0%, white 10%, transparent 25%);
}
.appointment::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.15;
  background-position-y: 19%;
}
.appointment.vl::before {
  background-image: url(../../public/img/member-site-v2/resource/rdv-fond-vl.jpg);
}
.appointment.pl::before {
  background-image: url(../../public/img/member-site-v2/resource/rdv-fond-pl.jpg);
}
.appointment.vitrine {
  background: linear-gradient(to top, white 0%, white 15%, transparent 25%);
}
.appointment.vitrine::before {
  background-size: cover;
}
.appointment input, .appointment textarea {
  padding: 10px;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  font-family: "latoregular";
  font-weight: 600;
  font-style: italic;
}
.appointment .dateButton {
  background-color: #0072CE;
  border: 0;
  border-bottom: 3px solid #0f3f7e;
  transition: background-color 0.2s;
  color: white;
  padding: 7px 20px;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  display: block;
  margin: auto;
}
.appointment .checkbox-skin {
  display: inline-block;
  border: 2px solid #868686;
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 10px;
}
.appointment .checkbox-skin.active span i:before {
  content: "\e90d";
  font-size: 22px;
  position: absolute;
  top: -8px;
  left: -3px;
  color: green;
  font-weight: 600;
}
.appointment .autocomplete {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  margin-top: 50px;
  border-top: 2px solid #0072CE;
  display: none;
}
.appointment .autocomplete label {
  font-size: 1rem;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.appointment .next-step-container {
  overflow: auto;
}
.appointment .optionnals {
  padding: 30px 0;
}
.appointment .optionnals .license-plate, .appointment .optionnals .company-model {
  display: inline-block;
}
.appointment .optionnals .license-plate input, .appointment .optionnals .company-model input {
  padding: 10px;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  font-family: "latoregular";
  font-weight: 600;
  font-style: italic;
}
.appointment .optionnals .license-plate {
  width: 25%;
}
.appointment .optionnals .license-plate input {
  width: 98%;
}
.appointment .optionnals .company-model {
  width: 40%;
  position: relative;
}
.appointment .optionnals .company-model input {
  width: 45%;
}
.appointment .step {
  width: 55%;
  margin: auto;
}
.appointment .step h2.step-title {
  color: #0072CE;
  font-size: 1.5em;
  font-weight: 900;
  position: inherit;
}
.appointment .step ul {
  list-style: none;
}
.appointment fieldset {
  border: none;
}
.appointment .block-categorie-L {
  border: 1px solid #0072CE;
  background-color: #e8f5ff;
}
.appointment form .my-vehicule .service,
.appointment form .my-controle .service {
  background-color: #efefef;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 1em;
}
.appointment form .my-vehicule .service span,
.appointment form .my-controle .service span {
  display: inline-block;
  border: 2px solid #868686;
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 10px;
}
.appointment form .my-vehicule .service.active span i:before,
.appointment form .my-controle .service.active span i:before {
  content: "\e90d";
  font-size: 22px;
  position: absolute;
  top: -8px;
  left: -3px;
  color: green;
  font-weight: 600;
}
.appointment form .my-vehicule .service.operation-phone span i:before,
.appointment form .my-controle .service.operation-phone span i:before {
  content: "\e919";
  font-size: 22px;
  position: absolute;
  top: -6px;
  left: -5px;
  color: #ca2626;
  font-weight: 600;
}
.appointment form .my-vehicule .vehicule-type label, .appointment form .my-vehicule .energy-type label,
.appointment form .my-controle .vehicule-type label,
.appointment form .my-controle .energy-type label {
  color: #0072CE;
}
.appointment form .my-vehicule label,
.appointment form .my-controle label {
  display: inline-block;
  font-size: 2.3em;
  padding: 10px 14px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.appointment form .my-vehicule label figcaption,
.appointment form .my-controle label figcaption {
  text-align: center;
  font-size: 1rem;
  color: black;
  font-weight: 600;
}
.appointment form .my-vehicule label:not(:last-child),
.appointment form .my-controle label:not(:last-child) {
  margin-right: 15px;
}
.appointment form .my-vehicule label:hover,
.appointment form .my-controle label:hover {
  background-color: #efefef;
}
.appointment form .my-vehicule label.active,
.appointment form .my-controle label.active {
  background-color: #0072CE;
  border-bottom: 2px solid #00569b;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: #fff !important;
}
.appointment form .my-vehicule label.active figcaption,
.appointment form .my-controle label.active figcaption {
  color: #fff;
}
.appointment form .my-vehicule label:active,
.appointment form .my-controle label:active {
  border: none;
}
.appointment form .my-vehicule label.dis-none,
.appointment form .my-controle label.dis-none {
  display: none;
}
.appointment form .autocomplete-models {
  right: 3px;
}
.appointment form .autocomplete-brands, .appointment form .autocomplete-models {
  z-index: 2;
  margin-top: 2px;
  width: 49%;
}
.appointment form .autocomplete-brands ul, .appointment form .autocomplete-models ul {
  margin: 0;
}
.appointment form .autocomplete-brands li, .appointment form .autocomplete-models li {
  border-bottom: 1px solid #efefef;
}
.appointment form .autocomplete-brands li label, .appointment form .autocomplete-models li label {
  margin: 0;
  font-size: 1rem;
  margin-right: 0 !important;
  width: 100%;
}
.appointment form #error-max-availabilities {
  display: none;
  padding: 10px;
  background-color: #ff5353;
  color: #fff;
  width: auto;
  border-bottom: 2px solid #ff2626;
  border-radius: 3px;
}
.appointment form #error-incomplete-informations {
  display: none;
  padding: 10px;
  background-color: #de0000;
  color: #fff;
  width: auto;
  border-bottom: 2px solid #bf0000;
  border-radius: 3px;
}
.appointment form .my-availability .day-choice-container {
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.appointment form .my-availability .day-choice-container .prev-arrow, .appointment form .my-availability .day-choice-container .next-arrow {
  color: #0072CE;
  font-size: 2em;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 32px;
  z-index: 1;
}
.appointment form .my-availability .day-choice-container .prev-arrow {
  left: 47px;
}
.appointment form .my-availability .day-choice-container .next-arrow {
  right: 47px;
}
.appointment form .my-availability #slider-loader, .appointment form .my-availability #time-table-loader {
  width: 40px;
  height: 40px;
  margin: 20px auto;
}
.appointment form .my-availability #slider-loader .loader, .appointment form .my-availability #time-table-loader .loader {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.appointment form .my-availability #slider-next-loader,
.appointment form .my-availability #slider-prev-loader {
  width: 10px;
  height: 10px;
}
.appointment form .my-availability #slider-next-loader.active,
.appointment form .my-availability #slider-prev-loader.active {
  color: #0072CE;
}
.appointment form .my-availability #slider-next-loader.disabled,
.appointment form .my-availability #slider-prev-loader.disabled {
  color: #f6f6f6;
}
.appointment form .my-availability #slider-next-loader .loader,
.appointment form .my-availability #slider-prev-loader .loader {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.appointment form .my-availability ul.day-choice {
  margin: 0 auto;
  width: 85%;
  padding: 0;
  background-color: #efefef;
  padding: 10px 50px;
}
.appointment form .my-availability ul.day-choice .owl-item {
  text-align: center;
}
.appointment form .my-availability ul.day-choice li.day {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  text-align: center;
  box-shadow: 0px 0px 6px -2px black inset;
  color: #0072CE;
  font-size: 0.8em;
  cursor: pointer;
  margin: 0 10px;
}
.appointment form .my-availability ul.day-choice li.day.active {
  background-color: #0072CE;
  color: #fff;
}
.appointment form .my-availability ul.day-choice li.day.disabled {
  background-color: #f6f6f6;
  color: #7e7e7e;
}
.appointment form .my-availability ul.day-choice li.day p {
  margin: 5px;
  font-size: 1.5em;
}
.appointment form .my-availability .time-table {
  margin: 30px auto 0px auto;
  overflow: auto;
}
.appointment form .my-availability .time-table .collapsible {
  margin-bottom: 3px;
}
.appointment form .my-availability .time-table .collapsible .collapsible-header {
  display: inline-block;
  width: 100%;
  background-color: #0072CE;
  padding: 10px;
}
.appointment form .my-availability .time-table .collapsible .collapsible-header i {
  margin: 0 10px;
}
.appointment form .my-availability .time-table .collapsible .collapsible-header span.schedule {
  color: #fff;
}
.appointment form .my-availability .time-table .collapsible .collapsible-header span.apointments-number {
  color: #fff;
  float: right;
}
.appointment form .my-availability .time-table .collapsible .collapsible-body {
  margin: 0;
}
.appointment form .my-availability .time-table .collapsible .collapsible-body label {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  background-color: #efefef;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 1em;
  width: 100%;
  border-top: 2px solid #cacaca;
  margin-bottom: -3px;
}
.appointment form .my-availability .time-table .collapsible .collapsible-body label em {
  float: left;
  font-style: normal;
}
.appointment form .my-availability .time-table .collapsible .collapsible-body label em.price {
  float: right;
  color: #0072CE;
}
.appointment form .my-availability .time-table .collapsible .collapsible-body label p {
  margin: 0;
  margin-right: 10px;
  float: right;
  color: #9c9c9c;
}
.appointment form .my-availability .time-table .collapsible .collapsible-body label del {
  float: right;
}
.appointment form .my-availability .time-table .collapsible .collapsible-body label span {
  float: left;
  display: inline-block;
  border: 2px solid #868686;
  background-color: #fff;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
}
.appointment form .my-availability .time-table .collapsible .collapsible-body label.active {
  background-color: #0072CE;
  color: #fff;
}
.appointment form .my-availability .time-table .collapsible .collapsible-body label.active .price {
  color: #fff;
}
.appointment form .my-availability .time-table .collapsible .collapsible-body label.active span i:before {
  content: "\e90d";
  font-size: 26px;
  position: absolute;
  top: -6px;
  left: -4px;
  color: green;
  font-weight: 600;
}
.appointment form .my-availability .time-table .time-table-morning, .appointment form .my-availability .time-table .time-table-afternoon {
  width: 49.5%;
}
.appointment form .my-availability .time-table .time-table-morning {
  float: left;
}
.appointment form .my-availability .time-table .time-table-afternoon {
  float: right;
}
.appointment form .my-availability .tarif_direct_centre span {
  color: #0072CE;
}
.appointment form .my-availability .payment-choice label {
  width: 350px;
  display: block;
  padding: 10px;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.3);
  font-family: "latoregular";
  font-weight: 600;
}
.appointment form .my-availability .payment-choice label em {
  color: #0072CE;
  float: right;
  font-style: normal;
}
.appointment form .my-availability .payment-choice label span {
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  background-color: #eaeaea;
  border-radius: 50%;
  margin-left: 10px;
}
.appointment form .my-availability .payment-choice label.active {
  background-color: #0072CE;
  color: #fff;
}
.appointment form .my-availability .payment-choice label.active em {
  color: #fff;
}
.appointment form .my-availability .payment-choice label.active span {
  background-color: #0072CE;
  border: 3px solid white;
}
.appointment form .my-availability .payment-choice .license-plate {
  float: left;
}
.appointment form .my-availability .payment-choice .license-plate input {
  width: 98%;
}
.appointment form .my-availability .payment-choice .company-model {
  float: right;
}
.appointment form .my-availability .payment-choice .company-model input {
  width: 49%;
}
.appointment form .my-summary .summary ul {
  border-top: 3px solid #0072CE;
  padding: 0;
}
.appointment form .my-summary .summary ul li {
  background-color: #efefef;
  margin: 0;
  padding: 15px 20px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}
.appointment form .my-summary .summary h3, .appointment form .my-summary .summary p {
  margin: 0;
}
.appointment form .my-summary .summary h3 {
  font-style: italic;
  font-weight: 600;
  display: inline-block;
  width: 30%;
}
.appointment form .my-summary .summary h3 i {
  margin-right: 15px;
  font-size: 16px;
}
.appointment form .my-summary .summary p {
  display: inline-block;
  width: 70%;
}
.appointment form .my-summary .summary p span {
  padding: 0 20px;
}
.appointment form .my-summary .summary p span:first-child {
  padding-left: 0px;
}
.appointment form .my-summary .summary p span i {
  padding-right: 10px;
  color: #505050;
}
.appointment form .my-summary .summary-my-vehicule p span:nth-child(3) {
  padding: 0;
}
.appointment form .my-summary .summary-my-vehicule p span:nth-child(3).middle-bar {
  border-left: 2px solid #505050;
  padding: 0 20px;
}
.appointment form .profil-selection label {
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: #fff !important;
  font-size: 2em;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.appointment form .profil-selection label i {
  color: #0072CE;
}
.appointment form .profil-selection label figcaption {
  text-align: center;
  font-size: 1rem;
  color: #0072CE;
  font-weight: 600;
}
.appointment form .profil-selection label.active {
  background-color: #0072CE;
}
.appointment form .profil-selection label.active i {
  color: #fff;
}
.appointment form .profil-selection label.active figcaption {
  color: #fff;
}
.appointment form .infos-container input {
  width: 49%;
}
.appointment form .civility {
  margin-bottom: 20px;
}
.appointment form .civility label {
  margin-left: 10px;
}
.appointment form .individual, .appointment form .professionnal {
  margin: 15px 0;
}
.appointment form .individual input.address-client, .appointment form .professionnal input.address-client {
  width: 100%;
}
.appointment form .individual h3, .appointment form .professionnal h3 {
  font-weight: 900;
  font-style: italic;
}
.appointment form .individual h3 i, .appointment form .professionnal h3 i {
  margin-right: 10px;
  color: #0072CE;
}
.appointment form .individual .information-container input[type=text], .appointment form .individual .information-container input[type=email], .appointment form .individual .information-container input[type=password], .appointment form .professionnal .information-container input[type=text], .appointment form .professionnal .information-container input[type=email], .appointment form .professionnal .information-container input[type=password] {
  display: inline-block;
}
.appointment form .individual .options, .appointment form .professionnal .options {
  margin-top: 30px;
}
.appointment form .individual .options > div, .appointment form .professionnal .options > div {
  margin: 15px 0;
}
.appointment form .individual .options > div label, .appointment form .professionnal .options > div label {
  font-weight: bold;
  color: #0072CE;
}
.appointment form .individual .options > div .cgv-validation, .appointment form .professionnal .options > div .cgv-validation {
  font-weight: normal;
  color: #000;
}
.appointment form .individual .options > div .cgv-validation a, .appointment form .professionnal .options > div .cgv-validation a {
  font-weight: bold;
  color: #0072CE;
  text-decoration: underline;
}
.appointment form .individual .options textarea, .appointment form .professionnal .options textarea {
  width: 49%;
}
.appointment form .individual input[type=text], .appointment form .individual input[type=email], .appointment form .individual input[type=password], .appointment form .individual textarea {
  width: 24%;
}
.appointment form .individual input[type=text].address-client, .appointment form .individual input[type=email].address-client, .appointment form .individual input[type=password].address-client, .appointment form .individual textarea.address-client {
  width: 100%;
}
.appointment form .law-checkbox {
  margin-top: 10px;
  padding: 10px 0;
}
.appointment form .law-checkbox a {
  font-weight: bold;
  color: #0072CE;
  text-decoration: underline;
}
.appointment form .confirmation-container .optionnals {
  padding: 0;
}
.appointment form .confirmation-container .optionnals .confirm-vehicule-types {
  display: inline-block;
  width: 100%;
}
.appointment form .confirmation-container .optionnals .confirm-vehicule-types span {
  padding: 0 20px;
}
.appointment form .confirmation-container .optionnals .confirm-vehicule-types span:first-child {
  padding-left: 0px;
}
.appointment form .confirmation-container .optionnals .confirm-vehicule-types span i {
  padding-right: 10px;
  color: #505050;
}
.appointment form .log-in-buttons-container {
  display: flex;
}
.appointment form .log-in-button {
  padding: 10px 25px;
  color: #fff;
  border-radius: 3px;
  margin: 5px 3px;
  display: inline-flex;
  align-items: center;
}
.appointment form .log-in-button i {
  margin-right: 10px;
}
.appointment form .log-in-button#log-in-button {
  background-color: #0072CE;
  border-bottom: 2px solid #00569b;
}
.appointment form .log-in-button#google-log-in-button {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom: 2px solid #bdbdbd;
  color: #000;
}
.appointment form .log-in-button#google-log-in-button img {
  height: 1em;
  margin-right: 10px;
}
.appointment form .log-in-button#facebook-log-in-button {
  background-color: #3B5998;
  border-bottom: 2px solid #2d4373;
}
.appointment form .log-in-button#facebook-log-in-button i {
  font-size: 22px;
}
.appointment form #new-vehicule-button {
  background-color: #97D700;
  border-bottom: 2px solid #73a400;
  padding: 10px 25px;
  color: #fff;
  border-radius: 3px;
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
}
.appointment form #new-vehicule-button i {
  margin-right: 10px;
}
.appointment form #new-vehicule-button.pressed {
  background-color: #85be00;
}
.appointment form .vehicule-container fieldset {
  width: 40%;
  display: inline-block;
  padding: 0;
}
.appointment form .vehicule-container span.or {
  margin: 0 15px;
  color: #747474;
  font-weight: 900;
  font-style: italic;
}
.appointment form .vehicule-container .new-vehicule-container, .appointment form .vehicule-container .existing-vehicule-container {
  margin: 10px 0;
}
.appointment form #selected-vehicule-field {
  width: 100%;
  cursor: pointer;
}
.appointment form .vehicules-list {
  position: relative;
}
.appointment form .vehicules-list input {
  width: 100%;
}
.appointment form .vehicules-list ul {
  z-index: 1;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  margin: 45px 0;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  font-family: "latoregular";
  font-weight: 600;
  font-style: italic;
  cursor: pointer;
}
.appointment form .vehicules-list ul li label {
  padding: 10px;
  display: block;
}
.appointment form .vehicules-list ul li label.active {
  background-color: #0072CE;
  color: #fff;
}
.appointment form .vehicules-list ul li label.active i {
  color: #fff;
}
.appointment form .vehicules-list ul li i {
  color: #0072CE;
  margin-right: 10px;
}
.appointment form .discount-container input, .appointment form .discount-container button {
  display: inline-block;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-family: "latoregular";
  font-weight: 600;
  font-style: italic;
}
.appointment form .discount-container button {
  background-color: #0072CE;
  color: #fff;
  border: none;
}
.appointment form .discount-container .error-discount {
  color: red;
}
.appointment form .discount-container .discount {
  background-color: #f7f6f6;
  width: 150px;
  padding: 10px;
  border-radius: 3px;
  font-weight: 600;
}
.appointment form .discount-container .discount #discount-price {
  font-weight: 900;
  color: #0072CE;
  float: right;
}
.appointment form .discount-container .discount a {
  color: #b30000;
}
.appointment form #payment-method-container fieldset {
  padding: 0;
  margin: 0;
}
.appointment form #payment-method-container p:not(:last-child) img,
.appointment form #payment-method-container .block-cb img {
  display: block;
}
.appointment form #payment-method-container label {
  font-weight: 300;
  padding: 20px;
  display: block;
  width: 55%;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: 1px solid #cacaca;
  cursor: pointer;
}
.appointment form #payment-method-container label.active {
  background-color: #d4e8fa;
  box-shadow: -2px -2px 10px -6px #979797 inset;
  border: 2px solid #0072CE;
}
.appointment form #payment-method-container label.active span {
  border: 3px solid #0072CE;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.appointment form #payment-method-container span {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #fff;
  margin-right: 20px;
  border-radius: 50%;
  border: 1px solid #b2b2b2;
}
.appointment form #payment-method-container img {
  height: 30px;
  margin-top: 15px;
}
.appointment form #payment-method-container em#increase {
  color: #0072CE;
  font-weight: 800;
  font-size: 2em;
  display: inline-block;
  margin-left: 198px;
  position: relative;
}
.appointment form #final-price-container {
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.appointment form #final-price-container .operation-libelle-info {
  display: inline-block;
  width: 40%;
  padding: 20px;
  margin: 0;
  color: #0072CE;
  text-align: center;
  font-weight: bold;
}
.appointment form #final-price-container #final-price {
  text-align: center;
  width: 100%;
  color: #0072CE;
  font-weight: 800;
  font-size: 1.2em;
  display: inline-block;
  padding-top: 20px;
}
.appointment form #final-price-container #final-price.discounted {
  color: #0072CE;
}
.appointment form #final-price-container #final-price.discounted .wording {
  color: #0072CE;
}
.appointment form #final-price-container #final-price .wording {
  margin-right: 10px;
  font-weight: 600;
  color: black;
  font-size: 0.8em;
}
.appointment form #final-price-container .submit-button {
  font-weight: 600;
  float: none;
}
.appointment form #final-price-container .submit-button.submit-button-test {
  background-color: #52739f;
}
.appointment form .next-step-button, .appointment form .submit-button, .appointment form .check-button {
  float: right;
  border: none;
  background-color: #0072CE;
  border-bottom: 2px solid #00569b;
  padding: 10px 40px;
  color: #fff;
  border-radius: 3px;
  margin: 10px 0;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
}
.appointment form .next-step-button.disabled, .appointment form .submit-button.disabled, .appointment form .check-button.disabled {
  background-color: #c3c3c3;
  border-bottom: 2px solid #aaaaaa;
}
.appointment form .next-step-button i, .appointment form .submit-button i, .appointment form .check-button i {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 1.2em;
}
.appointment .alert {
  text-align: center;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.appointment .alert.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.appointment .alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.appointment .alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
}

#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  z-index: 999;
  justify-content: center;
  align-items: center;
}
#overlay .log-in-form {
  background-color: #fff;
  border-radius: 3px;
}
#overlay .log-in-form h3 {
  margin-bottom: 5px;
  color: #505050;
}
#overlay .log-in-form h3 i {
  margin-right: 10px;
  color: #0072CE;
}
#overlay .log-in-form form {
  padding: 30px;
}
#overlay .log-in-form form input {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-weight: 900;
  font-style: italic;
  border: 2px solid #E3E3E3;
  font-family: "latoregular";
}
#overlay .log-in-form form input[type=submit] {
  margin-top: 10px;
  background-color: #0072CE;
  border-bottom: 2px solid #00569b;
  padding: 10px 40px;
  color: #fff;
  border-radius: 3px;
  margin: 10px 0;
  display: inline-block;
}

em.booking-and-online {
  color: #0072CE;
  font-weight: 800;
  font-size: 2em;
  margin-left: 230px;
  position: relative;
  bottom: 35px;
}

del.center-price {
  font-weight: 800;
  font-size: 1.2em;
  position: relative;
}

del.booking-and-center {
  font-weight: 800;
  font-size: 1.2em;
  position: relative;
}

em.price-sentence {
  font-size: 1em;
}

@media screen and (max-width: 1500px) {
  .appointment .step {
    width: 65%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 1370px) {
  .appointment {
    background: linear-gradient(to top, white 0%, white 10%, transparent 25%);
  }
  .appointment.vl::before {
    background-image: none !important;
  }
  .appointment.pl::before {
    background-image: none !important;
  }
}
@media screen and (max-width: 1065px) {
  .breadcrumb-container {
    width: 100%;
  }
  #breadcrumbs li > .breadcrumb::before,
  #breadcrumbs li > .breadcrumb::after {
    content: none !important;
  }
  #breadcrumbs ul {
    width: 100%;
  }
  #breadcrumbs li, #breadcrumbs a {
    width: 100%;
  }
  #breadcrumbs li {
    margin: 1px 0;
  }
}
@media screen and (max-width: 1000px) {
  .appointment .step {
    width: 90%;
  }
  .appointment form #final-price-container {
    flex-direction: column;
  }
  .appointment form #final-price-container .operation-libelle-info {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .appointment form .log-in-buttons-container {
    flex-direction: column;
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  #title h1 {
    padding: 10px;
    font-size: 2.3em;
  }
  .appointment .step {
    width: 90%;
    margin: 10px auto;
  }
  .appointment form .my-vehicule label {
    font-size: 2.5em;
  }
  .appointment form .optionnals {
    padding: 0px;
    padding-bottom: 20px;
  }
  .appointment form .optionnals .license-plate {
    width: 100%;
  }
  .appointment form .optionnals .company-model {
    width: 100%;
  }
  .appointment form .my-summary .summary ul li {
    flex-direction: column;
    padding: 20px 30px;
  }
  .appointment form .my-summary .summary ul li h3 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .appointment form .my-summary .summary ul li p {
    width: auto;
  }
  .appointment form .individual input[type=text],
  .appointment form .individual input[type=email],
  .appointment form .individual input[type=password] {
    width: 100%;
    margin-bottom: 2px;
  }
  .appointment form .professionnal input[type=text],
  .appointment form .professionnal input[type=email],
  .appointment form .professionnal input[type=password] {
    width: 100%;
    margin-bottom: 2px;
  }
  .appointment form .vehicule-container fieldset {
    width: 100%;
  }
  .appointment form .individual .options textarea, .appointment form .professionnal .options textarea {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #ui-datepicker-div {
    left: 12% !important;
  }
  .appointment form .my-availability ul.day-choice {
    width: 100%;
  }
  .appointment form .my-availability .time-table {
    width: 100%;
    margin: 10px auto;
  }
  .appointment form .my-availability .time-table .time-table-morning, .appointment form .my-availability .time-table .time-table-afternoon {
    float: none;
    width: 100%;
  }
  .step-2 fieldset {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  #title h1 {
    padding: 10px;
    font-size: 2.3em;
  }
  #breadcrumbs li > .breadcrumb::before,
  #breadcrumbs li > .breadcrumb::after {
    content: none !important;
  }
  #breadcrumbs ul {
    width: 100%;
  }
  #breadcrumbs li, #breadcrumbs a {
    width: 100%;
  }
  #breadcrumbs li {
    margin: 1px 0;
  }
  .appointment .step {
    width: 95%;
  }
  .appointment fieldset {
    padding: 0;
  }
  .appointment form .my-summary .summary p span {
    padding: 0;
  }
  .appointment form #payment-method-container label {
    width: 100%;
  }
  .appointment form .my-summary .summary ul li {
    text-align: center;
  }
  .appointment form .next-step-button, .appointment form .submit-button {
    width: 100%;
    text-align: center;
  }
}
.appointment.vl::before {
  background-image: url(../../img/member-site-v2/resource/rdv-fond-vl.jpg);
}

.appointment.pl::before {
  background-image: url(../../img/member-site-v2/resource/rdv-fond-pl.jpg);
}

p {
  position: unset;
  line-height: unset;
  font-family: latoregular;
  font-size: unset;
  margin-top: 12px;
  margin-bottom: 20px;
}

body {
  color: unset;
  font-size: unset;
  line-height: unset;
}

.breadcrumb {
  margin-bottom: unset;
  border-radius: unset;
}

.input {
  font-size: unset;
}

.appointment .step h2.step-title {
  font-family: "latoregular";
  padding-bottom: 12px;
  width: 400px;
}

button, input, optgroup, select, textarea {
  font-size: 13px;
}

#breadcrumbs {
  line-height: normal;
}

.appointment form .my-summary .summary h3 {
  font-family: "latoregular";
}

.h3, h3 {
  font-size: 1.17em;
  line-height: unset;
  font-weight: bold;
  margin: unset;
  font-family: latoregular;
  margin-bottom: 17px;
}

.h4, h4 {
  font-size: unset;
  font-weight: bold;
  font-family: "latoregular";
  margin-bottom: 17px;
}

.appointment input, .appointment textarea {
  color: gray;
}

#ui-datepicker-div.mini-site-calendar {
  top: 38% !important;
}

.appointment form .next-step-button, .appointment form .submit-button, .appointment form .check-button {
  margin: unset;
}