.primary-bg {
  background-color: #00083E;
}

.primary-text {
  color: #00083E;
}

.primary-border, .hollow-action {
  border: 1px solid #00083E;
}

.secondary-bg {
  background-color: #00CED0;
}

.secondary-text {
  color: #00CED0;
}

.secondary-border {
  border: 1px solid #00CED0;
}

.white-bg {
  background-color: #FFF;
}

.white-text {
  color: #FFF;
}

.white-border {
  border: 1px solid #FFF;
}

.darker-grey-bg {
  background-color: #2D2C2C;
}

.darker-grey-text {
  color: #2D2C2C;
}

.darker-grey-border {
  border: 1px solid #2D2C2C;
}

.dark-grey-bg {
  background-color: #142935;
}

.dark-grey-text {
  color: #142935;
}

.dark-grey-border {
  border: 1px solid #142935;
}

.medium-grey-bg {
  background-color: #6A7C8F;
}

.medium-grey-text {
  color: #6A7C8F;
}

.medium-grey-border {
  border: 1px solid #6A7C8F;
}

.warm-grey-bg {
  background-color: #808080;
}

.warm-grey-text {
  color: #808080;
}

.warm-grey-border {
  border: 1px solid #808080;
}

.light-grey-bg {
  background-color: #F4F8FC;
}

.light-grey-text {
  color: #F4F8FC;
}

.light-grey-border {
  border: 1px solid #F4F8FC;
}

.info-bg {
  background-color: #B468E3;
}

.info-text {
  color: #B468E3;
}

.info-border {
  border: 1px solid #B468E3;
}

.validation-bg {
  background-color: #6EC040;
}

.validation-text {
  color: #6EC040;
}

.validation-border {
  border: 1px solid #6EC040;
}

.waiting-bg {
  background-color: #F39116;
}

.waiting-text {
  color: #F39116;
}

.waiting-border {
  border: 1px solid #F39116;
}

.error-bg {
  background-color: #E0182D;
}

.error-text {
  color: #E0182D;
}

.error-border {
  border: 1px solid #E0182D;
}

.box-shadow {
  box-shadow: 0 2px 2px 0 rgba(50, 132, 183, 0.11), 0 2px 4px 0 rgba(140, 140, 140, 0.07);
}

.encart-select:hover, .img-uploader .avatar-delete-icon:hover, .bloc-bg .delete-bloc-icon:hover, .header-fiche-edition .avatar-import .avatar-delete-icon:hover, .tableau-creneau .column .case .selector-circle, .tableau-creneau .column .case, .select-pro-address .line-address {
  transition: 0.2s ease-out;
}

.btn, .waiting-btn, .full-dark, .full-green, .full-search, .hollow-action, .full-validate, .full-secondary, .full-basic {
  transition: 0.4s ease-out;
}

.btn, .waiting-btn, .full-dark, .full-green, .full-search, .hollow-action, .full-validate, .full-secondary, .full-basic {
  cursor: pointer;
}

.accepted {
  color: #6EC040 !important;
}

.waiting {
  color: #F39116 !important;
}

.error {
  color: #E0182D !important;
}

.disabled {
  color: #6A7C8F !important;
}

.main-info {
  color: #00083E !important;
}

.funding-popup {
  background-color: #fff;
  display: block;
  min-height: 35rem;
  margin-top: 100px;
  padding: 64px;
  border-radius: 3px;
  color: #00083E;
  padding-bottom: 90px;
  width: 66%;
  margin: 250px auto auto auto;
}
.funding-popup h2 {
  color: #00083E;
  font-size: 20px;
}
.funding-popup h2.choose-paiement {
  margin-bottom: 2px;
}
.funding-popup h3 {
  color: #00BDB9;
  margin-bottom: 25px;
}
.funding-popup h3.price-suggestion {
  color: #00083E;
  margin-top: 8px;
  font-size: 15px;
}
.funding-popup li {
  margin-bottom: 10px;
}
.funding-popup .header-img {
  display: block;
  top: 0px;
  width: 180px;
  margin: auto;
  margin-top: -150px;
  margin-bottom: 10px;
}
.funding-popup .close {
  display: block;
  float: right;
  margin-top: -50px;
  margin-right: -60px;
  cursor: pointer;
  position: inherit;
}
.funding-popup .stripe-button {
  border-radius: 3px;
  float: left;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 10px;
}
.funding-popup .stripe-legend {
  color: #484848;
  font-size: 12px;
  margin-left: 5px;
}
.funding-popup hr {
  border-color: #E9E9E9;
}
.funding-popup .option-chose {
  width: 90%;
  display: inline-block;
  font-size: 15px;
}
.funding-popup label {
  font-size: 15px;
  color: #6D6D6D;
  line-height: 0px;
  margin-bottom: 7px;
}
.funding-popup label span.select-price {
  width: 90%;
  display: inline-block;
  line-height: 21px;
}
.funding-popup .navigation-button {
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
.funding-popup .nav-button-block {
  margin: auto;
  width: 150px;
  margin-top: 50px;
}
.funding-popup .nav-button-block .full-disabled {
  background-color: #D1D1D1;
  color: #AAAAAA;
}

.full-green {
  background-color: #00BDB9;
  padding-left: 2em;
  padding-right: 2em;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: inline-block;
  border-radius: 45px;
  margin-right: 15px;
  cursor: pointer;
}

.link-button {
  color: #707070;
  font-size: 14px;
  text-decoration: underline;
}

.bloc-btn {
  margin-top: 35px;
}

.stripe-form-container {
  display: inline-block;
  margin-bottom: -20px;
}

.thanks-popup {
  width: 66%;
  margin: 300px auto auto auto;
}
.thanks-popup .thanks-illustration {
  margin: auto;
  width: 110px;
  display: block;
  margin-bottom: 30px;
}
.thanks-popup h2.choose-paiement {
  text-align: center;
  margin-bottom: 10px;
}
.thanks-popup p {
  text-align: center;
}
.thanks-popup a {
  text-decoration: underline;
  text-align: center;
  display: block;
  margin: auto;
}

.form-range-slider {
  margin-bottom: 80px;
}

.recap-slider {
  text-align: center;
  font-size: 20px;
}

.loading-circle {
  display: block;
  margin: auto;
  width: 70px;
}

.close-btn {
  width: 100%;
}

#fin-montant {
  text-align: center;
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .link-button {
    display: inline-block;
    margin-top: 13px;
    margin-left: 32px;
  }
}
@media screen and (max-width: 900px) {
  .funding-popup {
    padding-right: 40px;
    padding-left: 40px;
  }
  .funding-popup h2 {
    font-size: 18px;
  }
  .funding-popup h3 {
    font-size: 15px;
  }
  .funding-popup .close {
    margin-right: -40px;
  }
}
@media screen and (max-width: 820px) {
  .StripeElement {
    width: 100% !important;
  }

  .stripe-form-container {
    width: 100%;
  }

  .funding-popup .stripe-button {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 620px) {
  .funding-popup-small {
    margin-top: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 360px) {
  .funding-popup {
    padding-right: 30px;
    padding-left: 30px;
  }

  .link-button {
    margin-left: 6px;
  }

  .full-green {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.small-popup {
  background-color: #FFF;
  display: block;
  position: absolute;
  max-width: 490px;
  top: 10%;
  left: calc((50% - (490px / 2)));
}
.small-popup .header-small-popup {
  width: 100%;
  color: #FFF;
  background-color: #00083E;
  height: 48px;
}
.small-popup .header-small-popup .title {
  margin-top: 10px;
  display: inline-block;
}
.small-popup .header-small-popup i {
  color: #FFF;
}
.small-popup .header-small-popup .close {
  top: 11px;
}
.small-popup .header-small-popup .add_icon {
  margin-left: 18px;
  margin-right: 18px;
  display: block;
  width: 15px;
  float: left;
  margin-top: 10px;
}
.small-popup .content-small_popup {
  padding: 26px;
}
.small-popup .content-small_popup label {
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #142935;
}
.small-popup .content-small_popup .bloc-button {
  float: right;
  margin-bottom: 25px;
}
.small-popup .content-small_popup .button {
  border-radius: 3px;
}
.small-popup .content-small_popup .secondary-btn {
  padding-left: 2em;
  padding-right: 2em;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #00083E;
  color: #00083E;
}
.small-popup .content-small_popup .secondary-btn:hover {
  background-color: #00083E;
  color: #FFF;
}

.rangeslider__ruler {
  cursor: pointer;
  font-size: 16px;
  line-height: 37px;
  margin: 20px 3px 0 3px;
  position: relative;
  top: 100%;
  text-align: justify;
}

.rangeslider__ruler:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.rangeslider--horizontal {
  height: 14px !important;
}

.rangeslider__fill {
  background: #00BDB9 !important;
}

.btn, .waiting-btn, .full-dark, .full-green, .full-search, .hollow-action, .full-validate, .full-secondary, .full-basic {
  border-radius: 3px;
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 600;
  font-family: "IBM Plex Sans", sans-serif;
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
  outline: 2px solid transparent;
}
.btn:disabled, .waiting-btn:disabled, .full-dark:disabled, .full-green:disabled, .full-search:disabled, .hollow-action:disabled, .full-validate:disabled, .full-secondary:disabled, .full-basic:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.full-basic {
  background-color: #00083E;
  color: #FFF;
}
.full-basic:hover, .full-basic:focus {
  background-color: #00010b;
}

.full-secondary {
  background-color: #00CED0;
  color: #FFF;
}
.full-secondary:hover, .full-secondary:focus {
  background-color: #009b9d;
}

.full-validate {
  background-color: #6EC040;
}
.full-validate:hover, .full-validate:focus {
  background-color: #589a33;
}

.hollow-action {
  background-color: rgba(0, 8, 62, 0);
  color: #00083E;
}
.hollow-action:hover, .hollow-action:focus {
  background-color: #00083e;
}

.hollow-main {
  padding-left: 2em;
  padding-right: 1.8em;
  font-size: 16px;
  border-radius: 0;
}

.full-search {
  background-color: #00083E;
}
.full-search:hover, .full-search:focus {
  background-color: #00010b;
}

.full-green {
  background-color: #00BDB9;
  color: #fff;
}
.full-green:hover, .full-green:focus {
  background-color: #008a87;
}

.full-dark {
  background-color: #00083E;
}
.full-dark:hover, .full-dark:focus {
  background-color: #00010b;
}

.waiting-btn {
  background-color: #F39116;
  color: #FFF;
}
.waiting-btn:hover {
  background-color: #cc760a;
}

.arrow span > img {
  margin-left: 1.4em;
  margin-top: -0.1em;
  opacity: 0.5;
}

.demande {
  background-color: #00083E;
  font-size: 14px;
  float: left;
}

.disabled-badge {
  background-color: #6A7C8F;
  margin-top: 0.23rem;
}

.selector {
  float: left;
  border: #00083E 1px solid;
  padding: 0.5em;
  border-radius: 3px;
  color: #00083E;
  margin-right: 0.5em;
  cursor: pointer;
}
.selector:focus, .selector:hover, .selector:active {
  background-color: #00083E;
  color: #FFF;
}

.notification.callout {
  margin: 0;
  padding: 0;
  padding-left: 2rem;
  border: 1px solid #7ed321;
  border-radius: 0;
  position: absolute;
  width: 100%;
  padding-top: 1rem;
  display: inline-block;
  color: #0a0a0a;
  background-color: white;
}

.callout.alert {
  border: 1px solid #fce6e2;
}

.success {
  border: 1px solid #6EC040;
  color: #427426;
}

span#local-environment {
  background-color: red;
}

span#recette-environment {
  background-color: #00083E;
}

span#production-environment {
  display: none;
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #2980b9;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.container {
  background-color: #F4F8FC;
  padding: 4em;
  height: 100%;
}
.container .create-account_content {
  background-color: #FFF;
  padding: 45px;
  margin-bottom: 150px;
}
.container .create-account_content #connect-form .button.full-basic {
  margin-top: 10px;
}
.container .create-account_content h2 {
  margin-bottom: 4px;
}
.container .create-account_content .inscription-form {
  padding-left: 0;
}
.container .create-account_content .first-block {
  margin-bottom: 42px;
}
.container .create-account_content label {
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #6A7C8F;
}
.container h3 {
  color: #00083E;
  margin-bottom: 1.2em;
  font-size: 18px;
}
.container .main-title_form {
  margin-bottom: 4em;
}
.container .main-title_form h2 {
  margin-bottom: 0.3em;
  text-align: center;
}
.container .main-title_form p {
  text-align: center;
}
.container label {
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}

.birthdate {
  width: 100%;
  display: block;
  height: 40px;
}
.birthdate select {
  margin-right: 10px;
  padding-right: 24px;
}
.birthdate select:last-child {
  margin-right: 0;
}

.container-results {
  background-color: #F4F8FC;
  min-height: 100vh;
  padding-bottom: 140px;
  padding-top: 25px;
}
.container-results h2 {
  color: #00083E;
  margin-top: 45px;
  margin-bottom: 30px;
}

.no-results {
  text-align: center;
  margin-top: 40px;
}

