.construction {
  background-color: #fef9ef;
  width: 100%;
  height: 100%;
  max-height: 100vh; }

/* Main CSS route file  */
@font-face {
  font-family: CircularMedium;
  src: url("/stylesheets/CircularStd-Medium.otf"); }

@font-face {
  font-family: CircularBook;
  src: url("/stylesheets/CircularStd-Book.otf"); }

@font-face {
  font-family: CircularBold;
  src: url("/stylesheets/CircularStd-Bold.otf"); }

@font-face {
  font-family: CircularBlack;
  src: url("/stylesheets/CircularStd-Black.otf"); }

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

* {
  font-family: CircularMedium, sans-serif; }

a {
  color: rgba(0, 0, 0, 0.7); }
  a:focus, a:hover {
    color: rgba(0, 0, 0, 0.6); }

p {
  font-size: 18px;
  font-family: CircularMedium,sans-serif;
  line-height: 1.6; }

/***************/
.group-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px; }
  @media only screen and (max-width: 725px) {
    .group-grid {
      display: block; } }

.group-grid > div {
  padding: 40px; }
  @media only screen and (max-width: 725px) {
    .group-grid > div {
      padding: 0px; } }

.grid-frame-1 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr 1fr;
  grid-template-columns: 1fr 3fr 1fr;
  grid-gap: 20px; }

.container-forms {
  max-width: 1100px;
  margin: 0px auto;
  padding: 20px; }

.container-forms-2 {
  max-width: 800px;
  margin: 100px 0px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%); }

.container-forms-3 {
  max-width: 800px;
  margin: 100px 20px;
  position: relative; }

.fill-all {
  margin: 100px 20px;
  position: relative;
  top: 55%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: right; }

.title-green {
  color: #00bc70;
  font-family: CircularBlack, sans-serif;
  font-size: 8vmin;
  margin-bottom: 60px;
  text-shadow: 1px 1px rgba(29, 29, 29, 0.132); }

legend {
  font-size: 1.9em;
  color: #00bc70;
  font-family: CircularMedium,sans-serif;
  line-height: 1.6; }
  @media only screen and (max-width: 725px) {
    legend {
      font-size: 1.3rem; } }

label {
  font-size: 20px;
  color: #00bc70;
  font-family: CircularMedium,sans-serif;
  line-height: 1.5;
  margin-right: 10px; }
  @media only screen and (max-width: 625px) {
    label {
      font-size: 1.3rem; } }

.input-space {
  line-height: 2;
  margin-top: 8px;
  margin-bottom: 30px; }

.input-space-box {
  line-height: 1;
  margin-bottom: 0px; }

.field_set {
  border-color: #00bc717e;
  border-style: none;
  /*background-color: #00bc7112;*/ }

.blue {
  color: #84dade; }

/*  Placeholder */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888b8d73; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #888b8d73; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #888b8d73; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #888b8d73; }

.medium-text-box {
  height: 100px; }

/***   TextArea *****/
textarea {
  /*width: 100%;
  height: 100px;*/
  padding: 14px 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #00bc70;
  border-width: 0px 0px 1px 0px;
  background-color: white;
  resize: none;
  font-size: 1rem; }

textarea:focus {
  outline: #00bc717a auto 3px; }

.textarea-pad {
  margin-top: 10px; }

.ta-size-small {
  width: 100%;
  height: 50px; }

.ta-size-large {
  width: 100%;
  height: 100px; }

.ta-down {
  position: relative;
  top: 5px; }

/**    checkbox **/
.pad-choice label {
  line-height: 2; }

.checkbox input[type="checkbox"] {
  opacity: 0; }

.checkbox label::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #00bc70; }

.checkbox label::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid #00bc70;
  border-bottom: 2px solid #00bc70;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.checkbox label {
  position: relative;
  margin-left: 10px; }

.checkbox label::before,
.checkbox label::after {
  position: absolute; }

/* Ouiterbox   */
.checkbox label::before {
  top: 0px;
  left: -30px; }

/* checkmark  */
.checkbox label::after {
  left: -24px;
  top: 6px; }

/*Hide the checkmark by default */
.checkbox input[type="checkbox"] + label::after {
  content: none; }

/*  show the checkmark  */
.checkbox input[type="checkbox"]:checked + label::after {
  content: ""; }

/*  Adding focus  */
.checkbox input[type="checkbox"]:focus + label::before {
  outline: #00bc70 auto 5px; }

/**************/
/*** Radio ***/
.radio input[type="radio"] {
  opacity: 0; }

.radio label::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #00bc70; }

.radio label::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid #00bc70;
  border-bottom: 2px solid #00bc70;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.radio label {
  position: relative;
  margin-left: 10px; }

.radio label::before,
.radio label::after {
  position: absolute; }

/* Ouiterbox   */
.radio label::before {
  top: 0px;
  left: -30px; }

/* checkmark  */
.radio label::after {
  left: -24px;
  top: 6px; }

/*Hide the checkmark by default */
.radio input[type="radio"] + label::after {
  content: none; }

/*  show the checkmark  */
.radio input[type="radio"]:checked + label::after {
  content: ""; }

/*  Adding focus  */
.radio input[type="radio"]:focus + label::before {
  outline: #00bc70 auto 0px; }

.back-precision {
  background-color: #00bc7112;
  margin: 0px 0 50px;
  box-align: border-box; }

#bud {
  display: none; }

#allergies-medicaments-precision {
  display: none;
  padding: 40px 40px 40px; }
  @media only screen and (max-width: 700px) {
    #allergies-medicaments-precision {
      padding: 20px; } }

