@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,400,500,600,700");
/* ---------------------------------------------------
* SASS Variables Nolan C. - Devguys®
* Please check below version to prevent bad overwrite
* Version : 1.1.0
* --------------------------------------------------- */
/* ---------------------------------------------------
* SASS Mixins Nolan C. - Devguys®
* Please check below version to prevent bad overwrite
* Version : 1.1.0
* --------------------------------------------------- */
/* ---------------------------------------------------
* SASS Variables Nolan C. - Devguys®
* Please check below version to prevent bad overwrite
* Version : 1.1.0
* --------------------------------------------------- */
.link .information a {
  color: #00dabd;
  transition: 0.3s ease-out;
  text-decoration: none;
  font-weight: 500;
}

.link .information a:hover {
  color: #009abe;
}

.page-content:after, .main:not(.step4) .groupform:after, .main:not(.step4) .contextualform:after, .dynamicform-group:after {
  content: "";
  display: table;
  clear: both;
}

/* ---------------------------------------------------
* SASS Mixins Nolan C. - Devguys®
* Please check below version to prevent bad overwrite
* Version : 1.1.0
* --------------------------------------------------- */
.flexrow {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  width: calc(100% * 1 / 12);
}

.col-2 {
  width: calc(100% * 2 / 12);
}

.col-3 {
  width: calc(100% * 3 / 12);
}

.col-4 {
  width: calc(100% * 4 / 12);
}

.col-5 {
  width: calc(100% * 5 / 12);
}

.col-6 {
  width: calc(100% * 6 / 12);
}

.col-7 {
  width: calc(100% * 7 / 12);
}

.col-8 {
  width: calc(100% * 8 / 12);
}

.col-9 {
  width: calc(100% * 9 / 12);
}

.col-10 {
  width: calc(100% * 10 / 12);
}

.col-11 {
  width: calc(100% * 11 / 12);
}

.col-12 {
  width: calc(100% * 12 / 12);
}

.col-hidden {
  display: none;
}

.col-visible {
  display: block;
}