.search-bg {
  background-color: #FFF;
  width: 100%;
  min-height: 110px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
}
.search-bg h3 {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 1em;
  margin-top: 35px;
}
.search-bg .full-input {
  height: 70px;
  border: none;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-bg .full-input::placeholder {
  color: #808080;
}
.search-bg .full-input:focus, .search-bg .full-input:active {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #00083E;
}
.search-bg .full-input:focus::placeholder, .search-bg .full-input:active::placeholder {
  color: #00083E;
}
.search-bg i {
  color: #00083E;
  position: absolute;
  top: 94px;
  right: 30px;
  font-size: 36px;
}

.ddr-bg {
  height: 70px;
}

.context-container {
  width: 100%;
}

.context-informations {
  color: #6A7C8F;
  font-size: 16px;
  margin-top: 1em;
}

.maps {
  background-color: #142935;
  position: relative;
  top: 0;
  bottom: 0;
}

.fiche-medecin {
  background-color: #fff;
  width: 350px;
  float: left;
  height: 406px;
  border-radius: 12px;
  position: relative;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 28px;
  box-shadow: 0 3px 17px 0 rgba(143, 143, 143, 0.13);
}
.fiche-medecin .header-card {
  display: flex;
  margin: 22px 22px 15px 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fiche-medecin .header-card .avatar {
  position: relative;
  background-color: #E4E5EA;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  background-image: url("/media/img/icon-person.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fiche-medecin .header-card .avatar img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 60px;
}
.fiche-medecin .header-card .info-medics {
  margin-left: 12px;
  width: auto;
  max-width: 170px;
}
.fiche-medecin .header-card .info-medics .doctor-name {
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
  color: #00083E;
  margin-top: 15px;
  margin-bottom: 4px;
  line-height: 21px;
}
.fiche-medecin .header-card .info-medics .specialite {
  font-size: 13px;
}
.fiche-medecin .header-card .btn-profil-medic-disabled {
  background: rgba(0, 8, 62, 0.16);
  border-radius: 3px;
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
  width: 170px;
  text-align: center;
  padding: 8px;
}
.fiche-medecin .header-card .btn-profil-medic-enabled {
  background-color: #00083E;
  border-radius: 3px;
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
  width: 170px;
  text-align: center;
  padding: 8px;
}
.fiche-medecin .localisation {
  padding: 0 22px 22px;
  position: relative;
}
.fiche-medecin .localisation i {
  position: absolute;
  color: rgba(0, 8, 62, 0.16);
}
.fiche-medecin .localisation span {
  display: inline-block;
  margin-left: 34px;
}
.fiche-medecin .localisation span .name-place {
  color: #00083E;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}
.fiche-medecin .btn-consult {
  background-color: #00083E;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 57px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 58px;
  border-radius: 0 0 12px 12px;
}

.contact-elements {
  margin-bottom: 12px;
  float: left;
}
.contact-elements p {
  margin-bottom: 0;
}
.contact-elements a {
  color: #142935;
}

.pagination {
  float: left;
  clear: both;
}
.pagination a {
  padding: 0;
  width: 100%;
  height: 100%;
  padding: 0.5em 1em 0.5em 1em;
}
.pagination a:focus, .pagination a:hover {
  background-color: transparent;
}
.pagination a.active {
  background-color: #00083E;
  color: white;
}
.pagination ul {
  margin-left: 0;
}
.pagination li {
  border: #808080 1px solid;
  border-radius: 0.2em;
  margin-right: 0.3em;
}
.pagination li:focus, .pagination li:hover {
  border: #00083E 1px solid;
  color: #00CED0;
  cursor: pointer;
}

#create-account-form .help-text {
  margin-left: 0;
  text-transform: none;
  font-style: normal;
}

.choose-visit-reason {
  margin-left: 45px;
  width: 80%;
}

.recapitulatif {
  width: 100%;
  margin-right: 10px;
  height: auto;
  padding-bottom: 30px;
  background-color: #fff;
  float: left;
  border-radius: 12px;
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
  box-shadow: 0 3px 17px 0 rgba(143, 143, 143, 0.13);
}
.recapitulatif .medic-infos {
  float: left;
  width: 100%;
  padding: 25px;
  margin-top: 14px;
  text-align: center;
}
.recapitulatif .bg-fiche {
  background-color: #00CED0;
  width: 100%;
  height: 90px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.recapitulatif .avatar {
  background-color: #E4E5EA;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  background-image: url("/media/img/icon-person.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 26px;
  margin-left: calc(50% - 47px);
  border: 2px solid #FFF;
}
.recapitulatif .avatar img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 55px;
}
.recapitulatif .specialite {
  font-size: 13px;
}

.fil-ariane {
  font-size: 18px;
  color: #00083E;
  padding-top: 30px;
  padding-bottom: 30px;
}
.fil-ariane a {
  text-decoration: underline;
}
.fil-ariane a:hover {
  color: #00CED0;
}

.medic-selected {
  margin-right: -10px;
  padding-right: 10px;
}

.questions {
  margin-bottom: 1em;
}
.questions p {
  float: left;
  clear: both;
  margin-left: 2.6em;
}

.formulaire_rendez-vous {
  padding: 2em;
}
.formulaire_rendez-vous h3.main-title {
  margin-bottom: 1.6em;
  font-size: 18px;
}
.formulaire_rendez-vous .stripe-form-container {
  border: 1px solid #cacaca;
  padding: 10px 5px;
  height: 40px;
  width: 100%;
}

.label-question {
  color: #00083E;
  font-size: 16px;
  font-weight: 600;
  margin-left: 0.8em;
  margin-top: 0.3em;
  float: left;
  margin-bottom: 1.5em;
}

#div-errors {
  text-align: center;
  padding-top: 22px;
}

.zone-reponse {
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.zone-reponse .info {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 1em;
  color: #6A7C8F;
}
.zone-reponse .choose-date {
  width: 100%;
  float: left;
  clear: both;
}
.zone-reponse .choose-date .reponse-question {
  width: 15%;
  margin-top: 0.4em;
}
.zone-reponse .choose-date input[type=checkbox] {
  margin-top: -0.4em;
  margin-left: 1em;
  float: none;
}
.zone-reponse ul {
  list-style-type: none;
}
.zone-reponse .reponse-question {
  float: left;
  width: 50%;
  color: #142935;
  font-size: 16px;
  margin-left: 2.6em;
}
.zone-reponse textarea {
  max-width: 90%;
  margin-left: 2.5em;
}
.zone-reponse .validation-form {
  width: 85%;
  margin-top: -0.5em;
  margin-left: 1em;
}
.zone-reponse .validate {
  margin-left: 2.5em;
  margin-top: 2em;
}
.zone-reponse input[type=checkbox] {
  float: left;
  clear: both;
  margin-left: 2.5em;
  margin-bottom: 0em;
  margin-top: 0.5em;
}
.zone-reponse input[type=checkbox].validation-checkbox {
  margin-top: 0;
}
.zone-reponse input[type=date] {
  width: 25%;
  float: left;
  margin-left: -9em;
}
.zone-reponse input[type=text] {
  width: 90%;
  margin-left: 2.5em;
}

.choix {
  width: 100%;
}
.choix .one_choice {
  width: 15%;
}

.rendez-vous {
  margin-bottom: 25px;
}

.mandate {
  padding-left: 2.2em;
  padding-top: 1em;
}

.help-text {
  clear: both;
  margin-left: 3em;
  color: #EF273F;
}

.date {
  width: 40%;
  float: left;
}

.calendars-block {
  margin-bottom: 30px;
}

.content-bg {
  background-color: #F4F8FC;
}
.content-bg .questions_large-bloc {
  background-color: #FFF;
  display: block;
  margin-left: 10px;
  border-radius: 10px;
  box-shadow: 0 3px 17px 0 rgba(143, 143, 143, 0.13);
  margin-bottom: 230px;
}
.content-bg .questions_large-bloc .popup-proche-trigger {
  padding: 0;
  margin-top: 15px;
}

.select-pro-address {
  width: 100%;
}
.select-pro-address .line-address {
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 3px;
  position: relative;
}
.select-pro-address .line-address label {
  font-size: 16px;
  margin-left: 28px;
  width: 100%;
}
.select-pro-address .line-address input {
  position: absolute;
  top: 17px;
}
.select-pro-address .line-address:hover {
  border-color: #00083E;
}

.tableau-creneau {
  display: flex;
  flex-direction: row;
}
.tableau-creneau .tableau_slide_1,
.tableau-creneau .tableau_slide_2,
.tableau-creneau .tableau_slide_3 {
  display: flex;
  flex: 1;
}
.tableau-creneau .tableau_slide_1 .column,
.tableau-creneau .tableau_slide_2 .column,
.tableau-creneau .tableau_slide_3 .column {
  width: 50%;
}
.tableau-creneau .tableau_slide_left,
.tableau-creneau .tableau_slide_right {
  display: none;
}
.tableau-creneau .tableau_slide_right {
  padding: 12px 10px 10px 10px;
  cursor: pointer;
}
.tableau-creneau .tableau_slide_left {
  padding: 12px 0 10px 10px;
  cursor: pointer;
  margin-right: -14px;
}
@media screen and (max-width: 960px) {
  .tableau-creneau .tableau_slide_2,
.tableau-creneau .tableau_slide_3 {
    display: none;
  }
  .tableau-creneau .tableau_slide_left,
.tableau-creneau .tableau_slide_right {
    display: block;
  }
}
.tableau-creneau .column {
  margin-left: 6px;
}
.tableau-creneau .column .day {
  text-align: center;
  font-weight: 400;
  background-color: #ECEAEA;
  height: 50px;
  margin-left: 6px;
  width: 100%;
  line-height: 50px;
}
.tableau-creneau .column li {
  flex-direction: column;
}
.tableau-creneau .column .case {
  width: 100%;
  height: 38px;
  background-color: #EFEFEF;
  margin: 6px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.tableau-creneau .column .case.available {
  background-color: #00CED0;
}
.tableau-creneau .column .case.if-necessary {
  background-color: #FFC157;
}
.tableau-creneau .column .case.not-available {
  background-color: #EFEFEF;
}
.tableau-creneau .column .case:hover {
  cursor: pointer;
  border: 1px solid rgba(0, 8, 62, 0.15);
}
.tableau-creneau .column .case:hover .selector-circle {
  visibility: visible;
}
.tableau-creneau .column .case .selector-circle {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  top: 8px;
  z-index: 8888;
  visibility: hidden;
}
.tableau-creneau .column .case .selector-circle:hover {
  border: 1px solid #00083E;
}
.tableau-creneau .column .case .selector-circle.not-available {
  background-color: #EFEFEF;
}
.tableau-creneau .column .case .selector-circle.available {
  background-color: #00CED0;
}
.tableau-creneau .column .case .selector-circle.if-necessary {
  background-color: #FFC157;
}
.tableau-creneau .hour ul {
  margin-left: 0;
  margin-top: 64px;
}
.tableau-creneau .hour li {
  text-align: right;
  margin-bottom: 22px;
  display: flex;
}

.formulaire-ddr-paiement {
  margin-bottom: 200px;
}

@media screen and (max-width: 1024px) {
  .formulaire_rendez-vous.questions_large-bloc {
    padding: 2em !important;
    margin-bottom: 230px;
  }
}

.formulaire_rendez-vous {
  background-color: #fff;
  padding: 2em;
  margin-left: 10px;
  border-radius: 5px;
  margin-bottom: 230px;
}
.formulaire_rendez-vous .zone-facturation h1 {
  color: #00083E;
  font-weight: 600;
  font-size: 24px;
}
.formulaire_rendez-vous .zone-facturation span.number {
  font-size: 29px;
  font-weight: 600;
  color: #00083E;
}
.formulaire_rendez-vous .zone-facturation .legend-number {
  color: #6A7C8F;
  font-weight: 600;
  font-size: 16px;
}
.formulaire_rendez-vous .zone-facturation ul {
  margin-left: 0;
  margin-top: 14px;
}
.formulaire_rendez-vous .zone-facturation ul li {
  margin-bottom: 4px;
  display: inline-block;
}
.formulaire_rendez-vous .zone-facturation ul i {
  color: #00CED0;
  font-size: 20px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.formulaire_rendez-vous .zone-facturation ul span {
  width: 94%;
  display: inline-block;
  float: left;
}
.formulaire_rendez-vous .zone-facturation h2 {
  color: #00083E;
  font-size: 16px;
}
.formulaire_rendez-vous .zone-facturation input[type=text] {
  width: 100%;
  margin-left: 0;
}
.formulaire_rendez-vous .return-button {
  background-color: #fff;
  color: #00083E;
  border: 1px solid #00083E;
}
.formulaire_rendez-vous .return-button:hover {
  background-color: #00083E;
  color: #fff;
}

iframe.docrendezvous {
  width: 900px;
  height: 600px;
  border: none;
  margin: auto;
  display: block;
}

.bg-login-create {
  background-color: #F4F4F4;
}

.content-login-create {
  margin-top: 70px;
  margin-bottom: 252px;
}

.no-account {
  color: #00083E;
  margin-top: 2em;
  font-weight: 500;
}
.no-account h2 {
  color: #00083E;
  font-weight: 400;
  font-size: 18px;
}
.no-account ul {
  list-style-type: none;
  margin-bottom: 3em;
}
.no-account ul li {
  font-weight: 600;
  margin-bottom: 1.4em;
}
.no-account ul li img {
  margin-top: -0.2em;
  margin-right: 1em;
}
.no-account .full-validate {
  margin-left: 1.3em;
}

.have-account {
  background-color: #FFF;
  height: 25em;
  border-radius: 3px;
  padding-left: 3em;
  padding-right: 3em;
  border-top: 4px solid #00CED0;
}
.have-account .is-invalid-input:not(:focus) {
  margin-top: 1em;
  text-align: center;
  color: #E0182D;
  margin-bottom: -1em;
}
.have-account h2 {
  color: #2D2C2C;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  margin-top: 2em;
}
.have-account form .email-input {
  margin-bottom: 1.2em;
}
.have-account form .full-search {
  margin-top: 1em;
  width: 100%;
}
.have-account .full-basic {
  background-color: #00CED0;
}

#connect-form .button {
  width: 100%;
}

.bg-redirection {
  background-image: none;
  background-color: #00CED0;
  padding-bottom: 110px;
}

.bloc-redirection {
  height: 100%;
  background-color: #FFF;
  border-radius: 3px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.bloc-redirection .fiche-medecin {
  width: 100%;
  margin-top: 3rem;
}
.bloc-redirection .fiche-medecin h3 {
  color: #00CED0;
}
.bloc-redirection .full-basic {
  background-color: #00CED0;
}

.content-redirection {
  padding: 2rem;
  padding-top: 18px;
}
.content-redirection .main-message {
  margin-right: 3rem;
}
.content-redirection .main-message h1 {
  color: #00CED0;
  font-size: 18px;
  text-align: left;
  margin-bottom: 4px;
  margin-top: 50px;
}
.content-redirection .main-message h2 {
  font-size: 16px;
  color: #2D2C2C;
}
.content-redirection .explanation {
  margin-bottom: 4rem;
  margin-top: 1.5rem;
}
.content-redirection .explanation p {
  font-size: 13px;
}
.content-redirection .fiche-medecin {
  height: 226px;
  padding: 25px;
}

.question-connexion {
  padding-left: 20px;
}

#recuperation-mot-de-passe-form .button {
  margin-top: 10px;
}

.account {
  min-height: 100vh;
  padding: 0;
}
.account .welcome {
  height: 44px;
  background-color: #00CED0;
}
.account .welcome p {
  color: #fff;
  font-size: 18px;
  padding-top: 8px;
  margin-left: 35px;
}

.section-in_tab {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.content-account {
  border-radius: 3px;
  padding: 1em;
  height: 100%;
}
.content-account ul {
  list-style-type: none;
  border: none;
  float: left;
  margin-top: 50px;
}
.content-account ul li {
  float: left;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
}
.content-account ul li a {
  color: #2D2C2C;
  padding-bottom: 1em;
}
.content-account ul li a:hover, .content-account ul li a:focus, .content-account ul li a:active {
  background-color: #00CED0;
  color: #FFF;
}
.content-account .btn-recherche {
  float: right;
  margin-top: 0.5rem;
}
.content-account .tabs {
  background-color: transparent;
}
.content-account .tabs-title a {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-account .tabs-title > a:focus,
.content-account .tabs-title > a[aria-selected=true] {
  background-color: #00CED0;
  color: #FFF;
}
.content-account ul.info-user {
  display: block;
  margin-bottom: 1em;
}
.content-account ul.info-user li {
  float: left;
  width: 100%;
  text-transform: none;
  color: #2D2C2C;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0em;
  margin-bottom: 1em;
}
.content-account ul.info-user li span {
  font-weight: 400;
  margin-left: 1em;
}
.content-account ul.info-user .button {
  margin-top: 1em;
}

.title-section {
  margin-top: 35px;
}
.title-section h2 {
  font-size: 18px;
}

.onglet_main-content {
  border: none;
  background-color: transparent;
}

.bloc-rendezvous.waiting {
  border-top: 3px solid #F39116;
}

.bloc-rendezvous.closed_status {
  border-top: 3px solid #6A7C8F;
}
.bloc-rendezvous.closed_status .statut.closed_status {
  background-color: #6A7C8F;
}

.bloc-rendezvous.confirm {
  border-top: 3px solid #00CED0;
}
.bloc-rendezvous.confirm .statut.confirm {
  background-color: #00CED0;
  width: 100px;
}

.bloc-rendezvous.accepted {
  border-top: 3px solid #00083E;
}
.bloc-rendezvous.accepted .statut.confirm {
  background-color: #00083E;
  width: 100px;
}

.recap-demande {
  padding-bottom: 15px;
}

.bloc-rendezvous {
  background: white;
  border-radius: 3px;
  float: left;
  color: #142935;
  margin-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 4px 0 rgba(143, 143, 143, 0.13);
}
.bloc-rendezvous .recap-infos {
  margin-left: 20px;
  color: #00083E;
}
.bloc-rendezvous .statut {
  background-color: #00083E;
  display: block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #FFF !important;
  max-width: 130px;
  text-align: center;
  border-radius: 70px;
  padding: 5px;
}
.bloc-rendezvous .waiting {
  background-color: #F5A623;
}
.bloc-rendezvous .section {
  float: left;
  display: block;
  padding-top: 1em;
  margin-bottom: 1rem;
  margin-top: 0.3em;
}
.bloc-rendezvous .section h3 {
  margin-bottom: 0.2em;
  font-weight: 400;
  font-size: 16px;
}
.bloc-rendezvous .section .full-basic {
  margin-top: 0.3em;
}
.bloc-rendezvous .more-infos .section {
  border-bottom: 1px solid #E0E7E9;
  padding-right: 1em;
  padding-top: 0;
  padding-bottom: 25px;
  height: 100%;
}
.bloc-rendezvous .more-infos .section:last-child {
  border-right: none;
}
.bloc-rendezvous hr {
  margin: 0;
  border: transparent;
}
.bloc-rendezvous .accordion-title {
  border: none;
  background-color: #F4F8FC;
  padding-left: 25px;
}
.bloc-rendezvous :last-child:not(.is-active) > .accordion-title,
.bloc-rendezvous :last-child > .accordion-content:last-child {
  border-bottom: none;
}
.bloc-rendezvous .accordion-content {
  border: none;
}
.bloc-rendezvous a.legend_option {
  color: #142935;
  font-size: 13px;
  padding-bottom: 1em;
  padding-top: 0.8em;
  display: block;
}
.bloc-rendezvous .hollow-action {
  margin-top: 1em;
}
.bloc-rendezvous h4 {
  font-weight: 600;
  color: #00083E;
  font-size: 14px;
  margin-bottom: 5px;
}
.bloc-rendezvous ul.listing-dispo {
  margin-left: 0;
  margin-top: 0 !important;
}
.bloc-rendezvous ul.listing-dispo li {
  font-weight: 400;
  font-size: 16px;
}

.bloc-message {
  display: block;
  width: 100%;
  float: left;
  background-color: #F4F8FC;
  padding: 1.5rem;
  padding-bottom: 0px;
}
.bloc-message .mail-ddr .messages {
  height: 23rem;
  display: block;
  overflow: auto;
}
.bloc-message .mail-ddr .mail {
  width: 100%;
  padding: 0.4rem;
}
.bloc-message .mail-ddr .mail .mail-left {
  width: 80%;
}
.bloc-message .left {
  width: 35%;
  padding-right: 1.5rem;
  display: block;
  float: left;
  border-right: 1px solid #6A7C8F;
  height: 31rem;
}
.bloc-message .left li {
  list-style-type: none;
  margin-bottom: 1.5rem;
}
.bloc-message .right {
  float: left;
  padding-left: 1rem;
  width: 65%;
  display: block;
}

.section-infos-echanges {
  padding-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.reveal .content-modal {
  padding: 1rem;
}

.bloc-messagerie {
  height: 700px;
  padding: 0;
  background-color: #fff;
}
.bloc-messagerie .echange-bloc {
  width: 100%;
  border-bottom: 1px solid #DCE3E6;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.bloc-messagerie .option-side {
  margin: 0;
  padding: 0;
  border-right: 1px solid #DCE3E6;
  height: 700px;
}
.bloc-messagerie .option-side h4 {
  font-weight: 600;
  color: #00083E;
  font-size: 14px;
  margin-bottom: 5px;
}
.bloc-messagerie .option-side .infos-demandes_recap {
  margin-bottom: 20px;
  display: inline-block;
}
.bloc-messagerie .option-side .recap-demande {
  padding-left: 30px;
  padding-right: 10px;
  margin-top: 20px;
}
.bloc-messagerie ul {
  margin: 0;
  width: 100%;
}
.bloc-messagerie ul li {
  height: 58px;
  display: block;
  border-bottom: 1px solid #DCE3E6;
}
.bloc-messagerie ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 18px;
  padding-left: 30px;
  border-left: solid 3px transparent;
}
.bloc-messagerie ul li a:hover, .bloc-messagerie ul li a:focus, .bloc-messagerie ul li a:active {
  background: rgba(0, 189, 185, 0.17);
  border-bottom: transparent;
  color: #00CED0;
  border-left: solid 3px #00CED0;
}
.bloc-messagerie ul li .material-icons {
  margin-right: 10px;
}
.bloc-messagerie .message-side {
  padding: 0;
}
.bloc-messagerie .message-side h4 {
  color: #00083E;
  font-weight: 600;
}
.bloc-messagerie .message-side h4.lu {
  color: #6A7C8F;
  font-weight: 400;
}
.bloc-messagerie .message-side .preview-message {
  color: #00083E;
}
.bloc-messagerie .message-side .preview-message.lu {
  color: #6A7C8F;
}
.bloc-messagerie .message-side .messages {
  height: 375px;
  overflow-y: auto;
}
.bloc-messagerie .message-side .avatar-allodocteur {
  background-color: #00CED0;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
}
.bloc-messagerie .message-side .sender-name {
  display: inline-block;
  color: #00083E;
  font-weight: 600;
}
.bloc-messagerie .message-side .sender-name.lu {
  color: #6A7C8F;
  font-weight: 400;
}
.bloc-messagerie .message-side .preview-infos-message-all-mail {
  margin-top: 16px;
  width: 100%;
  display: block;
}
.bloc-messagerie .message-side .preview-infos-message-all-mail .avatar-allodocteur {
  margin-left: 35px;
  margin-right: 8px;
}
.bloc-messagerie .message-side .preview-infos-message-all-mail .sender-name {
  margin-top: 5px;
}
.bloc-messagerie .message-side .preview-infos-message-all-mail .infos-mail {
  float: right;
  margin-right: 30px;
  font-size: 14px;
}
.bloc-messagerie .message-side .pastille {
  display: inline-block;
  background-color: #00CED0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 10px;
  padding: 4px 8px;
  font-weight: 600;
  border-radius: 50px;
  margin-left: 7px;
}
.bloc-messagerie .message-side .pastille.neutre {
  background-color: #DCE3E6;
  color: #00083E;
}
.bloc-messagerie .message-side .date-message {
  color: #00CED0;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  float: right;
}
.bloc-messagerie .message-side .date-message.lu {
  color: #6A7C8F;
  font-weight: 400;
}
.bloc-messagerie .message-side .header-message {
  height: 77px;
  display: inline-block;
  border-bottom: 1px solid #DCE3E6;
  width: 100%;
}
.bloc-messagerie .message-side .header-message .delete-icon {
  float: right;
  display: block;
  margin-top: 15px;
  margin-right: 15px;
}
.bloc-messagerie .message-side .header-message .pastille.neutre {
  margin-left: 32px;
}
.bloc-messagerie .message-side .header-message h3 {
  margin-top: 14px;
  margin-left: 35px;
  margin-bottom: 0;
}
.bloc-messagerie .message-side .mail {
  clear: both;
  margin-top: 25px;
}
.bloc-messagerie .message-side .mail-text {
  border-bottom: 1px solid #DCE3E6;
  padding-bottom: 26px;
  padding-left: 40px;
  padding-right: 20px;
}
.bloc-messagerie .message-side .content-mail {
  border-top: 1px solid #DCE3E6;
}
.bloc-messagerie .message-side .content-mail textarea {
  box-shadow: none;
  border: none;
  height: 165px;
  padding-left: 30px;
  padding-top: 20px;
}
.bloc-messagerie .message-side input[type=submit].button {
  float: right;
  margin-right: 20px;
}

.board-proches {
  border: 1px solid #DCE3E6;
  border-radius: 3px;
  padding: 0;
}
.board-proches .proche-line {
  background-color: #FFF;
  border-bottom: 1px solid #DCE3E6;
  height: 48px;
  padding-top: 10px;
}
.board-proches .proche-line input[type=checkbox] {
  margin-right: 18px;
  margin-left: 20px;
}
.board-proches .proche-line .nom-proche {
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 0em;
  display: inline-block;
  margin-right: 70px;
  margin-left: 20px;
}
.board-proches .proche-line .date-proche {
  display: inline-block;
  float: right;
  margin-right: 155px;
}
.board-proches .proche-line .material-icons {
  display: inline-block;
  float: right;
  margin-right: 15px;
}
.board-proches .proche-line i.checkbox {
  float: left;
  margin-left: 10px;
  margin-top: 3px;
}
.board-proches .proche-line i.checkbox:hover {
  cursor: pointer;
}
.board-proches .proche-line:last-child {
  border-bottom: none;
}

.section_proches .popup-proche-trigger {
  padding: 0;
}
.section_proches .popup-proche-trigger a {
  width: 100%;
  margin-top: 10px;
}
.section_proches .popup-proche-trigger a span {
  margin-top: 0;
}
.section_proches .popup-proche-trigger a .material-icons {
  margin-right: 5px;
}

.partner-bloc {
  display: block;
  background-color: #FFF;
  padding: 0;
  padding-bottom: 30px;
}
.partner-bloc .content-partner {
  padding: 25px;
  padding-bottom: 15px;
}
.partner-bloc .content-partner .mesvaccins-btn {
  background-color: #164886;
  height: 53px;
  margin: auto;
  font-size: 16px;
  line-height: 25px;
  display: block;
  width: 60%;
  border-radius: 3px;
  margin-bottom: 30px;
}
.partner-bloc .content-partner h3 {
  color: #164886;
  font-size: 18px;
}
.partner-bloc ul {
  float: none;
  margin-top: 0;
}
.partner-bloc ul li {
  font-size: 18px;
  color: #6A7C8F;
}
.partner-bloc ul li i {
  color: #82A1C8;
  margin-right: 15px;
  padding-top: 7px;
}
.partner-bloc .conditions-mesvaccins {
  font-size: 10px;
  margin-top: 16px;
  display: inline-block;
}

.right {
  float: right;
}

.left {
  float: left;
}

.accordion-faq .accordion-title {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  color: #6A7C8F;
  font-weight: 600;
  line-height: calc(20/16);
}
.accordion-faq .accordion-title:active, .accordion-faq .accordion-title:hover {
  color: #00083E;
  background-color: transparent;
}
.accordion-faq .accordion-content {
  border: none;
  color: #142935;
  font-size: 14px;
}

.pro-menu {
  height: 60px !important;
}
.pro-menu .small-main-menu {
  z-index: 10;
  position: relative;
}
.pro-menu .small-main-menu ul {
  border: none;
}
.pro-menu .small-main-menu ul li {
  text-align: left;
  margin-top: 7px;
}
.pro-menu .small-main-menu .is-dropdown-submenu li.is-submenu-item.is-dropdown-submenu-item:first-child {
  padding-top: 0;
}
.pro-menu .small-main-menu .is-dropdown-submenu li.is-submenu-item.is-dropdown-submenu-item:last-child {
  padding-bottom: 0;
}
.pro-menu .small-main-menu .dropdown.menu > li.is-active > a {
  color: #FFF;
}

.login-pro {
  margin-top: 16rem;
}
.login-pro img {
  margin-top: -1.6rem;
}
.login-pro span {
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 1rem;
}
.login-pro input {
  box-shadow: none;
}
.login-pro input:focus {
  box-shadow: none;
  border: 1px solid #00BDB9;
}
.login-pro input[type=submit].full-basic {
  background-color: #00BDB9;
  margin-top: 1rem;
  width: 96%;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-size: 14px;
}
.login-pro .retrieve_password {
  color: #00083E !important;
  text-align: center;
  text-decoration: underline;
  display: block;
  margin-top: 0.7rem;
}

.header-pro {
  background-color: #00CED0;
  width: 100%;
  height: 490px;
}
.header-pro h1 {
  margin-bottom: 40px;
}
.header-pro p {
  color: #FFF;
  margin-top: 14px;
  margin-bottom: 34px;
}
.header-pro .catchpart {
  margin-top: 60px;
}
.header-pro .illustration {
  margin-top: 25px;
}
.header-pro .illustration img {
  height: 380px;
  margin: auto;
}

.popup-pro {
  margin: auto;
  max-width: 700px;
  margin-top: 40px;
}
.popup-pro .header {
  background-color: #00CED0;
  height: 50px;
}
.popup-pro .header p, .popup-pro .header i {
  color: #FFF;
  font-weight: 600;
}
.popup-pro .header p {
  display: inline-block;
  margin-left: 20px;
  margin-top: 13px;
}
.popup-pro .header i {
  margin-top: 14px;
  margin-right: 20px;
}
.popup-pro .content {
  padding: 24px 50px;
}
.popup-pro h3 {
  font-weight: 600;
  font-size: 22px;
}
.popup-pro hr {
  width: 40px;
  border-bottom: 2px solid #00CED0;
  float: left;
  margin-top: 5px;
  margin-bottom: 3px;
}
.popup-pro p {
  color: #142935;
}
.popup-pro label {
  font-weight: 600;
  float: left;
  display: inline-block;
  width: 20%;
  font-size: 16px;
}
.popup-pro input[type=text], .popup-pro input[type=email], .popup-pro input[type=number] {
  width: 80%;
  border-radius: 3px;
}
.popup-pro input[type=submit] {
  margin-top: 10px;
  margin-bottom: 35px;
  align-content: flex-end;
}

h2.pro-title {
  font-weight: 500;
  margin-bottom: 1rem;
  color: #00083E;
  font-size: 18px;
}

.profesionnal-row {
  margin-bottom: 5rem;
}
.profesionnal-row li {
  margin-bottom: 1rem;
  color: #00BDB9;
}
.profesionnal-row li span {
  color: #142935;
}

.pro-main-title {
  margin-top: 110px;
  margin-bottom: 50px;
}
.pro-main-title h2 {
  color: #00083E;
  font-size: 30px;
  text-align: center;
}
.pro-main-title hr {
  width: 100px;
  border-bottom: 2px solid #00CED0;
}

.profesionnal-row h3.pro-title {
  margin-top: 50px;
}

.testimonies-pro {
  margin-top: 0 !important;
  height: auto !important;
  padding-bottom: 250px;
}
.testimonies-pro h4 {
  color: #00083E !important;
}
.testimonies-pro hr {
  border-bottom: 2px solid #FFF;
  width: 100px;
}
.testimonies-pro .contact-relance h4 {
  margin-top: 70px;
}
.testimonies-pro .contact-relance label {
  font-weight: 600;
}
.testimonies-pro .contact-relance .newsletter {
  width: 73%;
  display: inline-block;
  border: none;
}
.testimonies-pro .contact-relance .full-basic {
  margin-top: 10px;
}

.content-first-part-pro {
  background-color: #FFF;
}

.footer-pro {
  background-color: #00083E;
}

#contact-pro .help-text {
  margin-top: -1.5rem;
  top: 4px;
  position: relative;
  margin-left: 0;
}

.base-praticien .notifications {
  background: #00CED0;
}

.content {
  background-color: #F4F8FC;
}

label.upload {
  cursor: pointer;
}

.photo-upload-input {
  display: none;
}

.header-fiche-edition {
  background-color: #00CED0;
  height: 440px;
  padding-top: 20px;
}
.header-fiche-edition .form-zone textarea {
  height: 135px;
}
.header-fiche-edition .avatar-zone {
  padding-right: 30px;
}
.header-fiche-edition .area-header-fiche-edition {
  background-color: #FFF;
  border-radius: 3px;
  padding: 34px 40px 40px 40px;
}
.header-fiche-edition .avatar-import {
  background-color: #E6E6E6;
  width: 160px;
  height: 160px;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.header-fiche-edition .avatar-import .avatar-upload-icon {
  color: #FFF;
  display: block;
  position: absolute;
  font-size: 72px;
  top: 26%;
  left: 26%;
}
.header-fiche-edition .avatar-import .avatar-delete-icon {
  position: absolute;
  top: 4px;
  right: 1px;
  z-index: 2;
  color: #00083E;
  opacity: 0.5;
}
.header-fiche-edition .avatar-import .avatar-delete-icon:hover {
  cursor: pointer;
  color: #ff1744;
  opacity: 1;
}
.header-fiche-edition .avatar-import .avatar {
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.header-fiche-edition .avatar-import.without-photo .avatar-delete-icon {
  display: none;
}
.header-fiche-edition .legend {
  color: #00083E;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  margin-top: 14px;
}
.header-fiche-edition .full-secondary {
  display: block;
  margin: auto;
  margin-top: 25px;
}
.header-fiche-edition .alternate-btn {
  color: #00083E;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-top: 14px;
}
.header-fiche-edition .label-photo {
  margin-bottom: 5px;
  display: block;
}
.header-fiche-edition .form-zone {
  padding-left: 20px;
}

.avatar-zone.changed .avatar-import .avatar-upload-icon {
  color: #00CED0;
  font-size: 39px;
  top: 36%;
  left: 36%;
}

.label-simple {
  font-size: 14px;
  color: #00083E;
  font-weight: 400;
}

.sidemenu {
  margin-top: 100px;
}
.sidemenu ul {
  list-style-type: none;
  margin-left: 0;
}
.sidemenu ul li {
  margin-bottom: 10px;
}
.sidemenu ul li a {
  font-weight: 400;
  font-size: 16px;
}
.sidemenu ul li a:hover {
  font-weight: 600;
  color: #00CED0;
}
.sidemenu ul li a i {
  display: block;
  float: left;
  line-height: 25px;
  margin-right: 12px;
}

.bloc-bg {
  background-color: #FFF;
  border-radius: 3px;
  position: relative;
  padding: 40px 36px;
  margin-bottom: 20px;
}
.bloc-bg textarea {
  height: 134px;
}
.bloc-bg h4 {
  color: #00083E;
}
.bloc-bg hr {
  width: 25px;
  margin: 0;
  margin-bottom: 20px;
}
.bloc-bg .delete-bloc-icon {
  position: absolute;
  right: 12px;
  top: 15px;
  color: #00083E;
  opacity: 0.5;
}
.bloc-bg .delete-bloc-icon:hover {
  cursor: pointer;
  color: #ff1744;
  opacity: 1;
}
.bloc-bg .cabinet {
  position: relative;
}
.bloc-bg .cabinet .delete-bloc-icon {
  top: -2px;
  right: -20px;
}

.main-content {
  margin-top: 50px;
}
.main-content h3 {
  margin-top: 50px;
  margin-bottom: 10px;
  width: 100%;
}
.main-content h3 i {
  display: block;
  float: left;
  margin-right: 12px;
  opacity: 0.25;
}
.main-content .full-basic {
  margin-bottom: 10px;
}
.main-content .open-hours {
  margin-bottom: 30px;
}
.main-content .remboursement {
  margin-bottom: 40px;
}
.main-content .remboursement:last-child {
  margin-bottom: 0;
}
.main-content .remboursement p {
  margin-bottom: 0.3em;
}

.img-uploader {
  background: #E6E6E6;
  cursor: pointer;
  width: 76px;
  height: 76px;
  border-radius: 2px;
  float: left;
  display: block;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  text-align: center;
}
.img-uploader .avatar-upload-icon {
  color: #FFF;
  font-size: 40px;
  position: absolute;
  top: 18px;
  left: 18px;
}
.img-uploader .avatar-delete-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  color: #00083E;
  opacity: 0.5;
}
.img-uploader .avatar-delete-icon:hover {
  cursor: pointer;
  color: #ff1744;
  opacity: 1;
}
.img-uploader .avatar {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.img-uploader.without-photo .avatar-delete-icon {
  display: none;
}

.img-uploader.changed .avatar-upload-icon {
  color: #00CED0;
  font-size: 32px;
  top: 22px;
  left: 22px;
}

.time-selection {
  margin-right: 20px;
}
.time-selection .value-select {
  width: 70px;
  border: none;
  border-bottom: 1px solid rgba(0, 8, 62, 0.17);
}

.day {
  font-size: 16px;
  color: #00083E;
}

.am-hour, .pm-hour {
  margin-left: 24px;
}
.am-hour p, .pm-hour p {
  font-size: 14px;
  color: #00083E;
  margin-top: 30px;
}
.am-hour span, .pm-hour span {
  font-size: 14px;
  font-weight: 600;
  color: #00CED0;
}

.pm-hour {
  margin-bottom: 12px;
}
.pm-hour p {
  margin-top: 10px;
}

.am-end {
  margin-bottom: 25px;
}

.no-appointment-hour {
  margin-top: 30px;
}

.contact {
  margin-top: 60px;
}

.header-fiche-praticien {
  height: 430px;
}
.header-fiche-praticien .avatar-import {
  width: 158px;
  height: 158px;
  background-color: transparent;
}
.header-fiche-praticien .full-basic {
  line-height: 32px;
}
.header-fiche-praticien .full-basic i {
  position: relative;
  top: 5px;
  left: -4px;
}
.header-fiche-praticien hr {
  width: 25px;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 15px;
}
.header-fiche-praticien h2 {
  color: #00083E;
  margin-bottom: 4px;
}

.topmenu-container {
  margin-top: -162px;
}

ul.topmenu {
  list-style-type: none;
  height: 50px;
  margin-block-start: 0;
}
ul.topmenu li {
  font-size: 16px;
  font-weight: 600;
}
ul.topmenu li i {
  margin-right: 6px;
  position: relative;
  top: 5px;
}
ul.topmenu li:hover a {
  color: #FFF;
}
ul.topmenu li:hover i {
  color: #FFF;
}

.container-fiche-praticien {
  margin-bottom: 230px;
}
.container-fiche-praticien .main-content {
  margin-top: -15px;
}
.container-fiche-praticien .main-content h3:first-child {
  margin-top: 10px;
  margin-bottom: 30px;
}
.container-fiche-praticien .main-content .bloc-bg {
  padding: 16px 36px 36px 36px;
}
.container-fiche-praticien .main-content .bloc-bg textarea {
  height: 130px;
}
.container-fiche-praticien .main-content .remboursement,
.container-fiche-praticien .main-content .consultation,
.container-fiche-praticien .main-content .presentation,
.container-fiche-praticien .main-content .horaires {
  padding-left: 36px;
}
.container-fiche-praticien .main-content .consultation {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  padding-right: 0;
}
.container-fiche-praticien .main-content .consultation:last-child {
  border-bottom: none;
}
.container-fiche-praticien .main-content .consultation strong {
  font-size: 18px;
}
.container-fiche-praticien .main-content .bloc-presentation .large-5 {
  padding-right: 35px;
}
.container-fiche-praticien .main-content .bloc-presentation .description {
  margin-right: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.container-fiche-praticien .main-content .bloc-presentation h4 {
  margin-top: 15px;
}
.container-fiche-praticien .main-content .bloc-presentation .large-pic {
  background-color: transparent;
  height: 330px;
  width: 100%;
  text-align: center;
}
.container-fiche-praticien .main-content .bloc-presentation .large-pic img {
  height: 100%;
}
.container-fiche-praticien .main-content .bloc-presentation .slider-large {
  max-width: 620px !important;
  max-height: 430px !important;
}
.container-fiche-praticien .main-content .bloc-presentation .small-pic {
  background-color: #F4F8FC;
  height: 60px;
  width: 60px !important;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
}
.container-fiche-praticien .main-content .bloc-presentation .small-pic img {
  cursor: pointer;
  height: 100%;
  margin: auto;
}
.container-fiche-praticien .main-content .bloc-presentation .slick-track {
  margin-left: 0 !important;
}
.container-fiche-praticien .main-content .bloc-presentation .slick-list {
  padding: 0 !important;
}
.container-fiche-praticien .main-content .bloc-presentation .slider-small .slick-slide.slick-active {
  width: 60px !important;
  margin-right: 10px;
}
.container-fiche-praticien .main-content .bloc-localisation .map {
  height: 300px;
  margin-top: -20px;
  background-color: #F4F8FC;
}
.container-fiche-praticien .main-content .bloc-no-padding {
  padding: 16px 0 0 36px;
}
.container-fiche-praticien .main-content .bloc-exception {
  padding: 16px 0 36px 36px;
}
.container-fiche-praticien .main-content .horaires .hours-time {
  float: right;
  position: relative;
  right: 155px;
  line-height: 21px;
}
.container-fiche-praticien .main-content .horaires .open-hours span {
  font-size: 16px;
  color: #808080;
  margin-bottom: 5px;
}
.container-fiche-praticien .main-content .contact {
  margin-top: 0;
  padding-left: 40px;
}

.pro-signup-information-container {
  margin-bottom: 300px;
}

.pro-signup-container {
  margin-bottom: 300px;
}
.pro-signup-container .help-text {
  margin-left: 0;
}
.pro-signup-container .titres {
  margin-bottom: 15px;
}
.pro-signup-container .fieldset-wrapper {
  margin-top: 40px;
}
.pro-signup-container .title-separator {
  margin-top: 9px;
  font-weight: 500;
}
.pro-signup-container .title-signup-pro {
  margin-top: 80px;
}
.pro-signup-container .title-signup-pro h2 {
  color: #00083E;
  text-align: center;
}
.pro-signup-container .title-signup-pro p {
  text-align: center;
}
.pro-signup-container .fil-ariane {
  margin: auto;
  display: block;
  max-width: 600px;
  margin-bottom: 20px;
}
.pro-signup-container .fil-ariane span {
  color: #142935;
  font-size: 14px;
}
.pro-signup-container .fil-ariane .selected-fil-ariane {
  font-weight: 500;
}
.pro-signup-container .fil-ariane .label-fil .label1, .pro-signup-container .fil-ariane .label-fil .label2, .pro-signup-container .fil-ariane .label-fil .label3, .pro-signup-container .fil-ariane .label-fil .label4 {
  display: inline;
  position: relative;
}
.pro-signup-container .fil-ariane .label2 {
  left: 70px;
}
.pro-signup-container .fil-ariane .label3 {
  left: 176px;
}
.pro-signup-container .fil-ariane .label4 {
  left: 255px;
}
.pro-signup-container .form-section {
  background-color: #FFF;
  display: block;
  padding: 50px;
  border-radius: 3px;
}
.pro-signup-container .form-section hr.small-separator {
  width: 40px;
  border-bottom: 2px solid #00CED0;
  float: left;
  margin-top: 5px;
  margin-bottom: 3px;
}
.pro-signup-container .form-section .titles {
  margin-bottom: 20px;
}
.pro-signup-container .form-section .checkbox-label {
  line-height: 27px;
}
.pro-signup-container .form-section label {
  font-weight: 500;
  line-height: 41px;
}
.pro-signup-container .form-section .zone-reponse input[type=text] {
  width: 80%;
}
.pro-signup-container .form-section .accept-conditions .grid-x {
  float: left;
  display: block;
  width: 10px;
  margin-top: 10px;
}
.pro-signup-container .form-section .accept-conditions label {
  margin-left: 24px;
}
.pro-signup-container .form-section .accept-conditions .help-text {
  margin-left: -10px;
}
.pro-signup-container .prenom label {
  margin-left: 19px;
}
.pro-signup-container .prenom #prenom {
  width: 422px;
}
.pro-signup-container .site {
  margin-top: 27px;
}
.pro-signup-container .site input#site {
  width: 61.7%;
}
.pro-signup-container #specialite {
  width: 89%;
}
.pro-signup-container #cabinets-0-email {
  margin-left: 58px;
}
.pro-signup-container #nom {
  margin-left: 70px;
}
.pro-signup-container #cabinets-0-code_postal {
  width: 50%;
}
.pro-signup-container #cabinets-0-ville {
  width: 69%;
}
.pro-signup-container .site-input {
  width: 65% !important;
  margin-left: 0 !important;
}
.pro-signup-container .conditions-label {
  line-height: 40px !important;
}
.pro-signup-container #conditions {
  margin-top: 14px;
  margin-right: 10px;
}