#allergies-latex-precision {
  display: none;
  max-width: 1020px;
  margin: -20px auto 0;
  padding: 40px 40px 20px; }
  @media only screen and (max-width: 700px) {
    #allergies-latex-precision {
      padding: 20px; } }

#vous-fumer {
  display: none;
  padding: 40px 40px 20px 40px; }
  @media only screen and (max-width: 700px) {
    #vous-fumer {
      padding: 20px; } }

#deja-fumer {
  display: none;
  padding: 40px 40px 20px 40px; }
  @media only screen and (max-width: 700px) {
    #deja-fumer {
      padding: 40px 20px 20px 20px; } }

.grid-probleme-sante {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px; }
  @media only screen and (max-width: 700px) {
    .grid-probleme-sante {
      display: block; } }

#probleme-sante-autre {
  display: none;
  padding: 40px 40px 20px 40px; }
  @media only screen and (max-width: 700px) {
    #probleme-sante-autre {
      padding: 20px; } }

.push-iuss {
  padding-left: 15px; }

#deja-opere {
  display: none;
  padding: 40px 40px 20px 40px; }
  @media only screen and (max-width: 700px) {
    #deja-opere {
      padding: 20px; } }

.grid-antecedents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px; }
  @media only screen and (max-width: 700px) {
    .grid-antecedents {
      display: block; } }

#antecedents-autres {
  display: none;
  background-color: #00bc7122;
  padding: 40px 40px 20px 40px; }
  @media only screen and (max-width: 700px) {
    #antecedents-autres {
      padding: 20px; } }

.no-field {
  text-decoration: none;
  border: none; }

input[type=text] {
  color: #595a5c;
  padding: 14px 12px 12px;
  border: 1px solid #00bc70;
  border-width: 0 0 1px 0;
  border-style: solid;
  background-color: #00bc710b;
  border-radius: 3px;
  width: 95%;
  font-size: 16px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

input[type=tel] {
  color: #595a5c;
  padding: 14px 12px 12px;
  border: 1px solid #00bc70;
  border-width: 0 0 1px 0;
  border-style: solid;
  background-color: #00bc710b;
  border-radius: 3px;
  width: 95%;
  font-size: 16px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.box-input {
  max-width: 200px !important;
  left: 0 !important;
  -webkit-transform: translate(0%, 0%) !important;
          transform: translate(0%, 0%) !important; }

.box-input-weight {
  max-width: 70px !important;
  left: 0 !important;
  -webkit-transform: translate(0%, 0%) !important;
          transform: translate(0%, 0%) !important; }

input[type=number] {
  color: #595a5c;
  padding: 14px 12px 12px;
  border: 1px solid #00bc70;
  border-width: 0 0 1px 0;
  border-style: solid;
  background-color: #00bc710b;
  border-radius: 3px;
  width: 95%;
  font-size: 16px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

input[type=date] {
  color: #595a5c;
  padding: 6px;
  border: 1px solid #00bc70;
  width: 200px; }

input[type=radio] + label {
  color: #595a5c;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }

input[type=radio]:checked + label {
  color: #00bc70; }

/****************/
/* CODE SNIPPET: */
/* Microsoft IE */
progress {
  color: #00bc70; }

/* Apple Safari and Google Chrome */
progress::-webkit-progress-bar {
  background-color: #00bc70; }

/* Mozilla Firefox */
progress::-moz-progress-bar {
  background-color: #00bc70; }

.radio-spaced {
  margin-right: 30px; }

.radio-one-ten {
  margin: 10px 0px 90px; }

/************/
.pleine-page-intro {
  width: 100%;
  height: 100vh;
  background-color: #84dade; }

.intro-cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  padding: 40px; }

.hero-text {
  font-size: 8vw;
  font-family: 'CircularMedium', sans-serif;
  font-weight: 900;
  padding: 0px 20px;
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .hero-text:focus, .hero-text:hover {
    background-color: #f89aba; }

.hero-text-right {
  font-size: 8vw;
  font-family: 'CircularMedium', sans-serif;
  font-weight: 900;
  padding: 0px 20px;
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .hero-text-right:focus, .hero-text-right:hover {
    background-color: #f89aba; }

.nav-bar {
  max-width: 1000px;
  position: relative;
  top: 70px;
  margin: 0px auto; }

.logo {
  margin-top: 200px;
  width: 200px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%); }

.nav-list {
  position: relative;
  float: right;
  right: -30px;
  list-style-type: none;
  display: inline;
  padding: 0px 30px;
  margin: 61px 0px;
  text-decoration: none; }
  .nav-list a {
    text-decoration: none;
    font-size: 18px;
    font-family: CircularMedium, sans-serif; }

.mega-title {
  max-width: 1000px;
  /*background-color: #84dade;*/
  margin: 0px auto 0px;
  text-align: center; }
  .mega-title p {
    letter-spacing: 0.1em; }

.mega-title-hache-1 {
  padding: 0;
  margin-top: 0;
  font-size: 4vw;
  text-align: center;
  margin-left: -4px;
  font-family: 'CircularMedium',sans-serif;
  letter-spacing: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f89aba), color-stop(#f89aba), to(#84dade));
  background-image: linear-gradient(#f89aba, #f89aba, #84dade);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.start {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #00bc70;
  background-color: white;
  -webkit-transition: all 1s;
  transition: all 1s; }
  .start:focus, .start:hover {
    background-color: #888b8d;
    color: white; }

.second-part-text {
  max-width: 1000px;
  height: auto;
  background-color: #00bc70;
  margin: 40px auto;
  text-align: justify; }
  .second-part-text p {
    color: white;
    font-size: 30px;
    font-family: CircularBold,sans-serif; }