@media only screen and (max-width: 1779px) {
  .col-ls-1 {
    width: calc(100% * 1 / 12);
  }

  .col-ls-2 {
    width: calc(100% * 2 / 12);
  }

  .col-ls-3 {
    width: calc(100% * 3 / 12);
  }

  .col-ls-4 {
    width: calc(100% * 4 / 12);
  }

  .col-ls-5 {
    width: calc(100% * 5 / 12);
  }

  .col-ls-6 {
    width: calc(100% * 6 / 12);
  }

  .col-ls-7 {
    width: calc(100% * 7 / 12);
  }

  .col-ls-8 {
    width: calc(100% * 8 / 12);
  }

  .col-ls-9 {
    width: calc(100% * 9 / 12);
  }

  .col-ls-10 {
    width: calc(100% * 10 / 12);
  }

  .col-ls-11 {
    width: calc(100% * 11 / 12);
  }

  .col-ls-12 {
    width: calc(100% * 12 / 12);
  }

  .col-ls-hidden {
    display: none;
  }

  .col-ls-visible {
    display: block;
  }
}
@media only screen and (max-width: 1439px) {
  .col-xl-1 {
    width: calc(100% * 1 / 12);
  }

  .col-xl-2 {
    width: calc(100% * 2 / 12);
  }

  .col-xl-3 {
    width: calc(100% * 3 / 12);
  }

  .col-xl-4 {
    width: calc(100% * 4 / 12);
  }

  .col-xl-5 {
    width: calc(100% * 5 / 12);
  }

  .col-xl-6 {
    width: calc(100% * 6 / 12);
  }

  .col-xl-7 {
    width: calc(100% * 7 / 12);
  }

  .col-xl-8 {
    width: calc(100% * 8 / 12);
  }

  .col-xl-9 {
    width: calc(100% * 9 / 12);
  }

  .col-xl-10 {
    width: calc(100% * 10 / 12);
  }

  .col-xl-11 {
    width: calc(100% * 11 / 12);
  }

  .col-xl-12 {
    width: calc(100% * 12 / 12);
  }

  .col-xl-hidden {
    display: none;
  }

  .col-xl-visible {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .col-lg-1 {
    width: calc(100% * 1 / 12);
  }

  .col-lg-2 {
    width: calc(100% * 2 / 12);
  }

  .col-lg-3 {
    width: calc(100% * 3 / 12);
  }

  .col-lg-4 {
    width: calc(100% * 4 / 12);
  }

  .col-lg-5 {
    width: calc(100% * 5 / 12);
  }

  .col-lg-6 {
    width: calc(100% * 6 / 12);
  }

  .col-lg-7 {
    width: calc(100% * 7 / 12);
  }

  .col-lg-8 {
    width: calc(100% * 8 / 12);
  }

  .col-lg-9 {
    width: calc(100% * 9 / 12);
  }

  .col-lg-10 {
    width: calc(100% * 10 / 12);
  }

  .col-lg-11 {
    width: calc(100% * 11 / 12);
  }

  .col-lg-12 {
    width: calc(100% * 12 / 12);
  }

  .col-lg-hidden {
    display: none;
  }

  .col-lg-visible {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .col-md-1 {
    width: calc(100% * 1 / 12);
  }

  .col-md-2 {
    width: calc(100% * 2 / 12);
  }

  .col-md-3 {
    width: calc(100% * 3 / 12);
  }

  .col-md-4 {
    width: calc(100% * 4 / 12);
  }

  .col-md-5 {
    width: calc(100% * 5 / 12);
  }

  .col-md-6 {
    width: calc(100% * 6 / 12);
  }

  .col-md-7 {
    width: calc(100% * 7 / 12);
  }

  .col-md-8 {
    width: calc(100% * 8 / 12);
  }

  .col-md-9 {
    width: calc(100% * 9 / 12);
  }

  .col-md-10 {
    width: calc(100% * 10 / 12);
  }

  .col-md-11 {
    width: calc(100% * 11 / 12);
  }

  .col-md-12 {
    width: calc(100% * 12 / 12);
  }

  .col-md-hidden {
    display: none;
  }

  .col-md-visible {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .col-sm-1 {
    width: calc(100% * 1 / 12);
  }

  .col-sm-2 {
    width: calc(100% * 2 / 12);
  }

  .col-sm-3 {
    width: calc(100% * 3 / 12);
  }

  .col-sm-4 {
    width: calc(100% * 4 / 12);
  }

  .col-sm-5 {
    width: calc(100% * 5 / 12);
  }

  .col-sm-6 {
    width: calc(100% * 6 / 12);
  }

  .col-sm-7 {
    width: calc(100% * 7 / 12);
  }

  .col-sm-8 {
    width: calc(100% * 8 / 12);
  }

  .col-sm-9 {
    width: calc(100% * 9 / 12);
  }

  .col-sm-10 {
    width: calc(100% * 10 / 12);
  }

  .col-sm-11 {
    width: calc(100% * 11 / 12);
  }

  .col-sm-12 {
    width: calc(100% * 12 / 12);
  }

  .col-sm-hidden {
    display: none;
  }

  .col-sm-visible {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .col-xs-1 {
    width: calc(100% * 1 / 12);
  }

  .col-xs-2 {
    width: calc(100% * 2 / 12);
  }

  .col-xs-3 {
    width: calc(100% * 3 / 12);
  }

  .col-xs-4 {
    width: calc(100% * 4 / 12);
  }

  .col-xs-5 {
    width: calc(100% * 5 / 12);
  }

  .col-xs-6 {
    width: calc(100% * 6 / 12);
  }

  .col-xs-7 {
    width: calc(100% * 7 / 12);
  }

  .col-xs-8 {
    width: calc(100% * 8 / 12);
  }

  .col-xs-9 {
    width: calc(100% * 9 / 12);
  }

  .col-xs-10 {
    width: calc(100% * 10 / 12);
  }

  .col-xs-11 {
    width: calc(100% * 11 / 12);
  }

  .col-xs-12 {
    width: calc(100% * 12 / 12);
  }

  .col-xs-hidden {
    display: none;
  }

  .col-xs-visible {
    display: block;
  }
}
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a, a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

[class*=button] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  background-color: #fff;
  color: #596a71;
}
body.no-scrollable {
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  body {
    font-size: 16px;
  }
}

form .truefalse {
  margin: 15px 0;
}

@media only screen and (min-width: 576px) {
  .main {
    position: relative;
    min-height: 100vh;
  }
  .main:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 460px;
    background-image: linear-gradient(to top, #f3f4f8, rgba(255, 255, 255, 0));
    z-index: 0;
  }
}

.title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 200;
  text-transform: uppercase;
  color: #9facb1;
}
@media only screen and (min-width: 576px) {
  .title {
    font-size: 70px;
    line-height: 74px;
  }
}
@media only screen and (min-width: 1440px) {
  .title {
    font-size: 90px;
    line-height: 86px;
  }
}
h1.title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 25px;
}
h1.title:after {
  content: "";
  display: block;
  width: 49px;
  height: 0;
  border-top: 1px solid #00dabd;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 576px) {
  h1.title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  h1.title {
    font-size: 60px;
    line-height: 60px;
  }
}

label {
  display: block;
  color: #009abe;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.info {
  color: #596a71;
  margin: 5px 0;
}

.button {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #00dabd;
  padding: 22px 0px;
  cursor: pointer;
}
.button.--etape, .button.--groupform {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.button.--etape.--next, .button.--groupform.--next {
  box-shadow: 0 -10px 30px 0 rgba(0, 218, 189, 0.3);
}
.button.--etape.--with-prev, .button.--groupform.--with-prev {
  width: 50%;
  left: 50%;
}
.button.--etape.--loading, .button.--groupform.--loading {
  background-color: #89999f;
}
.button.--next:after, .button.--pay:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(img/icons/next.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}
.button.--prev {
  width: 50%;
  background-color: #596a71;
  box-shadow: 0 -10px 30px 0 rgba(89, 106, 113, 0.3);
}
.button.--prev:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(img/icons/prev.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}
.button.--pay {
  border-radius: 33px;
  text-align: center;
}
.button.--pay.--inactive {
  background-color: #c7d3d8;
  cursor: default;
}
.alert-modal .button {
  border-radius: 33px;
  text-align: center;
}
.alert-modal .button.--cancel {
  margin-bottom: 20px;
}
.alert-modal .button.--confirm {
  background-color: #596a71;
}

@media only screen and (min-width: 576px) {
  .button {
    border-radius: 33px;
    box-shadow: 0 8px 10px 0 rgba(0, 218, 189, 0.35);
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
  .button.--etape, .button.--groupform {
    position: static;
    border-radius: 33px;
    display: inline-block;
    width: auto;
    min-width: 224px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 45px;
  }
  .button.--etape.--next, .button.--groupform.--next {
    box-shadow: 0 8px 10px 0 rgba(0, 218, 189, 0.35);
  }
  .button.--etape.--prev, .button.--groupform.--prev {
    box-shadow: 0 8px 10px 0 rgba(89, 106, 113, 0.3);
  }
  .button.--etape.--with-prev, .button.--groupform.--with-prev {
    width: auto;
    left: auto;
  }
  .button.--next:after {
    margin-left: 20px;
  }
  .button.--pay.--inactive {
    box-shadow: 0 8px 10px 0 rgba(89, 106, 113, 0.3);
    cursor: default;
  }
  .alert-modal .button.--cancel {
    margin-right: 20px;
  }
  .alert-modal .button.--confirm {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .button {
    transition: all 0.1s ease-in-out;
  }
  .button:hover {
    background-color: #009abe;
    box-shadow: 0 8px 10px 0 rgba(0, 154, 190, 0.35) !important;
  }
}

.page {
  position: relative;
  z-index: 1;
}
.page-content {
  padding: 26px 20px 0;
}
@media only screen and (min-width: 1440px) {
  .page-content {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
}
.page-default {
  position: relative;
  z-index: 1;
  background-color: #f3f4f8;
  min-height: calc(100vh - 75px - 85px);
}
.page-default .page-content {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  padding-bottom: 100px;
}
.form-page.page-default .page-content {
  padding-bottom: 60px;
}

.page-default.surgeons-page .indication-container {
  font-size: 14px;
  background: url(img/icons/s-info.svg) left top no-repeat;
  padding-left: 36px;
  min-height: 24px;
}
@media only screen and (min-width: 576px) {
  .page-default {
    min-height: calc(100vh - 116px - 116px);
  }
  .page-default:not(.categories-page) {
    background-color: #fff;
  }
  .page-default .page-content {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .form-page.page-default .page-content {
    padding-bottom: 20px;
  }

  .page-default h1.title {
    color: #c7d3d8;
    padding-bottom: 30px;
    margin-bottom: 55px;
  }
  .page-default h1.title:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page-default.surgeons-page .indication-container {
    text-align: left;
    display: flex;
    align-items: center;
  }
  .page-default.surgeons-page .page-content {
    max-width: 1200px;
  }
}
.page-default.success-page {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-color: #00dabd;
  background-image: linear-gradient(to right, #00dabd, #009abe);
  height: calc(100vh - 75px);
  color: #fff;
  text-align: center;
  line-height: 150%;
}
.page-default.success-page:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: normal;
  background: url(img/fond-finalisation.png) center top no-repeat;
  background-size: cover;
  z-index: 0;
}
@media only screen and (min-width: 576px) {
  .page-default.success-page {
    height: calc(100vh - 116px);
  }
  .page-default.success-page:before {
    background-position: right top;
    background-size: auto 100%;
  }
}
.page-default.success-page .page-content {
  position: relative;
  z-index: 1;
  font-size: 15px;
}
.page-default.success-page .page-content .subtitle {
  font-weight: 500;
}
.page-default.success-page .page-content .large {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-top: 0;
}
.page-default.success-page .page-content .large:after {
  content: "";
  display: block;
  width: 49px;
  height: 0px;
  border-top: 1px solid #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
@media only screen and (min-width: 576px) {
  .page-default.success-page .page-content .large {
    font-size: 60px;
    line-height: 60px;
  }
}
.page-default.success-page .page-content .thanks {
  font-size: 21px;
  line-height: 1.05;
  font-weight: 300;
  margin-top: 30px;
}
@media only screen and (min-width: 576px) {
  .page-default.success-page .page-content .thanks {
    font-size: 25px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 576px) {
  .page-default.success-page .page-content {
    font-size: 16px;
    font-weight: 600;
  }
  .page-default.success-page .page-content .subtitle {
    font-size: 18px;
    font-weight: 600;
  }
}
.page-default.success-page .button.--home {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  color: #596a71;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 -10px 100px 0 rgba(54, 64, 68, 0.7);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-default.success-page .button.--home div {
  display: inline;
}
.page-default.success-page .button.--home div svg {
  margin-right: 15px;
}
@media only screen and (min-width: 576px) {
  .page-default.success-page .button.--home {
    position: static;
    left: auto;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 8px 10px 0 rgba(89, 106, 113, 0.35);
  }
}
@media only screen and (min-width: 768px) {
  .page-default.success-page .button.--home {
    transition: all 0.1s ease-in-out;
  }
  .page-default.success-page .button.--home:hover {
    background-color: #009abe;
    color: #fff;
  }
  .page-default.success-page .button.--home:hover div svg path {
    fill: #fff;
  }
}

.search-launcher-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px -20px 30px -20px;
  padding: 15px 20px;
  background-color: #c7d3d8;
  text-align: center;
  color: #eaebef;
  font-size: 13px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
}
.search-launcher-button.--active {
  background-color: #00dabd;
  color: #fff;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .search-launcher-button.--active {
    transition: all 0.1s ease-in-out;
  }
  .search-launcher-button.--active:hover {
    background-color: #009abe;
  }
}
.search-launcher-button.--inactive {
  cursor: default;
}

.display-mode-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -20px;
}
.display-mode-container .dm-button {
  width: 50%;
  padding: 15px 20px;
  background-color: #fff;
  text-align: center;
  color: #596a71;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.display-mode-container .dm-button.selected {
  background-color: #00dabd;
  color: #fff;
}
@media only screen and (min-width: 576px) {
  .display-mode-container {
    margin-bottom: 5px;
  }
  .display-mode-container .dm-button {
    background-color: #f5f6f9;
  }
}

.found-count {
  font-size: 24px;
  line-height: 110%;
}
.found-count .searched-term {
  font-weight: 700;
}

.surgeons-map {
  margin: 0 -20px;
}
.surgeons-map > div {
  position: relative;
  height: 80vh;
  max-height: 700px;
  margin-bottom: 20px;
}
.surgeons-map > div > div > div {
  max-width: 100%;
  max-height: 100%;
}
.surgeons-map .found-count {
  padding-left: 20px;
  padding-right: 20px;
}

.gm-style .gm-style-iw,
.surgeons-list .surgeon {
  font-size: 14px;
  font-weight: 600;
  color: #596a71;
  text-align: left;
}
.gm-style .gm-style-iw img,
.surgeons-list .surgeon img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 5px 0 10px;
}
.gm-style .gm-style-iw h1, .gm-style .gm-style-iw .identity,
.surgeons-list .surgeon h1,
.surgeons-list .surgeon .identity {
  font-size: 18px;
  font-weight: 500;
  color: #364044;
  margin-bottom: 15px;
}
.gm-style .gm-style-iw .specialty,
.surgeons-list .surgeon .specialty {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #596a71;
  margin-top: 2px;
}
.gm-style .gm-style-iw .location,
.surgeons-list .surgeon .location {
  background: url(img/icons/s-marker.svg) left 3px no-repeat;
  background-size: 18px auto;
  padding-left: 36px;
  margin-bottom: 20px;
}
.gm-style .gm-style-iw .location span,
.surgeons-list .surgeon .location span {
  display: block;
}
.gm-style .gm-style-iw .date-unvailable,
.surgeons-list .surgeon .date-unvailable {
  color: #ff4545;
  margin-bottom: 20px;
  background: url(img/icons/s-info.svg) left center no-repeat;
  padding-left: 36px;
  min-height: 24px;
  line-height: 24px;
  white-space: nowrap;
}
.gm-style .gm-style-iw .button.infowindow, .gm-style .gm-style-iw .button.choose,
.surgeons-list .surgeon .button.infowindow,
.surgeons-list .surgeon .button.choose {
  border-radius: 33px;
  box-shadow: 0 8px 10px 0 rgba(0, 218, 189, 0.35);
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px 28px;
  margin-bottom: 15px;
}
.gm-style .gm-style-iw .button.infowindow:after, .gm-style .gm-style-iw .button.choose:after,
.surgeons-list .surgeon .button.infowindow:after,
.surgeons-list .surgeon .button.choose:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(img/icons/next.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 12px;
}

.gm-style .gm-style-iw {
  font-family: "Montserrat", sans-serif;
}
.gm-style .gm-style-iw .name {
  margin-bottom: 0px;
}
.gm-style .gm-style-iw .specialty {
  margin-bottom: 15px;
}
.gm-style .gm-style-iw div {
  max-height: none !important;
  overflow: hidden !important;
}

.surgeons-list {
  font-size: 15px;
}
.surgeons-list .surgeons-list-header {
  margin-bottom: 30px;
}
.surgeons-list .specialty-select-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.surgeons-list .specialty-select-row > .label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.surgeons-list .specialty-select-row .field-container {
  padding-top: 10px;
}
.surgeons-list .specialty-select-row .select {
  max-width: 320px;
  min-width: 300px;
}
.surgeons-list .specialty-select-row .select .current-item {
  box-shadow: 0 2px 7px 0 rgba(161, 161, 175, 0.5);
}
.surgeons-list .surgeon {
  border-top: 1px solid #c7d3d8;
  padding: 30px 0;
}
.surgeons-list .surgeon:last-child {
  border-bottom: 1px solid #c7d3d8;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .surgeons-list .surgeons-list-header {
    text-align: left;
  }
  .surgeons-list .surgeon {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .surgeons-list .surgeon .pic, .surgeons-list .surgeon .identity, .surgeons-list .surgeon img, .surgeons-list .surgeon .location, .surgeons-list .surgeon .button, .surgeons-list .surgeon .date-unvailable {
    margin-bottom: 0;
  }
  .surgeons-list .surgeon .pic {
    padding-right: 15px;
    width: 10%;
    max-width: 75px;
  }
  .surgeons-list .surgeon .pic img {
    width: 100%;
    height: auto;
  }
  .surgeons-list .surgeon .identity {
    width: 30%;
    padding-right: 20px;
  }
  .surgeons-list .surgeon .identity > .statut {
    font-weight: 300;
  }
  .surgeons-list .surgeon .location {
    width: 30%;
    flex-grow: 2;
    background-position: left center;
    padding-left: 35px;
    padding-right: 20px;
  }
  .surgeons-list .surgeon .date-unvailable {
    position: absolute;
    right: 20px;
    bottom: 5px;
  }
  .surgeons-list .surgeon .button {
    margin-top: 8px;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .surgeons-list .specialty-select-row > .label {
    margin-right: 20px;
  }
  .surgeons-list .specialty-select-row .field-container {
    padding-top: 20px;
  }
  .surgeons-list .surgeon .identity {
    min-width: 220px;
    max-width: 220px;
  }
  .surgeons-list .surgeon .date-unvailable {
    position: static;
    right: auto;
    bottom: auto;
    padding-right: 20px;
    white-space: normal;
  }
}

.alert-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(89, 106, 113, 0.9);
  z-index: 99;
  overflow: auto;
}
.alert-modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: calc(100% - 40px);
  padding: 20px;
}
@media only screen and (min-width: 576px) {
  .alert-modal-content {
    width: 80%;
    max-width: 768px;
    margin: 0 auto;
    padding: 40px 5%;
  }
}
@media only screen and (min-width: 1200px) {
  .alert-modal-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 -3px 14px 0 rgba(63, 64, 67, 0.95);
  z-index: 10;
  position: relative;
}
.header .home-button .logo {
  width: 101px;
  height: auto;
}
.header .home-button .logo-full {
  display: none;
}
@media only screen and (min-width: 576px) {
  .header {
    height: 116px;
  }
  .header .home-button .logo {
    display: none;
  }
  .header .home-button .logo-full {
    display: inline-block;
    width: 294px;
    height: auto;
  }
}

@media only screen and (min-width: 576px) {
  .main.step0 .header {
    width: 394px;
    height: 133px;
    background-color: transparent;
    box-shadow: unset;
    position: fixed;
    top: -20px;
    left: 0;
    padding-right: 20px;
  }
  .main.step0 .header:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    transform: skew(0deg, -4deg);
    border-bottom-right-radius: 100px;
    box-shadow: 0 4px 25px 0 rgba(189, 191, 208, 0.5);
    z-index: -1;
  }
}
.main.step0 .header .home-button .logo-full {
  width: 244px;
}
@media only screen and (min-width: 992px) {
  .main.step0 .header {
    width: 545px;
    height: 184px;
  }
  .main.step0 .header:after {
    top: -10px;
  }
  .main.step0 .header .home-button .logo-full {
    width: 374px;
  }
}

.footer {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.cguApp {
  font-size: 15px;
  font-family: Montserrat;
  color: #9cacb3;
  font-weight: bold;
}

.cguLink {
  color: #049abd;
  text-decoration: none;
  cursor: pointer;
}

/* Définir les tailles des ronds et leur nombre
* Note dév. : les tailles doivent être définies pour calculer les liaisons entre les items (le fond des ronds étant transparent
* on ne peut pas ajouter de barre transversale, en l'occurence, la taille de la liaison dépendra aussi du nombre d'éléments).
*/
.steps-nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85px;
  background: linear-gradient(90deg, #00dabd, #009abe);
  padding: 0 20px;
}
.steps-nav-container .steps-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  position: relative;
}
.steps-nav-container .steps-nav .step {
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: 34px;
  width: 34px;
  min-width: 34px;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: 0.2s ease-out;
}
.steps-nav-container .steps-nav .step:last-child {
  margin-right: 0;
}
.steps-nav-container .steps-nav .step .number {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.steps-nav-container .steps-nav .step.active {
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}
.steps-nav-container .steps-nav .step.active .number {
  color: #00dabd;
}
.steps-nav-container .steps-nav .step:focus, .steps-nav-container .steps-nav .step:active {
  outline: none;
}
.steps-nav-container .steps-nav .step-link {
  background-color: rgba(255, 255, 255, 0.7);
  width: calc((100% - (6 * 34px)) / (6 - 1));
  height: 1px;
}
@media only screen and (min-width: 576px) {
  .steps-nav-container {
    height: 116px;
  }
  .steps-nav-container .steps-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  .steps-nav-container .steps-nav .step {
    height: 55px;
    width: 55px;
    min-width: 55px;
  }
  .steps-nav-container .steps-nav .step .number {
    font-size: 19px;
  }
}

.etape-name {
  font-weight: 600;
  margin-bottom: 6px;
}
@media only screen and (min-width: 576px) {
  .etape-name {
    margin-bottom: 26px;
    font-size: 18px;
  }
}

.truefalse > input[type=checkbox] {
  display: none;
}
.truefalse .truefalse_button {
  width: 100%;
  height: 36px;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-out;
  position: relative;
  cursor: pointer;
}
.truefalse .truefalse_button .round {
  background-color: #a8b4ba;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 4px;
  left: 4px;
}
.truefalse .truefalse_button .label {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.truefalse .truefalse_button .label.--true {
  left: 10px;
  color: #fff;
  opacity: 0;
  transition: 0s ease-out 0.1s;
}
.truefalse .truefalse_button .label.--false {
  right: 10px;
  color: #a8b4ba;
  opacity: 1;
  transition: 0.1s ease-out 0.15s;
}
@media only screen and (min-width: 576px) {
  .truefalse .truefalse_button {
    height: 44px;
    border-radius: 22px;
  }
  .truefalse .truefalse_button .round {
    width: 70px;
    height: 34px;
    border-radius: 34px;
    top: 5px;
    left: auto;
    right: 5px;
    z-index: 0;
    transition: all 0.3s ease-out;
  }
  .truefalse .truefalse_button .label {
    z-index: 1;
  }
  .truefalse .truefalse_button .label.--true {
    left: 25px;
    color: #a8b4ba;
    opacity: 1;
  }
  .truefalse .truefalse_button .label.--false {
    right: 25px;
    color: #fff;
    opacity: 1;
  }
}
.truefalse.oui .truefalse_button {
  background: #009abe;
  box-shadow: 0 2px 5px 2px rgba(0, 154, 190, 0.3);
}
.truefalse.oui .truefalse_button .round {
  background-color: #fff;
  left: calc(100% - 28px - 4px);
}
.truefalse.oui .truefalse_button .label.--true {
  opacity: 1;
  transition: 0.1s ease-out 0.15s;
}
.truefalse.oui .truefalse_button .label.--false {
  opacity: 0;
  transition: 0s ease-out 0.1s;
}
@media only screen and (min-width: 576px) {
  .truefalse.oui .truefalse_button .round {
    background-color: #fff;
    left: 5px;
    right: auto;
  }
  .truefalse.oui .truefalse_button .label.--true {
    color: #009abe;
    transition: 0.1s ease-out 0.15s;
  }
  .truefalse.oui .truefalse_button .label.--false {
    opacity: 1;
    transition: 0s ease-out 0.1s;
  }
}

.select {
  position: relative;
}
.select select {
  display: none;
}
.select .current-item, .select .list > .item {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #fff;
  width: 100%;
  padding: 12px 20px;
  cursor: pointer;
  white-space: unset;
}
.select .current-item.seins,
.select .current-item.visage,
.select .current-item.silhouette,
.select .current-item.médecine_esthétique,
.select .current-item.laser,
.select .current-item.cheveux,
.select .current-item.cheveux-prp,
.select .current-item.cicatrices,
.select .list > .item.seins,
.select .list > .item.visage,
.select .list > .item.silhouette,
.select .list > .item.médecine_esthétique,
.select .list > .item.laser,
.select .list > .item.cheveux,
.select .list > .item.cheveux-prp,
.select .list > .item.cicatrices
{
  padding: 15px 20px 15px 61px;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 25px auto;
}
.select .current-item.seins, .select .list > .item.seins {
  background-image: url(img/categories/seins.svg);
}
.select .current-item.visage, .select .list > .item.visage {
  background-image: url(img/categories/visage.svg);
}
.select .current-item.silhouette, .select .list > .item.silhouette {
  background-image: url(img/categories/silhouette.svg);
}
.select .current-item.médecine_esthétique, .select .list > .item.médecine_esthétique {
  background-image: url(img/categories/medecine_esthetique.svg);
}
.select .current-item.laser, .select .list > .item.laser {
  background-image: url(img/categories/laser.svg);
}
.select .current-item.cheveux, .select .list > .item.cheveux, .select .current-item.cheveux-prp, .select .list > .item.cheveux-prp {
  background-image: url(img/categories/cheveux.svg);
}
.select .current-item.cicatrices, .select .list > .item.cicatrices {
  background-image: url(img/categories/cicatrices.svg);
}
.select .current-item, .select .list {
  border-radius: 3px;
}
.select .current-item {
  height: 46px;
  box-shadow: 0 3px 7px 0 rgba(161, 161, 175, 0.19);
  padding-right: 50px;
}
.select .current-item .value {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select .list {
  top: 100%;
  left: 0;
  margin-top: -3px;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  transition: 0.1s ease-out;
  width: 100%;
  z-index: 1;
  box-shadow: 0 4px 7px 0 rgba(161, 161, 175, 0.19);
}
.select .list > .item {
  font-size: 14px;
  color: #89999f;
}
.select .list > .item:not(:first-child) {
  border-top: 1px solid #e8ebf1;
}
.select .list > .item:hover {
  background-color: #f6fdff;
}
.select .arrow {
  position: absolute;
  top: 9px;
  right: 10px;
  height: 28px;
  width: 28px;
  transition: all 0.1s ease-in-out;
}
.select .arrow > path {
  fill: #596a71;
}
.select.open {
  z-index: 5;
}
.select.open .arrow {
  transform: rotate(180deg);
}
.select.open .list {
  max-height: 500px;
  transition: 0.3s ease-out;
}
.contextualform .select .current-item, .contextualform .select .list > .item {
  font-size: 14px;
}

.field-container.error .select .current-item {
  border: 1px solid #ff4545;
}

.categories-page .select {
  z-index: unset;
}
.categories-page .select .current-item, .categories-page .select .list > .item {
  font-weight: 600;
}

.text, .textarea, .search-inputs-container input[type=text] {
  background-color: #fff;
  width: 100%;
  padding: 12px 11px;
  box-shadow: 0 3px 7px 0 rgba(161, 161, 175, 0.19);
  border: none;
  outline: none;
  color: #596a71;
  border-radius: 3px;
  font-size: 15px;
  transition: all 0.1s ease-in-out;
}
.text.placeholder, .textarea.placeholder, .search-inputs-container input[type=text].placeholder {
  color: #a8b4ba;
}
.text:-moz-placeholder, .textarea:-moz-placeholder, .search-inputs-container input[type=text]:-moz-placeholder {
  color: #a8b4ba;
}
.text::-moz-placeholder, .textarea::-moz-placeholder, .search-inputs-container input[type=text]::-moz-placeholder {
  color: #a8b4ba;
}
.text:-ms-input-placeholder, .textarea:-ms-input-placeholder, .search-inputs-container input[type=text]:-ms-input-placeholder {
  color: #a8b4ba;
}
.text::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .search-inputs-container input[type=text]::-webkit-input-placeholder {
  color: #a8b4ba;
}
.text:focus, .textarea:focus, .search-inputs-container input[type=text]:focus {
  box-shadow: 0 3px 7px 0 rgba(0, 154, 190, 0.59);
}

.text {
  height: 46px;
}
.field-container.error .text {
  border: 1px solid #ff4545;
}

.textarea {
  height: 120px;
}
.field-container.error .textarea {
  border: 1px solid #ff4545;
}

.search-inputs-container > div {
  position: relative;
}
.search-inputs-container input[type=text] {
  padding-left: 61px;
  font-size: 18px;
  font-weight: 600;
  color: #596a71;
  height: 55px;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.search-inputs-container input[type=text].--by-name {
  background-image: url(img/icons/search.svg);
  background-size: 20px auto;
}
.search-inputs-container input[type=text].--by-locality {
  background-image: url(img/icons/s-marker.svg);
  background-size: 16px auto;
}
.search-inputs-container input[type=text].--by-locality.--no-selected-address {
  color: #c7d3d8;
}
.search-inputs-container input[type=text].--by-locality.--selected-address {
  color: #009abe;
}
.search-inputs-container .autocomplete-dropdown-container {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -5px;
  width: 100%;
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 4px 6px 0 rgba(0, 154, 190, 0.59);
  z-index: 10;
}
.search-inputs-container .autocomplete-dropdown-container div {
  padding: 0 20px;
}
.search-inputs-container .autocomplete-dropdown-container span {
  display: block;
  margin: 1px 0 10px;
}
@media only screen and (min-width: 576px) {
  .search-inputs-container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #f5f6f9;
    padding: 20px;
    box-shadow: 0 3px 11px 0 rgba(161, 161, 175, 0.48);
  }
  .search-inputs-container > div {
    width: 40%;
  }
  .search-inputs-container > div.search-launcher-button {
    width: 20%;
    margin: 0;
    padding: 12px 10px;
    height: 55px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 7px 0 rgba(161, 161, 175, 0.19);
  }
  .search-inputs-container > div.field-container {
    padding: 0;
  }
  .search-inputs-container input[type=text].--by-name {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .search-inputs-container input[type=text].--by-locality {
    border-radius: 0;
  }
  .search-inputs-container .autocomplete-dropdown-container {
    text-align: left;
  }
}

.radio-list {
  margin-top: 15px;
}
.radio-list > label {
  width: 100%;
  margin-bottom: 15px;
}
.radio-list .radio {
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.radio-list .radio .in-round {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.05);
}
.radio-list .radio .label {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-bottom: 0;
  text-transform: none;
}
.radio-list.schema {
  display: flex;
  flex-wrap: wrap;
}
.radio-list.schema .radio {
  width: 33.33333%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.radio-list.schema .radio .in-round {
  width: 93px;
  height: 93px;
  transition: all 0.1s ease-in-out;
}
.radio-list.schema .radio .in-round img, .radio-list.schema .radio .in-round svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: 74px;
  max-height: 100%;
}
.radio-list.schema .radio .label {
  display: inline-block;
  margin-top: 10px;
  color: #596a71;
}
.radio-list.schema .radio:last-child .in-round img, .radio-list.schema .radio:last-child .in-round svg {
  height: 51px;
}
.radio-list.schema .radio.selected .in-round {
  background: #009abe;
  box-shadow: 0 2px 5px 2px rgba(0, 154, 190, 0.3);
}
.radio-list.schema .radio.selected .in-round svg {
  max-height: 60px;
  max-width: 90px;
}
.radio-list.schema .radio.selected .in-round svg path {
  fill: #fff !important;
}
@media only screen and (min-width: 576px) {
  .radio-list.schema .radio {
    width: 16.66666%;
  }
}
.radio-list.simple {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.radio-list.simple .radio {
  width: 50%;
  display: flex;
  align-items: center;
}
.radio-list.simple .radio .in-round {
  width: 24px;
  height: 24px;
}
.radio-list.simple .radio .in-round .inner-dot {
  width: 12px;
  height: 12px;
  background: #eaebef;
  border-radius: 50%;
  transition: 0.1s ease-out;
}
.radio-list.simple .radio .label {
  margin-left: 10px;
  color: #009abe;
  font-weight: 600;
}
.radio-list.simple .radio.selected .in-round .inner-dot {
  background: #009abe;
}
.radio-list.simple .radio:nth-child(2n) {
  padding-left: 10px;
}
@media only screen and (min-width: 576px) {
  .radio-list.simple .radio:nth-child(2n) {
    padding-left: 20px;
  }
}
.radio-list.simple .radio .legend {
  font-size: 11px;
}
.radio-list.simple .radio.unavailable .label {
  opacity: 0.14;
  color: #000;
}
.radio-list.simple .radio.unavailable .legend {
  width: 100%;
  color: #ff4545;
}
.radio-list.simple[id*=discomfort_level] .radio {
  width: 20%;
}
.radio-list.simple[id*=discomfort_level] .radio:nth-child(2n) {
  padding-left: 0;
}
#is_body_discomfort_subform .radio-list.simple .radio {
  width: 20%;
}
#is_body_discomfort_subform .radio-list.simple .radio:nth-child(2n) {
  padding-left: 0;
}

.contextual-form {
  display: none;
  padding: 20px;
  background-color: #eff0f5;
}
.contextual-form .row {
  display: flex;
  flex-direction: column;
}
.contextual-form.visible {
  display: block;
}

.autocomplete-item {
  cursor: pointer;
  text-align: left;
  padding: 5px 10px;
  background-color: transparent;
  transition: background-color 0.1s ease-out;
}
.autocomplete-item:hover {
  background-color: #f7f7f7;
}

.autocomplete-input-container.--by-name > div {
  width: 100%;
}

@media only screen and (max-width: 767px) {

  .autocomplete-input-container.--by-name {
    margin-bottom: 10px;
  }
}
.homepage {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: calc(100vh - 75px);
  min-height: 568px;
  background-color: #364044;
  position: relative;
  color: #fff;
}
.homepage:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: normal;
  background: url(img/home-mobile.png) center bottom 40px no-repeat;
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .homepage:before {
    height: 100vh;
  }
}
.homepage .page-content {
  padding: 0;
}
.homepage .page-content > div {
  position: relative;
  z-index: 5;
}
.homepage .page-content > div.extra {
  padding-top: 30px;
}
.homepage .reassurance {
  font-size: 15px;
}
.homepage .information {
  padding: 0 20px 40px;
  margin: 0;
  max-width: 650px;
}
.homepage .information:last-child {
  background-image: linear-gradient(to bottom, rgba(54, 64, 68, 0) 15%, rgba(54, 64, 68, 0.5));
}
.homepage .information:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(img/icons/info.svg) center center no-repeat;
  background-size: contain;
  margin: 0 auto 15px auto;
}
.homepage .information a {
  color: #00dabd;
  transition: 0.3s ease-out;
  text-decoration: none;
  font-weight: 500;
}
.homepage .information a:hover {
  color: #009abe;
}
.homepage .title {
  font-size: 45px;
  line-height: 53px;
  color: #fff;
}
@media only screen and (min-width: 576px) {
  .homepage .title {
    font-size: 70px;
    line-height: 74px;
  }
}
@media only screen and (min-width: 1440px) {
  .homepage .title {
    font-size: 90px;
    line-height: 86px;
  }
}
.homepage .subtitle {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  .homepage .subtitle {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1440px) {
  .homepage .subtitle {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage .button {
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.homepage .button.--disabled {
  background-color: #a8b4ba;
  box-shadow: 0 8px 10px 0 rgba(168, 180, 186, 0.3);
}
.homepage .button.--disabled:hover {
  box-shadow: 0 8px 10px 0 rgba(168, 180, 186, 0.3);
}
@media only screen and (min-width: 576px) {
  .homepage {
    height: auto;
    padding-top: 524px;
    background: transparent url(img/home-photo.png) left 25vw top no-repeat;
    background-size: 768px auto;
  }
  .homepage:before {
    left: 0;
    width: 100%;
    background: url(img/home-mask.svg) left 24vw top no-repeat;
    background-size: 768px auto;
  }
  .homepage:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -408px;
    width: 460px;
    height: 100%;
    background: url(img/home-laptop.png) left 238px no-repeat;
    background-size: contain;
    z-index: 3;
  }
  .homepage .page-content {
    padding: 0 30px 20px;
  }
  .homepage .page-content > div.extra {
    padding-top: 20px;
  }
  .homepage .reassurance, .homepage .information {
    color: #596a71;
    font-size: 16px;
  }
  .homepage .information {
    background-image: none;
    padding-bottom: 30px;
  }
  .homepage .information:last-child {
    background-image: none;
  }
  .homepage .title {
    color: #c7d3d8;
  }
  .homepage .subtitle {
    color: #364044;
  }
  .homepage .button {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .page-content {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 75px);
  }
  .homepage .page-content .introdution {
    padding-top: 40px;
  }
  .homepage .page-content .extra {
    margin-top: auto;
    align-self: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  .homepage {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 224px;
    text-align: left;
    background-position: left 52vw top;
    background-size: 999px auto;
  }
  .homepage:before {
    background-position: left 51vw top;
    background-size: 999px auto;
  }
  .homepage:after {
    width: 560px;
    margin-left: -140px;
    background-position: left 336px;
  }
  .homepage .page-content {
    padding-right: 55%;
  }
  .homepage .page-content > div.extra {
    padding-top: 30px;
  }
  .homepage .information {
    padding-left: 58px;
    padding-right: 0;
    position: relative;
  }
  .homepage .information:before {
    position: absolute;
    left: 0;
    top: 6px;
  }
  .homepage .title {
    margin-left: -6px;
  }
}
@media only screen and (min-width: 992px) and (max-height: 800px) {
  .homepage {
    padding-top: 180px;
  }
  .homepage .title {
    font-size: 60px;
  }
  .homepage .subtitle {
    margin: 10px 0 15px 0;
    font-size: 26px;
    line-height: 32px;
  }
  .homepage .reassurance {
    margin-bottom: 20px;
  }
  .homepage .page-content > div.extra {
    padding-top: 10px;
  }
  .homepage .information {
    font-size: 15px;
    max-width: 520px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage:after {
    width: 660px;
    margin-left: -200px;
    background-position: left 300px;
  }
}
@media only screen and (min-width: 1440px) {
  .homepage:after {
    width: 842px;
    margin-left: -240px;
    background-position: left 244px;
  }
  .homepage .title {
    margin-left: -8px;
  }
}
@media only screen and (min-width: 1780px) {
  .homepage {
    background-position: right top;
  }
  .homepage:before {
    background-position: right top;
  }
  .homepage:after {
    margin-left: -8%;
  }
  .homepage .page-content {
    padding-right: 40%;
  }
}
@media only screen and (min-width: 1920px) {
  .homepage .page-content {
    padding-right: 40%;
  }
}

.form-page .form {
  padding-top: 35px;
  padding-bottom: 10px;
}

.form-name {
  font-size: 15px;
  font-weight: 500;
}
.starterpics-page .form-name {
  padding-bottom: 30px;
}

@media only screen and (min-width: 576px) {
  .form-name {
    font-size: 16px;
  }
}


.phoneindication {
  text-decoration: none;
  color: #9cacb3;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}

.phoneurl {
  color: #049abd;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .phoneindication {
    text-align: left;
  }
}
.main .starterpics-page .section-header, .main:not(.step4) .section-header {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #596a71;
  min-height: 60px;
  margin: 0 -20px;
  position: relative;
}
.main .starterpics-page .section-header .icon-container, .main:not(.step4) .section-header .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  text-align: center;
  background-color: #00dabd;
  padding: 8px 10px 4px;
}
.main .starterpics-page .section-header .icon-container div, .main:not(.step4) .section-header .icon-container div {
  display: inline;
}
.main .starterpics-page .section-header .icon-container svg, .main:not(.step4) .section-header .icon-container svg {
  max-width: 40px;
  height: auto;
}
.main .starterpics-page .section-header .text-container, .main:not(.step4) .section-header .text-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-weight: 600;
  color: #fff;
}
.main .starterpics-page .section-header + p, .main:not(.step4) .section-header + p {
  margin: 20px 0 0;
}
@media only screen and (min-width: 576px) {
  .main .starterpics-page .section-header .text-container, .main:not(.step4) .section-header .text-container {
    font-size: 18px;
  }
  .main .starterpics-page .section-header + p, .main:not(.step4) .section-header + p {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
  }
}
@media only screen and (min-width: 576px) {
  .main:not(.step4) .groupform {
    padding: 0 20px;
    background-color: #f5f6f9;
    box-shadow: 0 3px 11px 0 rgba(161, 161, 175, 0.48);
  }
}
.main:not(.step4) .contextualform {
  position: relative;
  margin: 0 -20px;
  padding: 12px 20px;
  background-color: #eaebef;
}
.main:not(.step4) .contextualform:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 20px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #eaebef;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
}
.main:not(.step4) .contextualform .field-container {
  padding-top: 8px;
  padding-bottom: 8px;
}
.main:not(.step4) .contextualform .field-container:not(.field-container-truefalse) .label {
  color: #596a71;
  font-weight: 500;
  text-transform: none;
}
.main:not(.step4) .contextualform .contextualform {
  background-color: #c7d3d8;
}
.main:not(.step4) .contextualform .contextualform:before {
  left: 46px;
  border-bottom-color: #c7d3d8;
}
@media only screen and (min-width: 576px) {
  .main:not(.step4) .contextualform {
    padding-bottom: 1px;
    text-align: left;
  }
  .main:not(.step4) .contextualform .field-container {
    padding-bottom: 20px;
  }
  .main:not(.step4) .contextualform#is_smoker_subform .field-container, .main:not(.step4) .contextualform#has_mammography_subform .field-container, .main:not(.step4) .contextualform#has_breast_echography_subform .field-container, .main:not(.step4) .contextualform#has_testicular_echography_subform .field-container, .main:not(.step4) .contextualform#has_hormonal_balance_subform .field-container, .main:not(.step4) .contextualform#is_still_injection_subform .field-container {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
.main.step4 .page-default.form-page .page-content {
  max-width: 1440px;
}
.main.step4 .tasks-container {
  position: relative;
  text-align: left;
  font-size: 14px;
}
.main.step4 .tasks-container:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 0;
  width: 2px;
  height: calc(100% - 35px);
  background-color: #eaebef;
  z-index: 0;
}
.main.step4 .tasks-container .fh-task {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.main.step4 .tasks-container .fh-task-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #009abe;
  box-shadow: 0 3px 7px 0 rgba(0, 154, 190, 0.59);
  color: #fff;
  font-weight: 700;
}
.main.step4 .tasks-container .fh-task-instruction {
  font-weight: 500;
  padding-left: 25px;
}
.main.step4 .informatif {
  margin: 0 0 40px 0;
  padding-left: 40px;
  background: url(img/icons/info.svg) 0 center no-repeat;
  background-size: 28px auto;
  max-width: 330px;
  min-height: 28px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
@media only screen and (min-width: 576px) {
  .main.step4 .informatif {
    font-size: 15px;
    padding-left: 46px;
    background-size: 32px auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.main.step4 .page-default:not(.starterpics-page) .groupform > p:not(.informatif), .main.step4 .page-default:not(.starterpics-page) .contextualform > p:not(.informatif), .main.step4 .page-default:not(.starterpics-page) .contextualform-default-style > p:not(.informatif) {
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 500;
  color: #009abe;
  margin: 0 0 20px;
}
.main.step4 .page-default:not(.starterpics-page) .groupform svg, .main.step4 .page-default:not(.starterpics-page) .contextualform svg, .main.step4 .page-default:not(.starterpics-page) .contextualform-default-style svg {
  display: block;
}
@media only screen and (min-width: 576px) {
  .main.step4 .page-default:not(.starterpics-page) .groupform, .main.step4 .page-default:not(.starterpics-page) .contextualform, .main.step4 .page-default:not(.starterpics-page) .contextualform-default-style {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .main.step4 .page-default:not(.starterpics-page) .groupform > p:not(.informatif), .main.step4 .page-default:not(.starterpics-page) .contextualform > p:not(.informatif), .main.step4 .page-default:not(.starterpics-page) .contextualform-default-style > p:not(.informatif) {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .main.step4 .page-default:not(.starterpics-page) .groupform {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.main.step4 .page-default:not(.starterpics-page) .groupform .contextualform-default-style {
  width: 100%;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
  }
  .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container.--uploaded {
    width: 100%;
    padding-left: 25%;
    padding-right: 25%;
  }
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .field-container-header, .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .image-container {
  box-shadow: 0 3px 11px 0 rgba(161, 161, 175, 0.48);
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .field-container-header {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #596a71;
  min-height: 44px;
  position: relative;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .field-container-header .index {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  text-align: center;
  background-color: #00dabd;
  padding: 8px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .field-container-header .label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  font-weight: 600;
  color: #fff;
  text-transform: none;
  text-align: left;
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .field-container-header {
    min-height: 60px;
  }
  .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .field-container-header .index {
    width: 60px;
    font-size: 16px;
    font-weight: 600;
  }
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .image-container {
  position: relative;
  background-color: #fff;
  text-align: center;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .image-container div {
  display: inline-block;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .image-container svg, .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .image-container img {
  width: 100%;
  height: auto;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .image-container svg {
  max-width: 325px;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .image-container img {
  display: block;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .image-container .image-loader {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  /*.lds-dual-ring {
      @include absolute-center('');
      width: 64px;
      height: 64px;
  }
  .lds-dual-ring:after {
      content: " ";
      display: block;
      width: 46px;
      height: 46px;
      margin: 1px;
      border-radius: 50%;
      border: 5px solid $green;
      border-color: $green transparent $green transparent;
      animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }*/
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .image-container .image-loader.--show {
  opacity: 1;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .image-container .image-loader.--hidden {
  opacity: 0;
  transition: 0.3s ease-out;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .image-container .image-loader-msg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  font-size: 14px;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .image-container .image-loader-msg .loadersvg {
  display: block;
  width: 46px;
  height: auto;
  margin: 0 auto 15px auto;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .field-image-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #00dabd;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 3px 7px 0 rgba(0, 198, 172, 0.6);
  margin-top: -35px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .field-image-button {
    transition: all 0.1s ease-in-out;
  }
  .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .field-image-button:hover {
    background-color: #009abe;
  }
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container input.field-image {
  display: none;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .open-framing-helper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 164px;
  margin: 55px auto 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .open-framing-helper div {
  display: inline;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .open-framing-helper > span {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .open-framing-helper {
    transition: all 0.1s ease-in-out;
  }
  .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .open-framing-helper:hover {
    color: #009abe;
  }
  .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .open-framing-helper:hover svg path {
    fill: #009abe;
  }
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .framing-helper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100vw;
  height: 100%;
  background-color: rgba(89, 106, 113, 0.9);
  padding: 50px 20px 30px;
  overflow: auto;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .framing-helper .fh-container {
  position: relative;
  background-color: #fff;
  padding: 25px 15px 25px;
  font-size: 14px;
}
@media only screen and (min-width: 576px) {
  .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .framing-helper .fh-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 768px;
    margin: 0 auto;
    padding: 40px 9%;
  }
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .framing-helper .fh-container .fh-header {
  display: flex;
  align-items: center;
  text-align: left;
  text-transform: uppercase;
  padding-right: 40px;
  margin-bottom: 40px;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .framing-helper .fh-container .fh-header .fh-header-text {
  padding-left: 10px;
  color: #009abe;
  font-weight: 600;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .framing-helper .fh-container .fh-header .close-icon {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 7px 0 rgba(0, 154, 190, 0.59);
  background-color: #009abe;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .framing-helper .fh-container .fh-header .close-icon {
    transition: all 0.1s ease-in-out;
  }
  .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .framing-helper .fh-container .fh-header .close-icon:hover {
    background-color: #364044;
  }
}
@media only screen and (min-width: 576px) {
  .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .framing-helper .fh-container .fh-header {
    position: static;
    justify-content: center;
  }
  .main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .framing-helper .fh-container .fh-header .close-icon {
    top: 16px;
    right: 18px;
  }
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .framing-helper .fh-container .fh-body {
  position: relative;
}
.main.step4 .page-default:not(.starterpics-page) .groupform .field-image-container .framing-helper .fh-container .fh-body svg {
  width: 100%;
  max-width: 325px;
  height: auto;
  margin: 0 auto;
}
.main .starterpics-page .groupform > p {
  font-size: 14px;
  font-weight: 600;
  color: #009abe;
  text-transform: uppercase;
}
.main .starterpics-page .tasks-container {
  margin-bottom: 40px;
}
.main .starterpics-page .extra-info {
  margin: 0 -20px;
  border-top: 1px solid #eaebef;
  border-bottom: 1px solid #eaebef;
}
.main .starterpics-page .informatif {
  margin: 0;
  padding: 20px 20px 20px 60px;
  background-position: 20px center;
  max-width: unset;
}
.main .payment-page .section-header + p.paragraph {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}
.main .payment-page .section-header + p.paragraph .price {
  font-size: 28px;
  font-weight: 600;
}
.main .payment-page .legend {
  font-size: 12px;
  font-weight: 500;
}
.main .payment-page .button-container {
  margin-top: 20px;
}
.main .payment-page .payment-cb .legend {
  text-align: left;
  margin-left: 10px;
  max-width: 200px;
  line-height: 12px;
  font-size: 10px;
}

.field-container {
  position: relative;
  text-align: left;
  padding: 20px 0;
}
#fc_is_hair_treatment, #fc_hair_crown_size, #fc_is_hair_crown_good_density {
    width: 688px;
}
  .field-container .label {
    color: #009abe;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px; }
    @media only screen and (min-width: 768px) {
      .field-container .label {
        font-size: 16px; } }
  .field-container .legend {
    font-size: 13px; }
  @media only screen and (min-width: 576px) {
    .field-container-select {
      width: calc(50% - 15px);
      float: left;
      margin-left: 15px; }
      .field-container-select:nth-child(2n) {
        margin-right: 15px;
        margin-left: 0; }
      .field-container-select#fc_selected_cat {
        margin-left: 0;
        margin-right: 15px; }
      .field-container-select#fc_selected_subcat {
        margin-left: 15px;
        margin-right: 0; }
      .field-container-select#fc_noze_operation_type {
        float: none; } }
  .field-container#fc_is_quality_discomfort, .field-container#fc_phototype_skin_color, .field-container#fc_phototype_tan_level, .field-container#fc_phototype_sunburn_level, .field-container#fc_phototype_skin_type, .field-container#fc_ink_type_tattoo {
    width: 100%;
    margin-left: 0;
    float: none; }
  .field-container-truefalse {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    .field-container-truefalse > div.label {
      flex: 1;
      margin-bottom: 0;
      padding-right: 20px; }
    .field-container-truefalse > div.truefalse {
      width: 78px; }
    @media only screen and (min-width: 576px) {
      .field-container-truefalse > div.truefalse {
        width: 150px; } }
         .field-container#fc_size {
          position: relative;
          width: calc(50% - 10px);
          float: left; }
  .field-container#fc_age , .field-container#fc_client_ville , .field-container#fc_client_code_postal {
    position: relative;
    z-index: 999;
    width: calc(50% - 10px);
    float: left; }
    .field-container#fc_client_code_postal {
      margin-right: 10px; }
  .field-container#fc_age {
    margin-right: 10px; }
  .field-container#fc_size {
    margin-left: 10px; }

  @media only screen and (min-width: 576px) {
    .field-container#fc_age, .field-container#fc_size   {
      width: calc(50% - 15px); }
    .field-container#fc_age {
      margin-right: 15px; }
      .field-container#fc_client_code_postal {
        margin-right: 15px; }
         .field-container#fc_size {
      margin-left: 15px; }

    .field-container#fc_size {
      margin-left: 15px; } }
  .field-container#fc_is_stable_weight, .field-container#fc_is_recent_weight_loss {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px; }
  .field-container#fc_is_stable_weight {
    border-bottom: 1px solid #c7d3d8; }

.dynamicform-group {
  position: relative;
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.dynamicform-group:not(:first-child) {
  padding-top: 10px;
  border-top: 1px solid #c7d3d8;
}
@media only screen and (min-width: 576px) {
  #is_regular_sport_subform .dynamicform-group .field-container {
    width: calc(50% - 15px);
    float: left;
    margin-right: 15px;
  }
  #is_regular_sport_subform .dynamicform-group .field-container:nth-child(2n) {
    margin-left: 15px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) {
  #has_children_subform .dynamicform-group .field-container-select {
    width: 100%;
    margin-left: 0;
  }
}

.dynamicform_button {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  background-color: #00dabd;
  padding: 10px 12px;
  border-radius: 18px;
  margin: 10px 10px 10px 0;
  cursor: pointer;
}
.dynamicform_button:after {
  content: "+";
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-left: 6px;
}
.dynamicform_button.remove {
  background-color: #596a71;
}
.dynamicform_button.remove:after {
  content: "-";
}
@media only screen and (min-width: 768px) {
  .dynamicform_button {
    transition: all 0.1s ease-in-out;
  }
  .dynamicform_button:hover {
    background-color: #009abe;
  }
}

.error-container {
  font-size: 12px;
  color: #ff4545;
  padding: 5px 5px 0;
}

.svg-container {
  background: #fff;
}

.empty-groupform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.empty-groupform > p {
  max-width: 500px;
  opacity: 0.5;
}

.progressbar-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}
.progressbar-container .value {
  margin-bottom: 12px;
  color: #364044;
  font-weight: 500;
  font-size: 14px;
}
.progressbar-container .value > span {
  margin: 0 5px;
}
.progressbar-container .value > span.current {
  font-size: 22px;
}
.progressbar-container .progressbar {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: #c7d3d8;
}
.progressbar-container .progressbar .filler {
  height: 10px;
  border-radius: 5px;
  background-color: #00dabd;
}

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