.pro-signup-files-container {
  margin-bottom: 300px;
}

.pro-signup-payment-container {
  margin-bottom: 300px;
}

.pro-signup-confirmation-container {
  margin-bottom: 300px;
}

.justificatifs-wrapper {
  margin-top: 40px;
}
.justificatifs-wrapper .form-control {
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.justificatifs-wrapper .form-control:hover {
  cursor: pointer;
}
.justificatifs-wrapper .activity-label {
  line-height: 1.4em;
  margin-bottom: 15px;
}
.justificatifs-wrapper .full-basic.alternate {
  border: 1px solid #00083E;
  background-color: #FFF;
  color: #00083E;
  margin-right: 10px;
}

.pro-signup-payment-container iframe {
  height: 48px !important;
}
.pro-signup-payment-container .stripe-form-container {
  margin-bottom: 0;
}
.pro-signup-payment-container fieldset {
  margin-top: 40px;
}

.depassement-honoraires .radio-type {
  margin-bottom: 25px;
}

.sous-menu-agent {
  margin-bottom: 2em;
  margin-top: 1em;
}
.sous-menu-agent .badge {
  font-size: 13px;
}
.sous-menu-agent ul {
  list-style-type: none;
  margin-left: 0;
  display: block;
  height: 4rem;
  border: 1px solid #6A7C8F;
}
.sous-menu-agent li.main-tabs {
  font-size: inherit;
  display: block;
  float: left;
  text-align: center;
  width: 25%;
  height: 3.9rem;
}
.sous-menu-agent li.main-tabs a {
  display: block;
  width: 100%;
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}
.sous-menu-agent li.main-tabs a:hover, .sous-menu-agent li.main-tabs a:focus {
  color: #FFF;
  background-color: #2199e8;
}
.sous-menu-agent li.main-tabs a:hover .badge, .sous-menu-agent li.main-tabs a:focus .badge {
  background-color: #FFF;
  color: #2199e8;
}
.sous-menu-agent .is-active {
  background-color: #2199e8;
}
.sous-menu-agent .is-active a {
  color: #FFF;
}
.sous-menu-agent .is-active a .badge {
  background-color: #FFF;
  color: #2199e8;
}

.agent-menu {
  background-color: #000;
}
.agent-menu .menu {
  background-color: #000;
}
.agent-menu .menu a {
  color: #FFF;
}

tbody {
  color: #222222;
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
tbody tr:hover {
  cursor: pointer;
}

.search-agent {
  margin-top: 2em;
}

.medispo {
  margin-top: 1em;
}

table td.recap_ddr {
  padding: 0;
}
table td.recap_ddr:hover {
  border: 1px solid transparent;
  cursor: default;
}

.content-ddr {
  display: block;
  position: inherit;
  padding: 1rem 2rem 0 2rem;
  float: left;
}
.content-ddr h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  color: #142935;
  font-size: 13px;
  text-transform: uppercase;
}
.content-ddr p {
  color: #2D2C2C;
}
.content-ddr .head-content {
  border-bottom: 1px solid #D4D4D4;
  height: 3.6rem;
}
.content-ddr .head-content .button {
  float: left;
}
.content-ddr .head-content .last-actions {
  float: left;
  margin-left: 1rem;
}
.content-ddr .head-content .last-actions p {
  margin-bottom: 0;
}
.content-ddr .head-content a.actions-list {
  float: right;
  margin-top: 0.6rem;
  text-decoration: underline;
  font-size: 14px;
  color: #142935;
  margin-right: 1rem;
}
.content-ddr .head-content h3 {
  margin-bottom: 0rem;
}
.content-ddr .infos-ddr .left,
.content-ddr .infos-ddr .right {
  float: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.content-ddr .infos-ddr .left .col,
.content-ddr .infos-ddr .right .col {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.content-ddr .infos-ddr .left {
  border-right: 1px solid #D4D4D4;
}
.content-ddr .infos-ddr .right {
  padding-left: 1rem;
}
.content-ddr .tel-medecin {
  font-size: 16px;
}
.content-ddr .tel-medecin-mobile {
  font-size: 13px;
}

.taken_by_agent {
  background-color: rgba(0, 140, 186, 0.1);
  border: #008cba solid 1px;
}

.close-details-list {
  display: block;
  float: right;
  position: relative;
  left: 376px;
  bottom: 24px;
  z-index: 300;
  padding: 20px;
}
.close-details-list img {
  display: block;
}

.small-column {
  font-size: 13px;
}

#reset-form {
  margin-top: 1rem;
  margin-left: 6px;
}

.link-inline {
  color: #484848;
}

.historique-patient {
  height: 0;
}
.historique-patient .link-tooltip {
  text-decoration: underline;
}

.small-tooltip {
  position: relative;
  width: 310px;
  bottom: 67px;
  right: 10px;
  opacity: 0;
  display: none;
}
.small-tooltip .content-tooltip {
  background-color: #484848;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  padding: 5px 10px;
  border-radius: 3px;
}
.small-tooltip .pointer-tooltip {
  background-color: #484848;
  width: 10px;
  height: 8px;
  display: block;
  position: relative;
  margin-left: 10px;
  top: 25px;
  transform: rotate(45deg);
}

.historique-patient:hover .small-tooltip {
  display: block;
  opacity: 1;
  bottom: 76px;
}

.full-ddr {
  background-color: transparent;
  position: relative;
  float: left;
  width: 100%;
}
.full-ddr .infos-ddr .left {
  min-height: 38rem;
}
.full-ddr h2 {
  float: left;
}
.full-ddr .patient {
  width: 55%;
}
.full-ddr .patient h3 {
  color: #FF8F14;
}
.full-ddr .patient .schedule .available {
  background: #00CED0;
}
.full-ddr .patient .schedule .if-necessary {
  background: #FFC157;
}
.full-ddr .patient .schedule .not-available {
  background: #EFEFEF;
}
.full-ddr .medecin {
  width: 40%;
}
.full-ddr .medecin h3 {
  color: #008CBA;
}
.full-ddr .alternate-title {
  color: #000;
  margin-bottom: 0;
}
.full-ddr .comment-patient {
  float: left;
  margin-top: 0.6rem;
  padding-right: 1em;
}
.full-ddr span {
  font-size: 13px;
  margin-bottom: 1rem;
  display: inline-block;
}

.status-container {
  border-top: 1px solid #D4D4D4;
  float: left;
  width: 100%;
  display: block;
  padding: 1rem 2rem 0 2rem;
}
.status-container h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
}
.status-container .col {
  float: left;
  display: block;
}
.status-container .select-status {
  width: 19%;
}
.status-container .select-status label.status {
  float: left;
  margin: 0.2rem;
  border-radius: 30px;
  border: 1px solid #008CBA;
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
}
.status-container .select-status label.status span {
  color: #008CBA;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  padding: 0.75rem;
  line-height: 2.3rem;
}
.status-container .select-status label.status input {
  position: absolute;
  top: -2rem;
}
.status-container .select-status label.status input:checked + span {
  background-color: #008CBA;
  color: #FFF;
}
.status-container .precomp-msg {
  width: 30%;
  margin-right: 2%;
}
.status-container .precomp-msg ul {
  list-style-type: none;
  margin-left: 0;
}
.status-container .precomp-msg li.pre_compose {
  border: 1px solid #D4D4D4;
  margin-bottom: 0.4rem;
  cursor: pointer;
  color: #2D2C2C;
  padding: 0.3rem;
}
.status-container .precomp-msg li.pre_compose:hover {
  border: 1px solid #008CBA;
  color: #008CBA;
}
.status-container .msg {
  width: 49%;
}
.status-container .msg h3 {
  margin-bottom: -0.4rem;
}
.status-container .msg .legende {
  color: #000;
  font-size: 13px;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.status-container .msg .legende-alt {
  display: block;
  float: left;
  margin-left: 1.5rem;
  margin-right: 1.3rem;
  margin-top: 0.2rem;
}
.status-container .msg .small-input {
  float: left;
  width: 43%;
  margin-right: 8px;
}
.status-container .msg .small-input:nth-child(1) {
  margin-left: 0;
}
.status-container .msg .very-small-input {
  float: left;
  width: 20%;
  margin-right: 8px;
}
.status-container .msg .very-small-input:nth-child(1) {
  margin-left: 0;
}

.label-mini_forms {
  display: block;
  float: left;
}
.label-mini_forms p {
  margin-bottom: 0.4rem;
}

#notes_patient .confirm-popup {
  height: auto;
}

#infos_praticien .confirm-popup {
  height: auto;
}

.edit_notes_medecin {
  width: 100%;
  display: block;
  clear: both;
  margin-top: 15rem;
  padding-top: 1rem;
  border-top: 1px solid #D4D4D4;
}

label.logo-webservice {
  float: left;
  display: block;
  margin-right: 1rem;
}

label.logo-webservice > a > input {
  visibility: hidden;
  position: absolute;
}

label.logo-webservice > a > input + img {
  cursor: pointer;
  border: 2px solid transparent;
}

label.logo-webservice > a > input:checked + img {
  border: 2px solid #00CED0;
}

input[readonly] {
  background-color: #FFF;
}

#explication_date_confirmation {
  width: 100%;
  display: block;
  float: left;
  color: red;
  margin-top: -13px;
  margin-bottom: 10px;
}

.bg-popup {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: block;
  position: fixed;
  overflow-y: scroll;
  z-index: 10;
}

.confirm-popup {
  background-color: #FFF;
  position: absolute;
  width: 50%;
  display: block;
  height: auto;
  top: 10%;
  left: 25%;
  z-index: 9;
  padding: 1.2rem;
}
.confirm-popup .head-popup span {
  color: #000;
  font-size: 14px;
  display: inline-block;
  float: left;
  margin-top: 0.7rem;
  margin-left: 0.3rem;
}
.confirm-popup .head-popup p {
  width: 100%;
  display: inline;
  float: left;
  font-size: 13px;
  margin: 0.5rem;
}
.confirm-popup .mail-content .logo-allodocteur {
  display: block;
  float: left;
  width: 8rem;
  margin-bottom: 1rem;
}
.confirm-popup .mail-content .logo-medispo {
  display: block;
  float: left;
  width: 14rem;
}
.confirm-popup .mail-action {
  width: 100%;
  float: left;
  display: block;
  margin-top: 1rem;
}
.confirm-popup .mail-action .big-action {
  padding-left: 2em;
  padding-right: 2em;
  font-size: 16px;
}

.close {
  display: block;
  position: absolute;
  z-index: 11;
  right: 0;
  top: 0.8rem;
  width: 2rem;
  cursor: pointer;
}

button.label-selected {
  float: left;
  margin: 0.2rem;
  border-radius: 4rem;
  border: 1px solid #008CBA;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  padding: 0.75rem;
  background-color: #008CBA;
  color: #FFF;
}

.agent-name {
  margin-top: 2rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

table td.recap_ddr {
  width: 100%;
  display: block;
}

.infos-blocs {
  margin-bottom: 40px;
}
.infos-blocs strong {
  color: #2D2C2C;
}
.infos-blocs h3 {
  color: #142935;
}
.infos-blocs .last-message-displayed {
  margin-top: 0.5rem;
}

.login-agent {
  margin-top: 7rem;
}
.login-agent .allodocteur {
  margin-bottom: 2rem;
}
.login-agent p {
  text-align: center;
}
.login-agent .button {
  margin: auto;
  display: block;
  margin-top: 2rem;
}

.mail-ddr .infos-ddr {
  width: 50%;
  display: block;
  float: left;
}
.mail-ddr .infos-ddr .left {
  width: 100%;
  min-height: 29rem;
}
.mail-ddr .infos-ddr .medecin {
  border-top: 1px solid #D4D4D4;
  border-bottom: none;
}
.mail-ddr .infos-ddr .medecin #notes_medecin {
  padding-right: 1rem;
}
.mail-ddr .mail {
  float: right;
  width: 49%;
  padding: 1rem;
}
.mail-ddr .mail .mail-right {
  width: 80%;
  float: right;
  margin-bottom: 0.5rem;
}
.mail-ddr .mail .mail-right .mail-text {
  color: white;
  background-color: #008CBA;
}
.mail-ddr .mail .mail-left {
  float: left;
}
.mail-ddr .mail .infos-mail {
  margin-bottom: 0;
  margin-left: 0.4rem;
  font-size: 13px;
}
.mail-ddr .mail .mail-text {
  background-color: #EEEEEE;
  display: block;
  padding: 0.7rem;
  border-radius: 3px;
}
.mail-ddr .mail #message_patient {
  margin-top: 21rem;
  display: block;
  clear: both;
}

.tooltip {
  display: block;
  position: absolute;
  z-index: 5;
  width: auto;
  height: 20px;
  background-color: #2D2C2C;
  color: #fff;
}

.head-historique {
  margin-top: 1rem;
}
.head-historique h2 {
  margin-bottom: 0.5rem;
}

.sidebar-infos {
  margin-top: 1rem;
}

.admin-agent-list {
  margin-top: 1rem;
  padding-bottom: 2rem;
  display: block;
}
.admin-agent-list h2 {
  width: 50%;
}

.round-empty {
  float: left;
  margin-top: 0.8rem;
  color: #142935;
  border-radius: 6rem;
  background-color: #f9f9f9;
  line-height: 0.8rem;
}
.round-empty:hover {
  background-color: #00083E;
  color: #FFF;
}

table.reservation {
  display: block;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  width: 85%;
}
table.reservation thead {
  background-color: transparent;
}
table.reservation thead,
table.reservation tbody tr {
  border: 1px solid #00083E;
  cursor: default;
}
table.reservation th {
  text-align: center;
  color: #142935;
  font-size: 13px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
table.reservation th span {
  display: block;
  font-weight: normal;
  letter-spacing: 0rem;
  font-size: 14px;
}
table.reservation tr:hover {
  background-color: transparent;
}
table.reservation td:nth-child(2n),
table.reservation th:nth-child(2n) {
  background-color: #f9f9f9;
  color: #2D2C2C;
}
table.reservation ul {
  margin-left: 0;
}
table.reservation li {
  text-align: center;
}
table.reservation li a {
  display: block;
  color: #2D2C2C;
  padding: 0.3rem;
}
table.reservation li a:hover, table.reservation li a:active, table.reservation li a:focus {
  background-color: #00083E;
  color: #FFF;
}

.agency-title {
  color: #00083E;
  margin-top: 38px;
  margin-bottom: 10px;
}

.legend-agence {
  margin-bottom: 44px;
}

.charts-title {
  color: #00083E;
  font-size: 16px;
  display: inline-block;
}

.chiffres-recap {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-deroulant {
  color: #00083E;
  font-size: 16px;
  border: none;
  width: 70%;
  float: left;
  display: block;
  margin-bottom: 0px;
  height: 25px;
  padding: 0;
}

select.menu-deroulant {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em - 2px), calc(100% - 15px) calc(1em - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

select.menu-deroulant:focus {
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  border-color: #00083E;
  outline: 0;
}

.separator-menu {
  color: #00083E;
  float: left;
  display: block;
  font-size: 16px;
  margin-top: 3px;
  margin-left: 5px;
}

.option-choice-date {
  display: block;
  float: left;
  height: 55px;
  margin-bottom: 15px;
}

.numbers-block {
  display: block;
}
.numbers-block .left,
.numbers-block .right {
  display: block;
  float: left;
  width: 50%;
}
.numbers-block .chiffres {
  color: #00083E;
  float: left;
  margin-bottom: 20px;
  margin-top: 10px;
}
.numbers-block .chiffres img {
  margin-top: -7px;
}
.numbers-block .chiffres strong {
  font-size: 44px;
  font-weight: 700;
  line-height: 0;
}
.numbers-block .chiffres span {
  line-height: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.date-interval-selector {
  float: right;
  width: 340px;
  margin-right: -63px;
}
.date-interval-selector input[type=text] {
  width: 43%;
  float: left;
  height: 35px;
  background-image: url("/media/img/picto-calendar.svg");
  background-position: 14px 12px;
  background-repeat: no-repeat;
  padding-left: 41px;
}
.date-interval-selector .start-date {
  border-radius: 50px 0 0 50px;
}
.date-interval-selector .end-date {
  border-radius: 0 50px 50px 0;
}

.time-period-indication {
  display: block;
  font-size: 13px;
  color: #00083E;
  margin-top: -8px;
}

.chart-full-degrade path {
  fill-opacity: 0.7 !important;
  fill: #FF5057 !important;
}

.chart-bar-semaine .ct-series line {
  stroke: #FF9400 !important;
}

.chart-line-mois .ct-series line {
  stroke: #FF4430;
}

.chart-line-mois .ct-series-a .ct-line {
  stroke: #FF4430;
}

.menu-select-agent {
  width: 34%;
  margin-top: -1px;
  float: right;
}

.menu-select-agent-large {
  width: 15%;
  float: right;
}

.pie-chart-affluence {
  width: 56%;
  display: block;
  float: left;
}

.legende-days {
  float: right;
  display: block;
  width: 34%;
  margin-top: 44px;
}

.chart-bar-origin .ct-bar {
  stroke-width: 55px;
  stroke: #D0D0D0 !important;
}
.chart-bar-origin .ct-bar:hover {
  stroke: #FF2E74 !important;
}

.agent-number {
  color: #00083E;
}

.block-agent-creation {
  background-color: #00083E;
  padding: 40px;
}
.block-agent-creation legend h2 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: block;
}
.block-agent-creation .text-right {
  text-align: left !important;
  color: #fff;
  margin-bottom: -5px;
}
.block-agent-creation .button {
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  height: 44px;
  margin-top: 25px;
}
.block-agent-creation .button:hover, .block-agent-creation .button:focus {
  background-color: #FFF;
  color: #00083E;
}
.block-agent-creation input.form-control {
  margin-bottom: 0;
}

table#agents a {
  color: #00083E;
  text-decoration: underline;
  font-weight: 500;
}

#agents_paginate .paginate_button.current {
  background-color: #00083E;
}
#agents_paginate .paginate_button.current:hover {
  color: #fff;
}

.block-agent-creation .help-text {
  margin-top: 5px;
  margin-left: 0;
}

.container-dark {
  background-color: #00CED0;
}
.container-dark h2 {
  color: #00083E;
  text-align: center;
  margin-bottom: 30px;
}

.block-container {
  display: flex;
  margin-bottom: 140px;
  justify-content: center;
}

.encart-select {
  background-color: #fff;
  box-shadow: 0 13px 19px -7px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  width: 270px;
  height: 380px;
  padding: 20px;
}
.encart-select img {
  margin-top: 34px;
}
.encart-select h3 {
  text-align: center;
  margin-top: 20px;
}
.encart-select:first-child {
  margin-right: 30px;
  margin-bottom: 40px;
}
.encart-select:hover {
  box-shadow: 0 11px 20px 15px rgba(0, 0, 0, 0.09);
  transform: scale(1.15);
}

.prices_wrapper .hero-bg path {
  fill: #F4F8FC;
}

.head_bloc_prices {
  height: 350px;
}

.prices_wrapper {
  margin-bottom: 200px;
}

.prices_card-pricing {
  background-color: #FFF;
  display: block;
  min-width: 300px;
  position: relative;
  top: -360px;
  border-radius: 3px;
  padding: 30px;
  padding-bottom: 40px;
}
.prices_card-pricing:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}
.prices_card-pricing:nth-child(2) .price {
  width: 128px;
}
.prices_card-pricing:last-child .price {
  width: 178px;
}
.prices_card-pricing:last-child ul {
  margin-bottom: 10px;
}
.prices_card-pricing .promo-head {
  background: #00083E;
  border-radius: 4px;
  color: #FFF;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 4px 6px;
  width: 195px;
  margin: 0 auto;
  text-align: center;
  margin-top: -40px;
}
.prices_card-pricing .header {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.09);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
.prices_card-pricing .header h3 {
  font-size: 24px;
}
.prices_card-pricing .price {
  display: inline;
  width: 118px;
}
.prices_card-pricing .price .chiffre {
  font-size: 58px;
  font-family: "Cabin", sans-serif;
  color: #00083E;
  text-align: center;
  font-weight: 800;
  display: inline-block;
}
.prices_card-pricing .price .appel {
  font-size: 18px;
  color: #6A7C8F;
  letter-spacing: 0;
  line-height: 29px;
  display: inline-block;
}
.prices_card-pricing ul {
  list-style-type: none;
  margin-left: 34px;
  margin-top: 29px;
}
.prices_card-pricing ul li {
  font-size: 16px;
  width: 100%;
  color: #6A7C8F;
  letter-spacing: 0;
  line-height: 22.8px;
  margin-bottom: 10px;
  display: inline-block;
}
.prices_card-pricing ul span:last-child {
  display: block;
  float: left;
  width: 80%;
}
.prices_card-pricing ul i {
  color: #00CED0;
  font-size: 20px;
  display: block;
  float: left;
  margin-right: 10px;
}
.prices_card-pricing a {
  margin: auto;
  width: 150px;
  display: block;
  background-color: #00CED0;
  font-weight: 400;
}

.questions_frequentes {
  height: 1300px;
  background: #FFF;
}
.questions_frequentes h2 {
  margin-top: 80px;
  font-size: 24px;
  color: #00CED0;
}
.questions_frequentes .left_part,
.questions_frequentes .right_part {
  margin-top: 70px;
}
.questions_frequentes .left_part .ask_title,
.questions_frequentes .right_part .ask_title {
  font-size: 20px;
  color: #00083E;
  font-weight: 700;
}
.questions_frequentes .left_part .content_with_icon,
.questions_frequentes .right_part .content_with_icon {
  display: flex;
  align-items: top;
}
.questions_frequentes .left_part .content_with_icon i,
.questions_frequentes .right_part .content_with_icon i {
  color: #00CED0;
  margin-right: 10px;
}
.questions_frequentes .left_part .ask_content,
.questions_frequentes .right_part .ask_content {
  font-size: 16px;
}
.questions_frequentes .left_part .ask_content span,
.questions_frequentes .right_part .ask_content span {
  font-style: italic;
}

.prices_offres_pro {
  display: block;
  max-width: 1024px;
  margin: 100px auto;
  text-align: center;
}
.prices_offres_pro h3 {
  font-size: 24px;
}
.prices_offres_pro a {
  width: auto;
  background-color: #00CED0;
  font-weight: 400;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/media/fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/media/fonts/MaterialIcons-Regular.woff2") format("woff2"), url("/media/fonts/MaterialIcons-Regular.woff") format("woff"), url("/media/fonts/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif !important;
  color: #142935;
  font-size: 14px;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

textarea::placeholder,
input::placeholder {
  color: #8696a6;
}

input[type=text], textarea {
  box-shadow: none;
}
input[type=text]:focus, textarea:focus {
  border: 1px solid #00083E;
}
input[type=text]:focus box-shadow:none h2, textarea:focus box-shadow:none h2 {
  margin-bottom: 25px;
}

.content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
h1 h2, h2 h2, h3 h2, h4 h2, h5 h2, h6 h2 {
  margin-bottom: 25px;
}

h1 {
  color: #FFF;
  font-size: 40px;
  text-align: left;
  line-height: 1.2em;
  font-weight: 300;
}

h2 {
  color: #00CED0;
  font-size: 24px;
  font-weight: 700;
}

h3 {
  color: #00083E;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(29/20);
}

h4 {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

h5 {
  font-weight: 600;
  font-size: 16px;
}

h6 {
  font-weight: 500;
  font-size: 18px;
}

p {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24/16);
}

strong {
  font-weight: 600;
}

a {
  color: #00083E;
}
a:hover {
  color: black;
}

.hide {
  display: none;
}

.show {
  display: block;
}

header {
  background-color: #00CED0;
  height: 100px;
}

.small-main-menu {
  z-index: 10;
  position: relative;
}
.small-main-menu .top-bar, .small-main-menu .top-bar ul {
  background-color: #00CED0;
  border: none;
}
.small-main-menu .top-bar i, .small-main-menu .top-bar ul i {
  color: #FFF;
}
.small-main-menu .top-bar .top-bar-right {
  flex: 0 0 10%;
}
.small-main-menu .top-bar .top-bar-left {
  flex: 1 0 10%;
}
.small-main-menu .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #FFF transparent transparent;
}
.small-main-menu .dropdown.menu > li.opens-left > .is-dropdown-submenu {
  border-radius: 6px;
}
.small-main-menu .is-dropdown-submenu li.is-submenu-item.is-dropdown-submenu-item {
  background-color: #FFF;
  padding: 4px;
  width: 254px;
}
.small-main-menu .is-dropdown-submenu li.is-submenu-item.is-dropdown-submenu-item a {
  color: rgba(0, 0, 0, 0.65);
  width: 80%;
}
.small-main-menu .is-dropdown-submenu li.is-submenu-item.is-dropdown-submenu-item i {
  color: #00083E;
  width: 20px;
  display: block;
  float: left;
  line-height: 34px;
  margin-left: 20px;
  opacity: 0.3;
}
.small-main-menu .is-dropdown-submenu li.is-submenu-item.is-dropdown-submenu-item:hover a {
  color: #00083E;
}
.small-main-menu .is-dropdown-submenu li.is-submenu-item.is-dropdown-submenu-item:hover i {
  opacity: 0.8;
  cursor: pointer;
}
.small-main-menu .is-dropdown-submenu li.is-submenu-item.is-dropdown-submenu-item:first-child {
  padding-top: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.small-main-menu .is-dropdown-submenu li.is-submenu-item.is-dropdown-submenu-item:last-child {
  padding-bottom: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.small-main-menu .is-dropdown-submenu a {
  font-weight: 600;
  display: inline-block;
}

.is-dropdown-submenu.js-dropdown-active {
  box-shadow: -3px -3px 5px rgba(82, 95, 127, 0.1);
}

.main-menu {
  height: 48px;
  margin-top: 22px;
}
.main-menu ul {
  list-style-type: none;
  margin-bottom: 0;
}
.main-menu ul li {
  margin: 17px 0 15px 0;
  text-align: center;
}
.main-menu ul li a {
  color: #FFF;
  font-size: 16px;
}
.main-menu ul li > a.full-basic {
  height: 38px;
  line-height: 0em;
  padding: 21px;
  margin-top: -10px;
}
.main-menu ul li > a.full-basic:hover a, .main-menu ul li > a.full-basic:focus a {
  color: #FFF;
}
.main-menu ul li > a.full-white {
  height: 38px;
  background-color: #FFF;
  line-height: 0em;
  padding: 21px;
  margin-top: -10px;
  border-radius: 3px;
  color: #00083E;
  font-weight: 500;
  margin-right: 12px;
  margin-left: 10px;
}
.main-menu ul li > a.full-white:hover, .main-menu ul li > a.full-white:focus {
  color: #00083E;
}

.icon-menu {
  margin-top: -3em;
  margin-right: 1em;
  width: 90%;
  text-align: right;
}
.icon-menu a > span {
  margin-right: 1.8em;
}

.hero-bg {
  background-color: #00CED0;
  height: 680px;
  position: relative;
  margin-top: -17px;
}
.hero-bg .grid-container {
  padding-top: 74px;
  position: relative;
  z-index: 1;
}
.hero-bg svg {
  position: absolute;
  bottom: -21px;
  width: 101%;
  z-index: 0;
}

.list-process {
  width: 248px;
  height: 248px;
}
.list-process img {
  height: 150px;
  display: block;
  margin: 0 auto;
}
.list-process:nth-child(2) {
  margin-left: 20px;
  margin-right: 35px;
}
.list-process h3 {
  text-align: center;
  padding-top: 10px;
}

.pro-main-title p {
  text-align: center;
}

.hero-text-content {
  margin-top: 58px;
  padding-left: 30px;
}
.hero-text-content h1 {
  line-height: calc(54/46);
}

.homepage-form-temp {
  margin-top: -60px;
  margin-left: -13px;
}
.homepage-form-temp input[type=submit].submit-btn {
  margin-left: 0;
  margin-top: -6px;
  width: 100%;
}

.homepage-form {
  margin-top: 15px;
  position: relative;
}
.homepage-form label span {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
}
.homepage-form label input.form-item {
  height: 45px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  border-radius: none;
}
.homepage-form label input.form-item::placeholder {
  color: #6A7C8F;
}
.homepage-form label input.form-item:focus, .homepage-form label input.form-item:active {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #00083E;
}
.homepage-form label input.form-item:focus::placeholder, .homepage-form label input.form-item:active::placeholder {
  color: #00083E;
}
.homepage-form i {
  position: absolute;
  top: 44px;
  left: 10px;
}

input[type=submit].submit-btn {
  display: inline-block;
  margin-top: 34px;
  margin-left: 9px;
  height: 45px;
}

footer svg {
  margin-top: -114px;
  position: relative;
}
footer svg path {
  fill: #F4F8FC;
}

footer.default {
  background-color: #FFF;
  color: #808080;
}
footer.default svg path {
  fill: #FFF;
}
footer.default .footer-content {
  padding-top: 70px;
}
footer.default a {
  color: #808080;
}
footer.default ul {
  list-style-type: none;
  margin-left: 0;
}
footer.default ul li {
  margin-bottom: 3px;
}
footer.default h5 {
  line-height: 0.5em;
  margin-bottom: 25px;
}
footer.default p {
  font-size: 12px;
  text-align: center;
}
footer.default .mentions {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 16px;
  height: 1px;
}

footer {
  background-color: #F4F8FC;
  color: #808080;
}
footer .footer-content {
  padding-bottom: 70px;
}
footer a {
  color: #808080;
}
footer ul {
  list-style-type: none;
  margin-left: 0;
}
footer ul li {
  margin-bottom: 3px;
}
footer h5 {
  line-height: 0.5em;
  margin-bottom: 25px;
}
footer p {
  font-size: 12px;
  text-align: center;
}
footer .mentions {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 16px;
  height: 1px;
}

.mentions-legales p {
  color: #FFF;
  font-size: 13px;
  text-align: center;
  margin-top: 0.9em;
}
.mentions-legales p a {
  color: #FFF;
}
.mentions-legales p a:focus, .mentions-legales p a:hover {
  color: #FFF;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer {
    /* height:100%;
    min-height:100%; */
  }
}
.remodal-bg {
  background-color: #FFF;
}
.remodal-bg .b1, .remodal-bg .b2, .remodal-bg .b3, .remodal-bg .b4, .remodal-bg .b5, .remodal-bg .b6, .remodal-bg .b7, .remodal-bg .b8, .remodal-bg .b9, .remodal-bg .b10 {
  position: absolute;
}
.remodal-bg .b1 {
  top: 507px;
  right: 3%;
  left: auto;
  bottom: auto;
}
.remodal-bg .b2 {
  top: 728px;
  right: 19%;
  left: auto;
  bottom: auto;
}
.remodal-bg .b3 {
  top: 755px;
  right: 23%;
  left: auto;
  bottom: auto;
}
.remodal-bg .b4 {
  top: 1120px;
  left: 20%;
  right: auto;
  bottom: auto;
}
.remodal-bg .b5 {
  top: 1164px;
  left: -8%;
  right: auto;
  bottom: auto;
  z-index: 58;
}
.remodal-bg .b6 {
  top: 3012px;
  right: 78%;
  left: auto;
  bottom: auto;
}
.remodal-bg .b7 {
  top: 3072px;
  right: 28%;
  left: auto;
  bottom: auto;
}
.remodal-bg .b8 {
  top: 3030px;
  left: -5%;
  right: auto;
  bottom: auto;
}
.remodal-bg .b9 {
  top: 3558px;
  left: 10%;
  right: auto;
  bottom: auto;
}

.home_row-1 .text-content, .home_row-2 .text-content, .home_row-3 .text-content {
  margin-top: 125px;
}
.home_row-1 h2, .home_row-2 h2, .home_row-3 h2 {
  font-size: 23px;
  margin-bottom: 18px;
}
.home_row-1 h3, .home_row-2 h3, .home_row-3 h3 {
  margin-bottom: 12px;
}

.home_row-temoignages, .home_row-pricing {
  height: 895px;
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding-top: 200px;
  background-image: linear-gradient(239deg, #009EFD 0%, #00CED2 38%);
}
.home_row-temoignages .fancy-separator-top, .home_row-pricing .fancy-separator-top {
  position: absolute;
  top: -18px;
}
.home_row-temoignages .fancy-separator-bottom, .home_row-pricing .fancy-separator-bottom {
  position: absolute;
  bottom: -19px;
  z-index: 0;
}
.home_row-temoignages h4, .home_row-pricing h4 {
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
.home_row-temoignages p.text-content, .home_row-pricing p.text-content {
  color: #FFF;
  text-align: center;
  margin-bottom: 38px;
}
.home_row-temoignages .card-testimony, .home_row-pricing .card-testimony {
  width: 350px;
  height: auto;
  background-color: #FFF;
  border-radius: 3px;
  padding: 30px;
  padding: 50px 40px 20px 40px;
  background-image: url("/media/img/quote.svg");
  background-position: right 9% top 0%;
  background-repeat: no-repeat;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  margin-right: 24px;
  transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.home_row-temoignages .card-testimony .card-header, .home_row-pricing .card-testimony .card-header {
  display: flex;
  margin-bottom: 15px;
}
.home_row-temoignages .card-testimony .card-header .infos, .home_row-pricing .card-testimony .card-header .infos {
  display: inline-block;
}
.home_row-temoignages .card-testimony .card-header .infos .name, .home_row-pricing .card-testimony .card-header .infos .name {
  color: #00083E;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  margin-top: 12px;
}
.home_row-temoignages .card-testimony .card-header .infos .profession, .home_row-pricing .card-testimony .card-header .infos .profession {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
}
.home_row-temoignages .card-testimony .card-header .avatar, .home_row-pricing .card-testimony .card-header .avatar {
  display: inline-block;
  margin-right: 8px;
}
.home_row-temoignages .card-testimony .card-header .avatar img, .home_row-pricing .card-testimony .card-header .avatar img {
  display: block;
}
.home_row-temoignages .card-testimony .testimony, .home_row-pricing .card-testimony .testimony {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(24/16);
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
}
.home_row-temoignages .card-testimony a, .home_row-pricing .card-testimony a {
  color: #00CED0;
  font-weight: 600;
  font-size: 16px;
}
.home_row-temoignages .card-testimony a i, .home_row-pricing .card-testimony a i {
  vertical-align: middle;
  margin-right: 6px;
}
.home_row-temoignages .card-testimony:hover, .home_row-pricing .card-testimony:hover {
  transform: translateY(-5px);
}

.home_row-pricing {
  height: 1100px;
}
.home_row-pricing h4 {
  color: #00083E;
  margin-bottom: 20px;
}
.home_row-pricing .separator-hr {
  height: 1px;
  display: block;
  margin: auto;
  width: 100px;
  border-bottom: 2px solid #FFF;
  margin-bottom: 20px;
}
.home_row-pricing .text-content {
  display: block;
  height: 48px;
}
.home_row-pricing .card-pricing {
  background-color: #FFF;
  display: block;
  min-width: 300px;
  width: 300px;
  border-radius: 3px;
  padding-bottom: 40px;
}
.home_row-pricing .card-pricing:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}
.home_row-pricing .card-pricing:nth-child(2) .price {
  width: 128px;
}
.home_row-pricing .card-pricing:last-child .price {
  width: 178px;
}
.home_row-pricing .card-pricing:last-child ul {
  margin-bottom: 10px;
}
.home_row-pricing .card-pricing .promo-head {
  background: #00083E;
  border-radius: 4px;
  color: #FFF;
  position: absolute;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 4px 6px;
  width: 195px;
  margin-left: 56px;
  text-align: center;
  margin-top: -9px;
}
.home_row-pricing .card-pricing .header {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.09);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
.home_row-pricing .card-pricing .label {
  background: rgba(0, 8, 62, 0.11);
  border-radius: 17px;
  color: #00083E;
  font-size: 16px;
  font-weight: 800;
  padding: 6px 10px 6px 10px;
  margin: auto;
  display: block;
  width: 106px;
  text-align: center;
}
.home_row-pricing .card-pricing .price {
  display: block;
  margin: auto;
  width: 118px;
}
.home_row-pricing .card-pricing .price .chiffre {
  font-size: 58px;
  font-family: "Cabin", sans-serif;
  color: #00083E;
  text-align: center;
  font-weight: 800;
  display: inline-block;
}
.home_row-pricing .card-pricing .price .appel {
  font-size: 16px;
  color: #6A7C8F;
  letter-spacing: 0;
  line-height: 29px;
  display: inline-block;
}
.home_row-pricing .card-pricing ul {
  list-style-type: none;
  margin-left: 34px;
  margin-top: 29px;
}
.home_row-pricing .card-pricing ul li {
  font-size: 16px;
  width: 100%;
  color: #6A7C8F;
  letter-spacing: 0;
  line-height: 22.8px;
  margin-bottom: 10px;
  display: inline-block;
}
.home_row-pricing .card-pricing ul span:last-child {
  display: block;
  float: left;
  width: 80%;
}
.home_row-pricing .card-pricing ul i {
  color: #00CED0;
  font-size: 20px;
  display: block;
  float: left;
  margin-right: 10px;
}
.home_row-pricing .card-pricing a {
  margin: auto;
  width: 150px;
  display: block;
  background-color: #00CED0;
  font-weight: 400;
}

.home_row-faq {
  position: relative;
  top: -190px;
}
.home_row-faq .illustration-faq {
  position: relative;
  margin-left: 30px;
}
.home_row-faq .illustration-faq img {
  z-index: 1;
  position: relative;
}
.home_row-faq .title-content {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.home_row-faq .title-content h3 {
  font-size: 30px;
}
.home_row-faq .link-faq {
  text-align: center;
  color: #00CED0;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}
.home_row-faq .link-faq i {
  vertical-align: middle;
  margin-right: 6px;
}

.cgv-container {
  padding-bottom: 290px;
}
.cgv-container p, .cgv-container h2 {
  color: #00083E;
}

.home_row-apropos {
  height: 640px;
  padding-top: 150px;
}
.home_row-apropos .links-block {
  text-align: center;
}
.home_row-apropos .link-out {
  margin: auto;
  font-weight: 600;
  text-align: center;
  margin-right: 20px;
}
.home_row-apropos .link-out i {
  vertical-align: middle;
  margin-right: 6px;
}

.dataTables_processing.panel.callout {
  background-color: transparent;
  width: 100%;
  display: block;
  text-align: center;
  color: #142935;
  border: none;
  position: absolute;
  top: 7rem;
  left: 7rem;
}

.section-404 {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-404 .txt404 {
  color: #00CED0;
  font-weight: 400;
  font-size: 200px;
}

@media screen and (max-width: 1200px) {
  .pro-signup-container .prenom label {
    margin-left: 0;
  }
}
@media screen and (max-width: 1152px) {
  .pro-signup-container .prenom label {
    margin-left: 0;
    width: 100%;
  }
  .pro-signup-container #nom {
    margin-left: 0;
  }
  .pro-signup-container .form-section .zone-reponse input[type=text] {
    width: 100%;
    margin-left: 0;
    margin-right: 20px;
  }
  .pro-signup-container .site-input {
    width: 100% !important;
  }
  .pro-signup-container .prenom #prenom {
    width: 100%;
  }
  .pro-signup-container #specialite {
    width: 100%;
  }
  .pro-signup-container #cabinets-0-code_postal {
    width: 100%;
  }
  .pro-signup-container #cabinets-0-ville {
    width: 100%;
  }
  .pro-signup-container #cabinets-0-email {
    margin-left: 0;
  }
  .pro-signup-container .site input#site {
    width: 98%;
  }
  .pro-signup-container .form-section label {
    margin-bottom: -6px;
  }
  .pro-signup-container .fil-ariane img {
    margin: auto;
  }
}
@media screen and (min-width: 1100px) {
  .prices_card-pricing {
    width: 260px !important;
  }
}
@media screen and (min-width: 1200px) {
  .prices_card-pricing {
    width: 360px !important;
  }
}
@media screen and (max-width: 1300px) {
  .head_bloc_prices {
    height: 400px !important;
  }
}
@media screen and (max-width: 1180px) {
  .medic-selected, .questions_large-bloc {
    width: 100% !important;
    margin: 0px 0px 120px 0px !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .head_bloc_prices {
    height: 120vh !important;
  }

  .questions_frequentes {
    height: 145vh !important;
  }

  .prices_card-pricing {
    margin-top: 90px;
    height: 30rem;
  }

  header {
    height: auto;
  }

  .remodal-bg .b1 {
    display: none;
  }

  .hero-bg {
    height: 500px;
  }
  .hero-bg .grid-container {
    padding-top: 34px;
  }
  .hero-bg h1 {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .home_row-1 .text-content {
    margin-top: 36px !important;
  }

  .home_row-2 .text-content, .home_row-3 .text-content {
    margin-top: 84px !important;
  }

  .home_row-3 img {
    position: relative;
  }

  .home_row-faq {
    top: -160px;
  }

  .remodal-bg .b10 {
    display: none;
  }

  .fiche-medecin .left-part {
    width: 56%;
  }
  .fiche-medecin .left-part .medic-infos {
    width: 100%;
  }

  .container-fiche-edition {
    margin-top: 250px;
  }

  .am-hour, .pm-hour {
    margin-left: 0;
  }

  .header-fiche-edition .label-photo {
    text-align: center;
  }
  .header-fiche-edition .form-zone {
    padding-left: 0;
  }
  .header-fiche-edition .legend {
    text-align: center;
    display: block;
    margin-top: 14px;
    margin-bottom: 25px;
  }
  .header-fiche-edition .avatar-zone {
    padding-right: 0;
  }

  .topmenu-container {
    margin-top: 40px;
  }

  .container-fiche-praticien {
    margin-top: 0;
  }

  .header-fiche-praticien .area-header-fiche-edition {
    padding-bottom: 23px;
  }
  .header-fiche-praticien .full-basic {
    margin-top: 17px;
  }

  .content-login-create .no-account {
    margin-top: 50px;
    padding-right: 20px;
  }
  .content-login-create .no-account h2 {
    text-align: left;
    font-size: 20px;
  }
  .content-login-create .no-account ul {
    margin-left: 0;
  }

  .medic-selected {
    margin-right: 0;
    padding-right: 0;
  }

  .content-bg .questions_large-bloc {
    margin-left: 0;
  }

  .have-account {
    margin-top: 2em;
  }

  .content-account ul {
    width: 100%;
  }
  .content-account .btn-recherche {
    float: left;
    margin-left: 1.4rem;
    margin-top: -0.8rem;
  }

  .bloc-rendezvous h4.statut-title {
    margin-top: -20px;
  }
  .bloc-rendezvous .more-infos .section {
    border-right: none;
    border-bottom: 1px solid #808080;
    padding-top: 1em;
    padding-bottom: 1em;
    min-height: auto;
  }
  .bloc-rendezvous .more-infos .section .full-basic {
    margin-top: -10px !important;
  }

  .hero-text-content {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1004px) {
  .home_row-pricing {
    height: 1640px;
  }
  .home_row-pricing .card-pricing {
    width: 100%;
  }
  .home_row-pricing .card-pricing:nth-child(2) {
    margin: 15px 0;
  }
  .home_row-pricing .card-pricing .promo-head {
    display: none;
  }
}
@media screen and (max-width: 864px) {
  .container-fiche-praticien .main-content .horaires strong {
    float: none;
    right: 0;
  }

  .header-fiche-praticien .form-zone {
    padding-left: 30px;
    margin-top: 20px;
  }

  .header-pro .catchpart h1 {
    font-size: 35px !important;
  }

  .home_row-pricing .card-pricing .promo-head {
    margin-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .partner-bloc .content-partner .mesvaccins-btn {
    width: 100%;
  }

  .content-login-create .have-account {
    height: 410px;
  }

  .content-account ul li {
    margin-right: 1em;
  }

  .remodal-bg .b1 {
    display: none;
  }

  .home_row-pricing .card-pricing .promo-head {
    margin-left: 40px;
    width: 150px;
  }
}
@media screen and (max-width: 692px) {
  .homepage-form .input-group {
    margin-top: -13em;
  }

  .zone-reponse .choose-date .reponse-question {
    width: 29%;
  }

  .content-account {
    padding: 0;
  }
  .content-account ul {
    margin-bottom: 1em;
  }
  .content-account ul li {
    clear: both;
    margin-bottom: 0;
  }

  .onglet_main-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .head_bloc_prices {
    height: 138vh !important;
  }

  .prices_card-pricing {
    margin-top: 90px;
    height: 36rem;
  }

  .questions_frequentes {
    height: 170vh !important;
  }

  .home_row-1 .text-content, .home_row-2 .text-content, .home_row-3 .text-content {
    margin-top: 20px !important;
  }

  .search-bg .search-form {
    background-color: transparent;
    top: 0;
  }
  .search-bg .search-form .input-group {
    margin-top: 2.7em;
  }

  .remodal-bg .b10, .b9, .b8, .b7, .b6, .b4 {
    display: none;
  }

  footer .footer-content {
    padding-top: 87px;
  }

  .home_row-temoignages {
    padding-top: 130px;
    height: 785px;
  }

  .home_row-faq {
    top: -100px;
  }

  .home_row-temoignages .card-testimony {
    margin-right: 0;
  }

  .container-fiche-praticien .main-content .bloc-no-padding {
    padding: 16px 0 36px 36px;
  }
  .container-fiche-praticien .main-content .presentation .pictures {
    margin-top: 25px;
  }
  .container-fiche-praticien .main-content .consultation strong {
    margin-bottom: 30px;
  }
  .container-fiche-praticien .main-content .consultation .map {
    margin-top: 0;
    width: 116%;
    margin-left: -72px;
  }
  .container-fiche-praticien .main-content .contact {
    padding-left: 0;
  }

  .content-login-create {
    margin-top: 30px;
  }
  .content-login-create .no-account {
    margin-top: 0;
  }
  .content-login-create .no-account h2 {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .container-results {
    margin-top: -80px;
  }
  .container-results h2 {
    margin-top: 0;
  }

  .fiche-medecin {
    width: 100%;
  }

  .container .create-account_content {
    padding: 20px 10px;
  }
  .container .create-account_content .connection-id {
    margin-bottom: 40px;
  }
  .container .create-account_content .inscription-form.date {
    min-height: 190px;
  }

  .header-fiche-praticien .form-zone {
    padding-left: 0;
  }

  .search-bg {
    padding-top: 56px;
    padding-bottom: 0;
  }
  .search-bg .search-form {
    margin-top: -3em;
    margin-bottom: 9em;
  }
  .search-bg p {
    margin-left: 1em;
  }

  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.4em;
  }

  .fiche-medecin .left-part {
    width: auto;
  }
  .fiche-medecin .left-part .medic-infos {
    width: 12em;
  }

  .zone-reponse .validation-form {
    width: 80%;
  }

  h3.pro-title {
    margin-bottom: 1em;
    margin-top: 3em;
  }

  .bloc-message .mail-ddr .mail .margin-left {
    width: 90%;
  }
  .bloc-message .left {
    display: none;
  }
  .bloc-message .right {
    width: 100%;
    padding-left: 0;
  }

  .funding-popup-small {
    height: 100%;
  }

  .bloc-messagerie {
    height: auto;
  }
  .bloc-messagerie .option-side {
    height: auto;
  }

  .section-in_tab .bloc-rendezvous .section {
    margin-bottom: 0;
  }

  .header-pro {
    height: auto;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .content-first-part-pro {
    margin-left: 10px;
  }

  .popup-pro {
    margin-top: 0;
  }
  .popup-pro input[type=text], .popup-pro input[type=email], .popup-pro input[type=number] {
    width: 100%;
  }

  .pro-signup-container .title-signup-pro {
    margin-top: 40px;
    margin-bottom: 45px;
  }

  .pro-signup-container .fil-ariane {
    display: none;
  }

  .pro-signup-container .conditions-label {
    line-height: 22px !important;
    margin-top: -17px;
    margin-left: 35px;
  }
}
@media screen and (max-width: 493px) {
  .bloc-bg {
    padding: 32px 16px;
  }

  .fiche-medecin .left-part .medic-infos {
    width: 100%;
  }
  .fiche-medecin .right-part {
    width: 100%;
    float: left;
    padding-left: 0;
    border-left: none;
  }
  .fiche-medecin .right-part .button {
    width: 100%;
  }

  .zone-reponse .validation-form {
    width: 70%;
  }

  .demande {
    font-size: 0.8em;
  }

  .intitule {
    width: 100%;
    float: left;
  }

  .label-question {
    margin-left: 0.4em;
    margin-top: 0em;
  }

  .home_row-3 {
    margin-bottom: 2rem;
  }

  .partner-bloc .content-partner .mesvaccins-btn {
    height: 78px;
  }

  .small-popup {
    left: 0;
  }

  .testimonies-pro {
    padding-bottom: 160px;
  }

  .testimonies-pro .contact-relance .newsletter {
    margin-top: 14px;
    width: 65%;
  }
}
@media screen and (max-width: 432px) {
  .container-fiche-praticien .main-content .remboursement, .container-fiche-praticien .main-content .consultation, .container-fiche-praticien .main-content .presentation, .container-fiche-praticien .main-content .horaires {
    padding-left: 0;
  }

  .header-fiche-praticien .full-basic {
    padding: 9px 10px;
    font-size: 14px;
  }

  input[type=submit].submit-btn {
    margin-top: 0px;
    margin-left: 0px;
  }

  .hero-text-content {
    margin-top: 29px;
  }

  .homepage-form {
    margin-top: 15px;
    width: 88%;
  }

  .remodal-bg .b1, .remodal-bg .b2, .remodal-bg .b3, .remodal-bg .b5 {
    display: none;
  }
}
@media screen and (max-width: 426px) {
  .fiche-medecin .right-part {
    width: 100%;
  }

  .encart-select:first-child {
    margin-right: 0;
  }

  h1 {
    font-size: 1.8em;
    margin-top: 23px;
  }

  .demande {
    display: none;
  }

  .questions p {
    margin-left: 0.4em;
  }

  .zone-reponse textarea {
    margin-left: 0.5em;
  }
  .zone-reponse .reponse-question {
    margin-left: 1em;
  }
  .zone-reponse input[type=checkbox] {
    margin-left: 0.5em;
  }
  .zone-reponse .validation-form {
    width: 80%;
  }

  .help-text {
    margin-left: 1em;
  }

  .content-login-create h1 {
    display: none;
  }

  .bg-redirection .content-login-create h1 {
    display: block;
  }

  .no-account h2 {
    font-size: 1.2em;
    margin-top: 2em;
  }

  .container {
    padding: 1em;
  }
  .container .main-title_form {
    margin-bottom: 2em;
  }

  .header-pro .form-pro .button {
    width: 94%;
  }

  .fiche-medecin .header-card .avatar {
    width: 40px;
    height: 40px;
    background-size: 50%;
    margin-top: 12px;
  }
}
@media screen and (max-width: 394px) {
  .home_row-pricing {
    height: 1762px;
  }
  .home_row-pricing .card-pricing {
    min-width: 286px;
  }
}
@media screen and (max-width: 360px) {
  .testimonies-pro .contact-relance .full-basic {
    margin-top: -10px;
    width: 100%;
  }

  .testimonies-pro .contact-relance .newsletter {
    width: 100%;
  }
}
@media screen and (max-width: 340px) {
  .context-container {
    margin-bottom: 1em;
  }

  .context-informations {
    float: left;
    width: 100%;
    margin-bottom: -0.5em;
  }

  .zone-reponse textarea {
    max-width: 80%;
  }

  .header-pro .form-pro {
    height: 42rem;
  }

  .bloc-messagerie .message-side .header-message {
    height: 117px;
  }
}
@media screen and (max-width: 320px) {
  .hero-bg h1 {
    font-size: 23px;
  }

  .home_row-temoignages {
    padding-top: 100px;
    height: 685px;
  }
  .home_row-temoignages h4 {
    font-size: 20px;
  }

  .home_row-faq {
    top: -80px;
  }

  .no-account h2 {
    font-size: 1.1em;
    margin-bottom: 2em;
  }
  .no-account .full-validate {
    margin-left: 0.5em;
  }

  .fiche-medecin {
    width: 100%;
  }
}


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